@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.font-size-7 {
  font-size: 7px;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-34 {
  font-size: 34px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-38 {
  font-size: 38px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 44px;
}

.font-size-46 {
  font-size: 46px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-66 {
  font-size: 66px;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

body {
  font-family: "Montserrat", sans-serif;
}

.font_play_fare {
  font-family: "Playfair Display", serif;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.bg-light {
  background: #f1f1f1 !important;
}

.social-icons a .fa-facebook-f {
  color: #1877F2; /* Facebook Blue */
}

.social-icons a .fa-twitter {
  color: #1DA1F2; /* Twitter Blue */
}

.social-icons a .fa-linkedin {
  color: #0077B5; /* LinkedIn Blue */
}

.social-icons a .fa-instagram {
  color: #E4405F; /* Instagram Pink */
}

.text-danger {
  color: #d61f26 !important;
}

.bg-danger {
  background: #d24040 !important;
}

.text-primary {
  color: #041848 !important;
}

nav {
  border-bottom: 3px solid #e26b6b;
}

nav li a {
  color: #021747;
  font-weight: bold;
  padding: 10px 20px;
}

.custom_modal .owl-nav button span {
  display: none;
}
.custom_modal .owl-nav button.owl-prev {
  background: url("../images/prev.png") no-repeat center center;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}
.custom_modal .owl-nav button.owl-next {
  background: url("../images/prev.png") no-repeat center center;
  width: 22px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  right: -22px;
}
.custom_modal .owl-nav button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.how_it_works {
  background: url("../images/how_work.png") no-repeat center center/cover;
  position: relative;
}
.how_it_works::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.package_otr .package_inr {
  border-radius: 18px;
  overflow: hidden;
}
.package_otr .package_inr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(135, 70, 49, 0.6);
  border-radius: 18px;
}
.package_otr .package_inr .con_des_bg1 {
  background: rgba(201, 133, 54, 0.6);
}
.package_otr .owl-item:nth-of-type(even) .package_inr::before {
  background: rgba(222, 155, 44, 0.4);
}
.package_otr .owl-item:nth-of-type(even) .package_inr .con_des_bg1 {
  background: rgba(235, 212, 175, 0.6);
}

.how_it_works_list li {
  margin-right: 50px !important;
}
.how_it_works_list li:last-child {
  margin-right: 0px !important;
}
.how_it_works_list li img {
  width: 60px;
}

.city_list li a {
  position: relative;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
}
.city_list li a::after {
  content: "/";
  position: absolute;
  right: -4px;
  width: 1px;
  height: 100%;
  top: 0;
}

footer {
  background-color: #E87C51;
}
footer .footer_list li a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
}

.footer_social_link li img {
  width: 32px;
}

.nav-icon {
  width: 24px;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  height: 18px;
  position: relative;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.2s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 0px;
}

.nav-icon span:nth-child(2) {
  top: 50%;
}

.nav-icon span:nth-child(3) {
  top: 100%;
}

@media (max-width: 991px) {
  .customer_say .font-size-30 {
    font-size: 24px;
  }
  footer .font-size-26 {
    font-size: 18px;
  }
  footer .font-size-14 {
    font-size: 12px;
  }
  footer .footer_list li a {
    font-size: 12px;
  }
  footer .footer_social_link li img {
    width: 24px;
  }
  footer .font-size-16 {
    font-size: 14px;
  }
  .city_list li a {
    font-size: 13px;
  }
  .health_section .font-size-30 {
    font-size: 24px;
  }
  .health_section .font-size-28 {
    font-size: 24px;
  }
  .nav_list {
    display: none;
  }
  .show_nav .nav_list {
    display: block;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
  }
  .show_nav nav li {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .show_nav nav li a {
    padding: 10px 0;
    display: block;
  }
  .show_nav .nav-icon span {
    background: #e26b6b;
  }
  .show_nav .nav-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px;
  }
  .show_nav .nav-icon span:nth-child(2) {
    display: none;
  }
  .show_nav .nav-icon span:nth-child(3) {
    top: 10px;
    transform: rotate(121deg);
  }
  .blog_details {
    font-size: 14px;
  }
  .blog_details .font-size-40 {
    font-size: 20px;
  }
  .welness_packages .font-size-34 {
    font-size: 20px;
  }
  .welness_packages .font-size-21 {
    font-size: 16px;
  }
  .welness_packages .font-size-29 {
    font-size: 22px;
  }
  .welness_packages .btn-danger {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */