@media only screen and (max-width: 1750px) {
  .container {
    max-width: 95%;
  }

}

@media only screen and (max-width: 1450px) {
  .top-left img {
    max-height: 122px;
  }

  .whyLeft h2,
  .benefitsSection .heading h1,
  .vedioSection .heading h1 {
    font-size: 36px;
  }

  .benefitsSection .bookBtn {
    margin: 0;
  }

  .benefitsSection {
    min-height: 1130px;
  }

  .whyLeft ul li {
    margin: 0 0 20px 0;
  }

  .whyLeft h4 {
    margin: 0 0 7px 0;
  }

  .banner-text h2 {
    font-size: 44px;
  }

  .banner-text h1 {
    font-size: 26px; 
  }

  .banner-text {
    max-width: 670px;
  }

  .banerBox h5 {
    font-size: 20px;
  }

  .banerBox p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .benefitsSection {
    min-height: 1046px;
  }

  .whyLeft h2 {
    margin: 0 0 20px 0;
  }

  .whyLeft p {
    padding: 0;
  }

  .whyPic {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ft-box {
    padding: 0 0 0 50px;
    margin: 0 0 15px 0;
  }

  .beneDec h5 {
    font-size: 17px;
  }

  .beneDec p {
    font-size: 15px;
  }

  .beneDec {
    padding: 0 15px 20px;
  }

  .frm {
    max-width: 330px;
  }

  .banner-text {
    max-width: 600px;
  }

  .whyLeft h2,
  .benefitsSection .heading h1,
  .vedioSection .heading h1 {
    font-size: 32px;
  }

  .ft-box p {
    font-size: 15px;
  }

  footer h4 {
    font-size: 22px;
  }

  .widthSet50 {
    width: 50%;
  }

}

@media only screen and (max-width: 991px) {

  .banerBox1 {
    text-align: center;
    padding: 44px 0 0 0;
    background-position: top center;
  }

  .banerBox2 {
    text-align: center;
    padding: 44px 0 0 0;
    background-position: top center;
  }

  .banner-text {
    max-width: 500px;
    bottom: 93px;
  }

  .banerBox {
    padding: 20px 20px;
  }

  .line {
    height: auto;
    margin: 10px 0px;
  }

  .frm p {
    font-size: 16px;
    line-height: 121%;
    margin: 0;
  }

  .banner {
    background: url(../images/dec-banner.webp) no-repeat;
    position: relative;
  }

  .banner:before {
    content: "";
    background: url(../images/banner-pic.webp) no-repeat top center;
    background-size: 100% auto;
    width: 700px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 50px;
  }

  .banerBox::before {
    width: 97%;
    height: 88%;
  }

}

@media only screen and (max-width: 891px) {

  .benefitsSection {
    min-height: 950px;
  }

  .why-flx {
    flex-wrap: wrap;
  }

  .whyPic {
    text-align: center;
  }

  .ft-flx {
    flex-wrap: wrap;
  }

  .ft-flx>div {
    width: 47%;
  }

  footer {
    background: #EE202D url(../images/footer-bg.webp) no-repeat;
    background-size: 100%;
    min-height: 500px;
    padding: 40px 0;
    background-position: 0 100%;
  }

  footer h4 {
    margin: 0 0 15px 0;
  }

  .banerBox::before {
    width: 97%;
    height: 90%;
  }

  .whyLeft h2,
  .benefitsSection .heading h1,
  .vedioSection .heading h1,
  .heading h1 {
    font-size: 26px;
  }

  .banner-text h2 {
    font-size: 36px;
  }

  .banner-text {
    max-width: 100%;
    bottom: inherit;
    top: 50px;
    position: relative;
    text-align: center;
  }

  .frm {
    max-width: 390px;
    position: relative;
    margin: 40px auto 0;
    top: 40px;
    padding: 30px 15px 5px;

  }

  .banner {
    height: auto;
    background-size: cover;
  }

  .banner::before {
    width: 100%;
    background-size: 60% auto;
    top: 200px;
  }

  .banerBox {
    margin: 360px auto 50px;
    max-width: 500px;
  }

  .logoSliderSection {
    padding: 100px 0 30px 0;
  }
}

@media only screen and (max-width: 767px) {
  .for-mob {
    display: block;
  }

  .for-dc {
    display: none;
  }

  .benefitsSection .bookBtn {
    display: none;
  }

  .ft-flx>div {
    width: 100%;
  }

  .ft-flx {
    gap: 13px;
  }

  footer {
    padding: 40px 0 80px;
  }

  .banerBox {
    margin: 300px auto 50px;
  }

  .banerBox1 p span {
    display: none;
  }

  .whyLeft h2,
  .benefitsSection .heading h1,
  .vedioSection .heading h1,
  .heading h1 {
    font-size: 26px;
    text-align: center;
  }

  .whyLeft h2 {
    max-width: 200px;
    margin: 0px auto 20px;
  }

  .banner {
    height: auto;
    background-size: 100% 105%;
    padding: 0 0 100px 0;
  }

  .logoSliderSection {
    padding: 20px 0 30px 0;
  }
}

@media only screen and (max-width: 570px) {
  .benefitsSection {
    background: url(../images/benifit-bg-mobile.webp) no-repeat bottom;
    background-size: 100% auto;
    min-height: 1100px;
  }

  .widthSet50mob {
    width: 100%;
     display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .widthSet50 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .topBtn {
    position: fixed;
    width: 95%;
    bottom: 0;
  }

  .topBtn a {
    border-radius: 0;
  }

  header {
    height: 100px;
  }

  .top-left {
    text-align: center;
    width: 100%;
  }

  .whyLeft .bookBtn {
    display: none;
  }

  .whyLeft h2 {
    font-size: 24px;
  }

  .whyLeft h4 {
    font-size: 18px;
  }

  .whyLeft p {
    font-size: 14px;
  }

  .banner-text h2 {
    font-size: 28px;
  }

  .banner-text h1 {
    font-size: 18px;
  }

  .banner {
    background: url(../images/mb-banner.webp) no-repeat;
    background-size: 100% 103%;
    padding: 0 0 100px 0;
  }

  .logoSliderSection {
    padding: 20px 0 10px 0;
  }

  .banner::before {
    background-size: 97% auto;
    top: 148px;
  }

  .banerBox {
    max-width: 100%;
  }

  .banerBox1,
  .banerBox2 {
    width: 100%;
  }

  .banerBox h5 {
    font-size: 15px;
  }

  .banerBox p {
    font-size: 11px;
  }

  .line {
    margin: 10px 0 0 0;
  }

  .vedioSlider .owl-nav {
    position: relative;
    width: 100%;
    right: 0;
    top: 20px;
  }

  .banner-text {
    text-align: left;
  }

  .heading {
    margin: 0 0 15px 0;
  }

}