.st-hotel-result.tour-top-search {
  padding: 0 5%;
}

/* Nb of results */
#modern-result-string {
  font-size: 12px !important;
  text-align: center;
}

/* --------------- ITEM --------------- */
.modern-search-result .item-service {
  border: none;
  padding: 0 20px 30px 20px;
}

.item-service .service-border {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 16px;
  overflow: hidden;
  border: none !important;
  padding: 0 0 45px 0;
  transition: all .5s ease;
  box-shadow: 0 0px 4px 4px rgb(248, 248, 248) !important;
}

.item-service .service-border:hover {
  box-shadow: 0 0px 6px 6px rgb(241, 241, 241) !important;
}

/* --------------- THUMB --------------- */
.item-service .service-border .thumb {
  order: 1;
}

.item-service .service-border .thumb img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* --------------- TITLE --------------- */
.item-service .service-title {
  order: 2;
  margin: 0 0 2px 0 !important;
}

.item-service .service-title.plr15 a {
  text-decoration: none;
  transition: all .3s ease;
}

.item-service .service-title.plr15 a:hover {
  color: #296bc7;
}

/* --------------- LOCATION --------------- */
.item-service .service-location {
  order: 3;
}

.item-service .service-location i svg {
  width: 13px;
  height: 13px;
}

/* --------------- REVIEW --------------- */
.item-service .service-review.plr15 {
  padding: 0 15px 11.5px 15px;
  margin: 0 0 8px 0 !important;
  order: 4;
}

/* --------------- FOOTER --------------- */
.item-service .section-footer {
  order: 5;
}

.item-service .service-price > span:first-child {
  display: none;
}

.item-service .service-price .price {
  margin: 0 !important;
  background: rgb(26, 91, 177);
  padding: 6px 10px;
  border-radius: 18px;
}

.item-service .service-price .price .text-lg.lh1em.item  {
  color: #fff;
  font-size: 14px;
}

.item-service .service-price .price span::before {
  content:'from ';
  font-size: 11px;
  color: #e7e7e7;
}

@media(max-width: 768px) {

  .st-hotel-result.tour-top-search {
    padding: 0 3.5%;
  }

  .st-hotel-result.tour-top-search .toolbar ul {
    margin-top: 0px;
  }

  .st-hotel-result.tour-top-search .toolbar ul li a {
    border-radius: 18px;
    padding: 5px 14px;
    font-size: 12px;
  }

  .toolbar .dropdown-menu.sort-menu.sort-menu-mobile {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-top: 5%;
  }

  .toolbar .dropdown-menu.sort-menu.sort-menu-mobile .sort-title {
    margin-bottom: 0;
  }

  .st-hotel-result.tour-top-search .top-filter {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-top: 5% !important;
  }

  .st-hotel-result.tour-top-search .top-filter .form-extra-field,
  .st-hotel-result.tour-top-search .top-filter .form-extra-field { 
    border-radius: 20px !important;
    padding: 10px 15px;
  }

  .modern-search-result .row.row-wrapper {
    margin-top: 40px;
  }

  .modern-search-result .item-service {
    border: none;
    
    margin-top: 0;
  }

  .item-service .service-border {
    padding-bottom: 45px;
  }

  .item-service .service-location i svg {
    width: 12px;
    height: 12px;
  }

  /* --------------- THUMB --------------- */
  .item-service .service-border .thumb img {
    position: relative;
    max-width: 100%;
  }

  /* --------------- REVIEW --------------- */
  .item-service .service-review.plr15 {
    padding: 0 15px 20px 15px;
  }

}