@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: "Inter", sans-serif;
}

html {
  scroll-padding-top: 90px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1320px;
}

ul ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 2;
  font-weight: 500;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  font-size: 15px;
}

p {
  line-height: 2;
  font-weight: 400;
  color: rgb(0, 0, 0);
  letter-spacing: 0.5px;
  font-size: 15px;
}


.tour-amenities-content {
  border-bottom: 1px dashed #f7921f;
  padding: 10px;
  border-radius: 10px;
}

.tour-amenities-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.tour-amenities-list li a {
  color: #041126;
  padding-right: 20px;
  font-weight: 600;
  font-size: 19px;
}

.tour-amenities-list i {
  color: #f7921f;
  margin-right: 6px;
  font-size: 16px;
}

.tourdetails__title::before {
  font: var(--fa-font-solid);
  content: "\f10d";
  position: absolute;
  left: -26px;
  top: -7px;
  font-size: 29px;
  width: 21px;
  line-height: 0.8;
  height: 47px;
  border-radius: 50%;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}



.tour-amenities-list li a {
  color: rgb(0, 0, 0);
  padding-right: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}



.tour-nav {
  height: 80px;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--white-color);
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  padding-top: 10px;
}

.tour-listing-details__title {
  font-size: 23px;
  text-transform: capitalize;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: rgb(0, 0, 0);
  font-weight: 700;
  /* margin-top: 15px; */
}

.tour-listing-details__overview-text {
  color: #000;
}

.include__exclude {
  display: flex;
  justify-content: space-between;
}

.tour-details-wrapper {
  border-radius: 20px;
  box-shadow: none;
  padding: 0;
  background-color: transparent;
}

.from_price {
  font-size: 25px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-left: 0;
  border-right: none !important;
}


.tour-nav .btn {
  width: 190px;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: top;
  border-radius: 9px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  position: relative;
  background: var(--bg-color);
  overflow: hidden;
  color: #fff !important;
}

.tour-include li {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
}

.tour-Highlights li {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
}

.tour-exclude li {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 400;
}

.tours-item {
  height: 462px;
}

.Current .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 42px;
}

.tours-item .contentt {
  padding: 0 8px 11px;
  text-align: left;
  /* box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25); */
}

.text-left {
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .25);
  border-radius: 20px;
}

.Current .swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #233f5a;
  width: 9px;
  height: 9px;
}




.gallery-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.swiper-thumbs {
  width: 120px;
  height: 493px;
  overflow: hidden;
}

.swiper-thumbs .swiper-slide {
  height: 115px !important;
  cursor: pointer;
  opacity: 0.5;
}

.swiper-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #519c95;
  border-radius: 9px;
}

.swiper-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.swiper-main {
  flex: 1;
  position: relative;
}

.swiper-main img {
  width: 100%;
  height: 490px;
  border-radius: 10px;
}

.see-more-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}


/* Responsive styles */
@media (max-width: 768px) {
  .gallery-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .swiper-thumbs {
    width: 100%;
    height: auto;
  }

  .swiper-thumbs .swiper-slide {
    height: auto;
    display: none;
  }

  .swiper-thumbs .swiper-wrapper {
    flex-direction: row !important;
  }

  .swiper-thumbs img {
    height: 80px;
    width: auto;
  }

  .swiper-thumbs {
    order: 1;
  }

  .swiper-main {
    order: 2;
  }
}


/* ===================================== */


.wpo-select-area,
.wpo-select-section-s2 .wpo-select-area {
  -webkit-box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  background: #fff;
  padding-left: 10px;
  border-radius: 10px;
}

.wpo-select-area form,
.wpo-select-section-s2 .wpo-select-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
}

