.rating_header {
  display: flex;
  align-items: center;
}

.rating_header .rating-review {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.what_included_list,
.what_Excluded_list {
  display: flex;
  flex-wrap: wrap;
}

.what_included_list li,
.what_Excluded_list li {
  list-style-type: none;
  line-height: 30px;
  margin-left: 0;
  margin-right: 30px;
}

/* .what_included_list li:before {
  content: '\1F5F8';
  display: inline-block;
  padding: 0 6px 0 0;
  list-style: none;

}

.what_Excluded_list li:before {
  content: '\2717';
  display: inline-block;
  padding: 0 6px 0 0;
  list-style: none;

} */

.what_included_list li,
.what_Excluded_list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.what_included_list li img,
.what_Excluded_list li img {
  width: 18px;
}

.What_to_expect {
  padding-left: 0;
}

.What_to_expect_list {
  list-style: none;
  position: relative;
  padding-left: 10px;
  display: flex;
}

.What_to_expect_list b {
  display: block;
  line-height: 24px;
}

/* .What_to_expect_list::marker {
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  width: 24px;
  height: 24px;
}

.What_to_expect_list:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 2px;
  background-color: #236eaf;;
  z-index: -1;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
} */

.What_to_expect_list:after {
  content: "";
  border-left: 2px solid #236eaf;;
  position: absolute;
  left: 20px;
  height: 100%;
  top: 18px;
  z-index: -1;
}

button.numericals {
  height: 24px;
  width: 24px;
  background: #236eaf;;
  border: 0;
  color: #fff;
  border-radius: 30px;
  margin-right: 20px;
  text-align: center;
  display: flex;
  /* display: block; */
  justify-content: center;
  align-items: center;
}

.What_to_expect_list:last-child::after {
  content: "";
  border-left: 0;
}

.MULTI_DAY_TOUR_what_to_expect .What_to_expect_list:before {
  top: 3px;
  left: -22px;
}

.HOP_ON_HOP_OFF .What_to_expect_list:before {
  top: 3px;
  left: -22px;
}

.HOP_ON_HOP_OFF .What_to_expect_list .What_to_expect_list:after {
  border-left: 0;
}


.review_bottom_rating {
  display: flex;
}

.review_bottom_rating h2 {
  font-size: 48px;
  font-weight: 900;
  margin: 0;
  padding-right: 10px;
}

.review_bottom_container {
  display: flex;
}

.review_bottom_right,
.review_bottom_left {
  width: 50%;
}

.review_bottom_left .rating-star {
  width: 25%;
}

.rating-main {
  width: 100%;
  max-width: 600px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.rating-main .rating-wrrap {
  display: flex;
  gap: 10px;
}

.rating-main .rating-wrrap .rating-name {
  width: 10%;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 600;
}

.rating-main .rating-wrrap .rating-bar {
  height: 12px;
  background-color: #c2c2c2;
  border-radius: 8px;
  width: 75%;
}

.rating-main .rating-wrrap .rating-per {
  height: 12px;
  background: #236eaf;;
  border-radius: 8px;
  width: 0;
  transition: 1s linear;
  position: relative;
}

.rating-main .rating-wrrap .rating-count {
  width: 15%;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: 600;
}

.pickup_point_input {
  max-width: 340px;
  padding: 5px 15px;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  display: block;
  margin-top: 10px;
  height: 30px;
  width: 100%;
}

.pickup_point_input_container {
  position: relative;
  max-width: 340px;
  margin-top: 15px;
}

.pickup_point_input_container .fa {
  position: absolute;
  top: 9px;
  right: 15px;
  color: #828282;
}

.itineraryDays_customDayNumber {
  background-color: #236eaf;;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: block;
  width: max-content;
}

.additional_info_line {
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .review_bottom_container {
    display: flex;
    flex-wrap: wrap;
  }

  .review_bottom_right,
  .review_bottom_left {
    width: 100%;
  }

  .review_bottom_left .rating-star {
    width: 60%;
  }

  .reviews_count {
    margin: 0;
  }

  .rating-main .rating-wrrap .rating-name {
    width: 15%;
  }
}