@font-face {
	font-family: 'Duplet';
	src: url('../fonts/Duplet-Regular.eot');
	src: url('../fonts/Duplet-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Duplet-Regular.woff2') format('woff2'),
		url('../fonts/Duplet-Regular.woff') format('woff'),
		url('../fonts/Duplet-Regular.ttf') format('truetype'),
		url('../fonts/Duplet-Regular.svg#Duplet-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Duplet Light';
	src: url('../fonts/Duplet-Light.eot');
	src: url('../fonts/Duplet-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Duplet-Light.woff2') format('woff2'),
		url('../fonts/Duplet-Light.woff') format('woff'),
		url('../fonts/Duplet-Light.ttf') format('truetype'),
		url('../fonts/Duplet-Light.svg#Duplet-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Duplet Bold';
	src: url('../fonts/Duplet-Bold.eot');
	src: url('../fonts/Duplet-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Duplet-Bold.woff2') format('woff2'),
		url('../fonts/Duplet-Bold.woff') format('woff'),
		url('../fonts/Duplet-Bold.ttf') format('truetype'),
		url('../fonts/Duplet-Bold.svg#Duplet-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

body {
	font: normal normal normal 16px/28px Duplet;
	margin-top: 67px;
	color: #555;
}

h1 {
	font: normal normal bold 48px/40px Duplet;
	letter-spacing: 0.96px;
	color: #FFFFFF;
}

h2 {
	font: normal normal bold 26px/30px Duplet;
	letter-spacing: 0.72px;
	color: #272727;
	margin-bottom: 15px;
}

h3 {
	font: normal normal 600 24px/30px Duplet;
	letter-spacing: 0.56px;
	color: #006A8E;
	margin-bottom: 15px;
}

h5 {
	font: normal normal 600 18px/30px Duplet;
	letter-spacing: 0.36px;
	color: #272727;
}

h1.contactTitleHead {
	font: normal normal bold 48px/40px Duplet;
	letter-spacing: 0.96px;
	color: #272727 !important;
}

.orangeListStyle ::marker {
	color: #FAB600;
}

.gap10 {
	gap: 10px;
}

.gap30 {
	gap: 30px;
}

.gap25 {
	gap: 25px;
}

.gap20 {
	gap: 20px;
}

.gap15 {
	gap: 15px;
}

.mt-6 {
	margin-top: 4.5rem !important;
}

.mb-6 {
	margin-bottom: 4.5rem;
}

.columnGap20 {
	column-gap: 20px;
}

.padding20 {
	padding: 20px;
}

.blueBg {
	background: #F0FEFF 0% 0% no-repeat padding-box;
}

.blueBorder {
	border: 1px solid #06B1BA;
}

.borderRadius20 {
	border-radius: 20px;
}

.textDecorationNone{
	text-decoration: none;
}

.yellowBorder{
	border: 1px solid #FAB600;
}

.mainHeaderWrap {
	padding: 15px 0;
	background-color: #fff;
	box-shadow: 3px 6px 84px #06B1BA3B;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

.headerInnerWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.menuWrapper .menuListWrap {
	/* display: none;	 */
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.menuWrapper .menuListWrap .menuLinkWrap .menuLink {
	color: #272727;
	text-decoration: none;
	font: normal normal normal 16px/21px Duplet;
	letter-spacing: 0px;
}

.menuWrapper .menuListWrap .menuLinkWrap .menuLink:hover,
.menuWrapper .menuListWrap .menuLinkWrap .menuLink.active {
	color: #006A8E;
	position: relative;
	padding-bottom: 10px;
	top: -3px;
}

.menuWrapper .menuListWrap .menuLinkWrap .menuLink:hover:before,
.menuWrapper .menuListWrap .menuLinkWrap .menuLink.active:before {
	content: '';
	border: 1px solid #FAB600;
	width: 39px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 19.5px);
}

.mainFooterTopWrap {
	background: transparent linear-gradient(180deg, var(--unnamed-color-006e8b) 0%, #2295B4 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #006E8B 0%, #2295B4 100%) 0% 0% no-repeat padding-box;
	padding: 15px 0;
}

.mainFooterMiddleWrap {
	border-bottom: 1px solid #00CAD5;
	padding: 20px 0;
}

.footerLinkHeader {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.54px;
	margin-bottom: 20px;
}

.firstFooterRow {
	padding: 45px 0;
}

.footerLinkList {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.footerLinkList .footerLinkMenu {
	font-size: 15px;
	font-family: 'Duplet Light';
	color: #fff;
	letter-spacing: 0.45px;
	text-decoration: none;
}

.followUsMenuWrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

.followUsMenuWrapper .followUSText {
	letter-spacing: 0.48px;
	font: normal normal bold 16px/27px Duplet;
	color: #272727;
	margin-bottom: 0;
}

.followMenuList {
	display: flex;
	gap: 15px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.copyRightText {
	color: #fff;
	font: normal normal 300 13px/19px Duplet;
	letter-spacing: 0.39px;
	color: #686868;
}

.otherLinkWrapList {
	display: flex;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	gap: 8px;
}

.otherLinkWrapList .otherLinkMenuWrap:not(:last-child)::after {
	content: '|';
	margin-left: 8px;
	color: #686868;
	font: normal normal 300 13px/19px Duplet;
}

.otherLinkWrapList .otherLinkMenuWrap .otherMenuLink {
	font: normal normal 300 13px/19px Duplet;
	letter-spacing: 0.39px;
	color: #686868;
	text-decoration: none;
}

.thirdFooterRow {
	padding-top: 15px;
}

.hamburger {
	position: relative;
	width: 40px;
	height: 40px;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	padding: 5px;
}

.hamburger:before {
	/* content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	background: #f953c6; */
	/* fallback for old browsers */
	/* background: -webkit-linear-gradient(to right, #da2287, #f953c6); */
	/* Chrome 10-25, Safari 5.1-6 */
	/* background: linear-gradient(to right, #da2287, #f953c6); */
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	/* transform: rotate(0deg);
	transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57); */
}

.hamburger .hamburger-input {
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.hamburger .hamburger-line {
	width: 100%;
	background: #272727;
	height: 2px;
	display: block;
	border-radius: 6px;
	transition: transform 0.4s cubic-bezier(0.54, -0.81, 0.57, 0.57);
	position: relative;
}

.hamburger .hamburger-line.first,
.hamburger .hamburger-line.third {
	width: 50%;
}

.hamburger .hamburger-line.third {
	margin-left: 50%;
	transform-origin: left;
}

.menu-button-wrapper {
	position: relative;
	display: inline-block;
}

.menu-button-wrapper .menu-button {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}

.menu-button:checked~.icon-wrapper .hamburger-line.second {
	transform: rotate(-45deg);
}

.menu-button:checked~.icon-wrapper .hamburger-line.first {
	transform: translate(2px, 8px) rotate(-135deg);
}

.menu-button:checked~.icon-wrapper .hamburger-line.third {
	transform: translate(11px, -3px) rotate(-135deg);
}

.menu-button:checked~.icon-wrapper .hamburger:before {
	transform: rotate(45deg);
}

.thirdFooterRow>div,
.secondFooterRow>div {
	flex-direction: column !important;
	gap: 15px;
}

.bannerSection {
	padding: 50px 0;
	background-image: url(../images/home-banner-desktop.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99999;
}

.bannerSection h1 {
	text-align: center;
	font: normal normal 200 32px/45px Duplet;
	letter-spacing: 6.34px;
	color: #FAB600;
	text-shadow: 3px 6px 13px #006E8B33;
	text-transform: uppercase;
	opacity: 1;
	margin-bottom: 50px;
}

.bannerSection .tabContentList .tabHeader {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 178px;
	height: 50px;
	/* UI Properties */
	background: rgba(0, 0, 0, 0.3) 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 84px #06B1BA3B;
	border-radius: 6px 6px 0px 0px;
	cursor: pointer;
}

.bannerSection .tabContentList .tabHeader.active {
	background: rgba(0, 110, 139, 0.6) 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 84px #06B1BA3B;
}

.bannerSection .tabContentList .tabHeader span {
	text-align: center;
	font: normal normal 600 14px/18px Duplet;
	letter-spacing: 0.84px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}

.bannerSection .tabContentWrapper {
	background: rgba(0, 110, 139, 0.6) 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 84px #06B1BA3B;
	padding: 30px;
}

.rebookFormWrapper,
.cancelFormWrapper,
.bookingFormWrapper {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
}

.cancelFormWrapper .formFieldWrapper,
.rebookFormWrapper .formFieldWrapper,
.bookingFormWrapper .formFieldWrapper {
	display: flex;
	align-items: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #2295B4;
	border-radius: 4px;
	width: 100%;
	max-width: 940px;
	flex-wrap: wrap;
}

.rebookFormWrapper .formFieldWrapper>div .form-control,
.cancelFormWrapper .formFieldWrapper>div .form-control,
.bookingFormWrapper .formFieldWrapper>div .form-control {
	border-radius: 0;
	background-color: transparent;
	border-radius: 0;
	border: none !important;
	padding: 18px 25px;
	height: auto;
	box-shadow: none !important;
	outline: none !important;
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.bookingFormWrapper .formFieldWrapper>div.widgetPassenger,
.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper {
	width: 100%;
}

.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper,
.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper,
.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper {
	position: relative;
}

.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper {
	padding: 8px 25px;
	user-select: none;
}

.bookFlightWidgetWrapper div.widgetPassenger {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
	cursor: pointer;
}

.bookFlightWidgetWrapper div.widgetPassenger::before {
	content: "";
	width: 20.254px;
	height: 15.159px;
	background-image: url(../images/passanger.svg);
}

.bookFlightWidgetWrapper div.widgetPassenger div#passengerSuggestion {
	top: 100%;
	left: 0;
	right: inherit;
	z-index: 999999;
}

.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper::before {
	content: "";
	width: 20.254px;
	height: 15.159px;
	background-image: url(../images/passanger.svg);
	top: calc(50% - 7.78px);
	right: 10px;
	position: absolute;
}

.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper span.headingPassenger {
	text-align: left;
	font: normal normal normal 10px/13px Duplet;
	letter-spacing: 0.3px;
	color: #5B5B5B;
	opacity: 1;
	display: block;
}

.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper span.value {
	text-align: left;
	font: normal normal normal 15px/20px Duplet;
	letter-spacing: 0.45px;
	color: #5B5B5B;
	opacity: 1;
	text-wrap: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}

.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(../images/date-icon.svg);
	top: calc(50% - 9px);
	right: 10px;
	position: absolute;
}

.gap4 {
	gap: 4px;
}

button.bannerBtn {
	width: 100%;
	height: 58px;
	/* UI Properties */
	background: #06B1BA 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #06B1BA5E;
	border: 1px solid #06B1BA;
	border-radius: 4px;
	text-align: center;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #FFFFFF;
}

button.bannerBtn:hover {
	background: transparent;
	box-shadow: none;
}

div#passengerSuggestion,
div#toSuggestion,
div#fromSuggestion {
	position: absolute;
	background-color: #fff;
	border-top: 1px solid rgb(242, 242, 242);
	overflow-y: auto;
	max-height: 448px;
	display: flex;
}

/* Define a custom scrollbar */
div#fromSuggestion::-webkit-scrollbar,
div#toSuggestion::-webkit-scrollbar {
	width: 8px;
}

/* Handle on hover */
div#fromSuggestion::-webkit-scrollbar-thumb:hover,
div#toSuggestion::-webkit-scrollbar-thumb:hover {
	background: #888;
}

/* Define scrollbar track */
div#fromSuggestion::-webkit-scrollbar-track,
div#toSuggestion::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Define scrollbar handle */
div#fromSuggestion::-webkit-scrollbar-track,
div#toSuggestion::-webkit-scrollbar-track {
	background: #bbb;
	border-radius: 4px;
}

/* Define scrollbar corner */
div#fromSuggestion::-webkit-scrollbar-corner,
div#toSuggestion::-webkit-scrollbar-corner {
	background: #f1f1f1;
}

.suggestion {
	flex: 1;
	max-width: 330px;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 15px 25px;
	cursor: pointer;
}

.suggestionTitleWrapper {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.suggestionAirportName {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: nowrap;
	width: 218px;
	letter-spacing: -0.5px;
	text-transform: capitalize;
}

.suggestionAirportCode {
	background-color: #489aa8;
	width: 50px;
	display: flex;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 5px 0;
}

div#passengerSuggestion {
	max-width: 500px;
	right: 0;
	display: none;
}

#swapPlaces {
	cursor: pointer;
}

.suggestionItemWrapper {
	flex: 1 1 0%;
	display: flex;
	max-width: 317px;
	width: 290px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

/* .suggestionItemWrapper::before {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(../images/flight-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
} */


.passengerDetailsWrapper {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin-bottom: 32px;
	margin-top: 20px;
}

.passengerInnerContainer {
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	margin: 0px 24px;
}

p.passengerHead {
	line-height: normal;
	font-size: 18px;
	font-weight: 500;
	color: rgb(20, 24, 35);
	margin: 0px;
}

p.passengerSubHead {
	line-height: normal;
	font-size: 12px;
	font-weight: 400;
	color: rgb(20, 24, 35);
	margin-bottom: 15px;
}

.passengerOptionWrapper {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 116px;
	height: 36px;
	background: rgb(255, 255, 255);
	border: 2px solid rgb(225, 231, 238);
	border-radius: 8px;
}

span.passengerMinusWrapper,
span.passengerPlusWrapper {
	width: 36px;
	height: 36px;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	cursor: pointer;
}

.passengerValueWrapper {
	font-size: 18px;
	line-height: normal;
	color: rgb(0, 0, 0);
}

.travelDestinationWrapper {
	padding: 60px 0;
}

.travelDestinationInner {
	/* UI Properties */
	background: var(--unnamed-color-f4eed7) 0% 0% no-repeat padding-box;
	background: #F4EED7 0% 0% no-repeat padding-box;
	border-radius: 46px;
	padding: 45px 25px 22px;
}

.travelItemWrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 26px;
	margin-top: 30px;
}

.destinationWrapper,
.destination1Wrapper {
	position: relative;
}

.destination1Wrapper,
.destinationWrapper {
	margin-bottom: 23px;
}

.destination1Wrapper img {
	height: calc(100% - 60px);
}

.destination1Wrapper img,
.destinationWrapper img {
	border-radius: 20px;
	width: 100%;
}

.destinationWrapper img {
	height: calc(100% - 80px);
}

.destinationImageWrapper {
	width: 100%;
	height: 285px;
}

.destinationBottomWrapper {
	padding: 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 10000;
	background-color: #fff;
	width: 100%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

h4.orginPlace {
	color: var(--unnamed-color-272727);
	text-align: left;
	font: normal normal bold 20px/18px Duplet;
	letter-spacing: 0.72px;
	color: #272727;
}

.destinationPlaceItems {
	text-align: left;
	font: normal normal normal 15px/21px Duplet;
	letter-spacing: 0.51px;
	color: #272727;
}

span.destinationFromWrap {
	text-align: right;
	font: normal normal normal 16px/21px Duplet;
	letter-spacing: 0.48px;
	color: #272727;
}

span.destinationPriceWrap {
	text-align: right;
	font: normal normal 600 20px/21px Duplet;
	letter-spacing: 0.6px;
	color: #272727;
}

.destinationPlaceItems span:not(:last-child) {
	padding-right: 10px;
	display: inline-flex;
	align-items: center;
}

.destinationPlaceItems span:not(:last-child)::after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background: var(--unnamed-color-ff6d35) 0% 0% no-repeat padding-box;
	background: #FF6D35 0% 0% no-repeat padding-box;
	margin-left: 10px;
	border-radius: 50%;
}

.destinationWrapper .destinationPriceWrapper {
	margin-top: 20px;
}

.destinationWrapper .destinationPriceWrap {
	display: inline-block;
	margin-left: 10px;
}

.footerRoutersWrapper {
	padding: 50px 0;
}

.ourRoutesWrapList span a,
.topDestinationWrapList span a {
	text-align: left;
	font: normal normal 300 15px/30px Duplet;
	letter-spacing: 0.45px;
	color: #7E7E7E;
	text-decoration: none;
}

.tabContentWrapper>div {
	display: none;
}

.tabContentWrapper>div.active {
	display: flex;
}

a.destinationBookBtn,
a.destinationDiscoverBtn {
	width: 170px;
	height: 46px;
	text-align: center;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 155px;
	text-decoration: none;
}

a.destinationDiscoverBtn {
	background: #06B1BA 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #06B1BA5E;
}

a.destinationBookBtn {
	background: #FAB600 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #FAB60042;
}

.destinationBottomBtnWrapper {
	display: none;
}

.destinationWrapper:hover>.destinationBottomWrapper>.destinationBottomBtnWrapper,
.destination1Wrapper:hover>.destinationBottomWrapper>.destinationBottomBtnWrapper {
	display: flex;
}

.destinationWrapper .destinationBottomWrapper,
.destination1Wrapper .destinationBottomWrapper {
	height: 107px;
	overflow: hidden;
	transition: all 0.4s ease-in;
}

.destinationWrapper:hover>.destinationBottomWrapper,
.destination1Wrapper:hover>.destinationBottomWrapper {
	height: 157px;
}

.seeMoreDestinationLink {
	text-align: center;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #272727;
	border: 1px solid var(--unnamed-color-272727);
	background: #F4EED7 0% 0% no-repeat padding-box;
	border: 1px solid #272727;
	border-radius: 155px;
	text-decoration: none;
	padding: 12px 40px;
}

.flightOffersFromWrapper {
	padding: 40px 0;
}

h2.borderLeftHeading {
	text-align: left;
	font: normal normal 600 24px/26px Duplet;
	letter-spacing: 0.58px;
	color: #006A8E;
	border-left: 4px solid #FAB600;
	padding-left: 20px;
	line-height: 1.4;
}

h2.borderLeftHeading span {
	display: block;
	font: normal normal 300 20px/28px Duplet;
	letter-spacing: 0.6px;
	color: #555555;
	margin-top: 10px;
}

a.exploreBtnArrow {
	text-align: center;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #006E8B;
	text-decoration: none;
}

a.exploreBtnArrow svg {
	width: 18px;
	height: 11px;
}

a.exploreBtnArrow:hover svg line,
a.exploreBtnArrow:hover svg path {
	stroke: #FAB600;
}

select.flightOfferSelect {
	width: 150px;
	padding: 10px 20px;
	border-radius: 155px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(./../images/select-arrow.svg);
	background-repeat: no-repeat;
	background-size: 10px 5px;
	background-position: calc(100% - 20px) 20px;
}

select.flightOfferSelect:focus-visible,
select.flightOfferSelect:hover,
select.flightOfferSelect:active,
select.flightOfferSelect:focus {
	border-color: #FAB600;
	outline: none;
	box-shadow: none;
}

.flightOfferSingleWrap {
	position: relative;
	background: #F2FEFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 0px 16px #CFFBFF, 3px 3px 34px #AFF1F5;
	border-radius: 120px;
	width: 268px;
	height: 415px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
}

.flightOfferSingleInnerWrap {
	width: 222px;
	height: 365px;
	background: #F2FEFF 0% 0% no-repeat padding-box;
	box-shadow: inset 0px 0px 9px #D6F5F8, 0px 5px 9px #FFFFFF;
	border-radius: 89px;
	padding: 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flightOfferSingleInnerWrap::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	width: 192px;
	height: 335px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	border-radius: 80px;
	opacity: 0.6;
}

.flightOfferSingleWrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 80px;
}

.offerImageContentText {
	text-align: left;
	font: normal normal bold 23px/21px Duplet;
	letter-spacing: 0.69px;
	color: #FFFFFF;
}

.offerImageContent {
	position: absolute;
	padding: 20px;
	border: 0;
	left: 0;
	right: 0;
	top: calc(50% - 33px);
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.offerImageContent p {
	font: normal normal bold 23px/21px Duplet;
	letter-spacing: 0.69px;
	margin-bottom: 0;
}

.offersBookBtn {
	display: inline-flex;
	background: #06B1BA 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #06B1BA5E;
	border-radius: 155px;
	width: 130px;
	height: 46px;
	text-align: center;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #FFFFFF;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}

.flyOfferBtnWrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	transition: all 0.5s ease-in;
}


.flightOfferSingleWrap:hover .flyOfferBtnWrap {
	opacity: 1;
}

.flyOfferBtnWrap a.destinationBookBtn,
.flyOfferBtnWrap a.destinationDiscoverBtn {
	width: 110px;
}

a.destinationBookBtn:hover {
	background-color: #FAB600;
}

img#swapPlaces {
	position: absolute;
	top: 36px;
	z-index: 999;
	right: 0;
}

.breadcrumbWrapper {
	padding: 30px 0
}

li.breadCrumbListItem:not(:last-child) {
	display: flex;
	gap: 10px;
	align-items: center;
}

li.breadCrumbListItem:not(:last-child)::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 6px solid #FAB600;
	border-bottom: 3px solid transparent;
}

li.breadCrumbListItem * {
	text-align: left;
	font: normal normal normal 15px/20px Duplet;
	letter-spacing: 0.45px;
	color: #006A8E;
	text-decoration: none;
}

li.breadCrumbListItem.active * {
	color: #272727;
}

.breadcrumbListWrapper {
	list-style: none;
	padding-left: 0;
	display: flex;
	gap: 10px;
}

.aboutBottomContWrap p {
	font: normal normal normal 18px/21px Duplet;
	margin-bottom: 0;
}

.rowGap30 {
	row-gap: 30px;
}

.banner {
	height: 251px;
	display: flex;
	align-items: end;
	padding-bottom: 35px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.leadershipTeam {
	background-image: url(./../images/leadership-team-banner.png);
}

.termConditionBanner {
	background-image: url(./../images/tearm-and-condition-banner.png);
}

.conditionOfCarriageBanner{
	background-image: url(./../images/condition-of-carriage-banner.png);
}

.hotPressReleaseBanner{
	background-image: url(./../images/press-release-banner.png);
}

.borderTopContentWrapper {
	border-top: 1px solid #f5f5f5;
	padding: 40px 0;
}

.contactLeftPageWrap {
	position: relative;
	padding: 30px 0;
}

.twoColorStrip {
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
}

.twoColorStrip.topOne {
	top: 0;
}

.twoColorStrip.bottomOne {
	bottom: 0;
}

.twoColorStrip:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 70%;
	background-color: #006A8E;
}

.twoColorStrip:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30%;
	background-color: #FAB600;
}