.about-section .features,
.about-section .text-col .lower-text,
.about-two .features,
.about-two .outer-box,
.accordion-box,
.banner-section .banner-container,
.banner-two .banner-container,
.default-form,
.destination-section .gallery-box,
.destination-single .weather,
.drop-list-one .dropdown-outer,
.dsp-container .content-inner,
.dsp-container .content-side,
.dsp-container .content-side .upper-content,
.dsp-container .dsp-stat-widget,
.dsp-container .dsp-stat-widget .stats,
.dsp-container .dsp-stat-widget ul,
.dsp-container .get-help-widget,
.dsp-container .sidebar-side,
.dsp-container .similar-widget,
.dsp-container .similar-widget .posts,
.dsp-container .sp-header,
.dsp-container .why-us-widget,
.dsp-container .why-us-widget .info,
.dsp-container .why-us-widget ul,
.facts-two,
.faqs-accordion,
.footer-subscribe form .form-group .field-inner,
.header-top .top-left .info,
.hotel-single-banner .outer-container,
.insta-section-two .insta-feed,
.main-footer,
.main-footer .app-info,
.main-footer .app-info .links,
.main-footer .info,
.main-footer .links,
.main-footer .news,
.main-header .nav-outer,
.news-section .news-box,
.news-two .news-box,
.our-speciality .content-col,
.our-speciality .feature .text,
.our-speciality .features,
.our-speciality .outer-box,
.package-block .image-box,
.package-block-two .content-box .info,
.packages-two .lower-data .content-box,
.packages-two .title-outer .tab-buttons,
.rooms-avail-box .type-block,
.rooms-avail-box .type-block .room-specs,
.search-one .outer,
.search-one .search-tabs,
.sidebar-container .activities,
.sidebar-container .author-box .more,
.sidebar-container .cbf-widget,
.sidebar-container .cbf-widget .cb-block,
.sidebar-container .cbf-widget ul,
.sidebar-container .comments-area,
.sidebar-container .content-inner,
.sidebar-container .content-side,
.sidebar-container .gallery-widget,
.sidebar-container .packages,
.sidebar-container .sidebar-side,
.sidebar-container .social-widget .social-links,
.site-form form .form-group .field-inner,
.styled-pagination ul,
.subscribe-section .outer-box,
.subscribe-section form .form-group .field-inner,
.t-book-widget,
.t-book-widget .add-ser .cb-block,
.t-book-widget .add-ser ul,
.t-gallery .images,
.t-reviews,
.t-reviews .reviews .rev-header,
.t-reviews .see-all,
.tabs-box,
.tabs-box .tab-buttons,
.tabs-box .tabs-content,
.team-section .team-box,
.testi-block-two,
.testimonials-two .image-col .image-box,
.testimonials-two .image-col .image-box img,
.tp-accordion,
.why-us .f-block-two .text,
.why-us .features,
.why-us .image-col .image-box,
.why-us-two .f-block-three .text,
.why-us-two .features,
.why-us-two .outer-box,
.why-us-two .text-col,
form,
form .form-group .e-label {
  position: relative;
}

