@media only screen and (max-width: 1200px) {
    .banner-title {
        font-size: 26px !important;
        line-height: 36px !important;
    }

    .navbar-brand img {
        width: 120px;
    }

    .header .navbar .nav-link {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .header .navbar .nav-link {
        font-size: 16px;
    }

    .navbar-brand {
        order: 2;
    }

    .top-sec {
        order: 1;
    }

    .navbar-toggler {
        order: 3;
        margin-right: 0px !important;
    }

    .head-band {
        margin-bottom: 15px;
    }

    .header {
        padding-bottom: 15px;
    }

    .navbar-collapse {
        position: absolute;
        z-index: 3;
        background: #fff;
        width: 100%;
        top: 150px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 10px 25px !important;
    }
}

@media only screen and (max-width: 640px) {
    .fixed-icon:not(.left) {
        /* left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 10px; */
        position: static;
        transform: none;
        justify-content: center;
    }

    .fixed-icon.left {
        display: none;
        flex-direction: row;
        position: static;
        justify-content: center;
        margin-bottom: 10px;
    }

    .fixed-box {
        background-color: #fff;
        position: fixed;
        bottom: 0px;
        width: 100%;
        padding: 10px;
        border-radius: 10px 10px 0px 0px;
        z-index: 9999;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-card>div {
        flex-direction: column !important;
        text-align: center !important;
    }

    .navbar-brand {
        order: 2;
        margin-left: 15px !important;
    }

    .head-band::before {
        content: none;
    }

    .fixed-icon .btn {
        font-size: 14px;
        border-radius: 0px 20px 0px 20px !important;
    }
    .search-filter {
        flex-direction: column;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .subjects-slider .owl-nav {
        display: none;
    }
    .subjects-slider {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}