header.custom_header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: auto;
}

.fixed-header header.custom_header{
  background-color:#fff;
}

header.custom_header  .outer_wrapper {
  height: 72px;
  justify-content: space-between;
  position: relative;
  display: flex;
}

header.custom_header .page-center {
  padding-left: 32px;
  padding-right: 0;
}

header.custom_header .cm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 0%;
}

header.custom_header .cm-left {
  display: flex;
  gap: 6rem;
  align-items: center;
}

header.custom_header .cm-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
  right: 2rem;
  top: 0;
  bottom: 0;
}

header.custom_header .cm-menu .hs-menu-wrapper ul  li {
  margin: 0;
}

header.custom_header .cm-menu .hs-menu-wrapper ul>li {
  display: flex;
  align-items: center;
  color: #001840;
}

header.custom_header .cm-menu .hs-menu-wrapper>ul>li>a {
  /*   color: #001840; */
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-top: .625rem;
  padding-bottom: .625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: .375rem;
}

header.custom_header .cm-menu .hs-menu-wrapper>ul>li>a:hover {
/*   color: #808090; */
  /*   background: #e5f5ff; */
}
header.custom_header .cm-menu .hs-menu-wrapper>ul>li>a svg {
  height: .875rem;
  width: .875rem;
  margin-left: .25rem;
  vertical-align: middle;
  margin-top: -2px;
}
header.custom_header .cm-menu .hs-menu-wrapper>ul>li:not(:first-child) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem* var(--tw-space-x-reverse));
  margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
}


header.custom_header .cm-menu .hs-menu-wrapper ul>li:hover ul {
  display: block;
}

header.custom_header .cm-menu .hs-menu-wrapper ul>li {
  position: relative;
}







header.custom_header .phone_wrapper a {
  border-color: #0000;
  display: inline-flex;
  margin-right: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  white-space: nowrap;
  border-radius: .375rem;
  border-width: 2px;
  padding: .625rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  font-weight: 500;
  align-items: center;
  color: #001840;
  border-style: solid;
}

header.custom_header .phone_wrapper a svg,
header.custom_header .phone_wrapper a path {
  fill: inherit;
  color: inherit;
}



header.custom_header .get_started_button button.btn_started.hs-button {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: inline-flex;
  min-height: auto;
}


header.custom_header .login_wrapper a.hs-sec-btn {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: inline-flex;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  min-height: auto;
  white-space: nowrap;
}

header.custom_header .login_wrapper a.hs-sec-btn svg {
  margin-right: .5rem;
  height: 1rem;
  width: 1rem;
}


header.custom_header .phone_wrapper a svg {
  margin-right: .5rem;
}

header.custom_header .phone_wrapper a:hover {
  color: #0070e0;
  background-color: #d1ecff;
}

header.custom_header .phone_wrapper a:hover svg,
header.custom_header .phone_wrapper a:hover path {
  fill: #0070e0;
  color: #0070e0;
}

header.custom_header .cm-logo a {
  display: flex;
}

header.custom_header .cm-menu .child_menu_wrap {
  display: none;
  padding-top:18px;
  top: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  margin-left: -1px;
}
header.custom_header .cm-menu .child_menu_wrap ul {
  display: none;
  visibility: hidden;
  opacity: 0;
}
header.custom_header .cm-menu .hs-menu-wrapper ul>li:hover .child_menu_wrap>ul{
  display:block;
  opacity: 1;
  visibility: visible;
}
header.custom_header .cm-menu .hs-menu-wrapper ul>li:hover .child_menu_wrap {
  display: block;
  opacity: 1;
  visibility: visible;
}

header.custom_header .cm-menu .child_menu_wrap ul {
  padding: 1rem 1rem 1rem 15px;
  min-width: 200px;
  width: 100%;
  --tw-drop-shadow: drop-shadow(0 25px 25px #00000026);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  /*   z-index: 99; */
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  border-radius: .375rem;
}

header.custom_header .popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  padding-right: 20px;
  overflow-y:scroll;

}

.show-popup header.custom_header .popup {
  display: block;
}

header.custom_header .popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}

header.custom_header .popup-wrapper {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 400px;
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: .5rem;
  max-width: 1152px;
  margin-left: auto;
  margin-right: auto;
}

header.custom_header .left-col {
  border-top-right-radius: 0;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  padding: 4rem 2.5rem;
  background-color: #d0ffe5;
  display: flex;
  align-items: center;
}

header.custom_header .left-col h2 {
  margin-bottom: 2rem;
}
html.show-popup {
  overflow: hidden;
}

header.custom_header .left-col p {
  margin-bottom: 2rem;
  line-height: 1.5;
  letter-spacing: -0.1px;
}

header.custom_header .left-col p a {
  text-decoration: underline;
  font-weight: 600;
}

header.custom_header .right-col {
  padding: 2.5rem 4rem;
  background-color: #fff;
  position: relative;
}

header.custom_header .close-icon-wrapper {
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
}


header.custom_header .cm-menu .child_menu_wrap ul li {
  display: block;
  width: 100%;
}

header.custom_header .cm-menu .child_menu_wrap ul li a {
  border-radius: .375rem;
  padding: .5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
  display: block;
  line-height: 1;
  font-weight: 500;
  font-size: .875rem;
  white-space: nowrap;
  /*   color: #00173f; */
}

/* header.custom_header .cm-menu .child_menu_wrap ul li a:hover {
background: #e5f5ff;
} */
header.custom_header .mobile_menu_section {
  display: none;

}
header.custom_header .cm-menu .child_menu_wrap ul li a {
  white-space: normal;
}

header.custom_header .right-col .form.hs-form.stacked {
  margin: 0;
}

.fixed-header  header.custom_header {
  background: #fff;
}
header.custom_header .cm-menu .child_menu_wrap ul>li ul {
  position: absolute;
  left: 100%;
  right: 0;
  overflow: visible;
  top: 0;
  display:none;
}

header.custom_header .cm-menu .child_menu_wrap ul>li ul {
  position: absolute;
  left: 100%;
  right: 0;
  top: 0;
  display:none;
}
header.custom_header .cm-menu .child_menu_wrap ul>li:hover ul{
  display:block;
  opacity:1;
  visibility:visible;
}

header.custom_header .cm-menu .child_menu_wrap ul li {
  position: relative;
}

@media (max-width:1279px){

  header.custom_header .phone_wrapper .phone_text {
    display: none;
  }

  header.custom_header .phone_wrapper a {
    border: 2px solid #0070e0;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0070e0;
  }

  header.custom_header .phone_wrapper a svg,
  header.custom_header .phone_wrapper a path {
    fill: #0070e0;
    color: #0070e0;
  }

  header.custom_header .phone_wrapper a svg{
    margin-right:0;
  }

  header.custom_header .cm-right {
    gap: .75rem;
  }


  header.custom_header .cm-left {
    gap: 1.5rem;
  }

  header.custom_header .cm-menu .hs-menu-wrapper>ul>li:not(:first-child) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem* var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)));
  }
}