.wpo-select-area form .select-sub,
.wpo-select-section-s2 .wpo-select-area form .select-sub {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.wpo-select-area form .date,
.wpo-select-section-s2 .wpo-select-area form .date {
  position: relative;
  border-right: 2px solid #c8ced4;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.wpo-select-area form .date input,
.wpo-select-section-s2 .wpo-select-area form .date input {
  height: auto;
  border: 0;
  padding: 0 0 0 65px;
  width: 100%;
  font-size: 16px;
  box-shadow: 0px 1px 13px 0px transparent;
}

.wpo-select-area form .date i,
.wpo-select-section-s2 .wpo-select-area form .date i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-select-area form .select-sub:nth-child(3),
.wpo-select-section-s2 .wpo-select-area form .select-sub:nth-child(3) {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}


.wpo-select-area form .select-sub,
.wpo-select-section-s2 .wpo-select-area form .select-sub {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

.tourist-group,
.wpo-select-section-s2 .tourist-group {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}

.destination-single .content-col,
.faqs-accordion .block,
.our-speciality .feature h4,
.tp-accordion .block,
form .form-group {
  position: relative;
  margin-bottom: 4px;
}

.tourist-group-wrap,
.wpo-select-section-s2 .tourist-group-wrap {
  width: 100%;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

.tourist-inner,
.wpo-select-section-s2 .tourist-inner {
  padding-left: 55px;
}

.tourist-inner i,
.wpo-select-section-s2 .tourist-inner i {
  position: absolute;
  left: 30px;
  top: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.tourist-group i,
.wpo-select-section-s2 .tourist-group i {
  position: absolute;
  right: 10px;
  top: 50%;
}

.tourist-inner ul,
.wpo-select-section-s2 .tourist-inner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
}

.tourist-inner ul li,
.wpo-select-section-s2 .tourist-inner ul li {
  font-size: 17px;
  position: relative;
  display: flex;
}

form .form-group input[type=email],
form .form-group input[type=file],
form .form-group input[type=number],
form .form-group input[type=password],
form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=url],
form .form-group select,
form .form-group textarea {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 16px;
  color: #2d3434;
  line-height: 30px;
  font-weight: 400;
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tourist-inner input,
.wpo-select-section-s2 .tourist-inner input {
  height: 25px !important;
  width: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
  background: 0 0;
}

.tourist-inner ul li+li:before,
.wpo-select-section-s2 .tourist-inner ul li+li:before {
  position: absolute;
  left: 10px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #7f91a6;
  border-radius: 50%;
}

.tourist-inner ul li,
.wpo-select-section-s2 .tourist-inner ul li {
  font-size: 17px;
  position: relative;
  display: flex;
}

.tourist-dropdown,
.wpo-select-section-s2 .tourist-dropdown {
  position: absolute;
  top: 142%;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  padding: 10px;
  width: 350px;
  border-radius: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 99;
}

.tourist-group-wrap span,
.tourist-item-group,
.wpo-select-section-s2 .tourist-group-wrap span,
.wpo-select-section-s2 .tourist-item-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tourist-item,
.wpo-select-section-s2 .tourist-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.tourist-group-wrap span,
.wpo-select-section .tourist-item-group,
.wpo-select-section-s2 .tourist-group-wrap span,
.wpo-select-section-s2 .tourist-item-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tourist-item-group button,
.wpo-select-section-s2 .tourist-item-group button {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #e3e7e9;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  min-width: 32px;
}

.form-group .tourist-item-group input,
.wpo-select-section-s2 .form-group .tourist-item-group input {
  height: 20px;
  width: 66px;
  border: none;
  text-align: center;
  background: 0 0;
}

form .form-group input[type=email],
form .form-group input[type=file],
form .form-group input[type=number],
form .form-group input[type=password],
form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=url],
form .form-group select,
form .form-group textarea {
  position: relative;
  display: block;
  height: 54px;
  width: 100%;
  font-size: 16px;
  color: #2d3434;
  line-height: 30px;
  font-weight: 400;
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.wpo-select-section .tourist-item-group input,
.wpo-select-section-s2 .tourist-item-group input {
  height: 20px;
  width: 50px;
  border: none;
}

.wpo-select-section .tourist-item-group button,
.wpo-select-section-s2 .tourist-item-group button {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  border: 1px solid #e3e7e9;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  min-width: 32px;
}

.wpo-select-section .tourist-item,
.wpo-select-section-s2 .tourist-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.wpo-select-section .tourist-group-wrap span,
.wpo-select-section .tourist-item-group,
.wpo-select-section-s2 .tourist-group-wrap span,
.wpo-select-section-s2 .tourist-item-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn:not(:disabled):not(.disabled),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer;
}

form .form-group button,
form .form-group input[type=submit] {
  display: inline-block;
  min-width: 275px;
}

.close-dropdown {
  padding: 0.5em;
  border-radius: 10px;
  margin: 10px;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

@media (min-width: 991px) {

  .wpo-select-section .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section .wpo-select-area form .select-sub .view-cart-btn,
  .wpo-select-section-s2 .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section-s2 .wpo-select-area form .select-sub .view-cart-btn {
    right: -5px;
  }
}

.wpo-select-section .wpo-select-area form .select-sub .theme-btn,
.wpo-select-section .wpo-select-area form .select-sub .view-cart-btn,
.wpo-select-section-s2 .wpo-select-area form .select-sub .theme-btn,
.wpo-select-section-s2 .wpo-select-area form .select-sub .view-cart-btn {
  width: 100%;
  height: 120px;
  background: #303443;
  border-radius: 0 10px 10px 0;
  font-size: 20px;
  font-family: Muli;
  position: relative;
  color: #fff;
}

.btn:not(:disabled):not(.disabled),
[role=button],
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer;
}

.theme-btn {
  display: inline-block;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

.carousel-inner:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.box--price--new {
  border: 2px solid #bbd8d6;
  margin: 15px 0;
  padding: 30px;
  border-radius: 10px;
}

.tit--box {
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.left--box-price label {
  color: #000;
  font-weight: 700;
  margin: 10px 0 25px;
  font-size: 20px;
}

.left--box-price p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #333;
  font-weight: 600;
}

.left--box-price p span {
  float: right;
  color: #ff8d00;
  font-weight: 700;
}

.right--box-price {
  margin: 45px 0 0;
}

.right--box-price p {
  display: flex;
  align-items: center;
}

.right--box-price p {
  overflow: hidden;
}

.right--box-price p i {
  float: left;
  font-size: 40px;
  margin: 2px 10px 10px 0;
}

.right--box-price p strong {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 85%;
}

.right--box-price p i {
  float: left;
  font-size: 17px;
  margin: 11px 5px 0 0;
  color: #f7921f;
}

.right--box-price p strong {
  color: #4a4a4a;
  font-size: 15px;
  font-weight: bold;
  float: left;
  width: 85%;
}

.total--price-new {
  background-color: #ffa500;
  border-radius: 10px;
}

.total--price-new {
  padding: 0 0 0;
}

.total-left,
.total-left strong {
  /* color: white !important; */
}

.total-left {
  margin-left: 15px;
}

.dsp-container .text,
.dsp-container p {
  line-height: 1.65em;
}

.total_price {
  font-size: 22px;
  margin: 0 0 0 0;
}

.total-left,
.total-left strong {
  color: white !important;
}

.wpo-select-section .wpo-select-area,
.wpo-select-section-s2 .wpo-select-area {
  -webkit-box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  box-shadow: none;
  background: #fff;
  padding-left: 0;
  border-radius: 10px;
}

.wpo-select-section .wpo-select-area form,
.wpo-select-section-s2 .wpo-select-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  border-radius: 60px;
  justify-content: space-evenly;
  align-items: flex-start;
  /* padding-left: 11px; */
  flex-direction: column;
}

.wpo-select-area form .date,
.wpo-select-section-s2 .wpo-select-area form .date {
  border-right: none;
}

.wpo-select-section .wpo-select-area form .date input,
.wpo-select-section-s2 .wpo-select-area form .date input {
  padding: 0;
}

.wpo-select-section .tourist-inner,
.wpo-select-section-s2 .tourist-inner {
  padding-left: 0;
}

.wpo-select-section .tourist-group-wrap,
.wpo-select-section-s2 .tourist-group-wrap {
  padding: 0;
}

.wpo-select-section .wpo-select-area,
.wpo-select-section-s2 .wpo-select-area {
  -webkit-box-shadow: 0 1px 13.5px 1.5px rgba(46, 49, 108, .08);
  box-shadow: none;
  background: #fff;
  padding-left: 11px;
  border-radius: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="subject"] {
  background: var(--white-color);
  height: 56px;
  margin-bottom: 0;
  color: var(--main-color);
}

.select-sub {
  border: 2px solid #e9ecef;
  width: 97%;
  border-radius: 14px;
  margin-top: 14px !important;
  height: 56px;
}

.wpo-select-section .tourist-inner ul li,
.wpo-select-section-s2 .tourist-inner ul li {
  font-size: 17px;
  position: relative;
  display: flex;
  align-items: center;
}


form .form-group input[type=text],
form .form-group input[type=url],
form .form-group select,
form .form-group textarea {
  margin-bottom: 0;
}



.disclaimerPolicyContainerStyle__KKAG {
  padding: .75rem .5rem .75rem 1rem;
  background: #eafbf7;
  border-radius: .5rem;
}

.disclaimerPolicyContainer__XK18 {
  display: flex;
  margin-top: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  align-self: stretch;
}


.cancellationPolicyContainer___3c8 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: .75rem;
  width: 100%;
}

.rnplMessageContainer__oe93 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: .75rem;
  width: 100%;
}

.cancellationPolicyText__gBMs {
  align-self: stretch;
  color: #000000;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3125rem;
  margin: 0;
}

.link__RQ1a {
  color: #000000;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
  text-align: inherit;
}

.rnplText__PjfA {
  align-self: stretch;
  color: #000000;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3125rem;
  margin: 0;
}

.tour-nav-content {
  justify-content: center;
  display: flex;
  justify-content: space-around;
}

.tour-nav-content a {
  color: #000000;
  font-size: 17px;
  font-weight: 500;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #519c95;
  border-color: #519c95;
}


/* .tour-nav {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: var(--white-color);
    border-radius: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    padding-top: 10px;
}

.tour-nav.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
} */
.tour-nav {
  display: none;
  height: 49px;
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--white-color);
  border: none;
  border-radius: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease;
}

