@media only screen and (max-width: 992px) {
  .showMobile {
    display: block;
  }

  .showDesktop {
    display: none;
  }

  .container-fluid {
    padding: 0px 20px;
  }
  .container {
    padding: 0px 20px;
  }

  /* #header .menuBar .burgerMenu {
    position: absolute;
    right: 20px;
    top: 18px;
    font-size: 24px;
  } */
  #header .menuBar .menuWrap {
    display: flex;
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translate(280px, 0px);
    transition: all 0.5s ease-in-out;
  }
  #header .menuBar .menuWrap ul {
    flex-direction: column;
    width: 280px;
    margin: 0px;
  }
  #header .menuBar .menuWrap ul a {
    padding: 0;
    font-size: 18px;
  }
  #header .menuBar .greenButton {
    width: 220px;
    text-align: center;
    margin-top: 30px;
  }

  #header .menuBar .burgerMenu {
    height: 24px;
    width: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 99999;
    gap: 6px;
    right: 20px;
  }

  #header .menuBar .burgerMenu span {
    height: 2px;
    background: #000;
    width: 100%;
    transition: all 0.4s ease-in-out;
  }

  #header.showMobileMenu .menuBar .menuWrap {
    transform: translate(0px, 0px);
    transition: all 0.5s ease-in-out;
  }

  #header.showMobileMenu .menuBar .burgerMenu {
    position: fixed;
  }

  #header.showMobileMenu .menuBar .burgerMenu span:nth-child(1) {
    transform: translate(0px, 4px) rotate(45deg);
  }

  #header.showMobileMenu .menuBar .burgerMenu span:nth-child(2) {
    transform: translate(0px, -4px) rotate(-45deg);
  }
  #header.showMobileMenu .menuBar .burgerMenu span:nth-child(3) {
    opacity: 0;
  }
  .slider h1 {
    font-size: 40px;
    text-align: center;
  }
  .slider p {
    font-size: 20px;
    margin: 20px auto;
  }
  .slider .sliderButtonRow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .aboutWrap .aboutImgWrap {
    padding: 10px;
    width: 90%;
  }
  .aboutWrap .aboutImgWrap .profileImageWrap {
    right: -12%;
    bottom: -50px;
    padding: 10px;
  }
  .aboutWrap .aboutImgWrap .profileImageWrap img {
    width: 100px;
  }

  .aboutWrap {
    padding: 50px 0px;
  }

  .aboutWrap h5 {
    font-size: 18px;
    padding-right: 130px;
    margin-top: 10px;
  }
  .aboutTextWrap {
    padding-left: 0;
    margin-top: 30px;
  }
  h2.sectionHeading {
    font-size: 36px;
  }
  .exhibition ul.nav {
    gap: 20px;
  }

  .exhibition .exhibitionItem img {
    height: 200px;
  }
  .exhibition .exhibitionItem p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .exhibition .exhibitionItem h4 {
    font-size: 16px;
  }
  .exhibition .tab-content .row .col-md-3:nth-child(even) {
    margin-top: 30px;
  }

  .precious .owl-carousel .owl-stage {
    display: flex;
  }
  .precious .awardYear ul li {
    min-width: 200px;
  }
  .precious {
    padding: 40px 0px;
  }
  .galleryData ul {
    flex-wrap: wrap;
  }
  .galleryData ul li {
    width: calc(50% - 10px);
  }
  .galleryData ul li img {
    height: 185px;
    min-width: inherit;
  }
  .gallery ul li:first-child a {
    margin-left: 20px;
  }
  .gallery ul li:last-child a {
    margin-right: 20px;
  }
  .galleryData {
    padding: 25px 0px;
  }
  .galleryData ul li:last-child {
    display: none;
  }

  .pressClippings a.redButton {
    margin-bottom: 50px;
    display: block;
    width: max-content;
  }
  .pressClippings {
    padding: 50px 0px;
  }
  .instafeeds .instafeedsRow .instaImgWrap {
    min-width: 280px;
  }
  #footer .formWrap {
    padding: 30px 20px;
  }

  .footerForm {
    margin-top: 50px;
  }

  .footerBottom .d-flex.justify-content-between.align-items-center {
    flex-direction: column;
  }

  #footer .footerBottom a,
  #footer .footerBottom li,
  #footer .footerBottom p {
    font-size: 12px;
  }
  #footer .footerBottom p {
    margin-top: 15px;
  }
  #footer .footerBottom {
    padding: 15px 0px;
  }
  body.scrollClass .whatsapp {
    bottom: 100px;
  }
}
