.body-container-wrapper.mega-nav {
    position: relative;
    margin-bottom: 0;
}

.body-container-wrapper.mega-navigation {
    margin-bottom: 0;
}

.mega-menu {
    position: fixed;
    padding: 15px;
    z-index: 10000;
    transition-duration: .3s;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.1);
    max-width: 77em;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    background: #fff;
    top: 105px;
    max-height:485px;
    overflow: auto;

}

.mega-menu {
    display: none !important;
    opacity: 0;
}
.mega-menu h4{
  line-height: 1.5;
  text-decoration: none!important;
}
.mega-menu h4 span{
  text-decoration: none!important;
}


.mega-menu a 
color: #000!important;
text-decoration: none!important;
  
}

[class^=mega-drop]:hover .mega-menu,
.mega-menu.active {
    opacity: 1;
    visibility: visible;
    display: block !important;
    transition-duration: .9s;
    -webkit-animation: fadeIn .3s ease-in-out both;
    animation: fadeIn .3s ease-in-out both
}
.mega-menu .nav-column {
  position: relative;
}

.mega-menu ul {
    width: 100%;
}

.mega-menu ul li {
    display: block;
    text-align: left;
    width: 100%;
}
.mega-menu h1,
.mega-menu h2,
.mega-menu h3,
.mega-menu h4,
.mega-menu h5,
.mega-menu h6 {
    margin: 0.2rem 0 1rem !important;
}
.mega-menu a,
.mega-menu ul li a {
    color: #000 !important;
    padding: 5px 0 !important;
    white-space: normal!important;
    line-height: 1.7!important;
}


.mega-menu ul li:hover {
   border-bottom:1px solid #1ed6b3!important;
}
.mega-menu a:hover,
.mega-menu ul a:hover {
    background: transparent!important;
 
 
  
}
 .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 5px 0 !important;
    white-space: normal!important;


}

@media (max-width: 768px) {
    .mega-custom-menu .hs-menu-wrapper > ul > li > ul:before {
        display: none !important
    }
}

/*mobile  */

@media (max-width: 1024px) {
    .body-container-wrapper.mega-navigation {
        margin-bottom: 16px;
    }

    .hs-menu-flow-horizontal li {
        display: block;
        width: 100%;
    }

    .logo-image {
        padding-top: 10px;
        padding-right: 8px;
        position: absolute;
        right: 0;

    }

    .mobile-trigger {
        /*      padding-top: 10px ; */
        padding-left: 8px;
        height: 45px;
        margin-top: 50px;
    }

    .mega-navigation .logo-image {
        padding-top: 5px;
    }

    [class^=mega-drop]:hover .mega-menu,
    [class^=mega-drop]:hover .mega-menu {
        opacity: 0;
        visibility: hidden;
        display: none !important;
    }

    .mega-custom-menu .hs-menu-wrapper > ul ul {
        padding: 0 !important
    }
  .new-page .child-trigger{
    display: none!important
  }
    .child-trigger {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 55px !important;
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border: 0;
        border-left: 1px solid rgba(0, 0, 0, .10);
        background: transparent
    }

    .hhs-header-trans .child-trigger {
        border-left: 1px solid rgba(255, 255, 255, .10)
    }

    .child-trigger:hover {
        text-decoration: none
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        margin: 0 auto !important
    }

    .child-trigger i:after {
        position: absolute;
        content: ''
    }

    .child-trigger i,
    .child-trigger i:after {
        width: 13px;
        height: 1px;
        background-color: #ccc;
        display: block
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .mega-custom-menu ul.hs-menu-children-wrapper {
        visibility: hidden !important; /* OP*/
        opacity: 1 !important;
        position: static !important;
        display: none
    }

    .mega-custom-menu.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        left: 0;
        padding: 0;
        top: 0;
    }

    .mega-custom-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        width: 100%;
    }

    .mega-custom-menu .hs-menu-wrapper > ul > li {
        position: relative
    }

    .mega-custom-menu .hs-menu-wrapper > ul > li a {
        font-size: 18px;
        overflow: visible
    }

    .mega-custom-menu .hs-menu-wrapper > ul {
        margin-top: 10px !important;
    }

    .mega-custom-menu .hs-menu-wrapper > ul,
    .mega-custom-menu .hs-menu-wrapper > ul li.active a:hover {
        background-color: #2841f9 !important;
    }

    .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover,
    .mega-custom-menu .hs-menu-wrapper > ul li.active a:hover,
    .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
        /*         color:  #444444 !important; */
    }

    .mega-custom-menu .hs-menu-wrapper > ul li {
        text-align: left !important;
        border-top: 1px solid rgba(0, 0, 0, .1) !important;

    }

/*     .mega-custom-menu .hs-menu-wrapper > ul ul li {
        padding-left: 20px;
    } */

    .mega-custom-menu.js-enabled {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    }

    .mega-custom-menu .hs-menu-wrapper,
    .mega-custom-menu.js-enabled .hs-menu-wrapper,
    .mega-custom-menu.js-enabled .hs-menu-children-wrapper {
        display: none;
    }

    .mega-custom-menu.js-enabled .mobile-trigger {
        display: inline-block;
    }

}

@media (max-width: 768px) {
    .mega-navigation .row-fluid [class*="span"] {
        position: absolute !important;
        width: 100% !important;

    }

    .mobile-trigger {
        height: 25px;
        margin-top: 70px;
    }
}