body {
  background-color: #f2f8f8;
}

.m-top {
  margin-top: 60px;
}

.package-list h3 {
  color: #008b9f;
}
.package-list .read-more {
  color: #008b9f;
  border: 1px solid #008b9f;
  width: 48%;
  transition: 0.5s;
}
.package-list .read-more:hover {
  color: #fff;
  background-color: #008b9f;
}

.stories-section {
  background-color: #f2f8f8;
}
.stories-section .story-details {
  padding-left: 70px;
  min-height: 60px;
}
.stories-section .story-details img {
  width: 60px;
  height: 60px;
  border-radius: 100% !important;
  position: absolute;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.stories-section .story-details h4 {
  color: #008b9f;
}
.stories-section .story-details .testimonial-description {
  text-overflow: ellipsis;
  color: #989898;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 70px;
}
.stories-section .story-details .testimonial-description p {
  font-size: 16px;
  font-family: "Inter-Regular";
}

.story-list {
  border: 1px solid #008b9f;
}

.related-package-section {
  background-color: #f2f8f8;
}

.package-price-section {
  background-color: #f2f8f8;
  padding-top: 50px;
}
.package-price-section span {
  font-family: "Inter-Regular";
  color: #636364;
}
.package-price-section h3 {
  color: #008b9f;
}
.package-price-section .book-now {
  background-color: #008B9F;
}
.package-price-section .package-bg {
  padding: 40px;
}
.package-price-section .package-bg .package-title {
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
.package-price-section .package-bg .package-title button {
  padding: 5px 20px;
  width: 180px;
  font-size: 17px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #f9aa1c;
  transition: 0.2s;
  margin-bottom: 10px;
}
.package-price-section .package-bg .package-title button:hover {
  background-color: #008b9f;
}
.package-price-section .package-bg .package-title h3 {
  color: #008b9f;
  font-size: 28px;
}
.package-price-section .package-bg .package-title h3 span {
  font-size: 16px;
  color: #008b9f;
}
.package-price-section .package-bg .package-title img {
  width: 250px;
}
.package-price-section .package-bg .package-title h2 {
  font-size: 32px;
}
.package-price-section .package-bg p {
  line-height: 35px;
}

.health-package-details-form-col {
  padding-left: 30px;
}

.benefit-title h2 {
  color: #008B9F;
}

.key-benefit-section {
  background-color: #008B9F;
}
.key-benefit-section img {
  width: 100px !important;
  height: 100px;
  border-radius: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.included-service-section .main-content {
  background-color: #fff;
  border-radius: 30px;
}
.included-service-section .main-content .services .item img {
  width: 120px;
  height: 120px;
  margin: auto;
  border-radius: 100%;
  border: 5px solid #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1215686275);
}
.included-service-section .main-content .services .item p {
  font-family: "Inter-Regular";
  margin: 0;
  color: #636364;
}
.included-service-section .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.included-service-section .owl-nav span {
  font-size: 21px;
  color: #fff;
}
.included-service-section .owl-nav button.owl-prev {
  position: absolute;
  left: -36px;
  top: -15px;
  background: #f9aa1c !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.included-service-section .owl-nav button.owl-next {
  position: absolute;
  right: -5px;
  top: -15px;
  background: #f9aa1c !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

.consider-package-section .consider-item {
  margin: 10px;
}
.consider-package-section .consider-item p {
  font-family: "Inter-Regular";
  margin: 0;
  color: #636364;
  margin-top: 10px;
}
.consider-package-section .consider-item .your-trip {
  border-radius: 25px;
  border: 1px solid #008b9f;
}

.booking-section {
  padding: 15px 35px;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.03);
  border: 1px solid #008b9f #edc504;
}
.booking-section h3 {
  color: #008b9f;
}
.booking-section h3::before {
  content: "";
  width: 30px;
  height: 4px;
  background: #008b9f;
  position: absolute;
  border-radius: 3px;
  bottom: -5px;
}
.booking-section select {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  padding: 0px 10px;
}
.booking-section input {
  width: 100%;
  height: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
}
.booking-section textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 0px 10px;
  background-color: transparent;
}
.booking-section .apply-button {
  background-color: #f9aa1c;
  border-color: #f9aa1c;
  color: #fff;
}

.section-title {
  padding-top: 50px;
  padding-bottom: 15px;
}
.section-title span {
  color: #008b9f;
  font-size: 18px;
}
.section-title h2 {
  margin-top: 5px;
  font-size: 32px;
}
.section-title h2 span {
  font-size: 32px;
}

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-nav span {
  font-size: 21px;
  color: #fff;
}
.owl-nav button.owl-prev {
  position: absolute;
  left: -20px;
  top: -35px;
  background: #f9aa1c !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}
.owl-nav button.owl-next {
  position: absolute;
  right: 20px;
  top: -35px;
  background: #f9aa1c !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1440px) {
  h2 {
    font-size: 20px !important;
  }
  .package-price-section .package-bg .package-title h3 {
    font-size: 22px;
  }
  .package-price-section .package-bg .package-title h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 991px) {
  .booking-section {
    padding: 30px !important;
  }
  .health-package-details-form-col {
    padding-left: 9px !important;
    margin-top: 20px;
  }
  .package-price-section .package-bg {
    padding: 30px;
    border-radius: 10px !important;
  }
  .package-price-section .package-bg .package-title h2 {
    font-size: 20px !important;
  }
  .package-price-section .package-bg .package-title h3 {
    font-size: 18px !important;
  }
  .package-price-section .package-bg .package-title h3 span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .booking-section {
    padding: 20px !important;
  }
  .package-price-section .package-bg p {
    line-height: 25px;
  }
  .package-price-section .package-bg {
    padding: 20px;
    border-radius: 10px !important;
  }
  h2 {
    font-size: 17px !important;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 16px !important;
  }
  .package-title {
    display: initial !important;
  }
  .package-title img {
    width: 100% !important;
  }
  .package-price {
    margin-top: 15px;
  }
}
