@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
:root {
	--popp: "Poppins", sans-serif;
  --bricolage: "Bricolage Grotesque", sans-serif;
}

img {
	width: 100%;
}

body {
	top: 0 !important;
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
}

:is(h1, h2, h3, h4, h5, h6) {
	color: #003873;
	/* font-family: "Outfit", sans-serif; */
	font-family:  var(--bricolage);
}

section {
  padding-top: 6.125rem;
  padding-bottom: 5rem;
}

.cta_overlay {
	background: linear-gradient(to right, #6491b242, transparent) 80%;
}

.heading {
  font-size: 3rem;
  font-size: clamp(2rem, 5vw, 2.85rem);
  line-height: 1.25;
}
.heading span {
  color: #107722;
}

header {
	vertical-align: middle;
	width: 100%;
	z-index: 1000;
	background-color: #fff;
}

header .header-top {
	background-color: #fff;
	background-color: #fff;
	padding: 10px 31px;
}

header .header-top .call-set {
	text-align: center;
	display: flex;
	margin: 0 auto;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

header .header-top .call-set a {
	color: #0a1d34;
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	padding: 0 4px;
	font-weight: 700;
}

header .header-top .call-set a img {
	width: 12%;
	margin-right: 4px;
}

header .headr-in .offer-hd {
	color: #024071;
	font-size: 19px;
	text-transform: uppercase;
	padding-left: 44px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 26%;
	position: relative;
	line-height: 23px;
}

header .headr-in .offer-hd img {
	width: 63px;
	position: absolute;
	left: -12px;
	top: -12px;
}

header .headr-in .offer-hd a {
	color: #2b2b2b;
	font-weight: 700;
	padding: 0;
	font-size: 22px;
	width: 100%;
}

header .headr-in .offer-hd a span {
	font-size: 19px;
}

header .headr-in .offer-hd p {
	font-size: 11px;
	margin: 0;
}

header .headr-in .navbar .navbar-toggler {
	background-color: #ee6221;
	position: absolute;
	right: 0;
	float: right;
	width: 40px;
	height: 30px;
	top: 8px;
	border-radius: 4px;
	padding: 0;
	line-height: 0;
	text-align: center;
	z-index: 1000;
}

header .headr-in .navbar .navbar-toggler span {
	background-color: #fff;
	height: 3px;
	width: 65%;
	display: block;
	margin: 4px auto;
}

header .headr-in .navbar .navbar-collapse .navbar-nav .nav-item {
	position: relative;
}

header .headr-in .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	left: -28px;
	right: inherit;
	padding: 0;
	background-color: #0fbce9;
	min-width: 33px;
	width: 122%;
}

header
	.headr-in
	.navbar
	.navbar-collapse
	.navbar-nav
	.nav-item
	.dropdown-menu
	.dropdown-item {
	border-bottom: #ffffff47 1px solid;
	text-align: center;
	color: #fff;
}

header
	.headr-in
	.navbar
	.navbar-collapse
	.navbar-nav
	.nav-item
	.dropdown-menu
	.dropdown-item:hover {
	background-color: #16a5ca;
}

header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link {
	color: #133e7d;
	padding: 14px 12px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

header
	.headr-in
	.navbar
	.navbar-collapse
	.navbar-nav
	.nav-item.active
	.nav-link {
	color: #ff7f0f;
}

header .headr-in .logo {
	width: 70%;
	margin: 5px 0;
}

header .headr-in .offer-text {
	font-size: 19px;
	text-align: right;
	color: #fff;
}

header .headr-in .offer-text b {
	color: #7ce4ff;
}

header .headr-in .offer-text .social a {
	color: #fff;
	display: inline-block;
	line-height: 31px;
	padding-left: 8px;
}
.skiptranslate iframe {
	display: none;
}

.goog-te-gadget .goog-te-combo {
	margin: 0 0 17px !important;
	height: 36px;
	border: #d2d2d2 1px solid;
	color: #e66b6b;
	padding: 6px 0;
	border-radius: 4px;
	width: 100%;
}

.skiptranslate span {
	display: none;
}

.goog-te-gadget {
	font-family: arial;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	height: 37px;
	overflow: hidden;
}

.mob-header {
	display: none;
}

.mob-header .logo {
	width: 27%;
	padding-left: 8px;
}

.mob-header .action-area {
	width: 54%;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 8px;
}

.mob-header .action-area .call-m {
	width: 25%;
}

header .headr-in .call-set {
	color: #1586c1;
	font-size: 16px;
	margin-right: 0;
	padding-right: 13px;
	line-height: 32px;
	padding-left: 32px;
	position: relative;
	text-align: center;
	font-weight: 600;
}

header .headr-in .call-set p {
	margin: 0;
	color: #fff;
	font-size: 17px;
}

header .headr-in .call-set a {
	color: #fb3700;
}

header .headr-in .call-set i {
	font-size: 22px;
	position: absolute;
	left: 0;
	color: #fff;
}

header .headr-in .dropdown {
	width: 14%;
}

header .headr-in .dropdown .btn {
	font-size: 14px;
	background-color: #0000;
	color: #2c3d4f;
	font-weight: 500;
	padding: 9px 6px;
	line-height: 14px;
	box-shadow: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

.main-slider {
	position: relative;
	background-size: cover;
	padding: 10px 1.5rem 1rem;
	height: 90vh;
}
.main-slider .hero_wrapper {
	height: 100%;
}

.main-slider .video-set {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 15px;
	overflow: hidden;
}

.main-slider .video-set img {
	height: 100%;
	object-fit: cover;
}
.main-slider .video-set video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-slider .slider-cont {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 3rem 0 2rem;
	z-index: 2;
}

.main-slider .slider-cont-cover {
	width: 86%;
}

.main-slider .slider-cont h2 {
	color: #fff;
	font-size: 3.4rem;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 30px;
	background: linear-gradient(to bottom, #fff 35%, transparent 95%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider .slider-cont h3 {
	/* font-family: var(--popp); */
	color: #fff;
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	/* text-transform: uppercase; */
}

.main-slider .video-set:before {
	/* position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #01329647; */
}

.whatsapp {
	position: fixed;
	bottom: 15px;
	right: 10px;
}

.whatsapp a {
	display: flex;
	background: #23931d;
	color: #fff;
	border-radius: 15px;
	padding: 5px 15px;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	margin: 5px 4px;
	box-shadow: #00000030 0 4px 7px;
	text-decoration: none;
}

.whatsapp a span {
	font-size: 26px;
	margin-right: 6px;
	line-height: 30px;
}

.main-slider .video-set .header-video__player {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.center {
	height: 34px;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 23px;
	color: #fff;
	margin-bottom: 20px;
}

.web-function {
	padding: 40px 0;
	background: #f6f6f6;
}

.web-function .web-function-in ul {
	display: flex;
	padding: 0;
	justify-content: center;
	margin: 0;
}

.web-function .web-function-in ul li {
	list-style: none;
	width: 14%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.web-function .web-function-in ul li::after {
	content: "";
	width: 60px;
	height: 2px;
	background-color: #dae1f0;
	position: absolute;
	right: 0;
	top: 51px;
	left: 132px;
}

.web-function .web-function-in ul li:last-child::after {
	display: none;
}

.web-function .web-function-in ul li .img-td {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 75px;
	border: #90a6d84d 2px dashed;
	padding: 9px 7px;
	background: #fff;
}
.web-function .web-function-in ul li h4 {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
	color: #4c938d;
}

.offer-slideing .slide-box {
	display: flex;
	width: 98%;
	box-shadow: 0 2px 5px 1px #00000026;
	margin: 9px 0;
	align-items: center;
	padding: 6px 15px;
}

.offer-slideing .slide-box .img-block {
	width: 73%;
}

.offer-slideing .slide-box .off-text {
	padding: 13px 17px;
}

.offer-slideing .slide-box .off-text h3 {
	margin: 0;
	color: #11b3d9;
	font-size: 17px;
	padding: 0;
	margin-bottom: 4px;
}

.offer-slideing .slide-box .off-text p {
	font-size: 12px;
}

.show-cities {
	padding: 28px 0;
}

.show-cities .head-set {
	width: 100%;
	text-align: center;
	margin-bottom: 32px;
}

.show-cities .head-set h3 {
	margin: 0;
	color: #0b28c6;
	font-size: 38px;
	font-weight: 800;
	margin-bottom: 8px;
}

.show-cities .head-set p {
	font-size: 17px;
}

.show-cities .city-section {
	overflow: hidden;
	border-radius: 118px;
	width: 200px;
	height: 200px;
	position: relative;
}

.show-cities .city-section .img-set {
	overflow: hidden;
}

.show-cities .city-section .img-set img {
	overflow: hidden;
}

.show-cities .city-section .text-co {
	padding: 8px 15px;
	background-color: #10101070;
	text-align: center;
	position: absolute;
	top: 140px;
	width: 100%;
}

.show-cities .city-section .text-co h3 {
	padding: 0;
	font-size: 17px;
	margin: 0;
	color: #fff;
	margin-bottom: 0;
}

.show-cities .city-section .text-co p {
	margin: 0;
	font-size: 14px;
	color: #fff;
}

.customer-speak {
	background-color: #f6f6f6;
	padding: 30px 0;
}

.customer-speak h3 {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #182761;
	text-align: center;
}

.customer-speak .testi-block {
	border: #c6b7b7 1px dashed;
	padding: 17px 13px;
	margin-top: 24px;
	background: #fff;
	border-radius: 23px;
}

.customer-speak .testi-block .img-bl {
	width: 21%;
	border-radius: 71px;
	overflow: hidden;
	margin-bottom: 14px;
	border: #ffcca0ad 3px solid;
}

.customer-speak .testi-block p {
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	color: #395da3;
}

.customer-speak .testi-block h4 {
	font-size: 14px;
	font-weight: 500;
	color: #f08111;
	font-style: italic;
}

.customer-speak .testi-block .coma {
	position: absolute;
	width: 14%;
	right: 25px;
	opacity: 0.2;
}

.home-content {
	padding: 14px 0;
}

.home-content p {
	font-size: 16px;
	line-height: 21px;
}

.home-content ul {
	list-style-type: none;
	padding: 0 7px;
}

.home-content ul li {
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
}

.footer-flight {
}

.footer-flight h3 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	border-bottom: #b5b5b5 1px dashed;
	padding-bottom: 10px;
}

.footer-flight ul {
	padding: 0 19px;
}

.footer-flight ul li {
	display: inline-block;
	width: 33%;
}

.footer-flight ul li a {
	font-size: 12px;
	color: #464646;
}

.offer-section {
	background-color: #f6f6f6;
	padding: 30px 0;
}

.offer-section .offer-section-in {
	background-color: #fff;
	padding: 15px;
}

.offer-section .offer-section-in h3 {
	font-size: 20px;
	margin-bottom: 13px;
}

.offer-section .offer-section-in h3 span {
	color: #2dd1af;
}

.all-destination {
	padding: 30px 0;
}

.all-destination .nav-tabs .nav-item .nav-link {
	font-size: 15px;
	padding: 16px 31px 22px 0;
	color: #6f6f6f;
}

.all-destination .nav-tabs .nav-item .nav-link.active {
	border: none;
	color: #2dd1af;
}

.all-destination .head h3 {
	font-size: 22px;
}

.all-destination .desti-show {
	margin: 14px 0;
}

.all-destination .desti-show .img-set {
	position: relative;
}

.all-destination .desti-show .img-set .opcy {
	position: absolute;
	width: 100%;
	height: 45%;
	bottom: 0;
	background-image: linear-gradient(#04106700, #00024078);
}

.all-destination .desti-show .img-set .opcy h3 {
	text-align: center;
	color: #fff;
	padding-top: 47px;
	font-weight: 400;
	font-size: 23px;
}

.all-destination .desti-show .img-set img {
}

.all-destination .desti-show .content {
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 10px 14px;
}

.all-destination .desti-show .content .offer {
	background-color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	padding: 0 13px;
	border-radius: 4px;
	color: #ff1414;
}

.all-destination .desti-show .content .offer span {
	width: 29px;
	display: inline-block;
	width: 30px;
	word-wrap: break-word;
	line-height: 14px;
	font-size: 12px;
	font-weight: 400;
	color: #212529;
	margin-right: 4px;
}

.all-destination .desti-show .content .btn-set a {
	background-color: #2dd1af;
	color: #fff;
	padding: 6px 13px;
	font-size: 13px;
	margin-top: 5px;
	display: block;
	border-radius: 4px;
}

.low-fare-flight {
	padding: 38px 0;
}

.low-fare-flight .head-abou {
	text-align: center;
	margin-bottom: 24px;
}

.low-fare-flight .head-abou h2 {
	margin: 0;
	color: #0b28c6;
	font-size: 35px;
	font-weight: 800;
}

.low-fare-flight .head-abou p {
	font-size: 14px;
}

.flight-from {
	display: flex;
	border: #bcbcbc 1px solid;
	background-color: #fff;
}

.flight-from .col-left {
	width: 50%;
	border-right: #b9b9b9 1px solid;
	padding: 10px;
}

.flight-from .col-left:last-child {
	border: none;
}

.flight-from .col-left ul {
	padding: 0;
	margin: 0;
}

.flight-from .col-left ul li {
	overflow: hidden;
	list-style-type: none;
	padding: 7px 5px;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.flight-from .col-left ul li img {
	width: 20%;
	float: left;
}

.flight-from .col-left ul li .cont-set {
}

.flight-from .col-left ul li .cont-set h3 {
	font-size: 15px;
	margin-bottom: 7px;
	color: #0f1010;
	margin: 0;
	padding: 0;
}

.flight-from .col-left ul li .cont-set span {
	color: #ff9000;
}

.flight-from .col-left ul li span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 13px;
}

.flight-from .col-left ul li a {
	right: 12px;
	display: inline-block;
	padding: 0 4px;
	color: #4d59a1;
	font-size: 14px;
	top: 20px;
}

.special-deals {
	background-color: #0fbce9;
	padding: 26px 0;
	background: url(../images/bkg-sky.jpg) fixed center;
	background-size: cover;
	background-repeat: no-repeat;
}
.special-deals .head-set h2 {
	font-family: handlee, cursive;
	color: #fff;
}

.special-deals .flight-block {
	box-shadow: 0 3px 6px #00000063;
	margin: 12px 6px;
}
.special-deals .flight-block .cont-set {
	padding: 10px 12px;
	background-color: #fff;
}

.special-deals .flight-block .cont-set h3 {
	font-size: 17px;
	color: #2e2e2e;
	font-family: handlee, cursive;
}

.special-deals .flight-block .cont-set h4 {
	font-size: 16px;
	color: #688644;
}

.special-deals .flight-block .cont-set p {
	font-size: 20px;
	color: #da2244;
	font-weight: 600;
}

.hotel-deals {
	border-left: #2dd1af 46px solid;
	background-color: #f4f4f4;
	padding: 25px 0 35px;
}

.hotel-deals .heading h2 {
	font-size: 22px;
	margin-bottom: 18px;
}

.hotel-deals .hotel-block {
	overflow: hidden;
	border: #d6d6d6 1px solid;
	background-color: #fff;
}

.hotel-deals .hotel-block img {
	float: left;
	width: 32% !important;
}

.hotel-deals .hotel-block .details {
	float: left;
	margin-left: 18px;
	width: 60%;
}

.hotel-deals .hotel-block .details h2 {
	font-size: 19px;
	margin: 0;
}

.hotel-deals .hotel-block .details p {
	margin: 0;
	font-size: 15px;
}

.hotel-deals .hotel-block .details .offer {
	display: inline-block;
	margin-top: 41px;
}

.hotel-deals .hotel-block .details a {
	float: right;
	display: block;
	margin-top: 40px;
	background-color: #2f323c;
	color: #fff;
	font-size: 13px;
	padding: 4px 14px;
	border-radius: 4px;
}

footer {
}

footer .footer-blue {
	background-color: #020b44;
	padding: 32px 0;
	padding-bottom: 29px;
}

footer .footer-blue .link-block {
}

footer .footer-blue h2 {
	font-size: 17px !important;
	color: #fff;
}

footer .footer-blue img {
	width: 100px;
}

footer .footer-blue .link-block ul {
	padding: 0;
}

footer .footer-blue .link-block ul li {
	list-style-type: none;
}

footer .footer-blue .link-block ul li a {
	color: #fff;
	font-size: 13px;
}

footer .newsletter {
	margin-bottom: 0;
	display: block;
}

footer .newsletter p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 7px;
}

footer .newsletter h2 {
	color: #fff;
	font-size: 14px !important;
	margin-bottom: 7px;
}

footer .newsletter a {
	color: #fff;
	width: 29px;
	height: 37px;
	display: inline-block;
	text-align: center;
	border-radius: 26px;
}

footer .newsletter a i {
	line-height: 35px !important;
	font-size: 26px;
}

footer .newsletter img {
	width: 22%;
}

footer .newsletter .form-group {
	width: 90%;
	overflow: hidden;
	margin: 0;
}

footer .newsletter .form-group .form-control {
	float: left;
	width: 65%;
	border-radius: 0;
	border: 0;
	height: 43px;
	font-size: 12px;
}

footer .newsletter .form-group button {
	float: left;
	border: 0;
	background-color: #c50084;
	background-image: linear-gradient(to right, #f43500, #d82f00);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	padding: 12px 42px;
	text-transform: uppercase;
}
footer .footer-blue .contact p {
	position: relative;
	padding-left: 22px;
	color: #fff;
	font-size: 14px;
}

footer .footer-blue .contact a {
	display: block;
	color: #fff;
	position: relative;
	padding-left: 27px;
	font-size: 17px;
}

footer .footer-blue .contact i {
	position: absolute;
	left: 0;
	font-size: 18px;
}

footer .footer-logo {
	background-color: #fff;
	padding: 24px 0 2px;
}

footer .social-sec {
	background-color: #051a98;
	padding: 8px 4px;
}

footer .social-sec .social-media {
}

footer .social-sec .social-media a {
	color: #ff9000;
	font-size: 22px;
	display: inline-block;
	padding: 7px 6px;
}

footer .social-sec .right-pay {
	text-align: right;
}

footer .social-sec .right-pay img {
	width: 75%;
}

footer .copy-sec {
	text-align: center;
	background-color: #020b44;
	color: #fff;
	padding: 13px 0;
	font-size: 14px;
}

footer .copy-sec p {
	margin: 0;
}

footer .footer-logo .owl-item {
	border: #dcdcdc 1px solid;
}

.logo-slide .owl-nav {
	position: absolute;
	top: 15px;
	right: 0;
	width: 100%;
}

.logo-slide .owl-nav .owl-prev {
	background-color: #0000001f !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 26px;
	height: 26px;
	border-radius: 40px;
	position: absolute;
	left: -35px;
	outline: none;
}

.logo-slide .owl-nav .owl-next {
	background-color: #00000040;
	color: #fff;
	padding: 8px 10px;
	background-color: #0000001c !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 26px;
	height: 26px;
	border-radius: 40px;
	position: absolute;
	right: -33px;
	outline: none;
}

.hotel-slide .owl-nav {
	position: absolute;
	top: 162px;
	right: 0;
	width: 100%;
}

.hotel-slide .owl-nav .owl-prev {
	background-color: #00000014 !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	left: -48px;
	font-size: 27px;
	outline: none;
}

.hotel-slide .owl-nav i {
	font-size: 26px;
	color: #0fbce9;
}

.hotel-slide .owl-nav .owl-next {
	background-color: #00000040;
	color: #fff;
	padding: 8px 10px;
	background-color: #0000001c !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	right: -48px;
	outline: none;
}

.popular-slide .owl-nav {
	position: absolute;
	top: 100px;
	right: 0;
	width: 100%;
}

.popular-slide .owl-nav .owl-prev {
	background-color: #00000014 !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	left: -48px;
	font-size: 27px;
	outline: none;
}

.popular-slide .owl-nav i {
	font-size: 26px;
	color: #0fbce9;
}

.popular-slide .owl-nav .owl-next {
	background-color: #00000040;
	color: #fff;
	padding: 8px 10px;
	background-color: #0000001c !important;
	color: #fff !important;
	padding: 8px 10px;
	margin-right: 2px;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	position: absolute;
	right: -48px;
	outline: none;
}

.searching {
	margin: 12px;
	display: inline-block;
	width: 9%;
	float: none;
	text-align: center;
}

body .load {
	border: 3px solid rgba(0, 0, 0, 0.1);
	border-left-color: #0671c4;
	-webkit-animation: ll-loader-spin 1s infinite linear;
	animation: ll-loader-spin 1s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 18px;
	height: 18px;
}

.loading_lgs {
	margin-bottom: 30px;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.loaded {
	list-style-type: none;
}

.tick_image_show.tick_image_show {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-image:
		url(https://cdn.rcstatic.com/images/site_graphics/newsite/check-32x32--countryside.svg),
		none;
	width: 18px;
	height: 14px;
	/* padding-left: 32px; */
}

@-webkit-keyframes ll-loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ll-loader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ll-checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
	}

	20% {
		height: 0;
		width: 5px;
		opacity: 1;
	}

	40%,
	to {
		height: 10px;
		width: 5px;
		opacity: 1;
	}
}

@keyframes ll-checkmark {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
	}

	20% {
		height: 0;
		width: 5px;
		opacity: 1;
	}

	40%,
	to {
		height: 10px;
		width: 5px;
		opacity: 1;
	}
}

body .load img {
	display: none !important;
}

body .after_loading center,
body .load {
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-left-color: #0671c4;
	-webkit-animation: ll-loader-spin 1s infinite linear;
	animation: ll-loader-spin 1s infinite linear;
	position: relative;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	margin-top: 9px;
	padding: 2px 5px 2px 0;
}

body .after_loading center img {
	display: none;
}

body .after_loading {
	margin-bottom: 30px;
}

body .loaded .load {
	-webkit-animation: none;
	animation: none;
	border-color: #21a968;
}

body #message_holder ul li {
	margin: 12px;
	display: inline-block;
	width: 6%;
	float: none;
}

body #message_holder .loading_lgs {
	width: auto;
	text-align: center;
	margin-bottom: 30px;
}

body #message_holder {
	background-color: #fff;
	padding: 0;
}

body #message_holder .grablines p {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
}

body #message_holder .grablines {
	color: #0671c4;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	padding: 15px;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
}

