.hotel-seo-section .data-details .data-list ul.tick-list li {
  display: block;
  line-height: 30px;
}

.hotel-seo-section .data-details p {
  line-height: 28px;
}
.hotel-seo-section .row {
  align-items: start;
}
.hotel-seo-section .hotal-seo-left {
  gap: 30px;
}
.tourism-services .column-left {
  gap: 40px;
}
.tourism-services .column-left,
.hotel-seo-section .hotal-seo-left,
.tourism-services .services-list ul {
  display: flex;
  flex-direction: column;
}
.tourism-services .services-list {
  max-width: 500px;
}

.tourism-services .services-list ul {
  gap: 10px;
}

.tourism-services .services-list ul li {
  padding: 20px 30px;
  border-radius: 10px;
}

.tourism-services .services-list ul li.active {
  background: #20a0b1;
  color: #fff;
}
.hotel-seo-section .data-list {
    max-height: 600px;
    overflow: auto;
    padding-right: 20px;
    height: auto;
}
.hotel-benifit-card .location-bg {
    background: no-repeat !important;
}
.hotel-seo-section .data-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.hotel-seo-section .data-list::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.hotel-seo-section .data-list::-webkit-scrollbar-thumb {
  background: #00BCD4; 
}

/* Handle on hover */
.hotel-seo-section .data-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.hotel-seo-section .data-list {
    max-height: 600px;
    overflow: auto;
    padding-right: 20px;
    height: auto;
}
.hotel-seo-section ul.tick-list li::before {
    background-position: top left;
}
.tourism-services .right-column {
    gap: 25px;
    padding: 15px;
    background: #edf9f8;
    padding-bottom: 25px;
}
.tourism-services .right-column,
.tourism-services .right-column .service-details {
  display: flex;
  flex-direction: column;
}
.tourism-services .right-column .service-details {
  gap: 15px;
}

.tourism-services .right-column .service-details .service-title {
  font-size: 34px;
  font-weight: bold;
}

.tourism-services .right-column .service-details p {
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 1199px) {
  .hotel-seo-section .data-details p {
    font-size: 17px;
    line-height: 30px;
  }

}
@media (min-width: 992px) {
  .tourism-services .column-left {
    padding-right: 50px;
  }
}
@media(max-width:1199px){
    .tourism-services .right-column .service-details .service-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .tourism-services .right-column .service-details {
    gap: 10px;
  }
  .tourism-services .right-column .service-details .service-title {
    font-size: 30px;
    font-weight: bold;
  }
  .tourism-services .row {
    row-gap: 25px;
    margin: 0;
  }
  .tourism-services .column-left {
    gap: 25px;
  }
  /* width */
.tourism-services .services-list ul::-webkit-scrollbar {
  width: 0px;
  height:0;
}
.tourism-services .services-list ul {
    gap: 10px;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: scroll;
}
.tourism-services .services-list {
    max-width: 100%;
}
}
@media (max-width: 767px) {
  .hotel-seo-section .row {
    flex-direction: column;
  }
  .hotel-seo-section .hotal-seo-left {
    gap: 10px;
  }
}
