@media screen and (max-width: 767px) {
  .bannerImg {
    /* position: static; */
    width: 80%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 300px;
  }
  .bannertext {
    position: static;
    width: 100%;
    padding: 24px 24px;
  }
  .bannerSection {
    height: 95vh;
  }

  .bannertext h1 {
    line-height: 35px;
    font-size: 35px;
  }
  .bannertext p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .bannertext h2 {
    font-size: 18px;
  }
  header {
    position: relative;
  }

  .eduinstu,
  .supexp,
  .supcoex,
  .insov,
  .ledBg,
  .contactus {
    width: 100%;
    padding: 50px 16px;
  }
  .ledBg {
    height: auto;
  }

  .ediinsttext h2 {
    font-size: 38px;
    line-height: 38px;
    text-align: center;
  }
  .col-md-4.b1 {
    order: 2;
  }
  .col-md-4.b1 .ediinsttext {
    margin-top: 30px;
  }
  .col-md-6.a1 {
    margin-bottom: 30px;
  }
  .msImg h5 {
    max-width: 95%;
    font-size: 16px;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .col-md-8.b2.aos-init.aos-animate {
    margin-bottom: 30px;
  }
  .insov .msImg h5 {
    max-width: 80%;
  }
  .videonqr .col-md-3 {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }
  footer {    height: auto; }
  footer .d-flex {
    flex-direction: column;
}
footer {
    text-align: center; padding: 10px 10px;
}
header li.nav-item {
    padding: 10px 10px;
    border-bottom: solid 1px #bababa;
}
.offcanvas { width:100% !important; }
}
@media screen and (min-width: 991px) and (max-width:1441px) {

    .bannertext {
        width: 750px;
        top: 70px;
        left: 5%;
    }

    .bannerImg {
        position: absolute;
        right: 5%;
        top: 150px;
        width: 350px;
    }

    .bannerSection {
        height: 100vh;
        display: flex;
        align-items: center;
    }
}
