body {
  font-family: "Inter", sans-serif;
  background-color: #ffffff;
  color: #333333;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Poppins", sans-serif;
}
.z-2 {
  position: relative;
  z-index: 2;
}
.ml-4 {
  margin-left: 1.5rem !important;
}
.nav-link.active,
.bg-orange {
  background-color: #ff620e !important;
  color: #ffffff;
}
.text-orange {
  color: #ff620e !important;
}

.overlay-primary:before {
  position: absolute;
  content: "";
  background: #0d1b48;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  color: #fff;
  text-decoration: none;
}
.price_container {
  border-left: 1px solid #22577a;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.price_container p {
  font-size: 0.875rem;
  white-space: nowrap;
  margin: 0;
}
.offer_price .price-rupee {
  font-size: 1.25rem;
  line-height: 1em;
  color: #22577a;
  font-weight: 700;
}
.price {
  margin: 0;
  font-size: 1rem;
  text-decoration: line-through;
  color: #22577a;
  font-weight: 500;
}
.text-bg-dark {
  color: #ffffff;
  background-color: #000000;
}
.badge {
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  border-radius: 0.375rem;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  display: inline-block;
  margin: 0 5px;
}
.trust-section i {
  display: block;
  font-size: 1.5rem;
}
.show_hide{color:#0a58ca; text-decoration: underline;}
/*.accordion-item h2 span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}*/
#itinerary .accordion-item,
#itinerary .accordion-item .accordion-body,
#itinerary .accordion-item .accordion-button {
  border-radius: 5px;
  background-color: #f3f5fa;
  position: relative;
}
#itinerary .accordion-item {
  margin-top: 3px;
  background: none;
  border-bottom: none;
}
/* image gallery*/
/** LIGHTBOX MARKUP **/

.footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}
.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
.footer-newsletter form input[type="email"]:focus-visible {
  outline: none;
}
.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.wrapper-nav {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f8f9fa;
  position: sticky;
  top: 0px;
  z-index: 3;
}

.list {
  position: absolute;
  left: 0px;
  top: 0px;
  min-width: 3500px;
  margin-top: 0px;
}
.scroller-left {
  left: 0;
}
.scroller-right {
  right: 0;
}

.scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  padding: 7px 11px;
  white-space: no-wrap;
  vertical-align: middle;
  background-color: #f8f9fa;
  position: absolute;
  z-index: 1;
}
.modal-form {
  text-decoration: underline;
  cursor: pointer;
  color: #22577a;
}
#itinerary .accordion-item {
  position: relative;
}
#itinerary .accordion-item label {
  margin-left: 70px;
  display: block;
}
#itinerary .accordion-item label .dot::before {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: -16px;
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 22px;
}

#itinerary .accordion-item label::before {
  position: absolute;
  content: "";
  background: #b2b2b2;
  top: 30px;
  width: 2px;
  left: 57px;
  height: 100%;
  z-index: 1;
}
#itinerary .accordion-item label .day {
  position: absolute;
   left: -75px;
  top: 17px;
  font-weight: 400;
  z-index: 1;
}
#itinerary .accordion-item .collapse.show ~ .day {
  color: #ff620e !important;
}
#itinerary .accordion-item:last-child > label::before {
  display: none;
}
.accordion-item .accordion-header button:focus {
  box-shadow: none;
}

.accordion-button.dot.collapsed .day {
  color: #b2b2b2;
}
.accordion-button.collapsed.dot::before {
  background: #0d1b48;
}
.accordion-button.dot::before {
  background: #0d6efd;
}
.accordion-button.dot .day {
  color: #0d6efd;
}
/* ------------------------- Listing Page ------------------------------- */
.gap-4 {
  gap: 1.6rem !important;
}

.text-bg-dark {
  color: #ffffff;
  background-color: #000000;
}
.badge {
  color: #ffffff;
  font-size: 0.85em;
  font-weight: 400;
  border-radius: 0.375rem;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  display: inline-block;
  margin: 0 5px;
}
.vstack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.largeButton {
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
.button [type="radio"]:checked,
.button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filterPart .accordion .accordion-item .button.radioToggleButton {
  height: 50px;
  background-color: #f9f9f9;
  border: solid 1px #bebebe;
  border-radius: 3px;
  padding: 0;
  cursor: pointer;
}
.filterPart .button [type="radio"]:checked + label,
.filterPart .button [type="radio"]:not(:checked) + label {
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  margin-bottom: 0;
  transition: all 0.3s;
  padding: 0 0.875rem;
  color: #595959;
  font-weight: 600;
}
.filterPart .button [type="radio"]:checked + label {
  background-color: #ff620e;
  color: #ffffff;
  border: solid 1px #ff620e;
}
.filterPart .accordion-item .accordion-header button {
  background-color: #84c9e3;
  color: #000000;
}
h5.fare{ line-height:16px;}

/* mobile filter */

.offcanvas-xl {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 300px;
  --bs-offcanvas-height: 100%;
  --bs-offcanvas-padding-x: 1.875rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: #ff;
  --bs-offcanvas-bg: #fff;

  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    color: #fff;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    -webkit-transform: none;
    transform: none;
  }
}
@media (min-width: 1200px) {
  .offcanvas-end {
    transform: none !important;
    width: 100% !important;
    border: none !important;
  }
  .offcanvas-header {
    display: none;
  }
  .package__filter {
    margin-top: -1.5rem;
  }
}
/* Pagination */
.pagination-primary-soft .page-item {
  margin: 3px;
}
.pagination .page-item {
  margin-bottom: 5px;
  float: left;
}
@media (max-width: 768px) {
img.destination{ height:120px;}
}