@charset "utf-8";
/* CSS Document */
body{
	font-size: 18px;
	position: relative;
	margin: 0px auto;
}
img {
	object-fit: cover;
	width: 100%;
}
a {
	color: #008bd3;
	text-decoration: none;
}
.logo {
	width: auto;
	max-height:40px;
}
.home-banner{
	height: 500px;
	min-height: 450px;
	max-height: 450px;
	background-size: cover;
}
.inner-banner{
	height: 250px;
	min-height: 250px;
	max-height: 250px;
	background-size: cover;
}
.mid-cont {
	margin-top: 100px;
}
.home-search {
	width: 100%
}
.heading {
	margin: 10px 0;
	font-weight: 500;
	color: #1a2d6a;
}
.sub-heading {
	margin: 20px 0;
	font-weight: 500;
	font-size: 18px;
	color: #40b7ff;
}
.inn-section h1, .inn-section h2, .inn-section h3, .inn-section h4, .inn-section h5, .inn-section h6{
	margin: 40px 0 20px 0;
	font-weight: 500;
	font-size: 24px;
	color: #2F558B;
	background: #CCE8FF;
	padding: 10px;
	border-left: 3px solid #2F558B;
}
.bg-greey-anchor {
	background: #edf6ff;
	border: 1px solid #ccc;
	text-align: left;
}
.bg-greey-anchor a{
	color: #4961AA;
	font-size: 16px;
}
.bg-greey-anchor a:hover{
	text-decoration: underline;
}
.bg-primary {
	background: #2F458C !important;
}
.text-primary {
	color:#2F458C !important;
}
.bdr-1 {
	border: 1px solid #DBDBDB;
}

.nav-pills .nav-link.active {
	background-color: #008bd3
}
.nav-pills .nav-link {
	color: #f04747;
	font-size: 18px;
	margin-bottom: 20px;
	background: #F0F0F0
}

