@media (max-width: 767px) {
  #footer .footer-bottom {
    padding-top: 0;
    padding-bottom: 15px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
  .qr-code {
    width: 100px;
    margin: 0 auto 10px;
    display: block;
  }

  .footer-logo-address {
    margin-bottom: 20px;
  }

  .rightspan img {
    width: 60px;
  }

  header .center {
    flex: none;
  }

  .about-godrej {
    padding: 60px 0;
    margin-top: 0px;
  }
  .about-godrej-txt p {
    font-size: 16px;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2,
  .modal-body .section-title h2 {
    font-size: 24px;
  }

  header .logo img {
    width: 170px;
  }

  main {
    margin-top: 65px;
  }

  .videoBoxWrapper {
    height: calc(100vh - 119px);
  }
  .headerbtn {
    padding: 6px 15px;
    font-size: 14px;
  }

  .groupLogo {
    gap: 15px !important;
  }

  .groupLogo img {
    width: 300px;
  }

  .address-box h3 {
    display: flex;
    flex-direction: column;
  }

  .address-box h3 + h3 {
    margin-top: 20px;
  }

  .overviewSlider-2 .section-title {
    text-align: center !important;
    padding: 40px 15px;
  }

  .overviewContent .section-title h2 {
    font-size: 20px;
  }

  .mainMenu {
    left: auto;
    right: -100%;
  }

  .mainMenu.open {
    right: 0;
  }

  .mainMenu::before {
    background: url(../img/bg-waves.svg) no-repeat left bottom 30px;
    background-size: auto 900px;
  }

  .closeMenu {
    left: auto;
    right: 15px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: center;
  }

  .mainMenuLeft ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 2;
    width: 100%;
    justify-content: center;
  }

  .mainMenuLeft {
    gap: 15px;
  }

  .locattionContent {
    padding: 40px 15px 50px;
  }

  .mainMenuLogo img {
    width: 200px;
  }

  .mainMenu .container {
    width: calc(100% - 30px);
    height: 100%;
    padding: 20px 0;
  }

  .mainMenu .container .row {
    height: 100%;
  }

  .mainMenuLeft {
    justify-content: flex-start;
    align-items: center;
  }

  .mainMenuLeft ul li {
    width: 100%;
    text-align: center;
  }

  .mainMenuLeft ul li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #9c523d;
  }

  .overview::before {
    display: none;
  }

  .locationWrapper::before {
    top: -50px;
    left: 0;
    width: 100px;
    height: 100px;
    display: none;
  }
}

@media (min-width: 992px) {
  header .container {
    max-width: 94%;
  }
}

@media (min-width: 1536px) {
  header .container {
    max-width: 70%;
  }

  .container-fluid {
    width: 80%;
  }
}
