﻿/*.detail_hide, .cart_block, .empty_cart {
    display: none !important;
}*/
.service_count_block {
    background: 0;
    padding: 30px 0;
    margin-bottom: 0;
}

.tour_detail_adress {
    color: #232323;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.tour_down_location {
    width: 20px;
    height: 20px;
    background-position: -375px -21px;
}

.service_tour_block {
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.dialog-login.search_page_serach {
    justify-content: flex-start;
    margin: 10px 0 20px 0;
}


.image_gallery {
    display: flex;
    column-gap: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    width: 100%;
}

.big_image {
    flex: 0 0 53%;
    max-width: 53%;
    position: relative;
}

.small_image {
    flex: 0 0 46%;
    display: flex;
    flex-wrap: wrap;
    max-width: 46%;
    position: relative;
    gap: 10px;
}

    .small_image img {
        height: 220px;
        object-fit: cover;
        width: calc(100% / 2 - 5px);
        border-radius: 5px;
    }


.big_image img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.see_all_image {
    right: 10px;
    position: absolute;
    display: flex;
    line-height: 44px;
    padding: 0 10px;
    align-items: center;
    column-gap: 5px;
    z-index: 1;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.70);
    top: 165px;
}

.photos_icons {
    width: 25px;
    height: 25px;
    background-position: -322px -218px;
}

.detail_content-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.detail_content {
    padding: 20px;
    position: relative;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: #FFF;
}

