﻿.tour_data {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border: 1px solid var(--border-color);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    flex-wrap: wrap;
}

.center_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 10px;
    flex: 1;
}

.room_text {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    margin-bottom: 10px;
}

    .room_text .input_check_box label {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
    }

.tour_date_o {
    display: flex;
    column-gap: 20px;
    align-items: center;
    width: 100%;
}

.transfer_display_flex {
    display: flex;
    column-gap: 10px;
}

.select_box {
    position: relative;
    max-width: 155px;
}

.tour_person {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

span.tooltip_new {
    display: block;
    position: absolute;
    background: #fff;
    min-width: 200px;
    top: 110%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 99;
    border-radius: 3px;
    box-shadow: var(--box-shadow);
    max-width: fit-content;
    font-size: 13px;
    font-weight: 500;
}

.info_icon_policy {
    position: relative;
    min-width: 13px;
    height: 12px;
    background-position: -540px -149px;
    margin-left: 5px;
}

    .info_icon_policy:hover .tooltip_new {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }

.select_box label {
    font-size: 15px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px;
    display: inline-block;
}

.adult_po {
    position: relative;
}

.select_arrow {
    background-position: -627px -296px;
    right: 5px;
    left: auto;
    bottom: 15px;
    width: 15px;
    height: 16px;
    pointer-events: none;
    position: absolute;
    z-index: 0;
}

.cel_icon {
    background-position: -217px -89px;
    right: 5px;
    left: auto;
    bottom: 11px;
    width: 20px;
    height: 20px;
    pointer-events: none;
    position: absolute;
}

.select_box select, .select_box input {
    line-height: 44px;
    padding: 0 18px 0 10px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 3px;
    width: 100%;
    border: 1px solid #ECECEC;
    min-width: 100px;
}

.price_info {
    margin-left: auto;
}

.total_price {
    font-weight: 600;
    font-size: 18px;
    color: var(--all-text-main);
    text-align: right;
}

.rate_bre {
    line-height: 40px;
    font-size: 20px;
    background: var(--active-menu);
    width: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
    column-gap: 5px;
}

.rate_breakdown {
    font-weight: var(--font-600);
    font-size: 14px;
    color: var(--active-menu);
    margin-bottom: 5px;
}

.room_text .cd-btn1 {
    color: var(--btn-bg);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-left: 25px;
    column-gap: 5px;
}

.time_slot {
    width: 15px;
    height: 15px;
    background-position: -397px -185px;
}

.point_gold_silver {
    display: none;
}

.boon_touroption {
    text-align: right;
}

.book_button {
    border-radius: 5px;
    background: var(--btn-bg);
    line-height: 44px;
    padding: 0 15px;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: var(--color);
    position: relative;
    z-index: 0;
    overflow: hidden;
    border: none;
    margin-left: auto;
}

/*time slot css start*/
.timemenuwrrap {
    margin-bottom: 20px;
    min-height: 400px;
}

.tourtitlebg {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0px;
    background: var(--btn-bg);
    color: var(--all-text-main);
    position: relative;
    line-height: 40px;
}

.closediv {
    color: var(--color);
    background: var(--all-text-third);
    font-size: 20px;
    position: relative;
    padding: 0px 18px;
    top: 0;
}

.title_dr {
    padding: 0px 10px;
    color: #fff;
}

.tour-clear {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 15px;
    background: #F3FCFF;
    border-radius: 5px;
    margin-bottom: 1px;
}

.icondiv {
    margin-right: 5px;
}

.fa-list-ul::before {
    content: "\f0ca";
}

.tourdetTabs .tour-clear {
    background: var(--btn-bg);
    color: var(--color);
    border-bottom: none;
    font-weight: 500;
    margin-bottom: 10px;
}

.tourdetTabs {
    margin-top: 10px;
}

.tour-clear .avaicircle {
    padding: 0px 0px 0px 20px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    width: fit-content;
    position: relative;
    margin-left: 20px;
    float: right;
}

.tour-clear .bggreen_p:before, .tour-clear .bgred_p:before, .tour-clear .bgyellow_p:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 15px;
    border-radius: 50%;
    left: 0;
    top: 5px;
    border: 2px solid #fff;
}

.tour-clear .bggreen_p:before {
    background: #68b331;
}

.tour-clear .bgred_p:before {
    background: red;
}

.tour-clear .bgyellow_p:before {
    background: #fed301;
}

.bggreenactive .leftcir {
    background: #90d153;
}

.bgyellowactive .leftcir {
    background-color: #fed301;
}

    .bggreenactive .leftcir:after, .bgyellowactive .leftcir:after {
        content: "\2713";
        font-size: 12px;
        font-weight: 700;
        padding: 1px 3px;
        color: #fff;
        position: absolute;
    }

.bggreenactive, .bgyellowactive {
    color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.bgred {
    background-color: red;
}

.bggreen {
    background-color: #a4d77f;
}

.bgyellowactive {
    background-color: #fed301;
}

.bgredactive {
    background-color: red;
}

.bggreenactive {
    background-color: #a4d77f;
}

    .bggreenactive .leftcir {
        background: #90d153;
    }

.bggreen, .bggreenactive {
    background-color: #68b331;
}

.bggreen, .bggreenactive {
    background-color: #68b331;
    border-radius: 3px;
}

.bgyellow, .bgyellowactive {
    background-color: #fed301;
}

    .bggreenactive .leftcir:after, .bgyellowactive .leftcir:after {
        content: "\2713";
        display: block;
        font-size: 12px;
        font-weight: 700;
        padding: 1px 3px;
        color: #fff
    }

.bggreenactive, .bgyellowactive {
    color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    cursor: pointer
}

.slot-scll {
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
}

.timeslotwrap1 {
    height: auto;
    width: 110px;
    float: left;
    border-radius: 3px;
}

.leftcir, .rightcir {
    height: 32px;
    !;
    !;
    width: 100%;
    !iortant;
    border-radius: 3px;
    !;
    margin-bottom: -30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.timeslot2 {
    font-size: 14px;
    font-weight: 600;
    min-width: 100px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    overflow: hidden;
}

.burj-pricdiv {
    background: #f2eabc;
    color: #1a1a1c;
    min-width: 100px;
    text-align: center;
    padding: 10px 5px;
    word-break: break-word;
    border-radius: 0 0 5px 5px;
    cursor: pointer;
}

.footerprice.footerpricetop {
    position: sticky;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1;
    color: #000;
}

.main_price_slot {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.time_slot_text {
    display: inline-block;
}

.from_text {
    font-size: 12px;
}

.booking-information {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
}

.noticketwarpp {
    max-width: 410px;
    box-shadow: var(--box-shadow);
    padding: 20px;
    color: var(--all-text-main);
    width: 100%;
}

.sorrytxt {
    font-size: 25px;
}

.noticketwarpp .common_button {
    margin: 10px auto;
}

/*time slot css end*/


@media (max-width: 767px) {
    .tour_data {
        padding: 5px;
    }
    .room_text {
        overflow: hidden;
    }

        .room_text .input_check_box label {
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            min-width: 215px;
            max-width: 215px;
            display: flex;
            line-height: normal;
        }

    .moreinfo_btns {
        padding-left: 10px;
        font-size: 12px;
    }

    .tour_date_o {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .select_box {
        position: relative;
        width: 100%;
        max-width: none;
    }

        .select_box select, .select_box input {
            width: 100%;
            font-size: 12px;
            min-width: 96px;
            line-height: 35px;
        }

    .slot-scll {
        gap: 7px;
    }
}
