@media screen and (max-width: 1023px) {
    .main-menu .navigation > li > a {
        color: #333333;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .main-menu .navigation > li:hover > a, 
    .main-menu .navigation > li.current > a {
        color: var(--sub-color);
    }
}

@media (max-width: 1200px) {
    .main-header .header-top {
        display: none;
    }

    .banner-section .slide {
        padding-top: 0;
    }

    .banner-section .mouse-btn-down {
        bottom: 0;
    }

    .banner-section {
        height: 219px;
    }

    #headSection .title-wrapper {
        width: 90%;
        transform: translate(-50%, -50%);
    }

    #headSection .title {
        font-size: 32px;
    }

    .main-footer .logo-widget .logo img {
        height: 150px;
    }

    .newsletter-form {
        margin-top: 12px;
    }

    .main-footer .footer-widget h5 {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .main-footer .footer-bottom .bottom-inner .row  p{
       text-align: left !important;
       margin-bottom: 0;
    }

    .main-footer .logo-widget .call .phone {
        font-size: 18px;
        margin: 4px 0;
    }
}

