﻿.burj-pricdiv, .timeslot2 {
    min-width: 100px;
    cursor: pointer;
    text-align: center
}

.wrappersliderdiv {
    height: 100%;
    overflow: auto;
    padding-bottom: 70px
}

.cd-panel, .cd-panel::after {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0
}

    .cd-panel::after {
        position: absolute;
        background: 0 0;
        cursor: pointer;
        -webkit-transition: background .3s .3s;
        -moz-transition: background .3s .3s;
        transition: background .3s .3s
    }

.is-visible::after {
    content: '' !important
}

.body_overfl {
    overflow: hidden !important
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility;
    -moz-transition: visibility;
    transition: visibility
}

.cd-panel {
    z-index: 1003;
    position: fixed;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    -moz-transition: visibility 0s .6s;
    transition: visibility 0s .6s
}

.from-right .cd-panel-container {
    box-shadow: 0 12px 27px 7px #000;
    width: 66%;
    height: 100%;
    top: 0;
    background: #fff;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s;
    position: absolute !important;
    right: 0;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto
}

.cd-panel.is-visible::after {
    background: rgba(0,0,0,.6);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s
}

.c_pnl_head {
    width: 100%;
    top: 0;
    height: 68px
}

.tourtitlebg {
    display: flex;
    width: 100%;
    font-size: 18px;
    padding: 0;
    background: var(--all-text-main);
    color: var(--bg1-dark-w);
    position: relative;
    line-height: 40px;
}

.time_slot_text, .tour-clear {
    display: inline-block
}

.closediv {
    color: var(--color);
    background: var(--btn-bg);
    font-size: 20px;
    position: relative;
    padding: 0 18px;
    top: 0
}

.title_dr {
    padding: 0 10px;
    color: #fff
}

.tour-clear {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    background: #F7F7FB;
    border-bottom: 1px solid #ffffff;
    color: #231F20;
}

.icondiv {
    margin-right: 5px
}

.fa-list-ul::before {
    content: "\f0ca"
}

.tourdetTabs .tour-clear {
    background: var(--all-text-sub);
    color: #fff;
    border-bottom: none;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;
}

.tourdetTabs {
    padding: 10px;
    background: #fff
}

.tour-clear .avaicircle {
    padding: 0 0 0 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: 10px;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 5px
}

.tour-clear .bggreen_p:before {
    background: #68b331
}

.tour-clear .bgred_p:before {
    background: red
}

.tour-clear .bgyellow_p:before {
    background: #fed301
}

.bgyellow, .bgyellowactive, .bgyellowactive .leftcir {
    background-color: #fed301
}

    .bggreenactive .leftcir:after, .bgyellowactive .leftcir:after {
        content: "\2713";
        display: block;
        font-size: 12px;
        font-weight: 600;
        padding: 1px 3px;
        color: #fff
    }

.bggreenactive, .bgyellowactive {
    color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%);
    cursor: pointer
}

.bgred, .bgredactive {
    background-color: red
}

.bggreenactive .leftcir {
    background: #90d153
}

.bggreen, .bggreenactive {
    background-color: #68b331
}

.slot-scll {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-bottom: 1px dotted #c8c8c8;
    margin-bottom: 15px
}

.timeslotwrap1 {
    height: auto;
    margin-bottom: 10px;
    width: 112px;
    float: left;
    margin-right: 10px;
}

.leftcir, .rightcir {
    height: 38px !important;
    position: unset !important;
    width: 100% !important;
    margin-bottom: -35px !important;
    border-radius: 3px !important;
}

.timeslot2 {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    margin-left: 5px;
    color: #fff;
    height: 30px;
    line-height: 30px
}

.burj-pricdiv {
    background: #f2eabc;
    color: #1a1a1c;
    padding: 10px 5px;
    word-break: break-word;
    border-radius: 0 0 5px 5px
}

.footerprice.footerpricetop {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 1;
    color: #000;
    box-shadow: 0 0 4px rgb(0 0 0 / 10%)
}

.main_price_slot {
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
}

.from_text {
    color: #231F20;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
}

.booking-information {
    text-align: center;
    padding: 150px 0
}

.fa-frown-o:before {
    content: "\f119"
}

.sorrytxt i {
    font-size: 50px;
    color: var(--bg1-dark-h)
}

.sorrytxt {
    font-size: 20px;
    font-weight: 500
}

.sorrymsg {
    font-size: 14px;
    color: var(--bg1-dark-w);
    padding-top: 5px
}

.booking-information .common_button {
    margin: 30px auto
}


.main_price_slot {
    font-size: 25px;
    font-weight: 600;
    line-height: 20px
}
.time_slot_text {
    display: inline-block
}
.slot_table {
    margin-bottom: 5px
}

.slot_table .wd_50 {
    width: 50%
}
.slot_table .wd_30 {
    width: 30%
}
.slot_table .wd_20 {
    width: 20%;
    text-align: center
}
.slot_table .counter_wrapper {
    background: none;
    padding: 0;
    margin: 0 auto;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center
}



@media (min-width:200px) and (max-width:550px) {
    .timeslotwrap1 {
        width: 46%
    }

    .tour-clear .avaicircle {
        float: left;
        margin-right: 15px;
        margin-left: 0;
        font-size: 12px
    }

    .time_slot_text {
        float: left;
        display: inline-block;
        width: 100%
    }

    .tourdetTabs .option_d {
        margin-bottom: 10px
    }
}

@media (max-width:1199px) {
    .from-right .cd-panel-container {
        width: 100%
    }
}
