  /* ===============================
     Medium Devices (≤ 1199px)
  ================================ */
  @media (max-width: 1199px) {
    .brands {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .why-choose {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .site-footer {
        margin-top: 50px;
    }
      
  }

/* ===============================
   Large Devices (992px - 1199px)
================================ */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    /* Navbar / Header */
    .navbar,
    .nav.navbar {
      padding-bottom: 30px;
    }
  
    .navbar-nav {
      align-items: center;
    }
  
    .navbar-nav li:last-child {
      margin: 30px 0;
    }
  
    /* Campus / Feature Section */
    .feature-card h5 {
      margin-bottom: 20px !important;
      min-height: 48px;
    }

    .smel-banner {
        padding-bottom: 50px;
    }

  }
  
  /* ===============================
     Medium Devices (≤ 991px)
  ================================ */
  @media (max-width: 991px) {
  
    /* Navbar / Header */
    .navbar-nav li:last-child {
      margin: 30px 0;
    }
  
    .navbar-toggler:focus {
      box-shadow: none;
    }
  
    /* Hero Section */
    .hero-section {
      text-align: center;
      margin: 50px 0;
    }
  
    .hero-img img {
      display: block;
      margin: 0 auto;
    }
  
    /* About Section */
    .about-thumbnail {
      width: 100%;
      text-align: center;
    }
  
    .about-thumbnail img {
      width: 100%;
    }
  
    /* Campus Section */
    .campus-card {
      margin-bottom: 30px;
    }
  
    /* Legacy Section */
    .join-our-lagacy-thumbnail img {
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-bottom {
        margin-top: 0 !important;
    }

    .hero-section {
        margin: 0
    }

    .history-thumbnail{
      margin-bottom: 50px !important;
    }

  }
  
  
  /* ===============================
     Small Devices (≤ 767px)
  ================================ */
  @media (max-width: 767px) {
  
    /* Navbar / Header */
    .sticky-top {
      position: static !important;
      top: auto !important;
    }
  }
  
  
  /* ===============================
     Extra Small Devices (≤ 575px)
  ================================ */
  @media (max-width: 575px) {
  
    /* Navbar / Header */
    .navbar-toggler {
      display: block;
      margin: 30px auto 0;
    }
  
    .logo-group {
      width: 100%;
      text-align: center;
    }
  
    .logo-group a img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
  
    /* Hero Section */
    .hero-section a {
      width: 100%;
      margin-bottom: 10px;
    }
  
    .smel-banner h1 {
      font-size: 2rem;
    }
  
    .smel-banner .btn-primary {
      margin-bottom: 40px;
    }
  
    /* Brands Section */
    section#brands {
      padding-bottom: 20px;
    }
  
    /* Footer */
    .footer-bottom.py-3.mt-4.border-top {
      margin-top: -20px !important;
    }
  
    .footer-logo-text {
      width: 100%;
    }
  
    .col-lg-6.col-md-12.mb-4 {
      margin-bottom: 0 !important;
    } 
    .our-schools {
      margin-top: 0;
    }

    .brand-card h5 {
        font-size: 19px;
    }

    .why-choose {
        padding-top: 50px;
        padding-bottom: 50px;
    }
  }
  