.btn-primary {
	background-color: #008bd3;
    border-color: #008bd3;
}
.btn-primary:hover {
	background-color: #0879b1;
    border-color: #0879b1;
}
.faq-list .accordion-button {
	background: #e1e1e1;
	color: #000;
	margin-bottom: 10px;
}
.header-cont {
	padding: 100px 0;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23689dd4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.footer-about {
	background: #ffffff;
	margin-top:-24px;
	text-align: left;
	color: #000;
}
.footer-about p {
	font-size: 16px;
}
.footer-social .btn {
	background: #008bd3;
	border-color: #008bd3;
}
.footer-social .btn:hover {
	background: #ffffff;
	color: #f04747;
}
.bg-footer-last {
	background: #e5e5e5;
	padding: 15px 10px;
	margin-bottom: 45px;
}
.bg-footer-last img {
	width: 60px;
	height: 30px;
	max-height: 40px;
	margin: 0px 20px;
}
.footer-lin-list a {
	font-size: 16px;
	color: #000;
}
.footer-lin-list a:hover {
	color: #1a2d6a;
}
.footer-lin-list a i{
 font-size: 12px;
}
.footer-lin-list .section-title h3{
	font-size: 24px !important;
	font-weight: 400;
}
.text-sm {
	font-size: 1rem !important;
}
.sticky-bottom {
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding: 5px 10px;
	background: #325391
}
.sticky-bottom img {
	width: 30px;
	padding-bottom: 10px;
}
.sticky-bottom a{
	color: #ffffff;
	font-size: 30px;
	text-decoration: none !important;
}
.bg-dark {
    background-color: #11172b!important;
}
.sticky-top {
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid #fff;
}	
.sticky-top a{
	color: #ffffff;
	margin: 0px;
}
.dropdown-hover:hover>.dropdown-menu {
display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
.mega-menuu {
	list-style: none;
	padding: 0 10px;
	display: grid;
	width: 100%;
	margin: 0px;
	background: #11172b;
}
.mega-menuu li{
	float: left;
	padding: 5px 0;
	margin-right: 2%;
}
.mega-menuu li a{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 14px;
	color: #fff;
}
.mega-menuu li a:hover{
	color: #008bd3;	
}
.navbar{
	padding: 10px 0;
}
.navbar-light .navbar-nav .nav-link.active {
	color: #008bd3;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 16px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #008bd3;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
	border-top: 3px solid #008bd3;
	padding: 0px;
}
.mega-menuu li a.fixx{
	color: #008bd3;
	font-weight: bold;
	font-size: 14px;
}
.nav-link {
	margin-right: 10px;
}
.input-group-text {
	color: #ccc;
	border: 0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	background:#fff;
}
.flgt-search {
	margin: 40px 20px;
	padding: 30px 20px;
	background: rgba(255,255,255,.9);
}
.flgt-search .form-control {
	outline: none;
	border: 0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	color: #000;
	background: #fff;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #939393;
            opacity: 1; /* Firefox */
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #939393;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #939393;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
font-size: 16px;
	border-bottom: 1px solid #f04747
}
.side-barr h4 {
	background: #264F8F;
	color: #ffffff;
	font-size: 18px;
	padding: 10px;
}
.side-list {
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
.side-list li {
	background: url("../images/tick.png") 0px 10px no-repeat;
	padding-left: 20px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 8px;
	padding-top: 8px;
}
.side-list li:last-child{
	border-bottom: 0px;
}
.side-list li a {
	font-size: 16px;
	color: #666;
	line-height: 18px;
}
.side-list li a:hover {
	text-decoration: underline;
}
.ailine-lisst {
	margin-bottom: 40px;
}
.ailine-lisst .card{
	overflow: hidden;
	border-radius: 10px;
}
.ailine-lisst .card:hover {
	box-shadow: 0 10px 10px 2px #8a8a8a;
}
.ailine-lisst img{
	max-height: 160px;
	min-height: 160px;
	object-fit: cover;
	width: 100%;
}
.ailine-lisst h2{
	font-size: 18px;
	color: #1e2d52;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.ailine-lisst h2:hover {
	color: #1e2b4e;
	text-decoration: underline;
}
.ailine-lisst .card-body {
	height: 90px;
}
.ailine-lisst a.card-body {
	padding: .2rem .8rem;
}
.all-airline-list1 {

}
.all-airline-list1 li {
	width: 33%;
	float: left;
	line-height: 30px;
}
.all-airline-list1 li a {
	color: #1a2d6a;
}

.all-airline-list1 li a:hover {
	text-decoration: underline;
}

.two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lisst-2 {
	margin-bottom: 40px;
}
.lisst-2 h2 a, .lisst-2 h2 {
	font-size: 16px;
	color: #294A9A
}
.lisst-2 a.btn {
	background: #2F458C;
	border: 1px solid #2F458C;
}

.blog-item .blog-img img {
    transition: .5s;
    aspect-ratio: 3/2;
}
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}
.blog-item h4 {
    font-size: 16px;
	color: #294A9A
}

.text-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-header {
	display: block;
}
.modal-header .btn-close {
	position: absolute;
	right: 10px;
	top: 10px;
}
.text-16{
	font-size: 16px;
}
.home-form-error {
	position: relative;
	margin-top: 5px;
	color: #E50C10;
	font-weight: 600;
}

/*the container must be positioned relative:*/
.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: -200px;
}

.autocomplete-items div {
  padding: 5px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.inner-faq-list .heading{
	background: #333333;
	color: #FFFFFF;
	padding: 15px 12px;
	border-radius: 10px 10px 0 0;
	margin: 0px;
}
.inner-faq-list .accordion-item {
	border: 0px;
}
.accordion-flush {
	padding-left: 0px !important;
}
.inner-faq-list .accordion-item h2{
	padding: 0px;
	margin: 10px 0px 5px;
}
.inner-faq-list .accordion-item h2 .accordion-button {
	background: #e9e9e9;
    color: #303030;
    margin-bottom: 6px;
	padding: 10px;
}
.inner-faq-list .accordion-item .accordion-body {
	padding: 0px
}
.other-locations {
	margin: 0px;
}
.other-locations h2 {
	text-align: center;
	background: #afdbff;
	color: #000000;
	margin-top: 0px;
}

.other-locations ul li{
	text-align: center;
}

.other-locations ul li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 6px;
	border: 1px solid #afafaf;
}
.other-locations ul li a:hover {
	box-shadow: 0 0 5px 2px #adadad !important;
}
.other-locations ul li a:hover{
	color: #2f3f83;
}

.modal-dialog-1 {
	max-width: 700px !important;
}
.popup-btns {
	text-align: center;
}
.popup-btns button {
	margin: 20px 10px;
}
.btn-dark {
    color: #fff;
    background-color: #032f5a;
    border-color: #032f5a;
}
.wid50 {
	width: 50%;
	float: left;
	position: relative;
	margin: 0 auto;
}
.call-action-btn {
	padding: 10px 20px;
	font-size: 40px;
	font-weight: 700;
	line-height: 80px;
	background: #D02B2E;
	color: #FFFFFF;
}
.call-action-btn:hover {
	background:#BE1619;
	color: #FFFFFF;
}
.call-action-btn i {
	font-size: 30px;
	margin-right: 10px;
}
.flt-rgt {
	float: right;
	text-align: right;
}
.mob-only {
	display: none;
}
.head-call-btn {
	text-align: center;
}
.head-call-btn a{
	margin-left: 15px;
}
.zoom-in-zoom-out {
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background: #E01934;
    border-radius: 100%;
    display: inline-block;
    animation: zoom-in-zoom-out 1.5s ease-out infinite;
}

.home-four-airlines img {
	border-radius: 30px;
	object-fit: cover;
	width: 100%;
	max-height: 380px;
	height: 380px;
}
.inner-4airlines h3 {
	margin-top:-50px ;
	transition: 200ms;
	color: #fff;
}
.overlayy {
	position: relative;
}
.inner-4airlines:hover h3 {
	margin-top:-70px;
	transition: 200ms;
	color: #00c5e7;
}
.round-corner {
	border-radius: 20px;
}
.lisst-check{
 list-style: none;
}
.lisst-check li {
line-height: 30px;
}
.lisst-check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c"; /* Unicode for check icon */
  font-weight: 900; /* Required for solid icons */
  color: #2a3f6f;
  margin-right: 8px;
}
.airline-destination {
	border-radius: 20px;
	border: 1px solid #e0edff;
	position: relative;
	float: left;
	margin-bottom: 25px;
}
.airline-destination:hover {
	border: 1px solid #91bcd4;
}
.airline-destination img {
	border-radius: 20px 20px 0 0;
	max-height: 180px;
	object-fit: cover;
}
.airline-destination a {
	margin: 12px;
	float: left;
	font-size: 16px;
	color: #383838;
	height: 50px;
}
.airline-destination a:hover {
	color: #032f5a;
}


/* Overlay background */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

/* Search box styling */
.search-box {
  background: flex;
  border-radius: 5px;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.detail-cont p {
 font-size: 18px;
 color: #000;
 border-bottom: 1px solid #e6e6e6;
}
.detail-cont i {
	margin-right: 8px;
}

.social-address {
	float: left;
}

.social-address img {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 600px) {
	.home-banner{
	background: #2D538A;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	background-size: cover;
	
}
.logo {
	width: auto;
	max-height:25px;
}
.lisst-check {
	padding: 0px;
}
	.wid50 {
	width: 100%;
}
	.call-action-btn {
	font-size: 30px;
	text-align: center;
}
	.flt-rgt {
		text-align: center;
	}
	.mob-only {
		display: block;
	}
	.sticky-top a{
	font-size: 12px;
	margin: 0px 10px;
}
.sticky-bottom a{
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}
	
}

.pagging {text-align:center;}
.pagging p{margin-top: 15px;}
.pagging svg{height:30px;}
.pagging p{font-size:12px;}

nav {font-size: 16px;}
svg {height: 25px !important;}
nav .justify-between {margin-bottom: 20px !important;}