body #message_holder .grablines p:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}

body #message_holder h2.currently,
body #message_holder h2.currently_after {
	color: #444;
	font-size: 22px;
	line-height: 1.4;
	padding: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

body #message_holder li > img {
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
}

body #message_holder .load {
	float: none;
	margin: 10px 0 0;
}

body .load:after {
	display: none;
	opacity: 1;
	height: 10px;
	width: 5px;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	border-right: 3px solid #21a968;
	border-top: 3px solid #21a968;
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: 1px;
	margin-left: -6px;
}

body .loaded .load:after {
	display: block;
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-name: ll-checkmark;
	animation-name: ll-checkmark;
	-webkit-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
}

/* #immediate {
	width: 100%;
	top: 31px;
	height: 70vh;
	z-index: 99999;
	background-color: #e5f3ff;
	display: flex;
	align-items: center;
	padding: 22px 0;
	padding-top: 46px;
}

#immediate_inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: fixed;
	top: 0;
	height: 100vh;
	background: #4caf50;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.loader_logo {
	text-align: center;
	padding: 16px;
	border-radius: 16px;
	/* width: 44%; */
	background: #fff;
}

.loader_logo p {
	font-size: 20px;
	color: #000;
	line-height: 29px;
	font-weight: 600;
	padding: 0 54px;
	margin: 0;
}

