@font-face {
	font-family: KlavikaBold;
	src: url(../fonts/Klavika-Bold.eot);
	src: url(../fonts/Klavika-Boldd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Klavika-Bold.woff2) format('woff2'), url(../fonts/Klavika-Bold.woff) format('woff'), url(../fonts/Klavika-Bold.ttf) format('truetype'), url(../fonts/Klavika-Bold.otf) format('opentype'), url(../fonts/Klavika-Bold.svg) format('svg')
}

@font-face {
	font-family: KlavikaRegular;
	src: url(../fonts/KlavikaRegular-OSF.eot);
	src: url(../fonts/KlavikaRegular-OSFd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/KlavikaRegular-OSF.woff2) format('woff2'), url(../fonts/KlavikaRegular-OSF.woff) format('woff'), url(../fonts/KlavikaRegular-OSF.ttf) format('truetype'), url(../fonts/KlavikaRegular-OSF.otf) format('opentype'), url(../fonts/KlavikaRegular-OSF.svg) format('svg')
}

@font-face {
	font-family: GothamBook;
	src: url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.html);
	src: url(../fonts/Gotham/Gotham-Book/GothamRounded-Bookd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.woff2) format('woff2'), url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.woff) format('woff'), url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.ttf) format('truetype'), url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.html) format('opentype'), url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.svg) format('svg')
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.html);
	src: url(../fonts/Gotham/Gotham-Medium/GothamRounded-Mediumd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.woff) format('woff'), url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.ttf) format('truetype'), url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.html) format('opentype'), url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.svg) format('svg')
}

@font-face {
	font-family: GothamBold;
	src: url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.html);
	src: url(../fonts/Gotham/Gotham-Bold/GothamRounded-Boldd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.woff2) format('woff2'), url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.woff) format('woff'), url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.ttf) format('truetype'), url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.html) format('opentype'), url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.svg) format('svg')
}

@font-face {
	font-family: RageItalic;
	src: url(../fonts/rage-italic/RageItalic.html);
	src: url(../fonts/rage-italic/RageItalicd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/rage-italic/RageItalic.woff2) format('woff2'), url(../fonts/rage-italic/RageItalic.woff) format('woff'), url(../fonts/rage-italic/RageItalic.ttf) format('truetype'), url(../fonts/rage-italic/RageItalic.html) format('opentype'), url(../fonts/rage-italic/RageItalic.svg) format('svg')
}

body {
	min-width: 320px;
	font-family: GothamBook
}

::selection {
	color: #fff;
	background-color: #db2027
}

::-moz-selection {
	color: #fff;
	background-color: #db2027
}

@media screen and (min-width: 1199px) {
	.pad-left {
		padding-left: 0 !important
	}

	.pad-right {
		padding-right: 0 !important
	}

	.no-padding {
		padding-right: 0 !important;
		padding-left: 0 !important
	}
}

a {
	text-decoration: none !important;
	outline: none !important;
	color: #db2027;
	transition: color 0.3s;
	-webkit-transition: color 0.3s
}

a:hover,
a:focus {
	color: #db2027
}

button {
	outline: none !important
}

p {
	font-size: 16px
}

.primaryButton {
	padding: 7px 19px 6px;
	display: inline-block;
	font-family: GothamMedium;
	font-size: 16px;
	color: #535353;
	background-color: #fff;
	border-radius: 25px;
	border: none;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s;
	cursor: pointer
}

.beatMyQuote .primaryButton {
	background-color: #ffd40c;
	color: #fff
}

.form-group {
	position: relative
}

.beatMyQuote .primaryButton:hover {
	background-color: #22221e;
	color: #fff
}

.btn-primary {
	color: #fff;
	background-color: #db2027;
	border-color: #db2027;
	border-radius: 0
}

.btn-primary:hover {
	background-color: #db2027;
	border-color: #db2027
}

.primaryButton i {
	color: #db2027;
	transition: color 0.3s;
	-webkit-transition: color 0.3s
}

.primaryButton:hover,
.primaryButton:focus,
.primaryButton:active {
	background-color: #db2027;
	color: #fff
}

.primaryButton:hover i,
.primaryButton:focus i,
.primaryButton:active i {
	color: #fff
}

.form-control {
	height: 43px;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	color: #8b8b8b;
	border: 1px solid #f2f2f2
}

input[type="number"] {
	-moz-appearance: textfield
}

.form-control::-moz-placeholder {
	color: rgba(116, 116, 116, 0.7)
}

.form-control::-webkit-input-placeholder {
	color: rgba(116, 116, 116, 0.7)
}

.form-control:focus,
.form-control:hover {
	box-shadow: none;
	color: #747474;
	border-color: #f5ebbb
}

