/*--------------------------------------------------------------
# Start ltr style
--------------------------------------------------------------*/

body {
    direction: ltr;
}

.select2-container .select2-selection--single {
    direction: ltr;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
    left: auto;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    left: 0;
    right: auto;
}

.nav_bar .login-dropdown .dropdown-body {
    left: auto;
    right: 0;
}

.steps.form__indicators.d-flex.mb-50 {
    left: auto;
    right: 0;
}

.why-us-section [class*=col-]:nth-child(1) .box .border-img,
.why-us-section [class*=col-]:nth-child(3) .box .border-img {
    left: auto;
    right: 0;
    transform: scaleX(-1);
}

.why-us-section [class*=col-]:nth-child(2) .box .border-img,
.why-us-section [class*=col-]:nth-child(4) .box .border-img {
    right: auto;
    left: 0;
    transform: scaleX(-1);
}

.why-us-section [class*=col-]:nth-child(1) .box .border-img {}

.our-pranches-section .pranches-content {
    direction: rtl;
}

.our-pranches-section .pranches-content .box {
    direction: ltr;
}

.main-color .fa-solid.fa-circle-arrow-left {
    transform: scaleX(-1);
}

/*--------------------------------------------------------------
# End ltr style
--------------------------------------------------------------*/