.overlay {
    height: 100%;
    width: 0%;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background: #e8e8e8;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 40px;
    background: #ea5e20;
    color: #fff;
    padding: 10px;
}
.mobile-menu-icon {
    /* position: fixed; */
    background: #ea5e20;
    /* right: 20px; */
    /* top: 85px; */
    padding: 10px;
    display: inline-table;
    /* z-index: 9999; */
}

.mobile-menu-icon ul {
    padding: 0;
    margin: 0;
    width: 30px;
}

.mobile-menu-icon ul li {
    display: block;
    float: right;
    width: 100%;
    height: 4px;
    background: #fff;
    margin: 2.5px 0;
    border-radius: 6px;
}

/* .mobile-menu-icon ul li:first-child {
    width: 85%;
}

.mobile-menu-icon ul li:last-child {
    width: 70%;
} */

.overlay-content a {
    margin-bottom: 15px;
}