select.form-control {
	background-image: url('../images/icons/search-arrow.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	-moz-appearance: none;
	-webkit-appearance: none
}

textarea.form-control {
	height: 150px
}

.form-group.Date .form-control,
.form-group.Date .form-control {
	background-color: transparent
}

.form-group.Date::after,
.form-group.Date::after {
	content: '\f15c';
	font-family: LineAwesome;
	position: absolute;
	top: 50%;
	right: 9px;
	font-size: 31px;
	color: #db2027;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	line-height: 31px;
	z-index: -1
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	height: 68px;
	width: 68px;
	border-radius: 50%;
	border: 7px solid rgba(255, 255, 255, 0.5) !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
	height: 54px;
	width: 54px;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #1c0057 !important
}

.owl-nav .owl-prev {
	left: 6.1%
}

.owl-nav .owl-next {
	right: 6.1%
}

.owl-nav .owl-prev img {
	transform: rotate(180deg)
}

.mover {
	position: absolute;
	top: 9%;
	left: 0
}

.header {
	background-color: #db2027
}

.slider-bg {
	/* background-image: url('../images/slider-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: relative; */
	background-color: #db2027;
}

.plane-animation {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.header.CMSPage {
	overflow: visible;
	padding-bottom: 25px
}

.topbar {
	padding: 40px 0 30px;
	margin-bottom: 30px
}

.topbar .Logo {
	text-align: center
}

.topbar .headerPhone {
	text-align: right
}

.topbar .headerPhone a,
.mobilePhone {
	font-family: GothamBold;
	font-size: 18px;
	color: #383834
}

.topbar .headerPhone a .svg,
.mobilePhone .svg {
	width: 19px;
	height: 16px;
	fill: #22221e;
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s;
	vertical-align: calc(-1px)
}

.mobilePhone .svg {
	fill: #fff
}

.topbar .headerPhone a:hover .svg {
	fill: #db2027
}

.topbar .headerPhone a i,
.mobilePhone i {
	transform: rotate(45deg);
	color: #383834
}

.topbar .headerPhone a:hover,
.mobilePhone:hover,
.topbar .headerPhone a:focus,
.mobilePhone:focus {
	color: #db2027
}

.navbarLinks .navbar {
	padding: 15px 0;
	transition: padding 0.3s;
	-webkit-transition: padding 0.3s
}

.navbarLinks.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #db2027
}

.navbarLinks .navbar-nav {
	margin: 0 auto;
}

.navbarLinks.sticky .navbar-nav {
	border-bottom: none;
	padding-bottom: 0
}

.navbarLinks .navbar-nav li {
	margin: 0 18px
}

.navbarLinks .navbar-nav li ul li {
	margin-left: 0;
	margin-right: 0
}

.navbarLinks .navbar-nav li li {
	margin-bottom: 15px
}

.navbarLinks .navbar-nav li a {
	font-size: 16px;
	font-family: GothamMedium;
	color: #fff;
	position: relative;
	padding-bottom: 8px
}

.navbarLinks .navbar-nav li>a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 3px;
	background-color: #ffd40c;
	display: inline-block;
	transition: width 0.3s, right 0.3s, left 0.3s;
	-webkit-transition: width 0.3s, right 0.3s, left 0.3s
}

.navbarLinks .navbar-nav li.active>a::after {
	width: 100%
}

.navbarLinks .navbar-nav li:hover>a::after {
	width: 100%;
	right: auto;
	left: 0
}

.navbarLinks .navbar-nav li li>a::after {
	background-color: #db2027
}

.loadingPlane {
	max-width: 240px;
	position: relative;
	margin: 20px auto 78px
}

.loadingPlane .progressBar .progress:first-child .progress-bar::after {
	content: url(../images/icons/plane.png);
	position: absolute;
	right: -71px;
	top: -11px;
	z-index: 1;
	display: block;
	visibility: visible
}

.progress {
	background-color: transparent;
	height: 1px
}

.loadingPlane .progressBar .bar1,
.loadingPlane .progressBar .bar2 {
	height: 1px;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	transition: width 2.5s;
	-webkit-transition: width 2.5s;
	white-space: normal;
	overflow: visible !important
}

.loadingPlane .progressBar .bar2 {
	top: 10px;
	left: 60px;
	transition: width 3s;
	-webkit-transition: width 3s
}

.ui-datepicker table thead tr,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-datepicker .ui-datepicker-title {
	font-family: GothamBook
}

.ui-datepicker .ui-datepicker-title {
	position: relative
}

.ui-datepicker .ui-datepicker-title::after {
	content: "";
	height: 3px;
	width: 70px;
	display: inline-block;
	background: #282727;
	position: absolute;
	bottom: 7px;
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%)
}

.searchField .dropSection {
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 10;
	background-color: #f1f1f1
}

.searchField .dropSection .dropSectionFields {
	padding: 15px
}

.searchField .dropSection::after {
	content: "";
	width: 1px;
	display: inline-block;
	background-color: #d7d7d7;
	position: absolute;
	top: 30px;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 1
}

.searchField .dropSection .form-group {
	margin-bottom: 25px;
	position: relative;
	z-index: 2
}

.searchField .dropSection .form-group:last-child {
	margin-bottom: 0
}

.searchField .dropSection .form-group .form-control {
	border: none
}

