section.mega-header .header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

section.mega-header {
  background-color: var(--quaternary_color);
  box-shadow: 3px 3px 5px 6px #ccc;
  position:relative;
  z-index:2;
}

section.mega-header .sticky_sec {
  padding: 20px 0;
}

section.mega-header .header-items ul li.hs-menu-item:not(:last-child) {
  margin-right: 8%;
}


section.mega-header .header-items {
  flex-basis: 41%;
}

section.mega-header .header-logo {
  flex-basis: 40%;
}

section.mega-header .header-logo img {
  display: block;
}

section.mega-header .sub-head-text h6 {
  margin-bottom: 10px;
}

section.mega-header .sub-head-text p {
  margin-bottom: 0;
}

section.mega-header .inner-header .inner-header-body .inner-header-icon {
  padding: 15px;
  border-radius: 100%;
  flex-basis: 21%;
}
section.mega-header .inner-header .inner-header-body .inner-header-icon img {
  width: 100%;
  display: block;
}
section.mega-header .inner-header {
  background: rgba(249,249,249,1.0);
  left: 0;
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 2;
  padding: 0;
  height: 0;
  overflow: hidden;
  transition: .35s all linear;
}
section.mega-header .inner-header.drop {
  height: auto;
  overflow: unset;
  padding: 20px;
}
.inner-header-main {
  display: flex;
  flex-wrap: wrap;
}

section.mega-header .inner-header-adv:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2px;
  height: 100%;
  background-color: var(--body_color);
  left: -34%;
}
section.mega-header .inner-header-adv {
  flex-basis: 25%;
  margin-left: 10%;
  position: relative;
  z-index: 1;
}
section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children {
  position: unset;
}

section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
  position: unset;
  opacity: 1;
}
section.mega-header .inner-header-adv .header-adv-image img {
  display: block;
  width: 100%;
}

section.mega-header .inner-header-lists {
  flex-basis: 65%;
  display: flex;
  flex-wrap: wrap;
}
section.mega-header .inner-header-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-basis: 48.5%;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 8px;
  transition:.35s all ease-in-out;
  position:relative;
  z-index:1;
}
section.mega-header .inner-header-body:hover {
  background-color: var(--quaternary_color);
  box-shadow: 0 2px 5px 2px #CCC;
}

