@media screen and (max-width: 767px) {
  .bannerImg {
    /* position: static; */
    width: 75%;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    top: 415px;
  }
  .bannertext {
    position: static;
    width: 100%;
    padding: 14px 24px;
  }
  .bannerSection {
    height: 100vh;
  }

  .bannertext h1 {
    line-height: 30px;
    font-size: 30px;
    max-width: 100%;
  }
  .bannertext p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .bannertext h2 {
    font-size: 18px;
  }
  header {
    position: relative;
  }
ul.Trccm li {
	width: 100%;
}
.contentbox  { padding:28px;}
  .ccmsolu,
  .bccms,
  .contactus {
    width: 100%;
    padding: 70px 16px;
  }
  .ledBg {
    height: auto;
  }

  .ediinsttext h2 {
   font-size: 28px;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
  }
  .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;
  }

  footer {
    text-align: center;
    padding: 10px 15px;
  }

  .videonqr .col-md-3{ display: flex;justify-content: center;margin-top: 15px;
        
}
.contactus .ediinsttextleft { height:auto;}
footer .d-flex{flex-direction: column;}
footer { height:auto;}


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;
    }
}

