@media (min-width: 1200px) and (max-width: 1400px) {
    .institution-overview-two {
        left: 109px;
        bottom: 20px;
        z-index: 2;
    }
    .campus-heading {
        /* bottom: -16px !important; */
    }
}


@media only screen and (max-width: 1100px) {
    header {
        height: auto;
    }

    header ul.navbar-nav.custom-nav {
        display: none !important;
    }
}
@media only screen and (max-width: 1099px) {
  .main-header {
    position: fixed;
    height: 185px;}
    body:not(.header-is-sticky) .top-header {
    margin-top: 36px;
}
.page-header {
    margin-top: 180px;
}
header.sticky{
    height: 152px;
}
.home-banner-slider{
 margin-top: 180px;
}
}
@media only screen and (max-width: 1024px) {
    header.main-header {
        padding: 15px 10px;
    }

    header ul.navbar-nav.custom-nav {
        display: none !important;
    }
    .institution-overview-two {
        left: 86px;
        bottom: 20px;
        z-index: 2;
    }

    .institution-overview-one {
        right: 19px;
        top: -40px;
        z-index: 2;
    }
    .campus-heading {
        bottom: initial !important;
        padding: 16px;
    }
    .page-header {
    margin-top: 100px;
}
.main-header{
    height: auto;
}
header.sticky {
    height: auto;
}
.home-banner-slider {
    margin-top: 0px;
}
}

@media only screen and (max-width: 768px) {
    .actuarial-science {
        background: none !important;
    }
    .header-text h2 {
        font-size: 18px;
        font-weight: 800;
    }
    .mobile-center-text p {
        text-align: center !important;
    }
    .home-banner-slider p.py-4.text-white {
        width: 363px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .campus-swiper .swiper-slide:nth-child(odd) {
        transform: scale(1);
    }
    .campus-swiper .swiper-slide:nth-child(even) {
        transform: scale(1);
    }
    h2 {
        font-size: 28px;
    }
    h1 {
        font-size: 32px !important;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .swiper-pagination {
        bottom: 0px !important;
    }
    .subscribe-section {
        height: 320px;
    }
    .subscribe-input {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }
    .course-tab .nav-link.active {
        border: 1px solid #3A3486 !important;
        padding: 7px;
    }
    .contact-info-more {
        padding-top: 9rem;
    }
}

@media (min-width: 300px) and (max-width: 490px) {
    .header-text h6 {
        color: #000000;
        font-size: 8px;
        font-weight: 600;
    }

    h2.sub-heading {
        font-size: 30px;
        color: #3a3486;
    }
    .home-banner-slider h1 {
        font-size: 40px !important;
    }
    .header-logos img {
        height: 50px;
    }

    .header-text h2 {
        color: #2f2482;
        font-size: 15px;
        font-weight: 800;
    }

    .header-text h6 {
        color: #000000;
        font-size: 14px;
        font-weight: 600;
    }
    .subscribe-wrapper .main-btn {
        border-radius: 10px !important;
    }
    .swiper-pagination {
        bottom: 141px;
    }
    .section-padding {
        padding: 50px 10px;
    }
    .actuarial-science-two {
        left: 0 !important;
        padding: 50px 20px !important;
    }
    .placment-mid {
        padding: 0 !important;
    }
    .timeline-swiper {
        padding: 0 !important;
    }
    .testimonials-slider {
        /* padding: 50px 10px; */
    }
    .campus-swiper .swiper-slide {
        transform: scale(1) !important;
        z-index: auto !important;
    }
    .campus-heading {
        bottom: -16px;
    }
}