.loader_logo img {
	width: 53%;
	padding: 0;
	display: block;
	margin: 0 auto;
}

.result-load-show {
	overflow: hidden;
	position: relative;
	background-size: cover;
	padding: 0;
}

.result-load-show:before {
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 0;
}

.result-load-show .img-set {
	display: none;
	height: 100%;
	width: 100%;
}

.result-load-show .img-set img {
	display: none;
}

.result-load-show .cont-cover {
	position: relative;
	display: flex;
	z-index: 10;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
}

.result-load-show .cont-cover .air-dtl {
	text-align: center;
	border-radius: 56px;
}

.result-load-show .cont-cover .air-dtl p {
	color: #333;
	margin: 0;
	font-weight: 600;
	font-size: 12px;
	padding: 0;
	background-color: #ffa200;
	display: inline-block;
	padding: 0 24px;
	line-height: 23px;
	border-radius: 21px;
	margin-bottom: 12px;
}

.result-load-show .cont-cover .air-dtl h2 {
	color: #07722b;
	font-size: 37px;
	font-weight: 700;
	margin: 0;
}

.result-load-show .cont-cover .air-dtl small {
	color: #f1f1f1;
	font-size: 11px;
	line-height: 15px;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 600;
}

.result-load-show .cont-cover .air-dtl h3 {
	font-size: 13px;
	margin: 0;
	font-weight: 700;
	display: inline-block;
	border-radius: 21px;
	color: #000000;
}

.result-load-show .cont-cover .load-gif {
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 58%;
	float: left;
	overflow: hidden;
	height: 186px;
}

.result-load-show .cont-cover .load-gif img {
	width: 68%;
	margin-top: 67px;
}

.result-phone {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 11px 0;
	background-color: #d4d4d4;
}

.result-phone .result-call {
	margin-right: 160px;
	float: right;
	padding: 4px 0;
	position: relative;
}

.result-phone .result-call a {
	font-size: 21px;
	color: #fff;
	font-weight: 600;
}

.result-phone .result-call span {
	font-size: 15px;
	color: #ffc107;
	display: block;
	padding-top: 0;
	font-weight: 600;
	padding-left: 30px;
}

.result-phone .result-call span p {
	font-size: 15px;
	margin: 0;
	color: #ffc107;
	font-weight: 600;
}

.result-phone .result-call span:before {
	font-family: FontAwesome;
	content: "";
	background: none repeat scroll 0 0 #ff9000;
	color: #fff;
	margin-right: 5px;
	padding: 9px 11px;
	position: absolute;
	top: 3px;
	left: -41px;
	background: url(../img/re-24.png) no-repeat;
	width: 40px;
	height: 40px;
	background-size: 100%;
}

.hd-tag-st {
	float: left;
	width: 54%;
	text-align: center;
	display: none;
}

.hd-tag-st h3 {
	margin: 0;
	padding-top: 14px;
	color: #058000;
	font-size: 24px;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.paraError {
	color: #fff;
	font-size: 14px;
	padding: 0 1px;
	background: red;
	font-weight: 700;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.signup-pop {
}

.signup-pop .modal-dialog {
	margin: 60px auto;
	max-width: 680px;
}

.signup-pop .modal-content {
	padding: 9px 14px;
	background: #00000000;
	border: none;
}

.signup-pop .modal-body {
	padding: 0;
	overflow: inherit;
	display: inline-block;
	background-color: #fff;
	max-height: 538px;
	display: flex;
}

.signup-pop .modal-body .close {
	position: absolute;
	background-color: #ff9800;
	right: -9px;
	top: -9px;
	opacity: 1;
	float: none;
	color: #fff;
	font-weight: 100;
	border-radius: 17px;
	font-size: 19px;
	text-align: center;
	line-height: 8px;
	padding: -2px 8px;
	display: list-item;
	width: 26px;
	height: 26px;
	font-family: auto;
}

.signup-pop .modal-body .left-set {
	width: 47%;
	background-color: #0d154d;
	display: block;
}

.signup-pop .modal-body .left-set .unlock-deal {
	padding: 18px 0;
}

.signup-pop .modal-body .left-set .unlock-deal h3 {
	font-size: 16px;
	margin: -1px 24px;
	color: #fff;
	border-bottom: #c8baba 1px solid;
	padding-bottom: 21px;
	line-height: 20px;
}

.signup-pop .modal-body .left-set .unlock-deal h3 span {
	color: #ffce66;
	font-weight: 700;
}

.signup-pop .modal-body .left-set ul {
	padding: 15px 29px;
}

.signup-pop .modal-body .left-set ul li {
	list-style-type: none;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 10px;
	color: #fff;
	padding-left: 16px;
	position: relative;
}

.signup-pop .modal-body .left-set li i {
	position: absolute;
	left: -6px;
	top: 5px;
	color: #f7b85b;
}

.signup-pop .modal-body .right-set {
	width: 53%;
	height: 100%;
}

.signup-pop .modal-body .right-set .social-login {
	text-align: center;
	padding: 23px 10px;
}

.signup-pop .modal-body .right-set h3 {
	font-size: 13px;
	margin: 0;
	text-align: left;
	margin-bottom: 12px;
	color: #717070;
}

.signup-pop .modal-body .right-set .social-login .face-book {
	width: 48%;
	padding: 8px 0;
	font-size: 14px;
	background-color: #efebeb;
	border: none;
	position: relative;
}

.signup-pop .modal-body .right-set .social-login .face-book i {
	color: #4a83e7;
	font-size: 20px;
	position: absolute;
	left: 14px;
}

.signup-pop .modal-body .right-set .social-login .goo-gle {
	width: 48%;
	padding: 8px 0;
	font-size: 14px;
	background-color: #efebeb;
	border: none;
	position: relative;
}

.signup-pop .modal-body .right-set .social-login .goo-gle i {
	color: #ff0101;
	font-size: 20px;
	position: absolute;
	left: 14px;
}

.signup-pop .modal-body .right-set .social-login button:hover {
	background-color: #e9e9e9;
}

.signup-pop .modal-body .right-set .email-put {
	padding: 14px 19px;
}

.signup-pop .modal-body .right-set .email-put .form-group {
	position: relative;
	margin-bottom: 10px;
}

.signup-pop .modal-body .right-set .email-put .form-group input {
	border-radius: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	padding-left: 33px;
	margin: 0;
	border: #d2d2d2 1px solid;
}

.signup-pop .modal-body .right-set .email-put .form-group i {
	position: absolute;
	left: 10px;
	top: 12px;
}

.signup-pop .modal-body .right-set .email-put .forgot-link {
	overflow: hidden;
	padding: 0;
}

.signup-pop .modal-body .right-set .email-put .forgot-link a {
	font-size: 13px;
	color: #2c659d;
	font-weight: 500;
	padding: 8px 0;
	display: inline-block;
}

.signup-pop .modal-body .right-set .email-put .forgot-link button {
	border: none;
	background-color: #2ec2aa;
	color: #fff;
	padding: 8px 36px;
	float: right;
	text-transform: uppercase;
}

.signup-pop .modal-body .right-set .email-put .reg-here {
	font-weight: 400;
	text-align: center;
	font-size: 13px;
	padding-top: 8px;
}

.signup-pop .modal-body .right-set .email-put .reg-here a {
	color: #f58154;
}

.pop-back {
	position: fixed;
	top: 0;
	display: flex;
	align-items: center;
	height: 100vh;
	justify-content: center;
	width: 100%;
	background-color: #00000069;
	z-index: 1000;
}

.pop-back .pop-in {
	width: 36%;
	position: relative;
}

.pop-back .pop-in img {
}

.pop-back .pop-in .skip {
	position: absolute;
	right: -10px;
	top: 48px;
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	background-color: #d43d3d;
	border-radius: 40px;
	color: #fff;
	line-height: 35px;
}

.beat-deal-show {
	background-color: #11172b;
	border-bottom: #e0e0e0 1px solid;
	padding: 15px 0;
	display: none;
}

.beat-deal-show .deal-show-in {
	width: 100%;
	text-align: center;
}

.beat-deal-show .deal-show-in .block-sh {
	width: 21%;
	overflow: hidden;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	border-right: #dedede 1px solid;
	margin-top: 8px;
	position: relative;
}

.beat-deal-show .deal-show-in .block-sh .im-set {
	float: left;
	width: 13%;
	position: absolute;
	left: 26px;
}

.beat-deal-show .deal-show-in .block-sh .dtl-set {
	padding: 5px 0;
	margin-left: 8px;
}

.beat-deal-show .deal-show-in .block-sh .dtl-set h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.beat-deal-show .deal-show-in .block-sh .dtl-set p {
	margin: 0;
	color: #848484;
	font-size: 13px;
}

.ftco-section {
	padding: 0 0 10px;
	position: relative;
}

.ftco-animate {
	margin-bottom: 30px;
}

.block-5 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 159px;
	position: relative;
	display: block;
	border-radius: 10px;
}

.block-5:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(
		top,
		transparent 0%,
		transparent 18%,
		rgba(0, 0, 0, 0.8) 99%,
		rgba(0, 0, 0, 0.8) 100%
	);
	background: -webkit-linear-gradient(
		top,
		transparent 0%,
		transparent 18%,
		rgba(0, 0, 0, 0.8) 99%,
		rgba(0, 0, 0, 0.8) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		color-stop(18%, transparent),
		color-stop(99%, rgba(0, 0, 0, 0.8)),
		to(rgba(0, 0, 0, 0.8))
	);
	background: -o-linear-gradient(
		top,
		transparent 0%,
		transparent 18%,
		rgba(0, 0, 0, 0.8) 99%,
		rgba(0, 0, 0, 0.8) 100%
	);
	background: linear-gradient(
		to bottom,
		transparent 0%,
		transparent 18%,
		rgba(0, 0, 0, 0.8) 99%,
		rgba(0, 0, 0, 0.8) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=0);
	opacity: 0.8;
}

