body {
	font-family: 'Poppins', sans-serif;
}

.navbar {
	background: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	z-index: 999999;
}

.brand-air img {
	max-height: 40px;
}

.agent-img {
	height: 35px;
	margin-right: 8px;
}

.call-label {
	display: block;
	font-size: 11px;
	color: #000;
	line-height: 1.2;
}

.phone-number {
	display: block;
	font-weight: 700;
	color: #3A027D;
	text-decoration: none;
	font-size: 20px;

}

ul.navbar-nav li a {
	color: #303030;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

ul.navbar-nav li a:hover {
	color: #F3B718;
}

ul.navbar-nav li {
	padding: 0px 7px;
}

@media (max-width: 991.98px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background-color: white;
		padding: 1rem;
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		z-index: 1000;
	}

	.phone-number {
		font-size: 13px;
	}

	.call-label {
		font-size: 9px;
	}

	.agent-img {
		height: 30px;
	}
}

@media (min-width: 992px) {
	.navbar-collapse {
		position: relative;
		box-shadow: none;
		padding: 0;
	}
}

.hero-section {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		url('../images/flight-banner.png');
	background-size: cover;
	background-position: center;
	min-height: 470px;
	display: flex;
	align-items: center;
	padding: 20px;
}

.brand-text {
	color: #1e3a8a;
	font-family: 'Caveat', cursive;
	font-size: 4.5rem;
	line-height: 1;
	margin-bottom: 0;
}

.sub-text {
	color: white;
	font-size: 1.5rem;
	margin-left: 45px;
	margin-bottom: 40px;
}

.category-nav {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}

.cat-item {
	text-align: center;
	color: white;
	width: 75px;
}

.icon-box {
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 5px;
	font-size: 1.5rem;
}

.cat-item.active .icon-box {
	background: #ffb703;
}

.cat-item p {
	font-size: 0.85rem;
	font-weight: 500;
}

.titlehed {
	color: #323232;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* 125% */
}


.feature-card {
	border: none;
	border-radius: 12px;
	padding: 1.25rem;
	height: 100%;
}

.bg-light-pink {
	border-radius: 14px;
	background: #FFF5F6;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.bg-light-yellow {
	border-radius: 14px;
	background: #FFFEEF;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.bg-light-gray {
	border-radius: 14px;
	background: #F3F3F3;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.bg-light-blue {
	border-radius: 14px;
	background: #F0FBFF;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.10);
}

.suggestion-item img {
	padding-right: 7px;
}

.font10 {
	font-size: 12px;
}

.suggestion-item span {
	color: #0F2367;
}

.icon-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #dee2e6;
	background: white;
	flex-shrink: 0;
}

.feature-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #303030;
	line-height: 24px;
}

.smltxt {
	color: #323232;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 166.667% */
}

.deal-card-flt {
	border-radius: 15px;
	overflow: hidden;
	border: 1px solid #DADADA;
	background: white;
}

.deal-img-container {
	position: relative;
	height: 180px;
}

.deal-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

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

.route-badge {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 14px 0;
	background: linear-gradient(90deg, #020C7D 24.93%, #F3B718 114.87%);
	color: white;
	padding: 4px 12px;
	font-weight: 500;
	border-bottom-right-radius: 10px;
	font-size: 0.85rem;
	z-index: 7;
}

.price-text {
	color: #149408;
	font-weight: 700;
	font-size: 1.6rem;
}

.btn-book {
	border-radius: 8px;
	font-weight: 600;
	padding: 6px 18px;
	font-size: 0.9rem;
}

.btn-gold {
	background-color: #ffb100 !important;
	border: none;
	color: #fff !important;
}

.btn-gold:hover {
	background-color: #e6a000;
	color: white;
}

.btn-outline-gray {
	border: 1px solid #707070;
	color: #707070;
	background: transparent;
}

.btn-outline-gray:hover {
	background-color: #ffb100;
	color: #fff;
}

.disclaimer {
	font-size: 0.75rem;
	color: #888;
	line-height: 1.5;
}


/* Slider css start here */
.hero-slider .item {
	height: 100vh;
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}

.slider-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: -1;
	transition: transform 8s ease;
}

.item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.4); */
	z-index: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.caption {
	max-width: 600px;
}

.caption h2 {
	font-size: 44px;
	line-height: 1.1;
	margin-bottom: 20px;
	font-weight: 500;
}

.caption p {
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.6;
}

.btn-discover {
	display: inline-block;
	background-color: #ffc107;
	color: #fff;
	padding: 15px 30px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 700;
	font-size: 1rem;
	transition: 0.3s ease;
}

