.mob_specific_search,
.mob_caption,
.main_menu_1 {
  display: none;
}

.mobile_speicifc {
  display: none;
}

@media (max-width: 991px) {
  .hamburger_menu_mobile .social-icons-wrapper {
    position: relative;
    top: 3px;
  }
  .hb_menu {
    width: 37px;
    height: 32px;
    margin-top: 6px;
  }
  .search_right .language_selector_header .language-selector-select-item img {
    max-width: 25px;
    width: 25px;
    margin-top: 4.5px !important;
  }
  .search_left .mob-search-img-blk {
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px;
  }
  .hlms_mob_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile_speicifc {
    display: block;
  }
  .hlms_logo + .desktop_menu_1 {
    display: none;
  }
  .header_icons .search_view {
    display: none;
  }
  .hlms_logo {
    position: relative;
  }
  .tab_container .tab_left {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .mob_specific_search {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    right: 121px;
    z-index: 9;
    margin-top: -3px;
  }
  .header_icons .language_selector_header .lang_sel {
    left: -5px;
    top: 2px;
    width: 25px;
  }
  .header_icons .language_selector_header a.language-selector-select-link {
    display: none;
  }
  .burger_menu {
    display: flex;
    align-items: center;
    position: relative;
  }
  .burger_menu #header {
    margin-left: 25px;
    top: initial;
  }
  .hlms_header_outer_box {
    justify-content: space-between;
  }
  .navbar-navigation-right {
    width: 100%;
    clip-path: none;
  }
  .main_menu_1 {
    display: block;
  }
  .main_menu_1 .desktop_menu_1 {
    flex-direction: column;
    padding-top: 0;
    display: flex;
    position: absolute;
    left: 32px;
    top: 81px;
    margin: 0;
  }
  .navbar-navigation-right {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 25.6px;
    padding-top: 60px;
    height: 100vh;
    overflow-y: auto;
    width: 500px;
  }
  .header_social_icons ul {
    margin-left: 0;
  }
  body {
    overflow-x: hidden;
  }
  .tab_container .tab_left .tab {
    width: 100%;
  }
  .mobile_search {
    background: #bff355;
    width: 100%;
    height: 100vh;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }
  .bg_green .hlms_logo,
  .bg_green .mob_specific_search,
  .bg_green .burger_menu,
  .bg_mob_overlay {
    display: none;
  }
  .mob_search_close {
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 12;
    cursor: pointer;
  }
  .bg_green .bg_mob_overlay,
  .bg_green .mob_caption {
    display: block;
  }
  .mob_caption {
    position: absolute;
    top: 40%;
    left: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-family: "$font-roobert-medium", sans-serif;
    font-size: 34px;
    line-height: 57px;
  }
  .mob_arrow {
    position: absolute;
    top: 31px;
    left: 25.6px;
    width: 24px;
    height: auto;
    cursor: pointer;
  }
  .language_selector_mobileView .navbar-navigation .navbar-navigation-right {
    right: 0;
    top: 0;
    visibility: visible;
  }
  .language_selector_mobileView .hamburger-menu {
    z-index: -1;
  }
  #header .mobile-language-selector span {
    font-family: "roobert_light", sans-serif;
    line-height: 2rem;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    font-weight: 600;
    /* margin-bottom:4.875rem; */
    margin-bottom: 52px;
  }
  .hamburger_menu_mobile .mobile-language-selector ul li {
    padding-bottom: 10px;
    margin-bottom: 2px;
    font-family: "roobert_regular", sans-serif;
    line-height: 23px;
  }
  #header .mobile-language-selector ul li.language-selector-item a {
    color: rgba(0, 0, 0, 0.8);
    /*font-size:1.5rem;
    line-height:2.5rem;*/
    font-family: "roobert_regular", sans-serif;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
  }
  #header .mobile-language-selector ul li.is-active a:after {
    content: "";
    background-color: #243508;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -3px;
  }
  #header .mobile-language-selector ul.language-selector-item-container {
    display: block !important;
    position: static;
    left: 0;
    top: 3.5rem;
    background: 0 0;
    box-shadow: none;
    padding: 0 0 0 1px;
  }
  .header_icons ul.language-selector-item-container {
    display: none !important;
  }
  #header .mobile-language-selector span.cross-mobile-selector,
  .cross-mobile-selector {
    position: absolute;
    /*top:5rem;
    right:2rem;*/
    top: 4.3rem;
    right: 2.5rem;
    font-size: 3.7rem;
    color: transparent;
    font-weight: normal;
    display: flex;
    height: 34px;
    width: 37px;
    transition: all 0.5s ease-in;
    background: transparent;
    text-indent: -1900px;
  }
  #header .mobile-language-selector span.cross-mobile-selector:before,
  #header .mobile-language-selector span.cross-mobile-selector:after {
    transform: rotate(45deg);
    background-color: #243508;
    color: transparent;
    height: 4px;
    width: 100%;
    cursor: pointer;
    content: " ";
    position: absolute;
    top: 16px;
  }
  #header .mobile-language-selector span.cross-mobile-selector:after {
    transform: rotate(-45deg);
    right: 0;
  }
  #header .mobile-language-selector {
    /* height:calc(100vh - 217px);
          min-height:265px;
    */
    margin-bottom: 50px;
    margin-top: 7.8rem;
  }
  header.hlms-header .burger_menu ul li {
    padding-bottom: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .navbar-navigation-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  html body #wrapper #header_logo_image a img {
    width: 60px;
    height: 60px;
  }
  html body #wrapper header {
    padding-top: 0px !important;
  }
  html body #wrapper #header_logo_image {
    padding: 8.67px 0;
  }
  html body #wrapper .search_view_1 {
    padding-bottom: 0rem !important;
    margin-bottom: 0px;
  }
  html body #wrapper #hamburger_menu_icon_section {
    top: 52% !important;
  }
}