:root {
  --global-font: 13px;
  --black-color: #000;
  --white-color: #ffffff;
  --link-color: #185EEB;
  --brand-primary-color: #FFD436;
  --brand-second-color: #151515;
  --gray-bg: #E9EEF6;
  --gray-color: #616161;
  --text-color: #151515;
  --primary-font: "Poppins", sans-serif;
}
.marqueeareatop {
  background: #E9EEF6;
  padding: 10px 0px;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.marqueeareatop span {
  font-weight: 600;
}
.midcontarea {
  padding: 50px 0px;
}
.menu-toggle {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 12px;
  border: none;
  padding: 10px 15px;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 500;
}
.menu-toggle span {
  font-size: 20px;
}
.myaccountmenu {
  margin-bottom: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 15px 0px;
  border-radius: 18px;
  padding: 10px 10px;
}
.myaccountmenuhead {
  font-size: 15px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin: 10px 15px 10px 15px;
}
.myaccountmenu ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.myaccountmenu ul li {
  list-style-type: none;
  margin: 0px 0px;
  padding: 12px 15px;
  background: var(--white-color);
  border-radius: 12px;
  display: flex;
  gap: 15px;
}
.myaccountmenu ul li:hover {
  background: #E9EEF6;
}
.myaccountmenu ul li img {
  width: 20px;
}
.myaccountmenutext {
  margin-top: 3px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
}
.myaccountmenu ul li a {
  font-size: 15px;
	color: var(--text-color);
  line-height: 18px;
	text-decoration: none;
  font-weight: 400;
	display: block;
  transition: 0.4s;
}
.myaccountmenu ul li a:hover {
  color: #000;
  text-decoration: none;
}
.myaccountmenuactive {
  background: #E9EEF6 !important;
}
.myaccountsubmenu {
  margin: 0px;
}
.myaccountsubmenu ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.myaccountsubmenu ul li {
  list-style-type: none;
  margin: 10px 0px;
  padding: 0px 0px;
  background: none;
}
.myaccountsubmenu ul li:last-child {
  margin: 10px 0px 0px 0px;
}
.myaccountsubmenu ul li a {
  font-size: 13px;
	color: #5D5D5D;
  line-height: 16px;
	text-decoration: none;
  font-weight: 400;
	transition: 0.4s;
}
.myaccountsubmenu ul li a:hover {
  color: #000;
  text-decoration: none;
}
.myaccountsubmenuactive {
  color: #000 !important;
  font-weight: 600 !important;
}
.newlabel {
  background: #D8F9CE;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 11px;
  color: #17A10F;
  font-weight: 400;
}
.avialcreditbox {
  background: var(--brand-primary-color);
  border-radius: 18px;
  padding: 5px;
}
.avialcreditboxinner {
  border-radius: 15px;
  padding: 30px 13px;
  background: #FFDE66;
  background: linear-gradient(0deg,rgba(255, 222, 102, 1) 0%, rgba(255, 232, 140, 1) 100%);
  display: flex;
  align-items: center;
  gap: 10px;
}
.avialcrediticon {
  background: #FFFAE4;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50px;
}
.avialcredittext {
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 5px;
}
.avialcreditprice {
  font-size: 24px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 600;
}
.avialcreditprice span {
  font-size: 16px;
  font-weight: 400;
}
.lastupdatetext {
  font-size: 10px;
  color: #A6870F;
  line-height: 12px;
  font-weight: 500;
  text-align: right;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.startnewsearcharea {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
}
.startnewsearchtext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 400;
  margin-right: 10px;
}
.startnewsearchicon {
  background: var(--gray-bg);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 40px;
}
.startnewsearchicon img {
  height: 18px;
}
.recentsearchbox {
  background: var(--white-color);
  border-radius: 18px;
  padding: 25px 25px;
  border: solid 2px #F1F1F1;
}
.recentsearchsericon {
  background: var(--brand-primary-color);
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 42px;
}
.recentsearchsericon img {
  height: 18px;
}
.recentsearchhead {
  font-size: 15px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 600;
}
.recentsearchboxtext {
	font-size:13px;
	color: var(--text-color);
	line-height:20px;
  margin-top: 20px;
}
.recentsearchboxtext ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.recentsearchboxtext ul li {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 16px;
}
.smarthubbox {
  border: solid 2px #F1F1F1;
  border-radius: 18px;
  margin-top: 30px;
}
.smarthubboxhead {
  background: #E9EEF6;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 20px;
}
.smarthubboxhead h6 {
  font-size: 20px;
	color: var(--text-color);
	line-height: 22px;
  margin-top: 20px;
  margin-top: 0px;
  margin-bottom: 3px;
}
.smarthubboxcontarea {
  padding: 30px 20px 20px 20px;
}
.smarthubofferbox {
  text-align: center;
  margin-bottom: 30px;
}
.smarthuboffericon {
  margin-bottom: 15px;
}
.smarthuboffericon img {
  height: 70px;
}
.smarthubgalarea {
  padding: 0px;
}
.smarthubgalmainimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
  position: relative;
}
.smarthubgalmainimg img.fade-out {
  opacity: 0.5;
}
.smarthubgalthumbarea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
  overflow: hidden;
  scrollbar-width: none;
}
.smarthubgalthumbarea::-webkit-scrollbar {
  display: none;
}
.smarthubthumb {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
  transition: 0.3s;
  flex-shrink: 0;
}
.smarthubgalbox {
  border: solid 1px #D4D4D4;
  border-radius: 15px;
  flex: 0 0 calc(33.333% - 11px);
  cursor: pointer;
  transition: 0.3s;
} 
.smarthubgalbox.active {
  border: 1px solid #D4D4D4;
}
.smarthubgalcont {
  padding: 15px 15px;
} 
.smarthubgalarea .nav {
  position: absolute;
  top: 36%;
  transform: translateY(-50%);
  margin: 0px 10px;
  background: rgba(255,255,255,0.8);
  color: var(--text-color);
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 2;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
}
.smarthubgalarea .nav.smarthubprev { left: 10px; }
.smarthubgalarea .nav.smarthubnext { right: 10px; }
.smarthubgalarea .nav:hover {
  background: #fff;
}
.smarthubgalarea .nav.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.emptymybookingbox {
  border: solid 2px #F1F1F1;
  border-radius: 15px;
  padding: 40px 15px;
  text-align: center;
}
.emptymybookingbox h3 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.mybookingbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  transition: 0.4s;
  margin-bottom: 20px;
}
.mybookingbox h6 {
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.mybookingbox h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.mybookingbox h6 a:hover {
  color: var(--gray-color);
  text-decoration: none;
}
.mybookingbox:hover {
  border: solid 2px #E9EEF6;
}
.mybookingboxicon {
  background: var(--brand-primary-color);
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 42px;
  position: relative;
}
.mybookingboxicon img {
  height: 18px;
}
.mybookingpricearea {
  background: var(--gray-bg);
  border-radius: 10px;
  padding: 15px 15px;
  margin-top: 30px;
}
.mybookingpricetext {
  font-size: 20px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
}
.calendareventarea {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  color: var(--text-color);
  line-height: 14px;
}
.voucherpointer {
  background: #3CCC4C;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  flex: 0 0 8px;
}
.pastravpointer {
  background: #1893EB;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  flex: 0 0 8px;
}
.canltnpointer {
  background: #EB5934;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  flex: 0 0 8px;
}
.calendararea {
  margin-top: 25px;
}
.daysbtn {
  border-radius: 30px;
  font-size: 14px;  
  color: var(--text-color);
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 8px 20px;
  background: var(--gray-bg);    
  transition:0.4s;
  border: none;
}
.daysbtn:hover, .daysbtn:focus, .daysbtn.focus {
  text-decoration: none;
  background: var(--brand-primary-color);
}
.calmonthfield {
  padding: 8px 30px 8px 15px !important;
  font-size: 14px !important;
  color: #151515 !important;
  border-radius: 30px !important;
  background: var(--gray-bg) !important;
  border: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}
.calmonthyeararea {
  display: flex;
  align-items: center;
  gap: 5px;
}
.calmonthyear {
  border-radius: 30px;
  font-size: 15px;  
  color: var(--text-color);
  font-weight: 400;
  text-align: center;
  line-height: normal;
  padding: 7px 15px;
  background: var(--gray-bg); 
}
.calendarbox {
  margin-top: 10px;
  background: #fff;
  border: 2px solid #F1F1F1;
  border-radius: 15px;
  overflow: hidden;
}
.calgrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.caldayscell {
  padding: 10px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-align: center;
  border-right: 2px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
}
.calcell {
  height: 70px;
  border-right: 2px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
  padding: 8px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-align: end;
  position: relative;
}
.calcell:nth-child(7n) {
  border-right: none;
}
.calcelllast {
  height: 70px;
  border-right: 2px solid #F1F1F1;
  padding: 8px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 500;
  text-align: end;
  position: relative;
}
.calcelllast:nth-child(7n) {
  border-right: none;
}
.calmuted {
  color: var(--gray-color);
}
.calevent {
  font-size: 10px;
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  float: left;
}
.calvoucher { background: #3CCC4C; }
.calpastrav { background: #1893EB; }
.calcanc { background: #EB5934; }
.datehighlight {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: var(--brand-primary-color);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}
.pointsbox {
  background: #F4F5F8;
  background: linear-gradient(0deg,rgba(244, 245, 248, 1) 0%, rgba(251, 253, 255, 1) 100%);
  border-radius: 12px;
  padding: 20px 30px;
  border: solid 2px #f1f1f1;
}
.pointsbox h5 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
}
.pointsboxtext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.pointsboxtext span {
  font-weight: 500;
}
.pointswalleticon {
  padding: 0px;
}
.pointswalleticon img {
  height: 65px;
}
.whatspointsarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.whatspointsbox {
  border: solid 1px #F1F1F1;
  border-radius: 10px;
  padding: 15px 15px;
  display: flex;
  gap: 12px;
  font-size: 12px;
  color: var(--text-color);
  line-height: 16px;
}
.whatspointsboxicon {
  flex-shrink: 1;
  width: 45px;
  text-align: center;
}
.usertravellerbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.activetext {
  font-size: 14px;
  color: #319711;
  line-height: 20px;
  font-weight: 500;
}
.inactivetext {
  font-size: 14px;
  color: #F33615;
  line-height: 20px;
  font-weight: 500;
}
.searchformarea {
  background: var(--brand-primary-color);
  border-radius: 0px 0px 50px 50px;
  padding-bottom: 40px;
  padding-top: 20px;
  position: relative;
  z-index: 11;
}
.allservicetabarea {
  position: relative;
}
.servicetabarea {
  display: flex;
  justify-content: center;
}
.flightfromtoarea {
  position: relative;
}
.flightswapbtnarea {
  position: absolute;
  margin-top: 10px;
  margin-left: -22px;
}
.flightswapbtn {
  background: #fff;
  border: solid 1px #E3E3E3;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.searchrespopupbox {
  display: none; /* closed by default */
  width: 500px;
  background: #fff;
  position: absolute;
  z-index: 11;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 20px;
  margin-top: -7px;
}
.closeiconforpopup {
  position: absolute;
  right: 0px;
  margin-top: -38px;
  margin-right: 15px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: var(--brand-second-color);
  font-size: 15px;
  color: var(--white-color);
  text-align: center;
  line-height: 25px;
}
.closeiconforpopup a {
  color: var(--white-color);
  text-decoration: none;
}
.searchreslistactive {
  background: #fffae4;
  padding: 15px 15px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.searchreslistactive i {
  width: 20px;
  text-align: center;
}
.searchreslist {
  background-color: var(--white-color);
  padding: 15px 15px;
  font-size: 16px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.searchreslist:hover {
  background: #fffae4;
}
.searchreslist i {
  width: 20px;
  text-align: center;
}
.airportcode {
  font-size: 16px;
  color: var(--gray-color);
  line-height: 20px;
  font-weight: 400;
}
.hotelregioncitytext {
  font-size: 13px;
  color: var(--gray-color);
  line-height: 20px;
  font-weight: 400;
}
.hotelregioncitylabel {
  background-color: var(--gray-bg);
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 400;
}
.calendarfieldbg {
  background: var(--white-color);
  padding: 12px 10px;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  position: relative;
}
.fligtclassarea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.fligtclassmenu {
  background-color: #E9EEF6;
  padding: 10px 10px;
  font-size: 14px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 20px;
  border-radius: 30px;
  text-align: center;
}
.fligtclassmenu:hover {
  background: var(--brand-second-color);
  color: var(--white-color);
  cursor: pointer;
}
.calendarpopuparea {
  display: none; /* closed by default */
  width: 600px;
  background: #fff;
  position: absolute;
  z-index: 11;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding-bottom: 20px;
  margin-top: -7px;
  padding: 15px 15px;
}
.calendarwrapper {
  overflow: hidden;
  position: relative;
}
.calnavarrow {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  z-index: 9;
}
.calarrow {
  font-size: 16px;
  color: var(--text-color);
  cursor: pointer;
  user-select: none;
  padding: 4px 8px;
}
.calarrow:hover { color: #000; }
.spacer { flex: 1; 
}
.months-container {
  overflow: hidden;
  width: 100%;
  margin-top: 20px;
}
.months {
  display: flex;
  transition: transform 0.4s ease;
}
.month {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
}
.month-header {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  color: var(--text-color);
}
.weekdays, .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}
.weekdays div {
  font-size: 12px;
  color: var(--gray-color);
  padding: 6px 0;
}
.days div {
  font-size: 13px;
  padding: 10px 0;
  color: var(--text-color);
  position: relative;
}
.days div.muted { color: #ccc; }
.days div.selected {
  background: var(--brand-primary-color);
  border-radius: 50%;
}
.days div.in-range {
  background: #e5e5ea;
  border-radius: 0;
}
.days div.range-start {
  background: var(--brand-second-color);
  color: #fff;
  border-radius: 50% 0 0 50%;
}
.days div.range-end {
  background: var(--brand-second-color);
  color: #fff;
  border-radius: 0 50% 50% 0;
}
.days div.hover-range {
  background: #e9eef6;
}
.days div:not(.muted):hover {
  background: #e9eef6;
  border-radius: 50%;
  cursor: pointer;
}
.days div.range-start:hover,
.days div.range-end:hover {
  background: var(--brand-second-color);
  color: #fff;
}
.fhtmiddlesection {
  padding: 40px 0px;
}
.fhtmiddlesection h2 {
  font-size: 28px;
  color: var(--text-color);
  line-height: 30px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.allserpointers {
  text-align: center;
  margin-bottom: 30px;
}
.allserpointerstext {
  font-size: 16px;
  color: var(--brand-second-color);
  line-height: 22px;
  font-weight: 400;
}
.modifysearchformarea {
  background: var(--gray-bg);
  padding: 15px 0px 0px 0px;
}
.modifysearchband {
  display: flex;
  gap: 10px;
}
.modifyformarea {
  width: 100%;
  position: relative;
}
.midcontarea1 {
  margin-bottom: 40px;
}
.breadcrumbarea {
  overflow-x: auto;
  white-space: nowrap;
  padding-top: 20px;
  padding-bottom: 20px;
}
.filtercount {
  background: #FFFAE4;
  border-radius: 3px;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  padding: 1px 7px;
}
.hotelmapboxleft {
  border: solid 1px #E3E3E3;
  border-radius: 18px;
}
.hotelmapboxleft iframe {
  border-radius: 18px 18px 0px 0px;
  margin-bottom: -6px;
}
.hotelmapboxviewmap {
  background: var(--white-color);
  border-radius: 0px 0px 18px 18px;
  padding: 15px 15px;
  font-size: 13px;
  color: var(--gray-color);
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}
.hotelmapboxviewmap a {
  color: var(--link-color);
  text-decoration: none;
}
.hotelmapboxviewmap a:hover {
  color: var(--text-color);
  text-decoration: none;
}
.resultheadarea {
	margin-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.resulthead {
  margin: 0px;
}
.resulthead h3 {
	font-size: 20px;
	color: var(--text-color);
	line-height: 22px;
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0px;
}
.sortbyarea {
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
} 
.sortbyarea {
	font-size:14px;
	color: var(--text-color);
  margin-left: auto;
}
.sortbyarea ul {
	padding:0px;
	margin:0px;
}
.sortbyarea li {
	list-style:none;
	display:inline-block;
	margin-right: 20px;
}
.sortbyarea li a {
	color: var(--text-color);
	text-decoration:none;
}
.sortbyarea li a:hover {
	color: var(--link-color);
	text-decoration:none;
}
.sortbyarea i {
	font-size:11px;
}
.resultsearcfieldarea {
  position: relative;
  display: flex;
  align-items: center;
}
.hotelslistbox {
	background: #fff;
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 15px;
}
.hotelslistboximg {
	margin-bottom: 0px;
	height:215px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 18px 0px 0px 18px;
}
.hotelslistboximg img {
	width:100%;
	height:215px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 18px 0px 0px 18px;
}
.hotelslistcontarea {
	padding: 20px 20px 20px 0px;
}
.hotelslistcontarea h4 {
	font-size: 18px;
	color: var(--text-color);
	line-height:20px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 5px;
}
.hotelslistcontarea h4 a {
	color: var(--text-color);
	text-decoration: none;
}
.hotelslistcontarea h4 a:hover {
	color:var(--brand-primary-color);
	text-decoration: none;
}
.ratingstar {
  padding: 0px;
}
.ratingstar ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.ratingstar ul li {
  list-style-type: none;
  display: inline-block; 
}
.ratingstar ul li i {
  font-size: 13px;
  color: #FFCC00; 
}
.locationtextarea {
  display: flex;
  gap: 7px;
}
.locationtextarea img {
  height: 15px;
}
.locationtext {
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
  margin-top: 2px;
}
.locationtext a {
  color: var(--link-color);
  text-decoration: underline;
}
.locationtext a:hover {
  color: var(--brand-primary-color);
  text-decoration: underline;
}
.hotelpricebtnarea {
  margin-bottom: 15px;
  text-align: right;
}
.pricefromtextsm {
	font-size: 12px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 500;
}
.pricetextxs {
	font-size: 13px;
  color: var(--link-color);
  line-height: 18px;
  font-weight: 600;
}
.pricetextsm {
	font-size: 16px;
  color: var(--link-color);
  line-height: 20px;
  font-weight: 600;
}
.pricefromtext {
	font-size: 13px;
  color: var(--gray-color);
  line-height: 18px;
  font-weight: 500;
}
.pricetext {
	font-size: 20px;
  color: var(--link-color);
  line-height: 20px;
  font-weight: 700;
  transition: 0.4s;
}
.pricebreaktext {
	font-size: 16px;
  color: var(--link-color);
  line-height: 20px;
  font-weight: 600;
  transition: 0.4s;
  text-decoration: line-through;
}
.pernightroomtext {
	font-size: 13px;
  color: var(--gray-color);
  line-height: 18px;
  font-weight: 500;
}
.hoteldetarea {
  margin-top: 15px;
  padding: 0px 15px 15px 15px;
}
.hoteldetcontarea {
  border-top: solid 2px var(--brand-primary-color);
  padding-top: 15px;
}
.hoteldetcontarea h4 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 15px;
}
.roomselarea {
  display: flex;
  gap: 30px;
  align-items: center;
}
.roomsoptionbox {
  border: solid 1px #DFE6EA;
  padding: 15px 15px;
  margin-bottom: 10px;
  border-radius: 8px;
}
.roomsoptionbox h6 {
  font-size: 15px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.roomsoptionbox h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.roomsoptionbox h6 a:hover {
  color: var(--black-color);
  text-decoration: none;
}
.roomsoptionbox h6 span {
  font-size: 13px;
  font-weight: 400;
}
.hoteldetoffertext {
  font-size: 13px;
  color: #525252;
  line-height: 18px;
}
.hoteldetoffertext a {
  color: #525252;
  text-decoration: none;
}
.hoteldetoffertext img {
  vertical-align: bottom;
}
.roomdetlinkstext {
  font-size:13px;
  color:var(--link-color);
  line-height:18px;	
  font-weight: 400;
}
.roomdetlinkstext a {
	color:var(--link-color);
	text-decoration:none;
}
.roomdetlinkstext a:hover {
	color: var(--text-color);
	text-decoration:none;	
}
.refundablearea {
  display: flex;
}
.refundableareaflight {
  display: flex;
  justify-content: end;
}
.refundabletext {
  border: solid 1px #319711;
  border-radius: 15px;
  padding: 3px 10px 3px 3px;
  display: flex;
  font-size: 12px;
  color: #319711;
}
.refundableicon {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #319711;
  text-align: center;
  margin-right: 5px;
}
.nonrefundabletext {
  border: solid 1px #F94C2D;
  border-radius: 15px;
  padding: 3px 10px 3px 3px;
  display: flex;
  font-size: 12px;
  color: #F94C2D;
  white-space: nowrap;
}
.nonrefundableicon {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #F94C2D;
  text-align: center;
  margin-right: 5px;
}
.hotelgalarea {
  padding: 0px;
}
.hotelgalmainimg img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}
.hotelgalmainimg img.fade-out {
  opacity: 0.5;
}
.hotelgalthumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.hotelgalthumbnails::-webkit-scrollbar {
  display: none;
}
.hotelgalthumb {
  width: 100px;
  height: 70px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
  border: 2px solid transparent;
  flex-shrink: 0;
}
.hotelgalthumb.active {
  opacity: 1;
  border: solid 2px var(--brand-primary-color);
}
.hotelserpoints {
  margin: 0px;
}
.hotelserpoints ul {
  margin: 0px 0px 0px 18px;
  padding: 0px 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.hotelserpoints ul li {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: disc;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.hoteldetmap {
  padding: 0px;
}
.hoteldetmap iframe {
  border-radius: 18px;
  margin-bottom: -6px;
}
.tbsviparea {
  background: #FFFAE4;
  border: solid 1px #E9EEF6;
  border-radius: 18px;
  margin-bottom: 20px;
}
.tbsvipimg {
  margin: 0px;
}
.tbsvipimg img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0px 18px 18px 0px;
}
.tbsvipcontarea {
  padding: 10px 10px;
}
.tbsvipcontarea h4 {
  font-size: 23px;
  color: var(--link-color);
  line-height: 23px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 5px;
}
.tbsvipcircle {
  background: var(--brand-primary-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.quotationbtnarea {
  position: fixed;
  margin-top: -50px;
  left: 0px;
  display:flex;
  align-items:center;
  justify-content:center;
  height: 100vh;
  z-index: 1;
}
.quotationbtnarea a {
  text-decoration: none;
  outline: none;
}
.quotationbtn {
  background: var(--brand-primary-color);
  border-radius: 0 10px 10px 0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  padding: 15px 10px;
  box-sizing:border-box;
  cursor:pointer;
}
.quotationtext {
  writing-mode:vertical-rl;
  transform:rotate(180deg);
  font-size:16px;
  color: var(--text-color);
  font-weight: 700;
}
.quotationicon {
  transform:rotate(-90deg);
  margin-top: 5px;
}
.quotationicon img {
  height: 20px;
}
.hotelquotboxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hotelquotbox {
  border: solid 1px #C8C8C8;
  border-radius: 20px;
}
.hotelquotboximg {
	margin-bottom: 0px;
	height: 170px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 18px 18px 0px 0px;
}
.hotelquotboximg img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 18px 18px 0px 0px;
}
.hotelquotboxheader {
  background: #F3F3F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  min-height: 95px;
  padding: 5px 15px;
}
.hotelquotdetarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hotelquotdetcont {
  border-right: solid 1px #D4D4D4;
  border-bottom: solid 1px #D4D4D4;
  padding: 10px 10px;
  font-size: 12px;
  color: var(--text-color);
  line-height: 16px;
  font-weight: 400;
}
.hotelquotdetcont span {
  font-weight: 600;
}
.hotelquotdetcont:nth-child(3) {
  border-right: none;
}
.hotelquotdetcont:nth-child(6) {
  border-right: none;
}
.hotelquotcontarea {
  padding: 15px 10px;
}
.summarybox {
  border: solid 1px #EAEAEA;
  border-radius: 18px;
  padding: 15px 15px;
}
.summarybox h6 {
  font-size: 16px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.summaryserbox {
  background: #E9EEF6;
  border-radius: 9px;
  padding: 15px 15px;
  margin-bottom: 15px;
}
.summaryserbox hr {
  background: #C6D2E4;
  margin: 10px 0px;
}
.summarypricearea {
  margin: 0px;
}
.summarypricebreak {
  border-bottom: solid 1px #E7E7E7;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 0px;
}
.summarypricebreak:first-child {
  padding: 0px 0px 15px 0px;
}
.summarypricebreak:last-child {
  padding: 15px 0px 0px 0px;
  border-bottom: none;
}
.hotelreviewbox {
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.hotelreviewbox h4 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.hotelreviewboximg {
	height: 180px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 10px;
}
.hotelreviewboximg img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 10px;
}
.reviewdetbox {
  background: #FFFAE4;
  border-radius: 10px;
  padding: 15px 15px 0px 15px;
  margin-top: 15px;
}
.bookingreviewcont {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.bookingreviewcont img {
  width: 18px;
}
.bookingbox {
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
}
.bookingboxheader {
  background: #E9EEF6;
  border-radius: 16px 16px 0px 0px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bookingboxheader h6 {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bookingboxyellowband {
  background: #FFFAE4;
  padding: 10px 15px;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.bookingstepcircle {
  background: var(--black-color);
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--white-color);
  font-weight: 500;
  flex: 0 0 32px;
}
.bookingboxcontarea {
  padding: 15px 15px;
}
.multipaxarea {
  position: relative;
}
.multipaxarea .guestinfodetarea {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}
.multipaxarea .guestinfodetarea:last-child {
  border-bottom: solid 0px #DDDDDD;
  padding-bottom: 0px;
  margin-bottom: 0px; 
}
.guestinfodetbox {
  margin: 0px;
}
.guestinfodetbox h5 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.guestinfodetbox h6 {
  font-size: 18px;
  color: var(--link-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 15px;
}
.adultheadarea {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.adultheadtext {
  font-size: 15px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
}
.adultheadtextsm {
  font-size: 13px;
  color: #999;
  line-height: 18px;
  font-weight: 400;
}
.availcreditbox {
  background: #FFFAE4;
  border-radius: 12px;
  padding: 15px 15px;
  margin-bottom: 30px;
}
.availcreditboxtext {
  font-size:13px;
	color: var(--text-color);
	line-height:18px;
  font-weight: 400;
}
.availcreditboxtext ul {
  margin: 0px 0px;
  padding: 0px 0px;
}
.availcreditboxtext ul li {
  list-style-type: none;
  margin: 0px 0px;
  padding: 3px 0px;
  font-size:13px;
	color: var(--text-color);
	line-height:18px;
  font-weight: 400;
}
.availcreditboxtext ul li span {
  font-weight: 600;
}
.availcreditboxtext ul li:first-child {
  padding: 0px 0px 3px 0px;
}
.availcreditboxtext ul li:first-child {
  padding: 3px 0px 0px 0px;
}
.availcreditbtm {
  border-top: solid 1px var(--brand-primary-color);
  padding-top: 15px;
  margin-top: 15px;
  font-size:10px;
	color: #A6870F;
	line-height: 14px;
  font-weight: 500;
}
.paymentarea {
  border-left: dashed 1px #D5D5D5;
  padding-left: 20px;
}
.paymentformbox {
  border: solid 1px #DEDEDE;
  border-radius: 12px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.paymentmethodbox {
  border: dashed 1px #D5D5D5;
  border-radius: 4px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.bookingconfirmbox {
  background: var(--white-color);
  border-radius: 18px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bcboxheaderarea {
  padding: 30px 30px 25px 30px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.bcboxheaderarea h3 {
  font-size: 26px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 0px;
}
.bcboxheadericon {
  background: var(--brand-primary-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 70px;
}
.bcboxheadericon img {
  height: 30px;
}
.bcboxdividerarea {
  display: flex;
  align-items: center;
}
.bcboxdividercircle1 {
  background: #E6E6E6;
  display: inline-block;
  width: 8px;
  height: 16px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  flex: 0 0 8x;
}
.bcboxdividercircle2 {
  background: #E6E6E6;
  display: inline-block;
  width: 8px;
  height: 16px;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
  flex: 0 0 8x;
}
.bcboxdivider {
  border-top: dashed 2px #EBEBEB;
  width: 100%;
  height: 2px;
}
.bcboxcontarea {
  padding: 20px 30px 30px 30px;
}
.bcboxcontarea h4 {
  font-size: 22px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bcboxcontarea h4 span {
  font-weight: 600;
}
.bcboxservicearea {
  border: solid 1px #F1F1F1;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.bcboxserviceborder {
  border-left: solid 1px #F1F1F1;
}
.bcboxservicecont {
  padding: 15px 15px;
}
.textsuccess {
  font-size: 14px;
  color: #319711;
  line-height: 18px;
  font-weight: 600;
}
.texthold {
  font-size: 14px;
  color: #C85C2A;
  line-height: 18px;
  font-weight: 600;
}
.textprocessing {
  font-size: 14px;
  color: #185EEB;
  line-height: 18px;
  font-weight: 600;
}
.textfailed {
  font-size: 14px;
  color: #DF0B0B;
  line-height: 18px;
  font-weight: 600;
}
.transferslistbox {
	background: #fff;
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 15px;
}
.transferslistimg {
	min-height: 130px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
  border-radius: 18px;
}
.transferslistimg img {
	width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 18px 0px 0px 18px;
}
.transferslistcontarea {
	padding: 20px 20px 20px 0px;
}
.transferslistcontarea h4 {
	font-size: 18px;
	color: var(--text-color);
	line-height: 20px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 10px;
}
.transferslistcontarea h4 a {
	color: var(--text-color);
	text-decoration: none;
}
.transferslistcontarea h4 a:hover {
	color:var(--brand-primary-color);
	text-decoration: none;
}
.transferssertext {
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.transferssertext span {
  font-weight: 600;
}
.transfersincarea {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.transfersinclabel {
	color: var(--text-color);
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
  background: #FFFAE4;
	border-radius: 6px;
	padding: 4px 8px;
  display: flex;
  gap: 5px;
}
.transferreviewbox {
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  padding: 15px 15px;
  margin-bottom: 20px;
}
.transferreviewbox h4 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 10px;
}
.transferreviewboximg {
	height: 150px;
	background: url(../img/noimage.png) no-repeat center center #F0F0F0;
	border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 4px 0px;
}
.transferreviewboximg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: 50% 50%;
	border-radius: 15px;
}
.tfwrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
}
/* FLEX */
.tfcontainer {
  display: flex;
  margin: 0px 30px;
  border-left: solid 1px #E7E7E7;
  border-right: solid 1px #E7E7E7;
}
/* FIXED COLUMN */
.tffixedcol {
  background: #fff;
  border-right: 1px solid #E7E7E7;
  z-index: 2;
  flex: 0 0 111px;
}
.tffixedcol .tffixedcolcont {
  padding: 10px 10px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.tffixedcol .tffixedcolcont:last-child {
  border-bottom: 0px solid #E7E7E7;
}
.tffixedcolheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 10px;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 600;
}
/* SLIDER */
.tfslider {
  overflow: hidden;
  width: 100%;
}
.tfslider-track {
  display: flex;
  transition: transform 0.4s ease;
}
/* SECTIONS */
.tfheader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 10px;
  font-size: 12px;
  color: var(--text-color);
  line-height: 16px;
  white-space: nowrap;
}
.tfheader img {
  height: 30px;
  margin-bottom: 5px;
}
.tfsection {
  border-right: 1px solid #E7E7E7;
  text-align: center;
  flex: 0 0 110px;
}
.tfslider-track .tfsection:last-child {
  border-right: 0;
}
.tfsection .tfsectioncont {
  padding: 10px 10px;
  border-bottom: 1px solid #E7E7E7;
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
}
.tfsection .tfsectioncont:last-child {
  border-bottom: 0px solid #E7E7E7;
}
/* ARROWS */
.tfarrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.tfarrow.left {
  left: 10px;
}
.tfarrow.right {
  right: 10px;
}
.tfarrow:hover {
  background: #fff;
}
.tfarrow.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.flightcategoryarea {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.recflightboxmain {
  position: relative;
  transition: 0.4s;
  width: 100%;
}
.recflightboxmain a {
  outline: none;
  text-decoration: none;
  transition: 0.4s;
}
.recflightbox {
  background: #fff;
  border: solid 1px #DFDFDF;
  border-radius: 10px;
  padding: 7px 7px;
  transition: 0.4s;
  font-size: 13px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 18px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.recflightbox span {
  font-weight: 600;
}
.recflighticonbox {
  background: var(--brand-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recflighticonbox svg {
  fill: var(--brand-second-color);
  stroke: var(--brand-second-color);
  width: 20px;
}
.recflightboxmain:hover .recflightbox {
  background: #FFFAE4;
}
.recflightboxactive {
  background: #FFFAE4;
  border-bottom: solid 4px var(--brand-primary-color);
  border-radius: 10px;
  padding: 7px 7px 5px 7px;
  transition: 0.4s;
  font-size: 13px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 18px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.recflightboxactive span {
  font-weight: 600;
}
.recflighticonboxactive {
  background: var(--brand-primary-color);
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recflighticonboxactive svg {
  fill: var(--brand-second-color);
  stroke: var(--brand-second-color);
  width: 20px;
}
.flightdatimeareamain {
  position: relative;
}
.flightdatimeareamain .flightdatimemar {
  margin-bottom: 20px;
}
.flightdatimeareamain .flightdatimemar:last-child {
  margin-bottom: 0px;
}
.flightdatimearea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 15px;
}
.flightdatimebox {
  border: solid 1px #DBDBDB;
  border-radius: 8px;
  text-align: center;
}
.flightdatimebox img {
  height: 18px;
}
.flightdatimebox a {
  border-radius: 8px;
  background: var(--white-color);
  padding: 10px 10px;
  display: block;
  transition: 0.4s;
  font-size: 13px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}
.flightdatimebox a:hover {
  border-radius: 8px;
  background: var(--gray-bg);
  padding: 10px 10px;
}
.flightslistbox {
  background: #fff;
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 15px;
}
.flightslistcontarea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0px 20px 15px;
  min-height: 183px;
}
.flightslistbox .flightsorarea {
  border-top: dashed 1px #E7E7E7;
  padding-top: 15px;
  margin-top: 15px;
}
.flightslistbox .flightsorarea:first-child {
  border-top: none;
  padding-top: 0px;
  margin-top: 0px;
}
.flightslogonamearea {
  display: flex;
  align-items: center;
  gap: 10px;
}
.flightslogo {
  flex-shrink: 0;
}
.flightslogo img {
  width: 40px;
}
.flightsname {
  flex-grow: 1;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 600;
}
.flightsnumber {
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 500;
}
.flightsdistanceborder {
  border-bottom: solid 1px #999999;
  margin-top: 6px;
}
.flightsdistancecircle {
  background: #fff;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: solid 1px #999999;
  margin: 0px auto -5px auto;
}
.flightstimestoptext {
  font-size: 12px;
  color: #5B5B5B;
  line-height: 16px;
  text-align: center;
  margin-top: 5px;
}
.flightstiming {
  font-size: 16px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
.flightsairpotdate {
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
}
.flightsdetfarearea {
  display: flex;
  gap: 10px;
}
.flightspricearea {
  border-left: dashed 1px #E7E7E7;
  padding: 20px 15px;
}
.flightprofitbox {
  background: #FFFAE4;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  text-align: end;
  margin-bottom: 15px;
}
.flightshiddenarea {
  margin: 10px 15px 20px 15px;
}
.flightsitineraryarea {
    margin-bottom: 20px;
}
.flightsitineraryarea h6 {
  font-size: 16px;
  color: var(--text-color);
  font-weight: 600;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
}
.flightsitinerarybox {
  border: solid 1px #DFE6EA;
  padding: 15px 15px 5px 15px;
  border-radius: 10px;
}
.seatavailtext {
  font-size: 12px;
  color: #319711;
  font-weight: 400;
  line-height: 16px;
}
.flightstopline {
  border-bottom: 1px solid #E3E9EC;
  margin-top: 0px;
  margin-bottom: 40px;
  height: 18px;
  text-align: center;
}
.flightstopline div {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  color: var(--text-color);
  line-height: 16px;
  padding: 10px 20px;
  font-weight: 400;
  border-radius: 20px;
}
.bcptabsarea {
  position: relative;
}
.bagereschbox {
  margin-bottom: 30px;
}
.bagereschbox hr {
  margin: 15px 0px;
}
.bagereschbox h5 {
  font-size: 20px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.airlinelogo {
  background: #fff;
  border: solid 1px #DFDFDF;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.airlinelogo img {
  width: 22px;
}
.bagereschtermsbox {
  background: #FFFAE4;
  border-radius: 15px;
  padding: 15px 20px;
}
.bagereschtermstext {
	font-size:13px;
	color: var(--gray-color);
	line-height:18px;
}
.bagereschtermstext ul {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
.bagereschtermstext ul li {
	list-style-type: disc;
	margin: 5px 0px;
	padding: 0px 0px;
}
.flight-wrap {
  position: relative;
}
.flight-view {
  overflow: hidden;
  width: 100%;
}
.flight-line {
  display: flex;
  gap: 15px; /* IMPORTANT: use gap instead of margin */
  transition: transform 0.4s ease;
}
.flight-box {
  flex: 0 0 calc((100% - 30px) / 3); 
  /* 3 cards with gap compensation (2 gaps = 20px) */
}
/* arrows */
.flight-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: #E9EEF6;
  font-size: 16px;
  color: var(--brand-second-color);
  cursor: pointer;
  z-index: 11;
}
.flight-left {
  left: -15px;
}
.flight-right {
  right: -15px;
}
.flight-arrow:disabled {
  opacity: 0.4;
}
.flightselectbox {
  border: solid 1px #DFE6EA;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fsboxheaderarea {
  background: var(--brand-second-color);
  padding: 15px 15px;
  border-radius: 8px 8px 0px 0px;
  font-size: 16px;
  color: var(--white-color);
  line-height: 20px;
  font-weight: 500;
}
.fsboxheaderbg1 {
  background: #8B8B8B;
}
.fsboxheaderbg2 {
  background: #5C5C5D;
}
.fsboxheaderbg3 {
  background: #333436;
}
.fsboxheaderbg4 {
  background: #000;
}
.fsboxcontarea {
  min-height: 290px;
  padding: 15px 15px;
}
.fsboxinfotext {
  font-size: 12px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 400;
}
.fsboxinfotext ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.fsboxinfotext ul li {
  background: url(../img/check_icon3.svg) no-repeat left top 4px;
  list-style-type: none;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 16px;
  line-height: 15px;
}
.fsboxpricearea {
  background: #F3F3F3;
  padding: 15px 15px;
  border-radius: 0px 0px 8px 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.flightquotboxes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.flightquotbox {
  border: solid 1px #C8C8C8;
  border-radius: 20px;
  padding: 15px 15px;
}
.addonservicearea {
  position: relative;
}
.addonservicearea .addonservicebox {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.addonservicearea .addonservicebox:last-child {
  border-bottom: solid 0px #DDDDDD;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.addonsercontarea {
  display: flex;
  gap: 15px;
  align-items: center;
}
.addonsericon {
  text-align: center;
}
.addonsericon img {
  width: 60px;
}
.addonbtnarea {
  text-align: end;
  margin-top: 15px;
}
.flightcatarea2 {
  display: flex;
  align-items: center;
  border: solid 1px #E7E7E7;
  border-radius: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}
.flightcat-btn2 {
  background: #fff;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 16px;
  flex-shrink: 0;
}
.flightcatcontarea2 {
  overflow: hidden;
  width: 100%;
}
.flightcattabsarea {
  display: flex;
  transition: transform 0.3s ease;
}
.flightcattab2 {
  flex: 0 0 33.33%;
  box-sizing: border-box;
  border-left: solid 1px #E7E7E7;
  border-right: solid 1px #E7E7E7;
  cursor: pointer;
  padding: 10px;
  position: relative;
}
.flightcatcontarea { 
  display: flex; 
  gap: 15px; 
  align-items: center; 
} 
.flightcatlogo { 
  background: 
  var(--white-color); 
  width: 60px; 
  height: 60px; 
  border-radius: 10px; 
  border: solid 1px #E7E7E7; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
} 
.flightcatlogo img { 
  width: 40px; 
} 
.flightcattab2 span { 
  font-weight: 600; 
} 
.flightcattab2.active { 
  background: #FFFAE4; 
}
.addonpasstabarea {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 10px;
} 
.addonpasstab {
  border: solid 1px #E7E7E7;
  border-radius: 10px;
}
.addonpasstab a {
  border-radius: 10px;
  background: var(--white-color);
  padding: 10px 15px;
  display: block;
  transition: 0.4s;
  text-decoration: none;
  font-size: 13px;
  color: var(--text-color);
  line-height: 18px;
  font-weight: 600;
}
.addonpasstab a span {
  font-size: 13px;
  color: #ADADAD;
  font-weight: 400;
}
.addonpasstab a img {
  height: 33px;
}
.addonpasstab a:hover {
  border-radius: 10px;
  background: var(--gray-bg);
  padding: 10px 15px;
}
.addonpasstabactive {
  background: var(--gray-bg) !important;
}
.baggageboxes {
  border: solid 1px #C8C8C8;
  border-radius: 20px;
  padding: 20px 10px 20px 20px;
}
.baggageboxes .baggagebox {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}
.baggageboxes .baggagebox:last-child {
  border-bottom: solid 0px #DDDDDD;
  padding-bottom: 0px;
  margin-bottom: 0px; 
}
.baggageboxes .baggagebox h5 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px; 
}
.selectseatbox {
  border: solid 1px #C8C8C8;
  border-radius: 20px;
  padding-bottom: 15px;
}
.selectseatboxinfo {
  background: rgba(255, 250, 228, 0.7);
  border-radius: 20px 20px 0px 0px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  backdrop-filter: blur(4px);
  font-size: 13px;
  color: var(--text-color);
  line-height: 16px;
  font-weight: 400;
}
.seatselectarea {
  margin: 0px auto;
}
.planeshapetop {
  background: url(../img/planeshap_top.png) no-repeat center top;
  height: 440px;
}
.planeshapebg {
  background: url(../img/planeshapbg.png) no-repeat center center;
}
.seatselectbg {
  background: url(../img/planeshapcontbg.png) repeat-y center center;
  width: 260px;
  margin: 0px auto;
  min-height: 1000px;
  padding: 0px 30px 0px 30px;
}
.seatselectbox {
  background: var(--white-color);
  padding: 10px 10px;
}
.business_seatarea {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.seatrowarea {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.business_seatrow {
  display: flex;
  gap: 10px;
}
.business_seat {
  width: 30px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--white-color);
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
  flex: 0 0 30px;
}
.available {
  background-color: #185EEB;
  color: #fff;
}
.available:hover {
  background-color: #319711;
}
.available.active {
  background-color: var(--brand-primary-color);
  color: var(--text-color);
}
.seatrowtext {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 14px;
  color: #7C8DB0;
  font-weight: 400;
}
.economy_seatarea {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.economy_seatrow {
  display: flex;
  gap: 5px;
}
.economy_seat {
  width: 20px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--white-color);
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.2s ease;
  flex: 0 0 20px;
}
.ecoavailable {
  background-color: #5D5D5D;
  color: #fff;
}
.ecoavailable:hover {
  background-color: #319711;
}
.ecoavailable.active {
  background-color: var(--brand-primary-color);
  color: var(--text-color);
}
.ecoseatrowtext {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  font-size: 13px;
  color: #7C8DB0;
  font-weight: 400;
}
.booked {
  background-color: #E8E8E8;
  color: var(--text-color);
  cursor: not-allowed;
}
.exitrowtext {
  font-size: 12px;
  color: #7C8DB0;
  font-weight: 400;
}
.planeshapebottom {
  background: url(../img/planeshap_bottom.png) no-repeat center top;
  height: 610px;
}
.checkedicon {
  background: #319711;
  right: 0px;
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  font-size: 12px;
  color: var(--white-color);
  margin-right: 10px;
  text-align: center;
  line-height: 21px;
}
.mealboxes {
  border: solid 1px #C8C8C8;
  border-radius: 20px;
  padding: 20px 10px 20px 20px;
}
.mealboxes .mealbox {
  border-bottom: solid 1px #DDDDDD;
  padding-bottom: 20px;
  margin-bottom: 20px; 
}
.mealboxes .mealbox:last-child {
  border-bottom: solid 0px #DDDDDD;
  padding-bottom: 0px;
  margin-bottom: 0px; 
}
.mealboxes .mealbox h6 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px; 
}
.mealboximg {
  border-radius: 10px;
  border: solid 1px #E7E7E7;
  border-radius: 10px;
}
.mealboximg img {
  width: 100%;
  border-radius: 10px;
}
.addonselecserarea {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.addonselecserbox {
  background: #FFFAE4;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.paymentdetailbox {
  border: solid 2px #F1F1F1;
  border-radius: 15px;
  padding: 15px 15px 0px 15px;
}
.holdbookingbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 10px 10px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.holdbookingbox h6 {
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.holdbookingbox h6 a {
  color: var(--text-color);
  text-decoration: none;
}
.holdbookingbox h6 a:hover {
  color: var(--gray-color);
  text-decoration: none;
}
.holdbookingbox:hover {
  border: solid 2px #E9EEF6;
}
.reservationsbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.reservationsbox:hover {
  border: solid 2px #E9EEF6;
}
.reservationsboxpad {
  padding: 10px 0px 10px 10px;
}
.swapiconcircle {
  position: absolute;
  right: 0px;
  background: #D9D9D9;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -30px;
  margin-right: -5px;
}
.swapiconcircle img {
  width: 12px;
}
.reservationsdividertab {
  border-top: solid 0px #F1F1F1;
}
.reservationsdivider {
  border-left: solid 1px #F1F1F1;
  padding: 10px 0px 10px 15px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.reservationsfill {
  border-left: solid 1px #F1F1F1;
  background: #F4FBFF;
  border-radius: 0px 15px 15px 0px;
  padding: 10px 0px 10px 15px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.mypaymentbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.mypaymentbox:hover {
  border: solid 2px #E9EEF6;
}
.quotationbox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 10px 10px;
  transition: 0.4s;
  margin-bottom: 10px;
}
.quotationbox h6 {
  font-size: 15px;
  line-height: 20px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
}
.quotationbox:hover {
  border: solid 2px #E9EEF6;
}
.aboutcollage {
  background: url(../img/aboutcollage.jpg) no-repeat right bottom #FFFAE4;
  border-radius: 30px;
  padding: 50px 30px;
}
.aboutcollagetext {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 400;
}
.aboutuscontbox {
  margin-bottom: 20px;
}
.aboutusnumber {
  font-size: 34px;
  color: var(--brand-second-color);
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.aboutustext {
  font-size: 14px;
  color: var(--text-color);
  line-height: 20px;
  font-weight: 400;
}
.advantagesbox {
  background: #E9EEF6;
  border-radius: 30px;
  padding: 30px 30px;
  margin: 50px 0px;
}
.advantagesboximg {
  position: relative;
  background: #000;
  border-radius: 30px;
}
.advantagesboximg img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px;
  opacity: 0.6;
}
.contactheadtext {
  font-size: 44px;
  line-height: 52px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.touchicon {
  background: #FFD736;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 60px;
}
.contactbox {
  background: #E9EEF6;
  border-radius: 30px;
  padding: 30px 30px;
  margin-bottom: 30px;
}
.contactinqtext {
  font-size: 18px;
  color: var(--text-color);
  line-height: 24px;
  font-weight: 500;
}
.termspolicycont {
  margin-bottom: 30px;
}
.termspolicycont h6 {
  font-size: 18px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
}
.termspolicytext {
  font-size: 15px;
  color: var(--text-color);
  line-height: 22px;
  font-weight: 300;
}
.termspolicytext a {
	color: var(--text-color);
	text-decoration: underline;
}
.termspolicytext a:hover {
	color: var(--link-color);
	text-decoration: underline;
}
.termspolicytext ul {
	margin: 15px 0px 15px 15px;
	padding: 0px 0px 0px 0px;
}
.termspolicytext ul li {
	list-style-type: decimal;
	margin: 5px 0px;
	padding: 0px 0px;
	line-height: 20px;
}
.commissionlabel {
  background: #FFFAE4;
  font-size: 11px;
  color: var(--text-color);
  border-radius: 20px;
  padding: 3px 10px;
}
.commissionlabel img {
  height: 12px;
}
.profilebox {
  border: solid 2px #F1F1F1;
  background: #fff;
  border-radius: 15px;
  padding: 15px 15px;
  transition: 0.4s;
  margin-bottom: 15px;
}
.profileimg {
	min-height: 150px;
	background: url(../img/noimage.png) no-repeat center center #fff;
  border: solid 1px #f1f1f1;
	border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
}
.profileimg img {
	width:100%;
  border-radius: 10px;
}


/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media (min-width: 1920px) {

.tffixedcol {
  flex: 0 0 123px;
}  
.tfsection {
  flex: 0 0 120px;
}
.fsboxcontarea {
  min-height: 260px;
}  



}

@media (max-width: 1080px) {
  
.tffixedcol {
  flex: 0 0 123px;
}  
.tfsection {
  flex: 0 0 120px;
}


}

@media (max-width: 992px) {

.pointswalleticon img {
  height: 50px;
}
.smarthubgalmainimg img {
  height: 300px;
}
.nav {
  top: 30%;
  margin: 0px 15px;
}
.midcontarea {
  padding: 30px 0px;
}
/* Dark overlay background */
.leftmenu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  transition: 0.3s ease;
  z-index: 999;
}
/* Show overlay */
.leftmenu-overlay.active {
  display: block;
}
.menu-toggle {
  display: block;
}
.myaccountmenu {
  position: fixed;
  top: 0;
  left: -100%; /* hidden */
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow-y: auto;
  box-shadow: 2px 0 10px rgba(0,0,0,0.15);
  transition: 0.3s ease;
  border-radius: 0px;
}
.myaccountmenu.active {
  left: 0; /* show menu */
}
.smarthubgalbox {
  flex: 0 0 calc(50% - 11px);
} 
.whatspointsarea {
  grid-template-columns: repeat(1, 1fr);
}
.searchrespopupbox {
  width: 380px;
}
.allserpointerstext {
  font-size: 14px;
  line-height: 20px;
}
.modifysearchband {
  flex-direction: column;
}
.hotelserpoints ul {
  grid-template-columns: repeat(2, 1fr);
}
.hotelquotboxes {
  grid-template-columns: repeat(1, 1fr);
}
.bcboxheaderarea {
  padding: 20px 20px 15px 20px;
}
.bcboxcontarea {
  padding: 15px 20px 20px 20px;
}
.flightslistcontarea {
  padding: 20px 15px 20px 15px;
  min-height: auto;
}
.flight-box {
  flex: 0 0 calc((100% - 15px) / 2); 
}
.flightsdetfarearea {
  justify-content: center;
}
.flightspricearea {
  border-left: dashed 0px #E7E7E7;
  border-top: dashed 1px #E7E7E7;
  padding: 20px 15px;
}
.flightprofitbox {
  margin-bottom: 0px;
}
.flightquotboxes {
  grid-template-columns: repeat(1, 1fr);
}
.flightcattab2 {
  flex: 0 0 50%;
}
.reservationsdividertab {
  border-top: solid 1px #F1F1F1;
}
.reservationsdivider {
  border-left: solid 0px #F1F1F1;
  border-right: solid 1px #F1F1F1;
}
.reservationsfill {
  border-left: solid 0px #F1F1F1;
  background: #F4FBFF;
  border-radius: 0px 0px 15px 0px;
  padding: 10px 10px 10px 15px;
}


}



@media (max-width: 568px) {

.smarthubgalmainimg img {
  height: 250px;
}  
.smarthubgalbox {
  flex: 0 0 100%;
}  
.nav {
  margin: 0px 7px;
}
.startnewsearcharea {
  justify-content: start;
  margin-top: 15px;
} 
.myaccountmenu {
  width: 80%;
} 
.mybookingbox {
  padding: 15px 15px;
}
.calendareventarea {
  justify-content: start;
  margin-top: 15px;
}
.caldayscell {
  padding: 5px;
  font-size: 12px;
}
.calcell {
  padding: 5px;
  font-size: 12px;
}
.calcelllast {
  padding: 5px;
  font-size: 12px;
}
.usertravellerbox {
  padding: 15px 15px;
}
.flightswapbtnarea {
  display: none;
}
.searchrespopupbox {
  width: 100%;
}
.searchreslistactive {
  font-size: 14px;
}
.searchreslist {
  font-size: 14px;
}
.airportcode {
  font-size: 14px;
}
.calendarpopuparea {
  width: 100%;
}
.month {
  flex: 0 0 100%;
  width: 100%;
}
.resultheadarea {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.sortbyarea {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.resultsearcfieldarea {
  width: 100%;
}
.hotelslistboximg {
	border-radius: 18px 18px 0px 0px;
}
.hotelslistboximg img {
	border-radius: 18px 18px 0px 0px;
}
.hotelslistcontarea {
	padding: 15px 15px 15px 15px;
}
.hotelpricebtnarea {
  margin-bottom: 0px;
  text-align: left;
}
.roomselarea {
  flex-direction: column;
  align-items: start;
  gap: 0px;
}
.hotelgalthumbnails {
  gap: 3px;
  margin-top: 10px;
}
.hotelgalmainimg img {
  height: 250px;
}
.hotelgalthumb {
  width: 70px;
  height: 50px;
}
.hotelserpoints ul {
  grid-template-columns: repeat(1, 1fr);
}
.tbsvipimg img {
  border-radius:  0px 0px 18px 18px;
}
.paymentarea {
  border-left: dashed 0px #D5D5D5;
  padding-left: 0px;
  border-top: dashed 1px #D5D5D5;
  padding-top: 20px;
}
.bcboxservicearea {
  grid-template-columns: repeat(1, 1fr);
}
.bcboxserviceborder {
  border-left: solid 0px #F1F1F1;
  border-top: solid 1px #F1F1F1;
}
.transferslistimg {
	border-radius: 18px 18px 0px 0px;
}
.transferslistimg img {
	border-radius: 18px 18px 0px 0px;
}
.transferslistcontarea {
	padding: 15px 15px 15px 15px;
}
.tffixedcol {
  flex: 0 0 83px;
}  
.tfsection {
  flex: 0 0 95px;
}
.flightslogonamearea {
  justify-content: center;
}
.refundableareaflight {
  justify-content: center;
}
.flightsairpotdate {
  font-size: 12px;
}
.flightcategoryarea {
  flex-direction: column;
}
.flightprofitbox {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.flight-box {
  flex: 0 0 100%;
}
.flightcattab2 {
  flex: 0 0 100%;
}
.addonbtnarea {
  margin-top: 0px;
}
.reservationsboxpad {
  padding: 10px 10px 10px 10px;
}
.aboutcollage {
  padding: 30px 20px;
}
.advantagesbox {
  padding: 30px 20px;
}
.advantagesboximg {
  margin: 30px 0px;
}
.advantagesboximg img {
  height: 250px;
}
.contactheadtext {
  font-size: 25px;
  line-height: 28px;
}
.contactbox {
  padding: 30px 20px;
}


}



@media (max-width: 480px) {


}