.progress {
	display: -ms-flexbox;
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.paraError {
	color: #fff;
	font-size: 14px;
	padding: 0 1px;
	background: red;
	font-weight: 700;
}

.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #007bff;
	transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar {
		transition: none;
	}
}

.progress-bar-striped {
	background-image: linear-gradient(
		45deg,
		rgba(255, 255, 255, 0.15) 25%,
		transparent 25%,
		transparent 50%,
		rgba(255, 255, 255, 0.15) 50%,
		rgba(255, 255, 255, 0.15) 75%,
		transparent 75%,
		transparent
	);
	background-size: 1rem 1rem;
}

.progress-bar-animated {
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
	.progress-bar-animated {
		-webkit-animation: none;
		animation: none;
	}
}

.block-5 .text {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 6px 5px 3px;
	-webkit-transition: 0.8s all ease;
	-o-transition: 0.8s all ease;
	transition: 0.8s all ease;
}

.block-5 .text:before {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	height: 0;
	position: absolute;
	content: "";
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.block-5 .text .price {
	color: #fff;
}

.block-5 .text .heading {
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
}

.block-5 .text .post-meta {
	line-height: 1.4;
	color: #fff;
	font-size: 14px;
}

.block-5 .text .post-meta span {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

.block-5 .text .star-rate {
	font-size: 12px;
	color: #fff;
}

.block-5 .text .star-rate span {
	margin-right: 2px;
}

.block-5:hover .text:before {
	visibility: visible;
	opacity: 1;
	height: 100%;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		transparent 18%,
		rgba(0, 0, 0, 0.8) 99%,
		rgba(0, 0, 0, 0.8) 100%
	);
}

.block-5:hover .text .heading {
	color: #000;
}

.block-5:hover .text .subheading {
	color: #000;
}

.block-5:hover .text .post-meta {
	color: #fff;
}

.block-5:hover .text .price {
	color: #000;
}

.block-5:hover .text .heading,
.block-5:hover .text .subheading,
.block-5:hover .text .post-meta,
.block-5:hover .text .price,
.block-5:hover .text .star-rate {
	color: #fff;
}

.block-5 .text .heading,
.block-5 .text .subheading,
.block-5 .text .post-meta,
.block-5 .text .excerpt,
.block-5 .text .price,
.block-5 .text .star-rate {
	z-index: 2;
	position: relative;
}

.nav-head {
	width: 100%;
	text-align: center;
	padding: 22px 0;
}

.nav-head .fl1 {
	font-size: 31px;
	color: #102b50;
	font-weight: 400;
}

.nav-head .flin {
	font-size: 33px;
	font-weight: 700;
}

.nav-head h2 {
	margin: 0;
	font-size: 25px;
	font-weight: 400;
	color: #102b50;
	margin-bottom: 7px;
}

.nav-head p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #969696;
}

.contact-set .contact-in .contact-details a {
	display: block;
	color: #828282;
}

@media only screen and (min-width: 1800px) {
	.main-slider {
		padding: 0.5rem 2.5rem 1rem;
	}
	header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link {
		color: #000;
		padding: 14px 28px;
		font-size: 18px;
	}
	header .headr-in .call-set {
		font-size: 22px;
		line-height: 43px;
	}

	header .headr-in .call-set i {
		font-size: 25px;
	}

	header .headr-in .offer-text .social a {
		line-height: 42px;
		font-size: 21px;
	}
}

@media only screen and (min-width: 2000px) {
	.container {
		max-width: 70%;
	}
	.special-deals {
		padding: 46px 0;
	}

	.special-deals .head-set h2 {
		font-size: 50px;
	}

	header {
		height: 133px;
	}

	header .headr-in {
		width: 70%;
		margin: 0 auto;
	}

	header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link {
		color: #4c4c4c;
		padding: 14px 23px;
		font-size: 19px;
	}

	header .headr-in .offer-text .social a {
		line-height: 42px;
		font-size: 24px;
	}

	header .headr-in .call-set {
		color: #2dd1ae;
		font-size: 22px;
		font-weight: 600;
		float: left;
		margin-right: 0;
		padding-right: 13px;
		line-height: 33px;
	}

	header .headr-in .call-set i {
		font-size: 16px;
	}

	header .header-top {
		padding: 4px 0;
	}
}

@media only screen and (min-width: 2200px) {
	.container {
		max-width: 70%;
	}
	.special-deals {
		padding: 84px 0;
	}

	.special-deals .head-set h2 {
		font-size: 76px;
	}

	header {
		height: 169px;
	}

	header .headr-in {
		width: 70%;
		margin: 0 auto;
	}

	header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link {
		color: #4c4c4c;
		padding: 14px 33px;
		font-size: 25px;
	}

	header .headr-in .call-set {
		color: #2dd1ae;
		font-size: 30px;
		font-weight: 600;
		float: left;
		margin-right: 0;
		padding-right: 13px;
		line-height: 54px;
	}

	header .headr-in .call-set i {
		font-size: 33px;
	}

	header .header-top {
		padding: 5px 0;
	}
}

@media only screen and (min-width: 3000px) {
	header {
		height: 198px;
	}

	header .headr-in .offer-text .social a {
		line-height: 42px;
		font-size: 40px;
	}

	header .headr-in .call-set {
		color: #2dd1ae;
		font-size: 40px;
		font-weight: 600;
		float: left;
		margin-right: 0;
		padding-right: 13px;
		line-height: 55px;
	}

	header .headr-in .navbar .navbar-collapse .navbar-nav .nav-link {
		color: #4c4c4c;
		padding: 14px 33px;
		font-size: 42px;
	}

	.main-slider .slider-cont h2 {
		max-width: 40%;
	}

	.popular-hotels .hotel-block .opcy h3 {
		font-size: 50px;
	}

	.special-deals .flight-block .cont-set h3 {
		font-size: 34px;
	}

	.special-deals .flight-block .cont-set h4 {
		font-size: 29px;
	}

	.special-deals .flight-block .cont-set p {
		font-size: 47px;
	}

	.popular-holiday .hotel-block .opcy h3 {
		font-size: 44px;
	}

	.footer-best-ico .ico-block h3 {
		font-size: 38px;
	}

	.footer-best-ico .ico-block p {
		font-size: 26px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 1024px) {
	header .headr-in .offer-hd {
		width: 37%;
	}

	header .headr-in .call-set {
		font-size: 12px;
		display: none;
		line-height: 22px;
	}

	.header {
		height: 80px;
	}
}

@media only screen and (max-width: 769px) {
	.main-slider {
		padding: 0.5rem 0.5rem 1rem;
	}
	.loader_logo {
		padding: 9px;
		width: 94%;
	}

	.loader_logo p {
		font-size: 13px;
		line-height: 19px;
		padding: 0 3px;
	}

	.result-load-show .cont-cover .air-dtl {
		padding: 20px 4px;
	}

	.result-load-show .cont-cover .load-gif {
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 59%;
		float: left;
		height: inherit;
	}

	.result-load-show .cont-cover .load-gif img {
		width: 88%;
		margin-top: 67px;
	}

	.result-load-show .cont-cover .load-gif img {
		width: 88%;
		margin-top: 0;
		height: inherit;
	}

	.result-load-show .cont-cover .air-dtl h2 {
		font-size: 27px;
	}

	.result-load-show .cont-cover .air-dtl small {
		font-size: 11px;
		line-height: 17px;
		margin-bottom: 0;
	}

	.result-load-show .cont-cover .air-dtl h3 {
		font-size: 12px;
	}

	.result-load-show .cont-cover .air-dtl p {
		font-size: 11px;
		padding: 0 20px;
	}

	.pop-back .pop-in {
		width: 83%;
		position: relative;
	}

	.pop-back .pop-in .skip {
		position: absolute;
		right: -10px;
		top: 22px;
		width: 29px;
		height: 30px;
		text-align: center;
		font-size: 12px;
		background-color: #d43d3d;
		border-radius: 40px;
		color: #fff;
		line-height: 30px;
	}

	header .headr-in .offer-hd {
		width: 47%;
	}
}

.content-secttion {
	background-color: #fff;
	padding: 0;
	width: 100%;
	overflow: hidden;
}

.content-secttion .content-secttion-in {
	background-color: #fff;
	padding: 22px 32px;
	margin: 0;
}

.content-secttion .content-secttion-in h1 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	color: #1b449c;
}

