@media (min-width: 576px) {
  .header-upper-strip {
    background-color: rgba(16, 110, 99, 0.1);
  }
}
@media (max-width: 576px) {
  .page-title h1 {
    font-size: 14px;
    line-height: 14px;
  }
  .page-title {
    padding: 12px 0;
  }
  .headerContact {
    position: static;
    display: flex;
    justify-content: space-between;
  }
  .main-slider .owl-carousel .owl-item img {
    height: 40vh;
    object-fit: cover;
  }
  .messageDes {
    border-radius: 5rem !important;
    padding: 2.5rem !important;
  }
  .about-page .messageDes {
    padding: 0rem !important;
  }
  .svg svg {
    width: 24px;
    height: 100px;
  }
  .main-owl-nav {
    display: none !important;
  }
  .social-media .social-icons {
    width: 1.5rem;
  }
  .social-media .social-icons img {
    width: 1rem;
  }
  .vertical-splide {
    height: auto !important;
    max-width: 400px;
    margin: 0 auto;
  }
  .testi-header-alumni {
    top: 0;
    bottom: auto !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius:  var(--bs-border-radius-xl);
    border-bottom-right-radius:  var(--bs-border-radius-xl);
}

}
@media (min-width: 768px) {
  .nav.nav-pills {
    width: 35%;
  }
  .tab-content {
    width: 65%;
  }
  .mainOwl-slider img {
    height: 80vh;
    object-fit: cover;
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .infoCard {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -25%);
  }
  .mainStrip {
    min-height: 9rem;
  }
}
@media (max-width: 1200px) {
  .vertical-slider {
    height: 450px;
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  .vertical-slider {
    height: 550px;
    max-width: 320px;
  }
}
@media (max-width: 576px) {
  .vertical-slider {
    height: 450px;
    max-width: 280px;
  }
}
