@media (min-width: 1200px) {
  .desk-hide {
    display: none;
  }

  .main-nav > ul {
    margin: 0;
    padding: 0;
  }

  .main-nav > ul > li {
    display: inline-block;
    margin: 0 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li {
    margin: 0px 0px;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > a {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding-left: 15px;
    padding-top: 24px;
    padding-bottom: 24px;
    color: #0d1834;
  }
  .main-nav > ul > li > a:hover,
  .main-nav > ul > li.current_page_ancestor > a {
    color: #00a217;
  }
  .main-nav > ul > li.mega_menu:hover > a:after,
  .main-nav > ul > li.menu-item-has-children:hover > a:after,
  .main-nav > ul > li.mega_menu._show > a:after,
  .main-nav > ul > li.menu-item-has-children._show > a:after,
  .main-nav > ul > li.current_page_ancestor > a:after {
    border-top: solid 6px #00a217 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li > a {
    font-size: 14px;
    padding-left: 7px;
    padding-right: 14px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-nav > ul > li > a {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1199.98px) {
  .main-nav > ul > li > a {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children {
    position: relative;
  }

  .main-nav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li.menu-item-has-children > a {
    font-size: 14px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children > a:after {
    position: absolute;
    content: "";
    right: 0px;
    top: 48%;
    transform: rotate(125deg) translateY(50%);
    border-top: solid 6px #0d1834;
    border-left: solid 4px transparent;
    border-right: solid 2px transparent;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children > a::before {
    position: absolute;
    content: "";
    background: #00a217;
    height: 0px;
    width: calc(100% - 17px);
    left: 15px;
    bottom: 0;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 9;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li.menu-item-has-children > a::before {
    bottom: 0;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children:hover > .sub-menu,
  .main-nav > ul > li.menu-item-has-children._show > .sub-menu {
    top: 44px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li.menu-item-has-children:hover > .sub-menu,
  .main-nav > ul > li.menu-item-has-children._show > .sub-menu {
    top: 40px;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children:hover > a,
  .main-nav > ul > li.menu-item-has-children._show > a {
    transition: all, ease, 0.5s;
    color: #00a217;
  }

  .main-nav > ul > li.menu-item-has-children:hover > a:before,
  .main-nav > ul > li.menu-item-has-children._show > a:before {
    width: calc(100% - 17px);
    opacity: 1;
    height: 2px;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.menu-item-has-children:hover > ul,
  .main-nav > ul > li.menu-item-has-children._show > ul {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu {
    list-style: none;
    background-color: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.03);
    padding: 40px 30px 30px 70px;
    /* min-height: 355px; */
    width: 375px;
    padding: 25px 35px;
    min-height: auto;
    padding-top: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li > .sub-menu {
    padding: 30px;
    max-height: 500px;
    overflow: auto;
    padding-top: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1199.98px) {
  .main-nav > ul > li > .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: none;
    pointer-events: all;
    display: none;
    padding: 15px 0 0;
    max-width: 265px;
    box-shadow: none;
    top: -15px !important;
    z-index: 1;
    border-top: 0;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li {
    position: relative;
  }

  .main-nav > ul > li > .sub-menu li.current-menu-item a,
  .main-nav > ul > li > .sub-menu li .current-menu-ancestor a {
    font-weight: 700;
    color: #00a217;
  }

  .main-nav > ul > li > .sub-menu li a {
    display: block;
    padding: 15px 0;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    transition: 0.4s ease-in-out;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li > .sub-menu li a {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li a.active {
    font-weight: 700;
    color: #00a217;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li a:hover {
    color: #00a217;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu {
    list-style-type: circle;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 340px;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    /* pointer-events: none; */
    visibility: hidden;
    box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.03);
    padding: 40px 30px 30px 70px;
    /* min-height: 355px; */
    width: 375px;
    padding: 25px 35px;
    min-height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu {
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1199.98px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: none;
    pointer-events: all;
    display: none;
    padding: 15px 0 0;
    max-width: 265px;
    box-shadow: none;
    top: -15px !important;
    z-index: 1;
    border-top: 0;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu li.current-menu-item a,
  .main-nav > ul > li > .sub-menu li > .sub-menu li .current-menu-ancestor a {
    font-weight: 700;
    color: #00a217;
  }

  .main-nav > ul > li > .sub-menu li > .sub-menu li a {
    display: block;
    padding: 15px 0;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    transition: 0.4s ease-in-out;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu li a {
    padding: 10px 0;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu li a.active {
    font-weight: 700;
    color: #00a217;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li > .sub-menu li a:hover {
    color: #00a217;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li > .sub-menu li:hover > .sub-menu {
    top: 0px;
    opacity: 1;
    visibility: visible;
  }

  .main-nav > ul > li > .sub-menu li:hover > ul {
    display: block;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li.mega_menu > a {
    padding-right: 15px;
  }
  .main-nav > ul > li.mega_menu:hover > a,
  .main-nav > ul > li.mega_menu._show > a {
    color: #00a217;
  }
}

@media (min-width: 1200px) {
  .main-nav > ul > li:last-child {
    position: relative;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1780px) {
  .main-nav > ul > li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 340px;
  }
}

@media (min-width: 1200px) {
  .mob-btn {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /*==== Menu ====*/
  .main-nav {
    display: none;
    position: fixed;
    max-width: 305px;
    top: 0px;
    padding-top: 0px;
    right: -320px;
    z-index: 3;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
    -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 20px;
  }

  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }

  .main-nav ul.mnav {
    margin-bottom: 30px;
  }

  .main-nav ul li {
    display: block;
    position: relative;
  }

  .main-nav ul li span {
    display: none;
  }

  .main-nav ul li a {
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.05rem;
    display: block;
    padding: 11px 11px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    color: #000;
    border-bottom: 1px solid #f0f2f4;
  }

  .main-nav ul li.submenu i {
    position: absolute;
    width: 43px;
    height: 39px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
  }

  .main-nav ul li.submenu i:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #158825;
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 10;
  }

  .main-nav ul ul {
    margin: 0;
    display: none;
  }

  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }

  .main-nav ul ul li a {
    padding-left: 20px;
  }

  .main-nav ul ul li ul a {
    padding-left: 30px;
  }

  .main-nav ul .submenu.open ul {
    display: block;
  }

  .show-menu .main-nav {
    right: 0px;
  }

  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.5;
  }

  .mob-btn {
    position: absolute;
    margin: 0px;
    background-color: transparent;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mob-btn span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background: #0d1834;
    -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0, 0, 0.58, 1);
  }

  .mob-btn .icon-left-1 {
    display: none;
    background: none;
    height: 0;
    width: 0;
  }

  .mob-btn span + span {
    margin-top: 6px;
  }

  .mob-btn #menu__toggle {
    opacity: 0;
    width: 35px;
    height: 35px;
  }

  .mob-btn #menu__toggle:checked ~ .menu__btn > span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mob-btn #menu__toggle:checked ~ .menu__btn > span:before {
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .mob-btn #menu__toggle:checked ~ .menu__btn > span:after {
    top: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mob-btn #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }

  .mob-btn .menu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 3px;
    left: 3px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: -1;
    margin-bottom: 0;
  }

  .mob-btn .menu__btn > span,
  .mob-btn .menu__btn > span:before,
  .mob-btn .menu__btn > span:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0d1834;
    -webkit-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
  }

  .mob-btn .menu__btn > span:before {
    content: "";
    top: -8px;
  }

  .mob-btn .menu__btn > span:after {
    content: "";
    top: 8px;
  }
}

.back-to-screen {
  display: none;
  font-size: 17px;
  position: fixed;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
  cursor: pointer;
  right: 2px;
  top: 8px;
  transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  -webkit-transition: all ease-out 0.5s;
}

body.show-menu {
  overflow: hidden;
  background: #fff;
}
body.show-menu .main-header .header-bottom-strip .head-search-btn .head-search {
  visibility: hidden;
}
body.show-menu .mob-btn {
  z-index: 1;
}

body.show-menu .mob-btn span + span {
  width: 80%;
}

body.show-menu .mob-btn span + span + span {
  width: 50%;
}

body {
  padding-top: 100px;
}

@media (max-width: 1599.98px) {
  body {
    padding-top: 95px;
  }
}

@media (max-width: 1199.98px) {
  body {
    padding-top: 65px;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 65px;
  }
}

.main-header {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  transition: 0.3s ease-in-out;
}

.main-header .header-top-strip {
  background-color: #b40009;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 1599.98px) {
  .main-header .header-top-strip {
    font-size: 12px;
  }
}

@media (max-width: 1199.98px) {
  .main-header .header-top-strip {
    display: none;
  }
}

.main-header .header-top-strip a {
  color: #fff;
  transition: 0.3s ease-in-out;
  padding: 8px 0;
}

.main-header .header-top-strip a:hover {
  opacity: 0.7;
}

.main-header .header-top-strip .box-wrap {
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

@media (max-width: 1599.98px) {
  .main-header .header-top-strip .box-wrap {
    margin-left: 20px;
  }
}

.main-header .header-top-strip .box-wrap .head-top-icon {
  margin-right: 10px;
  display: flex;
}

.main-header .header-top-strip .links-wrap {
  display: flex;
  align-items: center;
}

.main-header .header-top-strip .links-wrap ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-left: 40px;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 1599.98px) {
  .main-header .header-top-strip .links-wrap ul {
    margin-right: 0px;
    /* margin-left: 20px; */
  }
}

.main-header .header-top-strip .links-wrap ul li a {
  margin: 0 15px;
}

.main-header .header-top-strip .bok-teli {
  display: flex;
  align-items: center;
}

.main-header .header-top-strip .bok-teli a {
  padding: 8px 18px;
  background: #7e0101;
}

.main-header .header-top-strip .language-switch a,
.main-header .header-top-strip .language-switch span {
  opacity: 0.6;
}

.main-header .header-top-strip .language-switch .active {
  opacity: 1;
}

.main-header .header-top-strip .header-strip-wrap {
  display: flex;
  justify-content: flex-end;
}

.main-header .header-bottom-strip {
  padding: 0;
}

.main-header .header-bottom-strip:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.04);
  height: 0;
}
@media (max-width: 767.98px) {
  .main-header .header-bottom-strip:before {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.04);
  }
}

.main-header .header-bottom-strip:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #fff;
}

@media (max-width: 1199.98px) {
  .main-header .header-bottom-strip {
    padding: 10px 0;
  }

  .main-header .header-bottom-strip .container {
    max-width: 100%;
  }
}

.main-header .header-bottom-strip .menu-wrapper {
  display: flex;
}
.main-header .header-bottom-strip .head-search-btn .head-search {
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .main-header .header-bottom-strip .head-search-btn {
    margin-right: 35px;
  }
}

.main-header .header-bottom-strip .head-search-btn .btn {
  min-width: 115px;
  justify-content: center;
}

@media (max-width: 1599.98px) {
  .main-header .header-bottom-strip .head-search-btn .btn {
    font-size: 14px;
  }
}

.main-header .header-bottom-strip .head-search-btn a {
  margin-left: 15px;
  display: flex;
}
.main-header .header-bottom-strip .head-search-btn .head-search a {
  pointer-events: none;
}

@media (max-width: 1599.98px) {
  .main-header .header-bottom-strip .head-search-btn a {
    margin-left: 10px;
  }
}

@media (min-width: 1199.98px) {
  .main-header .header-bottom-strip .logo {
    position: relative;
    z-index: 3;
  }
}

@media (max-width: 1199.98px) {
  .main-header .header-bottom-strip .logo {
    max-width: 160px;
  }
}

@media (min-width: 1200px) {
  .sticky_head .main-header {
    transform: translatey(-36px);
  }
}

.main-header .header-bottom-strip .logo {
  height: 48px;
}

.main-header .header-bottom-strip .logo a,
.main-header .header-bottom-strip .logo img {
  height: 100%;
}

.main-header {
  /* box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08); */
}

.search-box {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 10px;
  /* bottom: 4px; */
  background: #fff;
  z-index: 1;
  transition: all 0.4s;
  display: flex;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1599.98px) {
  .search-box {
    height: 50px;
  }
}

@media (min-width: 1200px) {
  .search-box {
    padding-left: 130px;
  }
  .main-header .header-bottom-strip .logo {
    height: 50px;
  }
}

@media (min-width: 1600px) {
  .main-header .header-bottom-strip .logo {
    height: 50px;
  }
}

@media (min-width: 1800px) {
  .main-header .header-bottom-strip .logo {
    height: 70px;
  }
}





.search-box .srch {
  max-width: 910px;
  width: 100%;
  margin: auto;
  position: relative;
  transform: translatey(-15px);
  transition: 0.3s ease-in-out;
}

@media (max-width: 1599.98px) {
  .search-box .srch {
    max-width: 800px;
  }
}

@media (max-width: 991.98px) {
  .search-box .srch {
    max-width: 80%;
  }
}

@media (max-width: 480px) {
  .search-box .srch {
    max-width: 95%;
  }
}

.search-box .srch input {
  border: 0;
  color: #000;
}

.search-box .srch input.search-submit {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  cursor: pointer;
}

.search-box .search {
  position: absolute;
  top: 8px;
  left: 15px;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.search-box .search-close {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  right: 10px;
}

.search-box .search-close:hover {
  opacity: 0.7;
}

@media (max-width: 1199.98px) {
  .search-box .search-close {
    top: 12px;
    width: 15px;
    height: 15px;
  }
}

.search-box .search-close path {
  stroke: #262626;
}

.search-box.open {
  opacity: 1;
  visibility: visible;
}

.search-box.open .srch {
  transform: translatey(0px);
}

@media (max-width: 1199.98px) {
  .mega_menu > a {
    padding-right: 15px;
  }
}

.mega_menu > a:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 48%;
  transform: rotate(125deg) translateY(50%);
  border-top: solid 6px #0d1834;
  border-left: solid 4px transparent;
  border-right: solid 2px transparent;
}

.mega_menu > a::before {
  position: absolute;
  content: "";
  background: #00a217;
  height: 0px;
  width: calc(100% - 17px);
  left: 15px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
  z-index: 9;
}

@media (max-width: 1599.98px) {
  .mega_menu > a::before {
    bottom: 0;
  }
}

.mega_menu .mega_menu_div {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  box-shadow: 0 5px 12px 0px rgba(0, 0, 0, 0.03);
  padding: 40px 30px 30px 70px;
  min-height: 355px;
}

@media (max-width: 1599.98px) {
  .mega_menu .mega_menu_div {
    padding: 30px;
  }
}

@media (max-width: 1199.98px) {
  .mega_menu .mega_menu_div {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: none;
    pointer-events: all;
    display: none;
    padding: 15px 0 0;
    max-width: 265px;
    box-shadow: none;
    top: -15px !important;
    z-index: 1;
    border-top: 0;
  }
}

.mega_menu.small-menu {
  position: relative;
}

.mega_menu.small-menu .mega_menu_div {
  width: 375px;
  padding: 25px 35px;
  min-height: auto;
}

.mega_menu.small-menu:hover .mega_menu_div,
.mega_menu.small-menu._show .mega_menu_div {
  top: 44px;
}

@media (max-width: 1599.98px) {
  .mega_menu.small-menu:hover .mega_menu_div,
  .mega_menu.small-menu._show .mega_menu_div {
    top: 40px;
  }
}

.mega_menu.small-menu .small-menu-wrap a {
  display: block;
  padding: 15px 0;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1599.98px) {
  .mega_menu.small-menu .small-menu-wrap a {
    padding: 10px 0;
  }
}

.mega_menu.small-menu .small-menu-wrap a.active {
  font-weight: 700;
  color: #00a217;
}

.mega_menu.small-menu .small-menu-wrap a:hover {
  color: #00a217;
}

.mega_menu._show > a {
  color: #0d342e;
}

.mega_menu._show > a:before {
  opacity: 1;
  height: 2px;
}

.mega_menu._show .mega_menu_div {
  display: block !important;
  top: 50px;
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.menu-wrap {
  display: flex;
  flex-wrap: wrap;
}

.menu-wrap .nav {
  display: block;
  flex: 0 0 210px;
  max-width: 210px;
}

.menu-wrap .nav .nav-item .nav-link {
  padding: 24px 0;
  font-family: "Oxygen", sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  transition: 0.3s ease-in-out;
}

.menu-wrap .nav .nav-item .nav-link:after {
  position: absolute;
  content: "";
  background: #eaeaea;
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: 0.3s ease-in-out;
}

.menu-wrap .nav .nav-item .nav-link.active,
.menu-wrap .nav .nav-item .nav-link:hover {
  color: #00a217;
}

.menu-wrap .nav .nav-item .nav-link.active:after,
.menu-wrap .nav .nav-item .nav-link:hover:after {
  background: #00a217;
}

.menu-wrap .tab-content {
  flex: 0 0 calc(100% - 210px);
  max-width: calc(100% - 210px);
  padding-left: 80px;
}

@media (max-width: 1599.98px) {
  .menu-wrap .tab-content {
    padding-left: 50px;
  }
}

.menu-wrap .tab-content .dep-menu-wrap {
  display: flex;
  flex-wrap: wrap;
}

.menu-wrap .tab-content .dep-menu-wrap .dep-menu-box {
  margin: 24px 0;
  display: flex;
  align-items: center;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-right: 40px;
}

@media (max-width: 1599.98px) {
  .menu-wrap .tab-content .dep-menu-wrap .dep-menu-box {
    padding-right: 25px;
  }
}

.menu-wrap .tab-content .dep-menu-wrap .dep-menu-box figure {
  margin-bottom: 0;
  flex: 0 0 40px;
  width: 40px;
}

.menu-wrap .tab-content .dep-menu-wrap .dep-menu-box p {
  display: block;
  margin: 0;
  margin-left: 25px;
  font-size: 15px;
  transition: 0.4s ease-in-out;
}

@media (max-width: 1599.98px) {
  .menu-wrap .tab-content .dep-menu-wrap .dep-menu-box p {
    margin-left: 20px;
  }
}

.menu-wrap .tab-content .dep-menu-wrap .dep-menu-box:hover p {
  color: #00a217;
}

.menu-wrap .tab-content .dep-menu-wrap .left {
  flex: 0 0 240px;
  max-width: 240px;
}

.menu-wrap .tab-content .dep-menu-wrap .right {
  flex: 0 0 calc(100% - 240px);
  max-width: calc(100% - 240px);
  padding-left: 40px;
}

.menu-wrap .tab-content .ayur-homo-menu {
  padding: 35px 0;
}

.menu-wrap .tab-content .ayur-homo-menu .head-menu-ttl {
  color: #158825;
  padding-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.menu-wrap .tab-content .ayur-homo-menu .right p {
  font-size: 16px;
  font-family: "Oxygen", sans-serif;
  max-width: 750px;
  margin-bottom: 20px;
}

.mobile-top-menu {
  justify-content: space-between;
  padding: 20px 0;
}

html {
  scroll-behavior: smooth;
}

.mob-sticky {
  background: #f7f9fa;
  position: fixed;
  top: 67px;
  left: 0;
  padding: 15px 0;
  display: none;
  z-index: 9;
  width: 100%;
  box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.153);
}

@media (max-width: 767.98px) {
  .mob-sticky {
    display: flex;
  }
}

.mob-sticky:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: #edeff0;
  height: 60%;
  transform: translatey(-50%);
  width: 1px;
}

.mob-sticky .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.mob-sticky .box figure {
  width: 22px;
  height: 22px;
  margin-bottom: 0;
  margin-right: 5px;
  display: flex;
}

.mob-sticky .box figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mob-sticky .box .stickttl {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.mobile-menu {
  padding: 40px 20px;
  display: none;
  position: fixed;
  max-width: 450px;
  top: 60px;
  right: -500px;
  z-index: 103;
  width: 100%;
  height: 100vh;
  overflow: auto;
  transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0.58, 1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  background: #fff;
  flex-direction: column;
  justify-content: space-between;
}

@supports (-webkit-touch-callout: none) {
  .mobile-menu {
    padding-bottom: 120px;
  }
}
@supports not (-webkit-touch-callout: none) {
  .mobile-menu {
    padding-bottom: 30px;
  }
}

.mobile-menu::-webkit-scrollbar {
  height: 0;
  width: 0;
}

@media (max-width: 1199.98px) {
  .mobile-menu {
    display: flex;
  }
}

.mobile-menu .menu-top-nav ul {
  padding: 0;
}

.mobile-menu .menu-top-nav ul li {
  list-style: none;
  font-size: 24px;
  font-family: "Oxygen", sans-serif;
  padding-bottom: 15px;
  position: relative;
}

.mobile-menu .menu-top-nav ul li a {
  font-size: 22px;
}

.mobile-menu .menu-top-nav ul li ul {
  padding: 20px 0px 0px 20px;
}

.mobile-menu .menu-top-nav ul li ul li {
  font-size: 20px;
}

.mobile-menu .menu-top-nav ul li ul li a {
  font-size: 20px;
}

.mobile-menu .menu-top-nav .menu-item-has-children {
  padding-right: 40px;
}

.mobile-menu .menu-top-nav .menu-item-has-children ul {
  display: none;
}

.mobile-menu .menu-top-nav .menu-item-has-children.open-drop > a {
  color: #00a217;
}

.mobile-menu .menu-top-nav .droparrow {
  width: 30px;
  height: 30px;
  right: 0;
  top: 5px;
  position: absolute;
}

.mobile-menu .menu-top-nav .droparrow:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  top: calc(50% - 10px);
  right: 10px;
  transition: 0.3s ease-in-out;
}

.mobile-menu .menu-top-nav .droparrow.open::after {
  border-right: 1px solid #00a217;
  border-bottom: 1px solid #00a217;
  transform: rotate(223deg);
  top: calc(50% - 5px);
}

.mobile-menu .menu-bottom {
  padding: 40px 0 80px;
}

.mobile-menu .menu-bottom .box .mob-hd {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.mobile-menu .menu-bottom .box a {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
}

.mobile-menu .menu-bottom .box p {
  display: flex;
  align-items: center;
}

.mobile-menu .menu-bottom .menu-mobile-social {
  margin: 35px 0;
}

.mobile-menu .menu-bottom .menu-mobile-social a {
  margin-right: 30px;
}

.mobile-menu .menu-bottom .menu-mobile-social a svg path {
  transition: 0.3s ease-in-out;
  fill: #158826;
  opacity: 1;
}

.mobile-menu .menu-bottom .menu-mobile-social a:hover svg path {
  opacity: 0.7;
}

.show-menu .mobile-menu {
  right: 0;
}

.book-now-mobile-menu .btn {
  color: #008825 !important;
  font-size: 18px;
  line-height: 1.3;
}
.book-now-mobile-menu .btn:hover {
  background: #fff;
}

@media (min-width: 1200px) {
  .main-header .container {
    max-width: 98%;
  }
}

@media (min-width: 1600px) {
  .main-header .container {
    max-width: 85%;
  }
}