.btn-discover:hover {
	background-color: #e0a800;
	transform: translateY(-3px);
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff !important;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	font-size: 30px !important;
	background: none !important;
	border: none;
}

.owl-nav button.owl-prev {
	left: 20px;
}

.owl-nav button.owl-next {
	right: 20px;
}


.owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0.5);
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #fff;
	width: 30px;
}


.section-title {
	font-weight: 600;
	margin-bottom: 30px;
	color: #333;
	font-size: 1.75rem;
}

.category-card {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	height: 280px;
	position: relative;
}

.category-card img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.category-card .card-img-overlay {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
	padding: 20px;
}

.category-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 1.2rem;
	opacity: 0.9;
}

.btn-explore {
	border: 1px solid rgba(255, 255, 255, 0.8);
	color: white;
	background: rgba(255, 255, 255, 0.1);
	font-size: 0.75rem;
	padding: 4px 12px;
	text-decoration: none;
	border-radius: 4px;
	width: fit-content;
	margin-top: 10px;
}

.btn-explore:hover {
	background: white;
	color: black;
}

.dest-card {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	height: 420px;
	position: relative;
}

.dest-card img {
	height: 100%;
	object-fit: cover;
}

.price-ribbon {
	position: absolute;
	top: 20px;
	right: 0;
	background-color: #1DAF0F;
	color: white;
	padding: 4px 12px 4px 30px;
	z-index: 10;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%, 20% 50%, 0% 0%);
	text-align: right;
	min-width: 110px;
}

.price-ribbon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 8px;
	background-color: var(--dark-green);
	opacity: 0.5;
}

.ribbon-label {
	display: block;
	font-size: 0.65rem;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 2px;
}

.ribbon-price {
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
}

.dest-card .card-img-overlay {
	display: flex;
	align-items: flex-end;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 40%);
}

.dest-name {
	font-weight: 600;
	font-size: 24px;
	margin: 0;
}

/* Footer */
.disclaimer {
	font-size: 0.7rem;
	color: #474747;
	margin-top: 40px;
	line-height: 1.6;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #3A027D;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	border-color: #3A027D;
}

.flatpickr-day.today,
.flatpickr-day.today {
	border-color: #F3B718;
	background: #F3B718;
	color: #fff;
}

.h46 {
	height: 46px;
}

.travel-container {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.image-wrapper {
	border-radius: 16px;
	overflow: hidden;
}

.image-wrapper img {
	width: 100%;
	display: block;
	object-fit: cover;
}

.content-col {
	position: relative;
	background-image: url('../images/content-bg.png');
}

.title {
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 20px;
	color: #0A0A0A;
}

.description {
	font-size: 0.85rem;
	line-height: 1.8;
	color: #666;
	margin-bottom: 25px;
}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {
	font-size: 0.85rem;
	color: #444;
	margin-bottom: 12px;
	padding-left: 25px;
	position: relative;
	display: flex;
	align-items: center;
}

.feature-list li::before {
	content: "";
	position: absolute;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #2b6cff;
	border-radius: 50%;
}

.footer-dark {
	background-color: #00085B;
	color: #ffffff;
	padding-top: 50px;
}

.newsletter-bar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
	margin-bottom: 5px;
}

.subscribe-btn {
	border-radius: 10px;
	background: #F3B718 !important;
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.10);
	color: #fff !important;
	padding: 10px 30px;
}

.footer-link-list {
	list-style: none;
	padding: 0;
}

.footer-link-list li {
	margin-bottom: 8px;
}

.footer-link-list a {
	color: #ccc;
	text-decoration: none;
	font-size: 0.9rem;
	transition: color 0.3s;
}

.footer-link-list a:hover {
	color: #fff;
}

/* Social Icons */
.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: var(--accent-yellow);
	color: #000;
	border-radius: 50%;
	margin-right: 10px;
	text-decoration: none;
}

.copyright-bar {
	padding: 20px 0;
	font-size: 14px;
}

.footertxt p {
	color: #EBEBEB;
	font-size: 12px;
	font-weight: 400;
	line-height: 25px;
}

.contact-info {
	padding: 10px 0px 0px 0px;
	color: #ffffff;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.contact-item img {
	margin-right: 15px;
}

.contact-item span {
	font-size: 14px;
	line-height: 1.5;
}

.subscribe {
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.80);
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


/* city page css
============================================================= */
.hero-section-city {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		url('../images/city/city-banner.png');
	background-size: cover;
	background-position: center;
	min-height: 470px;
	display: flex;
	align-items: center;
	padding: 20px;
}

