@media only screen and (max-width:1000px) {
    /* For tablets: */
    .brandlogo{
        right: -80%;
      top: -20px;
      /* width:100px; */
      }
      .brandlogo img{
        right: -80%;
        width:145px;
      }
      .brandlogo p{
          display: none;
      }
      /* .section-1{
        background-image:none;
    } */

    .facilites-list{
      flex-wrap: wrap;
    }
    .facilites-list .facilites-list-main{
      width: 40%;
    }
  }
  @media only screen and (max-width:500px) {
        .header-ul li{
            font-size: 10px;
            padding-left: 8px;
        }
        .brandlogo img{
            width:120px;
          }
          .brandlogo{
          top: 0px;
          /* width:100px; */
          }
          .slider-div {
            /* padding-top: 27%; */
            padding-top: 19%;
        }
        .banner-text-box{
            /* transform: translateY(46px); */
            width: 50%;
            top: 17%;
        }
        .section-2-img{
          min-height: 295px;
        }

        .staff .nu-img-wrap{
          height: 100px;
          width: 100px;
        }
       
        .facilites-list .facilites-list-main{
          width: 80%;
        }
        .heading-section h2,
        .heading-section.heading-section-white h2,
        .hero-wrap.hero-wrap-2 .slider-text .bread,
        .facilites-single-theme-1 h3,
        .academic-content-kinder-title,
        .section-title h2 {
          font-size: 1.5rem;
        }
        .slide .content h1{
          font-size: 1rem;
        }
        .slider-moto-p{
          font-size: 0.5rem;
          font-weight: 600;
        }
        .hero-wrap.hero-wrap-2{
          height: 209px;
        }
        .academic-list{
          margin-bottom: 2rem;
        }
        /* .slider{
          height: 25vh;
        } */
        .buttons button#prev,
        .buttons button#next{
          display: none;
        }
        header{
          height: auto;
          padding-top: 1px;
    padding-bottom: 1px;
        }
  }
  @media only screen and (max-width:767px) {
      .section-1{
        background-position: top;
        background-size: 100% 40%;
      }
      .banner-text-box h2{
        font-size: 4vw;
    }
    .banner-text-box p {
        font-size: 1.6vw;
    }
    .content-title-2 {
        font-size: 1.5rem;
    }
    .section-1{
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width:1200px) {
    .admission-form {
      width: 75%;
      position: unset;
      margin: 74px auto;
  }
  }