.searchField .dropSection .form-control.departure,
.searchField .dropSection .form-control.destination {
	background-image: url('../images/icons/depart-plane.png');
	background-repeat: no-repeat;
	background-position: right 15px center
}

.searchField .dropSection .form-control.destination {
	background-image: url('../images/icons/dest-plane.png')
}

.searchField .dropSection .form-group .btn-group {
	width: 100%;
	background-color: #ffffff
}

.searchField .dropSection .form-group.journey-type .btn-group,
.searchField .dropSection .form-group.journey-class .btn-group {
	background-image: url('../images/icons/type-icon.png');
	background-repeat: no-repeat;
	background-position: center center
}

.searchField .dropSection .form-group.journey-class .btn-group {
	background-image: url('../images/icons/class-icon.png')
}

.searchField .dropSection .form-group .btn-group .btn {
	width: 50%;
	height: 43px;
	line-height: 1.88;
	font-size: 16px;
	color: rgba(116, 116, 116, 0.50)
}

.searchField .dropSection .form-group .btn-group .btn.active {
	color: #747474
}

.searchField .dropSection .form-group .btn-group .btn.active.focus {
	box-shadow: none
}

.searchField .dropSection.passengerDropSection::after {
	content: none
}

.passengerDropSection .passenger {
	height: 43px;
	background-color: #fff;
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1);
	padding: 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.passengerDropSection .passenger img {
	max-height: 25px
}

.passengerDropSection .passenger span.label {
	font-size: 16px;
	color: #747474;
	margin-left: 10px;
	margin-right: 8px
}

.passengerDropSection .passenger input {
	width: 35px;
	border: none;
	border-bottom: 1px solid #db2027;
	text-align: center
}

.passengerDropSection .passenger span.plus,
.passengerDropSection .passenger span.minus {
	font-family: GothamMedium;
	font-size: 18px;
	color: #db2027;
	width: 30px;
	height: 26px;
	color: #db2027;
	background-color: #f4f4f4;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	transition: background-color 0.3s, color 0.3s;
	-webkit-transition: background-color 0.3s, color 0.3s
}

.passengerDropSection .passenger span.plus:hover,
.passengerDropSection .passenger span.minus:hover {
	background-color: #db2027;
	color: #fff
}

.header.CMSPage {
	background-position: 0px 25%
}

.header.CMSPage .mover {
	display: none
}

.header.CMSPage::after {
	content: none
}

.header.CMSPage .searchEngine {
	display: none
}

.header.FareSearchPage {
	background-position: 0 47%
}

.header.FareSearchPage::after {
	content: none
}

.header.FareSearchPage .searchEngine {
	padding-bottom: 100px
}

.homeContent {
	padding: 30px 0 42px;
	background-color: #fff;
	text-align: center
}

.homeContent h2 {
	font-size: calc(1.25rem ((1vw - 3.2px) * 0.625));
	;
	font-family: GothamMedium;
	color: #000;
	margin-bottom: 20px
}

.homeContent p {
	color: #777;
	font-size: calc(1rem ((1vw - 3.2px) * 0.125));
	line-height: calc(1.4375rem ((1vw - 3.2px) * 0.1875));
	margin-bottom: 0
}

.homeAirlines {
	padding-bottom: 100px;
	padding-top: 100px;
	background: #f2f2f2
}

.homeAirlines .item img {
	width: auto
}

.homeAirlines .logoContainer {
	border: 1px solid #d9d9d9;
	height: 100px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center
}

ul.Allairlines {
	padding: 0;
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 0
}

ul.Allairlines .airlineLogo {
	display: inline-block;
	width: 15.66%;
	list-style: none;
	transition-property: background-color, opacity, border;
	transition-duration: .3s;
	-webkit-transition-property: background-color, opacity, border;
	-webkit-transition-duration: .3s;
	text-align: center;
	border: 1px solid #f8f8f8;
	background: #fff;
	margin: .5%
}

ul.Allairlines .airlineLogo a {
	padding: 0 15px;
	display: inline-block;
}

ul.Allairlines:hover .airlineLogo {
	opacity: 0.8
}

ul.Allairlines .airlineLogo:hover {
	border-color: #ffd40c;
	background-color: #fff;
	opacity: 1
}

ul.Allairlines .airlineLogo .containLogo {
	height: 100px;
	display: table;
	width: 100%
}

ul.Allairlines .airlineLogo .containLogo .logo-container {
	vertical-align: middle;
	display: table-cell
}

.SectionHeading {
	text-align: left;
	margin-bottom: 50px
}

.SectionHeading h1 {
	font-size: calc(1.375rem ((1vw - 3.2px) * 1.125));
	font-family: GothamMedium;
	color: #000;
	margin-bottom: 3px
}

.SectionHeading h2,
.SectionHeading h3 {
	font-size: calc(1.375rem ((1vw - 3.2px) * 1.125));
	font-family: GothamMedium;
	position: relative;
	margin-top: 62px
}

