.header-module {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
}

.header-module .header-wrapper .header_logo {
  flex: 0 0 20%;
  width: 20%;
  position:relative;
}
.header-module .header-wrapper .header_logo a.cstom-url {
    position: absolute;
    width: 100%;
    height: 100%;
}

.header-module .header-wrapper .header_right {
  display: flex;
  align-items: center;
}

.header-module .header-wrapper .header_right .header_menu ul {
  flex: 0 0 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.header-module .header-wrapper .hs-menu-depth-1.hs-item-has-children::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 6px;
  right: 0;
}

.header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper {
  padding: 10px 0 20px;
  z-index: 9;
  top:52px !important;
}

/* .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper li a{
  padding: 6px 20px;
} */
.header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper li a{
  padding: 10px 20px;
}

.header-module .header-wrapper .header_right .contact-button {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 160px;
  text-align: center;
  margin-left: 30px;
}

.header-module .header-wrapper .header_right .contact-button svg {
  width: 9px;
  top: 5px;
  left: 5px;
  fill: #344263;
  position: relative;
}
.header-module .header-wrapper .search-and-btn {
  position: relative;
  padding-left: 30px;
}
.header-module .header-wrapper span.search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-38%);
  cursor: pointer;
}
.header-module .header-wrapper .search-icon img{
  width:20px;
}
.header-module .header-wrapper .search-icon svg{
  width:20px;
  fill:#fff;
}

{# BUTTON STYLE  #}
.header-module .header-wrapper .header_right .btn-solid.dark .contact-button,
.header-module .header-wrapper .header_right .solid-icon.dark .contact-button{
  background: #344263;
  color: #fff;
  border: 4px solid #344263;
}

.header-module .header-wrapper .header_right .btn-solid.dark .contact-button svg,
.header-module .header-wrapper .header_right .solid-icon.dark .contact-button svg{
  fill: #fff;
}

.header-module .header-wrapper .header_right .outline.dark  .contact-button,
.header-module .header-wrapper .header_right .outline-icon.dark  .contact-button{
  background: transparent;
  border:4px solid #344263;
  color: #344263;
}

.header-module .header-wrapper .header_right .btn-solid.light .contact-button,
.header-module .header-wrapper .header_right .solid-icon.light .contact-button{
  background: #97979c;
  color: #fff;
  border:4px solid #97979c;
}
.header-module .header-wrapper .header_right .btn-solid.light .contact-button svg,
.header-module .header-wrapper .header_right .solid-icon.light .contact-button svg{
  fill: #fff;
}

.header-module .header-wrapper .header_right .outline.light  .contact-button,
.header-module .header-wrapper .header_right .outline-icon.light  .contact-button{
  background: transparent;
  border:4px solid #97979c;
  color:#97979c;
}

.header-module .header-wrapper .header_right .outline.light .contact-button svg,
.header-module .header-wrapper .header_right .outline-icon.light .contact-button svg {
  fill: #97979c;
}

.header-module .header-wrapper .header_right .btn-solid.accent-1 .contact-button,
.header-module .header-wrapper .header_right .solid-icon.accent-1 .contact-button{
  background: #81d8fd;
  color: #fff;
  border: 4px solid #81d8fd;
}
.header-module .header-wrapper .header_right .btn-solid.accent-1 .contact-button svg,
.header-module .header-wrapper .header_right .solid-icon.accent-1 .contact-button svg{
  fill: #fff;
}
.header-module .header-wrapper .header_right .outline.accent-1 .contact-button,
.header-module .header-wrapper .header_right .outline-icon.accent-1 .contact-button{
  background: transparent;
  color: #81d8fd;
  border: 4px solid #81d8fd;
}
.header-module .header-wrapper .header_right .outline.accent-1 .contact-button svg,
.header-module .header-wrapper .header_right .outline-icon.accent-1 .contact-button svg{
  fill: #81d8fd;
}

.header-module .header-wrapper .header_right .btn-solid.accent-2 .contact-button,
.header-module .header-wrapper .header_right .solid-icon.accent-2 .contact-button{
  background: #f7bd2b;
  color: #344263;
  border: 4px solid #f7bd2b;
}
.header-module .header-wrapper .header_right .btn-solid.accent-2 .contact-button svg,
.header-module .header-wrapper .header_right .solid-icon.accent-2 .contact-button svg{
  fill: #344263;
}
.header-module .header-wrapper .header_right .outline.accent-2 .contact-button,
.header-module .header-wrapper .header_right .outline-icon.accent-2 .contact-button{
  background: transparent;
  color: #f7bd2b;
  border: 4px solid #f7bd2b;
}
.header-module .header-wrapper .header_right .outline.accent-2 .contact-button svg,
.header-module .header-wrapper .header_right .outline-icon.accent-2 .contact-button svg{
  fill: #f7bd2b;
}

.header-module .header-wrapper .header_right .mobile-btn {
  display: none;
}

/* MOBILE MENU STYLE */
.header-module .header-wrapper .header_right .menu-icon {
  display: none;
  cursor: pointer;
}
.header-module .header-wrapper .header_right .bar1, 
.header-module .header-wrapper .header_right .bar2, 
.header-module .header-wrapper .header_right .bar3 {
  width: 25px;
  height: 2px;
  margin: 6px 0;
  transition: 0.4s;
  background-color: #fff;
}

.header-module .header-wrapper .header_right .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-4px, 3px);
}

