@media screen and (max-width: 767px) {
  .mainHeader .logo {
    width: 120px;
  }
  .container-inner2,
  .container-inner,
  .container {
    max-width: 100%;
    margin: 0 auto;
  }

  .megamenuWrapper {
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    right: unset;
    background: #fff;
    z-index: 1;
    transition: all 0.5s ease-in-out;
  }

  .hamburger-menu span {
    display: block;
    height: 1px;
    width: 25px;
    background-color: #000;
    transform-origin: center;
    transition: all 0.3s ease;
  }

  .popupWrapper {
    width: 100%;
    height: auto;
  }

  .filter-btn.open svg {
    transform: rotate(180deg);
  }
  .terms_condition h1,
  .privacy_policy h1 {
    padding: 0 24px;
  }
  .megamenuDiv,
  .solid .megamenuDiv {
    padding: 0px;
  }

  .mobilemenu {
    position: fixed;
    right: 0;
    top: 65px;
    height: 100vh;
  }
  .megamenuWrapper.megaMenuactive {
    height: 250px;
    transition: all 0.5s ease-in;
  }
  .megamenuWrapper {
    height: 0;
  }

  .mainHeader::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    top: auto !important;
    left: 0;
    height: 100% !important;
    background: transparent !important;
    z-index: 1;
    box-shadow: 0px 10px 25px 0px #0000001a;
    -webkit-backdrop-filter: none !important;
  }

  .mobilemenu {
    transform: translateX(100%);
    transition: all 0.3s ease-in;
  }

  .openNavigation .mobilemenu {
    transform: translateX(0%);
    transition: all 0.3s ease-in;
  }

  .megamenu-open .rotate-90 {
    rotate: 270deg;
    transition: all 0.3s ease-in;
  }
  .megamenu-open .dropdown-toggle::after {
    content: none;
  }
  .news-detail-wrapper .content p {
    font-size: 18px;
  }
  .content-img{
    width: 100%;
    height: auto;
  }
}
