#header.header-scrolled {
  top: 0;
  position: fixed;
  width: 100%;
}
#header {
    background: #fff;
    z-index: 997;
    padding: 6px 0 6px 0px;
    transition: none;
}
.topbar-grid {
    background: #039151;
    padding: 5px 10px;
}
.topbar-grid ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.topbar-grid ul li {
    display: inline-grid;
}
.topbar-grid ul li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: "OpenSans-Regular";
    text-transform: uppercase;
    font-weight: 600;
}

.topbar-grid ul>li:not(:last-child) a:after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
}

@media(min-width:991px){
    .navbar li{
        position: static;
    }
}


@media (max-width: 992px){
#header {
  background: transparent;
  z-index: 997;
  box-shadow: none;
  position: relative;
  top: 0px;
  width: 100%;
}
  #header.header-scrolled{
    background: #fff;
    z-index: 997;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}
}

@media(max-width:767px){
    .navbar-mobile .dropdown ul{
        background: transparent;
        box-shadow: none;
        margin:0px;
        padding: 5px 0px;
    }
    #header .logo img {
        max-height: 44px;
    }
    #header {
        padding: 10px 0 10px 0px;
    }
}
