.header-wrap.lp-v2 {
  padding: 59px 0 55px;
}

.hs-menu-item a {
    padding: .5rem 0px !important;
}

.header-menu {
  padding: 7px 0 24px;
  position: relative;
  z-index: 100;
}
.header--toggle{
  display:none;
}
.header-menu:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
}

.header-menu .hs-menu-wrapper ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-menu .hs-menu-wrapper >ul>li {
  display: inline-block;
  padding: 0 10px;
}

.header-menu .hs-menu-wrapper ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #ACB6B6;
  font-family: Oxygen;
  text-decoration: none;
  line-height: 40px;
}

.header-wrap.lp-v2 .logoV2 {
  padding-bottom: 25px;
}

.header-menu .hs-menu-wrapper ul>li>a:hover {
  color: #8dc63f;
}
@media(min-width:1151px){
  .header-menu .hs-menu-wrapper ul ul {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    top: 100%;
    text-align: left;
  }

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

  .header-menu .hs-menu-wrapper>ul>li:hover> ul {
    visibility: visible;
    opacity: 1;
  }

  .header-menu .hs-menu-wrapper ul ul li a {
    display: block;
    padding: 10px 15px;
    line-height: normal;
  }
}

    /*Max-Width of image*/
  .header-wrap.lp-v2 .logoCenter img {
    max-width: 390px;
    margin-bottom: 30px;
  }

  .logoPadding {
    display: none;
  }

  .header-wrap.lp-v2 .logoLeft img {
    max-width: 40% !important;
    position: absolute !important;
    top: 20%;
    left: 4%;
  }

  @media(max-width:1150px){
  .logoPadding {
    display: block !important;
  }

   .header--toggle.header__navigation--toggle {
   position: absolute;
   top: 30%;
   right: 5%;
}

   .logoPadding {
     padding-bottom: 20%;
}

@media(max-width:1150px){
  .logoCenter {
    display: none;
  }
  
@media(max-width:1150px){
  .cross {
    display: none;
  }


  
  
  .header-wrap.lp-v2 .page-center {
    max-width: 100% !important;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .header-wrap.lp-v2 {
    padding: 20px 30px !important;
  }

  .header-wrap.lp-v2 .logoV2 {
    flex: 1;
    padding: 0;
    text-align: left;
  }

  .header--toggle.header__navigation--toggle {
    text-align: right;
    width: 50px;
    padding-left: 20px;
  }


  .header--toggle.header__navigation--toggle svg {
    width: 30px;
    height: 30px;
  }

  .header-menu {
    display: none;
  }
  .header--toggle{
    display:block;
  }
  .header-menu:before {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li {
    display: block;
    text-align: left;
  }

  .header-menu {
    padding: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 30px;
    top: 100%;

  }

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

  .header-menu .hs-menu-wrapper ul li {
    padding: 0;
  }

  .header-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 17px 0;
    border-top: 1px solid #f7f7f7;
  }

  .header-menu .hs-menu-wrapper>ul>li:first-child>a {
    border-top: 1px solid transparent;
  }

  .header-wrap.lp-v2 {
    position: relative;
  }

  .header--toggle.header__navigation--toggle {
    cursor: pointer;
  }

  .header--toggle.header__navigation--toggle.active .menu-icon {
    display: none;
  }

  .header--toggle.header__navigation--toggle.active .cross {
    display: block;
  }
  
  .header-menu .hs-menu-wrapper ul ul {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a.active:after {
    float: right !important;
    font-family: FontAwesome;
    content: "-";
    padding-right: 5px;
    font-weight: 100;
  }

  .header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    float: right !important;
    content: "+";
    font-weight: 100;
    font-size: 25px;
  }
  .header-menu .hs-menu-wrapper ul ul li a {
    padding: 10px 0;
    display: block;
  }
}