.tour-nav.visible {
  display: block;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .menu-mobile-fixed {
    display: flex;
    position: fixed;
    bottom: 0;
    padding: 7px 20px 10px 12px;
    background: var(--white-color);
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
} */
.addToCart__KneJ {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid #dee2e6;
  flex-shrink: 0;
  cursor: pointer;
  padding: 0px;
  margin-left: 11px;
}

.from_price {
  font-size: 21px;
}


.menu-mobile-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px 16px;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.menu-mobile-fixed.visible {
  display: block;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.menu-mobile-inner {
  display: flex;
  position: fixed;
  bottom: 0;
  padding: 7px 20px 10px 12px;
  background: var(--white-color);
  width: 100%;
  left: 0;
  border-top: 1px solid #ddd;
  box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
  z-index: 9999;
  justify-content: space-around;
  align-items: center;
  gap: 208px;
}

.is-fixed .logo-header {
  height: 66px;
}

.btn {
  border: none;
}

.btn-primary:hover {
  background-color: #519c95;
}


.total--price-new {
  background-color: rgb(238 238 238);
  border-radius: 10px;
}

.total-left,
.total-left strong {
  color: #000 !important;
}

.contact-floatbox {
  bottom: 4rem;
}

.tour-include ul li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f00c";
  width: 20px;
  height: 20px;
  color: #000;
  margin-right: 3px;
  font-size: 12px;
  background-color: #0165b500;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.tour-exclude ul li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f00d";
  width: 20px;
  height: 20px;
  color: #000;
  margin-right: 10px;
  font-size: 12px;
  background-color: #f0808000;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.tour-Highlights ul li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f328";
  width: 20px;
  height: 20px;
  color: #5b5555;
  margin-right: 4px;
  font-size: 12px;
  background-color: #519c9500;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}


.tour-footer-price_box .tour-footer-price {
  font-size: 22px;
  font-weight: 600;
  color: var(--bg-color);
}

.tour-footer-from {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000;
}

.tour-location {
  background: var(--white-color);
  padding: 5px 6px;
  margin-bottom: 1px;
}

.contentt h5 {
  margin-top: 8px;
  padding-left: 4px;
}


.tour-footer-price_box,
.tour-cta {
  width: 53%;
  padding: 0px 0;
  padding-left: 5px;
}

.btn span {
  position: relative;
  z-index: 5;
  color: #fff;
}


.currentHeader__fbwC {
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #4d4d4d;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  background-color: #e3e3e3;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .currentHeader__fbwC {
    padding-top: .6875rem;
    padding-bottom: .6875rem;
  }
}

.tours-item {
  margin-top: -2px;
}

.tours-item .image {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 7px 7px;
}

.tours-item .image {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 0px 0px 7px 7px;
  margin-top: -1px;
}

.Current .swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
}

