@import url("https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&amp;display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons%401.11.3/font/bootstrap-icons.css");
@import url("bootstrap.min.css");
/*-- color style --*/
/*-- font style --*/
/*-- theme style --*/
/*-- media query --*/
* {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #008CFF;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: #0393D2;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #000000;
}

.form-control:focus {
  color: #000000;
  background-color: #ffffff;
  border-color: #008CFF;
  outline: 0;
  box-shadow: none;
}

html {
  font-size: 1rem;
}

body {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}

a,
a:hover {
  text-decoration: none;
}

.theme-bg-primary {
/* background-color: #0393D2; */
  background-color: #012169;	
}

.theme-bg-secondary {
  background-color: #000000;
}

.theme-bg-accent-one {
  background-color: #5D5D5D;
}

.theme-bg-accent-two {
  background-color: #9F9F9F;
}

.theme-bg-white {
  background-color: #ffffff;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #0393D2;
}

.theme-text-secondary {
  color: #000000;
}

.theme-text-accent-one {
  color: #5D5D5D;
}

.theme-text-accent-two {
  color: #9F9F9F;
}

.theme-text-accent-three {
  color: #DDDDDD;
}

.theme-text-accent-four {
  color: #EFFAFF;
}

.text-green {
  color: #00A45D;
}

.theme-box-shadow {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.theme-text-shadow {
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

.theme-border-radius {
  border-radius: 10px;
}

.min-w-150 {
  min-width: 150px;
}

.btn-shop {
  background-color: #ffffff;
  color: #0393D2;
  border-radius: 50px;
  min-width: 150px;
}
.btn-shop:hover {
  background-color: #0393D2;
  color: #ffffff;
}

.link-btn {
  background-color: #EFFAFF;
  color: #0393D2;
  border-radius: 50px;
  min-width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn:hover {
  background-color: #0393D2;
  color: #ffffff;
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #ffffff;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.recomended-btn {
  background-color: #EFFAFF;
  color: #5D5D5D;
  border-radius: 50px;
  border: none;
}
.recomended-btn:hover {
  background-color: #0393D2;
}

.theme-btn-outline {
  background-color: #ffffff;
  color: #0393D2;
  border-radius: 50px;
  border: 1px solid #0393D2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  font-size: 0.8rem;
}
.theme-btn-outline:hover {
  background-color: #0393D2;
  color: #ffffff;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #000000;
  border-radius: 5px;
  color: #ffffff;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.head-wrapper {
  display: block;
  min-height: auto;
  position: relative;
  z-index: 2;
}
.head-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background: #5D5D5D;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.header {
  box-shadow: 0px 3px 20px rgba(200, 16, 46, 0.1);
  /* background-color: #C8102E; */
	background-color:#012169; 
	/* background-color:#ffffff;*/
}

.page-menu li a {
  /* color: #f0f8ff; */
  color:#ffffff;
  left:10%;
}
.page-menu li a.mein-link {
  padding: 1.5rem 1.5rem !important;
}
@media screen and (max-width: 992px) {
  .page-menu li a.mein-link {
    padding: 1rem 0 !important;
  }
}
.page-menu li a:hover {
  color: #ffffff;
	text-decoration: underline;
}
.page-menu li a.active {
  color: #ffffff;
	text-decoration: underline;

}

.user i {
  color: #ffffff;
}
.user::after {
  content: "";
  display: none;
}

.sub-menu {
  text-align: center;
}
.sub-menu li {
  display: inline-block;
}
.sub-menu li a {
  padding: 0px 0.5rem;
}

.search-engine {
  /* padding: 12rem 0 5rem 0; */
  padding: 0.1rem 0 1rem 0;
  /* background: url(../images/section/banner-image.png); */
  background-size: cover;
  min-height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.search-result {
  /* padding: 12rem 0 5rem 0; */
  padding: 1rem 0 1rem 0;
  /* background: url(../images/section/banner-image.png); */
  background-size: cover;
  min-height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  /* min-height: 220px; */
}
@media screen and (max-width: 992px) {
  .search-result {
    padding: 1rem 0;
    background-attachment: fixed;
  }
}
.search-result:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(19,93,209,1) 35%, rgba(0,212,255,1) 100%);  /* background: #012169; */
  /* background: linear-gradient(180deg, rgba(3, 147, 210, 0.3281687675) 0%, rgba(0, 0, 0, 0.762342437) 100%); */
}


@media screen and (max-width: 992px) {
  .search-engine {
    padding: 1rem 0;
    background-attachment: fixed;
  }
}
.search-engine:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: #012169;
  /* background: linear-gradient(180deg, rgba(3, 147, 210, 0.3281687675) 0%, rgba(0, 0, 0, 0.762342437) 100%); */
}

