
input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], textarea {
    color: #666;
    /*border: 1px solid #fff;*/
    border-radius: 3px;
    padding: 10px;
    /*border-bottom: 1px solid lightgray !important;*/
}
.ui-state-valid {
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-bottom: 1px solid #ccc;
    position: relative;
}

textarea.form-control{
    /*border: none !important;*/
    border-bottom: 1px solid lightgray !important;
}
select.form-control{
    border: 1px solid lightgray !important;
    color: #666;
}

#contact_form .contactForm{
    width: 95%;
}

#contact_form .contact-btn{
    text-shadow: none;
    position: relative;
    padding: 10px 40px;
    color: #fff;
    background-color: #ff9800;
    line-height: 1.6;
    box-shadow: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    border-style: solid;
    border-radius: 3px;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    z-index: 1;
}
#contact_form .form-control {
    display: block;
    width: 100%;
    /* padding: 0.375rem 0.75rem; */
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    /* color: #495057; */
    background-color: #fff;
    background-clip: padding-box;
     border: 1px solid #ced4da; 
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


#contact_form  .contact-btn::before{
    content: '';
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #ff9800;
    transition: 0.2s all ease;
    color: #fff;
    z-index: -1;
}
#contact_form  .contact-btn:hover::before{
    width: 100%;
    height: 100%;
    transform: translate(50%, 50%);
    color: #ffffff;
    background-color: #036297;
}

#contact_form i{
    color: #ffffff;
    border: 1px solid #069aed00;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    box-shadow: 0px 4px 10px #64646482;
    background-color: #036297;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact_form .text_box {
    margin-bottom: 16px;
}
#contact_form .form_heading {
    color: #036297;
    margin-bottom: 20px;
    position: relative;
}
#contact_form .form_heading::before {
    content: '';
    position: absolute;
    border-bottom: 1px dashed #ff9800;
    width: 100%;
    color: #ff9800;
    left: 0;
    bottom: 0;
}
#contact_form h4 {
    font-family: "Gabarito", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    font-style: normal;
    color: #036297;
    text-transform: uppercase;
    border-bottom: 1px dashed #f57f26;
    display: inline-block;
    border-radius: 3px;
}

@media (max-width: 991px){
section#contact_form {
    padding: 42px 0 0px 0 !important;
}
}
@media (max-width: 767px){
section#contact_form {
    padding: 32px 0 0px 0 !important;
}

#contact_form .contactForm{
    width: 95%;
    margin:auto;
}
}

.for-h-iframe iframe{
    max-height: 463px;
    min-height: 463px;
    border-radius: 4px;
}