.Current .swiper-button-next,
.swiper-button-prev {
  margin-top: 0 !important;
  width: 1%;
  height: 1%;
}

.Current .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
  top: 0;
}

.Current .swiper-backface-hidden .swiper-slide {
  margin-top: 17px !important;
}

.Current .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: auto;
  right: 51px;
  top: 0;
}

.Current .swiper-button-next,
.swiper-button-prev {
  color: #000;
  background-color: #fff;
}

.Current .swiper-button-next,
.swiper-button-prev {
  padding: 17px;
  background: #000;
  background: rgba(0, 0, 0, .1);
  color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}


.tours-item {
  color: #0e3d86;
  background: var(--white-color);
  border-radius: 10px;
  border: 1px solid #00000045;
  box-shadow: none;
}

.faqs__content-box .accrodion.active .accrodion-title {
  padding: 15px 9px 5px;
}

.faqs__content-box .accrodion .accrodion-content {
  position: relative;
  padding: 0px 12px 13px;
}

.faqs__content-box .accrodion .accrodion-title {
  position: relative;
  display: block;
  padding: 15px 13px 15px;
}

.bannerContainer__KaOu.default__I82E {
  outline: .0625rem solid #d9d9d9;
}

.rounded__XRua {
  border-radius: .5rem;
}

