.service-pages .service-item .service-title {
        padding-bottom: 5px;
    }
.service-pages.layout-1 .service-item:hover .service-title,
.service-pages.layout-2 .service-item:hover .service-title,
.service-pages.layout-4 .service-item:hover .service-title,
.service-pages.layout-5 .service-item:hover .service-title {
    border-bottom: 1px solid #ffffff !important;
}
.site-footer .footer-column .footer-col-item.custom-footer-html a {
    color: #fff;
}
.slmp-gallery .slmp-display-image.slmp-grid-display-image {
    justify-content: center !important;
}
#xapp-widget .widget-container.visible {
    z-index: 999999;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.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:1150px) {
    footer .column-element .column-label {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:1080px) {
    footer .column-element .column-label {
        font-size: 19px !important;
    }
    footer .column-element .footer-col-item.site-info {
        font-size: 13px !important;
    }
}

@media only screen and (max-width:1023px) {
    footer .column-element .column-label {
        font-size: 22px !important;
    }
    footer .column-element .footer-col-item.site-info {
        font-size: 16px !important;
    }
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    .main-header .cta-items .number-item .number-label {
        margin-bottom: 3px;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {

}