.footerOther {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    flex-wrap: nowrap;
}

hr {
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

.pt-30 {
    padding-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.m-36 {
    margin: 36px;
}

.main {
    margin-bottom: 20px;
}

.input-group-btn button {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.push-bottom {
    margin-bottom: 35px;
}

.reviews .media h5 {
    text-align: center;
}

html[lang=ar] .slick-track {
    float: left;
}

html[lang=ar] .leftLst {
    right: auto;
}


@media (max-width: 768px) {
    .footerOther {
        position: inherit;
        bottom: unset;
        width: 100%;
        z-index: 100;
    }
}
