/* modal come css */

.modal_ber_all {
  cursor: pointer;
}

.modal_tab .d-flex .nav-item .nav-link.active {
  background: var(--tab-background-gradient);
  color: var(--white-color);
  transform: 0s;
  border: 1px solid #8739f6;
}

.modal_btn_padding {
  border-radius: 5px;
}

.pointer-events-unst {
  pointer-events: unset !important;
}

.modal_tab .d-flex .nav-item .nav-link {
  border: 1.5px solid #e3e0f0;
  color: var(--black-color);
  font-weight: 500;
  background: #e3e0f0;
}

.modal_tab .d-flex {
  gap: 10px;
  justify-content: flex-start;
}

.modal_tab_barnowrap.nav .nav-item {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
}

.modal_tab_barnowrap {
  flex-wrap: nowrap;
  overflow: auto;
}

/* come btn css  */
@media only screen and (max-width: 1199px) {
  .modal_btn_padding {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .modal_btn_padding {
    padding: 8px 35px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .modal_tab_barnowrap.nav .nav-item {
    font-size: 13px;
  }
}

/* search bar */
.Search_mobile_nav {
  height: 0;
  overflow: hidden;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item .nav-link {
  background: unset;
  border-radius: 0;
}

.Search_mobile_nav .container .navbar-collapse .nav {
  flex-wrap: nowrap;
}

.Search_mobile_nav .container .navbar-collapse {
  overflow: auto;
}

.Search_mobile_nav .container .navbar-collapse .d-flex {
  justify-content: center;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item {
  border-top: unset;
  white-space: nowrap;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item:hover {
  border-top: unset;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item .nav-link {
  border-top: 2px solid #fff;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item .nav-link:hover {
  border-top: 2px solid #8037ff;
}

.Search_mobile_nav .container .navbar-collapse .nav .nav-item .nav-link.active {
  border-top: 2px solid #8037ff;
  background-image: linear-gradient(#eee4ff, #ffffff);
}

/* search bar st */
/*
.search-form input {
  background: unset;
  border: unset;
  padding: 20px 0 0 5px;
  margin-left: 20px;
  width: calc(100% - 20px);
  height: 100%;
  pointer-events: none;
  cursor: pointer;
  font-size: 14px;
  text-overflow: ellipsis;
}
*/

#experiences .search-form input,
#experiences_country .search-form input {
  pointer-events: unset;
}

.search-form input:focus-visible,
.search-form input:focus {
  background-color: unset !important;
  border: unset !important;
  box-shadow: unset !important;
}

.search-form input::placeholder {
  color: #545454;
  font-size: 14px;
  font-weight: 400;
}

.search-form label {
  margin: 0;
  position: absolute;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  top: 40%;
  gap: 5px;
  display: flex;
  cursor: pointer;
}

.search_bg_color {
  background: #dedff2;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 768px) {
	.search_bg_color {
	    padding: 2px 10px;
	}	
}


/*
.search-form button {
  height: 100%;
}
*/

.Search-tab-titel .nav .nav-item .nav-link {
  align-items: center;
  background: #f8f8f8;
  backdrop-filter: blur(33.099998474121094px);
  border: 1.5px solid #aca8bf;
  color: var(--black-color);
  font-weight: 500;
  align-items: center;
  border: 1px solid #8037ff;
  text-transform: capitalize;
  height: 100%;
}

.Search-tab-titel .nav .nav-item .active {
  background: linear-gradient(268.52deg, #ad4bfc -0.99%, #8037ff 37.04%);
  color: var(--white-color);
}

.Search-tab-titel .nav .nav-item .active svg path {
  fill: white;
}

.Search-tab-titel {
  margin-bottom: -25px;
}

.search-banner.single-search-banner .search_bar_bg {
  padding: 12px 15px;
}

@media screen and (max-width: 768px) {
	
	.search-banner.single-search-banner.search-page .Search_bar {
		margin-top: 0;
	}	
	
}


.Search_bar {
  margin-top: -75px;
  position: relative;
  z-index: 9;
}
.Search_bar .container {
	max-width: 1120px;
}

.search-banner.single-search-banner .Search_bar {
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
	.search-banner.single-search-banner .Search_bar:not(.margined) {
		margin-top: 0;
	}	
}



#car-hire .Search_width_33 {
  width: calc(26% - 10.66px);
}

#car-hire .Search_width_33.car_mobile_bar {
  width: calc(40% - 10.66px);
}

.Search_width_input_btn_33 {
  width: calc(33.33% - 10.66px);
}

.Search_width_input_btn_20 {
  width: calc(20% - 10.66px);
}

.Search_width_100 {
  width: 100%;
}

.Search_width_50 {
  width: calc(50% - 8px);
}

.Search_width_40 {
  width: calc(40% - 10.66px);
}

.Search_width__btn_100 {
  width: 100%;
}

.Search_btn_font_size {
  font-size: 24px;
}

.Search_btn_hover:hover svg path {
  fill: var(--black-color);
}

.car_hire_bottom {
  margin-top: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bottom_contact_center span {
  height: 17px;
  width: 17px;
  background: #fff;
  color: #8d8ece;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  font-weight: 600;
}

.bottom_contact_center {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom_contact_center p,
.car_hire_bottom_age p,
.car_hire_bottom_input p {
  padding: 0;
}

.car_hire_bottom_age {
  display: flex;
  align-items: center;
  gap: 10px;
}

.car_hire_bottom_age P {
  padding: 3px 18px;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
}

.car_hire_bottom_age .active {
  background: #fff;
  color: #000;
}

.car_hire_bottom_input {
  display: flex;
  align-items: center;
  gap: 10px;
}

.car_hire_bottom_input input {
  max-width: 60px;
  border: 1px solid #ffffff;
  background: #ffffff47;
  border-radius: 5px;
  padding: 4px;
  outline: none;
  box-shadow: none;
}

.Search-tab-titel {
  padding: 0 10px;
}

.car_hire_bottom_check input#bottom_contact {
  display: none;
}

.car_hire_bottom_check label,
.bottom_contact_center p,
.car_hire_bottom_age p,
.car_hire_bottom_input p {
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding-left: 30px;
}

.car_hire_bottom_age p {
  padding-left: 18px;
}

.car_hire_bottom_check label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  height: 22px;
  width: 22px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.car_hire_bottom_check input#bottom_contact:checked+label::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 5px;
  height: 12px;
  width: 12px;
  background: #fff;
  border-radius: 2px;
}

.car_hire_bottom_check label {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

@media (max-width: 1199px) {
  .search-form {
    flex-wrap: wrap;
    gap: 10px 16px !important;
  }

  .Search_width_33 {
    width: calc(50% - 10px);
  }

  .Search_width_input_btn_33 {
    width: 100%;
  }

  .Search_width__btn_100 {
    width: 60%;
  }

  .car_hire_width_50 {
    width: calc(50% - 10px);
  }

  .car_hire_bottom {
    gap: 20px;
  }

  .car_hire_bottom_check label {
    padding-left: 24px;
  }

  .car_hire_bottom_check label,
  .bottom_contact_center p,
  .car_hire_bottom_age p,
  .car_hire_bottom_input p {
    font-size: 16px;
  }

  .car_hire_bottom_age P {
    padding: 3px 9px;
  }

  .car_hire_bottom_check label::after {
    height: 20px;
    width: 20px;
  }

  .car_hire_bottom_check input#bottom_contact:checked+label::before {
    height: 10px;
    width: 10px;
  }
}

@media (max-width: 991px) {
  .Search-tab-titel {
    display: none;
  }

  .search_bar_bg {
    padding: 20px 20px 20px 20px;
  }

  .car_hire_bottom {
    justify-content: center;
  }

  .Search_mobile_nav {
    height: auto;
    overflow: unset;
  }
}

@media (max-width: 767px) {
  .Search_width_33 {
    width: 100%;
  }

  .Search_width_50 {
    width: calc(50% - 4px);
  }

  .Search_width_input_btn_33 {
    width: 100%;
  }

  .Search_width__btn_30 {
    width: 30%;
  }

/*
  .search-form input {
    font-size: 12px !important;
  }

  .search-form input::placeholder {
    font-size: 12px;
  }

  .search-form label {
    font-size: 12px;
  }
*/

  .Search_btn_font_size {
    font-size: 18px;
  }

  .Search_width_40 {
    width: calc(50% - 10.66px);
  }

  .Search_width_input_btn_20 {
    width: 100%;
  }

/*
  .search-form button {
    height: 55px;
  }
*/

  .Search_mobile_nav .container .navbar-collapse .d-flex {
    justify-content: unset;
  }

  .duration-options {
    gap: 10px;
  }

  .car_hire_bottom {
    gap: 5px;
  }
}

@media (max-width: 575px) {
  .Search_width_40 {
    width: 100% !important;
  }

  .car_hire_bottom_check label,
  .bottom_contact_center p,
  .car_hire_bottom_age p,
  .car_hire_bottom_input p {
    font-size: 14px;
  }
  
  .search-form button {
    height: 55px;
    max-width: max-content;
    padding: 10px 25px;
    width: auto;
    min-width: 0;
    height: auto;
    min-height: 0;
    line-height: 1;
  }
}

@media (max-width: 374px) {
  .Search_width_50 {
    width: 100%;
  }

  .Search_width__btn_30 {
    width: 100%;
  }
}

/* search bar popu */
.search_bar_modal {
  position: absolute;
  top: 96px;
  left: 50%;
  transform: translateX(-50%) !important;
  background: #ffffff;
  padding: 20px;
  z-index: 100;
  width: calc(100% - 40px);
  max-width: 1300px !important;
  border-radius: 10px;
  height: auto;
  overflow-y: auto;
  margin: 0;
}

.car-hire_modal {
  top: 215px;
}

.search_bar_modal_border {
  border: unset;
}

.search_bar_modal_overflow_hidden {
  overflow: hidden;
}

.collapse_ber_search.collapse {
  opacity: 1;
}

.collapse_ber_search.collapse:not(.show) {
  opacity: 0;
}

.popup_overlay.visible {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: visible !important;
}

.popup_overlay {
  position: fixed;
  inset: 0px;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.2s;
  z-index: 8;
}

/* search modal hotel resort */
.hotel_resort_popup .hotel_resort_popup_wrp {
  flex-direction: column;
  overflow: hidden;
}

.hotel_resort_popup .history_block {
  gap: 33px;
  flex-wrap: wrap;
  max-height: 200px;
  overflow: auto;
}

.history_block .history_row {
  width: calc(33.33% - 22px);
  background: #f3f3f3;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  align-items: center;
  gap: 15px;
}

.history_block .history_row svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.history_block .history_row .hisroty_name_block {
  width: 100%;
}

.history_block .hisroty_name_block span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}

.history_block .hisroty_name_block p {
  font-size: 14px;
  color: #606060;
  line-height: 1.2;
}

.history_block .history_row .history_close {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.hotel_resort_popup .hotel_country_block {
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 15px 0;
}

.hotel_resort_popup .hotel_country-img_row {
  width: 33.3333%;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  cursor: pointer;
  gap: 20px;
}
.hotel_resort_popup .hotel_country-img_row:hover figcaption {
	color: #8037ff;
}

.hotel_resort_popup .hotel_country-img_row figure {
	margin: 0;
    width: 90px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotel_resort_popup .hotel_country-img_row figure img {
    aspect-ratio: 1;
    border-radius: 7px;
}
.hotel_resort_popup .hotel_country-img_row figure img.icon {
	width: 30px;
}

.hotel_resort_popup .hotel_country-img_row figcaption {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}

.data-time-display,
.data-time-display-car {
  background: #e3e0f0;
  padding: 12px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  width: calc(80% - 5px);
  justify-content: center;
  align-items: center;
}

.summary-display {
  background: #e3e0f0;
  padding: 12px 5px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  width: calc(100% - 242px);
}

.Cancel-end-apply-btn-when {
  display: flex;
  gap: 10px;
}

.Cancel-end-apply-btn-when .transp_btn {
  z-index: 0;
}

.flatpickr-innerContainer {
  padding: 10px;
  border: 1px solid #e3e0f0;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .hotel_resort_popup .hotel_country_block {
    max-height: 250px;
    overflow: auto;
  }

  .hotel_resort_popup .history_block {
    gap: 15px;
  }

  .location_search_bar_modal {
    top: 230px;
  }
}

@media (max-width: 991px) {
  .history_block .hisroty_name_block p {
    font-size: 12px;
  }

  .history_block .hisroty_name_block span {
    font-size: 14px;
  }

  .history_block .history_row {
    padding: 10px 15px;
  }

  .history_block .history_row {
    width: calc(50% - 7.5px);
    gap: 10px;
  }

  .hotel_resort_popup .hotel_country-img_row figcaption {
    font-size: 14px;
  }

  .car-hire_modal {
    top: 160px;
  }

  .location_search_bar_modal {
    top: 185px;
  }

  .search_bar_modal_2 {
    top: 115px;
  }
}

@media screen and (max-width: 767px) {

  .history_block .history_row {
    width: 100%;
  }

  .location_search_bar_modal {
    top: 245px;
  }

  .actions {
    flex-direction: column;
  }

  .data-time-display,
  .data-time-display-car {
    width: 100%;
  }

  .summary-display {
    width: 100%;
  }

  .Cancel-end-apply-btn-when {
    justify-content: center;
  }

  .car-hire_modal {
    top: 285px;
  }

  .search_bar_modal_2 {
    top: 175px;
  }
}

@media screen and (max-width: 575px) {

  .data-time-display,
  .data-time-display-car {
    font-size: 10px;
  }

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

  .car-hire_modal {
    top: 290px;
  }

  .search_bar_modal_2 {
    top: 240px;
  }
}

@media screen and (max-width: 374px) {


  .location_search_bar_modal {
    top: 305px;
  }
}

/* end search modal hotel resort */

/* datepicker  */

.flatpickr-calendar.inline {
  display: none;
  width: 100% !important;
}

.flatpickr-days {
  width: 100% !important;
  gap: 20px;
}

.flatpickr-weekdays {
  gap: 20px;
  margin-bottom: 5px;
  height: 40px;
}

.dayContainer {
  width: calc(50% - 10px) !important;
  min-width: unset !important;
  max-width: unset !important;
  gap: 5px;
  justify-content: flex-start !important;
}

.flatpickr-day {
  width: calc(14.28% - 4.28px) !important;
  max-width: unset !important;
  flex-basis: unset !important;
  border: 1px solid #e3e0f0 !important;
  border-radius: 5px !important;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}

.flatpickr-day.inRange {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  background: #a749fc36;
}

.flatpickr-current-month {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
  padding: 2px;
}

.cur-month {
  font-size: 18px;
  font-weight: 500 !important;
  color: var(--black-color) !important;
}

.numInputWrapper:hover {
  background: unset !important;
}

.arrowDown,
.arrowUp {
  display: none !important;
}

.flatpickr-calendar {
  border: unset !important;
  box-shadow: unset !important;
}

.flatpickr-next-month,
.flatpickr-prev-month {
  display: flex;
  border: 0.59px solid #8037ff;
  border-radius: 5px;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 7px;
  height: 30px;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  fill: #8037ff;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--white-color);
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  background-color: #8739f6;
}

.flatpickr-months {
  margin-bottom: 15px;
}

span.flatpickr-weekday {
  font-size: 14px;
  font-weight: 500;
  color: var(--black-color);
  padding: 8px 0;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  background: #e3e0f0;
  border-radius: 5px !important;
  padding: 5px;
}

.flatpickr-day:hover {
  background: #a749fc36;
}

.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n + 1)),
.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n + 1)) {
  box-shadow: unset !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--tab-background-gradient) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--tab-background-gradient) !important;
}

