.mainjhwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mainjhwrapper .wrapperitems {
  width: 16%;
  display: flex;
  justify-content: center;
}

.mainjhwrapper .wrapperitems.lo-del {
  width: 25%;
}

.foot-socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.foot-socials ul li a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #103e65;
  font-size: 15px;
  transition: all ease 0.4s;
  color: #fff;
}

.footer-widget .foot-socials ul li a svg {
  height: 23px;
  width: 23px;
  color: white;
}

.footer-widget {
  margin-bottom: 30px;
  margin-top: 30px;
}

.footer-widget h4 {
  margin-bottom: 15px;
  font-size: 15px;
  color: #003a75;
}

.footer-menu li {
  margin-bottom: 5px;
}

.footer-widget ul li a {
  color: #1a1a1a;
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-widget ul li a svg,
.luc-ty {
  height: 16px;
  width: 16px;
}

.footer-widget ul li a:hover {
  color: #4F81BC;
}

.fg-container {
  max-width: 1300px;
  padding: 35px 10px;
  width: 100%;
  margin: auto;
  margin-top: 20px;
}

.interNa {
  display: none;
}

.newsletter {
  margin: 15px 0;
}

.newsletter svg {
  color: #103e65;
}

.fg-heading {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
  font-family: 'poppins', sans-serif;
  text-align: left;
}

.fg-blue-container {
  background-color: #eaf3ff;
}

.fg-orange-container {
  background-color: #eaf3ff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.do-more__grid {
  display: flex;
  flex-wrap: wrap;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 1px 1px 20px 5px rgba(2, 6, 22, 0.1);
  padding: 15px;
}

.do-more__item {
  flex: 1 1 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 12px;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #e8e8e8;
  transition: background 0.15s ease;
}

.do-more__item:last-child {
  border-right: none;
}

.do-more__item:hover {
  background: #f5f8ff;
}

.do-more__icon-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #4F81BC;
}

.do-more__badge {
  position: absolute;
  top: -6px;
  right: -15px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 20px;
  white-space: nowrap;
}

.do-more__label {
  font-size: 13px;
  color: #000;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}

.routes-container {
  background-color: #eaf3ff;
}

.flight-routes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.route-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
}

.route-card:hover {
  background: #f7f7f7;
  border-color: #c0c0c0;
}

.route-card__image {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #fff;
}

.route-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.route-card__image--fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #aaa;
}

.route-card__info {
  min-width: 0;
}

.route-card__title {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'poppins', sans-serif;
}

.route-card__destinations {
  margin: 0;
  font-size: 12px;
  color: #555;
}

.route-card__dest-link {
  color: #1a73e8;
  cursor: pointer;
  text-decoration: none;
}

.route-card__dest-link:hover {
  text-decoration: underline;
}

.route-card__dest-separator {
  margin: 0 4px;
  color: #aaa;
}

.NotFound_noHotelFoundWrapper__E1uxv {
  border: 1px solid #000;
}

.routes__show-more {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.routes__show-more-btn {
  background: transparent;
  border: 1px solid #4F81BC;
  color: #4F81BC;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 28px;
  border-radius: 20px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.routes__show-more-btn:hover {
  background: #4F81BC;
  color: #fff;
}

.book-fg__outer {
  overflow: hidden;
  position: relative;
}

.book-fg__track {
  display: flex;
  gap: 12px;
  transition: transform 0.5s ease;
  will-change: transform;
}

.book-fg__card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 14px 16px;
  box-sizing: border-box;
  flex-shrink: 0;
}

.book-fg__icon {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-fg__icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.book-fg__text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}

.book-fg__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.book-fg__dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #cccccc;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, border-radius 0.3s ease, background 0.3s ease;
}

.book-fg__dot--active {
  width: 18px;
  border-radius: 4px;
  background: #4F81BC;
}

.book-fg__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.book-fg__card {
  display: flex;
  height: 100px;
  width: 20%;
  border-radius: 15px;
  padding: 20px;
  align-items: center;
  box-sizing: border-box;
}

.book-fg__text {
  font-family: 'poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: end;
  color: #000;
}

.book-fg__card:hover {
  box-shadow: 0 8px 30px rgba(2, 6, 23, 0.1);
}

.fg-subscription-container {
  text-align: center;
  padding: 40px 20px;
}

.subscription-form button {
  background-color: #4F81BC;
  color: #fff;
  border: none;
  padding: 11px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ne_review_card {
  padding: 0px;
}

.ne_review_card .slick-slide img {
  width: 100%;
}

.UDslider .ne_review_card {
  color: #000;
  font-family: 'poppins', sans-serif;
  align-content: center;
  padding: 20px;
}

.fg-heading2 {
  color: #000;
  font-family: 'poppins', sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.ne_review_card .icon-box {
  background-color: #4F81BC;
  height: 60px;
  width: 60px;
  margin: 8px 0px;
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

.flight-search-fg .one-way .return-picker.active-return-picker {
  opacity: .5;
  cursor: default;
  pointer-events: none;
}

.NotFound_sortBarOptionActive__8zkqx {
  color: #4F81BC;
}

.flight-search-fg {
  background: #fff;
  border-radius: 10px;
  color: #4F81BC;
}

.flight-search-fg.flight-search-wrapper {
  max-width: 1380px;
  display: flex;
  margin-top: 30px;
  padding: 20px 10px 10px 20px;
  gap: 6px;
  align-items: center;
  box-shadow: 0 2px 10px rgba(2, 6, 23, 0.1);
  position: relative;
}

.flight-search-fg.flight-search-wrapper>div {
  display: flex;
  gap: 5px;
}

.flight-search-fg .css-15395ss-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  padding: 8.5px 0;
}

.FG.search-engine .last-input {
  align-items: baseline;
}

.flight-search-fg .last-input .PreferredAirline.input-fields {
  display: none;
}

.flight-search-fg .trip-type-toggle {
  position: absolute;
  top: -56px;
  left: 0;
}

.flight-search-fg .home .search-engine {
  background-image: none;
}

.flight-search-fg.flight-search-wrapper h1 {
  display: none;
}

.flight-search-fg.flight-search-wrapper .trip-section {
  display: none;
}

.trip-place input {
  width: 100%;
}

.flight-search-fg .trip-place input,
.flight-search-fg .date-pickers .MuiPickersInputBase-root,
.flight-search-fg .passenger-input,
.flight-search-fg .PreferredAirline input {
  border: 1px solid #80808063 !important;
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.1);
}

.contactUs-wrapper .cont-left>div span {
  display: block;
  font-size: 15px;
}

.hotels .search-engine .date-pickers .MuiPickersInputBase-root,
.hotel-search .flight-search-wrapper input {
  /* border: 1px solid #80808063 !important; */
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.1);
}

.hotel-search .passenger-wrapper {
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.1);
}

.flight-search-fg .trip-type-toggle button {
  background: #eaf3ff;
  color: #4F81BC;
  border-radius: 50px;
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.2);
  padding: 6px 12px;
}

.trip-type-toggle button {
  color: #000000;
  border: 1px solid #ccc;
}

