
@media only screen and (max-width:1000px) {
    /* For tablets: */
    .brandlogo{
      display: none;
      /* 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%;
    }
    .abt-imgone{
      top: 8rem;
    }
    .abt-imgtwo{
      top: 8rem;
      left: 13rem;
    }
    .abt-imgthree{
        top: 14rem;
        left: 10rem;
    }
  }
  @media only screen and (max-width:500px) {
        .header-ul li{
            font-size: 10px;
            padding-left: 8px;
        }
        .brandlogo img{
            width:120px;
          }
          .brandlogo{
          display: none;
          /* 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;
        }
        .heading-section h2{
          padding-top: 8rem;
        }
        .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;
        }
        .abt-imgone{
          position: absolute;
          top: 0rem;
        }
        .abt-imgtwo{
          position: absolute;
          top: 0;
          left: 17rem;
        }
        .abt-imgthree{
          position: absolute;
          top: 5rem;
        }
     
  }
 
  @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;
    }
    .abt-imgone{
      top: 0;
    }
    .abt-imgtwo{
      top: 0;
      left: 17rem;
    }
    .abt-imgthree{
      top: 5rem;
    }
    .heading-section h2{
      padding-top: 10rem;
    }
  }


  @media only screen and (max-width:1200px) {
    .admission-form {
      width: 75%;
      position: unset;
      margin: 74px auto;
  }

}
@media only screen and (min-width:992px){
  .products .btn{
    position: absolute;
    top: 63rem;
    right: 3rem;
  }
  .products-bg{
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width:1200px){
  .products .btn{
    position: absolute;
    top: 39rem;
    right: 3rem;
  }
}