@import url("../../../css/mform.css");



/* required field style */

.form-group {
    position: relative;
    margin-bottom: 0;
}

.form-group .palceholder {
    position: absolute;
    top: 5px;
    padding: 0px 20px;
    display: none;
}

.form-group .star {
    color: red
}


/* end required field style */

.exform_wrapper.callback {
    width: 90%;
    max-width: 780px;
    margin: 0!important;
    font-size: 16px;
    
    color: #9A9A9A;
    background: #fff;
    border: none;
    padding: 50px 0;
    box-shadow: none;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

.exform_wrapper.callback .form-control {
    max-width: 100%;
}

.exform_wrapper.callback .exform_header {
    text-align: center;
    font-weight: bold;
    color: #6B5740;
    text-transform: uppercase;
    font-size: 24px;
}

.exform_wrapper.callback .exform_addmsg {
    text-align: center;
    font-size: 16px;
    max-width: 300px;
    margin: 5px auto 0;
}

.exform_wrapper.callback input[type="text"]:focus,
.exform_wrapper.callback .exform_wrapper textarea:focus {
    background: #fff;
}

.exform_wrapper.callback .form-body {
    max-width: 550px;
    margin: 40px auto 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exform_wrapper.callback .form-body .input-item {
    width: 48%;
    position: relative;
    margin-bottom: 20px;
}

.exform_wrapper.callback input[type="text"],
.exform_wrapper.callback textarea {
    font-size: 16px;
    border: 1px solid #E1E1E1;
    padding: 0px 20px;
    margin: 0;
    height: 40px;
    text-align: left;
    
    width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    color: #9A9A9A;
    background: #fff;
}

.exform_wrapper.callback input::-webkit-input-placeholder {
    color: #9A9A9A;
    
}

.exform_wrapper.callback input::-moz-placeholder {
    color: #9A9A9A;
    
}


/* Firefox 19+ */

.exform_wrapper.callback input:-moz-placeholder {
    color: #9A9A9A;
    
}


/* Firefox 18- */

.exform_wrapper.callback input:-ms-input-placeholder {
    color: #9A9A9A;
    
}

.exform_wrapper.callback textarea {
    height: 50px;
    resize: none;
}

.exform_wrapper.callback div.err {
    height: 0;
    float: right;
    position: relative;
    left: 0;
    top: 11px;
    display: none;
}

.exform_wrapper.callback .mf_submit {
    text-align: center;
    margin-top: 0px;
}

.exform_wrapper.callback .mf_submit .send_btn {
    background: #FFA63A;
    font-weight: bold;
    color: white;
    padding: 5px 11px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 8px;
    outline: none;
}

.exform_wrapper.callback .mf_submit .send_btn:hover {
    box-shadow: none;
}

.policy {
    max-width: 440px;
    text-align: center;
    margin: 0 auto;
}

.policy a {
    color: #6B5740;
    text-decoration: underline;
}

.policy a:hover {
    color: #6B5740;
    text-decoration: none;
}

.exform_wrapper.callback .exf_captcha input[type="text"],
.exform_wrapper.callback .captcha_img {
    float: left;
}

.exform_wrapper.callback .exf_captcha input[type="text"] {
    width: 130px;
}

.exform_wrapper.callback .captcha_img {
    width: 160px;
    height: 34px;
    margin: 2px 0 0 4px;
}

#mf_captcha_callback {
    width: 160px;
    border: solid 1px #ccc;
}

.exform_wrapper.callback .exf_captcha a {
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    margin: 4px -10px 0 0;
    background: url(refresh.png);
}

.exform_wrapper.callback.finmsg {
    width: 400px;
    min-height: 50px;
    padding: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -200px;
}

.exform_wrapper.callback.finmsg p {
    text-align: center;
}

.exf_captcha {
    display: none;
}

.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;
}

.lab {
    font-size: 13px;
}

@media screen and (max-width: 660px) {
    .exform_wrapper.callback .form-body .input-item {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }
}