#wjcallback-modal {
    position: fixed;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99000;
    display: block;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color:rgba(0, 0, 0, 0);
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

#wjcallback-modal.show {
    display: block;
    background-color: rgb(0 0 0 / 60%);
    overscroll-behavior: contain;
}

#wjcallback-modal .wjcallbackform {
    display: inline-flex;
    position: relative;
    width: auto;
    min-width: 290px;
    text-align: left;
    box-sizing: border-box;
    background: #FFF;
    opacity: 0;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    margin-top: 10%;
    margin-bottom: 15px;
    border-radius: 20px;
}

.wjcallback-body-scrolloff {
    overflow: hidden;
}

#wjcallback-modal.show .wjcallbackform {
    opacity: 1;
}

.wjcallbackform .form-validate {
    margin: 0;
}

.wjcallbackform .form-validate .modal-body {
    padding: 30px 50px 50px 50px;
    width: 100%;
    box-sizing: border-box;
}

#name-lbl, #phone-lbl {
    margin-bottom: 1.5rem !important;
    display: none;
}

.wjcallbackform .form-validate input[type="text"],
.wjcallbackform .form-validate textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    height: auto;
}
.form-control {

    color: #303030 !important;
    padding: 30px 0px 10px 0 !important;
    font-size: 16px !important;
    background-color: transparent !important;
    background-image: none;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0px !important;
}
.wjcallbackform .form-validate textarea {
    margin-bottom: 5px;
}

.wjcallbackform .control-group.tos_box {
    display: inline-flex;
    flex-direction: row-reverse;
}

.wjcallbackform .form-validate .informtext {
    padding-bottom: 40px;
    font-size: 18px;
    overflow: auto;

}

.wjcallbackform .modal-dialog {
    margin: 0 auto;
}

.wjcallbackform .modal-content {
    border: none;
}

.wjcallbackform .modal-header {
    display: block;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid #dfe3e7;
    text-align: center;
    margin: auto;
    background-color: #F8F5F3;
    border-radius: 20px 20px 0 0;
}
.call_02 .modal-header {
    display: none;
}



.wjcallbackform .modal-header .modal-title {
    font-size: 1.5em;
    line-height: 120%;
}

.wjcallbackform .modal-header .close {
    font-size: 3em;
    line-height: 1rem;
    cursor: pointer;
    float: right;
    top: 10px;
    position: absolute;
    right: 10px;
    font-weight: 100;
    color: #6c757d;
}

#WJCForm121 > div > div > form > div.modal-footer {
    justify-content: center !important;
    border-top: none;
    padding: .5rem .75rem 2.75rem .75rem;
}

#WJCForm121 > div > div > form > div.modal-footer > button {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    background-color: #FCD931;
    color: #191e29;
    padding: 12px 25px;
    border-radius: 30px;
}
#WJCForm121 > div > div > form > div.modal-footer > button:hover {
    background-color: #6A9758;
    color: #ffffff;
}
.custom-btn {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    background-color: #FCD931;
    color: #191e29;
    padding: 12px 25px;
    border-radius: 30px;
}
.custom-btn:hover {
    background-color: #6A9758;
}

.custom-btn-2 {
    color: #ffffff;
    /* background-color: #120b25; */
    border: solid 2px transparent;
    border-image: linear-gradient(-95.55deg, #ff166f 4.25%, #ff6d2f 93.67%);
    border-image-slice: 1;
    -webkit-background-clip: text;
    background-clip: text;
    border-radius: 4px;
    padding: 12px 50px;
    text-transform: uppercase;
}

.custom-btn-2:hover {
    color: #ffffff;
    border-color: #FF166F;
    -webkit-background-clip: border-box;
    background: linear-gradient(95.55deg, #ff6d2f 4.25%, #ff166f 93.67%);
    text-transform: uppercase;
}

#sp-header.transparent-header.header-sticky .contact-us-wrap .custom-btn-2 {
        color: var(--text-color) !important;
}
#sp-header.transparent-header.header-sticky .contact-us-wrap .custom-btn-2:hover {
        color: #ffffff !important;
}

.btn.call_01 {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    background-color: #FCD931;
    color: #191e29;
    padding: 10px 25px;
    border-radius: 30px;
    margin: auto;
}
.call_02 {
    width: 100%;
}
.btn.call_01:hover {
    background-color: #6a9758;
    color: #ffffff;
}

#WJCForm130 div.informtext.one-click-desc {
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #191E29;
}


/* Preloader
*********************************************/
#wjcallback-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

#wjcallback-loader::after {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0088cc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: fixed;
    margin: -40px auto 0;
    top: 50%;
    left: 0;
    right: 0;
    content: "";
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Media
*********************************************/
@media only screen and (max-width : 480px) {
    #wjcallback-modal .wjcallbackform {
        margin: 15px;
        top: 7%;
    }
}
