
.header-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0px;
}

.custom_header .header_content {
  display: flex;
  align-items:center;
  justify-content:initial;
  padding: 10px 0;

}
.custom_header  .mobile_menu{
  display:none;
}
.custom_header .menu_toggle{
  display:none;
}
.custom_header {
  padding: 0 10px;
}
.custom_header .logo_section {
  padding: 10px;
  width: 12%;
}

.custom_header .logo_section img {
  max-width: 200px;
  width: 100%;
  height: 100%;
  min-height: 50px;
}

.custom_header .logo_section a {
  display: inline-block;
}

.custom_header .menu_section {
  padding: 10px;
  width: 53%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.custom_header .menu_section ul  li {
  margin: 0;
}

.custom_header .menu_section .hs-menu-wrapper>ul>li>a {
  font-family: "Inter", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  padding: 13px 20px;
  display: INLINE-BLOCK;
}
.custom_header .menu_section .hs-menu-wrapper>ul>li>a:hover,
.custom_header .mobile_menu .hs-menu-wrapper>ul>li>a:hover,
.custom_header .menu_section .hs-menu-wrapper>ul>li.active>a{
  border-radius: 32px;
  text-decoration: none;
}
.custom_header .mobile_menu .hs-menu-wrapper>ul>li>a:hover{
  background: #53C1EC;
}
.custom_header .header_content .header_btns {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
}

.custom_header .menu_section .hs-menu-wrapper>ul {
  background-color: #53C1EC38;
  border-radius: 32px 32px 32px 32px;
}
.custom_header .language_switcher ul {
  margin: 0;
  padding: 0;
}
.custom_header .language_switcher ul li {
  margin: 0;

}
.custom_header .language_switcher ul li a{
  display: flex;
  JUSTIFY-CONTENT: FLEX-END;
}

.custom_header .header_content .header_btns .get_btn a {
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-style: none;
  display: inline-block;
  line-height: 1;
  display: flex;
  gap: 8px;
  align-items:center;
}
.custom_header .header_content .header_btns .get_btn a svg {
  width: 13px;
  height: 13px;
}

.custom_header .header_content .header_btns .customer_btn a {
  font-family: "Poppins", Sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-style: solid;
  display: inline-block;
  line-height: 1;
}
.custom_header .menu_section .hs-menu-wrapper>ul>li>a {
  display: flex;
  align-items: center;
}
.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children a:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  height: 10px;
  left: 0px;
}


.custom_header .menu_section .cm_svg {
  padding: 10px 0 10px 10px;
  align-items: center;
  display: flex;
  line-height: 1;
  margin-top: -10px;
  margin-bottom: -10px;
}
.custom_header  svg.e-font-icon-svg.e-fas-caret-down {
  width: 13px;
  height: 13px;
  fill: #E5F2FF;
}
.language_switcher {
  position: relative;
}
.custom_header .language_switcher ul li{
  list-style:none;
}
.custom_header .language_switcher ul li .language_name {
  color: #E5F2FF;
  font-family: "Poppins";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 6px;
  text-transform: uppercase;
}
.custom_header .language_switcher  ul.all_language {
  display: none;
  position: absolute;
  background: #0F1A39;

}
.custom_header .language_switcher:hover ul.all_language {
  display: block;
}
.custom_header .language_switcher ul li img {
  margin: 4px 0 0 10px;
  width: 15px;
  height: 15px;
  object-fit: cover;
  border-radius: 100%;
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  border: none;
  aspect-ratio: auto 15 / 15;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children ul{
  opacity:0;
  visibility: hidden;
}
.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul{
  opacity:1;
  visibility: visible;
}

.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children ul {
  border-radius: 8px 8px 8px 8px;
  z-index: 2;
  border-style: solid;
  border-width: 0;
  padding: 0;
  min-width: 130px;
  top:126% !important;
  transition: 0.6s;
  left:0 !important;
}

.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children ul li {
  display: block;
  line-height: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* margin: 0; */
}

.custom_header .menu_section .hs-menu-wrapper>ul>li.hs-item-has-children ul li a {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 13px 20px;
  transition: .4s;
  border-inline-start: 8px solid transparent;
  text-shadow: none;
  line-height: 20px;
}
.custom_header .menu_toggle {
  padding: 11px 57px 10px 57px;
  background-color: #53C1EC38;
  border-radius: 32px 32px 32px 32px;
}
.custom_header .menu_toggle svg{
  width: 22px;
  fill: #fff;
  cursor: pointer;
}

@media(max-width:1089px){
  .custom_header .menu_section .hs-menu-wrapper>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:1085px){
  .custom_header .menu_section {
    width: 50%;
  }
  .custom_header .header_content .header_btns {
    width: 38%;
  }
}
@media(max-width:1026px){
  .custom_header .menu_section {
    width: 51%;
  }
  .custom_header .logo_section {
    width: 11%;
  }
}

@media(max-width:1024px){
  .custom_header .menu_section {
    width: 51%;
  }
  .custom_header .logo_section {
    width: 11%;
  }
  .custom_header .menu_inner {
    display: none;
  }
  .custom_header .menu_toggle{
    display: inline-flex;
    cursor: pointer;
    margin-left: auto;
    padding: 7.5px 36px;
    line-height: 1;
  }


  .custom_header .menu_toggle  svg.close_toggle {
    display: none;
  }
  .open_menu_main  .custom_header .menu_toggle   svg.close_toggle {
    display: block;
  }
  .open_menu_main   .custom_header .menu_toggle  svg.open_toggle {
    display: none;
  }
  .close_menu_main   .custom_header .menu_toggle  svg.open_toggle {
    display: block;
  }

  .custom_header .mobile_menu {
    padding-bottom: 30px;
    width: 100%;];
    top: 100%;
    z-index: 10;

  }

  .custom_header {
    position: relative;
  }

  .custom_header .mobile_menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }

  .custom_header .mobile_menu .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .custom_header .mobile_menu .hs-menu-wrapper>ul>li>a {
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 20px;
    display: inline-block;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul {
    display: none;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    display: inline;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a .cm_svg {
    padding: 8px 0 10px 3px;
    margin: -10px 0;
    display: inline;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover ul{
    display:none;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul li {
    margin: 0;
  }
  .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children ul li a {
    padding: 10px 20px;
    font-family: "Inter", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
  }
  .mobile_hover .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    text-decoration: underline;
  }

  .mobile_hover .custom_header .mobile_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover {
    text-decoration: none;
  }
}


@media(max-width:984px){
  .custom_header .header_content .header_btns {
    width: 48%;
  }
  .custom_header .menu_section {
    width: 40%;
  }
}


@media(max-width:950px){
  .custom_header .logo_section {
    width: 30%;
  }

  .custom_header .menu_section {
    width: 20%;
  }

  .custom_header .header_content .header_btns {
    width: 50%;
  }
}

@media(max-width:767px){
  .custom_header .header_content {
    flex-wrap: wrap;
  }


  .custom_header .logo_section {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .custom_header .menu_section {
    width: 30%;
  }

  .custom_header .header_content .header_btns {
    width: 70%;
  }
  .custom_header .menu_section {
    width: 100%;
    justify-content: center;
  }

  .custom_header .header_content .header_btns {
    width: 100%;
    justify-content: center;
  }

  .custom_header .menu_toggle {
    margin: 0 auto;
  }

  .custom_header .mobile_menu {
    padding: 0;
  }
}


