@media (max-width: 767px){

    body {
        overflow-x: hidden;
    }

    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        box-sizing: border-box;
    }

    .elementor-section-wrap,
    .elementor-container,
    .vc_row,
    .main-content {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
/* CENTER WEBSITE CONTENT — DESKTOP ONLY */
@media (min-width: 992px) {

    body .elementor-section.elementor-section-boxed > .elementor-container,
    body .container,
    body .container-fluid,
    body .e-con-inner {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body .elementor-top-section {
        justify-content: center !important;
    }

    body .main-content,
    body .page-wrapper {
        width: 100%;
        margin: 0 auto !important;
    }
}

.highly-tab {
    color: #900313 !important;
    -webkit-text-fill-color: #900313 !important;
}

.highly-tab.active {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
