.accomodation .content .boxes {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  transition: all 0.6s ease;
}

.accomodation .items {
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  /* border-radius: 5px; */
  overflow: hidden;
  width: 31.5%;
  transition: all 0.6s ease;
  margin-right: 1.5%;
}

.accomodation .items .img {
  height: 160px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accomodation .items .img a {
  width: 100%;
  height: 100%;
}

.accomodation .items .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 1s ease;
}

.accomodation .items:hover .img img {
  transform: scale(1.2);
}

.accomodation .items .info {
  padding: 15px;
}

.accomodation .items h6,
.accomodation .items .rate-place {
  padding-top: 10px;
}

.accomodation .items .rate-place {
  /* border-top: 1px solid #9992; */
}

.accomodation .items .rate-place .price {
  float: right;
  font-size: 16px;
  color: #be910a;
}

.accomodation .items .rate-place .price small {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
  margin-left: 5px;
}

.accomodation .items .rate-place .rate-stars i {
  font-size: 10px;
  color: #9999;
}

.accomodation .items .rate-place .rate-stars i.gold {
  color: #ffdf00;
}

.accomodation .items h6 a {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.accomodation .items h6 span {
  color: #777;
  font-size: 12px;
}

.accomodation .items h6 span i {
  margin-right: 5px;
  font-size: 11px;
}

.accomodation .items .info p {
  color: #777;
  font-size: 14px;
  padding-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #9992;
  margin-top: 10px;
}

.accomodation .items .info .butn {
  display: none;
}

/* ------------ list style ------------ */

.accomodation .content .boxes.list {
  display: block;
}

.accomodation .content .boxes.list .items {
  width: 100%;
  display: flex;
  height: 180px;
  margin-bottom: 30px;
}

.accomodation .content .boxes.list .items .img {
  height: 100%;
  width: 35%;
}

.accomodation .content .boxes.list .items .info {
  width: 65%;
  position: relative;
}

.accomodation .content .boxes.list .items .info .rate-place {
  position: absolute;
  top: 10%;
  right: 15px;
  height: 80%;
  width: 120px;
  text-align: center;
  border-bottom: 0;
  border-left: 1px solid #9992;
  padding: 15px;
  border-top: 0;
}

.accomodation .content .boxes.list .items .info .rate-place .price {
  float: none;
  margin-top: 20px;
}

.accomodation.grid-news .items .img {
  height: 200px;
}

.accomodation .content .boxes.list .butn {
  float: right;
  margin-right: 20px;
  display: inline-block;
}

/* ==================== responsive style ============================== */

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

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

@media screen and (max-width: 787px) {
  .accomodation .items {
    width: 48%;
  }
}

/* ======= */

@media screen and (max-width: 480px) {
  .accomodation .items {
    width: 100%;
  }
}