@media screen and (max-width: 768px) {
  .dayContainer {
    width: 100% !important;
  }
}

@media screen and (max-width: 575px) {
  span.flatpickr-weekday {
    font-size: 12px;
    padding: 5px 0;
  }

  .flatpickr-day {
    height: 30px !important;
    line-height: 30px !important;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: unset !important;
  }

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

/* Flexible-dates */
.date-filter {
  font-family: sans-serif;
  color: #1a1a1a;
  padding: 0px 0 15px;
}

.section-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

#Flexible-dates .flexible-options .flexible-option span,
#to-Flexible-dates .flexible-options .flexible-option span {
  font-size: 12px;
  color: #606060;
}

.flexible-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  max-height: 200px;
  overflow: auto;
}

.flexible-option {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 12px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  transition: border 0.2s, background 0.2s;
  min-width: 140px;
}

.flexible-option.active {
  border-color: #a78bfa;
}

.flexible-months {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-height: 200px;
  overflow: auto;
}

.flexible-months label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 14px 12px 14px 40px;
  border-radius: 10px;
  min-width: 145px;
  cursor: pointer;
  transition: border 0.2s, box-shadow 0.2s;
}

.flexible-months label::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}

.flexible-months input[type="checkbox"] {
  display: none;
}

.flexible-months input[type="checkbox"]:checked+span {
  font-weight: 400;
  font-size: 16px;
}

