	#contact_reset {
    display: none;
}
#sub_mit {
        display: inline-block;
    padding: 15px 40px;
    background-color: #a4bebf;
    color: #FFFFFF;
    line-height: 12px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 25px;
}
#sub_mit:hover {
    background: black;
}
.contact {
    max-width: 70%;
    background: #fff;
    padding: 0 !important;
    margin: 40px auto;
}
.form_lh  > h2 {
        background: #3998dc;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
}
#contact_id {
    padding: 20px;
}
@media screen and (max-width:992px) {
    .contact {
        max-width: 85%;
    }
}