.bannerContainer__KaOu {
  display: flex;
  gap: 1rem;
  width: 100%;
  padding: .75rem 1rem;
  justify-content: flex-start;
}

.icon__EVBi.iconTop__jNba {
  align-items: flex-start;
}

.icon__EVBi {
  display: flex;
}

.icon__oNjW {
  background-color: #fff9e6;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .5rem;
}


.bannerMessageAndCtaWrapper__Loi9 {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  color: #333333;
}

.bannerMessage__nrUX {
  font-weight: 500;
  font-size: 0.875rem;
}

.bannerSubText__OOGX {
  font-size: 0.8125rem;
}


.tour-amenities.mt-5 {
  margin-top: 39px !important;
}

.categories {
  background-color: var(--white-color);
  box-shadow: 0px 10px 60px 0px rgb(211, 211, 211);
  padding: 23px 17px;
  border-radius: 20px;
  margin-bottom: 24px !important;
  height: 497px;
}

.wpo-select-section .tourist-inner ul,
.wpo-select-section-s2 .tourist-inner ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  gap: 6px;
  height: 52px;
}

.wpo-select-section .tourist-group,
.wpo-select-section-s2 .tourist-group {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  background: #ffffff00;
  position: relative;
}

.select-sub {
  border: 2px solid #ededed;
}

.categories .btn {
  width: 383px;
  height: 51px;
  /* height: 56px; */
}


input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="tel"],
input[type="date"],
input[type="search"],
input[type="password"],
input[type="subject"],
input[type="phone"],
textarea,
.form-select {
  background: var(--white-color);
  border: 1px solid #ddd;
  outline: 0;
  width: 98%;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #519c95;
  border-color: #519c95;
  box-shadow: 0 0 0 .25rem #519c95;
}

.priceWrapper__sw_O {
  display: flex;
  flex-direction: row;
  gap: .25rem;
}

@media screen and (min-width: 768px) {
  .price__dNkx {
    font-size: 1.5rem;
  }
}

.price__dNkx {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .25rem;
}

.tieredPricing__qU8i {
  font-size: 0.75rem;
  color: #4d4d4d;
  margin: 0 0 19px 0;
  /* border-bottom: 2px solid; */
}

.tour-nav h3 {
  padding: .75rem 2rem;
  border-right: none;
  text-align: center;
  position: relative;
}

.accordion {
  /* max-width: 800px; */
  margin: 0 auto;
  /* border: 1px solid #ccc; */
  border-radius: 8px;
  margin-bottom: 23px;
}

.accordion-header {
  border-top: none;
  background-color: none;
  padding: 15px 0px 0px 0px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: center;
  justify-content: space-between;
}

.accordion-arrow {
  transition: transform 0.3s ease;
}

.accordion-arrow.rotate {
  transform: rotate(180deg);
  margin-bottom: 14px;
}

