.sub-header-section {
    float: left;
    padding-top: 62px;
    width: 100%;
    display: flex;
    position: fixed;
    top: 0;
  z-index:999;
}
.header-container-wrapper {
    min-height: 62px;
}
.sub-header-outer-wrapper .header-wrapper {
    width: 100%;
    float: left;
    max-width: 1560px;
    padding: 10px 0 15px;
    display: flex;
    align-items: center;
  column-gap: 80px;
}
.sub-header-section.hide {
    display: none;
}
.sub-header-outer-wrapper.sticky{
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 14%);
  position:fixed;
  z-index:999;
  top:0;
}
.sub-header-outer-wrapper{
    float: left;
    width: 100%; 
    padding:0 4%;
    background-color: #f1f7fd;
    display: flex;
    justify-content: center;
  box-shadow: inset 0 3px 6px 0 rgba(0,98,196,.11);
}
.secondary--menu {
    float: left;
    width: 100%;
    padding:0;
}
.m-main-menu .secondary--menu {
    padding: 0;
}
.secondary--menu a {
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
    color:#2e2e2e;
    border-bottom: 2px solid transparent;
    position: relative;
    font-family: Nunito;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.secondary--menu a:hover,
.secondary--menu a[href="javascript:void(0);"]{
    color:#246eec;
  -webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.secondary--menu a:after {
    content: "";
    height: 2px;
    background: #1483f3;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.secondary--menu a:hover:after,
.secondary--menu a[href="javascript:void(0);"]:after{
    width: 100%; 
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.m-main-menu .secondary--menu a:after {
  display:none;
}
.secondary--menu .hs_cos_wrapper {
    float: left;
    width: 100%;
}
.secondary--menu .hs-menu-wrapper {
    float: left;
    width: 100%;
}
.secondary--menu .hs-menu-wrapper>ul {
    float: left;
    width: 100%;
    display: flex;
    column-gap: 34px;
  margin-bottom:0;
  flex-direction: inherit;
}

.subheader-logo {
    float: left;
    width: 100%;
    max-width: 97px;
}
.main-header-logo .subheader-logo {
    display: none;
}

.subheader-logo img{
    float: left;
    width: 100%;
    max-width: 100%;
}

.main-header-navigation>ul[role="menu"] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: translateY(10px);
}
.header-container-wrapper.custstyle.fixed.has_submenu .main-header-navigation>ul:first-child {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    position: absolute;
     -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    -ms-transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
    transition: all 0s ease-in;
}
.header-container-wrapper.custstyle .main-header-navigation>ul:first-child {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    position: static;
   -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.header-container-wrapper.custstyle.fixed .main-header-navigation>ul[role="menu"] {
    opacity:1;
    visibility: visible;
    height: auto;
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-container-wrapper.custstyle.fixed.has_submenu {
    background: #f1f7fd;
}
.header-container-wrapper.custstyle.has_submenu .main-header-logo-light {
    display: none;
}
.header-container-wrapper.custstyle.has_submenu .subheader-logo {
    display: block;
}
.header-container-wrapper.custstyle.fixed.has_submenu .main-header-navigation>ul>li>a {
    color: #2e2e2e;
}
.header-container-wrapper.custstyle.has_submenu .get-started-free-btn-light a.cta_button {
    border: 1px solid #2e2e2e;
    color: #2e2e2e;
}
.header-container-wrapper.custstyle.has_submenu .get-started-free-btn-light a.cta_button:hover {
    color: #fff;
    border: 1px solid #f0832b;
}
.mobile-header-section.has_submenu .m-logo-sec>span.hs_cos_wrapper {
    display: none;
}

@media(max-width:1200px){
  .mobile-header-section {
      min-height: 69px;
  }
  #page_sub_menu .subheader-logo {
      display: none;
  }
  .sub-header-section {
      padding-top: 69px;
  }
  .sub-header-outer-wrapper {
      padding: 0 15px;
  }
}

@media(max-width:768px){
  .secondary--menu a {
      font-size: 14px;
  } 
  .secondary--menu .hs-menu-wrapper>ul {
      column-gap: 20px;
      row-gap: 15px;
      justify-content: center;
  }
}