
.header-menu-container{
    width: 100%;
    display: flex;

}

.header-menu-container .header-right {
    flex-direction: column;
}


.header-menu-container .header-right,
.header-menu-container .header-left {
    width: 50%;
    display: inline-block;
    padding-left: 3vw;
    padding-right: 3vw;
    float: left;
    box-sizing: border-box;
    margin-bottom: 0px;
    position: relative;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.header-bottom-left,
.header-bottom-right{
    display: flex;
    justify-content: space-between;
    border-bottom:1px solid lightgrey;
    margin-bottom: 0;
    list-style: none;
}

.header-bottom-left li,
.header-bottom-right li {
    display: inline-block;
    flex:1;
    text-align: center;
    position: relative;
    margin-left: 0;
}
.header-bottom-left li:first-child a,
.header-bottom-right li:first-child a{
    margin-left: 0;
}
.header-bottom-left li a,
.header-bottom-right li a {
    display: block;
    text-decoration:none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding:0 0px 25px 0px;
    position: relative;
    margin-block-end: 0px!important;
}
.header-bottom-left li a::after,
.header-bottom-right li a::after {
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 0%;
    padding-top: 24px;
    border-bottom:3px solid #fff;
    transition:.5s;
}

.header-bottom-right li:hover > a::after,
.header-bottom-left li:hover > a::after {
    width: 100%;

}

 .no-slider.header .quicklinks .quicklinks-text,
 .headroom--not-top .quicklinks .quicklinks-text{
     color: #fff!important;
 }

.header-menu-container .dropdown .children{
    display: none;
    height: auto;
    overflow:hidden;
    width:38vw;
    overflow: auto;
    height: auto;
    position: fixed;
    top: 123px;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    transition:0.5s;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: var(--primary);
    flex-wrap: wrap;
    padding: 25px;
    box-sizing: border-box;
}
.header-bottom-left .dropdown:hover .children,
.header-bottom-right .dropdown:hover .children{
    display: flex;

}
.header-bottom-right .dropdown .children{
    right: 5vw;
}
.header-bottom-left .dropdown .children{
    left: 5vw;
}
.header-menu-container .dropdown .children li{
    flex: 0 0 48%;
    display: inline-block;
    position: relative;
    text-align: left;
}
.header-menu-container .dropdown .children li a{
    color: #fff;
    padding:5px;
    display: block;
    text-decoration:none;
    border:1px solid transparent;
    position: relative;

}
.header-bottom-right .children > li:nth-child(odd) > a,
.header-bottom-left .children > li:nth-child(odd) > a {
    margin-left: 0;
}

.header-menu-container .dropdown .children li a:before{
    content: '';
    display: inline-block;
    position: fixed;
    top: 42.5px;
    z-index: -1;
    width: 0;
    height: 285px;
    right: 0;
    transition: 0.5s;
}
.header-menu-container .dropdown .children li a:after{
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0%;
    padding-top: 10px;
    border-bottom:1px solid #fff;
    border-bottom-color: rgb(255, 255, 255);
    transition:.5s;
}
.header-menu-container .dropdown .children li:hover a:after{
    width: 100%;
    border-color:#fff ;
}
.header-menu-container .header-top-left,
.header-menu-container .header-top-right{
    height: 40px;
    margin-bottom: 20px;
}
.header-menu-container .header-top-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.hamburger-button{
    display: none;
}
/*Mobile Menu*/
.hamburger-button .logo{
    top: 0;
}
.hamburger-button .logo img{
    height: 48px;
    width: auto;
}
.hamburger-button .header-search{
    line-height: 50px;
    top: 0;
}
.hamburger-button{
    display: none;
}
.header-menu-container-mobile{
    padding-bottom: 60px;
    overflow-y: scroll;
    height: calc( 100vh - 50px);
    position: fixed;
    width: 100%;
    display: none;
    left: 0;
}
.header-menu-container-mobile.active{
    display: block;
}
.header-menu-container-mobile::-webkit-scrollbar-thumb
{
    background-color: #000;
}
.header-menu-container-mobile::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.header-menu-container-mobile::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.header-menu-container-mobile h3{
    color: #fff;
    font-size: 20px;
    background-color: #000;
    text-transform: uppercase;
    padding: 15px 15px;
}
.header-menu-container-mobile .menu-bottom-right-menu-container>ul>li>a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: grey;
    color: #fff;
    display: block;
    text-decoration: none;
}
.header-menu-container-mobile .menu-bottom-left-menu-container>ul>li>a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: grey;
    color: #fff;
    display: block;
    text-decoration: none;
}
.header-menu-container-mobile .menu_wrapper_inner{
    background-color: initial;
    padding: 0;
}
.header-menu-container-mobile .menu_wrapper_inner::after{
    display: none;
}
.header-menu-container-mobile .menu_wrapper_inner ul li{
    list-style-type: none;
    padding: 10px 25px;
    background-color: lightgrey;
    display: block;
}
.header-menu-container-mobile li{
    position: relative;
}
.header-menu-container-mobile .menu_wrapper_inner ul li a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.header-menu-container-mobile .menu-top-right-menu-container ul li a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    display: block;
}
.header-menu-container-mobile .menu-top-menu-left-container ul li a{
    font-size: 15px;
    padding: 10px 15px;
    background-color: green;
    color: #fff;
    text-decoration: none;
    display: block;
}

