li {
    list-style-type: none;
}

.dot-open,
.dot-close {
    font-size: 30px;
    cursor: pointer;
    margin-left: 15px;
}

.mobile-menu .mean-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    transition: right 0.3s ease;
    padding: 20px;
    overflow-y: auto;
}

.mobile-menu .mean-nav.active {
    left: 0;
    transition: all 300ms ease-in-out;
}



.menu-overlay.active {
    display: block;
}