@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'),
         url('../fonts/poppins/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/reckless-neue/RecklessNeue-Regular.woff2') format('woff2'),
         url('../fonts/reckless-neue/RecklessNeue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/reckless-neue/RecklessNeue-Medium.woff2') format('woff2'),
         url('../fonts/reckless-neue/RecklessNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/reckless-neue/RecklessNeue-SemiBold.woff2') format('woff2'),
         url('../fonts/reckless-neue/RecklessNeue-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reckless Neue';
    src: url('../fonts/reckless-neue/RecklessNeue-Bold.woff2') format('woff2'),
         url('../fonts/reckless-neue/RecklessNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* common Css  */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --background-gradient: linear-gradient(
      270deg,
      rgba(173, 75, 252, 1) 0%,
      rgba(128, 55, 255, 1) 40.00000059604645%
    ),
    linear-gradient(
      270deg,
      rgba(173, 75, 252, 1) 0%,
      rgba(128, 55, 255, 1) 26.499998569488525%
    ),
    linear-gradient(to left, #ffffff, #ffffff);
  --background-color: #8037ff;
  --black-color: #000;
  --white-color: #fff;
  --border-color: #7d3eed;
  --tab-background-gradient: linear-gradient(
    270deg,
    #ad4bfc -0.65%,
    #8037ff 39.96%
  );
  --litepicker-is-start-color-bg: #8037ff;
}

.container {
  max-width: 1380px;
  margin: 0 auto;
}

.padding_120 {
  padding-bottom: 120px;
}

body {
  font-family: "Poppins";
}

.modal-title {
  font-family: "Poppins";
  font-size: 24px;
}

.grey-font {
	color: #898787;
}

@media (max-width: 767px) {
  .modal-title {
    font-size: 20px;
  }
}

h1,
h2,
h3 {
  font-family: "Poppins";
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: #000;
}

b {
  font-weight: 500;
}

p {
  margin: 0;
}

.purple-text {
	color: #8739f6;
}
.grey-text {
	color: #898787;
}
.regular-text {
	font-weight: 400 !important;
}
.small-text {
	font-size: 13px !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-bool {
  list-style: outside;
}

.ul-bool li {
  margin-left: 20px;
  font-size: 14px;
}

.svg {
  flex-shrink: 0;
}

.svg img {
  max-width: 30px;
  height: 30px;
}

body *::-webkit-scrollbar {
  width: 4px;
}

body *::-webkit-scrollbar:horizontal {
  height: 4px;
}

body *::-webkit-scrollbar-track {
  background: #fff;
}

body *::-webkit-scrollbar-thumb {
  background: #ccc;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.color-gray {
  color: #606060;
}

.dropdown-item:active {
  background-color: #8037ff;
}

.btn-close:focus {
  box-shadow: unset;
}

.popover {
  z-index: 99999;
}

.com_title {
  font-weight: 600;
  font-size: 30px;
  line-height: 49px;
  letter-spacing: 0;
  font-family: Poppins;
  color: #000;
  text-transform: capitalize;
}

.com_title span {
  color: #8037ff;
}

.gdoller{width: 15px !important;margin-right: -3px;}

.primary_button {
  background: var(--background-gradient);
  color: var(--white-color);
  border-radius: 45px;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 2px;
  padding: 12px 45px 12px 45px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  width: fit-content;
  height: fit-content;
  text-decoration: unset;
}

.secondary_button {
  background: linear-gradient(
      90deg,
      rgba(128, 55, 255, 1) 74.2152750492096%,
      rgba(173, 75, 252, 1) 100%
    ),
    linear-gradient(to left, #ffffff, #ffffff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding: 10px 22px;
  width: fit-content;
  height: fit-content;
  border-radius: 45px;
  border-style: solid;
  border-color: var(--border-color);
  border-width: 2px;
  text-decoration: unset;
  cursor: pointer;
}

.secondary_button:hover {
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
  -webkit-text-fill-color: #ffff;
  border: 2px solid linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
}

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hader-top-bar .container {
  max-width: 1380px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
	
	.hader-top-bar .container {
	    flex-direction: column-reverse;
		gap: 5px;
	}
}

.background_size {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.padding_180 {
  padding-top: 180px;
}

.vector_img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-purple {
  color: #8037ff !important;
}
.purple_hover:hover {
	color: #8037ff !important;
}

.purple_btn_wrp {
  display: flex;
  justify-content: center;
}

.purple_btn_wrp .purple_btn {
  min-height: 54px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .primary_button {
    padding: 10px 38px;
    font-size: 16px;
  }

  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.main_title {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
}

.cursor-pointer {
  cursor: pointer;
}

/* premiuminfo & amenities modal  */
.modal {
  --bs-modal-width: 660px;
  /* padding: 0 10px; */
  z-index: 10001;
}

.modal-backdrop{z-index: 10000;}

.amenities_modal {
  cursor: pointer;
  font-size: 14px;
  padding-top: 10px;
}

.amenities_modal_content .modal-footer {
  box-shadow: 0px -1px 20.6px 0px #00000026;
}

.amenities_modal_content .modal-body {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}

.amenities_modal_content .modal-body::-webkit-scrollbar {
  width: 5px;
  border-radius: 50px;
}

.amenities_modal_content .modal-body::-webkit-scrollbar-track {
  background: #fcfcfc;
}

.amenities_modal_content .modal-body::-webkit-scrollbar-thumb {
  background: #cccccc;
}

.amenities_modal_content .cruise-grid_offer_day p {
  background-color: #f2f0fc;
  border: 1px solid #f2f0fc;
}

.amenities_modal_content .cruise-grid_offer_day {
  justify-content: left;
  flex-wrap: wrap;
}

.explore_offer_world .search_location {
  background-color: #e3e0f0;
  border-color: #e3e0f0;
  color: #000;
  font-size: 12px;
}

.explore_offer_world .selcted_location_list,
.explore_offer_world .regions_list {
  padding: 10px;
  border: 1px solid #d4d0e8;
  border-radius: 10px;
  margin-top: 10px;
}

.explore_offer_world .selcted_location_list ul,
.explore_offer_world .regions_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.explore_offer_world .selcted_location_list ul li,
.explore_offer_world .regions_list ul li {
  width: calc(33.33% - 7px);
}

.explore_offer_world .explore_location {
  padding: 10px;
  font-size: 14px;
  line-height: 108%;
  letter-spacing: 0%;
  text-transform: capitalize;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

.explore_offer_world .explore_location.active,
.explore_offer_world .explore_location:hover {
  background-color: #f2f0fc;
}

.social-badge-copy {
  display: flex;
  gap: 10px;
  align-items: center;
}

.social-badge-copy p {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  min-width: 105px;
}

.social-badge-copy .current-page-link-copy {
  padding: 15px;
  border: 1px solid #d4d0e8;
  border-radius: 5px;
}

.social-badge-copy .current-page-link-copy span {
  font-weight: 400;
  color: #606060;
  font-size: 14px;
  text-transform: lowercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.social-badge-copy .btn {
  padding: 15px;
}

#socialbadgedrop .badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #e3e0f0;
  padding: 10px 18px;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  text-align: left;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
}

#socialbadgedrop .badge i {
  color: #8037ff;
  background: #fff;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

#socialbadgedrop .badge a:hover i {
  background-color: #8037ff;
  color: #fff;
}

#copytoclipboard {
  gap: 10px;
}

#copytoclipboard:hover svg path {
  fill: #000;
}

.Includes-taxes {
  cursor: pointer;
}

.flexible-content p {
  font-size: 14px;
  margin-bottom: 15px;
}

.flexible-border-content:not(.border-0) {
  padding: 10px;
  border: 1px solid #aca8bf;
  margin-bottom: 10px;
  border-radius: 8px;
}

.flexible-border-content.border-0 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.flexible-border-content h4 {
  font-size: 14px;
  color: #000;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.flexible-border-content p {
  color: #606060;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: 400;
}

.modal .please-note {
  padding: 12px;
  background-color: #e3e0f0;
  text-align: center;
  margin-top: 15px;
  border-radius: 8px;
}

.modal .please-note p {
  margin-bottom: 0px;
}

.modal .call-us-container {
  margin: 85px auto 0 auto;
}

.modal .call-us-img img {
  width: 180px;
}

.modal .call-us-img {
  margin-top: -65px;
}

.modal .call-us-header {
  transform: scale(0.7);
  margin-left: -80px;
}

.modal .call-us-content h4 {
  font-size: 18px;
  margin-bottom: 5px;
}

.modal .call-us-content p {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .modal {
    --bs-modal-width: 90%;
  }

  #premiuminfo .modal-title {
    line-height: normal;
    font-weight: 500;
  }

  #premiuminfo .modal-body h6 {
    font-size: 18px;
  }

  #premiuminfo .modal-body p {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .modal .call-us-header {
    transform: scale(0.8);
    margin-left: -60px;
  }
}

@media screen and (max-width: 575px) {
  .explore_offer_world .selcted_location_list ul li,
  .explore_offer_world .regions_list ul li {
    width: calc(50% - 5px);
  }

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

  .explore_offer_world .explore_location img {
    width: 20px;
    height: 20px;
  }

  .social-badge-copy {
    flex-wrap: wrap;
  }

  .social-badge-copy p {
    width: 100%;
  }

  .social-badge-copy .current-page-link-copy {
    width: calc(100% - 152px);
  }

  .modal .modal-body {
    padding: 10px;
  }

  .modal .modal-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modal .call-us-header {
    transform: scale(0.9);
    margin-left: -20px;
  }

  .modal .call-us-img img {
    width: 90%;
  }

  .modal .call-us-container {
    margin: 50px auto 0 auto;
  }

  .modal .call-us-content h4 {
    font-size: 14px !important;
  }

  .modal .call-us-content p {
    font-size: 10px !important;
  }

  .modal .call-us-content-container {
    padding: 0px 5px !important;
  }

  .modal .call-us-img {
    width: 40%;
  }

  .modal .call-us-content {
    width: 60%;
  }

  .modal.buy-now p {
    font-size: 14px;
  }

  .modal.buy-now h6 {
    font-size: 16px;
  }

  .modal.buy-now .buy_now_submit {
    padding: 0 !important;
  }

  .modal.buy-now .Villa-package-price {
    padding-top: 15px !important;
  }
}

@media screen and (max-width: 374px) {
  .social-badge-copy .current-page-link-copy {
    width: 100%;
  }

  .social-badge-copy .btn {
    padding: 10px;
  }

  .modal .call-us-header img {
    width: 160px;
  }

  .modal .call-number {
    font-size: 14px;
    left: 45px;
    top: 20px;
  }

  .modal .call-us-header {
    margin-left: 0px;
    transform: scale(1);
  }
}

/* new button  */
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }

  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }

  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }

  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.purple_btn.small_btn,
.secondary_btn.small_btn,
.transp_btn.small_btn {
	font-size: 12px;
    padding: 10px 10px;
    line-height: 1;
}


.btn_text_with_icon {
  gap: 5px;
}

.btn_text_with_icon span {
  line-height: 0;
}

.btn_hover:hover samp svg path {
  fill: #ffffff;
}

.transp_btn,
.purple_btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0px 20px;
  border: 2px solid #7d3eed;
  min-width: 142px;
  min-height: 41px;
  width: fit-content;
  height: fit-content;
  border-radius: 45px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--white-color);
  transition: color 0.3s ease-in-out;
}

.purple_btn,
a.purple_btn:not([href]) {
  background: #8739f6;
  background: var(--background-gradient);
  text-decoration: none;
  z-index: 1;
}

.transp_btn,
a.transp_btn:not([href]) {
  border: 1px solid #d5d1e6 !important;
  color: var(--black-color);
}

.transp_btn:before,
.purple_btn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}

.purple_btn:before,
.purple_btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 45px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.transp_btn:before,
.transp_btn:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #8739f6;
  border-radius: 45px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

.transp_btn:after,
.purple_btn:after,
.white_btn:after {
  right: -20px;
  transform: translate(50%, -50%);
}

.purple_btn:hover {
  color: var(--black-color);
}

.transp_btn:hover {
  color: var(--white-color) !important;
}

.transp_btn:hover:before,
.purple_btn:hover:before {
  animation: criss-cross-left 0.8s both;
  animation-direction: alternate;
}

.transp_btn:hover:after,
.purple_btn:hover:after {
  animation: criss-cross-right 0.8s both;
  animation-direction: alternate;
}

.black_btn {
	background: #000;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0px 20px;
    min-width: 142px;
    min-height: 41px;
    width: fit-content;
    height: fit-content;
    border-radius: 8px;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    border: 0;
    gap: 10px;
}

@media screen and (max-width: 1199px) {
  .secondary_button {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .com_title {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .secondary_button {
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .main_title {
    font-size: 26px;
  }

  .transp_btn,
  .purple_btn {
    padding: 0px 10px;
  }
}

@media screen and (max-width: 575px) {
  .main_title {
    font-size: 22px;
  }

  .purple_btn_wrp .purple_btn {
    min-height: 46px;
    font-size: 16px;
  }
}

/* new button end  */

/* ---------- Hader Top Bar  */
.hader-top-bar {
	background: #000000;
	color: var(--white-color);
	display: flex;
}

.hader-top-bar .top_bar-row {
  font-size: 14px;
  text-align: left;
}

.hader-top-bar .top_row_img {
  flex-shrink: 0;
  width: 74px;
  height: 10px;
}

.hader-top-bar .top_row_text {
  font-size: 14px;
  font-weight: 500;
}

.top_bar_call_us_row {
  color: var(--white-color);
  display: flex;
  gap: 20px;
  position: relative;
  justify-content: flex-end;
}

.top_bar_call_us_row .top_bar_call_us_block {
  flex-direction: row;
  gap: 14px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.top_bar_call_us_row .top_bar_call_us_block:after {
  content: "";
  border-right: 1px solid #7073b5;
  height: 160%;
  margin-left: 10px;
  top: -30%;
}

.top_bar_call_us_row .call_us_icon_wrp .call_number,
.top_bar_call_us_row .call-us-text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.top_bar_call_us_row .call_us_icon_wrp {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.top_bar_call_us_row .call_us_icon_wrp .call_us_block {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
}

.top_bar_call_us_row .flag_block {
  display: flex;
  flex-direction: row;
  min-width: 78px;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}

.top_bar_call_us_row .flag_block.active .arrow_wrap img {
  transform: rotate(180deg);
}

.top_bar_call_us_row .flag_row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}

.top_bar_call_us_row .flag_row .country_name {
  font-size: 14px;
  line-height: 1.5;
}

.top_bar_call_us_row .flag_img,
.top_bar_call_us_row .arrow_wrap {
  display: flex;
}

.top_bar_call_us_row .flag_img .mask-group {
  width: 24px;
  height: 24px;
}

.top_bar_call_us_row .arrow_wrap .group {
  width: 12px;
  height: 5px;
}

.call_number a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.call_number a:hover {
  text-decoration: underline;
}

.flag_block ul {
  position: absolute;
  top: 100%;
  display: none;
  flex-direction: column;
  gap: 8px;
  right: 0;
  padding: 10px;
  background: #fff;
  min-width: 100px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px #00000059;
  max-height: 260px;
  overflow-y: auto;
}

.flag_block ul::-webkit-scrollbar {
  width: 2px;
}

.flag_block ul::-webkit-scrollbar-track {
  background: #fff;
}

.flag_block ul::-webkit-scrollbar-thumb {
  background: #ccc;
}

.flag_block ul::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.flag_row img {
    width: auto;
    height: 20px;
    position: relative;
}
form .flag_row img {
    top: 11px;
}

.flag_block {
  cursor: pointer;
}

.flag_block ul li img {
  width: 22px;
}

.flag_block ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
}

.flag_block_mob {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 20px;
  background: #e3e0f0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  width: fit-content;
  border-radius: 9px;
  cursor: pointer;
}

#cr_selectValueMob span {
  display: flex;
}

.flag_block_mob .arrow_wrap {
  line-height: normal;
}

.flag_block_mob.active .arrow_wrap {
  transform: rotate(180deg);
}

.button_block .secondary_button:hover svg path {
  fill: rgb(215, 211, 232);
}

/*
@media screen and (max-width: 1499px) {
  .hader-top-bar .top_bar-row {
    width: 65%;
  }

  .top_bar_call_us_row {
    width: 35%;
  }
}

@media screen and (max-width: 1299px) {
  .hader-top-bar .top_bar-row {
    width: 60%;
  }

  .top_bar_call_us_row {
    width: 40%;
  }
}
*/

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

  .top_bar_call_us_row::before {
    content: unset;
  }

}

@media screen and (max-width: 991px) {
  .top_bar_call_us_row .flag_block {
    display: none;
  }

  .top_bar_call_us_row .top_bar_call_us_block:after {
    content: unset;
  }
}


@media screen and (max-width: 575px) {
  .top_bar-row,
  .top_bar_call_us_row .call-us-text,
  .top_bar_call_us_row .call_us_icon_wrp .call_number {
    font-size: 12px !important;
  }

  .logo_button_row .logo_image img {
/*     max-height: 25px; */
    width: 125px;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  .logo_button_row .logo_image_billing_details img {
    max-height: 21px;
  }
}

.logo_button_row {
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.logo_button_row .logo_image img {
  max-width: 100%;
  height: auto;
  object-fit: unset;
}

.logo_button_row .button_block {
  gap: 15px;
}

.offcanvas-bottom_button .secondary_button i,
.logo_button_row .button_block .secondary_button i {
  -webkit-text-fill-color: #8037ff;
}

.offcanvas-bottom_button .secondary_button:hover i,
.logo_button_row .button_block .secondary_button:hover i {
  -webkit-text-fill-color: var(--white-color);
}

.offcanvas-bottom_button .secondary_button,
.logo_button_row .button_block .secondary_button {
  min-width: 142px;
  min-height: 41px;
  padding: 5px 20px;
  -webkit-text-fill-color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.offcanvas-bottom_button .secondary_button:hover,
.logo_button_row .button_block .secondary_button:hover {
  -webkit-text-fill-color: #ffff !important;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
  border: 2px solid var(--border-color);
}

.logo_button_row .mobile_nav {
  display: none;
}

.logo_button_row .offcanvas-title img {
  width: 137px;
  height: 23.63px;
}

.navbar.mobile_nav .navbar-toggler {
  border: 0;
}

.navbar.mobile_nav .navbar-toggler:focus {
  box-shadow: unset;
}

.navbar .nav-item .nav-link,
.navbar-nav .nav-item .nav-link {
  gap: 15px;
  align-items: center;
  font-size: 14px;
  color: #000000;
  padding: 10px 24px;
}

.navbar .nav-item.active .nav-link {
  color: var(--black-color) !important;
  font-size: 14px;
}


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

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

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

.Price-indicative .justify-content-between .navbar .nav-item .nav-link {
	font-size: 14px !important;
    font-weight: 400;
    padding: 10px 10px;
    height: auto;
    min-height: 0;
    line-height: 1;
}

.nav-item .dropdown-toggle::after {
  background-image: url(/image/down.png);
  background-repeat: no-repeat;
  border: unset;
  width: 12px;
  height: 8px;
  background-size: 100%;
  margin-left: -5px;
}

.nav-item .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.logo_button_row .offcanvas .offcanvas-header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.logo_button_row .offcanvas .offcanvas-body {
  padding: 0;
}

.logo_button_row .offcanvas .offcanvas-body .navbar-nav {
  padding: 16px 0;
}

.logo_button_row .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding-left: 16px;
  padding-right: 16px;
}

.desktop_nav .dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0;
}

.Search_account span svg {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 1399px) {
  .navbar .nav-item .nav-link,
  .desktop_nav .navbar-nav {
    gap: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .top_bar_call_us_row .arrow_wrap .group {
    width: 12px;
    height: 5px;
  }

  .navbar .nav-item .nav-link,
  .desktop_nav .navbar-nav {
    gap: 5px;
  }

  .nav-item .dropdown-toggle::after {
    margin-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  .desktop_nav,
  .logo_button_row .button_block {
    display: none !important;
  }

  .logo_button_row .mobile_nav {
    display: block;
  }

  .Search_account {
    text-align: center;
    display: flex !important;
    align-items: center;
    gap: 10px;
  }

  .navbar-nav .dropdown-menu {
    position: unset !important;
    transform: unset !important;
    border-radius: 0;
  }

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

  .logo_button_row .offcanvas .offcanvas-body .navbar-nav {
    border-bottom: 1px solid #e3e0f0;
  }

  .logo_button_row {
    flex-direction: row-reverse;
  }
}

.join-our-vip {
  padding: 10px 16px;
}

.join-our-vip .join-our-block {
  padding: 10px 12px;
  background: #e3e0f0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.join-our-vip .join-our-block span {
  color: var(--background-color);
  font-size: 18px;
}

.join-our-vip .join-our-block .bi-exclamation-circle {
  color: var(--background-color);
}

.support_icon_block {
  padding: 10px 16px;
  flex-direction: column;
  gap: 10px;
}

.support_icon_block .support_icon_row {
  border: 1px solid #d4d0e8;
  border-radius: 5px;
  padding: 8px;
  align-items: center;
  gap: 8px;
}

.support_icon_block .support_icon_row .icon_bl {
  flex-shrink: 0;
}

.support_icon_block .support_icon_row img {
  width: 24px;
  height: 24px;
}

.support_icon_block .icon_text_bl h4,
.support_icon_block .icon_text_bl span,
.support_icon_block .icon_text_bl a {
  font-size: 14px;
  text-decoration: none;
}

.support_icon_block .icon_text_bl a {
  color: #606060;
}

.offcanvas-bottom {
  padding: 20px 27px;
  background-color: #e3e0f0;
}

.offcanvas-bottom .offcanvas-bottom_button {
  gap: 15px;
}

.offcanvas-bottom .offcanvas-bottom_button .secondary_button {
  width: calc(50% - 7.5px);
  min-width: unset;
}

/* footer */
.footer_col .footer_logo img {
  max-width: 230px;
}

.footer_logo .invert {
	filter :invert(1);
}

.footer_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 150px;
  color: #fff;
  padding-bottom: 70px;
}

.footer_menu h6 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
  word-break: break-word;
}

.footer_icon a i {
  line-height: 1;
  font-size: 14px;
}

.footer_icon a {
  color: #fff;
  width: 28px;
  height: 28px;
  border: 0.94px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer_icon_row {
  gap: 9px;
  margin: 0;
}

.support_logo_col img {
  height: 51px;
  object-fit: contain;
  align-items: center;
  width: fit-content;
}

.support_logo_col {
  width: fit-content;
}

.support_pay_in img {
  height: 31px;
  object-fit: contain;
}

.support_pay_in {
  width: fit-content;
}

.support_logo_row {
  gap: 30px;
}

.support_pay_col {
  gap: 6px;
}

.footer_col {
  margin: 0 !important;
}

.footer_support_chat h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.footer_support_chat p {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  line-height: 1.2;
}

.footer_support_chat p span {
  margin-right: 5px;
}

.footer_support_chat p strong {
  font-weight: 500;
}

.footer_support {
  padding-bottom: 60px;
}

.footer_payment p a {
  color: #fff;
  text-decoration: none;
}

.footer_payment p {
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

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

.footer_payment_icon {
  text-align: right;
}

.footer_col p,
.list-useful ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.list-useful ul li a:hover {
  color: #7d3eed;
}

.list-useful ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_icon h6,
.support_pay_row h5 {
  font-size: 16px;
  line-height: 1.2;
}

.footer_menu .our-use,
.footer_col > div {
  padding-top: 0 !important;
}

.footer_dis {
  width: calc(100% - 60px);
}

.footer_trust_in {
	display: flex;
    justify-content: center;
    gap: 50px;
}

.footer_trust_col img {
  height: 50px;
  object-fit: contain;
}

.footer_trust_col {
  justify-content: center;
  display: flex;
}

.footer_trust_row {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15px 15px;
    border-radius: 15px;
    max-width: 700px;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.footer_trust {
  margin-bottom: -70px;
  z-index: 1;
  position: relative;
}

.swiper-pagination span {
  height: 10px;
  width: 10px;
  background: #c7c7c7;
  opacity: 1;
  margin: 0 3px;
}

.swiper-pagination span.swiper-pagination-bullet-active {
  background: #f9ac90;
}

.footer_trust_row .swiper-pagination {
  display: none;
}

.footer_icon a:hover {
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
}

@media (max-width: 1400px) {

  .footer_bg {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .support_logo_col img {
    height: 45px;
  }

  .footer_support {
    padding-bottom: 50px;
  }

  .support_logo_row {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .footer_dis {
    width: calc(100% - 10px);
  }

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

  .list-useful ul {
    gap: 6px;
  }

  .support_logo_col img {
    height: 40px;
  }

  .footer_support {
    padding-bottom: 40px;
  }

  .footer_bg {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .footer_support_pay {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer_support_row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer_payment img {
    height: 20px;
  }

  .footer_trust {
    margin-bottom: -90px;
  }

  .footer_trust_row .swiper-pagination {
    display: block;
  }
}

@media (max-width: 767px) {
  .footer_bg {
    text-align: center;
  }

  .footer_payment .row > * {
    width: 100%;
    text-align: center;
  }

  .footer_payment .row {
    flex-direction: column;
    justify-content: center !important;
    gap: 10px;
  }

  .footer_support_row {
    justify-content: center !important;
  }

  .footer_icon .footer_icon_row {
    justify-content: center;
  }

  .footer_trust {
    margin-bottom: -120px;
  }

  .footer_bg {
    padding-top: 160px;
  }

  .footer_logo {
    justify-content: center;
  }

  .footer_menu h6 {
    margin-bottom: 10px;
  }

  .support_logo_row {
    flex-wrap: wrap;
    justify-content: center;
  }
}

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

  .footer_payment img {
    height: 19px;
  }
}

/* /* search bar mobile */

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

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

.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;
}

.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: 15px;
  line-height: 22px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  top: 40%;
}

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

.search-form button {
  height: 100%;
  text-transform: uppercase;
  min-width: 0;
}

.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_bar {
  margin-top: -120px;
  position: relative;
}

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


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

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

.Search_width_70 {
  width: calc(70% - 8px);
}

.Search_width_30 {
  width: calc(30% - 8px);
}



.Search_width__btn_100 {
  width: 100%;
}

.Search_btn_font_size {
  font-size: 24px;
}

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

@media (max-width: 1199px) {
  .Search_width_33 {
    width: calc(50% - 10px);
  }

  .Search_width_input_btn_33 {
    width: 100%;
  }
}

@media (max-width: 775px) {
  .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: 16px;
  }

  .search-form input::placeholder {
    font-size: 16px !important;
  }

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

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

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

  .Search_width__btn_30 {
    width: 100%;
  }

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

.small_btn {
	padding: 9px 10px !important;
    font-size: 14px !important;
}
@media (max-width: 768px) {
	.small_btn {
	    padding: 6px 12px !important;
	    font-size: 13px !important;
	    min-width: 0;
	}
}

.secondary_btn {
  color: #fff;
  text-decoration: none;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
  padding: 12px 50px;
  font-size: 18px;
  line-height: 1.3;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid #7d3eed;
  font-weight: 500;
  transition: 0.5s;
  text-transform: capitalize;
  cursor: pointer;
}

.secondary_btn:hover {
  background: transparent;
  color: #7d3eed;
  border-color: #7d3eed;
}

.secondary_btn.outline {
	background: #fff;
    border: 1px solid #7d3eed;
    color: #000;	
}
.secondary_btn.outline:hover {
	background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
    border: 2px solid #7d3eed;
    color: #ffffff;	
}



@media (max-width: 575px) {
  .secondary_btn {
    font-size: 16px;
  }
}

.modal_btn_padding {
  border-radius: 5px;
}

/* All tab section Hover Css */
.trending-destinations-tab .nav .nav-item .nav-link.active,
.trending-destinations-tab .nav .nav-item .nav-link:hover,
.continue-searching .nav-pills .nav-item .nav-link.active,
.continue-searching .nav-pills .nav-item .nav-link:hover,
.ultimate-cruise-tab .nav .nav-item .nav-link.active,
.ultimate-cruise-tab .nav .nav-item .nav-link:hover,
.nav .Option-Swiper .swiper-wrapper .swiper-slide .nav-item .nav-link.active,
.nav .Option-Swiper .swiper-wrapper .swiper-slide .nav-item .nav-link:hover,
.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item:hover,
.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item.active {
  background: var(--background-gradient);
  color: var(--white-color);
  transition: 0s;
  border: 1px solid #8739f6 !important;
}

.Best-value-hotel-offers .container .nav .nav-item .nav-link.active,
.Best-value-hotel-offers .container .nav .nav-item .nav-link:hover {
  transition: 0s;
  border-bottom: 3px solid #8739f6 !important;
}

/* All tab section Hover Css */

/* end common Css  */

/* -- Hader Top Bar  */
/*
.hader-top-bar {
  background: linear-gradient(
    to right,
    #8037fe 0%,
    #8037ff 70%,
    #000 50%,
    #000 100%
  );
  color: var(--white-color);
  display: flex;
}
*/

/*
.hader-top-bar .top_bar-row {
  padding: 7px 0;
  width: 65%;
  font-size: 14px;
  text-align: left;
}
*/

.hader-top-bar .top_row_img {
  flex-shrink: 0;
  width: 74px;
  height: 10px;
}

.hader-top-bar .top_row_text {
  font-size: 14px;
  font-weight: 500;
}

.top_bar_call_us_row .flag_block {
  display: flex;
  flex-direction: row;
  min-width: 78px;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
}

.top_bar_call_us_row .flag_block.active .arrow_wrap img {
  transform: rotate(180deg);
}

.top_bar_call_us_row .flag_row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-start;
}

.top_bar_call_us_row .flag_row .country_name {
  font-size: 14px;
  line-height: 1.5;
}

.top_bar_call_us_row .flag_img,
.top_bar_call_us_row .arrow_wrap {
  display: flex;
}

.top_bar_call_us_row .flag_img .mask-group {
  width: 24px;
  height: 24px;
}

.top_bar_call_us_row .arrow_wrap .group {
  width: 12px;
  height: 5px;
}

.call_number a {
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.call_number a:hover {
  text-decoration: underline;
}

.flag_block ul {
  position: absolute;
  top: 100%;
  display: none;
  flex-direction: column;
  gap: 8px;
  right: 0;
  padding: 10px;
  background: #fff;
  min-width: 100px;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 5px #00000059;
  max-height: 260px;
  overflow-y: auto;
}

header {
  position: relative;
}

body[style="overflow: hidden; padding-right: 0px;"] header {
  z-index: 9999;
}

.flag_block {
  cursor: pointer;
}

.flag_block ul li img {
  width: 22px;
}

.flag_block ul li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
}

.flag_block_mob {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 20px;
  background: #e3e0f0;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 20px;
  width: fit-content;
  border-radius: 9px;
  cursor: pointer;
}

#cr_selectValueMob span {
  display: flex;
}

.flag_block_mob .arrow_wrap {
  line-height: normal;
}

.flag_block_mob.active .arrow_wrap {
  transform: rotate(180deg);
}

.button_block .secondary_button:hover svg path {
  fill: rgb(215, 211, 232);
}

.logo_button_row {
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.logo_button_row .logo_image img {
  max-width: 100%;
  height: auto;
}

.logo_button_row .button_block {
  gap: 15px;
}

.offcanvas-bottom_button .secondary_button i,
.logo_button_row .button_block .secondary_button i {
  -webkit-text-fill-color: #8037ff;
}

.offcanvas-bottom_button .secondary_button:hover i,
.logo_button_row .button_block .secondary_button:hover i {
  -webkit-text-fill-color: var(--white-color);
}

.offcanvas-bottom_button .secondary_button,
.logo_button_row .button_block .secondary_button {
  min-width: 142px;
  min-height: 41px;
  padding: 5px 20px;
  -webkit-text-fill-color: #000;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.offcanvas-bottom_button .secondary_button:hover,
.logo_button_row .button_block .secondary_button:hover {
  -webkit-text-fill-color: #ffff !important;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
  border: 2px solid var(--border-color);
}

.logo_button_row .mobile_nav {
  display: none;
}

.logo_button_row .offcanvas-title img {
  width: 137px;
  height: 23.63px;
}

.navbar.mobile_nav .navbar-toggler {
  border: 0;
}

.navbar.mobile_nav .navbar-toggler:focus {
  box-shadow: unset;
}

.navbar .nav-item .nav-link,
.navbar-nav .nav-item .nav-link {
  gap: 15px;
  align-items: center;
  font-size: 14px;
  line-height: 30px;
  color: #000000;
  padding: 9px 24px;
}

.navbar .nav-item.active .nav-link {
  color: var(--black-color) !important;
  font-size: 14px;
}

.navbar .nav-item .nav-link img,
.navbar-nav .nav-item .nav-link img {
  width: 30px;
  height: 30px;
}

.navbar .nav-item .nav-link svg,
.navbar-nav .nav-item .nav-link svg {
  width: 30px;
  height: 30px;
}
.navbar .nav-item .nav-link svg path,
.navbar-nav .nav-item .nav-link svg path {
	fill: #8037ff !important;
}

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

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

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

.Price-indicative .justify-content-between .navbar .nav-item .nav-link {
  font-size: 14px !important;
  padding: 10px 10px 10px;
}

.nav-item .dropdown-toggle::after {
  background-image: url(/image/down.png);
  background-repeat: no-repeat;
  border: unset;
  width: 12px;
  height: 8px;
  background-size: 100%;
  margin-left: -5px;
}

.nav-item .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.logo_button_row .offcanvas .offcanvas-header {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.logo_button_row .offcanvas .offcanvas-body {
  padding: 0;
}

.logo_button_row .offcanvas .offcanvas-body .navbar-nav {
  padding: 16px 0;
}

.logo_button_row .offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding-left: 16px;
  padding-right: 16px;
}

.desktop_nav .dropdown-menu[data-bs-popper] {
  left: unset;
  right: 0;
}

.Search_account span svg {
  width: 30px;
  height: 25px;
}

@media screen and (max-width: 1299px) {
/*
  .hader-top-bar .top_bar-row {
    width: 60%;
  }
*/

/*
  .top_bar_call_us_row {
    width: 40%;
  }
*/

  .navbar .nav-item .nav-link,
  .navbar-nav .nav-item .nav-link {
    padding: 8px 16px;
  }

  .navbar .nav-item .nav-link img,
  .navbar-nav .nav-item .nav-link img {
    width: 25px;
    height: 25px;
  }

  .navbar .nav-item.active .nav-link {
    line-height: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .top_bar_call_us_row .arrow_wrap .group {
    width: 12px;
    height: 5px;
  }

  .navbar .nav-item .nav-link,
  .desktop_nav .navbar-nav {
    gap: 5px;
  }

  .nav-item .dropdown-toggle::after {
    margin-left: 0px;
  }

  .top_bar_call_us_row::before {
    content: unset;
  }

}

@media screen and (max-width: 991px) {
  .top_bar_call_us_row .flag_block {
    display: none;
  }

  .top_bar_call_us_row .top_bar_call_us_block:after {
    content: unset;
  }

  .desktop_nav,
  .logo_button_row .button_block {
    display: none !important;
  }

  .logo_button_row .mobile_nav {
    display: block;
  }

  .Search_account {
    text-align: center;
    display: flex !important;
    gap: 10px;
  }

  .navbar-nav .dropdown-menu {
    position: unset !important;
    transform: unset !important;
    border-radius: 0;
  }

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

  .logo_button_row .offcanvas .offcanvas-body .navbar-nav {
    border-bottom: 1px solid #e3e0f0;
  }

  .logo_button_row {
    flex-direction: row-reverse;
    padding: 0px;
  }
}

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

  .Search_account {
    gap: 5px;
  }
}

.join-our-vip {
  padding: 10px 16px;
}

.join-our-vip .join-our-block {
  padding: 10px 12px;
  background: #e3e0f0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.join-our-vip .join-our-block span {
  color: var(--background-color);
}

.join-our-vip .join-our-block .bi-exclamation-circle {
  color: var(--background-color);
}

.support_icon_block {
  padding: 10px 16px;
  flex-direction: column;
  gap: 10px;
}

.support_icon_block .support_icon_row {
  border: 1px solid #d4d0e8;
  border-radius: 5px;
  padding: 8px;
  align-items: center;
  gap: 8px;
}

.support_icon_block .support_icon_row .icon_bl {
  flex-shrink: 0;
}

.support_icon_block .support_icon_row img {
  width: 24px;
  height: 24px;
}

.support_icon_block .icon_text_bl h4,
.support_icon_block .icon_text_bl span,
.support_icon_block .icon_text_bl a {
  font-size: 14px;
  text-decoration: none;
}

.support_icon_block .icon_text_bl a,
.support_icon_block .icon_text_bl span {
  color: #606060;
}

.offcanvas-bottom {
  padding: 20px 27px;
  background-color: #e3e0f0;
}

.offcanvas-bottom .offcanvas-bottom_button {
  gap: 15px;
}

.offcanvas-bottom .offcanvas-bottom_button .secondary_button {
  width: calc(50% - 7.5px);
  min-width: unset;
}

/* footer */
.footer_col .footer_logo img {
  max-width: 230px;
}

.footer_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 150px;
  color: #fff;
  padding-bottom: 70px;
}

.footer_menu h6 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 500;
  word-break: break-word;
}

.footer_icon a i {
  line-height: 1;
  font-size: 14px;
}

.footer_icon a {
  color: #fff;
  width: 28px;
  height: 28px;
  border: 0.94px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer_icon_row {
  gap: 9px;
  margin: 0;
}

.support_logo_col img {
  height: 51px;
  object-fit: contain;
  align-items: center;
  width: fit-content;
}

.support_logo_col {
  width: fit-content;
}

.support_pay_in img {
  height: 31px;
  object-fit: contain;
}

.support_pay_in {
  width: fit-content;
}

.support_logo_row {
  gap: 30px;
}

.support_pay_col {
  gap: 6px;
}

.footer_support_chat h5 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}

.footer_support_chat p {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  line-height: 1.2;
}

.footer_support_chat p span {
  margin-right: 5px;
}

.footer_support_chat p strong {
  font-weight: 500;
}

.footer_support {
  padding-bottom: 60px;
}

.footer_payment p a {
  color: #fff;
  text-decoration: none;
}

.footer_payment p {
  font-size: 12px;
  color: #fff;
  line-height: 1.3;
}

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

.footer_payment_icon {
  text-align: right;
}

.footer_col p,
.list-useful ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  transition: 0.4s;
}

.list-useful ul li a:hover {
  color: #7d3eed;
}

.list-useful ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer_icon h6,
.support_pay_row h5 {
  font-size: 16px;
  line-height: 1.2;
}

.footer_menu .our-use,
.footer_col > div {
  padding-top: 0 !important;
}
.footer_menu .our-use {
	max-width: 400px;
}

.footer_trust {
  margin-bottom: -70px;
  z-index: 1;
  position: relative;
}

.footer_trust_row .swiper-pagination {
  display: none;
}

.footer_icon a:hover {
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
}

@media (min-width: 992px) {
  #footer .footer_row .footer_col.col-lg-4 {
    width: 30%;
  }

  #footer .footer_row .footer_menu_escapes.col-lg-2 {
    width: 20%;
  }
}

@media (max-width: 1400px) {


  .footer_bg {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .support_logo_col img {
    height: 45px;
  }

  .footer_support {
    padding-bottom: 50px;
  }

  .support_logo_row {
    gap: 20px;
  }
}

@media (max-width: 1199px) {
  .footer_dis {
    width: calc(100% - 10px);
  }

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

  .list-useful ul {
    gap: 6px;
  }

  .support_logo_col img {
    height: 40px;
  }

  .footer_support {
    padding-bottom: 40px;
  }

  .footer_bg {
    padding-top: 120px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .footer_support_pay {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .footer_support_row {
    flex-wrap: wrap;
    gap: 30px;
  }

  .footer_payment img {
    height: 20px;
  }

  .footer_trust {
    margin-bottom: -90px;
  }
  .footer_trust_row .swiper-pagination {
    display: block;
  }
}

@media (min-width: 767px) {
  .footer_menu h6{
    pointer-events: none;
  }
  
}

@media (max-width: 767px) {
  .footer_bg {
    text-align: center;
  }


  .footer_payment .row > * {
    width: 100%;
    text-align: center;
  }

  .footer_payment .row {
    flex-direction: column;
    justify-content: center !important;
    gap: 10px;
  }

  .footer_support_row {
    justify-content: center !important;
  }

  .footer_icon .footer_icon_row {
    justify-content: center;
  }

  #footer .footer_menu {
    margin-bottom: 10px;
    border-bottom: 1px solid #272727;
  }



  .footer_bg {
    padding-top: 160px;
  }

  .footer_logo {
    justify-content: center;
    margin-bottom: 40px !important;
  }

  #footer .footer_menu .our-use > *:not(h6) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 1s ease;
    display: block !important;
  }

  #footer .footer_menu .our-use > h6.active svg {
    transform: rotate(180deg);
  }

  #footer .footer_menu .our-use > *.show {
    max-height: 500px;
    opacity: 1;
    overflow: visible;
    padding-bottom: 20px;
  }

  .footer_menu h6 {
    margin-bottom: 15px;
  }

  .support_logo_row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_menu h6 {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer_col .footer_logo img {
    max-width: 180px;
  }

  .footer_col p,
  .list-useful ul li a {
    text-align: left;
    margin: 0px !important;
  }

  .list-useful ul {
    align-items: baseline;
  }
}

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

  .footer_payment img {
    height: 19px;
  }

  .footer_support_row {
    flex-direction: column;
  }

  .footer_support_chat p {
    justify-content: center;
  }
}

/* search bar mobile */

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

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

.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;
}


.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: 15px;
  line-height: 22px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
  top: 40%;
}

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

.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_bar_bg {
  background-image: url(/image/search_bar_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 12px 15px;
  border-radius: 10px;
}

.Search_bar {
  margin-top: -120px;
  position: relative;
}

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

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

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

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

.Search_width__btn_100 {
  width: 100%;
}

.Search_btn_font_size {
  font-size: 24px;
}

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

@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%;
  }
}

@media (max-width: 775px) {
  .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_btn_font_size {
    font-size: 18px;
  }
}

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

  .Search_width__btn_30 {
    width: 100%;
  }

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

/****** Section Start *******/

/* Trending Destinations */

.trending-destinations {
  background: #f1f1f1;
}

.trending-destinations .trending-destinations-Swiper:not(.swiper-initialized) {
  display: none;
}

.trending-destinations-tab a.btn {
  border: 1px solid rgba(172, 168, 191, 1);
  background: #fff;
}

.trending-destinations-tab a.btn:hover {
  border: 1px solid rgba(172, 168, 191, 1);
  background: transparent;
}

.trending-destinations-Swiper .swiper-wrapper .swiper-slide .card img {
/*
  border-top-left-radius: 111px;
  border-top-right-radius: 111px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
*/
  background: linear-gradient(
    179.93deg,
    rgba(0, 0, 0, 0) 64.20418620109558%,
    rgba(0, 0, 0, 1) 100%
  );
}

.trending-destinations-Swiper .swiper-wrapper .swiper-slide .card {
  border: unset;
  background-color: unset;
  position: relative;
}

.trending-destinations-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .position-absolute
  .d-flex
  img {
  width: 30px;
  height: 30px;
  border-radius: 0;
  background: unset;
}

.trending-destinations-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .position-absolute
  .d-flex {
  border-radius: 5px;
  background: #ffffff4f;
  backdrop-filter: blur(4px);
}

.trending-destinations-Swiper .swiper-wrapper .swiper-slide .card span {
  font-weight: 500;
  font-size: 18px;
  background: #ffffff;
}

.trending-destinations-Swiper .swiper-wrapper .swiper-slide .card {
  cursor: pointer;
}

.trending-destinations-Swiper
  .swiper-wrapper
  .swiper-slide
  .card:hover
  .position-absolute
  .d-flex {
  background: #ffffff;
  backdrop-filter: unset;
  color: #000 !important;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  cursor: pointer;
}

.swiper-pagination-trending-destinations {
  position: unset;
}

.trending-destinations-tab .nav .nav-item,
.Continue-searching .container .nav .nav-item {
  white-space: nowrap;
}

.trending-destinations-tab .nav,
.Continue-searching .container .nav {
  flex-wrap: unset;
  overflow: auto;
  width: auto;
  line-height: normal;
}

@media screen and (max-width: 991px) {
  .trending-destinations .trending-destinations-tab {
    text-align: center;
  }

  .trending-destinations-tab > a {
    margin-bottom: 10px;
  }
}

/* End Trending Destinations */

/* Continue searching */
.continue-searching {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.continue-searching .continue-searching-Swiper:not(.swiper-initialized) {
  display: none;
}

.continue-searching .nav .nav-item .nav-link.active {
  background: var(--background-gradient);
  color: #fff;
}
/*
.continue-searching-container > * {
  position: unset;
  height: 36px;
  width: 36px;
  background: transparent;
  border-radius: 6.55px;
  border: 1px solid #f8f8fb;
  margin: 0;
  transition: 0.4s;
}


.continue-searching-container > *::after {
  display: none;
}

.continue-searching-container > *:hover svg path {
  stroke: #000;
}

.continue-searching-container > *:hover {
  background: #fff;
}
*/

.continue-searching-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .card-img-overlay {
  background: linear-gradient(
    181.53deg,
    rgba(0, 0, 0, 0) 67.22%,
    #000000 105.44%
  );
}

.continue-searching-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .card-img-overlay
  h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

.continue-searching-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .card-img-overlay
  .d-flex
  p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.continue-searching-Swiper
  .swiper-wrapper
  .swiper-slide
  .card
  .card-img-overlay
  .d-flex
  span {
  font-weight: 400;
  font-size: 14px;
}

.continue-searching-swiper-pagination {
  display: none;
}

.close-btn-slider-card {
  position: absolute;
  top: 15px;
  right: 15px;
  opacity: 0;
}

.continue-searching-Swiper
  .swiper-wrapper
  .swiper-slide
  .card:hover
  .close-btn-slider-card {
  opacity: 1;
}

.continue-searching-Swiper .swiper-wrapper .swiper-slide .card {
  cursor: pointer;
}

@media (max-width: 991px) {
  .continue-searching #destinationTabs {
    justify-content: center;
  }
}

@media (max-width: 775px) {
  .continue-searching-Swiper
    .swiper-wrapper
    .swiper-slide
    .card
    .close-btn-slider-card {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  .continue-searching-swiper-pagination {
    display: block;
  }

  .continue-searching-Swiper .swiper-wrapper {
    padding-bottom: 50px;
  }

  .continue-searching-Swiper
    .swiper-wrapper
    .swiper-slide
    .card
    .card-img-overlay
    h4 {
    font-size: 16px;
  }

  .continue-searching-Swiper
    .swiper-wrapper
    .swiper-slide
    .card
    .card-img-overlay
    .d-flex
    p {
    font-size: 14px;
  }
}

.trending-destinations-tab .nav .nav-item .nav-link,
.continue-searching .nav-pills .nav-item .nav-link,
.Best-value-hotel-offers .container .nav .nav-item .nav-link,
.ultimate-cruise-tab .nav .nav-item .nav-link,
.explore-text-with-tab .nav.nav-pills .nav-item .nav-link {
  border: 1px solid #d5d1e6;
  color: var(--black-color);
  font-weight: 500;
}

.trending-destinations-tab .nav .nav-item button,
.continue-searching .nav-pills .nav-item button {
  background: #f8f8f8;
  backdrop-filter: blur(33.099998474121094px);
}

/* End Continue searching */

.header-search {
	padding: 0 19px;
    border-left: 1px solid #e8e8e8;
}


/* Home Search Banner */
.breadcrumb-banner {
  background-color: #000000;
  overflow: hidden;
}

.breadcrumb-banner .breadcrumb-banner-img .breadcrumb-banner-d {
  height: 275px;
  opacity: 0.8;
  object-position: center center;
}

.breadcrumb-banner .breadcrumb-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 2;
}


.breadcrumb-banner .banner-image-without-filter .breadcrumb-content {
  top: 50%;
}

@media screen and (max-width: 768px){
	
	.breadcrumb-banner.search-page { 
		background-color: transparent;
	    border-top: 1px solid #efefef;
	    padding: 18px 0 10px;
	}
	.breadcrumb-banner.search-page .breadcrumb-banner-content:after {
		display: none;
	}
	.breadcrumb-banner.search-page .banner-image-without-filter .breadcrumb-content {
		position: relative;
	    top: 0;
	    left: 0;
	    transform: none;
	    width: 100%;
	}
	.breadcrumb-banner.search-page .breadcrumb-banner-img h2 {
		color: #000000;
	}	
	
}
.breadcrumb-banner .breadcrumb-banner-img h1 {
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  left: 0;
  z-index: 2;
}

.breadcrumb-banner .breadcrumb-banner-img h2 {
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  width: 100%;
  left: 0;
  z-index: 2;
}

.breadcrumb-banner .breadcrumb-banner-img p {
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.breadcrumb-banner .breadcrumb-banner-content {
  position: relative;
}

.breadcrumb-banner .breadcrumb-banner-content:after {
  content: "";
  position: absolute;
  background-image: url(/image/banner-vector.png);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 250px;
  left: 0;
  bottom: -1px;
  z-index: 0;
}

@media (max-width: 991px) {

  .breadcrumb-banner .breadcrumb-banner-img .breadcrumb-banner-d {
    height: 220px;
  }

  .breadcrumb-banner .breadcrumb-content {
    top: 30%;
  }
}

@media (max-width: 767px) {
  .breadcrumb-banner .breadcrumb-banner-img p {
    font-size: 14px;
  }

  .breadcrumb-banner .breadcrumb-banner-img h2 {
    font-size: 22px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-banner.single-breadcrumb-banner {
    padding: 20px;
    display: none;
  }

  .breadcrumb-banner.single-breadcrumb-banner
    .breadcrumb-banner-img
    .breadcrumb-banner-d {
    display: none;
  }

  .breadcrumb-banner.single-breadcrumb-banner .breadcrumb-banner-img h2 {
    position: relative;
    color: #000;
    text-align: left;
  }

  .breadcrumb-banner.single-breadcrumb-banner .breadcrumb-banner-img p {
    position: relative;
    color: #000;
    text-align: left;
  }
}

/* Banner grid Section */
.hero_banner {
  background-image: url(/image/banner-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 120px;
  margin-bottom: -1px;
}

.hero_banner .banner_grid_slide:not(.swiper-initialized) {
  display: none;
}

.hero_banner_arrow {
  gap: 10px;
  display: none !important;
}
.banner-grid-slide-pagination {
	position: relative;
	bottom: 0 !important;
}

/*
.hero_banner_arrow > *::after {
  display: none;
}
*/


/*
.hero_banner_arrow > * {
	position: unset;
    height: 33px;
    width: 33px;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #8037ff;
    margin: 0;
    transition: 0.4s;
    background-color: #8037ff;
    padding: 3px;
}
.hero_banner_arrow > *:hover {
  background: transparent;
}

.hero_banner_arrow > div svg path {
  fill: #ffffff;
}

.hero_banner_arrow > *:hover svg path {
  fill: #8037ff;
}
*/
.swiper-button-prev,
.swiper-button-next {
position: unset;
    height: 33px !important;
    width: 33px !important;
    background: transparent;
    border-radius: 100%;
    border: 1px solid #8037ff;
    margin: 0;
    transition: 0.4s;
    background-color: #8037ff;
    padding: 3px;
}
.swiper-button-prev:not(.no-hover):hover,
.swiper-button-next:not(.no-hover):hover {
  background: transparent;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  fill: #ffffff;
}

.swiper-button-prev:not(.no-hover):hover svg path,
.swiper-button-next:not(.no-hover):hover svg path {
  fill: #8037ff;
}




.hero_banner_img img {
  min-height: 400px;
}

.hero_banner_col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding: 30px 24px 40px;
  border-radius: 20px;
  width: 100%;
  margin: auto;
}

.hero_banner_title {
  margin-bottom: 10px;
  align-items: flex-start;
}


.banner_grid_box {
  background: #fff;
  border-radius: 15px;
}

.banner_grid_boxIn {
  padding: 10px;
}

.banner_grid_img img {
  border-radius: 15px;
  height: 280px;
  object-fit: cover;
}

.banner_grid_imgText {
/*
  padding: 8px;
  background: #e3e0f0;
  border-radius: 4px;
  width: calc(100% - 34px);
  margin: auto;
  position: relative;
  margin-top: -20px;*/
  text-align: left;

	margin: 10px 0 0 0;
}

.banner_grid_imgText[data-bs-toggle="modal"]{
  cursor: pointer;
}

.banner_grid_imgText p b {
  font-weight: 500;
}

.banner_grid_text_row h4 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}

.grid_tags_row .blue {
  background: var(--background-gradient);
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 10px 5px 10px;
  width: fit-content;
  height: 26px;
}

.grid_tags_row .grid_tag_other_text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  color: #606060;
  font-weight: 400;
}

.grid_tags_row .blue span {
  cursor: pointer;
}

.grid_tags_row .yellow {
  background: #f9e954;
  padding: 3px 6px 3px 6px;
  margin-left: -5px;
  height: 26px;
}

.grid_tags_row {
  gap: 0 10px;
  align-items: end;
}

.grid_tags_row p {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 3px;
  font-weight: 500;
}

.banner_grid_review span {
  display: flex;
}

.banner_grid_review p {
  font-size: 14px;
  line-height: 1.2;
}

.banner_grid_review {
  gap: 3px;
  line-height: 1;
}

.banner_grid_imgText p {
	font-size: 12px;
    line-height: 1.4;
    color: #898787;
    font-weight: 400;
}
.banner_grid_imgText p svg path {
	stroke: #898787;
}

.banner_grid_img {
  margin-bottom: 5px;
}

.banner_grid_tags {
  margin-bottom: 10px;
  min-height: 35px;
  align-items: flex-end;
}

.grid_tags_row p b {
  font-weight: 600;
}

.hero_banner_grid {
  z-index: 1;
  position: relative;
  padding-top: 40px;
}

.grid_offer_day p {
  background: #e3e0f0;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 3px;
  color: #000;
}

.grid_offer_date {
  padding: 5px;
  border: 0.8px solid #d5d1e6;
  border-radius: 5px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  max-width: 100%;
  margin: -18px auto 0;
  background: #ffff;
  position: relative;
}


@media screen and (max-width: 768px) {
	.grid_offer_date {
    	gap: 2px;
		width: calc(100% - 20px);
	}
}

.grid_offer_date p,
.grid_offer_date span {
  font-size: 12px;
  line-height: 25.5px;
  color: #000;
  letter-spacing: -0.2px;
  position: relative;
}

.grid_offer_date span {
  color: #6a6a6a;
}

.banner_grid_offer {
  padding: 20px 10px 25px;
  border: 1px solid #d5d1e6;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}

.grid_offer_day {
  margin-top: 0;
  position: absolute;
  top: -14px;
  right: 24px;
}

.grid_offer_price_row b {
  font-weight: 600;
}

.grid_offer_price_row {
  position: relative;
  top: 0;
  font-size: 20px;
  color: #7d3eed;
  font-weight: 600;
  width: 100%;
}

.grid_offer_price {
  display: flex;
  align-items: center;
  line-height: 1;
  width: 95%;
}

.banner_grid_offer .grid_offer_price {
  order: 2;
}

.grid_offer_price_row p b {
  font-size: 28px;
}

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

.grid_offer_date .offer,
.grid_offer_price_row .offer {
  font-size: 13px;
  line-height: 1.5;
  padding: 3px 5px;
  background: #ff2869;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
  display: inline-block;
}

.grid_cta_btn {
  margin-top: 5px;
}

.com_primary {
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  padding: 11px 20px;
  font-size: 18px;
  text-align: center;
  border-radius: 13px;
}

.banner_grid_contant .banner_grid_box {
  height: auto;
}

.banner_grid_boxIn {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.banner_grid_boxIn.border_box {
  border: 1px solid #d5d1e6;
  border-radius: 15px;
}

.banner_grid_text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.com_primary:hover {
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%);
}

.wishlist_grid span {
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
}

.wishlist_grid span:hover svg path {
	fill: #8037ff;
}

.banner_grid_img {
  position: relative;
}

.wishlist_grid {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.grid_banner_offer p {
  padding: 5px 12px;
  background: #fff;
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 2px;
}

.grid_banner_offer p.text-bg-danger {
  background-color: #da3146 !important;
}

.grid_banner_offer {
  position: absolute;
  top: 12px;
  left: 12px;
}

.wishlist_grid.activeFill span svg path {
  fill: #7d3eed;
}

ul.curency_value_mob {
  bottom: 100%;
  align-items: flex-start;
  position: absolute;
  display: none;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  background: #fff;
  min-width: 118px;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 5px #00000059;
  max-height: 260px;
  overflow-y: auto;
  left: 0;
}

#cr_selectValueMob {
  display: flex;
  gap: 5px;
}

.curency_value_mob img,
#cr_selectValueMob img {
  width: 20px;
  object-fit: contain;
}

.curency_value_mob li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
}

.arrow-svg {
  transition: transform 0.3s ease;
}

.arrow-rotated {
  transform: rotate(180deg);
}

.hotels-and-resorts-hero-banner .hero_banner_row .hero_banner_grid {
  padding-top: 25px;
}

.hotels-and-resorts-hero-banner .hero_banner_row {
  margin-bottom: 25px;
}

.yonda-single-page-banner
  .yonda-single-page-banner-img
  .yonda-single-page-banner-content {
  padding-top: 70px;
  padding-bottom: 70px;
}

.grid_cta_btn .btn {
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  background: #000;
  transition: background-color 0.5s cubic-bezier(0.26, 0.21, 1, 0.43);
  border-color: #000 !important;
  padding: 0;
}

.grid_cta_btn .btn:hover {
  background-color: transparent;
  border-color: #7d3eed !important;
}

@media (max-width: 1440px) {
  .hero_banner_col {
    width: calc(100% - 30px);
  }

  .banner_grid_img img {
    border-radius: 15px;
    height: 210px;
    object-fit: cover;
    object-position: center;
  }

  .grid_offer_price_row p {
    font-size: 9px;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 1px 2px;
  }

  .bg-black span svg {
    width: 13px;
    height: 13px;
  }

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

  .banner_grid_offer {
    margin-top: 12px;
  }
}

@media (max-width: 1366px) {
  .hero_banner_col {
    width: calc(100% - 0px);
  }

  .banner_grid_img img {
    height: 200px;
  }
}

@media (max-width: 991px) {
  .map-Location-content p {
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }

  .Facilities-container p {
    font-size: 15px;
  }

  .benefit-card h5 {
    font-size: 18px;
  }

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

@media (max-width: 1440px) {
  .banner_grid_text_row h4 {
    font-size: 14px;
  }

  .grid_offer_price_row p b {
    font-size: 16px;
  }

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

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

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

  .com_title {
    font-size: 24px;
    line-height: 1.3;
  }

  .grid_offer_day p span svg {
    width: 13px;
    height: 13px;
  }

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

  .grid_cta_btn {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .hero_banner_arrow {
    display: none !important;
  }

  .com_title {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero_banner {
    background-image: url(/image/banner-bottom-mobile.png);
  }

  .grid_cta_btn {
    padding-top: 15px;
  }
  .grid_tags_row .grid_tag_other_text{
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .hero_banner_col {
    padding: 20px 10px;
    width: 100%;
  }

  .banner_grid_boxIn {
    padding: 8px;
  }

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

  .grid_tags_row {
    gap: 5px;
    flex-wrap: wrap;
  }

  .grid_tags_row .yellow {
    margin-left: 0px;
  }

  .banner_grid_offer {
    margin-top: 18px;
  }

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

  .grid_offer_date.grid_offer_badge {
    flex-direction: column;
    gap: 0;
  }

  .grid_offer_date.grid_offer_badge span {
    display: none;
  }

  .grid_offer_day {
    margin-top: 0;
  }

  .hero_banner_grid {
    padding-top: 40px;
  }

  .com_primary {
    font-size: 16px;
  }

  .hero_banner_arrow > * {
    height: 24px;
    width: 24px;
  }

  .hero_banner_arrow > * svg {
    height: 11px;
  }

  .hero_banner_arrow {
    gap: 5px;
  }

  .grid_cta_btn {
    margin-top: 15px;
    padding-top: 0;
  }
}

@media (max-width: 370px) {
  .banner_grid_text_row h4 {
    font-size: 14px;
  }

  .grid_tags_row {
    flex-direction: column;
    width: 100%;
  }

  .grid_tags_row .blue,
  .grid_tags_row .yellow {
    clip-path: unset;
    margin: 0;
    width: 100%;
    padding: 5px 10px;
    width: fit-content;
  }
}

/* End Banner grid Section */

/* Top Picks */
.Top-picks .container .swiper .swiper-wrapper .swiper-slide .banner_grid_boxIn {
  border: 1px solid #d5d1e6;
  border-radius: 15px;
}

.Top-picks .Top-picks-Swiper .swiper-wrapper {
  padding-bottom: 50px;
}

/* End Top Picks */

/* Choosing subscription */
.Choosing-Subscription {
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

.subscription_slider {
  width: calc(50% - 97px) !important;
  margin-left: auto;
  margin-right: 0;
}

.subscription_img {
  background-position: center;
  background-size: cover;
  padding: 0px 0px 0 20px;
  border-radius: 30px;
  align-items: end;
  overflow: hidden;
}

.subscription_text > span {
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 3px;
}

.subscription_text h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  color: #000;
  font-family: Poppins;
}

.subscription_text .dis {
  font-size: 16px;
  line-height: 1.6;
  color: #606060;
  margin-bottom: 30px;
}

.read-more-content {
  display: none;
}

.read-more-link,
.read-less-link {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
}

.subscription_text_slide {
  padding: 27px 0 37px;
}

.subscription_lady_img_block {
  align-items: end;
}

.subscription_text_slide h3 {
  font-size: 37px;
  color: #ffff;
  line-height: 1.3;
  margin: 0;
  font-weight: 500;
  font-family: Poppins;
}

.subscription_text_slide h5 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.4;
}

.subscription_text_slide span {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.subscription_text_slide p {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 18px;
}

.com_transparent {
  padding: 12px 61px;
  line-height: 1.5;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  border: 1.03px solid #ffffff;
  border-radius: 30px;
}

.com_transparent:hover {
  background: #fff;
  color: #000;
}

.subscription_slider .swiper-pagination {
  height: auto;
  min-height: auto;
  bottom: 20px;
}

.subscription_slider .swiper-pagination span {
  background: #b4b4b4;
  height: 10px;
  width: 10px;
  opacity: 1;
  margin: 0 3px !important;
}

.subscription_slider .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f9ac90;
}

.subscription_row > * {
  padding-bottom: 40px;
}

.hero_banner_img {
  left: 0;
  right: 0;
}

.subscription_text .secondary_btn.purple_btn {
  font-size: 18px;
  min-height: 45px;
}

@media (min-width: 768px) {
  .read-more-content {
    display: inline;
  }

  .read-more-link,
  .read-less-link {
    display: none;
  }
}

@media (max-width: 1199px) {
  .subscription_row .subscription_text {
    width: 45% !important;
  }

  .subscription_row .subscription_slider {
    width: calc(50% - 25px) !important;
    height: 100%;
  }

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

  .com_transparent {
    padding: 10px 40px;
  }
}

@media (max-width: 991px) {
  .subscription_img {
    align-items: flex-start;
  }

  .subscription_row {
    flex-direction: column;
    gap: 20px;
  }

  .subscription_row .subscription_text,
  .subscription_row .subscription_slider {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .read-more-toggle .read-more-content {
    display: inline;
  }

  .read-less-link,
  .read-more-toggle .read-more-link {
    display: none;
  }

  .read-more-toggle .read-less-link {
    display: block;
  }

  .subscription_text_slide {
    padding: 27px 0 0px;
  }

  .subscription_img {
    padding: 0px 0px 0 20px;
  }

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

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

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

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

  .Choosing-Subscription .swiper-slide img {
    position: relative;
    right: -20px;
  }
}

@media (max-width: 575px) {
  .subscription_img {
    flex-direction: column;
  }

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

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

  .subscription_text .dis {
    font-size: 15px;
    margin-bottom: 10px;
  }

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

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

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

  .subscription_text_slide {
    width: 65% !important;
  }

  .com_transparent {
    font-size: 16px;
  }

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

  .subscription_lady_img_block {
    width: 100% !important;
    max-width: 200px;
    margin: -185px 0 0 auto;
  }

  .subscription_row .subscription_text {
    padding-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .subscription_slider .swiper-pagination {
    bottom: 5px;
  }
}

/* End Choosing subscription */

/* ========== Subscription to UNLOC Swiper */

.Subscription-to-UNLOCK {
  background-color: #a4a7d5;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Subscription-to-UNLOCK .com_title {
	color: #ffffff;
}

.Subscription-to-UNLOCK-Swiper {
  overflow: hidden;
}

.grid_tags_row .Red {
  color: rgba(218, 49, 70, 1);
  font-size: 15px;
  font-weight: 500;
}

.Subscription-to-UNLOCK-text {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.Subscription-to-UNLOCK-Swiper:not(.swiper-initialized) {
  display: none;
}

.Subscription-to-UNLOCK .Subscription-to-UNLOCK-Swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.Subscription-to-UNLOCK .swiper-pagination span {
	background: #ffffff;
}
.Subscription-to-UNLOCK .swiper-pagination span.swiper-pagination-bullet-active {
    background: #f9ac90;
}

.locked {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.locked:before {
    content: '';
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: 1;
}
.locked img {
    filter: blur(2px);
}
.locked span {
    border: 3px solid #ffffff;
    position: absolute;
    border-radius: 100%;
    width: 70px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.locked span svg {
    width: 30px;
}
.locked span svg path {
   fill: #ffffff; 
}

@media (max-width: 767px) {
  .Subscription-to-UNLOCK-Swiper {
    overflow: hidden;
  }

  .Subscription-to-UNLOCK-text {
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .grid_tags_row .Red {
    font-size: 15px;
  }
}

/* ========== End Subscription to UNLOC Swiper */

/* =========== Once in a lifetime tours */

.Once-in-a-lifetime .swiper-wrapper {
  padding-bottom: 50px;
}

.Once-in-a-lifetime-swiper:not(.swiper-initialized) {
  display: none;
}

.Once-in-a-lifetime .grid_offer_date {
  flex-wrap: wrap;
  gap: 5px;
}

.Once-in-a-lifetime .grid_tags_row {
  flex-wrap: wrap;
  align-items: end;
}

.Once-in-a-lifetime .flag_row img {
  max-width: 20px;
}

.lifetime-tab .nav {
  flex-direction: column;
  gap: 10px;
  border-bottom: unset;
}

.lifetime-tab {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  gap: 10px;
  border-radius: 10px;
}

.lifetime-tab .nav .nav-item .nav-link {
  background: #ffffff4f;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  color: #ffffff;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  padding: 14px;
  flex-direction: unset !important;
  white-space: nowrap;
}

.lifetime-tab .nav .nav-item .nav-link.active {
  background: #ffffff;
  backdrop-filter: blur(16.700000762939453px);
  color: #000;
}

.lifetime-tab {
  width: 20%;
  height: 485px;
}

.lifetime-content {
  width: 80%;
}

.lifetime-content
  .tab-pane
  .swiper
  .swiper-wrapper
  .banner_grid_box
  .banner_grid_boxIn {
  border: 1px solid #d5d1e6;
  border-radius: 15px;
}

.lifetime-tab .nav {
  height: 445px;
  overflow-y: scroll;
  flex-wrap: nowrap;
  padding-right: 5px;
  padding-left: 8px;
}

@media (max-width: 1100px) {
  .lifetime-tab {
    width: 25%;
  }

  .lifetime-content {
    width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .lifetime-tab {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lifetime-content {
    width: 100%;
  }

  .lifetime-tab .nav::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .lifetime-tab .nav .nav-item .nav-link {
    padding: 10px;
  }

  .lifetime-tab .nav {
    height: auto;
    overflow-y: scroll;
    flex-wrap: nowrap;
    flex-direction: unset;
    margin: 0 !important;
    padding-left: 0;
  }

  .Once-in-a-lifetime .container .gap-3 {
    flex-direction: column !important;
    gap: 10px;
  }

  .lifetime-tab {
    height: auto;
  }

  .lifetime-tab .text-center {
    display: none;
  }
}

@media (max-width: 575px) {
  .Once-in-a-lifetime .grid_cta_btn {
    padding-top: 10px;
  }

  .Once-in-a-lifetime .grid_offer_date {
    flex-direction: unset;
  }

  .Once-in-a-lifetime .grid_offer_date > span {
    display: block;
  }
}

/* =========== End Once in a lifetime tours */

/* =========== Best Value Hotel Offers */
.Best-value-hotel-offers .container .tab-text-center {
  overflow-x: auto;
  background: #fff;
  width: 100%;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0 10px;
}

.Best-value-hotel-offers .tab-titel .nav-pills .nav-link {
  border: unset !important;
  align-items: center;
  border-radius: unset !important;
}

.Best-value-hotel-offers-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.Best-value-hotel-offers .nav .nav-item .nav-link.active {
  background: unset !important;
  color: unset !important;
  border-bottom: 3px solid #8037ff !important;
}

.Best-value-hotel-offers .container .nav {
  flex-wrap: nowrap;
}

.Best-value-hotel-offers .container .nav .nav-item {
  white-space: nowrap;
}

@media (max-width: 991px) {
  .Best-value-hotel-offers .container .tab-text-center {
    max-width: 100%;
    padding: 0;
  }

  .Best-value-hotel-offers .container .nav {
    justify-content: flex-start !important;
  }
}

/* =========== End Best Value Hotel Offers */

/* =========== ultimate cruise */

.ultimate-cruise {
  overflow: hidden;
}

.cruise-grid_offer_day {
  top: -20px;
}

.cruise-grid_offer_day p {
  background: #fff;
  border: 1px solid #d5d1e6;
}

.cruise-grid_offer_day p:hover {
  background: #e3e0f0;
}

.cruise-grid_offer_date .offer {
  font-size: 12px;
  padding: 3px 3px;
}

.cruise-grid_offer_date p {
  font-weight: 400;
}

.cruise_cta_btn {
  margin-top: 18px;
}

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

.cruise-border {
  border: 1px solid #aca8bf;
  border-radius: 15px;
}

.ultimate-cruise-swiper {
  overflow: visible;
}

.ultimate-cruise-swiper:not(.swiper-initialized) {
  display: none;
}

.ultimate-cruise-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.ultimate-cruise-tab .nav .nav-item {
  white-space: nowrap;
}

.ultimate-cruise-tab .nav {
  flex-wrap: nowrap;
  overflow-y: auto;
}

.cruise-secondary-btn img {
  width: 35px;
  height: 25px;
}

.cruise-secondary-btn .hover-svg {
  display: none;
}

.cruise-secondary-btn:hover .hover-svg {
  display: block;
}

.cruise-secondary-btn:hover .default-svg {
  display: none;
}

.cruise-btn-container {
  max-width: 300px;
  margin: 0 auto;
}

.cruise-btn-container a {
  align-items: end;
}

@media screen and (max-width: 575px) {
  .grid_offer_price_row {
    flex-direction: column;
  }

  .cruise-grid_offer_day {
    justify-content: center;
    gap: 5px !important;
  }

  .cruise-grid_offer_day p {
    position: unset;
    gap: 2px;
    font-size: 11px;
  }
}

/* =========== End ultimate cruise */

/* =========== Limited Time Hotel Offers */

.Offer-ends-in {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  padding: 8px 8px;
  align-items: center;
  border-radius: 5px;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%),
    linear-gradient(0deg, #d80027, #d80027),
    linear-gradient(0deg, #d9d9d9, #d9d9d9);
}

.Limited-time-hotel-offers-swiper:not(.swiper-initialized) {
  display: none;
}

.Offer-ends-in .m-0 {
  background: rgba(255, 255, 255, 1);
  border: 0.5px solid rgba(172, 168, 191, 1);
  backdrop-filter: blur(20.5px);
  color: #000;
  padding: 4px 10px;
  border-radius: 5px;
}

.Offer-ends-in p {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}

.Offer-ends-in span img {
  width: 6px;
  height: 15px;
}

.Limited-time-hotel-offers-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

@media screen and (max-width: 575px) {
  .Offer-ends-in p {
    font-weight: 500;
  }

  .Offer-ends-in {
    padding: 5px 5px;
  }

  .Offer-ends-in .m-0 {
    padding: 4px 5px;
  }
}

/* =========== End Limited Time Hotel Offers */

/* =========== Call us */

.call-us-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  background: linear-gradient(90.05deg, #7173b0 -7.36%, #dedcec 87.11%);
  padding: 0 20px;
  border-radius: 12px;
  max-width: 1250px;
  margin: 120px auto 0 auto;
}

.call-us-slider .swiper-wrapper {
  padding-bottom: 40px;
}

.call-us-content h4 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: normal;
  color: #ffffff;
}


.call-us-container.yasmin {
    margin: 35px auto 0 auto;
    background-image: url(/image/yasmin-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.yonda-single-page .container .product-content .call-us-container.yasmin {
	margin: 45px auto 0 auto;
}

.call-us-container.yasmin .content {
	align-self: center;
    justify-content: space-between;
    flex: 1;
    display: flex
;
    align-items: center;	
}

.call-us-container.yasmin  .call-us-content-container {
    gap: 30px;
    padding: 0 30px;
    background: none !important;
}
.call-us-container.yasmin .call-us-content {
    margin-top: 0;
        width: 100%;
}
.call-us-container.yasmin .call-us-content h4 {
/* 	color: #000000; */
}
.call-us-container.yasmin .call-us-content p {
    font-size: 14px;
}
.call-us-container.yasmin .call-us-img {
   width: 100px;
    margin-top: -40px;
        display: flex
;
    align-items: end;
}
.call-us-container.yasmin .call-us-img img {
	width: 100%;
}
.call-us-container.yasmin .call-number {
	position: relative;
    left: 0;
    color: #7d3eed;
    top: 0;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    border-radius: 30px;
    min-width: max-content;
}

@media screen and (max-width: 768px) {
	
	.call-us-container.yasmin .call-number {
    	font-size: 17px;
	}
	.call-us-container.yasmin .content {
		 flex-direction: column;
		 justify-content: start;
		 align-items: start;
		 padding: 15px 15px 15px 0;
        gap: 15px;
	}
	
	.call-us-container.yasmin .call-us-content-container {
    	gap: 20px;
		padding: 0 10px;
	}   
	
}


.call-us-content p {
  font-weight: 400;
  font-size: 15px;
  line-height: normal;
  color: #ffffff;
}

.call-us-img img {
  width: 205px;
  border-radius: 8px;
}

.call-us-content {
  text-align: left;
  margin-top: -55px;
}

.call-us-content-container {
  display: flex;
  flex: 1;
  gap: 20px;
}

.call-us-img {
  margin-top: -100px;
}

.call-us-header {
  position: relative;
}

.call-number {
  font-size: 32px;
  font-weight: 500;
  color: #f8f9fa;
  text-decoration: none;
  position: absolute;
  left: 100px;
  right: 0;
  top: 40px;
  width: fit-content;
}

.call-us-header img {
  width: 340px;
  height: 107px;
}

.call-us-slider {
  max-width: 367px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -95px;
}

.swiper-slide img:not(.exclude) {
  width: 100%;
  display: block;
  border-radius: 10px;
}

.call-us-slider .swiper-wrapper .swiper-slide {
  position: relative;
}

.slider-img-content {
  position: absolute;
  bottom: 0;
  padding: 10px;
  align-items: end;
}

.slider-img-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  margin: 0;
}

.slider-img-content img {
  width: 40px;
  height: 40px;
}

.trending-destinations-tab .nav .nav-item .nav-link.active {
  background: var(--background-gradient);
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .call-us-container {
    gap: 5px;
  }

  .call-us-content-container {
    gap: 10px;
  }

  .call-us-img {
    margin-top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .call-us-slider {
    max-width: unset;
    height: auto;
    margin: 0 0;
    width: 100%;
  }

  .call-us-pagination {
    margin-top: 10px;
  }

  .call-us-container {
    background: unset;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .call-us-content-container {
    gap: 20px;
    background: linear-gradient(90.05deg, #7173b0 -7.36%, #dedcec 87.11%);
    padding: 0 20px;
    border-radius: 15px;
    width: 100%;
  }

  .call-us-content {
    width: 100%;
  }
}

@media screen and (max-width: 775px) {
  .call-us-header img {
    width: 250px;
    height: auto;
  }

  .call-number {
    font-size: 20px;
    left: 85px;
    top: 33px;
  }

  .call-us-content h4 {
    font-size: 20px;
  }

  .call-us-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .call-us-img img {
    width: 90%;
  }

  .call-us-img {
    width: 50%;
    display: flex;
    align-items: end;
  }

  .call-us-content-container {
    gap: 5px;
  }

  .call-us-container {
    margin: 80px auto 0 auto;
  }

  .call-us-header img {
    width: 200px;
  }

  .call-us-content {
    margin-top: -35px;
  }

  .call-number {
    font-size: 16px;
    left: 60px;
    top: 27px;
  }

  .call-us-content h4 {
    font-size: 15px;
  }

  .call-us-content p {
    font-size: 12px;
  }

  .call-us-header {
    padding: 0 !important;
  }

  .slider-img-content p {
    font-size: 15px;
    line-height: 17px;
  }

  .slider-img-content img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 375px) {
  .call-us-content-container {
    padding: 0 10px;
  }

  .call-us-img {
    margin-top: -20px;
  }

  .call-us-header img {
    width: 180px;
  }

  .call-number {
    font-size: 15px;
    left: 55px;
    top: 23px;
  }
}

/* =========== End Call us */

/* =========== ultra lux */

.ultra-lux-escapes-swiper:not(.swiper-initialized) {
  display: none;
}

.ultra-lux .container .tab-text-center {
  border: 1px solid #d5d1e6;
}

.ultra-lux .banner_grid_boxIn {
  border-width: 1px;
  border-style: solid;
  border-color: #d5d1e6;
  border-image: initial;
  border-radius: 15px;
}

.ultra-lux-escapes-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.ultra-btn-container {
  max-width: 220px;
  margin: 0 auto;
}

/* =========== End ultra lux */

/* =========== Find experiences around */

.Find-experiences-around-swiper:not(.swiper-initialized) {
  display: none;
}

.Find-experiences-around-swiper .swiper-wrapper {
  padding-bottom: 50px;
}

.Find-experiences-around .flag_row .group {
  margin-top: -10px;
}

/* =========== End Find experiences around */

/* =========== Should book */

.should_book_col-1 {
  border: 2px solid #d1edf2;
  background: #e2f5f9;
}

.should_book_col-2 {
  background: #f7edf8;
  border: 2px solid #f0def2;
}

.should_book_col-3 {
  background: #f4f3e3;
  border: 2px solid #faf28a;
}

.should_book_icon img {
  height: 40px;
  width: 40px;
  object-fit: contain;
}

.should_book_text h2 {
  margin-bottom: 30px;
}

.should_book_col {
  padding: 20px 20px 15px;
  max-width: calc(33.33% - 11px);
  border-radius: 20px;
  gap: 15px;
}

.should_book_col .should_block_text {
  width: 100%;
}

.should_book_col .should_book_icon {
  width: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 74px;
  background: #ffffff;
  border-radius: 15px;
  flex-shrink: 0;
}

.should_book_col-1 .should_book_icon {
  border: 1.5px solid #d1edf2;
}

.should_book_col-2 .should_book_icon {
  border: 1.5px solid #f0def2;
}

.should_book_col-3 .should_book_icon {
  border: 1.5px solid #faf28a;
}

.should_block_text h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 6px;
  font-family: Poppins;
}

.should_block_text p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.should_block_text a i {
  font-size: 13px;
  line-height: 1;
  margin-left: 4px;
}

.should_block_text a {
  border-radius: 20px;
  padding: 6px 14px;
  display: inline-flex;
  line-height: 1.4;
  font-size: 10px;
  border: 0.76px solid #f0def2;
  background: #ffffff;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: 0.4s;
}

.should_block_text a:hover {
  background: #000;
  color: #fff;
}

.should_book_col {
  position: relative;
}

@media (max-width: 1400px) {
  .should_block_text h4 {
    font-size: 20px;
  }

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

@media (max-width: 1199px) {
  .should_book_col {
    max-width: calc(50% - 8px);
  }
}

@media (max-width: 991px) {
  .should_book_col .should_block_text {
    width: calc(100% - 97px);
  }

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

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

@media (max-width: 575px) {
  .should_book_col {
    padding: 10px 15px 10px 10px;
  }

  .should_book_text h2 {
    margin-bottom: 20px;
  }

  .should_book_col .should_block_text {
    width: 100%;
  }

  .should_book_icon img {
    height: 46px;
    width: 46px;
  }
}

/* =========== End Should book */

/* =========== Next Adventure */

.accommodation-card-bg {
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 4px 8px;
  background: #e3e0f0;
  color: #000;
  line-height: 16px;
}

.accommodation-card-bg img {
  width: 25px;
  height: 25px;
}

.next-adventure .container .text-muted {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.next-adventure .next-adventure-slider {
  padding-bottom: 50px;
}

.next-adventure-slider .swiper-wrapper .swiper-slide .card .card-body a {
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 160px;
  font-size: 14px;
  justify-content: space-between;
}

.next-adventure-slider .swiper-wrapper .swiper-slide .card .card-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  margin-bottom: 10px;
  min-height: 74px;
}

.next-adventure-slider .swiper-wrapper .swiper-slide .card .card-body h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  margin-bottom: 10px;
}

.next-adventure-slider .swiper-wrapper .swiper-slide .card {
  border: 1px solid #d5d1e6 !important;
  border-radius: 15px !important;
}

.next-adventure-slider
  .swiper-wrapper
  .swiper-slide
  .card
  .position-relative
  .top-0 {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  right: 28px;
  border-radius: 0 0 5px 5px;
  padding: 5px 8px;
}

.next-adventure-slider
  .swiper-wrapper
  .swiper-slide
  .card
  .position-relative
  .top-0
  span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15.6px;
  text-align: center;
}

.next-adventure-slider .swiper-wrapper .swiper-slide .card .card-body a img {
  width: 20px;
  height: 15px;
}

.next-adventure-slider .blog_badge {
  padding: 10px 0;
}

@media screen and (max-width: 575px) {
  .next-adventure-slider .blog_badge {
    padding: 5px 0;
  }

  .next-adventure-slider .swiper-wrapper .swiper-slide .card .card-body h4 {
    font-size: 15px;
  }

  .next-adventure-slider
    .swiper-wrapper
    .swiper-slide
    .card
    .position-relative
    .top-0 {
    font-size: 18px;
  }

  .next-adventure-slider
    .swiper-wrapper
    .swiper-slide
    .card
    .position-relative
    .top-0
    span {
    font-size: 12px;
  }

  .next-adventure .container .text-muted {
    font-size: 15px;
  }
}

/* =========== End Next Adventure */

/* =========== Next escape */
.next_escape_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.next_escape_slide:not(.swiper-initialized) {
  display: none;
}

.next_escape_text h2 {
  margin: 0;
  line-height: 1.5;
/*   color: #fff; */
}

.next_escape_text {
  text-align: center;
  margin-bottom: 15px;
/*   color: #fff; */
}

.next_escape_text span {
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
}

.next_escape_slide_text h4 {
  font-size: 21px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 5px;
}

.next_escape_slide_text p {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

.next_escape_slide_text a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  padding: 7px 10px;
  background: #fff;
  font-weight: 500;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 11px;
  transition: 0.4s;
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.next_escape_slide_text a:hover {
  background: #000;
  color: #fff;
}

.next_escape_slide_text {
  width: calc(100% - 20px);
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  overflow: hidden;
  transition: 0.4s;
  height: 133px;
}

.next_escape_item:hover .next_escape_slide_text {
  bottom: 20px;
}

.next_escape_item:hover .next_escape_slide_text a {
  opacity: 1;
}

.next_escape_item {
  overflow: hidden;
}

.next_escape_img::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 55.32%,
    rgba(0, 0, 0, 0.6) 86.96%
  );
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.next_escape_img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.next_escape_img img{
  max-height: 368px;
  object-fit: cover;
}

.next_escape_slide_text i {
  font-size: 14px;
  line-height: 1;
}

.next_escape_slide {
  overflow: hidden;
}

@media (max-width: 1400px) {
  .next_escape_slide {
    position: relative;
    padding-bottom: 40px;
  }

  .next_escape_slide .swiper-pagination {
    bottom: 0;
  }
}

@media (max-width: 1199px) {
  .next_escape_slide_text h4 {
    font-size: 20px;
  }
}

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

@media (max-width: 575px) {
  .next_escape_slide_text h4 {
    font-size: 18px;
  }

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

/* =========== End Next escape */

/* ----------- Explore Top Hotel */

.explore-top-hotel-wrp {
  flex-direction: column;
  gap: 15px;
}

.explore-text-with-tab {
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.explore-text-with-tab .nav.nav-pills {
  gap: 12px;
}

.explore-text-with-tab .nav.nav-pills .nav-item .nav-link.active {
  background: var(--background-gradient);
  color: var(--white-color);
}

.explore-text-with-tab .nav.nav-pills .nav-item .nav-link:hover {
  background: var(--background-gradient);
  color: var(--white-color);
}

.explore-tab-content .destinations-img-block {
  gap: 20px;
  flex-wrap: wrap;
}

.explore-tab-content .destinations-img-block .destinations-img-row {
  width: calc(25% - 15px);
  padding: 8px;
  border: 1.02px solid #c6c1ce;
  border-radius: 15.32px;
}

.explore-top-hotel .destinations-img-row .sec-theme {
  flex-direction: column;
  gap: 8px;
}

.explore-text-with-tab .nav .nav-item {
  white-space: nowrap;
}

.explore-text-with-tab .nav {
  flex-wrap: nowrap;
  overflow: auto;
}

.explore-top-hotel .destinations-img-row .sec-theme img {
  width: 100%;
  max-height: 138px;
  object-fit: cover;
  vertical-align: middle;
}

.explore-top-hotel .destinations-img-row .img-upper-text {
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.explore-top-hotel .destinations-img-row .img-upper-text h4 {
  font-size: 14px;
  margin: 0;
}

.explore-top-hotel .destinations-img-row .button_wrp .com_primary {
  font-size: 12px;
  padding: 5px 8px;
  line-height: 18px;
  border-radius: 6px;
}

.explore-top-hotel .explore-button-wrp {
  margin-top: 15px;
}

@media screen and (max-width: 1199px) {
  .explore-tab-content .destinations-img-block .destinations-img-row {
    width: calc(33.33% - 13.33px);
  }
}

@media screen and (max-width: 767px) {
  .explore-tab-content .destinations-img-block .destinations-img-row {
    width: calc(50% - 5px);
  }

  .explore-tab-content .destinations-img-block {
    gap: 10px;
  }

  .explore-top-hotel .destinations-img-row .img-upper-text {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ----------- End Explore Top Hotel */

/* ----------- praxell_section  */

.praxell_section {
  display: block;
}

.praxell_section .sticky_img_txt_block {
  padding-bottom: 30px;
}

.praxell_section .sticky_img_txt_block .com_title {
  text-align: center;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.praxell_section .sticky_sub_text {
  color: #000;
  font-weight: 400;
}

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

.praxell_section .sticky_icon_block .sticky_icon_row {
  width: calc(25% - 15px);
  padding: 10px 12px;
  border: 1px solid #c6c1ce;
  border-radius: 12px;
}

.praxell_section .sticky_icon_block .sticky_icon_row svg {
  width: 56px;
  height: 58px;
}

.praxell_section .sticky_icon_block .sticky_icon_text {
  padding: 15px 0 5px;
}

.praxell_section .sticky_icon_title {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins";
  margin: 0;
}

.praxell_section .sticky_icon_text p {
  font-size: 14px;
  line-height: 1.3;
}

.praxell_section .learn_more_link {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  .praxell_section .sticky_icon_block .sticky_icon_row {
    width: calc(50% - 10px);
  }

  .praxell_section .sticky_icon_block .sticky_icon_row {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .praxell_section .sticky_img_wrp {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 575px) {
  .praxell_section .sticky_img_wrp {
    padding: 30 px 15px;
  }

  .praxell_section .sticky_icon_block .sticky_icon_row {
    width: 100%;
  }
}

/* ----------- End praxell_section  */

/* Hotal Filer Page */

/* ============= Option Bar Css */

.hotel_search_wrp {
  padding: 20px 0 50px;
}

.hotel_search_wrp .nav-item button:hover svg path, .hotel_search_wrp .nav-item a:hover svg path {
  fill: #fff;
}

.hotel_search_wrp .nav-item button.nav-link.active svg path, .hotel_search_wrp .nav-item a.nav-link.active svg path {
  fill: #fff;
}

.hotel_search_wrp .filter_tab_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hotel_search_wrp .nav-pills.Option-container {
     padding-bottom: 15px;
  position: relative;
}

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

	.hotel_search_wrp .nav-pills.Option-container {
		font-size: 14px;
	}
	
}

.hotel_search_wrp .Option-Swiper {
  margin-left: 50px;
  margin-right: 50px;
}

.hotel_search_wrp .Option-Swiper .swiper-slide {
  width: fit-content !important;
  min-width: 200px;
}

.hotel_search_wrp .nav .Option-Swiper .swiper-wrapper .swiper-slide .nav-item {
  width: 100%;
}

.hotel_search_wrp .nav-item button, .hotel_search_wrp .nav-item a {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  background: #dedff2;
  backdrop-filter: blur(30px);
  border: 1px solid #dedff2;
  width: 100%;
  color: #000;
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: 400;
}

.hotel_search_wrp .nav-item button svg, .hotel_search_wrp .nav-item a svg {
  width: 18px;
  height: 18px;
  display: flex;
  flex-shrink: 0;
}

.hotel_search_wrp
  .nav
  .Option-Swiper
  .swiper-wrapper
  .swiper-slide
  .nav-item
  img {
  width: unset;
  position: absolute;
  bottom: -9px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.hotel_search_wrp
  .nav
  .Option-Swiper
  .swiper-wrapper
  .swiper-slide
  .nav-item
  .active
  img {
  opacity: 1;
}

.hotel_search_wrp .Option-container .Option-swiper-button-prev,
.hotel_search_wrp .Option-container .Option-swiper-button-next {
  border-radius: 10px;
  background: linear-gradient(90deg, #8037ff 74.39%, #ad4bfc 100.24%);
  height: 50px;
  width: 40px;
  z-index: 1;
  position: absolute;
      top: 0 !important;
}

.hotel_search_wrp .Option-container .Option-swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}

.hotel_search_wrp .Option-container .Option-swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}

.hotel_search_wrp .Option-container .swiper-button-disabled {
  background: #dedff2;
  border-radius: 10px;
}

.hotel_search_wrp .Option-container .Option-swiper-button-prev svg,
.hotel_search_wrp .Option-container .Option-swiper-button-next svg {
  width: 12px;
}

.hotel_search_wrp .Option-container .swiper-button-disabled svg path {
  stroke: #000 !important;
}

.hotel_search_wrp .Option-container .Option-swiper-button-prev svg path {
  stroke: white;
}

.hotel_search_wrp .Option-container .Option-swiper-button-prev svg path,
.hotel_search_wrp .Option-container .Option-swiper-button-next svg path {
	fill: none;	
}



.hotel_search_wrp .swiper-button-prev:after,
.hotel_search_wrp .swiper-button-next:after {
  content: unset;
}

/* ============= End Option Bar Css */

/* ================ Hotel Serach Css */

.filter_tab_content .filter-sidebar_block {
  width: calc(25% - 10px);
}

.filter_tab_content .filter-sidebar {
  border: 1px solid #ccc;
  padding: 10px;
  background: linear-gradient(0deg, #e3e0f0 0%, #e3e0f0 100%), #fff;
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 14px;
}

.filter_tab_content .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  background: #8037ff;
  padding: 10px;
  border-radius: 10px;

  color: #fff;
}

.filter_tab_content .filter-header .reset_all {
  color: #fff;
  font-size: 0.9em;
  font-weight: 400;
  text-decoration: none;
}

.filter_tab_content .filter-section {
  border-top: 1px solid #eee;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
}

.filter_tab_content .filter-section:last-child {
  margin-bottom: 0;
}

.filter_tab_content .filter-title {
  font-weight: 500;
  cursor: pointer;
  color: #444;
  position: relative;
  padding: 8px 0;
  font-size: 18px;
  padding-right: 17px;
}

.filter_tab_content .filter-title.com_filter_title {
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  gap: 5px;
  align-items: center;
}

.filter_tab_content .filter-title.com_filter_title img {
  width: auto;
  height: 22px;
  flex-shrink: 0;
}

.filter_tab_content .filter-title.with_Premium span {
  background: #7d3eed;
  color: #fff;
  line-height: 1.4;
  padding: 5px 28px 5px 10px;
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  display: block;
  width: fit-content;
  font-weight: 500;
}

.filter_tab_content .filter-title::after {
  content: "";
  font-size: 0.7em;
  background-image: url(/image/dropdown-arrow.png);
  position: absolute;
  right: 0;
  top: 14px;
  transform: translateY(-50%);
  transform: rotate(0deg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  background-position: center;
}

.filter_tab_content .filter-title.com_filter_title::after {
  width: 15px;
  height: 15px;
  top: 12px;
}

.filter_tab_content .filter-title.active::after {
  content: "";
  transform: rotate(180deg);
}

.filter_tab_content .filter-content {
  display: block;
  padding: 5px 0;
}

.filter_tab_content .filter-content .filter-option {
  display: none;
}

.filter_tab_content .filter-content .filter-option:nth-child(1),
.filter_tab_content .filter-content .filter-option:nth-child(2),
.filter_tab_content .filter-content .filter-option:nth-child(3),
.filter_tab_content .filter-content .filter-option:nth-child(4),
.filter_tab_content .filter-content .filter-option:nth-child(5) {
  display: block;
}

.filter_Show_more .filter_more,
.filter_Show_more .filter_less {
  cursor: pointer;
}

.filter_Show_more .filter_less {
  display: none;
}

.filter-content .filter-input {
  position: relative;
}

.filter-content .filter-input::before {
  content: "";
  background-image: url(/image/search_input.svg);
  position: absolute;
  top: 49%;
  left: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.filter_tab_content .filter-content label {
  position: relative;
  display: block;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  justify-content: space-between;
  padding-left: 30px;
}

.filter-content input[type="checkbox"] {
  display: none;
}

.filter-content label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #c9c4e3;
  border-radius: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}

.filter-content input[type="checkbox"]:checked + label::before {
  background-color: #7a33ff;
}

.filter-content input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0px;
  width: 20px;
  height: 21px;
  border: 2px solid white;
  border-radius: 3px;
}

.filter_tab_content .filter-content strong {
  display: block;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

.filter_tab_content .tab-content {
  width: calc(75% - 10px);
}

.hotel_search_wrp .tab_button_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
  flex-wrap: wrap;
}

.tab_button_block .showing_tours_btn .button {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  background: #e3e0f0;
  border-radius: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 8px 15px 8px 15px;
}

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

.tab_button_block .dropdown_with_button .button {
  border-radius: 8px;
  border-style: solid;
  border-color: #aca8bf;
  border-width: 1px;
  padding: 8px 15px 8px 15px;
  border-radius: 5px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

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

.tab_button_block .dropdown-toggle {
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #b4b1c6;
  border-radius: 6px;
  cursor: pointer;
  min-width: 230px;
}

.tab_button_block .dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: none;
  z-index: 2;
  width: 100%;
}

.tab_button_block .dropdown-menu label {
  display: flex;
  align-items: center;
  padding: 7px 16px;
  font-size: 14px;
  cursor: pointer;
  gap: 10px;
}

.tab_button_block .dropdown-menu label:hover {
  background: #f1f1f1;
}

.tab_button_block .dropdown input[type="radio"] {
  margin-right: 12px;
  accent-color: black;
}

.tab_button_block .dropdown.open .dropdown-menu {
  display: block;
}

.hotel_search_wrp .tab-option-pane {
  padding: 0;
}

.hotel_search_wrp .Option-slider-d-flex:last-child {
  margin-bottom: 0;
}

.hotel_search_wrp .Option-slider-d-flex {
  padding: 10px;
  border: 1px solid #aca8bf;
  border-radius: 18px;
  gap: 10px;
  margin-bottom: 10px;
  transition: 0.5s;
  min-height: 350px;
}

.hotel_search_wrp .property-card {
	margin-bottom: 15px;
}

.hotel_search_wrp .Option-slider-d-flex:hover {
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
}

.hotel_search_wrp .Option-slider-d-flex .container-slider-w-30 {
  width: calc(40% - 5px);
}

.hotel_search_wrp .Option-img-slider {
  height: 100%;
  position: relative;
}

.hotel_search_wrp .Option-img-slider .swiper-wrapper .swiper-slide img {
  min-height: 100%;
  height: 100%;
  vertical-align: middle;
  aspect-ratio: 16 / 9;
}

.hotel_search_wrp .Option-img-slider .Continue-searching-container {
  position: absolute;
  top: 50%;
  bottom: 50%;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  opacity: 0;
}

.hotel_search_wrp .Option-slider:hover .Continue-searching-container {
	opacity: 1;
}

/*
.Continue-searching-container > * {
  position: unset;
  height: 36px;
  width: 36px;
  background: transparent;
  border-radius: 6.55px;
  border: 1px solid #f8f8fb;
  margin: 0;
  transition: 0.4s;
}
*/

.hotel_search_wrp
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-next,
.hotel_search_wrp
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-prev {
  border: unset;
  background: rgba(128, 55, 255, 0.8);
}

@media screen and (max-width: 768px) {
	
	.hotel_search_wrp .Option-img-slider .Continue-searching-container .Option-img-swiper-button-next, .hotel_search_wrp .Option-img-slider .Continue-searching-container .Option-img-swiper-button-prev {
	    opacity: 1 !important;
	}

}

.hotel_search_wrp
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-next:hover,
.hotel_search_wrp
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-prev:hover {
  background: #ffffff;
}

.hotel_search_wrp
  .Option-img-slider
  .Continue-searching-container
  .swiper-button-disabled {
  backdrop-filter: blur(4px) !important;
  background: #ffffff40 !important;
  opacity: unset;
  border: unset;
}

.swiper-pagination.swiper-pagination-fraction {
  display: flex;
  justify-content: end;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.3)
  );
  backdrop-filter: blur(8.3px);
  padding: 5px 15px 5px 15px;
  width: 100%;
  max-width: fit-content;
  margin: 0 0 0 auto;
  right: 10px;
  bottom: 10px;
  border-radius: 7px;
  color: #fff;
}

.swiper-pagination.swiper-pagination-fraction span {
  background: unset;
}

.hotel_search_wrp .Option-img-slider .wishlist_grid {
  z-index: 1;
  right: 20px;
}

.hotel_search_wrp .limited_time_bar {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: none;
  z-index: 1;
}

.hotel_search_wrp .limited_time_bar .limited_bar_wrp {
  background: #fff;
  display: flex;
  padding: 5px;
  color: #da3146;
  font-size: 11px;
  align-items: center;
  gap: 5px;
}

.hotel_search_wrp .Option-slider-d-flex .container-slider-w-70 {
  width: calc(60% - 5px);
}


.hotel_search_wrp .Villa {
	flex-grow: 1;
}

.hotel_search_wrp .inclusions {
	padding: 5px 20px;
}



.hotel_search_wrp .package_detail_block {
	height: 100%;
}

.hotel_search_wrp .page_button_block {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hotel_search_wrp .page_button_block .button_wrpper_block {
  justify-content: space-between;
  align-items: center;
}

.package_detail_block .pg_btn_block {
  gap: 10px;
  align-items: center;
}

/*
.package_detail_block .button_icon {
  background: #e3e0f0;
  border-radius: 6px;
  padding: 3px 10px 3px 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
*/
.package_detail_block .button_icon {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: none;
    color: #898787;
    font-size: 12px;
}

.package_detail_block .button_icon svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
}

.package_detail_block .button_on_map {
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

.package_detail_block .star_block .star_row {
  align-items: center;
  gap: 5px;
  font-size: 13px;
  line-height: 13px;
  vertical-align: middle;
  justify-content: center;
}

.package_detail_block .star_block svg {
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  display: flex;
}

.package_detail_block .Villa .package_title {
  margin: 8px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 23px;
  color: #000;
  text-align: left;
  text-transform: unset;
  text-shadow: unset;
  -webkit-text-stroke: unset;
}

.package_detail_block .bule_green_bar_wrp {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.bule_green_bar_wrp .blue {
  background: #7d3eed;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px;
  width: fit-content;
  margin-bottom: 5px;
/*   clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); */
}

.bule_green_bar_wrp .blue .grid_lux-icon {
  width: auto;
  height: auto;
}

.g-dollar {
	position: relative;
	top: -1px;
	max-width: 14px;
	display: inline-block !important;
} 
.g-dollar.black {
	filter: invert(1);
}

.package_detail_block .bule_green_bar_wrp .green_bar {
  background: #8fffe7;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 10px 5px 5px;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: 500;
}

.package_detail_block .bule_green_bar_wrp .red_bar {
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 10px 5px 12px;
  width: fit-content;
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
  margin-bottom: 5px;
  font-weight: 500;
}

.package_detail_block .cancellation {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.package_detail_block .content-container-grid {
  display: grid;
  gap: 5px 10px;
  grid-template-columns: repeat(1, 1fr);
}

#package_detail_point {
  margin-top: 10px;
}

.inclusions_text {
  gap: 5px !important;
}

.package_detail_block .package_dec_title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  line-height: 20px;
}

.package_detail_block .content-container-grid p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.package_detail_block .content-container-grid .inclusions_text span {
  display: flex;
}

.package_detail_block .content-container-grid .inclusions_text span svg {
  width: 18px;
  height: 18px;
  color: #7d3eed;
}

.package_detail_block .Villa-package-price {
  margin-top: 25px;
}

.package_detail_block .package_grid_offer_day {
  margin-top: -30px;
  float: inline-end;
  margin-right: 30px;
}

.package_detail_block .package_grid_offer_day_Option p {
  background: #e3e0f0;
  border: unset;
  color: #000;
  font-size: 14px;
}

.package_detail_block .price_bottom_text {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}

.package_detail_block .grid_cta_btn .secondary_btn {
  color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border-color: #7d3eed;
  background: #7d3eed;
}

.package_detail_block .grid_cta_btn .secondary_btn:hover {
/*   background: transparent; */
  background: #000;
  border-color: #000;
}

.package_detail_block .Villa-package-price {
  padding-bottom: 0;
}

.package_detail_block .clo-black {
  color: #8037ff !important;
}

.package_detail_block .grid_offer_price_row_Option .clo-black span {
  color: #8037ff;
  font-size: 24px;
  font-weight: 600;
}

.package_detail_block .package-grid_offer_price_row svg {
  width: 83px;
  height: 20px;
}

.package_detail_block .Includes-text-valued {
  margin-left: 0px;
  margin-right: 0;
}

.package_detail_block .Includes-text-valued .price_row_valued {
  gap: 10px;
}

.package_detail_block .Includes-text-valued .discount_percentage {
  padding: 5px 8px;
  background: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 12px;
  display: block;
}

.package_detail_block
  .Villa-package-price
  .d-flex
  .grid_cta_btn
  .secondary_btn {
  	min-width: 170px;
    padding: 12px 15px;
}

.Villa-package-price .banner_grid_text_row,
.Villa-package-price .banner_grid_text {
  width: 100%;
}

.Villa-package-price .grid_offer_price_row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.Villa-package-price .banner_grid_offer {
  margin-top: 0;
  padding-top: 14px;
}

.filter_tab_content .filter_close_icon {
  display: none;
}

.filter_tab_content .filter-sidebar_row {
    width: 100%;
    position: sticky;
    max-width: 25rem;
    top: 10px;
}

.showing_tours_btn .filter_button {
  display: none;
  gap: 5px;
  padding: 8px 15px;
  align-items: center;
  background: transparent;
  border-radius: 9px;
  border: 1px solid #b4b1c6;
}

.showing_tours_btn .filter_button:hover svg path {
  fill: #fff;
}

.showing_tours_btn .filter_button:hover {
  background: #8037ff;
  color: #fff;
}

.showing_tours_btn .filter_button svg {
  width: 15px;
  height: 15px;
}

.dropdown_with_button .dropdown .dropdown-toggle::after {
  content: "";
  font-size: 0.7em;
  background-image: url(/image/dropdown-arrow.png);
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
  background-position: center;
  border-top: unset;
}

.dropdown_with_button .dropdown .dropdown-menu label input {
  display: none;
}

.sort_checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d1c4f9;
  background: white;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s ease;
  position: relative;
}

.dropdown_with_button
  .dropdown
  .dropdown-menu
  label
  input:checked
  + .sort_checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background-color: #7f56d9;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.litepicker .container__months .month-item-header .button-previous-month,
.litepicker .container__months .month-item-header .button-next-month {
  cursor: pointer;
}

.litepicker .container__days .day-item.is-start-date,
.litepicker .container__days .day-item.is-end-date {
  background-color: #a347fb;
}

.litepicker .container__days .day-item.is-in-range {
  background: #a749fc36;
}

.litepicker .container__days .day-item:hover {
  color: #000;
  border-color: #a347fb;
  box-shadow: inset 0 0 0 1px #a347fb;
}

.litepicker .container__days .is-in-range:hover {
  border-color: #a347fb;
  color: #a347fb;
}

.litepicker .container__days .day-item {
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .filter_tab_content .showing_tours_btn {
    display: flex;
    display: flex;
    gap: 10px;
  }

  .showing_tours_btn .filter_button {
    display: flex;
  }
  
  .filter_tab_content .filter-sidebar_row {
    position: unset;
  }

  .filter_tab_content .filter-sidebar_block {
    position: fixed;
    z-index: 300;
    inset: 0px;
    width: 100%;
    height: 100dvh;
    backdrop-filter: blur(2px);
    display: flex;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
  }

  .filter_tab_content .filter-sidebar {
    width: 100%;
    padding: 20px;
    border-radius: 0;
    position: relative;
    overflow-y: auto;
    height: 100%;
  }

  .filter_tab_content .filter_close_icon {
    display: none;
    position: absolute;
    top: -1px;
    right: -36px;
    background: #8037ff;
    border-radius: 0 2px 2px 0;
    padding: 5px;
  }

  .filter_tab_content .tab-content {
    width: 100%;
  }

  .hotel_search_wrp .Villa-package-price-flex {
    flex-direction: unset;
  }

  .hotel_search_wrp .Flexible-grid_cta_btn {
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .package_detail_block
    .Villa-package-price
    .d-flex
    .grid_cta_btn
    .secondary_btn {
    min-width: 120px;
  }

  .package_detail_block .wishlist_grid {
    right: 15px;
  }

  .hotel_search_wrp .limited_time_bar .limited_bar_wrp {
    font-size: 10px;
  }

  .hotel_search_wrp .limited_time_bar .limited_bar_wrp svg {
    width: 12px;
    height: 12px;
  }

  .Villa-package-price .grid_offer_date {
    flex-wrap: wrap;
    gap: 0;
  }
}

@media screen and (max-width: 767px) {
  .hotel_search_wrp .Option-slider-d-flex {
    flex-direction: column;
  }

  .hotel_search_wrp .Option-slider-d-flex .container-slider-w-30,
  .hotel_search_wrp .Option-slider-d-flex .container-slider-w-70 {
    width: 100%;
  }

  .hotel_search_wrp .Option-img-slider .swiper-wrapper .swiper-slide img {
    height: auto !important;
    max-height: 300px !important;
    aspect-ratio: 16 / 9;
  }

  .Villa-package-price .grid_offer_date {
    gap: 10px;
  }
}

@media screen and (max-width: 575px) {
/*
  .hotel_search_wrp .Villa-package-price-flex {
    flex-direction: column;
  }
*/

  .package_detail_block
    .Villa-package-price
    .d-flex
    .grid_cta_btn
    .secondary_btn {
            min-width: 98px;
        padding: 10px 10px;
        font-size: 14px;
  }

  .hotel_search_wrp .banner_grid_offer {
    margin-bottom: 0px;
  }

  .hotel_search_wrp .Option-container .Option-swiper-button-prev,
  .hotel_search_wrp .Option-container .Option-swiper-button-next {
    height: 37px;
    width: 32px;
  }

  .package_detail_block .pg_btn_block {
    flex-wrap: wrap;
  }

  .hotel_search_wrp .Option-Swiper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hotel_search_wrp .nav-item button, .hotel_search_wrp .nav-item a {
    padding: 7px 15px;
  }

  .hotel_search_wrp .Option-Swiper .swiper-slide {
    min-width: auto;
  }

  .hotel_search_wrp .Flexible-grid_cta_btn {

    margin-top: 0;
  }

  .package_detail_block .package_dec_title {
    margin-top: 0;
  }

  .Villa-package-price .grid_offer_date {
    gap: 0px;
    width: calc(100% - 20px);
  }

  .Villa-package-price .grid_offer_price_row {
    flex-direction: row;
  }
}

@media screen and (max-width: 480px) {
  .tab_button_block .dropdown-toggle {
    font-size: 13px;
    min-width: 180px;
  }

  .filter_tab_content .filter-sidebar_row {
    width: 90%;
  }

  .tab_button_block .dropdown_with_button .button {
    padding: 8px 10px 8px 10px;
    font-size: 12px;
    gap: 5px;
  }

  .tab_button_block .dropdown_with_button .button svg {
    width: 20px;
    height: 20px;
  }

  .tab_button_block .showing_tours_btn .button {
    font-size: 14px;
  }
}

/* ================ Hotel Serach Css */

/* ============== Search Page Detail block Poup  */

.package_detail_point #package_more {
  cursor: pointer;
  font-size: 14px;
  display: block;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 10px;
}

.packfull_detail .content-container-grid {
  gap: 10px;
}

.packfull_detail .packfull_popup_wrp p {
  font-size: 14px;
}

.include_taxes_fees .price_include_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.include_taxes_fees .price_include_details p {
  font-size: 16px;
  line-height: 28px;
  text-transform: capitalize;
}

.include_taxes_fees .price_include_details span {
  font-size: 14px;
  color: #606060;
}

.include_taxes_fees hr {
  margin: 12px 0px;
}

.price_include_taxes_fees .subscription-text {
  font-size: 14px;
}

.price_include_taxes_fees .read-more-content {
  display: none;
}

.price_include_taxes_fees .read-more-link {
  display: block;
}

.price_include_taxes_fees
  .subscription-text.read-more-toggle
  .read-more-content {
  display: inline;
}

.price_include_taxes_fees .subscription-text.read-more-toggle .read-more-link {
  display: none;
}

.price_include_taxes_fees .subscription-text.read-more-toggle .read-less-link {
  display: block;
}

@media screen and (max-width: 575px) {
  .include_taxes_fees .price_include_details p {
    font-size: 14px;
  }

  .include_taxes_fees .price_include_details span,
  .price_include_taxes_fees .subscription-text {
    font-size: 12px;
  }
}

/* ============== End Search Page Detail block Poup  */

/* =================================================
/* ======== Single Hotel Page ======================
/* =================================================

/* =========== Should-book-with-img */


.should-book-with-img {
  padding: 40px 30px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.should-book-with-img:before {
	content: '';
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0.5;
}

.should-book-with-img h3 {
  color: white;
  margin-bottom: 20px;
  z-index: 5;
  position: relative;
}

.benefit-card {
  padding: 24px 8px;
  border-radius: 20px;
  transition: transform 0.3s, background-color 0.3s;
  background: #ffffff80;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
/*   cursor: pointer; */
  color: #fff;
  border: 1px solid #fff;
}

.benefit-icon {
  margin-bottom: 10px;
}

.benefit-icon svg:not(.strokedout) path {
  fill: #fff;
}

.benefit-card h5 {
  font-size: 18px;
  font-weight: 500;
}

.benefit-card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 25px;
}

.benefit-card a {
  font-size: 14px;
  font-weight: 500 !important;
  color: #fff;
  text-decoration: underline;
}
/*

.benefit-card:hover {
  background: #fff;
  color: #000;
}
*/

.benefit-card:hover .benefit-icon svg path {
  fill: #8037ff;
}

.benefit-card:hover a {
  color: #000;
}

@media screen and (max-width: 990px) {
  .should-book-with-img .g-4 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }

  .should-book-with-img .g-4 .col-md-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .should-book-with-img {
    padding: 30px 20px;
  }

  .should-book-with-img .g-4 {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
}

@media screen and (max-width: 575px) {
  .should-book-with-img {
    padding: 30px 15px;
  }
}

/* =========== End should-book-with-img */

/* ========== Hotel Single Page  */

.hotel-single-container {
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
}

.hotel-single-content {
  width: calc(60% - 20px);
  position: relative;
}

.location-and-review {
  gap: 50px;
  align-items: center;
}

.hotel-single-location {
  background: #e3e0f0;
  padding: 5px 50px 5px 10px;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 0px;
}

.hotel-single-location span {
  font-size: 15px;
}

.hotel-single-review {
  gap: 5px;
  align-items: center;
}

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

.package-price .package-logo {
  max-width: 100%;
  max-height: 105px;
  width: unset;
  object-fit: contain;
}

.package-banner_grid_offer {
  margin-top: 0;
  padding: 20px 10px 10px;
}

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

.package-grid_offer_price_row svg {
  width: 100px;
  height: 30px;
}

.package-price .w-100 .grid_cta_btn .secondary_btn {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 10px 45px;
}

.package-price .gifting_text {
  color: #606060;
  font-size: 12px;
  line-height: 16px;
}

.package-price .gifting_text a {
  color: #000 !important;
  font-weight: 500;
  text-decoration: underline;
}

.gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  position: relative;
  width: 100%;
}

/* Desktop grid takes grid layout */
.gallery-grid-desktop {
  display: contents;
}

/* Hide mobile swiper on desktop */
.gallery-swiper-mobile {
  display: none;
}

.gallery-container .gallery-item.large {
  grid-row: span 2;
}

.gallery-container .gallery-item {
  position: relative;
}

.gallery-container .gallery-item a {
  display: flex;
  height: 100%;  
}

.gallery-container .gallery-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  aspect-ratio: 16 / 9;
}

.gallery-container .overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: white;
  border-radius: 30px;
  backdrop-filter: blur(40.29999923706055px);
  background: #ffffff4d;
  border: 0;
  display: flex;
  gap: 10px;
  padding: 12px 22px;
  align-items: center;
}

.gallery-container .gallery-item span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery-container .overlay span svg {
  position: unset;
  top: unset;
  left: 0;
  transform: unset;
}


@media (max-width: 767.98px) {
  .gallery-container { overflow: hidden; position: relative; display: block; }
  .gallery-container .gallery-item { width: 100%; }
  .gallery-container .swiper-button-prev,
  .gallery-container .swiper-button-next { top: 50%; position: absolute;background: #8037ff !important; }
  .gallery-container .swiper-button-prev svg,.gallery-container .swiper-button-next svg {
	  width: 8px;
  }
  .gallery-container .swiper-button-prev svg path, .gallery-container .swiper-button-next svg path {         fill: none;
        stroke: #fff; }
  .gallery-container .swiper-pagination { position: absolute; bottom: 8px; left: 0; right: 0; }
}


.hotel-single-container .Red {
  color: rgba(218, 49, 70, 1);
  font-size: 16px;
  font-weight: 500;
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  z-index: 2;
}

.wishlist-end-search {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.wishlist-end-search .wishlist_grid_sing {
  position: unset;
}

.wishlist-end-search span {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

.product-content-container {
  gap: 20px;
}

.product-content-container .product-content {
  width: calc(65% - 10px);
}

.product-content-container .product-content .Details {
  background: #f3f3fa;
  border: 1px solid #dddaeb;
  border-radius: 10px;
  padding: 20px;
}

.product-content-container .Flexible-cancellation {
  width: calc(35% - 10px);
  top: 0;
  position: sticky;
  height: 100%;
}

.product-content-container .Flexible-cancellation .grid_offer_date {
  flex-wrap: wrap;
  row-gap: 0;
}

.pin {
	position: relative;
	top: -1px;
}

.Details .com_title {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
	.Details .com_title {
	    font-size: 17px;
	}

}

.read-more,
.read-less {
  cursor: pointer;
}

.read-more strong u,
.read-less strong u {
  font-size: 15px;
  font-weight: 500;
}

#read-less svg {
  transform: rotate(180deg);
}

.Bonus-end-Travel {
  gap: 20px;
}

.Bonus-end-Travel .Travel,
.Bonus-end-Travel .Bonus {
  width: 100%;
  border: 1px solid #dddaeb;
  padding: 12px 20px;
  border-radius: 10px;
}

.Bonus-end-Travel h4 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px !important;
  font-weight: 500;
}

.Bonus-end-Travel p {
  font-size: 15px;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
}

.yonda-single-page .container .product-content .call-us-container {
  margin: 150px auto 0 auto;
}

.Book-Online-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.Book-Online .Flexible-grid_cta_btn {
  margin-top: 15px;
}

.Book-Online .grid_cta_btn .secondary_button {
  -webkit-text-fill-color: #000 !important;
  padding: 10px 40px;
  font-size: 18px;
}

.Book-Online .grid_cta_btn .secondary_button:hover {
  -webkit-text-fill-color: #fff !important;
}

.Book-Online .grid_cta_btn P {
  font-size: 12px;
  padding-top: 15px;
  font-weight: 400;
  text-align: center;
}

.Choose-Date-Later .grid_cta_btn {
  margin: 0;
}

.Choose-Date-Later .grid_cta_btn .secondary_btn {
  padding: 12px 30px;
  font-size: 18px;
}

.Choose-Date-Later .grid_cta_btn P {
  font-size: 12px;
  padding-top: 6px;
  font-weight: 400;
  text-align: center;
}

.Flexible-cancellation .package-price {
  width: 100%;
  text-align: center;
  border: 1px solid #e1dfee;
  padding: 15px 30px;
  border-radius: 20px;
  margin-top: 15px;
}

.offer-view-count {
	background: #e3e0f0;
    padding: 6px 10px;
    border-radius: 7px;
    max-width: 265px;
    margin: -30px auto 0;
}

.Flexible-cancellation img.package-logo-price {
  width: unset;
  max-height: 130px;
}

.Flexible-cancellation .w-100 .banner_grid_offer .grid_offer_price_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
}

.Flexible-cancellation .w-100 .banner_grid_offer .grid_offer_date {
  flex-direction: column;
  gap: 0;
}

.offer-section {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offer-section .offer-card {
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e1dfee;
  box-shadow: unset;
  transition: all 100ms ease;
}

.offer-section .offer-card:hover{
  background: linear-gradient(90.05deg, #dedcec -7.36%, #f3f3fa 87.11%);
  transition: all 100ms ease;
}

.offer-section .offer-card:hover svg{
  transform: scale(1.2);
}

.offer-section .offer-card p {
  font-weight: 500;
  font-size: 16px;
}

.offer-section .offer-card .offer-text span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #606060;
}
.offer-section .offer-card .offer-text span a {
	color: inherit;
}

.offer-section .offer-card p > a {
  color: #000;
  text-decoration: underline;
}

.single_nav_page.Option-container {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
}

.single_nav_page .Option-Swiper .swiper-slide {
  width: fit-content !important;
  min-width: 200px;
}

.single_nav_page.nav .Option-Swiper .swiper-wrapper .swiper-slide .nav-item {
  width: 100%;
  margin-bottom: 0px;
      padding: 0 2px;
}

.single_nav_page.nav
  .Option-Swiper
  .swiper-wrapper
  .swiper-slide
  .nav-item
  button {
  width: 100%;
  color: #000;
  background: #dedff2;
  backdrop-filter: blur(30px);
  padding-bottom: 12px;
  padding-top: 12px;
}

.single_nav_page.Option-container .Option-swiper-button-prev,
.single_nav_page.Option-container .Option-swiper-button-next {
  border-radius: 10px;
  background: linear-gradient(90deg, #8037ff 74.39%, #ad4bfc 100.24%);
  top: 22px;
  z-index: 1;
}

.single_nav_pageOption-container .Option-swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 0);
}

.single_nav_page.Option-container .Option-swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 0);
}

.single_nav_page.Option-container .swiper-button-disabled {
  background: #dedff2;
  border-radius: 10px;
}

.single_nav_page.Option-container .Option-swiper-button-prev svg,
.single_nav_page.Option-container .Option-swiper-button-next svg {
  width: 12px;
}

.single_nav_page.Option-container .swiper-button-disabled svg path {
  stroke: #000 !important;
}

.single_nav_page.Option-container .Option-swiper-button-prev svg path {
  stroke: white;
}

.single_nav_page .swiper-button-prev:after,
.single_nav_page .swiper-button-next:after {
  content: unset;
}

.single_page_grid .tab-option-pane {
  background: white;
  padding: 15px;
  border-radius: 10px;
}

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

.single_page_grid .Option-slider-d-flex {
  gap: 20px;
}

.single_page_grid .container-slider-w-50 {
  width: calc(50% - 10px);
}

.single_page_grid .Option-img-slider .swiper-wrapper .swiper-slide img {
  min-height: 228px;
  max-height: 400px;
  aspect-ratio: 18 / 9;
  
}

@media screen and (max-width: 768px){	
	
	.single_page_grid .Option-img-slider .swiper-wrapper .swiper-slide img {
	    min-height: 220px;
	    max-height: 230px;
	}
	
}


.single_page_grid .Option-img-slider .Continue-searching-container {
  position: absolute;
  top: 50%;
  bottom: 50%;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}

.single_page_grid
  .Option-img-slider
  .Continue-searching-container
  .swiper-button-disabled {
  backdrop-filter: blur(4px) !important;
  background: #ffffff40 !important;
  opacity: unset;
  border: unset;
}

.single_page_grid
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-next,
.single_page_grid
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-prev {
  border: unset;
  background: #8037ff;
}
.single_page_grid
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-next:hover,
.single_page_grid
  .Option-img-slider
  .Continue-searching-container
  .Option-img-swiper-button-prev:hover {
  background: #ffffff;
}

.single_page_grid .Option-img-slider .wishlist_grid {
  z-index: 1;
  right: 20px;
}

.single_page_grid .Option-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #606060;
}

.badge-bed {
  padding: 6px 10px;
  background-color: #dedff2;
  border-radius: 5px;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}

.badge-bed a {
  color: #000000;
  font-size: 14px;
  text-decoration: underline;
  font-weight: 400;
}

.single_page_grid .Option-content-container {
  border: 1px solid #aca8bf;
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
  position: relative;
}

.single_page_grid .Option {
  margin-top: -25px;
/*   margin-bottom: 15px; */
}

.single_page_grid .Option p {
  color: white;
  background: #aca8bf;
  padding: 3px 15px;
  display: inline-block;
  border-radius: 5px;
}

.single_page_grid .Villa h4 {
  font-size: 18px;
  font-weight: 400;
}

.single_page_grid .cancellation {
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  cursor: pointer;
}

.single_page_grid .cancellation span {
  color: #606060;
  font-weight: 400;
}

.single_page_grid .Villa .blue {
  background: #7d3eed;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px 28px 5px 10px;
  width: fit-content;
/*   clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); */
  margin-bottom: 12px;
  cursor: pointer;
}



.single_page_grid .content-container-grid p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.single_page_grid .read-less-Option span,
.single_page_grid .read-more-Option span {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid;
  cursor: pointer;
}

.bg-black {
  background: #000;
  color: white;
  padding: 1px 7px;
  border-radius: 5px;
}

.bg-black-SAVE-UP {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 13px;
    line-height: 22px;
    padding: 4px 12px;
    background: #ff2869;
    border-radius: 30px;
    color: #fff;
}

.single_page_grid .grid_offer_price_row p {
  color: #606060;
  font-weight: 500;
}

.single_page_grid .grid_offer_price_row p span {
  font-size: 20px;
  line-height: 30px;
  color: #7d3eed;
}

.single_page_grid .grid_offer_price_row .clo-black span {
  color: #000;
}

.single_page_grid .banner_grid_offer .bg-black {
  color: #fff;
  line-height: 26px;
  font-size: 14px;
}

.single_page_grid .Villa-package-price .grid_offer_day {
  right: unset;
  left: 24px;
}

.single_page_grid .Villa-package-price .banner_grid_offer {
  padding: 22px 10px 25px;
}

.single_page_grid .grid_offer_date {
  flex-wrap: wrap;
  gap: 3px;
  row-gap: 0;
}

.single_page_grid .grid_offer_date p {
  font-size: 12px;
}

.single_page_grid .grid_offer_date p:first-child {
  color: #606060;
  font-weight: 400;
}

.single_page_grid .grid_offer_date p.price_detail_text {
  text-decoration: underline;
}

.single_page_grid .grid_offer_date .price_detail_text a {
  color: #000;
  font-weight: 500;
}

.single_page_grid .Villa-package-price .d-flex .grid_cta_btn .secondary_btn {
  padding: 10px 20px;
  min-width: 200px;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  background: #7d3eed;
  color: #fff;
  border-color: #7d3eed;
}

.single_page_grid .Villa-package-price .d-flex .grid_cta_btn .secondary_btn:hover { 
  background: #000;
  border-color: #000;
}

.single_page_grid .grid_cta_bottom_text p {
  font-size: 11px;
  line-height: 17px;
  font-weight: 500;
}

.single_page_grid .grid_cta_bottom_text p a {
  color: #000;
  gap: 5px;
    display: flex;
    align-items: center;
}
.single_page_grid .grid_cta_bottom_text p a:hover {
	color: #7d3eed !important;
}

.single_page_grid .grid_cta_bottom_text p a:hover svg path {
	fill: #7d3eed !important;
}

.single_page_grid .bule_green_bar_wrp {
  flex-wrap: wrap;
}

.single_page_grid .bule_green_bar_wrp .blue {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 8px;
}

.single_page_grid .bule_green_bar_wrp .red_bar {
  background: #da3146;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 6px 8px;
  width: fit-content;
  margin-bottom: 5px;
  font-weight: 400;
}

.offer-view-count .view-text {
  font-size: 12px;
  line-height: 1.2;
}

.offer-view-count.visiting {
    background: #D1EDF2;
    color: #000;
    width: max-content;
    padding: 5px 10px;
    line-height: 1;
    margin: -30px 0 0;
}
.offer-view-count.visiting .view-text {
	font-size: 11px;
}
.offer-view-count.visiting svg path {
	fill: currentColor;
}

.indicativ-based {
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

.Price-indicative .position-sticky {
  top: 0;
  background: white;
  padding: 15px 0px;
  z-index: 2;
}

.Price-indicative .navbar {
  background-color: white !important;
}

.Price-indicative .d-flex .navbar .container-fluid .collapse:not(.show) {
  display: block;
  overflow: auto;
}

.Price-indicative .d-flex .navbar .container-fluid .collapse .navbar-nav {
  flex-direction: row;
}

.Price-indicative .justify-content-between .navbar .nav-item .nav-link {
  font-size: 14px !important;
  font-weight: 400;
  padding: 10px 10px 10px;
}

.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item.active
  .nav-link,
.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item:hover
  .nav-link {
  color: white !important;
}

.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item {
  border-radius: 5px;
  border: 1px solid #aca8bf;
  white-space: nowrap;
}

.Price-indicative
  .d-flex
  .navbar
  .container-fluid
  .collapse
  .navbar-nav
  .nav-item
  .nav-link
  .svg
  img {
  width: 25px;
  height: 15px;
}

.map-Location-container {
  max-width: 1250px;
  margin: 0 auto;
}

.map-Location-container {
  border: 1px solid #dddaeb;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px !important;
  scroll-margin-top: 100px;
}

.Option-slider-d-flex {
  gap: 20px;
}

.map-Location iframe {
  border-radius: 10px;
  width: 100%;
  height: 335px;
  vertical-align: middle;
}

.map-Location-container .com_title {
  font-size: 20px;
  line-height: normal;
}

.map-Location-content p {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  color: #898787;
}

.map-Highlights-container ul {
  list-style: unset;
  padding-left: 2rem;
  margin-bottom: 10px;
  font-size: 15px;
}

.map-Highlights-container ul li span {
  font-size: 15px;
  color: #000000;
}

.map-Highlights-container ul li span b,
.map-Highlights-container p b,
.map-Highlights-container p b {
  font-weight: 600;
}

.Facilities-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.Facilities-container p {
  padding: 8px;
  border-radius: 10px;
  display: inline-block;
  font-size: 15px;
  background: #f2f0fc;
  font-weight: 400;
}

.read-more-btn {
  background: unset;
  border: unset;
  text-decoration: underline;
}

.map-Location-container .container-slider-w-50 {
  width: calc(50% - 10px);
}



.yonda-single-page .call-us-img {
  width: 27%;
  margin-top: -115px;
}

.yonda-single-page .call-us-header img {
  width: 315px;
  height: 100px;
}

.yonda-single-page .call-number {
  font-size: 28px;
  left: 90px;
}

.yonda-single-page .hotel-single-container .hotel-single-content {
     width: calc(60% - 20px);
}

.yonda-single-page .hotel-single-container .package-price {
  align-items: end;
  width: calc(40% - 7.5px);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: unset !important;
}

.yonda-single-page .banner_grid_offer .grid_offer_price {
  order: unset;
  width: unset;
}

.map-Location-content .pro_description a {
  text-decoration: underline;
}

.Price-indicative-background.single-banner-search .search_bar_bg {
  max-width: 1000px;
  margin: 0 auto;
}

.Price-indicative-background.single-banner-search {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 50px;
  margin-top: 50px;
}

.buy_now_submit .buy_now_qty {
  background: #e3e0f0;
  padding: 10px 20px;
  border-radius: 4px;
}

.buy_now_submit .buy_now_qty .night-qty-input {
  width: 30px;
  border: 0;
  background: transparent;
}

.buy_now_submit .buy_now_qty span {
  cursor: pointer;
}

.check_gift_package label {
  cursor: pointer;
  width: fit-content;
}

.check_gift_package #gift_package {
  display: none;
}

.check_gift_package #gift_package + .check_checkbox {
  outline: 1px solid #aca8bf;
  border: 3px solid #fff;
  height: 17px;
  width: 17px;
  border-radius: 4px;
  cursor: pointer;
  margin-right: 5px;
}

.check_gift_package #gift_package:checked + .check_checkbox {
  background-color: #7a33ff;
}

.buy_now_submit .Villa-package-price .grid_offer_day {
  right: 25px;
  left: unset;
}

.buy_now_submit .Villa-package-price .banner_grid_text {
  width: 60%;
}

@media (max-width: 1440px) {
  .single_page_grid .grid_offer_price_row p {
    display: unset;
  }

  .Bonus-end-Travel h4 {
    font-size: 18px;
  }

  .package-price .w-100 .grid_cta_btn .secondary_btn {
    font-size: 15px;
  }

  .yonda-single-page .container .product-content .call-us-container {
    margin: 120px auto 0 auto;
  }

  .yonda-single-page .call-us-content h4 {
    font-size: 20px;
  }

  .yonda-single-page .call-us-img {
    margin-top: -100px;
    width: 35%;
  }

  .yonda-single-page .grid_offer_price_row p b {
    font-size: 20px;
  }
}

@media (max-width: 1399px) {
  .yonda-single-page .hotel-single-container .hotel-single-content {
    width: calc(50% - 7.5px);
  }

  .yonda-single-page .hotel-single-container .package-price {
    width: calc(50% - 7.5px);
    align-items: center;
  }

  .single_page_grid .grid_offer_price_row p span {
    font-size: 16px;
  }

  .single_page_grid .banner_grid_offer .bg-black {
        font-size: 11px;
        padding: 2px 5px;
        line-height: 1.5;
    }
}

@media (max-width: 1199px) {
  .product-content-container .product-content {
    width: calc(60% - 10px);
  }

  .product-content-container .Flexible-cancellation {
    width: calc(40% - 10px);
  }

  .single_page_grid .Villa-package-price-flex {
    flex-direction: column;
  }

  .single_page_grid .Villa-package-price .d-flex .grid_cta_btn .secondary_btn {
    min-width: 100%;
  }

  .single_page_grid .Flexible-grid_cta_btn {
    width: 100%;
  }

  .yonda-single-page .call-us-content h4 {
    font-size: 18px;
  }

  .yonda-single-page .call-us-content p {
    font-size: 14px;
  }

  .yonda-single-page .call-us-img {
    margin-top: -30px;
  }

  .Price-indicative .position-sticky .package-price {
    width: 100%;
    display: none !important;
  }


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

  .Price-indicative-background.single-banner-search
    .search-banner.single-search-banner
    .search_bar_modal {
    top: 120px;
  }

  .buy_now_submit .Villa-package-price-flex {
    flex-direction: row !important;
  }

  .buy_now_submit .Flexible-grid_cta_btn {
    width: auto;
  }
}

@media (max-width: 991px) {
  
  .product-content-container,
  .single_page_grid {
    flex-direction: column;
  }
/*
  .hotel-single-container {
	flex-direction: column-reverse; 
  }
*/

  .package-price,
  .hotel-single-content,
  .product-content-container .product-content,
  .product-content-container .Flexible-cancellation,
  .single_page_grid .container-slider-w-50,
  .map-Location-container .container-slider-w-50,
  .map-Location-container .container-slider-w-50 {
    width: 100%;
  }

  .yonda-single-page .hotel-single-container .hotel-single-content {
    width: 100%;
  }

  .yonda-single-page .hotel-single-container .package-price {
    width: 100%;
    align-items: center;
  }

  .yonda-single-page .hotel-single-content {
    text-align: center;
  }

  .yonda-single-page .location-and-review {
    justify-content: center;
    gap: 20px;
  }

  .yonda-single-page .package-price,
  .yonda-single-page .offer-section,
  .yonda-single-page .container .product-content .call-us-container {
    width: 100%;
    max-width: 700px;
  }

  .yonda-single-page .package-price,
  .yonda-single-page .offer-section {
    margin: 10px auto 20px auto;
  }

  .yonda-single-page .hotel-single-container .Red {
    font-size: 12px;
  }

  .yonda-single-page.tab-content > .tab-pane {
    max-width: 700px;
    margin: 0 auto;
  }

  .single_page_grid .Villa-package-price .banner_grid_offer {
    margin-top: 20px;
  }

  .Price-indicative .position-sticky {
    padding: 0;
  }

  .map-Location-container .com_title {
    text-align: left;
  }

  .map-Highlights-container ul {
    padding-left: 1rem;
  }

  .single_page_grid .Option-slider-d-flex {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
	
	.Price-indicative-background.single-banner-search
    .search_bar_bg
    .search-form {
    flex-direction: column;
  }
  .yonda-single-page .call-us-header img {
    width: 250px;
    height: 80px;
  }

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

  .yonda-single-page .call-number {
    font-size: 22px;
    left: 72px;
    top: 30px;
  }

  .yonda-single-page .container .product-content .call-us-container {
    margin: 80px auto 0 auto;
  }

  .single_page_grid .Option-content p {
    font-size: 14px;
  }

  .single_nav_page .Option-Swiper .swiper-slide {
    min-width: auto;
  }

  .yonda-single-page .grid_cta_btn {
    padding-top: 0px;
  }

  .Price-indicative .navbar {
    overflow: auto;
  }
}

@media (max-width: 575px) {
  .yonda-single-page .gallery-container {
    display: block;
    position: relative;
  }

  /* Hide desktop grid completely on mobile */
  .yonda-single-page .gallery-grid-desktop {
    display: none !important;
  }

  /* Show mobile swiper on mobile */
  .gallery-swiper-mobile {
    display: block !important;
    width: calc(100% + 24px);
    margin-left: -12px;
    margin-right: -12px;
  }

  .gallery-swiper-mobile .swiper-slide {
    width: 100%;
  }

  .gallery-swiper-mobile .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
  }

  .gallery-swiper-mobile .overlay-mobile {
    position: absolute;
    bottom: 10px;
    right: 22px;
    color: white;
    border-radius: 10px;
    backdrop-filter: blur(40.29999923706055px);
    background: #ffffff4d;
    border: 0;
    display: flex;
    gap: 5px;
    padding: 10px 10px;
    align-items: center;
    z-index: 10;
    font-size: 12px;
  }

  .gallery-swiper-mobile .overlay-mobile svg {
    width: 15px;
    height: 15px;
  }

  .yonda-single-page .hotel-single-content,
  .yonda-single-page .hotel-single-content .com_title {
    text-align: left;
  }
  
  .yonda-single-page .hotel-single-content .com_title {
	  padding-right: 123px;
  }

  .yonda-single-page .location-and-review {
    justify-content: left;
    flex-wrap: wrap;
    gap: 10px;
  }

  .yonda-single-page .hotel-single-container .package-price {
    order: 3;
    flex-direction: column;
  }

/*
  .yonda-single-page .gallery-container {
    order: 2;
  }
*/

  .yonda-single-page .Details .com_title {
    text-align: left;
  }

  .yonda-single-page .hotel-single-container .Red {
    top: 0px;
  }

  .yonda-single-page .wishlist-end-search span {
    height: 30px;
    width: 30px;
  }

  .yonda-single-page .gallery-container .overlay svg,
  .yonda-single-page .wishlist-end-search svg {
    width: 15px;
    height: 15px;
  }

  .yonda-single-page .gallery-container .overlay {
    gap: 5px;
    padding: 5px;
    border-radius: 10px;
    font-size: 12px;
  }

  .yonda-single-page .product-content-container .product-content .Details,
  .yonda-single-page .Bonus-end-Travel .Travel,
  .yonda-single-page .Bonus-end-Travel .Bonus {
    padding: 10px;
  }

  .yonda-single-page .Bonus-end-Travel {
    gap: 12px;
  }

  .yonda-single-page .call-us-img {
    width: 50%;
    margin-top: -10px;
  }

  .yonda-single-page .call-us-header img {
    width: 180px;
    height: 57px;
  }

  .yonda-single-page .call-number {
    font-size: 16px;
    left: 52px;
    top: 23px;
  }
  .yonda-single-page .offer-section .offer-card p {
    font-size: 14px;
  }

  .yonda-single-page .offer-section .offer-card .offer-text span {
    font-size: 12px;
  }

  .yonda-single-page .call-us-content p {
    font-size: 12px;
  }

  .yonda-single-page .hotel-single-location span,
  .yonda-single-page .hotel-single-review {
    font-size: 14px;
  }

  .yonda-single-page .hotel-single-review {
    position: absolute;
    right: 0;
    top: 39px;
  }

  .yonda-single-page .Book-Online-container {

    padding-bottom: 0;
    gap: 5px;
  }

  .yonda-single-page .bg-black-SAVE-UP {
        font-size: 11px;
        padding: 1px 6px;
        top: 18px;
    }

  .yonda-single-page .single_page_grid .Villa h4 {
  	padding-top: 0;
        padding-right: 105px;
        font-size: 24px;
        margin-top: 7px;
  }

  .yonda-single-page .single_page_grid .Option {
    margin-top: -23px;
  }
  .single_page_grid .Option p {
    padding: 2px 11px;
    font-size: 12px;
}

  .badge-bed {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .yonda-single-page .single_page_grid .content-container-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .yonda-single-page .single_page_grid .grid_offer_date {
    flex-direction: row;
  }

  .yonda-single-page .single_page_grid .grid_offer_date span {
    display: block;
  }

  #product-description .pro_description p {
    font-size: 14px;
  }

  .Villa-package-price .grid_offer_price_row {
    justify-content: center;
    gap: 5px;
  }

  .yonda-single-page .grid_cta_btn {
    flex-wrap: wrap;
  }

  .single_page_grid .tab-option-pane {
    padding: 10px;
  }

  .Option-slider-d-flex {
    flex-direction: column;
  }

  .single_page_grid .Option-slider-d-flex {
    gap: 5px;
  }

  .single_page_grid .Villa-package-price-flex {
    padding: 0px !important;
  }

  .Facilities-container p {
    font-size: 14px;
  }

  #product-description .pro_description h5 {
    font-size: 16px;
  }

  .buy_now_submit .Villa-package-price-flex {
    flex-direction: column !important;
  }

  .buy_now_submit .Villa-package-price .banner_grid_text,
  .buy_now_submit .Flexible-grid_cta_btn {
    width: 100%;
  }

  .yonda-single-page .buy_now_submit .grid_offer_date {
    flex-direction: column;
  }

  .yonda-single-page .buy_now_submit .grid_offer_date span {
    display: unset;
  }

  .check_gift_package {
    margin-top: 10px;
  }
}

@media (max-width: 414px) {
  .yonda-single-page .call-us-img {
    width: 40%;
    margin-top: -20px;
  }

  .yonda-single-page .call-us-content {
    width: 60%;
  }

  .yonda-single-page .call-number {
    font-size: 15px;
    left: 46px;
    top: 20px;
  }

  .yonda-single-page .call-us-header img {
    width: 100%;
    height: 52px;
  }

  .yonda-single-page .container .product-content .call-us-container {
    margin: 60px auto 0 auto;
  }

  .yonda-single-page .call-us-content p {
    font-size: 10px;
  }

  .yonda-single-page .call-us-content h4 {
    font-size: 13px;
  }

  .yonda-single-page .Flexible-cancellation .package-price,
  .yonda-single-page .offer-section .offer-card {
    padding: 5px 15px;
    gap: 1px;
  }
}

/* tour */
.hero_banner_tour {
  padding-bottom: 50px;
}
.Once-in-a-lifetime.hero_banner_tour .swiper-wrapper {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .hero_banner_tour {
    padding-bottom: 0px;
  }
}

.Continue-bg-blers .days_pricing {
  background: rgba(255, 255, 255, 0.24);
  border-radius: 5px;
  padding: 3px 5px 3px 5px;
  width: fit-content;
}

.Continue-bg-blers .card-img-overlay {
  border-radius: 10px;
  background: linear-gradient(
    182.28deg,
    rgba(255, 255, 255, 0) 35.14%,
    rgba(0, 0, 0, 0.349768) 72.49%,
    rgba(0, 0, 0, 0.8) 107.73%
  );
}

.deluxe_tours_tab {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.deluxe_tours_content {
  width: 100%;
}

.deluxe_tours_tab .nav .nav-item .nav-link {
  width: fit-content;
}

.deluxe_tours_tab .nav {
  height: 100%;
  overflow: auto;
  flex-direction: row;
  padding-bottom: 5px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .deluxe_tours_tab .nav {
    padding-bottom: 5px;
  }
}

.filter_tab_content .filter-section.common_range_bar .range-slider {
  position: relative;
  height: 40px;
}

.filter_tab_content .filter-section.common_range_bar input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: transparent;
  position: absolute;
  top: 17px;
  pointer-events: none;
  z-index: 3;
}

.filter_tab_content
  .filter-section.common_range_bar
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background: #8a2be2;
  border: 3px solid #fff;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 0 0 2px #8a2be2;
  width: 20px;
  height: 20px;
}

.filter_tab_content
  .filter-section.common_range_bar
  input[type="range"]::-moz-range-thumb {
  border-radius: 50%;
  background: #8a2be2;
  border: 3px solid #fff;
  cursor: pointer;
  pointer-events: all;
  box-shadow: 0 0 0 2px #8a2be2;
  width: 20px;
  height: 20px;
}

.filter_tab_content .common_range_bar .tourprice-block .slider-tourprice-track,
.filter_tab_content .common_range_bar .duration-day-block .slider-track {
  position: absolute;
  height: 6px;
  background: #ddd;
  top: 17px;
  left: 0;
  right: 0;
  border-radius: 3px;
  z-index: 1;
}

.filter_tab_content .common_range_bar .tourprice-block .slider-progress-price,
.filter_tab_content .common_range_bar .duration-day-block .slider-progress-day {
  position: absolute;
  height: 6px;
  background: #8a2be2;
  top: 17px;
  border-radius: 3px;
  z-index: 2;
}

.filter_tab_content .filter-section.common_range_bar .range-values {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.filter_tab_content .filter-section.common_range_bar .range-values div {
  background: #e6e1f9;
  color: #000;
  padding: 6px 12px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
}

.filter_tab_content .tourprice-block {
  margin-bottom: 20px;
}

.filter_tab_content .duration-day-block input[type="range"] {
  border-radius: 3px;
}

.filter_tab_content .duration-day-block .slider-progress-day {
  left: 0;
  right: 0;
}
.filter_tab_content #searchInput {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 30px;
  border: 1px solid #aca8bf;
  border-radius: 5px;
}
.filter-content .filter-input::before {
  content: "";
  background-image: url(/image/search_input.svg);
  position: absolute;
  top: 49%;
  left: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.filter_tab_content .search_input_celar {
  position: absolute;
  top: 49%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  cursor: pointer;
}
.filter-content.filter-inner-main .filter-input {
  padding-bottom: 5px;
}

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

.common_package_location svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

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

.common_package_location .common_location_text b {
  font-weight: 600;
}

.luxury_escapes_tours {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
  padding-top: 5px;
}

.luxury_escapes_tours h6 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  text-transform: capitalize;
  margin: 0;
}

.luxury_escapes_tours p span {
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: fit-content;
  border-radius: 3px;
  background: #e3e0f0;
}

.luxury_escapes_tours p span img {
  width: 16px;
  height: 16px;
}

.luxury_escapes_tours p span a {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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;
}

.luxury_escapes_tours p {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total_price_button {
  display: flex;
  border-radius: 5px;
  background: #e3e0f0;
}

.total_price {
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  border: 1px solid #e3e0f0;
}

.total_price.active {
  border-radius: 5px;
  border: 1px solid #8037ff;
  background: linear-gradient(270deg, #ad4bfc -0.65%, #8037ff 39.96%), #e3e0f0;
  color: #fff;
}

@media (max-width: 575px) {
  .tab_button_block .tour_dropdown_with_button {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .tour_button_block {
    flex-direction: column;
  }

  .total_price {
    width: 100%;
  }

  .total_price_button {
    width: 100%;
  }
}

.btn-expand {
  display: flex;
  padding: 5px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  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;
  border-radius: 3px;
  border: 1px solid #aca8bf;
  align-items: center;
  height: 100%;
}

.btn-expand:hover {
  border: 1px solid #aca8bf;
}

.tours_modale {
  gap: 15px;
}

.tours_accordion .card .card-header {
  display: flex;
  padding: 7px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: #e3e0f0;
  width: 100%;
}

.tours_accordion .card .card-header .d-flex {
  flex-direction: column;
  width: 100%;
  gap: 8px;
}

.badge-day {
  border-radius: 5px;
  background: linear-gradient(90deg, #8037ff 74.39%, #ad4bfc 100.24%), #d4d0e8;
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
}

.badge-night {
  display: flex;
  padding: 5px 8px;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 3px;
  border: 0.8px solid #aca8bf;
}

.badge_text {
  display: flex;
  align-items: center;
  gap: 8px;
}

.badge_grups {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.trip-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
  width: 100%;
}

.tours_modale_content p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
  text-transform: capitalize;
  padding-bottom: 10px;
  padding-left: 15px;
}

.tours_accordion .card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 13px;
  align-self: stretch;
  padding: 10px;
  max-height: 500px;
  overflow: auto;
}

.section-title {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.section-title .dot {
  width: 8px;
  height: 8px;
  background-color: #6f42c1;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.inclusion-list {
  padding-left: 15px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.section-title span {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  text-transform: capitalize;
}

.inclusion-item {
  display: flex;
  align-items: flex-start;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  text-transform: capitalize;
  border-radius: 5px;
  background: #f3f3fa;
  padding: 5px 10px;
  gap: 5px;
}

.tours_modale_content {
  position: relative;
}

.tours_modale_content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  border-left: 2px dashed #cdcdcd;
}

.tourss_offers {
  padding-bottom: 20px;
}

.btn-print {
  border-radius: 3px;
  border: 0.8px solid #aca8bf;
  display: flex;
  padding: 5px 8px;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.osaka {
  padding: 0 16px;
}

.osaka .sub-info {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  text-transform: capitalize;
  display: flex;
  gap: 5px;
}

.osaka .sub-info b {
  font-weight: 500;
}

.sub-info_text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  text-transform: capitalize;
}

.list-unstyled {
  display: flex;
  margin: 25px 15px 15px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 5px;
  border-radius: 5px;
  background: #e3e0f0;
}
.list-unstyled-grupes {
  max-height: 500px;
  overflow: auto;
}
.badge-inclusions {
  display: inline-flex;
  padding: 5px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  background: #8037ff;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-left: 20px;
  margin-top: -10px;
}
.tours_title_modal {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 5px;
}
.tours_header_modal {
  align-items: flex-start;
}
@media (max-width: 575px) {
  .tours_title_modal {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .osaka .sub-info {
    display: block;
  }
  .tours_title_modal {
    font-size: 16px;
  }
}

.yonda-single-page .hotel-single-container .tours-single-content {
  width: 100%;
  align-items: flex-start;
}

.btn-purple {
  background: #7d3eed;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: center;
  width: fit-content;
  cursor: pointer;
}

.btn-red {
  background: #da3146;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 10px;
  width: fit-content;
  font-weight: 400;
}

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

.tours_banner-container .info-text {
  display: flex;
  gap: 50px;
  align-items: center;
  width: fit-content;
}

.tours_banner-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
  gap: 10px;
}

.tours_banner-container .info-text span {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: fit-content;
}

.tours_banner-container .info-text span a {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  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;
}

.tours_banner-container_group .limited-text {
  color: #da3146;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
}

.tours-single-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

@media (max-width: 767px) {
  .tours_banner-container .info-text {
    gap: 5px;
    flex-wrap: wrap;
  }

  .tours_banner-container_group {
    gap: 5px;
    flex-wrap: wrap;
  }

  .tours_banner-container .info-text span {
    font-size: 14px;
  }

  .tours_banner-container .info-text span a {
    font-size: 14px;
  }

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

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

  .tours_banner-container_group .limited-text {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .tours-single-content .location-and-review {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }

  .tours-single-content .location-and-review .hotel-single-location {
    width: 100%;
  }
}

/* end  */

/* tours Overview */
.tours_overview {
  padding-top: 15px;
  display: flex;
  gap: 25px;
}

.tours_overview_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tours_overview_text h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.878%;
  margin: 0;
}

.tours_overview_text p {
  color: #606060;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 5px;
}

/* Facilities */
.tours_overview .Facilities-container {
  gap: 5px 10px;
}

.takes_tours {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.takes_tours p {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
  text-transform: capitalize;
}

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

.takes_tours h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.878%;
  text-transform: capitalize;
}

.about_tour_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 10px;
}

.about_tour_content p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: capitalize;
}

.grid_offer_price_row_toues {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.yonda-single-page .banner_grid_offer .grid_offer_price_tours {
  width: 100%;
}

.tours_package_price {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #dddaeb;
  background: #fff;
  padding: 15px;
}

.tours_package_price figure {
  margin: 0;
}

.tours_package_price img {
  width: 317px;
  height: 94px;
}

.tours_end_banner_grid_text_row .banner_grid_offer {
  margin-top: 5px;
}

.secure_deposit_tours {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.878%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.tour_35_w {
  width: calc(35% - 12.5px);
}

.secure_deposit_tours span {
  cursor: pointer;
}

.tour_65_w {
  width: calc(65% - 12.5px);
  padding-top: 15px;
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.about_tour {
  padding: 15px 0;
}

.tour_contact_btn {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
  gap: 10px;
}

.tour_contact_btn .secondary_button span svg {
  width: 24px;
  height: 24px;
}

.tour_contact_btn .secondary_button {
  width: 100%;
  -webkit-text-fill-color: #000;
  font-size: 16px;
}

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

.tour_contact_btn .secondary_button:hover {
  -webkit-text-fill-color: #fff;
}

.tour_contact_btn .secondary_button:hover span svg path {
  fill: #fff;
}

.about_tour h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.878%;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .tour_35_w {
    width: calc(40% - 12.5px);
  }

  .tour_65_w {
    width: calc(60% - 12.5px);
  }

  .tour_contact_btn .secondary_btn {
    padding: 12px 30px;
  }
}

@media (max-width: 767px) {
  .takes_tours h5 {
    font-size: 18px;
  }

  .takes_tours p {
    font-size: 14px;
    gap: 5px;
  }

  .takes_tours {
    gap: 5px;
  }

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

  .about_tour_content {
    gap: 15px;
  }

  .tour_35_w {
    width: 100%;
  }

  .tour_65_w {
    width: 100%;
    gap: 10px;
  }

  .tours_overview {
    flex-direction: column-reverse;
  }

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

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

/* end  */
/* feature-box */
.feature-box {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #dddaeb;
}

.feature-box .section-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 107.878%;
  text-transform: capitalize;
  margin: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 107.878%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 9px;
  width: calc(50% - 7px);
}

.feature-list {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .feature-list {
    flex-direction: column;
  }

  .feature-list li {
    width: 100%;
  }

  .feature-list li {
    font-size: 13px;
  }

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

/* end ============================== */

/* AKey benefits of Classic Tours */

.classic_tours {
  background: #e3e2e9;
  padding: 25px 0px;
  margin-top: 30px;
}

.classic_tours_container {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-self: stretch;
}

.w_20_classic_tours {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 18px;
  width: calc(20% - 6px);
  border-radius: 10px;
  background: #fff;
}

.w_80_classic_tours {
  width: calc(80% - 6px);
  display: flex;
  gap: 20px;
}

.w_80_classic_tours_group {
  width: calc(33.33% - 13.33px);
}

.classic_tours_groups {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  padding: 0px 16px;
}

.classic_tours_groups span {
  cursor: pointer;
}

.w_80_classic_tours_text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.benefit-content {
  position: relative;
}

.classic_tours_groups p {
  color: #000;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-transform: capitalize;
}

.classic_tours_groups svg {
  width: 30px;
  height: 30px;
}

.w_80_classic_tours_text h3 {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-transform: capitalize;
}

.w_80_classic_tours_text p {
  color: #ededed;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.benefit-content img {
  vertical-align: middle;
  width: 100%;
}

.w_20_classic_tours svg {
  width: 30px;
  height: 30px;
}

@media (max-width: 991px) {
  .classic_tours_container {
    flex-direction: column;
  }

  .w_80_classic_tours {
    width: 100%;
  }

  .w_20_classic_tours {
    max-width: 450px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    gap: 0;
  }

  .classic_tours_groups {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .w_80_classic_tours_group {
    width: calc(50% - 10px);
  }

  .w_80_classic_tours {
    flex-wrap: wrap;
  }

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

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

  .classic_tours_groups {
    padding: 0px 5px;
  }
}

/* end  */

.tours_collapse_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tousrs_nav_bg .container-fluid {
  flex-direction: column;
}

.tousrs_nav_bg .container-fluid h3 {
  color: #000;
  font-family: "Poppins";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.tours_collapse_text {
  width: 100%;
}

.tousrs_nav_bg {
  width: 62%;
}

.tour_option_overview .Option-slider-d-flex {
  flex-direction: column;
}

.inclusion_highlights {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.tour_option_overview {
  border-radius: 15px;
  border: 1px solid #dddaeb;
  background: #fff;
  padding: 20px 15px;
}

.tours-Villa-package-price-flex {
  flex-direction: column;
}

.deluxe_tour_option p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 3px;
    background: #c0ab56;
    display: flex;
    padding: 2px 10px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.deluxe_tour_option div {
  background: linear-gradient(269deg, #ad4bfc -0.99%, #8037ff 37.04%), #fff;
  backdrop-filter: blur(5.900000095367432px);
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 10px;
  width: fit-content;
  flex-wrap: wrap;
}

.deluxe_tour_option {
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

.tour_option_overview .banner_grid_imgText {
  max-width: 340px;
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.tour_option_overview .Option-slider-d-flex h4 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.Price-indicative .swiper-wrapper {
  padding: 0;
}

.tours_package_detail_point .package_more {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  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;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .tousrs_nav_bg {
    width: 100%;
  }

  .tousrs_nav_bg .container-fluid h3 {
    display: none;
  }

  .tours-indicative {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .deluxe_tour_option div {
    font-size: 12px;
  }

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

  .deluxe_tour_option {
    gap: 5px;
  }
}

@media (max-width: 767px) {
  .tour_option_overview .Option-slider-d-flex h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .tour_option_overview .Option-slider-d-flex h4 {
    font-size: 16px;
  }
}

.overview_gr0ups {
  padding: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}

/* end =========================================================  */

/* map_tours  */
.map_tours {
  display: flex;
  padding: 15px;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid #dddaeb;
  max-width: 1200px;
  margin: 0 auto;
}

.map_tours_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.map_tours_title h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

.map_tours_text h3 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.map_tours_text .grid_offer_day {
  position: unset;
}

.map_tours_text .grid_offer_day p {
  background: #e3e0f0;
  backdrop-filter: blur(5.699999809265137px);
}

.map_tours_text {
  padding-bottom: 15px;
}

.map_tours figure img {
  width: 100%;
  cursor: pointer;
  border-radius: 15px;
}

.overview_gr0ups h2 {
  text-align: center;
  padding-bottom: 15px;
}

.map_tours_title .secondary_button span svg path {
  fill: #8037ff;
}

.map_tours_title .secondary_button:hover span svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .map_tours_text h3 {
    font-size: 18px;
  }

  .map_tours_title a {
    font-size: 12px;
    padding: 5px 10px 5px 10px;
  }

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

@media (max-width: 575px) {
  .map_tours_text h3 {
    font-size: 14px;
    line-height: 20px;
  }

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

/* end  */

.itinerary_tours_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.itinerary_tours {
  padding: 15px 0;
  scroll-margin-top: 150px;
  max-width: 1200px;
  margin: 0 auto;
}

.itinerary_tours_title h3 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

.itinerary_tours_title p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  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;
  text-transform: capitalize;
  cursor: pointer;
}

.itinerary_tours .accordion .accordion-button {
  display: flex;
  padding: 7px 10px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 5px;
  background: #e3e0f0;
  width: 100%;
  align-items: center;
}

.itinerary_tours .accordion .accordion-button .badge_grups {
  align-items: center;
}

.itinerary_tours
  .accordion
  .accordion-button
  .badge_grups
  .badge_text
  .badge-day {
  width: fit-content;
  padding: 12px 30px;
  white-space: nowrap;
}

.itinerary_tours .accordion .accordion-button .badge_grups .badge-night {
  width: fit-content;
  white-space: nowrap;
}

.itinerary_tours
  .accordion
  .accordion-button
  .badge_grups
  .badge_text
  .trip-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
}

.itinerary_tours .accordion {
  display: flex;
  padding: 12px;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #dddaeb;
  background: #fff;
}

.itinerary_tours .accordion .accordion-item {
  border: unset;
}

.itinerary_tours .accordion .accordion-button:focus {
  box-shadow: unset;
}

.accordion_body_tours .inclusion-list {
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.accordion_body_tours .inclusion-list .inclusion-item {
  width: calc(50% - 2.5px);
  align-items: center;
}

.inclusion-item svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.accordion_body_tours p {
  padding-left: 15px;
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.accordion_body_tours {
  position: relative;
  padding: 0;
  margin: 15px 0;
}

.accordion_body_tours::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  border-left: 2px dashed #cdcdcd;
}

.personalise_row_tours {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  border-radius: 5px;
  border: 1px solid #dddaeb;
  width: fit-content;
  min-width: 350px;
}

.personalise_row {
  display: flex;
  gap: 20px;
  overflow: auto;
  margin-left: 15px;
}

.personalise_row_tours h2 {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  text-transform: capitalize;
}

.personalise_row_tours_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.personalise_row_tours_text p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  text-transform: capitalize;
  padding: 0;
}

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

.personalise_row_tours_text .grid_offer_price_row p {
  font-size: 10px;
}

.personalise_row_tours_text .grid_offer_price_row {
  width: fit-content;
}

.Read_btn_tours {
  padding-top: 10px;
  display: flex;
  cursor: pointer;
}

.Read_btn_tours a {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.Read_btn_tours span {
  display: inline-block;
  transition: transform 0.3s ease;
}

.Read_btn_tours span.rotated {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .accordion_body_tours .inclusion-list .inclusion-item {
    width: 100%;
  }

  .itinerary_tours .accordion .accordion-button .badge_grups .badge_text {
    align-items: start;
    flex-direction: column;
    width: 100%;
  }

  .itinerary_tours .accordion .accordion-button .badge_grups {
    flex-direction: column;
  }

  .itinerary_tours .accordion .accordion-button {
    position: relative;
  }

  .itinerary_tours .accordion .accordion-button .badge_grups .badge-night {
    position: absolute;
    top: 8px;
    left: 90px;
  }

  .itinerary_tours
    .accordion
    .accordion-button
    .badge_grups
    .badge_text
    .badge-day {
    padding: 9px 12px;
  }

  .personalise_row_tours {
    min-width: 320px;
  }

  .itinerary_tours
    .accordion
    .accordion-button
    .badge_grups
    .badge_text
    .trip-title {
    font-size: 14px;
  }

  .personalise_row_tours_text .secondary_btn {
    padding: 8px 20px;
  }

  .itinerary_tours {
    scroll-margin-top: 80px;
  }

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

@media (max-width: 575px) {
  .itinerary_tours_title h3 {
    font-size: 18px;
  }
}

/* end */

/* highlights_inclusion */
.highlights_inclusions {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  border: 1px solid #dddaeb;

  scroll-margin-top: 160px;
  max-width: 1200px;
  margin: 20px auto;
}

.highlights_inclusions .product-description {
  width: 100%;
}

.highlights_inclusions h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

.highlights_inclusions p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Static-Title-Medium-Line-Height, 24px);
  text-transform: capitalize;
}

.highlights_inclusions .product-description p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: capitalize;
  padding: 15px 0;
}

.highlights_inclusions .product-description .content-container-grid p {
  padding: 0;
}

.highlights_inclusions .single_page_grid .content-container-grid {
  gap: 12px 10px;
}

@media (max-width: 767px) {
  .highlights_inclusions .single_page_grid .content-container-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .highlights_inclusions {
    scroll-margin-top: 90px;
  }

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

@media (max-width: 575px) {
  .highlights_inclusions h2 {
    font-size: 18px;
  }
}

/* should_book */
.should_book {
  scroll-margin-top: 180px;
  max-width: 1200px;
  margin: 0 auto;
}

.should_book h2 {
  color: #000;
  font-family: "Poppins";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .should_book .justify-content-between {
    flex-direction: column;
    gap: 10px;
  }

  .should_book .search-form {
    width: fit-content;
  }

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

  .should_book {
    scroll-margin-top: 90px;
  }
}

/* end */
/* alldepartures_tours */
.alldepartures_tours {
  padding-top: 10px;
}

.departure-tabs {
  display: flex;
  height: 40px;
  padding: 0px 5px;
  align-items: flex-start;
  border-radius: 5px;
  border: 1px solid #d5d1e6;
  background: #fff;
}

.departure-tabs button {
  display: flex;
  height: 40px;
  padding: 5px 10px 3px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: unset;
  background: transparent;
}

.departure-tabs .tab {
  border-bottom: 3px solid transparent;
}

.departure-tabs .tab.active {
  border-bottom: 3px solid #8037ff;
}

@media (max-width: 767px) {
  .alldepartures_tours {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .total_price {
    width: 50%;
  }

  .departure-tabs {
    width: fit-content;
  }
}

/* end */

/* tours_tab_single_titel   */
.tours_tab_single_titel li {
  background: transparent;
  white-space: nowrap;
}

.tours_tab_single_titel ul {
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: auto;
}

.tours_tab_single_titel button {
  flex-direction: column;
  gap: 4px !important;
  padding: 5px 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #d5d1e6;
  min-height: 65px;
}

.tours_tab_single_titel button h5 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.73%;
  text-transform: capitalize;
  margin: 0;
}

.tours_tab_single_titel p {
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140.97%;
  text-transform: capitalize;
}

.tours_tab_single_titel .sold_out_tours {
  color: #d80027;
}

.tours_tab_single_titel .sold_out_tours_bright_blue {
  color: #0454d7;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140.97%;
  text-transform: capitalize;
}

.tours_tab_single_titel .nav-link.active {
  border-radius: 5px;
  background: linear-gradient(90deg, #8037ff 74.39%, #ad4bfc 100.24%), #fff;
  backdrop-filter: blur(15px);
}

.tours_tab_single_titel .nav-link.active .sold_out_tours_bright_blue,
.tours_tab_single_titel .nav-link.active h5 {
  color: #fff;
}

.tours_tab_single_titel {
  padding: 12px 0;
}

/* end */

/* .tour-price-wrapper */
.tour-price-wrapper {
  border-radius: 10px;
  border: 1px solid #d5d1e6;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #f3f3fa;
  display: flex;
  padding: 15px 18px;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.tour-price-wrapper-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.tour-price-left {
  width: calc(50% - 25px);
}

.tour-price-right {
  width: calc(50% - 25px);
}

.tour-price-left .tour-price-content {
  gap: 30px;
  display: flex;
  align-items: center;
}

.tour-price-dates {
  width: calc(50% - 15px);
}

.tour-price-details {
  width: calc(50% - 15px);
}

.tour-price-dates {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}

.tour-date {
  border-radius: 5px;
  background: linear-gradient(0deg, #e3e0f0 0%, #e3e0f0 100%), #fff;
  padding: 10px 15px;
  width: calc(50% - 5px);
}

.tour-date h4 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140.97%;
  text-transform: capitalize;
  margin: 0;
}

.tour-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tour-date p {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.73%;
  text-transform: capitalize;
}

.tour-price-details p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.tour-price-details .spots_left_red {
  color: red;
}

.tour-price-header div {
  padding: 3px 7px 4px 7px;
}

.tours_tab_single_titel_mobile {
  display: none;
}

.tour-price-wrapper-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.tour-price-right.tour-price-right-sold-out {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.Sold_out_btn {
  width: calc(30% - 5px);
}

.Sold_out_flex_text {
  width: calc(70% - 5px);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.call_options p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}

.call_options p a {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.request_private p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: capitalize;
}

.call_options {
  max-width: 200px;
}

.Sold_out_btn .grid_cta_btn .secondary_btn {
  padding: 12px 15px;
  width: 100%;
}

@media (max-width: 1199px) {
  .tour-price-wrapper {
    gap: 15px;
  }

  .tour-price-left {
    width: calc(45% - 7.5px);
  }

  .tour-price-right {
    width: calc(55% - 7.5px);
  }

  .tour-price-left .tour-price-content {
    gap: 10px;
  }

  .tour-price-content {
    flex-direction: column;
    gap: 0;
  }

  .tour-price-dates {
    width: 100%;
  }

  .tour-price-details {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .tours_Villa_detail_block {
    flex-direction: column;
    align-items: end !important;
  }

  .tours_Villa_detail_block .Flexible-grid_cta_btn {
    padding: 0;
    margin: 0;
  }

  .Sold_out_flex_text {
    width: 100%;
  }

  .Sold_out_btn {
    width: 100%;
  }

  .Sold_out_btn .grid_cta_btn .secondary_btn {
    width: fit-content;
  }

  .Sold_out_btn .grid_cta_btn {
    display: flex;
    justify-content: flex-end;
  }

  .tour-price-right.tour-price-right-sold-out {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .tour-price-wrapper {
    flex-direction: column;
    padding: 15px 8px;
  }

  .tour-price-right {
    width: 100%;
  }

  .tours_Villa_detail_block {
    align-items: center !important;
  }

  .tour-price-left {
    width: 100%;
  }

  .Sold_out_flex_text {
    flex-direction: column;
    gap: 5px;
  }

  .call_options {
    width: 100%;
    max-width: 100%;
  }

  .request_private {
    width: 100%;
  }

  .Sold_out_btn .grid_cta_btn {
    justify-content: center;
  }
}

/* end */
/* .tour-price-wrapper mobile  */
@media (max-width: 767px) {
  .tours_tab_single_titel_mobile {
    display: block;
  }



  .tour-year-block h2 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140.97%;
    text-transform: capitalize;
    margin: 0;
  }

  .tour-year-block .tour-row .tour-col {
    border-radius: 8px;
    border: 1px solid #e3e0f0;
    background: #fff;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .tour-year-block .tour-row {
    gap: 10px;
  }

  .tour-year-block .tour-row .tour-col {
    width: calc(50% - 5px);
  }

  .tour-year-block .tour-row .tour-col .tour-card .tour-month {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .tour-year-block .tour-row .tour-col .tour-card .tour-subtext {
    color: #606060;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tour-year-block .tour-row .tour-col .tour-card .tour-price {
    color: #8037ff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .tour-year-block .tour-row .tour-col .tour-card .tour-per-person {
    color: #8037ff;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tour-year-block .tour-row {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
  }
}

/* .tour-price-wrapper mobile end */

/* deposits_available   */
.deposits_available p {
  padding: 8px 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 5px;
  background: #e3e0f0;
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.deposits_available p a {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  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;
}

.deposits_available {
  padding: 20px 0;
}

/* deposits_available end  */

/* faq_tours_single */
.faq_tours_single {
  scroll-margin-top: 150px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq_tours_single .accordion .col-md-6 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq_tours_single .accordion .col-md-6 .accordion-item button,
.faq_tours_single .accordion .col-md-6 .accordion-item,
.faq_tours_single
  .accordion
  .col-md-6
  .accordion-item
  .accordion-button:not(.collapsed) {
  border-radius: 6px;
  border-bottom: 1px solid #fff;
  border: unset;
  background: #f3f3fa;
  box-shadow: unset;
}

.faq_tours_single .accordion .col-md-6 .accordion-item button {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1b1b1b;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}

.faq_tours_single
  .accordion
  .col-md-6
  .accordion-item
  .accordion-collapse
  .accordion-body {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .faq_tours_single .accordion .col-md-6 .accordion-item button {
    font-size: 14px;
  }
}

.should-book-with-tours {
  max-width: 1200px;
  margin: 0 auto;
}

.modal_com_title {
  color: #000;
  font-family: "Poppins";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .modal_com_title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .modal_com_title {
    font-size: 16px;
  }
}

/* YONDA Tour Styles */
.modal-dialog-tours {
  max-width: 767px;
}

.tours_deluxe_plane {
  display: flex;
  gap: 12px;
  padding: 30px 20px;
}

.tours_deluxe_plane_card {
  width: calc(33.33% - 8px);
  border-radius: 2px;
  border: 1px solid #aca8bf;
  display: flex;
  padding: 15px 10px 30px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}

.tours_deluxe_plane_card h3 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.tours_deluxe_plane_card p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.tours_deluxe_plane_card .current_tour {
  color: #fff;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 5px 10px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #8037ff;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
}

.current_tour_bast_sale {
  border: 1px solid #8037ff;
  position: relative;
}

.tours_Check_availability_btn_plane {
  display: flex;
  padding: 20px 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  box-shadow: 0px -1px 20.6px 0px rgba(0, 0, 0, 0.15);
}

.tours_deluxe_plane_text p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  padding: 0 20px;
}

.best_tours_plane_modal {
  cursor: pointer;
}

.tours_deluxe_point {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .tours_deluxe_plane {
    flex-direction: column;
  }

  .tours_deluxe_plane_card {
    width: 100%;
    padding: 10px;
  }

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

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

  .tours_deluxe_plane {
    padding: 15px 20px;
    margin-top: 10px;
  }
}

/* YONDA Tour Styles  end */

/* How it works modal_body_tours */

.modal_body_tours {
  padding: 0 20px;
}

.modal_body_tours_text p {
  color: #2b1209;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 10px;
  padding-bottom: 18px;
}

.modal_body_tours_text_title h4 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.modal_body_tours_text_title p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.modal_body_tours_text_title {
  padding-bottom: 12px;
}

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

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

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

  .modal_body_tours_text_title {
    padding-bottom: 15px;
  }
}

/* How it works modal_body_tours end */

/* Request a callback */
.request_callback {
  padding: 0 20px;
}

.custom-name-group {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
}

.custom-input-group {
  width: calc(50% - 5px);
}

.custom-input-group input {
  width: 100% !important;
  border: 1px solid #d4d0e8;
  border-radius: 8px !important;
  height: 55px;
  padding: 6px 12px;
  color: #606060;
  font-size: 15px;
}

.custom-input-group select,
.custom-input-group textarea {
  width: 100% !important;
  border: 1px solid #d4d0e8;
  border-radius: 8px !important;
  height: 55px;
  padding: 6px 12px;
  color: #606060;
  font-size: 15px;
}

.custom-input-group .iti--allow-dropdown {
  width: 100%;
}

.custom_plan_group .custom-input-group {
  width: 100%;
}

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

.custom_plan_group .custom-input-group label {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.custom_plan_group .custom-input-group label span {
  color: #606060;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.custom-input-group select:focus {
  border-color: unset;
  outline: 0;
  box-shadow: unset;
}

.request_callback_text {
  padding: 10px 20px 20px 20px;
}

.request_callback_text p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.request_callback_btn {
  box-shadow: unset;
}

.custom-input-group select {
  appearance: none;
  background: url("/image/selecticon.svg") no-repeat right 10px center;
  padding-right: 30px;
}

.custom-input-group .input-error {
  border: 1px solid red;
}

@media (max-width: 575px) {
  .custom-name-group {
    flex-direction: column;
  }

  .custom-input-group {
    width: 100%;
  }
}

/* request_a_callback_sent */
.groups_text_tours {
  color: #2b1209;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0 20px;
  margin-top: 10px;
}

.request_a_callback_sent_text_groups {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px;
  margin-top: 18px;
}

.request_a_callback_sent_text_groups p {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.request_a_callback_sent_text {
  padding: 0 20px;
  margin-top: 18px;
}

.request_a_callback_sent_text p {
  color: #606060;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .groups_text_tours {
    font-size: 12px;
  }

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

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

.map_tours_cruise_groups {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  padding: 15px 20px 10px 20px;
  flex-wrap: wrap;
  white-space: nowrap;
}

.map_tours_cruise_groups p {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 132%;
  text-transform: capitalize;
}

.map_tours_cruise_groups p span {
  font-weight: 400;
}

.map_tours_cruise figure img {
  width: 100%;
}

.map_tours_cruise figure {
  margin: 0;
  padding: 0 20px;
  margin-bottom: 34px;
}

.map_tours_cruise .modal-header {
  align-items: flex-start;
}

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

  .map_tours_cruise_groups {
    padding: 10px 10px 10px 10px;
  }

  .map_tours_cruise figure {
    padding: 0 10px;
    margin-bottom: 10px;
  }
}

/* end ================ */

/* victoria_falls  */
.victoria_falls_day {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 20px 20px 20px;
}

.victoria_falls_day p {
  color: #2b1209;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  cursor: pointer;
}

.victoria_falls_day .a0_overview_please {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.victoria_falls_day .a0_overview_please span {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.victoria_falls_day_overview h6 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.victoria_falls_day_overview p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

.banner_grid_imgText.free_cancellation {
  width: fit-content;
  margin: 0;
  padding: 3px 8px 3px 8px;
}

.time_free_cancellation p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  display: flex;
  gap: 5px;
}

.victoria_falls_day .grid_tags_row .blue {
  align-items: baseline;
  font-size: 14px;
}

.victoria_falls_day h4 {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}

.victoria_falls_day h4 span {
  color: #000;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.victoria_falls_day h5 {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
  padding-top: 3px;
}

.price_tours_free {
  padding-bottom: 20px;
}

.victoria_falls_day .victoria_falls_day_text {
  color: #606060;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}

@media (max-width: 575px) {
  .victoria_falls_day p {
    font-size: 12px;
  }

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

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

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

  .victoria_falls_day .a0_overview_please span {
    font-size: 12px;
  }

  .victoria_falls_day .grid_tags_row .blue {
    font-size: 12px;
  }

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

  .victoria_falls_day h4 span {
    font-size: 12px;
  }

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

  .price_tours_free {
    padding-bottom: 10px;
  }
}

/* earning_points_package */
.earning_points_text {
  padding: 0 20px 20px 20px;
}

.earning_points_text p {
  color: #2b1209;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.earning_points_package_text p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

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

.earning_points_package table {
  margin: 0;
  background: #e3e0f0;
}

.earning_points_package {
  padding: 18px 0;
}

.earning_points_package table thead tr th {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  background-color: unset;
}

.earning_points_package table thead {
  border-bottom: 1px solid #aca8bf;
}

.earning_points_package table tbody tr td {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  background-color: unset;
}

.earning_points_package table tbody tr td p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media (max-width: 575px) {
  .earning_points_text p {
    font-size: 12px;
  }

  .earning_points_package table thead tr th {
    font-size: 12px;
  }

  .earning_points_package table tbody tr td p {
    font-size: 12px;
  }

  .earning_points_package table tbody tr td {
    font-size: 12px;
  }

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

/* earning_points_package end */
.deluxe_travel_vip p {
  color: #606060;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.deluxe_travel_vip p b {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.deluxe_travel_vip {
  padding: 0 20px;
}

.unlimited_benefits h4 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.unlimited_benefits_text .packfull_popup_wrp p {
  font-size: 14px;
}

.unlimited_benefits_text_tours .packfull_popup_wrp p {
  font-size: 15px;
}

.banner_grid_imgText.free_cancellation.unlimited_benefits_free_cancellation {
  margin-top: 10px;
}

.your_luxPlus_tours p {
  color: #606060;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  text-transform: capitalize;
  padding-top: 15px;
}

@media (max-width: 575px) {
  .your_luxPlus_tours p {
    padding-top: 10px;
  }

  .packfull_detail .packfull_popup_wrp p {
    font-size: 13px;
  }

  .packfull_detail .packfull_popup_wrp p {
    font-size: 13px;
  }

  .deluxe_travel_vip {
    padding: 0 10px;
  }

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

  .deluxe_travel_vip p b {
    font-size: 12px;
  }

  .list-unstyled-grupes-tours .list-unstyled {
    margin: 10px;
  }

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

/* request_a_private */
.custom_plan_group_email {
  margin-bottom: 10px;
}

.custom-input-group-name label {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 5px;
}

.guest-popup-callback H2 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner_grid_imgText.free_cancellation.free_cancellation_tours {
  margin: 10px 0;
  padding: 5px 10px 5px 10px;
}

/* select_departure_mobile_modal_content */
.select_departure_mobile_modal_content {
  padding: 20px;
}

.total_price_button_mobile {
  margin-top: 10px;
  margin-bottom: 20px;
}

.banner_grid_imgText.free_cancellation.free_cancellation_mobile {
  padding: 5px 10px;
}

.tour-price-wrapper-years {
  background: #e3e0f0;
  height: 40px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tour-price-wrapper-years p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tour-price-wrapper-years p span {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  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;
}

.tour-price-wrapper-years-groups {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

@media (max-width: 767px) {
  .tour-price-header div {
    margin-top: -28px;
  }
}
/* select_departure_mobile_modal_content end */

/* select_departure_tours_list */
.mobile_yonda_black {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.mobile_yonda_black .toggle-btn {
  padding: 6px 15px;
  justify-content: center;
  width: fit-content;
}

/* tours == end */

/* hotel single flow */
.add-cart-single svg {
  width: 25px;
  height: 25px;
}

.add-cart-single {
  justify-content: center;
}

.add-cart-single:hover svg path {
  fill: #000;
}

.add-cart-flexible {
  flex-direction: column;
}

.single_page_grid
  .Villa-package-price
  .d-flex
  .add-cart-flexible
  .secondary_btn {
  align-items: center;
}

.room-amenities {
  color: #000;
  font-family: Poppins;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .add-cart-flexible {
    flex-direction: row;
  }

  .single_page_grid
    .Villa-package-price
    .d-flex
    .add-cart-flexible
    .secondary_btn {
    width: 50%;
    min-width: unset !important;
  }

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

@media (max-width: 575px) {
  .single_page_grid
    .Villa-package-price
    .d-flex
    .add-cart-flexible
    .secondary_btn {
    width: 100%;
    min-width: unset !important;
    font-size: 14px;
  }

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

.single_page_grid
  .modal
  .modal-dialog
  .modal-content
  .modal-header
  .modal-title {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.single_page_grid .modal .room-details {
  display: flex;
  gap: 20px;
}
.single_page_grid .modal .room-details .room-detail {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.single_page_grid .modal .room-details .room-detail .sub-hading {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
  text-transform: capitalize;
}
.single_page_grid .modal .banner_grid_text_row .banner_grid_offer {
  margin: 0;
}
.single_page_grid .modal .room-details .room-detail .grid_offer_price_row p {
  color: #7d3eed;
}
.single_page_grid .modal .room-details .room-detail .badge-bed {
  width: max-content;
}

.single_page_grid .modal .room-details .room-detail .grid_offer_date {
  gap: 15px;
}
.single_page_grid .modal .grid_offer_date p {
  color: #000;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.single_page_grid .modal .more {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}
.single_page_grid .modal .more .inclusions h3 {
  margin-bottom: 10px;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.86px */
  text-transform: capitalize;
}
.single_page_grid .modal .more .inclusions ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single_page_grid .modal .more .inclusions ul li {
  display: flex;
  flex-direction: row;
  gap: 10px;

  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 18.48px */
  text-transform: capitalize;
}
.single_page_grid .modal .more .about-room .about h3 {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
  text-transform: capitalize;
}
.single_page_grid .modal .more .about-room .about p {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
  text-transform: capitalize;
}
.single_page_grid
  .modal
  .more
  .about-room
  .pro_description
  .map-Facilities-container {
  border: none;
  padding: 0;
}

.single_page_grid
  .modal
  .more
  .about-room
  .pro_description
  .map-Facilities-container
  .com_title {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1440px) {
  .single_page_grid
    .modal
    .banner_grid_text_row
    .banner_grid_offer
    .bg-black
    span
    svg {
    width: 108px;
    height: 25px;
  }
}
@media (max-width: 767px) {
  .single_page_grid .modal .room-details {
    flex-direction: column;
  }
  .single_page_grid .modal .room-details figure {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .single_page_grid .modal .room-details figure img {
    width: 60%;
    display: block;
  }
}

@media (max-width: 575px) {
  .single_page_grid
    .modal
    .modal-dialog
    .modal-content
    .modal-header
    .modal-title {
    font-size: 18px;
    font-weight: 500;
  }
  .single_page_grid .modal .room-details {
    gap: 10px;
  }
  .single_page_grid .modal .room-details figure img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
  .single_page_grid .modal .room-details .room-detail .grid_offer_date {
    gap: 10px;
  }
  .single_page_grid .modal .grid_offer_date p {
    font-size: 10px;
  }
  .single_page_grid .modal .room-details .room-detail .grid_offer_price_row {
    flex-direction: row;
  }

  .single_page_grid
    .modal
    .room-details
    .room-detail
    .grid_offer_price_row
    p
    b {
    font-size: 18px;
  }
  .single_page_grid
    .modal
    .banner_grid_text_row
    .banner_grid_offer
    .bg-black
    span
    svg {
    width: 95px;
    height: 25px;
  }

  .single_page_grid .modal .more .inclusions h3 {
    font-size: 15px;
    margin-bottom: 5px;
    gap: 10px;
  }
  .single_page_grid .modal .more .inclusions ul {
    gap: 5px;
  }
  .single_page_grid .modal .more .inclusions ul li {
    gap: 5px;
  }
  .single_page_grid
    .modal
    .more
    .about-room
    .pro_description
    .map-Facilities-container
    .Facilities-container {
    gap: 5px;
  }
}
.single_page_grid .Option-content .adults-room {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

.single_page_grid .Villa-package-price .d-flex .grid_cta_btn .remove-single {
  background: transparent;
  color: #000;
  border-color: #aca8bf;
}

.single_page_grid
  .Villa-package-price
  .d-flex
  .grid_cta_btn
  .remove-single:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.change-single-dates {
  background: transparent;
  color: #000;
  padding: 10px 20px;
  min-width: 200px;
  font-size: 16px;
  border-color: #aca8bf;
  border-radius: 10px;
}

.change-single-dates:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.options-available {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

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

.single_page_grid .Option-content .room-sold-out {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 2px;
}

.connect-card {
  display: flex;
  padding: 15px 10px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border: 1px solid #d5d1e6;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.rooms-dependant .form-check-label {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 149%;
}

.rooms-dependant .small-text {
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 149%;
  text-align: left;
}

.custom-booking-card {
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 13px 0 rgba(128, 55, 255, 0.2);
  border-radius: 10px;
  margin-top: 60px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}

.choose-dates-later-book .secondary_btn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 10px;
  text-align: center;
  background: #000;
  border-color: #000;
  align-items: center;
  display: flex;
}

.choose-dates-later-book .secondary_btn:hover {
  background: transparent;
  color: #000;
}

.choose-dates-later-book {
  display: flex;
  gap: 10px;
}

.custom-details-section {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-price-box {
  display: flex;
  padding: 5px 10px 5px 10px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #dddaeb;
  flex-direction: column;
  justify-content: left;
}

.custom-price-box .custom-price-main {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 5px;
  color: #8037ff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
  align-items: end;
}

.custom-price-box .custom-price-main span {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
}

.custom-price-box .custom-price-sub {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
}

.custom-details-section .custom-link {
  border-radius: 5px;
  border: 1px solid #dddaeb;
  background: #e3e0f0;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
  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;
  cursor: pointer;
}

.custom-details-section .custom-date {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 138%;
}

@media (max-width: 1199px) {
  .custom-details-section .custom-link {
    font-size: 16px;
  }

  .custom-details-section .custom-date {
    font-size: 16px;
  }

  .custom-booking-card {
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .change-single-dates {
    min-width: 150px;
  }

  .options-available {
    width: 100%;
  }

  .custom-details-section .custom-date {
    display: none;
  }
}

@media (max-width: 767px) {
  .custom-booking-card {
    margin-top: 20px;
  }

  .custom-details-section .custom-link {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .connect-card {
    padding: 10px 10px;
  }

  .custom-booking-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .custom-price-box {
    order: 1;
  }

  .custom-details-section {
    order: 3;
  }

  .choose-dates-later-book {
    order: 2;
  }

  .choose-dates-later-book .secondary_btn {
    padding: 10px 10px;
  }

  .choose-dates-later-book .secondary_btn svg {
    width: 20px;
    height: 20px;
  }

  .custom-price-box .custom-price-main {
    font-size: 18px;
  }
}

/* modal-dialog-hotels  */
.modal-dialog-hotels {
  max-width: 920px !important;
}

.Option-slider-d-flex-model .container-slider-w-40 {
  width: calc(40% - 10px);
}

.Option-slider-d-flex-model .container-slider-w-60 {
  width: calc(60% - 10px);
}

.single_page_grid .Option-slider-d-flex-model .adults-room {
  font-size: 15px;
}

.single_page_grid .Option-slider-d-flex-model .com_title {
  font-size: 18px;
  line-height: 130%;
}

.single_page_grid .Option-slider-d-flex-model p {
  font-size: 14px;
}

.Upgrade-package-model {
  padding: 20px 20px 20px 20px;
  overflow: auto;
  min-height: 500px;
  max-height: 700px;
}

.Option-slider-d-flex-model .container-slider-w-40 figure {
  margin: 0;
}

.Option-slider-d-flex-model .container-slider-w-40 figure img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.single_page_grid .Option-content-container-model .content-container-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 10px;
}

.single_page_grid .Option-content-container-model .Villa-package-price-flex {
  flex-direction: column;
}

.single_page_grid
  .Option-content-container-model
  .product-description
  .pro_description
  p {
  font-size: 13px !important;
  font-style: normal;
  font-weight: 400;
}

.single_page_grid .Option-content-container-model .cancellation {
  font-size: 14px;
}

.single_page_grid .Option-content-container-model .grid_offer_day {
  right: 24px;
  left: unset;
}

@media (max-width: 991px) {
  .Option-slider-d-flex-model .container-slider-w-40 {
    width: calc(100% - 10px);
  }

  .Option-slider-d-flex-model .container-slider-w-60 {
    width: calc(100% - 10px);
  }
}

@media (max-width: 575px) {
  .single_page_grid .Option-content-container-model .Option-slider-d-flex {
    gap: 20px;
  }

  .yonda-single-page
    .single_page_grid
    .Option-content-container-model
    .grid_offer_date
    span {
    width: fit-content;
  }

  .yonda-single-page
    .single_page_grid
    .Option-content-container-model
    .grid_offer_date
    p {
    display: flex;
    align-items: center;
  }
}

/* new css mode price-details-model-nights  */
.price-details-model-nights {
  max-width: 1300px !important;
}

.price-details-product-ultra-lux {
  display: flex;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  max-height: 700px;
  overflow: auto;
}

.price-details-product-ultra-lux .price-details-product {
  width: calc(33.33% - 13.33px);
}

.price-details-product-ultra-lux .apartment-Style-text {
  color: #606060;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 138%;
}

.price-details-product-ultra-lux .banner_grid_img img {
  width: 100%;
}

.Price-details-d-m p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .price-details-product-ultra-lux .price-details-product {
    width: calc(50% - 10px);
  }
}

@media (max-width: 767px) {
  .price-details-product-ultra-lux .price-details-product {
    width: 100%;
  }
  .Price-details-d-m p {
    display: none;
  }
}

/* end hotel single flow */

/* hotel search summary */
.hotel-result-section {
    background: url(/image/Rectangle\ 34626464.png) no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 25px 0;
}

.hotel_common_grid_wrp {
    gap: 20px;
}

.hotel_common_row_68 {
    width: calc(68% - 10px);
}

.hotel_common_row_32 {
    width: calc(32% - 10px);
    gap: 10px;
}

@media(max-width:991px) {



    .hotel_common_row_68 {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
}

@media(max-width:767px) {
    .hotel-result-section {
        padding: 20px 0;
    }

    .hotel-result-section .container .bestselling-offers-list-item {
        width: 100%;
    }
}

@media(max-width:575px) {
    .hotel-result-section {
        padding: 15px 0;
    }
}

.hotel-result-section .container .bestselling-offers-list-item {
    gap: 15px;
    align-self: stretch;
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail {
    padding: 20px;
    gap: 12px;
    align-self: stretch;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 22.1px 0 rgba(0, 0, 0, 0.08);
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .heading {
    display: flex;
    padding: 10px;
    gap: 10px;
    align-self: stretch;
    background: #E3E0F0;
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .heading .special-offer {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    /* 22.35px */
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription {
    gap: 10px;
    align-self: stretch;
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription h3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    text-transform: capitalize;
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul {
    gap: 14px;
    align-self: stretch;
}

.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul li {
    display: flex;
    align-items: start;
    gap: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription {
    background: #FFF;
    width: 100%;
    border-radius: 15px;
}
/*

.hotel-result-section .container .bestselling-offers-list-item .subscription .plans {
    display: flex;
    padding: 15px 20px;
    align-items: stretch;
    gap: 15px;
    flex-wrap: wrap;
}
*/

/*
.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan {
    width: calc(50% - 7.5px);
}
*/

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription {
    padding: 15px;
    border-radius: 10px;
    margin-top: 0;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_day.choice {
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 8;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_day.choice p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #ffffff;
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    border: 1px solid #e3e0f0;
    border-radius: 100px;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription h5 {
    margin-top: 20px;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .banner_grid_offer {
    width: 100%;
    /* margin-top: 15px; */
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_date {
    gap: 15px;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_date p {
    color: #000;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_date p b {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .renewal {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 8px 28px;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn span {
    font-weight: 600;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan {
    width: 100%;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription {
    padding: 37px 15px;
    gap: 15px;
    border-radius: 10px;
    border: 1px solid #DDDAEB;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription p {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    /* 22.35px */
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription p span {
    font-size: 20px;
    font-weight: 500;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 175% */
    /* background: none; */
    padding: 10px 30px;
}

.hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
    font-size: 14px;
    font-weight: 600;
}

.hotel-result-section .container .bestselling-offers-list-item .note p {
    color: #000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    /* 20.86px */
}

.hotel-result-section .container .bestselling-offers-list-item .note p span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}


@media(max-width: 1440px) {
    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .banner_grid_offer .grid_offer_day p {
        font-size: 14px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .banner_grid_offer .grid_offer_day p span svg {
        width: 18px;
        height: 18px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .banner_grid_offer .grid_offer_price_row .bg-black span svg {
        width: 108px;
        height: 25px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 13px;
        padding: 10px 15px;
    }

}


@media(max-width: 1200px) {
    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
        padding: 8px 20px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 12px;
        padding: 10px 10px;
    }

    .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
        font-size: 12px;
        font-weight: 600;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
        font-size: 12px;
    }
}

@media(max-width: 1080px) {
    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription {
        padding: 30px 7px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription :is(.without-subscription-plan, a) {
        width: 100%;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
        font-size: 12px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 12px;
        padding: 10px 8px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
        font-size: 12px;
    }
}

@media(max-width: 991px) {
    .hotel-result-section .container .bestselling-offers-list-item .subscription .plans {
        gap: 5px;
        padding: 20px 10px;
        flex-direction: column;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan {
        width: 100%;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan {
        width: 100%;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
        padding: 10px 25px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
        font-size: 14px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription :is(.without-subscription-plan, a) {
        width: fit-content;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 14px;
        padding: 10px 25px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
        font-size: 16px;
    }

}

@media(max-width: 767px) {

    .hotel-result-section .container .bestselling-offers-list-item .subscription .plans {
        margin: auto;
        max-width: 500px;
    }
}

@media(max-width: 575px) {
    .hotel-result-section .container .bestselling-offers-list-item .offer-detail{
        gap: 15px;
    }
    .hotel-result-section .container .bestselling-offers-list-item .offer-detail .heading .special-offer {

        font-size: 13px;
        font-weight: 400;
        line-height: 149%;
        /* 19.37px */
    }

    .hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul li {

        font-size: 13px;
        font-weight: 400;
        line-height: 132%;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription {
        padding: 15px 10px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription {
        padding: 15px 10px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_day.choice p {
        font-size: 12px;
        font-weight: 500;
        line-height: 107.878%;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription h5 {
        margin-top: 5px;
        font-size: 16px;
        text-align: center;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_day.choice {
/*
        right: 50%;
        transform: translateX(50%);
*/
        width: max-content;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .grid_offer_date {
        gap: 5px;
    }

}

@media(max-width: 425px) {
    .hotel-result-section .container .bestselling-offers-list-item .subscription .subscription-plan .with-subscription .continue-subscription-plan .secondary_btn {
        padding: 5px 15px;
        font-size: 12px;
    }

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 12px;
        padding: 10px 10px;
    }

    /* .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button {
        font-size: 12px;
        padding: 5px 9px;
    } */

    .hotel-result-section .container .bestselling-offers-list-item .subscription .non-subscription-plan .without-subscription .without-subscription-plan .secondary_button span {
        font-size: 12px;
    }
}


/* ==============accommodation============== */
.accommodation {
    padding: 15px 10px 15px 10px;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 22.1px 0 rgba(0, 0, 0, 0.08);
}

.accommodation .heading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 21.576px */
    text-transform: capitalize;
    margin: 0;
}

.accommodation .sub-hading h4 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
    align-items: center;
    margin: 0;
}

.accommodation .sub-hading {
    padding: 10px;
    width: 100%;
    background: #E3E0F0;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.accommodation .sub-hading span {
    color: #000000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

/* ==============hotel-summary-place-details=============== */
.hotel-summary-place-details {
    gap: 10px;
}

.hotel-summary-place-details .room-guests-detail {
    gap: 5px;
}

.hotel-summary-place-details .room-guests-detail .grid_offer_day {
    position: static;
    width: fit-content;
}

.hotel-summary-place-details .room-guests-detail .grid_offer_day p {
    background: none;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1;
}

.hotel-summary-place-details .room-guests-detail .grid-room-guests {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
    padding: 5px 10px;
    width: fit-content;
}

.hotel-summary-place-details .room-guests-detail .grid-room-guests p {
    gap: 10px;
    width: fit-content;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}



/*
@media(max-width:1200px) {
    .hotel-summary-place-details .room-guests-detail .grid-room-guests p {
        gap: 5px;
        font-size: 12px;
    }

    .hotel-summary-place-details .room-guests-detail .grid_offer_day p {
        gap: 5px;
        font-size: 12px;
    }
}
*/

/* @media(max-width:991px) {
    .hotel-summary-place-details {
        flex-direction: column;
        width: 100%;
    }

    .hotel-summary-place-details figure {
        display: flex;
        justify-content: center;
    }

    .hotel-summary-place-details .room-guests-detail .grid-room-guests {
        width: fit-content;
    }
} */

/* ====================hotel-summary-rooms-details ================ */

.hotel-summary-rooms-details {
    gap: 10px;
}

.hotel-summary-room-detail {
    padding: 10px;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
}

.hotel-summary-room-detail h6 {

    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    /* 12.945px */
    text-transform: capitalize;
}

.hotel-summary-room-detail h5 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
}

.hotel-summary-room-detail .age-type {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hotel-summary-room-detail .cancellation-date {
    padding: 0;
    gap: 4px;
    background: transparent;
    backdrop-filter: blur(5.212523937225342px);
    color: #000000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
    opacity: 0.5;
}

.hotel-summary-room-detail .modal .flexible-border-content {
    border-radius: 8px;
    border: 1px solid #DDDAEB;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.hotel-summary-room-detail .modal .modal-header .modal-title {
    color: #000;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.hotel-summary-room-detail .modal .flexible-border-content h4 {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

/* @media(max-width:991px) {
    .hotel-summary-room-detail {
        padding: 5px;
    }

    .hotel-summary-room-detail h6 {
        font-size: 12px;
    }

    .hotel-summary-room-detail h5 {
        font-size: 14px;
    }

    .hotel-summary-room-detail .age-type {
        font-size: 12px;
    }

    .hotel-summary-room-detail .cancellation-date {
        font-size: 12px;
    }
} */



/* =====hotel-summury-credite-status====== */
.hotel-summury-credite-status {
    padding: 15px 10px;
    gap: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 22.1px 0 rgba(0, 0, 0, 0.08);
}

.hotel-summury-credite-status p {
    background: none;
    max-width: 340px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hotel-summury-credite-status.deluxe_tour_option div {
    display: block;
}

/* @media(max-width:991px) {
    .hotel-summury-credite-status p {
        font-size: 12px;
    }
} */


/*====== modal ======*/
.cancellation-policy-details .modal-content .modal-header .modal-title {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.cancellation-policy-details .cancellation-policy-detail p {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width:575px) {
    .cancellation-policy-details .modal-content .modal-header .modal-title {
        font-size: 16px;
    }

    .cancellation-policy-details .cancellation-policy-detail>p {
        font-size: 12px;
    }

    .cancellation-policy-details .call-us-container {
        margin: 70px auto 0 auto;
    }
}

@media(max-width:375px) {
    .cancellation-policy-details .call-us-container {
        margin: 50px auto 0 auto;
    }
}



.credits-container .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.credits-container .modal-content {
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.09);
}

.container-table .modal-title {
    color: #000;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.credits-container .modal-body .sub-text {
    color: #2B1209;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

}

.credits-container .info-note {
    color: #2B1209;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-top: 1rem;
}


.container-table .table th,
.container-table .table td {
    vertical-align: middle;
}

.container-table .table thead tr th {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    background: #E3E0F0;
    border-bottom: 1px solid #ACA8BF;
}

.container-table .table thead tr th:last-child {
    width: 20%;
}

.container-table tbody tr td {
    color: #606060;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background: #E3E0F0;
}

.container-table tbody tr td:first-child {
    display: flex;
    gap: 5px;
}

.container-table tbody tr td:first-child span {
    width: 16px;
    height: 16px;
}


@media(min-width:1200px) {
    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop .call-us-img img {
        width: 225px;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1200px) {
    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop .call-us-img img {
        width: 225px;
    }

    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop .call-us-img {
        margin-top: -30px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1080px) {
    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop {
        padding: 0 10px;
    }

    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop .call-us-img {
        margin-top: -17px;
    }

    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop .call-us-img img {
        width: 235px;
    }

    .hotel-result-section .hotel_common_row_32.summary .call-us-billing_details_ddesktop.call-us-billing_details .call-us-content-container {
        gap: 5px;
    }
}

@media(max-width:767px) {
    .hotel-result-section .hotel_common_row_68 .call-us-billing_details_mobile{
        margin-top: 65px;
    }
}

@media(max-width:575px) {
    .hotel-result-section .hotel_common_row_68 .call-us-billing_details_mobile .call-us-img img {
        width: 100%;
    }
}

@media(max-width:425px) {
        .hotel-result-section .hotel_common_row_68 .call-us-billing_details_mobile{
        margin-top: 50px;
    }
}
/* end hotel search summary */

.hotel-serach-subscription .hotel_back {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    font-weight: 500;
}

.hotel-serach-subscription .hotel_back svg {
    width: 18px;
    height: 18px;
}

.hotel_grid_col_wrp {
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 22.1px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.title_with_btn_block h2 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
}

.title_with_btn_block a {
    background: transparent;
    color: #000;
}

.title_with_btn_block a:hover {
    background: #8739f6;
}

.experiences-flex-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.experiences-flex-row .experiences-flex-col {
    width: calc(33.33% - 13.33px);
    padding: 0;
}

.experiences-flex-row .experiences-flex-col .banner_grid_img img {
    width: 100%;
}

.experiences-flex-col .added-img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.experiences-flex-col .added-img P {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #FFF;
    backdrop-filter: blur(6.589285850524902px);
    height: 24px;
    padding: 5px;
    display: flex;
    align-items: center;
}

.experiences-flex-col .added-img svg {
    width: 16px;
    height: 16px;
}

.experiences-flex-col-hotel p {
    color: #606060;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
}

.experiences-flex-col-text h4 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}

.experiences-flex-col-save-up {
    color: #FFF;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #8037FF;
    display: flex;
    padding: 4px 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: fit-content;
}

.experiences-flex-col-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.experiences-flex-row .experiences-flex-col {
    border-radius: 10px;
    border: 1px solid #DDDAEB;
    background: #FFF;
    padding: 7px;
}

.experiences-flex-col-rs {
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    display: inline-flex;
    padding: 5px 10px;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.experiences-flex-col-total p {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
}

.experiences-flex-col-total span {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}

.experiences-flex-col-total small {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
}

.experiences-flex-col-btn .secondary_btn {
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    background: #000;
    border-color: #000;
    min-width: 110px;
}

.experiences-flex-col-btn .secondary_btn:hover {
    background: transparent;
    color: #000;
}

.joining-fee {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #E3E0F0;
    margin-top: 15px;
}

.yonda-black-member p {
    display: inline-flex;
    padding: 8px 10px;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #000;
    backdrop-filter: blur(5.212523937225342px);
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.yonda-black-member samp {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.yonda-black-member-bg-color p {
    background: #E3E0F0;
    color: #000;
}

.experiences-flex-col-text .banner_grid_imgText b {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.experiences-flex-col-text .banner_grid_imgText svg {
    width: 15px;
    height: 15px;
}

.experiences-rome-your .yonda-black-member-bg-color p {
    /* background: transparent;
    padding: 0; */
    font-weight: 400;
    border-radius: 0;
}

.experiences-rome-your {
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-top: 10px;
}

.Perfect-your-golf h5 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.Perfect-your-golf h6 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Perfect-your-golf-experiences {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Perfect-your-golf {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.your-account-credited p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.status-credits-earn {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.yearly-subscription-bg-color p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.row-Yearly-subscription {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.row-Yearly-subscription h6 {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.row-Yearly-subscription p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.cancel-renewal-anytime p {
    width: fit-content;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.cancel-renewal-anytime p span svg {
    width: 16px;
    height: 16px;
}

.cancel-renewal-anytime-special p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 3px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
}

.cancel-renewal-anytime-special span {
    color: #606060;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
}

.total-yearly-subscription .total-label {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.total-yearly-subscription .total-price {
    color: #8037FF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.uxury-escapes .blush-Pink {
    background: #FFDFD3;
    color: #000;
}

.account-will-credited p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Search-tab-titel-customise .nav {
    flex-wrap: nowrap;
    overflow-y: auto;
}

.Search-tab-titel-customise .nav .nav-item {
    white-space: nowrap;
    margin-top: 10px;
}

.Search-tab-titel-customise .nav .nav-item button {
    padding: 8px 15px;
    font-size: 14px;

}

.Search-tab-titel-customise .nav .nav-item button svg {
    width: 20px;
    height: 20px;
}

.price-box-valued {
    display: flex;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    max-width: 185px;
}

.price-box-valued .price-main {
    color: #8037FF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
    /* 27.6px */
}

.summary-mobile-sticky .price-box-valued .price-main span {
    color: #000;
    font-family: Poppins;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
}

.price-box-valued .text-secondary {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 4px;
    align-items: center;

}

.price-box-valued .text-secondary span {
    border-radius: 5px;
    background: #000;
    display: flex;
    padding: 3px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: fit-content;
}

.summary-mobile-sticky .summary-btn {
    display: flex;
    padding: 3px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #ACA8BF;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.summary-mobile-sticky {
    width: 100%;
    background: #FFF;
    box-shadow: 0 0 13px 0 rgba(128, 55, 255, 0.20), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 15px;
    position: sticky;
    bottom: 0;
    display: none;
}

.room-guests-detail h5 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.summary-mobile-sticky .price-book-now .secondary_btn {
    min-width: 240px;
}

.common_hotels_view_popup .modal-dialog {
    max-width: 810px !important;
}

.common_hotels_view_popup .modal_body_tours {
    gap: 20px;
    height: 600px;
    overflow: auto;
}

.four_course_block {
    gap: 20px;
}

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

.four_course_block figure {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.four_course_block figure img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.four_course_block .four_course_content_block {
    width: calc(50% - 10px);
    gap: 5px;
}

.four_course_block .pg_btn_block {
    padding: 5px 10px;
    border-radius: 3px;
    background: #E3E0F0;
}

.four_course_block .pg_btn_block .button_icon svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.four_course_block .km_hotel_label {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.four_course_block .four_course_title {
    color: #000;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
}

.duration_block {
    padding: 5px 10px;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #E3E0F0;
}

.duration_block .duration_text_row svg {
    width: 16px;
    height: 16px;
}

.duration_block .duration_text_row span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.duration_block .duration_text_row span b {
    font-weight: 500;
}

.four_course_content_block .grid_tags_row .blue {
    font-size: 14px;
    font-weight: 400;
}

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

.four_course_description_block .read-less span,
.four_course_description_block .read-more span {
    font-weight: 400 !important;
}

.four_course_inclusions {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #D4D0E8;
    background: #FFF;
}

.four_course_inclusions .pro_description .content-container-grid {
    padding-bottom: 15px;
}

.four_course_inclusions .pro_description .content-container-grid h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.four_course_inclusions .read-less span,
.four_course_inclusions .read-more span {
    font-weight: 400 !important;
    font-size: 14px;
    text-decoration: underline;
}

.four_course_pricing_availability_block {
    gap: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #D4D0E8;
}

.four_course_date_block .four_course_date_label_tile {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.four_course_date_block .four_coursecheck_in .form-label {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #D4D0E8;
    display: flex;
    align-items: center;
}

.four_course_date_block .four_coursecheck_in .form-label svg {
    width: 20px;
    height: 20px;
}

.four_course_date_block .four_coursecheck_in .form-label input {
    border: 0;
    padding: 0 0 0 5px;
}

.four_course_pricing_availability_block .form-select {
    padding: 10px;
}

.four_course_date_block .four_coursecheck_in .form-control:focus {
    border: unset !important;
    box-shadow: unset;
}


.four_course_country_row label.form-label {
    font-size: 14px;
}

.four_course_pricing_title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0;
}

.four_course_date_block {
    gap: 10px;
}

.four_course_date_block .modal_ber_all,
.four_course_date_block .four_course_time_row {
    width: calc(33.33% - 6.66px);
}

.four_course_date_block .four_course_time_row {
    gap: 5px;
    border-right: 1px solid #D4D0E8;
}

.four_course_date_block .four_course_time_row:last-child {
    border: 0;
}

.four_course_date_block .four_course_time_row svg {
    width: 20px;
    height: 20px;
}

.four_course_date_block .four_course_time_row .four_course_time_text span {
    color: #000;
}

.four_course_date_block .four_course_time_row .four_course_time_text {
    font-size: 14px;
    color: #545454;
}

.four_course_date_block .four_course_time_row .four_course_time_text b {
    color: #000;
}

.select_option_row {
    padding: 12px 0;
    border-bottom: 1px solid #D4D0E8;
}

.select_option_text_row {
    width: 420px;
    flex-shrink: 0;
}

.select_option_text_row h4 {
    font-size: 16px;
    margin: 0;
}

.select_option_text_row p.red {
    color: #D80027;
}

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

.select_option_text_row .cancellation svg {
    width: 16px;
    height: 16px;
}

.select_option_row .select_option_row_inner {
    padding-bottom: 5px;
}


.four_course_select_an_option .read-less span,
.four_course_select_an_option .read-more span {
    text-decoration: underline;
    font-size: 14px;
}

.four_course_accordion_block .accordion-item {
    background: #e3e0f0;
    border-radius: 5px !important;
    overflow: hidden;
}

.four_course_accordion_block .accordion-item .trip-title {
    font-size: 14px !important;
}

.four_course_accordion_block .accordion-item .accordion-button {
    padding: 15px;
}

.four_course_accordion_block .accordion-item .accordion-body {
    background: #e3e0f0;
    padding: 0 15px 15px;
    margin: 0;
}

.four_course_accordion_block .accordion-item .accordion-body iframe {
    height: 494px;
    width: 100%
}

.four_course_accordion_block .accordion-item .accordion_body_tours p {
    padding-left: 0;
    font-size: 14px;
}

.four_course_accordion_block .accordion_body_tours::before {
    content: unset;
}

.four_course_sticky_bar_poup {
    padding: 15px;
}

.four_course_sticky_bar_poup .experiences-flex-col-rs {
    width: 140px;
    flex-shrink: 0;
}

.four_course_sticky_bar_poup .button_block_four_course {
    position: relative;
    z-index: 1;
}

.four_course_sticky_bar_poup .button_block_four_course .btn {
    min-height: 50px;
    font-size: 16px;
}




@media (max-width: 1199px) {
    .experiences-flex-row .experiences-flex-col {
        width: calc(50% - 10px);
    }
}

.modal-content-summary {
    background-color: #D5D1E6;
}

@media (max-width: 991px) {
    .hotel_common_grid_wrp {
        flex-direction: column;
    }

    .Search-tab-titel-customise {
        display: block;
    }

    .title_with_btn_block a {
        min-width: 100px;
    }

    .title_with_btn_block h2 {
        font-size: 18px;
        line-height: 130%;
    }

    .summary-mobile-sticky {
        display: block;
    }

    .summary .accommodation-mobile-modale {
        display: flex !important;
    }

    .valued-offer-grid .grid_offer_date {
        max-width: 340px;
    }

    .select_option_row .select_option_row_inner .age-group-title,
    .select_option_row .select_option_row_inner .age-group-subtitle {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .experiences-flex-row .experiences-flex-col {
        width: 100%;
    }

    .hotel_grid_col_wrp {
        padding: 20px 10px;
    }

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

    .common_hotels_view_popup .modal_body_tours {
        padding: 0 10px;
    }

    .four_course_block {
        gap: 5px;
    }

    .four_course_block .four_course_img_block,
    .four_course_block .four_course_content_block {
        width: 100%;
    }

    .four_course_date_block .four_course_time_row .four_course_time_text {
        font-size: 12px;
    }

}

@media (max-width: 575px) {
    .price-box-valued .price-main {
        font-size: 18px;
    }

    .price-box-valued .price-main span {
        font-size: 12px !important;
    }

    .summary-mobile-sticky .summary-btn {
        gap: 5px;
        font-size: 12px;
    }

    .price-box-valued .text-secondary {
        font-size: 10px;
    }

    .summary-mobile-sticky {
        padding: 15px 10px;
    }

    .account-will-credited p {
        font-size: 13px;
    }

    .uxury-escapes .blush-Pink {
        font-size: 13px;
    }

    .accommodation .sub-hading h4 {
        font-size: 15px;
    }

/*
    .hotel-summary-place-details {
        flex-direction: column;
        width: 100%;
    }
*/

    .hotel-summary-place-details img {
        width: 100%;
        height: 125px;
        object-fit: cover;
        object-position: center;
    }

    .summary-mobile-sticky .price-book-now .secondary_btn {
        min-width: 100%;
    }

    .hotel-summary-place-details .room-guests-detail {
        flex-direction: row !important;
        flex-wrap: wrap;
		justify-content: space-between;
    }
    
    

    .valued-offer-grid .grid_offer_date {
        max-width: 200px;
    }

    .common_hotels_view_popup .modal_body_tours {
        gap: 15px;
    }

    .four_course_block .pg_btn_block .button_icon,
    .select_option_text_row h4,
    .four_course_block .km_hotel_label {
        font-size: 14px;
    }

    .four_course_block .four_course_title,
    .four_course_pricing_title,
    .four_course_inclusions .pro_description .content-container-grid h4 {
        font-size: 16px;
    }

    .four_course_date_block {
        flex-wrap: wrap;
        align-items: flex-start !important;
    }

    .four_course_date_block .modal_ber_all {
        width: 100%;
    }

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

    .select_option_text_row {
        width: 100%;
    }

    .four_course_accordion_block .accordion-item .accordion-button {
        padding: 10px;
    }

    .four_course_select_an_option .age-group {
        width: 80%;
    }
}

@media (max-width: 370px) {
    .accommodation-mobile-modale .grid_tags_row {
        align-items: flex-start;
    }

    .uxury-escapes .blush-Pink {
        font-size: 10px;
    }

    .four_course_content_block .grid_tags_row {
        align-items: flex-start;
    }

    .four_course_sticky_bar_poup .button_block_four_course .btn {
        width: 100%;
        min-height: 45px;
    }
}

/* =--=--=-=-==-=-==-==-==-=-=- */

#price_details .modal_body_tours {
    padding-bottom: 20px;
}

.method-row {
    border-bottom: 1px solid #d5d1e6;
    padding: 10px;
}

.method-icon svg {
    height: 24px;
}

.method-info .method-name {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.method-row .fee,
.method-row .no-fee {
    font-size: 14px;
    color: #000;
}

@media (max-width: 575px){
    .method-icon svg{height: 18px;}
    .method-row .fee,
    .method-row .no-fee,
    .method-info .method-name {font-size: 12px;}
}

/* flatpickr_date_block_subscription */
.popup-overlay-relative {
    position: relative;
}

.popup-overlay {
    display: none;
    position: absolute;
    top: 265px;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.popup-overlay.visible {
    display: flex;
    justify-content: flex-start;

}

.popup-content {
    border-radius: 13.93px;
    background: #FFF;
    box-shadow: 0 4.179px 18.666px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 14px;
    width: 100%;
}

.popup-content-text .flatpickr-calendar .flatpickr-innerContainer .dayContainer {
    width: 100% !important;
}

.popup-content-text .flatpickr-calendar .flatpickr-monthDropdown-months {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    pointer-events: none;
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: end;
}

.popup-content-text .flatpickr-calendar .numInputWrapper .numInput {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.popup-content-text .flatpickr-calendar .flatpickr-current-month {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* end  */

  .hotel-summary-special-requests details {
    padding: 10px 0;
    cursor: pointer;
    box-shadow: none;
    transition: box-shadow 0.15s ease-in-out;
    max-width: 450px;
  }

  .hotel-summary-special-requests summary {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    outline: none;
    user-select: none;
    display: flex;
    align-items: center;
    list-style: none;
  }

  .hotel-summary-special-requests summary::-webkit-details-marker {
    display: none;
  }

  .hotel-summary-special-requests summary::after {
    content: "";
    font-size: 0.7rem;
    color: #666;
    transition: transform 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5.12012 11.5309C5.119 11.6693 5.15911 11.8049 5.23535 11.9204C5.31158 12.0358 5.42048 12.126 5.54816 12.1794C5.67585 12.2327 5.81653 12.2469 5.95227 12.2199C6.08801 12.193 6.21266 12.1263 6.31033 12.0283L10.0042 8.34424L13.6813 12.0451C13.8122 12.1766 13.9899 12.2507 14.1755 12.2511C14.2673 12.2513 14.3583 12.2334 14.4433 12.1985C14.5282 12.1635 14.6055 12.1122 14.6706 12.0473C14.7357 11.9825 14.7874 11.9055 14.8227 11.8207C14.8581 11.736 14.8764 11.645 14.8766 11.5532C14.877 11.3676 14.8037 11.1895 14.6728 11.0581L10.5022 6.86839C10.372 6.73833 10.1956 6.6651 10.0115 6.66468C9.82749 6.66426 9.65075 6.73669 9.51992 6.86615L5.33026 11.0367C5.26428 11.1011 5.21173 11.1779 5.17566 11.2628C5.13959 11.3476 5.12071 11.4387 5.12012 11.5309Z' fill='black'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
  }

  .hotel-summary-special-requests details summary::after {
    transform: rotate(180deg);
  }

  .hotel-summary-special-requests details[open] summary::after {
    transform: rotate(0deg);
  }

  .hotel-summary-special-requests textarea {
    width: 100%;
    border: 1px solid #cfd5ea;
    border-radius: 0.375rem;
    padding: 0.5rem;
    font-size: 0.9rem;
    resize: vertical;
    min-height: 4.5rem;
    margin-top: 0.5rem;
    transition: border-color 0.2s ease;
  }

  .hotel-summary-special-requests textarea:focus {
    outline: none;
    border-color: #5c7cfa;
    box-shadow: 0 0 0 0.2rem rgba(92, 124, 250, 0.25);
  }

  .hotel-summary-special-requests .info-text {
    font-size: 0.75rem;
    color: #6c757d;
    margin-top: 0.3rem;
    font-weight: 400;
    letter-spacing: 0.03em;
  }

  .hotel-summary-special-requests .btn-change-room {
    border-radius: 1.5rem;
    padding: 0.375rem 1.5rem;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    border: 1px solid #4a4a6a;
    color: #4a4a6a;
    background-color: transparent;
    transition: background-color 0.2s ease, color 0.2s ease;
    align-self: center;
  }

  .escape-review-detail h5 {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail {
    gap: 10px;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .button_icon {
    display: flex;
    padding: 5px 0;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background: transparent;
    color: #bcbcbc;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .button_wrpper_block {
    width: 100%;
    justify-content: space-between;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details {
    width: 100%;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details figure {
    width: calc(30% - 5px);

  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .room-guests-detail {
    width: calc(70% - 5px);
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .room-guests-detail .tour-price-dates {
    max-width: 400px;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .star_block .d-flex {
    align-items: center;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .star_block .d-flex span {
    color: #6A6A6A;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .escape-review-detail .button_on_map {
    color: #bcbcbc;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
  }

  .hotel-summary-special-requests {
    display: flex;
    gap: 10px;
    justify-content: space-between;
  }

  .hotel-summary-special-requests .experiences-flex-col-btn .secondary_btn {
    background: transparent;
    color: #000;
  }

  .hotel-summary-special-requests .experiences-flex-col-btn .secondary_btn:hover {
    background: #000;
    color: #FFF;
  }

  .experiences-up-point .d-flex {
    gap: 10px;
    align-items: flex-start !important;
    flex-wrap: wrap;
  }

  .experiences-up-point .max-capacity {
    border-radius: 3px;
    background: #E3E0F0;
    padding: 4px 5px;
  }

  .experiences-up-point .max-capacity span {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .experiences-up-point .d-flex figure {
    width: calc(30% - 5px);
    margin: 0;
  }

  .experiences-up-point .d-flex .experiences-details {
    width: calc(70% - 5px);
  }

  .experiences-up-point .d-flex figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
  }

  .experiences-details .lux-badge {
    background: #000;
    display: flex;
    padding: 2px 5px;
    align-items: center;
    color: #FFF;
    width: fit-content;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }

  .experiences-details h5 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    margin: 0;
  }

  .experiences-details .col-auto-language {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }

  .experiences-details {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }

  .experiences-up-point .table-responsive .exp-label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    text-transform: capitalize;
    padding: 10px 0;

  }

  .experiences-up-point .table-responsive .exp-price {
    border-radius: 5px;
    border: 1px solid #E3E0F0;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .experiences-up-point .table-responsive .exp-price b {
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .experiences-up-point .table-responsive tr {
    border: 0 solid #fff;
  }

  .experiences-up-point .table-responsive table {
    border-collapse: separate;
  }

  .experiences-up-point .table-responsive {
    margin-bottom: 15px;
  }

  .experiences-up-point {
    border-radius: 10px;
    border: 1px solid #D5D1E6;
    padding: 10px;
  }

  .experiences-up-point-hading h3 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }


  .collection-lucc {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;

  }

  .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .collection-lucc .button_icon {
    padding: 5px 10px;
    border-radius: 3px;
  }

  .free-cancellation {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    width: fit-content;
  }

  .free-cancellation span {
    width: 20px;
    height: 20px;
  }

  .hotels-booking-summary-details .call-us-img img {
    width: 130px;
  }

  .hotels-booking-summary-details .call-us-content {
    padding-top: 20px;
  }

  .hotels-booking-summary-details .call-us-content h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    text-transform: capitalize;
  }

  .hotels-booking-summary-details .call-us-content p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
  }

  .Pre-book-reliable p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
  }

  .travellers-round .w-100 {
    width: fit-content !important;
  }

  .experiences-details .pickup-time {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
  }

  .max-capacity p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
  }

  .experiences-details .max-capacity .d-flex {
    gap: 5px;
    align-items: center !important;
  }

  .transfers-added-container .Book-Online .grid_cta_btn {
    margin-top: 10px;
  }

  .transfers-added-container .Book-Online .grid_cta_btn .secondary_button {
    font-size: 14px;
    padding: 10px 40px;
  }

  .transfers-added-container .Choose-Date-Later .grid_cta_btn .secondary_btn {
    font-size: 14px;
    padding: 10px 40px;
  }

  .plus-round-content-container-grid h4 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }

  .lavender-mist {
    border-radius: 10px;
    background: #E3E0F0;
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
  }

  .plus-round-content-container-grid {
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
  }

  .experiences-up-point-hading-text {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #D5D1E6;
    background: #FFF;
  }

  .membership-renews-your-sign {
    color: #606060;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-transform: capitalize;
  }

  .membership-renews-your-sign a {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
  }

  .lavender-mist p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-transform: capitalize;
  }

  .plus-round-content-container-grid p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-transform: capitalize;
  }

  .going-who-detail h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
  }

  .going-who-detail-name {
    padding-top: 15px;
    margin: 0;
  }

  .going-who-detail-name .col-12 {
    padding-left: 0;
    margin: 0;
  }

  .going-who-detail-name .name-protection {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }

  .going-who-detail-name .gmail-protection {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 5px;
    line-height: normal;
  }

  .going-who-detail-name svg {
    width: 18px;
    height: 18px;
  }

  .going-who-detail-name .mobile-protection {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 5px;
    align-items: center;
  }

  .adult-right-details {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }

  .going-btn .secondary_btn {
    background-color: transparent;
    color: #000;
    font-size: 14px;
    min-width: 90px;

  }

  .going-btn .secondary_btn:hover {
    background-color: #000;
    color: #fff;
  }

  .protect-yourself h5 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
  }

  .protect-yourself .protect-box {
    border-radius: 10px;
    border: 1px solid #8037FF;
    padding: 10px;
  }

  .protect-yourself .protect-box .refund-title {
    color: #8037FF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
  }

  .protect-yourself .protect-box .protect-subtext {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: capitalize;
    padding-top: 5px;
  }

  .protect-yourself .protect-box .list-checks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    margin: 0;
    gap: 12px 10px;
    padding-top: 10px;
  }

  .protect-yourself .protect-box .view-cover-details {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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;
  }

  .protect-yourself .protect-box .price-tag {
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    padding: 5px 10px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
  }

  .protect-yourself .protect-box .price-tag small {
    color: #606060;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 138%;
  }

  .protect-yourself .protect-box .list-checks .checkmark svg {
    width: 20px;
    height: 20px;
  }

  .protect-yourself .protect-box .list-checks li {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-transform: capitalize;

  }

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

  .want-Protection h6 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0;
  }

  .want-Protection {
    padding: 10px;
  }

  .want-Protection .sub-text-want-Protection {
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: capitalize;
  }

  .powered-disclaimer p {
    color: #606060;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
    text-align: left;
  }

  .powered-disclaimer {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-top: 15px;
  }

  .powered-disclaimer img {
    max-width: unset;
  }

  .protect-yourself .trustpilot-text {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 132%;
    text-transform: capitalize;
  }

  .secure-payments p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    text-transform: capitalize;
  }

  .secure-payments-popup {
    gap: 15px;
    flex-wrap: wrap;
  }

  .payment-options-full {
    position: relative;
  }

  .payment-options-full .filter-content label {
    padding-left: 40px;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-transform: capitalize;
    cursor: pointer;
  }

  .payment-options-full .filter-content input[type="checkbox"]:checked+label::after {
    top: 13px;
    left: 16px;
  }

  .payment-options-full .filter-content label::before {
    left: 14px;
  }

  .payment-full {
    border-radius: 8px;
    border: 1px solid #E3E0F0;
    padding: 10px;

  }

  .filter-content-payment-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .filter-content-payment-options .experiences-flex-col-rs {
    padding: 8px 10px;
  }

  .filter-content-payment-options .filter-option {
    width: calc(80% - 5px);
  }

  .filter-content-payment-options .experiences-flex-col-rs {
    width: calc(20% - 5px);
  }

  .filter-content-payment-options .filter-option p {
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%;
    text-transform: capitalize;
    padding: 5px 0 5px 0;
  }

  .remaining-pay-full {
    padding-left: 40px;
  }

  .remaining-pay-full a {
    color: #000;
    font-size: 14px;
    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;
    text-transform: capitalize;
  }

  .payment-options h4 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
  }

  .ccount_side-Subtotal .account-card {
    padding: 0 !important;
    align-items: flex-start;
  }
  .account-card-bg-box-shadow {
    box-shadow: unset !important;
  }

  .price-taxes-fees .rs-ome {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    text-transform: capitalize;
  }

  .account_side_bar_summary .grid_offer_date {
    max-width: 350px;
  }

  .Payment-fees-details p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }

  .Payment-fees-details p a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline !important;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
  }

  .payment_method_flex {
    gap: 10px;
  }


  #view-fine-print .modal-content {
    padding-bottom: 10px;
  }

  #view-fine-print .modal-content p {
    color: #606060;
    font-size: 14px;
    line-height: normal;
  }

  #view-fine-print .modal-content ul {
    padding-left: 18px;
  }

  #view-fine-print .modal-content ul li {
    list-style: disc;
    color: #606060;
    font-size: 14px;
    line-height: normal;
  }


  .cancellation_trems_modal .modal-dialog {
    max-width: 884px !important;
  }

  .cancellation_trems_modal .modal-content .modal-header .modal-title {
    font-weight: 500 !important;
  }

  .cancellation_trems_modal .tours_deluxe_plane {
    align-items: flex-start;
    row-gap: 24px;
  }

  .cancellation_trems_modal .tours_deluxe_plane_card {
    width: calc(50% - 6px);
    border-radius: 10px;
    padding: 15px 10px;
  }

  .cancellation_trems_modal .tours_luxury_title_text h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
  }

  .cancellation_trems_modal .tours_luxury_title_text p {
    font-size: 12px;
    text-transform: capitalize;
  }

  .cancellation_trems_modal .tours_deluxe_point_block h4 {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
  }

  .cancellation_trems_modal .tours_deluxe_point svg {
    flex-shrink: 0;
  }

  .cancellation_trems_modal .tours_deluxe_plane_card .current_tour {
    text-transform: capitalize;
    left: unset;
    margin: unset;
    right: 25px;
  }

  .cancellation_trems_modal .tour_pre_list_block {
    column-count: 2;
  }


  /* selection-bar-new */
  .selection-bar-new {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .selection-bar-new {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }

  .selection-bar-new .select-btn {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #B4B1C6;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
  }

  .selection-bar-new .select-btn svg {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    fill: #000;
  }


  /* Modal popups */


  .selection-bar-new .modal-common_title {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .selection-bar-new .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .selection_bar_common_model {
    position: relative;

  }

  .selection-bar-new .info-note {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .modal_travel,
  .modal_transfer {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 10px;
    z-index: 10;
    min-width: 300px;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 5px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: -1px 0 13px 0 rgba(0, 0, 0, 0.25);
  }

  .modal_travel.active,
  .modal_transfer.active {
    display: flex;
  }

  .selection-bar-new .count-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #E3E0F0;
    background: #FFF;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
  }

  .selection-bar-new .count-label {
    font-weight: 500;
  }

  .selection-bar-new .count-label small {
    color: #606060;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .selection-bar-new .modal-content {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .selection-bar-new .modal-close {
    background: none;
    border: none;
    cursor: pointer;
  }

  .selection-bar-new .counter {
    display: flex;
    align-items: center;
    border-radius: 4PX;
    background: #EFEFEF;
    padding: 5px;
  }

  .selection-bar-new .counter button {
    background: transparent;
    color: #000;
    border: none;
    width: 28px;
    height: 28px;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 400;
  }

  .selection-bar-new .counter button:disabled {
    background: transparent;
    cursor: default;
  }

  .selection-bar-new .counter span {
    min-width: 28px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
  }

  .selection-bar-new .modal-footer {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .selection-bar-new .modal-footer .info-note {
    color: #606060;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .cancellation_limit_block .cancellation_limit_row {
    background: #E3E0F0;
    padding: 8px 10px;
    width: 225px;
    flex-shrink: 0;
  }

  .cancellation_limit_block .cancellation_limit_row p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: capitalize;
  }

  .cancellation_limit_block .cancellation_limit_row span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
  }

  #cancellation_limit_edit .modal-dialog {
    max-width: 500px !important;
  }

  #cancellation_limit_edit .four_course_country_row .form-label {
    font-size: 16px;
  }

  .update_quote_btn_wrp .secondary_btn {
    padding: 10px 30px;
    font-size: 14px;
  }

  #transferTypeModal input[type="radio"]+span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 22px;
    display: inline-block;
  }

  #transferTypeModal input[type="radio"]+span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #d6d4e2;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
  }

  #transferTypeModal input[type="radio"]:checked+span::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #8037FF;
    border-radius: 50%;
  }

  .dropdown-with-modal label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .dropdown-with-modal span {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .selection_bar_common_model .select-btn span {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
    /* 193.75% */
  }

  .travellers-btn-main,
  .triptype-btn-main {
    padding: 10px 35px;

  }



  .checkin_coverage_period_block {
    border-radius: 5px;
    border: 1px solid #D4D0E8;
    padding: 5px 8px;
    max-width: 250px;
    margin-bottom: 15px;
  }

  .checkin_coverage_period_block svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
  }

  .checkin_coverage_period_block .checkin_coverage_input_wrp .form-label {
    color: #545454;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
  }

  .checkin_coverage_period_block .checkin_coverage_input_wrp .form-control {
    border: 0 !important;
    padding: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .new-traveller {
    border-radius: 3px;
    border: 1px solid #E3E0F0;
    background: #FFF;
    height: 48px;
    padding: 0 15px;
    display: flex;
    align-items: center;
  }

  .new-traveller p {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    color: #606060;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .new-traveller p span {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
  }

  .new-traveller p span b {
    color: #606060;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .new-traveller p span small {
    background: #DEDFF2;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  .new-small-group .r_input-group {
    margin: 0;
  }

  .new-small-group {
    padding-bottom: 20px;
    gap: 10px;
  }

  .primary-contact {
    padding: 10px 20px;
  }

  .modal_body_tours_text_group_name {
    padding-bottom: 20px;
  }

  .new-four_course_sticky_bar_poup {
    background: unset;
    box-shadow: unset;
    padding: 0;
  }

  .cancellation-Select {
    padding-top: 10px;
  }

  .cancellation-Select .r_input-group input {
    pointer-events: none;
  }

  .new-small-group label span {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }

  @media (max-width: 1199px) {
    .filter-content-payment-options {
      flex-direction: column;
    }

    .filter-content-payment-options .filter-option {
      width: 100%;
    }

    .filter-content-payment-options .experiences-flex-col-rs {
      margin-left: 40px;
      width: 100%;
      max-width: 140px;
    }
  }

  @media (max-width: 991px) {
    .product-description-escape .content-container-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .experiences-up-point .table-responsive tr {
      display: flex;
      flex-direction: column;
    }

    .experiences-up-point .table-responsive .exp-price {
      width: fit-content;
    }

    .experiences-up-point .table-responsive .exp-label {
      padding: 5px 0;
    }

    .hotels-booking-summary-details .call-us-content h4 {
      font-size: 13px;
      line-height: 15px;
    }

    .hotels-booking-summary-details .call-us-content p {
      font-size: 10px;
      line-height: 15px;

    }

    .hotels-booking-summary-details .call-us-img {
      margin-top: -40px;
    }

    .hotels-booking-summary-details .call-us-content span svg {
      width: 14px;
      height: 14px;
    }

    .protect-yourself .protect-box .list-checks {
      grid-template-columns: repeat(1, 1fr);
    }

    .powered-disclaimer {
      flex-direction: column-reverse;

    }

    .powered-disclaimer .justify-content-end {
      justify-content: flex-start !important;
    }

    .new-small-group {
      gap: 10px;
    }

  }

  @media (max-width: 767px) {
    .going-who-detail-name {
      gap: 10px;
      width: 100%;
    }

    .going-who-detail-name .col-12 {
      padding: 0;
    }

    .payment-options h4 {
      font-size: 16px;
    }

    .Payment-fees-details p {
      font-size: 12px;
    }

    .Payment-fees-details p a {
      font-size: 12px;
    }

    #cancellation-summary-policy .call-us-container {
      margin: 65px auto 0 auto;
    }

    .cancellation_trems_modal .tours_deluxe_plane {
      gap: 24px;
    }

    .cancellation_trems_modal .tours_deluxe_plane_card {
      width: 100%;
    }

    .cancellation_trems_modal .tour_pre_list_block {
      column-count: 1;
    }

  }

  @media (max-width: 576px) {
    .hotel-summary-place-details img {
      height: 100%;
    }

    .hotel-summary-special-requests {
      flex-direction: column;
      gap: 5px;
    }

    .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .room-guests-detail {
      width: 100%;
    }

    .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details figure {
      width: 100%;
    }

    .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .button_wrpper_block {
      flex-direction: column;
      gap: 5px;
    }

    .escape-review-detail h5 {
      font-size: 18px;
    }

    .hotels-booking-summary .container .bestselling-offers-list-item .offer-detail .hotel-summary-place-details .star_block .d-flex span {
      font-size: 13px;
    }

    .tour-date h4 {
      font-size: 15px;
    }

    .hotel_summary_single_grid .Villa h4 {
      font-size: 18px;
    }

    .experiences-up-point .d-flex figure {
      width: 100%;
    }

    .experiences-up-point .d-flex .experiences-details {
      width: 100%;
    }

    .experiences-details .col-auto-language {
      font-size: 13px;
    }

    .experiences-up-point .table-responsive .exp-label {
      font-size: 13px;
    }

    .experiences-up-point .table-responsive .exp-price {
      padding: 5px;
    }

    .experiences-up-point .table-responsive .exp-price b {
      font-size: 11px;
    }

    .experiences-up-point-hading h3,
    .going-who-detail h5,
    .accommodation .heading {
      font-size: 18px;
    }

    .account_side_bar_summary .grid_offer_date{width: 100%;max-width: 100%;}

    .transfers-added-container .Book-Online .grid_cta_btn .secondary_button {
      font-size: 12px;
      padding: 8px 8px;
    }

    .transfers-added-container .Choose-Date-Later .grid_cta_btn .secondary_btn {
      font-size: 12px;
      padding: 8px 8px;
    }

    .transfers-added-container .Book-Online .grid_cta_btn {
      margin-top: 7px;
    }

    .transfers-added-container {
      gap: 5px;
    }

    .protection-btn .secondary_btn {
      width: 100%;
      text-align: center;
    }

    .protection-btn {
      width: 100%;
    }

    .protect-yourself h5 {
      font-size: 18px;
      line-height: 115%;
    }

    .protect-yourself .protect-box .protect-subtext {
      font-size: 12px;
    }


    .modal_transfer {
      left: -100%;
    }

    .selection_bar_common_model .select-btn span {
      font-size: 14px;
    }

    .dropdown-with-modal span {
      font-size: 13px;
    }
  }

  @media (min-width: 576px) {
    .hotel-summary-special-requests .form-row {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .hotel-summary-special-requests details {
      flex: 1;
      margin-bottom: 0;
    }

    .hotel-summary-special-requests .info-text {
      margin-top: 0.25rem;
    }

  }

  @media screen and (max-width: 375px) {
    .hotels-booking-summary-details .call-us-content-container {
      padding: 0 0px;
    }

    .modal_transfer {
      left: -110%;
    }

    .modal_travel,
    .modal_transfer {
      min-width: 270px;
    }
  }


  .payment-completed {
    padding: 25px 0;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_68 {
    width: calc(57% - 10px);
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 {
    width: calc(43% - 10px);
}

@media(max-width:991px) {

    .payment-completed .hotel_common_grid_wrp .hotel_common_row_68,
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 {
        max-width: 600px;
        width: 100%;
        margin: auto;
    }
    .payment-completed .hotel_common_grid_wrp{
        gap:15px
    }
} 
@media(max-width:767px) {
    .payment-completed {
    padding: 20px 0;
}
}
@media(max-width:575px) {
    .payment-completed {
    padding: 15px 0;
}
}
/* ============hotel_common_row_68============ */
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .card-custom .booking-hading h2 {
    max-width: 100%;
    color: #8037FF;
    font-family: Poppins;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 42.5px */
    text-transform: capitalize;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-summary-hading {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 21.576px */
    text-transform: capitalize;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .room-guests-detail {
    width: 50%;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .grid-room-guests p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-rooms-types .place-room-type {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    align-items: center;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-room-type h6 {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    /* 12.945px */
    text-transform: capitalize;
    margin: 0;
    width: 100%;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-rooms-types .total-label {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .card-custom .place-rooms-types .total-price {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .room-booking-hading {
    background: #E3E0F0;
    padding: 10px;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .room-booking-hading h6 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point {
    padding: 10px;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details {
    width: 60%;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details h5 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
    margin: 0 !important;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details .booking-date-time-place {
    padding: 2px 10px;
    width: fit-content;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details .booking-date-time-place span {
    font-weight: 500;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .table-responsive .table tbody tr:not(:last-child) {
    border-bottom: 10px solid transparent;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .table-responsive .exp-label {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .table-responsive .exp-price {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background: #E3E0F0;
    color: #606060;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width:1440px){
        .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .grid_offer_day p{
        font-size: 14px;
    }
}
@media(max-width:575px){
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .card-custom .booking-hading h2 {
    font-size: 30PX;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .icon-y-shape-text P{
        font-size: 13px;
    }

    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-summary-hading{
        font-size: 18px;
    }

        .hotel-summary-place-details figure img{
            width: 100%;
        }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .room-guests-detail{
        width: 100%;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .room-guests-detail h4{
        font-size: 18px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .grid_offer_day p{
        font-size: 13px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .grid-room-guests p{
        font-size: 13px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-room-type h6{
        width: auto;
    }
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .place-rooms-types .total-label{
    font-size: 14px;
    order: 1;
    width: 100%;
}
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details{
    width: 100%;
}
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experience{
    flex-direction: column;
}
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experience figure img{
    width: 100%;
}
.payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details h5{
    font-size: 14px;
}

}
@media(max-width:425px){

    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .card-custom .booking-hading h2 {
    font-size: 20PX;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .icon-y-shape-text .icon-y-shape img{
        width: 55px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .booking-summary .hotel-summary-place-details .room-guests-detail h4{
        font-size: 16px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .experiences-details .booking-date-time-place{
        width: max-content;
        font-size: 12px;
    }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .experience-card .experiences-up-point .table-responsive .exp-label{
        font-size: 13px;
    }
}
@media(max-width:375px){
        .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .call-us-billing_details_mobile{
            padding: 0 5px;
        }
    .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .call-us-billing_details_mobile .call-us-content-container{
        padding: 0;
    }
        .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .call-us-billing_details_mobile .call-us-content-container .call-us-img img{
            width: 100%;
        }
        .payment-completed .container .hotel_common_grid_wrp .hotel_common_row_68 .call-us-billing_details_mobile .call-us-content-container .call-us-content{
            width: 80%;
        }

}
/* =====================.transfer================= */
.transfer-grid h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
    margin: 0;
}

.transfer-grid .transfer-hading {
    background: #E3E0F0;
    padding: 10px;
}

.transfer-place-option {
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
}

.transfer-place-option h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
    margin: 0;
}

.transfer-place-option .transfer-detail .passengers-limit {
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    width: fit-content;
}

.transfer-place-option .transfer-detail p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.transfer-place-option .transfer-detail p span {
    font-weight: 500;
}

@media(max-width:991px) {
    .transfer-option {
        flex-direction: column;
    }

    .transfer-option .transfer-img img {
        width: 100%;
    }
}

@media(max-width:575px) {
    .transfer-option .transfer-img img {
        height: 200px;
    }
}

@media(max-width:425px){
    .transfer-place-option .transfer-detail p{
        font-size: 13px;
    }
}

/* =================trip-cancellation===================== */
.trip-cancellation-card .trip-cancellation-heading {
    background: #E3E0F0;
    padding: 10px;
}

.trip-cancellation-card .trip-cancellation-heading h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
    margin: 0;
}

.trip-cancellation-card .cancellation-protection-item {
    padding: 5px 10px;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
}

.trip-cancellation-card .cancellation-protection-item .place-price {
    align-items: center;
}

.trip-cancellation-card .cancellation-protection-item .place-price .protection {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
}

.trip-cancellation-card .cancellation-protection-item .place-price .cancellation-duretion-date {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.trip-cancellation-card .cancellation-protection-item .place-price .places {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width:575px){
    .trip-cancellation-card .cancellation-protection-item .place-price{
        flex-direction: column;
        align-items: start;
                gap: 5px;
    }
}


/* ================renew-duretion============== */
.bookinng-subscription .bookinng-subscription-heading {
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #E3E0F0;
}

.bookinng-subscription .bookinng-subscription-heading h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
    margin: 0;
}

.bookinng-subscription .renew-detail {
    padding: 10px;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
}

.bookinng-subscription .renew-detail .renew-duretion .renews-date {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    align-content: center;
    font-weight: 500;
    line-height: 125%;
    /* 17.5px */
    text-transform: capitalize;
    margin: 0;
}

.bookinng-subscription .renew-detail .renew-duretion .subscription-yearly-month {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
@media(max-width:575px){
    .bookinng-subscription .renew-duretion{
        flex-direction: column;
        gap: 5px;
    }
}


/* ===============booking-contact================= */

.booking-contact .desk-top .call-us-content h4 {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    /* 155% */
    text-transform: capitalize;
}

/* .booking-contact .call-us-content .call-us-header .call-number{
    color: #FFF;
font-family: Poppins;
font-size: 24.523px;
font-style: normal;
font-weight: 500;
line-height: 23.757px;
text-transform: capitalize;
} */
.booking-contact .desk-top .call-us-content .text-light {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* 150% */
    text-transform: capitalize;
}

@media only screen and (min-width: 1201px) and (max-width: 1340px) {
    .booking-contact .desk-top .call-us-img img {
        width: 280px;
    }

    .booking-contact .desk-top .call-us-img {
        margin-top: -39px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .booking-contact .desk-top .call-us-img img {
        width: 280px;
    }

    .booking-contact .desk-top .call-us-img {
        margin-top: -40px;
    }
}
@media(max-width: 1200px){
    .booking-contact .desk-top .call-us-header img{
            width: 260px;
    height: 80px;
    }
    .booking-contact .desk-top .call-us-header .call-number{
        font-size: 25px;
        top:30px;
        left: 70px;
    }
}
/* ==============hotel_common_row_32 ===========*/
.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations {
    /* padding-bottom: 5px; */
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #D5D1E6;
    background: #FFF;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .price-line {
    border-radius: 10px 10px 0 0;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .price-line div:first-child {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .price-line div:last-child {
    color: #8037FF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    text-transform: capitalize;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price {
    padding: 5px 10px;
    align-items: center;
    gap: 10px;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .total-label {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .total-price {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 20px */
    text-transform: capitalize;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg, #8037FF 78.46%, #AD4BFC 100%), #000;
    backdrop-filter: blur(5.212523937225342px);
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-label {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-label span {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-price {
    color: #FFF;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .price-summary-card .taxes-fees.place-price p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
    align-items: center;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .price-summary-card .taxes-fees.place-price .total-price {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    /* 17.26px */
    text-transform: capitalize;
}

.payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .price-summary-card .place-total-price .place-price .total-label {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 107.878%;
    /* 21.576px */
    text-transform: capitalize;
}


@media(max-width:575px){
    .payment-completed .hotel_common_row_32 .success-badge-payment .price{
        font-size: 20px;
    }
    .payment-completed .hotel_common_row_32 .success-badge-payment small{
        font-size: 13px;
    }
    .payment-completed .hotel_common_row_32 .success-badge-payment .check-circle svg{
        width: 55px;
    }

    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .price-line div:first-child {
    font-size: 15px;
}

}
@media(max-width:425px){
    .payment-completed .hotel_common_row_32 .account_side_bar_summary .price-summary-title{
        font-size: 18px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .price-line div:last-child{
        font-size: 16px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .total-label{
        font-size: 14px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .total-price{
        font-size: 14px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-label{
        font-size: 12px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-label span{
        font-size: 12px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount .total-price{
        font-size: 12px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .price-summary-card .place-total-price .place-price .total-label{
        font-size: 16px;
    }
}
@media(max-width:375px){
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account-card .accommodations .place-price .subscription-discount{
        gap: 0;
        padding: 8px 6px;
    }
    .payment-completed .hotel_common_grid_wrp .hotel_common_row_32 .account_side_bar_summary .account-card .price-summary-card .price-line{
        gap:4px
    }
}


body.thanks .payment-completed {
	margin-bottom: -50px;
	    min-height: 0;
}
.payment-completed .thank-you{
    justify-items: center;
    padding: 100px 0 200px;
}

/*
.payment-completed .thank-you h5{
    color: #8037FF;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}
.payment-completed .thank-you h6 {
    color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
*/

/*
@media(max-width:575px){
    .payment-completed .thank-you h5{
font-size: 24px;
line-height: 130%;
}
.payment-completed .thank-you h6{
font-size: 20px;
font-weight: 500;
}
}
*/


/* ultimate-cruise */
.grid_tag_other_text span img {
    width: 20px;
    height: 20px;
}

.grid_tag_other_text span {
    flex-shrink: 0;
    display: block;
}


/* marquee */
section.last-try {
    --space: 2rem;
    display: grid;
    align-content: center;
    overflow: hidden;
    gap: 20px;
    width: 100%;
    padding: 25px 0;
}

.last-try .marquee {
    margin: auto;
    --duration: 100s;
    --gap: var(--space);

    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}

.last-try .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 15px;
    min-width: fit-content;
    animation: scroll var(--duration) linear infinite;
}



.last-try .marquee__group img {

    object-fit: cover;
    border-radius: 1rem;
}

.last-try .marquee--borders {
    border-block: 3px solid dodgerblue;
    padding-block: 0.75rem;
}

.last-try .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: calc(var(--duration) / -2);
}


.last-try .text-slider {
    color: #fff;
}

.last-try figure {
    margin: 0px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #D5D1E6;
    background: #FFF;
}

.last-try figcaption {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}

.last-try figcaption p {
    margin: 0;
}

@media screen and (max-width: 575px) {
    .last-try .marquee__group img {
        width: 160px;
    }

    .last-try .marquee {
        --duration: 180s;
    }

    section.last-try {
        gap: 10px;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* end  */


/* hotel_search_wrp_cruise */
.hotel_search_wrp_cruise {
    padding-top: 25px;
    padding-bottom: 25px;
}

.hotel_search_wrp_cruise .Option-slider-d-flex {
    flex-direction: column;
    width: calc(50% - 10px);
}

.option-content-left {
    width: calc(70% - 10px);
}

.option-content-right {
    width: calc(30% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.option-content-left .grid_offer_day {
    position: unset;
    margin-top: 10px;
}

.option-content-right-img figure {
    margin: 0;
    padding: 10px 21px;
}

.option-content-right-img figure img {
    width: 162px;
    height: 35px;
    max-width: 100%;
    object-fit: contain;
}

.Save_up_t0_cruise span svg {
    width: 22px;
    height: 22px;
}



.Save_up_t0_cruise {
    display: flex;
    gap: 5px;
    justify-content: center;
}

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

.option-content-right .grid_cta_btn {
    margin: 0;
}

.Option-content-cruise {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.hotel_search_wrp_cruise .swiper-wrapper {
    padding: 0;
}

.hotel_search_wrp_cruise_container {
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
}

.hotel_search_wrp_cruise .hotel_search_wrp_cruise_container .Option-slider-d-flex {
    padding: 0;
}

.limited_bar_wrp__cruise_page {
    width: 100%;
}

.limited_bar_wrp__cruise_page .limited_bar_wrp_cruise {
    display: flex;
    gap: 5px;
}

.limited_bar_wrp__cruise_page .limited_bar_wrp_cruise .white_lux {
    border-radius: 3px;
    background: #FFF;
    backdrop-filter: blur(15.899999618530273px);
    display: inline-flex;
    padding: 5px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.limited_bar_wrp__cruise_page .limited_bar_wrp_cruise .medium_blue_special {
    display: flex;
    width: fit-content;
    padding: 5px 8px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 3px;
    background: #8037FF;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

.Save_up_t0_cruise_content p {
    color: #606060;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.Save_up_t0_cruise_content .Save_up_t0_cruise p {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: #ff2869;
    width: fit-content;
    gap: 10px;
}

.hotel_search_wrp_cruise .Option-slider-d-flex:last-child,
.hotel_search_wrp_cruise .Option-slider-d-flex {
    margin-bottom: 0;
}



.Option-content-cruise-rupee-gurops {
    color: #606060;
    display: flex;
    padding: 5px 14px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    width: fit-content;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.Option-content-cruise-rupee-gurops .grid_offer_price_row p b {
    color: #000;
    font-size: 18px;
}

.Option-content-cruise-rupee-gurops .grid_offer_price_row p {
    color: #606060;
    font-size: 12px;
}

.Option-content-cruise-rupee {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    overflow: auto;
}

.hotel_search_wrp_cruise .hotel_search_wrp_cruise_container .Option-slider-d-flex {
    border: unset;
}

.Option-content-cruise-container {
    border-radius: 10px;
    border: 1px solid #DDDAEB;
    background: #FFF;
    backdrop-filter: blur(8.899999618530273px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
}

.Option-content-cruise-save-up-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 5px;
    background: #F3F3FA;
    padding: 10px;
    width: 100%;
}

.Option-content-cruise-save-up-container p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
}

.Option-content-cruise-highlights p {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    border: 1px solid #D5D1E6;
    background: #FFF;
    width: fit-content;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Option-content-cruise-highlights {
    margin-top: -25px;
}

.Option-content-cruise-save-up-container .text_color_vivid_violet {
    color: #8037FF;
}

.Option-content-cruise-cabin-container .deluxe_tour_option {
    padding-bottom: 0;
    width: 156px;
    flex-shrink: 0;
}

.Option-content-cruise-cabin-container {
    max-width: 470px;
    display: flex;
    flex-direction: row;
    padding: 5px 30px 5px 5px;
    justify-content: center;
    align-items: center;
    gap: 5px;

}

.credit_per_option-content-cruise p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Option-content-cruise-cabin-container .tour-price-header div {
    gap: 0;
    font-size: 12px;
    justify-content: center;
    padding: 5px 12px;
    border-radius: 5px;
}

.option-content-left .grid_tag_other_text {
    color: #000;
}

@media (max-width: 1199px) {
    .option-content-left {
        width: calc(60% - 5px);
    }

    .option-content-right {
        width: calc(40% - 5px);
    }

    .Option-content-cruise {
        gap: 10px;
    }
}

@media (max-width: 991px) {
    .hotel_search_wrp_cruise {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Option-content-cruise {
        flex-direction: column;
    }

    .option-content-right {
        width: 100%;
    }

    .option-content-left {
        width: 100%;
    }

    .option-content-right-gurops {
        width: 100%;
        align-items: center;
    }

    .option-content-right-gurops {
        display: flex;
        gap: 10px;
    }

    .option-content-right-img {
        width: calc(45% - 5px);
    }

    .Save_up_t0_cruise_content {
        width: calc(55% - 5px);
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .option-content-right-img figure {
        padding: 0;
    }

    .option-content-right .grid_cta_btn {
        width: 100%;
    }

    .option-content-right .grid_cta_btn .secondary_btn {
        width: 100%;
    }

    .option-content-right {
        gap: 10px;
    }

    .option-content-left .grid_offer_day {
        justify-content: flex-start;
    }

    .option-content-left .grid_offer_day {
        margin: 0;
    }

    .grid_tags_row .grid_tag_other_text {
        margin: 0;
    }

    .option-content-right.package_detail_block {
        order: 3;
    }

    .Option-content-cruise-save-up-container {
        margin-top: 5px;
    }

    .Option-content-cruise-cabin-container {
        flex-direction: column;
        max-width: 100%;
        align-items: flex-start;
    }

    .Option-content-cruise-cabin-container .deluxe_tour_option {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hotel_search_wrp_cruise_container {
        flex-direction: column;
    }

    .hotel_search_wrp_cruise .Option-slider-d-flex {
        width: 100%;
    }

    .limited_bar_wrp__cruise_page .limited_bar_wrp_cruise .white_lux {
        font-size: 12px;
    }

    .limited_bar_wrp__cruise_page .limited_bar_wrp_cruise .medium_blue_special {
        font-size: 12px;
    }

    .limited_bar_wrp__cruise_page .limited_bar_wrp_cruise .medium_blue_special svg {
        width: 16px;
        height: 16px;
    }

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

    .luxury_escapes_tours p span a {
        font-size: 12px;
    }

    .option-content-right {
        gap: 0;
    }

    .credit_per_option-content-cruise p {
        font-size: 12px;
    }

    .Option-content-cruise-save-up-container p {
        font-size: 12px;
        gap: 15px;
        text-align: left;
        max-width: 250px;
        margin: auto;
    }

    .Option-content-cruise-container {
        border: unset;
        padding: 0;
    }

    .hotel_search_wrp_cruise .hotel_search_wrp_cruise_container .Option-slider-d-flex {
        border: 1px solid #D5D1E6;
        padding: 8px;
    }

    .option-content-left .grid_tag_other_text {
        font-size: 12px;
    }

    .hotel_search_wrp_cruise .Option-img-slider .swiper-wrapper .swiper-slide img {
        height: 273px;
    }
}

@media (max-width: 575px) {
    .Option-content-cruise-rupee-gurops {
        width: 100%;
        max-width: 300px;
        margin: auto;
    }

    .Option-content-cruise-rupee {
        flex-wrap: wrap;
        gap: 5px 10px;
    }

    .Option-content-cruise-rupee-gurops .grid_offer_price_row p b {
        font-size: 14px;
    }
}

@media (max-width: 374px) {
    .limited_bar_wrp__cruise_page .limited_bar_wrp_cruise {
        flex-direction: column;
    }
}


/* Model  */

.modal-dialog.view_itinerary_dialog {
    max-width: 580px !important;
}

.modal-dialog.view_itinerary_dialog #map {
    height: 370px;
    width: 100%;
}

/* .view_itinerary_dialog .itinerary-outer {border-radius: 10px;border: 1px solid #E3E0F0;padding: 12px;background: #fff;overflow: hidden;max-height: 210px;margin-top: 10px;}
.view_itinerary_dialog .itinerary-box {overflow-y: auto;max-height: 186px;padding-right: 10px; } */

.view_itinerary_dialog .itinerary-box {
    padding: 13px;
    border-radius: 10px;
    border: 1px solid #E3E0F0;
    max-height: 210px;
    overflow: auto;
    margin-top: 10px;
}

.view_itinerary_dialog .itinerary-box::-webkit-scrollbar-track {
    background: transparent;
}

.view_itinerary_dialog .itinerary-box::-webkit-scrollbar-thumb {
    border-radius: 50px;
}

.view_itinerary_dialog .day-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.view_itinerary_dialog .day-item:last-child {
    margin: 0;
}

.view_itinerary_dialog .day-label {
    background: #E3E0F0;
    color: #000;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
    font-weight: 500;
    flex-shrink: 0;
    width: 90px;
}

.view_itinerary_dialog .day-desc {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.view_itinerary_dialog .btn-wrapper {
    text-align: center;
    margin-top: 20px;
}

@media (max-width:767px) {
    .modal-dialog.view_itinerary_dialog #map {
        height: 300px;
    }
}

@media (max-width:575px) {
    .modal-dialog.view_itinerary_dialog #map {
        height: 200px;
    }
}

/* ------------- Cruise More Model */

.cruise_model_popup {
    text-decoration: underline;
}

.cruise_more_dialog {
    max-width: 580px !important;
}

.cruise_more_dialog .modal-body {
    height: 500px;
    overflow: auto;
}

.cruise_more_dialog .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.cruise_more_dialog .modal-body::-webkit-scrollbar-thumb {
    border-radius: 50px;
}


.cruise_more_dialog .cruise-wrapper {
    border: 1px solid #e3e0f0;
    border-radius: 10px;
    padding: 12px;
    max-width: 550px;
    margin-bottom: 20px;
}

.cruise_more_dialog .cruise-wrapper:last-child {
    margin: 0;
}

.cruise_more_dialog .year-tab {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    background: #eae6f6;
    color: #000;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.cruise_more_dialog .cruise-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
}

.cruise_more_dialog .cruise-item:last-child {
    padding: 0;
}

.cruise_more_dialog .cruise-dates {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

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

.cruise_more_dialog .cruise-price {
    background: #fff;
    border: 1px solid #D5D1E6;
    padding: 6px 12px;
    border-radius: 5px;
    max-width: 100px;
    font-size: 14px;
}

.cruise_more_dialog .cruise-price .label {
    display: block;
    font-size: 12px;
    color: #666;
}

.cruise_more_dialog .cruise-price .amount {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

@media (max-width: 575px) {
    .cruise_more_dialog .modal-body {
        height: 400px;
    }

    .cruise_more_dialog .cruise-wrapper {
        margin-bottom: 10px;
    }

    .cruise_more_dialog .cruise-dates {
        font-size: 12px;
    }

    .cruise_more_dialog .cruise-price {
        padding: 3px 9px;
        font-size: 14px;
    }

    .cruise_more_dialog .cruise-price .label {
        font-size: 10px;
    }

    .cruise_more_dialog .cruise-price .amount {
        font-size: 12px;
    }
}

@media (max-width: 373px) {
    .cruise_more_dialog .cruise-wrapper {
        padding: 8px;
    }

    .cruise_more_dialog .cruise-dates {
        font-size: 11px;
    }

    .cruise_more_dialog .cruise-dates svg {
        width: 14px;
        height: 14px;
    }

    .cruise_more_dialog .cruise-price-arrow_block {
        gap: 5px !important;
    }

    .cruise_more_dialog .cruise-price-arrow_block svg {
        width: 18px;
        height: 18px;
    }

    .cruise_more_dialog .cruise-price {
        padding: 3px 6px;
        font-size: 12px;
    }

    .cruise_more_dialog .cruise-price .label {
        font-size: 10px;
    }

    .cruise_more_dialog .cruise-price .amount {
        font-size: 10px;
    }
}

/* ==== Cruise Brand Csss */

.brand_section .brand_logo_wrp {
    padding: 20px;
    background: #F2F0FC;
    border-radius: 10px;
    text-align: center;
}

.brand_section .brand_logo_wrp img {
    height: 54px;
    object-fit: contain;
}

.brand_section .brand_content_block {
    padding: 20px;
    border: 1px solid #E3E0F0;
    border-radius: 10px;
}

.brand_section .full-description p,
.brand_section .truncated-description p {
    margin-bottom: 8px;
}

.brand_section .full-description p:last-child,
.brand_section .truncated-description p:last-child {
    margin-bottom: 0;
}

.cruise_brand_plans .hotel_search_wrp_cruise_container .grid_cta_btn .secondary_btn {
    font-size: 15px;
}

.cruise_brand_plans .ultimate-cruise-tab {
    margin-bottom: 15px;
}

.cruise_brand_plans .ultimate-cruise-tab .now-cruises-available {
    border: 1px solid;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;

    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    text-transform: capitalize;
}

@media (max-width: 991px) {
    .cruise_brand_plans .ultimate-cruise-tab .com_title {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .cruise_brand_plans .ultimate-cruise-tab {
        margin-bottom: 10px;
    }

    .cruise_brand_plans .ultimate-cruise-tab .now-cruises-available {
        font-size: 14px;
        line-height: 40px;
    }

    .cruise_brand_plans .ultimate-cruise-tab .com_title {
        width: 100%;
        text-align: start;
        font-size: 18px;
        line-height: 23px;
    }
}

.cruise_filter_type_block{margin-bottom: 10px;}
.cruise_filter_type_block span{font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;text-transform: capitalize;}
.cruise_filter_type_block .cabin_type_option{font-size: 14px;line-height: normal;text-decoration: underline;cursor: pointer;color: #545454;}

.modal-body .inside_price_block .inside_price_row{width: 100%;display: flex;gap: 40px;justify-content: space-between;}
.modal-body .inside_title_content p{font-size: 12px;font-style: normal;font-weight: 400;line-height: normal;text-transform: capitalize;}

.modal-body .inside_person_night{border-radius: 5px;border: 1px solid #D5D1E6;padding: 5px 10px;font-weight: 400;}
.modal-body .inside_btn_price .common_per_night span{font-size: 12px;}

.modal-body .sec_btn_wrp .secondary_btn{padding: 12px 20px;font-size: 14px;}


@media (max-width:575px){
 .modal-body .inside_price_block .inside_price_row{flex-direction: column;gap: 10px;}
}



/* Filter Search Bar */
.filter_tab_content .filter-box {background: #ffffff;padding: 20px;border-radius: 12px;box-shadow: 0 0 10px rgba(0,0,0,0.05);max-width: 420px;margin: auto;}

.filter_tab_content .tab-buttons {display: flex;margin-bottom: 20px;border-radius: 8px;overflow: hidden;border: 1px solid #e0d6f6;}
.filter_tab_content .tab-buttons button {flex: 1;padding: 10px 0;border: none;background: #f1ebfd;color: #000;font-weight: 400;cursor: pointer;transition: all 0.3s ease;}
.filter_tab_content .tab-buttons button.active {background: #8037FF;color: #fff;}

.filter_tab_content .range-container {position: relative;height: auto;margin-top: 10px;padding-top: 30px;margin-bottom: 20px;}
.filter_tab_content .range-container input[type=range] {position: absolute;width: 100%;pointer-events: none;-webkit-appearance: none;height: 0;top: 6px;z-index: 2;} 
.filter_tab_content .range-container input[type=range]::-webkit-slider-thumb {pointer-events: all;width: 20px;height: 20px;border-radius: 50%;background: #8c2de2;border: 4px solid white;box-shadow: 0 0 0 1px #8c2de2;-webkit-appearance: none;margin-top: -8px;}
.filter_tab_content .range-container input[type=range]::-moz-range-thumb {pointer-events: all;width: 20px;height: 20px;border-radius: 50%;background: #8c2de2;border: 4px solid white;box-shadow: 0 0 0 1px #8c2de2;}

.filter_tab_content .slider-track {position: absolute;height: 6px;top: 0;width: 100%;background: #ded6f5;border-radius: 5px;z-index: 1;}
.filter_tab_content .slider-progress {position: absolute;height: 6px;top: 0;background: #8c2de2;border-radius: 5px;z-index: 1;}

.filter_tab_content .range-values {display: flex;justify-content: space-between;margin-top: 0;font-size: 14px;font-weight: 600;}
.filter_tab_content .range-values span {background: #e6e1f8;padding: 6px 12px;border-radius: 6px;color: #000;font-weight: 400;}

.filter_tab_content .filter-panel {width: 340px;border: 1px solid #ccc;font-family: sans-serif;padding: 10px;max-height: 90vh;overflow-y: auto;}

.filter_tab_content #searchInput {width: 100%;padding: 8px;font-size: 14px;box-sizing: border-box;padding-left: 30px;border: 1px solid #ACA8BF;border-radius: 5px;}

.filter_tab_content .count_filter {color: #888;margin-left: 5px;}

.filter_tab_content .search_input_celar{position: absolute;top: 49%;right: 10px;transform: translateY(-50%);display: flex; cursor: pointer;}
.filter_tab_content .search_input_celar svg{width: 15px;height: 15px;}

.filter_tab_content .inside_price_block{display: flex;flex-wrap: wrap;gap: 20px;padding-bottom: 20px;}

.filter_tab_content .inside_price_row{width: calc(25% - 16px);padding: 10px 15px;border: 1px solid #D4D0E8;border-radius: 6px;cursor: pointer;}
.filter_tab_content .inside_price_row.active{border-color: #7d3eed;background: #E3E0F0;}

.filter_tab_content .inside_price_row .inside_title{font-weight: 500;}
.filter_tab_content .inside_price_row .inside_person_night,
.filter_tab_content .inside_price_row .inside_price_night{font-size: 12px;color: #606060;display: none;}

.filter_tab_content .inside_price_row .inside_person_night.active,
.filter_tab_content .inside_price_row .inside_price_night.active{display: block;}

.filter_tab_content .inside_price_row .inside_person_night b,
.filter_tab_content .inside_price_row .inside_price_night b{font-size: 16px;color: #000;font-weight: 600;}

@media (max-width:767px){
 .hotel_search_wrp .filter_tab_content .tab-content .tab_button_block{order: -1;}
 .filter_tab_content .inside_bar_mobile .inside_price_row{text-align: center;}
 .filter_tab_content .inside_bar_mobile .inside_price_row .inside_person_night, 
 .filter_tab_content .inside_bar_mobile .inside_price_row .inside_price_night{display: none!important;}

 .cruise_filter_type_block{flex-direction: column;}
 .filter_tab_content .inside_price_block.inside_bar_mobile{gap: 5px;}
 .filter_tab_content .inside_bar_mobile .inside_price_row{width: auto;padding: 7px 15px;}
}

/* Filter Search Bar */

/* Filter Grid BLock */

.cruise_filter_grid{padding: 0;}
.cruise_filter_grid .Option-slider-d-flex{padding: 10px!important;border: 1px solid #aca8bf!important;width: 100%;flex-wrap: wrap;flex-direction: unset;}

.cruise_filter_grid .package_detail_block .grid_cta_btn .secondary_btn{width: 100%;}

.cruise_filter_grid .option-content-right{flex-direction: unset;}
.cruise_filter_grid .option-content-left,
.cruise_filter_grid .option-content-right{width: 100%;}

.cruise_filter_grid .option-content-right-img figure{padding: 0;}
.cruise_filter_grid .banner_grid_tags{min-height: unset;}

.cruise_filter_grid .grid_cta_btn .option-content-right-img{width: 100%;}
.cruise_filter_grid .banner_grid_text{gap: 10px;}
.cruise_filter_grid .banner_grid_text_row{width: calc(70% - 5px);}
.cruise_filter_grid .banner_grid_text .grid_cta_btn{width: calc(30% - 5px);}
.cruise_filter_grid .banner_grid_text .grid_cta_btn .option-content-right-img figure img{height: 65px;}

.cruise_filter_grid .banner_grid_text .secondary_btn{background: #000;border-color: #000;border-radius: 12px;text-align: center;}
.cruise_filter_grid .banner_grid_text .secondary_btn:hover{background: transparent;}

.cruise_filter_grid .Option-content-cruise-rupee-gurops{padding: 5px 7px;}


@media (max-width:991px){
    .cruise_filter_grid .secondary_btn{padding: 12px 30px;}
}


@media (max-width: 767px){
 .cruise_filter_grid .tour-price-header div{margin-top: 0px;}
}

@media (max-width: 575px){
 .cruise_filter_grid .option-content-right{flex-direction: column;}
 .cruise_filter_grid .Save_up_t0_cruise_content,
 .cruise_filter_grid .Save_up_t0_cruise{justify-content: flex-start;}

 .cruise_filter_grid .banner_grid_text{flex-wrap: wrap;}
.cruise_filter_grid .banner_grid_text_row,
.cruise_filter_grid .banner_grid_text .grid_cta_btn{width: 100%;}
.cruise_filter_grid .banner_grid_text .grid_cta_btn{padding: 0;}
 
}

/* Filter Grid BLock */

.cruise_single-overview .container .product-content-container .cruise_offers_dates {
    margin-top: 14px;
}

.cruise_single-overview .container .product-content-container .cruise_overview_text {
    padding: 0;
}

@media(max-width: 991px) {
    .cruise_single-overview .container .product-content-container {
        flex-direction: column-reverse;
    }

    .cruise_single-overview .container .product-content-container .Flexible-cancellation {
        position: static;
    }
}

@media(max-width: 575px) {
    .cruise_single-overview .container .product-content-container .Flexible-cancellation .package-price .grid_offer_date span {
        display: inline-block;
    }

    .cruise_single-overview .container .product-content-container .modal .modal-content .modal-header .modal-title {
        font-size: 16px;
    }

    .cruise_single-overview .container .modal .modal-content .modal-body p {
        font-size: 13px;
    }

}


.vill-availability .d-flex .navbar {
    width: 65%;
}

.vill-availability .d-flex .package-price {
    width: calc(35% - 20px);
}

.vill-availability .justify-content-between .navbar .nav-item .nav-link:hover span svg path {
    fill: #fff !important;
}

.vill-availability .justify-content-between .navbar .nav-item.active span svg path {
    fill: #fff !important;
}

@media(max-width: 1200px) {
    .vill-availability .d-flex .navbar {
        width: 100%;
    }
}

.package-price .grid_cta_btn .availability-btn-dark {
    border-radius: 30px;
}

/* ==================cruise_rooms_type=============== */

.cruise_rooms_type .cruise_room {
    gap: 29px;
}

.cruise_rooms_type .cruise_room .tour-price-left {
    width: 75%;
    flex-wrap: nowrap;
}

.cruise_rooms_type .cruise_room .tour-price-left .Option-content-cruise-rupee-gurops .bg-black {
    color: #fff;
}

.cruise_rooms_type .cruise_room .tour-price-left .tour-price-content {
    flex-direction: row;
    align-items: center;
}

.cruise_rooms_type .cruise_room .tour-price-left .tour-price-content .Option-content-cruise-rupee {
    gap: 5px
}

.cruise_rooms_type .cruise_room .tour-price-right {
    width: 25%;
    text-align: center;
}

.cruise_rooms_type .cruise_room .tour-price-right .grid_cta_btn .secondary_btn {
    border-radius: 30px;
    padding: 12px 0;
    width: 100%;
}

.cruise_rooms_type .cruise_rooms {
    border-radius: 10px;
    margin-top: 14px;
    border: 1px solid #d5d1e6;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #f3f3fa;
}

.cruise_rooms_type .cruise_rooms .tour-price-wrapper {
    border: none;
    padding: 0;
}

.cruise_rooms_type .cruise_rooms .tour-price-wrapper .tour-price-left .tour-price-dates {
    max-width: 300px;
}

.cruise_rooms_type .d-flex {
    max-width: 1200px;
    margin: auto;
}

.cruise_rooms_type .need-help {
    margin: 80px auto 0 auto;
}

.cruise_rooms_type .need-help .grid_cta_btn {
    margin-left: auto;
    margin-top: 0;
}

.cruise_rooms_type .need-help .d-flex {
    margin: 0;
    align-items: center;
    padding: 15px 0;
}

.cruise_rooms_type .need-help .call-us-content-container {
    align-items: center;
    padding: 0 66px;
}

.cruise_rooms_type .need-help .help-details {
    gap: 150px;
}

.cruise_rooms_type .need-help .grid_cta_btn .secondary_btn {
    background: #ffffff;
    border: #ffffff;
    border-radius: 10px;
    color: #000000;
    font-size: 20px;
    padding: 20px;
    margin: 0;
}

.cruise_rooms_type .need-help .grid_cta_btn .secondary_btn svg {
    width: 30px;
    height: 30px;
    fill: black;
}

.cruise_rooms_type .need-help .grid_cta_btn .secondary_btn:hover {
    background: #000000;
    color: #fff;
}

.cruise_rooms_type .need-help .grid_cta_btn .secondary_btn:hover svg {
    fill: #fff;
}

.cruise_rooms_type .d-flex {
    gap: 15px;
}

.cruise_rooms_type h2 {
    text-align: center;
    margin-bottom: 15px;
}

.cruise_rooms_type .cruise_room .Option-content-cruise-rupee {
    width: 100%
}

.cruise_rooms_type .need-help .call-us-img {
    margin-top: -40px;
}

.cruise_rooms_type .need-help .call-us-img img {
    width: 100%;
}

@media(max-width: 1440px) {
    .cruise_rooms_type .need-help .d-flex {
        gap: 50px;
    }

    .cruise_rooms_type .need-help .grid_cta_btn .secondary_btn {
        font-size: 16px;
        align-items: center
    }

    .cruise_rooms_type .need-help .grid_cta_btn .secondary_btn svg {
        width: 24px;
        height: 24px;
    }

}

@media(max-width: 1200px) {
    .vill-availability .d-flex .navbar {
        width: 100%;
    }

    .cruise_rooms_type .need-help .call-us-img {
        margin-top: 3px;
    }

    .cruise_rooms_type .cruise_room .tour-price-left {
        width: 80%;
    }

    .cruise_rooms_type .cruise_room .tour-price-right {
        width: 20%;
    }

    .cruise_rooms_type .need-help .grid_cta_btn .secondary_btn {
        font-size: 15px;
        padding: 15px;
    }

    .cruise_rooms_type .need-help .grid_cta_btn .secondary_btn svg {
        width: 20px;
        height: 20px;
    }

    .cruise_rooms_type .need-help .call-us-content-container {
        align-items: center;
        padding: 0 33px;
    }
}

@media(max-width: 1080px) {
    .cruise_rooms_type .need-help .help-details>div:first-child {
        width: 50%;
    }
}

@media(max-width: 991px) {

    .cruise_rooms_type {
        padding: 25px;
    }

    .cruise_rooms_type .cruise_room {
        gap: 19px;
    }

    .cruise_rooms_type .cruise_room .tour-price-left {
        width: 80%;
        flex-wrap: nowrap;
    }

    .cruise_rooms_type .cruise_room .tour-price-right {
        width: 20%;
        text-align: center;
    }
}

@media(max-width: 767px) {
    .cruise_rooms_type {
        padding: 25px 12px;
    }

    .cruise_rooms_type .cruise_room {
        gap: 10px;
        flex-direction: row;
    }

    .cruise_rooms_type .cruise_rooms .tour-price-right .grid_cta_btn {
        padding: 0px;
    }

    .cruise_rooms_type .cruise_room .tour-price-left {
        width: 75%;
        flex-wrap: nowrap;
    }

    .cruise_rooms_type .cruise_room .tour-price-right {
        width: 25%;
        text-align: center;
    }

    .cruise_rooms_type .cruise_room .tour-price-left .tour-price-content {
        flex-direction: column;
    }

    .cruise_rooms_type .cruise_room .Option-content-cruise-rupee {
        gap: 5px
    }

    .cruise_rooms_type .need-help {
        margin: 50px auto 0 auto;
    }

    .cruise_rooms_type .need-help .help-details {
        flex-wrap: wrap;
        padding: 10px 0;
        gap: 0;
    }

    .cruise_rooms_type .need-help .call-us-img {
        margin-top: 15px;
    }

    .cruise_rooms_type .need-help .help-details>div:first-child {
        width: 100%;
    }


    .cruise_rooms_type .need-help .help-details .grid_cta_btn {
        padding: 0;
        margin: 0;
    }

    .cruise_rooms_type .need-help .grid_cta_btn .secondary_btn {
        padding: 5px 15px;
    }

    .cruise_rooms_type .need-help .call-us-content-container {
        padding: 0 23px;
    }
}

@media(max-width: 667px) {
    .cruise_rooms_type .need-help .call-us-img {
        margin-top: 45px;
    }
}

@media(max-width: 575px) {
    .cruise_rooms_type .cruise_room {
        flex-direction: column;
    }

    .cruise_rooms_type .cruise_room :is(.tour-price-left, .tour-price-right) {
        width: 100%;
    }

    .cruise_rooms_type .cruise_room .tour-price-right .grid_cta_btn .secondary_btn {
        padding: 10px 40px;
        width: auto;
    }

    .cruise_rooms_type .need-help {
        margin: 10px auto 0 auto;
    }

    .cruise_rooms_type .need-help .call-us-img {
        width: 50%;
        margin-top: 60px;
    }

    .cruise_rooms_type .need-help .call-us-content-container {
        padding: 0 13px;
    }

}

@media(max-width: 440px) {
    .cruise_rooms_type .need-help .call-us-img {
        margin-top: 50px;
        width: 100%;
    }

    .cruise_rooms_type .need-help .help-details p {
        font-size: 12px;
    }
}

/* ========================= map ==================== */
/* .port-time-location {
    padding-bottom: 30px;
} */

.port-time-location .port-time-location-header {
    padding-bottom: 15px;
}

.port-time-location .port-time-location-header h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.port-time-location .port-time-location-header h3 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}

.port-time-location .port-time-location-header h4 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
}

.port-time-location .port-map-location {
    gap: 20px;
}

.port-time-location .port-map-location #port-map {
    height: 370px;
    width: calc(40% - 10px);
}

.port-time-location .port-map-location .port-date-time {
    width: calc(60% - 10px);
    border: 1px solid #E3E0F0;
    border-radius: 10px;
    padding: 14px;
}

.port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) {
    width: 50%;
    padding: 17px 15px;
    /* gap:130px; */
    justify-content: space-between;
}

.port-time-location .port-map-location .port-date-time .port-filter {
    border-radius: 8px;
    background: #F2F0FC;
}

.port-time-location .port-map-location .port-date-time .port-filter .onliy-port {
    border-radius: 8px;
    background: #E3E0F0;
}

.port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) p {
    gap: 18px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 166.667% */
    text-transform: capitalize;
}


.port-time-location .port-map-location .port-date-time .port-places-time {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time {
    gap: 10px;
    width: 100%;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time .port-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2px 0;
    width: 40px;
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 23.952px;
    /* 217.742% */
    text-transform: capitalize;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time .port-count div {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 54.889px;
    border: 1px solid #ACA8BF;
    background: #ACA8BF;

    color: #FFF;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.952px;
    /* 184.243% */
    text-transform: capitalize;
    text-align: center;
    align-content: center;
}

.expand {
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 7px;
} 
.onOff {
 	display: none;   
} 
.active .onOff {
    display: block;
} 

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail {
    padding: 10px 12px;
    /* justify-content: space-between; */
    width: 100%;
    border-radius: 5px;
    border: 1px solid #E3E0F0;
    flex-wrap: wrap;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail {
    gap: 10px;
    align-items: center;
    width: 100%;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .palce-time {
    display: flex;
    width: 100%;
    gap: 10px;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .place {
    color: #000;
    /* text-align: center; */
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 133.333% */
    text-transform: capitalize;
    margin: 0;
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .time {
    margin: 0;
    margin-left: auto;
    color: #000;
    text-align: right;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
/*     text-transform: capitalize; */
}

.port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .day {
    display: flex;
    width: auto;
    padding: 5px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #8037FF;

    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
    text-transform: capitalize;
}

.expand {
  display: none;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 7px;
}

.onOff {
  display: none;
}

.active .onOff {
  display: block;
}

@media(max-width: 1200px) {
    .port-time-location .port-map-location .port-date-time {
        padding: 10px;
    }

    .port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) {
        width: 50%;
        padding: 15px 13px;
    }

    .port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) p {
        gap: 14px;
        font-size: 17px;
    }
}

@media(max-width: 991px) {

    .port-time-location .port-time-location-header {
        padding-bottom: 10px;
    }

    .port-time-location .port-map-location .port-date-time {
        padding: 10px;
    }

    .port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) {
        width: 50%;
        padding: 13px 10px;
    }

    .port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) p {
        gap: 10px;
        font-size: 14px;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .place {

        font-size: 16px;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .time {

        font-size: 14px;
    }
}

@media(max-width: 767px) {
    /* ================map */

    .port-time-location .port-time-location-header h3 {
        font-size: 16px;
    }

    .port-time-location .port-time-location-header h4 {
        font-size: 12px;
        line-height: 1.3;
        max-width: 215px;
        margin: auto;
    }
    
    .port-time-location .port-time-location-header h2 {
	    margin-bottom: 0px;
    }

    .port-time-location .port-map-location {
        flex-direction: column;
        gap: 0;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time .port-count {
        font-size: 11px;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail {
        padding: 6px 10px;
    }

    .port-time-location .port-map-location .port-date-time .port-filter :is(.onliy-port, .all-port) {
        width: 100%;
        padding: 10px 11px;
    }

    .port-time-location .port-map-location :is(#port-map, .port-date-time) {
        width: 100%;
    }
}

@media(max-width:575px) {

    /* ==========map */
    .port-time-location .port-map-location .port-date-time .port-filter {
        flex-direction: column;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .place {
        font-size: 14px;
        text-align: start;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .time {
        font-size: 12px;
        text-align: start;
        margin-left: 0;
    }

    .port-time-location .port-map-location .port-date-time .port-places-time .port-place-time-detail .detail .palce-time {
        gap: 0;
        flex-direction: column;
    }
}

/* ============= about ship ============= */
.about-ships {
    background-image: url("/image/32235835846cc0cafde060328025adb8a2b98b61.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-ships .about-ship {
    padding: 20px 0;
}

.about-ships .about-ship .about-ship-container {
    width: 90%;
    gap: 20px;
    margin: auto;
}

.about-ships .about-ship .about-ships-heading {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
    margin-bottom: 15px;
}

.about-ships .about-ship .about-ship-container .ship-image {
    width: 44%
}

.about-ships .about-ship .about-ship-container .ship-details {
    width: 56%;
    background: #fff;
    padding: 33px 25px;
    border-radius: 10px;
}

.about-ships .about-ship .about-ship-container .ship-image .Option-slider {
    position: relative;
}

.about-ships .about-ship .about-ship-container .ship-image .Option-slider .Continue-searching-container :is(.Option-img-swiper-button-next, .Option-img-swiper-button-prev) {
    border: unset;
    background: #8037ff;
}

.about-ships .about-ship .about-ship-container .ship-image .Option-slider .Continue-searching-container .swiper-button-disabled {
    backdrop-filter: blur(4px) !important;
    background: #ffffff40 !important;
    opacity: unset;
    border: unset;
}

.about-ships .about-ship .about-ship-container .ship-image .Option-slider .Continue-searching-container {
    position: absolute;
    top: 50%;
    justify-content: space-between;
    width: 90%;
    left: 5%;
}

.about-ships .about-ship .about-ship-container .ship-details .ship-detail-heading {
    color: #000;
    text-align: start;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 125% */
    text-transform: capitalize;
}

.about-ships .about-ship .about-ship-container .ship-details .ship-detail-list {
    gap: 10px;
}

.about-ships .about-ship .about-ship-container .ship-details .ship-detail-list li {
    width: calc(50% - 5px);
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
}

.about-ships .about-ship .about-ship-container .ship-details .ship-detail-list li span svg {
    width: 24px;
    height: 24px;
}

.about-ships .about-ship .about-ship-container .view_ship_img {
    position: absolute;
    top: 85%;
    justify-content: space-between;
    width: 90%;
    left: 5%;
}

.about-ships .about-ship .about-ship-container .view_ship_img .swiper-pagination {
    position: static;
    margin: 0;
}

.about-ships .about-ship .about-ship-container .restrictions {
    gap: 5px;
    padding: 14px 12px;
    border-radius: 5px;
    background: #F2F0FC;
    margin-top: 25px;

    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media(max-width: 1200px) {
    .about-ships .about-ship .about-ship-container .ship-image .Option-slider .Continue-searching-container {
        top: 45%;
    }

    .about-ships .about-ship .about-ship-container .view_ship_img {
        top: 85%;
    }
}

@media(max-width: 1080px) {
    .about-ships .about-ship .about-ship-container .view_ship_img {
        top: 80%;
    }
}

@media(max-width: 991px) {
    .about-ships .about-ship .about-ship-container {
        flex-direction: column;
    }

    .about-ships .about-ship .about-ship-container .view_ship_img {
        top: 90%;
    }

    .about-ships .about-ship .about-ship-container .ship-image {
        width: 100%
    }

    .about-ships .about-ship .about-ship-container .ship-details {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .about-ships .about-ship .about-ship-container .view_ship_img {
        top: 85%;
    }
}

@media(max-width: 575px) {

    /* ========= about ship =============  */
    .about-ships .about-ship {
        padding: 20px 12px;
    }

    .about-ships .about-ship .about-ship-container {
        width: 100%;
        gap: 15px;
    }

    .about-ships .about-ship .about-ship-container .view_ship_img {
        top: 80%;
    }

    .about-ships .about-ship .about-ship-container .view_ship_img .swiper-pagination {
        padding: 5px;
    }

    .about-ships .about-ship .about-ship-container .ship-details {
        padding: 15px;
    }

    .about-ships .about-ship .about-ship-container .ship-details .ship-detail-heading {
        font-size: 20px;
    }

    .about-ships .about-ship .about-ship-container .ship-details .ship-detail-list li {
        width: 100%;
        font-size: 14px;
    }

    .about-ships .about-ship .about-ship-container .ship-details .ship-detail-list li span svg {
        width: 20px;
        height: 20px;
    }

    .about-ships .about-ship .about-ship-container .restrictions {
        padding: 8px 5px;
        margin-top: 20px;
        font-size: 12px;
    }
}

/* ========= cruise service============ */
.exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills {
    gap: 5px;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills .nav-item .nav-link {
    display: flex;
    gap: 10px;
    align-items: center;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills .nav-item .nav-link span svg {
    fill: #8037FF;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills .nav-item .nav-link.active span svg {
    fill: #fff;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills .nav-item .nav-link:hover span svg {
    fill: #fff;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row {
    width: calc(33.33% - 15px);
    padding: 10px;
    border: 1.02px solid #c6c1ce;
    border-radius: 15.32px;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text h3 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    text-transform: capitalize;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text p {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 146.667% */
    text-transform: capitalize;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text .read-more-detail {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
    /* 17.88px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog {
    max-width: 450px !important;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content figure {
    max-width: 550px;
    margin: auto;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content figure img {
    width: 100%;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content .modal-header .modal-title {
    color: #000;
    font-family: "Poppins";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content .modal-body p {
    color: #2B1209;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


@media(max-width: 767px) {
    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row {
        width: calc(50% - 5px);
    }
}

@media(max-width: 575px) {

    /* ============ cruise service =============  */
    .exploer-cruise-service .container {
        padding: 0 12px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-text-with-tab .nav.nav-pills .nav-item .nav-link {
        padding: 8px 10px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row {
        width: 100%;
        padding: 5px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme {
        flex-direction: row;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme img {
        max-width: 110px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text {
        gap: 5px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text h3 {
        font-size: 18px;
        line-height: 27px;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .destinations-img-row .sec-theme .img-upper-text p {
        font-size: 12px;
        line-height: 17px;
    }


    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog {
        max-width: 100% !important;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 16px;
        line-height: 130%;
    }

    .exploer-cruise-service .explore-top-hotel-wrp .explore-tab-content .destinations-img-block .modal .modal-dialog .modal-content .modal-body p {
        font-size: 13px;
    }
}

/* ==============================select-cruise-deck-room=================== */
/* .explore-top-hotel.section-padding.select-cruise-deck-room {
    padding: 30px 0;
} */

.select-cruise-deck-room .container .explore-top-hotel-wrp {
    gap: 30px;
}

.select-cruise-deck-room .container .explore-top-hotel-wrp .explore-text-with-tab {
    gap: 15px;
}

.select-cruise-deck-room .container .explore-top-hotel-wrp .explore-text-with-tab .com_title {
    width: 100%;
    color: #000;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
}

.select-cruise-deck-room .container .explore-top-hotel-wrp .explore-text-with-tab .nav-container {
    margin: auto;
    overflow-x: auto;
}

.select-cruise-deck-room .container .explore-top-hotel-wrp .explore-text-with-tab .nav .nav-item {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row {
    width: 100%;
    border: none;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
    gap: 70px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img {
    width: 450px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure {
    max-height: 1285px;
    overflow-y: auto;
    padding: 0 20px
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure img {
    width: 100%;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure::-webkit-scrollbar {
    width: 4px;
}
.dack-img figure::-webkit-scrollbar-track {
    background: #C0C2E1;
}
.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure::-webkit-scrollbar-thumb {
    background: linear-gradient(0deg, #8037FF 0%, #8037FF 100%), #D9D9D9;
}
.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img h2 {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    background: #DDDAEB;
    border-radius: 5px;
    padding: 10px 0;
}


.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content {
    max-height: 865px;
    padding: 15px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-header {
    background-color: #fff;
    padding: 0;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body {
    flex-direction: column;
    gap: 15px;
    overflow-y: auto;
    padding: 0;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item {
    border-radius: 10px;
    border: 1px solid #E3E0F0;
    padding: 12px;
    flex-direction: column;
    gap: 10px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .accordion-collapse .accordion-body {
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #E3E0F0;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .accordion-collapse .accordion-body h3 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 187.5% */
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .accordion-collapse .accordion-body p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details {
    flex-direction: row;
    gap: 20px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details figure {
    margin: 0;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail {
    flex-direction: column;
    gap: 10px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail .accordion-header {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    /* 150% */
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail a {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
    /* 17.88px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail a span svg {
    width: 18px;
    height: 18px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .note {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room {
    padding: 12px;
    border: 1px solid #E3E0F0;
    display: inline-flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
    margin: 0;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure img {
    width: 100%;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail .about-room h3 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail .about-room p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail .color-variant {
    max-width: 180px;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail a {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    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;
    text-transform: capitalize;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .select-date {
    justify-items: end;
}

.select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .select-date a {
    display: flex;
    padding: 5px 25px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 44px;
    border: 2px solid #000;
    background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(90deg, rgba(8, 102, 255, 0.10) -3.23%, rgba(227, 238, 255, 0.20) 41.11%), #E3EEFF;
    max-width: 165px;
    color: #fff;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

@media(max-width: 1440px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        gap: 65px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img {
        width: 400px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 30%;
    }

}

@media(max-width: 1200px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        gap: 55px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img h2 {
        font-size: 18px;
        line-height: 27px;
        padding: 5px 0;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 40%;
    }
}

@media(max-width: 1080px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        gap: 45px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 55%;
    }
}

@media(max-width: 991px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        gap: 35px;
        /* flex-direction: column; */
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 60%;
    }
}

@media(max-width: 767px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img {
        width: 370px;
        margin: auto;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure img {
        max-width: 346px;
        max-height: 467px;
        margin: auto;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        flex-direction: column;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 40%;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .note {
        display: none;
    }
}

@media(max-width: 575px) {

    /* ==============================select-cruise-deck-room=================== */
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row {
        gap: 25px;
        padding: 0;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail {
        gap: 25px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img {
        width: 100%;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure {
        padding: 0;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-img figure img {
        width: 100%;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room {
        gap: 10px;
        padding: 10px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room figure {
        width: 100%;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details {
        gap: 10px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail {
        gap: 5px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail .about-room h3 {
        font-size: 16px;
        line-height: 17px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail .about-room p {
        font-size: 12px;
        line-height: 16px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .room-detail a {
        font-size: 12px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .select-date {
        justify-items: start;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .room .room-details .select-date a {
        padding: 5px 20px;
        font-size: 12px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details {
        flex-direction: column;
        gap: 10px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details .cabin-detail {
        gap: 5px;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details figure {
        width: 60%;
        margin: auto;
    }

    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details figure img {
        width: 100%;
        max-height: 160px;
    }

}

@media(max-width: 425px) {
    .select-cruise-deck-room .explore-top-hotel-wrp .explore-tab-content .tab-content .tab-pane .destinations-img-block .destinations-img-row .deck-detail .dack-rooms .earning-points-credits .modal-dialog .modal-content .modal-body .accordion-item .cabin-details figure {
        width: 100%;
        margin: auto;
    }
}

/* ==============Booking Terms & Conditions=================== */
/* .booking-terms-conditions {
    padding: 30px 0;
} */

.booking-terms-conditions .container {
    flex-direction: column;
    gap: 15px;
}

.booking-terms-conditions .container h2 {
    color: #000;
    font-family: "Poppins";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    /* 112.5% */
    text-align: center;
}

.booking-terms-conditions .container .terms-conditions {
    max-width: 1180px;
    margin: auto;
    flex-direction: column;
    gap: 10px;
}

.booking-terms-conditions .container .terms-conditions .terms-condition {
    gap: 20px;
    flex-direction: column;
}

.booking-terms-conditions .container .terms-conditions .terms-condition p {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 149%;
    /* 23.84px */
}

.booking-terms-conditions .container a {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 149%;
    /* 22.35px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

@media(max-width: 767px) {
    .booking-terms-conditions .container .terms-conditions .terms-condition {
        gap: 15px;
    }
}

@media(max-width: 575px) {
    .booking-terms-conditions .container h2 {
        font-size: 22px;
    }

    .booking-terms-conditions .container .terms-conditions .terms-condition {
        gap: 10px;
    }

    .booking-terms-conditions .container .terms-conditions .terms-condition p {
        font-size: 13px;
    }

    .booking-terms-conditions .container .terms-conditions a {
        font-size: 13px;
    }
}


/* ==============Over service============ */
/* .over-service {
    padding: 30px 0;
} */

.over-service .container .should-book-with-img .row .d-flex .benefit-card {
    padding: 20px !important;
}

.over-service .container .should-book-with-img .row .d-flex .benefit-card p {
    margin: 0;
}

@media(max-width: 767px) {
    .over-service .container .should-book-with-img .row .d-flex .benefit-card h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .over-service .container .should-book-with-img .row .d-flex .benefit-card p {
        font-size: 14px;
        line-height: 145.538%;
    }
}



/* ==================faq_cruise===================== */
.faq_cruise_single {
    background-image: url("/image/32235835846cc0cafde060328025adb8a2b98b61.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq_cruise_single .accordion-item,
.faq_cruise_single .accordion-header,
.faq_cruise_single .accordion-button {
    border-radius: 5px !important;
}

.faq_cruise_single .accordion-button {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 20.8px */
    text-transform: capitalize;
    gap: 10px;
}

.faq_cruise_single .accordion-button:not(.collapsed) {
    background-color: #fff;
}

.faq_cruise_single .accordion-button:focus {
    box-shadow: none;
}

@media(max-width: 767px) {
    .faq_cruise_single .container .com_title {
        padding-bottom: 15px;
        font-size: 20px;
    }

    .faq_cruise_single .accordion-button {
        font-size: 13px;
        padding: 15px;
    }

    .faq_cruise_single .accordion-item .accordion-collapse .accordion-body {
        font-size: 13px;
        padding: 15px;
    }

    .faq_cruise_single .col-md-6 {
        margin: 0;
    }
}



.room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row h6 {
    color: #606060;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138%;
    /* 19.32px */
}

.room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row .premium-rating {
    justify-content: space-between;
}

.room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row .premium-rating .hotel-single-review svg {
    width: 21px;
    height: 21px;
}

.room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row .premium-rating .hotel-single-review p span {
    font-size: 16px;
    margin-top: 4px;
}

.room-suggestion .container .grid_offer_date {
    flex-wrap: wrap;
}

@media(max-width: 575px) {
    .room-suggestion .container .grid_offer_date {
        flex-direction: row;
        gap: 5px
    }

    .room-suggestion .container .grid_offer_date span {
        display: block;
    }

    .room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row .premium-rating .hotel-single-review svg {
        width: 20px;
        height: 20px;
    }

    .room-suggestion .container .banner_grid_text .banner_grid_text_row .banner_grid_tags .grid_tags_row .premium-rating .hotel-single-review p span {
        font-size: 14px;
    }
}


/* ===========Earning points & status credits======= */
.earning-points-credits .modal-content .modal-header .modal-title {
    color: #000;
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.earning-points-credits .modal-content .modal-body h6 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.earning-points-credits .modal-content .modal-body p {
    color: #606060;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

@media(max-width: 575px) {
    .earning-points-credits .modal-content .modal-header .modal-title {
        font-size: 16px;
        line-height: 130%;
    }

    .earning-points-credits .modal-content .modal-body h6 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .earning-points-credits .modal-content .modal-body p {
        font-size: 12px;
    }
}

#date-price,
#itinerary,
#about-the-ship,
#select-cruise-deck-room,
#faq_cruise_single {
    scroll-margin-top: 100px;
}

.club-img {
    position: relative;
    margin-top: -145px;
}

.club-img .breadcrumb-content {
    max-width: 1380px;
    margin: auto;
    justify-items: center;
    padding: 0;
}

.club-img .breadcrumb-content .tour-contabt {
    position: absolute;
    top: 55%;
    left: 22%;
    width: 380px;
    transform: translate(-22%, -55%);
}

.club-img .breadcrumb-content .tour-contabt .tour_contact_btn {
    width: fit-content;
}

.club-img .breadcrumb-content .tour-contabt h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
}

@media(max-width:1200px) {
    .club-img .breadcrumb-content .tour-contabt {
        left: 24%;
        top: 50%;
        transform: translate(-24%, -50%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 48px;
    }
}

@media(max-width:1080px) {
    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 45px;
    }
}

@media(max-width:991px) {
    .club-img {
        margin-top: -130px;
    }

    .club-img .breadcrumb-content .tour-contabt {
        top: 55%;
        transform: translate(-24%, -55%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 35px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 8px 30px;
    }
}

@media(max-width:767px) {
    .club-img {
        margin-top: -100px;
    }

    .club-img .breadcrumb-content {
        padding: 35px 0;
    }

    .club-img .breadcrumb-content .tour-contabt {
        left: 20%;
        top: 50%;
        transform: translate(-20%, -50%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 30px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .club-img {
        margin-top: -110px;
    }

    .club-img .breadcrumb-content {
        padding: 25px 0;
    }

    .club-img .breadcrumb-content .tour-contabt {
        left: 50%;
        top: 10%;
        transform: translate(-50%, -15%);
        width: max-content;
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 50px;
        max-width: 300px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
}

@media(max-width:475px) {
    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 40px;
        max-width: 250px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 15px;
        font-size: 15px;
    }
}

@media(max-width:375px) {
    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 35px;
    }

    .club-img .tour_contact_btn {
        padding-top: 5px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 15px;
        font-size: 12px;
    }
}


/*==============travel-benefits================== */


.travel-benefits .benefit-cards {
    flex-wrap: wrap;
    gap: 20px;
}

.travel-benefits .benefit-cards .benefit-card {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.travel-benefits .benefit-cards .benefit-card .benefit {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.travel-benefits .benefit-cards .benefit-card .benefit h5 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.travel-benefits .benefit-cards .benefit-card .benefit p {
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: capitalize;
    margin: 0;
}

@media(max-width:991px) {
    .travel-benefits .benefit-cards .benefit-card {
        flex: 1 1 calc(50% - 10px);
    }

    .travel-benefits .benefit-cards .benefit-card .benefit p {
        font-size: 14px;
    }

}

@media(max-width:767px) {
    .travel-benefits {
        padding: 35px 0;
    }

}

@media(max-width:575px) {
    .travel-benefits {
        padding: 25px 0;
    }

    .travel-benefits .benefit-cards .benefit-card {
        flex: 1 1 calc(100% - 10px);
    }

    .travel-benefits .benefit-cards .benefit-card .benefit {
        max-width: 400px;
    }
}




/* =====================why-join-yoda================== */
.why-join-yoda-service .row-title-wrp .why-join-row-content h5 {
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: capitalize;
}

@media screen and (max-width:1399px) {
    .why-join-yoda-service .why-join-block .why-join-row {
        padding: 35px 30px 15px;
    }

    .why-join-yoda-service .row-title-wrp .why-join-row-title {
        margin-top: 15px;
    }
}

@media screen and (max-width:1199px) {
    .why-join-yoda-service .row-title-wrp .why-join-row-title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px) {
    .why-join-yoda-service .why-join-block .why-join-row {
        width: calc(50% - 10px);
    }

    .subscription-service {
        padding: 25px 0;
    }

}


@media (max-width:767px) {
    .subscription-service {
        padding: 35px 0;
    }
}

@media screen and (max-width:575px) {
    .subscription-service {
        padding: 25px 0;
    }

    .why-join-yoda-service .why-join-block {
        padding-top: 30px;
        row-gap: 40px;
    }

    .why-join-yoda-service .why-join-block .why-join-row {
        width: 100%;
    }

    .why-join-yoda-service .why-join-row figure {
        margin-top: -60px;
    }

    .why-join-yoda-service .why-join-row figure img {
        width: 54px;
        height: 54px;
    }
}

.why-join-yoda {
/*     background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-position: center;
}

.why-join-yoda .main_title {
    color: #000 !important;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 173.333% */
    text-transform: capitalize;
}




.why-join-yoda .title_img {
    margin: 0 0 30px;
    text-align: center;
}

.why-join-yoda .title_img img {
    width: 100%;
    height: auto;
    max-width: 450px;
    object-fit: contain;
    vertical-align: middle;
}

.why-join-yoda .why-join-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 50px;
    row-gap: 60px;
}

.why-join-yoda .why-join-block .why-join-row {
    width: calc(33.33% - 13.33px);
    position: relative;
    padding: 40px 0px 0;
    text-align: center;
}

.why-join-yoda .why-join-row .block-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.why-join-yoda .why-join-row .block-back-image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: unset;
}

.why-join-yoda .why-join-row figure {
    margin: 0;
    margin-top: -68px;
    position: relative;
}

.why-join-yoda .why-join-row figure img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.why-join-yoda .row-title-wrp {
    position: relative;
    padding: 5% 8% 5% 8%;
    margin: 0 auto;
}

.why-join-yoda .row-title-wrp .why-join-row-title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
}

.subscription-service .why-join-yoda .row-title-wrp .why-join-row-content p {
    margin: 0;
    letter-spacing: 0px;
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    text-transform: capitalize;
}

.why-join-yoda .row-title-wrp .why-join-row-content p strong {
    color: #8037FF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
}

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

    .why-join-yoda .row-title-wrp .why-join-row-title {
        margin-top: 15px;
    }
}

@media screen and (max-width:1199px) {
    .why-join-yoda .row-title-wrp .why-join-row-title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px) {
    .why-join-yoda .why-join-block .why-join-row {
        width: calc(50% - 10px);
    }

    .why-join-yoda .main_title {
        font-size: 24px;
        margin: 0;
    }

    .why-join-yoda .why-join-block {
        padding-top: 35px;
        row-gap: 50px;
		margin-right: -12px;
    }
}

@media screen and (max-width:575px) {
    .why-join-yoda .why-join-block {
        padding-top: 30px;
        row-gap: 40px;
    }

    .why-join-yoda .why-join-block .why-join-row {
        width: 100%;
    }

    .why-join-yoda .why-join-row figure {
        margin-top: -60px;
    }

    .why-join-yoda .why-join-row figure img {
        width: 54px;
        height: 54px;
    }
}




/* ============pricings============= */


.suscription-premium .pum_pricing_box.box_1,
.suscription-premium .pum_pricing_box.box_4 {
    background-image: unset;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_box.box_2,
.suscription-premium .pum_pricing_box.box_5 {
    background-image: unset;
    background: linear-gradient(-45deg, #000, #3F51B5, #FF5722, #CDDC39);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_box.box_3,
.suscription-premium .pum_pricing_box.box_6 {
    background-image: unset;
    background: linear-gradient(-45deg, #000, #3F51B5, #FF5722, #CDDC39);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_1,
.pum_pricing_row .pum_pricing_box.box_4 {
    background-image: url(/image/Background.png);
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_2,
.pum_pricing_row .pum_pricing_box.box_5 {
    background-image: url(/image/Background\ \(1\).png);
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_3,
.pum_pricing_row .pum_pricing_box.box_6 {
    background-image: url(/image/Background\ \(2\).png);
}

@keyframes upone {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.suscription-premium .pum_pricing_box .premium_com {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border: 3px solid #fff;
}

.suscription-premium .pum_pricing {
    margin: 50px 0;
}

.suscription-premium .pum_pricing_text {
    text-align: center;
    margin: auto;
}

.suscription-premium .pum_pricing_text .dis * {
    margin: 0;
}

.suscription-premium .pum_pricing_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* gap: 10px; */
    margin-top: 20px;

    border-radius: 30px;
    background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%);
}

.suscription-premium .pum_pricing_text .dis {
    font-size: 14px;
    letter-spacing: 0;
}

.suscription-premium .pum_pricing_btn p {
    margin: 0;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 12px 30px;
}

.suscription-premium .pum_pricing_btn p {
    background: transparent;
    color: #472670;
}

.suscription-premium .pum_pricing_btn p.active {
    background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff);
    color: #fff;
    /* border: 2px solid #a23aff; */
}

.suscription-premium .pum_pricing_col {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    margin: 40px auto;
    max-width: 100%;
    gap: 20px;
}

.suscription-premium .pum_pricing_box {
    background: linear-gradient(to Right, #9c3aff5c, #a93aff29, #cd26ff42);
    padding: 40px 20px 60px;
    border-radius: 30px;
    border: 1px solid #a33aff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.suscription-premium .pum_pricing_box .pricing_Block_title {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    background-color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
}

.suscription-premium .pum_pricing_box .dis {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.6;
    margin: 20px 0 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.suscription-premium .pum_pricing_box .dis * {
    margin: 0;
}

.suscription-premium .pum_pricing_box.box_2,
.pum_pricing_box.box_5 {
    border-width: 2px;
}

.suscription-premium .pum_pricing_box .dis ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.suscription-premium .pum_pricing_box .dis ul li {
    padding-left: 30px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.630981" y="0.263428" width="21.4737" height="21.4737" rx="10.7368" fill="%23E3E0F0"/><path d="M23.4748 1.59933C23.7786 1.35297 24.1785 1.78734 23.9141 2.0726L11.258 15.6541C10.6516 16.2959 9.56146 16.1403 9.16152 15.3494L5.7556 8.59397C5.43306 7.95862 6.28455 7.33625 6.79414 7.84841L10.8322 11.9334L23.4748 1.59933Z" fill="%238037FF"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 14%;
    font-size: 14px;
}

.suscription-premium .pum_pricing_box .pum_pricing_popup {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: fit-content;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 30px;
    border: 3px solid #fff;
}

.suscription-premium .pum_pricing_text .dis strong {
    -webkit-text-stroke: 1px white;
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_1,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_2,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_3,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_4,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_5,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_6 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
}

.suscription-premium .main_title.sub-title {
    color: #000 !important;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
}

.suscription-premium .main_title.com_title_30 span {
    font-family: Palisade;
    font-weight: 400;
    font-size: 60px;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #8037FF;
}

.suscription-premium .com_title_30 {
    font-weight: 600;
    font-size: 40px;
    line-height: 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
}

.suscription-premium .pum_service_title .com_title_30 {
    margin-bottom: 30px;
    text-align: center;
}

.suscription-premium .two-travel-box {
    padding: 20px 0;
}

.suscription-premium .two-travel-box p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.suscription-premium .two-travel-box strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #8037FF;
}


.suscription-premium .two-travel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px 0;
}

.suscription-premium .lifestyle-club {
    border-radius: 5px;
    background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%), #F0DEF2;
    padding: 12px 25px;
    border-radius: 5px;
    text-align: center;
}

.suscription-premium .lifestyle-club.plus.icon {
    background: none;
    padding: 0;
}

.suscription-premium .lifestyle-club.plus.icon img {
    width: 40px;
    height: 40px;
}

.plus.icon img {
    display: block;
}

.suscription-premium .pum_service_block .dis p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
}

.suscription-premium .pum_service_block .dis {
    font-size: 16px;
}

.suscription-premium .pum_word_in .dis * {
    margin: 0;
}

.suscription-premium .pum_word_in .dis {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.suscription-premium .premium_com {
    background: linear-gradient(to Right, #9c3aff, #9c3bff, #ad4bfc);
    padding: 14px 33px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 25.8px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;

}

.suscription-premium .pricing_Block_money {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    /* 130% */
}

.suscription-premium .pricing_Block_Text {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

/*
.suscription-premium .premium_com:hover {
    background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff);
}
*/

.suscription-premium .premium_banner_form button.premium_com {
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.suscription-premium .premium_banner_form form button.premium_com {
    width: 100%;
}

.suscription-premium .pum_review_slide .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9AC90;
}

.suscription-premium .premium_faq_heading.active span {
    transform: rotate(180deg);
}

.suscription-premium .pum_service_row .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9AC90;
}

@media(max-width:1199px) {

    .suscription-premium .pum_pricing_box .premium_com {
        max-width: 200px;
    }

    .suscription-premium .com_title_30 {
        font-size: 28px;
    }

    .suscription-premium .pum_service_block .dis {
        font-size: 14px;
    }

    .suscription-premium .pum_word_in .dis {
        font-size: 13px;
    }

    .suscription-premium .pum_pricing_box .premium_com {
        max-width: 200px;
    }
}

@media(max-width:991px) {
    .suscription-premium .pum_pricing_box {
        padding: 40px 15px 60px;
        border-radius: 20px;
    }

    .suscription-premium .pum_pricing_box .dis {
        font-size: 14px;
        padding: 20px 10px;
    }

    .suscription-premium .two-travel-box {
        flex-direction: column;
    }

    .suscription-premium .pricing_Block_Text {
        font-size: 16px;
    }

    .suscription-premium .pum_pricing_box .pum_pricing_popup {
        font-size: 16px;
    }

    /* .main_title.sub-title{line-height:50px;font-size: 45px;} */
    .suscription-premium .pum_pricing_box .dis {
        font-size: 14px;
        padding: 20px 10px;
    }

    .suscription-premium .main_title.sub-title {
        font-size: 24px;
        line-height: 30px;
    }

    .suscription-premium .two-travel-box strong {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .suscription-premium .pum_service_col .pum_service_slide {
        column-gap: 0;
        row-gap: 0;
    }


    .suscription-premium .com_title_30 {
        font-size: 24px;
    }

    .suscription-premium .pum_pricing_col {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 500px;
    }
}

@media(max-width:767px) {
    .suscription-premium .pum_pricing_col {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .suscription-premium .pum_pricing_box:not(.box_2):not(.box_5) {
        transform: scale(1);
    }

    .suscription-premium .pricing_Block_money {
        font-size: 36px;
    }

    .suscription-premium .pum_pricing_box .pricing_Block_title {
        font-size: 22px;
    }

    .suscription-premium .main_title.com_title_30 span {
        font-size: 35px;
    }
}

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

    .suscription-premium .com_title_30 {
        font-size: 20px;
    }
}

@media(max-width:575px) {
    .suscription-premium {
        padding: 25px 0;
    }

    .suscription-premium .pum_pricing_col {
        margin: 20px auto;
    }

    .suscription-premium .com_title_30 {
        font-size: 24px;
    }

    .suscription-premium .lifestyle-club.plus.icon img {
        width: 20px;
        height: 20px;
    }


    .suscription-premium .pum_imgText_title .com_title_30 {
        font-size: 20px;
    }

    .suscription-premium .pum_service_title .com_title_30 {
        margin-bottom: 15px;
    }

    .suscription-premium .premium_com {
        font-size: 16px;
    }

    .suscription-premium .pum_pricing_col {
    	 margin: 5px auto 30px;
    }

    .suscription-premium .two-travel-box p {
        font-size: 14px;
        line-height: 14px;
    }

    .suscription-premium .two-travel-box strong {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width:370px) {
    .suscription-premium .pum_imgText_title .com_title_30 {
        font-size: 17px;
    }

    .suscription-premium .pum_imgText_dis,
    .suscription-premium .pum_service_block .dis {
        font-size: 13px;
    }

    .suscription-premium .premium_com {
        font-size: 14px;
    }
}



/* Blog Card - K */
.hover-card .card-body {
	display: flex;
	flex-direction: column;
	min-height: 175px;
}
.hover-card .card-body p {
	flex-grow: 1;
}
.hover-card .card-body a {
    align-self: flex-end;
    display: flex;
    padding: 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.32px;
    width: fit-content;
}
.hover-card .card-body a:hover {
	background: #000;
    color: #fff;
}
.hover-card .imageHolder {
	display: block;
	position: relative;
	overflow: hidden;
}
.hover-card .imageHolder img {
	transform: scale(1);
    transition: 0.5s;
}
.hover-card:hover {
	box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);
}
.hover-card:hover .imageHolder img {
	transform: scale(1.05);
}




/* ============review=============== */


.public-review .swiper-wrapper {
    padding-bottom: 50px;
}

.public-review .pum_review_title .com_title_30 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin: 0;
}

.public-review .pum_review_arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.public-review .pum_review_arrow>*:first-child {
    transform: rotate(180deg);
}

.public-review .pum_review_arrow>* {
    height: 36px;
    width: 36px;
    border: .82px solid #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
}

.public-review .pum_review_star .pum_review_star_span svg {
    height: 18px;
    width: 21px;
}

.public-review .pum_review_star {
    display: flex;
    align-items: center;
}

.public-review #custom_text_slider .pum_review_img {
    flex-direction: column;
}

.public-review .pum_review_star .pum_review_star_span {
    display: flex;
}

.public-review .pum_review_name h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.1;
}

.public-review .pum_review_ser>img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.public-review .pum_review_ser {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pum_review_ser>img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.public-review .pum_review_dis p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.public-review .pum_review_dis {
    margin-top: 15px;
}



@media(max-width:991px) {
    .public-review {
        padding: 35px 0;
    }

    .public-review .pum_review_title .com_title_30 {
        font-size: 24px;
        line-height: 30px;
    }

}

@media(max-width:767px) {
    .public-review {
        padding: 40px;
    }

    .public-review .pum_review_title .com_title_30 {
        text-align: center;
        width: 100%;
    }

    .public-review .pum_review_arrow {
        display: none;
    }
}

@media(max-width:575px) {
    .public-review {
        padding: 25px 0;
    }

    .public-review {
        padding: 25px;
    }
}




/* ============faq-accordion================== */
.faq-accordion {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.faq-accordion-md-pt {
    padding-bottom: 130px !important;
    margin-bottom: -100px !important;
}

.accordion-item,
.accordion-header,
.accordion-button {
    border-radius: 5px !important;
}

.faq-accordion .accordion-button:focus {
    box-shadow: unset;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}

.faq-accordion .accordion-button {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: capitalize;
}

@media(max-width:767px) {
    .faq-accordion {
        padding: 35px 0;
    }

    .faq-accordion .col-md-6 {
        margin-top: 0;
    }
}

@media(max-width:575px) {
    .faq-accordion {
        padding: 25px 0;
    }

    .faq-accordion .accordion-button {
        font-size: 13px;
    }

    .faq-accordion .accordion-body {
        font-size: 13px;
    }

}


/* =================footer================== */
.footer.subscription .footer_trust_in {
    justify-content: center;
}





/* =====================How It Works================= */
.work-flow-chart {
    padding-bottom: 50px;
}

.work-flow-chart .work-flow {
    align-items: center;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.work-flow h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.work-flow .how-works-flow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/image/line.svg) no-repeat center;
    background-size: auto;
    transform: rotate(180deg);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.work-flow .how-works-flow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    width: 100%;
    background-color: #fff;

    align-items: center;
    z-index: 0;
    position: relative;
}

.work-flow .step-card {
    background: #f2f2fb;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(160, 154, 181, 0.10);
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.45;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.work-flow .step-badge {
    background: #8255e6;
    color: #fff;
    border-radius: 9px;
    width: 46px;
    height: 46px;
    box-shadow: 0 2px 8px 0 rgba(130, 85, 230, 0.18);
    z-index: 1;
    transition: background 0.15s;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -40px
}

.work-flow .step-card h2 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 120% */
    text-transform: capitalize;
}

.work-flow .step-card p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.work-flow .step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #8255e6;
    margin-top: 0;
    margin-bottom: 0;
    user-select: none;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

.work-flow .step-arrow svg {
    margin: 0 4px;
    vertical-align: middle;
}

.work-flow .tour_contact_btn {
    width: auto;
}

@media (max-width: 991px) {
    .work-flow-chart .work-flow {
        padding-left: 0px;
    }

    .work-flow .how-works-flow {
        flex-direction: column;
        overflow: hidden;
        padding-top: 20px;
        max-width: 400px;
    }

    .work-flow .how-works-flow::before {
        transform: rotate(90deg);
    }

    .work-flow .step-arrow {
        transform: rotate(90deg);
        margin: 0;
        margin-bottom: 20px;

    }

    .work-flow .step-card {
        flex-direction: column;
    }

    .work-flow .step-badge {
        margin: 0;
        margin-top: -35px;

    }

    .work-flow h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .work-flow-chart {
        padding-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .work-flow-chart {
        padding-bottom: 25px;
    }

    .work-flow-chart .work-flow {
        gap: 20px;
    }
}

@media (max-width: 475px) {
    .work-flow-chart .work-flow {
        gap: 15px;
    }

    .work-flow h2 {
        font-size: 1.5rem;
    }

    .work-flow .how-works-flow {
        gap: 10px;
    }

    .work-flow .step-card h2 {
        font-size: 18px;
    }

    .work-flow .step-card p {
        font-size: 12px;
    }

    .work-flow .step-badge {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .work-flow .tour_contact_btn .secondary_btn {
        font-size: 14px;
    }
}

.club-img {
    position: relative;
    margin-top: -145px;
}

.club-img .breadcrumb-content {
    max-width: 1380px;
    margin: auto;
    justify-items: center;
    padding: 0;
}

.club-img .breadcrumb-content .tour-contabt {
    position: absolute;
    top: 55%;
    left: 22%;
    width: 380px;
    transform: translate(-22%, -55%);
}

.club-img .breadcrumb-content .tour-contabt .tour_contact_btn {
    width: fit-content;
}

.club-img .breadcrumb-content .tour-contabt h1 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 50px;
}

@media(max-width:1200px) {
    .club-img .breadcrumb-content .tour-contabt {
        left: 24%;
        top: 50%;
        transform: translate(-24%, -50%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 48px;
    }
}

@media(max-width:1080px) {
    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 45px;
    }
}

@media(max-width:991px) {
    .club-img {
        margin-top: -130px;
    }

    .club-img .breadcrumb-content .tour-contabt {
        top: 55%;
        transform: translate(-24%, -55%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 35px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 8px 30px;
    }
}

@media(max-width:767px) {
    .club-img {
        margin-top: -100px;
    }

    .club-img .breadcrumb-content {
        padding: 35px 0;
    }

    .club-img .breadcrumb-content .tour-contabt {
        left: 20%;
        top: 50%;
        transform: translate(-20%, -50%);
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 30px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .club-img {
        margin-top: -110px;
    }

    .club-img .breadcrumb-content {
        padding: 25px 0;
    }

    .club-img .breadcrumb-content .tour-contabt {
        left: 50%;
        top: 10%;
        transform: translate(-50%, -15%);
        width: max-content;
    }

    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 50px;
        max-width: 300px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 12px 18px;
        font-size: 16px;
    }
}

@media(max-width:475px) {
    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 40px;
        max-width: 250px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 15px;
        font-size: 15px;
    }
}

@media(max-width:375px) {
    .club-img .breadcrumb-content .tour-contabt h1 {
        font-size: 35px;
    }

    .club-img .tour_contact_btn {
        padding-top: 5px;
    }

    .club-img .breadcrumb-content .tour_contact_btn a {
        padding: 10px 15px;
        font-size: 12px;
    }
}


/*==============travel-benefits================== */


.travel-benefits .benefit-cards {
    flex-wrap: wrap;
    gap: 20px;
}

.travel-benefits .benefit-cards .benefit-card {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.travel-benefits .benefit-cards .benefit-card .benefit {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.travel-benefits .benefit-cards .benefit-card .benefit h5 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin: 0;
}

.travel-benefits .benefit-cards .benefit-card .benefit p {
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: capitalize;
    margin: 0;
}

@media(max-width:991px) {
    .travel-benefits .benefit-cards .benefit-card {
        flex: 1 1 calc(50% - 10px);
    }

    .travel-benefits .benefit-cards .benefit-card .benefit p {
        font-size: 14px;
    }

}

@media(max-width:767px) {
    .travel-benefits {
        padding: 35px 0;
    }

}

@media(max-width:575px) {
    .travel-benefits {
        padding: 25px 0;
    }

    .travel-benefits .benefit-cards .benefit-card {
        flex: 1 1 calc(100% - 10px);
    }

    .travel-benefits .benefit-cards .benefit-card .benefit {
        max-width: 400px;
    }
}




/* =====================why-join-yoda================== */
.subscription-service {
    background: url(/image/Rectangle_34626503.png);
    background-size: 100% 100%;
    padding: 30px 0;
}



.why-join-yoda-service .row-title-wrp .why-join-row-content h5 {
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    text-transform: capitalize;
}

@media screen and (max-width:1399px) {
    .why-join-yoda-service .why-join-block .why-join-row {
        padding: 35px 30px 15px;
    }

    .why-join-yoda-service .row-title-wrp .why-join-row-title {
        margin-top: 15px;
    }
}

@media screen and (max-width:1199px) {
    .why-join-yoda-service .row-title-wrp .why-join-row-title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px) {
    .why-join-yoda-service .why-join-block .why-join-row {
        width: calc(50% - 10px);
    }

    .subscription-service {
        padding: 25px 0;
    }

}


@media (max-width:767px) {
    .subscription-service {
        padding: 35px 0;
    }
}

@media screen and (max-width:575px) {
    .subscription-service {
        padding: 25px 0;
    }

    .why-join-yoda-service .why-join-block {
        padding-top: 30px;
        row-gap: 40px;
    }

    .why-join-yoda-service .why-join-block .why-join-row {
        width: 100%;
    }

    .why-join-yoda-service .why-join-row figure {
        margin-top: -60px;
    }

    .why-join-yoda-service .why-join-row figure img {
        width: 54px;
        height: 54px;
    }
}

*/ .why-join-yoda {
    background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-position: center;
}

.why-join-yoda .main_title {
    color: #000 !important;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 173.333% */
    text-transform: capitalize;
}




.why-join-yoda .title_img {
    margin: 0 0 30px;
    text-align: center;
}

.why-join-yoda .title_img img {
    width: 100%;
    height: auto;
    max-width: 450px;
    object-fit: contain;
    vertical-align: middle;
}

.why-join-yoda .why-join-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding-top: 50px;
    row-gap: 60px;
}

.why-join-yoda .why-join-block .why-join-row {
    width: calc(33.33% - 13.33px);
    position: relative;
    padding: 40px 0px 0;
    text-align: center;
}

.why-join-yoda .why-join-row .block-back-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.why-join-yoda .why-join-row .block-back-image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: unset;
}

.why-join-yoda .why-join-row figure {
    margin: -68px auto 0;
    position: relative;
    background-color: #7d3eed;
    border-radius: 5px;
    width: 60px;
    padding: 13px;
}

.why-join-yoda .why-join-row figure img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
}

.why-join-yoda .row-title-wrp {
    position: relative;
    padding: 5% 8% 5% 8%;
    margin: 0 auto;
}

.why-join-yoda .row-title-wrp .why-join-row-title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
}

.subscription-service .why-join-yoda .row-title-wrp .why-join-row-content p {
    margin: 0;
    letter-spacing: 0px;
    color: #121212;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    text-transform: capitalize;
}

.why-join-yoda .row-title-wrp .why-join-row-content p strong {
    color: #8037FF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: capitalize;
}

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

    .why-join-yoda .row-title-wrp .why-join-row-title {
        margin-top: 15px;
    }
}

@media screen and (max-width:1199px) {
    .why-join-yoda .row-title-wrp .why-join-row-title {
        font-size: 20px;
        line-height: 25px;
    }
}

@media screen and (max-width:991px) {
    .why-join-yoda .why-join-block .why-join-row {
        width: calc(50% - 10px);
    }

    .why-join-yoda .main_title {
        font-size: 24px;
        margin: 0;
    }

    .why-join-yoda .why-join-block {
        padding-top: 35px;
        row-gap: 50px;
    }
}

@media screen and (max-width:575px) {
    .why-join-yoda .why-join-block {
        padding-top: 30px;
        row-gap: 40px;
    }

    .why-join-yoda .why-join-block .why-join-row {
        width: 100%;
    }

    .why-join-yoda .why-join-row figure {
        margin-top: -60px;
    }

    .why-join-yoda .why-join-row figure img {
        width: 54px;
        height: 54px;
    }
}




/* ============pricings============= */


.suscription-premium .pum_pricing_box.box_1,
.suscription-premium .pum_pricing_box.box_4 {
    background-image: unset;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_box.box_2,
.suscription-premium .pum_pricing_box.box_5 {
    background-image: unset;
    background: linear-gradient(-45deg, #000, #3F51B5, #FF5722, #CDDC39);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_box.box_3,
.suscription-premium .pum_pricing_box.box_6 {
    background-image: unset;
    background: linear-gradient(-45deg, #000, #3F51B5, #FF5722, #CDDC39);
    background-size: 400% 400%;
    animation: upone 15s ease infinite;
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_1,
.pum_pricing_row .pum_pricing_box.box_4 {
    background-image: url(/image/Background.png);
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_2,
.pum_pricing_row .pum_pricing_box.box_5 {
    background-image: url(/image/Background-1.png);
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_3,
.pum_pricing_row .pum_pricing_box.box_6 {
    background-image: url(/image/Background-2.png);
}

@keyframes upone {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.suscription-premium .pum_pricing_box .premium_com {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    border: 3px solid #fff;
    transition: 0.5s;
    transition-delay: 0.4s;
}

.suscription-premium .pum_pricing {
    margin: 50px 0;
}

.suscription-premium .pum_pricing_text {
    text-align: center;
    margin: auto;
}

.suscription-premium .pum_pricing_text .dis * {
    margin: 0;
}

/*
.suscription-premium .pum_pricing_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    border-radius: 30px;
    background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%);
}
*/

.suscription-premium .pum_pricing_text .dis {
    font-size: 14px;
    letter-spacing: 0;
}

.suscription-premium .pum_pricing_btn p {
    margin: 0;
    cursor: pointer;
    border: 2px solid transparent;
    padding: 12px 30px;
}

.suscription-premium .pum_pricing_btn p {
    background: transparent;
    color: #472670;
}

.pum_pricing_btn p:hover  {
	
}

/*
.suscription-premium .pum_pricing_btn p.active {
    background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff);
    color: #fff;
}
*/

.suscription-premium .pum_pricing_col {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    margin: 40px auto;
    max-width: 100%;
    gap: 20px;
}

.suscription-premium .pum_pricing_box {
    background: linear-gradient(to Right, #9c3aff5c, #a93aff29, #cd26ff42);
    padding: 40px 20px 60px;
    border-radius: 30px;
    border: 1px solid #a33aff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.suscription-premium .pum_pricing_box .pricing_Block_title {
    font-size: 20px;
    margin: 0;
    line-height: 1.3;
    background-color: #fff;
    text-align: center;
    border-radius: 40px;
    padding: 5px;
}

.suscription-premium .pum_pricing_box .dis {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.6;
    margin: 20px 0 0;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.suscription-premium .pum_pricing_box .dis * {
    margin: 0;
}

.suscription-premium .pum_pricing_box.box_2,
.pum_pricing_box.box_5 {
    border-width: 2px;
}

.suscription-premium .pum_pricing_box .dis ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.suscription-premium .pum_pricing_box .dis ul li {
    padding-left: 30px;
    position: relative;
    background-image: url('data:image/svg+xml,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.630981" y="0.263428" width="21.4737" height="21.4737" rx="10.7368" fill="%23E3E0F0"/><path d="M23.4748 1.59933C23.7786 1.35297 24.1785 1.78734 23.9141 2.0726L11.258 15.6541C10.6516 16.2959 9.56146 16.1403 9.16152 15.3494L5.7556 8.59397C5.43306 7.95862 6.28455 7.33625 6.79414 7.84841L10.8322 11.9334L23.4748 1.59933Z" fill="%238037FF"/></svg>');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 14%;
    font-size: 14px;
}

.suscription-premium .pum_pricing_box .pum_pricing_popup {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: fit-content;
    border-radius: 10px;
    margin: 0 auto;
    padding: 10px 30px;
    border: 3px solid #fff;
}

.suscription-premium .pum_pricing_text .dis strong {
    -webkit-text-stroke: 1px white;
}

.suscription-premium .pum_pricing_row .pum_pricing_box.box_1,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_2,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_3,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_4,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_5,
.suscription-premium .pum_pricing_row .pum_pricing_box.box_6 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
}

.suscription-premium .main_title.sub-title {
    color: #000 !important;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    text-transform: capitalize;
    margin: 0;
}

.suscription-premium .main_title.com_title_30 span {
    font-family: Palisade;
    font-weight: 400;
    font-size: 60px;
    line-height: 0px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    color: #8037FF;
}

.suscription-premium .com_title_30 {
    font-weight: 600;
    font-size: 40px;
    line-height: 0px;
    letter-spacing: 0px;
    text-transform: capitalize;
    text-align: center;
}

.suscription-premium .pum_service_title .com_title_30 {
    margin-bottom: 30px;
    text-align: center;
}

.suscription-premium .two-travel-box {
    padding: 20px 0;
}

.suscription-premium .two-travel-box p {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}

.suscription-premium .two-travel-box strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    color: #8037FF;
}


.suscription-premium .two-travel-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 30px 0;
}

.suscription-premium .lifestyle-club {
    border-radius: 5px;
    background: linear-gradient(270deg, #F0DEF2 0%, #D3ECF2 100%), #F0DEF2;
    padding: 12px 25px;
    border-radius: 5px;
    text-align: center;
}

.suscription-premium .lifestyle-club.plus.icon {
    background: none;
    padding: 0;
}

.suscription-premium .lifestyle-club.plus.icon img {
    width: 40px;
    height: 40px;
}

.plus.icon img {
    display: block;
}

.suscription-premium .pum_service_block .dis p {
    margin: 0;
    line-height: 1.5;
    letter-spacing: 0;
}

.suscription-premium .pum_service_block .dis {
    font-size: 16px;
}

.suscription-premium .pum_word_in .dis * {
    margin: 0;
}

.suscription-premium .pum_word_in .dis {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin: 0;
}

.suscription-premium .premium_com {
    background: linear-gradient(to Right, #9c3aff, #9c3bff, #ad4bfc);
    padding: 14px 33px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 25.8px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;

}

.suscription-premium .pricing_Block_money {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 65px;
    /* 130% */
}

.suscription-premium .pricing_Block_Text {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    /* 100% */
}

.suscription-premium .premium_com:hover {
/*     background: linear-gradient(to left, #9c3aff, #a93aff, #cd26ff); */
/* background: #ffffff; */
	color: #000000;
	border-color: #7d3eed;
}

.suscription-premium .premium_banner_form button.premium_com {
    border: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
}

.suscription-premium .premium_banner_form form button.premium_com {
    width: 100%;
}

.suscription-premium .pum_review_slide .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9AC90;
}

.suscription-premium .premium_faq_heading.active span {
    transform: rotate(180deg);
}

.suscription-premium .pum_service_row .swiper-pagination span.swiper-pagination-bullet-active {
    background: #F9AC90;
}

@media(max-width:1199px) {

    .suscription-premium .pum_pricing_box .premium_com {
        max-width: 200px;
    }

    .suscription-premium .com_title_30 {
        font-size: 28px;
    }

    .suscription-premium .pum_service_block .dis {
        font-size: 14px;
    }

    .suscription-premium .pum_word_in .dis {
        font-size: 13px;
    }

    .suscription-premium .pum_pricing_box .premium_com {
        max-width: 200px;
    }
}

@media(max-width:991px) {
    .suscription-premium .pum_pricing_box {
        padding: 40px 15px 60px;
        border-radius: 20px;
    }

    .suscription-premium .pum_pricing_box .dis {
        font-size: 14px;
        padding: 20px 10px;
    }

    .suscription-premium .two-travel-box {
        flex-direction: column;
    }

    .suscription-premium .pricing_Block_Text {
        font-size: 16px;
    }

    .suscription-premium .pum_pricing_box .pum_pricing_popup {
        font-size: 16px;
    }

    /* .main_title.sub-title{line-height:50px;font-size: 45px;} */
    .suscription-premium .pum_pricing_box .dis {
        font-size: 14px;
        padding: 20px 10px;
    }

    .suscription-premium .main_title.sub-title {
        font-size: 24px;
        line-height: 30px;
    }

    .suscription-premium .two-travel-box strong {
        font-size: 22px;
    }
}

@media(max-width:767px) {
    .suscription-premium .pum_service_col .pum_service_slide {
        column-gap: 0;
        row-gap: 0;
    }


    .suscription-premium .com_title_30 {
        font-size: 24px;
    }

    .suscription-premium .pum_pricing_col {
        grid-template-columns: 1fr;
        gap: 60px;
        max-width: 500px;
    }
}

@media(max-width:767px) {
    .suscription-premium .pum_pricing_col {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .suscription-premium .pum_pricing_box:not(.box_2):not(.box_5) {
        transform: scale(1);
    }

    .suscription-premium .pricing_Block_money {
        font-size: 36px;
    }

    .suscription-premium .pum_pricing_box .pricing_Block_title {
        font-size: 22px;
    }

    .suscription-premium .main_title.com_title_30 span {
        font-size: 35px;
    }
}

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

    .suscription-premium .com_title_30 {
        font-size: 20px;
    }
}

@media(max-width:575px) {
    .suscription-premium {
        padding: 25px 0;
    }

    .suscription-premium .com_title_30 {
        font-size: 24px;
    }

    .suscription-premium .lifestyle-club.plus.icon img {
        width: 20px;
        height: 20px;
    }

    .suscription-premium .two-travel-box {
        gap: 10px;
        padding: 24px 0 0;
    }

    .suscription-premium .pum_imgText_title .com_title_30 {
        font-size: 20px;
    }

    .suscription-premium .pum_service_title .com_title_30 {
        margin-bottom: 15px;
    }

    .suscription-premium .premium_com {
        font-size: 16px;
    }

    .suscription-premium .pum_pricing_col {
        margin: 5px auto 10px;
    }

    .suscription-premium .two-travel-box p {
        font-size: 14px;
        line-height: 14px;
    }

    .suscription-premium .two-travel-box strong {
        font-size: 16px;
        line-height: 16px;
    }
}

@media(max-width:370px) {
    .suscription-premium .pum_imgText_title .com_title_30 {
        font-size: 17px;
    }

    .suscription-premium .pum_imgText_dis,
    .suscription-premium .pum_service_block .dis {
        font-size: 13px;
    }

    .suscription-premium .premium_com {
        font-size: 14px;
    }
}







/* ============review=============== */
.public-review .image {
	height: 178px;
	overflow: hidden;
	border-radius: 6px;
}
.public-review .image img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.public-review .swiper-wrapper .swiper-slide {
	display: flex;
	align-self: stretch;
}
.public-review {
    background-image: url(/image/banner-maldives.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.public-review .swiper-wrapper {
    padding-bottom: 50px;
}

.public-review .pum_review_title .com_title_30 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
    margin: 0;
}
.public-review .pum_review_title p {
    color: #FFF;
}

.public-review .pum_review_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.public-review .pum_review_arrow {
    display: flex;
    align-items: center;
    gap: 10px;
}

.public-review .pum_review_arrow>*:first-child {
    transform: rotate(180deg);
}

.public-review .pum_review_arrow>* {
    height: 36px;
    width: 36px;
    border: .82px solid #FFFFFF;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
}

.public-review .pum_review_star .pum_review_star_span svg {
    height: 18px;
    width: 21px;
}

.public-review .pum_review_star {
    display: flex;
    align-items: center;
}

.public-review #custom_text_slider .pum_review_img {
    flex-direction: column;
}

.public-review .pum_review_star .pum_review_star_span {
    display: flex;
}

.public-review .pum_review_name {
	flex-grow: 1;
}

.public-review .pum_review_name h4 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.1;
}

.public-review .pum_review_ser>img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
}



.public-review .pum_review_ser {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.pum_review_ser>img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.public-review .pum_review_dis p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.public-review .pum_review_dis {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.public-review .pum_review_row {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


@media(max-width:991px) {
    .public-review {
        padding: 35px 0;
    }

    .public-review .pum_review_title .com_title_30 {
        font-size: 24px;
        line-height: 30px;
    }

}

@media(max-width:767px) {
    .public-review {
        padding: 40px;
    }

    .public-review .pum_review_title .com_title_30 {
        text-align: center;
        width: 100%;
    }

    .public-review .pum_review_arrow {
        display: none;
    }
}

@media(max-width:575px) {
    .public-review {
        padding: 25px 0;
    }

    .public-review {
        padding: 25px;
    }
}




/* ============faq-accordion================== */
.faq-accordion {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.faq-accordion-md-pt {
    padding-bottom: 130px !important;
    margin-bottom: -100px !important;
}

.accordion-item,
.accordion-header,
.accordion-button {
    border-radius: 5px !important;
}

.faq-accordion .accordion-button:focus {
    box-shadow: unset;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
}

.faq-accordion .accordion-button {
    color: #1B1B1B;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 19.2px */
    text-transform: capitalize;
}

@media(max-width:767px) {
    .faq-accordion {
        padding: 35px 0;
    }

    .faq-accordion .col-md-6 {
        margin-top: 0;
    }
}

@media(max-width:575px) {
    .faq-accordion {
        padding: 25px 0;
    }

    .faq-accordion .accordion-button {
        font-size: 13px;
    }

    .faq-accordion .accordion-body {
        font-size: 13px;
    }

}


/* =================footer================== */
.footer.subscription .footer_trust_in {
    justify-content: center;
}





/* =====================How It Works================= */
.work-flow-chart {
    padding-bottom: 50px;
}

.work-flow-chart .work-flow {
    align-items: center;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;

}

.work-flow h2 {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
}

.work-flow .how-works-flow::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/image/line.svg) no-repeat center;
    background-size: auto;
    transform: rotate(180deg);
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
}

.work-flow .how-works-flow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
    width: 100%;
    background-color: #fff;

    align-items: center;
    z-index: 0;
    position: relative;
}

.work-flow .step-card {
    background: #f2f2fb;
    border-radius: 12px;
    box-shadow: 0 2px 6px 0 rgba(160, 154, 181, 0.10);
    padding: 15px 20px;
    font-size: 1rem;
    line-height: 1.45;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.work-flow .step-badge {
    background: #8255e6;
    color: #fff;
    border-radius: 9px;
    width: 46px;
    height: 46px;
    box-shadow: 0 2px 8px 0 rgba(130, 85, 230, 0.18);
    z-index: 1;
    transition: background 0.15s;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: -40px
}

.work-flow .step-card h2 {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* 120% */
    text-transform: capitalize;
}

.work-flow .step-card p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.work-flow .step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    color: #8255e6;
    margin-top: 0;
    margin-bottom: 0;
    user-select: none;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

.work-flow .step-arrow svg {
    margin: 0 4px;
    vertical-align: middle;
}

.work-flow .tour_contact_btn {
    width: auto;
}

@media (max-width: 991px) {
    .work-flow-chart .work-flow {
        padding-left: 0px;
    }

    .work-flow .how-works-flow {
        flex-direction: column;
        overflow: hidden;
        padding-top: 20px;
        max-width: 400px;
    }

    .work-flow .how-works-flow::before {
        transform: rotate(90deg);
    }

    .work-flow .step-arrow {
        transform: rotate(90deg);
        margin: 0;
        margin-bottom: 20px;

    }

    .work-flow .step-card {
        flex-direction: column;
    }

    .work-flow .step-badge {
        margin: 0;
        margin-top: -35px;

    }

    .work-flow h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .work-flow-chart {
        padding-bottom: 35px;
    }
}

@media (max-width: 575px) {
    .work-flow-chart {
        padding-bottom: 25px;
    }

    .work-flow-chart .work-flow {
        gap: 20px;
    }
}

@media (max-width: 475px) {
    .work-flow-chart .work-flow {
        gap: 15px;
    }

    .work-flow h2 {
        font-size: 1.5rem;
    }

    .work-flow .how-works-flow {
        gap: 10px;
    }

    .work-flow .step-card h2 {
        font-size: 18px;
    }

    .work-flow .step-card p {
        font-size: 12px;
    }

    .work-flow .step-badge {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .work-flow .tour_contact_btn .secondary_btn {
        font-size: 14px;
    }
}


.tour-yonda-subscription .hotel-summary-place-details{width: 100%;}

.tour-yonda-subscription .hotel-summary-place-details figure{width: calc(35% - 5px);height: 100%;}
.tour-yonda-subscription .hotel-summary-place-details figure img{height: 100%;border-radius: 8px; width: 100%;}

.tour-yonda-subscription .hotel-summary-place-details .room-guests-detail{width: calc(65% - 5px);}
.deluxe_tour_option .saved-text{background: #FFDFD3;color: #000;padding: 5px 10px;font-size: 14px;font-style: normal;font-weight: 500;}

.tour_yonda_subscription_price p{font-weight: 500;}
.tour_yonda_subscription_price .tour_span_price{color: #8037FF;font-weight: 500;}
.tour_yonda_total_price{padding: 0 10px;}
.tour_yonda_total_price .tour_span_price{font-size: 18px;}

.tour-yonda-subscription .grid-room-guests .grid-room-type{font-size: 14px;}

.tour_bar_younda{position: relative;z-index: 1;}
.tour_bar_younda a{border-radius: 6px;background: #fff;border: 1px solid #8037FF;padding: 6px 15px;color: #000;font-size: 14px;line-height: normal;}
.tour_bar_younda a:hover{background: linear-gradient(270deg, #AD4BFC -0.65%, #8037FF 39.96%), #FFF;color: #fff;}
.tour_bar_younda a svg{width: 20px;height: 20px;flex-shrink: 0;}
.tour_bar_younda a.completed{background: linear-gradient(270deg, #AD4BFC -0.65%, #8037FF 39.96%), #FFF;color: #fff;}
.tour_bar_younda a.completed span{display: none;}
.tour_bar_younda a.completed svg{display: block!important;}
.tour_bar_younda::after{content: '';position: absolute;top: 50%;left: 0;border: 1px dashed #ACA8BF !important;width: calc(100% - 2px);z-index: -1;}

@media (max-width: 1400px){
 .tour_bar_younda a{padding: 6px 12px;color: #000;font-size: 12px;line-height: normal;}
 .room-guests-detail h5{font-size: 16px;line-height: 20px;}
}

@media (max-width: 1200px){
 .room-guests-detail h5 {font-size: 12px;line-height: 16px;}
 .hotel-summary-place-details .room-guests-detail .grid-room-guests{padding: 5px 5px;}
 .tour-yonda-subscription .grid-room-guests .grid-room-type{font-size: 10px;}
 .deluxe_tour_option .saved-text{font-size: 12px;}
}

@media (max-width: 991px){
 .tour_bar_younda{display: none!important;}
 .younda-subscription-breadcrumb{display: flex!important;gap: 5px;}
}

@media (max-width: 575px){  
 .younda-subscription-breadcrumb{text-align: center;gap: 10;width: 100%;font-size: 14px;}
 .dash_remove{display: none;}
 .younda-subscription-breadcrumb .dash_remove{display: block;}
}


/* Tour accommodation */

.tour-accommodation-grid{padding: 15px;border-radius: 10px;border: 1px solid #D5D1E6;background: #FFF;margin-top: 20px;}
.title_with_sub_text h4{font-size: 18px;line-height: 22px;font-weight: 500;}

.tour-accommodation-grid .title_with_dropdown_block{display: flex;justify-content: space-between;flex-wrap: wrap;gap: 10px;}
.title_with_dropdown_block .nights-options{width: 320px;}
.title_with_dropdown_block .nights-options h4{font-size: 18px;}
.title_with_dropdown_block .nights-options label p{font-weight: 500;font-size: 16px;}
.title_with_dropdown_block .nights-options label p span{font-size: 14px;color: #606060;font-weight: 400;}

.accommodation-grid-row{padding: 10px 15px;border-radius: 10px;border: 1px solid #D5D1E6;background: #FFF;gap: 12px;}

.accommodation-grid-row .accommodation-img-block{width: calc(25% - 6px);}

.accommodation-grid-row .accommodation-detail-block{width: calc(75% - 6px);}
.accommodation_green{padding: 5px 10px;background: #93FCE5;border-radius: 5px;font-size: 12px;line-height: normal;}
.accommodation_green svg{width: 16px;height: 16px;flex-shrink: 0;}

.accommodation_tag_text{font-size: 14px;line-height: normal;font-weight: 400;}

.accommodation-detail-block .pg_btn_block a{padding: 5px 10px;font-size: 14px;border-radius: 5px;background: #E3E0F0;}
.accommodation-detail-block .pg_btn_block a svg{width: 18px;height: 18px;}

.accommodation-title{font-size: 18px;line-height: 22px;font-weight: 600;}

.accommodation-detail-block .star_block svg {flex-shrink: 0;width: 14px;height: 14px;display: flex;}
.accommodation-detail-block .star_block .star_row {align-items: center;gap: 5px;font-size: 14px;line-height: 12px;vertical-align: middle;justify-content: center;}

.accommodation_price_bolock .banner_grid_offer{padding: 10px 10px 25px;}
.accommodation_price_bolock .banner_grid_text{max-width: 300px;}

.accommodation_price_bolock .grid_offer_price_row p b{font-size: 20px;font-weight: 500;}
.accommodation_price_bolock .grid_offer_price_row{color: #000;font-weight: 500;}
.accommodation_price_bolock .grid_offer_date{width: calc(100% - 60px);}
.accommodation_price_bolock .grid_offer_date p{color: #606060;}
.grid_price-details{text-decoration: underline;color: #000;font-weight: 500;font-size: 11px;}

.accommodation_price_bolock .experiences-flex-col-btn .secondary_btn{min-width: 170px;}
.accommodation-grid-block .common_hotels_view_popup .modal-dialog{max-width: 882px !important;}

.accommodation-grid-block .explore-text-with-tab .nav .nav-item .nav-link.active svg path,
.accommodation-grid-block .explore-text-with-tab .nav.nav-pills .nav-item .nav-link:hover svg path{fill: #fff;}

.accommodation-grid-block .single_page_grid .Option-slider.container-slider-w-50{width: calc(47% - 10px);}
.accommodation-grid-block .single_page_grid .Option-content.container-slider-w-50{width: calc(53% - 10px);}
.accommodation-grid-block .flag_row img{object-fit: contain;}

.accommodation-grid-block .badge-view-room{width: fit-content;} 
.accommodation-grid-block .amenitiesPolicies .room-amenities{font-size: 20px;}

.accommodation-grid-block .single_page_grid .content-container-grid{grid-template-columns: repeat(1, 1fr);}
.accommodation-grid-block .single_page_grid .Villa-package-price .banner_grid_offer{padding: 10px 10px 25px;}

.accommodation-grid-block .single_page_grid .Villa.container-slider-w-50{width: calc(64% - 10px);}
.accommodation-grid-block .single_page_grid .Villa-package-price.container-slider-w-50{width: calc(36% - 10px);}

.accommodation-grid-block .single_page_grid .Villa h4{font-size: 18px;font-weight: 500;}

.accommodation-grid-block .options-available .grid_cta_btn .btn{background: var(--background-gradient);border-color:#7d3eed!important;}
.accommodation-grid-block .grid_cta_btn .btn:hover{color: #000;}
.rooms-available p {color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: 159%;}
.new-Option-content-container-tour .cancellation span {color: #000;font-size: 14px;font-style: normal;font-weight: 400;line-height: 130%;text-transform: capitalize;}
@media (max-width: 1440px) {
    .new-collapse-modal .grid_offer_day p {font-size: 14px;}
}
@media (max-width: 1200px){
   .accommodation-detail-block .grid_tags_row{margin-bottom: 10px!important;}
   .accommodation-detail-block .Villa-package-price-flex{flex-direction: column!important;align-items: flex-start!important;}
   .accommodation_price_bolock .experiences-flex-col-btn{width: 100%;}
   .accommodation_price_bolock .experiences-flex-col-btn .secondary_btn{min-width: 100%;}
}
@media (max-width: 991px){
   .accommodation-grid-block .single_page_grid .Option-slider.container-slider-w-50 {width: 100%;}
   .accommodation-grid-block .single_page_grid .Villa.container-slider-w-50 {width: 100%;}
   .accommodation-grid-block .single_page_grid .Villa-package-price.container-slider-w-50 {width: 100%;max-width: 500px;}
   .single_page_grid .Option-slider-d-flex {align-items: flex-start !important;}
   .accommodation-grid-block .single_page_grid .Option-content.container-slider-w-50 {width: 100%;}
}

@media (max-width: 767px){
 .accommodation-grid-row{flex-direction: column;}
 .accommodation-grid-row .accommodation-img-block,
 .accommodation-grid-row .accommodation-detail-block{width: 100%;}
 .new-tour-Option-content h4 {font-size: 20px;}
 .accommodation-grid-block .single_page_grid .Villa h4 {font-size: 16px;}
 .new-Option-content-container-tour .cancellation span {font-size: 12px;}
 .grid_tags_row .blue {height: 100%;}
}


.tours_page_packages .Option-slider-d-flex {
    flex-direction: column !important;
}

.tours_page_packages .Option-slider-d-flex .container-slider-w-50 {
    width: 100%;
}

.tours_page_packages .Option-slider-d-flex .container-slider-w-50 .banner_grid_text_row {
    max-width: 500px;
}

.tours_page_packages .Option-content-container .text-left.Option {
    padding-bottom: 10px;
}

.tours_page_packages .grid_offer_price_row {
    justify-content: space-around;
}

.tours_page_packages .Option-content-container {
    border: unset;
    margin-top: -10px;
    padding: 0;

}

.tours_page_packages .Villa .blue {
    clip-path: unset;
    padding: 5px 10px 5px 10px;
}

@media (max-width: 767px) {
    .single_page_grid .Villa-package-price .banner_grid_offer {
        padding: 10px 10px 20px;
    }

}

@media (max-width: 575px) {
    .single_page_grid .content-container-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .single_page_grid .grid_offer_date {
        flex-direction: row;
    }
}

.tours-packages-price p {
    color: #000;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}


.new-grid-room-guests .grid-room-guests {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
    padding: 5px 10px;
    width: fit-content;
}

.new-experiences-side-bar-row .yonda-black-member-bg-color p {
    background: #FFF;
    padding: 0;
}

.new-grid-offer-date {
    width: fit-content;
    padding: 0 10px;
}

.select-text-slot p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* new_accordion_body_tours */
.new_accordion_body_tours .section-title .new-day {
    border-radius: 5px;
    background: #E3E0F0;
    display: flex;
    padding: 5px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 45px;
    height: 45px;
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
    flex-shrink: 0;
}

.new_accordion_body_tours::before {
    left: 18px;
}

.text-section-title {
    padding-left: 15px;
    position: absolute;
    top: 50%;
    margin: 0;
    left: -41px;
}

.new-tour-Villa-package-price .banner_grid_text_row {
    max-width: 300px;
}

.new-tour-Villa-package-price .banner_grid_text_row .clo-black span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new-tour-Villa-package-price .banner_grid_text_row .banner_grid_offer {
    padding: 10px;
}

.aerobridge-assistance {
    margin-left: 40px;
    border-radius: 10px;
    border: 1px solid #D5D1E6;
    background: #FFF;
    padding: 9px 15px;
    position: relative;
}

.aerobridge-assistance p {
    padding: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.aerobridge-assistance h4 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.new-tour-Villa-package-price .secondary_btn {
    padding: 10px 20px;
    min-width: 200px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    background: #000;
    border-color: #000;
}

.new-tour-Villa-package-price .secondary_btn:hover {
    background: transparent;
    color: #000;

}

.new-tour-Villa-package-price .grid_offer_price_row a {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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;
}

.new-tour-Villa-package-price .grid_offer_price_row {
    align-items: end;
    justify-content: space-between;
}

.delhi_airport {
    position: relative;
}


.section-title-tours-new-text p {
    padding: 0;
    gap: 5px;
    display: flex;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex-wrap: wrap;
}

.section-title-tours-new-text p span {
    display: flex;
    gap: 5px;
    align-items: baseline;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.section-title-tours-new-text p span svg {
    width: 8px;
    height: 8px;
}

.end-section-title-tours-new-text {
    padding-top: 10px;
}

.aerobridge-assistance .view-details-tour-new {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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;
    padding-top: 5px;
}

.tour-flow-page-time p {
    color: #545454;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.tour-flow-page-time p span svg {
    width: 22px;
    height: 22px;
}

.aerobridge-assistance-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-text-modal h6 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.modal-text-modal p {
    color: #606060;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: lowercase;
}

.new-tour-Villa-package-price-travellers p {
    color: #000;
    font-weight: 400;
    font-size: 13px;
}

.new-day-tour {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-bottom: 5px;   
}

.new-day-tour p {
    border-radius: 5px;
    background: #E3E0F0;
    display: flex;
    padding: 5px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

.new-day-tour span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .aerobridge-assistance p {
        font-size: 14px;
    }

    .aerobridge-assistance h4 {
        font-size: 16px;
    }

    .modal-text-modal p {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .new-tour-Villa-package-price .Villa-package-price-flex {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 0 !important;
    }

    .aerobridge-assistance p {
        font-size: 13px;
    }

    .aerobridge-assistance h4 {
        font-size: 15px;
    }
}

@media (max-width: 370px) {
    .grid_tags_row_new {
        align-items: flex-start;
    }
}


.king-room h4 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.king-room p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: space-between;
}

.king-room .secure_deposit_tours {
    justify-content: flex-start;
}

.king-room .secure_deposit_tours p {
    display: block;
}

.king-room {
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    padding: 10px;
}

.new-grid-offer-date-tours .grid_offer_date {
    max-width: 150px;
}

.new-tours-total-yearly-subscription span svg {
    width: 13px;
    height: 13px;
}

.new-tours-total-yearly-subscription .total-price {
    color: #000;
}

.accommodation .new-tours-total-yearly-subscription span {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 107.878%;
    text-transform: capitalize;
    cursor: pointer;
}
.Perfect-your-golf-experiences-new {
    width: fit-content;
}

.big_hotel_summary_place_details figure img {
    width: 100%;
}

.new_title_with_btn_block_tours h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.new-big-room-guests-detail h5 {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.new-banner-grid-imgText {
    width: fit-content;
}

.operated-by-new-tours {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.lagoon-water .lagoon-water-title h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.experiences-flex-col-btn {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px 0;
}

.Pool-Villa-guests-tours .grid-room-guests {
    border-radius: 5px;
    border: 1px solid #D5D1E6;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #E3E0F0;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 5px;
}

.lagoon-water-new-border {
    border-radius: 10px;
    border: 1px solid #D5D1E6;
    background: #FFF;
    padding: 15px;
}

.sub-title-new-tours p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.experiences-details-new-tours h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.twin-room-container {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.View-details-vip p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    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;
}

.View-details-vip {
    align-items: center;
}


.airport-vip-tours h5 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    text-transform: capitalize;
}

.airport-vip-tours-container {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.airport-vip-tours-container>h4 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
    margin-top: 20px;
}

.airport-vip-tours {
    display: flex;
    flex-direction: column;
    gap: 5PX;
}

.experiences-up-point-nowrap .d-flex {
    flex-wrap: nowrap;
}

.new-include-single_page_grid h5 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.single_page_grid .new-modal-body .content-container-grid {
    grid-template-columns: repeat(1, 1fr);
}
.charge-includes-modale {
    padding: 0 20px 20px 20px;
}
.charge-includes-modale p {
    color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.charge-includes-modale p a {
color: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline !important;
text-decoration-style: solid !important;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
}

@media (max-width: 991px) {
    .tour-yonda-subscription .grid-room-guests .grid-room-type {
        font-size: 14px;
    }

    .new-big-room-guests-detail h5 {
        font-size: 18px;
        margin: 0;
    }

    .new-include-single_page_grid .content-container-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .hotel-summary-special-requests-new {
        flex-direction: column;
    }

    .hotel-summary-special-requests-new .experiences-flex-col-btn {
        justify-content: flex-start;
        margin: 0;
    }

    .airport-vip-tours-container>h4 {
        font-size: 20px;
        margin-top: 10px;
    }

    .hotel-summary-special-requests-new {
        align-items: flex-start;
    }

    .airport-vip-tours h5 {
        font-size: 16px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .tour-yonda-subscription .hotel-summary-place-details .room-guests-detail {
        width: 100%;
    }

    .tour-yonda-subscription .hotel-summary-place-details figure {
        width: 100%;
    }
    .protect-yourself h5 {
        font-size: 20px;
    }
    .twin-room-container {
        gap: 10px;
    }
    .experiences-flex-col-btn {
        gap: 10px;
    }
    .lagoon-water-title {
        justify-content: flex-start !important;
        align-items: flex-start;
    }
    .lagoon-water-title .grid_tags_row {
        align-items: flex-start;
    }
    .lagoon-water .lagoon-water-title h4 {
        margin: 0;
    }
    .hotel-summary-special-requests-new .experiences-flex-col-btn .secondary_btn {
        padding: 8px 10px;
        font-size: 14px;
    }
}

/* =============== */

.optional-experiences .Perfect-your-golf h5{font-size: 16px!important;font-weight: 500 !important;margin-bottom: 5px !important;}
.optional-experiences .grid-room-guests .grid-room-type {font-size: 14px;}

@media (max-width: 575px){
  .optional-experiences .grid-room-guests .grid-room-type{font-size: 10px;}
}

 
.gift_hot_offer-section .gift_hot_offer_block{display: flex;flex-wrap: wrap;gap: 15px;}

.gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row{width: calc(33.33% - 10px);position: relative;cursor: pointer;}
.gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row figure {
	height: 100%;
}
.gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row figure img{width: 100%;display: block;border-radius: 10px; height: 100%;
object-fit: cover;aspect-ratio: 16 / 9;}
 
.gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row .offer_text{position: absolute;top: 10px;right: 10px;padding: 5px 10px;background: #fff;border-radius: 5px;font-size: 16px;font-style: normal;font-weight: 500;line-height: normal;}
.gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row figcaption{
	background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    padding: 20px 15px 10px 15px;
    bottom: 0;
    width: 100%;
	position: absolute;color: #fff;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;}

.gift_hot_offer-section .button_block_four_course{margin-top: 25px;}

@media (max-width: 1399px){
 .gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row figcaption{font-size: 16px;}
}

@media (max-width: 991px){
  .gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row figcaption{bottom: 5px;left: 10px;font-size: 14px;}
}

@media (max-width: 767px){
  .gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row{width: calc(50% - 7.5px);}
}

@media (max-width: 575px){
  .gift_hot_offer-section .gift_hot_offer_block{gap: 10px;}
  .gift_hot_offer-section .gift_hot_offer_block .gift_hot_offer_row{width: 100%;}
}

.gift_card_handel .hot_offer-section{background: url(/image/Frame\ 1321315234.png) lightgray 50% / cover no-repeat;}
.gift_card_handel .hot_offer-section .hot_offer_block .swiper-wrapper{padding-bottom: 50px;}

.gift_card_handel .over-service .button_block_four_course{margin-top: 25px;}
.gift_card_handel .over-service .button_block_four_course a span{text-decoration: underline;}

.gift_best_value .banner_grid_offer{padding: 5px 15px;width: fit-content;margin-top: 10px;}


.Continue-bg-blers-card .days_pricing {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(19.899999618530273px);
    padding: 8px;
}

.Continue-bg-blers-card .card-img-overlay {
    border-radius: 10px;
    background: linear-gradient(186deg, rgba(255, 255, 255, 0.00) 48.45%, rgba(0, 0, 0, 0.20) 85.98%);
}

.grid_offer_price_row_save_up {
    color: #000;
    align-items: center;
}

.grid_offer_price_row_save_up span {
    border-radius: 5px;
    background: #000;
    display: flex;
    padding: 4px 6px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.save-up-to-bg {
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #FFF;
    display: flex;
    padding: 7px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
    width: fit-content;
}

.grid_offer_price_row_save_up p b {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.grid_offer_price_row_save_up p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}

.grid_offer_price_row_save_up p small {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card-text-new {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

@media (max-width: 575px) {
    .card-text-new {
        font-size: 14px;
    }

    .grid_offer_price_row_save_up p small {
        font-size: 10px;
    }

    .grid_offer_price_row_save_up p b {
        font-size: 18px;
    }

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

    .grid_offer_price_row_save_up {
        flex-direction: row;
    }

    .save-up-to-bg {
        padding: 5px 9px;
    }

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


.new-discover-experiences-bg {
    background-image: url(/image/new-discover-experiences-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 4px 4.3px 0 rgba(0, 0, 0, 0.25);
}

.new-discover-experiences {
    display: flex;
    padding: 10px 20px;
    align-items: center;
    gap: 10px;
    max-width: 600px;
    margin: 0 auto;
    justify-content: space-between;
}

.top-experiences {
    border-radius: 5px;
    background: #FFF;
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 14px 20px;
}

.new-discover-experiences h3 {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
}

.top-experiences p span svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 575px) {
    .new-discover-experiences h3 {
        font-size: 16px;
    }

    .new-discover-experiences {
        flex-direction: column;
    }

    .top-experiences {
        padding: 8px 20px;
    }
}

.banner_grid_offer_new {
    max-width: 350px;
    padding: 10px 10px;
}

.banner_grid_offer_new .offer {
    width: fit-content !important;
}

.grid_banner_offer_experiences p span svg {
    width: 15px;
    height: 15px;
}

.grid_banner_offer_experiences p {
    border-radius: 3px;
}

@media (max-width: 575px) {
    .banner_grid_offer_new .grid_offer_price_row {
        flex-direction: row;
    }
}

.experiences_filter .luxury_escapes_tours p span a {
  text-decoration: unset;
}


.experiences_filter .package_detail_block .Villa-package-price {
  margin-top: 5px;
}

.experiences_filter .package_detail_block .Villa-package-price .d-flex .grid_cta_btn .secondary_btn {
  min-width: 185px;
  padding: 12px 10px;
}

.experiences_filter .package_detail_block .Villa-package-price .d-flex .grid_cta_btn .secondary_btn:nth-child(1) {
  background: transparent;
  color: #000;
  border-color: #ACA8BF;
}

.experiences_filter .package_detail_block .Villa-package-price .d-flex .grid_cta_btn .secondary_btn:nth-child(1):hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.experiences_filter .limited_time_bar .limited_bar_wrp {
  color: #000;
  border-radius: 4px;
}


@media (max-width: 767px) {
  .gifting_available_block .renewal {
    font-size: 12px;
  }
}

/* single page  */

.experiences_icon_text .hotel-single-location {
  padding: 5px 10px;
  width: fit-content;
}

.experience_content_wrp {
  gap: 20px;
}

.experience_content h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.experience-single-page .call-us-img {
  margin-top: -65px;
}

.pricing_availability_block .container {
  max-width: 1080px;
}

.experiences-date_picker {
  max-width: 500px;
}

.red_note_text {
  color: #DA3146;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brew-guide-grid {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  flex-direction: column;
}

.brew-method svg {
  width: 30px;
  height: 30px;
}

.not_ready_book .container {
  max-width: 1080px;
}

.brew-method {
  width: 100%;
  display: flex;
  padding: 10px 18px;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  border-radius: 10px;
  background: #E3E0F0;
  justify-content: space-between;
  align-items: center;
}

.brew-method h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 107.878%;
  text-transform: capitalize;
  margin: 0;
}

.brew-method p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  max-width: 700px;
}

.brew-method svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.brew-method_wrp {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.brew-method .choose-dates-later-book {
  flex-shrink: 0;
}

@media (max-width: 575px) {
  .brew-method {
    flex-direction: column;
    gap: 10px;
  }

  .brew-method_wrp {
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brew-method h4 {
    font-size: 16px;
    text-align: center;
  }

  .brew-method p {
    font-size: 13px;
    text-align: center;
  }

  .brew-method .choose-dates-later-book {
    width: 100%;
  }

  .brew-method .choose-dates-later-book a {
    width: 100%;
    justify-content: center;
  }
}

.map_experiences .container{max-width: 1180px}
.map_experiences .map-location_block{border-radius: 15px;border: 1px solid #DDDAEB;padding: 15px;}
.map-location_block .map-Location iframe{height: 500px;}
.map-location_block .map-location_text .com_title{line-height: normal;}
.map-location_block .map-location_text p{color: #000;text-align: center;font-size: 18px;font-style: normal;font-weight: 500;line-height: 30px;text-transform: capitalize;}
img.card-img, img.card-img-top{height: 280px;object-fit: cover;}


/* loading modal */
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loading-overlay .loading-modal {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #dfe9f3 0%, #f9f1f8 100%);
  text-align: center;
  max-width: 500px;
  max-height: 90%;
  min-height: 250px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-overlay .step {
  display: none;
}
.loading-overlay .step img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 8px;
}
.progress-circle {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
}
.progress-circle svg {
  transform: rotate(-90deg);
  width: 100px;
  height: 100px;
}
.progress-circle circle {
  fill: none;
  stroke-width: 4;
  r: 45;
  cx: 50;
  cy: 50;
}
circle.bg {
  stroke: #eee;
}
circle.progress {
  stroke: #8037ff;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 1s linear;
}
/* end loading modal */



.inclusions {
	padding: 15px 20px;
	border-radius: 10px;
	border: 1px solid #e1dfee;
}
.inclusions .com_title {
	font-size: 20px;
    font-family: "Poppins";
    font-weight: 500;
    line-height: 26px;
}
.inclusions-list {
    display: flex;
    flex-wrap: wrap;
}
.inclusions-list li {
	margin: 0 0 20px 0;
    display: flex;
    gap: 12px;
    align-items: start;
    width: 33%;
    padding: 0 10px 0 0;
}
.inclusions-list li img {
	object-fit: contain;
    max-height: 25px;
    width: 18px;
}

@media screen and (max-width: 768px) {
	.inclusions-list li {
		width: 50%;
	}
}

@media screen and (max-width: 500px) {
	.inclusions-list li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}



/* Social Proof */
.custom-social-proof {
  position: fixed;
  bottom: 25px;
  left: -340px;
  z-index: 999;
  width: 340px;
  padding: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.custom-social-proof.active {
  left: 10px;
  opacity: 1;
}
.custom-notification {
  width: 325px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 2px 2px 10px 2px hsla(0, 4%, 4%, 0.2);
  text-align: left;
  font-weight: 400;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  z-index: 99999;
}
.custom-notification-container {
  display: flex !important;
  align-items: center;
  height: 80px;
  padding: 10px 25px 10px 15px;
}
.custom-notification-image-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.custom-notification-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.custom-notification-image-wrapper.has_card {
  margin-top: 16px;
}
.custom-notification-content-wrapper {
  flex: 1;
  padding-left: 15px;
  padding-right: 10px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin: 0;
  color: #666;
  min-width: 0;
}
.custom-notification-content {
  font-size: 13px;
  line-height: 1.4;
  font-family: inherit !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.custom-notification-content strong {
  display: inline;
  font-weight: 600;
  color: #000;
}
.custom-notification-time {
  color: #999 !important;
  font-size: 11px !important;
  margin-top: 3px !important;
  display: block;
  line-height: 1.2;
}
.custom-notification-image-wrapper svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: auto;
}
.custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  transform: rotate(45deg);
  opacity: 1;
  transition: 0.2s ease-in-out;
}
.custom-close::before,
.custom-close::after {
  content: "";
  position: absolute;
  background-color: gray;
}
.custom-close::before {
  width: 100%;
  height: 2px;
  top: 5px;
  left: 0;
}
.custom-close::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 5px;
}


/* Promo Sticky */
.promo-tab {
	background: #dbe8f2;
    color: #8037ff;
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 8px 10px 0 0;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    user-select: none;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Poppins';
    transform: rotate(-90deg);
    transform-origin: right;
    position: fixed;
    right: 17px;
    top: 40vh;
    z-index: 999;
    font-size: 14px;
}
.promo-tab .pulse {
	width: 20px;
	aspect-ratio: 1;
	position: relative;
	top: 4px;
	margin-right: 4px;  
} 
.promo-tab .pulse:before {
	content: '';
	width: 15px;
	height: 15px;
	background-color: #8037ff;
	border-radius: 50%;
	position: absolute;
	top: -2px;
	left: 0;
}	
.promo-tab .pulse:after {
	content: '';
	border: 3px solid #8037ff;
	-webkit-border-radius: 30px;
	height: 25px;
	width: 25px;
	position: absolute;
	top: -7px;
	left: -5px;
	-webkit-animation: pulsate 2s ease-out;
	-webkit-animation-iteration-count: infinite; 
	opacity: 0;
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

@media screen and (max-width: 768px) {
	
	.promo-tab {
		transform: unset;
	    width: 100%;
	    right: 0;
	    bottom: 0;
	    top: auto;
	    justify-content: center;
	    border-radius: 0;	
	}
	
}



/* Promo */
#promo .modal-content {
	background: #2A7B9B;
	background: linear-gradient(180deg,rgba(211, 236, 242, 1) 0%, rgba(240, 222, 242, 1) 100%);
}
#promo .giveaway {
	color: #8037ff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 1;
    margin: 0 0 15px 0;
}
#promo .giveaway svg {
	width: 100px;
    height: 30px;
} 
#promo .giveaway svg path,
#promo .giveaway svg polygon {
	fill: #8037ff;
}
#promo .name {
	color: #472671;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 800;
	line-height: 1;
	margin: 25px 0 0 0;
}
#promo .subheading {
	color: #472671;
	font-size: 28px;
	font-weight: 600;
}
#promo .title {
	color: #8037ff;
    font-weight: 700;
    font-size: 40px;
    margin: 20px 0 0 0;
}
#promo .date {
	color: #472671;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 9px 0;
}
#promo .date strong {
	display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}
#promo .deal-banner {
	color: #8037ff;
	background: none;
	box-shadow: none;
	margin-right: 0;
	margin-left: 0;
    width: 100%;
}
#promo .unit .num {
    color: #8037ff;
    font-size: 38px;
    padding: 16px;
    border-radius: 10px;
}
#promo .unit .label {
    text-transform: uppercase;
    color: #472671;
    font-size: 14px;
    font-weight: 600;
}
#promo .unit .sep {
	color: #472671;
    font-size: 36px;
}
#promo .btn {
    background-color: #8037ff;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    min-width: 280px;
    padding: 8px 10px;
    border-radius: 12px;
    margin: auto;
}
#promo .btn:hover {
	color: #8037ff;
}

.marketing-hd {
	font-size: 16px;
    line-height: 1.4;
}


/* Autocomplete Search Box */
.ac-list {
	position: fixed; /* anchored to viewport coords for robustness */
	border: 1px solid #d9d9d9;
	background: #fff;
	box-shadow: 0 6px 16px rgba(0,0,0,.08);
	max-height: 260px;
	overflow-y: auto;
	z-index: 10000;
}
.ac-item { display: flex; align-items: center; gap: 10px; padding: 8px 10px; cursor: pointer; }
.ac-item img { width: 28px; height: 28px; object-fit: cover; border-radius: 4px; flex: 0 0 28px; }
.ac-item span { flex: 1 1 auto; }
.ac-item[aria-selected="true"], .ac-item:hover { background: #f5f5f5; }
.ac-hidden { display: none; }

#card-element-join {
	border: 1px solid #d4d0e8;
    margin: 20px 0;
    padding: 0 20px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Property Card Skeleton */
.property-card.skeleton {
    background: #ffffff;
    overflow: hidden;
    min-height: 350px;
    padding: 10px;
    border: 1px solid #aca8bf;
    border-radius: 18px;
    margin-bottom: 10px;
    display: flex;
    transition: 0.5s;
}
.property-card.skeleton .image {
    border-radius: 10px;
    width: 388px;
    aspect-ratio: 1;
    background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
    animation: loading 1.5s infinite;
}

.property-card.skeleton .content {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    gap: 20px;
    flex: 1;
    flex-direction: column;
    position: relative;
}

.property-card.skeleton span {
    padding: 10px;
    transition: 0.5s;
    width: 70%;
    align-self: start;
    display: block;
    height: 16px;
    background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}


.property-card.skeleton span:nth-child(1) {
    width: 150px;
}
.property-card.skeleton span:nth-child(3) {
    width: 125px;
	position: relative;
}
.property-card.skeleton span:nth-child(3):after{
    content: '';
    padding: 10px;
    transition: 0.5s;
    width: 200px;
    align-self: start;
    display: inline;
    height: 16px;
    background: linear-gradient(-90deg, #f0f0f0 0%, #e0e0e0 50%, #f0f0f0 100%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
}

.property-card.skeleton span.button {
    height: 55px;
    border-radius: 10px;
    width: 150px;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media screen and (max-width: 768px) {
    .property-card.skeleton {
	    flex-direction: column;
	}
	.property-card.skeleton .image {
	    width: 100%;
	    aspect-ratio: 16 / 9;
	}
	.property-card.skeleton .content {
	    padding: 18px 0 100px 0;
	}
}

.hotel-single-location-new {
	font-size: 11px;
}

#product-description {
	font-size: 14px;
}

.property-logo img {
	max-width: 140px;
}

.available-travel {
	background: #E3E0F0;
    text-align: center;
    border-radius: 5px;
    padding: 10px 10px;
    font-weight: 500;
    color: #000;	
}
.available-travel span {
	color: #CF2D41;	
}

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

	.available-travel {
	    font-size: 12px;
	}
	.available-travel span {
	    display: block;
	}	
	
}


.header-search span {
	position: absolute;
}
.header-search .form-control {
	border: 0 !important;
	background-color: transparent;
	box-shadow: none !important;
	padding-left: 35px;
}

@media screen and (max-width: 1024px) {
	
	.header-search {
		background-color: #f2f2f2;
		padding: 0;
		position: absolute;
		width: 100%;
		z-index: 1;
		display: none !important;
	}
	.header-search.active {
		display: block !important;
	}
	.header-search form {
		width: 100%;
	}
	.header-search .form-control {
		padding: 15px 20px;
	}	    
	    
}



/* Container – purple pill */
.deal-banner{
	--bg1: #8037FF;
    --bg2: #AD4BFC;
    --txt: #fff;
    --muted: rgba(255, 255, 255, .8);
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
    padding: 4px 10px 1px;
    color: var(--txt);
    background: linear-gradient(90deg, var(--bg1), var(--bg2));
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(90, 54, 255, .25);
    font-family: 'Poppins';
    margin: 0 0 20px;
    justify-content: center;
}

/* Title / CTA */
.deal-title, .deal-cta{
    font-weight: 500;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 1.2;
}


/* Countdown group */
.countdown{ display:flex; align-items:start; gap:10px; }

/* Separator colons */
.sep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
}

/* Each unit */
.unit{ display:flex; flex-direction:column; align-items:center; gap:0; }
.unit .num{
	font-variant-numeric: tabular-nums;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    background: #fff;
    color: #111827;
    padding: 2px 5px;
    border-radius: 2px;
    min-width: 32px;
    text-align: center;
}
.unit .label{
    font-size: 10px;
    text-transform: capitalize;
    color: #fff;
}

/* Responsive tweaks */
@media (max-width: 768px){
  .deal-banner{
  	gap: 5px;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding: 5px 5px 2px;
    margin-left: -12px;
    border-radius: 0;
    margin-right: -12px;
    width: calc(100% + 24px);
	}
  .deal-title{ flex: 1 1 100%; }
  
  .deal-title, .deal-cta {
	    font-size: 14px;
	}
	.countdown {
	    gap: 3px;
	}
	.sep {
	    margin: -3px 0 0 0;
	}
	.unit {
	    gap: 0px;
	}
	.unit .num {
	    font-size: 12px;
        padding: 3px 7px;
	}
	.unit .label {
    	font-size: 10px;
    }
    
    .yonda-single-page.accom {
		overflow-x: hidden;
	}

  
}

.ad_banner {
    color: #ffffff;
    display: block;
    width: max-content;
    border-radius: 4px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
}
.ad_banner.bonus {
	background-color: #000000;
}
.ad_banner svg {
	    width: 20px;
}
.ad_banner.ends {
	background-color: #DA3146;
}
.ad_banner.limited {
	background-color: #96885F;
}
.ad_banner.upgrade {
	background-color: silver;
}


.subscription-service.property {
    margin: 50px auto;
}


/* Search Banner */
body.search .search-banner,
body.home .search-banner {
	position: relative;
}
body.search .search-banner.is-sticky,
body.home .search-banner.is-sticky {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 1000;
}

body.search .search-banner.is-sticky .Search_bar .container,
body.home .search-banner.is-sticky .Search_bar .container {
	max-width: 100%;
	padding: 0;
}


body.search .search-banner.single-search-banner.is-sticky .Search_bar,
body.home .search-banner.is-sticky .Search_bar {
	margin-top: 0;
}

@media (prefers-reduced-motion: reduce) {
	body.search .search-banner.is-sticky,
	body.home .search-banner.is-sticky {
		transition: none;
	}
}



@media screen and (max-width: 768px) {
	
	body {
		padding-top: 106px;
	}
	header {
		position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 99;
	    background-color: #fff;	
	}
	
	
}


.experiences_type svg {
    max-width: 30px;
	height: 25px;
}
.experiences_type svg path {
    fill: #7d3eed;
}




.gift_card_page_discount.icons .iconHolder {
	height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.gift_card_page_discount.icons svg {
	height: 45px;
	max-width: 34px;
}
.gift_card_page_discount.icons svg path {
	fill: #7d3eed;
} 



.overview {
	display: flex;
    flex-direction: column;
    align-items: start;
}
.overview ul {
	display: grid;
    gap: 7px;
    grid-auto-flow: row;
    grid-template-columns: repeat(2, 1fr);
	font-size: 14px;
}
.overview ul li {
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
    text-align: left;
    line-height: 1;
}
.overview ul li svg {
	width: 20px;
}



.unlock {
	margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: start;
    border: 1px solid #dddaeb;
    max-width: 1356px;
    padding: 30px 36px;
    border-radius: 10px;
}
@media (max-width: 900px) {
	.unlock { grid-template-columns: 1fr; gap: 28px; }
}

.unlock-left .sub { margin: 0 0 20px; }

.perks {
	list-style: none;
	margin: 0 0 22px;
	padding: 0;
	display: grid;
	gap: 4px;
}
.perks li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
}
.perks strong { font-weight: 500; }
.perks .icon {
	flex: 0 0 20px;
	height: 20px;
	display: inline-grid;
	place-items: center;
	color: #7d3eed;
}
.perks .icon svg { fill: currentColor; width: 20px; height: 20px; }

.ratings {
	display: flex;
	gap: 18px;
	align-items: center;
	margin-top: 12px;
}
.rating {
	display: flex;
	gap: 8px;
	align-items: center;
	color: #6b7280;
	font-size: 14px;
}
.rating img { height: 18px; width: auto; display: block; }
.rating .trust { color: #10b981; font-size: 18px; line-height: 1; }
.rating .brand { color: #1c1f23; font-weight: 600; margin-right: 4px; }
.rating .score { color: #1c1f23; font-weight: 600; margin-right: 4px; }

.unlock-right .label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4px;
}
.email-row {
	display: flex;
	gap: 12px;
	align-items: stretch;
}
.email-row input {
	flex: 1 1 auto;
	padding: 12px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	font-size: 15px;
}
.email-row .btn-primary,
.email-row .btn.purple_btn {
	flex: 0 0 auto;
}

.hint { margin: 10px 0 18px; font-size: 14px; color: #6b7280; }

.divider {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 14px;
	margin: 8px 0 14px;
}
.divider .line { height: 1px; background: #e5e7eb; }
.divider .text { font-size: 14px; color: #6b7280; }

.sso { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-sso {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px 14px;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font-weight: 400;
	flex: 1;
	font-size: 14px;
}
.btn-sso:hover { background: #f9fafb; }

.legal { margin: 14px 0 0; font-size: 12px; color: #6b7280; }
.legal a { color: #111827; text-decoration: underline; }

@media screen and (max-width: 768px) {
	
	.unlock-left .sub {
	    font-size: 13px;
	}
	.perks {
	    font-size: 13px;
	}
	.ratings {
		flex-direction: column;
		align-items: start;
	}
	.email-row {
	    flex-direction: column;
	}
	.email-row .btn-primary, .email-row .btn.purple_btn {
	    width: 100%;
	}
	.hint {
	    font-size: 11px;
	}
	.sso {
	    gap: 5px;
	    flex-wrap: unset;
	}
	.btn-sso {
	    flex: unset;
	    gap: 2px;
	}
}

.booking .hotel-result-section  {
	padding-bottom: 100px;
    margin-bottom: -45px;
}
.deluxe_tour_option .secure-checkout,
.secure-checkout {
    width: 100%;
    background: none;
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 20px;
    padding: 26px 10px 18px;
    border-radius: 5px;
    border: 1px solid #DDDAEB;
    position: relative;
    margin: 9px 0 0 0;
    justify-content: center;
}
.deluxe_tour_option .secure-checkout p,
.secure-checkout p {
    display: block;
    padding: 0 13px;
    margin: 0 !important;
    position: absolute;
    top: -9px;
    background: #fff;
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
    min-width: 302px;
    text-align: center;
    padding: 0;
    font-size: 14px;
}
.secure-checkout img.invert {
	filter: invert(1);
	max-width: max-content;
	object-fit: unset;
}

@media screen and (max-width: 1024px) {
/*

	.booking .hotel_common_grid_wrp {
        flex-direction: column-reverse;
        display: flex;
    }

    
    .booking .hotel_common_row_32 {
	    width: 100%;
	    max-width: 600px;
	    margin: auto;
	}
	*/
	
}

.bg_yellow {
	background: #f6e845 !important;
}

/* Terms & Conditions */
.bg_yonda-gradient {
	--bs-border-radius: 15px;
	background: #EEE4FF;
	background: linear-gradient(90deg,rgba(238, 228, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
	padding-bottom: 100px;
    margin-bottom: -50px;
}
.account_side_bar {
	overflow: hidden;
}   
.account_side_bar .menu-item {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 14px 15px;
}
.term-menu-item svg path {
	fill: none !important;
}
.term-menu-item.menu_active svg path {
	stroke: #8037ff;
}

.terms .call-us-container.yasmin{
	padding: 0;
	background: #ffff;
}
.terms .call-us-container.yasmin .call-us-content-container {
	gap: 10px;
}
.terms .call-us-container.yasmin .call-us-content h4 {
    color: #000000;
    font-size: 20px;
}
.terms .call-us-container.yasmin .call-us-content p {
	font-size: 12px;
    color: #000;
}
.default-content h1 {
	font-size: 30px;
}
.default-content h2 {
	font-size: 20px;
	margin: 50px 0 25px;
}
.default-content h3 {
	font-size: 20px;
	margin: 50px 0 25px;
}
.default-content strong {
	font-weight: 600;
}
.default-content ol {
	list-style: none;
	counter-reset: ol-counter; 
	padding-left: 0;
}
.default-content ol > li {
	counter-increment: ol-counter;
	margin: 0.5em 0;
	position: relative;
	padding-left: 2em;
}
.default-content ol > li::before {
	content: counter(ol-counter) ".";
	position: absolute;
	left: 0;
	top: 0;
}
.default-content ul {
	list-style: none;
	padding-left: 0;
}
.default-content ul > li {
	margin: 0.5em 0;
	position: relative;
	padding-left: 23px;
}
.default-content ul > li::before {
	content: '•'; 
	position: absolute;
	left: 0;
	top: 0;
}
.default-content .table-heading {
	margin: 35px 0 0 0;
    color: #888888;
    font-weight: 300;
}
.default-content table {
	margin-bottom: 20px;
}
.default-content table tr th {
	padding: 10px 5px;
}
.default-content table tr td {
	border-top: 1px solid #d5d1e6;
	padding: 10px 5px;
}

/* Destinations */
.intro .h3 {
	font-family: "Reckless Neue";
    font-weight: 600;
    line-height: normal;
    font-size: 24px;
}

.reckless {
	font-family: "Reckless Neue";
    font-weight: 600;
    line-height: normal;
}
.intro p {
    font-size: 15px;
    margin-bottom: 10px;
}
.intro img {
   height
}
body.destinations .search-banner.single-search-banner .Search_bar {
    margin-top: 0;
}
.intro .bg-light {
 	background-color: #f1f1f1 !important;  
}


/*
.tours .breadcrumb-banner .breadcrumb-banner-content:before {
	content: '';
    background-color: #000;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
}
*/

.text-link {
	text-decoration: underline;
	min-width: max-content;
}

.banner_grid_text_row span svg {
	position: relative;
	top: -3px;
}

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

	.hotel-single-container {
	    margin-left: -22px;
	    margin-right: -22px;
	    gap: 0 !important;
	}
	
	.yonda-single-page .offer-section .offer-card .offer-text span.changeme {
        font-size: 14px;
        color: #000;
        font-weight: 500;

	}
	.offer-view-count {
	    background: transparent;
	    padding: 0;
	    color: #898787;
		margin: 0;
	}
	.offer-view-count svg path {
		fill:  #898787;
	}
	
}

/* IOS Fix */
@media (max-width: 767px) {
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
}


.similar_book .swiper-wrapper {
	margin-bottom: 50px;
}

.why-join-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: stretch; /* stretch content vertically */
    height: 100%;
}
.why-join-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}
.row-title-wrp {
    flex-grow: 1;
}


@media screen and (max-width: 768px) {
    
    .search-banner {
	  z-index: 9; 
    }
    .search-banner .flatpickr-months {
	    margin-bottom: 4px;
	}   
    .search-banner.active {
		position: fixed !important;
        top: 10px;
        z-index: 99;
        height: 100vh;
        overflow: scroll;
    }
    .search-banner.active .Search_bar {
	    margin-top: 0 !important;
    }
    .search-banner.active .location_search_bar_modal {
        top: 246px;
    }
    
    body.home .search-banner .Rooms-Guests {
	    flex-grow: 1;
    }
   

	.hotel_resort_popup .hotel_country-img_row figure {
		width: 45px !important;
	}
	
	body.home .search-banner .title-guest-popup button {
        min-width: 150px;
        padding: 9px 5px;
        gap: 5px;
    }
	
	

}

.banner_grid_box {
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.banner_grid_box:hover {
  border-color: #c5c5c5;
}


@media screen and (max-width: 768px) {
	.swiper-button-prev, .swiper-button-next {
	    height: 25px !important;
	    width: 25px !important;
	}
}



/* hotel pupup */
.guarantee-badge {
  gap: 20px;
}

.guarantee-badge figure {
  width: calc(40% - 10px);
}

.guarantee-badge figure img {
  width: 100%;
}

.guarantee-badge figcaption {
  width: calc(60% - 10px);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.guarantee-badge figcaption .button_wrpper_block .pg_btn_block a {
  background: #e3e0f0;
  border-radius: 6px;
  padding: 3px 10px 3px 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.guarantee-badge figcaption h6 {
  font-family: "Poppins";
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.price-section-new-popup {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

.price-section-new-popup .price {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

.price-section-new-popup .voucher-badge {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 5px;
  background: linear-gradient(0deg, #8037FF 0%, #8037FF 100%), #7073B5;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 12.069px;
}

.guarantee-banner {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #8037FF 0%, #F9AC90 100%);
  width: fit-content;
}

.guarantee-banner .icon-left,
.guarantee-banner .icon-right {
  flex-shrink: 0;
}

.guarantee-banner p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.18px;
  text-transform: capitalize;
  margin: 0;
}

.map-Facilities-container-get {
  border: unset;
  padding: unset;
}

.map-Facilities-container-get .Facilities-container p {
  background-color: #E9E2F2;
}

.map-Facilities-container-get h4 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.package-prices h2 {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.package-prices ul {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
.package-prices ul::-webkit-scrollbar {
  height: 7px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.package-prices ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
.package-prices ul::-webkit-scrollbar-thumb {
  background: #666666; 
  border-radius: 10px;
  height: 5px;
  width: 20px;
}
.package-prices ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}

.package-prices ul .pricing-card {
  display: flex;
  width: max-content;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 20px 8px 8px 8px;
  border: 1px dashed #B4B1C6;
  border-radius: 7px;
}

.package-prices ul .pricing-card .pricing-card__badge {
  display: flex;
  padding: 2px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background: #E9E2F2;
  margin-top: -35px;
}

.package-prices ul .pricing-card .pricing-card__title {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.18px;
  text-transform: capitalize;
}

.package-prices ul .pricing-card .pricing-card__body p {
  display: flex;
  padding: 4px 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: #EFEFEF;
}

.package-prices .pricing-worry-text {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.buy_now_submit .grid_cta_btn {
  margin: 0;
  width: 100%;
}

.buy_now_submit .grid_cta_btn a {
  width: 100%;
  text-align: center;
}
.package-prices {
    margin-top: 10px;
}

@media (max-width: 767px) {
  .guarantee-badge {
    flex-direction: column;
  }

  .guarantee-badge figure {
    width: 100%;
  }

  .guarantee-badge figcaption {
    width: 100%;
  }
  .guarantee-badge figcaption h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .guarantee-badge figcaption h6 {
    font-size: 18px !important;
  }
 .map-Facilities-container-get h4 {
    margin: 0;
  }
  .buy_now_submit {
    flex-direction: column;
  }
  .map-Facilities-container-get .Facilities-container {
    gap: 5px;
  }
    .map-Facilities-container-get .Facilities-container p {
    font-size: 12px;
    }
  .map-Facilities-container-get h4 {
    font-size: 15px !important;
  }
  .package-prices h2 {
    font-size: 15px !important;
  }
  .package-prices .pricing-worry-text {
    font-size: 10px;
  }
}

#subby {
	background-image: url('/image/banner-subscription-2.webp');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 30px;
	position: relative;
    overflow: hidden;
}
#subby:before {
    content: '';
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.10;
}
#subby .content {
	color: #ffffff;
    position: relative;
    z-index: 2;
}

#subby .tag {
	box-shadow: 0px 4px 4px 0px #00000040;
	font-size: 30px;
	font-weight: 600;
}  
#subby .h1 {
	font-size: 78px;
	font-weight: 700;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#subby .h1.bigboy {
	font-size: 130px;
	font-weight: 800;
}
#subby .purple_btn {
	display: inline-flex;
	font-size: 20px;
	padding: 13px 60px;
}
#subby p {
	font-size: 22px;
}

#subby img.yonda-giveaway {
	margin: -15px 1px -12px 1px;
}

#subby .fancy-text-holiday {
	margin-top: -60px;
    margin-bottom: -72px;
    z-index: 9;
    position: relative;
    display: block;
}

@media screen and (max-width: 768px) {
	#subby {
	    border-radius: 13px;
	}
	#subby .tag,
	.rainbow-text {
		font-size: 18px;
	}
	#subby .h1 {
	    font-size: 32px;
	}
	#subby .h1.bigboy {
	    font-size: 56px;
	}
	#subby .fancy-text-holiday {
	    margin-top: -42px;
	    margin-bottom: -39px;
	}
	#subby .fancy-text-holiday svg {
		width: 245px;
	    height: auto;
	    margin: auto;
	    display: block;
	}
	#subby img.yonda-giveaway {
	    width: 23px !important;
	}
	#subby .purple_btn {
	    font-size: 16px;
	    padding: 13px 14px;
	}
	#subby p {
	    font-size: 14px;
	}
}  


#subby .content p > a {
	color: currentColor;
}

.tag {
	border-radius: 6px;
	padding: 6px 20px;
	display: inline-block;
	line-height: 1;
}
.tag.red {
    background-color: #D80027;
	color: #fff;
	font-size: 20px;
}
.tag.white {
	background-color: #ffffff;
}
.rainbow-text {
	background: linear-gradient(90deg, #F9AC90, #8037FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 30px;
	font-weight: 600;
}
.bg_pastel_gradient {
	background-image: url('/image/bg_pastel.png');
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 28px;
	position: relative;
	top: 45px;
}
.bg_lilac {
	background-color: #A4A7D5;
}
.white_btn {
	background: #ffffff;
}
video {
	border-radius: 28px;
}
.video-container {
  position: relative;
  cursor: pointer;
}
.custom-play {
	position: absolute;
	inset: 0;
	background: url('/image/btn_play.png') center/80px no-repeat;
	pointer-events: none;
}
.custom-play.hide {
	display: none;
}

.announcement {
	background-color: #d55a5a;
    color: #fff;
    font-size: 13px;
}
.announcement .link {
	text-decoration: underline;
	cursor: pointer;
}

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

	.announcement {
	    font-size: 10px;
	    line-height: 1;
	}
	
}

/* New Subscription Boxes */
.bg_pastel_gradient.alt {
    top: 0;
	border-radius: 0;
}
.subby_grid {
	position: absolute;
    top: 15px;
    right: 15px;
	cursor: pointer; 
	gap: 16px;  
}
.subby_grid p:last-child {
	background: linear-gradient(-90deg, #F9AC90, #8037FF);
    border-radius: 5px;
	color: #fff;
}
.subby_grid p {
    font-size: 12px !important;
    font-weight: 500;
}
.subby_grid .price {
    font-size: 15px;
}
.strike-me {
    position: relative;
}
.strike-me:after {
	content: '';
    background-color: #7d3eed;
    height: 2px;
    width: 95px;
    transform: rotate(-25deg);
    position: absolute;
    top: 18px;
}
.banner_grid_box.special p.price {
    font-size: 20px;
	font-weight: 600;
}
.banner_grid_box.special p:not(.location):not(.name):not(.price):not(.tag) {
    font-size: 13px;
    line-height: 1.2;
}
.banner_grid_box.special strong {
    font-weight: 500;
}
.g-dollar {
    width: 15px !important;
}
.invert {
    filter: invert(1);
}
.bg_light_lilac {
	background-color: #dedff2;
}
.bg_purple {
	background-color: #8037ff;
}
.bg_purple_gradient {
	background: linear-gradient(270deg, rgba(173, 75, 252, 1) 0%, rgba(128, 55, 255, 1) 40.00000059604645%), linear-gradient(270deg, rgba(173, 75, 252, 1) 0%, rgba(128, 55, 255, 1) 26.499998569488525%), linear-gradient(to left, #ffffff, #ffffff);	
}
.white-text {
	color: #fff;
} 
.gold-text {
	color: #cda552;
}

/* Booking */
.tiny {
	font-size: 12px;
}
p.pp {
    font-size: 14px;
}
.fw-bold {
    font-weight: 500 !important;
}
small.smaller {
	font-size: 0.6em;
}
.tabs {
    border: 2px solid #7d3eed;
    margin: auto;
    max-width: max-content;
    border-radius: 1000px;
}
.tabs li {
    padding: 10px 20px;
    font-size: 14px;
}
.tabs li.active {
    background: var(--background-gradient);
    border-radius: 45px;
    color: var(--white-color);
}
.with-subscription {
    gap: 0 20px;
}
.with-subscription .left,
.with-subscription .right {
    flex: 1;
}
.subscription-plan {
    display: none;
}
.subscription-plan.active {
    display: block;
}


.bubble {
	background-color: #E3E0F0;
	border-radius: 1000px;
	padding: 5px;
} 
.bubble.square {
	border-radius: 5px;
}

@media screen and (max-width: 768px) {
	.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul li {
	    width: 100%;
	}
	.tabs li {
	    padding: 10px 10px;
	    font-size: 12px;
	}
	.with-subscription .head .bubble {
		margin-top: -30px;
		margin-bottom: 10px;
	}
	
	.options.swiper {
		padding-bottom: 30px;
	}
}

/* New Booking */
.left {
    width: 61%;
}

.call-us-container.yasmin.light {
    background-image: none;
	background-color: #fff;
}
.call-us-container.yasmin.light .call-us-content h4,
.call-us-container.yasmin.light .call-us-content p {
	color: #000000;
}
.call-us-container.yasmin.light .call-number {
	border: 1px solid #7d3eed;
}
.icon.purple-fill svg path {
	fill: #8739f6;
}
.icon.grey-fill svg path {
	fill: #898787;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 11px;
    width: 11px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider {
     background-color: #8739f6;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  width: 28px;
  height: 17px;
  position: relative;
}
.slider.round:before {
  border-radius: 50%;
} 
.booking .tag {
	color: #fff;
    background: linear-gradient(-90deg, #F9AC90, #8037FF);
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 2px;
}
.seperator {
	width: 1px;
    background-color: #efefef;
    height: 23px;
    display: inline-block;
}
.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul li.subscription-plan {
	display: none;
}
.hotel-result-section .container .bestselling-offers-list-item .offer-detail .activate-subscription ul li.subscription-plan.active {
	display: flex;
}
@media screen and (max-width: 768px) {
	.left {
        width: 100%;
    }
}

.change_room {
    font-size: 12px !important;
    padding: 10px 10px !important;
    line-height: 1 !important;
    min-height: 0;
    min-width: 0;
}
.deets {
	display: none; 
}
.deets.active {
    display: block; 
}
    
.booking .order-line figure {
    height: 60px;
    width: 60px;
    min-width: 60px;
}
.booking .order-line figure img {
    height: 100%;
}
.booking .order-line {
    padding: 14px 0;
	border-top: 1px solid #efefef;
}
.or {
    position: relative;
}   
.or:before {
    content: '';
    background-color: #efefef;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: 0;
}
.or p {
    background-color: #fff;
    max-width: max-content;
    margin: auto;
    z-index: 2;
    position: relative;
    padding: 0 15px 0;
}
	
.checkout-promotion {
	background: #f3f3fa;
    border: 1px solid #dddaeb;
    border-radius: 10px;
    padding: 20px;
}	
.checkout-promotion .prices {
	font-size: 25px;
	gap: 20px;
}
.checkout-promotion .strikethrough {
	position: relative;
	opacity: 1;
	font-weight: 300;
}
.checkout-promotion .strikethrough:after {
	content: '';
    background: #000;
    width: 102px;
    height: 2px;
    transform: rotate(-6deg);
    position: absolute;
    left: -5px;
    top: 16px;
}
.checkout-promotion .tag {
	font-size: 13px;
	padding: 8px 10px;
}
	
@media screen and (max-width: 991px) {
	.booking .hotel_common_grid_wrp {
		flex-direction: column-reverse; 	
	} 
	.booking .hotel_common_row_32 {
    	width: 100%;
	}
} 



.cruise-images {
    position: relative;
}
.cruise-logo {
	position: absolute;
	z-index: 2;
	bottom: 13px;
	right: 10px;
} 
.big {
	font-size: 22px !important;
}  	

.lock-half {
	max-width: 50%;   
}
.lock-half img.logo {
    max-width: 100px;
}

/* Signup Section Styles */
.signup-section-wrapper {
    background-color: #e3e0f0;
    padding: 40px;
    border-radius: 12px;
    margin: 40px auto;
    max-width: 1400px;
}

.signup-section-wrapper .signup-right {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
    .signup-section-wrapper {
        padding: 20px;
    }
    
    .signup-section-wrapper .signup-right {
        padding: 30px 20px;
    }
}  	


.bg_pastel {
    background-color: #E3E0F0;
}

.tabs_group li > a,
.tabs_group li > span {
    border: 1px solid #DDDAEB;
    padding: 7px 10px;
    border-radius: 5px;
    display: block;
}
.tabs_group li.active > a,
.tabs_group li.active > span {
    border-color: #8037FF;
    background-image: linear-gradient(to right, #8037FF, #AD4BFC);
    color: #fff;
}
            
.cruiseline .call-us-container.yasmin .call-us-content p {
    font-size: 16px;
}
.ultimate-cruise .tag {
	display: flex;
    padding: 8px 10px;
    justify-content: start;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    background: #e3e0f0;
    font-size: 14px;
    position: absolute;
    top: -17px;
    left: 15px;
    right: 15px;
}

/*
.cruise_cta .row {
	background-image: url(../image/cruise-heading-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
}

.cruise_cta .h1 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 71px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 2px 2px #00000020;
}
.cruise_cta .btn {
	cursor: unset;
    font-size: 30px;
    background-color: #fff;
    border-radius: 30px;
    line-height: 1;
    padding: 10px 25px;
}
*/
		
.cruise-accordion .accordion  {
	background-image: linear-gradient(to bottom, #E3E0F0, #F0DEF2, #FFFFFF);
	border-radius: 30px;
}

.cruiseline .accordion-item {
	background-color: transparent;
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
    border-color: #ACA8BF;
    margin: 0;
}
.cruiseline .accordion-item:first-child {
	border-top: 0;
}
.cruiseline .accordion-button {
	background-color: transparent;
}

.cruiseline .cruise-accordion .accordion-button {
	font-size: 20px;
}

body.cruiseline .about-ships {
    background-image: none;
}

body.cruiseline .about-ships .about-ship .about-ship-container .ship-image {
    width: 53%;
}
body.cruiseline .about-ships .about-ship .about-ship-container .ship-details {
	width: 47%;
	background-color: #E3E0F0;
} 

.fleet .row {
	row-gap: 25px;
}
.fleet .holder {
	border-radius: 14px;
	position: relative;
	overflow: hidden;
}
.fleet .holder .title {
	background-color: #ffffff30;
    backdrop-filter: blur(27px);
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
	color: #fff;
	transition: 0.5s;
}
.fleet .holder .title svg {
	display: none;
}

.fleet .holder:hover .title {
	background-color: #ffffff;
    backdrop-filter: blur(0);
    color: #000;
}
.fleet .holder:hover .title svg {
	display: block;
}

.cruiseline .Search_bar .container {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
    body.cruiseline .tours_overview {
        flex-direction: column;
    }
    .fleet .row {
	    row-gap: 10px;
	}

    .tabs_group {
	    overflow: scroll;
	    margin-right: -17px;
	}   
	.cruiseline .accordion-button {
	    padding-left: 0;
	    padding-right: 0;
	}
	
	.cruiseline .cruise-accordion .accordion-button {
	    font-size: 16px;
	}	
}

.enquire-now-section {
    background-color: #f9f9f9;
}

.enquire-form-wrapper {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.enquiry-summary-wrapper {
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.enquiry-summary-card {
    border-left: 4px solid #8037FF;
    padding-left: 20px;
}

.summary-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.summary-cruise-name {
    font-size: 16px;
    color: #8037FF;
    line-height: 1.5;
}

.summary-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: start;
    font-size: 14px;
}

.summary-label {
    font-weight: 600;
    color: #555;
    min-width: 130px;
}

.summary-value {
    text-align: right;
    color: #333;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #8037FF;
    border-color: #8037FF;
}

.form-check-input:focus {
    border-color: #8037FF;
    box-shadow: 0 0 0 0.25rem rgba(128, 55, 255, 0.25);
}

@media (max-width: 991px) {
    .enquiry-summary-wrapper {
        position: static !important;
    }
    
    .summary-item {
        flex-direction: column;
        gap: 5px;
    }
    
    .summary-value {
        text-align: left;
    }
}

body.cruise .tabs_group.small a {
    font-size: 12px;
    padding: 5px 8px;
    width: max-content;
}  
body.cruise .hot-deal {
    display: flex;
    gap: 5px;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
}
body.cruise .tours_package_price img {
    width: 250px;
    height: 70px;
} 
body.cruise .show-more {
	margin: 14px 0;
    font-size: 14px;
    width: auto;
    padding: 10px 20px;
    float: right;
}

@media (max-width: 575px) {
	
	body.cruise .tabs_group {
        width: 100%;
    }

    body.cruise .yonda-single-page .hotel-single-content .com_title {
        padding-right: 0;
    }
	body.cruise .Once-in-a-lifetime .swiper-wrapper {
	    padding-bottom: 0;
	}
	body.cruise .gallery-container .swiper-button-prev,
	body.cruise .gallery-container .swiper-button-next {
        top: calc(50% - 20px);
    }
}