.flexible-months input[type="checkbox"]:checked+span::before {
  content: "";
  display: inline-block;
  width: 14.14px;
  height: 14.14px;
  background: #9333ea;
  border-radius: 50%;
  margin-right: 12px;
  vertical-align: middle;
  margin-left: -26px;
  z-index: 9;
  position: relative;
  top: -1px;
}

#to-Flexible-dates {
  padding-top: 25px;
}

.When {
  display: none;
  width: 100%;
}

@media (max-width: 575px) {
  .months label {
    width: calc(50% - 5px);
  }

  .option {
    width: calc(50% - 5px);
  }
}

@media (max-width: 374px) {
  .months label {
    width: 100%;
  }

  .option {
    width: 100%;
  }
}

/* guest popup  */
.title-guest-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}

.room_block .room {
  border-radius: 8px;
  padding: 0 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

.roam-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.room-header {
  padding: 10px;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  background-color: #e3e0f0;
  border-radius: 5px;
  font-weight: 500;
  height: 100%;
}

.age-group {
  display: flex;
  gap: 10px;
  border: 1px solid #e3e0f0;
  padding: 10px;
  border-radius: 5px;
  align-items: center;
  width: fit-content;
}

.age-group-title {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.age-group-Adults-subtitle {
  flex-shrink: 0;
}

.age-group-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #606060;
}

.children-ages {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.age-group-Adults-cqt {
  display: flex;
  background: #efefef;
  padding: 3px 10px;
  border-radius: 5px;
  align-items: center;
}

.quantity-decrement,
.quantity-increment {
  border: 0;
  background: #ededed;
  font-size: 20px;
  padding: 0px 5px;
  cursor: pointer;
}

.quantity,
.quantity-Children {
  text-align: center;
  color: #000;
  border: 0;
  background: transparent;
  pointer-events: none;
  width: 15px;
  font-size: 14px;
}

.children-ages select {
  border: 0;
  outline: none;
  padding: 5px;
  background-color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 4px;
  min-width: 90px;
  border: 1px solid #e3e0f0;
  padding: 7px;
  color: #333;
  width: 80px;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 3px center;
  background-size: 16px;
}

.btn-remove-Reset {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.reset {
  background: #e3e0f0;
  text-align: center;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.remove {
  border: 1px solid #aca8bf;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}

.age-group-children-ages {
  align-items: flex-start;
}

.title-guest-popup button {
  border-radius: 5px;
  border: 1px solid #7d3eed;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  font-size: 14px;
}

.title-guest-popup button:hover svg path {
  fill: #000;
}

@media only screen and (max-width: 991px) {
  .when_poup_top_bar {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .age-group-subtitle {
    font-size: 10px;
  }

  .age-group-title {
    font-size: 13px;
  }

  .title-guest-popup .com_title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .SearchForm__InputContainer {
    padding: 15px;
  }

  .guest-wrapper {
    padding: 10px 10px 0;
  }

  .guest-summary-display {
    width: calc(60% - 5px);
  }

  .guest-toggle-btn {
    width: calc(40% - 5px);
  }

  .room-header,
  .age-group {
    width: fit-content;
  }

  .age-group,
  .room-header-container {
    width: 50%;
  }

  .room-header.flag_row {
    width: fit-content;
  }

  .room-header,
  .age-group {
    width: calc(50% - 5px);
    justify-content: space-between;
  }

  .age-group.age-group-children-ages {
    width: 100%;
  }

  .room_block .room {
    position: relative;
  }

  .btn-remove-Reset {
    position: absolute;
    top: 20px;
    right: 15px;
    display: flex;
    flex-direction: row;
  }

  .search_bar_modal {
    padding: 10px;
  }

  .title-guest-popup .com_title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .age-group {
    width: 100%;
    justify-content: space-between;
  }

  .age-group-children-ages {
    justify-content: unset;
  }

  .age-group-children-ages {
    width: fit-content !important;
  }

  .title-guest-popup .com_title {
    font-size: 14px;
    text-align: left;
  }

  .title-guest-popup button {
    font-size: 12px;
    padding: 12px 12px;
  }

  .remove {
    font-size: 10px;
  }

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

@media only screen and (max-width: 374px) {
  .age-group-children-ages {
    flex-wrap: wrap;
  }

  .children-ages {
    justify-content: center;
  }
}

.guest-wrapper-summary {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.guest-wrapper button {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .guest-wrapper {
    padding: 10px 10px 0;
  }

  .guest-wrapper-summary {
    flex-direction: column;
  }

  .summary-display {
    width: 100%;
  }
}

/* tours modal */
#tours-s .place {
  max-width: 1244px;
  margin: 0;
  padding-bottom: 20px;
}

.country-img {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  cursor: pointer;
  max-height: 300px;
  overflow: auto;
}

.option.active {
  border-color: #a78bfa;
}

.place figure {
  width: calc(16.66% - 12.5px);
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.place figure figcaption {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}

.place figure img {
  width: 100%;
  border-radius: 10px;
}

.top-place {
  max-height: 188px;
  margin: auto;
  margin-bottom: 15px;
  width: 100%;
}

.details {
  display: flex;
  gap: 20px;
  overflow-y: auto;
  flex-wrap: nowrap;
}

.details>div {
  display: flex;
  border: 1px solid #dedff2;
  border-radius: 10px;
  padding: 5px 20px 5px 5px;
  gap: 5px;
  width: auto;
  flex-shrink: 0;
  align-items: center;
}

.top-place img {
  width: 100%;
  object-fit: unset;
  height: calc(100% - 20px);
}

.details .detail {
  max-width: 236px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.details .detail p {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  color: #000;
}

.discount p {
  font-size: 12px;
  color: white !important;
}

.place-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.place-detail>div {
  display: flex;
  border-radius: 3px;
  padding: 5px 4px;
  background-color: #dedff2;
  text-align: center;
  gap: 5px;
  font-size: 12px;
  align-items: center;
}

.place-detail .discount {
  background-color: black;
  color: white;
}

.place h2,
#destinations_popup h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.top-place h2 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 1199px) {
  .place-detail {
    gap: 3px;
  }

  .details>div {
    padding: 5px 5px 5px 5px;
  }

  .place-detail>div {
    font-size: 12px;
    gap: 3px;
    padding: 4px 3px;
  }

  .place figure {
    width: calc(20% - 12px);
  }
}

@media (max-width: 991px) {
  .top-place {
    max-height: 800px;
  }

  .details {
    gap: 10px 15px;
  }

  .place figure {
    width: calc(25% - 11.25px);
  }
}

@media (max-width: 767px) {
  .place figure {
    width: calc(33.33% - 10px);
  }

  .details {
    height: auto;
  }

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

@media (max-width: 575px) {
  .place figure {
    width: calc(50% - 7.5px);
  }

  .details>div {
    flex-direction: column;
  }

  .top-place img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    object-position: center;
  }

  .details .detail {
    max-width: 219px;
  }

  .place-detail {
    gap: 5px;
  }

  .detail_img {
    width: 100%;
  }
}

@media (max-width: 370px) {
  .place figure {
    max-width: 100%;
    margin: auto;
  }
}

/* end  */

.container-cruises {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
  overflow: auto;
  max-height: 350px;
}

.card-cruises {
  display: flex;
  align-items: center;
  width: calc(25% - 12px);
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s, box-shadow 0.3s;
  background-color: white;
}

.card-cruises:hover {
  border-color: #cfc0fa;
}

.card-cruises input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d1c4f9;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  cursor: pointer;
}

input[type="checkbox"].radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #7f56d9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.card-cruises img {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  margin-right: 12px;
}

.card-content {
  display: flex;
  flex-direction: column;
}

.card-cruises .card-content {
  padding-right: 35px;
}

.card-title-cruises {
  font-weight: 400;
  font-size: 15px;
  max-width: 220px;
  line-height: normal;
  color: #1f1f1f;
}

.card-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #666;
}

.footer-cruises span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.footer-cruises {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  max-width: 100%;
}

.footer-cruises .buttons {
  display: flex;
  gap: 10px;
}

.footer-cruises button {
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
}

.footer-cruises .apply {
  background-color: #7f56d9;
  color: white;
}

.footer-cruises button:not(.apply) {
  background-color: #f5f5f5;
  color: #333;
}

@media (max-width: 1339px) {
  .card-cruises img {
    width: 70px;
  }

  .card-cruises {
    width: calc(33.33% - 10px);
  }
}

@media (max-width: 991px) {
  .card-title-cruises {
    font-size: 14px;
    max-width: 100%;
  }

  .card-cruises {
    width: calc(50% - 10px);
  }

  .Search-tab-titel .nav {
    justify-content: unset !important;
  }
}

@media (max-width: 775px) {
  .card-cruises {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .card-cruises img {
    margin-right: 5px;
  }

  .card-title-cruises {
    font-size: 12px;
    max-width: 140px;
  }

  .footer-cruises {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .container-cruises {
    height: 500px;
    overflow: auto;
  }
}

.explore-tab-content-Tokyo {
  margin-top: 15px;
}



#Arrnytime-cruises p {
  text-align: center;
}

.duration-section {
  margin-bottom: 2rem;
}

.duration-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: left;
  color: #000;
}

.duration-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.duration-option {
  position: relative;
}

.duration-option input[type="checkbox"] {
  display: none;
}

.duration-option label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e3e0f0;
  border-radius: 8px;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
}

.duration-option input[type="checkbox"]:checked+label {
  border-color: #000;
  background-color: #f7f7f7;
}

#control-form-poup label.card-cruises .card-content {
  display: flex;
  flex-direction: row;
}

.when_poup_top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.brke-btn-when-popup {
  display: flex;
  align-items: center;
}

.brke-btn-when-popup svg {
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}

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

.room-dropdown {
  position: relative;
  display: inline-block;
}

.room-selector {
  padding: 10px 16px;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #aca8bf;
}

.dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.room-options {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  width: 400px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 99;
}

.room-dropdown.open .room-options {
  display: block;
}

.room-options h4 {
  margin: 0;
  padding: 10px 0px;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.room-options label {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 5px;
  gap: 10px;
}

.room-options label.selected {
  background-color: #e3e0f0;
}

.room_label input[type="radio"] {
  display: none;
}

.room-options input[type="radio"] {
  margin-right: 10px;
}

.room_label .radio_checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
}

.room_label input[type="radio"]:checked+.radio_checkbox {
  background-color: #9333ea;
  border-color: #fff;
}

.room-options label p {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.room-options label .price {
  text-align: end;
}

.nights-dropdown {
  position: relative;
  display: inline-block;
}

.nights-selector {
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #aca8bf;
}

.nights-options {
  display: none;
  position: absolute;
  top: 110%;
  right: 0;
  z-index: 10;
  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 10px;
  width: 300px;
}

.nights-dropdown.open .nights-options {
  display: block;
}

.nights-options label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
}

.nights-options label.selected {
  background-color: #e3e0f0;
}

.nights-options label input {
  display: none;
}

.nights-options input[type="radio"] {
  margin-right: 6px;
}

.nights-options .nights_checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
}

.nights-options label input[type="radio"]:checked+.nights_checkbox {
  background-color: #9333ea;
  border-color: #fff;
}

.nights-options label p {
  font-size: 14px;
  line-height: 1.2;
  width: 100%;
}

.nights-options label .price {
  text-align: end;
}

.nights-options label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  gap: 10px;
  align-items: center;
  padding: 10px 15px;
  border-radius: 5px;
}

.toggle-btn {
  display: inline-flex;
  align-items: center;
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid black;
  width: 205px;
}

.toggle-btn.active .toggle-circle {
  left: 18px;
}

.toggle-switch {
  margin-left: 15px;
  width: 40px;
  height: 24px;
  background-color: white;
  border-radius: 12px;
  position: relative;
}

.toggle-circle {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s ease;
}

.calendar_hotel_single_container,
.poup_month_container {
  height: 500px;
  overflow: auto;
}

.variant-heading {
  margin: 0 0px 10px;
  font-size: 20px;
  font-weight: 500;
  padding-top: 10px;
}

.pricing-header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
  margin: 0 0px 20px 0px;
}

