@charset "utf-8";
/* CSS Document */
html { scroll-behavior: smooth;}
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; }
body {font-family:'ralewayregular'; font-size: 14px;}
 
 
.cpformWrap.enquiry-form-customer {
    margin: 60px 0;
}
 .cpformWrap.enquiry-form-customer h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #222;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    margin-top: 30px;
}
.cpformWrap.enquiry-form-customer h1::before {
    border-top: 1px solid #232323;
    content: " ";
    left: 30%;
    overflow: hidden;
    position: absolute;
    top: 18px;
    transition: all 250ms ease 0;
    width: 100px;
    z-index: 99;
}
.cpformWrap.enquiry-form-customer h1::after {
    border-top: 1px solid #232323;
    content: " ";
    overflow: hidden;
    position: absolute;
    right: 30%;
    top: 18px;
    transition: all 250ms ease 0;
    width: 100px;
    z-index: 99;
}

.cpinputBox {
    width: 48%;
    margin: 0 1%;
    float: left;
    position: relative;
}
#btn19_0{ position: absolute; top: 0; left: 0; opacity: 0;}
.cpinputBox .cplabel {
    position: relative;
}
.compalsary {
    position: absolute;
    font-size: 28px;
    line-height: 19px;
    top: 5px;
}
.cpinputBox .cpinput {
    margin-bottom: 20px;
    position: relative;
}
.cpinputBox .cpinput input {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid #cecece;font-family:'ralewayregular';
}
.cpinputBox .cpinput.dateInput input{padding: 13px 15px;}
.cpinputBox .cpinput textarea {
    width: 100%;
    padding: 16px 15px;
    height: 51px!important;
    border: 1px solid #cecece;
}
.cpinputBox .cpinput select {
    width: 100%;
    padding:15px 15px;
    border: 1px solid #cecece;font-family:'ralewayregular';
}
.cpsubmitBox {
    width: auto;
    margin: 0 1%;
    float: none;
    margin-top: 40px;
}
.cpsubmitBox input {
    color: #f75b2c;
    padding: 18px 40px;
    font-size:16px;
    text-transform: uppercase;
    width: auto;
    background: none;
    font-weight: 700;
    border: 1px solid #cecece;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    text-transform: uppercase;
}
.cpsubmitBox input:hover {
    background: #f75b2c;
    color: #fff;
    border: 1px solid #f75b2c;
}
.cpinputBox .formError {
    position: absolute;
    font-size: 13px;
    bottom: -15px;
    font-weight: 400;
    color: #ec0000;
}

.rsform-submit-button.btn.btn-primary{
    color: #f75b2c;
    padding: 18px 40px;
    font-size:16px;
    text-transform: uppercase;
    width: auto;
    background: none;
    font-weight: 700;
    border: 1px solid #cecece;
    transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    text-transform: uppercase;
}
.rsform-submit-button.btn.btn-primary:hover {
    background: #f75b2c;
    color: #fff;
    border: 1px solid #f75b2c;
}
.alert.alert-notice{ display: none;}
/* HEADINGS
========================================================================*/
h3{font-family:'ralewaysemibold'; font-size:16px; margin:30px auto 20px auto; width:98%;} 
p { margin-top: 10px; }
p:first-child { margin: 0; }
/* FORM
========================================================================*/
label { }
input, textarea, select { font-size: 14px; background: #FFF; border: 1px solid #dadada; padding: 15px; margin: 0 0 5px 0; }
input:focus, textarea:focus { border-color: #c1c1c1; background: #FFF; }

.customer-thank-you{margin-top:40px;}
.continueBtn{ margin-top:40px;}
.continueBtn a { color: #f75b2c; padding: 14px 40px; font-size: 16px; text-transform: uppercase; width: auto; background: none; font-weight: 700; border: 1px solid #cecece; transition: .4s; -o-transition: .4s; -moz-transition: .4s; -ms-transition: .4s; -webkit-transition: .4s; text-transform: uppercase; display:inline-block;}
.continueBtn a:hover { background: #f75b2c; color: #fff; border: 1px solid #f75b2c;}

@font-face{font-family:'ralewayregular';src:url(fonts/raleway-regular-webfont.eot);src:url(fonts/raleway-regular-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/raleway-regular-webfont.woff) format("woff"),url(fonts/raleway-regular-webfont.ttf) format("truetype"),url(fonts/raleway-regular-webfont.svg#ralewayregular) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'ralewaysemibold';src:url(fonts/raleway-semibold-webfont.eot);src:url(fonts/raleway-semibold-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/raleway-semibold-webfont.woff) format("woff"),url(fonts/raleway-semibold-webfont.ttf) format("truetype"),url(fonts/raleway-semibold-webfont.svg#ralewaysemibold) format("svg");font-weight:400;font-style:normal}@font-face{font-family:'ralewaymedium';src:url(fonts/raleway-medium-webfont.eot);src:url(fonts/raleway-medium-webfont.eot?#iefix) format("embedded-opentype"),url(fonts/raleway-medium-webfont.woff) format("woff"),url(fonts/raleway-medium-webfont.ttf) format("truetype"),url(fonts/raleway-medium-webfont.svg#ralewaymedium) format("svg");font-weight:400;font-style:normal}