.dealcol {
	background: #FAFAFA;
}

.cnttitle {
	color: #303030;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	/* 125% */
}

.ptxt {
	color: #505050;
	text-align: justify;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}

.cityexplore {
	background: #FAFAFA;
}

.fabcol {
	background: #F9FAFB;
}

.grrid-dyn {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.cardy {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}

.cardy:hover {
	transform: translateY(-5px);
}

.topy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px 0px 10px;
}

.routey {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: #303030;
}

.routey span {
	color: #777;
	font-size: 12px;
	display: block;
	font-weight: normal;
}

.line {
	width: 30px;
	height: 2px;
	background: #ccc;
}

.badge {
	border: 1px solid #ddd;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 10px;
	color: #303030;
	font-weight: 400;
	margin-top: -20px;
}

.price p {
	color: #149408;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #E6E6E6;
	padding: 1px 18px;
	padding-bottom: 10px;
	margin-top: -10px;
}

.bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 12px;
	padding: 1px 18px 18px;
}

.date {
	font-size: 12px;
	color: #707070;
}

.btn.primary {
	background: #f5b400;
	border: none;
	color: #fff;
}

.note {
	margin-top: 15px;
	font-size: 13px;
	color: #666;
}

.bgcol {
	background: #fff;
}


.gridimg {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
}

.imagcard {
	position: relative;
	border-radius: 14px;
	overflow: hidden;
	cursor: pointer;
}

.imagcard img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.imagcard::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 60%);
}

.imagcard:hover img {
	transform: scale(1.08);
}

.imagcard h3 {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
	margin: 0;
	font-size: 18px;
	z-index: 2;
}


/* FAQ Item */
.faq-item {
	border-bottom: 1px solid #D9D9D9;
	padding: 15px 0;
}

.faq-item:last-child {
	border-bottom: none;
	padding: 15px 0px 0px 0px;
}


.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	color: #303030;
}

.icon {
	font-size: 30px;
	transition: 0.3s;
	color: #909090;
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: all 0.4s ease;
}

.faq-item.active .faq-answer {
	max-height: 200px;
	margin-top: 12px;
	padding: 15px;
	background: #020C7D;
	color: #fff;
	border-radius: 10px;
}

/*********************ruote css*******************/
.hero-section-route {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		/*url('../images/route/route-banner.webp');*/
	background-size: cover;
	background-position: center;
	min-height: 470px;
	display: flex;
	align-items: center;
	padding: 20px;
}

.flight-card {
	border: 1px solid #e3e3e3;
	border-radius: 12px;
	padding: 15px 18px;
	background: #fff;
	transition: .3s;
	height: 100%;
}

.flight-card:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.top-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.date {
	font-size: 13px;
	color: #666;
}

.badge-custom {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 4px 12px;
	font-size: 11px;
	color: #555;
	background: #fafafa;
}