.original-price {
  color: #8037ff;
  font-weight: 500;
  font-size: 16px;
}

.average-rate {
  color: #666;
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  padding: 0px;
}

.month-box {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.month-box h3 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.month-box p {
  font-size: 12px;
  font-weight: 400;
  color: #606060;
}

.month-box .price {
  font-weight: 600;
  font-size: 16px;
  color: #8037ff;
}

.availability.limited {
  color: #d00;
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0;
}

.month-box .Redeem {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
}

.calendar-average-left b {
  font-weight: 600;
}

.calendar_hotel_single {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  padding: 10px;
}

.hotel_single_day_header {
  text-align: center;
  color: #333;
  font-weight: 600;
  line-height: 30px;
  background: #e3e0f0;
  border-radius: 5px;
}

.hotel_single_day {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 10px;
  min-height: 120px;
  min-width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.hotel_single_day p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}

.single-hotle-pag-search-bar .calendar_hotel_single .hotel_single_day {
  width: 100%;
}

.hotel_single_day div:nth-child(1) {
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hotel_single_day div:nth-child(2) {
  font-size: 12px;
}

.hotel_single_day .price {
  color: #8037ff;
  font-weight: 600;
  font-size: 16px;
}

.hotel_single_day .redeem {
  font-size: 12px;
  color: #000;
}

.hotel_single_day.check-in {
  border: 1px solid #8037ff;
  background: #dedff2;
}

.hotel_single_day.check-in div:nth-child(1):after {
  content: "Check-in";
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.hotel_single_day.selected-range {
  border: 1px solid #8037ff;
  background: #e3e0f075;
}

.hotel_single_day.check-out {
  background: #dedff2;
  border: 1px solid #8037ff;
}

.hotel_single_day.selected-range div:nth-child(2) {
  display: none;
}

.hotel_single_day.selected-range p {
  display: none;
}

.hotel_single_day.selected-range .price,
.hotel_single_day.check-out .price {
  display: none;
}

.hotel_single_day.check-out div:nth-child(1):after {
  content: "Check-out";
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.hotel_single_day.check-out div:nth-child(2) {
  display: none;
}

.hotel_single_day.selected-range .price,
.hotel_single_day.check-out .price {
  display: none;
}

.DropdownFooter__DropdownFooterContainer {
  display: none;
  justify-content: space-between;
  padding: 20px;
  background-color: #e3e0f0;
  border-radius: 20px;
  margin-top: 20px;
}

.DropdownFooter__DropdownFooter {
  display: flex;
  justify-content: space-between;
  background-color: #e3e0f0;
  border-radius: 20px;
  align-items: center;
}

.package-price {
  width: calc(38% - 20px);
  align-items: center;
  gap: 20px;
}

.DropdownFooter__DropdownFooter .package-price .w-100 .banner_grid_offer {
  padding: 10px 10px 15px;
  justify-content: center !important;
  margin-top: 10px;
}

.package-banner_grid_offer {
  margin-top: 0;
}

.DropdownFooter__DropdownFooter .package-price .w-100 .banner_grid_offer {
  padding: 10px 10px 15px;
  justify-content: center !important;
}

.package-banner_grid_offer {
  margin-top: 0;
}

.DropdownFooter__DropdownFooter .package-price .w-100 .banner_grid_offer .grid_offer_price .grid_offer_price_row {
  width: unset;
  height: 24px;
}

.DropdownFooter__DropdownFooterContainer .package-price .w-100 .banner_grid_offer .grid_offer_price .package_grid_offer_day {
  margin-top: 5px;
}

.DropdownFooter__DropdownFooterContainer .package-price .w-100 .banner_grid_offer .grid_offer_price .grid_offer_day p {
  background: white;
}

.package-grid_offer_price_row {
  display: flex;
  gap: 10px;
  align-items: center;
}

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

.grid_offer_DropdownFooter_taxt_svg {
  display: flex;
  gap: 5px;
  align-items: center;
}

.grid_offer_DropdownFooter_taxt_svg p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.grid_offer_DropdownFooter {
  padding: 5px;
  border: 0.8px solid #aca8bf;
  border-radius: 5px;
  margin-bottom: -30px;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 5px;
  text-align: center;
  display: flex;
  align-items: center;
}

.grid_offer_DropdownFooter p {
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 767px) {
  .hotel_single_day p {
    font-size: 9px;
  }
}

@media (max-width: 575px) {
  .duration-option label {
    font-size: 14px;
    padding: 10px 12px;
  }

}

/* Anytime When cruises */
.duration-section {
  margin-bottom: 2rem;
}

.duration-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: left;
  color: #000;
}

.duration-options {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.duration-option {
  position: relative;
}

.duration-option input[type="checkbox"] {
  display: none;
}

.duration-option label {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #e3e0f0;
  border-radius: 8px;
  font-weight: 400;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: #ffffff;
}

.duration-option input[type="checkbox"]:checked+label {
  border-color: #000;
  background-color: #f7f7f7;
}

@media (max-width: 575px) {
  .duration-option label {
    font-size: 14px;
    padding: 10px 12px;
  }
}

#cruises-month-picker .month-picker-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
  font-family: Arial, sans-serif;
  flex-wrap: wrap;
}

#cruises-month-picker .year-blocks {
  display: flex;
  gap: 20px;
}

#cruises-month-picker .year-block {
  border: 1px solid #e3e0f0;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
}

#cruises-month-picker .year-title {
  background-color: #e3e0f0;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.9;
}

