[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
      transform: none !important;
}
.header-wrapper .d-flex {
  justify-content: space-between;
  align-items: center;
}
.header-wrapper .logo {
  width: 20%;
}
.header-wrapper .header-right {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-wrapper .hs-menu-item a,
.login-btn{
  color:#3C3C3B;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
.header-wrapper .hs-menu-item a:hover,
.header-wrapper .active-branch.hs-menu-item a{
  color: #006C39;
}
.header-wrapper .hs-menu-item .hs-menu-children-wrapper li a{
  color:#3C3C3B;
}
.header-wrapper .hs-menu-item .hs-menu-children-wrapper li a:hover{
  color:#006C39;
}
/* .header-wrapper .active-branch.hs-menu-item.hs-item-has-children>a:after {
border-bottom: 1.3px solid #006c39;
border-left: 1.3px solid #006c39;
}
*/
.header-wrapper .hs-menu-item:not(:last-child) {
  padding-right: 30px;
}
.header-wrapper .hs-menu-item:last-child {
  padding-right: 20px;
}
.header-wrapper .Button_Green{
  min-width: auto;
  border-radius: 10px;
  border: 0.7px solid #006C39;
  background: linear-gradient(90deg, #004022 0%, #00934E 100%);
  box-shadow: 0px 4px 6px 0px rgba(0, 108, 57, 0.10);
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  display: inline-block;
  padding: 10px 22px;
  margin: 0 20px 0 10px;
  transition: background-color .3s linear, color .3s linear;
  -webkit-transition: background-color .3s linear, color .3s linear;
}
.header-wrapper .Button_Green:hover{
  background: transparent;
  color: #006C39;
  border: 0.7px solid #006C39;
}

.header-wrapper .Button_Transparent{
  min-width: auto;
  border-radius: 10px;
  border: 0.7px solid #006C39;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(0, 108, 57, 0.10);
  color: #006C39;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 22px;
  margin: 0 20px 0 10px;
  transition: background-color .3s linear, color .3s linear;
  -webkit-transition: background-color .3s linear, color .3s linear;
}
.header-wrapper .Button_Text{
  position: relative;
  color: #006C39;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 22px;
  margin: 0 20px 0 10px;
  transition: background-color .3s linear, color .3s linear;
  -webkit-transition: background-color .3s linear, color .3s linear;
}
.header-wrapper .Button_Text::after {
  position: absolute;
  content: '';
  background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix%20Images/Arrow%201.svg) no-repeat;
  width: 20px;
  height: 10px;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
.header-wrapper .login-btn {
  padding: 12px 20px;
  border-radius: 10px;
  transition: background-color .3s linear, color .3s linear;
  -webkit-transition: background-color .3s linear, color .3s linear;
}
.header-wrapper .login-btn:hover {
  color: #fff;
  background: #B9D1C4;
}

.header-wrapper .burger-menu {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header-wrapper .burger-menu.change .burger-icon {
  display: none;
}
.header-wrapper .close-icon{
  display: none;
}
.header-wrapper .burger-menu.change .close-icon {
  display: block;
  width: 20px;
  height: 20px;
}
.header-wrapper ul.hs-menu-children-wrapper li {
  padding: 0 !important;
}
/* .header-wrapper .hs-menu-wrapper .hs-item-has-children>a:hover:after {
border-bottom: 1.3px solid #006c39;
border-left: 1.3px solid #006c39;
} */
.header-wrapper .hs-menu-item.hs-menu-depth-1 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  padding-right: 35px;
}
.header-wrapper .hs-menu-wrapper .hs-item-has-children a{
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header-wrapper .hs-menu-item.hs-menu-depth-1:first-child li.hs-menu-depth-2:last-child{
    margin-top: 10px;
}
.header-wrapper .hs-menu-item.hs-menu-depth-1:first-child li.hs-menu-depth-2:last-child>a{
      position: relative;
    display: inline-block;
    border-bottom: 1.5px solid #b1d3c2;
    padding-right: 20px;
}
.header-wrapper .hs-menu-item.hs-menu-depth-1:first-child li.hs-menu-depth-2:last-child>a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    background: url(https://14508024.fs1.hubspotusercontent-na1.net/hubfs/14508024/Sequrix_Images/arrow-icon.png) no-repeat;
    background-size: 100%;
}

/* .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover {
background: #f1f1f1;
} */
/* .header-wrapper .hs-menu-wrapper .hs-item-has-children > a::after {
position: absolute;
content: '';
width: 6px;
height: 6px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
right: -15px;
top: 8px;
border-top: 5px solid #3C3C3B;
} */
.header-wrapper .hs-menu-wrapper .hs-item-has-children > span {
  width: 6px;
  height: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  right: 20px;
  top: 20px;
  border-top: 5px solid #3C3C3B;
  position: absolute;
  cursor:pointer;
}
.header-wrapper .hs-menu-wrapper .iphone-device.hs-item-has-children > span{
  top:17px;
  }
.header-wrapper .hs-menu-wrapper .hs-item-has-children:hover > span,
.header-wrapper .hs-menu-wrapper .hs-item-has-children.active-branch > span{
  border-top: 5px solid #006C39;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover .hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.show>.hs-menu-children-wrapper {
  top: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 0px 2px 4px 2px rgba(0,108,57,.1);
  padding: 30px 20px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity:1;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  padding: 3px;
  text-align: left;
  margin-bottom: 20px;
}
.header-wrapper ul.hs-menu-children-wrapper li:last-child a{
  margin-bottom: 0;
}
.header-wrapper ul.hs-menu-children-wrapper::before {
  position: absolute;
  content: '';
  border-bottom: 8px solid #f1f1f1;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.header-wrapper ul.hs-menu-children-wrapper::after {
  position: absolute;
  content: '';
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}
.header-wrapper .header-right .mobile-view{
  display: none;
}

/*MOBILE CSS*/
@media(max-width:1024px){
  .header-wrapper .lang-switcher {
    display: none;
  }
  /*   .header-wrapper {
  padding: 10px 10px 0;
} */

  /*   .header-wrapper .content-wrapper {
  height:47px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0,108,57,.1);
  padding: 10px;
  position: relative;
} */
  .header-wrapper .logo {
    width: auto;
  }
  .header-wrapper .logo img {
    width: 167px !important;
    max-width: 167px;
  }
  .header-wrapper .header-right {
    align-items: baseline;
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 4px 0 rgba(0,108,57,.1);
    flex-wrap: wrap;
    height: auto;
    opacity: 0;
    overflow-y: auto;
    padding-bottom: 15px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 0;
    justify-content: center;
    z-index: 9;
    -webkit-transform:
      -moz-transform: translateX(110%);
    -ms-transform:translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition:  all .2s ease-in-out;
    -ms-transition:  all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

  }
  .header-right.change {
    position: fixed;
    background: #f5f7fa;
    transform: translateX(3px);
    width: 100%;
    height: 100%;
    opacity: 1;
    right: 3px;
    padding-bottom: 40px;
    top: 0;
    border-radius: 0;
  }
  .header-wrapper .navbar {
    width: 100%;
    padding-top: 80px;
    text-align:center;
  }
  .header-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
  .header-wrapper li.hs-menu-item.hs-menu-depth-1 {
    padding: 8px 0;
  }
  .header-wrapper .hs-menu-item:not(:last-child) {
    padding-right: 0;
  }
  .header-wrapper .hs-menu-item:last-child {
    padding-right: 0;
  }
  .header-wrapper .hs-menu-item a{text-align: center;}
  .header-wrapper .burger-menu {
    display: block;
    z-index: 9;
  }
  .header-wrapper .header-right.change + .burger-menu {
    position: fixed;
    top: 28px;
    right: 22px;
  }
  .header-wrapper .hs-menu-item a {
    padding: 12px 10px;
    display: inline-block;
    width: auto;
  }
  .header-wrapper .hs-menu-wrapper .hs-item-has-children>a:after {
    right: -5px;
    top: 20px;
  }
  .header-wrapper .login-and-contact {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
  .header-wrapper .contact-btn{
    width: auto;
    margin: 10px 0 0;
  }
  .header-wrapper .login-btn {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
  .header-wrapper .lang-switcher {
    padding-left: 10px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children .hs-menu-children-wrapper {
    box-shadow: none;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0 !important;
    visibility: hidden !important;
  }
  /*   .header-wrapper ul.hs-menu-children-wrapper:before,
  .header-wrapper ul.hs-menu-children-wrapper:after{
  content:none;
} */
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
    border-bottom: none;
    padding: 10px;
    text-align: center;
  }
  /*   .hs-menu-wrapper.flyouts .hs-menu-children-wrapper li:last-child a {
  border-bottom: 1px solid #f1f1f1;
} */
  /*   .hs-menu-wrapper.flyouts .hs-menu-children-wrapper{
  opacity: 0 !important;
  position: absolute !important;
}
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.open-menu .hs-menu-children-wrapper {
  box-shadow: none !important;
  opacity: 1 !important;
  position: relative !important;
  top: 100% !important;
  visibility: visible !important;
  width: 100% !important;
} */
  .header-wrapper .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    padding-right: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children.show>.hs-menu-children-wrapper {
    top: 80%;
    width: 100%;
    background: #fff;
    box-shadow: none;
    padding: 30px 55px 15px 30px;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
  }
  .header-wrapper .hs-menu-wrapper .hs-item-has-children > span {
    right: 0;
    top:7px;
    position: relative;
  }
  .header-wrapper .hs-menu-wrapper .iphone-device.hs-item-has-children > span{
  top:12px;
  }
  
  .header-wrapper .header-right .mobile-view{
    display: block;
  }
  .header-wrapper .header-right .desktop-view{
    display: none;
  }

}
@media(max-width:767px){
  .header-wrapper .header-right {
    right: 3px;
  }
  /*    .header-wrapper .hs-menu-wrapper .hs-item-has-children > span {
  top:6px;
} */
}

@media(min-width:1025px) and (max-width:1250px){
  header.header, header.header.sticky {
    width: 98%;
  }
  .header-wrapper .hs-menu-item:not(:last-child) {
    padding-right: 20px;
  }
  .header-wrapper .hs-menu-item:last-child {
    padding-right: 18px;
  }
  .header-wrapper .hs-menu-item a, .login-btn {
    font-size: 14px;
  }
  .header-wrapper .hs-menu-wrapper .hs-item-has-children > a::after {
    top: 6px;
  }
  .header-wrapper .hs-menu-wrapper .hs-item-has-children > span {
    right: 20px;
    top: 20px;
  }
}