.route {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.city {
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}

.sub {
	font-size: 12px;
	color: #777;
}

.arrow {
	font-size: 18px;
	color: #444;
}

.price {
	color: #149408;
	font-weight: 700;
	font-size: 18px;
}

.note {
	font-size: 12px;
	color: #666;
	margin-top: 15px;
}

/* hotel page css
====================================================================== */
.hero-section-hotel {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		url('../images/hotel/hotel-banner.png');
	background-size: cover;
	background-position: center;
	min-height: 470px;
	display: flex;
	align-items: center;
	padding: 20px;
}

.hotel-card {
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.hotelbbc {
	background: #F8F8F8;
}

.hotelttl {
	color: #0A0A0A;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* 125% */
}

.smtext {
	color: #0A0A0A;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 142.857% */
}

.hotel-card:hover {
	transform: translateY(-5px);
}

.card-img-container {
	position: relative;
}

.hotel-img {
	height: 200px;
	object-fit: cover;
}

.rating-badge {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: white;
	padding: 2px 8px;
	border-radius: 5px;
	font-size: 0.8rem;
}

.hotel-card-title {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	color: #101828;
}

.location-text {
	color: #4A5565;
	font-size: 14px;
	margin-bottom: 15px;
}

.price-label {
	font-size: 0.75rem;
	color: #6c757d;
	margin-bottom: 0;
}

.price-value {
	font-weight: 700;
	font-size: 20px;
	color: #303030;
}

.btn-book {
	border-radius: 8px;
	padding: 8px 20px;
	font-weight: 500;
}

.btn-outline-custom {
	border: 1px solid #dee2e6;
	color: #333;
}

.btn-outline-custom:hover {
	background-color: #f7b731 !important;
	border-color: #f7b731;
	color: #fff !important;
}

.btn-primary-custom {
	background-color: #f7b731 !important;
	border: none;
	color: #fff !important;
}

.btn-primary-custom:hover {
	background-color: #ebac24;
	color: white;
}

.footer-note {
	font-size: 0.7rem;
	color: #888;
	margin-top: 2rem;
}

.dealprz {
	color: #000;
	font-family: Poppins;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.discover {
	background: linear-gradient(rgba(102, 38, 57, 0.8), rgba(102, 38, 57, 0.1)),
		url('../images/hotel/discover-image.png');
	background-size: cover;
	background-position: center;
	min-height: 450px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-align: center;
	padding: 20px;
}

.btn-outline-blk {
	border-radius: 8px;
	border: 1px solid #C7C7C7;
	background: #FFF;
	font-size: 18px;
	color: #1a237e;
}

.hero-title {
	font-weight: 600;
	font-size: 34px;
	margin-bottom: 1rem;
	margin-top: -100px;
}

.badge.bg-primary {
	background: #020C7D !important;
	color: #fff;
	margin-top: 5px;
}

.hero-subtitle {
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.50);
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 140% */
}

.phone-button {
	background-color: white;
	color: #662639;
	padding: 12px 30px;
	border-radius: 12px;
	font-size: 34px;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	transition: transform 0.2s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.phone-button:hover {
	transform: scale(1.05);
	color: #4a1b29;
}

.phone-icon {
	margin-right: 15px;
	width: 32px;
	height: 32px;
	color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xh-container {
	max-width: 1200px;
	margin: 60px auto;
	font-family: 'Poppins', sans-serif;
	position: relative;
}

.xh-item {
	border-radius: 10px;
	border: 1px solid #E0E0E0;
	background: #FFF;
	background: #fff;
	overflow: hidden;
	margin: 10px 5px;
	text-align: center;
}

.xh-img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.xh-content {
	padding: 20px;
}

.xh-title {
	font-size: 16px;
	font-weight: 500;
	color: #444;
	margin-bottom: 5px;
	display: block;
}

.xh-btn {
	display: block;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	font-size: 14px;
	transition: all 0.3s ease;
}

.xh-item.active-yellow .xh-btn,
.xh-item:hover .xh-btn {
	background-color: #f1b922;
	border-color: #f1b922;
	color: #fff;
}


.xh-container .owl-prev {
	left: -20px !important;
}

.xh-container .owl-next {
	right: -20px !important;
}


.v-header {
	margin-bottom: 30px;
}

.v-header h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 8px;
}

.v-header p {
	font-size: 14px;
	color: #777;
}

.v-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 310px;
}

.v-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.v-card-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	color: white;
	box-sizing: border-box;
}

.v-card-overlay h4 {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: 600;
}

.v-card-overlay p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0.9;
	width: 80%;
}

.v-arrow-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: white;
	text-decoration: none;
	font-size: 20px;
}

.v-carousel-wrapper {
	position: relative;
}

.owl-theme .owl-nav [class*='owl-'] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.owl-nav .owl-next {
	right: -20px;
}

.owl-nav .owl-prev {
	left: -20px;
}


.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.v-carousel-wrapper .owl-nav button.owl-prev {
	left: -22px;
}

.v-carousel-wrapper .owl-nav button.owl-next {
	right: -22px;
}


.wd-deals-wrapper {
	padding: 50px 0px 30px 0px;
}

.wd-main-title {
	font-weight: 700;
	font-size: 2rem;
	color: #222;
}

.wd-main-desc {
	color: #777;
	margin-top: 15px;
}

.wd-card-container {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	height: 420px;
}

.wd-card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wd-card-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 25px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, transparent 100%);
	color: white;
}

.wd-card-subtext {
	font-size: 13px;
	margin-bottom: 5px;
	opacity: 0.8;
}

.wd-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.wd-card-title {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 600;
}

.wd-deals-wrapper .owl-nav button.owl-next {
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
}


/* Hotel Lising css 
================================================= */
.hotel-listing {
	background: #f5f5f5;
	padding: 30px;
}

.hotel-list.ghs-input-group {
	background: #fff;
	border-radius: 8px;
}

.card {
	border: none;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.filter-section {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 8px;
	width: 100%;
}

.hotel-img {
	height: 100%;
	object-fit: cover;
	min-height: 200px;
}

.btn-warning {
	background-color: #ffb400;
	border: none;
	font-weight: bold;
	color: white;
}

.btn-warning:hover {
	background-color: #e6a200;
	color: white;
}

.rating-badge {
	background-color: #003580;
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: bold;
}

.amenity-icon {
	font-size: 0.85rem;
	color: #6c757d;
	margin-right: 10px;
	white-space: nowrap;
}

.map-box {
	
	height: 150px;
	background-size: cover;
	border-radius: 12px;
	position: relative;
}

.map-btn {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-6%);
	background: #020C7D;
	border: 1px solid #020C7D;
}

