.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #3d464d;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1050;
}

.mobile-bottom-nav a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.mobile-bottom-nav a:hover {
    color: #ffd333;
    font-size: 14px;
    text-decoration: none;
}

.mobile-bottom-nav a i {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    body {
        padding-bottom: 60px;
    }
.dn{
    display: none;
}
}
.active{
    color: #ffd333 !important;
}