@import url('../../../css/mform.css');

@font-face {
    font-family: 'Circe Regular';
    src: url('Circe-Regular.eot');
    src: url('Circe-Regular.eot?#iefix') format('embedded-opentype'), url('Circe-Regular.woff') format('woff'), url('Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe Bold';
    src: url('Circe-Bold.eot');
    src: url('Circe-Bold.eot?#iefix') format('embedded-opentype'), url('Circe-Bold.woff') format('woff'), url('Circe-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.SS_FORM_CONTACT_TOP {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.SS_FORM_CONTACT_TOP > p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #222222;
    font-size: 18px;
    padding: 7px 0px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
}

.SS_FORM_CONT_BLOCK {
    display: flex;
    gap: 20px;
}
.SS_FORM_CONT_BLOCK_TEXT {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    width: 200px;
}

.SS_FORM_CONT_BLOCK_TEXT > div:nth-child(1) > p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #d10000;
    font-size: 22px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
}
.SS_FORM_CONT_BLOCK_TEXT > div:nth-child(2) > p {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px 0px 0px;
}

.SS_FORM_CONT_BLOCK_EF {
    flex: auto;
}

/* required field style */
.exform-wrapper.request_wrap .smart-captcha-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}
.exform-wrapper.request_wrap .form-body .input-item.fullw {
    width: 100%;
}

.form-group {
    position: relative;
}

.form-group .palceholder {
    position: absolute;
    top: 7px;
    padding: 0px 20px;
    display: none;
}

.form-group .star {
    color: red;
}

/* end required field style */

.exform-wrapper.request_wrap {
    width: 100%;
    margin: 0 !important;
    font-size: 16px;
    font-family: 'Circe Regular';
    color: #9a9a9a;
    background: #fff;
    border: none;
    padding: 50px 0;
    box-shadow: none;
}

.exform-wrapper.request_wrap .exform-addmsg {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 5px auto 0;
}

.exform-wrapper.request_wrap input[type='text']:focus,
.exform-wrapper.request_wrap .exform-wrapper textarea:focus {
    background: #fff;
}

.exform-wrapper.request_wrap .form-body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.exform-wrapper.request_wrap .form-body .input-item {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}

.exform-wrapper.request_wrap input[type='text'],
.exform-wrapper.request_wrap textarea {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    margin: 0;
    height: 34px;
    text-align: left;
    font-family: 'Circe Regular';
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    color: #6e6e6e;
    background: #fff;
}

.exform-wrapper.request_wrap .form-body .input-item.fullw {
    width: 100%;
}

.exform-wrapper.request_wrap input::-webkit-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.request_wrap input::-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 19+ */

.exform-wrapper.request_wrap input:-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 18- */

.exform-wrapper.request_wrap input:-ms-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.request_wrap textarea::-webkit-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.request_wrap textarea::-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 19+ */

.exform-wrapper.request_wrap textarea:-moz-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

/* Firefox 18- */

.exform-wrapper.request_wrap textarea:-ms-input-placeholder {
    color: #9a9a9a;
    font-family: 'Circe Regular';
}

.exform-wrapper.request_wrap textarea {
    height: 150px;
    padding: 10px 10px;
}

.exform-wrapper.request_wrap .form-body .input-item.mf-submit button[type='submit'] {
    max-width: 264px;
}

.exform-wrapper.request_wrap .form-body .input-item.mf-submit {
    width: 100%;
}

.exform-wrapper.request_wrap div.err {
    height: 0;
    float: right;
    position: relative;
    left: 0;
    top: 11px;
    display: none;
}

.exform-wrapper.request_wrap .mf-submit {
    text-align: center;
    margin-top: 0px;
}

.exform-wrapper.request_wrap .mf-submit .send-btn {
    background: #009ca6;
    font-weight: bold;
    color: white;
    padding: 5px 11px;
    border: 0;
    cursor: pointer;
    font-family: 'Circe Bold';
    text-transform: uppercase;
    width: 100%;
    max-width: 264px;
    height: 50px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 5px 0px rgb(148 148 148);
    -moz-box-shadow: 0px 3px 5px 0px rgb(148 148 148);
    box-shadow: 0px 3px 5px 0px rgb(148 148 148);
    outline: none;
}

.exform-wrapper.request_wrap .mf-submit .send-btn:hover {
    box-shadow: none;
}

.exform-wrapper.request_wrap .policy {
    display: flex;
    align-items: start;
    max-width: 550px;
    text-align: center;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #222222;
    font-size: 18px;
}

.exform-wrapper.request_wrap .policy a {
    text-decoration: underline;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    color: #222222;
    font-size: 18px;
}

.exform-wrapper.request_wrap .policy a:hover {
    color: #222222;
    text-decoration: none;
}

.exform-wrapper.request_wrap.finmsg {
    width: 320px;
    min-height: 50px;
    padding: 10px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.exform-wrapper.request_wrap .google-recaptcha {
    margin-bottom: 20px;
}

.exform-wrapper.request_wrap.finmsg p {
    text-align: center;
    margin: 0 !important;
}

.close-btn {
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('/exform/imgs/exit.png') no-repeat;
    background-size: 100%;
    border: none;
    cursor: pointer;
}

.close-btn:focus {
    outline: none;
}

.exform-addmsg a {
    font-size: 12px;
    color: #00584d;
}

.lab {
    font-size: 13px;
}

@media screen and (max-width: 660px) {
    .exform-wrapper.request_wrap .form-body .input-item {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .exform-wrapper.request_wrap .form-body .input-item.mf-submit button[type='submit'] {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .SS_FORM_CONT_BLOCK {
        gap: 5px;
        flex-direction: column;
    }
    .SS_FORM_CONT_BLOCK_TEXT {
        justify-content: flex-start;
        gap: 5px;
        width: 100%;
    }
    .exform-wrapper.request_wrap .smart-captcha-wrap {
        margin-bottom: 5px;
    }
    .exform-wrapper.request_wrap .policy {
        align-items: center;
        flex-direction: column;
        gap: 5px;
    }
}
