.contactFormContent-no-popup {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 30px;
      
}


.contactFormContent {
    background: #000;
    color: #fff;
    position: fixed;
    width: 90%;
    max-width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    padding: 30px; display: none; border-radius: 20px;
}
.vc-cf7 h2{ text-align: center; text-transform: none; font-size: 24px; line-height: 1.3; color: inherit; margin: 0 0 15px; }
.vc-cf7 .vc-text-content{ text-align: center; font-size: 16px; line-height: 1.4; }
.vc-cf7 .vc-text-content p{ font-size: 16px; line-height: 1.4; }
.vc-cf7 p{ font-size: 14px; line-height: 1.3; }
.vc-cf7 .row{ display: flex; gap: 20px; }
.vc-cf7 .row .half{ width: calc(50% - 10px); }
.vc-cf7 .row .full{ width: 100%; }

.vc-cf7 input.wpcf7-form-control.wpcf7-text{ border-radius: 10px; }
.vc-cf7 textarea.wpcf7-form-control.wpcf7-textarea{ border-radius: 10px; height: 80px; }
.vc-cf7-popupoverlay{ position: fixed; z-index: 99; background: #fff; opacity: 0.7; width: 100%; height: 100%; left: 0; top: 0; display: none;  }
.vc-cf7 .contact_badge{ background: #9ec747; width: 120px; height: 120px; border-radius: 100%; position: absolute; top: 55px; right: 10px; z-index: 1; font-size: 12px; font-weight: 700;text-align: center; display: flex; align-items: center; justify-content: center; padding: 8px;
    box-sizing: border-box; }
.vc-cf7 .wpcf7{ margin: 30px 10% 0; }
.vc-cf7 input.wpcf7-form-control.wpcf7-submit{ font-size: 16px; height: 45px; min-width: 110px; text-align: center; margin: auto; }
.vc-cf7 input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #fff;
    color: #fff;
}
.vc-cf7 input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    text-decoration: none;
}
.vc-cf7 .txt-center{ text-align: center; }
.vc-cf7-close{ position: absolute; width: 30px; height: 30px; border-radius: 100%; background-color: #000;  right: -10px; top: -10px;}
.vc-cf7-close::before{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); content: ""; width: 14px; height: 1px; background: #fff; }
.vc-cf7-close::after{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-45deg); content: ""; width: 14px; height: 1px; background: #fff; }
.wpcf7-spinner{ position: absolute; }
.wpcf7-list-item{ margin: 0 10px 10px 0; }
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin: 0;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 100%;
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 4px;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::after{ 
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    border: 2px solid #000;
    left: 6.5px;
    top: 6.5px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    opacity: 0;
 }
 span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked::after{
    opacity: 1;
 }
 .wpcf7-not-valid-tip{  display: none; }
 .wpcf7-not-valid{ border: 1px solid red !important; }
 .contactFormContent .vc-cf7-inner{ max-height: 80vh; overflow-y: auto; overflow-x: hidden; }
 .contactFormContent {
    /* padding: 40px !important; */
}
.vc-cf7 .contact_badge {
    top: 89px !important;
    right: 26px !important;
}
.vc-cf7 h2 {
    margin: 0 0 28px !important;
}
 @media(max-width: 767px){
    .contactFormContent {
        width: 95%;
        padding: 30px 20px;
        box-sizing: border-box;
    }
    .vc-cf7 .wpcf7 {
        margin: 30px 5% 0;
    }
    .wpcf7 form.wpcf7-form p {
        margin-bottom: 10px;
    }
    .vc-cf7 .row {
        gap: 10px;
    }
    .vc-cf7 .row .half {
        width: calc(50% - 5px);
    }
    .vc-cf7 .contact_badge{
        transform: scale(0.5);
        top: 160px;
        right: -25px;
    }
    .vc-cf7 p{ font-size: 12px; }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]{
        width: 17px; height: 17px;
    }
    span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]::after {
        width: 7px;
        height: 3px;
        left: 4.5px;
        top: 5.5px;
    }
    .vc-cf7 .row .half{ width: 100%; }
    .vc-cf7 .row { flex-wrap: wrap; }
 }
