body {
    direction: ltr;
}

form {
    direction: ltr;
}

.header-med .head-inner ul li .sub-menu {
    right: auto;
    left: 0;
}

.travelModal .modal-body button.btn-close {
    left: auto;
    right: 0;
}

.form-modal .form-group .form-control {
    direction: ltr;
    text-align: left;
}

.banner-h .s-inner {
    left: auto;
    right: 0;
}

.about-block ul li::before {
    right: auto;
    left: 0;
}

.serv-block .inner-block .details .icon {
    transform: scaleX(-1);
}

.count-block::after {
    left: auto;
    right: 0;
}

.news-block .details .icon {
    transform: scaleX(-1);
}

.callUs-h .title-call .arrow-call {
    transform: scaleX(-1);
}

.s-fixed {
    left: auto;
    right: 0;
}

.ryad-logo {
    float: right;
}

.iti__country {
    text-align: left;
}

.iti__country-list {
    right: 0;
    left: auto;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: auto;
}

.offer-block .details .icon {
    transform: scaleX(-1);
}

.imgs-about .img.img-1 .about-counter span {
    font-size: 10px;
    line-height: 15px;
}

.count-block .counter-item+span {
    min-height: 60px;
}

@media (max-width: 991px) {
    .imgs-about .img.img-1 .about-counter span {
        font-size: 8px !important;
        max-width: 52px !important;
        line-height: 15px !important;
    }
}