<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.contact-box{
    margin-top: 153px;
}
.frm_contact input[type="email"] {
    width: 470px;
    height: 32px;
    padding: 5px 10px;
}
.frm_contact input[type="email"], .frm_contact select, .frm_contact textarea {
    display: block;
    float: left;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #aaa;
    margin-right: 10px;
}
.breadcrumb a{
    color: #666666;
}
.breadcrumb a:hover{
    color: #d78918;
}
.back-grd-white{
    background-color: white;
}
.box-title-contact{
    font-size: 22px !important;
    color: #444;
    font-weight: 600;
    margin: 0;
    padding: 20px 0;
}
@media (max-width: 767px) {
    .opt_prename{
        width: 100%;
    }
    input{
        margin: 5px 10px 5px 0 !important;
    }
    .lst-required{
        margin: 0 !important;
        width: 100%;
    }
    .lst-required .ct_agree{
        width: 100%;
        padding-bottom: 20px;
    }
    .send_request{
        float: left;
        width: 100%;
    }
    .btnGreen{
        margin: auto;
    }
    .send_request a:hover{
        color: white;
        text-decoration: none;
    }
    .contact-box{
        margin-top: 57px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .contact-box{
        margin-top: 57px;
    }
}</pre></body></html>