section.mega-header .inner-header-body a {
  position: absolute !important;
  z-index: 0 !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

section.mega-header .inner-header-text {
  flex-basis: 65.5%;
  margin-left: 13%;
}

section.mega-header .inner-header-body:not(:nth-child(2n+2)) {
  margin-right: 3%;
}

section.mega-header .inner-header-adv .header-adv-button a:hover:before {
  right: -15px;
}
section.mega-header .inner-header-adv .header-adv-button a:before {
  content: "";
  border-right: 2px solid var(--body_color);
  border-top: 2px solid var(--body_color);
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: -1;
  right: -10px;
  top: 25%;
  transform: rotate(45deg);
  transition:.35s all ease-in-out;
}
section.mega-header .inner-header-adv .header-adv-button a {
  position: relative;
  z-index: 1;
}
section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-2 a,section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-3 a {
  position: relative;
  z-index: 1;
}

section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-2 a:after,section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-3 a:after {
  border-right: 2px solid var(--primary_color);
  border-top: 2px solid var(--primary_color);
  content: "";
  height: 8px;
  position: absolute;
  right: -15px;
  top: 4px;
  transform: rotate(135deg);
  transition: all .5s ease-in-out;
  width: 8px;
}

li.hs-menu-item.hs-menu-depth-2 a {
  position: unset;
}

li.hs-menu-item.hs-menu-depth-2 a:after {
  position: unset !important;
  content: "";
  border: none !important;
}

section.mega-header .inner-header-body a:after {
  content: "";
  border: none !important;
}

.header-adv-button:after {
  content: "";
  border: none !important;
}

section.mega-header .inner-header-adv .header-adv-button a:after {
  content: "";
  border: none !important;
}
section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-2.active a:after,section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children.child-3.active a:after {
  transform: rotate(-45deg);
  top: 7px;
}
section.mega-header .header-adv-image {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
section.mega-header .inner-header-text ul {
  display: block;
}

section.mega-header .inner-header-text ul li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  list-style:disc;
}


section.mega-header .inner-header-text ul li:hover:before {
  width: 30%;
}
section.mega-header .inner-header-text ul li:before {
  content: "";
  height: 2px;
  position: absolute;
  transition: all .5s ease-in-out;
  width: 0;
  background-color: var(--body_color);
  bottom: 2px;
}
section.mega-header .sticky_sec {
  padding: 20px 0;
}

section.mega-header .sticky_sec.st_height .header-items ul li.hs-menu-item a {
  color: var(--quaternary_color);
}

section.mega-header .sticky_sec.sticky_sec.st_height {
  background-color: var(--body_color);
  width: 100%;
}
section.mega-header .header-adv-button a {
  color: var(--secondary_color) !important;
}
/* Toggle Button
========================================================================== */
.mobile-trigger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 35px;
  width: 34px;
  height: 24px;
}
.mobile-trigger i {
  display: block;
  position: relative;
}
.mobile-trigger:focus{
  outline: 1px dotted var(--slate);
  outline-offset: 3px;
}
.mobile-trigger i:before,
.mobile-trigger i:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  top: 10px;
  right: 0;
  border-radius: 3px;
  background-color: #081d34;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, height 0.3s ease 0s;
  transition: transform 0.3s ease 0s, height 0.3s ease 0s;
  transition: transform 0.3s ease 0s, height 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.mobile-trigger i:before{
  -webkit-transform: translateY(-4.5px);
  -ms-transform: translateY(-4.5px);
  transform: translateY(-4.5px);
}
.mobile-trigger i:after {
  -webkit-transform: translateY(4.5px);
  -ms-transform: translateY(4.5px);
  transform: translateY(4.5px);
}
/* Toggle Button Icon Open
========================================================================== */
.mobile-open .mobile-trigger,
.mobile-trigger {
  z-index: 10;
}
.mobile-trigger i {
  -webkit-transition: all .5s ease-in;
  -o-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.mobile-open .mobile-trigger i:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-open .mobile-trigger i:before {   
  -webkit-transform: rotate(45deg);   
  -ms-transform: rotate(45deg);   
  transform: rotate(45deg);
}
.mobile-trigger:focus {
  outline: 1px dotted #081d34;
  outline-offset: 3px;
}
html
{
  overflow-x:hidden;
}
@media(min-width:1025px)
{
  section.mega-header .header-items .mobile-trigger {
    display: none;
  }
}
@media(max-width:1024px)
{
  section.mega-header .header-items .hs-menu-wrapper ul
  {
    display: none;
    max-width: 424px;
    width: 100%;
    background-color: var(--body_color);
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(1000px);
    -ms-transform: translateX(1000px);
    transform: translateX(1000px);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    -o-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    overflow: auto;
    padding: 50px 20px;
    z-index:1;
  }
  section.mega-header .header-items.mobile-open .hs-menu-wrapper ul
  {
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  section.mega-header .inner-header-text ul {
    position: unset !important;
    background-color: #fff !important;
    height: 100% !important;
    padding: 20px 30px !important;
  }
  section.mega-header .mobile-trigger.cross i::before {
    background-color: #fff;
  }

  section.mega-header .mobile-trigger.cross i::after {
    background-color: #fff;
  }
  section.mega-header .hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper
  {
    position: absolute;
  }
  section.mega-header .inner-header.drop {
    padding: 0;
  }
  section.mega-header .inner-header.drop .content-wrapper
  {
    padding: 0;
  }
  .inner-header-main {
    display: block;
  }
  section.mega-header .inner-header-lists {
    display: block;
    padding:10px;
  }
  section.mega-header .inner-header-body:not(:nth-child(2n+2))
  {
    margin-right:0
  }
  section.mega-header .inner-header-body
  {
    padding:0px;
    margin-bottom: 20px;
  }
  section.mega-header .inner-header .inner-header-body .inner-header-icon {
    padding: 13px;
    flex-basis: 15%;
  }
  section.mega-header .inner-header-text {
    flex-basis: 65.5%;
    margin-left: 6%;
  }
  section.mega-header .inner-header-text h6 {
    margin-bottom: 5px;
  }
  section.mega-header .inner-header
  {
    position:unset;
  }
  section.mega-header .inner-header-adv {
    display: none;
  }
  section.mega-header .header-items ul li.hs-menu-item:not(:last-child)
  {
    margin-right:0;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
}
@media(max-width:767px)
{
  .mobile-trigger {
    top: 20px;
    width: 25px;
    height: 25px;
  }
  section.mega-header .header-logo img {
    display: block;
    width: 100% !important;
    max-width: 200px;
  }

}