﻿.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 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

    .cd-panel.is-visible::after {
        background: rgba(0,0,0,.6);
        -webkit-transition: background .3s 0s;
        -moz-transition: background .3s 0s;
        transition: background .3s 0s;
    }

.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;
}

.from-right .cd-panel-container {
    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 0s;
    -moz-transition: background .3s 0s;
    transition: background .3s 0s;
}

.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: 0px;
    background: #e12677;
    color: #fff;
    position: relative;
    line-height: 40px;
}

.closediv {
    color: #e12677;
    background: #fff;
    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: #fbfbfb;
    border-bottom: 1px solid #ededed;
}

.icondiv {
    margin-right: 5px;
}

.fa-list-ul::before {
    content: "\f0ca";
}

.tourdetTabs .tour-clear {
    background: #f0f7ff;
    color: #000000;
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 10px;
}

.tourdetTabs {
    padding: 10px;
    background: #ffffff;
}

.tour-clear .avaicircle {
    padding: 0px 0px 0px 20px;
    color: #000;
    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;
}

.bggreenactive .leftcir {
    background: #90d153
}

.bgyellowactive .leftcir {
    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
}

.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;
}

.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: 135px;
    float: left;
    margin-right: 10px;
}

.leftcir, .rightcir {
    height: 30px !important;
    position: unset !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-bottom: -30px !important;
}

.timeslot2 {
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
    min-width: 100px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: var(--btn-bg);
    margin: 0;
}

.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: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    z-index: 1;
    color: #000;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
}

.main_price_slot {
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
}

.time_slot_text {
    display: inline-block;
}

@media (min-width: 200px) and (max-width:550px) {
    .timeslotwrap1 {
        width: 46%;
    }

    .tour-clear .avaicircle {
        float: left;
        margin-right: 15px;
        margin-left: 0px;
        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%;
    }
}
