body {
  overflow: auto !important;
  font-size: 1rem;
}

.wrraper {
  padding-bottom: 0;
}

.overlapOne_header {
  z-index: 1;
}
.overlapOne_header.scroll_content {
  height: 100% !important;
  box-shadow: none;
}

.inner_pages_content {
  max-width: 85% !important;
  margin: 0 auto;
  margin-top: 88px !important;
}

.have_border,
.review-div {
  max-width: 85% !important;
  margin: 0 auto;
}

.hotel_slider {
  height: 300px;
}
.hotel_slider img {
  height: 300px;
  margin-bottom: 20px;
}

.fancy_title h2 {
  font-weight: 500;
  font-size: 20px;
}

.tour_short_desc .readMore_text {
  font-size: 16px;
}
.tour_short_desc .readMore_text:hover {
  color: #FFC619 !important;
}
.tour_short_desc p {
  font-size: 15px;
  text-align: justify;
}

.image_scrollRow {
  gap: 10px;
}
.image_scrollRow .trend_item {
  height: 230px;
  width: 30%;
  transition: transform 0.5s linear;
  margin-bottom: 20px;
}
.image_scrollRow .trend_item .offer_desc h3 {
  font-size: 20px;
  line-height: 30px;
}
.image_scrollRow .trend_item .offer_desc p {
  font-size: 17px;
}
.image_scrollRow .trend_item .offer_desc i {
  height: 35px;
  width: 35px;
  font-size: 18px;
}
.image_scrollRow::-webkit-scrollbar {
  height: 12px;
  height: 12px;
}
.image_scrollRow::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}
.image_scrollRow::-webkit-scrollbar-thumb {
  background-color: lightgrey;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.review-div textarea {
  height: 90px;
  font-size: 14px;
}
.review-div a {
  height: 40px;
  width: 160px;
  font-size: 14px;
}
.review-div i::before {
  font-size: 20px;
}

#submit-review:hover {
  background-color: #FFC619;
  color: black;
}

.user_review .user_top .info_card .img img {
  height: 60px;
  width: 60px;
}
.user_review .user_top .info_card .desc h3 {
  font-size: 18px;
  font-weight: bold;
}
.user_review .user_top p {
  font-size: 12px;
}
.user_review .review_text p {
  font-size: 16px;
}

.services,
.review-div {
  margin-bottom: 30px;
}

.discover_world_desc {
  width: 85%;
  margin: 0 auto;
}

.inner_pages_content.inner_pages_desk {
  margin-top: 82px !important;
}

.tour_detail h5 {
  font-size: 20px;
  width: 85%;
  margin: 10px auto;
}

ul li a img {
  height: unset;
  margin-right: unset;
}

#destination-list ul li a img {
  height: 25px;
  margin-right: 10px;
}

.links {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */