.single-tour #booking-form input[name="date"],
.single-tour #booking-form input[name="date"][readonly],
.single-tour #booking-form input[name="date"][readonly="readonly"]
{
    background: white;
}

.single-tour #booking-form #tour_time option[disabled='disabled']
{
    color: #dbdbdb;
}

@media all and (max-width: 910px){
    body:not(.single-tour) .mobile_cal_redesign .container .row img
    {
        height: auto;
        max-width: 100%;
    }

    .mobile_cal_redesign .datepicker,
    .mobile_cal_redesign .datepicker.datepicker.dropdown-menu
    {
        background: white;
        border: none;
        border-radius: 5px;
        display: block;
        left: 5% !important;
        margin-top: 0;
        padding: 10px 10px 48px 10px;
        position: fixed;
        right: 5%;
        top: 70px !important;
        z-index: 999;
    }

    .mobile_cal_redesign .datepicker-dropdown.datepicker-orient-bottom:before,
    .mobile_cal_redesign .datepicker-dropdown.datepicker-orient-bottom:after,
    .mobile_cal_redesign .datepicker-dropdown.datepicker-orient-top:before,
    .mobile_cal_redesign .datepicker-dropdown.datepicker-orient-top:after
    {
        display: none;
    }

    .mobile_cal_redesign .datepicker table
    {
        width: 100%;
    }

    .mobile_cal_redesign .datepicker table tr td.active.active
    {
        background: #0078d7;
    }

    .mobile_cal_redesign .datepicker .datepickerui_close
    {
        background: #0078d7;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        bottom: 0;
        color: white;
        display: block;
        left: 0;
        padding: 10px;
        position: absolute;
        right: 0;
        text-align: right;
        width: 100%;
    }

    .mobile_cal_redesign .datepicker .datepickerui_close .datepickerui_close_button
    {
        cursor: pointer;
        text-transform: uppercase;
    }

    .mobile_cal_redesign .datepicker_overlay
    {
        background: rgba(0,0,0,0.6);
        bottom: 0;
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10;
    }
}
@media all and (max-width: 768px) and (orientation: portrait){
    .mobile_cal_redesign .datepicker,
    .mobile_cal_redesign .datepicker.datepicker.dropdown-menu{
        top: 130px!important;
    }
}

@media all and (max-width: 550px) and (orientation: landscape){
    .mobile_cal_redesign .datepicker,
    .mobile_cal_redesign .datepicker.datepicker.dropdown-menu
    {
        bottom: 1%;
        left: 1% !important;
        right: 1%;
        top: 1% !important;
    }
}