#cruises-month-picker .month-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  padding: 0;
}

#cruises-month-picker .month {
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #e3e0f0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  transition: 0s;
}

#cruises-month-picker .month.selected {
  color: white;
  background: linear-gradient(270deg, #ad4bfc 35%, #8037ff 86%);
}

#cruises-month-picker .month.disabled {
  opacity: 0.4;
  pointer-events: none;
}

#cruises-month-picker button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

#cruises-month-picker .selected-months {
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
}

#cruises-month-picker .selected-months ul {
  list-style-type: none;
  padding: 0;
}

#cruises-month-picker .selected-months li {
  padding: 5px;
  border-bottom: 1px solid #e0e0e0;
}

#cruises-month-picker .selected-months li:last-child {
  border-bottom: none;
}

#cruises-month-picker button#yearBlogNext svg *,
#cruises-month-picker #yearBlogPrev svg * {
  stroke: #8037ff;
}

#cruises-month-picker button#yearBlogNext,
#cruises-month-picker #yearBlogPrev {
  position: unset;
  height: 36px;
  width: 36px;
  background: transparent;
  border-radius: 6.55px;
  margin: 0;
  transition: 0.4s;
  border: 1px solid #8037ff;
}

#cruises-month-picker button#yearBlogNext:hover,
#cruises-month-picker #yearBlogPrev:hover {
  background: #8037ff;
}