.content-secttion .content-secttion-in h2,
h3,
h4,
h5 {
	color: #19439b;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0;
}

.content-secttion .content-secttion-in p {
	font-size: 16px;
	color: #696969;
	margin: 0;
	margin-bottom: 10px;
}
.content-secttion .content-secttion-in p a strong {
	font-size: 16px;
	color: #0c249b;
}
.content-secttion .content-secttion-in p strong {
	font-size: 16px;
	color: #535353;
}

.content-secttion .content-secttion-in ul.nmbr_order {
	list-style: decimal-leading-zero;
}

.content-secttion .content-secttion-in ul.bullet_order {
	list-style: disc;
}

.content-secttion .content-secttion-in ul li {
	font-size: 16px;
	color: #696969;
}

.content-secttion .content-secttion-in .colap-btn {
	text-decoration: none;
	font-weight: 600;
	color: #363b61;
	width: 100%;
	text-align: left;
	white-space: inherit;
}

.contact-set {
	background-color: #f9f9f9;
}

.contact-set .contact-in {
	background-color: #fff;
	padding: 17px;
	box-shadow: 0 2px 6px #00000047;
	margin: 26px 0;
}
.contact-set .contact-details h3 {
	border-bottom: #a3a3a3 1px solid;
	font-size: 19px;
	padding-bottom: 15px;
	color: #575757;
}

.contact-set .contact-details p {
	padding-left: 32px;
	position: relative;
	margin-bottom: 3px;
	color: #464646;
	font-size: 13px;
	padding-top: 9px;
}

.contact-set .contact-details a {
	display: block;
	font-size: 14px;
	margin-bottom: 1px;
	padding-top: 9px;
	position: relative;
	padding-left: 30px;
	color: #2c3d4f;
}

.contact-set .contact-details i {
	font-size: 25px;
	position: absolute;
	left: 0;
	color: #dc5f05;
	top: 0;
}

.contact-set .contact-form {
	background-color: #ddf0f3;
	padding: 20px;
}

.contact-set .contact-form h3 {
	font-size: 17px;
	padding-bottom: 10px;
}

.contact-set .contact-form .form-control {
	font-size: 13px;
	border-radius: 0;
}

.contact-set .contact-form button {
	padding: 6px 0;
	width: 100%;
	border: none;
	background-color: #2c3d4f;
	color: #fff;
}

.destination-slide .owl-nav {
	top: -120px;
	position: relative;
}

.destination-slide .owl-nav .owl-prev {
	background-color: #ddd !important;
	border-radius: 30px;
	font-size: 15px !important;
	display: inline-block;
	float: left;
	line-height: 30px !important;
	width: 30px;
	left: -22px;
	position: absolute;
	outline: none;
}

.destination-slide .owl-nav .owl-next {
	background-color: #ddd !important;
	border-radius: 30px;
	font-size: 15px !important;
	display: inline-block;
	float: left;
	line-height: 30px !important;
	width: 30px;
	right: -22px;
	position: absolute;
	outline: none;
}

.top_airline_deal {
	width: 100%;
	padding: 20px 0;
}

.top_airline_deal .page_sec_title {
	width: 100%;
}

.top_airline_deal .page_sec_title h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.6px;
	font-size: 35px;
	font-weight: 300;
	color: #616161;
}

.top_airline_deal .topairline_inner {
	background: #f8f9fadb;
	padding: 1em;
	border: 1px solid #cccccc80;
	border-radius: 5px;
	width: 100%;
}

.top_airline_deal .topairline_inner .topairline_slider .owl-nav {
	top: -94px;
	position: relative;
}

.top_airline_deal .topairline_inner .topairline_slider .owl-nav .owl-prev {
	background-color: #ddd;
	border-radius: 30px;
	font-size: 15px;
	display: inline-block;
	float: left;
	line-height: 30px;
	width: 30px;
	left: -22px;
	position: absolute;
	outline: none;
}

.top_airline_deal .topairline_inner .topairline_slider .owl-nav .owl-next {
	background-color: #ddd;
	border-radius: 30px;
	font-size: 15px;
	display: inline-block;
	float: right;
	line-height: 30px;
	width: 30px;
	right: -12px;
	position: absolute;
	outline: none;
}

.top_airline_deal .topairline_inner .topairline_slider .airline_block {
	border-right: 1px #ccc solid;
	padding: 6px 10px;
}

.top_airline_deal
	.topairline_inner
	.topairline_slider
	.airline_block
	.airline_img {
	width: 15%;
}

.top_airline_deal
	.topairline_inner
	.topairline_slider
	.airline_block
	.airline_img
	img {
}

.top_airline_deal
	.topairline_inner
	.topairline_slider
	.airline_block
	.airline_info {
	width: 100%;
}

.top_airline_deal
	.topairline_inner
	.topairline_slider
	.airline_block
	.airline_info
	h3 {
	margin: 10px 0;
	font-size: 1.2em;
}

