body {
  background-color: #f7f8fa;
}

/* Navbar */
.navbar {
  box-shadow: var(--box-shadow-1c2b3d1f);
}

/* Mobile header */
.m-searchhead {
  display: none;
}

/* Hero search from main.css*/
.hero-search {
  /* flex-wrap: nowrap; */
}
/* .hero-search-item {
  border: none;
  border-radius: 0px;
  min-width: 130px;
} */
.hero-search-item-roomDet {
  border: none;
  border-radius: 0px;
  min-width: 130px;
}

/* Head */
.head {
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
  padding: 24px 0;
}

.head .nav {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px var(--page-padding-8);
}
.head .nav span {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.head .nav .chevron {
  font-size: 18px;
}

/* topSearchBox */
.topSearchBox {
  padding: 16px var(--page-padding-8);
}

.topSearch-button {
}
/* End of topSearchBox*/

.headContent {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.head .basics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0px var(--page-padding-8);
}
.head .basics .titleBox {
  display: flex;
  flex-direction: column;
}
.head .basics .titleBox .title {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}
.head .basics .titleBox .location {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.head .basics .actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  /* height: 44px; */
}
.head .basics .actions .actionsBtns {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.favoriteActive .icon {
  color: #d21c1c;
  font-variation-settings: "FILL" 1;
}
.room-make-reserve-box {
}
.room-make-reserve {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

/*  */

/* basic room info for mobile */
.head .basics .bscMobileSection {
  display: none;
}
.bscHRoomInfo {
  display: none;
}
.bscScheduleWrap {
}

/* Mobile search box */
.searchbox {
  background-color: var(--color-white);
  padding: 20px;
  border-radius: 16px;
  box-shadow: var(--box-shadow-1c2b3d1f);
}

.searchbox .head {
  display: none;
}

.searchbox .description {
  display: none;
}

/* Album */

.albumSection {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;

  padding: 0px var(--page-padding-8);
  gap: 28px;
}
.albumWrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1;
}
.album {
  display: flex;
  flex-direction: row;
  /* padding: 0px var(--page-padding-8); */
}
.album .cards {
  /* display: flex;
  flex-direction: row;
  flex: 1;
  flex-wrap: wrap;
  gap: 16px; */

  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 16px;
  width: 100%;
  /* position: relative; */
}
.album .umreCards {
  grid-template-columns: auto auto auto auto auto;
}
.album .cards .card {
  border-radius: 12px;
  cursor: pointer;
}
.album .cards .umrecard {
  height: 167px;
}
.album .cards .card1 {
  grid-column: 1/3;
  grid-row: 1/3;
}
.album .cards .umreCard1 {
  grid-column: 1/4;
  grid-row: 1/3;
  height: auto;
}
.album .cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.album .sellAll {
  position: absolute;
  bottom: 16px;
  right: 16px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  /* border: solid 1px #e7ebf0; */
}

.scheduleWrap {
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 350px;
  padding: 16px;
  border-radius: 16px;

  background-color: var(--color-white);
  border: solid 1px #d6dde6;
  box-shadow: var(--box-shadow-1c2b3d1f);
  align-items: start;
  justify-content: space-between;
}

.status {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #e8f4fd;
  border-radius: 6px;
  padding: 4px 8px;
  height: 24px;

  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #005aa3;
  align-self: start;
}
.tsSchedulesBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.tsSchedulesBox .tsCompanies {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.tsSchedulesBox .tsCompanies .tsCompany-image {
  width: 24px;
  height: 24px;
  border-radius: 0px;
}
.tsSchedulesBox .tsCompanies .tsName {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
.tsSchedulesBox .tsSchedules {
  display: flex;
  flex-direction: column;
}
.tsSchedulesBox .tsSchedule {
  display: flex;
  flex-direction: column;
  padding: 2px 0px;
}
.tsSchedulesBox .tsDet {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 3px 0px;
}
.tsSchedulesBox .tsSchedule .tsCities {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.tsSchedulesBox .tsSchedule .umCities {
  color: #67778a;
}
.tsSchedulesBox .tsSchedule .tsDate {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
}
.tsSchedulesBox .tsSchedule .tsDate {
  color: #67778a;
}
.tsSchedulesBox .tsSchedule .tsTransport {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.tsSchedulesBox .tsSchedule .umTransport {
  gap: 15px;
}
.tsSchedulesBox .tsSchedule .tsLine {
  width: 10px;
  height: 21px;
  border-right: solid 1px #d6dde6;
}
.tsSchedulesBox .tsSchedule .umLine {
  margin-top: 10px;
  width: 10px;
}
.tsSchedulesBox .tsSchedule .tsIcon {
  font-size: 17px;
}
.tsSchedulesBox .tsSchedule .tsDesc {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #67778a;
}
.tsSchedulesBox .tsSchedule .umDesc {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-primary-dark);
}
.akitBox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
}
.akitBox .akitText {
  width: 80px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #67778a;
  text-align: start;
}

/* room details */
.contents {
  display: flex;
  flex-direction: row;
  padding: 0px var(--page-padding-8) 40px var(--page-padding-8);
  gap: 28px;
  flex-wrap: wrap;
}

.details {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
  min-width: 450px;
  /* background-color: red; */
}

.details .detailsSections {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
}

.details .info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.details .roomtabs {
  display: flex;
  flex-direction: row;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-252A3129);
  border-radius: 12px;
  padding: 0px 12px;
  /* width: 450px; */
}
.details .roomtab {
  /* height: 60px; */
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  padding: 16px 5px;
  flex: 1;
  text-align: center;
  cursor: pointer;
  /* border:solid 1px red */
}

.details .roomtabActive {
  color: var(--color-primary);
  border-bottom: solid 2px var(--color-primary);
}

.details .searchContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: solid 1px #d6dde6;
  border-radius: 12px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  background-color: var(--color-white);
  padding: 8px 12px;
  width: 100%;
}
.details .searchContainer .sepratorBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.details .searchContainer .seprator {
  border-right: solid 1px #d6dde6;
  height: 31px;
}

/* Ad section */
.offAd {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #fcf3e1;
  box-shadow: var(--box-shadow-1c2b3d1f);
  padding: 8px 20px 8px 10px;
  align-items: center;
  border-radius: 12px;
  flex-wrap: wrap;
  gap: 12px;
}
.offAd .titleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.offAd .titleBox .iconBox {
  background-color: #e99b05;
  border-radius: 100px;
  min-width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offAd .titleBox .iconBox span {
  color: var(--color-white);
}
.offAd .titleBox .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.offAd .goin {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  height: 44px;
  text-decoration: none;
  color: var(--color-primary-dark);
}

.details .info .amenities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.details .info .amenity {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--color-white);
  border: solid 1px #d6dde6;
  padding: 8px 12px;
  border-radius: 8px;
  gap: 8px;
}
.details .info .amenity .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.details .info .facilities {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.details .info .facility {
  display: flex;
  flex-direction: row;
  background-color: #e8f4fd;
  padding: 8px 10px;
  border-radius: 6px;
  gap: 4px;
}
.details .info .facility .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.details .info .facility .icon {
  font-size: 20px;
}

/* Rooms selection */
.roomSelection {
}
.roomSelection > .head {
  padding: 16px 20px;
}
.roomSelection .head .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.roomSelection .rooms {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 20px;
  gap: 24px;
}
.roomSelection .room {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: solid 1px #d6dde6;
  box-shadow: var(--box-shadow-1c2b3d1f);
  padding: 16px;
  border-radius: 12px;
  background-color: #f5f7f9;
}
.roomSelection .room .infoBox {
  display: flex;
  flex-direction: row;
  gap: 16px;

  justify-content: space-between;
  align-items: start;
  /* flex-wrap: wrap; */
}
.roomSelection .room .infoBox .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.roomSelection .room .infoBox .info .basics {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-wrap: wrap;
}
.roomSelection .room .infoBox .titleBox {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: end;
  flex-wrap: wrap;
}
.roomSelection .room .infoBox .titleBox .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer;
}
.roomSelection .room .infoBox .titleBox .advice {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: #d21c1c;
  background-color: #faeaea;
  padding: 0px 6px;
  border-radius: 4px;
}
.roomSelection .room .infoBox .specs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.roomSelection .room .infoBox .specs .item {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.roomSelection .room .infoBox .specs .item .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.room-features {
  height: 44px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.roomSelection .room .infoBox .image {
  width: 170px;
  height: 117px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
}
.roomSelection .room .plans {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}
.roomSelection .room .plans .plan {
  display: flex;
  flex-direction: row;
  max-width: 360px;
  min-width: 340px;
  flex: 1;
  /* border: solid 1px #28a138; */
  border: solid 1px #d6dde6;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  /* background-color: red; */
  flex-wrap: wrap;
}
.roomSelection .room .plans .turPlan {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}
.roomSelection .room .plans .plan-active {
  border: solid 1px #28a138;
}
.roomSelection .room .plans .plan .detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
  /* background-color: yellow */
}
.roomSelection .room .plans .plan .detail .titleBox {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
}
.roomSelection .room .plans .plan .detail .titleBox .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.roomSelection .room .plans .plan .detail .titleBox .description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.roomSelection .room .plans .plan .detail .titleBox .freeCancel {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #28a138;
}
.roomSelection .room .plans .plan .detail .priceBox {
  display: flex;
  flex-direction: column;
}
.roomSelection .room .plans .plan .detail .priceBox .duration {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.roomSelection .room .plans .plan .detail .priceBox .prePrice {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: line-through;
  color: #67778a;
}
.roomSelection .room .plans .plan .detail .priceBox .price {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.roomSelection .room .plans .plan .action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.roomSelection .room .plans .plan .action input {
  width: 34px;
  height: 34px;
  color: green;
}
.roomSelection .room .plans .plan .action .discount {
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  color: var(--color-white);
  padding: 0px 6px;
  border-radius: 4px;
  background-color: #28a138;
}
.moreRoomsContainer {
  display: flex;
  flex-direction: row;
  flex: 1;
  padding: 0px 20px 20px 20px;
}
.roomSelection .moreRooms {
  width: 100%;
}

/* section css  */

.sectionContainer {
  border: solid 1px #d6dde6;
  border-radius: 12px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  background-color: var(--color-white);
}
.sectionContainer .sectionHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  min-height: 64px;
  cursor: pointer;
}
.sectionContainer .sectionFixHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  height: 64px;
}
.sectionContainer .sectionHead .expand {
  font-size: 30px;
}
.sectionContainer .sectionTitleBox {
  display: flex;
  flex-direction: column;
}
.sectionContainer .sectionTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.sectionContainer .sectionDesc {
  color: #1c2b3d;
  font-weight: 400;
  font-size: 18px;
}
.sectionContainer .turSectionDesc {
  color: #1c2b3d;
  font-weight: 400;
  font-size: 14px;
}
.open-otel-features {
  text-wrap: noWrap;
}
.sectionContainer .sectionActions {
  display: flex;
  flex-direction: row;
}
.sectionContainer .sectionHead .sectionExpand {
  background-color: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
}

/* Room details popup */
.roomDet-wrap {
  display: none;
}
.roomDet-modal {
  width: 1100px;
}
.roomDet-content-wrap {
  overflow-y: scroll;
}
.roomDet-content {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
}

.roomDet-content .rdAlbum {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  max-width: 476px;
}
.roomDet-content .rdAlbum .rdImageBox {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  height: 290px;
  position: relative;
  /* width: 100%; */
}
.roomDet-content .rdAlbum .rdImageBox .rdActionsBtns {
  display: none;
}
.roomDet-content .rdAlbum .rdImageBox .rdPrev,
.roomDet-content .rdAlbum .rdImageBox .rdNext {
  position: absolute;
  top: 45%;
  background-color: var(--color-white);
  border: solid 1px #e7ebf0;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  cursor: pointer;
}
.roomDet-content .rdAlbum .rdImageBox .rdPrev:disabled,
.roomDet-content .rdAlbum .rdImageBox .rdNext:disabled {
  color: #b0bac8;
}
.roomDet-content .rdAlbum .rdImageBox .rdPrev {
  left: 16px;
}
.roomDet-content .rdAlbum .rdImageBox .rdNext {
  right: 16px;
}
.roomDet-content .rdAlbum .rdImageBox .rdImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.roomDet-content .rdAlbum .rdThumbBox {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;

  scrollbar-width: none;
  -ms-overflow-style: none;
}
.roomDet-content .rdAlbum .rdThumbBox::-webkit-scrollbar {
  display: none;
}
.roomDet-content .rdAlbum .rdThumbBox .rdThumbFloat {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.rdThumb {
  width: 113px;
  height: 66px;
  border-radius: 12px;
  object-fit: cover;
  border: solid 2px transparent;
  cursor: pointer;
}

.roomDet-activeThumb {
  border: solid 2px var(--color-primary);
}

.roomDet-content .rdInfo {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #f7f8fa;
  border-radius: 12px;
  gap: 16px;
  padding: 16px;
  min-width: 250px;
  max-width: 600px;
}

.roomDet-content .rdInfo .features {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
}
.roomDet-content .rdInfo .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.roomDet-content .rdInfo .feature .icon {
  font-size: 20px;
}
.roomDet-content .rdInfo .feature .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.roomDet-content .rdInfo .titleBox {
  display: flex;
  flex-direction: column;
}
.roomDet-content .rdInfo .titleBox .location {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  color: #0077ff;
}
.roomDet-content .rdInfo .titleBox .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
}

.roomDet-content .rdInfo .details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.roomDet-content .rdInfo .details .otelType {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.roomDet-content .rdInfo .rdSepecs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.roomDet-content .rdInfo .rdRoomSpec {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
}
.roomDet-content .rdInfo .rdSepecs .rdSepec,
.roomDet-content .rdInfo .rdRoomSpec .rdSepec {
  display: flex;
  flex-direction: row;
  gap: 4px;
  white-space: nowrap;
}
.roomDet-content .rdInfo .rdSepecs .rdSepec .rdTitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.roomDet-content .rdInfo .rdDescriptionBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.roomDet-content .rdInfo .rdDescriptionBox .rdDesTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.roomDet-content .rdInfo .rdDescription {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
}
.roomDet-content .rdInfo .rdSection {
  display: flex;
  flex-direction: column;
}
.roomDet-content .rdInfo .rdSection .rdLabel {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
}
.roomDet-content .rdFooter {
  display: none;
}

/* Hotel details popup */
.otelDet-wrap {
  display: none;
}
.otelDet-wrap .odInfo {
  display: flex;
  flex-direction: column;
  flex: 1;
  background-color: #f7f8fa;
  border-radius: 12px;
  gap: 0px;
  padding: 0px;
  min-width: 250px;
  max-width: 600px;
}
.roomDet-header .titleBox {
  flex-direction: column;
  align-items: start;
}
.roomDet-header .nameBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* .otelDet-content .odTabs {
  display: flex;
  position: relative;
}
.otelDet-content .odTabs .odTab {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px;
  border-bottom: solid 2px #d6dde6;
  cursor: pointer;
}
.otelDet-content .odTabs .odTab:hover {
  border-bottom: solid 2px #67778a;
}
.otelDet-content .odTabs .odTab:active {
  border-bottom: solid 2px var(--color-primary);
  color: var(--color-primary);
}
.otelDet-content .odTabs .odTab-active {
  border-bottom: solid 2px var(--color-primary);
  color: var(--color-primary);
}
.otelDet-content .odTabs .odTabRest {
  border-bottom: solid 2px #d6dde6;
  flex: 1;
}
.otelDet-content .odTabs .odTab12 {
  border-bottom: solid 2px #d6dde6;
  width: 12px;
}
.otelDet-content .odTabs .odTab16 {
  border-bottom: solid 2px #d6dde6;
  width: 16px;
} */

/* --------------------------------- */
.odTabs {
  display: flex;
  position: relative;
}
.odTabs .odTab {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px;
  border-bottom: solid 2px #d6dde6;
  cursor: pointer;
}
.odTabs .odTab:hover {
  border-bottom: solid 2px #67778a;
}
.odTabs .odTab:active {
  border-bottom: solid 2px var(--color-primary);
  color: var(--color-primary);
}

.odTabs .odTab-active {
  border-bottom: solid 2px var(--color-primary);
  color: var(--color-primary);
}
.odTabs .odTab-active:hover {
  border-bottom: solid 2px var(--color-primary);
}
.odTabs .odTabRest {
  border-bottom: solid 2px #d6dde6;
  flex: 1;
}
.odTabs .odTab12 {
  border-bottom: solid 2px #d6dde6;
  width: 12px;
}
.odTabs .odTab16 {
  border-bottom: solid 2px #d6dde6;
  width: 16px;
}
.odTabs .odTab20 {
  border-bottom: solid 2px #d6dde6;
  width: 20px;
}

/* ----------------------------------------- */

.otelDet-content .odTabContents {
  padding: 16px;
}
.otelDet-content .odTabContents .generalTab {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.otelDet-content .odTabContents .generalTab .odBasics {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.otelDet-content .rdHotelName {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--color-primary);
}
.otelDet-content .odTabContents .generalTab .odDescriptionWrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* room not found */
.contents .details .noRoom .content {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.contents .details .noRoom .content .msgBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  gap: 12px;
  padding: 0px 16px;
}
.contents .details .noRoom .content .msgBox .icon {
  color: #67778a;
  font-size: 44px;
}
.contents .details .noRoom .content .msgBox p {
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  font-size: 16px;
}

.contents .details .noRoom .content .noRoomActions {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px;
}

/* end of room not found */

/* room terms sections */
.contents .details .terms .content {
  display: flex;
  flex-direction: column;
  /* background-color: #e99b05; */
  padding: 0px 20px 20px 20px;
  gap: 20px;
  overflow: scroll;
  height: 400px;
  /* margin-bottom: 20px; */
  align-items: start;
}
.contents .details .terms .content > .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contents .details .terms .content .termContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contents .details .terms .content .termBox {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 12px;
}
.contents .details .terms .content .termBox .rowIndicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #e8f4fd;
  border-radius: 8px;
  padding: 4px;
}
.contents .details .terms .content .termBox .rowIndicator .number {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #005aa3;
}
.contents .details .terms .content .termBox .rowIndicator .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #005aa3;
}
.contents .details .terms .content .term {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents .details .terms .content .tp-term {
  gap: 0px;
}
.contents .details .terms .content .term .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.contents .details .terms .content .term .tp-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.contents .details .terms .content .term .context {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}
.contents .details .terms .content .continue {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* room Event section  */
.contents .details .events .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 16px;
  overflow: scroll;
  /* height: 400px; */
  margin-bottom: 20px;
  /* background-color: red; */
}

.contents .details .events .content .card {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.contents .details .events .content .card .cardImg {
  width: 171px;
  height: 90px;
  border-radius: 6px;
  overflow: hidden;
}
.contents .details .events .content .card .eventDetails {
  display: flex;
  flex-direction: column;
  padding: 8px 0px;
  gap: 4px;
}

.contents .details .events .content .card .eventTitle {
  font-weight: 600;
  font-size: 14px;
  color: #1c2b3d;
}
.contents .details .events .content .card .eventName {
  font-weight: 600;
  font-size: 16px;

  color: #0077ff;
}

.contents .details .events .content .card .dateBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #67778a;
  gap: 4px;
}
.contents .details .events .content .card .eventDate {
  font-weight: 500;
  font-size: 12px;
  color: #67778a;
}

.contents .details .events .content .divider {
  border-bottom: solid 1px #d6dde6;
}

/* room comments section  */
.contents .details .comments .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 24px;
  overflow: scroll;
  /* height: 400px; */
  margin-bottom: 20px;
  /* background-color: red; */
}
.contents .details .comments .content .reviewBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contents .details .comments .content .commentContainer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contents .details .comments .content .comment {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents .details .comments .content .comment .profileBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contents .details .comments .content .comment .profileBox .profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.contents .details .comments .content .comment .profileBox .profile .image {
  width: 36px;
  height: 36px;
  background-color: #fcf3e1;
  color: #b56507;
  text-align: center;
  display: flex;
  vertical-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 100px;

  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.contents .details .comments .content .comment .profileBox .profile .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.contents .details .comments .content .comment .profileBox .rate {
  color: #0172cb;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;

  padding: 0px 6px;
  background-color: #e8f4fd;
  border: solid 1px #0172cb;
  border-radius: 4px;
  height: 28px;
  min-width: 40px;
  text-align: center;
  align-items: center;
}
.contents .details .comments .content .comment .context {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contents .details .comments .content .comment .context .text {
  margin: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.contents .details .comments .content .comment .context .dateBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.contents .details .comments .content .comment .context .dateBox .date,
.contents .details .comments .content .comment .context .dateBox .language {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #67778a;
}
.contents .details .comments .content .comment .context .dateBox .seprator {
  background-color: #67778a;
  width: 4px;
  height: 4px;
  border-radius: 10px;
}
.contents .details .comments .content .continue {
  display: flex;
  flex-direction: row;
}

/* room otel rules */

.contents .details .otelRules .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 16px;
  overflow: scroll;
  /* height: 400px; */
  margin-bottom: 20px;
  /* background-color: red; */
}
.contents .details .otelRules .content .rule {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
}
.contents .details .otelRules .content .rule .labelBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 170px;
}
.contents .details .otelRules .content .rule .labelBox .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.contents .details .otelRules .content .rule .value {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

/* additional services */
.contents .details .moreService .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.contents .details .moreService .content .service {
  /* background-color: #28a138; */
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  border: solid 1px #d6dde6;
  border-radius: 12px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  padding: 16px;
  flex-wrap: wrap;
  gap: 8px;
}
.contents .details .moreService .content .service .srvTitleBox {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  min-width: 250px;
}
.contents .details .moreService .content .service .srvTitleBox .srvTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.contents .details .moreService .content .service .srvTitleBox .srvDes {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contents .details .moreService .content .service .persons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  height: 44px;
}
.contents .details .moreService .content .service .persons .personBtn {
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.contents .details .moreService .content .service .persons .personBox {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.contents .details .moreService .content .service .persons .personBox span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.contents .details .moreService .content .service .srvAction {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.contents .details .moreService .content .service .srvAction .srvPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

.room-service-remove {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

/* additional services */
.contents .details .hotelsToStay .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.contents .details .hotelsToStay .content .hotel {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  justify-content: space-between;
  border: solid 1px #d6dde6;
  border-radius: 12px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  padding: 20px;
  flex-wrap: wrap;
  gap: 8px;
}
.contents .details .hotelsToStay .content .hotel .hLocation {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-primary);
  cursor: pointer;
}
.contents .details .hotelsToStay .content .hotel .hotelContent {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  /* flex-wrap: wrap; */
}
.contents .details .hotelsToStay .content .hotel .hDetails {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.contents .details .hotelsToStay .content .hotel .hDetails .hotelInfo {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.contents .details .hotelsToStay .content .hotel .hDetails .hotelInfo .nameBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.contents .details .hotelsToStay .content .hotel .hDetails .hotelInfo .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  cursor: pointer;
}
.contents
  .details
  .hotelsToStay
  .content
  .hotel
  .hDetails
  .hotelInfo
  .location {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.otel-features {
  display: flex;
  flex-direction: row;
  gap: 4px;
  flex-wrap: wrap;
}

.otel-features .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  padding-bottom: 8px;
}
.otel-features .feature .icon {
  font-size: 20px;
  color: #000;
}
.otel-features .feature .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.contents .details .hotelsToStay .content .hotel .imageBox {
  width: 220px;
  height: 121px;
  position: relative;
}
.contents .details .hotelsToStay .content .hotel .image {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.contents .details .hotelsToStay .content .hotel .zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: #1c2b3d99;
  border-radius: 100px;
  /* padding: 4px; */
  color: var(--color-white);

  cursor: pointer;
}
.contents .details .hotelsToStay .content .hotel .zoom span {
  font-size: 21px;
}

/* Other Tur Periods  */
.contents .details .otherTurPeriods .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 24px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.contents .details .otherTurPeriods .content .otperiod {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contents .details .otherTurPeriods .content .otTitleBox {
  display: flex;
  flex-direction: row;
  flex: 2.2;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .details .otherTurPeriods .content .otTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-right: 20px;
}
.contents .details .otherTurPeriods .content .otDescrip {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.contents .details .otherTurPeriods .content .otAction {
  display: flex;
  flex-direction: row-reverse;
  flex: 1;
}
.contents .details .otherTurPeriods .content .otSeprator {
  border-top: solid 1px #d6dde6;
}

/* Services Included in the Price */
.contents .details .serviceInPrice .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 30px;
  gap: 24px;
  margin-bottom: 20px;
  /* flex-wrap: wrap; */
}

.contents .details .serviceInPrice .content ul {
  margin: 0px;
  padding: 0px 15px;
}

.contents .details .serviceInPrice .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 2px 5px;
}

/* room location info */
.contents .details .locationInfo .content {
  display: flex;
  flex-direction: row;
  padding: 0px 20px 0px 20px;
  gap: 24px;
  overflow: scroll;
  /* height: 400px; */
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* background-color: red; */
}
.contents .details .locationInfo .content .map {
  border-radius: 8px;
  border: solid 1px #e5eaef;
  width: 466px;
  height: 247px;
}
.contents .details .locationInfo .content .locationDet {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 39px;
}
.contents .details .locationInfo .content .locationDet .locationBox {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents .details .locationInfo .content .locationDet .address {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.contents .details .locationInfo .content .locationDet .showOnMap {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--color-primary);
  border: none;
  background-color: transparent;
  padding: 0px;
}
.contents .details .locationInfo .content .locationDet .nearBy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents .details .locationInfo .content .locationDet .nearBy .nearByTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.contents .details .locationInfo .content .locationDet .nearBy .nearLoc {
  display: flex;
  flex-direction: column;
}
.contents .details .locationInfo .content .locationDet .nearLoc .nearName {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
.contents .details .locationInfo .content .locationDet .nearLoc .distance {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

/* room FAQ */

.FAQs .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 12px;
  overflow: scroll;
  margin-bottom: 20px;
}
.FAQs .content .questions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.FAQs .content .questions .question {
  display: flex;
  flex-direction: column;
  /* gap: 12px; */

  border-radius: 12px;
  border: solid 1px #d6dde6;
  box-shadow: var(--box-shadow-1c2b3d1f);
}
.FAQs .content .questions .question .qhead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  cursor: pointer;
}
.FAQs .content .questions .question .qhead .qTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.FAQs .content .questions .question .qhead .qExpand {
  background-color: transparent;
  border: none;
  text-align: center;
  cursor: pointer;
  color: var(--color-primary-dark);
}
.FAQs .content .questions .question .answer {
  padding: 0px 20px 16px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

/* Hotel facilities */
.contents .details .hotelFacilities .content {
  display: flex;
  flex-direction: column;
  padding: 0px 20px 0px 20px;
  gap: 16px;
  /* overflow: scroll; */
  margin-bottom: 20px;
  flex-wrap: wrap;
  /* background-color: green; */
}
.contents .details .hotelFacilities .content .hFacilities {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.contents .details .hotelFacilities .content .hFacilities .hFacility {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  margin-right: 24px;
  margin-bottom: 8px;
}
.contents .details .hotelFacilities .content .hFacilities .hFacilityTitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.contents .details .hotelFacilities .content .facilityOptions {
  display: flex;
  flex-direction: row;
  gap: 32px;
  flex-wrap: wrap;
  /* background-color: yellow; */
}

.hfSeprator {
  border-top: solid 1px #d6dde6;
  display: none;
}

.contents .details .hotelFacilities .content .facilityOptions .fOptionColWrap,
.contents .details .hotelFacilities .content .facilityOptions .fOptionCol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 275px;
  /* background-color: green; */
}
.contents .details .hotelFacilities .content .facilityOptions .fTitleBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.contents .details .hotelFacilities .content .facilityOptions .fOptionsTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.contents .details .hotelFacilities .content .facilityOptions .fOptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contents .details .hotelFacilities .content .facilityOptions .fOption {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  /* white-space: nowrap; */
}
.contents .details .hotelFacilities .content .facilityOptions .fTitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.contents .details .hotelFacilities .content .facilityOptions .fCharge {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #e7ebf0;
  padding: 2px 4px;
  border-radius: 8px;
}

/* room support */
.contents .details .support {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.contents .details .support .row {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 24px;
}
.contents .details .support .supportBtn {
  display: flex;
  justify-content: start;
  flex: 1;
  border-radius: 12px;
  height: 52px;
}

/* room safe item section  */
.contents .details .safe {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.contents .details .safe .row {
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 24px;
}
.contents .details .safe .row .safeOption {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.contents .details .safe .row .safeOption .icon {
  color: #67778a;
  font-size: 34px;
  padding: 0px;
}

.contents .details .safe .row .safeOption .sTitleBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contents .details .safe .row .safeOption .sTitleBox .safeTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.contents .details .safe .row .safeOption .sTitleBox .safeDis {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #67778a;
}

/* review modal */
.review-wrap {
  display: none;
}
.review-modal {
  width: 720px;
}
.review-modal-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.review-modal-rateBox {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}
.review-modal-footer {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}
.reviewRateBtn {
  display: block;
  position: relative;
  padding-left: 60px;
  margin-bottom: 44px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.reviewRateBtn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.reviewRateBtn .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 60px;
  border: solid 1px #67778a;
  border-radius: 4px;
  background-color: #eef1f4;

  font-size: 18px;
  font-weight: 600;
  line-height: 29px;

  text-align: center;
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviewRateBtn input:checked ~ .checkmark {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-white);
}

/* album gallery  */
.gallery-wrap {
  display: none;
}
.gallery-container {
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100vh;
  width: 100%;
  /* background-color: green; */
}

.gallery-container .gNavbar {
  display: flex;
  width: 10%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-container .gNavBtn {
  border: none;
  background-color: transparent;
  width: 44px;
  height: 44px;
  color: var(--color-white);
  cursor: pointer;
}

.gallery-container .gNavBtn:disabled {
  color: #67778a;
}

.gallery-container .gContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 40px 0px 60px 0px;
  /* background-color: green; */
  gap: 50px;
  height: 100%;
  width: 80%;
}

.gallery-container .gContent .gHeader {
  display: flex;
  flex-direction: row;
  /* background-color: #333; */
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.gallery-container .gContent .gHeader .gTitleBox {
  display: flex;
  flex-direction: column;
}
.gallery-container .gContent .gHeader .gTitleBox .gTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 29px;
  color: var(--color-white);
}
.gallery-container .gContent .gHeader .gTitleBox .gDis {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--color-white);
}
.gallery-container .gContent .gHeader .gClose {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  border: none;
  color: var(--color-white);
  gap: 8px;
  cursor: pointer;
}
.gallery-container .gContent .gHeader .gClose .gCloseLabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-white);
}

.gallery-container .gContent .gAlbum {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 20px;
  /* padding: 10px; */
}
.gallery-container .gContent .gAlbum .gCategoties {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.gallery-container .gContent .gAlbum .gCategoties button {
  height: 36px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
}
.gallery-container .gContent .gAlbum .gCategoties .gUnselected {
  background-color: transparent;
  border: none;
}

.gallery-container .gContent .gAlbum .gImageBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* background-color: #67778a; */
  justify-content: center;
  align-items: center;

  height: calc(100vh - 40px - 60px - 50px - 50px - 36px - 40px - 57px);
  /* background-color: red; */
}
.gallery-container .gContent .gAlbum .gImageBox .gImage {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}
.gallery-container .gContent .gAlbum .gThumbBar {
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  overflow-x: scroll;

  scrollbar-width: none;
  -ms-overflow-style: none;
  /* background-color: blue; */
}
.gallery-container .gContent .gAlbum .gThumbBar::-webkit-scrollbar {
  display: none;
}
.gallery-container .gContent .gAlbum .gThumbBar .gThumbFloat {
  display: flex;
  flex-direction: row;
  gap: 8px;
  padding: 0px 8px;
}

.gThumb {
  width: 85px;
  height: 53px;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  border: solid 2px transparent;
}
.galleryActiveImage {
  border: solid 2px var(--color-primary);
}
.m-gImageWrap {
  display: none;
}

/* Reserve column */
.reserveContainer {
  display: flex;
  flex-direction: column;
  align-self: start;
  background-color: var(--color-white);
  border: solid 1px #d6dde6;
  box-shadow: var(--box-shadow-1c2b3d1f);
  border-radius: 16px;
  width: 380px;
  position: sticky;
  top: 16px;
}
.reserveContainer .reserveWrap {
  display: flex;
  flex-direction: column;
  align-self: start;
  /* width: 380px; */
  width: 100%;
  /* background-color: var(--color-white);
  border: solid 1px #d6dde6;
  box-shadow: var(--box-shadow-1c2b3d1f); */
  border-radius: 16px;
}

.reserveWrap .rsrvtitleBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 16px 0px 16px;
}
.reserveWrap .rsrvtitle {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.reserveWrap .rsrvClose {
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}

.reserveWrap .rsrvContent {
  display: flex;
  flex-direction: column;
}

.reserveWrap .roomInfo {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 16px;
}
.reserveWrap .hotelInfoWrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reserveWrap .hotelInfoWrap .rsrvProgram {
  background-color: #bce2ff;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #0172cb;
  padding: 2px 8px;
  border-radius: 6px;
}
.reserveWrap .roomInfo .hotelInfo {
  display: flex;
  flex-direction: column;
}
.reserveWrap .roomInfo .hotelInfo .hotelName {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.reserveWrap .roomInfo .hotelInfo .rsrvLocation {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.reserveWrap .roomInfo .inOutWrap {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.reserveWrap .roomInfo .inOutWrap .inOutBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reserveWrap .roomInfo .inOutWrap .inOutBox .label {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .roomInfo .inOutWrap .inOutBox .date {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .rsrvRooms {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.reserveWrap .rsrvRooms .rsrvRoomhead {
  padding: 12px 16px;
}
.reserveWrap .rsrvRooms .rsrvRoomBox {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reserveWrap .rsrvRooms .rsrvRoomBox .roomName {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;

  height: 26px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1; */
.reserveWrap .rsrvRooms .rsrvRoomBox .roomGuest {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .rsrvRooms .content {
  display: flex;
  flex-direction: column;
  padding: 12px 16px 16px 16px;
  gap: 12px;
}
.reserveWrap .rsrvRooms .content .freeCancel {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #28a138;
}
.reserveWrap .rsrvRooms .content .priceBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.reserveWrap .rsrvRooms .content .priceBox .priceRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reserveWrap .rsrvRooms .content .priceBox .priceRow .priceLabelBox {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.reserveWrap .rsrvRooms .content .priceBox .priceRow .priceLabel {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .rsrvRooms .content .priceBox .priceRow .priceValue {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}
.reserveWrap .rsrvRooms .content .priceBox .priceRow .priceDiscount {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #28a138;
  background-color: #ebf4ec;
  padding: 2px 6px;
  border-radius: 100px;
}

/* Reserve final bill */
.reserveWrap .bill {
  display: flex;
  flex-direction: column;
  background-color: #f1f4f7;
  padding: 16px 20px;
  gap: 16px;
}
.reserveWrap .bill .prices {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.reserveWrap .bill .prices .priceRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.reserveWrap .bill .prices .priceRow .label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.reserveWrap .bill .prices .priceRow .price {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.reserveWrap .bill .total {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 8px;
  align-items: end;
  padding-top: 16px;
  border-top: 2px dashed #bac7d5;
  stroke-width: 12px;
}
.reserveWrap .bill .total .nightsBox {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.reserveWrap .bill .total .nightsBox .taxLabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .bill .total .nights {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.reserveWrap .bill .total .totalPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}

/* room approval section */
.reserveWrap .approval {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
  border-radius: 0px 0px 16px 16px;
  /* padding: 20px; */
}
.reserveWrap .approval .bonus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
}
.reserveWrap .approval .bonus img {
  width: 126px;
  height: 40px;
  object-fit: cover;
}
.reserveWrap .approval .installment {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 7px;
}
.reserveWrap .approval .bonus .installment span {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.reserveWrap .approval .bonus .installment button {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--color-primary);
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.reserveWrap .approval .bonus .installment .room-installment-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-primary-dark);
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0px;
}
.approval .actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0px 20px 20px 20px;
}

/* ------------------------------------------- reservation page CSS ----------------------------------------- */
.processBar {
  display: flex;
  flex-direction: row;
  padding: 24px var(--page-padding-8);
  gap: 12px;
  align-items: center;
}
.processBar .processBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.processBar .processBox .step {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 4px;
  border-radius: 100px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  text-align: center;
  font-weight: 700px;
  font-size: 16px;
  line-height: 20px;
}
.processBar .processBox .checkmark {
  font-size: 20px;
}

.processBar .seprator {
  height: 0px;
  width: 57px;
  border: solid 2px #0077ff;
}

.processBar .processBox .label {
  color: var(--color-primary);
  font-weight: 500px;
  font-size: 14px;
  line-height: 20px;
}
.processBar .seprator.notactive {
  border-color: #b0bac8;
}
.processBar .processBox .label.notactive {
  color: #67778a;
}
.processBar .processBox .step.notactive {
  color: var(--color-white);
  background-color: #b0bac8;
}

.rsvtnContents {
  display: flex;
  flex-direction: row;
  padding: 24px var(--page-padding-8) 96px var(--page-padding-8);
  gap: 28px;
  flex-wrap: wrap;
}

.rsvtnDetails {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 32px;
  min-width: 450px;
}
.rsvtnDetails .rsvtnSection {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: solid 1px #d6dde6;
  padding: 24px;
  gap: 24px;
  box-shadow: var(--box-shadow-1c2b3d1f);
  background-color: var(--color-white);
}
.rsvtnDetails .rsvtnSection .rTitleBox {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
}
.rsvtnDetails .rsvtnSection .roomPersonInfo {
  background-color: #eef1f4;
  border: solid 1px #d6dde6;
  border-radius: 12px;
}
.rsvtnDetails .rsvtnSection .roomPersonInfo .pHead {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  cursor: pointer;
}
.rsvtnDetails .rsvtnSection .roomPersonInfo .pHead .pNumber,
.rsvtnDetails .rsvtnSection .roomPersonInfo .pHead .pTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
.rsvtnDetails .rsvtnSection .roomPersonInfo .pHead .pRequired {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #67778a;
}
.rsvtnDetails .rsvtnSection .roomPersonInfo .pHead .expand {
  font-size: 30px;
}

.rsvtnDetails .rsvtnSection .roomPersonInfo .roomContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0px 16px 16px 16px;
}
.roomPersonInfo .roomContent .roomRow {
  display: flex;
  flex-direction: row;
  gap: 24px;
  /* background-color: red; */
}
.roomPersonInfo .roomContent .roomRow.radioBtnsRows {
  display: flex;
  flex-direction: row;
  gap: 62px;
}
.roomPersonInfo .roomContent .roomRow .radioBox {
  display: flex;
  flex-direction: row;
  gap: 8px;
  height: 28px;
}
.roomPersonInfo .roomContent .roomRow .radioBox .label {
  padding-top: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
}
.roomPersonInfo .roomContent .roomRow .rsvtn-passportNo {
  display: none;
}

.roomPersonInfo .footer {
  background-color: green;
  border-end-end-radius: 12px;
  border-end-start-radius: 12px;
  padding: 16px 20px;
  background-color: #fbfcfc;
}
/* .roomRadioBtn .checkmark {
  height: 28px;
  width: 28px;
  background-color: var(--color-white);
}
.roomRadioBtn .checkmark:after {
  top: 8px;
  left: 8px;
  width: 12px;
  height: 12px;
}
.roomRadioBtn input:checked ~ .checkmark {
  background-color: var(--color-primary);
  border: none;
} */

.roomPersonInfo .roomContent .roomRow .modal-input-wrap span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.nocitizenWrap {
  margin-top: 20px;
}
.roomCheckBox .checkmark {
  background-color: var(--color-white);
  align-self: start;
}

.rezervation-terms {
  display: flex;
  flex-direction: column;
  gap: 16px;

  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.rezervation-terms a {
  color: #0172cb;
  text-decoration: none;
}

.rsvtnDetails .rsvtnSection .specialNotes {
  background-color: #fbfcfc;
  border: solid 1px #bac7d5;
  height: 100px;
}
.rsvtnDetails .freeCancelBox {
  flex-direction: row;
  gap: 24px;
}
.rsvtnDetails .freeCancelBox .fc-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.rsvtnDetails .freeCancelBox p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
}

/*  */
.rsvtnContactus {
  display: flex;
  /* flex-direction: row; */
  flex: 1;
  padding: 0px 20px 20px 20px;
}
.rsvtnContactus button {
  width: 100%;
}

.rsvtnActions {
  display: flex;
  flex-direction: row;
  padding: 20px;

  padding: 0px 16px 20px 16px;
  align-items: center;
  gap: 16px;
}

.rsvtnActions #goToPayment {
  flex: 1;
}

.m_rsvtnActions_container {
  display: none;
}
.m_rsvtnActions {
}

.rsvtnActions .actPriceBox {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  display: none;
}
.rsvtnActions .actPriceBox .actTotalBox {
  display: flex;
  flex-direction: row;
}
.rsvtnActions .actPriceBox .actTotal {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.rsvtnActions .actPriceBox .actPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
.rsvtnActions button {
  flex: 1;
}

/* Taksit Seçenekleri */

.installment-wrap {
  display: none;
}
.modal-installment {
  width: 836px;
  max-height: calc(100vh - 30px);
}
.installment-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.intsTable {
  border: solid 1px #e8e9f1;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  width: 254px;
}
.intsTable .intsHead {
  height: 42px;
  border-bottom: solid 1px #e8e9f1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.intsTable .intsHead img {
  height: 18px;
}
.intsTable .intsContent {
  display: flex;
  flex-direction: column;
  padding: 4px 20px;
}
.intsTable .intsRow,
.intsTable .intsHeadRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 0px;

  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #070b2a;
}
.intsTable .intsRow {
  border-top: solid 1px #e8e9f1;
}
.installment-footer {
  display: flex;
  flex-direction: row-reverse;
  padding: 20px 32px;
}
/* -------------------------------------- End of reservation page CSS --------------------------------------- */

/* -----------------------------------------  payment page CSS ---------------------------------------------- */
.payment-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.payment-content .payment-typesBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.payment-content .payment-types {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
  flex-wrap: wrap;
}
.payment-content .payment-typeContainer {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.payment-content .payment-typeBox {
  border: solid 1px #d6dde6;
  padding: 12px;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  flex: 1;
  gap: 12px;
  cursor: pointer;
  min-height: 110px;
  min-width: 340px;
}
.payment-content .payment-typeContainer .payment-policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
}
.payment-content .payment-typeBox .pay-label {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
.payment-content .payment-typeBox .pay-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}
.payment-content .payment-typeBox-active {
  border: solid 1px var(--color-primary);
}
.payment-content .payment-typeBox-active .pay-label {
  color: var(--color-primary);
}

.payment-content .payment-typesBox .payment-policy {
  font-weight: 400;
  font-size: 12px;
  line-height: 14.52px;
}
.payment-content .payment-typesBox .payment-policy a {
  text-decoration: underline;
  color: var(--color-primary-dark);
}

.paymentRadioBtn {
  padding-left: 21px;
}
.paymentRadioBtn .checkmark {
  height: 20px;
  width: 20px;
  background-color: var(--color-white);
  height: 20px;
  width: 20px;
}
.paymentRadioBtn .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
}
.paymentRadioBtn input:checked ~ .checkmark {
  background-color: var(--color-primary);
  border: none;
}

.payment-content .payment-terms {
  display: flex;
  flex-direction: column;
  gap: 16px;

  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.payment-content .payment-terms a {
  color: #0172cb;
}

.rsvtnSection .confirmBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: start;

  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-primary-dark);
}
.confirmBox .confirmTerm {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.rsvtnSection .confirmBox a {
  color: #0172cb;
  text-decoration: none;
}
.paymentAgreementBox {
  display: none;
}

.bankCard-content {
  display: flex;
  flex-direction: column;
}
.bankCard-content .bcContent {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.bankCard-content .bcContent .bcInfo {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 24px;
  max-width: 450px;
}
.bankCard-content .bcRow {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.bankCard-content .bcRowDate {
  display: flex;
  flex-direction: row;
  gap: 46px;
  flex-wrap: wrap;
}
.bankCard-content .bcRow .bcDate {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex: 3;
}
.bankCard-content .bcRow .bcCvc {
  position: relative;
  flex: 1;
  width: 35%;
  gap: 7px;
}
.bankCard-content .bcRow .cvcInfoBtn {
  position: absolute;
  top: 26px;
  right: 2px;
  background-color: transparent;
  cursor: pointer;
  border: none;
  height: 38px;
  padding-top: 8px;
}
.bankCard-content .bcRow .cvcInfo {
  font-size: 24px;
  color: var(--color-primary-dark);
}
.infoToolTip {
  position: absolute;
  top: 35px;
  right: -8px;
  max-width: 400px;
  min-width: 300px;
  box-shadow: var(--box-shadow-252A3129);
  background-color: var(--color-white);
  border-radius: 8px;
  border: solid 1px var(--color-border);
  padding: 0px 20px;
  display: none;
}
.infoToolTip p {
  font-size: 15px;
  font-weight: 400px;
  line-height: 20px;
  text-align: left;
  color: var(--color-primary-dark);
}
.infoHang {
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  right: 18px;
  width: 14px;
  height: 14px;
  border: solid 1px var(--color-border);
  background-color: var(--color-white);
  border-right: none;
  border-bottom: none;
}

.bcInstallmentOptions {
  border: solid 1px #e0e6ec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  border-radius: 6px;
}
.bcInstallmentOptions span {
  color: #637489;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.bcInstallmentOptions button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.bcInstallmentwrap {
  display: flex;
  flex-direction: column;
}
.bcInstallmentwrap .title {
  font-family: Inter;
  font-weight: 700;
  font-size: 14px;
  line-height: 157%;
  letter-spacing: 0.1px;
  color: var(--color-primary-dark);
}
.bcInstallmentwrap .row {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 0px 10px;
  border-bottom: solid 1px #eef1f4;
  padding: 10px 0px;
  cursor: pointer;
  gap: 10;
  /* background-color: red; */
}
.bcInstallmentwrap .row .optionBox {
  display: flex;
  flex-direction: row;
  gap: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--color-primary-dark);
}
.bcInstallmentwrap .row .radioBtnBox {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.bcInstallmentwrap .row .monthContainer {
  display: flex;
  flex-direction: row;
  gap: 2px;
  flex-wrap: wrap;
}
.bcInstallmentwrap .row .monthBox {
  display: flex;
}
.bcInstallmentwrap .row .month {
  color: #637489;
}
.bcInstallmentwrap .row .total {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-primary-dark);
}

.bcBankLogoes {
  display: flex;
  flex-direction: column;
  align-items: end;
  /* flex: 3; */
  gap: 24px;
  padding: 23px 0px 12px 0px;
}
.bcBankLogoes img {
  width: 64px;
}

/*  */
.bill-payment {
  border-radius: 0px 0px 16px 16px;
}

/*  */
.cnctToPay-modal-wrap {
  display: none;
}
.cnctToPay-modal {
  width: 660px;
}
.cnctToPay-content {
  padding-bottom: 0px;
}
.cnctToPay-terms {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.payReqRadioGropu {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.payReqTitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 28.8px;
}
.payReqRadioBox {
  display: flex;
  flex-direction: row;
  height: 24px;
  gap: 8px;
}
.payReqRadioBox .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 2px;
  cursor: pointer;
}
.cnctToPay-footer {
  padding: 24px 32px;
}
/* ---------------------------------------- End of payment page CSS ----------------------------------------- */

/* -------------------------------------------- success page CSS -------------------------------------------- */
.rsvtnDetails .successRsvtnSection {
  background-color: #ebf4ec;
}
.rsvtnDetails .successRsvtnSection .sucsMessageBox {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.rsvtnDetails .successRsvtnSection .sucsMessageBox .sucsIcon {
  font-size: 40px;
  color: #28a138;
}
.rsvtnDetails .successRsvtnSection .sucsMessageBox .sucsMessages {
  display: flex;
  flex-direction: column;
}
.rsvtnDetails .successRsvtnSection .sucsMessageBox .sucsMessage {
  color: #28a138;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
}
.rsvtnDetails .successRsvtnSection .sucsMessageBox .sucsDes {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.rsvtnDetails .successRsvtnSection .sucsActions {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-left: 50px;
}

.obContent {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: start;
}
.obContent .obDetails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.obContent .obDetails.obInfo {
  gap: 12px;
}
.obContent .obDesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.obContent .obDetails .obContainer {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.obContent .obDetails .obContainer .obLable {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  width: 100px;
}
.obContent .obDetails .obContainer .obValue {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

/* ---------------------------------------- End of success page CSS ----------------------------------------- */

@media screen and (max-width: 1024px) {
  .scheduleSection {
    width: 100%;
  }
  .scheduleWrap {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .head {
    padding: 0px 0px 16px 0px;
    background-color: var(--color-white);
  }

  .head .nav {
    padding: 0px 16px;
    display: none;
  }

  .topSearchBox {
    display: none;
  }

  .topSearch-button {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
  .topSearch-button:hover {
    background-color: var(--color-primary-hover);
    cursor: pointer;
  }

  /* Mobile search head */
  .m-searchhead {
    display: flex;
    flex-direction: column;
  }
  .m-searchhead .m_search {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 63px;
    padding: 8px 12px 8px 8px;
    gap: 12px;
  }
  .m-searchhead .m_search .details {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .m-searchhead .m_search .details .location {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }
  .m-searchhead .m_search .details .info {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }
  .m-searchhead .m_search .back {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .m-searchhead .m_search .searchBtn {
    background-color: #f5f7f9;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: solid 1px #e7ebf0;
    text-align: center;
    cursor: pointer;
  }

  /* End Mobile search head */

  .headContent {
    flex-direction: column-reverse;
  }

  .head .basics {
    padding: 0px 16px;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
  .head .basics .actions .actionsBtns {
    position: absolute;
    flex-direction: row-reverse;
    top: 8px;
    right: 24px;
    z-index: 1;
    gap: 12px;
  }
  .head .basics .actions .actionsBtns button {
    width: 36px;
    height: 36px;
  }
  .head .basics .actions .actionsBtns .label {
    display: none;
  }
  .album .sellAll {
    display: none;
  }

  .room-make-reserve-box {
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 12px 16px;
    box-shadow: var(--box-shadow-252A3129);
    background-color: var(--color-white);
    z-index: 1;
  }
  .room-make-reserve {
    width: 100%;
    height: 52px;
  }

  /*  */

  .head .basics .bscMobileSection {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 16px;
    width: 100%;
  }

  .head .basics .bscHRoomInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    padding-top: 8px;
    gap: 8px;
  }
  .head .basics .bscHRoomInfo .bscInfoBox {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .head .basics .bscHRoomInfo .bscInfoBox .date {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
  }
  .head .basics .bscHRoomInfo .bscInfoBox .nights {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .head .basics .bscHRoomInfo .bscInfoBox .guest {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }

  /*  */

  /* Search box  */
  .searchbox {
    display: none;
    border-radius: 0px 0px 24px 24px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
    background-color: var(--color-white);
    z-index: 21;
    padding: 0px;
  }

  .searchbox .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 16px;
    box-shadow: var(--box-shadow-1c2b3d1f);
  }

  .searchbox .head .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
  }

  .searchbox .inputsWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px 12px 16px;
    gap: 16px;
    border-radius: 0px 0px 24px 24px;
    /* background-color: red; */
  }

  .searchbox .inputsWrap .description {
    font-size: 28px;
    font-weight: 800;
    line-height: 33px;
    text-align: center;
    display: block;
  }

  .searchbox .inputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }

  /*  */
  .albumSection {
    padding: 0px 0px;
  }
  .album {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0px 0px;
  }
  .album::-webkit-scrollbar {
    display: none;
  }
  .album .cards {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: nowrap;
    gap: 16px;
    width: auto;
    padding: 0px 16px;
  }
  .album .cards .card {
    display: flex;
    flex-direction: row;
    min-width: auto;
    /* width: 300px; */
    height: 200px;
    background-color: bisque;
  }

  .scheduleSection {
    display: none;
  }

  /* Gallery -------------------------------------- */
  .gallery-container .gNavbar {
    display: none;
  }
  .gallery-container .gContent {
    display: flex;
    flex: 1;
    padding: 16px 0px 24px 0px;
    background-color: var(--color-primary-dark);
    gap: 16px;
    height: 100%;
    height: 100dvh;
    width: 100%;
  }

  .gallery-container .gContent .gHeader {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gallery-container .gContent .gHeader .gTitleBox {
    display: none;
  }
  .gallery-container .gContent .gHeader .gClose {
    width: 44px;
    height: 44px;
    text-align: center;
    justify-content: center;
    background-color: var(--color-white);
    border: solid 1px #e7ebf0;
    border-radius: 100px;
    color: var(--color-primary-dark);
  }
  .gallery-container .gContent .gHeader .gClose .gCloseLabel {
    display: none;
  }

  .gallery-container .gContent .gAlbum {
    display: flex;
    flex: 1;
    gap: 16px;
  }
  .gallery-container .gContent .gAlbum .gCategoties {
    padding-left: 16px;
    padding-right: 16px;
  }
  .gallery-container .gContent .gAlbum .gImageBox {
    /* background-color: #67778a; */
    padding-left: 16px;
    padding-right: 16px;
    /* height: calc(100vh - 16px - 24px - 50px - 16px - 36px - 32px - 57px); */
    display: none;
    background-color: pink;
  }
  .gallery-container .gContent .gAlbum .gThumbBar .gThumbFloat {
    padding: 0px 16px;
  }

  /* gallery mobile */
  .m-gImageWrap {
    display: flex;
    flex: 1;
    display: block;
  }
  .m-gImageContainer {
    display: flex;
    position: relative;
    overflow: hidden;
    overflow-x: scroll;
    height: 100%;

    /* Hide scrollbar for firefox */
    scrollbar-width: none;
    /* Hide scrollbar for Edge- IE */
    -ms-overflow-style: none;
  }
  .m-gImageFloat {
    padding: 0px 16px;
    position: absolute;
    display: flex;
    left: 0px;
    top: 0px;
    flex-wrap: nowrap;
    height: 100%;
    gap: 16px;
  }

  .m_gImageBox {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .m_gImage {
    border-radius: 8px;
    cursor: pointer;

    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  /* end of gallery -------------------------------------------- */

  /*  */
  .contents {
    /* background-color: green; */
    padding: 0px 0px 24px 0px;
    width: 100%;
    /* flex-direction: column; */
    /* flex-wrap: nowrap; */
  }

  .details {
    min-width: auto;
    width: 100%;
    gap: 24px;
  }

  .details .roomtabs {
    box-shadow: var(--box-shadow-1c2b3d1f);
    border-radius: 0px;
    width: 100%;

    overflow-y: hidden;
    overflow-x: scroll;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .details .roomtabs::-webkit-scrollbar {
    display: none;
  }
  .details .roomtab {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    padding: 16px 12px;
  }

  .offAd .titleBox .iconBox {
    min-width: 42px;
    height: 42px;
  }
  .offAd .titleBox .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .offAd .goin {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    height: 44px;
  }

  /* Search */
  .details .searchContainer {
    display: none;
  }

  .contents .details .detailsSections {
    padding: 0px 16px;
  }

  .roomSelection .room .infoBox {
    flex-direction: column-reverse;
  }
  .roomSelection .room .infoBox .info .basics {
    gap: 10px;
  }
  .roomSelection .room .infoBox .specs {
    gap: 16px;
  }
  .roomSelection .room .infoBox .image {
    height: 110px;
    width: 100%;
  }
  .roomSelection .room .plans .plan {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-wrap: wrap;
  }
  .roomSelection .room .plans .plan .action {
    /* background-color: red; */
    gap: 30px;
  }

  /* additional services */
  .contents .details .moreService .content .service {
    flex-direction: column;
    align-items: start;
  }
  .contents .details .moreService .content .service .srvTitleBox {
    flex: 1;
    width: 100%;
    max-width: none;
    min-width: none;
  }
  .contents .details .moreService .content .service .persons {
    flex: 1;
    width: 100%;
  }
  .contents .details .moreService .content .service .srvAction {
    flex: 1;
    width: 100%;
  }

  /* horel details popup */
  /* Room details popup */
  .roomDet-content {
    padding: 16px;
    gap: 16px;
    padding-bottom: 86px;
    flex-direction: column;
  }
  .roomDet-header {
    /* box-shadow: var(--box-shadow-1c2b3d1f); */
  }
  .roomDet-content .rdAlbum {
    max-width: 100%;
    width: 100%;
  }
  .roomDet-content .rdAlbum .rdImageBox {
    max-width: 100%;
    width: 100%;
  }
  .roomDet-content .rdAlbum .rdImageBox .rdActionsBtns {
    display: flex;
    flex-direction: row;
    position: absolute;
    flex-direction: row;
    top: 8px;
    right: 8px;
    z-index: 1;
    gap: 12px;
  }
  .roomDet-content .rdAlbum .rdImageBox .rdActionsBtns button {
    width: 36px;
    height: 36px;
  }
  .roomDet-content .rdInfo .rdRoomSpec {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .roomDet-content .rdFooter {
    padding: 12px 16px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: var(--color-white);
    display: flex;
    flex-direction: row;
    border-top: solid 1px #d6dde6;
  }
  .roomDet-content .rdFooter .rdConfirm {
    width: 100%;
  }

  .contents .details .otelRules .content .rule {
    flex-direction: column;
    gap: 4px;
  }

  .contents .details .locationInfo .content .map {
    width: 100%;
  }

  .sectionMoreBtn {
    width: 100%;
    background-color: #e8edf1;
    color: var(--color-primary-dark);
  }

  .showAllFAG {
    width: 100%;
  }

  /* hotels To Stay  */
  .contents .details .hotelsToStay .content .hotel .hotelContent {
    flex-direction: column;
  }
  .contents .details .hotelsToStay .content .hotel .imageBox {
    width: 100%;
  }

  /* Review room */
  .review-modal-content {
    padding: 16px;
    padding-bottom: 80px;
  }
  .review-modal-header {
    padding: 0px;
  }
  .review-modal-title-container {
    padding: 8px 8px 8px 16px;
    box-shadow: var(--box-shadow-1c2b3d1f);
  }
  .review-modal-header-dis {
    padding: 0px 16px;
  }
  .review-modal-row {
    flex-direction: column;
  }
  .review-modal-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 12px 16px;
    background-color: var(--color-white);
    border-top: solid 1px #d6dde6;
  }
  .review-modal-footer .review-modal-send {
    flex: 1;
  }

  /* room events */
  .contents .details .events .content {
    gap: 24px;
    overflow: hidden;
  }

  .contents .details .events .content .card {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .contents .details .events .content .card .cardImg {
    width: 100%;
    height: auto;
  }
  .contents .details .events .content .card .eventDetails {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }

  .contents .details .hotelFacilities .content {
    margin-bottom: 0px;
    gap: 0px;
  }
  .contents .details .hotelFacilities .content .hFacilities {
    flex-direction: column;
    align-items: start;
    gap: 4px;
    padding-bottom: 10px;
  }
  .contents .details .hotelFacilities .content .facilityOptions {
    flex-direction: column;
    gap: 0px;
  }
  .hfSeprator {
    display: block;
  }
  .contents .details .hotelFacilities .content .facilityOptions .fOptionCol {
    /* gap: 0px; */
    max-width: inherit;
    width: 100%;
    padding: 16px 0px;
  }
  .contents
    .details
    .hotelFacilities
    .content
    .facilityOptions
    .fOptionColWrap {
    gap: 0px;
    max-width: inherit;
    width: 100%;
  }

  .contents .details .support .row {
    flex-direction: column;
    gap: 12px;
  }

  .contents .details .safe {
    gap: 24px;
  }
  .contents .details .safe .row {
    flex-direction: column;
  }

  /* section css  */

  .sectionContainer .sectionHead {
    align-items: start;
  }

  /* ------------------------------------------- reservation page CSS ----------------------------------------- */
  .processBar {
    flex-direction: row;
    justify-content: end;
    padding: 24px 16px;
  }
  .processBar .processBox {
    flex-wrap: nowrap;
  }
  .processBar .processBox .label {
    white-space: nowrap;
  }
  .processBar .seprator {
    min-width: 36px;
  }

  .rsvtnContents {
    padding: 16px 16px 48px 16px;
    gap: 24px;
  }
  .rsvtnDetails {
    min-width: auto;
    width: 100%;
    gap: 24px;
  }
  .rsvtnDetails .rsvtnSection {
    padding: 16px;
  }
  .roomPersonInfo .roomContent .roomRow {
    flex-direction: column;
  }
  .roomPersonInfo .roomContent .roomRow.radioBtnsRows {
    flex-direction: row;
  }

  /*  */
  .reserveContainer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 21;
    border-radius: 0px;
    border: none;
    background-color: transparent;
    /* LC */
    display: none;
    top: auto;
    height: calc(100vh - 30px);
    padding-bottom: 84px;
  }

  .reserveContainer .reserveWrap {
    background-color: var(--color-white);
    border-radius: 16px 16px 0px 0px;
    /* LC */
    /* display: none; */
    height: 100%;
  }

  .reserveWrap .rsrvContent {
    /* height: calc(100vh - 158px); */
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  /* LC */

  .actionsContainer {
    /* display: none; */
  }

  .rsvtnActions {
    background-color: var(--color-white);
    border-top: solid 1px #d6dde6;
    padding: 16px;
    flex-wrap: wrap;
  }

  /* LC */
  .m_rsvtnActions_container {
    display: block;
  }
  .m_rsvtnActions {
    position: fixed;
    display: flex;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 21;
    display: block;
  }
  /* .m_rsvtnActions .rsvtnActions{
    padding: 16px;
    
  } */
  .m_rsvtnActions .actPriceBox {
    display: flex;
  }
  .reserveWrap .rsrvClose {
    display: block;
  }

  .reserveWrap .rsrvTitleLeft {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }

  .reserveWrap .rsrvBack {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px var(--color-border);
    border-radius: 100px;
    cursor: pointer;
    padding-top: 4px;
  }

  /* Reservation price list full page */
  .reserveContainerInFull {
    height: calc(100vh - 0px);
  }
  .reserveContainerInFull .reserveWrap {
    border-radius: 0px;
  }
  .reserveContainerInFull .actionsContainer {
    display: block;
  }
  .reserveContainerInFull .rsrvtitleBox {
    padding: 8px 16px;
    box-shadow: var(--box-shadow-1c2b3d1f);
    border-bottom: solid 1px #f5f5f5;
    background-color: var(--color-white);
  }
  .reserveContainerInFull .rsrvClose {
    display: none;
  }

  /*  installment selection */
  .modal-installment {
    position: fixed;
    height: calc(100vh - 36px);
    bottom: 0px;
    width: 100%;
    border-radius: 16px 16px 0px 0px;

    /* box-shadow: none; */
  }
  .installment-content {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 16px;
    box-shadow: 0px -12px 24px 0px #252a313d;
  }
  .intsTable {
    width: 100%;
  }
  .installment-footer {
    padding: 16px 16px 12px 16px;
  }
  .installment-footer button {
    width: 100%;
  }

  .nocitizenWrap {
    margin-top: 0px;
  }
  /* --------------------------------------- End of reservation page CSS ------------------------------------- */

  /* ------------------------------------------- payment page CSS --------------------------------------------- */
  .payment-content .payment-types {
    flex-direction: column;
  }
  .payment-content .payment-typeContainer {
    width: 100%;
  }
  .payment-content .payment-typeBox {
    min-width: auto;
    flex: 1;
    width: 100%;
    min-height: auto;
  }
  .bankCard-content .bcRow {
    /* flex-direction: column; */
    /* background-color: #0077ff; */
  }
  .rsvtnSection .confirmBox {
    align-items: normal;
  }

  .bankCard-content .bcContent {
    flex-direction: column;
  }
  .bankCard-content .bcContent .bcInfo {
    max-width: 100%;
  }
  .bankCard-content .bcRowDate {
    /* flex-direction: column; */
    gap: 16px;
  }
  .bankCard-content .bcRow .bcDate {
    /* flex-direction: column;*/
    gap: 16px;
  }
  .bankCard-content .bcRow .bcCvc {
    /* width: auto; */
  }
  .bcBankLogoes {
    flex-direction: row;
    align-items: start;
    padding: 23px 0px 12px 0px;
  }

  /*  */
  .cnctToPay-content {
    padding: 16px;
  }
  .cnctToPay-footer {
    padding: 12px 16px;
    border-top: solid 1px #d6dde6;
  }
  .cnctToPay-footer button {
    flex: 1;
  }
  /* --------------------------------------- End of payment page CSS ------------------------------------- */

  /* ------------------------------------------  success page CSS ---------------------------------------- */
  .successReserveContainer {
    position: relative;
    bottom: none;
    left: auto;
    background-color: var(--color-white);
    border: solid 1px #d6dde6;
    box-shadow: var(--box-shadow-1c2b3d1f);
    border-radius: 16px;
    max-height: auto;
  }
  .reserveContainer .successReserveWrap {
    display: block;
    background-color: transparent;
  }
  .reserveWrap .successRsrvContent {
    height: auto;
  }
  .reserveWrap .successRsrvClose {
    display: none;
  }
  .rsvtnDetails .successRsvtnSection .sucsActions {
    padding-left: 0px;
  }
  /* --------------------------------------- End of success page CSS ------------------------------------- */
}

.hide {
  display: none;
}
