@media (min-width: 992px) {
    .header-fixed.toolbar-fixed .wrapper {
        padding-top: calc(0px + var(--kt-toolbar-height));
    }
}

@media screen and (min-width: 576px) {
    .grid-col-sm-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 768px) {
    .grid-col-md-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid-col-md-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width: 992px) {
    .grid-col-lg-4 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .grid-col-lg-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header {
        height: auto;
    }

    header {
        z-index: 2;
    }
}

@media screen and (max-width: 1199px) {
    .service-height {
        min-height: 325px;
    }
}

@media screen and (max-width: 991px) {
    .header .header-menu {
        z-index: 9999;
        background-color: #142457;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .menu,
    .menu-wrapper {
        display: inline-block;
    }

    header {
        right: 0;
        z-index: 99999 !important;
    }

    .header {
        position: static;
        background-color: transparent !important;
        height: auto;
    }

    .menuToggle {
        top: 30px;
        right: 5px;
    }

    .menu-state-bg .menu-link:after {
        content: none;
    }
    .menu-sub .menu-link .menu-title {
        color: #e4e6ef !important;
    }
    .menu-sub .menu-link.active .menu-title , .menu-state-bg .menu-item .menu-link.active .menu-title {
        color: #3CBDBF !important;
    }
    .menu-state-bg .menu-item .menu-link.active {
        background-color: transparent;
    }

    .arrow-right::after {
        border-top: 30px solid #3CBDBF;
        border-right: 30px solid transparent;
        border-left: 30px solid transparent;
        border-bottom: none;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .service-height {
        min-height: 255px;
    }
    .tabToggle {
        display: none;
        position: fixed;
    }
} /* 991 */

@media screen and (max-width: 767px) {

    .service-height,
    .bus-height {
        min-height: 0;
    }
}

@media screen and (max-width: 576px) {
    .navbar-nav .nav-link {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .service-height {
        min-height: 0;
    }

    .news_bg {
        border-bottom: 43px solid #3CBDBF;
        border-right: 25px solid transparent;
    }
}