

@media only screen and (max-width: 1750px) {
  .container-fluid
  {
    max-width: 95%;
  }
}
@media only screen and (max-width: 1400px) {
 .form {
  right: 30px;
  max-width: 400px;
  top: 157px;
 }
 .bntext
 {
  top: 15px;
  left: 25px;
 }
 .bntext h1
 {
  font-size: 52px;
 }
 .bntext h4
 {
  font-size: 36px;
 }
 .bntext p
 {
  font-size: 28px;
 }
 .admnRight h3
 {
  font-size: 50px;
 }
}
@media only screen and (max-width: 1200px) {
  .form {
    top: 120px;
  }
  .banner img {
    width: 120%;
    height: auto;
    max-width: 120%;
    margin-left: -18%;
  }
}

@media only screen and (max-width: 991px) {
  .form 
  {
    position: relative;
    margin: -20px auto 30px;
    top: 0;
    right: 0;
    left: 0;
  }
  .banner img {
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .admnRight h3
  {
    font-size: 36px;
  }
  .admnLeft {
    max-width: 50%;
    text-align: center;
  }
  .admnRight
  {
    max-width: 100%;
  }
  .admnLeft h1
  {
    font-size: 42px;
  }
  .admnLeft h4
  {
    font-size: 32px;
  }
  .admnLeft p
  {
    font-size: 28px;
  }
  .admissionSec
  {
    padding: 50px 0;
  }
  .bntext h4 {
    font-size: 28px;
    margin: 0 0 10px;
  }
  .bntext
  {
    top: 0;
    max-width: 90%;
  }
  .bntext p {
    font-size: 24px;
  }

}
@media only screen and (max-width: 767px) {

  .top-right a
  {
   padding: 15px 10px;
  }
  .admFlx
  {
    flex-wrap: wrap;
  }
  .admnLeft {
    max-width: 100%;
  }
  .admnRight {
    max-width: 100%;
    text-align: center;
  }
   .admnRight h3 {
    font-size: 24px;
  }
  .admnLeft hr
  {
    display: none;
  }
  .admnLeft
  {
    border-bottom: 2px solid #A89232;
    margin:0px 0 30px 0;
  }
  .admnLeft h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
  }
  .admnLeft p {
    font-size: 24px;
    font-weight: 600;
  }
  .admRg {
    width: 100%;
    height: auto;
    padding: 20px 0px 0 0;
  }
  .adm
  {
    flex-wrap: wrap;
  }
  .gallery
  {
    gap: 10px;
  }
  .top-left img {
      max-width: 248px;
  }
  .top-right
  {
    margin: 27px 0 0 0;
  }
  .campusSec
  {
    padding: 35px 0;
  }
  

}
@media only screen and (max-width: 600px) {
  .banner img.bn-dc
  {
    display: none;
  }
  .banner img.bn-mb
  {
    display: block;
  }
  .bntext h1 {
    font-size: 36px;
  }
  .bntext hr
  {
    margin: 0px 0 8px
  }
   .bntext p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
  }

}

@media only screen and (max-width: 500px) {
  .adl
  {
    font-size: 16px;
  }
  .adR
  {
    font-size: 16px;
  }
  .gallery
  {
    display: block;
  }
  .gal
  {
    margin: 0 0 10px 0;
  }
  .last-footer
  {
    font-size: 15px;
    margin: 0 0 55px 0;
  }
  h2.heading
  {
    font-size: 36px;
  }
  .campusSec
  {
    padding: 30px 0;
  }
  .top-right
  {
    display: none;
  }
  .top-left
  {
    width: 100%;
    height: auto;
    text-align: center;
  }
  
  .form
  {
    max-width: 90%;
  }
  .admissionSec
  {
    padding: 35px 0;
  }
  .mbBtn
  {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
    display: block;
  }
  .mbBtn a 
  {
    background: #123985;
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    display: block;
    text-align: center;
  }
  .mbBtn a:hover
  {
    background: rgb(191, 147, 58);
  }

}