.hotel-card {
	background-color: #ffffff;
	border-radius: 16px;
	border: none;
	overflow: hidden;
	max-width: 900px;
	transition: transform 0.2s;
}

.img-wrapper {
	position: relative;
	height: 100%;
	min-height: 220px;
	padding: 15px 0px 15px 15px;
}

.img-wrapper img {
	border-radius: 10px;
}

.hotel-img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fav-heart {
	position: absolute;
	top: 35px;
	left: 35px;
	background: white;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	z-index: 2;
}

.hotel-title {
	color: #303030;
	font-size: 20px;
	font-weight: 500;
}

.address-text {
	color: #404040;
	font-size: 14px;
}

.amenity-icon {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #505050;
	font-size: 0.85rem;
	white-space: nowrap;
	padding-bottom: 5px;
}

.rating-box {
	background: #020C7D;
	color: white;
	padding: 0px 10px;
	border-radius: 2px;
	font-size: 16px;
}

.nav-container a:hover {color:#fff!important;}

.price-text {
	font-size: 26px;
	line-height: 1;
}

.btn-hotel {
	background-color: #F3B718;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 10px 24px;
	border-radius: 4px;
	width: 100%;
}

.btn-hotel:hover {
	background-color: #fff;
}

.more-link {
	font-size: 0.85rem;
	font-weight: 400;
	text-decoration: none;
}

.card-bb {
	border-radius: 10px;
	background: #F9F9F9;
}

.text-md-end.price-section {
	min-width: 175px;
}

.ghs-input-group.wht {
	background: #fff;
}

.boxwdt {
	width: 350px;
}

h6.listttl {
	color: #303030;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

label.form-check-label.small {
	color: #454545;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -0.154px;
}


.rating-badge-list {
	background-color: #001d6c;
	color: white;
	font-weight: bold;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 10px;
	min-width: 18px;
	display: inline-block;
	text-align: center;
}


.rating-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	cursor: pointer;
}

.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-item {
	border: none;
	border-bottom: 1px solid #dee2e6;
}

.filter-results {
	color: #202020;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.filter-section a {
	color: #202020;
	font-size: 14px;
	text-decoration: underline;
}

.filter-section input.form-check-input {
	border: 1px solid #797979;
}

.accordion,
.accordion-item,
.accordion-header,
.accordion-button {
	background-color: transparent !important;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
	border-radius: 0;
	padding: 10px;
	border: none;
}

#filterAccordion .accordion-item {
	border: none;
	background-color: transparent;
}

#filterAccordion .accordion-button {
	background-color: transparent;
	box-shadow: none;
	border-bottom: 1px solid transparent;
}

#filterAccordion .accordion-item:has(.accordion-button:not(.collapsed)) {
	border-bottom: 1px solid #dee2e6;
	border-radius: 0.375rem;
	margin-bottom: 10px;
	background-color: #fff;
}

#filterAccordion .accordion-button::after {
	width: 16px;
	height: 16px;
	background-size: 16px;
	transition: transform 0.2s ease-in-out;
}


#filterAccordion .accordion-button {
	gap: 10px;
	font-size: 14px;
}

.reviewbs {
	color: #454545;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.textrt {
	font-size: 12px;
	color: #404040;
	font-weight: 400;
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
	line-height: 1;
	vertical-align: -4px;

}

.showmap {
	border-radius: 4px;
	background: #020C7D !important;
	color: #fff !important;
}

.custom-sort-box {
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 8px 15px;
	background-color: #fff;
}

/* Styling the "Sort by :" text */
.custom-label {
	color: #1a237e;
	/* Dark blue color */
	font-weight: 500;
	white-space: nowrap;
	margin-right: 5px;
}

/* Styling the select dropdown */
.custom-select {
	border: none !important;
	color: #1a237e !important;
	/* Matches label color */
	font-weight: 700;
	padding: 0 25px 0 5px !important;
	background-position: right center !important;
	cursor: pointer;
	box-shadow: none !important;
	width: auto;
}

/* Optional: change background on hover/focus */
.custom-sort-box:focus-within {
	border-color: #1a237e;
}

.hotel-summary-bar {
	display: none !important;
}

