.newheader-section .span2{
  width: 14.529914530000001%;
  float:left;
}/*
.newheader-section .span3{
  width: 20%;float:left;
}
.newheader-section .span9{
  width: 80%;float:left;
}*/
.newheader-section .span10{
/*  width: 82.905982906%;
  float:left;*/
}
.newheader-section .span10{  
/*  width: 90.905982906%;
  float:left;*/
}
.newheader-section .span8 {
  width: 65.81196581200001%;
}
.newheader-section .span1{
  width: 10.982905983%;
}
.newheader-section [class*=span] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.newheader-section {
  transition: background-color 0.4s ease, padding 0.3s ease;
}

.newheader-section .span7{  
  width: 57.264957265%;
  float:left;
}
.menu_wrap{
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
}
.headerlogo{
  text-align: center;
  line-height:48px;
  padding: 0px 0px;
  
  opacity: 0;
  max-width: 300px;
  display: block !important;
  visibility: visible !important;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .sticky .headerlogo {
  opacity: 1;
}

.newheader-section{padding:20px 50px;position: absolute; width: 100%;}
.menu_list .hs-menu-wrapper >ul{
  display: inline-flex;
  list-style: none;
  margin: 0 !important;
  padding: 5px 0px;
}
.menu_list .hs-menu-wrapper >ul >li{
  margin: 0;
  padding: 0px 10px !important;
  line-height: 35px;
  position: relative;
  text-align: center;
}
.menu_list .hs-menu-wrapper ul li:before {display:none;}
.menu_list .hs-menu-wrapper ul >li >.hs-menu-children-wrapper{display:none;}
.menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper{
  background-color: #016D7D;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 318px;
  top: 37px;
  box-shadow: 0px 3px 6px #4f4f4f9e;
  z-index: 999;
}
.menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper li{
  text-align: left;
  padding: 10px 20px;
  margin-bottom: 0px;
  list-style: none;
}
.mobile-dev{
  display:none;
}
/* sticky style */
.sticky {
  background: #015A66;
  position: fixed;
  top: 0;
  height:90px;
  z-index:9999;
  width: 100%;
}
/* sticky style end*/
@media screen and (min-device-width: 1381px) and (max-device-width: 1456px) {
  .menu_list .hs-menu-wrapper >ul >li {
    padding: 0px 15px !important;
  }
  .newheader-section {
    padding: 40px 30px !important;
  }
}
@media screen and (min-device-width: 1300px) and (max-device-width: 1381px) {
  .menu_list .hs-menu-wrapper >ul >li {
    padding: 0px 10px !important;
  }
  .newheader-section {
    padding: 20px 30px !important;
  }
  /*   .menu_list .hs-menu-wrapper>ul>li:last-child{padding: 8px 3px!important;} */
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1310px) {
  .menu_list .hs-menu-wrapper >ul >li {
    padding: 0px 6px !important;
  }
  .menu_list .hs-menu-wrapper>ul>li:last-child a{padding: 10px 5px !important;}
  .newheader-section {
    padding: 40px 20px !important;
  }
  .menu_list .hs-menu-wrapper>ul>li:last-child{
    padding: 8px 3px!important;  
  }
}
@media(max-width:1350px){
  .newheader-section.mobile-fixed{
    position:fixed !important;
    top: 0px;
    background: #016d7d;
    padding: 17px 0px !important;
  }
  .newheader-section .menu_list{
/*    position: fixed !important; 
    top: 70px !important;*/
  }
  .menu_list .hs-menu-wrapper > ul > li:last-child {
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
  }
  

  
  .headerlogo img{width:auto;max-width: 270px;}
  .headerlogo{line-height:33px !important;}
  .sticky{height:75px; !important; }
  .newheader-section.sticky{display: flex; padding: 17px 0px !important;}
  .newheader-section .span9{width: 40%;}
  .menu_list .hs-menu-wrapper>ul>li:last-child a{
    background:none  !important;
    color:unset !important;
    padding:0px !important;
  }
  .menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper{
    top:0px !important;
    box-shadow:unset !important;
  }
  .menu_wrap{
    position: relative;
    text-align: right;
  }
  .no-mobile{
    display:none;
  }
  .menu_list .hs-menu-wrapper>ul {
    display: block;
  }
  .mobile-dev{
    display:block !important;
  }
  .newheader-section .menu_list{
    background: #016D7D;
    width: 100%;
    position: absolute;
    top:56px;
    left: 0px;
    display:none;
  }
  .menu_list .hs-menu-wrapper >ul li a{
    color:#fff !important;
  }
  .menu_list{text-align:left !important;}
  .menu_list .hs-menu-wrapper>ul>li{text-align:center !important;}
  .menu_list .hs-menu-wrapper>ul>li{ padding: 10px 20px !important;}
  .newheader-section .span8 {
    width: 34% !important;
    float: right !important;
    margin: 0px !important;
  }
  .newheader-section {
    padding: 23px 0px !important;
    z-index:9999;
/*    background: #016D7D;*/
  }
  .newheader-section.active-opn{
    background: #016D7D;
  }
  .newheader-section .span3 {
    width: 60% !important;        padding-left: 20px;
  }
  .menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper{
    left: 0 !important;
    position: relative;
    width: 100% !important;
    background: #016D7D;
    margin: 6px 0px 0px;
  }
  .menu_list .hs-menu-wrapper ul li:last-child .hs-menu-children-wrapper{
    background: #fff;
  }
  .menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper li{
    text-align: center !important;
    display: flex;
    justify-content: center;
  }
  .menu_list .hs-menu-wrapper>ul{
    width: 100%;
  }
  .header-nav__trigger {
    background-color: #fff;
    display: block;
    height: 33px;
    margin-right: 20px;
    position: absolute;
    right: 0px;
    padding: 2px 5.5px;
    top: 10%;
    width: 40px;
    z-index: 7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
  }
  .header-nav__trigger:focus {
    outline: none; 
  }
  .headerlogo {
    text-align:left;
    padding-top: 0px;
    padding-bottom: 0px;

  }
  

  
/*   .New.Home.Test .headerlogo{
    display: none;
  } */
  
  .header-nav__trigger span {
    background-color: #003765;
    display: block;
    height: 4px;
    margin-left: 2px;
    margin-top: 12px;
    position: relative;
    width: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
  }
  .header-nav__trigger.is-open {
    top: 0px;
    position: relative;
  }
  .header-nav__trigger span:before, 
  .header-nav__trigger span:after {
    background-color: #003765;
    content: '';
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 26px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
  }
  .header-nav__trigger span:before {
    top: -8px; 
  }
  .header-nav__trigger span:after {
    top: 8px; 
  }
  .header-nav__trigger.is-open {
    background-color: transparent;
    /* 	position: fixed; */ 
    margin-right: 15px;
    display: inline-block;
  }
  .header-nav__trigger.is-open span {
    background-color: transparent; 
  }
  .header-nav__trigger.is-open span:before, 
  .header-nav__trigger.is-open span:after {
    background-color: #fff;
    height: 2px;
    width: 25px;
    top: 0; 
  }
  .header-nav__trigger.is-open span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); 
  }
  .header-nav__trigger.is-open span:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); 
  }
  .menu_list .hs-menu-wrapper>ul>li:last-child{
    background-color: #fff;
/*    background-image: linear-gradient(180deg, #f3a47c 1%, #a96747 99%);*/
    color: #000;}
  .menu_list .hs-menu-wrapper>ul>li:last-child:hover{
   /* background-image: linear-gradient(0deg, #f3a47c 1%, #a96747 99%);
    transition: .3s ease-in-out;*/
  }
  .menu_list .hs-menu-wrapper>ul >li.hs-item-has-children{
    position:relative;
  }
  .menu_list .hs-menu-wrapper>ul >li.hs-item-has-children >a:after {
    background: url(https://explore.synthesisretreat.com/hubfs/Rectangle%206366.svg);
    content: "";
    height: 52px;
    width: 8px;
    display: block;
    position: absolute;
    top: -16px;
    right: -23px;
    transform: rotate(269deg);
    filter: invert(1) brightness(1000%);
  }
  .menu_list .hs-menu-wrapper >ul li a{
    position: relative;
  }
 
  .menu_list .hs-menu-wrapper>ul >li.hs-item-has-children >.hs-menu-children-wrapper{
    display:none !important;
  }
  .menu_list .hs-menu-wrapper>ul >li.hs-item-has-children >.hs-menu-children-wrapper.active-dropdown{
    display:block !important
  }
  .menu_list{
    display: inline-flex;
    overflow: scroll;
    z-index: 9999;
    position: relative;
    height: 100vh;
  }
}

@media (min-width: 1351px) {
  .header-nav__trigger,
  .Home .hide_lg{
/*     display: none !important;  */
  }
  .Home .hide_lg + div{
    width: 100%;
  }
}
.menu_list ul.hs-menu-children-wrapper li:hover{
     background-color: rgba(255, 255, 255, 0.1) !important;
  }
.menu_list ul.hs-menu-children-wrapper{
  background-color: #016D7D;
}
ul.hs-menu-children-wrapper li.hs-menu-item{
  position: relative;
}
/*@media (min-width: 1351px){
  ul.hs-menu-children-wrapper li.hs-menu-item::before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    opacity: 10%;
  }
}*/
@media (max-width: 1350px){
  .menu_list .hs-menu-wrapper li.hs-menu-item:not(.hs-menu-depth-2)::before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    border-bottom: 1px solid #fff;
    opacity: 10%;
  }
  .menu_list .hs-menu-wrapper li.hs-menu-item.active{
     background-color: rgba(255, 255, 255, 0.1);
  }
  .menu_list .hs-menu-wrapper>ul>li:last-child{
      margin-top: 50px;
  }
  .menu_list{
    padding-bottom: 60px;
/*    box-shadow: 0px 4px 50px #114047; */
  }
}



/* For screens 1351px and wider */
@media (min-width: 1351px) {
  .hs-menu-wrapper ul > li.hs-item-has-children {
    position: relative;
  }

  .hs-menu-wrapper ul > li.hs-item-has-children .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    top: 100%; /* Positions the child menu below the parent item */
  }

  .hs-menu-wrapper ul > li.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block; /* Show the child menu when hovering over the parent */
  }
}

.newheader-section .menu_list ul li::before {
  height: 0 !important;          /* or display:none; either works */
}

css .newheader-section .menu_list .hs-menu-wrapper ul li .hs-menu-children-wrapper a{ text-align:center !important; }