#cruises-month-picker button#yearBlogNext:hover svg *,
#cruises-month-picker #yearBlogPrev:hover svg * {
  stroke: #fff;
}

#cruises-month-picker .month-picker-wrapper div#yearShowingBlocks {
  width: calc(100% - 92px);
}

#cruises-month-picker div#yearShowingBlocks>* {
  width: 33.33%;
  flex-wrap: wrap;
}

#cruises-month-picker .month:hover {
  box-shadow: 0 0 2px #0000004d;
}

.Search_hotel_page .Search-container {
  margin-top: unset;
}

@media (max-width: 991px) {
  #cruises-month-picker div#yearShowingBlocks>* {
    width: 50%;
  }

  .Search-container .tab-content .tab-pane {
    padding: 0;
  }

  .hotel_resort_popup .hotel_country-img_row figcaption {
    font-size: 14px;
  }

  .history_block .history_row {
    padding: 10px 15px;
  }

  .history_block .hisroty_name_block span {
    font-size: 14px;
  }

  .history_block .hisroty_name_block p {
    font-size: 12px;
  }

  .Search-container {
    padding: 0 10px;
  }
}

@media (max-width: 575px) {
  #cruises-month-picker div#yearShowingBlocks>* {
    width: 100%;
  }

  #cruises-month-picker .month {
    font-size: 14px;
  }

  #cruises-month-picker button#yearBlogNext,
  #cruises-month-picker #yearBlogPrev {
    height: 30px;
    width: 30px;
  }

  #cruises-month-picker button#yearBlogNext svg,
  #cruises-month-picker #yearBlogPrev svg {
    height: 12px;
    width: 17px;
  }

  #cruises-month-picker .month-picker-wrapper div#yearShowingBlocks {
    width: calc(100% - 81px);
  }

  .country-img {
    gap: 15px;
  }

  .place figure {
    max-width: calc(50% - 8px);
  }

  .place figure figcaption {
    font-size: 14px;
  }

  div#from_hotel_resort_popup {
    max-height: 500px;
    overflow-y: auto;
  }

  .details .detail {
    min-height: 106px;
  }

  .duration-options {
    gap: 0.4rem;
  }

  .details .detail {
    max-width: 216px;
  }
}

@media screen and (max-width: 374px) {
  .Search_hotel_page .container .search-form .Search-btn>* {
    width: 100%;
  }

  #Hotel-Resortsw form.search-form .Search-btn {
    width: 100%;
    flex-wrap: wrap;
  }

/*
  #cruises form.cruises-form .Search-btn>* {
    width: 100%;
  }
*/

  .Drop-off-location-popup {
    top: 420px;
  }

  .Cancel-btn-when,
  .Reset-btn-poup {
    padding: 10px 20px;
    font-size: 13px;
  }
}

/* car-hire_popup */
.car-hire_popup {
  width: fit-content;
  position: absolute;
  z-index: 25;
  top: calc(100% - 55px);
}

.car-hire_row {
  background: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  max-height: 400px;
  overflow: auto;
}

.car-hire_row>li:not(:last-child) {
  border-bottom: 1px solid #d4d0e8;
}

.car-hire_col {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  cursor: pointer;
}

.car-hire_col img {
  height: 21px;
  width: 21px;
  object-fit: contain;
}

