


@media only screen and (max-width: 1750px) {
  .container-fluid
  {
    max-width: 95%;
  }  
 

}

@media only screen and (max-width: 1650px) {
  

.form
{
  right: 30px;
}
.ladyPic
{
  max-width: 600px;
}
.evntpc {
  max-width: 300px;
}

}
@media only screen and (max-width: 1470px) {
 
.heading h3
{
  font-size: 40px;
}
.bannerText
{
  max-width: 450px;
  padding: 30px 30px;
}
.bannerText h1
{
  font-size: 34px;
}
.bannerText ul li
{
  font-size: 22px;
}
.bannerText p
{
  font-size: 18px;
}
.banner
{
  min-height: 650px;
}
.bannerText
{
  height: 650px;
}
 
}

@media only screen and (max-width: 1350px) {
 .bannerText {
    max-width: 450px;
 }
 

}

@media only screen and (max-width: 1200px) {
 .form {
    right: 0;
    max-width: 400px;
    position: relative;
    top: 0;
    margin: 20px auto;
  }
  .ladyPic {
    right: 0;
  }
  .ladyPic {
    width: 100%;
    right: -100px;
  }
  .ladyPic img
  {
    max-width: 100%;
  }
  .bnlogo {
    margin: 10px 0;
  }
  .last-footer
  {
    font-size: 15px;
  }

}

@media only screen and (max-width: 991px) {
  .evntpc {
    max-width: 250px;
  }
  .exp img {
    max-width: 90%;
    max-height: 70px;
  }
  .schSlider {
    padding: 0 0 0 10px;
  }

}
@media only screen and (max-width: 881px) {

.ladyPic {
    width: 450px;
  }
  .banner
  {
    min-height: 650px;
    overflow: hidden;
  }
  footer h5
  {
    font-size: 24px;
  }
  footer h5::before, footer h5::after
  {
    top: 20px;
  }
  footer h2
  {
    font-size: 36px;
  }
  .bnlogo img 
  {
    max-height: 100px;
  }


}
@media only screen and (max-width: 767px) {
.top-right a
{
  padding: 0 0;
  border: none;
}
.top-right {
  margin: 10px 0 0 0;
}
 .top-left {
    width: calc(100% - 70px);
  }
.heading h4
{
  font-size: 24px;
}
.heading h3 {
    font-size: 36px;
}
.eventSection
{
  padding: 30px 0;
}
footer h5::before, footer h5::after
{
  display: none;
}
 .last-footer {
    overflow: hidden;
    text-align: center;
  }
  .last-footer span {
    display: block;
    text-align: center;
    width: 100%;
  }
   .bannerText {
    max-width: 350px;
  }
   .bannerText h1 {
    font-size: 28px;
  }
  .bannerText h4 {
   font-size: 26px;
  }
   .bannerText ul li {
    font-size: 18px;
  }
   .tp-dc
  {
    display: none;
  }
  .tp-mb
  {
    display: block;
  }

}
@media only screen and (max-width: 570px) {

  .bannerText {
    max-width: 100%;
    height: auto;
    background: transparent;
    box-shadow: 0px 0px 0px 0px #00000000;
    padding: 30px 15px;
  }
  .banner {
    min-height: 900px;
    overflow: hidden;
    background: url(../images/mon-banner.webp) no-repeat;
    background-size: 100% auto;
    background-position: 0 100%;
  }
   .banner .container-fluid {
    max-width: 100%;
  }
  .ladyPic {
    width: 100%;
    right: 0;
  }
  .evntdc
  {
    display: none;
  }
  .eventInner
  {
    display: block;
  }
  .heading h3 {
    font-size: 28px;
  }
  .heading h4 {
    font-size: 20px;
  }
  .experienceSection
  {
    padding: 40px 0 50px;
  }
   footer h2 {
    font-size: 28px;
  }
  footer h5 {
    font-size: 20px;
  }
  .form
  {
    margin: -50px auto 20px;
    max-width: 95%;
  }

}
@media only screen and (max-width: 400px) {
  .top-left {
    width: calc(100% - 50px);
  }
  .banner {
    min-height: 850px;
  }
  .schDec h4
  {
    font-size: 20px;
  }
  .schDec p
  {
    font-size: 14px;
  }
  

}