body {
	overflow-x: hidden;
}

a[href*=tel] {
	display: inline-block;
	direction: ltr;
}

.owl-carousel {
	direction: ltr;
}

.owl-carousel .owl-nav,
.owl-carousel .owl-dots,
.owl-carousel .owl-item {
	direction: rtl;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
	position: static;
}

.about-one__count {
	background-image: url(../images/about-one-count-bg-1-rtl.png);
}

.feature-one__shape-1 {
	right: auto;
	left: 50%;
	transform: translateX(-50%);
}

.get-flight__form form {
	direction: rtl;
}

.get-flight__form .select-box .nice-select:after {
	right: auto;
}

.nice-select {
	text-align: right !important;
}