.companyNameWrapper {
	font: normal normal bold 20px/28px Duplet;
	letter-spacing: 0.6px;
	color: #006A8E;
	position: relative;
	padding-left: 30px;
}

.companyNameWrapper::before {
	content: "";
	width: 14px;
	height: 20px;
	display: block;
	background-image: url(./../images/location-left.svg);
	position: absolute;
	left: 0;
	top: 3px;
}

.locationWrapper {
	padding-left: 30px;
	margin-top: 12px;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
}

.locationHeadingWrap {
	font: normal normal bold 16px/28px Duplet;
	letter-spacing: 0.48px;
}

.locationAddressWrap {
	font: normal normal normal 16px/28px Duplet;
	letter-spacing: 0.48px;
}

.locationIconWrapper {
	width: 34px;
	height: 34px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FAB600;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.locationIconWrapper .locationIcon {
	width: 14px;
	height: 17px;
	background-image: url(./../images/location-right.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.contactEmailWrapper {
	position: relative;
	padding-left: 30px;
	font: normal normal normal 16px/28px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
	margin-top: 16px;
}

.contactEmailWrapper::before {
	content: "";
	width: 16px;
	height: 11px;
	display: block;
	background-image: url(./../images/email.svg);
	position: absolute;
	left: 0;
	top: calc(50% - 5.5px);
}

.destinationLinkWrapper {
	border: 1px solid #06B1BA;
	border-radius: 20px;
	padding: 20px;
	width: 212px;
}

.destinationLinkWrapper .borderRightHead {
	text-align: left;
	font: normal normal bold 20px/30px Duplet;
	letter-spacing: 0.4px;
	color: #006A8E;
	border-left: 4px solid #FAB600;
	padding-left: 10px;
	margin-bottom: 20px;
}

.destinationLinkItemsWrap .destinationLinkItems {
	padding-left: 0;
	list-style: none;
	margin: 0;
}

.destinationLinkItemsWrap .destinationLinkItems .destinationLinkItem a {
	font: normal normal 300 16px/34px Duplet;
	letter-spacing: 0.32px;
	display: block;
	text-decoration: none;
	color: currentColor;
	padding-left: 10px;
}

.destinationLinkItemsWrap .destinationLinkItems .destinationLinkItem.active a {
	background: #E1FDFF 0% 0% no-repeat padding-box;
	border-radius: 10px;
}

h1.destinationItemHeadOne {
	font: normal normal bold 36px/40px Duplet;
	letter-spacing: 0.72px;
	color: #006A8E;
}

.destinationDescription {
	transition: all 0.5s ease-in;
}

.destinationDescription.fixHeight {
	overflow: hidden;
	height: 60px;
}

.destinationDescription.autoHeight {
	overflow: visible;
	height: auto;
}

button.destinationViewMoreLess {
	outline: none;
	border: none;
	background: transparent;
	font: normal normal 600 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #006E8B;
	display: flex;
	align-items: center;
	margin-top: 5px;
	gap: 8px;
}

.whereToEatShowMoreOrLess::after,
button.destinationViewMoreLess:after {
	content: "";
	background-image: url(./../images/arrow.svg);
	width: 6.025px;
	height: 10.05px;
	display: block;
	transform: rotate(90deg);
	margin-top: 5px;
	transition: all 0.5s ease-in;
}

.whereToEatShowMoreOrLess.whereToEatShowLess::after,
button.destinationViewMoreLess.destViewLess:after {
	transform: rotate(270deg);
}

.destSingleImageWrapper img {
	border-radius: 20px;
}

.bookFlightWidgetWrapper {
	background: #E1FDFF 0% 0% no-repeat padding-box;
	border-radius: 20px;
	padding: 25px;
}

.bookFlightWidgetWrapper h3 {
	font: normal normal bold 24px/30px Duplet;
	letter-spacing: 0.48px;
	color: #272727;
}

.row.commonTabsRow {
	height: 63px;
}

.floatPanel {
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.commonTabs {
	width: 100%;
	margin: 0;
}

.commonTabs .nav-tabs {
	display: block;
	overflow-x: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border-bottom: solid 1px #dedede;
}

.commonTabs .nav-tabs li {
	display: inline-block;
	width: auto;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
}

.commonTabs .nav-tabs li a {
	text-decoration: none;
	display: inline-block;
	padding: 20px 6px;
	font: normal normal 300 18px/30px Duplet;
	letter-spacing: 0.36px;
	color: #272727;
}

.commonTabs .nav-tabs li a.activetab {
	font: normal normal 600 18px/30px Duplet;
	color: #006A8E;
	border-bottom: solid 2px #FAB600 !important;
}

.commonTabs.floatPanel.mainHeaderFixed {
	position: fixed;
	z-index: 100;
	max-width: 945px;
	margin-top: 57px;
	background: #fff;
	top: 0px;
}

.placeTovisitSingleOuterWrap {
	width: 222px;
	height: 334px;
}

.placeTovisitSingleOuterWrap .placeTovistImgWrap {
	position: relative;
}

.placeTovisitSingleOuterWrap .placeTovistImgWrap:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	border-bottom-left-radius: 28px;
	border-bottom-right-radius: 28px;
	height: 142px;
	background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0% 0% no-repeat padding-box;
	opacity: .85;
}

.placeToVisitContentWrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px 15px;
}

.placeToVisitContentWrap p {
	text-align: left;
	font: normal normal normal 18px/21px Duplet;
	letter-spacing: 0.54px;
	color: #FFFFFF;
	margin-bottom: 0;
}

.placeTovisitSingleOuterWrap .placeTovistImgWrap img {
	border-radius: 28px;
}

#fly91Flights .owl-nav,
#stepsOwlWrap .owl-nav,
#whereToStayOwl .owl-nav,
#whereToEatOwl .owl-nav,
#placetovisit .owl-nav {
	position: absolute;
	top: calc(50% - 20px);
	left: 0;
	right: 0;
}

#fly91Flights .owl-nav .owl-prev,
#stepsOwlWrap .owl-nav .owl-prev,
#whereToStayOwl .owl-nav .owl-prev,
#whereToEatOwl .owl-nav .owl-prev,
#placetovisit .owl-nav .owl-prev {
	left: -30px;
}