.header-circle-menu {
    margin-top: 3px;
    margin-left: 10px;
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav-icon3 {
    width: 16px;
    height: 13px;
    position: relative;
    margin: 16px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: white;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 6px;
}
#nav-icon3 span:nth-child(4) {
    top: 12px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 18px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobile-open-menu .plusminus {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    padding: 0 5px;
    z-index: 1;
    top: 0px;
    line-height: 24px;
    right: 20px;
    cursor: pointer;
}
.mobile-open-menu .dropdown.active .plusminus:before {
    transform: translatey(-50%) rotate(-90deg);
    opacity: 0;
}
.mobile-open-menu .dropdown.active .plusminus:after {
    transform: translatey(-50%) rotate(0);
}
.mobile-open-menu .plusminus:before, .plusminus:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 25%;
    transition:0.35s;
    width: 30%;
    height: 1px;
}
.mobile-open-menu .plusminus:before {
    transform: translatey(-50%);
}
.mobile-open-menu .plusminus:after {
    transform: translatey(-50%) rotate(90deg);
}
.header-menu-container-mobile .menu-item-has-children.active .plusminus{
    display: none;
}
.header-menu-container-mobile .menu-item-has-children>span+.new{
    height: 0;
    overflow: hidden;
    transition: 0.5s;
}
.header-menu-container-mobile .menu-item-has-children.active>span+.new{
    height: auto;
    transition: 0.5s;
}

.header-bottom {
    z-index:1000;
}
.header-middle{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1400px) {
    .header-bottom-left li a, .header-bottom-right li a{
        font-size: 14px;
    }
    .header {
        padding:20px;
    }
    .logo {
        width: 200px;
        background-position:center;
    }
}
@media only screen and (max-width: 1200px) {
    .hamburger-button {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .mobile-menu-header-4{
        width: 100%;
    }
    .hamburger-button .header-search {
        display: block;
        width: 44px;
        height: 44px;
        display: inline-block;
        cursor: pointer;
        font-size: 15px;
    }
    .hamburger-button .header-search svg{
        color: #fff;
    }
    .hamburger-button .logo {
        top: 15px;
        height: 60px;
        max-width: 200px;
        margin: 0 auto;
    }
    body.mobile-open-menu{
        position: fixed;
        width: 100vw;
    }
    .header-menu-container-mobile.active{
        display: block !important;
    }
    .header.active{
        position: fixed;
    }
    .logo{
        height: 60px;
        text-align: center;
    }
    .header-menu-container{
        display: none;
    }
    body.mobile-open-menu {
        position: fixed;
        width: 100vw;
        overflow: hidden;

    }
    body.mobile-open-menu header{
        background: var(--primary);
        width: 100%;
        height: 100%;
        overflow: scroll;
    }
    body.mobile-open-menu header a{
        color: #fff;
        padding:15px 25px;
        display: block;
        margin:0;
    }
    body.mobile-open-menu header a.logo{
        padding: 0

    }
    body.mobile-open-menu header .hamburger-button{
        padding-bottom: 20px;
    }
    .header-menu-container-mobile ul li{
        margin-left: 0;
    }
    .header-menu-container-mobile .dropdown ul.children{
        display: none;
    }
    .header-menu-container-mobile .dropdown.active ul.children {
        background-color: #e7f4f6;

        display: block;

    }
    .header-menu-container-mobile .dropdown ul.children li{
        list-style: none;
    }

    .header-menu-container-mobile ul li a {
        color: #fff;
        padding:15px 25px;
        text-decoration:none;
        width: 80%;
        display: block;
        font-size: 16px;
    }
    .header-menu-container-mobile .dropdown ul.children li a{
        font-size: 14px;
    }
    .header-menu-container-mobile .dropdown.active ul.children a{
        color: var(--primary);
    }
}
@media only screen and (max-width: 800px) {

}