html {
    direction: rtl !important;
}

body {
    direction: rtl !important;
}

.text-right {
    text-align: right !important;
}

.uk-text-left {
    text-align: right !important;
}

@media (min-width: 768px) {
    .border-menU-right {
        border-left: unset !important;
        border-right: 1px solid #eceded !important;
    }
}

.form-check .form-check-input {
    float: right !important;
    margin-right: 0 !important;
    margin-left: 0.5em;
}

.dropdown-select {
    text-align: right !important;
}

    .dropdown-select .option {
        text-align: right !important;
    }

.contact-us-banner-padding {
    padding: 68px;
}