.top_airline_deal
	.topairline_inner
	.topairline_slider
	.airline_block
	.airline_info
	p {
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

.flight_deeplink {
	width: 100%;
	overflow: hidden;
	background-color: #e7eef5;
	padding: 22px 0;
}

.flight_deeplink .flight_to_block {
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	padding: 6px 8px;
	display: flex;
}

.flight_deeplink .flight_to_block .flight_detail {
	width: auto;
}

.flight_deeplink .flight_to_block .flight_detail span {
	color: #212529;
	font-size: 15px;
	font-weight: 500;
}

.flight_deeplink .flight_to_block .flight_detail span i {
	color: #6c757d !important;
}

.flight_deeplink .flight_to_block .flight_detail .tour_info {
	font-size: 12px;
	color: #6c757d !important;
}

.flight_deeplink .flight_to_block .flight_lock {
	float: right;
	margin-top: auto;
	margin-bottom: auto;
}

.flight_deeplink .flight_to_block .flight_lock a {
	text-decoration: none;
	background-color: #0056b3;
	color: #fff;
	padding: 3px 5px;
}

.flight_deeplink .flight_to_block .flight_lock a:hover {
	background-color: #dd5505;
	color: #fff;
}

.why_choose {
	padding-top: 42px;
}

.why_choose .googgle-security {
	text-align: center;
	margin-bottom: 28px;
}

.why_choose .googgle-security h3 {
}

.why_choose .googgle-security img {
	width: 46%;
}

.why_choose .feature {
	width: 100%;
	padding: 9px 13px;
	display: flex;
	margin-bottom: 14px;
}

.why_choose .feature.colr-1 {
	background-color: #ebecff;
	background: url(../images/sm-back.jpg);
	background-size: cover;
	border-radius: 13px;
}

.why_choose .feature.colr-2 {
	background-color: #ebecff;
	background: url(../images/sm-back2.jpg);
	background-size: cover;
	border-radius: 13px;
}

.why_choose .feature.colr-3 {
	background-color: #ebecff;
	background: url(../images/sm-back3.jpg);
	background-size: cover;
	border-radius: 13px;
}

.why_choose .feature.colr-4 {
	background-color: #ebecff;
	background: url(../images/sm-back4.jpg);
	background-size: cover;
	border-radius: 13px;
}

.why_choose .feature .feature_icon {
	text-align: center;
	width: 102px;
	border-radius: 57px;
	padding: 3px 0;
	margin-right: 10px;
}

.why_choose .feature .feature_icon img {
	width: 78%;
}

.why_choose .feature .feature_icon i {
	font-size: 28px;
	color: #000;
}

.why_choose .feature .feature_caption {
	padding: 6px 0;
}

.why_choose .feature .feature_caption h5 {
	margin: 0;
	color: #363434;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-weight: 700;
}

.why_choose .feature .feature_caption p {
	margin: 0;
	font-size: 13px;
	color: #232323;
}

.onpage_loader {
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	background-color: #fff;
}

.onpage_loader .page-loader {
	width: 16%;
	margin: 0 auto;
}

.side-option.open {
	right: 0;
}

.side-option {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -186px;
	z-index: 100;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #000;
	display: none;
}

.side-option .help-btn {
	max-width: 22%;
	-ms-flex-preferred-size: 23%;
	flex-basis: 23%;
	background-color: #f7e600;
	position: relative;
}

.side-option .help-btn .img-dv {
	border-radius: 100%;
	overflow: hidden;
	border: 3px solid #f7e600;
	margin-top: -1.9375rem;
	z-index: 1;
	position: relative;
	width: 59px;
	height: 64px;
	background-color: #f7e600;
}

.side-option .help-btn .btn-dv {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 83% 91%;
	margin-top: 52px;
}

.side-option .help-btn .btn-dv button {
	line-height: 1;
	padding: 0.8375rem 0.75rem;
	background-color: #f7e600;
	border: 0;
	font-weight: 700;
	font-size: 21px;
	white-space: nowrap;
	outline: none;
}

.side-option .option-fld {
	text-align: center;
	width: 72%;
	padding: 11px 0;
}

.side-option .option-fld h3 {
	padding: 0;
	color: #f1bc1e;
	font-size: 20px;
	text-align: center;
}

.side-option .option-fld ul {
	padding: 0;
	margin: 0;
}

.side-option .option-fld ul li {
	list-style: none;
}

.side-option .option-fld ul li a {
	color: #fff;
	padding: 9px 23px;
	display: block;
	font-weight: 600;
}
.popular ul {
	padding: 0;
	display: inline;
}

.popular ul li {
	list-style: none;
	border: #b9b9b9 1px solid;
	padding: 4px 25px;
	border-radius: 5px;
	width: 19.6%;
	display: inline-block;
	margin-bottom: 8px;
}

.popular ul li p {
	margin: 0;
	color: #252d6d;
	font-size: 12px;
}

.popular ul li a {
	text-decoration: none;
}
.popular ul li a span {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.extra-section {
	padding: 25px 0;
}

.extra-section .extra-ban {
	background-color: #e8edff;
	margin-bottom: 16px;
}

.extra-section .extra-ban .cont-area {
	padding: 14px;
}

.extra-section .extra-ban .cont-area h3 {
	font-size: 23px;
	margin: 0;
	margin-bottom: 3px;
	font-weight: 800;
	color: #e70948;
}

.extra-section .extra-ban .cont-area p {
	margin: 0;
	font-size: 14px;
}

.most-note {
	background: #f1f1f1;
	padding-bottom: 27px;
}

.flight-routs {
}

.flight-routs .nav-tabs {
	margin-bottom: 23px;
	justify-content: center;
}

.flight-routs .nav-tabs .nav-link {
	font-size: 18px;
	color: #323232;
	padding: 7px 42px;
	background-color: #d6dfe3;
}

.flight-routs .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #0b28c6;
}

.flight-routs .nav-tabs .nav-link.active a {
	color: #ff6a13;
	border-bottom: #ff6a13 2px solid;
}

.flight-routs .nav-tabs .nav-link:hover a {
	color: #ff6a13;
	border-bottom: #ff6a13 2px solid;
}

.flight-routs .nav-link .nav-link a {
	font-size: 25px;
	padding: 10px 17px;
	color: #2c2c2c;
	text-decoration: none;
}

.flight-routs .flight-routs-in h3 {
	color: #514d4d;
	padding: 7px 10px;
	font-size: 28px;
	margin: 0;
	font-weight: 300;
}

.flight-routs .flight-routs-in ul {
	padding: 0;
}

.flight-routs .flight-routs-in ul li {
	list-style-type: none;
	padding: 4px 14px;
	overflow: hidden;
	border-bottom: #c8c8c8 1px solid;
	margin-bottom: 6px;
}

.flight-routs .flight-routs-in ul li .dest-trip {
	font-weight: 500;
	font-size: 14px;
	padding: 6px 0;
	display: inline-block;
	width: 22%;
}

.flight-routs .flight-routs-in ul li .trip {
	font-size: 23px;
	padding: 0 13px;
	color: #0b28c6;
	width: 12%;
	display: inline-block;
}

.flight-routs .flight-routs-in ul li .price {
	float: right;
	color: #d81770;
	font-size: 16px;
	padding: 4px 16px;
	font-weight: 500;
}

.flight-routs .flight-routs-in ul li .call-bt {
	float: right;
	background-color: #fb3700;
	color: #fff;
	padding: 7px 24px;
	border-radius: 30px;
	display: block;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}

.flight-routs .flight-routs-in ul li .call-bt:hover {
	opacity: 0.8;
}

.content-section {
	width: 100%;
	padding: 30px 0;
}

.content-section .content-section-in h1 {
	font-size: 32px !important;
	font-weight: 500 !important;
	margin-bottom: 20px;
	color: #003873;
	text-align: center;
}

.home_links {
	width: 100%;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
}

.home_links .home_links_title {
	width: 100%;
	padding: 0;
	margin: 0;
}

.home_links .home_links_title h3 {
	color: #fa300b;
	font-size: 18px !important;
}

.home_links ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.home_links ul li a {
	color: #5b5b5b;
	font-size: 16px;
	text-decoration: none;
}

.home_links ul li a:hover {
	color: #1b449c;
}

.inner_links {
	width: 100%;
	padding: 40px 0;
	margin: 0 auto;
	overflow: hidden;
}

.inner_links .links {
	width: 100%;
	padding: 0;
	margin: 0;
}

.inner_links .links h3 {
	color: #fa300b;
	font-size: 18px !important;
}

.inner_links ul {
	margin: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.inner_links ul li {
	line-height: 1.9;
	font-weight: 400;
	display: inline-block;
	width: 24.5%;
	margin-left: 0;
	padding-left: 17px;
	padding-right: 0;
	position: relative;
	font-size: 14px;
	color: #202020;
}

.inner_links ul li:before {
	position: absolute;
	left: 5px;
	top: 12px;
	content: "";
	background-color: #4863db;
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}

.inner_links ul li a {
	color: #5b5b5b;
	font-size: 16px;
	text-decoration: none;
}

.inner_links ul li a:hover {
	color: #1b449c;
}

.banner_add {
	padding: 40px 0;
	background: url(https://www.flightfaredeals.com/media/images/aeroplane.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}

.banner_add .lft_ad {
	padding: 20px 0;
	margin: 0;
	width: 100%;
}

.banner_add .lft_ad h3 {
	color: #fff;
	font-size: 3rem !important;
	margin-bottom: 30px;
	font-weight: 700 !important;
}

.banner_add .lft_ad ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.banner_add .lft_ad ul li {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 11px;
}

.banner_add .lft_ad ul li span {
	margin: 0 5px;
}

.banner_add .lft_ad p {
	color: #fff;
	font-size: 23px;
	text-align: center;
}

.banner_add .lft_ad a.ads_btn {
	background: #f83700;
	padding: 10px 2px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
}

.banner_add .lft_ad a.ads_btn span {
	font-weight: 400;
}

.banner_add .lft_ad a.ads_btn i {
	background: #fff;
	color: #f83700;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	padding: 6px 0;
}

.disclame_info {
}

.disclame_info .disclame_inn {
}

.disclame_info .disclame_inn p {
}

.disclame_info .disclame_inn .disclame_btn {
	background: #f83700;
	padding: 10px 22px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-radius: 7px;
	width: max-content;
}

.rit_ad {
}

.rit_ad .ads_block {
	text-align: center;
	padding: 20px;
	padding-bottom: 5px;
}

.rit_ad .ads_block .block_icon {
	width: 40%;
	margin: 0 auto;
	padding: 20px;
	background-color: #f83700;
	border-radius: 80px;
	border: 2px #860624 solid;
}

.rit_ad .ads_block .block_info p {
	font-size: 20px;
	color: #fff;
}

.tour-grid .tour-item .tour-img {
	max-height: 210px;
	border-radius: 0.675rem;
	overflow: hidden;
}
.tour-grid .tour-item h3 {
	margin-top: 0;
}

.partner_badge {
	place-content: center;
	max-width: 9rem;
	height: 3.5rem;
}
.partner_badge :is(img, svg) {
	height: 100%;
	width: 100%;
}

.fc-popup-overlay {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(10, 20, 15, 0.55);
		z-index: 9999;
		opacity: 0;
		visibility: hidden;
	}
	.fc-popup-overlay.active {
		opacity: 1;
		visibility: visible;
	}

	.fc-popup {
		width: 560px;
		max-width: 92vw;
		border-radius: 16px;
		background: #ffffff;
		box-shadow: 0 30px 70px rgba(20, 40, 70, 0.2);
		transform: translateY(40px) scale(0.9);
		transition: 0.4s;
		overflow: visible;
		max-height: 100vh;
		overflow-y: auto;
	}
	.fc-popup-overlay.active .fc-popup {
		transform: translateY(0) scale(1);
		transition: 0.4s;
	}

	.fc-hero {
		background: linear-gradient(120deg, #163a2c 0%, #1e5631 55%, #2e7d32 100%);
		padding: 26px 34px 46px 34px;
		position: relative;
		color: #fff;
		border-radius: 16px 16px 0 0;
	}

	.fc-hero .closePopup {
		position: absolute;
		top: 16px;
		right: 20px;
		color: #fff;
		font-size: 18px;
		background: none;
		border: none;
		cursor: pointer;
		line-height: 1;
	}

	.fc-hero .fc-eyebrow {
		font-size: 11px;
		letter-spacing: 2px;
		text-transform: uppercase;
		color: #bfe7c4;
		font-weight: 600;
	}

	.fc-hero .fc-title {
		font-size: 24px;
		font-weight: 800;
		margin-top: 8px;
		line-height: 1.3;
	}

	.fc-hero .fc-title b {
		color: #ffdd57;
	}

	.fc-card {
		position: relative;
		background: #ffffff;
		margin: -28px 22px 0 22px;
		border-radius: 14px;
		padding: 22px 22px 4px 22px;
		box-shadow: 0 10px 25px rgba(20, 40, 70, 0.1);
		border: 1px solid #e3e6ea;
	}

	.fc-toggle {
		display: flex;
		gap: 8px;
		margin-bottom: 14px;
	}

	.fc-toggle .fc-tab {
		padding: 8px 16px;
		border-radius: 8px;
		font-size: 12px;
		font-weight: 600;
		color: #6b7280;
		background: #f5f7fa;
		border: none;
		cursor: pointer;
	}

	.fc-toggle .fc-tab.active {
		background: #3e9142;
		color: #fff;
	}

	.fc-row {
		display: flex;
		gap: 10px;
		margin-bottom: 10px;
	}

	.fc-field {
		flex: 1;
		border: 1px solid #e3e6ea;
		border-radius: 9px;
		padding: 10px 12px;
		position: relative;
	}

	.fc-field.fc-error {
		border-color: #e74c3c;
	}

	.fc-field .fc-lbl {
		color: #9aa1ac;
		font-size: 9.5px;
		text-transform: uppercase;
		letter-spacing: 0.3px;
		display: block;
		margin-bottom: 2px;
	}

	.fc-field .fc-val {
		color: #1b3a5c;
		font-size: 13px;
		font-weight: 500;
		padding: 0 10px;
	}

	.fc-field input {
		border: none;
		background: none;
		outline: none;
		font-size: 13px;
		color: #1b3a5c;
		font-weight: 500;
		width: 100%;
	}

	.fc-field input::placeholder {
		color: #a6acb6;
		font-weight: 400;
	}

	.fc-field input:disabled {
		color: #c6cbd3;
		cursor: not-allowed;
	}

	.fc-error-msg {
		color: #e74c3c;
		font-size: 10.5px;
		margin: -6px 0 10px 4px;
		display: none;
	}
	.fc-error-msg.show {
		display: block;
	}

	/* ============ Airport search dropdown (From / To) ============ */
	.fc-field.fc-airport {
		overflow: visible;
	}

	.fc-airport-dropdown {
		display: none;
		position: absolute;
		top: calc(100% + 6px);
		left: 0;
		width: 280px;
		max-height: 260px;
		background: #ffffff;
		border: 1px solid #e3e6ea;
		border-radius: 10px;
		box-shadow: 0 16px 34px rgba(20, 40, 70, 0.18);
		z-index: 60;
		overflow-y: auto;
	}
	.fc-airport-dropdown.open {
		display: block;
	}
	.fc-airport-dropdown li {
		list-style: none;
		padding: 9px 14px;
		font-size: 12.5px;
		color: #1b3a5c;
		cursor: pointer;
		border-bottom: 1px solid #f2f4f6;
	}
	.fc-airport-dropdown li:last-child {
		border-bottom: none;
	}
	.fc-airport-dropdown li:hover,
	.fc-airport-dropdown li.active {
		background: #f2f8f2;
	}
	.fc-airport-dropdown li .fc-air-code {
		font-weight: 700;
		color: #3e9142;
		margin-right: 6px;
	}
	.fc-airport-dropdown li .fc-air-city {
		color: #6b7280;
		font-size: 11px;
		display: block;
	}
	.fc-airport-dropdown li.fc-no-result {
		color: #9aa1ac;
		cursor: default;
		text-align: center;
	}
	/* ============ /Airport search ============ */

	/* ============ Phone field with professional country dropdown ============ */
	.fc-field.fc-phone {
		display: flex;
		align-items: center;
		gap: 0;
		padding: 0;
		position: relative;
		overflow: visible;
	}

	.fc-country-select {
		position: relative;
		flex: none;
		border-right: 1px solid #e3e6ea;
	}

	.fc-country-trigger {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 10px 10px 10px 12px;
		cursor: pointer;
		user-select: none;
		background: none;
		border: none;
	}

	.fc-country-trigger .fc-flag {
		font-size: 17px;
		line-height: 1;
	}

	.fc-country-trigger .fc-code {
		font-size: 13px;
		font-weight: 600;
		color: #1b3a5c;
		white-space: nowrap;
	}

	.fc-country-trigger .fc-caret {
		font-size: 9px;
		color: #9aa1ac;
		margin-left: 1px;
		transition: transform 0.2s;
	}

	.fc-country-select.open .fc-caret {
		transform: rotate(180deg);
	}

	.fc-phone input.fc-phone-input {
		padding: 10px 12px 10px 10px;
	}

	.fc-country-dropdown {
		display: none;
		position: absolute;
		top: calc(100% + 8px);
		left: 0;
		width: 290px;
		max-height: 300px;
		background: #ffffff;
		border: 1px solid #e3e6ea;
		border-radius: 10px;
		box-shadow: 0 16px 34px rgba(20, 40, 70, 0.2);
		z-index: 50;
		overflow: hidden;
	}

	.fc-country-select.open .fc-country-dropdown {
		display: flex;
		flex-direction: column;
	}

	.fc-country-search {
		padding: 10px;
		border-bottom: 1px solid #eef0f2;
		flex: none;
	}

	.fc-country-search input {
		width: 100%;
		border: 1px solid #e3e6ea;
		border-radius: 7px;
		padding: 8px 10px;
		font-size: 12.5px;
		outline: none;
		color: #1b3a5c;
	}

	.fc-country-search input::placeholder {
		color: #a6acb6;
	}

	.fc-country-list {
		list-style: none;
		margin: 0;
		padding: 6px 0;
		overflow-y: auto;
		max-height: 230px;
	}

	.fc-country-list li {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 9px 14px;
		font-size: 12.5px;
		color: #1b3a5c;
		cursor: pointer;
		white-space: nowrap;
	}

	.fc-country-list li:hover,
	.fc-country-list li.active {
		background: #f2f8f2;
	}

	.fc-country-list li .fc-flag {
		font-size: 16px;
		flex: none;
	}

	.fc-country-list li .fc-cname {
		flex: 1;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.fc-country-list li .fc-ccode {
		color: #6b7280;
		font-weight: 600;
		flex: none;
	}

	.fc-country-list li.fc-no-result {
		color: #9aa1ac;
		cursor: default;
		justify-content: center;
	}
	/* ============ /Phone field ============ */

	.fc-body {
		padding: 20px 34px 30px 34px;
	}

	.fc-consent {
		display: flex;
		gap: 9px;
		margin: 8px 0 6px 0;
	}

	.fc-consent .fc-checkbox {
		width: 14px;
		height: 14px;
		border: 1.5px solid #c6cbd3;
		border-radius: 3px;
		margin-top: 2px;
		flex: none;
		cursor: pointer;
	}

	.fc-consent p {
		color: #9aa1ac;
		font-size: 10px;
		line-height: 1.5;
	}

	.fc-consent a {
		color: #3e9142;
		font-weight: 500;
		text-decoration: none;
	}

	.fc-cta {
		width: 100%;
		padding: 15px;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		background: linear-gradient(90deg, #3e9142, #6dc24a);
		color: #fff;
		font-weight: 500;
	}

	.fc-cta:hover {
		opacity: 0.92;
	}

	.fc-cta:disabled {
		opacity: 0.6;
		cursor: not-allowed;
	}

	/* NEW: Seat/Pax Modal */
.fc-pax-modal {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 340px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(20,40,70,0.2);
    z-index: 100;
    padding: 16px;
    border: 1px solid #e3e6ea;
}

.fc-pax-modal.open { display: block; }

.fc-pax-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f2f5;
}

.fc-pax-row:last-child { border-bottom: none; }

.fc-pax-label {
    display: flex;
    flex-direction: column;
}

.fc-pax-label small {
    color: #6b7280;
    font-size: 12px;
}

.fc-counter {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fc-counter button {
    width: 28px;
    height: 28px;
    border: 1px solid #3e9142;
    background: #fff;
    color: #3e9142;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
}

.fc-counter button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Calendar */
.fc-calendar {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(20,40,70,0.2);
    z-index: 100;
    padding: 16px;
    width: 320px;
    display: none;
}

.fc-calendar.open { display: block; }

.fc-cal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
}

.fc-cal-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
}

.fc-cal-days div {
    padding: 8px 4px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 13px;
}

.fc-cal-days .today { background: #e6f4e9; }
.fc-cal-days .selected { background: #3e9142; color: white; }

.business-flight-section {
		position: relative;
		background: url(https://www.farescasa.com/media/img/hero/hero-banner-poster.jpg)
			center center;
		background-size: cover;
		overflow: hidden;
	}

	.business-flight-section .overlay {
		position: absolute;
		inset: 0;
		background: rgba(8, 30, 60, 0.3);
	}

	.offer-card {
		position: relative;
		height: 100%;
		background: #fff;
		border-radius: 18px;
		padding: 40px;
		box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
	}

	.offer-tag {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		background: #edf8e7;
		color: #4d9d1d;
		font-size: 13px;
		font-weight: 500;
		border-radius: 50px;
		padding: 10px 18px;
		margin-bottom: 1.25rem;
	}

	.offer-card h2 {
		text-wrap: balance;
	}

	.offer-card p {
		font-size: 1.25rem;
		margin-bottom: 1.75rem;
	}

	.price-table {
		width: 100%;
		border: 1px solid #eee;
		border-radius: 12px;
		overflow: hidden;
	}

	.table-header {
		background: #eef7df;
		font-weight: 700;
		color: #1b2d52;
	}

	.table-header th {
		padding: 1rem;
		border-right: 1px solid #dfe8d6;
	}

	.table-row {
		width: 100%;
		border-top: 1px solid #ededed;
	}

	.table-row td {
		padding: 15px 16px;
		border-right: 1px solid #ededed;
		color: #555;
	}

	.table-row td:last-child {
		font-weight: 500;
	}

	.booking-placeholder {
		padding: 2rem 1.5rem;
		background: #ffffff;
		border-radius: 18px;
		box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
	}
	.booking-placeholder form .fc-card {
		margin-top: 0;
		box-shadow: 0 5px 20px rgba(20, 40, 70, 0.08);
	}
	.booking-placeholder form .fc-body {
		padding: 1rem 1rem 0.5rem;
	}

	.small-title {
		display: inline-block;
		padding: 0.45rem 1rem;
		border-radius: 50rem;
		background: #eef8e8;
		color: #63b32e;
		font-size: 0.8rem;
		font-weight: 600;
		letter-spacing: 0.08rem;
	}

	.timeline {
		position: relative;
		padding-left: 4rem;
	}

	.timeline::before {
		content: "";
		position: absolute;
		left: 1.6rem;
		top: 0;
		bottom: 0;
		width: 0.13rem;
		background: #b9dc93;
	}

	.timeline-item {
		position: relative;
		margin-bottom: 1.75rem;
	}

	.timeline-item::before {
		content: "";
		position: absolute;
		left: -2.85rem;
		top: 30%;
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		background: #63b32e;
		border: 0.2rem solid #eef8e8;
	}

	.card {
		transition: 0.35s;
	}

	.card:hover {
		transform: translateY(-0.2rem);
		box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08) !important;
	}

	#scrollTopBtn {
	position: fixed;
	bottom: 100px;
	right: 55px;
	font-size: 18px;
	border: none;
	outline: none;
	background-color: var(--bs-primary);;
	color: white;
	cursor: pointer;
	width: 3rem;
	aspect-ratio: 1;
	border-radius: 50%;
	z-index: 99;
	transition: 0.4s;
	transform: translateY(150px);
}

#scrollTopBtn:hover {
	background-color: var(--bs-link-hover-color);
}
	@media (min-width: 992px) {
		.offer-card h2 { font-size: 2.5rem; }
	}

		@media (max-width: 991px) {
		.offer-card {
			margin-bottom: 30px;
		}
	}

	@media (max-width: 768px) {
		.timeline {
			padding-left: 2rem;
		}

		.timeline::before {
			left: 0.7rem;
		}

		.timeline-item::before {
			left: -1.1rem;
		}
	}

	@media (max-width: 767px) {
		.offer-card {
			padding: 25px;
		}

		.offer-card p {
			font-size: 16px;
		}

		.table-header tr,
		.table-row tr {
			padding: 12px 10px;
		}
	}
	@media (max-width: 564px) {
		.booking-placeholder { padding: 1rem 0.75rem; }
		.booking-placeholder form .fc-card { max-width: 100%; padding-inline: 1rem; }
		.booking-placeholder form .fc-body { padding-inline: 0.75rem; }
	}

	/* ============================================
   Farescasa - Modern Flight Search Loader v4
   Hero banner + promo strip + premium card
   ============================================ */

html body #immediate {
  position: fixed !important;
  top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
  width: 100vw !important; height: 100vh !important;
  margin: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: #0b1220 !important;
  font-family: "Segoe UI", Roboto, Arial, sans-serif !important;
}

#immediate::before,
#immediate::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.3;
  pointer-events: none;
}
#immediate::before {
  width: 420px; height: 420px; background: #16a97a;
  top: -120px; left: -100px;
  animation: fc-float-a 9s ease-in-out infinite;
}
#immediate::after {
  width: 380px; height: 380px; background: #2563eb;
  bottom: -140px; right: -100px;
  animation: fc-float-b 11s ease-in-out infinite;
}
@keyframes fc-float-a { 0%,100%{transform:translate(0,0);} 50%{transform:translate(40px,30px);} }
@keyframes fc-float-b { 0%,100%{transform:translate(0,0);} 50%{transform:translate(-30px,-40px);} }

#immediate * { box-sizing: border-box; }

#immediate .fc-loader-card {
  position: relative;
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  animation: fc-pop-in 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  margin: auto;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
}

