.rooms.list-rooms {
    padding-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
}

.list-rooms .col-md-6, .list-rooms .col-md-3 {
    padding:15px;
}

section.cards {
    padding-bottom: 100px;
}

.banner-detail-rooms .banner {
    height: 80vh;
}

.banner-detail-rooms .banner__img img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.banner-detail-rooms .banner__booking {
    padding: 30px;
	
}

.banner-detail-rooms .owl-dots {
    position: absolute;
    bottom: 0;
    right: 0!important;
}

.room-facilities {
    margin: 0px 0;
    padding: 15px 0;
}

.room-facilities {
    display: flex;
    justify-content: space-between;
}

.room-facilities figure {
    margin: 0;
}

.room-facilities figcaption {
    padding: 30px;
    text-align: center;
}

.room-facilities figcaption i {
    font-size: 30px;
    color: #4c4c4c;
}

.room-block .box {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.room-block .box:last-child {
    border-bottom: 0;
}
.book-now {
    width: 100%;
    text-align: center;
}

.btn--big {
    width: 100%;
    padding: 15px;
    display: block;
    font-size: 22px;
}

.book-now small {
    display: block;
    font-size: 50%;
}

.book-date input.soPerson {
    width: 50px;
    background: transparent;
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