.SectionHeading h2 {
	font-size: calc(1rem ((1vw - 3.2px) * 0.875))
}

.SectionHeading h3 {
	font-size: calc(0.875rem ((1vw - 3.2px) * 0.625))
}

.SectionHeading h2::before,
.SectionHeading h3::before {
	content: "";
	width: 107px;
	height: 9px;
	background-color: #db2027;
	position: absolute;
	top: -60px;
	left: 0
}

.SectionHeading.yellow h2::before,
.SectionHeading.yellow h3::before {
	background-color: #ffd40c
}

.SectionHeading h3 {
	font-family: GothamMedium
}

.SectionHeading p {
	font-size: calc(1rem ((1vw - 3.2px) * 0.125));
	line-height: calc(1.4375rem ((1vw - 3.2px) * 0.1875));
	color: #6d6d6d;
	margin-bottom: 0
}

.PopularDeals {
	padding-top: 90px;
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40% 100%
}

.flightDeals {
	padding-bottom: 80px
}

.flightDeals .row div[class*="col"] .flightDeal {
	background-color: #f0f0f0;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s
}

.flightDeals .flightDeal {
	padding: 70px 0 0 0
}

.flightDeals .flightDeal .detail {
	font-family: GothamBook;
	font-size: 19px;
	color: #22221e;
	line-height: 23px;
	margin-bottom: 30px;
	padding-left: 20px
}

.flightDeals .flightDeal .detail span {
	display: block;
	font-size: 22px;
	font-family: GothamMedium
}

.flightDeals .flightDeal .price {
	font-size: 48px;
	color: #22221e;
	font-family: GothamBook;
	line-height: 48px;
	padding-left: 20px;
	margin-bottom: 30px
}

.flightDeals .flightDeal .price sup {
	font-family: GothamBook;
	top: -.2em;
	left: -3px
}

.flightDeals .flightDeal .primaryButton {
	display: block;
	border-radius: 0;
	background-color: #db2027;
	text-align: center;
	font-size: 18px;
	padding: 9px 19px 8px;
	color: #fff;
	transform: translateY(35px);
	-webkit-transform: translateY(35px);
	transition: transform 0.3s;
	-webkit-transition: transform 0.3s
}

.flightDeals .flightDeal:hover .primaryButton {
	transform: translateY(0);
	-webkit-transform: translateY(0)
}

.flightDeals .owl-nav .owl-prev,
.flightDeals .owl-nav .owl-next {
	right: -18%;
	left: auto;
	border: 4px solid rgba(255, 255, 255, 0.12) !important;
	height: 63px;
	width: 63px;
	background-color: transparent;
	transition: border 0.3s;
	-webkit-transition: border 0.3s
}

.flightDeals .owl-nav .owl-prev:hover,
.flightDeals .owl-nav .owl-next:hover {
	border-color: rgba(255, 255, 255, 0.35) !important
}

.flightDeals .owl-nav .owl-prev span,
.flightDeals .owl-nav .owl-next span {
	background-color: transparent !important;
	height: auto;
	width: auto
}

.flightDeals .owl-nav .owl-next {
	top: 29%
}

.flightDeals .owl-nav .owl-prev {
	top: 61%
}

.flightsCarousel {
	background-color: #db2027;
	padding: 75px 0 0
}

.flightsCarousel .SectionHeading h2::before {
	background-color: #ffd40c
}

.flightsCarousel .SectionHeading h2,
.flightsCarousel .SectionHeading p {
	color: #fff
}

.flightsCarousel .SectionHeading h2 {
	margin-bottom: 12px
}

.flightsCarousel .owl-carousel {
	background-color: #fff;
	background-image: url('../images/carousel-bg.jpg');
	background-repeat: repeat-x
}

.flightsCarousel .owl-carousel .owl-stage-outer {
	padding-bottom: 90px
}

.flightsCarousel .owl-dots {
	text-align: center
}

.flightsCarousel .owl-dots .owl-dot {
	height: 2px;
	background-color: #d2d2d2;
	width: 65px;
	position: relative
}

.flightsCarousel .owl-dots .owl-dot.active::before,
.flightsCarousel .owl-dots .owl-dot:hover::before {
	content: "";
	background-color: #ffd40c;
	height: 5px;
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0
}

