header.header_new {
  padding: 0;
  border-bottom: 2px solid rgba(252, 252, 252, 0.25);
}
.header_new .header_menu ul .logo {
  width: 235px;
}
.header_new .header_menu ul .logo img {
  width: 100%;
}
.header_new .logo .color_logo {
  display: none;
}
.header_new .header_menu ul > li > a {
  text-align: center;
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header_new .header_menu ul li {
  padding: 30px 0;
}
.header_new .header_menu ul li:hover > a {
  font-weight: 600;
}
.header_new .header_menu ul li.menu_arrow > a {
  padding-right: 18px;
}
.header_new .header_menu ul li a .arrow {
  position: absolute;
  top: 9px;
  right: 0;
  line-height: 0;
  transition: all 0.3s ease;
}
.header_new .header_menu ul li a .arrow svg {
  width: 12px;
  height: auto;
}
.header_new .header_menu ul li.menu_arrow {
  position: relative;
  cursor: pointer;
}
.header_new .header_menu ul li:hover .submenu_box {
  opacity: 1;
  visibility: visible;
}
.submenu_box {
  position: absolute;
  background: var(--white);
  color: #3a3a3a;
  padding: 7px;
  min-width: 325px;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.submenu_box .top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  transition: 0.3s ease;
}
.submenu_box .top .icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.submenu_box .top .icon img {
  width: 100%;
  height: 30px !important;
  width: 30px;
}
.submenu_box .top .right_content {
  width: calc(100% - 50px);
  padding-left: 12px;
}
.submenu_box h6 a {
  font-weight: 700;
  color: #07121A;
}
{#deleted code for margin left in menu desktop#}

.submenu_box .submenu_inner .box + .box {
  border-top: 6px solid var(  --white);
}
.submenu_box .text {
  margin-top: 2px;
  font-size: 14px;
}
.homepage_hero .box .inner {
  display: none;
}
.submenu_box .top a {
  align-items: center;
  display: flex;
  color: #07121A;
  transition: 0.3s ease;
}
.submenu_box h6 {
  color: inherit;
}
.submenu_box .top:hover .icon {
  background: var(--primary);
}
.submenu_box .submenu_inner .box a {
  color: #07121A;
  opacity: 1 !important;
}
.submenu_box {
  box-shadow: 0px 0px 30px #0000001a;
}
.color_header .header_new,
.header_new.headerfixed {
  background: var(--white);
  box-shadow: 0px 0px 20px #0000001f;
  border-bottom: transparent;
}
.color_header .header_new .header_menu ul > li > a,
.header_new.headerfixed .header_menu ul > li > a {
  color: var(--secondary);
}
.color_header .header_new .header_menu ul li a .arrow svg path,
.header_new.headerfixed .header_menu ul li a .arrow svg path {
  stroke: var(--secondary);
}
.inner-menu-3 {
  position: absolute;
  left: 100%;
  width: 100%;
  color: #3a3a3a;
  min-width: 325px;
  position: absolute;
  transition: all 0.3s ease;
  top: 0;
  margin-left: 0px;
  opacity: 0;
  visibility: hidden;
}

.box.inner-menu-3-parent {
  position: relative;
}

.top {
  padding: 8px 15px;
}

.box:hover,
.top:hover {
  border-radius: 2px;
  padding: 8px 15px;
  cursor: pointer;
}
.submenu_box .submenu_inner .box:hover > a,
.submenu_box .top:hover > a {
  color: #2331B5;
}
.inner-menu-3_inner {
  padding: 7px;
  background: #fff;
}
.box.inner-menu-3-parent:hover .sub__menu.inner-menu-3 {
  opacity: 1;
  visibility: visible;
}
.submenu_box h6 {
  display: flex;
  align-items: center;
}
.submenu_box h6 svg {
  height: 18px;
  margin-left: 2px;
  fill: currentColor;
}
.header_menu_mobile {
  display: none;
}
{#.submenu_box .submenu_inner .box + .box {
  margin-top: 15px;
  padding-top: 15px;
}#}
.submenu_box .submenu_inner .box {
  padding: 10px 15px;
  transition: 0.3s ease;
}

.submenu_box.top_no_space > .top {
  margin-bottom: 0;
}

.submenu_box .top {
  margin-bottom: 0;
}

.submenu_box .top + .top {
  margin-top: 7px;
}
{#
.submenu_box .submenu_inner {
  margin-top: 25px;
}#}

/* 
.menu_arrow a > span{     pointer-events: none; }
*/

@media (min-width: 992px) {
  .header_new .header_menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 45px;
  }
  .header_new .header_btn {
    width: 150px;
    text-align: right;
  }
  .header_new .header_menu {
    width: calc(100% - 150px);
  }
  .header_new .header_menu ul li:hover a .arrow {
    transform: rotate(180deg);
  }
  .header_new .header_menu ul li a svg.mobile {
    display: none;
  }

  .submenu_box .top .right_content > h6:after {
    content: "";
    display: inline-block;
    mask: url(https://www.clearwaterhealth.com/hubfs/Email/arrow.svg) center/cover no-repeat;
    height: 15px;
    width: 18px;
    margin-left: 8px;
    background: currentColor;
  }

  {#  .inner-menu-3-parent > a > h6:after {
    content: "";
    display: inline-block;
    background-image: url(https://www.clearwaterhealth.com/hubfs/Email/new_arrow.svg);
    height: 10px;
    width: 6px;
    background-size: contain;
    margin-left: 0px;
    background-repeat: no-repeat;
    margin-left: -12px;
  }
#}
  header a[href=""]:not(:empty) {
    pointer-events: none;
  }
  .submenu_box .submenu_inner .box:hover,
  .submenu_box .top:hover {
    background: #F2F2F2;
  }
}

@media (min-width: 1200px) {
  .header_new .header_menu ul {
    grid-gap: 60px;
  }
}

@media (max-width: 991px) {
  a.hs-child-menu-trigger.open + .submenu_box {
    display: block;
  }
  a.hs-child-menu-trigger:not(.open) + .submenu_box {
    display: none;
  }
  header.header_new .header_menu {
    display: none;
  }
  header.header_new {
    padding: 10px 0;
  }
  header.header_new .header_btn {
    padding-right: 40px;
  }
  header .logo {
    width: 110px;
  }
  header.header_new .header_btn a {
    padding: 5px 10px;
  }
  .nav-toggle {
    top: 0;
    bottom: 0;
    height: 19px;
    margin: auto 0;
  }
  header.header_new {
    background: rgb(35 49 181 / 90%);
  }
  .nav-toggle.nav-menuopen + .header_menu {
    display: block;
  }
  header.header_new .header_menu {
    background: rgb(35 49 181 / 90%);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 15px;
    height: calc(100vh - 56px);
    overflow: auto;
  }
  .header_new .header_menu ul li {
    padding: 15px 0 10px;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
  }
  .header_new .header_menu ul > li > a {
    font-size: 14px;
  }
  .submenu_box {
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    color: #fff;
    padding: 10px 0 0;
    width: 100%;
    min-width: 100%;
  }
  .submenu_box h6 {
    color: #fff !important;
    font-size: 14px;
  }
  .submenu_box .submenu_inner .box {
    padding: 14px 0;
  }
  .submenu_box .submenu_inner .box:first-child {
    padding-top: 0px;
  }
  .submenu_box .submenu_inner .box:last-child {
    padding-bottom: 0px;
  }
  .submenu_box .submenu_inner .box+.box{
    border-top: 1px solid rgb(255 255 255 / 22%);    
  }

  .submenu_box .submenu_inner .box+.box,
  .submenu_box .submenu_inner .box a {
    color: #fff;
  }
  .submenu_box h6 svg {
  }
  .submenu_box h6 svg path {
    stroke: #fff !important;
  }
  .inner-menu-3 {
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0;
    border: none;
  }

  {#  .inner-menu-3_inner {
    padding: 15px 0 0;
    background: transparent;
  }#}

  .submenu_box > .submenu_inner, .inner-menu-3_inner {
    background: transparent;
   /* border-left: 4px solid var(--primary);*/
    margin: 20px 0;
   /* padding: 0 0 0 20px;*/
  }
  .submenu_box .submenu_inner {
    margin-bottom: 10px;
  }
  .inner-menu-3_inner .submenu_inner {
    margin-bottom: 0;
  }

  .inner-menu-3 {
    display: none;
  }
  a.hs-child-menu-trigger.open + .sub__menu.inner-menu-3 {
    display: block;
  }
  .nav-toggle.nav-menuopen ~ .header_btn {
    opacity: 0;
    visibility: hidden;
  }
  header.header_new .header_btn {
    transition: all 0.3s ease;
  }
  .header_menu_mobile {
    display: block;
    padding-top: 40px;
  }
  .color_header .header_new .header_menu ul > li > a,
  .header_new.headerfixed .header_menu ul > li > a {
    color: #fff;
  }
  .color_header .header_new .header_menu ul li a .arrow svg path,
  .header_new.headerfixed .header_menu ul li a .arrow svg path {
    stroke: #fff;
  }
  .header_menu_mobile .social_links_wrapper a {
    display: flex;
    align-items: center;
  }
  .header_menu_mobile .social_links_wrapper li {
    padding: 0 !important;
    border: none !important;
  }
  .header_menu_mobile .social_links_wrapper a {
    display: flex !important;
    align-items: center !important;
  }
  .normal-contacts-links a {
    color: #fff;
    margin-top: 5px;
    display: inline-block;
  }
  .header_menu_mobile .social_links_wrapper {
    padding: 30px 0 10px;
  }
  a.hs-child-menu-trigger.open .arrow {
    transform: scale(-1);
  }
  a.hs-child-menu-trigger.open > h6 svg {
    transform: rotate(90deg);
  }
  header.header_new {
    border: none;
  }

  /*   .header_new .header_menu ul li.menu_arrow > a { padding-right: 28px; }
  .header_new .header_menu ul li a .arrow { top: 8px; right: 5px; }
  .header_new .header_menu ul li a .arrow svg { width: 11px; }
  .header_new .header_menu ul li a .arrow:before { position: absolute; content: ""; width: 21px; height: 21px; background: #fff; top: -8px; right: -5px; border-radius: 11px; opacity: 0.2; } */

  .header_new .header_menu ul li a .arrow {
    top: 0;
    right: -10px;
  }
  .header_new .header_menu ul li a svg.desktop {
    display: none;
  }
  .header_new .header_menu ul li a svg.mobile {
    width: auto;
    height: auto;
  }
  .submenu_box h6 svg {
    margin-left: 7px;
  }

  a.hs-child-menu-trigger.open > h6 svg {
    transform: rotate(180deg);
  }
}

.header_new .ctas {
  margin: 0;
}

.hs-web-interactives-top-banner-open header {
  top: 115px;
}