﻿.price_clr {
    text-decoration: line-through;
}

.chat_exc_icon {
    position: absolute;
    width: 20px;
    height: 26px;
    background-position: -417px -213px;
    top: 10px;
    left: 10px;
}

.contant_block ul {
    list-style: disc;
    /*line-height: 25px;*/
    margin-left: 20px;
}
/*
.image_s_block {
    object-fit: cover;
    object-position: center;
    height: 100vh !important;
    min-height: 300px;
    max-height: 300px;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}*/
.image_s_block {
    object-position: center;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
}

.banner_title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    color: var(--all-text-sub);
    margin-bottom: 30px;
    text-align: center;
}

.angle-left {
    width: 28px;
    height: 28px;
    display: block;
    background-position: -58px -216px;
}

.angle-right {
    width: 28px;
    height: 28px;
    display: block;
    background-position: -106px -218px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    margin-left: -12px;
    width: 38px;
    height: 38px;
}

.owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 40%;
}

    .owl-nav .owl-next {
        margin-right: -24px;
    }

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.home_page_text {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 105px;
    transform: translate(-50%, -50%);
    width: calc(100% - 0px);
}

.search-heading {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

    .search-heading p {
        color: var(--color);
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .search-heading h1 {
        margin: 0 auto;
        color: var(--color);
        text-align: center;
        text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
        font-size: 45px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

.banner_block {
    padding: 50px 0 0px 0;
}

.banner_title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
    color: var(--all-text-main);
    margin-bottom: 20px;
    margin-top: 0px;
}

.banner_title .text-center {
    text-align: center;
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-left:before {
    content: "\f104";
}


.carousel-control {
    opacity: 1;
}

.down_location {
    background-position: -218px -22px;
}

.drop_icon {
    width: 16px;
    height: 18px;
    pointer-events: none;
    position: absolute;
    top: 16px;
    left: 10px;
    z-index: 1;
}

.erow_location {
    background-position: -50px -167px;
    position: absolute;
    right: 10px;
    left: auto;
    width: 12px;
    height: 12px;
    top: 23px;
}

.direct_drop_icon {
    width: 23px;
    height: 20px;
    float: left;
    margin-right: 5px;
    display: none;
}

span.count_location {
    float: right;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 10px;
    background-color: #eff1f7;
    color: #000;
    text-align: center;
    font-weight: 500;
    min-width: 100px;
}

a.list-group-item {
    border: none;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    background: var(--other-bg);
    -webkit-box-shadow: 0 6px 7px 0 rgba(53, 64, 90, 0.05);
    box-shadow: 0 6px 7px 0 rgba(53, 64, 90, 0.05);
    padding: 0px 10px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 0 !important;
}
/*search end*/



/**popolar destinatin start***/
.popular_des_div {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.15);
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.populr_des_img {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

    .populr_des_img img {
        height: 284px;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
        transition: all 0.4s ease-out 0s;
    }

    .populr_des_img:hover img {
        filter: brightness(0.5);
        transform: scale(1.05);
        border-radius: 12px 12px 0 0;
    }

.total_activities {
    border-radius: 25px;
    border: 1px solid #FFF;
    background: rgba(217, 217, 217, 0.10);
    position: absolute;
    top: 30px;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7px 15px;
    left: 30px;
}

.popular_des_content > div {
    color: var(--all-text-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    min-height: 75px;
}

span.total_product_name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desti_erows {
    min-width: 23px;
    height: 20px;
    background-position: -75px -159px;
}

/**Best Series in Dubai css and Tour Sneak Peek css start**/

.series_div {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.15);
    padding: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.series_div_img {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 12px;
}

    .series_div_img:hover img {
        filter: brightness(0.5);
        transform: scale(1.05);
        border-radius: 12px 12px 0 0;
    }

    .series_div_img img {
        width: 100%;
        height: 185px;
        object-fit: cover;
        border-radius: 12px;
        transition: all 0.4s ease-out 0s;
    }

.mapadd_icon {
    width: 20px;
    height: 20px;
    background-position: -217px -20px;
    display: inline-block;
    position: relative;
    top: 4px;
}

.series_div .stardiv {
    min-height: 85px;
}

.series_city_div.stardiv.static_tourfix_block {
    min-height: 120px;
}

.series_city_div {
    color: var(--all-text-third);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-bottom: 0;
    padding-bottom: 0;
}

    .series_city_div > div {
        color: var(--all-text-main);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 166.667% */
        letter-spacing: 0.15px;
        margin-top: 10px;
    }

.series_price_div {
    color: var(--all-text-third);
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 10px;
}

.series_main_price span {
    color: var(--all-text-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.series_price_div del {
    color: #4E4E4E;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: strikethrough;
}

.fav_icon {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
    background-position: -348px -215px;
    background-color: rgba(80, 80, 80, 0.50);
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
}

    .fav_icon.active {
        background-position: -383px -215px;
    }

.review_block {
    position: absolute;
    top: 10px;
    background: var(--bg1-dark-h);
    color: var(--color);
    left: 40px;
    padding: 0px 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.stardiv i {
    font-size: 13px;
    color: #F7C815;
    margin-right: 5px;
}

.review_block i {
    font-size: 12px;
    color: #F7C815;
    letter-spacing: 2px;
}

.fa-star:before {
    content: "\f005";
}
/**Explore Travel Categories css start**/

.categories_block {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 0px 12px 0px rgba(103, 103, 103, 0.15);
    padding: 30px;
    margin-bottom: 5px;
}

.explore_image img {
    height: 70px;
    max-width: 70px;
}

.explore_image {
    position: relative;
}

.cate_total_tours {
    border: 0;
    position: absolute;
    top: 15px;
    padding: 0px 15px;
    right: 15px;
    border-radius: 5px;
    background: #F2D14D;
    color: #1B427B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.14px;
}

.explore_content h2 {
    color: #232323;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 0.22px;
}

.explore_content span {
    color: #64666C;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.15px;
}
/***blog css start*/
.blog_div {
    border-radius: 12px;
    border: 1px solid #CACACA;
    background: #FFF;
    overflow: hidden;
    position: relative;
}

.blog_image {
    position: relative;
    overflow: hidden;
}

    .blog_image:hover img {
        filter: brightness(0.5);
        transform: scale(1.05);
        border-radius: 12px 12px 0 0;
    }

    .blog_image img {
        height: 236px;
        object-fit: cover;
        border-radius: 12px 12px 0 0;
        transition: all 0.4s ease-out 0s;
    }


.blog_content_div {
    color: #232323;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
}

.trends_wid {
    border-radius: 22px;
    background: #FFF;
    position: absolute;
    top: 18px;
    right: 18px;
    color: var(--all-text-main);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.13px;
    text-transform: uppercase;
    padding: 5px 15px;
}

.blog_date_icon {
    width: 20px;
    height: 17px;
    background-position: -301px -23px;
}

.blog_date {
    color: #2E2E2E;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-top: 1px solid #DADADA;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
/*droup search*/
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #fff;
    padding: 0px !important;
    border-radius: 5px;
    background-clip: padding-box;
    position: absolute !important;
    width: 100%;
    -webkit-box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    box-shadow: 0 10px 20px 0 rgba(53,64,90,.2);
    max-height: 350px;
    overflow-y: auto;
    margin-top: 0px;
}

.imagesearch a:hover {
    background-color: #f2f8ff;
}

.imagesearch a {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    color: #4a4a4a;
    padding: 0px 1px 0px 10px;
    margin-bottom: 5px;
}

.direct_drop_icon {
    width: 23px;
    height: 20px;
    float: left;
    margin-right: 5px;
    display: none;
}



span.count_location {
    float: right;
    padding: 0px 5px;
    border-radius: 2px;
    font-size: 10px;
    background-color: #eff1f7;
    color: #000;
    text-align: center;
    font-weight: 500;
    min-width: 100px;
}

a.list-group-item {
    border: none;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    top: 0;
    background: var(--other-bg);
    -webkit-box-shadow: 0 6px 7px 0 rgba(53, 64, 90, 0.05);
    box-shadow: 0 6px 7px 0 rgba(53, 64, 90, 0.05);
    padding: 0px 10px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    border-radius: 0 !important;
}

.blog_content_div > div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 50px;
}

.explore_content span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.series_city_div > div {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* min-height: 50px; */
}
/**video banner start****/

.video_banner {
    border-radius: 12px;
    border: 1px solid #CACACA;
    background: #FFF;
}

    .video_banner img {
        border-radius: 12px;
        height: 242px;
        object-fit: cover;
    }

.video_content {
    padding: 10px 20px;
}

    .video_content > div {
        color: var(--all-text-main);
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0.17px;
        margin-bottom: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 45px;
    }

.video_icon {
    width: 61px;
    height: 43px;
    position: absolute;
    background-position: -214px -270px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_content a {
    color: #1B427B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.16px;
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.ex_now_icon {
    width: 10px;
    height: 12px;
    background-position: -711px -116px;
}


/*--Ticket New BAnner Start--*/
.series_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    gap: 30px;
}


/*--Ticket New BAnner End--*/
.recomanded_div {
    position: absolute;
    top: 20px;
    left: 18px;
    background: var(--color);
    border-radius: 5px;
    color: #008009;
    font-size: 13px;
    display: flex;
    padding: 0 5px;
    column-gap: 5px;
    align-items: center;
}

.recomanded_icon {
    width: 20px;
    height: 20px;
    background-position: -454px -161px;
}

@media (max-width:767px) {

    .video_content > div {
        font-size: 14px;
    }

    .video_content a {
        font-size: 14px;
    }

    .home_page_text {
        top: 90px;
    }

    .search-heading h1 {
        font-size: 22px;
    }

    .search-heading p {
        font-size: 18px;
    }

    .banner_block {
        padding: 10px 0 0px 0;
    }

    .banner_title {
        font-size: 16px;
    }

    .populr_des_img img {
        height: 130px;
    }

    .popular_des_content > div {
        font-size: 14px;
    }

    .series_city_div > div {
        font-size: 13px;
    }

    .series_div_img img {
        height: 130px;
    }

    .explore_content h2 {
        font-size: 14px;
    }

    .explore_content span {
        font-size: 13px;
        line-height: 20px;
    }

    .blog_image img {
        height: 130px;
    }

    .blog_content_div {
        font-size: 14px;
        padding: 10px;
    }

    .blog_date {
        padding: 10px 10px;
    }

    .categories_block {
        padding: 10px;
    }

    .banner_title {
        margin-bottom: 10px;
    }

    .series_grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
        gap: 10px;
    }
}