.hotel-summary-bar {
	background-color: #2071af;
	/* Matches the blue in your image */
	color: white;
	padding: 12px 20px;
	border-radius: 4px;
}

.edit-btn {
	border: 2px solid white;
	color: white;
	background: transparent;
	font-weight: 600;
	padding: 4px 16px;
	border-radius: 8px;
	transition: all 0.2s ease;
}

.edit-btn:hover {
	background-color: white;
	color: #2071af;
}

.summary-text {
	font-size: 0.95rem;
	line-height: 1.4;
}

/* Adds the arrow symbol styling */
.route-arrow {
	margin: 0 4px;
	font-family: Arial, sans-serif;
}


/* Responsive Tweaks */
@media (max-width: 768px) {
	.price-section {
		text-align: left !important;
		margin-top: 15px;
	}

	.footer-section {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 20px;
	}

	.footer-section .text-end {
		text-align: left !important;
		width: 100%;
	}
}


@media (max-width: 768px) {
	.owl-nav {
		display: none;
	}
}


@media (max-width: 991px) {
	.content-col {
		padding-left: 15px;
		padding-top: 30px;
	}

	.title {
		font-size: 1.5rem;
	}
}


/* Custom trigger button for mobile */
#ghs-mobile-trigger {
	display: none;
	width: 100%;
	background-color: #003580;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 8px;
	font-weight: 600;
	margin: 10px 0;
}

/* The Popup Overlay */
#ghs-mobile-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 99999999;
	padding: 20px;
	overflow-y: auto;
}

.ghs-overlay-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/* Responsive Logic */
@media (max-width: 991px) {

	/* Hide the original location of the search engine */
	.search-outer-wrapper {
		display: none !important;
	}

	#ghs-mobile-trigger {
		display: block;
		/* Show the 'Modify' button */
	}

	/* Force your horizontal bar to stack vertically inside the popup */
	#ghs-mobile-overlay .ghs-input-group {
		flex-direction: column !important;
		height: auto !important;
	}

	#ghs-mobile-overlay .ghs-segment-big,
	#ghs-mobile-overlay .ghs-segment-small,
	#ghs-mobile-overlay .ghs-segment {
		width: 100% !important;
		border-bottom: 1px solid #f0f0f0;
		padding: 15px 0;
	}

	#ghs-mobile-overlay .ghs-v-divider {
		display: none;
		/* Hide vertical lines on mobile */
	}
}

#ghs-guest-menu {
	display: none;
}

/* Create a class to show it */
#ghs-guest-menu.show {
	display: block;
}

.hotel-summary-bar {
	background-color: #00085B;
	padding: 5px 10px;
}

.summary-content {
	display: flex;
	align-items: center;
	/* Keeps button centered even if text wraps */
	justify-content: space-between;
	max-width: 100%;
}

.summary-text {
	color: white;
	font-size: 14px;
	line-height: 1.5;
	margin-right: 15px;
	word-break: break-word;
}

.editbtn-wrapper {
	flex-shrink: 0;
	/* Prevents button from getting squashed */
}

#ghs-mobile-trigger {
	background: transparent;
	color: white;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 12px;
	padding: 6px 16px;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
}

#ghs-mobile-trigger:active {
	background: rgba(255, 255, 255, 0.2);
}

.offcanvas-lg.offcanvas-end {
	border-left: 0px;
}

/* sitemap css start here
============================================================ */
.sitemap-hero {
	background: url('../images/hero-sitemap.png');
	background-size: cover;
	background-position: center;
	height: 168px;
	display: flex;
	align-items: center;
	color: white;
}

.bnrhd {
	color: #FFF;
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}


.link-container {
	border-radius: 12px;
	border: 1px solid #EDEDED;
	background: #F8F8FF;
}

.card-header {
	background-color: #F8F8FF !important;
	border-bottom: 1px solid #e0e0e0;
	color: #323232;
	padding: 10px 25px;
	border-top-left-radius: 12px !important;
	border-top-right-radius: 12px !important;
	font-weight: 600;
	font-size: 22px;
}

.card-body {
	padding: 20px;
	padding-bottom: 10px;
	background-color: #F8F8FF;
}

/* Link Styling */
.sitemap-link {
	text-decoration: none;
	color: #323232;
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	transition: color 0.2s;
}

.sitemap-link:hover {
	color: #0d6efd;
}

.sitemap-link i {
	color: #1a237e;
	margin-right: 12px;
	font-size: 1.1rem;
}

a.sitemap-link img {
	padding-right: 10px;
}
.flight-card a {
text-decoration: none;
}

