.explsal{
    list-style: none
}
.expmar{
    margin-right: 10px;
}
.langmob{
    display: none;
}

.fontarabicweeng{
    font-family: 'Tajawal', sans-serif !important;
}

/* Mobile View Language Button change */
@media (max-width: 500px) {
    .langmob{
        text-decoration: none;
        color: #454056;
        font-weight: bold;
        display: block;
        transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    }
    .langmob:hover,
    .langmob:focus{
        color: #0e6eff;
    }    
}


.bottom-nav{
    display: flex;
    flex-direction: row;
    background-color: #fff;
    padding-top: 18px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 2px 2px 8px #00000040;

}
.bottom-nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    cursor: pointer;
    transition: all 0.2s ease-out;
    text-align: center;
}
.bottom-nav-item a{
    text-decoration: none;
    color: #454056;
    font-weight: 600;
}
.bottom-nav-item p{
    font-size: 12px;
}
.bottom-nav-item i{
    font-size: 24px;
}
.bottom-nav-fixed{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@media (max-width: 768px){
    .footer .copyright {
        padding-bottom: 50px !important;
    }
}