@media (max-width: 991px) {
  #menu .navbar-nav > li > a {
    text-align: left;
  }
  #menu .see-all {
    color: white;
    text-align: left;
    font-weight: 600;
  }
  ul.depth_0.list-unstyled.mm-listview {
    margin-left: 0 !important;
  }
  #menu.navbar {
    padding: 0px;
    margin-bottom: 0px;
  }
  .mm-panels {
    width: 100%;
    background-color: white;
  }
  #narbar-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    display: block;
  }
  #menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0 !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100% !important;
    background: transparent;
    margin-left: 0px !important;
    border: 0px;
  }
  a.dropdown-item.mm-listitem__text {
    border: 0px;
  }
  .dropdown i.fa-solid.fa-chevron-down {
    transform: rotate(270deg);
    color: white !important;
    margin-left: 15px;
    display: none;
  }
  .mm-listitem:after {
    border: 0px;
  }
  #menu .navbar-nav > li > a {
    color: white !important;
    padding-left: 15px !important;
  }
  a.mm-navbar__title span {
    color: white;
    font-size: 18px;
    font-weight: 600;
  }
  .nav-item:after {
    display: none;
  }
  /* a.mm-btn {
    display: none;
  } */
  a.d-lg-none.mobilemenulink {
    display: block;
    float: left;
    margin-right: 0px;
    padding: 5px 15px;
    background: var(--blue);
    color: white !important;
    border-radius: 5px;
    /* margin-left: 5px !important; */
    position: absolute;
    top: 10px;
  }

  .mobilemenulink i {
    color: white;
  }
  h2 {
    font-size: 28px;
  }
}
