@media only screen and (min-width: 1200px) {
    .container {
        max-width: calc(100% - 18vw) !important;
    }

    .stickySlider .container {
        margin-left: 10vw !important;
        margin-right: 0 !important;
        max-width: unset !important;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        padding: 0 2rem !important;
    }

    .stickySlider .container {
        padding-right: 0 !important;
    }

    /* .stickySlider .custom-swiper-container,
    .stickySlider .swiper {
        padding-right: 5rem;
    }

    .custom-swiper-container .swiper{
        padding-right: 5rem !important;
    } */

    .hero-img {
        width: 100%;
    }

    .hero {
        height: auto;
        width: 100%;
        padding: 2rem 0;
    }

    .student {
        width: 100%;
        padding-bottom: 1rem;
    }

    .logo-container {
        padding: 0.5rem 0;
        flex-wrap: wrap;
        justify-content: center;

    }

    .header-menu-cntr {
        display: none;
    }

    .home-banner-section img {
        width: 100%;
    }

    .TheForm {
        margin-left: unset;
    }

    .section-two .row {
        flex-direction: column-reverse;
    }

    .section-two img {
        margin-top: 2rem;
    }

    .location-highlight-section table {
        table-layout: fixed;
    }

    .location-highlight-section table thead th {
        background-color: #2AB64A;
        color: #fff;
        font-size: 1rem;
        line-height: 1rem;
        font-weight: 500;
        padding: 0.7rem 0.5rem;
    }

    .location-highlight-section table thead th:first-child {
        width: 15% !important;
    }

    .location-highlight-section table td,
    .location-highlight-section table th {
        padding: 1rem 0.5rem;
    }

    .location-highlight-section table {
        border-bottom-color: #dee2e6;
    }

    footer {
        border-top: unset;
        padding-top: unset;
    }

    footer iframe {
        height: 25rem;
    }

    .school-facility-section,
    .testimonial-section {
        padding: 3rem 0;
    }

    .school-facility-section {
        padding: 3rem 0;
        padding-top: 0rem;
        margin-bottom: 1.5rem;

    }

    .stickySlider .swiper-button-next {
        top: unset;
        left: unset;
        bottom: 0;
        right: 2rem;
    }

    .stickySlider .swiper-button-prev {
        top: unset;
        left: unset;
        bottom: 0;
        right: 4rem;
    }

    .stickySlider .swiper {
        padding-right: 8rem;
    }

    /* .bottom-1 {
        padding-top: 6.5rem;
    }

    .bottom-2 {
        padding-top: 2.5rem;
    }

    .bottom-3,
    .bottom-4 {
        padding-top: 5.5rem;
    }

    .bottom-5 {
        padding-top: 3rem;
    } */

    .txt-content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 1rem;
        width: 79%;
    }

    .section-two p {
        padding-right: 2rem;
        padding-top: 1rem;
    }

    .desktop {
        display: none;
    }

    .mbl {
        display: block;
    }

    .icons {
        display: flex;
    }

    .facebook {
        padding-right: 5px;
    }

    .academics-section .academic-cntr {
        margin-bottom: 2rem;
    }

    .section-three p {
        width: 100%;
    }
    
    

.section-three{
    padding-bottom:0;
}

    .section-three .col-md-4 {
        margin: 1rem 0;
        /*min-height: 24rem;*/
    }

    .mobOnly {
        display: block;
    }

    .section-two img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .school-facilty-swiper .swiper-wrapper {
        padding-bottom: 4rem;
    }
}