@media (max-width: 991px) {
  #mobile_top_menu_wrapper {
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    z-index: 100000 !important;
  }

  #mobile_top_menu_wrapper .menu-close {
    display: flex;
    align-items: center;
    flex: 0 0 54px;
    width: calc(100% + 30px) !important;
    height: 54px;
    margin: -15px -15px 0;
    padding: 0 16px 0 34px;
    background: #60745f;
    color: #fff;
    text-transform: capitalize;
  }

  #mobile_top_menu_wrapper .menu-close h2 {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;
  }

  #mobile_top_menu_wrapper .menu-close i {
    float: none !important;
    margin-left: auto;
    color: #fff;
    font-size: 25px;
    line-height: 1;
  }

  #mobile_top_menu_wrapper .menu-tabs,
  #mobile_top_menu_wrapper .js-top-menu-bottom,
  #mobile_top_menu_wrapper #_mobile_megamenu {
    margin-top: 0;
    padding-top: 0;
  }

  #mobile_top_menu_wrapper .menu-tabs {
    flex: 0 0 auto;
  }

  #mobile_top_menu_wrapper .mobile-menu-utilities {
    display: flex;
    flex: 1 0 210px;
    flex-direction: column;
    min-height: 210px;
    margin: 0 -15px -15px;
    padding: 25px 34px 28px;
    border-top: 1px solid #eeeeee;
    background: #fff;
  }

  #mobile_top_menu_wrapper #mobile_menu_language {
    text-align: left;
  }

  #mobile_top_menu_wrapper #mobile_menu_language .language-selector-wrapper {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }

  #mobile_top_menu_wrapper #mobile_menu_language .language-selector button {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
  }

  #mobile_top_menu_wrapper #mobile_menu_language .language-selector button img {
    width: 18px;
    height: auto;
  }

  #mobile_top_menu_wrapper #mobile_menu_language .language-selector button i {
    margin-left: -4px;
    font-size: 18px;
  }

  #mobile_top_menu_wrapper #mobile_menu_social {
    margin-top: auto;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow {
    display: flex;
    align-items: center;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow span {
    display: block;
    float: none;
    margin: 0 17px 0 0;
    color: #61ad69 !important;
    font-size: 16px;
    line-height: 22px;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow ul {
    display: flex;
    align-items: center;
    margin: 0;
    overflow: visible;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow li {
    width: 18px;
    height: 18px;
    margin: 0 20px 0 0;
    line-height: 18px;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow li:before {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #header #mobile_top_menu_wrapper #mobile_menu_social .social_follow li a {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }

  .tawk-mobile-launcher {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: #2ecc71;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    color: #fff;
    cursor: pointer;
    z-index: 100001;
  }

  .tawk-mobile-launcher[hidden] {
    display: none !important;
  }

  .tawk-mobile-launcher i {
    color: #fff;
    font-size: 27px;
    line-height: 1;
  }
}

@media (min-width: 992px) {
  .mobile-menu-utilities,
  .tawk-mobile-launcher {
    display: none !important;
  }
}