.flightItem {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.flightItem>img {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	transition: filter 0.3s;
	-webkit-transition: filter 0.3s;
	max-height: 408px;
	object-fit: cover
}

.flightItem .flightItemDesc {
	position: absolute;
	bottom: -32px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
	transition: bottom 0.3s, color 0.3s;
	-webkit-transition: bottom 0.3s, color 0.3s
}

.flightItem .flightItemDesc h2 {
	font-size: 55px;
	font-family: RageItalic;
	margin-bottom: 25px;
	text-align: left;
	padding-left: 25px;
	line-height: 1em
}

.flightItem .flightItemDesc p.tag {
	font-size: 18px;
	margin-bottom: 25px;
	text-align: right;
	font-style: italic;
	padding-right: 25px
}

.flightItem .flightItemDesc .price {
	font-size: 36px;
	line-height: 36px;
	font-family: GothamMedium;
	font-style: italic;
	color: #ffd40c;
	margin-left: 7px
}

.flightItem .flightItemDesc .price sup {
	top: -11px;
	font-family: GothamBook;
	font-size: 54%
}

.flightItem .flightItemDesc .primaryButton {
	padding: 8px 28px 9px;
	font-size: 18px;
	border-radius: 0;
	display: block;
	background-color: #ffd40c;
	transition: opacity 0.3s, background-color 0.3s, color 0.3s;
	-webkit-transition: opacity 0.3s, background-color 0.3s, color 0.3s
}

.flightItem:hover>img {
	filter: blur(2px);
	-webkit-filter: blur(2px)
}

.flightItem:hover .flightItemDesc {
	bottom: 0
}

.homeCheapFlights {
	padding-top: 90px;
	overflow: hidden;
	margin-bottom: 66px;
	position: relative
}

.homeCheapFlights .SectionHeading h2::before {
	background-color: #ffd40c
}

.chooseCountry {
	margin-bottom: 40px
}

.chooseCountry .form-control {
	border: none;
	border-bottom: 2px solid #848484;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 16px
}

.chooseCountry .form-control option {
	font-family: GothamBook
}

.cheapFlights {
	padding: 60px 0 40px;
	background-color: #fff
}

.homeCheapFlights::before {
	content: url('../images/cheap-flights-top-bg.png');
	position: absolute;
	top: 100px;
	right: 0
}

.homeCheapFlights::after {
	content: url('../images/cheap-flights-bottom-bg.png');
	position: absolute;
	bottom: 170px;
	left: 0
}

.cheapFlights .cheapFare {
	position: relative;
	z-index: 2;
	background-color: #fffafa;
	border: 1px solid #fcebec;
	padding: 25px 30px;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	transition: border 0.3s, box-shadow 0.3s;
	-webkit-transition: border 0.3s, box-shadow 0.3s;
	border-radius: 8px
}

.cheapFlights .cheapFare:hover {
	border-color: #fff;
	box-shadow: 0px 0px 25px 0px rgba(252, 235, 236, 1);
	background: #fff
}

.cheapFlights .cheapFare .fareDetination {
	flex: 0 0 50%;
	color: #22221e
}

.cheapFlights .cheapFare .farePrice {
	flex: 0 0 50%;
	color: #9a9a9a;
	text-align: end
}

.cheapFlights .cheapFare .fareContact {
	flex: 0 0 100%;
	color: #636363;
	margin-top: 15px
}

.cheapFlights .cheapFare .fareDetination p,
.cheapFlights .cheapFare .farePrice p,
.cheapFlights .cheapFare .fareContact p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 0
}

.cheapFlights .cheapFare .fareDetination p span {
	display: block;
	font-size: 20px;
	font-family: gothammedium
}

.cheapFlights .cheapFare .farePrice p {
	line-height: 23px;
	margin-top: 3px;
	text-align: left;
	display: inline-block
}

.cheapFlights .cheapFare .farePrice p span {
	font-family: GothamMedium;
	font-size: 30px;
	color: #db2027;
	display: block
}

.cheapFlights .cheapFare .farePrice p span sup {
	top: -.15em;
	font-size: 70%;
	left: -1px
}

.cheapFlights .cheapFare .farePrice p span sub {
	bottom: 0;
	font-size: 65%
}

.cheapFlights .cheapFare .fareContact p a {
	font-size: 20px;
	color: #717171
}

.cheapFlights .viewMore {
	font-size: 20px;
	color: #636363;
	padding-top: 10px;
	display: inline-block;
	position: relative;
	z-index: 2
}

.cheapFlights .viewMore img {
	margin-left: 4px
}

.socialLinks .SectionHeading {
	margin-bottom: 50px
}

.socialLinks .SectionHeading h2::before,
.socialLinks .SectionHeading h3::before {
	background-color: #ffd40c
}

.socialLinks {
	padding: 80px 0 70px;
	background-color: #f6f6f6
}

