body {
    direction: rtl !important;
    text-align: right !important;
}

.bar-icon span {
    float: right;
}
#mobile_btn {
    right: 0;
}
.dropdown-menu-right {
    left: 0 !important;
    right: auto !important;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .mlangLnk a {
        font-weight: bold;
        font-size: 20px;
    }

    .langLnk a {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1600px) {
    .langLnk a {
        font-weight: bold;
        font-size: 20px;
    }
    .mlangLnk a {
        display:none;
    }
}