.cust-tab li .nav-link,
.cust-tab li .nav-link.active {
  background-color: transparent;
  border: 0px solid transparent;
  color: #ffffff;
  position: relative;
}
.cust-tab li .nav-link:hover,
.cust-tab li .nav-link.active:hover {
  color: #0393D2;
}
.cust-tab li .nav-link.active:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
}

.cust-pills .nav-item .nav-link {
  /* color: #ffffff; */
  /* background-color: transparent; */
  /* border: none; */
  /* padding: 0.5rem 1rem 1.5rem 0rem; */
	color: #0c0c0c;
    background-color: #fdfafb;
   
}
@media screen and (max-width: 992px) {
  .cust-pills .nav-item .nav-link {
    /* padding: 0.5rem 0.5rem 1.5rem 0rem; */
	padding:0.5rem 0.5rem 0.5rem 0.5rem;	
    	font-size: 0.8rem;
  }
	.cust-pills .nav-item .active {
		padding:0.5rem 0.5rem 0.5rem 0.5rem;	
    		font-size: 0.8rem;
	}
}
.cust-pills .nav-item .nav-link:hover {
  border-color: transparent;
  /* color: #0393D2; */
  background-color: cornflowerblue;
}
.cust-pills .nav-item .active {
	color: #ffffff !important;
    background-color: #012169;
    border: 5px solid cornflowerblue;
   padding:0.5rem 0.5rem 0.5rem 0.5rem;	
	 margin-right: 5px;
	margin-bottom: 5px;
}
.cust-pills .nav-item span {
  border: 1px solid #0393D2;
}
.cust-pills .nav-item .active span {
  background: #0393D2 !important;
  border: 1px solid #0393D2;
  position: relative;
}

