
.header-new {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all .1s ease-in-out;
  }
  
  .new-nav {
    padding: 20px 0;
  }
  
  .header-new .main-menu>li {
    position: relative;
    margin: 0 20px;
    line-height: 50px;
  }
  
  .header-new .main-menu li a {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
  }
  
  .header-new .main-menu li a.active,
  .header-new .main-menu li a:hover {
    color: #328cbb;
  }
  
  .header-new .main-menu .client-pot a:hover {
    background-color: #029f4a;
    color: #fff !important;
  }
  
  .header-new .location-drop>a {
    padding: 0 15px 0 6px;
  }
  
  .header-new .main-menu>.client-pot {
    margin: 0;
    margin-left: 5px;
  }
  
  .header-new .client-pot a {
    padding: 0 25px;
    line-height: 48px;
    background-color: #328cbb;
    color: #fff !important;
    border-radius: 25px;
  }
  
.header-new .sub-menu li {
    line-height: 30px;
  }
  
  .header-new .main-menu>.drop-down {
    margin: 0 5px;
  }
  
  .header-new .drop-down>a {
    border-radius: 25px;
    border: solid 1px #328cbb9c;
    line-height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 50px;
  }
  
  .header-new .drop-down a>.fa-chevron-down {
    margin-left: 10px;
    font-size: 14px;
  }
  
  .header-new .drop-down a>.fa-location-dot {
    font-size: 18px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #328cbb;
    color: #fff;
    border-radius: 50%;
  }
  
  .header-new .location-drop>a {
    padding: 0 15px 0 6px;
  }
  
  .hamburger {
    display: none;
  }
  

.hamburger {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: 5px solid transparent;
  float: right;
}

.hamburger span {
  width: 100%;
  height: 2px;
  background: #328cbb;
  display: block;
  position: absolute;
  right: 0;
  transition: all 0.3s;
}

.hamburger span.h-top {
  top: 0;
}

.hamburger span.h-bottom {
  bottom: 0;
  width: 27px;
}

.hamburger span.h-middle {
  top: 50%;
  margin-top: -1px;
  width: 25px;
}

.hamburger.h-active span {
  width: 100%;
}
  
  .header-new li a.active,
  .header-new li a:hover {
    color: #328cbb;
  }
  
  .header-new .client-pot a:hover {
    background-color: #029f4a;
    color: #fff !important;
  }
  
  /* 12.08.24 end */
  
  
  /* dev__99 */
  .header-new .desk_hide {
    display: none;
  }

  .new-logo {
    width: 100px;
}
.main-nav>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-nav>ul>li {
  display: inline-block;
  position: relative;
  margin-left: -4px;
  padding-right: 15px;
}

.main-nav>ul>li+li {
  padding: 0 15px;
}

.main-nav>ul>li>a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 45px;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.main-nav>ul>li:hover>a {
  color: #328cbb;
}

.sub-menu {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  min-width: 200px;
  padding: 20px;
  background: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  filter: drop-shadow(0px 21px 20px rgba(50, 140, 187, 0.13));
  transform: translateY(20px);
  transition: all 0.3s;
}

.sub-menu>li {
  display: block;
  margin: 0 -15px;
}

.sub-menu>li a {
  display: block;
  padding: 10px 15px;
  color: #666;
  line-height: normal;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s;
}

.sub-menu>li a:hover {
  background: #f7f7f7;
  color: #338ebd;
}

.main-nav>ul>li+li .sub-menu {
  left: 25px;
}

.main-nav>ul>li:hover .sub-menu {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.close-ham {
  display: none !important;
  color: #fff;
  font-size: 30px;
  margin-top: 30px;
  float: right;
  z-index: 999;
  position: relative;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  filter: drop-shadow(-12.683px 59.667px 32px rgba(0, 0, 0, 0.09));
}

span.hamburger.h-active span {
  color: #fff;
}
body.h-active {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

body.h-active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #328cbb;
  opacity: 0.5;
  z-index: 99;
}