/* flight page css start here
============================================================ */
.hero-section-flight {
	background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
		/*url('../images/flight-page-banner.png');*/
	background-size: cover;
	background-position: center;
	min-height: 470px;
	display: flex;
	align-items: center;
	padding: 20px;
}
.deal-card {
	       border-radius: 12px;
           border: 1px solid #CDCDCD;
             background: #FFFBFB;
            transition: transform 0.2s;
            height: 100%;
        }

        .city-name { font-weight: 600; font-size: 20px; color:#323232; }
        .trip-type { font-size: 10px; color: #323232; font-weight:600; }
        
        /* Flight Path Visual */
        .flight-path {
            position: relative;
            height: 2px;
            background: #ccc;
            width: 60px;
            margin: 0 10px;
            align-self: center;
        }
        .flight-dot {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 8px;
            height: 8px;
            background: var(--52, linear-gradient(90deg, #020C7D 24.93%, #F3B718 114.87%));
            border-radius: 50%;
        }
        .stop-text {
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%);
            font-size: 0.65rem;
            color: #888;
            white-space: nowrap;
        }

        .date-text { font-weight: 600; margin-bottom: -5px; }
        .airport-code { font-size: 0.75rem; color: #999; }
        
        .price-label { font-size: 0.65rem; color: #323232; margin-bottom: -5px; }
        .price-value { font-size: 18px; font-weight: 800; color: #149408; }

        /* Button Styles */
        .btn-search-gold {
            background-color: #F3B718!important;
            color: #fff!important;
            border: none;
            border-radius: 20px;
            font-weight: bold;
            padding: 8px;
        }
        .btn-search-outline {
            background-color: transparent;
            color: #666;
            border: 1px solid #707070!important;
            border-radius: 20px;
            font-weight: bold;
            padding: 8px;
        }
		
		 .btn-search-outline:hover {
            background-color: #F3B718;
            color: #fff;
            border: 1px solid #F3B718!important;
            border-radius: 20px;
            font-weight: bold;
            padding: 8px;
        }
		
		


/* flight listing css start here
============================================================ */
.flight-listing {
    background: #fff;
    padding: 20px;
}

.search-bar-container {
            background-color: #f8f9fa;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            padding: 12px 20px;
            border: 1px solid #e0e0e0;
        }

        .search-item {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 8px 15px;
            color: #4a4a4a;
            font-size: 0.95rem;
            font-weight: 500;
        }

        /* Vertical dividers only visible on desktop (lg and up) */
        @media (min-width: 992px) {
            .divider {
                border-left: 1px solid #d1d1d1;
                height: 30px;
                margin: auto 0;
            }
        }

        .btn-modify {
            background-color: #f9b417;
            border: none;
            color: white;
            font-weight: 600;
            padding: 8px 30px;
            border-radius: 6px;
            transition: background 0.2s;
        }

        .btn-modify:hover {
            background-color: #e2a315;
            color: white;
        }

        .icon-swap {
            margin: 0 10px;
            color: #888;
            font-size: 0.8rem;
        }


/* cookie css start here
============================================================ */
.cookie-hero {
	background: url('../images/cookie-policy.png');
	background-size: cover;
	background-position: center;
	height: 168px;
	display: flex;
	align-items: center;
	color: white;
}
.cookie ul li {padding-bottom:5px; font-size:16px; color:#505050;}

.hero-disclaimer {
	background: url('../images/disclaimer.png');
	background-size: cover;
	background-position: center;
	height: 168px;
	display: flex;
	align-items: center;
	color: white;
}

.hero-privacy {
	background: url('../images/privacy-policy.png');
	background-size: cover;
	background-position: center;
	height: 168px;
	display: flex;
	align-items: center;
	color: white;
}

.terms-hero {
	background: url('../images/term-and-condition.png');
	background-size: cover;
	background-position: center;
	height: 168px;
	display: flex;
	align-items: center;
	color: white;
}

.ticket-hero {
	background: url('../images/ticket-fee.png');
	background-size: cover;
	background-position: center;
	min-height: 168px;
	display: flex;
	align-items: center;
	color: white;
}

 ul.api  {margin:0px;}
.api li {font-size:20px!important;}
.pl45 {padding-left:45px;}

/* contact css start here
============================================================ */
.contact-hero {
	background: url('../images/contact-banner.png');
	background-size: cover;
	background-position: center;
	min-height: 300px;
	display: flex;
	align-items: center;
	color: white;
}

.support-header {
            background-color: #FFF9E8;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 30px;
        }
        .info-block {
            border-right: 1px solid #e0e0e0;
        }
        .info-block:last-child {
            border-right: none;
        }
        .info-label {
            font-size: 16px;
            color: #505050;
            margin-bottom: 2px;
        }
        .info-value {
            font-weight: 500;
            color: #020C7D;
			font-size:20px;
        }
        .info-value a {
            text-decoration: none;
            color: #020C7D;
        }
        .contact-form-container {
            background-color: #F9F9F9;
            border-radius: 8px;
            padding: 40px;
        }
        .form-label {
            font-weight: 500;
            font-size: 16px;
            color: #505050;
        }
        .form-control {
            border: none;
            border-radius: 8px;
            padding: 12px;
            margin-bottom: 15px;
        }
        .btn-submit {
			border-radius: 8px;
            background: #F3B718;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.10);
            border: none;
            color: white;
            padding: 12px 60px;
            font-weight: bold;
            transition: background 0.3s;
        }
        .btn-submit:hover {
            background-color: #F3B718;
			color:#fff;
        }
		.bnrhd.font62 {font-size:62px; font-weight:600;}
		.support {font-size:28px; font-weight:500;}
		
		html body input:focus,
		html body textarea:focus,
		html body select:focus,
		html body button:focus,
		html body .form-control:focus {
    outline: none !important;
    border-outline: none !important;
    box-shadow: none !important;
}
		
        /* Mobile adjustment for borders */
        @media (max-width: 767px) {
            .info-block {
                border-right: none;
                border-bottom: 1px solid #e0e0e0;
                padding-bottom: 10px;
                margin-bottom: 10px;
            }
            .info-block:last-child {
                border-bottom: none;
            }
        }

/* about css start here
============================================================ */
.about-hero {
	background: url('../images/about-banner.png');
	background-size: cover;
	background-position: center;
	min-height: 300px;
	display: flex;
	align-items: center;
	color: white;
}


@media all and (min-width:320px) and (max-width: 767px) {
	.hero-section {
		padding: 0px;
	}

	.flysmarter {
		padding-top: 10px;
	}

	.nav-tab span {
		font-size: 12px;
		font-weight: 500;
	}

	.top-options {
		display: flex;
		gap: 0px;
		margin-bottom: 15px;
		align-items: center;
	}

	.ml50 {
		margin-left: 30px;
	}

	.custom-dropdown {
		position: absolute;
	}

	span.brand-air img {
		width: 90px;
	}

	.phone-number {
		font-size: 15px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
		border: 0px;
	}

	.navbar-toggler {
		border: 0px;
		padding: 0px;
	}

	.flysmarter img {
		width: 180px;
	}

	.subscribe-btn {
		padding: 10px 14px;
	}

	ul.navbar-nav li a {
		font-size: 16px;
	}

	.owl-nav {
		display: none !important;
	}

	.bdrmb {
		border-top: 1px solid #ddd;
	}

	ul.dropdown-menu {
		font-size: 14px;
	}

	.hero-section-hotel {
		padding: 0px;
	}

	.hero-title {
		font-weight: 600;
		font-size: 28px;
		margin-bottom: 1rem;
		margin-top: -100px;
	}

	.discover {
		padding: 10px;
	}

	.phone-button {
		font-size: 22px;
	}

	.hotelttl {
		font-size: 28px;
	}

	.xh-container {
		max-width: 1200px;
		margin: 30px auto;
		font-family: 'Poppins', sans-serif;
		position: relative;
	}

	.wd-deals-wrapper {
		padding: 30px 0;
	}

	.hero-section-route {
		padding: 0px;
	}

	.ghs-input-group.wht {
		background: #fff;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.hotel-listing {
		padding: 0px;
	}

	button.btn.btn-primary-custom.btn-book {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.boxwdt {
		width: 100%;
	}

	.offcanvas-header.border-bottom.d-lg-none {
		margin-top: 55px;
	}

	.img-wrapper {
		padding: 10px;
	}

	.text-end.d-flex.flex-column.align-items-end {
		align-items: self-start !important;
	}

	.hotel-summary-bar {
		display: block !important;
	}
	
	.contact-hero,.about-hero {min-height:135px;}
	.bnrhd.font62 {font-size:28px;}
	.support  {font-size:25px;}
	.contact-form-container {padding:20px;}
	.bnrhd { font-size: 24px;  font-style: normal;  font-weight: 600; line-height: normal;}
	.terms-hero,.hero-privacy,.cookie-hero,.hero-disclaimer {height:80px;}
	.ticket-hero {min-height:80px!important;}
}


@media all and (min-width:768px) and (max-width: 991px) {
	.hotel-summary-bar {
		display: block !important;
	}
}
