@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


body {
	direction: rtl;
	font-family: "Cairo", sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
	font-family: "Cairo", sans-serif;
}

.header-main .main-menu ul li a i {
    margin-left: 0;
    margin-right: 5px;
}

.hero-4 .hero-items .hero-content {
	text-align: right;
	direction: rtl;
}

.breadcrumb-wrapper::before{
    background: linear-gradient(266deg, rgba(0, 0, 0, 0) 38.52%, rgba(0, 0, 0, 0.82) 81.13%);
    transform: rotate(-180deg);
}

.tour-details-wrapper .form-clt input{
    text-align:right !important;
}
.header-main .main-menu ul li a {
	font-family: "Cairo", sans-serif;
}

.theme-btn span {
	margin-left: 25px;
	margin-right: 0;
}

.theme-btn {
	padding: 9px 30px 9px 15px;
}

.fa-long-arrow-right:before {
    content: "\f177";
}

.fa-long-arrow-left:before {
    content: "\f178";
}

.hero-3 .destination-box-items .booking-list-area .form-clt .nice-select::after {
	left: 0;
	right: auto;
}

.nice-select {
	text-align: right !important;
}

.hero-3 .destination-box-items .booking-list-area .form-clt .nice-select {
	padding-right: 0;
	padding-left: 20px;
}

.news-card-items .news-content .theme-btn span {
	padding-right: 0;
	margin-right: 0;
}

.news-card-items .news-content .theme-btn {
	padding: 9px 25px 9px 10px;
}

.service-label {
	right: 0;
	left: auto;
	border-radius: 10px 0 0 10px;
}

.back-to-top {
	left: 30px;
	right: auto;
}

.lSSlideOuter {
	direction: ltr;
}

.package-price {
	text-align: right;
}

.package-tab {
    border-radius: 10px 0 10px 10px;
}

.package-nav.nav-tabs button {
    margin-right: 0;
	margin-left: 5px;
}

.tour-details-wrapper .tour-details-sidebar .tour-sidebar-items .theme-btn {
	padding: 6px 30px 6px 6px;
}

.package-rate {
	margin-right: 0;
	margin-left: 10px;
}

.package-duration {
    margin-right: 0;
    margin-left: 40px;
}

.hero-3 .destination-box-items .theme-btn i {
	left: 6px;
	right: auto;
}

.destination-wrapper-4 .destination-image-items-4.active .content {
	right: 40px;
	left: auto;
}

.destination-wrapper-4 .destination-image-items-4 .content {
    left: auto;
	right: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.destination-wrapper-4 .destination-image-items-4 .icon {
	left: 25px;
	right: auto;
}

.destination-wrapper-4 .destination-image-items-4 .icon i {
    transform: rotate(-135deg);
}

 .tour-discover-wrapper .tour-slider {
    margin-left: -50%;
	margin-right: 0;
}

.testimonial-box-items-4 .icon {
	left: 40px;
	right: auto;
}

.accordion-button::after {
	margin-left: 0;
	margin-right: auto;
}



/* Add On Both */

.theme-btn.lang-btn {
	background: transparent;
	color: #151415;
	border: solid thin #ddd;
}

.header-1.header-4 .theme-btn.lang-btn span {
	margin: 0;
	color: #151415;
}

.header-1.header-4 .theme-btn.lang-btn i {
	color: #151415;
}


.localize{
    background-color: #f38904 !important;
    color:white;
    position: relative;
    top:50px;
    padding:10px;
    border-radius: 15px;
    text-align: right;
}

.mean-container .mean-nav ul li a{
    text-align: start;
}

.fast-links-content{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 14px
}


    .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
      font-size: 16px;
      transform: rotate(85deg) !important;
    }
