@media all and (max-width: 1199px) and (min-width: 992px) {
    .header .primary-header-inner .header-menu-wrap ul li a {
        font-size: 13px;
    }
}

@media all and (min-width: 992px) {
    .header .primary-header-inner .header-right-wrap {
        display: none !important;
    }
}

@media all and (max-width: 992px) {
    .header .primary-header-inner .header-right-wrap {
        display: block !important;
    }

    .slider-item .slider-content-wrap .hero-content-wrap {
        margin-bottom: 0;
    }
}

@media all and (max-width: 992px) and (min-width: 768px) {
    .hero-content .sub-title {
        font-size: 25px;
    }

    .hero-content .title {
        font-size: 70px;
    }
}

@media all and (max-width: 767px) {
    .hero-content .sub-title {
        font-size: 16px;
    }

    .hero-content .title {
        font-size: 45px;
    }

    .section-heading .sub-heading {
        margin-bottom: 5px;
    }

    .about-content-6 .section-heading,
    .about-content-6 p {
        text-align: center;
    }
} 