.premis-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* background: rgba(105,198,186,0.6); */
    background-image: linear-gradient(rgba(105,198,186,0), rgb(6 120 106));
    padding: 30px 0;
    color: #ffffff;
}

.premis-type{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    display: inline-block;
}

.main_star {
    color: #c5c2c2;
    font-size: 26px;
}

.modal-body{
    padding: 0;
}

.modal-body .room-img{
    position: relative;
}

.modal-body button.close{
    position: absolute;
    top: 10px; 
    right: 20px;
    z-index: 999;
    font-size: 3em;
}

.modal-body .slick-prev {
    left: 0;
}

.modal-body .slick-next {
    right: 0;
}

.modal-body .room-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    color: #fff;
    padding: 20px;
}

.modal-body .room-detail {
    padding: 20px;
}

#room-modal .premis-slideshow{
    opacity: 0;
    transition: all 0.3s;
}

#room-modal .premis-slideshow.open{
    opacity: 1;
  }

  .premis-detail-section{
      font-size: 16px;
  }

table.nearby td{
    padding-top: 5px;
    padding-bottom: 5px;;
}

.wa-btn, .wa-btn:hover, .wa-btn:active{
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
}

.wa-btn:hover{
    text-decoration: underline;
}

.wa-btn i {
    font-size: 1.7em;
    position: absolute;
    left: 0px;
    top: -2px;
}

@media all and (max-width: 575px) {
    .btn-booking{
        float: left;
        margin-top: 20px;
    }
}