.car-hire_text p {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.car-hire_text span {
  color: #606060;
  font-size: 12px;
  line-height: 1.3;
}

/* car-hire_time */

.car-hire_time {
  width: 100%;
  /* left: 47%; */
  position: absolute;
  z-index: 25;
  left: 0;
  top: 70px;
}

.car-hire_time .car-hire_row {
  max-height: 400px;
  overflow-y: scroll;
}

.car-hire_col {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 0;
  cursor: pointer;
}

.car-hire_row>li:not(:last-child) {
  border-bottom: 1px solid #d4d0e8;
}

/* experiences */
.experiences_country_row {
  column-count: 2;
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

.experiences_country_col:first-child {
  margin-top: 0;
}

.experiences_country_col img {
  height: 28px;
  width: 28px;
  object-fit: contain;
}
.experiences_country_col svg {
  height: 28px;
  width: 28px;
}
.experiences_country_col svg path {
	fill: #8037ff !important	
}

.experiences_country_col {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 10px;
  border: 1px solid #d4d0e8;
  border-radius: 8px;
  margin: 10px 0;
  min-width: 240px;
  cursor: pointer;
}

.experiences_search_bar_modal {
  max-width: 520px !important;
  top: 95px;
  left: 0;
  transform: unset !important;
  padding: 0;
}

.experiences_search_bar_modal_right {
  line-height: 1.3;
  padding: 21px 15px;
  left: 40%;
}

.experiences_type ul {
  max-height: 400px;
  overflow: auto;
}

.experiences_type_row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.experiences_type_col {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d4d0e8;
  padding: 10px;
  border-radius: 10px;
  padding-right: 42px;
  position: relative;
  cursor: pointer;
}

.experiences_type_col img {
  height: 24px;
  width: 24px;
  object-fit: contain;
}

.experiences_type_text p {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}

.experiences_type_row .experiences_type_col:first-child .experiences_type_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.experiences_type_text span {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}

.experiences_type_row .experiences_type_col:not(:first-child)::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  height: 20px;
  width: 20px;
  border: 1px solid #0000007d;
  transform: translateY(-50%);
  border-radius: 50%;
}

.experiences_type_row .experiences_type_col.active:not(:first-child)::after {
  background: #8037ff;
  box-shadow: inset 0 0 0 2px #fff;
}

.search-banner .com_title {
  font-size: 20px;
  margin-bottom: 0px;
}

.search-banner.single-search-banner .search_bar_modal:not(.experiences_search_bar_modal) {
  top: 115px;
}

@media (max-width: 1339px) {
  #car-hire .Search_width_33.car_mobile_bar {
    width: calc(30% - 10.66px);
  }

  #car-hire .Search_width_33 {
    width: calc(30% - 10.66px);
  }

  #car-hire .search-form {
    flex-wrap: wrap;
  }

  #car-hire .Search_width_33.car_mobile_bar,
  #car-hire .Search_width_33 {
    width: calc(50% - 10.66px);
  }

  .car-hire_popup {
    top: calc(100% - 130px);
  }

  .car-hire_modal {
    top: 145px;
  }
}

@media (max-width: 1200px) {
  #guests-from-home-page .room_block {
    overflow: scroll;
    max-height: 300px;
  }

  .car-hire_modal {
    top: 210px;
  }

  .bottom_contact_center p,
  .car_hire_bottom_input p {
    padding-left: 0px;
  }

  .search-banner.single-search-banner .search_bar_modal:not(.experiences_search_bar_modal) {
    top: 185px;
  }

  .search-banner.tours-search-banner.single-search-banner .search_bar_modal {
    top: 115px;
  }

  .package-price {
    width: calc(50% - 20px);
  }
}

@media (max-width: 991px) {
  .Search_bar {
    margin-top: -153px;
  }

  .search-form label {
    font-size: 12px;
  }

  .experiences_search_bar_modal_right {
    left: 23%;
  }

  .car_hire_bottom {
    width: 95%;
    margin: 15px auto;
    row-gap: 10px;
  }

  .car-hire_popup {
    top: calc(100% - 188px);
  }

  .flexible-months label::before {
    width: 18px;
    height: 18px;
    left: 7px;
  }

  .flexible-months label {
    padding: 12px 12px 12px 35px;
    min-width: 130px;
  }

  .title-guest-popup button {
    min-width: 210px;
  }

  .search-banner.mobile-search-banner {
    position: relative;
    z-index: 1;
  }

  .when_poup_top_bar {
    align-items: flex-start;
  }

  .Price-indicative-background.single-banner-search .search-banner .when_row_dropdown {
    margin-top: 15px;
  }

  .Price-indicative-background.single-banner-search .package-price {
    max-width: 400px;
  }

  .DropdownFooter__DropdownFooter {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .calendar_hotel_single {
    padding: 0px;
  }

  .month-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .yonda-single-page .hotel_single_day .redeem,
  .yonda-single-page .hotel_single_day div:nth-child(2) {
    display: none !important;
  }

  .yonda-single-page .hotel_single_day .price,
  .yonda-single-page .hotel_single_day_header {
    font-size: 14px;
  }

  .yonda-single-page .hotel_single_day {
    min-width: auto;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    min-height: auto;
  }

  .yonda-single-page .calendar_hotel_single {
    gap: 0;
  }

  .yonda-single-page .hotel_single_day_header {
    border-radius: 0;
  }

  .hotel_single_day.check-out div:nth-child(1):after,
  .hotel_single_day.check-in div:nth-child(1):after {
    content: "";
  }

  #roomSelector_1,
  #nightsSelector {
    font-size: 14px;
  }

  .when_row_dropdown .toggle-btn {
    font-size: 14px;
    width: auto;
  }
}

