@media only screen and (max-width:1199px) {
    .menu {
        display: grid !important;
    }

    .menuContentNone {
        display: none;
    }

    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 710px !important;
    }

    .slideImg {
        height: auto !important;
        width: 100%;
        padding-top: 3rem;
    }

    .tabInContain {
        height: auto !important;
    }

    .tabImg {
        width: 100% !important;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .plansCol {
        padding-bottom: 2rem !important;
    }

    .supCol {
        padding-bottom: 2rem !important;
    }

    .footerBottom {
        justify-content: space-evenly !important;
    }

    .menuContent li {
        margin-right: 9px !important;
    }

    .aboutColOne {
        padding: 3.5rem 1rem !important;
    }

    .tabColTitle {
        font-size: 32px !important;
    }

    .navBtn {
        margin-bottom: 1rem !important;
    }

    .slideTitle {
        font-size: 38px !important;
    }

    .tabInBody {
        width: 90% !important;
    }

    .menuContent li a {
        font-size: 14px !important;
    }
}