.rooms{
    width: 100%;
    margin: 60px 0px;
    display: inline-block;
}

.room-banner{
    height: 320px;
    overflow: hidden;
}

.party-booking h1{
    color: #333333;
    font-size: 20px;
}

.booking-form{
    //display: none;
}

.booking-fields{}

input[type='text'], select{
    border: 1px solid #e7e7e7;
}

select{
    height: 40px;
}

#partyBookingForm{
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

.room-heading{
    font-size: 1.9em;
}

@media(max-width:1199px){
    .room-banner{
        height: 250px;
    }
}

@media(max-width:991px){
    .room-banner{
        height: 100%;
    }
}