@media (max-width:1023px){
  header.custom_header .page-center{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  header.custom_header .cm-left .cm-menu {
    display: none;
  }

  header.custom_header .cm-right {
    display: none;
  }

  header.custom_header .mobile_menu_button {
    top: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
    right: .25rem;
  }



  header.custom_header .button_wrap {
    padding: .5rem;
    border-radius: .375rem;
    justify-content: center;
    color: #0070e0;
    display: inline-flex;
    align-items: center;
    -webkit-appearance: button;
    background-color: initial;
    background-image: none;
    cursor: pointer;
  }

  header.custom_header .button_wrap svg {
    height: 1.5rem;
    width: 1.5rem;
    /* display: block; */
    vertical-align: middle;
  }
  header.custom_header .show_menu_section {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding: 1rem;
    color: #001840;
    background: #f2f2f4;
    overflow-y: auto;
    height: 100vh;
    width: 100vw;
    z-index: 50;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    display: none;
  }


  .menu-open  header.custom_header .show_menu_section {
    display: block;
  }


  header.custom_header .button_wrap .humburger_close_menu {
    display: none;
  }
  .menu-open header.custom_header .button_wrap .humburger_menu {
    display: none;
  }
  /* 
  .menu-open header.custom_header .button_wrap .humburger_close_menu {
  display: block;
} */

  header.custom_header .show_menu_section .menu_inner_sec {
    align-items: center;
    justify-content: space-between;
    display: flex;
  }

  header.custom_header .show_menu_section .close_icon_wrapper {
    margin-right: -.5rem;
  }

  header.custom_header .show_menu_section .close_icon_wrapper .close_icon {
    color: #0070e0;
    padding: .5rem;
    border-radius: .375rem;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: initial;
    background-image: none;
    cursor:pointer;
  }

  header.custom_header .show_menu_section .close_icon_wrapper .close_icon svg {
    display: block;
    vertical-align: middle;
  }



  header.custom_header .mb_button_wrapper {
    padding-top: 1.5rem;
    border-color: #e0e0e4;
    border-top-width: 1px;
    display: flex;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    /* justify-content: space-between; */
  }

  header.custom_header .mb_button_wrapper .get_started_btn a {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding-top: .5rem;
    padding-bottom: .5rem;
    flex-grow: 1;
    display: inline-block;
    align-items: center;
    width: 100%;
    min-height:auto;
    text-align: center;
    justify-content: center;
  }

  header.custom_header  .get_started_btn {
    flex-grow: 1;
  }

  header.custom_header .login_btn {
    flex-grow: 1;
  }

  header.custom_header  .login_btn a {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem* var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)));
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    width: -webkit-fill-available;
  }

  header.custom_header  .login_btn a svg {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
  }


  header.custom_header  .call_us_btn {
    margin-bottom: 2rem;
    text-align: center;
  }

  header.custom_header .call_us_btn p {
    color: #0070e0;
    margin: 0;
  }

  header.custom_header .call_us_btn  a.mb_phone_link {
    color: #0070e0;
    font-weight: 600;
    padding: .5rem;
    background: #e5f5ff;
    border-radius: .375rem;
    align-items: center;
    margin-right: .5rem;
    display: inline-flex;
  }
  header.custom_header .call_us_btn a.mb_phone_link svg {
    margin-right: .5rem;
    display: block;
    vertical-align: middle;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper ul {
    display: block;
  }

  header.custom_header p.heading {
    margin: 0;
  }
  header.custom_header .mobile_menu .hs-menu-wrapper ul>li ul {
    display: none;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper >ul>li {

    margin-top: .5rem;
    margin-bottom: 1rem;
    position:relative;
  }
  header.custom_header .mobile_menu .hs-menu-wrapper >ul>li>a {
    font-family: 'Garnett Semi Bold';
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    background: #ffffff;
    border-radius: .375rem;
    width: 100%;

    position: relative;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: .5rem;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper>ul>li>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*     color: #001840; */
    font-size: 16px;
    font-family: 'Garnett Semi Bold';
    line-height:24px;
  }

  header.custom_header .mobile_menu .child-trigger  svg {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    vertical-align: middle;
    transition-duration: .5s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    position: absolute;
    top: 0;
    right: 0;
  }

  header.custom_header .mobile_menu .child-trigger {
    position: absolute;
    top: 11px;
    right: 24px;
    width: 40px;
    height: 24px;
    display: block;
    cursor:pointer;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper>ul>li.nav-active .child-trigger svg {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-rotate: -180deg;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
  }

  header.custom_header .mobile_menu .hs-menu-wrapper ul>li ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #ffffff;
    border-bottom-right-radius: .375rem;
    border-bottom-left-radius: .375rem;
  }

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

  header.custom_header .mobile_menu .hs-menu-wrapper ul>li ul>li>a {
    padding: .5rem;
    border-radius: .375rem;
    display: block;
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
  header.custom_header .mobile_menu .hs-menu-wrapper ul>li ul>li>a:hover {
    background-color: #e5f5ff;
  }
  header.custom_header .mobile_menu_section {
    display: block;
  }
  header.custom_header .right-col {
    padding: 2.5rem;
  }

  header.custom_header .left-col {
    padding: 2.5rem;
    border-bottom-left-radius: 0;
  }

  header.custom_header .popup-wrapper {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 5rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    width: 100%;
  }


  header.custom_header .popup {
    padding-left: 20px;

  }

  header.custom_header .left-col h2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  header.custom_header .right-col form.hs-form.stacked {
    margin: 0;
  }
  header.custom_header .mobile_menu .hs-menu-wrapper ul>li ul ul {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}


@media (max-width:639px){
  header.custom_header .page-center {
    padding-left: 0;
    padding-right: 0;
  }

  header.custom_header .cm-left {
    padding-left: .5rem;
  }
  header.custom_header .show_menu_section {
    margin-left: 0;
    margin-right: 0;
  }
  ]