@media only screen and (min-width: 1024px) {
    .top-content-cta-section .top-cta-title {
        margin-bottom: 8px;
    }
}

#xapp-widget button.xapp-chat-button {
    z-index: 99;
}
#xapp-widget .widget-container.visible {
    z-index: 999999;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.yext-widget .yext-widget-empty {
    margin-bottom: 30px !important;
    display: block;
}
.two-col-list {
    column-count: 2;
}
.two-col-list  li {
    break-inside: avoid-column;
    vertical-align: top;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    background: green;
    color: #fff;
}

@media only screen and (max-width:1200px) {
    .badges-section .site-badges .badges-item img {
        max-width: 135px !important;
    }
}

@media only screen and (max-width:1080px) {
    .top-head-item.col-4.mobile-not-active.relative {
        font-size: 15px;
    }
}

@media only screen and (max-width:1023px) {
    .top-head-item.col-4.mobile-not-active.relative {
        font-size: 16px;
    }
    .badges-section .site-badges .badges-item img {
        max-width: 150px !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {

}
