@charset "utf-8";

#contact-us {
    padding: 10px;
}
#contact-us .heading-title {
    border: 1px solid #bebebe;
    padding: 10px;
    margin-bottom: 20px;
}
.button.button-confirm {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    font-size: 20px;
    padding: 9px 36px;
}
.contact-agree {
    display: block;
    right: 0px;
    top: 35px;
    font-size: 16px !important;
    color: #837d7d;
    text-align: center;
    margin-top: 10px;
}
.confirm-wrapper:before,
.confirm-wrapper:after,
.contact-agree:before,
.contact-agree:after {
    display: table;
    content: " ";
}
.confirm-wrapper:after,
.contact-agree:after {
    clear: both;
}
.contact-agree label {
    font-weight: normal;
    font-size: 12px;
}
.contact-agree input[type="radio"],
.contact-agree input[type="checkbox"] {
    margin-top: 0;
}
.contact-form .section-field {
    margin-bottom: 10px;
}
.contact-form .section-field .mwb-field-long {
}
.contact-form .confirm-modal {
    border-radius: 50px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
}
.confirm-captcha {
    text-align: center;
    margin-top: 10px;
}
.confirm-captcha #captcha #captcha_key {
    width: 100px;
}
.modal-body {
    height: 300px;
    overflow-y: scroll;
    font-size: 0.875rem;
}
.modal-backdrop {
    display: none !important;
}
@media (max-width: 767px) {
    .modal-dialog {
        margin-top: 70px;
    }
}