@keyframes fc-pop-in {
  from { opacity: 0; transform: translateY(18px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

/* ---------- Hero banner (illustrated, no photos) ---------- */
.fc-hero {
  position: relative;
  height: 128px;
  flex-shrink: 0;
  background: linear-gradient(180deg, #1e88e5 0%, #4fb0e8 55%, #bfe6f5 100%);
  overflow: hidden;
}

.fc-hero-sun {
  position: absolute;
  top: -30px;
  right: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 70%);
}

.fc-cloud {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  opacity: 0.9;
}
.fc-cloud::before, .fc-cloud::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
}
.fc-cloud-1 { width: 70px; height: 22px; top: 22px; left: 12%; opacity: 0.85; animation: fc-drift 18s linear infinite; }
.fc-cloud-1::before { width: 34px; height: 34px; top: -16px; left: 8px; }
.fc-cloud-1::after  { width: 24px; height: 24px; top: -10px; left: 36px; }

.fc-cloud-2 { width: 50px; height: 16px; top: 58px; left: 55%; opacity: 0.7; animation: fc-drift 24s linear infinite; animation-delay: -6s; }
.fc-cloud-2::before { width: 22px; height: 22px; top: -10px; left: 6px; }
.fc-cloud-2::after  { width: 16px; height: 16px; top: -6px; left: 24px; }

.fc-cloud-3 { width: 40px; height: 14px; top: 14px; left: 75%; opacity: 0.6; animation: fc-drift 20s linear infinite; animation-delay: -12s; }
.fc-cloud-3::before { width: 18px; height: 18px; top: -8px; left: 4px; }
.fc-cloud-3::after  { width: 14px; height: 14px; top: -5px; left: 20px; }

@keyframes fc-drift {
  from { transform: translateX(-40px); }
  to   { transform: translateX(calc(100vw)); }
}

.fc-hero-skyline {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 34px;
}
.fc-hero-skyline svg { width: 100%; height: 100%; display: block; }

.fc-hero-plane {
  position: absolute;
  top: 40px;
  left: -10%;
  width: 46px;
  height: 46px;
  color: #ffffff;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.15));
  animation: fc-hero-fly 5s linear infinite;
}
.fc-hero-plane svg { width: 100%; height: 100%; }

@keyframes fc-hero-fly {
  0%   { left: -10%; transform: translateY(0) rotate(8deg); }
  50%  { left: 55%;  transform: translateY(-6px) rotate(8deg); }
  100% { left: 115%; transform: translateY(0) rotate(8deg); }
}

.fc-hero-badge {
  position: absolute;
  left: 16px;
  bottom: 14px;
  color: #0f3d3e;
  background: rgba(255, 255, 255, 0.92);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100% - 32px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fc-hero-badge svg { width: 13px; height: 13px; color: #0d9668; flex-shrink: 0; }

/* ---------- Promo strip (rotating offers) ---------- */
.fc-promo {
  position: relative;
  background: linear-gradient(90deg, #ecfdf5, #f0fdf4);
  border-bottom: 1px solid #e2f5ec;
  padding: 9px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.fc-promo-tag {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #0d9668;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fc-promo-tag svg { width: 12px; height: 12px; color: #fff; }

.fc-promo-track {
  position: relative;
  flex: 1;
  height: 16px;
  overflow: hidden;
}

.fc-promo-item {
  position: absolute;
  inset: 0;
  font-size: 12px;
  font-weight: 600;
  color: #0d6b4d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transform: translateY(6px);
  animation: fc-promo-cycle 9s infinite;
}
.fc-promo-item:nth-child(1) { animation-delay: 0s; }
.fc-promo-item:nth-child(2) { animation-delay: 3s; }
.fc-promo-item:nth-child(3) { animation-delay: 6s; }

@keyframes fc-promo-cycle {
  0%   { opacity: 0; transform: translateY(6px); }
  6%   { opacity: 1; transform: translateY(0); }
  28%  { opacity: 1; transform: translateY(0); }
  34%  { opacity: 0; transform: translateY(-6px); }
  100% { opacity: 0; }
}

/* ---------- Progress bar ---------- */
#immediate .progress {
  width: 100%;
  height: 4px;
  background: #eef1f5;
  overflow: hidden;
  flex-shrink: 0;
}
#immediate .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #0d9668, #22c98d, #0d9668);
  background-size: 200% 100%;
  animation: fc-shimmer 1.6s linear infinite;
  transition: width 0.4s ease;
}
@keyframes fc-shimmer { 0%{background-position:0% 0;} 100%{background-position:-200% 0;} }

#immediate_inner {
  padding: clamp(20px, 5vw, 28px) clamp(20px, 6vw, 30px) clamp(20px, 5vw, 26px);
  text-align: center;
  overflow-y: auto;
}

.loadP {
  margin: 0 0 clamp(18px, 4vw, 24px);
  font-size: clamp(14.5px, 3.6vw, 17px);
  font-weight: 700;
  color: #10182b;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.fc-dots { display: inline-flex; gap: 3px; }
.fc-dots i {
  width: 5px; height: 5px; border-radius: 50%; background: #0d9668;
  display: inline-block; animation: fc-dot-bounce 1.2s ease-in-out infinite;
}
.fc-dots i:nth-child(2) { animation-delay: 0.15s; }
.fc-dots i:nth-child(3) { animation-delay: 0.3s; }
@keyframes fc-dot-bounce {
  0%,80%,100% { opacity: 0.25; transform: translateY(0); }
  40% { opacity: 1; transform: translateY(-3px); }
}

/* Route row */
.cont-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: clamp(18px, 5vw, 24px);
  flex-wrap: nowrap;
  background: #f8f9fb;
  border-radius: 16px;
  padding: 16px 14px;
}

.air-dtl { flex: 1 1 0; min-width: 0; text-align: center; }
.air-dtl h2 {
  margin: 0;
  font-size: clamp(18px, 5.5vw, 24px);
  font-weight: 800;
  color: #10182b;
  letter-spacing: 0.4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.air-dtl h3 {
  margin: 5px 0 0;
  font-size: clamp(10.5px, 2.6vw, 12px);
  font-weight: 600;
  color: #8892a3;
  white-space: nowrap;
}
.fc-date-pill {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 20px;
  background: #e4f7ee;
  color: #0d9668;
  font-size: 10px;
  font-weight: 700;
}

.load-gif { flex: 1.3 1 0; min-width: 60px; display: flex; align-items: center; justify-content: center; }
.fc-route-line { position: relative; width: 100%; max-width: 120px; height: 20px; display: flex; align-items: center; }
.fc-route-line::before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%; height: 2px; transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, #d7dbe3 0, #d7dbe3 6px, transparent 6px, transparent 12px);
}
.fc-dot { position: absolute; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: #0d9668; transform: translateY(-50%); }
.fc-dot-start { left: 0; }
.fc-dot-mid { left: 50%; margin-left: -3px; opacity: 0.5; background: #c3c9d4; }
.fc-dot-end { right: 0; background: #c3c9d4; }

.fc-plane {
  position: absolute; top: 50%; left: 0; width: 16px; height: 16px; color: #0d9668;
  transform: translate(0, -50%) rotate(90deg);
  animation: fc-fly 2.6s ease-in-out infinite;
  filter: drop-shadow(0 1px 3px rgba(13, 150, 104, 0.4));
}
.fc-plane svg { width: 100%; height: 100%; }
@keyframes fc-fly {
  0%   { left: 0%;   transform: translate(0, -50%) rotate(90deg); }
  48%  { left: calc(100% - 16px); transform: translate(0, -50%) rotate(90deg); }
  50%  { left: calc(100% - 16px); transform: translate(0, -50%) rotate(90deg); }
  50.01% { transform: translate(0, -50%) rotate(-90deg); }
  98%  { left: 0%; transform: translate(0, -50%) rotate(-90deg); }
  100% { left: 0%; transform: translate(0, -50%) rotate(90deg); }
}

/* Airline logos */
.loading_lgs {
  list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: clamp(8px, 2vw, 12px); margin: 0; padding: 0;
}
.fc-airline-pill {
  position: relative;
  width: clamp(42px, 10vw, 48px); height: clamp(42px, 10vw, 48px);
  border-radius: 13px; background: #ffffff; border: 1px solid #ecedf1;
  box-shadow: 0 2px 6px rgba(16, 24, 43, 0.06);
  display: flex; align-items: center; justify-content: center;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.loading_lgs li.searching .fc-airline-pill { opacity: 0.55; }
.loading_lgs li.loaded .fc-airline-pill {
  opacity: 1; border-color: #bdeeda; box-shadow: 0 4px 12px rgba(13, 150, 104, 0.15); transform: translateY(-1px);
}
.fc-airline-pill img { width: 58%; height: 58%; object-fit: contain; }
.fc-airline-fallback {
  width: 68%;
  height: 68%;
  border-radius: 8px;
  background: linear-gradient(135deg, #0d9668, #22c98d);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
}
.fc-status {
  position: absolute; bottom: -6px; right: -6px; width: 17px; height: 17px; border-radius: 50%;
  background: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 1px 4px rgba(16, 24, 43, 0.2);
}
.fc-spinner {
  width: 9px; height: 9px; border-radius: 50%; border: 2px solid #e3e6ec; border-top-color: #94a3b8;
  animation: fc-spin 0.7s linear infinite;
}
@keyframes fc-spin { to { transform: rotate(360deg); } }
.fc-tick { width: 11px; height: 11px; color: #0d9668; display: none; }
.fc-tick.tick_image_show { display: flex; align-items: center; justify-content: center; animation: fc-tick-pop 0.3s ease; }
@keyframes fc-tick-pop { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }
.fc-tick svg { width: 100%; height: 100%; }

/* Responsive */
@media (max-width: 600px) {
  #immediate .fc-loader-card { max-width: 400px; border-radius: 20px; }
  .fc-hero { height: 110px; }
}
@media (max-width: 420px) {
  .cont-cover { flex-wrap: wrap; row-gap: 12px; padding: 14px 12px; }
  .air-dtl { flex: 1 1 40%; }
  .load-gif { order: 3; flex: 1 1 100%; }
  .fc-route-line { max-width: 100%; }
  .fc-hero { height: 96px; }
  .fc-promo-item { font-size: 11px; }
}
@media (max-width: 340px) {
  .fc-airline-pill { width: 38px; height: 38px; border-radius: 11px; }
  .loadP { font-size: 13px; }
}