@media screen and (max-width: 1023px) {
    .availability-calendar {
        padding-top: 10px;
        overflow: hidden;
        position: relative;
    }
    .booking-datepick .datepick {
        width: 100%!important;
        background-color: #fff;
        margin-left: 4%;
        position: relative;
        color: #333;
        font-family: Tahoma, Geneva, sans-serif;
    }
    .booking-datepick .datepick,
    .booking-datepick-mobile .datepick {
        border: none;
        width: 100%!important;
        margin-left: 0!important;
    }
    .booking-datepick .datepick-month-header {
        font-size: 16px!important;
    }
    .booking-datepick .datepick-month table {
        width: 100%;
        margin-top: 5px;
        height: 230px;
    }
    .booking-datepick .datepick-month span {
        height: 36px;
        font-size: 12px;
        background: #FFF;
    }
    .booking-datepick .datepick-month table td span:not(.datepick-other-month):not(.booking-start-date),
    .booking-datepick .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date),
    .customDatePicker .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date),
    .customDatePicker .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date) {
        background: #e2e2e2 !important;
        color: #7b7b7b !important;
        height: 36px;
        padding-top: 10px;
    }
    .booking-datepick .datepick-month td span {
        color: #333;
    }
    .booking-datepick .datepick-month table td span {
        padding-top: 14px;
    }
    .booking-datepick .datepick-month table td span
    .booking-datepick .datepick-month table th {
        font-weight: bold;
        border: none;
    }
    .booking-datepick .datepick-month table td {
        border: none;
        font-size: 12px;
    }
    .availability-calendar .datepick-nav,
    .month-price-list,
    .month-price-second-list {
        display: none;
    }
    .left-nav-mobile:hover, .right-nav-mobile:hover {
        opacity: 1;
        cursor: pointer;
    }
    div.booking-datepick .datepick-month a,
    div.booking-datepick .datepick-month span,
    div.booking-datepick .datepick-month table td span:not(.datepick-other-month):not(.booking-start-date),
    div.booking-datepick .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date),
    div.booking-datepick-mobile .datepick-month a,
    div.booking-datepick-mobile .datepick-month span,
    div.booking-datepick-mobile .datepick-month table td span:not(.datepick-other-month):not(.booking-start-date),
    div.booking-datepick-mobile .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date),
    .customDatePicker .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date),
    .customDatePicker .datepick-month table td span:not(.datepick-other-month).discount-date:not(.booking-start-date) {
        height: 50px;
        font-size: 18px!important;
    }
    .left-nav > .calendar-nav,
    .left-nav-mobile > .calendar-nav{
        top: 14px;
        left: 20px;
    }
    .right-nav > .calendar-nav,
    .right-nav-mobile > .calendar-nav {
        top: 14px;
        right: 20px;
    }
}
@media screen and (min-width: 1024px) {
    .booking-datepick .datepick-month {
        margin-bottom: 25px!important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px){
    .booking-datepick .datepick-month {
        width: 50%;
    }
    .month-price-second {
        display: none;
    }
}
@media screen and (max-width: 767px){
    .booking-datepick .datepick-month {
        width: 100%;
        margin-left: 0;
    }
    .month-price-second {
        display: none;
    }
}