.search-pan {
  background: #ffffff;
  padding: 0.8rem;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-pan .dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 50%;
}
.search-pan .dropdown .dropdown-menu {
  width: 100%;
  padding: 0px 0.5rem;
  border-radius: 0.5rem;
  /*-- Droup down Traveller --*/
}
.search-pan .dropdown .dropdown-menu .drop-rest li {
  border-bottom: 1px solid #DDDDDD;
  display: flex;
  padding: 1rem 0 1rem 0;
}
.search-pan .dropdown .dropdown-menu .drop-rest li span {
  font-size: 14px;
  font-weight: 500;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .br {
  display: block;
  padding-top: 0px;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .btn {
  background-color: #000000;
  color: #ffffff;
}
.search-pan .dropdown .dropdown-menu .drop-rest li .btn:hover {
  background-color: #000000;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input {
  align-items: center;
  width: 55%;
}
@media screen and (max-width: 992px) {
  .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 30%;
  }
}
@media screen and (max-width: 575px) {
  .search-pan .dropdown .dropdown-menu .plus-minus-input {
    width: 50%;
  }
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button {
  background-color: #ffffff;
  border: 1px solid #0393D2;
  color: #0393D2;
  border-radius: 0.2rem;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-button button:hover {
  background-color: #0393D2;
  color: #ffffff;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field {
  text-align: center;
  width: 40%;
  background: transparent;
  border: 0;
  margin-left: 0px !important;
}
.search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-inner-spin-button, .search-pan .dropdown .dropdown-menu .plus-minus-input .input-group-field::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.search-pan .form-group {
  position: relative;
  border-right: 1px solid #DDDDDD;
  padding-left: 1rem;
}
@media screen and (max-width: 992px) {
  .search-pan .form-group {
    border-right: 0px solid #DDDDDD;
    border-bottom: 1px solid #9F9F9F;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.search-pan .input-group {
  color: inherit;
}
.search-pan .form-label {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  font-weight: bold;
  color: #000;
}
.search-pan .form-control {
  /* font-size: 0.8rem; */
  color: #000;
  padding: 0;
  border: 0px;
  text-decoration: none;
  border-radius: 50px;
  text-align: left;
}
.search-pan .dropdown-toggle::before {
  color: #000;
  right: 0.8rem;
}

.btn-search {
    background-color: #012169;
    min-height: 48px;
    color: #ffffff;
    max-width: 175px;
    width: 100%;
    border-radius: 0px;
    border: none;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-search:before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: -100%;
  background: #c8102e;
  transition: all 0.2s;
  z-index: -1;
}
.btn-search:hover {
  color: #ffffff;
}
.btn-search:hover:before {
  top: 0;
  left: 0;
}

.sector-add {
  font-size: 0.625rem;
  background-color: #EFFAFF;
  border-radius: 50px;
  color: #5D5D5D;
  padding: 0 10px;
}

.mode-switch {
  position: relative;
  font-size: 0.8rem;
}
.mode-switch input[type=checkbox] {
  cursor: pointer;
  width: 50px;
  height: 25px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.mode-switch input[type=checkbox]:checked + label.mode-switch-inner:after {
  content: attr(data-on);
  left: 80px;
  background: #6495ed;
}
.mode-switch input[type=checkbox]:checked + label.mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 20px;
}
.mode-switch > label.mode-switch-inner {
  margin: 0px;
  width: 160px;
  height: 30px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.mode-switch > label.mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  top: 7px;
  right: 20px;
}
.mode-switch > label.mode-switch-inner:after {
  content: attr(data-off);
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: #6495ed;
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  transition: all 0.3s ease;
  color: #ffffff;
}

.subs-form {
  position: relative;
  min-height: 60px;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 0.5rem;
}
.subs-form input {
  border-radius: 50px;
  font-size: 0.875rem;
}
.subs-form button {
  border-radius: 50px !important;
  min-width: 150px;
  font-size: 0.875rem;
}

.testimonials {
  position: relative;
  background-color: rgba(3, 147, 210, 0.05);
}
.testimonials .client-con {
  text-align: justify;
  background-color: #ffffff;
  border-radius: 50px;
}

.footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.footer .fl-menu li {
  list-style: none;
  line-height: 34px;
}
.footer .fl-menu li a {
  color: #9F9F9F;
  position: relative;
  font-size: 0.875rem;
}
.footer .fl-menu li a:hover {
  color: #0393D2;
}
.footer .footer-link li {
  line-height: 2.5rem;
  padding: 0 1rem;
}
.footer .footer-link li a {
  color: #9F9F9F;
  padding: 0 0 0.5rem 0;
  font-size: 0.8rem;
}
.footer .footer-link li a:hover {
  color: #0393D2;
}
.footer .social a,
.footer .social .botom-link {
  color: #5D5D5D;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #0393D2;
}

.recommended {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.recommended .card-wrap {
  background-color: #ffffff;
}
.recommended .card-wrap .con-img-wrap {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.recommended .card-wrap .con-img-wrap img {
  transition: all 0.2s ease;
}
.recommended .card-wrap .con-img-wrap img:hover {
  transform: scale(1.1);
}
.recommended .card-wrap .con-img-wrap .offer-tag {
  background-color: #0393D2;
  border-radius: 0 0 50% 50%;
  width: 50px;
  height: 45px;
  display: block;
  position: absolute;
  left: 50px;
  top: 0px;
  text-align: center;
  line-height: normal;
  color: #000000;
  font-size: 0.8rem;
}
.recommended .card-wrap .con-img-wrap .wishlist-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  display: flex;
  width: 30px;
  height: 30px;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  line-height: normal;
  border-radius: 100%;
  color: #000000;
  cursor: pointer;
}
.recommended .card-wrap .con-img-wrap .wishlist-tag:hover {
  background: #0393D2;
  color: #ffffff;
}
.recommended .card-wrap .con-wrap .rating-cover {
  color: #9F9F9F;
}
.recommended .card-wrap .con-wrap .rating-cover i {
  color: #ffc107;
}
.recommended .card-wrap .con-wrap .timing {
  color: #9F9F9F;
}
.recommended .card-wrap .con-wrap .timing i {
  color: #0393D2;
}

.special-offers {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.special-offers .box {
  position: relative;
  max-height: 450px;
  height: 450px;
  background-color: #5D5D5D;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 50px;
  padding-left: 3rem;
}
.special-offers .box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0393D2;
  background: linear-gradient(180deg, rgba(3, 147, 210, 0.3281687675) 0%, rgba(0, 0, 0, 0.762342437) 100%);
  z-index: 0;
}
.special-offers .box .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 1;
}
.special-offers .product01 {
  background-image: url(../images/section/product-banner01.png);
}
.special-offers .product02 {
  background-image: url(../images/section/product-banner02.png);
}

.destinations {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
.destinations .destination-pill .nav-item .nav-link.active {
  background-color: #EFFAFF;
  color: #000000;
  border-radius: 50px;
}
.destinations .destination-pill .nav-item .nav-link {
  color: #000000;
}

/*-- flight experience css --*/
.experience {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-bottom: 3rem;
}
.experience .wrap {
  position: relative;
  background-color: rgba(3, 147, 210, 0.1);
  background-image: url(../images/section/bg-picture.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 6rem;
  background-position: center center;
  background-attachment: fixed;
  border-radius: 50px;
  overflow: hidden;
}
.experience .wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.experience .group {
  display: flex;
  min-height: 120px;
  border-radius: 50px;
  justify-content: center;
  background-position: center center;
}
.experience .video-icon {
  border-radius: 50%;
  background-color: #0393D2;
  color: #ffffff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
}
.experience .video-icon:hover {
  background-color: #000000;
}
.experience .video-icon:hover i {
  color: #0393D2;
}
.experience .video-icon i {
  color: #ffffff;
  font-size: 2rem;
}

.action {
  width: 3.75rem;
  height: 3.75rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  animation: pulseBig infinite 4s linear;
}
.action:hover {
  background-color: #000000;
}

.popular-routes {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
.popular-routes .flightLine {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.popular-routes .flightLine > * {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border: 1px solid #DDDDDD;
  border-radius: 100%;
}
.popular-routes .flightLine > :first-child {
  left: 0;
  background-color: #DDDDDD;
}
.popular-routes .flightLine > :nth-child(2) {
  right: 0;
  background-color: #DDDDDD;
}/*# sourceMappingURL=main.css.map */


.tophead-email {
	/* max-width: 1265px!important; */
    height: 55px!important;
    padding: 15px 30px;
    /* margin: 0px 0px 0px 57px; */
    /* background-color: #012169!important; */
    color: #ffffff!important;
}	

.tophead-mob {
    /* max-width: 1265px !important; */
    height: auto;
    padding: 18px 15px;
    /* margin: 0px 0px 0px 57px; */
    /* background-color: #012169 !important; */
    color: #181414 !important;
    columns: 2;
}	

.topheader {
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
	padding: 15px 0;
}

.theme-bg-color	{
	background-color:#ffffff;
}
.header .navbar-expand-lg .navbar-collapse {
    
    flex-flow: column;
}
.tophead-mob .form-group {
    text-align: right;
}
/*--- Logo Carousel --*/

.slider-area h2 {
	text-align: center;
	font-family: impact;
	font-size: 30px;
	/* font-weight: 500; */
	/* text-transform: uppercase; */
	/* letter-spacing: 2px; */
	/* margin: 0 0 30px 0; */
	color: #fff;
	padding-top:3%
}
.wrapper {
	display: flex;
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	/* border-radius: 180px; */
	padding: 2.5rem;
	/* background: #ddd; */
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.item {
	animation: animate 10s alternate linear infinite;
}
.container:hover .item {
	animation-play-state: paused;
}
@keyframes animate {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(-300px, 0, 0);
	}
}
@media (max-width:767px) {
	.slider-area h2 {
		font-size: 30px;
	}
	.wrapper {
		width: 95%;
		border-radius: 0;
		padding: 0;
	}
}

.parallax {
  /* The image used */
  background-image: url("../images/section/parallax5.jpg");

  /* Set a specific height */
  min-height: 270px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ml-5 
{
	margin-left:5px;
}	

.check-icon {
	width: 15px;
    position: absolute;
    right: 98%;
    top: 5px;
}

.flight-card{
    border: 2px solid black;
    background-color: #ffffff;
    width: 320%;
    height: 230px;
  /* box-shadow: 5px 10px #888888; */
	
}

.airline-logo{
	/* position: absolute; */
	margin-top: 75px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
}

.airline-logo img{
	width:70%;
}

.from-airport-code{
	margin: 95px 0;
	text-align:center;
}

.flight-icon{
	margin: 90px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 2px dotted black;
	border-right: 2px dotted black;
	height:40px;
}

.flight-icon img{ 
	width:25%; 
}

.to-airport-code{
	margin: 95px 0;
	text-align:center;
}

.flight-call{
	/* position: absolute;  */
    /* margin: 15px 0px 0 50px; */
	display: flex;
    justify-content: center;
    align-items: center;
}
.flight-call img{
	width:85%;
	margin-top: -8px;
}
.flight-call p{
	margin-bottom: 9%;
    position: absolute;
	font-size:17px;
}
.flight-call h5{
	margin-top: 40px;
    position: absolute;
    font-size: 12px;
    margin-left: 30px;
	font-weight:700;
}
.flight-call h5 a {
	color:#000000;
}

.flight-list-side img {
	width:78%;
}

.rounded-circle {
	border-radius: 20% !important;
}

.nav-menu {
  	left:65%;
	position: absolute;

}



@media screen and (max-width: 992px) {
	.tophead-email {
		font-size: 18px;
		padding: 17px 30px !important;
  	}

	.tophead-mob {
		padding: 17px 0px !important;
    		font-size: 18px;
  	}
	.typeahead {
	    position: relative;
	    display: inline-block;
	    right: 242px !important;
	}   
}

@media screen and (max-width: 768px) {
	.tophead-email {
		font-size: 15px;
		padding:20px 0;
  	}
	.tophead-mob {
		font-size: 15px;
		padding:20px 30px;
  	}
	.typeahead {
	    right: 153px !important;
	} 
}

@media screen and (max-width: 1200px) {
	.tophead-email {
		padding:15px 30px;
  	}

	.tophead-mob {
		padding:15px 0px;
  	}
	.nav-menu {
  		left:58%;
		position: absolute;
	}
	.typeahead {
	    right: 30px;
	}       

}

@media screen and (max-width: 576px) {
	.tophead-email {
		font-size: 10px;
		padding:20px 20px !important;
  	}
	.tophead-mob {
		font-size: 10px;
		padding:20px 0px !important; 
  	}
	.banner-carousel {
		height: 100px !important;
	}
	.mobile-logo {
		padding-left: 10px !important;
    		width: 55% !important;
	}
	.typeahead {
	    right: 170px !important;
	} 
}

@media screen and (max-width: 520px) {
	.typeahead {
	    right: 110px !important;
	} 
}

@media screen and (max-width: 400px) {
	.typeahead {
	    right: 10px !important;
	} 
}
button.navbar-toggler.px-1.btn.rounded-0 i {
    font-size: 30px;
    display:none;
}
.close-btn{display:none;}
.tophead-mob .form-group {font-size: 1rem; font-weight:600;}
.tophead-mob .form-group a {
    color: #012169;font-weight:300;
}
footer.footer h5 {
    font-size: 18px !important;
}
div#myTabContent {
    margin-top: -46px !important;
    top: -67px;
}
@media (max-width: 767px) and (min-width: 100px) {
    
    .nav-menu {
    left: 0;
    position: static;
}
.airline-logo {
    /* position: absolute; */
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: center;
}
.flight-card {
    border: 2px solid black;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    /* box-shadow: 5px 10px #888888; */
}
.airline-logo img {
    width: 100px;
    margin: 0 auto;
}
.from-airport-code {
    margin: 0px 0;
    text-align: center;
}
.flight-icon {
    margin: 0px 0;
    
}
#deals .col-12.col-md-8.col-lg-3.mb-4.mb-lg-0 img, .flight-list-side img {
    width: 100%;
}

.flight-icon img {
    width: 10% !important;
}
.to-airport-code {
    margin: 0px 0;
    text-align: center;
}
.flight-call p {
    margin-top: -210px;
    position: absolute;
    font-size: 17px;
}
    .airline-logo img {
    width: 150px !important;
}
  .tophead-email {
    font-size: 10px !important;
    padding: 0px 5px !important;
    line-height: 55px;text-align: center;width: 50%;
}
.tophead-mob {
    font-size: 12px !important;
    padding: 0px 4px !important;
    text-align: center;
    width: 100%;
    column-count: auto;
}
  .flight-icon {
    margin: 0px 0;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 0px dotted black;
    border-right: 0px dotted black;
    height: 40px;
}
.theme-bg-white.mb-5 {
    margin: 0px !important;
}
.topheader {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}
.row.reversedha {
    flex-direction: column-reverse;
}
.tophead-mob .form-group {
    text-align: center;
    padding: 3px 0;
}
.col-sm-6.bottomdha {
    border-bottom: 1px solid #6f6b6b;
    padding-bottom: 8px;
    margin-bottom: 4px;
}
.navbar-brand .img-fluid {
    max-width: 70%;
    height: auto;
}
button.navbar-toggler.px-1.btn.rounded-0 {
    float: right;
    margin-top: 11px;
}
button.navbar-toggler.px-1.btn.rounded-0 i {
    font-size: 30px;
        display: block;
}
.side-bar{
 background: #1b1a1b;

 width: 250px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -250px;
 transition: 0.6s ease;
 transition-property: left;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}



.side-bar.active{
 left: 0;
}
    
    .navbar-collapse.side-bar.active.collapse {
    background: rgba(0, 0, 0, 0.80);
    padding: 15px;
    z-index: 9999999999999;display: block;
}
.navbar-collapse.side-bar.active.collapse .close-btn {
    position: absolute;
    left: 250px;
    z-index: 999;
    font-size: 35px;
    color: #ffffff;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    right: 0px;
    width: 100%;
    top: 0;
    height: 100%;
}
header.header.theme-bg-white li.nav-item {
    border-bottom: 1px solid rgb(235 235 235 / 43%);
    padding: 2px;
}
.header ul#nav {margin-top: 40px;}
.navbar-collapse.side-bar.active.collapse .close-btn i.bi.bi-chevron-left {
    position: relative;
    left: -37px;    font-size: 20px;
}
}










div#flight-tab-pane {
    background: #fff;
    box-shadow: 0 0 9px;
    position: relative;
    z-index: 99999;
}
.cust-pills .nav-item .active {
    color: #ffffff;
    border: 0px solid cornflowerblue;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0px;
    padding: 10px 60px;
}

.cust-pills .nav-item .nav-link {
    /* color: #ffffff; */
    /* border: none; */
    /* padding: 0.5rem 1rem 1.5rem 0rem; */
    color: #0c0c0c;
    border-radius: 0px;
    padding: 10px 50px;
}
.col-sm-12.divdha3 {
    text-align: left;
    padding-left: 38px;    margin-top: 12px;
}
.col-sm-12.divdha3 input {margin-right:5px;}
.col-sm-12.divdha3 .inpoot{float: left;
    margin-right: 25px;}
#divdha2{display:none;}
div#myTabContent ul#pills-tab {
    border-bottom: 1px solid #ccc;
}








footer#main-footer {
    background: #003333;
    padding: 60px 0 30px 0;
    color: #e6e6e6;
    font-size: 11px;
    line-height: 1.4em;
}

    footer#main-footer .logo {
        margin-bottom: 15px;
    }

    footer#main-footer a,
    footer#main-footer h1,
    footer#main-footer h2,
    footer#main-footer h3,
    footer#main-footer h4,
    footer#main-footer h5 {
        color: #fff;
    }

    footer#main-footer .form-control {
        background: #FFF;
        border-color: #000;
        color: #000;
    }

        footer#main-footer .form-control:focus {
            border-color: #ed8323;
        }