.trip-type-toggle button.active {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

.modal-inner-body .flight-search-wrapper {
  background-color: white;
}

.flight-search-fg .trip-type-toggle button.active,
.trip-type-toggle button.active {
  border: 1px solid #4F81BC;
}

.flight-search-fg .trip-type-toggle.trip-section button.active {
  background: #4F81BC;
}

.flight-search-fg .trip-type-toggle.trip-section button:hover {
  background: #4F81BC;
  border: 1px solid#4F81BC;
}

.flight-search-fg svg.rightandleft-flip,
.flight-search-fg svg.rightandleft-calendar {
  background: #4F81BC;
  right: 47.5%;
  max-width: 34px;
  max-height: 34px;
}

svg.rightandleft-calendar {
  background: #4F81BC;
  right: 47%;
}

.hotel-search label {
  color: #4F81BC;
}

.inbtnjh svg {
  max-width: 20px;
  max-height: 20px;
}

.search-engine.cruise-search.jh_bg_c::before,
section.holiday-search-container.holidaybgjh::before {
  position: absolute;
  content: "";
  background: #020d1663;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;

}

svg.rightandleft-calendar {
  top: 3px;
}

.flight-search-fg .search-flight button {
  background: #4F81BC;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  white-space: nowrap;
  padding: 7px 9px;
  line-height: 1.7;
}

.flight-search-fg .flight-search-wrapper .input-fields .input-icons {
  color: #4F81BC;
}

.flight-search-fg .passenger-dropdown button,
.passenger-dropdown button {
  background: #4F81BC;
}

.flight-search-fg .passenger-dropdown .member-count {
  color: #4F81BC;
}

.passenger-dropdown .member-count {
  color: #4f81bc;
}

.flight-search-fg.flight-search-wrapper .input-fields.trip-place .input-with-icon:first-child {
  margin-bottom: 0px;
}

.flight-search-fg .css-15395ss-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  width: 100%;
}

.flight-search-fg .date-pickers {
  width: 38%;
}

.flight-search-fg.flight-search-wrapper .input-fields .input-icons {
  left: 16px;
}

.FG.search-engine {
  background-image: none;
  background-color: #eaf3ff;
  padding: 50px 0px 40px 0;
}

.flight-search-fg ul.dropDown li.dropDown-items .flag-wrapper {
  display: flex;
}

.FG ul.dropDown li.dropDown-items:hover,
.modal-inner-body ul.dropDown li.dropDown-items:hover {
  background: #4F81BC;
}

ul.dropDown li.dropDown-items:hover .country-name {
  color: #fff;
}

.flight-search-fg span.age-limit,
span.age-limit {
  color: #4F81BC;
}

/*Hotel css*/

.why-hotel__grid {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: auto;
}

.why-hotel__card {
  width: 100%;
  height: 200px;
  border: 1px solid #cfcfcf63;
  border-radius: 5px;
  padding: 15px;
  margin: auto;
  background: #bdbdbd2b;
  color: #000;
  align-content: center;
  transition: transform 0.3s ease;
}

.why-hotel__img {
  height: 60px;
  width: 60px;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 5px;
}

.why-hotel__title {
  font-weight: 600;
  font-size: 18px;
}

.why-hotel__card:hover {
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.1);
  transform: translateY(-10px);
}

.BookingSidebar_priceStrip__TkH4D {
  background: #4F81BC;
}

.BookingSidebar_dateVal__iQXoY {
  color: #4F81BC;
}

.highlights__grid {
  width: 100%;
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.highlights__img {
  border-radius: 10px;
  background: #fff;
  width: 50%;
}

.highlights__txt {
  width: 50%;
  padding: 25px;
  box-sizing: border-box;
  color: #000;
  font-family: 'poppins', sans-serif;
  align-content: center;
}

.highlights__title {
  font-size: 22px;
  font-weight: 600;
}

.highlights__icon {
  width: 25px;
  height: 25px;
  background: var;
  background: #4F81BC;
  border-radius: 5px;
  padding: 0px 4px;
  align-content: center;
  color: #fff;
}

.highlights__subtitle {
  display: flex;
}

.highlights__subtitle {
  gap: 10px;
  margin: 6px 0px;
}

.trandingdes {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.jhtranddes p.re-price {
  margin: 0px;
  color: #4F81BC;
  font-family: 'poppins', sans-serif;
  font-weight: 600;
}

.jhtranddes .slick-slide {
  padding: 0 4px 4px;
}

.slick-slide img {
  border-radius: 10px;
  transition: trasform 0.8s ease;
}

h3.po_package {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
}

.cm-spacing {
  padding: 0px;
}

.ne_review_card {
  box-shadow: none;
  background: none;
}

.trending-wrapper {
  margin-top: 0px;
}

.hotel-search .hohead,
.hotels .flight-search-wrapper.jhhotel-wrapper.hotel .trip-type-toggle.trip-section {
  display: none;
}

.flight-search-wrapper.jhhotel-wrapper {
  display: flex;
  max-width: 1380px;
  background: #ffffff;
  padding: 40px 26px 4px 10px;
  gap: 15px;
  border-radius: 5px;
}

.hotel-search.search-engine.hotel-search .flight-search-wrapper>div:not(:last-child),
.hotel-search.flight-search-wrapper>div {
  margin-bottom: 0px;
}

.hotel-search .css-1fb7els-MuiPickersSectionList-root-MuiPickersInputBase-sectionsContainer-MuiPickersOutlinedInput-sectionsContainer {
  padding: 8px 18px;
}

.hotel-search-modify .hotel-calendar .MuiPickersSectionList-root {
  padding: 6px 19px;
}

.search-modify .flight-search-wrapper input {
  border-radius: 6px;
  padding: 4px 4px 4px 35px;
  color: black !important;
  font-size: 17px;
}

.passenger-dropdown>button:hover {
  background: #000;
}

.hotel-search .passenger-input,
.hotel-search input {
  border-radius: 5px;
}

.hotel-search .flight-search-wrapper input {
  min-height: 42px;
}

.flight-search-wrapper input,
.passenger-input {
  border: 1px solid #ccc;
}

/* .hotel-search .input-fields.trip-place {
  width: 34%;
} */

.input-fields.trip-place {
  position: relative;
}

.search-modify span.MuiPickersSectionList-section.css-7p02jm {
  position: relative;
  left: 21px;
}

.search-flight button {
  background: #000;
  color: #fff;
}

.search-flight button:hover {
  background: #000;
  color: #fff;
  box-shadow: inset 0 0 0 1px #000;
  box-sizing: border-box;
}

.hotel-search .input-icon,
.hotel-search .passenger-input svg {
  top: 10px;
  color: #4f81bc;
}

.holiday-search-container {
  background-image: url(/images/JH-holiday-1.jpg);
  position: relative;
  padding: 100px 0;
}

/* .search-engine.cruise-search.jh_bg_c {
  background-image: url(/images/cruise-herobanner.jpg);
  position: relative;
  padding: 180px 0;
  background-repeat: no-repeat;
} */

.cruises-bg {
  background: url(/images/cruise-herobanner.jpg) no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 100%;
  background-size: cover;
  position: relative;
  min-height: 400px;
}

/* .search-engine.cruise-search.jh_bg_c:before,
section.holiday-search-container.holidaybgjh:before {
  position: absolute;
  content: "";
  background: #020d1663;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
} */

.hotel-search .passenger-dropdown .dropdown-heading {
  color: #4f81bc;
}

.hotel-search .passenger-dropdown .search-btn-wrapper button {
  background: #4F81BC;
}

.passenger-dropdown button {
  background-color: #4f81bc;
}

.destinationcity span svg,
.strip-more-details svg,
.flight-bothSide .duration svg,
.stops-wrapper .depart-icon svg,
.stops-wrapper .depart-icon svg,
.stops-wrapper .arrival-icon svg {
  color: #4f81bc;
}

.hotel-search,
.flight-search-wrapper input:focus-visible {
  border: none;
}

.flight-search-wrapper input:focus {
  border: 1px solid #4f81bc;
}

li.destinationcity:hover,
.popup-book-btn button {
  background: #4f81bc;
}

.modal-inner-body svg.rightandleft-flip {
  top: 61%;
}

.popup-book-btn button:hover {
  background: #000;
}

.Choose-Reservationcentre .cruies-boxs {
  background: linear-gradient(to right, #4F81BC 0%, #4F81BC 100%);
  transition: transform 0.5s ease;
  min-height: 90px;
  font-family: 'poppins', sans-serif;
}

.Choose-Reservationcentre .cruies-boxs:hover {
  transform: translateY(-8px);
  box-shadow: 0 5px 10px rgba(2, 6, 23, 0.5);
}

.fg-cruise .cruies-boxs {
  border-radius: 16px;
  overflow: visible;
  background-color: #fff;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  font-family: 'poppins', sans-serif;
  min-height: 370px;
}

.fg-cruise .cruies-boxs:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.fg-cruise .cruies-type-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  display: block;
}

.fg-cruise .cruies-logo-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -35px;
  position: relative;
  z-index: 2;
}

.fg-cruise .cruies-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  padding: 2px;
}

