@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: 1024px) {
    header.mobile-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: 0px !important;
    }
    .counter {
    font-size: 30px;
}
}

@media only screen and (max-width: 768px) {
    .header-text h2 {
        font-size: 18px;
        font-weight: 800;
    }

      .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: 32px;
    }
    .student-cell .nav.modern-tabs button.nav-link {
        font-size: 12px;
    }
    .content-wrappers {
    left: 0px;
    bottom: 242px;
    z-index: 2;
}
img.testimonial-image.mobile-testimonial {
    height: 300px !important;
    -o-object-fit: cover;
       object-fit: cover;
    width: auto;
    padding-bottom: 30px;
}
.nav.modern-tabs{
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: flex
;
    justify-content: start !important;
}
.nav.modern-tabs li.nav-item {
    flex: 1 0 auto;
    white-space: nowrap;
}
.list-unstyled li .nav-link {
    font-size: 16px !important;
}
.placement-height img {
    height: 80px !important;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
    h1.commerce-heading, h6.sbup-university {
        font-size: 20px;
    }
}

@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: 12px;
        font-weight: 800;
    }

    .header-text h6 {
        color: #000000;
        font-size: 8px;
        font-weight: 600;
    }
    /* .swiper-pagination {
        bottom: 141px !important;
    } */
    .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;
  
  }
.banner-image {
    height: 700px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
    h1.commerce-heading, h6.sbup-university {
        font-size: var(--size-12);
    }
}

