/* <!--===============
Responsive Design===
==============--> */
@media (max-width:1024px) {}

@media (max-width:991px) {

  /* custom css */
  .text-content {
    width: 100%;
  }

  /* nav-bar-band */
  .navigation-wrap.navbar-brand img {
    height: 3.8125rem;
  }

  .navigation-wrap {
    text-align: center;
    background-color: aliceblue;
  }

  .navigation-wrap.nav-link {
    line-height: 1.875rem;
  }

  .top-banner {
    padding: 9.375rem 0 9.375rem;
  }

  /* carousel section */
  .bottom-1 {
    margin-bottom: -20px;
  }

  .students-name{
    font-size: 2.5rem;
  }
}

@media (max-width:767px) {

  /* custom css */
  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 0.625rem;
  }

  .top-banner {
    padding: 10rem 0 9.375rem;
  }

  /* carousel section */

  .testimonial-section {
    height: auto;
    width: 100%;
  }

  .bottom-1 {
    margin-bottom: -20px;
  }

  .ind {
    bottom: -155px !important;
  }

  /* book-food section */
  .book-food h2 {

    line-height: 2rem;
  }

  /* story section */
  .story-section {
    height: auto;
    padding: 3rem 0;
  }
  .story-section h4 {
    font-size: 20px;
  }

  /* Newslatter section */

  .newslatter{
    width: 100%;
  }

 h2{
  line-height: 2rem;
 }

 .newslatter .main-btn{
  width:100%;
  margin-top: 16px;

 }

 
}


@media (max-width:768px){

  .play-img {
  /* padding: 0 240px; */
  display: block;
  margin: 0 auto;
  width:100%;
}

.students-name{
  font-size: 2.5rem;
}
}



@media (max-width:576px){

  .play-img {
  /* padding: 0 240px; */
  display: block;
  margin: 0 auto;
  width:100%;
}
}

@media (max-width:412px){

  .play-img {
  /* padding: 0 240px; */
  display: block;
  margin: 0 auto;
  width:100%;
}
}






@media (max-width:330px) {
  /* carousel section */

  .testimonial-section {
    height: 75vh;
    width: 100%;
  }

  .carousel-item img {
    width: 50%;
  }

  .bottom-1 {
    margin-bottom: -100px;
  }

  .ind {
    bottom: -250px !important;
  }

  /* faq section */
  .faq h2 {
    font-size: 20px;
  }

  /* book-food section */
  .book-food h2 {
    font-size: 20px;
    line-height: 2rem;
  }

  .play-img {
    /* padding: 0 240px; */
    display: block;
    margin: 0 auto;
    width:100%;
  }
}