label.custom_form_label.form-label-left {
    margin-right: 2%;
}
label.custom_form_label.form-label-right {
    margin-left: 2%;
}
.custom_form_label {
    position: relative;
    float: left;
    width: 48%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 25px;
}
.info_content {
    width: 100%;
    float: left;
}
.info_content h3 {
    margin: 0;
    padding: 10px 0;
    width: 100%;
    float: left;
}
.info_content p {
    margin: 0;
    padding: 0px 0 0;
    width: 100%;
    line-height: 22px;
    float: left;
}
input.form_input_field {        
    padding: 0px 0px;
    border: none;
    display: block;
    background-color: transparent;
    border-color: inherit;
    color: #CCDB47;
    width: 100%;
    margin-top: 0px;
    height: 36px; 
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #CCDB47;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;    
    border-bottom: 1px solid #BDD10B;
}
.custom_form_label .input_placeholder {
    pointer-events: none;
    color: #000;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
div.input_error {
    position: absolute;
    font-size: 14px;
    color: red;
    text-align: left;
    float: left;
    font-weight: 400;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    bottom: -22px;
}
label.custom_form_label.label_textarea {
    width: 100%;
    margin-bottom: 25px;
}
label.custom_form_label.label_button {
    width: 100%;
    margin-bottom: 0px;
    text-align: right;
}

textarea.form_input_field {
   padding: 0px 0px;
   border: none;
   display: block;
   background-color: transparent; 
   border-color: inherit;    
   width: 100%;
   margin-top: 0px;
   outline: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
   -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
   transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
   background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
   background-position: -2000px 0;
   background-size: 100% 100%;
   background-repeat: no-repeat;
   backface-visibility: hidden;
   -webkit-backface-visibility: hidden;
   resize: none;
   color: #CCDB47;
   font-size: 12px;
   font-weight: 400;
   line-height: 32px;
   font-family: 'Roboto', sans-serif;
   border-bottom: 1px solid #BDD10B;
}
.form_input_field.input-valid ~ .input_placeholder, .form_input_field:focus ~ .input_placeholder {
    top: -24px;
    opacity: 0.7;
    font-size: 14px;
}
section.contact-section {
    width: 100%;
    float: left;
    padding: 40px 80px 80px;
}
.gray-bg{
    width: 100%;
    float: left;
    
    background-color: #FBFBFB;
}
.contact-desp {
    width: 40%;
    float: left;
    background-color: #ffffff;
    padding-right: 70px;
}
.contact-form {
    width: 60%;
    float: left;
    
}
.view {
    width: 100%;
    float: left;

    background: #ACBF00;
    color: #fff;
}
.view p{
   padding: 80px 90px;
   font-size: 22px;
   line-height: 32px;
   font-weight: 300;

}
.contactus-form {
    width: 100%;
    float: left;
    padding: 50px 50px 10px;
}
button.submit_btn.button{
    border:none;
    color: #ACBF00;
    background-color: transparent;
    text-align: center;
    width: 100px;   
    float: none;
    display: block;
    margin: 0 auto;
}
.select-label:before {
    position: absolute;
    content: "";
    background: url(../images/arrdown.png) no-repeat right;
    width: 17px;
    height: 11px;
    right: 15px;
    top: 13px;
}
.form_input_field::-webkit-input-placeholder { 
  color:#CCDB47;
}
.form_input_field::-moz-placeholder {  
  color:#CCDB47;
}
.form_input_field:-ms-input-placeholder {  
  color:#CCDB47;
}
.form_input_field:-moz-placeholder {  
  color:#CCDB47;
}
.form_select_field {    
    float: left;
    padding:0 28px 0 15px;
    border: none;
    display: block;
    background-color: transparent;
    border: 1px solid #B3B3B3 !important;
    border-color: inherit;     
    width: 100%;
    margin-top: 0px;
    outline: none;
    font-size: 14px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    -webkit-transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.4s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #17445b 4%);
    background-position: -2000px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #505050;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;

}
.select-input-field {
    height: 36px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* background: url(../images/arrdown.png) no-repeat right; */
    -webkit-appearance: none;
    position: relative;
}
.about-wrapper {
    width: 100%;
    float: left;
    margin-top: 70px;
    background-color: #FBFBFB;
}
.about-contebt {
    width: 60%;
    float: left;
    padding: 50px 80px 10px;
    text-align: center;
}
.about-contebt h3 {
    color: #ACBF00;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}
.about-contebt p{
    color: #1E1E1E;
    font-size: 16px;
    line-height: 31px;
}
.imag-section img{
    width: 100%;
}
.imag-section {
    width: 40%;
    float: left;
    background-color: #ffffff;
    padding-right: 70px;
}
.about-wrapper.right-side .imag-section {
    padding-left: 70px;
    padding-right: 0px;
}
.address-block {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.address-block h5{
    color: #686868;
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    margin: 0;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.address-block p {
    max-width: 343px;
    display: block;
    margin: 0 auto;
}
div.thankyou-popup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
span.close_icon {
    position: absolute;
    right: 12px;
    top: 7px;
    cursor: pointer;
    font-size: 25px;
    color: #acbf00;
}
div.thankyou-popup {
    position: fixed;
    right: 0;
    min-height: 100px;
    top: 50%;
    z-index: 9999;
    width: 90%;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    max-width: 530px;
    text-align: center;
    visibility: hidden;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #ffffff;
    padding:  0px;
    border-radius: 5px;
}
.thankyou-popup .button {
    background-color: #acbf00;
    float: none;
    margin: 0 auto;
    border-radius: 10px;
}
.popup-content {
    width: 100%;
     float: left; 
    padding: 0 0 0px;
}
.popup-content h3{
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #767676;
}
.popup-content h3 span{
    color: #acbf00;
}
.overlay_popup{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width:1150px){
    .about-wrapper.right-side .imag-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .view p {
        padding: 26px 32px;
        font-size: 22px;
        line-height: 42px;
    }
    .about-contebt {
        width: 50%;
        float: left;
        padding: 50px 25px 10px;
        text-align: center;
    }
    .about-wrapper.right-side .imag-section{
        width: 50%;
    }
}
@media only screen and (max-width: 1000px){
    .contact-detais {
        width: 50%;
        float: left;
        padding: 0 40px 0 60px;
    }
}
@media only screen and (max-width:900px){
    .contact-detais {
        width: 100%;
        float: left;
        padding: 0 40px  0px;
    }
    .map-section{
        width: 100%;
    }
    section.contacts {
        width: 100%;
        float: left;
        padding: 50px 0 60px;
    }
    .mobile-content {
        width: 100%;
        float: left;
        padding: 40px 0 20px;
    }
    section.contact-section { 
        padding: 40px  40px 60px;
    }
    .contact-desp{
        width: 100%;
        padding: 0;
    }
    .view{
        height: auto !important;
    }
    .contact-form{
        width: 100%;
        height: auto !important;
    }
    .about-wrapper.right-side .imag-section {
        width: 100%;
    }
    .about-contebt{
        width: 100%;
    }
}
@media only screen and (max-width:650px){
    .custom_form_label{
        width: 100%;
    }
    label.custom_form_label.form-label-right {
        margin-left: 0%;
    }
    label.custom_form_label.form-label-left {
        margin-right: 0%;
    }
    .contactus-form {
        width: 100%;
        float: left;
        padding: 50px 30px 50px;
    }
    .view p,
    .about-contebt h3{
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .popup-content h3{
    font-weight: 400;
    font-size:28px;
    line-height: 38px;
    color: #767676;
}
}