#fly91Flights .owl-nav .owl-next,
#stepsOwlWrap .owl-nav .owl-next,
#whereToStayOwl .owl-nav .owl-next,
#whereToEatOwl .owl-nav .owl-next,
#placetovisit .owl-nav .owl-next {
	right: -30px;
}

#fly91Flights .owl-nav .owl-prev,
#fly91Flights .owl-nav .owl-next,
#stepsOwlWrap .owl-nav .owl-prev,
#stepsOwlWrap .owl-nav .owl-next,
#whereToStayOwl .owl-nav .owl-prev,
#whereToStayOwl .owl-nav .owl-next,
#whereToEatOwl .owl-nav .owl-prev,
#whereToEatOwl .owl-nav .owl-next,
#placetovisit .owl-nav .owl-prev,
#placetovisit .owl-nav .owl-next {
	position: absolute;
	width: 45px;
	height: 45px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 24px #06B1BA3B;
	/* border: 1px solid #A8F1F6; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#fly91Flights .owl-nav .owl-prev span,
#fly91Flights .owl-nav .owl-next span,
#stepsOwlWrap .owl-nav .owl-prev span,
#stepsOwlWrap .owl-nav .owl-next span,
#whereToStayOwl .owl-nav .owl-prev span,
#whereToStayOwl .owl-nav .owl-next span,
#whereToEatOwl .owl-nav .owl-prev span,
#whereToEatOwl .owl-nav .owl-next span,
#placetovisit .owl-nav .owl-prev span,
#placetovisit .owl-nav .owl-next span {
	font-size: 0;
	line-height: 0;
	width: 6px;
	height: 12px;
	background-image: url(./../images/med-arrow.svg);
	background-size: contain;
}

#fly91Flights .owl-nav .owl-prev span,
#stepsOwlWrap .owl-nav .owl-prev span,
#whereToStayOwl .owl-nav .owl-prev span,
#whereToEatOwl .owl-nav .owl-prev span,
#placetovisit .owl-nav .owl-prev span {
	transform: rotate(180deg);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background-color: #06B1BA;}

.owl-theme .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #06B1BA;
}

#stepsOwlWrap .owl-dots{
	margin-top: 15px;
}

.destinationDetailsWrapper ul li {
	margin-bottom: 15px;
}

.whereToEatSingleOuterWrap {
	width: 210px;
}

.whereToEatSingleOuterWrap .whereToEatImgWrap img {
	width: 210px;
	height: 210px;
	object-fit: cover;
	border-radius: 50%;
}

#whereToStayOwl .owl-nav,
#whereToEatOwl .owl-nav {
	top: 60px;
}

.whereToEatShowMoreOrLess {
	text-align: center;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	margin-top: 0px;
	font: normal normal 600 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #006E8B;
	cursor: pointer;
}

.whereToEatContWrap {
	margin-top: 20px;
}

h6.whereToEatTitle {
	text-align: center;
	font: normal normal 600 16px/19px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
}

.text.whereToEatText p {
	text-align: center;
	font: normal normal 300 16px/19px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
}

.whereToEatText.showMoreHeight {
	height: 54px;
	margin-bottom: 20px;
	overflow: hidden;
}

.whereToStaySingleOuterWrap {
	width: 288px;
}

.whereToStaySingleOuterWrap .whereToStayImgWrap img {
	width: 288px;
	height: 201px;
	object-fit: cover;
	border-radius: 20px;
}

h6.whereToStayTitle {
	font: normal normal 600 16px/19px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
	margin-top: 15px;
}

.destinationDetailItemWrap h2 {
	color: #006A8E;
}

.bookFlightWidgetWrapper h2 {
	color: #272727;
}

.colorDark {
	color: #272727 !important;
}

.blueColor{
	color: #006A8E !important
}

.destinationListingPageDesign {
	background-image: url(./../images/destination-banner.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 428px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -104px;
	text-align: center;
}

.destinationListingPageDesign p {
	color: #fff;
}

section.breadcrumbWrapper:has(+ .destinationListingPageDesign) * {
	color: #fff !important;
}

.searchItemWrapper {
	position: relative;
}

.searchControl {
	width: 281px;
	height: 46px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 24px #FAB6003B;
	border: 1px solid #FAB600;
	border-radius: 155px;
	padding: 0 35px 0 25px;
}

.searchItemWrapper::after {
	content: "";
	background-image: url(./../images/search-icon.png);
	width: 17px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: calc(50% - 8.5px)
}

.destinationListSingleImageWrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 200px;
	border-radius: 20px;
}

.destinationListSingleImageWrapper img {
	transition: all .5s ease-in;
}

.destinationListSingleImageWrapper:hover img {
	transform: scale(1.1);
	position: absolute;
	overflow: hidden;
	border-radius: 20px;
}

.destinationListSingleContentWrapper h5 {
	text-align: center;
	margin-top: 8px;
}

.destinationListSingleWrapper {
	margin-bottom: 30px;
}

.medicalFormBanner {
	background-image: url(./../images/medical-form-banner.png);
}

.specialDisabilityAssistance{
	background-image: url(./../images/special-disability-assistance-banner.png);
}

.formContentBottomBgWrapper {
	background: #F0FEFF 0% 0% no-repeat padding-box;
	border: 1px solid #06B1BA;
	border-radius: 20px;
	padding: 20px;
}

.formContentBottomBgWrapper p {
	font: normal normal bold 18px/30px Duplet;
	letter-spacing: 0.36px;
	color: #272727;
}

.formContentBottomBgWrapper ul {
	margin-bottom: 0;
}

.formContentBottomBgWrapper ul li {
	font: normal normal normal 16px/26px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
}

a.downloadBtn {
	width: 236px;
	height: 58px;
	background: #06B1BA 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #06B1BA5E;
	border: 1px solid #06B1BA;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.4s ease-in;
}

a.downloadBtn:hover {
	background: #FAB600 0% 0% no-repeat padding-box;
	box-shadow: 3px 11px 18px #FF6D355E;
	border: 1px solid #FF6D35;
	border-radius: 4px;
}

.seatMapHeader h1 {
	color: #272727;
}

.atrDetails {
	width: 230px;
	height: 61px;
	padding: 0 20px;
}

.aircraftFeatureWrap {
	border: 1px solid #FAB600;
	border-radius: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 8px;
	padding: 15px 20px;
	justify-content: center;
	margin-bottom: 25px;
}

.aircraftFeatureWrap p {
	font: normal normal normal 16px/20px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
	text-align: center;
}

.aircraftFeatureImgWrap {
	padding: 10px;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	background: #F0FEFF 0% 0% no-repeat padding-box;
	border: 1px solid #9BE9EE;
	border-radius: 5px;
}

.selectSeatSection {
	border: 1px solid #C8EAEC;
	border-radius: 20px;
}

.selectSeatSelctionContnet h6 {
	font: normal normal bold 20px/30px Duplet;
	letter-spacing: 0.4px;
	color: #272727;
}

.selectSeatSelctionContnet p {
	font: normal normal normal 16px/26px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
}

.selectSeatSelctionContnet p a {
	color: #006E8B;
	text-decoration: none;
}

.seatFooterSectionIconWrap.yellowBorder {
	width: 51px;
	height: 51px;
	border-radius: 4px;
}

.seatFooterSectionContWrap h6 {
	font: normal normal bold 20px/30px Duplet;
	letter-spacing: 0.4px;
	color: #272727;
	margin-bottom: 0;
}

.seatFooterSectionContWrap p {
	font: normal normal normal 16px/26px Duplet;
	color: #555555;
}

.airCraftImage {
	width: 368px;
	height: auto;
}

.assistanceItemImgWrap {
	width: 122px;
	height: 234px;
}

.assitanceItemWrapper {
	display: flex;
	align-items: center;
	gap: 25px;
}

.assistanceItemImgWrap img {
	width: 122px;
	height: 234px;
	object-fit: cover;
	max-width: max-content;
	object-position: -80px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.assistanceItemContWrap {
	display: flex;
	flex-direction: column;
}

.assistanceItemContWrap p {
	font: normal normal normal 16px/24px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
	padding-right: 20px;
}

.flex-1{
	flex: 1;
}

a.knowMoreLink {
	font: normal normal bold 16px/21px Duplet;
	letter-spacing: 0.96px;
	color: #006E8B;
	display: flex;
	transition: all 0.5s ease;
	gap: 5px;
	align-items: flex-end;
}

a.knowMoreLink::after {
	content: '';
	width: 16px;
	height: 16px;
	/* background-image: url(./../images/right-arrow.svg); */
	background-color: #006E8B;
	-webkit-mask-image: url(./../images/right-arrow.svg);
	mask-image: url(./../images/right-arrow.svg);
	color: #006E8B;
	transition: all 0.5s ease;
}