.socialLinks .Links {
	list-style-type: none;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.socialLinks .social-image {
	position: absolute;
	top: -77px;
	right: -136px
}

.socialLinks .Links li {
	display: inline-block;
	padding: 0 20px
}

.socialLinks .Links li:first-child {
	padding-left: 0
}

.socialLinks .Links li a {
	font-size: 16px;
	color: #6d6d6d;
	transition: color 0.3s;
	-webkit-transition: color 0.3s
}

.socialLinks .Links li a .svg {
	width: 28px;
	height: 32px;
	fill: #626262;
	margin-right: 12px;
	transition: fill 0.3s;
	-webkit-transition: fill 0.3s
}

.socialLinks .Links li.facebook:hover a {
	color: #3b5997
}

.socialLinks .Links li.google-plus:hover a {
	color: #dd4d42
}

.socialLinks .Links li.twitter:hover a {
	color: #1da1f2
}

.socialLinks .Links li.pinterest:hover a {
	color: #bd081b
}

.socialLinks .Links li.instagram:hover a {
	color: #A532AA
}

.socialLinks .Links li.facebook:hover a .svg {
	fill: #3b5997
}

.socialLinks .Links li.google-plus:hover a .svg {
	fill: #dd4d42
}

.socialLinks .Links li.twitter:hover a .svg {
	fill: #1da1f2
}

.socialLinks .Links li.pinterest:hover a .svg {
	fill: #bd081b
}

.socialLinks .Links li.instagram:hover a .svg {
	fill: #A532AA
}

.footerData {
	padding-top: 128px;
	background-color: #db2027;
	overflow: hidden
}

.footerData .footer-logo {
	margin-bottom: 50px;
	display: inline-block
}

.footerData .footer-links h3 {
	font-family: GothamMedium;
	color: #fff;
	margin-bottom: 30px;
	font-size: 24px
}

.footerData .footer-links ul {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 55px
}

.footerData .footer-links ul li {
	display: inline-block;
	padding: 0 18px;
	line-height: 14px
}

.footerData .footer-links ul li:first-child {
	padding-left: 0
}

.footerData .footer-links ul li a {
	font-size: 16px;
	color: #fff;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	position: relative
}

.footerData .footer-links ul li a:hover {
	color: #ffd40c
}

.footerData .footer-links ul li a::after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	height: 1px;
	transform: translateX(-50%);
	background-color: #ffd40c;
	transition: width 0.3s, left 0.3s, transform 0.3s;
	-webkit-transition: width 0.3s, left 0.3s, transform 0.3s
}

.footerData .footer-links ul li a:hover::after {
	left: 0;
	width: 100%;
	transform: none
}

.footerData .footerCallUs {
	margin-bottom: 80px
}

.footerData .footerCallUs,
.footerData .footerCallUs p {
	font-size: 18px;
	color: #fff;
	font-family: GothamBook
}

.footerData .footerCallUs a {
	color: #fff
}

.footerData .footerCallUs span {
	margin-right: 30px
}

.footerData .footerCallUs .svg {
	margin-right: 15px;
	width: 21px;
	height: 19px;
	fill: #ffd40c
}

.footerData .footerCallUs p {
	margin-top: 20px
}

.footerData .protection {
	margin-bottom: 83px
}

.footerData .protection p {
	font-size: 24px;
	color: #fff;
	margin-bottom: 5px
}

.footerData .iata-atol {
	padding-left: 0
}

.footerData .iata-atol li {
	display: inline-block;
	margin-right: 22px;
	color: #fff
}

.footerData .iata-atol li:last-child {
	margin-right: 0
}

.footerData .iata-atol li img {
	display: block;
	max-width: 50px;
	margin-bottom: 20px
}

.footerData .footer-copyright {
	background-color: #22221e;
	position: relative;
	padding-top: 20px
}

.footerData .footer-copyright p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 15px
}

.footerData .footer-copyright p span {
	display: block;
	color: #db2027;
	font-family: GothamMedium
}

.pageContent {
	padding: 50px 0
}

.pageTitle {
	margin-bottom: 35px
}

.pageContent h1 {
	font-family: GothamMedium;
	margin-bottom: 20px
}

.pageContent p {
	font-size: 18px;
	margin-bottom: 15px;
	text-align: justify
}

.pageContent p:last-of-type {
	margin-bottom: 0
}

.contactUs .primaryButton {
	margin-top: 32px;
	margin-left: auto;
	border-radius: 0;
	padding: 10px 19px 9px;
	background-color: #db2027;
	color: #fff
}

.contactUs .primaryButton:hover,
.contactUs .primaryButton:focus {
	background-color: #db2027
}

