﻿body {
    text-align: right;
    direction:rtl;
}

.img_flipAr {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.closePopup.Ar {
    left: 0px;
    right: unset !important;
}

.chaTagBottom.Ar {
    left: unset;
    margin-right: 10px;
}

.chaTagTop.Ar {
    right: unset;
    left: 7px;
}

.has-float-label.Ar label {
    right: 10px;
    left: auto;
}

.qty_minus.Ar:before, .qty_plus.Ar:before {
    left: 6.5px;
    right: unset;
}

.Loc-text {
    text-align: right;
}

.owl-carousel {
    direction: ltr !important;
}



/*New Explore CSS*/

.imgFlipAr {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.br_8 {
    border-radius: 8px !important;
}

.br_10 {
    border-radius: 10px !important;
}

.fs_60 {
    font-size: 60px;
}

.Edest_cimg {
    height: 100vh !important;
    object-fit: cover;
    border-radius: 0px;
}

.Edestp_cimg {
    height: 650px !important;
    width: inherit;
    object-fit: cover;
}

.center_topalign {
    left: 50%;
    top: 30%;
    transform: translate(-50%, -30%);
}

.color_white {
    color: #fff;
}

.mx-lg-auto {
    margin-left: auto;
    margin-right: auto;
}

.mx-lg-0 {
    margin-left: 0;
    margin-right: 0;
}

.bg_black {
    background: #000;
}

.rounded-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.stroke_white {
    stroke: #fff;
}

.stroke_Wid1px {
    stroke-width: 1px;
}

li.dest_li:hover,
li.ttd_li:hover {
    background-color: lightgray;
}

.bg_tint:after {
    opacity: 0.8;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%, #000);
    width: 100%;
    border-radius: 10px;
}

.popcarousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.popcarousel .owl-prev, .popcarousel .owl-next {
    position: relative !important;
    background-color: transparent !important;
    padding: 20px !important;
    background-image: url(https://images.rehlat.com/Content/images/Explore/Chevron-arrow.svg) !important;
    background-repeat: no-repeat !important;
    border: 1px solid #fff;
    filter: brightness(0) invert(1);
    background-size: 30px 10px !important;
    background-position: center !important;
}

.popcarousel .owl-prev {
    transform: rotate(180deg) !important;
    left: -10px !important;
}

.popcarousel .owl-next {
    transform: rotate(0deg) !important;
}

.b-0 {
    bottom: 0
}
.btm_lefttxt {
    bottom: 16px;
    right: 33px;
    z-index: 9;
}

.collapseWithArrow [data-toggle="collapse"]::after {
    content: "";
    background: url("https://images.rehlat.com/Content/images/NewHomeImages/down-arrow.svg");
    width: 11px;
    height: 6px;
    background-size: 100%;
    margin-left: 10px;
}

.collapseWithArrow [aria-expanded="true"][data-toggle="collapse"]::after {
    transform: rotate(180deg);
}

.color_default {
    color: #222222;
}

.r_footerNavTabs .active {
    color: #ff234f;
    font-weight: 600;
    border-bottom: 4px solid #ff234f !important;
}


#dropdown_list {
    max-height: 350px;
    overflow: auto;
}


.dest_carouselar .carousel-control-next .carousel-control-next-icon,
.dest_carouselar .carousel-control-prev .carousel-control-prev-icon {
    background-color: #fff;
    padding: 20px;
    border-radius: 50px;
}

.dest_carouselar .carousel-control-next,
.dest_carouselar .carousel-control-prev {
    position: absolute;
    top: 70%;
    bottom: 0px;
    opacity: unset;
    width: auto;
}

    .dest_carouselar .carousel-control-next .carousel-control-next-icon {
        background-image: url(https://images.rehlat.com/Content/images/Explore/Chevron-arrow.svg);
        background-repeat: no-repeat;
        background-size: 30px 10px;
    }

    .dest_carouselar .carousel-control-prev .carousel-control-prev-icon {
        background-image: url(https://images.rehlat.com/Content/images/Explore/Chevron-arrow.svg);
        background-repeat: no-repeat;
        background-size: 30px 10px;
        transform: rotate(180deg);
    }

.dest_carouselar .carousel-control-next {
    left: 18%;
    right: unset;
}

.dest_carouselar .carousel-control-prev {
    left: 22%;
    right: unset;
}

.dest_carouselar .carousel-control-next .carousel-control-next-icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.dest_carouselar .carousel-control-prev .carousel-control-prev-icon {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.dest_carouselar .carousel-indicators {
    display: none;
}

.banner_caption {
    top: unset;
    padding-left: 4%;
    bottom: 20px;
    transform: translate(0%, -50%);
}

.Edest_caption h1 {
    font-size: 60px;
}

#Exdettabs {
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);*/
    display: flex;
    width: 100%;
    justify-content: center;
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 101;
    overflow-x: auto;
    overflow-y: hidden;
}

    #Exdettabs .nav-tabs .nav-item.show .nav-link,
    #Exdettabs .nav-tabs .nav-link.active {
        border-bottom: 3px solid #ff234f !important;
        font-weight: bold !important;
        opacity: 1;
    }

    #Exdettabs .nav-tabs .nav-link {
        font-size: 14px;
        color: #222222;
        border: none;
        opacity: 0.6;
        padding: 10px 25px;
    }

.exp_titn {
    font-size: 32px;
}

.min_h250 {
    min-height: 250px;
}

.bg_tint_card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08) 60%, #000);
    opacity: 0.6;
    width: 90%;
    border-radius: 10px;
}