a.knowMoreLink:hover{
	gap: 8px;
}

a.knowMoreLink:hover::after{
	background-color: #FAB600;
}

.assistanceVideoWrapper{
	background: #006E8B 0% 0% no-repeat padding-box;
	height: 431px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.playIconWrapper{
	background: rgb(39 39 39 / 10%) 0% 0% no-repeat padding-box;
	border: 1px solid rgb(0 0 0 / 10%);
	width: 111px;
	height: 111px;
	align-items: center;
	display: flex;
	justify-content: center;
	border-radius: 50%;
}

.stepListAssistanceWrap{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 10px;
	list-style: none;
}

.stepListAssistanceWrap li{
	width: 98px;
	height: 31px;
	border: 1px solid #686868;
	border-radius: 15px;
	font: normal normal bold 18px/30px Duplet;
	letter-spacing: 0.36px;
	color: #686868;
}

.stepListAssistanceWrap li.active{
	background: #F0FEFF 0% 0% no-repeat padding-box;
	border: 1px solid #06B1BA;
	color: #06B1BA;
}

.stepInnerWrap{
	box-shadow: 0px 0px 16px #9BE9EE59;
	border: 1px solid #C4FBFF;
	border-radius: 5px;
	height: 565px;
}

.specialAssitanceInnerWrapper h3{
	font: normal normal bold 18px/26px Duplet;
	letter-spacing: 0.54px;
	color: #272727;
}

ul.tabListWrapper {
	list-style: none;
	display: flex;
	gap: 7px;
	padding: 0;
	font: normal normal 600 14px/18px Duplet;
	letter-spacing: 0.84px;
	color: #06B1BA;
	margin-bottom: 0;
}

ul.tabListWrapper li {
	padding: 20px;
	background-color: #F0FEFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 3px 0px 24px #06B1BA2B;
	cursor: pointer;
}

ul.tabListWrapper li.active {
	background-color: #fff;
	cursor: none;
}

.tabContentItemsWrapper{
	padding: 35px 20px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 6px 24px #06B1BA2B;
}

.tabContentItemsWrapper h4{
	font: normal normal bold 18px/30px Duplet;
	letter-spacing: 0.36px;
	color: #006A8E;
}

table.tabContnetTableWrap thead th p {
	font: normal normal 600 17px/30px Duplet;
	letter-spacing: 0.34px;
	color: #272727;
	margin-bottom: 0;
}

table.tabContnetTableWrap thead th {
	padding: 20px 15px;
	border-bottom: 1px solid #006A8E;
}

table.tabContnetTableWrap tbody td{
	padding: 30px 15px;
}
table.tabContnetTableWrap tbody td p{
	font: normal normal normal 16px/26px Duplet;
	letter-spacing: 0.48px;
	color: #555555;
	margin-bottom: 0;
}

table.tabContnetTableWrap tbody tr:nth-child(even){
	background: #EFFBFC 0% 0% no-repeat padding-box;
}

table.tabContnetTableWrap tbody tr:last-child{
	border-bottom: 1px solid #06B1BA;
}

.lightBlueClr{
	color: #06B1BA;
}

.tabContentItemsWrapper ul li{
	margin-bottom: 15px;
}

.tabContentItemWrapper{
	display: none;
}

.tabContentItemWrapper.active{
	display: block;
}

.destinationListingPageItems {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.destinationListingPageItems > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.destinationListingPageItems > div {
    flex: 0 0 auto;
    width: auto;
}

.conditionContentWrapper {
    margin: 40px 0;
}

.conditionContentItemWrap {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C8EAEC;
    border-radius: 20px;
}

.conditionContentItemWraps{
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.conditionContentItemTitle {
    padding: 20px;
    display: flex;
    gap: 15px;
    position: relative;
	align-items: center;
}

.conditionContentItemTitle::after{
	content: "";
	width: 30px;
    height: 14px;
	position: absolute;
	right: 20px;
	background-image: url(./../images/accordion-toggle-icon.svg);
	background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: calc( 50% - 7px );
	transition: all 0.4s ease;
}

.conditionContentItemTitle.open::after{
	transform: rotate(180deg);
}


.indexNumberContentWrap {
    width: 36px;
    height: 36px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FAB600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal bold 18px/30px Duplet;
    letter-spacing: 0.36px;
    color: #06B1BA;
}

.conditionContentTitleWrap {
    font: normal normal 600 18px/30px Duplet;
    letter-spacing: 0.36px;
    color: #272727;
}

.conditionContentWrap {
    padding: 20px 20px 20px 70px;
    background: #F0FEFF 0% 0% no-repeat padding-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
	display: none;
}

.conditionContentWrap * {
    font: normal normal normal 16px/23px Duplet;
    letter-spacing: 0.48px;
    color: #555555;
}

.conditionContentWrap ul li:not(:last-child) {
    margin-bottom: 20px;
}

.conditionContentWrap ul ::marker {
    color: #FAB600;
    font-size: 20px;
}

.pressReleaseContentTitleWrap .pressReleaseDateTime{
	font: normal normal normal 14px/30px Duplet;
	letter-spacing: 0.28px;
	color: #686868;
}

.pressReleaseContentTitleWrap h5{
	font: normal normal bold 17px/30px Duplet;
	letter-spacing: 0.34px;
	color: #272727;
	margin-bottom: 0;
}

.conditionContentWrap .knowMoreLink{
	text-decoration: none;
}

.conditionContentWrap .knowMoreLink::after{
	width: 22px;
	height: 22px;
}


@media(max-width:767px) {
	.menuWrapper .menuListWrap {
		position: absolute;
		top: 100%;
		transform: translateY(-50%) scale(1);
		transform-origin: center;
		transition: all 0.4s cubic-bezier(0.54, -0.1, 0.57, 0.57);
		background-color: #fff;
		left: 0;
		padding: 15px 20px;
		border-radius: 100px;
		font-weight: 300;
		opacity: 0;
		user-select: none;
		right: 0;
	}

	.menuWrapper:has(.menu-button:checked) .menuListWrap {
		transform: translateX(0%) scale(1);
		border-radius: 20px;
		opacity: 1;
		user-select: auto;
		z-index: 1000;
	}

	.menuLinkWrap {
		padding: 10px 0;
	}

	.ancilaryServices {
		background: #006E8B 0% 0% no-repeat padding-box;
		box-shadow: 3px 6px 84px #06B1BA3B;
		border-radius: 15px;
		margin-top: 30px;
		height: 68px;
		padding: 20px;
		text-align: center;
		font: normal normal 600 14px/18px Duplet;
		letter-spacing: 0.84px;
		color: #FFFFFF;
		text-transform: uppercase;
	}

	.menu-button-wrapper {
		position: absolute;
		left: 0;
		top: -10px;
	}

	.flightOfferInnerWrap {
		margin-bottom: 100px;
		position: relative;
	}

	.filghtOfferSelectWrapper {
		position: absolute;
		top: 60px;
		left: 15px;
		right: 15px;
	}
}

@media (max-width: 575px) {

	.cancelFormWrapper .formFieldWrapper>div.pnrWrapper,
	.rebookFormWrapper .formFieldWrapper>div.pnrWrapper,
	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.cancelFormWrapper .formFieldWrapper>div.nameWrapper,
	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.rebookFormWrapper .formFieldWrapper>div .form-control,
	.cancelFormWrapper .formFieldWrapper>div .form-control {
		width: 100%;
		border-right: none;
	}

	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.cancelFormWrapper .formFieldWrapper>div.nameWrapper {
		border-bottom: 1px solid #2295B4;
	}

	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper {
		margin-bottom: 20px;
	}

	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper,
	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper {
		border: 1px solid #2295B4;
		border-radius: 4px;
	}

	.bookingFormWrapper .formFieldWrapper {
		background-color: transparent;
		border: none;
	}

	.bookingFormWrapper .formFieldWrapper>div {
		background-color: #fff;
	}

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper {
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-left: 1px solid #2295B4;
		border-right: 1px solid #2295B4;
		border-top: 1px solid #2295B4;
		position: relative;
	}

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper::after {
		content: "";
		position: absolute;
		background-color: #2295B4;
		height: 2px;
		top: 100%;
		left: 20px;
		right: 60px;
	}

	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper {
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		border-left: 1px solid #2295B4;
		border-right: 1px solid #2295B4;
		border-bottom: 1px solid #2295B4;
	}

	.searchButtonWrapper {
		width: 100%;
	}
}


@media(min-width:576px) {

	.thirdFooterRow>div,
	.secondFooterRow>div {
		flex-direction: row !important;
	}

	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper,
	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper {
		width: 50%;
	}

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.cancelFormWrapper .formFieldWrapper>div.nameWrapper {
		border-bottom: 1px solid #2295B4;
	}

	.cancelFormWrapper .formFieldWrapper>div.nameWrapper,
	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper {
		border-right: 1px solid #2295B4;
	}

	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper span.value {
		width: 160px;
	}

	img#swapPlaces {
		top: calc(50% - 22.5px);
		right: -25.5px;
	}

	button.bannerBtn {
		width: 130px;
	}

	h2.borderLeftHeading {
		font: normal normal 600 29px/30px Duplet;
	}

	/* .flightOfferSingleWrap {
		width: 244px;
		height: 376px;
	} */
	/* select.flightOfferSelect {
		width: 190px;
	} */

	.destinationPlaceItems {
		text-align: left;
		font: normal normal normal 17px/21px Duplet;
	}

	h2 {
		font: normal normal bold 30px/26px Duplet;
	}

	h3 {
		font: normal normal 600 28px/30px Duplet;
	}
}

@media(min-width:768px) {

	.tabContentItemsWrapper{
		padding: 35px;
	}

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper {
		width: 170px;
	}

	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper {
		border-right: 1px solid #2295B4;
	}

	.bookingFormWrapper .formFieldWrapper>div .form-control {
		width: 140px;
	}

	.menu-button-wrapper {
		display: none;
	}

	.menuWrapper .menuListWrap {
		display: flex;
		gap: 60px;
	}

	.cancelFormWrapper .formFieldWrapper>div,
	.rebookFormWrapper .formFieldWrapper>div,
	.bookingFormWrapper .formFieldWrapper>div {
		flex: 1;
	}

	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper {
		width: auto;
	}

	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper span.value {
		width: 130px;
	}

	.bannerSection h1 {
		font: normal normal bold 66px/85px Duplet;
		margin-bottom: 80px;
	}

	.rebookFormWrapper,
	.cancelFormWrapper {
		flex-wrap: nowrap;
	}

	.bannerSection {
		padding: 225px 0 50px;
	}

	/* .bannerSection::before {
		content: "";
		display: block;
		background-image: url(./../images/fly91-banner-icon.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 210px;
		height: 289px;
		position: absolute;
		right: 0;
		top: 43px;
	} */
	.headerInnerWrap {
		justify-content: space-between;
	}

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
	.rebookFormWrapper .formFieldWrapper>div.nameWrapper,
	.cancelFormWrapper .formFieldWrapper>div.nameWrapper {
		border-bottom: none;
	}

	/* .flightOfferSingleWrap {
		width: 214px;
	} */

	.destination1Wrapper {
		width: 518px;
	}

	.destinationWrapper {
		width: 246px;
	}

	.destinationWrapper:hover>.destinationBottomWrapper {
		height: 247px;
	}
	.destinationListingPageItems > div{
		flex: 0 0 auto;
		width: 50%;
	}
}

@media(min-width: 992px) {
	.bookingFormWrapper .formFieldWrapper {
		flex-wrap: nowrap;
	}

	.bookingFormWrapper {
		flex-wrap: nowrap;
	}

	.destinationListingPageDesign {
		background-position: bottom center;
		height: 528px;
	}
	.destinationListingPageItems > div{
		flex: 0 0 auto;
		width: 25%;
	}
}

@media (min-width: 1200px) {

	.bookingFormWrapper .formFieldWrapper>div.fromDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.toDestinationWrapper,
	.bookingFormWrapper .formFieldWrapper>div.bookingDateWrapper {
		width: auto;
	}

	.bookingFormWrapper .formFieldWrapper>div .form-control {
		width: 210px;
	}

	.destinationWrapper .destinationBottomWrapper,
	.destination1Wrapper .destinationBottomWrapper {
		height: 87px;
	}

	.destinationWrapper:hover>.destinationBottomWrapper {
		height: 227px;
	}

	.bookingFormWrapper .formFieldWrapper>div.passengerTypeWrapper span.value {
		width: 190px;
	}

	.gap-lg-10 {
		gap: 10px;
	}

	.rowGapLg0 {
		row-gap: 0 !important;
	}

	.destinationDetailItemWrap {
		max-width: 880px;
	}

	.destinationBannerContent {
		padding-left: 110px;
		margin-bottom: 30px;
	}

	.destinationBannerContent h1 {
		font: normal normal bold 86px/72px Duplet;
		letter-spacing: 1.72px;
		color: #FFFFFF;
	}

	.destinationListingPageDesign {
		align-items: flex-end;
		justify-content: flex-start;
		text-align: left;
	}

	.destinationListingPageDesign p {
		color: #555;
	}
}

@media (min-width: 1400px) {

	.cancelFormWrapper .formFieldWrapper,
	.rebookFormWrapper .formFieldWrapper,
	.bookingFormWrapper .formFieldWrapper {
		max-width: 1100px;
	}

	.destinationWrapper {
		width: 291px;
	}

	.destination1Wrapper {
		width: 608px;
	}

	.destinationImageWrapper {
		height: 395px;
	}

	/* .flightOfferSingleWrap {
		width: 254px;
	} */

	.destinationDetailItemWrap {
		max-width: 1060px;
	}

	.destinationListingPageDesign {
		background-image: url(./../images/destination-banner-large.png);
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
	}

}

@media (min-width: 1500px) {
	.bannerSection {
		background-image: url(./../images/home-banner-larger-screen.png);
	}

	.leadershipTeam {
		background-image: url(./../images/leadership-team-banner-big.png);
	}

	.termConditionBanner {
		background-image: url(./../images/tearm-and-condition-banner-big.png);
	}
	.conditionOfCarriageBanner{
		background-image: url(./../images/condition-of-carriage-banner-large.png);
	}
	.hotPressReleaseBanner{
		background-image: url(./../images/press-release-banner-large.png);
	}
}

@media (min-width: 1700px) {
	.destinationBannerContent {
		margin-bottom: 55px;
	}
}

#ui-datepicker-div .ui-widget-header {
	background-color: transparent;
	border: none;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div.ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default,
#ui-datepicker-div .ui-button,
html .ui-button.ui-state-disabled:hover,
html #ui-datepicker-div .ui-button.ui-state-disabled:active {
	border: none;
	background-color: transparent;
	text-align: center;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	height: 15px;
	width: 10px;
	border: none;
	background-color: transparent;
	padding: 0;
	top: 10px;
	cursor: pointer;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev {
	left: 15px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next {
	right: 15px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span,
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span {
	background: none;
	border-color: #222;
	border-style: solid;
	border-width: 3px 3px 0 0;
	display: block;
	height: 10px;
	width: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-next.ui-state-disabled,
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
	display: none;
}

#ui-datepicker-div.ui-datepicker th {
	font-size: 1rem;
	font-weight: 600;
	color: #489aa8;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	border-bottom: 1px solid #eee;
	padding: 0;
}

#ui-datepicker-div.ui-datepicker td {
	font-size: 15px;
	font-weight: 400;
	background-color: #fff;
	color: #222;
	width: 37px;
	height: 37px;
	border: none;
	border-radius: 50%;
	margin: 0;
}

#ui-datepicker-div.ui-datepicker td:hover {
	background-color: #489aa8;
	color: #fff;
	font-weight: 600;
}

#ui-datepicker-div.ui-datepicker td:hover>a {
	color: #fff;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
	border: 1px solid #aeaeae;
}