/* Media queries */
/* about us */
@media only screen and (max-width: 767px) and (min-width: 200px) {
    .what_is .about-img::before {
      width: 356px;
    }
    .what_is .about-img{
      width: 80% !important;
    }
  }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .what_is .about-img::before {
        width: 740px;
      }
      .what_is .about-img{
        width: 92% !important;
      }
  }
  @media only screen and (max-width: 3000px) and (min-width: 1024px) {
    .what_is .about-img{
        padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-left: 50px !important;
    }
  }

  /* Academics */
  @media only screen and (max-width: 767px) and (min-width: 200px) {
  .slider .next-arrow {
    right: 20% !important;
  }
  #teaching-staff .sec-title h2 {
    padding-bottom: 10px !important;
  }
  #teaching-staff .slick-slider .slick-list {
    height: 65vh;
  }
  .news-event-area .container{
    overflow-x: scroll !important;
  }
  }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
  .slider .priv-arrow {
    left: 75% !important;
  }
  #teaching-staff .slick-slider .slick-list {
    height: 40vh !important;
  }
}

@media only screen and (max-width: 3000px) and (min-width: 1024px) {
    #teaching-staff .slick-slider .slick-list {
        /* height: 39vh !important; */
      }
      
      }


      /* muhs mandates */
      /* page pending */

      /* Hospital */
      /* */

      /* admissions */
      /**/


      /* infrastructure  */
      /* */

      /* Activates */
      /*  */

      /* NSS */
      @media only screen and (max-width: 767px) and (min-width: 300px) {
        .align_nss {
          margin-left: 60px;
        }
        .tb-incard{
          overflow-x: scroll;
        }
      }
      @media only screen and (max-width: 1023px) and (min-width: 768px) {
        .align_nss {
          margin-left: 60px;
        }
        .tb-incard{
          overflow-x: scroll;
        }
      }




