.menu-wrap>ul.menu-items-wrap>li.menu-item .child-menu-wrap {
  display: none;
}
.menu-wrap>ul.menu-items-wrap>li.menu-item.menu_active .child-menu-wrap {
  display: block;
}

.header-section .menu-child-item>a {
  font-weight: 600;
}
.header-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.header-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header-section .header-inner-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0px;
}

.header-section .child-menu-wrap {
  position: absolute;
  padding-top: 50px;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  padding: 20px 50px;
  border-top: 0px solid #000;
}

.header-section ul.menu-items-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
}

.header-section .right-col-image img {
  max-width: 269px!important;
}

.header-section .menu-child-items.hs-menu-children-wrappers.four_column,
.header-section .menu-child-items.hs-menu-children-wrappers.three_column {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  /*   justify-content: space-between; */
  width: calc(70% - 1px);
  /*   flex-grow: 1; */
}

.header-section .menu-child-items.hs-menu-children-wrappers.full-menu-children-wrappers {
  flex-grow: 1;
}

.header-section .menu-child-items.hs-menu-children-wrappers.child-menu-disabled {
  gap: 0 30px !important;
  display: inline-block;
  column-count: 5;
}

.header-section .menu-child-items.hs-menu-children-wrappers.child-menu-disabled>.child-item--2-disabled {
  width: 100% !important;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1 .menu-child-items.hs-menu-children-wrappers.child-menu-disabled a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 16px;
  width: 100%;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1 .menu-child-items.hs-menu-children-wrappers.child-menu-disabled .hs-menu-children-wrapper a {
  font-size: 12px;
  font-weight: 400;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1 .menu-child-items.hs-menu-children-wrappers.child-menu-disabled>li {
  margin-bottom: 20px;
}


/* .header-section .menu-child-items.hs-menu-children-wrappers.three_column > li.menu-child-item {
width: calc(33.33% - 34px);
}
.header-section .menu-child-items.hs-menu-children-wrappers.four_column {
gap: 40px;
}
.header-section .menu-child-items.hs-menu-children-wrappers.four_column > li.menu-child-item {
width: calc(25% - 30px);
} */

.header-section .toggle-menu {
  display: none;
}

.header-section .toggle-menu {
  width: 28px;
  height: 20px;
  margin-top: 0;
}

.header-section .toggle-menu span:after,
.header-section .toggle-menu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
}

.header-section .toggle-menu span:after,
.header-section .toggle-menu span:after {
  top: 18px;
}

.header-section .toggle-menu span {
  position: relative;
  display: block;
}

.header-section .toggle-menu span,
.header-section .toggle-menu span:after,
.header-section .toggle-menu span:before {
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

.header-section .toggle-menu.on span {
  background-color: transparent;
}

.header-section .toggle-menu.on span:before {
  transform: rotate(45deg) translate(-1px, 0);
}

.header-section .toggle-menu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px);
}

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