.accordion-content {
  display: none;
  padding: 20px;
  background-color: white;
}

.step {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
  border-left: none;
}

.step::before {
  content: attr(data-step);
  position: absolute;
  left: -18px;
  top: 0;
  background-color: black;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  background: none;
  color: #000;
}

.desc {
  font-size: 15px;
  font-weight: 400;
}

.duration {
  color: gray;
  font-size: 14px;
  margin-top: 10px;
}

.itineraries-timeline .accordion-header::before {
  left: -20px;
  right: 0;
  top: 50%;
  height: 1px;
  position: absolute;
  content: "";
  border: none;
}

.accordion-content {
  display: block;
  /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ none */
  padding: 20px;
  background-color: white;
}


.accordion-header .tour-listing-details__title {
  font-size: 23px;
  text-transform: capitalize;
  line-height: 1.4;
  border-bottom: none;
}

.step {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  flex-direction: column;
}

.step::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f7921f;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
}

.step::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 30px;
  width: 2px;
  height: 100%;
  background-color: #ccc;
}

.step:last-child::after {
  display: none;
}

/* .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
} */

.duration {
  color: gray;
  font-size: 14px;
  margin-top: 10px;
}

#more-steps {
  display: none;
}

.show-more-btn {
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
}

.extra-space {
  margin-bottom: 40px;
}

.menu-mobile-fixed {
  transition: transform 0.3s ease;
  transform: translateY(100%);
}

.menu-mobile-fixed.visible {
  transform: translateY(0);
}

.text-left {
  height: 469px;
}

.text-left .tours-item {
  border: 1px solid #00000000;
}

.text-left .tours-item .image img {
  height: 239px;
}


.text-left .tours-item .contentt {
  padding: 0 10px 5px 15px;
}

.faqs__right-img-overlay p {
  padding: 32px;
}

.faqs .section-title .section-title__title {
  color: var(--white-color);
  font-size: 31px;
  line-height: 14px;
  font-weight: 700;
}

.tour-nav h3.active {
  background-color: transparent;
}

#include,
#exclude,
#itineraries,
#price-policy,
#priceTable,
#tourOverview,
#TourInformation,
#Highlights,
#RelatedTours,
#InquiryForm,
#Notes,
#Highlights,
.Check_Availability {
  scroll-margin-top: 0;
}

/* .navbar-toggler {
  height: 41px;
  line-height: 32px;
  width: 36px;
  cursor: pointer;
  top: 29px;
  right: 20px;
  position: absolute;
  margin-right: 20px;
  bottom: 25px;
  font-size: 28px;
}

.total--price-new .btn {
    margin-left: 50%;
    margin-top: 5%;
}
.tour-nav-content {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
} */

.total--price-new .btn {
    margin-left: 50%;
    margin-top: 5%;
}
.faqs {
    margin-top: 3rem !important;
}

