/* ==================== price-comparison style ============================== */
.book-hotel .aside .items {
  padding: 15px;
  background-color: #f1f1f1;
  margin-bottom: 15px;
}

.book-hotel .aside .items .img {
  height: 100%;
}

.book-hotel .aside .items .img img {
  height: 100%;
  width: 100%;
}

.book-hotel .aside .items small {
  font-style: italic;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  display: inline-block;
}

.book-hotel .aside .items h6 {
  margin-bottom: 0;
}

.book-hotel .aside .items h6 span {
  float: right;
  color: #777;
}
/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
}

/* ======== */

@media screen and (max-width: 787px) {
}

/* ======= */

@media screen and (max-width: 480px) {
}
