.tour-single-slider img {
  border-radius: 20px;
}
.tour-single-slider {
    position: relative;
}

.tour-single-slider .slick-prev,
.tour-single-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 20px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: none;
    z-index: 2;
    transition: var(--transition);
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.tour-single-slider .slick-prev:hover,
.tour-single-slider .slick-next:hover {
    background: var(--theme-color);
    color: var(--color-white);
}

.tour-single-slider .slick-prev {
    left: 20px;
}

.tour-single-slider .slick-next {
    right: 20px;
}

/* Hide Slick default arrows */
.tour-single-slider .slick-prev:before,
.tour-single-slider .slick-next:before {
    display: none;
}
.tour-single-top {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.tour-single-wrap h2 {
  font-size: 25px;
     
    margin: 0px;
    font-weight: 600;
    font-family: var(--body-font);
    line-height: 1.05;
}
.tour-single-wrap h3 {
     font-size: 19px;
     font-weight: 600;
    font-family: var(--body-font);
    line-height: 1.05;
    margin-bottom: 0px;
}
.tour-single-top .top-info .location {
  color: var(--color-dark);
  margin: 5px 0;
}
.tour-single-top .top-info .location i {
  color: var(--theme-color);
}
.tour-single-top .top-rate .badge {
  background: var(--theme-color);
  margin-right: 5px;
  border-radius: 50px;
}
.tour-single-top .top-rate .rate-type {
  color: var(--theme-color);
  font-weight: 500;
}
.tour-single-top .top-rate .rate-review {
  color: var(--color-dark);
}
.tour-single-info {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid var(--border-info-color);
  border-bottom: 1px solid var(--border-info-color);
}
.tour-single-info .feature {
  display: flex;
  gap: 10px;
}
.tour-single-info .feature .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: var(--theme-color);
  border-radius: 10px;
  font-size: 18px;
  text-align: center;
  color: var(--color-white);
}
.tour-single-info .feature .content span {
  color: var(--color-dark);
}
.tour-single .tour-details .tour-highlight {
  margin: 25px 0;
}
.tour-single .tour-details .tour-highlight h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list li {
  margin-bottom: 15px;
  padding-left: 18px;
  position: relative;
}
.tour-single .tour-details .list li::before {
  content: "\e122";
  position: absolute;
  font-family: "Font Awesome 6 pro";
  font-size: 10px;
  color: var(--theme-color);
  font-weight: bold;
  top: 6.7px;
  left: 0;
}
.tour-single .tour-details .list-included h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list-included .list li {
  padding-left: 24px;
}
.tour-single .tour-details .list-included .list li::before {
  content: "\f00c";
  font-size: 16px;
  top: 0px;
  color: var(--color-green);
}
.tour-single .tour-details .list-notincluded h5 {
  margin-bottom: 15px;
}
.tour-single .tour-details .list-notincluded .list li::before {
  content: "\f00d";
  font-size: 16px;
  top: 0px;
  color: var(--color-red);
}
.tour-single .itinerary-wrap {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.tour-single .itinerary-content-box {
  margin-top: 10px;
  margin-bottom: 30px;
}
.tour-single .itinerary-single-box {
  position: relative;
  padding-left:90px;
  padding-bottom: 50px;
}
.tour-single .itinerary-single-box::before {
  position: absolute;
  content: "";
  width: 1px;
  border-left: 2px dashed var(--theme-color);
  height: 100%;
  left: 31px;
  top: 10px;
  z-index: -1;
}
.tour-single .itinerary-single-box img {
  width: 200px;
  border-radius: 50px 50px 50px 0;
  margin-bottom: 15px;
}
.tour-single .itinerary-single-box:last-child::before {
  display: none;
}
.tour-single .itinerary-single-box span {
  position: absolute;
  display: inline-block;
  left: 5px;
  top: 13px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: var(--color-white);
  background: var(--theme-color);
  font-weight: 500;
  text-align: center;
  border-radius: 50px 50px 50px 0;
}
.tour-single .itinerary-single-box span::before {
  position: absolute;
  content: "";
  background: var(--color-white);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.tour-single .itinerary-single-box h4 {
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  color: var(--theme-color);
}
.tour-single .itinerary-single-box h3 {
  display: block;
  font-size: 21px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.tour-single .contact-map {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.tour-single .contact-map iframe {
  border-radius: 25px;
}
.contact-map iframe {
    width: 100%;
    height: 400px;
    border-radius: 50px;
}