.bg_tint_cardttd:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%, #000);
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.rounded-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.bg_tint_cardttd:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%, #000);
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.fs_14 {
    font-size: 14px;
}


.r_cus_dropdown {
    position: absolute;
    min-width: 275px;
    top: 50px;
    left: 0;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 99;
}

/*.r_checkbox {
    position: relative;
}
    .r_checkbox > input [type=checkbox] {
        display: none;
    }
        .r_checkbox > input [type=checkbox] + label::before {
            content: "";
            visibility: visible;
            position: absolute;
            display: inline-block;
            width: 17px;
            height: 17px;
            right: 0;
            border-radius: 4px;
            border: 1px solid #a1a9c3;
        }

.r_checkbox > input[type=checkbox]:checked + label::before {
    content: '\2713';
    color: #fff;
    font-weight: bold;
    visibility: visible;
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    background-color: #ff234f;
    text-align: center;
    border: none;
    line-height: 20px;
}

    .r_checkbox > .checkboxAtEnd input[type=checkbox] + label::before {
        right: 10px;
    }*/


a.destination-hyperlink:hover {
    color: black;
    text-decoration: none;
}

.destination-hyperlink {
    text-decoration: none;
    color: black;
}

.button-active {
    background-color: #ff234f;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px !important;
}

.filter-sticky {
    position: sticky;
    top: 10%;
    overflow: auto;
    height: 60vh;
}

.fs_16 {
    font-size: 16px;
}

.fs_18 {
    font-size: 18px;
}

.fs_20 {
    font-size: 20px;
}

.bg_tint_cardttd:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100%, #000);
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.flexItems4 {
    flex: 0 0 24%;
}

@media screen and (max-width: 768px) {

    .p-xs-0{
        padding: 0
    }
    .dest_carouselar .carousel-control-next {
        left: 8%;
    }
    .br_left_xs_0 {
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

    .br_right_xs_0 {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .fs_xs_24 {
        font-size: 24px;
    }

    .w_xs_100 {
        width: 100% !important;
    }

    .Edest_cimg {
        height: 100vh !important;
        border-radius: 0px;
    }

    .Edestp_cimg {
        height: 480px !important;
        border-radius: 0px;
    }

    .banner_caption {
        transform: translate(0%, -195%);
    }

    .Edest_caption h1 {
        font-size: 30px;
    }

    #Exdettabs {
        position: sticky;
        top: 0px;
        background: #fff;
        z-index: 101;
        justify-content: left;
    }

    .exp_titn {
        font-size: 18px;
    }

    .bg_tint_card::after {
        left: 0px;
        width: 100%;
    }
}
