﻿@media (min-width: 768px) {
    .logo {
        text-align: left;
        /* height: 100px !important; */
    }

    #navbar__box1 li a {
        color: black !important;
    }

    #navbar__box1 li {
        background: white;
    }

    .navbar__box li:hover {
        color: white !important;
    }

    
}
@media (min-width: 1024px) {
    .navbar__box span {
        display: none;
    }

}

@media (max-width: 768px) {
    .collapse ul {
        border: 1px solid #8080801c;
        border-radius: 10px;
        padding-left: 0px !important;
    }
   
    .top-bar span a {
        font-size: 13px !important
    }
    .stat-item {
        margin-top: 20px;
    }
    .stats-bar {
        padding: 1px 0 22px 0px;
    }

    #about p{
        text-align:justify;
    }
    .SliderSection img {
        max-height: 250px !important;
        min-height: 250px;
        object-fit: cover;
    }
    .school-description{
        text-align:justify;
    }
    .fixedimage {
        min-height: 40vh !important;
    }
    .slider-nav {
        position: absolute;
        top: 5rem;
    }
    .carousel-control-next, .carousel-control-prev{
        z-index:1;
    }
    .SliderSection .carousel-control-next {
        right: 35%;
        top: 66%;
    }

    .SliderSection .carousel-control-prev {
        left: 35%;
        top: 66%;
    }
    #about-section p {
        text-align: justify
    }

    .privacypages ul {
        flex-wrap: wrap;
        justify-content: left;
    }

    .facility-item {
        flex-wrap: wrap;
    }

        .facility-item img {
            height: auto;
        }

        .facility-content, .facility-item img {
            width: 100%
        }

    .count {
        font-size: 1.5rem !important;
    }

    .counter {
        padding: 0px !important
    }

    .ProudNumbers p {
        text-align: justify;
    }

    .h4Heading {
        font-size: 27px !important;
    }

    .mautomob {
        position: absolute;
        right: 0;
        text-align: right;
    }
}


@media (min-width: 1200px) {
    #HeroCarousel img {
        max-height: 600px;
        object-fit: cover;
    }
    
}

@media only screen and (min-width: 1400px) {
    .main_nav {
        margin-top: 2%;
    }
}


@media only screen and (min-width:991px) and (max-width:1200px)
{
    .home-carousel-2 .slick-next {
        right: 75%;
    }
}
@media only screen and (min-width:1201px) and (max-width:1400px) {
    .navbar a {
        font-size: 14px;
    }
}

@media only screen and (min-width:1601px) {
    .home-carousel-2 .slick-next {
        right: 82%;
    }
}