.contactUs .contact-info {
	margin-top: 164px;
	margin-bottom: -115px;
	background-color: #ffd40c;
	background-image: url("../images/contact-info-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 200px 45px 55px 30px
}

.contactUs .contact-info ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.contactUs .contact-info ul li {
	margin-bottom: 20px
}

.contactUs .contact-info ul li:last-child {
	margin-bottom: 0
}

.contactUs .contact-info ul li p {
	text-align: left;
	font-size: 18px;
	line-height: 23px;
	font-family: GothamBook
}

.contactUs .contact-info ul li p a {
	color: #22221e
}

.contactUs .contact-info ul li p a:hover {
	color: #db2027
}

.contactUs .contact-info ul li p strong {
	display: block;
	font-family: GothamBold
}

.offlineFares {
	padding: 50px 0;
	background-color: #fff;
	margin-bottom: 50px
}

.offlineFares .offlineFaresContainer {
	padding: 0
}

.offlineFares h3 {
	color: #61569C;
	margin-bottom: 20px;
	font-size: 20px;
	font-family: GothamBold;
	color: #22221e;
	line-height: 25px
}

.depart-dest-img-container {
	max-width: 410px;
	font-size: 0;
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 50px;
	text-align: center
}

.depart-dest-img-container img {
	margin: 0 auto
}

.depart-dest-img-container .origin-dest-box {
	width: 50%;
	display: inline-block;
	text-align: left
}

.depart-dest-img-container .origin-dest-box:last-child {
	text-align: right
}

.depart-dest-img-container .origin-dest-box span {
	font-size: 18px
}

.offlineFares .searchFilters h3 {
	font-family: GothamMedium
}

.offlineFares h3 span {
	color: #000
}

.offlineFare {
	background-color: #fffafa;
	padding: 20px 15px;
	border: 1px solid #ffebeb;
	margin-bottom: 20px
}

.offlineFare:nth-child(odd) {
	background-color: #fafafa;
	border: 1px solid #efefef
}

.offlineFare .no-padding {
	padding: 0
}

.offlineFare:last-of-type {
	margin-bottom: 0
}

.offlineFare .oneway {
	padding-bottom: 20px
}

.offlineFare .return {
	margin: 0 0 15px;
	padding-top: 15px;
	border-top: 1px solid #d7d7d7
}

.offlineFare .airlineImage {
	text-align: center;
	height: 126px;
	width: 126px;
	border: 1px solid #eae9e9;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.offlineFare .airlineImage img {
	max-width: 100px;
	margin: 0 auto
}

.offlineFare p {
	margin-bottom: 0;
	font-size: 14px
}

.offlineFare .offlineFareContainer {
	display: flex;
	align-items: center;
	margin: 0 15px;
	position: relative
}

.offlineFare .offlineFareContainer::after {
	content: "";
	border-top: 1px dashed #9e9c9b;
	display: inline-block;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 78.7%
}

.offlineFare .offlineFareContainer .airline-img-container {
	flex: 0 0 21%
}

.offlineFare .offlineFareContainer .depart-arival-container {
	flex: 0 0 54%;
	font-size: 0;
	padding: 0;
	letter-spacing: 0
}

.offlineFare .offlineFareContainer .depart-arival-container .departure-arival {
	display: inline-block;
	width: 50%;
	position: relative
}

.offlineFare .offlineFareContainer .depart-arival-container .departure-arival:first-child::before {
	content: "";
	width: 60%;
	height: 1px;
	background-color: #d5d1d0;
	position: absolute;
	top: 12px;
	right: 17px
}

.offlineFare p.depart-dest {
	font-family: GothamBold;
	font-size: 24px;
	margin-bottom: 0;
	line-height: 24px;
	color: #22221e;
	margin-bottom: 9px
}

.offlineFare p.airportName,
.offlineFare p.date {
	color: #9e9e9e;
	font-family: GothamBook;
	font-size: 16px
}

.offlineFare p.date {
	color: #4b4b4b
}

.offlineFare p.stop {
	text-align: center
}

.offlineFare p.stop img {
	display: block;
	margin: 0 auto
}

.offlineFare .offlineFarePrice {
	position: relative;
	padding-bottom: 30px
}

.offlineFare .PriceContain .offlineFarePrice {
	padding-bottom: 10px
}

.offlineFare .PriceContain .fare-type {
	margin-bottom: 30px
}

.offlineFare .offlineFarePrice span {
	font-family: GothamMedium;
	font-size: 16px;
	color: #868686
}

.offlineFare .offlineFarePrice p {
	font-size: 40px;
	color: #db2027;
	font-family: GothamMedium;
	line-height: 35px
}

.offlineFare .offlineFarePrice sup,
.offlineFare .offlineFarePrice sub {
	font-family: GothamMedium;
	font-size: 60%
}

.offlineFare .offlineFarePrice sup {
	top: -0.6em
}

.offlineFare .offlineFarePrice sub {
	bottom: 0
}

.offlineFare .fareFooter {
	padding: 15px 15px 0
}

.offlineFare .fareFooter .farePhone {
	color: #22221e;
	font-family: GothamBold;
	font-size: 20px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s
}

.offlineFare .fareFooter .farePhone:hover {
	color: #db2027
}

.offlineFare .fareFooter .farePhone .svg {
	width: 21px;
	height: 18px;
	fill: #ffd40c;
	vertical-align: calc(-2px)
}

.offlineFare .fareFooter .baggage {
	text-align: center;
	font-size: 18px;
	font-family: GothamMedium
}

.offlineFare .fareFooter .primaryButton {
	background-color: #22221e;
	color: #fff;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 11px;
	text-align: center
}

.offlineFare .fareFooter .primaryButton i {
	color: #fff;
	font-size: 16px;
	vertical-align: calc(-1px)
}

.offlineFare .fareFooter .primaryButton.whatsapp {
	background-color: #49d071
}

.offlineFare .fareFooter .primaryButton.sendEnquiry:hover {
	background-color: #db2027
}

.searchFilters h3 {
	margin-bottom: 20px
}

.Filters {}

.Filters h3 {
	color: #fff;
	background-color: #22221e;
	font-family: GothamMedium;
	font-size: 20px;
	text-align: left;
	padding: 15px 18px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 0
}

.Filters .filterList {
	border: 1px solid #cdcdcd;
	padding: 30px 18px 40px
}

.Filters .form-check {
	padding-left: 0;
	color: #5f5f5f;
	margin-bottom: 5px
}

.Filters .form-check:last-child {
	margin-bottom: 0
}

.Filters input[type="checkbox"]~label .box,
.Filters input[type="radio"]~label .box {
	border-color: #5f5f5f;
	border-radius: 2px;
	margin-right: 5px
}

.Filters input[type="checkbox"]~label .box-text,
.Filters input[type="radio"]~label .box-text {
	font-size: 16px
}

.filterList input[type="checkbox"]~label .box {
	height: 16px;
	width: 16px;
	border-color: #c5c5c5
}

.offlineFareBooking .breadcrumb {
	background-color: #db2027;
	margin-bottom: 0;
	border-radius: 0
}

.offlineFareBooking .breadcrumb a {
	color: #db2027
}

.offlineFareBooking .breadcrumb-item.active {
	color: #fff
}

.offlineFareBooking .offlineFare {
	padding: 25px 15px;
	margin-bottom: 0
}

.offlineFareBooking .offlineFare .oneway {
	padding-bottom: 0
}

.offlineFareBooking .offlineFare .return {
	margin-bottom: 0;
	margin-top: 25px;
	padding-top: 25px
}

.offlineFareBooking .priceAndPhone {
	background-color: #db2027;
	padding: 27px 15px 32px;
	margin-bottom: 30px
}

.offlineFareBooking .priceAndPhone p {
	margin-bottom: 0;
	color: #fafafa;
	font-size: 18px;
	text-align: center
}

.offlineFareBooking .priceAndPhone p.enquirePhone {
	font-size: 30px;
	margin-bottom: 5px;
	font-family: GothamBook
}

.offlineFareBooking .priceAndPhone p span {
	margin-left: 30px;
	font-size: 32px;
	font-family: GothamBold
}

.offlineFareBooking .priceAndPhone p span a {
	color: #ffd40c
}

.offlineFareBooking .fareEnquiryFrom {
	background-color: #fff;
	padding: 30px;
	box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3)
}

