.search-mainmenu1>div {
    cursor: pointer;
}

.search-mainmenu1>div i {
    font-size: 18px;
}

.search-mainmenu1 {
    position: absolute !important;
    right: 90px !important;
}

.overlay-search{
    position: fixed;
    width: 100%;
    height: 85%;
    top: -100%;
    background-color: #fff;
    z-index: 1000;
    transition: all 0.5s ease;
}

.show{
    top: 0px;
}

.overlay-search .nav-mainsearch .container{
    display: block !important;
}

.overlay-search .container h2, .overlay-search .container h3{
    text-align: center;
    font-family: 'Fellix';
    font-weight: 700 !important;
    color: #727272;
    font-size:18px;
}

h3.close-menu i {margin-right:16px;}

.overlay-search .container h3 span {
    margin: 0px 25px;
    color: #565656;
}

.overlay-search .container h3 span a{
    color: #565656;
    text-decoration: none;
}

.overlay-search .container h3 span a:hover{
    border-bottom: 10px solid #00a881;
}

.close-menu{
    width: fit-content;
    margin: 30px auto 75px;
    cursor: pointer;
    color: #00a881 !important;
}

.tabsDiv::after{
    /* content: ''; */
    width: 100%;
    height: 100%;
    background-color: red;
    position: absolute;
    left: 0px;
    
}

.hide{
    display: none ;
}

@media screen and (min-width: 1024px){
    .tabsDiv{
        position: sticky;
        top: 105px;
        z-index: 100; 
    }
}