@media (max-width: 767px) {

  .experiences_search_bar_modal,
  .experiences_search_bar_modal_right {
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 155px;
  }

  .car-hire_popup {
    top: calc(100% - 295px);
  }

  .search-form label img {
    width: 19px;
    position: relative;
    top: 8px;
  }

  #car-hire .Search_width_33.car_mobile_bar,
  #car-hire .Search_width_33 {
    width: 100%;
  }

  .car-hire_popup {
    top: calc(100% - 307px);
  }

  .guest-wrapper button {
    width: 100%;
  }

  .Search_bar .section-title {
    font-size: 18px;
  }

  .flexible-months label {
    font-size: 14px;
  }

  .duration-option {
    gap: 10px;
  }

  .duration-option label {
    font-size: 14px;
    padding: 10px;
  }

  #cruises-month-picker .year-blocks,
  .container-cruises {
    gap: 10px;
  }

  .card-cruises {
    padding: 10px;
  }

  .search-banner.single-search-banner .search_bar_modal:not(.experiences_search_bar_modal) {
    top: 245px;
  }

  .search-banner.tours-search-banner.single-search-banner .search_bar_modal {
    top: 175px;
  }

  .search_bar_modal {
    padding: 15px;
  }

  .car-hire_modal {
    top: 220px;
  }

  .hotel_resort_popup .history_block {
    gap: 10px;
  }

  .yonda-single-page .hotel_single_day .price,
  .yonda-single-page .hotel_single_day_header {
    font-size: 11px;
  }

  .yonda-single-page .calendar_hotel_single_container .pricing-header {
    font-size: 14px;
  }

  .calendar_hotel_single_container,
  .poup_month_container {
    height: auto;
  }

  .month-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }

  .month-box {
    padding: 10px;
  }

  .DropdownFooter__DropdownFooterContainer_btn .secondary_btn {
    padding: 10px 30px;
  }
}

@media (max-width: 575px) {
  .experiences_country_row {
    column-count: 1;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .experiences_country_col {
    margin: 5px 0px;
  }

  .experiences_search_bar_modal,
  .experiences_search_bar_modal_right {
    top: 220px;
  }

  .car-hire_popup {
    top: calc(100% - 285px);
    transform: translateX(-50%) !important;
    left: 50%;
    width: 100%;
  }

  .hotel_resort_popup .hotel_country-img_row {
	width: 100%;
    gap: 10px;
}

  .search_bar_modal {
    padding: 10px;
    width: calc(100% - 25px);
  }

  .search-banner.single-search-banner .search_bar_modal {
    top: 225px;
  }

  .search-banner.tours-search-banner.single-search-banner .search_bar_modal {
    top: 225px;
  }

  .search_bar_bg {
    padding: 12px;
  }

  .flatpickr-current-month {
    font-size: 16px;
  }

  .location_search_bar_modal {
    top: 225px;
  }

  .search_bar_modal_2 {
    top: 225px;
  }

  .flexible-option,
  .flexible-months label {
    min-width: 48%;
  }

  .modal_tab .d-flex .nav-item .nav-link {
    padding: 10px;
    font-size: 12px;
  }

  .search-banner.single-search-banner .search_bar_bg {
    padding: 12px;
  }

  #cruises-month-picker .month-picker-wrapper {
    align-items: flex-start;
    justify-content: space-between;
  }

  #cruises-month-picker .month-picker-wrapper div#yearShowingBlocks {
    width: 100%;
  }

  #cruises-month-picker button#yearBlogNext {
    order: 2;
  }

  #cruises-month-picker .month-picker-wrapper div#yearShowingBlocks {
    order: 3;
  }

  .car-hire_popup {
    top: 78px;
    width: calc(100% - 20px);
  }

  #experiences_country .search_bar_modal,
  #experiences_type .search_bar_modal {
    width: 100%;
  }

  #experiences_country .location_search_bar_modal,
  #experiences_type .search_bar_modal {
    top: 210px;
  }

  .title-guest-popup button {
    min-width: 172px;
  }

  .Price-indicative-background.single-banner-search .search_bar_bg .search-form {
    flex-wrap: wrap;
  }

  .Price-indicative-background.single-banner-search .search_bar_bg .search-form .Search_width_50 {
    width: 100%;
  }

  .Price-indicative-background.single-banner-search .search_bar_bg {
    padding: 10px;
  }

  .Price-indicative-background.single-banner-search .search-banner.single-search-banner .search_bar_modal {
    top: 220px;
    width: 100%;
  }

  .yonda-single-page .title-guest-popup .com_title {
    text-align: left;
  }

  .yonda-single-page .calendar_hotel_single_container .pricing-header {
    display: block;
  }

  .yonda-single-page .hotel_single_day {
    padding: 5px;
    font-size: 12px;
  }

  .yonda-single-page .calendar_hotel_single_container .pricing-header {
    font-size: 13px;
  }

  .yonda-single-page .hotel_single_day .price {
    font-size: 8px;
  }

  .yonda-single-page .when_row_dropdown .toggle-btn,
  #roomSelector_1,
  #nightsSelector {
    font-size: 12px;
    padding: 10px;
  }

  .yonda-single-page .when_poup_top_bar {
    overflow: auto;
  }

  .Price-indicative-background.single-banner-search .search-banner .when_row_dropdown {
    min-width: 400px;
  }

  .yonda-single-page .toggle-circle {
    width: 14px;
    height: 14px;
  }

  .yonda-single-page .toggle-switch {
    width: 35px;
    height: 18px;
  }

  .DropdownFooter__DropdownFooterContainer_btn .secondary_btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .yonda-single-page .month-box .price {
    font-size: 14px;
  }

  .yonda-single-page .pricing-header {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .car_mobile_bar {
    flex-wrap: wrap;
  }

  .search-banner.single-search-banner .search_bar_modal {
    top: 290px;
  }

  .DropdownFooter__DropdownFooterContainer {
    padding: 10px;
  }

  .location_search_bar_modal {
    top: 290px;
  }
}

/* no-dates-available */
.no-dates-available h4 {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0;
}

.no-dates-available p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.no-dates-available .dates-available-tel {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.no-dates-available .secondary_btn {
  width: fit-content;
  margin-top: 10px;
}

.no-dates-available {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  align-items: center;
  min-height: 500px;
}

/* gift-card */
.Search_bar .new_card_gift_page .experiences_search_bar_modal {
  top: 10px;
  left: 26%;
}

.Search_bar .new_card_gift_page .experiences_search_bar_modal_right {
  top: 10px;
  left: 55%;
}

@media (max-width: 1199px) {
  .experiences_search_new_card .Search_width_40 {
    width: calc(50% - 10.66px);
  }

  .experiences_search_new_card .Search_width_input_btn_20 {
    width: calc(50% - 10.66px);
  }

  .Search_bar .new_card_gift_page .experiences_search_bar_modal {
    top: 10px;
    left: 100%;
    transform: translateX(-100%) !important;
  }

  .Search_bar .new_card_gift_page .experiences_search_bar_modal_right {
    top: 10px;
    left: 0;
    transform: translateX(0) !important;
  }
}

@media (max-width: 575px) {
  .experiences_search_new_card .Search_width_40 {
    width: 100%;
  }

  .experiences_search_new_card .Search_width_input_btn_20 {
    width: 100%;
  }

  .Search_bar .new_card_gift_page #experiences_country .search_bar_modal,
  .Search_bar .new_card_gift_page #experiences_type .search_bar_modal {
    top: 10px !important;
  }
}