.tour_name_div {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.star_review {
    display: flex;
    column-gap: 12px;
}

    .star_review .fa-star {
        color: #FDCC05;
    }

.product_title {
    font-size: 22px;
    font-weight: 600;
    color: var(--all-text-main);
    margin: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.product-overview {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.back_block {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 0;
}

    .back_block li {
        display: flex;
        align-items: center;
        column-gap: 5px;
        line-height: 30px;
        width: calc(100%/5 - 20px);
        font-size: 13px;
        font-weight: 500;
    }

.tour_info_icon {
    min-width: 22px;
    height: 23px;
    pointer-events: none;
    position: relative;
    top: 0;
}

.back_b .tour_info_span {
    color: var(--all-text-main);
    display: flex;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    line-height: normal;
}

.tour_availability {
    background-position: -550px -18px;
}

.tour_duration {
    background-position: -591px -19px;
}

.tour_Upcoming {
    background-position: -666px -20px;
}

.tour_Printed {
    background-position: -743px -19px;
}

.tour_Pickup {
    background-position: -629px -21px;
}

.tour_starttime {
    background-position: -139px -176px;
}

.tour_CancellationName {
    background-position: -703px -19px;
}

.tour_language {
    background-position: -20px -68px;
}

.tour_rate_icon {
    background-position: -5px -243px;
}

.tour_over_icon {
    background-position: -55px -243px;
}

.tour_inclu_icon {
    background-position: -110px -243px;
}

.tour_time_icon {
    background-position: -164px -243px;
}

.tour_im_info_icon {
    background-position: -215px -243px;
}

.tour_policy_icon {
    background-position: -266px -243px;
}



ul.tourmenu1 {
    display: flex;
    align-items: center;
    column-gap: 50px;
    margin-bottom: 0;
    background: #fff;
    padding: 0 25px;
    overflow: auto;
    border: 1px solid var(--border-color);
    border-radius: 10px;
}

    ul.tourmenu1 li a {
        line-height: 50px;
        white-space: nowrap;
        padding-bottom: 5px;
        color: #232323;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }

    ul.tourmenu1 li.active a {
        border-bottom: 3px solid var(--color);
    }

.product-overview li, .product-overview span, .product-overview div, .product-overview p {
    font-family: "Open Sans", sans-serif !important;
    font-size: 14px !important;
    text-align: left;
    margin-left: 0px !important;
}

.list_back_d {
    display: none;
}

/*tour option detail*/
.tour_data {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: 1px solid var(--border-color);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: var(--color);
}

.center_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
    flex: 1;
    width: 100%;
}

    .center_info .collapse {
        width: 100%;
    }

.cd-btn1 {
    color: #EB2127;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    display: inline-block;
}

label.room_text {
    display: flex;
    align-items: flex-start;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.adult_po {
    position: relative;
    min-width: 68px;
}

.tour_date_o {
    display: flex;
    column-gap: 20px;
}

    .tour_date_o label {
        font-weight: 700;
        font-size: 12px;
    }

.select_box select, .select_box input {
    line-height: 40px;
    padding: 0 25px 0 10px;
    border: 1px solid var(--border-color);
    border-radius: 3px;
    width: 100%;
    color: var(--all-text-main);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}

.select_box {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
}

.select_arrow {
    position: absolute;
    right: 5px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background-position: -481px -22px;
    pointer-events: none;
}

.cal_arrow {
    position: absolute;
    right: 5px;
    bottom: 10px;
    width: 18px;
    height: 21px;
    background-position: -410px -20px;
    pointer-events: none;
}

.tour_person {
    display: flex;
    column-gap: 30px;
}

.tab-d {
    margin-top: 10px;
}

.counter_wrapper label {
    float: left;
    width: 100%;
}

.total_price {
    color: var(--all-text-main);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.rate_breakdown {
    color: #F32012;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.boon_touroption {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.book_button {
    border-radius: 5px;
    background: var(--btn-bg);
    line-height: 35px;
    padding: 0 33px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    color: var(--color);
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: inline-block;
}

.rate_bre {
    line-height: 40px;
    font-size: 20px;
    background: var(--other-bg);
    width: 100%;
    display: flex;
    justify-content: center;
    color: var(--color);
    column-gap: 5px;
}

del.stric_price {
    text-align: right;
    display: block;
    font-size: 14px;
    color: red;
}

.mybuletsincl ul li::marker {
    font-size: 24px;
    color: var(--btn-bg);
}

.product-overview ul {
    padding-left: 22px;
    list-style-type: disc;
}

.product-overview ol {
    list-style-type: auto;
}

.hotel_Adderss {
    color: #fff;
    display: flex;
    gap: 5px;
}

.Adderss_icon {
    height: 20px;
    width: 17px;
    background-position: -68px -3px;
    filter: brightness(0) invert(1);
    min-width: 20px;
}

.detail_price {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
}

.from_text {
    margin-right: 5px;
    color: #50555C;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.main_price {
    color: var(--all-text-main);
    display: flex;
    align-items: end;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 128% */
    margin-bottom: 10px;
}

.detail_div_block {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tour_price_div {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.modify_button {
    padding: 0px 18px;
    font-size: 16px;
    font-weight: 600;
    margin-left: auto;
    border-radius: 8px;
    line-height: 38px;
}

.book_btn {
    background: var(--bg1-dark-h);
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 4px;
    color: var(--color);
    font-size: 20px;
    cursor: pointer;
}

.tour_name_time input {
    top: 13px;
}

.combo_tour_tab, .combo_tour_tab .detail_content-wrap {
    margin-top: 20px;
}

.removesliderdesk ul li a {
    height: 40px;
    display: block;
    background: var(--border-color);
    color: var(--all-text-main);
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 4px;
}

.removesliderdesk ul li.active a {
    background: var(--bg1-dark-h);
    color: var(--color);
}

.removesliderdesk ul {
    display: flex;
    gap: 15px;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
}

.combo_name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.mrtop {
    margin-top: 20px;
}

.text-main {
    display: flex;
    column-gap: 25px;
    align-items: center;
}

.detail_content.detail_main {
    margin-bottom: 20px;
}

a.more_btn {
    color: var(--btn-bg);
    font-weight: 600;
}

.select_box label {
    font-size: 12px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 700;
}

.select_box label {
    display: none;
}

.rate_room_div .table > thead > tr > td, .rate_room_div .table > tbody > tr > td {
    padding: 5px 15px;
}
.more_info_btn {
    color: var(--bg1-dark-h);
    font-weight: 600;
    margin-right: 10px;
}

.tour_option {
    width: 300px;
}

.titele_f {
    font-size: 17px;
    background: var(--btn-bg);
    color: #fff;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 5px;
}

.dec_p h3 {
    font-size: 16px;
}

.code_dispay {
    display: flex;
    column-gap: 20px;
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    align-items: center;
}
/***review css start*/
.tour-fixed-w100, .wd100 {
    width: 100%;
}

.tour-fixed-w80, .wd80 {
    width: 80%
}

.tour-fixed-w60, .wd60 {
    width: 60%
}

.tour-fixed-w40, .wd40 {
    width: 40%
}

.tour-fixed-w20, .wd20 {
    width: 20%
}

.progress .very-good-progress {
    background: #fdcc05;
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress .average-progress {
    background: #ffcb2a
}

.progress-bar-info {
    background-color: #5bc0de
}

.five-stars-container::before {
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    content: "\f005\f005\f005\f005\f005";
    z-index: 0;
    font-family: fontawesome;
}

.tour-review .detailed-rating li .tour-star-rating {
    float: none;
    margin-left: 30px;
}

.five-stars-container .five-stars::before {
    color: #f2d329;
    content: "\f005\f005\f005\f005\f005";
    display: block;
    overflow: hidden;
    position: relative;
    padding-left: 1px;
    font-family: FontAwesome;
}

.five-stars-container {
    text-align: left;
    cursor: default;
    white-space: nowrap;
    line-height: 1.2em;
    color: #dbdbdb;
    font-size: 14px;
}

.five-stars-container {
    display: inline-block;
    position: relative;
}

.detailed-rating ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

    .detailed-rating ul li {
        width: calc(100%/1 - 0px);
    }


.each-rating {
    display: flex;
    align-items: center;
    column-gap: 23px;
}

    .each-rating label {
        margin-bottom: 0;
    }

.detailed-rating .progress {
    margin-top: 0;
}

.rating .score {
    color: #42474E;
    font-family: "Open Sans";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.progress-bar-success {
    background-color: #FDCC05;
}

.main_img_review {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.product_detail_review {
    row-gap: 9px;
    display: flex;
    overflow: hidden;
    flex: 0 0 77%;
    max-width: 77%;
    align-items: flex-start;
}

.guest-review {
    display: flex;
    padding: 0;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    width: 100%;
}

.product_sub_review {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 0 0 77%;
    max-width: 77%;
    padding: 10px 5px 5px 50px;
    row-gap: 10px;
    position: relative;
}

.price_seaction_review {
    text-align: right;
    flex: 0 0 23%;
    max-width: 23%;
    height: 100%;
    padding: 10px;
}

.image_div_review {
    position: relative;
    flex: 0 0 23%;
    max-width: 23%;
    border-right: 1px solid #E2E2E2;
}

.main_img_review img {
    width: 88px;
    height: 88px;
    object-fit: cover;
    border-radius: 50%;
}


.table-wrapper_main {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}

.reviewTitle {
    color: var(--all-text-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 0;
}

.reviewContent {
    color: #4E4E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.score {
    color: #303030;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.reviewGuestName {
    color: var(--all-text-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 0;
}

.date.reviewVisitMonth {
    color: var(--all-text-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.Favoriteicon {
    width: 24px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-position: -265px -216px;
}
    .Favoriteicon.Favoriteicon_added {
        background-position: -309px -215px;
    }
.rate_room_div table td {
    color: var(--all-text-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.rate_room_div table {
    overflow: hidden;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
}
.dec_p a {
    width: 100%;
    display: flex;
    color: var(--all-text-main);
    font-weight: 600;
    line-height: 30px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

    .dec_p a i {
        font-size: 24px;
    }

.collapsed .fa-angle-up:before {
    content: "\f107";
}
.big_image iframe {
    height: 450px;
}
@media (max-width:1199px) and (min-width:992px) {
    label .room_text {
        font-size: 13px;
    }

    .count_pre {
        width: 23px;
    }

    .rate_room_div .table > thead > tr > td, .rate_room_div .table > tbody > tr > td {
        padding: 10px 5px;
    }

    .detail_content {
        padding: 10px;
    }
}

@media (max-width:991px) {
    .list_back_d {
        display: flex;
        align-items: center;
        background: var(--other-bg);
        line-height: 50px;
        padding: 0 10px;
        column-gap: 10px;
        color: var(--all-text-main);
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .back_errow_d {
        width: 14px;
        height: 16px;
        background-position: -160px -150px;
        display: block;
        z-index: 1;
        border-radius: 50px;
        filter: brightness(0) invert(1);
    }

    .back_block li {
        width: calc(100%/3 - 19px);
    }

    .small_image {
        flex: 0 0 50%;
        max-width: 50%;
        row-gap: 1px;
    }

    .big_image img {
        height: 191px;
        object-fit: cover;
    }

    .small_image img {
        height: 95px;
        object-fit: cover;
    }
}

@media (max-width:767px) {

    .reviewContent {
        font-size: 12px;
    }

    .score, .reviewStarRatingName {
        font-size: 14px;
    }

    .price_seaction_review {
        padding: 0;
    }

        .price_seaction_review .reviewStarRating {
            float: right;
            font-size: 12px;
        }

    .reviewTitle {
        font-size: 13px;
    }

    .product_sub_review {
        padding: 10px 5px 5px 10px;
        gap: 5px;
    }

    .date.reviewVisitMonth {
        font-size: 12px;
    }

    .reviewGuestName {
        font-size: 12px;
        padding: 0 4px;
    }

    .main_img_review img {
        width: 55px;
        height: 55px;
    }

    .detailed-rating ul {
        margin-top: 10px;
    }

    .tour-review .detailed-rating li .tour-star-rating {
        margin-left: 0px;
    }

    .each-rating {
        column-gap: 3px;
    }

    .rating .score {
        font-size: 18px;
        font-weight: 600;
    }

    .xs-p0 {
        padding: 0;
    }
    .sticky_nav {
        top: 50px;
    }
    .big_image iframe {
        height: 191px;
    }
    .tour_price_div {
        
        position: relative;
        bottom: 0;
        right: 0;
        display: flex;
        justify-content: end;
        align-items: center;
        column-gap: 10px;
    }
    .detail_div_block {
       
        flex-direction: column;
    }
    ul.tourmenu1 li a {
        font-size: 13px;
    }
    .detail_content-wrap {
        row-gap: 10px;
    }

    .service_count_block {
        padding: 10px 0;
    }

    .service_tour_block {
        padding-bottom: 5px;
    }

    .image_gallery {
        margin-bottom: 10px;
    }

    .back_block {
        gap: 10px;
    }

    .book_button {
        line-height: 40px;
        padding: 0 15px;
        font-size: 15px;
    }

    .rate_breakdown {
        font-size: 12px;
        margin-bottom: 5px;
        text-align: right;
    }

    .removesliderdesk ul {
        gap: 5px;
    }

        .removesliderdesk ul li a {
            font-size: 12px;
        }

    .total_price {
        font-size: 15px;
    }

    .book_btn {
        height: 35px;
        line-height: 35px;
        padding: 0 18px;
        font-size: 16px;
    }

    .main_price {
        font-size: 14px;
    }

    .combo_name {
        font-size: 16px;
    }

    .product_title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .label.room_text {
        font-size: 16px;
    }

    .back_block li {
        width: calc(100%);
    }

    .detail_content {
        padding: 10px;
    }

    .see_all_image {
        bottom: 10px;
        font-size: 13px;
        line-height: 35px;
        left: 10px;
        right: auto;
    }

    ul.tourmenu1 {
        column-gap: 20px;
        padding: 0px 10px;
    }

    .back_block li {
        width: calc(100%/2 - 5px);
    }

    .tour_data, .tour_date_o {
        flex-direction: column;
        row-gap: 10px;
    }

    .select_box {
        max-width: 100%;
    }

    .tour_person {
        column-gap: 15px;
    }

    .tour_data {
        padding: 0px 10px 10px 10px;
    }

    .boon_touroption {
        justify-content: center;
        position: sticky;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        text-align: center;
        padding: 5px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    }

        .boon_touroption .book_button {
            width: 100%;
        }

    abel.room_text {
        font-size: 16px;
    }

    .price_info {
        min-width: 100%;
    }
}