.header-module .header-wrapper .header_right .close-icon {
  display: inline-block;
  float: right;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 99;
  display:none;
}

.header_menu li.hs-item-has-children { position:relative;z-index:0; }
.child-trigger {
  display: none !important;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 42px;
}


@media (max-width:1150px){
  .header_menu {
    width: calc(100% - 100px);
  }
  .header-module .header-wrapper .header_right .menu-icon {
    display: inline-block;
  }
  .header-module .header-wrapper .header_right .header_menu{
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height:100%;
    z-index: 10;
    overflow-y: auto;
    transition: all .3s;
  }
  .header-module .header-wrapper .header_right.is-active .header_menu{
    top: 0;
    right: 0;
    padding: 30px 0 10px;
  }
  .header-module .header-wrapper .search-and-btn {
    padding-left: 0;
  }
  .header-module .header-wrapper span.search-icon {
    left: -45px;
    transform: translateY(-45%);
  }

  .header-module .header-wrapper .header_right .header_menu ul .hs-menu-depth-1{
    width:100%;
  }
  .header-module .header-wrapper .header_right .header_menu ul .hs-menu-depth-1 a {
    width:100%;
    padding: 10px 20px;
    display: inline-block;
  } 
  .header-module .header-wrapper .hs-menu-depth-1.hs-item-has-children::after {
    top: 20px;
    right: 32px;
    transform: rotate(45deg) translateY(-50%);
  }
  .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper {
    width: 100%;
    top: 0px !important;
  }
  /*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper{
  position:relative;
} */
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children > ul.hs-menu-children-wrapper { position:relative;display:none; }


  .header-module .header-wrapper .header_right .mobile-btn {
    display: block;
  }

  .header-module .header-wrapper .header_right .mobile-btn .contact-button{
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-module .header-wrapper .header_right .desktop-btn {
    display: none;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: absolute;
  }

  .child-trigger { display:block !important; }


  .header-module .header-wrapper .header_right.is-active .header-overlay {
    display:block;
  }

  .header-module .header-wrapper .header_right .header-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,0.8);
    display:none;
  }

  .header-module .header-wrapper .header_right.is-active .close-icon {
    display:block;
  }

  .header-module .header-wrapper .header_right .close-icon .bar1, 
  .header-module .header-wrapper .header_right .close-icon .bar2 {
    width: 25px;
    height: 2px;
    margin: 6px 0;
    transition: 0.4s;
    background-color: #fff;
  }
  .header-module .header-wrapper .header_right .close-icon .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-4px, 3px);
  }
  .header-module .header-wrapper .header_right .close-icon .bar2 {
    -webkit-transform: rotate(45deg) translate(-2px,-2px);
    transform: rotate(45deg) translate(-2px,-2px);
  }

  .header-module .header-wrapper .hs-item-has-children::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 6px;
    right: 30px;
  }
  .header-module .header-wrapper .hs-item-has-children::after {
    border-right: 1px solid #f7bd2b;
    border-bottom: 1px solid #f7bd2b;
  }


}

@media (max-width:767px){

}

@media (min-width:1151px){
  .header-module .header-wrapper .header_right {
    flex: 0 0 80%;
    width: 80%;
  } 
  .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper {
    display: block;
    overflow-x: auto;
  }
  .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #344263;
  }

  .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper::-webkit-scrollbar{
    width: 5px;
    background-color: #344263;
  }

  .header-module .header-wrapper .header_right .header_menu ul.hs-menu-children-wrapper::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #344263;
  }



  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1:hover>.hs-menu-children-wrapper{
    width: 980px;
    left: 50%;
    display: flex;
    flex-direction: row;
    transform: translateX(-50%);
    max-width: 980px;
    position: fixed;
    top: 80px !important;
    padding-left: 50px;
    padding-right: 50px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper>li {
    width: 28%;
    flex: 0 0 28%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children>.hs-menu-children-wrapper>li ul {
    left: 0;
    opacity: 1;
    top: 0 !important;
    position: relative;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1:nth-child(4):hover>.hs-menu-children-wrapper {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateX(20%);
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1:nth-child(4)>.hs-menu-children-wrapper>li {
    width: 100%;
    flex: 0 0 100%;
  }

}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-menu-depth-1>.hs-menu-children-wrapper>.hs-menu-depth-2.hs-item-has-children>a{
  cursor:unset;
  color:#f7bd2b !important;
  font-weight:400;
}

