@media screen and (max-width: 1400px) {
    .room-card{
        padding: 6px !important;
    }
}
@media screen and (min-width: 991px) {
    .checkin-details-append-sec .tab-content{
        height: 250px;
    }
    
}