.offlineFareBooking .fareEnquiryFrom .form-group {
	margin-bottom: 20px
}

.offlineFareBooking .fareEnquiryFrom .form-control {
	border: 1px solid #d7d7d7
}

.offlineFareBooking .fareEnquiryFrom .primaryButton {
	font-size: 18px;
	padding: 9px 31px 11px;
	background-color: #db2027;
	color: #fff
}

.card {
	border-color: #51a1b9;
	border-radius: 0;
	border: none;
	margin-bottom: 20px;
	box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1)
}

.card-header:first-child {
	border-radius: 0
}

.card-header {
	background-color: transparent;
	padding: .25rem 0.45rem;
	border: 1px solid #D3D3D3;
	position: relative;
	cursor: pointer;
	transition: background-color 0.3s, border 0.3s;
	-webkit-transition: background-color 0.3s, border 0.3s
}

.card-header::after {
	font-family: icomoon;
	font-size: 24px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	color: #747474;
	transition: color 0.3s;
	-webkit-transition: color 0.3s
}

.card-header[aria-expanded="true"]::after {
	content: "\e66c";
	color: #fff
}

.card-header:hover::after {
	color: #fff
}

.card-header[aria-expanded="false"]::after {
	content: "\e644"
}

.card-header[aria-expanded="true"],
.card-header:hover {
	background-color: #db2027;
	border-color: #db2027
}

.card-header .btn-link {
	color: #747474;
	text-decoration: none
}

.card-header[aria-expanded="true"] .btn-link,
.card-header:hover .btn-link {
	color: #fff
}

.card-body {
	text-align: justify;
	border: 1px solid #D3D3D3;
	border-top: none;
	font-size: 16px;
	color: #6d6d6d
}

.DADateText .dateText {
	color: #db2027;
	font-size: 36px;
	font-weight: 600;
	line-height: 36px
}

.DADateText .MonthText {
	color: #8b8b8b;
	font-size: 16px
}

.plus-checkOut,
.plus-checkIn {
	margin-top: -25px
}

.plus-checkOut img,
.plus-checkIn img {
	margin-top: 10px
}

#choose_deals_worldwide {
	width: auto;
	padding-right: 35px
}

.footerData .iata-atol li {
	font-size: 12px
}


/* Widget Styles for Footer Bottom (Red Area) */
.footer-bottom-widgets-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	/* Compenstate for potential internal padding or use gap if supported */
}

.footerData .widget {
	color: #fff;
	margin-bottom: 30px;
}

.footerData .widget h3.widget-title {
	color: #fff;
	font-family: GothamMedium;
	margin-bottom: 20px;
	font-size: 24px;
}

.footerData .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footerData .widget ul li {
	margin-bottom: 10px;
}

.footerData .widget ul li a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s;
}

.footerData .widget ul li a:hover {
	color: #ffd40c;
}

.footerData .widget p {
	color: #fff;
}