.our-tour .toggle {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.our-tour .option {
  cursor: pointer;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 30px;
  border-radius: 20px;
  font-size: 23px;
}

.our-tour .banner {
  text-align: center;
  font-size: 19px;
  color: #df6726;
  font-weight: 600;
  line-height: 1.486;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
}

.our-tour .timeline-body .schedule {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 43px;
  gap: 30px;
}
.our-tour .timeline-body .description {
  margin-top: 60px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .our-tour .timeline-body .description {
    flex-direction: column;
    align-items: center;
  }
  .our-tour .timeline-body .description .content,
  .image {
    width: 100% !important;
  }
  .our-tour .timeline-body .schedule {
    display: block;
  }
  .our-tour .timeline {
    padding-top: 30px;
  }
  .our-tour .option {
    padding: 10px;
  }
  .our-tour {
    margin-top: -38px;
  }
}

.our-tour .timeline-body .description .content {
  width: 50%;
  text-align: center;
  font-size: 18px;
}

.our-tour .timeline-body .description .content .title {
  color: #fff;
  font-weight: 600;
  line-height: 1.486;
  text-transform: capitalize;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  background-size: 100% 100%;
  padding: 18px 40px;
  opacity: 0.95;
  background: linear-gradient(45deg, black, #0000004a);
  border-radius: 20px;
}

.our-tour .timeline-body .description .content .items {
  text-align: center;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 500;
  color: #242424;
  padding: 4px 20px;
}

.our-tour .timeline-body .description .image {
  width: 50%;
  position: relative;
  position: relative;
  /* -webkit-mask-image: url("/assets/images/timeLine/mask.png"); */
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.our-tour .timeline-body .description .image img {
  border-radius: 20px;
}

.our-tour .timeline {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.our-tour .timeline::before {
  content: "";
  background-color: #bbb;
  display: block;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: -32px;
  height: 1px;
  opacity: 0.4;
}
.our-tour .timeline .location {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 1.486;
  padding-left: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  display: inline-block;
  padding-right: 20px;
}
.our-tour .timeline .location::after {
  content: "";
  background-image: url("/assets/images/timeLine//mapIcon2.jpeg");
  width: 30px;
  height: 30px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -4px;
  left: -27px;
  z-index: 1;
}

.our-tour .timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #bbb;
  top: 0;
  bottom: 0;
  margin-left: -12px;
}

.our-tour .container {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.our-tour .container::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -17px;
  background-color: #3a9923;
  border: 4px solid #3a9923;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.our-tour .right::after {
  left: -16px;
}

.our-tour .content {
  background-color: white;
  position: relative;
  border-radius: 6px;
}

.our-tour .content .title {
  padding-top: 13px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 550;
  color: #3d3d3d;
}

@media screen and (max-width: 600px) {
  .our-tour .timeline::after {
    left: 31px;
  }

  .our-tour .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .our-tour .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  .our-tour .right::after {
    left: 15px;
  }

  .our-tour .right {
    left: 0%;
  }
}
