@media (max-width: 991px) {
    body.st-mod-style #st-content-wrapper.st-style-elementor .room-rates .rate-calendar.style-2 .st-availability-calendar-wrapper .calendar.left .calendar-table .table-condensed tbody tr .td-date .event-tooltip-wrap {
        position: absolute;
        top: 100%;
        margin-top: 5px;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
        color: #FFF;
        font-size: 12px;
        padding: 4px 6px;
        border-radius: 2px;
        display: none;
    }
    body.st-mod-style #st-content-wrapper.st-style-elementor .room-rates .rate-calendar.style-2 .st-availability-calendar-wrapper .calendar.left .calendar-table .table-condensed tbody tr .td-date.start-date .event-tooltip-wrap {
        display: block;
    }
    .st-mod-style .daterangepicker.dropdown-menu  {
        width: 100% !important;
    }
}