.main-menu-nav-primary{
    position: relative;
    background: transparent;
}
.header-body #main-menu:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    z-index: 10;
    top:0;
    box-shadow:2px 2px 6px #999;
}

#header .header-body {
    max-height: 140px !important;
}
.main-menu-1-1.js-main-menu {
    height: max-content;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.menu-item.expanded.dropdown ul.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow:none;

}

@media (min-width: 768px){
.header-body .inner.inside-c-tb {
    width: 100% !important;
    padding: 0;
    margin: 0;
    background-color: #215e3a;
    position: relative;
    z-index: 100;
    max-width: inherit;
}
}