header.header.sticky_scrolled .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-item.hs-menu-depth-1 {
  line-height: 70px;
}
.website-header .header_btns a:hover {
  background: #e91a60;
}
.website-header .header_row .menu_header .right-section .button-section a:hover {
  background: #E91A60;
}
.website-header .top_bar .top_bar_section .link a {
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
  color: #fff;
  transition: 0.5s;
}
.website-header .top_bar {
  transition: height 0.5s ease,padding 0.5s ease, line-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
  background: #1C143D;
  padding: 10px 30px;
}
header.sticky_scrolled .top_bar {
  height: 0;
  line-height: 0;
  opacity: 0;
  padding: 0px;
  transition: height 0.5s ease,padding 0.5s ease, line-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(-100%);
  overflow: hidden;
}
.website-header .container-wrapper {
  padding: 0 35px;
}
.website-header .header_btns a {
  font-size: 14px;
  font-weight: 600;00
  line-height: 14px;
  transition: 0.5s;
  color: #fff;
  background: #5A1DEF;
  padding: 11px 23px;
  border-radius: 40px;
}
.website-header .header_btns a svg {
  margin-left: 7px;
}
.website-header .top_bar .top_bar_section .link a:hover,
.website-header .top_bar .top_bar_section .link.phone a {
  color: #6CA8EA;
}
.website-header .top_bar .top_bar_section {
  display: flex;
  justify-content: end;
  gap: 40px;
  line-height: normal;
}
.website-header .row_website .logo a.sticky_logo,
header.sticky_scrolled a.without_sticky{
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
header.sticky_scrolled a.sticky_logo {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px;
}
.website-header .row_website .right_content_nav .menu_nav ul li {
  align-items: baseline;
  gap: 4px;
  align-self:baseline;
}

@media only screen and (min-width: 992px) {
  .website-header .row_website .right_content_nav .togle_bar {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header_btns,
  .link.contact-support,
  header .menu_nav>ul>:before,
  .website-header .menu_nav {
    display: none;
  }
  .website-header.open-menu .menu_nav li.active ul.menu-mega li {
    padding-bottom: 10px;
  }

  .website-header.open-menu .menu_nav li.active ul.menu-mega li:last-child {
    padding: 0;
  }
  .website-header.open-menu .menu_nav li ul.menu-mega li {
    padding: 0;
  }
  .website-header ul.main-list li.mobile-drop-down svg.menu-arrow {
    transition: 0.5s;
  }
  .website-header.open-menu .menu_nav li.active svg.menu-arrow {
    transform: rotate(180deg);
  }
  .website-header ul.main-list li.mobile-drop-down {
    margin-bottom: 15px;
  }
  .website-header ul.main-list {
    background: #ffffff;
    height: 100%;
    overflow: scroll;
    min-height: 87vh;
    padding-bottom: 40px;
    display: inline-block;
  }
  .website-header .row_website .right_content_nav .menu_nav ul li {
    justify-content: space-between;
  }
  .website-header .top_bar .top_bar_section {
    justify-content: space-between;
  }
  body.overflow {
    overflow: hidden;
  }
  .website-header.open-menu .menu_nav ul {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .website-header.open-menu .menu_nav ul li {
    width: 100%;
    padding: 0 15px;
  }
  .website-header.open-menu .menu_nav ul a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .website-header .container-wrapper {
    padding: 0 15px;
  }
  header .menu_nav>ul>li>ul {
    min-width: 100% !important;
    top: 37px !important;
  }
  header .menu_nav ul li:hover .menu-mega,
  header .menu_nav ul li:hover .menu-simple{
    display: flex;
    opacity: 0 !important;
    visibility: hidden!important;
  }
}

header .menu_nav>ul {
  display: flex;
  margin: 0;
}
header.header {
  background: #FAF8F8;
  left: 0;
  position: fixed;
  top: 0;
  transition: all .5s ease-in;
  width: 100%;
  z-index: 10;
}
header .menu_nav ul .menu-mega {
  display: none;
}
header .menu_nav ul li:hover .menu-mega {
  display: flex;
  opacity: 1;
  visibility: visible;
}
header .menu_nav ul li:hover .menu-simple {
  display: block;
  opacity: 1;
  visibility: visible;
  padding: 20px;
}
header .menu_nav>ul>li {
  POSITION: RELATIVE;
}
header .menu_nav>ul>li>ul.menu-mega ul li,
header .menu_nav>ul>li>ul.menu-simple li {
  width: 100%;
  padding:0 0 15px 0!important;
}
header .menu_nav>ul>li>ul {
  background: #fff;
  left: 0;
  min-width: 200px;
  opacity: 0;
  top: 48px;
  display: none;
  box-shadow: 0px 24px 48px -12px #0000002E;
  padding: 0;
  position: absolute;
  border-radius: 0 0 10px 10px;
  -webkit-transition: opacity .4s;
  visibility: hidden;
  z-index: 10;
}
header .menu_nav>ul>li>ul.menu-mega {
  flex-wrap: wrap;
  width: 450px;
  padding: 20px;
}
header .menu_nav>ul>li>ul.menu-mega li {
  width: 50%;
}
header .menu_nav>ul>li>ul.menu-mega ul {
  padding: 20px 0 0;
  width: 100%;
}
header .menu_nav>ul>li>ul.menu-mega li a {
  width: 100%;
}
header .menu_nav ul li a {
  letter-spacing: -0.011em;
}
header .menu_nav>ul>li>ul.menu-mega>li>a,
header .menu_nav>ul>li>ul.menu-mega>li>h4 {
  color: #AAAAAA;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
  font-weight: 500;
}
header .menu_nav>ul>li>ul.menu-mega>li>h4 {
  margin: 0;
  line-height: 24px;
  letter-spacing: -.011em;
}
header .menu_nav>ul>li>ul.menu-mega svg.menu-arrow {
  display: none;
}
.website-header .row_website .right_content_nav .menu_nav ul>li {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
header .menu_nav>ul>:before {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  background: #df222200;
  height: 65px;
  top: 0;
}
header .menu_nav>ul>li>ul li a:hover {
  color: #5A1DEF ;
  text-decoration: underline;
}
.website-header .row_website .right_content_nav .nav_menus .menu_icons #search {
  display: flex;
  align-items: center;
}
.website-header .row_website .right_content_nav .nav_menus .menu_icons #search img {
  height: auto;
}
header .menu_nav>ul>li>ul.menu-simple li:last-child {
  padding: 0 !important;
}
header .menu_nav>ul>li>ul.menu-mega ul li:last-child {
  padding: 0 !important;
}
.website-header .row_website .right_content_nav .menu_nav ul>li:hover {
  color: #5A1DEF;
}

.website-header .top_bar .link.phone a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 1px;
}

.website-header .top_bar .link.phone a svg {
    height: 14px;
    margin-right: 5px;
    fill: #6CA8EA;
    position: relative;
    margin-top: 0px;
}

.website-header .top_bar .top_bar_section {
    align-items: center;
}

@media only screen and (max-width: 991px) {
  .header_btns,
  .link.contact-support,
  header .menu_nav>ul>:before,
  .website-header .menu_nav {
    display: none;
  }
  header .menu_nav ul li:hover .menu-simple {
    padding: 0px;
  }
  .website-header.open-menu .menu_nav li ul.menu-mega,
  .website-header.open-menu .menu_nav li ul.menu-simple {
    display: none;
  }
  .website-header.open-menu .menu_nav li.active ul.menu-mega,
  .website-header.open-menu .menu_nav li.active ul.menu-simple {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
    box-shadow:none;
    position: static;
    padding-top: 10px;
  }
  .website-header .row_website .right_content_nav .menu_nav ul li {
    justify-content: space-between;
  }
  .website-header .top_bar .top_bar_section {
    justify-content: space-between;
  }
  .website-header.open-menu .menu_nav {
    top: 100%;
    position: absolute;
    left: 0;
    display: flex;
    background: #fff;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  body.overflow {
    overflow: hidden;
  }
  .website-header.open-menu .menu_nav ul {
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .website-header.open-menu .menu_nav ul li {
    width: 100%;
    padding: 0 15px;
  }
  .website-header.open-menu .menu_nav ul a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .website-header .container-wrapper {
    padding: 0 15px;
  }
  header .menu_nav>ul>li>ul {
    min-width: 100% !important;
    top: 37px !important;
  }
  header .menu_nav ul li:hover .menu-mega,
  header .menu_nav ul li:hover .menu-simple {
    display: flex;
    opacity: 0 !important;
    visibility: hidden!important;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  header .menu_nav>ul>li>ul {
    top: 48px;
  }
}

@media (min-width: 992px) and (max-width: 1100px) {
  .website-header .row_website .right_content_nav .nav_menus {
    width: 79.5%;
    justify-content: center;
  }
  .website-header .row_website .right_content_nav .heade_btns {
    width: 20.5%;
  }
  .website-header .row_website .right_content_nav .menu_nav ul li {
    padding: 0 8px;
  }
}