.header-section.right-col-button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.header-section .child-menu-inner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.header-section .right-col-text {
  padding: 20px 0px;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1 a.submenu_link {
  font-weight: 500;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1>a {
  color: #000;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  /*   text-transform: uppercase; */
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1>a {
  padding-right: 0px !important;
  border-bottom: 4px solid transparent;
}

.header-section .header-logo img {
  display: block;
  max-width: 85px;
  width: 100%;
  padding-top: 10px;
}

.header-section .child-menu-link a {
  color: #02a1b1;
  font-weight: 500 !important;
  font-size: 16px !important;
}

.header-section li.menuactive.menu-item.hs-menu-item.hs-menu-depth-1>a.menu_link {
  border-bottom: 4px solid #02a1b1;
}

.header-section.dnd-section {
  border-bottom: 1px solid;
  position: relative;
}

.header-section .menu-right-section {
  width: calc(30% - 35px);
}

.header-section .hs-menu-wrapper ul li.hs-menu-item :hover>a,
.header-section .menu-bar .hs-menu-wrapper ul li.hs-menu-item .active-branch>a,
.header-section .menu-bar .hs-menu-wrapper ul li.hs-menu-item .active>a {
  background-color: transparent!important;
  color: #000!important;
}

.header-section .child-items-wrap--2 li:hover a {
  color: #18485a!important;
}

.child-menu-link {
  position: relative;
  padding-left: 21px;
}

.child-menu-link a:before {
  border-bottom: 2px solid #02a1b1;
  border-right: 2px solid #02a1b1;
  content: "";
  height: 5px;
  left: 0px;
  position: absolute;
  top: 12px;
  transform: rotate(316deg);
  width: 5px;
}

.header-section .child-items-wrap--2.hs-menu-children-wrappers {
  margin-top: 9px;
}


/* .header-section .child-items--2.hs-menu-item.hs-menu-depth-3 a {
text-transform: lowercase !important;
} */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0px !important;
}

.header-section li.menu-item {
  padding: 0px 10px;
}

li.child-items--2 a {
  font-weight: 300;
}

.menu-child-item a {
  font-weight: 500;
}

.header-section .menu-right-section a {
  display: inline-block !important;
  color: unset!important;
  font-size: unset !important;
  font-weight: 400;
  padding-right: 35px;
}

.header-section li.menu-item.hs-menu-item.hs-menu-depth-1 > a.menu_link:hover {
  color: #18485a;
}

form.site_search {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: auto;
  margin-bottom: 2px;
}

form.site_search button {
  position: absolute;
  right: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

form.site_search button svg {
  width: 30px;
  height: auto;
}

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

.header-section .menu-wrap ul.menu-items-wrap {
  width: auto;
  align-items: center;
}

form.site_search input {
  border-color: transparent;
  width: 40px;
  color: transparent;
}

form.site_search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: transparent;
}

form.site_search input::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent;
}

form.site_search input:-ms-input-placeholder {
  /* IE 10+ */
  color: transparent;
}

form.site_search input:-moz-placeholder {
  /* Firefox 18- */
  color: transparent;
}

form.site_search input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

form.site_search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

form.site_search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

form.site_search input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

form.site_search input:focus {
  width: 180px;
  color: #000;
}

form.site_search input:focus+button#submit {
  pointer-events: auto;
}
.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled    transform: rotate(-135deg);
}
@media screen and (min-width:992px) {
  .header-section .menu_3 {
    position: relative;
  }
  .header-section .menu_3 .child_simple_menu .hs-menu-children-wrappers {
    column-count: 1;
  }
  .header-section .menu_3 .child_simple_menu {
    width: 320px;
    top: 67px;
  }
}
@media screen and (max-width:991px) {
  .header-section.dnd-section {
    padding: 10px 0;
  }
  .child-menu-inner-wrap>ul>li .child-items-wrap--2 {
    display: none;
  }
  .child-menu-inner-wrap>ul>li.active .child-items-wrap--2 {
    display: block;
  }
  .header-section .toggle-menu {
    display: block;
  }
  .header-section li.menuactive a.menu_link {
    border-bottom: none;
  }
  .header-section ul.menu-items-wrap {
    background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
    display: none;
    left: 0px;
    padding: 10px 25px 25px;
    position: absolute;
    top: 118px;
    z-index: 999;
        height: calc(100vh - 136px);
        overflow: auto;
  }
  .header-section .toggle-menu {
    bottom: 0;
    height: 20px;
    margin-top: 0;
    margin: auto;
    position: absolute;
    right: 17px;
    top: 0;
    width: 28px;
  }
  .header-section li.menu-item.hs-menu-item.hs-menu-depth-1 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 2px;
    border-bottom: 1px solid #000;
  }
  .header-section li.menu-item.hs-menu-item.hs-menu-depth-1>a {
    color: #000;
  }
  .header-section .child-menu-wrap {
    padding: 10px 0 34px 0;
    top: 53%;
    width: 100%;
    position: static;
  }
  .header-section .menu-child-item>a {
    font-weight: 600;
    padding-right: 20px;
  }
  .header-section .child-menu-link a {
    color: #02a1b1;
  }
  .header-section .right-col-image img {
    max-width: 100%;
    padding-top: 12px;
  }
  .header-section ul.menu-child-items.hs-menu-children-wrappers {
    flex-direction: column;
    width: 100% !important;
    gap: 0px !important;
    column-count: 1 !important;
  }
  .header-section .menu-child-items.hs-menu-children-wrappers:not(.child-menu-disabled) li.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled>a.submenu_link,
  .header-section .menu-child-items.hs-menu-children-wrappers:not(.child-menu-disabled) li.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled>a:before {
    display: none;
  }
  .header-section .menu-right-section {
    width: 100%;
    display: none;
  }
  .header-section .child-items-wrap--2.hs-menu-children-wrappers {
    display: none;
  }
  li.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled {
    position: relative;
  }
  
  .header-section .child-menu-wrap {
    border-top: none;
  }
  .header-section .menu-child-items.hs-menu-children-wrappers.three_column {
    width: 100%;
    gap: 10px
  }
  .header-section .child-menu-inner-wrap {
    padding-top: 20px;
  }
  .header-section .menu-child-items.hs-menu-children-wrappers.four_column>li.menu-child-item,
  .header-section .menu-child-items.hs-menu-children-wrappers.three_column>li.menu-child-item {
    width: 100%;
  }
  form.site_search {
    margin-right: 50px;
  }
  form.site_search input:focus {
    width: 165px;
  }
}
  li.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled.collapsed>.hs-menu-children-wrapper {
    display: none;
  }
  li.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled.active>.hs-menu-children-wrapper {
    display: block;
  }
  .header-section li.menu-item.hs-menu-item.hs-menu-depth-1 ul li.hs-menu-depth-2>a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
  }
.menu-child-item.hs-menu-item.hs-menu-depth-2.hs-item-has-children.child-item--2-enabled>a:before {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    height: 7px;
    margin: auto;
    position: absolute;
    right: 5px;
    top: 4px;
    width: 7px;
  }