.icon__oNjW i{

color: #f7921f;

font-size: 21px;

text-align: center;

margin: 9px;
}
@media (max-width: 767.98px) {
  .swiper-main img {
    width: 100%;
    height: 254px;
    border-radius: 10px;
  }

  h1 {
    font-size: 20px;
    margin-bottom: 7px;
    line-height: 29px;
    margin-top: 12px;
  }

  .tour-amenities {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .categories {
    margin-bottom: 8px !important;
    margin-top: 24px !important;
  }


  .tour-nav-content {
    display: flex !important;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .tour-nav {
    z-index: 9999 !important;
    top: 0 !important;
    padding-top: 0;
    height: 50px;
  }

  .from__price {
    display: none !important;
  }

  .from_price {
    display: block;
  }

  .from_price {
    font-size: 19px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    margin-left: 0;
    border-right: none !important;
  }

  .tour-details-wrapper {
    border-radius: 20px;
    box-shadow: none;
    padding: 6px;
    background-color: transparent;
  }

  .include__exclude {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .section__title {
    color: #000 !important;
    font-size: 23px;
  }

  .tours-item {
    color: #233f5a;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0;
    margin-bottom: -21px;
    position: absolute;
  }

  .menu-mobile-inner {
    display: flex;
    position: fixed;
    bottom: 0;
    padding: 7px 0px 10px 0px;
    background: var(--white-color);
    width: 100%;
    left: 0;
    border-top: 1px solid #ddd;
    box-shadow: -1px -3px 30px 0 rgba(0, 0, 0, .1);
    z-index: 9999;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    gap: 11px;
  }

  .select-sub {
    margin-left: 0 !important;
  }

  .wpo-select-section .tourist-dropdown,
  .wpo-select-section-s2 .tourist-dropdown {
    width: 306px;
  }

  .box--price--new {
    border: 2px solid #ffa500;
    margin: 15px 0;
    padding: 9px;
    border-radius: 10px;
  }

  .left--box-price p {
    margin: 0 0 19px;

  }

  .right--box-price {
    margin: 0;
  }

  .right--box-price p strong {
    font-size: 13px;
  }

  .right--box-price p i {
    float: left;
    font-size: 17px;
    margin: 5px 5px 0 0;
  }

  .total-left {
    margin-left: 4px;
  }

  .price-card {
    background: var(--card-bg);
    border-radius: var(--radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid var(--border-color);
    margin-top: 12px;
  }

  .price-content {
    padding: 0;
  }

  .box--price--new {
    border: 2px solid #ffa500;
    margin: 0;
    padding: 9px;
    border-radius: 10px;
  }


  .menu-mobile-inner {
    padding: 7px 0px 10px 0px;
    justify-content: space-around;
    align-items: center !important;
    flex-direction: column;
    gap: 11px;
  }

  .tour-amenities.mt-5 {
    margin-top: 0 !important;
  }


  .categories .btn {
    width: 287px;
    height: 45px;
  }

  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="number"],
  input[type="tel"],
  input[type="date"],
  input[type="search"],
  input[type="password"],
  input[type="subject"],
  .form-select {
    height: 50px;
  }

  .categories {
    height: 520px;
  }

  .accordion-content {
    display: block;
    padding: 3px;
    background-color: white;
    margin-top: 11px;
  }

  .section__title {
    color: #000 !important;
    font-size: 20px;
  }

  .text-left .tours-item .contentt {
    padding: 0 4px 5px 2px;
  }


  .text-left {
    height: 467px;
  }

  .tours-item .contentt {
    padding: 0 3px 11px;
  }

  .tour-location span {
    font-size: 11px;
  }

  .contentt h5 {
    margin-top: 2px;
  }

  .tours-item .contentt h5 a {
    font-size: 13px;
  }

  .tour-location {
    background: var(--white-color);
    padding: 2px 6px;
    margin-bottom: 1px;
  }

  .tour-footer-price_box,
  .tour-cta {
    width: 100%;
    padding-left: 5px;
  }

  .Current .swiper-backface-hidden .swiper-slide {
    margin-top: 25px !important;
  }

  .faqs__content-box .accrodion .accrodion-title h4 {
    position: relative;
    color: #1b2336;
    font-size: 16px;
  }

  .faqs .section-title .section-title__title {
    color: var(--white-color);
    font-size: 24px;
    line-height: 37px;
    font-weight: 700;
  }

  .footer-bar {
    padding-bottom: 0;
  }

  .Current .swiper-button-next,
  .swiper-button-prev {
    padding: 14px;
    background: #000;
    background: rgba(0, 0, 0, .1);
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 0;
  }

  .Current .swiper-backface-hidden .swiper-slide {
    margin-top: 11px !important;
  }

  .text-left .tours-item .image img {
    height: 201px;
  }

  .text-left .tours-item .image img {
    height: 154px;
    border-radius: 20px;
    padding: 3px;
  }

  .text-left {
    height: 368px;
  }

  .tours-item .image img {
    height: 152px;
  }

  .New_Item{
    padding-left: 0px !important;
  }
.tours-item {
    height: 353px;
}
.faqs {
    margin-top: 0rem !important;
}
.total--price-new .btn {
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 11px;
}
}