@media (max-width: 1200px) {
    .school-carousel .owl-nav button {
        left: 84% !important;
    }

    .school-carousel .owl-nav button.owl-next {
        left: 95% !important;
    }
    span.mob_des {
        display: none;
    }
}

@media (max-width: 992px) {
    .school-carousel .owl-nav button {
        left: 80% !important;
    }

    .school-carousel .owl-nav button.owl-next {
        left: 95% !important;
    }
    span.mob_des {
        display: none;
    }
}

@media (max-width: 768px) {
    .social ul {
        justify-content: center;
    }
    span.mob_des {
        
        display: block !important;
        font-size: 14px;
        font-weight: 600;
        margin-top: 6px;
        text-align: center;
    }
    .bottom-header .navbar-brand span {
        display: none;
    }

    .bottom-header .navbar {
        padding: 0px;
    }

    .case-details .card-body {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .single-case .learn-row {
        padding: 0;
    }
}

@media (max-width: 576px) {
    .school-carousel .owl-nav button {
        display: none;
    }

    .bottom-header .nav-link.active::after,
    .bottom-header .nav-link:hover::after {
        content: none !important;
    }

    .schools-card .contact-detail {
        font-size: 12px;
        gap: 10px !important;
    }

    .offcanvas {
        width: 95% !important;
    }

    .section-title h3 {
        font-size: 35px !important;
    }

    .list-view {
        display: block !important;
    }

    .news-section .news-card .event-info h6 {
        margin-bottom: 10px !important;
    }

    .news-section .news-card .event-info {
        display: block !important;
    }

    .search-form form input::placeholder,
    .search-form form input,
    .search-form form select {
        font-size: 16px !important;
    }

    .case-details.event-section h2 {
        font-size: 30px !important;
    }
}