.list-footer > li {
    margin-bottom: 5px;
}

    .list-footer > li > a:hover {
        text-decoration: underline;
    }
     #sa_fbinner {
        float: right;
    }
    #sa_fbinner.list-horizontal > li, #sa_fbinner.list-inline > li {
    float: left;
    margin-right: 10px;
    padding: 0;
    display: block;
}
    .bg-color-blue {
    background: #3b5998 !important;
}

.bg-color-sky-blue {
    background: #6acff4 !important;
}

.bg-color-red {
    background: #ce1e27 !important;
}

.bg-color-blue-dark {
    background: #3272bd !important;
}

.bg-color-orange {
    background: #d13f2d !important;
}

#sa_fbinner.list-horizontal > li a, #sa_fbinner.list-inline > li a{padding:5px;}
#sa_fbinner.list-horizontal > li a, #sa_fbinner.list-inline > li a {
    padding: 5px 9px;
    border-radius: 3px;
}
div#sa_iatalogo {
    text-align: center;
}

 .component-specialistcta {
        padding: 1px 10px 18px;
        margin-bottom: 20px;
        margin-top: 20px;
        box-shadow: 0 6px 8px -6px rgba(0,0,0,.4);
        background: -webkit-linear-gradient(#fff,#edf0f2);
        background: -o-linear-gradient(#fff,#edf0f2);
        background: -moz-linear-gradient(#fff,#edf0f2);
        background: linear-gradient(#fff,#edf0f2);
    }
.contectusdha {
    width: 100%;
    padding: 60px 0;
}
        .component-specialistcta h2 {
           
            margin-bottom: 20px;
            margin-top: 0;
        }

        .component-specialistcta .cta-container {
            margin-top: 1em;
            clear: both;
            text-align: center;
        }

        .component-specialistcta p span {
            font-weight: 700;
            color: #000;
        }

        .component-specialistcta .cta-container .cta {
            width: 70%;
            margin-top: 10px;
            display: inline-block;
        }
        
.label-light {
        background: #e7e7e7;
        padding: 7px 15px !important;
        color: #404040;
        font-weight: 600;
        font-size: 11px;
    }

    .customermail {
        background: #1c2d4c;
        width: 100%;
        text-align: center;
        padding: 5px;
        color: #FFF;
        font-size: 14px;
        font-weight: bold;    font-weight: bold;
    margin-top: 1em;
    }

        .customermail a {
            color: #FFF;
        }
    .cta {
        max-width: 280px;
    }

    .cta {
        background: #efbf00;
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 8px 24px 8px 10px;
        border: none;
        color: #000;
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        border-radius: 5px;
    }

        .cta:hover {
            color: #FFF !important;
        }
       .contectusdha .box {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);    padding: 15px 17px;
    position: relative;
}