.fg-cruise .cruies-details {
  padding: 0px 16px 16px;
  text-align: center;
}

.fg-cruise .cruies-name {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 10px 0 6px;
}

.fg-cruise .cruies-des {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 4px;
}

.fg-cruise .slick-dots li button:before {
  font-size: 10px;
  color: #ccc;
}

.fg-cruise .slick-dots li.slick-active button:before {
  color: #555;
}

.fg-cruise .slick-slide img:hover {
  transform: none;
}

.fg-cruise .trending-card-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: stretch;
}

.fg-cruise .trending-card {
  flex-basis: calc(20% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 380px;
  transition: all 0.5s ease;
}

.fg-cruise .destination-price span {
  font-size: 18px;
}

.fg-cruise .trending-card.active {
  flex-basis: calc(30% - 10px);
  flex-grow: 0;
  flex-shrink: 0;
}

.fg-cruise .trending-card-wrapper:has(.active) .trending-card:not(.active) {
  flex-basis: calc(17.5% - 10px);
}

.fg-cruise .trending-card.active .trending-content {
  padding-top: 95px;
}

.fg-cruise .trending-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fg-cruise .trending-img {
  height: 100%;
  position: relative;
}

.fg-cruise .trending-destination {
  height: 100%;
}

.fg-cruise .trending-content {
  position: absolute;
  bottom: 35px;
  left: 20px;
  right: 0px;
  top: unset;
  transform: unset;
  width: unset;
  border: none;
  align-items: end;
}

.fg-cruise .destination-title h2 {
  writing-mode: vertical-rl;
  font-size: 16px;
  transition: all 0.4s ease;
}

.fg-cruise .trending-card.active .destination-title h2 {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
  font-size: 22px;
}

.fg-cruise .destination-night,
.fg-cruise .destination-days,
.fg-cruise .destination-price,
.fg-cruise .trending-btn {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.fg-cruise .trending-card.active .destination-night,
.fg-cruise .trending-card.active .destination-days,
.fg-cruise .trending-card.active .destination-price,
.fg-cruise .trending-card.active .trending-btn {
  display: block;
  opacity: 1;
}

.trending-btn {
  left: 0px;
  background: #4f81bc;
}

.fg-cruise .destination-price span.cm-price {
  color: #4F81BC;
}

.fg-cruise .trending-img:after {
  background: rgba(0, 0, 0, 0.4)
}

.trending-img:after {
  background: rgb(0 0 0 / 51%);
}

.fg-cruise .load-more button {
  background: #4F81BC;
}

.fg-cruise h2.title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
  text-align: start;
}

.holiday-theme h2.title {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
  text-align: start;
}

.holiday-wrapper .destination-price span.cm-price {
  color: #FAAF40;
}

.trandingdes {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.holiday-wrapper .ne_review_card {
  align-items: start;
  background-color: #dfdfdf38;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
  padding: 0px;
  min-height: 210px;
  text-align: center;
}

.holiday-wrapper .jhtranddes .slick-slide {
  padding: 5px;
}

.jhtranddes p.resname {
  color: black;
  margin: 0;
  font-weight: 500;
}

.holiday-wrapper p.re-price {
  font-weight: 700;
  color: #4F81BC;
}

.holiday-wrapper .jhtranddes .slick-slide.slick-active {
  transition: transform 0.5s ease;
}

.holiday-wrapper .jhtranddes .slick-slide.slick-active:hover {
  transform: translateY(-8px);
}

h3.po_package {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0 0 20px 0;
  padding: 0px;
}

.holiday-wrapper .holiday-theme {
  margin: 40px 0px;
}

.teb-holi,
.pck-boxs .pck-boxs-title:before,
.innertitle,
.dycircle,
.query-box span,
.query-personal-del button,
.review-trip,
.inner-confirmation .cont-head,
.inquery-wrapper form button.jhinquery,
.inquery-wrapper .callButton,
.Edit_rc,
.modal-overlay .modal-header {
  background-color: #4f81bc;
}

.query-personal-del button {
  color: #fff;
}

.teb-holi a.all-tabs-btn.active {
  background-color: #000;
}

.holiday-query button.btn {
  border: 1px solid #000;
}

.holiday-booking button.btn {
  background-color: #4f81bc;
}

.search-flight button {
  background-color: #000;
}

.flight-search-wrapper input,
.passenger-input {
  padding: 8px 13px 6px;
}

.pck-price-boxs,
.pri-del .room-price {
  background: linear-gradient(90deg, #4F81BC 0%, #4f82bcbd 100%);
}

.planedel h4.planetitle,
.country-name {
  color: #4F81BC;
}

.pck-boxs .time-du-pack .clock-du svg,
.incul-itny span.lay,
.incuamenity-holiday .amenityItem svg {
  color: #4f81bc;
}

.query-personal-del button {
  background-color: #4f81bc;
}

body a:hover,
.planedel .plane-facl svg,
.inner-confirmation .list-container.spacing p span,
.base-p-room p.tpri.newPricingBlock,
.do-data .heading span {
  color: #FAAF40;
}

.formSubmit {
  background-color: #4F81BC;
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 25px;
  border-radius: 5px;
}

.airport-name {
  color: #000;
}

.confirm-right .pri-del {
  border-radius: 12px;
}

.Edit_rc .edit-btn {
  border: 1px solid #000;
}

.modal-inner-body .flight-search-wrapper {
  background: #eaf3ff;
}

.flight-search-fg.flight-search-wrapper svg.rightandleft-flip {
  top: 10%;
  right: 47%;
  background: #4F81BC;
  rotate: 180deg;
}

svg.rightandleft-flip {
  top: 10%;
  right: 47%;
  background: #4F81BC;
}

.Edit_rc .mob-filter svg path {
  fill: #000;
}

.Edit_rc .mob-filter {
  width: 40px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #000;
}

.home .search-engine .flight-search-fg .passenger-wrapper {
  width: 160px;
}

.Edit_rc .mob-filter:hover {
  background: #fff;
}

.NotFound_sortBarOption__RGlrl {
  background: #fff;
}

.NotFound_sortBarOptionActive__8zkqx {
  background: #eaf3ff;
  color: #000;
}

.hotel-modify-search-header span {
  padding-left: 5px;
}

.hotel-modify-search-header {
  background: #4f81bc;
  display: flex;
  justify-content: space-between;
  padding: 7px 12px;
  align-items: center;
  color: white;
}

.hotel-modify-search-close {
  background: transparent;
  color: white;
  border: none;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

/* .HotelCard_bookNowBtn__Bxwvs {
  background: #4F81BC !important;
  color: #fff;
}

.HotelFilter_starIcons__oc7FA,
.HotelCard_hotelStarRating__X_KK7 {
  color: #FAAF40;
}


.hotel-modify-search-header,
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.search-modify .passenger-input span {
  color: #000 !important;
}

.HotelListingPage_crossIcon__OQipv {
  color: #4F81BC;
}

.search-modify .input-icon,
.search-modify .passenger-input svg,
.HotelCard_showMoreLink__T_yhV {
  color: #4f81bc;
}

.HotelCard_hotelName__tso9T,
.HotelCard_amenityChip__izZi6 {
  color: #000;
}

.HotelListingPage_hotelListingPage__aNuis {
  background: #fbfbfb;
}

.HotelFilter_hotelSidebar__h0ITg {
  background: #fff;
}

.HotelFilter_formControl__9_X98 {
  border: 1px solid #cccccc;
}

.hotel-search-modify .search-flight button {
  background: #000;
}

button.hotel-modify-search-close {
  border: none;
  background: none;
  color: white;
}

.openHotelSearch .search-modify .last-input {
  margin-top: 10px;
}

.hotel-modify-search-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.hotel-modal-overlay .destination-search ul.dropDown {
  width: 95%;
}

.HotelFilter_resetBtn__r_Qer,
.HotelFilter_sidebarHeader__jn0Bi,
.HotelFilter_filterTitle__on_nu,
.HotelFilter_showMore__MH6oS,
.HotelTabs_icon__6KVpk {
  color: #4F81BC;
}

.HotelDetailHeader_hotelName__jzChU {
  color: #000;
}

.BookingSidebar_bookBtn__BuvDl {
  background: #4F81BC;
}

.BookingSidebar_bookBtn__BuvDl:hover:not(:disabled) {
  background: #000;
}

.NotFound_sortBarSelected__wFGU0 {
  color: #000;
  font-weight: 600;
}

.HotelListingPage_mobileToggleBtn__GXewq {
  border: 1px solid #000;
  color: #000;
  background: #eaf3ff;
  border-radius: 5px;
  padding: 4px 8px;
}

.HotelListingPage_mobileToggleBtn__GXewq:hover {
  background: #4F81BC;
  color: #fff;
}

.search-modify .passenger-input {
  min-height: 35px;
  height: auto;
  border-radius: 6px;
  padding: 4px 9px;
  color: black !important;
  font-size: 17px;
}

.AmenitiesModal_modal__3FKVe {
  background: #fff;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
  width: 99%;
}

.css-elo8k2-MuiInputAdornment-root {
  display: none;
}

.search-modify .input-icon {
  position: absolute;
  z-index: 9;
  top: 29px;
  font-size: 20px;
  left: 10px;
  line-height: 1;
}

.hotel-search-body input,
.passenger-input>span,
.HotelDetailHeader_infoValue__LnBgm {
  color: #000;
}

.css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
  padding: 0px 24px;
}

.passenger-input {
  min-height: 42px;
}

.jhhotel-wrapper .search-flight button {
  padding: 5px 33px;
  font-size: 18px; background: #4F81BC;
}

.HotelDetailHeader_hotelBackLink__mGJUI {
  color: #4F81BC;
  font-weight: 600;
}

.HotelTabs_navBtnActive__dQrsW {
  color: #4F81BC !important;
}

.HotelTabs_slider__zzDUs {
  background: #4F81BC;
}

.HotelTabs_navBtn__yQdc0:hover,
.HotelTabs_summaryIcon__aJNJl,
.HotelTabs_nightsBadge__psUDO,
.MobileBookingBar_hotelMobileTotalValue___7TFp,
.MobileBookingBar_hotelMobileToggle__KgBjG,
.RoomCard_occupancyIcon__bU7cd,
.RoomCard_mealIcon__tETJZ {
  color: #4F81BC;
}

.RoomCard_roomCardSelected__73Jpm,
.RoomCard_mealVariantSelected__3irab,
.RoomCard_roomCardSelected__73Jpm:hover,
.RoomCard_mealVariantSelected__3irab:hover,
.RoomCard_mealVariant__NbUjw:hover,
.HotelCard_hotelCardWrapper__NbU8N:hover {
  border-color: #4F81BC;
}

.RoomCard_selectBtn__vZWPf {
  background: #4F81BC;
}

.RoomCard_selectBtn__vZWPf:hover,
.MobileBookingBar_hotelMobileBookBtn__PwCOt:hover {
  background: #000;
}

.RoomCard_mealVariantSelected__3irab,
.RoomCard_roomCardLeft__9QIKF {
  background: #eaf3ff;
  border-radius: 10px;
}

.MobileBookingBar_hotelMobileBar__Iec_g {
  background: #fff;
}

.MobileBookingBar_hotelMobileBookBtn__PwCOt {
  padding: 11px 24px;
  background: #4F81BC;
  color: #fff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  gap: 6px;
  white-space: nowrap;
}

.HotelPaymentPage_payPageBanner__W1F6h,
.PaymentPriceTable_payPriceTh__3ZRNw,
.HotelRemarks_srHeader__xe_vw,
.PaymentGuestForm_payGuestRoomHeader__wePaB,
.btn.btn-success,
.card-footer.text-center.bg-teal button.btn.btn-primary {
  background: #4F81BC;
  color: #fff;
  border-bottom: none;
}

.PaymentTermsBar_payNowBtn__yPZv3 {
  background: #4F81BC !important;
  color: #fff;
}

.PaymentPriceTable_payPriceTitle__b10SJ,
.PaymentPriceTable_payPriceRoomName__nb1Iw,
.PaymentPriceTable_payGrandTotal__ky0Mp,
.PaymentStayInfo_payStayValue__XAi_0,
.PaymentStayInfo_payRoomGroupLabel__v22tg,
.PaymentStayInfo_payRoomMeal__4rvYG strong,
.Hotelpricebreakup_hotelPriceBreakupHead__vOQav,
.Hotelpricebreakup_hotelPriceHeading__NJI4C,
.Hotelpricebreakup_hotelTravelPlace__TIagN {
  color: #000;
  font-weight: 600;
}

.PaymentPriceTable_payPriceTotalCell__u5L6r,
.PaymentPriceTable_payGrandTotalValue__fQE1N,
.HotelRemarks_srImportantHeader__TACa_ svg,
.PaymentHotelSummary_addrIcon__qUCea,
.PaymentStayInfo_payStayLabel__mHftK,
.PaymentTermsBar_payTermsLink__zPq14,
.PaymentTermsBar_payTermsPolicyBtn__F0zkR,
.Hotelpricebreakup_hotelPriceHeading__NJI4C p:first-child,
.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n h4,
.text-muted span.text-success {
  color: #4F81BC;
}

.HotelRemarks_srImportantCard__jH93b {
  border-left: 4px solid #4F81BC;
}

.PaymentGuestForm_payGuestRequired___Fe3t,
.PaymentGuestForm_payGuestError__bMPqD {
  color: red;
}

.PaymentTermsBar_payNowBtn__yPZv3 {
  background: #4F81BC;
}

.PaymentGuestForm_payGuestBadgeAdult__W12NZ {
  margin-left: 10px;
}

.Hotelpricebreakup_hotelPriceHeading__NJI4C {
  border-right: 1px solid #000;
}

.Hotelpricebreakup_hotelPriceContentHead__D5xVi {
  border: 1px solid #000;
}

.Hotelpricebreakup_hotelPriceHeading__NJI4C p:first-child {
  border-bottom: none;
}

.Hotelpricebreakup_hotelPriceContentIcon__CF5hY svg {
  margin-top: 5px;
}

.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n h4 {
  border-top: none;
  padding-bottom: 10px;
}

.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n .btn.btn-success,
.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n .btn.btn-outline-success {
  border-radius: 5px;
  padding: 8px;
}

.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n .btn.btn-outline-success {
  background: #000;
  color: #fff;
}

.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n .list-group-item.active {
  background: #4F81BC;
  color: #fff;
  border-bottom: none;
  border-top: none;
}

.Hotelonlinepayment_hotelOnlinePaymentWrapper__QXm3n .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.iciciPayBtn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 15px;
}

.HotelDetailHeader_hotelStarTopRight__JZYim {
  background: #eaf3ff;
  color: #FAAF40;
}

.ConfirmationStatusBanner_bannerBooked__CfQTx {
  background: linear-gradient(130deg, #4F81BC 0%, #4F81BC 100%);
  color: #fff;
}

.ConfirmationHotelInfo_card__KzPSJ,
.ConfirmationSidebar_card__PG43S,
.ConfirmationSupportTerms_card__ODfVN {
  background: #fff;
}

.ConfirmationHotelInfo_cardHeader__LM8pz,
.ConfirmationSidebar_cardHeader__rTzfO,
.ConfirmationSupportTerms_card__ODfVN,
.ConfirmationHotelInfo_dateLabel__RyPfb,
.ConfirmationHotelInfo_guestLabel__ez3ru,
.ConfirmationSupportTerms_link___Mg3f {
  color: #4F81BC;
}

.ConfirmationHotelInfo_hotelName__09rg0,
.ConfirmationHotelInfo_dateValue__bN_8B,
.ConfirmationHotelInfo_roomName__cYCmw,
.ConfirmationHotelInfo_guestName__4AFBR,
.ConfirmationHotelInfo_metaIcon__ujEdj,
.ConfirmationSidebar_priceTotal__QPtbg span,
.ConfirmationHotelInfo_roomPrice___629_,
.ConfirmationSupportTerms_section___bms4 span {
  color: #000;
}

.ConfirmationSidebar_btnPrimary__o2_nS {
  background: #4F81BC;
  color: #fff;
}

.ConfirmationSidebar_btnPrimary__o2_nS:hover {
  background: #4F81BC;
}

.ConfirmationSidebar_btnSecondary__yFZWP,
.ConfirmationHotelInfo_roomBadge__cOmv5 {
  background: #000;
  color: #fff;
}

.ConfirmationSidebar_btnSecondary__yFZWP:hover {
  background: #000;
}

.ConfirmationHotelInfo_guestBlock__4AxwY {
  border: 1px solid #d6e8f5;
  background: #f0f6fc;
} */
.card-footer.text-center.bg-teal button.btn.btn-primary {
  background: #4F81BC;
  color: #fff;
  border-bottom: none;
}

.inquhotel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.inbtnjh {
  background: #4F81BC;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 4px;
}

body.new-body-class {
  overflow: hidden;
}

.new-body-class .modal-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.inquery-wrapper {
  max-width: 600px;
  background-color: #f2f2f2;
  padding: 16px 10px;
  position: relative;
  margin: 10px;
  width: 100%;
}

.inquery-wrapper form {
  background-color: #fff;
  padding: 10px;
}

.inquery-wrapper form button.jhinquery {
  width: 100%;
  border: none;
  background: #4F81BC;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

.inquery-wrapper form input,
.inquery-wrapper form textarea {
  width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-bottom: 12px;
}

.inquery-wrapper .callButton {
  background: #4F81BC;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
}

.inlogo svg {
  position: absolute;
  top: 7px;
  cursor: pointer;
  color: black;
  right: 10px;
  height: 20px;
  width: 20px;
}

.inquery-wrapper .callButton a {
  color: white;
}

.jhtranddes .ne_review_card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
  padding: 10px;
  cursor: pointer;
  height: 100%;
  min-height: 220px;
}

.ne_review_card {
  align-items: start;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 12px -2px rgba(50, 50, 93, .25), 0 3px 7px -3px rgba(0, 0, 0, .3);
  padding: 14px;
  min-height: 220px;
  text-align: start;
}

.inquhotel h1 {
  font-size: 22px;
  font-weight: 600;
}

.search-engine.cruise-search.jh_bg_c .headjh,
.search-engine.hotel-search.holiday-search .headjh {
  text-align: center;
  color: white;
  z-index: 9;
  position: relative;
  padding-bottom: 10px;
}

.slider-container-cruise .slick-list img,
.slider-container-cruise .slick-list img.cruies-type-img {
  border-radius: 10px;
  width: 92%;
  height: 200px;
}

.flight-search-fg .css-lqwr9g-MuiPickersOutlinedInput-notchedOutline {
  border: none;
}

.flight-search-fg .MuiInputAdornment-root,
.hotel-search .MuiInputAdornment-root,
.hotel-search-modify .MuiInputAdornment-root {
  display: flex;
}

svg.rightandleft-calendar {
  background: #4F81BC;
}

.theme-icon-box.active {
  color: #faaf40;
  border-bottom: 2px solid #faaf40;
}

.hotels .search-engine {
  background: #eaf3ff;
  padding: 40px 0;
}

.unique-stay .slick-arrow.slick-prev {
  left: 0;
  display: none;
}

.jhf-wrapper {
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
  margin-top: 0px;
}

li.jh-icon.active,
.main-menu nav>ul a:hover {
  color: #FAA935;
}

li.jh-icon.active a {
  color: #FAA935;
}

.last_mint_main,
.latest_main,
.last_mint_main,
.unpb-txt,
.deal_banner-1,
.app-news-bg,
.newsletter {
  display: none;
}

.hotel-search-modify .MuiInputAdornment-root {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.jh-icon a svg {
  display: block;
}

.main-menu nav>ul a svg {
  margin-left: 0;
  max-width: 20px;
}

.main-menu nav>ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 600;
  gap: 7px;
}

.cm-container.error-container a,
.error-wrapper .contact-links svg {
  color: #4F81BC;
}

.main-menu nav>ul a:after {
  content: "";
  height: 3px;
  background: #FAA935;
  border-radius: 20px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
  transform: translateX(-50%);
  width: 0;
}

.hotel-search-modify .MuiInputAdornment-root button {
  width: 100%;
  height: 100%;
}

.hotel-search-modify .MuiPickersOutlinedInput-root {
  position: relative;
}

.modal-inner-body .MuiInputAdornment-root {
  display: flex;
}

.subscription-container {
  background-color: #212529;
  color: #fff;
  text-align: center;
  margin: 15px 0 0 0;
}

.subscription-container .subscription_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subscription-container h2 {
  font-size: 24px;
  margin-bottom: 5px;
}

.subscription-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 17px auto;
  max-width: 500px;
}

.subscription-form input[type=email] {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ced4da;
  border-radius: 5px 0 0 5px;
  outline: none;
  font-size: 16px;
}

.subscription-form button {
  background-color: #4F81BC;
  color: #fff;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subscription-container .img-wrapper {
  position: relative;
  width: 518px;
  height: 363px;
  display: flex;
  justify-content: flex-start;
}

.subscription-container .img-wrapper img {
  object-fit: contain;
  width: 100%;
  position: absolute;
  bottom: 0;
}

header .tollfree {
  background: #4F81BC;
}

.popup-destination {
  color: #4F81BC;
}



.popup-destination img {
  display: none;
}

.popup-call .call-button {
  background: #4F81BC;
}

.search-modify.hotel-search-modify {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #4F81BC;
  padding: 10px 0;
}

.trending-card:hover .trending-content {
  border: none;
}

button.btn.edit-btn {
  padding: 7px 5px;
  text-align: center;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  max-width: 120px;
  white-space: nowrap;
  text-transform: capitalize;
  width: 100%;
  letter-spacing: -.2px;
  color: #fff;
}

body .btn {
  background-color: #000;
}

.hotel-search-body {
  padding: 15px;
  color: #000;
  border-radius: 0px 0px 10px 10px;
}

.openHotelSearch .search-modify .input-fields,
.openHotelSearch .search-modify .date-pickers,
.openHotelSearch .search-modify .last-input,
.openHotelSearch .search-modify .search-flight {
  width: 100%;
}

.openHotelSearch .hotel-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.openHotelSearch .hotel-search-modify .flight-search-wrapper {
  display: block;
  top: 13%;
  left: 50%;
  transform: translate(-50%);
  max-width: 500px;
  width: 100%;
  z-index: 9999;
  position: absolute;
  background-color: #fff !important;
  color: black;
}

.search-modify .flight-search-wrapper {
  display: block;
}

.openHotelSearch .search-modify .flight-search-wrapper input {
  margin-bottom: 10px;
}

.hotel-modal-overlay {
  visibility: hidden;
  height: 0px;
}

.openHotelSearch .hotel-modal-overlay {
  visibility: visible;
}

.hotel-search .date-pickers .hotel-calendar .css-oljenl {
  padding: 8.5px 12px;
}

.css-oljenl {
  padding: 8.5px 0px !important;
}

.dob-calendar .MuiPickersSectionList-root {
  padding: 7px 0 !important;
}

.dob-calendar .MuiFormControl-root {
  width: 100%;
}

.NotFound_sortBarOption__RGlrl:hover {
  background: #eaf3ff;
}

body .btn:hover {
  background: #fff;
  color: #000;
}

.sidebar-wrapper .sidebar-header,
.closeFilter-wrapper button.reset-btn {
  background-color: #4F81BC;
}

.home .search-engine .flight-search-fg .passenger-wrapper {
  width: 160px;
}

.sidebar-wrapper .sidebar-header button {
  font-size: 15px;
}

.flight_list_box.return label>label>div>span:nth-of-type(1),
.flight_list_box.dom label>label>div>span:nth-of-type(1) {
  color: #000 !important;
}

.flight_list_box.dom label>label>div>span:nth-of-type(2).refundable,
.flight_list_box.return label>label>div>span:nth-of-type(2).refundable {
  color: green !important;
}

.list_price,
.flight_scheduleLocation .air-name,
.information h5,
.filter-subheading,
span.info-depart,
.table-striped tr.grand-total-row td,
.table-striped tr.grand-total-row td span {
  color: #4F81BC;
}

.baggage-table th {
  color: #4F81BC;
  background: #eaf3ff;
}

.detail-heading,
.flight-details-divider,
.flight-stop--danger .flight-stop-interval,
.sidebar-price-range .range-wrapper .range-slider>.track,
.flight-sticky-btn,
.sidebar .flight-summary,
.banner-content {
  background: #4F81BC;
  color: #fff;
}

.flight-details-divider:before {
  border: 1px solid #4F81BC;
}

.flight-stop--danger .flight-duration path,
.information svg path,
.head-flightinfo svg path {
  fill: #4F81BC;
}

table.table.table-striped.table-bordered.table-responsive tr th,
.sidebar-stop-text .btn.btn-primary:hover {
  background-color: #4F81BC;
}

.total-price-wrapper,
.sidebar-title,
.contactUs-wrapper .cont-right h2,
.contactUs-wrapper .cont-right .form-note span a {
  color: #000;
}

.split_view_outer {
  background: #eaf3ff;
  border-color: #4F81BC;
}

button.closeFilter,
.flight-details-text1 p.active {
  background-color: #4F81BC;
}

.flight-details-text1 {
  background: #eaf3ff;
}

.booking-bg-wrapper .flight-booking-route-identity>span {
  background-color: #4F81BC !important;
  border-radius: 5px 5px 0 0 !important;
  padding: .35rem .5rem !important;
}

.booking-bg-wrapper .flight-booking-route-identity {
  border-bottom: 1px solid #ccc;
}

.flight-info-head {
  background: #eaf3ff;
}

.side-other-head {
  background-color: #eaf3ff;
  color: #4F81BC;
}

.flight__airline_logo img {
  height: auto !important;
  width: auto !important;
}

.Fav-crui {
  padding: 0px;
  margin: 0px;
}

.flight_list_box.dom label>label>div>span:nth-of-type(2).non-refundable {
  color: red !important;
}

.hotels .search-engine {
  background-size: cover;
  background-repeat: no-repeat;
}

.contactUs-wrapper .cont-right {
  background: #eaf3ff;
}

.contactUs-wrapper .contact-arrow {
  display: none;
}

.reas_box h3 {
  font-size: 18px;
  color: black;
  font-weight: 600;
  margin: 6px 0;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root {
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  border-radius: unset;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root svg,
svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.css-q7mezt {
  display: none;
}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root:hover {
  background: transparent;
}

button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd.MuiIconButton-sizeMedium.css-1ysp02-MuiButtonBase-root-MuiIconButton-root {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;

}

.css-1ysp02-MuiButtonBase-root-MuiIconButton-root:hover {
  background-color: transparent !important;
}

.flight-list .flight-logo {
  width: 15% !important;
}

.flight-list .flight-logo img {
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.morepaymentgatewayoption {
  display: flex;
  gap: 12px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 500px;
  background: white;
  border-top: 1px solid #d2d2d2;
  box-shadow: none !important;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  margin-top: 20px;
  position: relative;
  z-index: 9;

}

.gateway-option {
  border: 2px solid #d9f0ef;
  border-radius: 10px;
  padding: 7px 10px;
  cursor: pointer;
  background: #f7fcfc;
  color: #4f81bc;
  /* font-weight: 500; */
  transition: all 0.3s;
}

.gateway-option input {
  display: none;
}

/* Gateway Options */
.gateway-options {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.gateway-option {
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.gateway-option input {
  margin-right: 8px;
}

.gateway-option.active {
  color: #fff;
  background-color: #4f81bc;
  border: 2px solid #4f81bc;
}



.gateway-options {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

span.payment-method-wrapper {
  background: var(--secondary);
  padding: 5px;
  border-radius: 50%;
  margin-right: 1rem;
}

li.jh-icon.active {
  background-color: rgb(234 243 255);
  border-radius: 5px;
  padding: 5px;
}

li.jh-icon.active a {
  color: #000;
}


.FG-recent-item-parent {
  width: 250px !important;
  background: #4f81bc !important;
  border: 1px solid #4f81bc !important;
}

.recent-search-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.wc-icon {
  color: #000;
}

.inner-confirmation .cover-all .flight img {
  width: 60px;
}

.ts-close-btn,
.wc-modalHeader,
.iciciPayBtn.jsx-5925f594ef024c9b {
  background-color: #4f81bc;
}

.refundshield-card .rs-price,
.wc-featureBox h4,
.ts-price-row,
.ts-show-all,
.ts-modal-header h3,
.wc-modalContent h4,
.morepaymentgatewayoption h4 {
  color: #4f81bc;
}

button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd.MuiIconButton-sizeMedium.css-15ni0jc {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

@media (max-width: 1480px) {
  .container-fluid .row .table_listing_warapper {
    width: 80%;
  }
}

/* ── Responsive — wrap to 2 rows on mobile ── */
@media (max-width: 1199px) {

  .search-modify.hotel-search-modify svg.svg-inline--fa.fa-calendar-days,
  .search-modify.hotel-search-modify svg.svg-inline--fa.fa-location-dot {
    position: absolute;
    top: 8px;
    left: 2px;
  }

  .search-modify .flight-search-wrapper input {
    padding-left: 30px;
  }

}

@media (max-width: 1165px) {
  .HotelListingPage_hotelFilterSection__6NUp4 {
    background: white;
  }

}

@media (max-width: 1024px) {

  /* .hotel-search .trip-place input {
    width: 295%;
  } */
  .hotel-search .input-fields.trip-place {
    width: 100%;
  }

  .why-hotel__grid {
    width: 95%;
    gap: 15px;
  }

  .why-hotel__card {
    flex: 1 1 calc(50% - 15px);
  }

  .why-hotel__title {
    font-size: 16px;
  }

  .why-hotel__subtitle {
    font-size: 13px;
  }

  .hotel-search .flight-search-wrapper {
    display: block;
  }

  .hotel-search.search-engine.hotel-search .flight-search-wrapper>div:not(:last-child),
  .hotel-search.flight-search-wrapper>div {
    margin-bottom: 30px;
  }

  .hotel-search .flight-search-wrapper {
    margin: auto;
    max-width: 650px;
    padding: 2px 15px 15px 15px;
  }

  .fg-cruise .trending-card {
    flex-basis: calc(25% - 10px);
  }

  .fg-cruise .trending-card.active {
    flex-basis: calc(44% - 10px);
  }

  .fg-cruise .trending-card-wrapper:has(.active) .trending-card:not(.active) {
    flex-basis: calc(19% - 10px);
  }
}

@media (min-width: 768px) {
  .routes__show-more {
    display: none;
  }
}

@media (max-width: 991px) {
  .home .search-engine .flight-search-fg .passenger-wrapper {
    width: 50%;
  }

  .flight-search-fg.flight-search-wrapper .input-fields .input-icons {
    left: 20px;
  }

  .input-fields.trip-place {
    width: 100%;
  }

  .subscription-container .img-wrapper {
    width: auto;
  }

  .ne_review_card {
    min-height: 240px;
  }

  .mainjhwrapper .wrapperitems.lo-del {
    width: 39%;
  }

  .mainjhwrapper .wrapperitems {
    width: 20%;
  }

  .FG .passenger-dropdown {
    width: 50%;
  }

  .FG.search-engine {
    padding: 30px 0px;
  }

  .flight-search-fg.flight-search-wrapper {
    display: block;
    max-width: 700px;
    margin: auto;
  }

  .flight-search-fg .input-wrapper.position-relative.input-with-icon {
    width: 100%;
  }

  .flight-search-fg .date-pickers {
    width: 100%;
  }

  .flight-search-fg .last-input .PreferredAirline.input-fields {
    display: block;
  }

  .flight-search-fg .passenger-wrapper {
    width: 50%;
  }

  .flight-search-fg.flight-search-wrapper {
    padding: 60px 20px 10px 20px;
  }

  .flight-search-fg .trip-type-toggle {
    top: 11px;
    gap: 6px;
    left: 19px;
  }

  .flight-search-fg .search-flight {
    display: block;
  }

  .flight-search-fg .search-flight button {
    width: 100%;
    line-height: 1.9;
  }

  .modify-btn-wrapper.hotel .modify-btn {
    border: 1px solid #000;
    color: #000;
    background: #fff;
  }

  .modify-btn-wrapper.hotel .modify-btn:hover {
    border: 1px solid #fff;
    color: #fff;
    background: #000;
  }

  .home .search-engine .passenger-wrapper {
    width: 50%;
  }

  .flight-search-fg .search-flight button {
    margin: auto;
  }

  svg.rightandleft-calendar {
    right: 47.5%;
  }
}

@media (max-width: 960px) {
  .flight-routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .book-fg__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .subscription-container .subscription_flex {
    padding: 20px 0;
  }

  .sidebar-stop-text.mb-3 {
    margin-top: 75px;
  }

  .subscription-container .img-wrapper {
    display: none;
  }

  .cruises-bg {
    padding: 0;
  }

  .Choose-Reservationcentre .cruies-boxs img {
    max-width: 46px;
  }

  .search-engine.cruise-search.jh_bg_c {
    min-height: auto;
    padding: 30px 0;
    min-height: 200px;
  }

  .footer-widget {
    margin: 10px 0;
  }

  .mainjhwrapper {
    justify-content: start;
  }

  .mainjhwrapper .wrapperitems {
    width: 30%;
    justify-content: start;
  }

  .mainjhwrapper .wrapperitems.lo-del {
    width: 100%;
    justify-content: start;
  }

  .flight-search-fg .trip-type-toggle {
    top: 18px;
  }

  .flight-search-fg.flight-search-wrapper>div {
    gap: 6px;
  }

  .flight-search-fg svg.rightandleft-flip,
  .modal-inner-body svg.rightandleft-calendar {
    padding: 10px;
  }

  svg.rightandleft-calendar,
  svg.rightandleft-flip {
    padding: 10px;
  }

  .why-hotel__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 12px;
  }

  .why-hotel__card {
    flex: 1 1 calc(50% - 12px);
    min-height: 175px;
    height: auto;
  }

  .why-hotel__img {
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .why-hotel__title {
    font-size: 15px;
  }

  .why-hotel__subtitle {
    font-size: 13px;
  }

  .highlights__img {
    display: none;
  }

  .__subtitle {
    font-size: 14px;
  }

  .highlights__txt {
    width: 100%;
    font-size: 18px;
  }

  .fg-cruise .trending-card {
    flex-basis: calc(33.33% - 10px);
    height: 280px;
  }

  .fg-cruise .trending-card.active {
    flex-basis: calc(45% - 10px);
  }

  .fg-cruise .trending-card-wrapper:has(.active) .trending-card:not(.active) {
    flex-basis: calc(27.5% - 10px);
  }

  .fg-cruise .destination-title h2 {
    font-size: 16px;
  }

  .fg-cruise .trending-card-wrapper {
    margin-left: 10px;
  }

  .holiday-booking button.btn {
    position: static;
  }
}

@media (max-width: 660px) {
  .flight-routes-grid {
    grid-template-columns: 1fr;
  }

  .route-card {
    gap: 8px;
    padding: 8px 8px;
  }
}

@media (max-width: 600px) {
  .do-more__item {
    flex: 1 1 30%;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
  }

  .do-more__item:nth-child(3n) {
    border-right: none;
  }

  .do-more__grid {
    border-radius: 12px;
  }
}

@media (max-width: 568px) {
  .openholibook .book-box {
    overflow: scroll !important;
    height: 100%;
  }

  .mainjhwrapper .wrapperitems {
    width: 48%;
  }
}

/* .inner-wrapper-modal {
  overflow: auto;
} */

.hotel-payment-btn {

  background-color: var(--hotel-dark);
  padding: 10px;
  border: none;
  color: white;
  font-weight: 700;
  border-radius: 10px;
  letter-spacing: 1px;

}

@media (max-width: 567px) {
  .highlights__title {
    font-size: 18px;
  }

  .search-engine .last-input>div {
    width: 50%;
  }

  .search-engine .last-input {
    flex-wrap: nowrap;
  }
}

@media (max-width: 524px) {
  .hotel-search .date-pickers {
    gap: 2px;
  }

  /* .hotel-search ul.dropDown {
    width: 200%;
  } */

  .hotel-search .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root,
  .flight-search-fg .css-1hgcujo-MuiPickersInputBase-root-MuiPickersOutlinedInput-root {
    padding: 0px 10px;
  }

  .flight-search-fg.flight-search-wrapper .input-with-icon input {
    padding-left: 40px;
  }

  .flight-search-fg.flight-search-wrapper .input-fields .input-icons {
    left: 12px;
  }

  .flight-search-fg.flight-search-wrapper .input-fields .input-icons {
    top: 5px;
  }

  .flight-search-fg svg.rightandleft-calendar {
    top: 4px;
    padding: 9px;
  }

  .flight-search-fg svg.rightandleft-flip,
  .flight-search-fg svg.rightandleft-calendar {
    right: 47%;
  }

  .hotel-search .date-pickers {
    gap: 2px;
  }

  /* .hotel-search ul.dropDown {
    width: 200%;
  } */
}

@media (max-width: 500px) {

  .flight-search-fg.flight-search-wrapper svg.rightandleft-flip {
    top: 31%;
    rotate: 90deg;
  }

  .flight-search-fg.flight-search-wrapper .input-fields.trip-place {
    display: contents;
  }

  .flight-search-fg.flight-search-wrapper .input-fields.trip-place .input-wrapper.position-relative.input-with-icon {
    margin: 10px 0;
  }

  .flight-search-fg svg.rightandleft-flip {
    top: 30%;
    rotate: 90deg;
  }

  .book-fg__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .fg-cruise .trending-card,
  .fg-cruise .trending-card.active,
  .fg-cruise .trending-card-wrapper:has(.active) .trending-card:not(.active) {
    flex-basis: calc(100% - 10px);
    height: 90px;
    transition: height 0.5s ease;
  }

  .fg-cruise .trending-card.active {
    height: 280px;
  }

  .fg-cruise .destination-title h2 {
    font-size: 16px;
    writing-mode: horizontal-tb;
    padding-top: 15px;
  }
}

@media (max-width:467px) {
  .flight-search-fg .date-pickers>div {
    width: 49%;
  }

  .flight-search-fg.flight-search-wrapper {
    padding: 60px 10px 10px 10px;
  }

  .flight-search-fg svg.rightandleft-flip,
  .modal-inner-body svg.rightandleft-calendar {
    padding: 9px;
  }
}

@media (max-width: 425px) {
  .why-hotel__grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 12px;
  }

  .why-hotel__card {
    flex: 1 1 calc(100% - 12px);
    min-height: 100px;
    height: auto;
    display: flex;
    gap: 10px;
    align-items: center;
  }
}

@media (max-width:350px) {
  .HotelConfirmationPage_pageContainer__YmSls {
    padding: 0px 5px;
  }

  .ConfirmationHotelInfo_card__KzPSJ {
    padding: 15px;
  }

  .ConfirmationHotelInfo_leftColumn__BzNKX,
  .HotelConfirmationPage_contentGrid__qU9TZ {
    gap: 10px;
  }

  .ConfirmationStatusBanner_banner__nYnq5 {
    margin-bottom: 10px;
  }

  .flight-search-fg svg.rightandleft-flip,
  .flight-search-fg svg.rightandleft-calendar {
    right: 46%;
  }

}

/*
 * ============================================================
 *  Hotel B2C — Design Token File
 *  FG / Fareground Domain Theme
 *  Source palette extracted from the FG B2C stylesheet
 * ============================================================
 */

:root {
  /* ── Brand ── */
  --hotel-primary: #4F81BC;
  /* steel blue  (primary brand color)         */
  --hotel-primary-hover: #3a6a9e;
  /* darker blue on hover                      */
  --hotel-accent: #103e65;
  /* deep navy    (used in socials, footer)     */
  --hotel-accent-hover: #0c3153;
  /* darker navy on hover                      */
  --hotel-dark: #4F81BC;
  /* pure black — used on CTA buttons          */
  --hotel-gradient: linear-gradient(to right, #4F81BC 0%, #4F81BC 100%);
  /* used on cruise boxes, headers             */

  /* ── Text ── */
  --hotel-text-dark: #000000;
  /* headings, strong labels                   */
  --hotel-text-body: #1a1a1a;
  /* body copy                                 */
  --hotel-text-muted: #555555;
  /* helper / label text                       */
  --hotel-text-white: #ffffff;
  /* text on dark/blue backgrounds             */
  --hotel-text-accent: #4F81BC;
  /* inline accent text, links                 */
  --hotel-text-primary: #4F81BC;
  /* primary-coloured text                     */
  --hotel-text-yellow: #FAAF40;
  /* highlight / hover text, price accents     */
  --hotel-text-nav-active: #FAA935;
  /* active nav item color                     */

  /* ── Backgrounds ── */
  --hotel-bg-page: #ffffff;
  /* page-level background                     */
  --hotel-bg-white: #ffffff;
  /* cards, modals                             */
  --hotel-bg-blue-light: #eaf3ff;
  /* section washes, search engine bg,         */
  /* room card selected, hotel detail badges     */
  --hotel-bg-dark: #212529;
  /* newsletter / subscription dark strip      */
  --hotel-bg-success-light: #f0f6fc;
  /* guest block background                    */
  --hotel-bg-danger-light: #ffdddd;
  /* error / expiry badge                      */

  /* ── Borders ── */
  --hotel-border: #e0e0e0;
  /* standard input / card border              */
  --hotel-border-blue: #d6e8f5;
  /* gateway-option border, guest block border */
  --hotel-border-primary: #e8e8e8;
  /* general card / item borders               */
  --hotel-border-dark: #ced4da;
  /* input borders                             */

  /* ── Buttons ── */

  /* Primary — steel blue (book-now, submit, form actions) */
  --hotel-btn-primary-bg: #4F81BC;
  --hotel-btn-primary-hover: #3a6a9e;
  --hotel-btn-primary-text: #ffffff;
  --hotel-btn-primary-padding: 12px 24px;

  /* Secondary — black (edit, back, modify, search CTA) */
  --hotel-btn-secondary-bg: #4F81BC;
  --hotel-btn-secondary-hover: #ffffff;
  --hotel-btn-secondary-text: #ffffff;
  --hotel-btn-secondary-text-hover: #000000;
  --hotel-btn-secondary-padding: 12px 24px;

  /* Accent / Gateway — deep navy (gateway options, filter chips) */
  --hotel-btn-accent-bg: #103e65;
  --hotel-btn-accent-hover: #0c3153;
  --hotel-btn-accent-text: #ffffff;

  /* Outline variant */
  --hotel-btn-outline-border: #4F81BC;
  --hotel-btn-outline-text: #4F81BC;
  --hotel-btn-outline-hover-bg: #4F81BC;
  --hotel-btn-outline-hover-text: #ffffff;

  /* ── Feedback ── */
  --hotel-success: #4F81BC;
  /* selected-room badge, active states        */
  --hotel-success-text: #155724;
  --hotel-error: #d32f2f;
  /* error messages                            */
  --hotel-error-bg: #ff0707;
  /* price-drop percentage label               */
  --hotel-warning: #FAAF40;
  /* star ratings, price accents, hover links  */
  --hotel-info: #103e65;
  /* info badge text, deep navy               */

  /* ── Typography ── */
  --hotel-font-primary: 'Poppins', sans-serif;
  --hotel-font-secondary: 'Poppins', sans-serif;

  /* ── Effects ── */
  --hotel-shadow: 1px 1px 20px 5px rgba(2, 6, 22, 0.1);
  /* grid / card strong shadow                 */
  --hotel-shadow-sm: 0 2px 10px rgba(2, 6, 23, 0.1);
  /* subtle card shadow                        */
  --hotel-shadow-md: 0 6px 12px -2px rgba(50, 50, 93, 0.25),
    0 3px 7px -3px rgba(0, 0, 0, 0.3);
  /* review card / package card shadow         */
  --hotel-shadow-blue: 0 5px 10px rgba(2, 6, 23, 0.2);
  /* blue glow on buttons, trip-type toggles   */
  --hotel-transition: all 0.3s ease;

  /* ── Skeleton / Loader ── */
  --hotel-skeleton-bg: linear-gradient(90deg,
      #f0f0f0 25%,
      #e0e0e0 50%,
      #f0f0f0 75%);
  --hotel-skeleton-size: 200% 100%;

  /* ── Radius ── */
  --hotel-radius-sm: 4px;
  --hotel-radius-md: 8px;
  --hotel-radius-lg: 12px;
  --hotel-radius-xl: 16px;
  --hotel-radius-pill: 50px;

  /* ── Layout ── */
  --hotel-container-max-width: 1300px;
  --hotel-section-padding: 35px 10px;
}

@media print {

  .bg-white.jhf-wrapper .cm-container,
  .main-header .cm-container,
  .top-header .cm-container {
    display: none !important;
  }
}

@media print {
  .pageWrapper {
    background: var(--hotel-bg-white);
    padding-top: 50px;
  }
}