/*fonts*/

@font-face {
  font-family: KlavikaBold;

  src: url(../fonts/Klavika-Bold.eot);

  src:
    url(../fonts/Klavika-Bold.eot@) format("embedded-opentype"),
    url(../fonts/Klavika-Bold.woff2) format("woff2"),
    url(../fonts/Klavika-Bold.woff) format("woff"),
    url(../fonts/Klavika-Bold.ttf) format("truetype"),
    url(../fonts/Klavika-Bold.otf) format("opentype"),
    url(../fonts/Klavika-Bold.svg) format("svg");
}

@font-face {
  font-family: KlavikaRegular;

  src: url(../fonts/KlavikaRegular-OSF.eot);

  src:
    url(../fonts/KlavikaRegular-OSF.eot@) format("embedded-opentype"),
    url(../fonts/KlavikaRegular-OSF.woff2) format("woff2"),
    url(../fonts/KlavikaRegular-OSF.woff) format("woff"),
    url(../fonts/KlavikaRegular-OSF.ttf) format("truetype"),
    url(../fonts/KlavikaRegular-OSF.otf) format("opentype"),
    url(../fonts/KlavikaRegular-OSF.svg) format("svg");
}

@font-face {
  font-family: GothamBook;

  src: url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Book/GothamRounded-Book.otf);

  src:
    url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.eot@)
      format("embedded-opentype"),
    url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.woff2) format("woff2"),
    url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.woff) format("woff"),
    url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.ttf) format("truetype"),
    url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Book/GothamRounded-Book.otf)
      format("opentype"),
    url(../fonts/Gotham/Gotham-Book/GothamRounded-Book.svg) format("svg");
}

@font-face {
  font-family: GothamMedium;

  src: url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Medium/GothamRounded-Medium.otf);

  src:
    url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.eot@)
      format("embedded-opentype"),
    url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.woff) format("woff"),
    url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.ttf)
      format("truetype"),
    url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Medium/GothamRounded-Medium.otf)
      format("opentype"),
    url(../fonts/Gotham/Gotham-Medium/GothamRounded-Medium.svg) format("svg");
}

@font-face {
  font-family: GothamBold;

  src: url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Bold/GothamRounded-Bold.otf);

  src:
    url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.eot@)
      format("embedded-opentype"),
    url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.woff2) format("woff2"),
    url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.woff) format("woff"),
    url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.ttf) format("truetype"),
    url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/Gotham/Gotham-Bold/GothamRounded-Bold.otf)
      format("opentype"),
    url(../fonts/Gotham/Gotham-Bold/GothamRounded-Bold.svg) format("svg");
}

@font-face {
  font-family: RageItalic;

  src: url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/rage-italic/RageItalic.otf);

  src:
    url(../fonts/rage-italic/RageItalic.eot@) format("embedded-opentype"),
    url(../fonts/rage-italic/RageItalic.woff2) format("woff2"),
    url(../fonts/rage-italic/RageItalic.woff) format("woff"),
    url(../fonts/rage-italic/RageItalic.ttf) format("truetype"),
    url(https://www.Fly Away Trips/wp-content/themes/travel/fonts/rage-italic/RageItalic.otf)
      format("opentype"),
    url(../fonts/rage-italic/RageItalic.svg) format("svg");
}

/*fonts*/

/*==============================================

				general css Start

================================================*/
* {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

body {
  min-width: 320px;

  font-family: GothamBook;
}

::selection {
  /* color: #fff; */

  /* background-color: #133e87; */
}

::-moz-selection {
  /* color: #fff; */

  /* background-color: #133e87; */
}

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

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

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

    padding-left: 0 !important;
  }
}

/*anchor and button css Start*/

a {
  text-decoration: none !important;

  outline: none !important;

  color: #133e87;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

a:hover,
a:focus {
  color: #133e87;
}

button {
  outline: none !important;
}

p {
  font-size: 16px;
}

.primaryButton {
  padding: 7px 19px 6px;

  display: inline-block;

  font-family: GothamMedium;

  font-size: 16px;

  color: #535353;

  background-color: #fff;

  border-radius: 25px;

  border: none;

  transition:
    background-color 0.3s,
    color 0.3s;

  -webkit-transition:
    background-color 0.3s,
    color 0.3s;

  cursor: pointer;
}

.hotelsButton .primaryButton {
  background-color: #22221e;

  color: #fff;
}

.form-group {
  position: relative;
}

.hotelsButton .primaryButton:hover {
  background-color: #133e87;

  color: #fff;
}

.hotel-deals-section {
  padding-top: 60px;
}

.hotel-card-row {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

.hotel-card-row::-webkit-scrollbar {
  height: 8px;
}

.hotel-card-row::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.16);
  border-radius: 99px;
}

.hotel-card {
  min-width: 280px;
  max-width: 320px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.hotel-card-image {
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.hotel-card-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff4f3f;
  color: #fff;
  padding: 8px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
}

.hotel-card-stars {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}

.hotel-card h3 {
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #fff;
}

.hotel-card-rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  padding: 6px 12px;
  border-radius: 99px;
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
}

.hotel-card-footer {
  padding: 24px 22px 26px;
}

.hotel-card-price {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.hotel-card-price .old-price {
  color: #9b9b9b;
  text-decoration: line-through;
  font-size: 14px;
}

.hotel-card-price .price {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.hotel-card-footer p {
  margin: 0;
  color: #646464;
  font-size: 14px;
}

.hotel-deals-cta {
  padding: 14px 44px;
  border-radius: 99px;
}

.btn-primary {
  color: #fff;

  border-color: #133e87;

  border-radius: 0;
}

.btn-primary:hover {
  background-color: #133e87;

  border-color: #133e87;
}

.primaryButton i {
  color: #133e87;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

.primaryButton:hover,
.primaryButton:focus,
.primaryButton:active {
  background-color: #133e87;

  color: #fff;
}

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

/*anchor and button css End*/

/*input css Start*/

.form-control {
  height: 43px;

  border-radius: 3px;

  border: none;

  font-size: 14px;

  color: #8b8b8b;

  border: 1px solid #f2f2f2;
}

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

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

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

.form-control:focus,
.form-control:hover {
  box-shadow: none;

  color: #747474;

  border-color: #f5ebbb;
}

select.form-control {
  background-image: url("../images/icons/search-arrow.png");

  background-repeat: no-repeat;

  background-position: right 15px center;

  -moz-appearance: none;

  -webkit-appearance: none;
}

textarea.form-control {
  height: 150px;
}

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

.form-group.Date::after,
.form-group.Date::after {
  content: "\f15c";

  font-family: LineAwesome;

  position: absolute;

  top: 50%;

  right: 9px;

  font-size: 31px;

  color: #133e87;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  line-height: 31px;

  z-index: -1;
}

/*input css End*/

/*owl carousel css Start*/

.owl-nav .owl-prev,
.owl-nav .owl-next {
  height: 68px;

  width: 68px;

  border-radius: 50%;

  border: 7px solid rgba(255, 255, 255, 0.5) !important;

  position: absolute;

  top: 50%;

  transform: translateY(-50%);
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  height: 54px;

  width: 54px;

  display: inline-block;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background-color: #1c0057 !important;
}

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

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

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

/*owl carousel css End*/

/*header moving plane image css Start*/

.mover {
  position: absolute;

  top: 9%;

  left: 0;
}

/*header moving plane image css End*/

/*======================================================

					general css End

========================================================*/

/*======================================================

					header css Start

========================================================*/

.header {
  background-color: #133e87;
}

.slider-bg {
  background-image: url("../images/slider-bg-newest.jpg");

  background-color: #133e87;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;
}

.plane-animation {
  overflow: hidden;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;
}

.header.CMSPage {
  overflow: visible;

  padding-bottom: 25px;
}

/*

.header::after{

	content: '';

	position: absolute;

	bottom: -8px;

	background-image: url('../images/slider-bg-sky.png');

	background-repeat: no-repeat;

	background-size: cover;

	height: 149px;

	width: 100%;

}*/

/*top bar css Start*/

.topbar {
  padding: 40px 0 30px;

  margin-bottom: 30px;

  background-color: #fff;
}

.topbar .Logo {
  text-align: center;
}

.topbar .headerPhone {
  text-align: right;
}

.topbar .headerPhone a,
.mobilePhone {
  font-family: GothamBold;

  font-size: 18px;

  color: #383834;
}

.topbar .headerPhone a .svg,
.mobilePhone .svg {
  width: 19px;

  height: 16px;

  fill: #22221e;

  transition: fill 0.3s;

  -webkit-transition: fill 0.3s;

  vertical-align: calc(-1px);
}

.mobilePhone .svg {
  fill: #fff;
}

.topbar .headerPhone a:hover .svg {
  fill: #133e87;
}

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

  color: #383834;
}

.topbar .headerPhone a:hover,
.mobilePhone:hover,
.topbar .headerPhone a:focus,
.mobilePhone:focus {
  color: #133e87;
}

/*top bar css End*/

/*navbar links css Start*/

.navbarLinks .navbar {
  padding: 15px 0;

  transition: padding 0.3s;

  -webkit-transition: padding 0.3s;
}

/* .navbarLinks.sticky .navbar{

	padding: 15px 0 22px;

} */

.navbarLinks.sticky {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  background-color: #133e87;
}

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

  border-bottom: 1px solid #fff;

  padding-bottom: 20px;
}

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

  padding-bottom: 0;
}

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

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

  margin-right: 0;
}

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

.navbarLinks .navbar-nav li a {
  font-size: 16px;

  font-family: GothamMedium;

  color: #fff;

  position: relative;

  padding-bottom: 8px;
}

.navbarLinks .navbar-nav li > a::after {
  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  width: 0;

  height: 3px;

  background-color: #ffd40c;

  display: inline-block;

  transition:
    width 0.3s,
    right 0.3s,
    left 0.3s;

  -webkit-transition:
    width 0.3s,
    right 0.3s,
    left 0.3s;
}

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

.navbarLinks .navbar-nav li:hover > a::after {
  width: 100%;

  right: auto;

  left: 0;
}

.navbarLinks .navbar-nav li li > a::after {
  background-color: #133e87;
}

/*navbar links css end*/

/*loading plane section css Start*/

.loadingPlane {
  max-width: 240px;

  position: relative;

  margin: 20px auto 78px;
}

.loadingPlane .progressBar .progress:first-child .progress-bar::after {
  content: url(../images/icons/plane.png);

  position: absolute;

  right: -71px;

  top: -11px;

  z-index: 1;

  display: block;

  visibility: visible;
}

.progress {
  background-color: transparent;

  height: 1px;
}

.loadingPlane .progressBar .bar1,
.loadingPlane .progressBar .bar2 {
  height: 1px;

  background-color: #fff;

  display: inline-block;

  position: absolute;

  transition: width 2.5s;

  -webkit-transition: width 2.5s;

  white-space: normal;

  overflow: visible !important;
}

.loadingPlane .progressBar .bar2 {
  top: 10px;

  left: 60px;

  transition: width 3s;

  -webkit-transition: width 3s;
}

/*loading plane section css End*/

/*search engine css Start*/

.searchEngine {
  padding-top: 45px;

  padding-bottom: 300px;

  position: relative;

  z-index: 99;
}

.searchEngine > h3 {
  font-size: 27px;

  font-family: GothamMedium;

  color: #fff;

  text-align: center;

  margin-bottom: 25px;
}

.searchEngine > h3 span {
  color: #ffd40c;
}

/* .searchEngine::before{

	content: url('../images/icons/small-baloon.png');

	position: absolute;

	top: -65px;

	left: -44px;

	animation: move 4s ease-in-out infinite;

}

.searchEngine::after{

	content: url('../images/icons/large-baloon.png');

	position: absolute;

	top: -119px;

	right: -96px;

	animation: move 4s ease-in-out infinite;

} */

@keyframes move {
  50% {
    transform: translateX(calc(0.5vw - calc(2vmin + 1vh)));
  }
}

.searchEngine .fieldsContainer {
  display: flex;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* background-color: rgba(255, 255, 255, 0.17); */

  /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); */

  padding: 30px 25px;

  border-radius: 8px;
}

.searchEngine .fieldsContainer .searchField {
  cursor: pointer;

  background-color: #fff;

  position: relative;

  background-repeat: no-repeat;

  background-position: bottom 5px right 15px;

  position: relative;
}

.searchEngine .fieldsContainer .searchField .form-group {
  margin-bottom: 13px;

  position: relative;
}

.searchEngine .fieldsContainer .searchField .form-control {
  height: 53px;

  font-size: 15px;

  border: none;

  background-color: #fff;

  border-radius: 3px;
}

.searchEngine .fieldsContainer .searchField .placehold,
.searchEngine .fieldsContainer .searchField .inputValue {
  color: #133e87;

  font-size: 15px;

  margin-bottom: 0;

  line-height: 16px;

  cursor: pointer;
}

.searchEngine .fieldsContainer .searchField #departure,
.searchEngine .fieldsContainer .searchField #destination {
  background-image: url("../images/icons/depart-plane.png");

  background-repeat: no-repeat;

  background-position: right 15px center;

  padding-right: 50px;
}

.searchEngine .fieldsContainer .searchField #departure {
  background-image: url("../images/icons/depart-plane.png");
}

.searchEngine .fieldsContainer .searchField #destination {
  background-image: url("../images/icons/dest-plane.png");
}

.searchEngine .fieldsContainer .searchField .inputValue {
  color: #727272;
}

.searchEngine .fieldsContainer .searchField.Location {
  flex: 0 0 25%;

  margin-right: 11px;

  background-color: transparent;
}

.searchEngine .fieldsContainer .searchField.Location::before {
  content: url("../images/icons/depart-dest-icon.png");

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 1;

  transform: translate(-50%, -50%);
}

.searchEngine .fieldsContainer .searchField.CheckIn {
  flex: 0 0 16%;

  padding-right: 0;

  margin-right: 11px;
}

.searchEngine .fieldsContainer .searchField.CheckOut {
  flex: 0 0 16%;

  padding-right: 0;

  margin-right: 11px;
}

.searchEngine .fieldsContainer .searchField.CheckIn input,
.searchEngine .fieldsContainer .searchField.CheckOut input {
  border: none;

  width: 100%;

  background-color: transparent;

  line-height: normal;

  line-height: 1;

  opacity: 0;
}

.searchEngine .fieldsContainer .searchField.CheckIn,
.searchEngine .fieldsContainer .searchField.CheckOut {
  padding-top: 20px;

  text-align: center;

  font-size: 16px;

  border-radius: 3px;
}

.searchEngine .fieldsContainer .searchField.CheckIn .placehold,
.searchEngine .fieldsContainer .searchField.CheckOut .placehold {
  color: #000;

  font-size: 16px;

  font-family: GothamBold;
}

.searchEngine .fieldsContainer .searchField.Passengers {
  flex: 0 0 25%;

  background-color: transparent;

  border-right: none;

  margin-right: 11px;
}

.searchEngine .fieldsContainer .searchField.SearchGo {
  flex: 0 0 13%;

  background-image: none;

  border-right: none;

  background-color: #383d41;

  border-radius: 3px;

  margin: 0;

  padding: 0;

  transition: background-color 0.3s;

  -webkit-transition: background-color 0.3s;
}

.searchEngine .fieldsContainer .searchField.Passengers .guest {
  height: 53px;

  background-color: #fff;

  margin-bottom: 11px;

  border-radius: 3px;

  padding: 19px 0 0 14px;
}

.searchEngine .fieldsContainer .searchField.SearchGo:hover,
.searchEngine .fieldsContainer .searchField.SearchGo:focus {
  background-color: #133e87;
}

.searchEngine .fieldsContainer .searchField.SearchGo .SearchBtn {
  height: 100%;

  width: 100%;

  border: none;

  font-family: GothamMedium;

  font-size: 32px;

  background-color: transparent;

  color: #fff;

  box-shadow: none;

  cursor: pointer;
}

.searchEngine .fieldsContainer .searchField.SearchGo .SearchBtn .svg {
  height: 30px;

  width: 30px;

  fill: #fff;
}

/*datepicker style css Start*/

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

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

.ui-datepicker .ui-datepicker-title::after {
  content: "";

  height: 3px;

  width: 70px;

  display: inline-block;

  background: #282727;

  position: absolute;

  bottom: 7px;

  border-radius: 3px;

  left: 50%;

  transform: translateX(-50%);
}

/*datepicker style css Start*/

/*search engine drop section css Start*/

.searchField .dropSection {
  position: absolute;

  top: 50px;

  left: 0;

  right: 0;

  z-index: 10;

  background-color: #f1f1f1;
}

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

.searchField .dropSection::after {
  content: "";

  width: 1px;

  display: inline-block;

  background-color: #d7d7d7;

  position: absolute;

  top: 30px;

  bottom: 30px;

  left: 50%;

  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);

  z-index: 1;
}

.searchField .dropSection .form-group {
  margin-bottom: 25px;

  position: relative;

  z-index: 2;
}

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

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

.searchField .dropSection .form-control.departure,
.searchField .dropSection .form-control.destination {
  background-image: url("../images/icons/depart-plane.png");

  background-repeat: no-repeat;

  background-position: right 15px center;
}

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

.searchField .dropSection .form-group .btn-group {
  width: 100%;

  background-color: #ffffff;
}

.searchField .dropSection .form-group.journey-type .btn-group,
.searchField .dropSection .form-group.journey-class .btn-group {
  background-image: url("../images/icons/type-icon.png");

  background-repeat: no-repeat;

  background-position: center center;
}

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

.searchField .dropSection .form-group .btn-group .btn {
  width: 50%;

  height: 43px;

  line-height: 1.88;

  font-size: 16px;

  color: rgba(116, 116, 116, 0.5);
}

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

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

/*search engine drop section css Start*/

/*passenger drop section css Strat*/

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

.passengerDropSection .passenger {
  height: 43px;

  background-color: #fff;

  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1);

  padding: 0 10px 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

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

.passengerDropSection .passenger span.label {
  font-size: 16px;

  color: #747474;

  margin-left: 10px;

  margin-right: 8px;
}

.passengerDropSection .passenger input {
  width: 35px;

  border: none;

  border-bottom: 1px solid #133e87;

  text-align: center;
}

.passengerDropSection .passenger span.plus,
.passengerDropSection .passenger span.minus {
  font-family: GothamMedium;

  font-size: 18px;

  color: #133e87;

  width: 30px;

  height: 26px;

  color: #133e87;

  background-color: #f4f4f4;

  display: inline-block;

  text-align: center;

  line-height: 26px;

  transition:
    background-color 0.3s,
    color 0.3s;

  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
}

.passengerDropSection .passenger span.plus:hover,
.passengerDropSection .passenger span.minus:hover {
  background-color: #133e87;

  color: #fff;
}

/*passenger drop section css End*/

/*header different style css Start*/

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

.header.CMSPage .mover {
  display: none;
}

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

.header.CMSPage .searchEngine {
  display: none;
}

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

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

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

/*header different style css End*/

/*search engine css End*/

/*====================================================

					header css End

======================================================*/

/*====================================================

					home content css Start

======================================================*/

.homeContent {
  padding: 30px 0 42px;

  background-color: #fff;

  text-align: center;
}

.homeContent h2 {
  font-size: calc(1.25rem + ((1vw - 3.2px) * 0.625));

  font-family: GothamMedium;

  color: #000;

  margin-bottom: 20px;
}

.homeContent p {
  color: #777;

  font-size: calc(1rem + ((1vw - 3.2px) * 0.125));

  line-height: calc(1.4375rem + ((1vw - 3.2px) * 0.1875));

  margin-bottom: 0;
}

.hero-hotel-section {
  background: rgba(255, 255, 255, 0.96);
  padding: 52px 0 40px;
  position: relative;
  z-index: 2;
}

.hero-hotel-section .hotel-section-heading {
  max-width: 780px;
  margin: 0 auto 32px;
  text-align: center;
}

.hero-hotel-section .hotel-section-heading .subheading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0d5187;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hero-hotel-section .hotel-section-heading h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #082f6b;
  line-height: 1.4;
}

.hero-hotel-section .hotel-section-text {
  color: #5b677d;
  font-size: 15px;
  line-height: 1.5;
}

.hotel-card-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.hotel-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(13, 81, 135, 0.08);
  box-shadow: 0 20px 45px rgba(13, 81, 135, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 390px;
}

.hotel-card-large {
  grid-column: span 2;
}

.hotel-image {
  min-height: 210px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hotel-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 46, 92, 0.12), rgba(2, 18, 47, 0.37));
}

.hotel-image-1 { background-image: url('../images/slider-bg1.jpg'); }
.hotel-image-2 { background-image: url('../images/slider-bg2.jpg'); }
.hotel-image-3 { background-image: url('../images/slider-bg.jpg'); }
.hotel-image-4 { background-image: url('../images/carousel-1.webp'); }
.hotel-image-5 { background-image: url('../images/slider-bg-newest.jpg'); }

.hotel-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.hotel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.hotel-stars {
  color: #ffd40c;
  font-size: 14px;
  letter-spacing: 1px;
}

.hotel-rating {
  background: #ffffffdd;
  padding: 6px 12px;
  border-radius: 999px;
  font-weight: 700;
  color: #0d5187;
  font-size: 13px;
}

.hotel-card h3 {
  font-size: 18px;
  margin-bottom: 18px;
  color: #0f2b5d;
  line-height: 1.25;
}

.hotel-price {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.hotel-price-old {
  color: #8c97ae;
  text-decoration: line-through;
}

.hotel-price-current {
  color: #0d5187;
  font-size: 22px;
  font-weight: 800;
}

.hotel-tag {
  color: #5b677d;
  font-size: 13px;
}

@media (max-width: 1350px) {
  .hotel-card-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hotel-card-large {
    grid-column: span 1;
  }
}

@media (max-width: 1100px) {
  .hotel-card-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hotel-card-large {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .hero-hotel-section {
    padding: 32px 0 24px;
  }
  .hotel-card-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

/*=============================================

			home content css End

===============================================*/

/*=============================================

			home airlines css Start

===============================================*/

.homeAirlines {
  padding-bottom: 100px;

  padding-top: 100px;

  background: #f2f2f2;
}

.homeAirlines .item img {
  width: auto;
}

.homeAirlines .logoContainer {
  border: 1px solid #d9d9d9;

  height: 100px;

  padding: 0 15px;

  display: flex;

  align-items: center;

  justify-content: center;
}

ul.Allairlines {
  padding: 0;

  font-size: 0;

  letter-spacing: 0;

  margin-bottom: 0;
}

ul.Allairlines .airlineLogo {
  display: inline-block;

  width: 15.66%;

  list-style: none;

  transition-property: background-color, opacity, border;

  transition-duration: 0.3s;

  -webkit-transition-property: background-color, opacity, border;

  -webkit-transition-duration: 0.3s;

  text-align: center;

  border: 1px solid #f8f8f8;

  background: #fff;

  margin: 0.5%;
}

ul.Allairlines .airlineLogo a {
  padding: 0 15px;

  display: inline-block;
}

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

ul.Allairlines .airlineLogo:hover {
  border-color: #ffd40c;

  background-color: #fff;

  opacity: 1;
}

ul.Allairlines .airlineLogo .containLogo {
  height: 100px;

  display: table;

  width: 100%;
}

ul.Allairlines .airlineLogo .containLogo .logo-container {
  vertical-align: middle;

  display: table-cell;
}

/*=============================================

			home airlines css End

===============================================*/

/*=============================================

			home best flights css Start

===============================================*/

.SectionHeading {
  text-align: left;

  margin-bottom: 50px;
}

.SectionHeading h1 {
  font-size: calc(1.375rem + ((1vw - 3.2px) * 1.125));

  font-family: GothamMedium;

  color: #000;

  margin-bottom: 3px;
}

.SectionHeading h2,
.SectionHeading h3 {
  font-size: calc(1.375rem + ((1vw - 3.2px) * 1.125));

  font-family: GothamMedium;

  position: relative;

  margin-top: 62px;
}

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

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

.SectionHeading h2::before,
.SectionHeading h3::before {
  content: "";

  width: 107px;

  height: 9px;

  background-color: #133e87;

  position: absolute;

  top: -60px;

  left: 0;
}

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

/* New Search Form Styles - Redesigned Layout */

/* Service Tabs */
.service-tabs {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
}

.tab-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  padding: 8px 0;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tab-btn:hover,
.tab-btn.active {
  color: #ffd40c;
  border-bottom-color: #ffd40c;
}

.tab-btn i {
  font-size: 16px;
}

/* Main Form Wrapper */
.form-wrapper {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

/* Form Options Bar (Trip type, class, budget) */
.form-options-bar {
  background: #f0f0f0;
  padding: 15px 25px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

/* Trip Type Selector in Options Bar */
.trip-type-selector {
  display: flex;
  gap: 15px;
  align-items: center;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.radio-option:hover {
  background-color: rgba(13, 81, 135, 0.05);
}

.radio-option input[type="radio"] {
  cursor: pointer;
  accent-color: #0d5187;
  width: 16px;
  height: 16px;
}

.radio-option input[type="radio"]:checked + span {
  color: #0d5187;
  font-weight: 700;
}

.radio-option.checked-state {
  background-color: rgba(255, 212, 12, 0.15);
  color: #0d5187;
}

.radio-option.checked-state span {
  color: #0d5187;
  font-weight: 700;
}

/* Class Selector */
.class-selector {
  display: flex;
  align-items: center;
  gap: 8px;
}

.class-select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  min-width: 120px;
}

.class-select:focus {
  outline: none;
  border-color: #0d5187;
}

/* Budget Selector Inline */
.budget-selector-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.budget-label-inline {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}

.budget-mini-btn {
  background-color: #fff;
  color: #0d5187;
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
  white-space: nowrap;
  min-width: auto;
}

.budget-mini-btn:hover {
  background-color: #ffd40c;
  border-color: #ffd40c;
}

.budget-mini-btn.active {
  background-color: #ffd40c;
  border-color: #ffd40c;
  color: #0d5187;
  font-weight: 700;
}

/* Main Form Fields */
.form-fields-main {
  display: grid;
  grid-template-columns: minmax(220px, 1.25fr) 56px minmax(220px, 1.25fr) minmax(160px, 1fr) minmax(160px, 1fr) minmax(180px, 1fr);
  gap: 16px;
  padding: 25px;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  justify-items: stretch;
  position: relative;
}

.form-field-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.field-label {
  color: #666;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.form-field-group .form-control {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 14px 14px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: #fbfbfb;
  min-height: 56px;
  width: 100%;
}

.form-field-group .form-control:focus {
  outline: none;
  border-color: #0d5187;
  box-shadow: 0 0 0 2px rgba(13, 81, 135, 0.1);
  background-color: #fff;
}

.form-field-group .form-control::placeholder {
  color: #999;
}

/* Swap Icon */
.swap-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d5187;
  font-size: 18px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e8f4ff;
  transition: all 0.3s ease;
  margin: 0 auto;
  align-self: center;
}

.swap-icon:hover {
  background-color: #d0e8ff;
  transform: rotate(180deg);
}

/* Travelers Group */
.travelers-group {
  min-width: 150px;
}

.travelers-select {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  padding: 14px 14px;
  font-size: 14px;
  background-color: #fbfbfb;
  color: #333;
  cursor: pointer;
  min-height: 54px;
}

.travelers-select:focus {
  outline: none;
  border-color: #0d5187;
  box-shadow: 0 0 0 2px rgba(13, 81, 135, 0.1);
  background-color: #fff;
}

/* Date Fields */
.date-field .form-control {
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3e%3crect x='3' y='4' width='18' height='18' rx='2'%3e%3c/rect%3e%3cline x1='16' y1='2' x2='16' y2='6'%3e%3c/line%3e%3cline x1='8' y1='2' x2='8' y2='6'%3e%3c/line%3e%3cline x1='3' y1='10' x2='21' y2='10'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}

.return-date-group.hidden {
  display: none;
}

/* Budget Section (Full) */
.budget-section-full {
  background: #f9f9f9;
  padding: 20px 25px;
  border-bottom: 1px solid #e0e0e0;
}

.budget-label {
  color: #333;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.per-passenger {
  color: #999;
  font-weight: 400;
}

.budget-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.budget-btn {
  background-color: #fff;
  color: #0d5187;
  border: 1px solid #ddd;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.budget-btn:hover {
  background-color: #ffd40c;
  border-color: #ffd40c;
  transform: scale(1.05);
}

.budget-btn.active {
  background-color: #ffd40c;
  border-color: #ffd40c;
  color: #0d5187;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(255, 212, 12, 0.3);
}

.custom-budget-input {
  padding: 8px 16px;
  border-radius: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  color: #0d5187;
  font-size: 13px;
  font-weight: 600;
  cursor: text;
  transition: all 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.custom-budget-input::placeholder {
  color: #999;
}

.custom-budget-input:focus {
  outline: none;
  border-color: #ffd40c;
  box-shadow: 0 0 0 2px rgba(255, 212, 12, 0.2);
  background-color: #fffef5;
}

.custom-budget-input.active {
  background-color: #ffd40c;
  color: #0d5187;
  border-color: #ffd40c;
}

/* Form Actions */
.form-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px 25px;
}

.btn-search,
.btn-email,
.btn-reset {
  padding: 12px 35px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.btn-search {
  background-color: #0d5187;
  color: #fff;
  min-width: 150px;
}

.btn-search:hover {
  background-color: #0a3f5c;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-email {
  background-color: #2d8659;
  color: #fff;
  min-width: 180px;
}

.btn-email:hover {
  background-color: #1f5c3b;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-reset {
  background-color: transparent;
  color: #0d5187;
  border: 2px solid #0d5187;
  min-width: 100px;
}

.btn-reset:hover {
  background-color: #0d5187;
  color: #fff;
  border-color: #0d5187;
}

/* Button Loading State */
.btn-email:disabled,
.btn-search:disabled,
.btn-reset:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.btn-email:disabled i,
.btn-search:disabled i {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* jQuery UI Datepicker Override */
.ui-datepicker {
  width: 280px;
  padding: 10px;
  font-family: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ui-datepicker-header {
  background-color: #0d5187;
  color: white;
  border-radius: 4px 4px 0 0;
}

.ui-datepicker-title {
  color: white;
  font-weight: 600;
}

.ui-datepicker-prev, 
.ui-datepicker-next {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.ui-datepicker td {
  text-align: center;
  padding: 5px;
}

.ui-datepicker-calendar .ui-state-default {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #e3f2fd;
  border-color: #0d5187;
  color: #0d5187;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-highlight {
  background-color: #0d5187;
  border-color: #0d5187;
  color: white;
  font-weight: 600;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .form-fields-main {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .form-options-bar {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .trip-type-selector {
    width: 100%;
    justify-content: flex-start;
  }

  .form-fields-main {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .swap-icon {
    transform: rotate(90deg);
    margin: 0;
  }

  .form-actions {
    flex-direction: column;
  }

  .btn-search,
  .btn-email,
  .btn-reset {
    width: 100%;
    justify-content: center;
  }
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.ui-datepicker td {
  text-align: center;
  padding: 5px;
}

.ui-datepicker-calendar .ui-state-default {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  color: #333;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.ui-datepicker-calendar .ui-state-default:hover {
  background-color: #e3f2fd;
  border-color: #0d5187;
  color: #0d5187;
}

.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-highlight {
  background-color: #0d5187;
  border-color: #0d5187;
  color: white;
  font-weight: 600;
}

.ui-datepicker-calendar .ui-state-other {
  color: #ccc;
}

.SectionHeading h3 {
  font-family: GothamMedium;
}

.SectionHeading p {
  font-size: calc(1rem + ((1vw - 3.2px) * 0.125));

  line-height: calc(1.4375rem + ((1vw - 3.2px) * 0.1875));

  color: #6d6d6d;

  margin-bottom: 0;
}

/*popular deals css Start*/

.PopularDeals {
  padding-top: 90px;

  background-image: url("../images/bg.jpg");

  background-repeat: no-repeat;

  background-position: right center;

  background-size: 40% 100%;
}

.prime-flight-deals {
  padding: 90px 0 60px;
  background: #f8fbff;
}

.prime-flight-deals .deal-header-content {
  max-width: 520px;
}

.prime-flight-deals .deal-label {
  display: inline-block;
  text-transform: uppercase;
  color: #133e87;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.prime-flight-deals .deal-header-content h2 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 0;
  color: #132f66;
}

.prime-flight-deals .deal-search-group {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.prime-flight-deals .deal-search-field {
  width: 100%;
  max-width: 240px;
}

.prime-flight-deals .deal-search-field label {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 8px;
}

.prime-flight-deals .deal-search-field input,
.prime-flight-deals .deal-search-field select {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(19, 62, 135, 0.16);
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
  color: #15254f;
}

.prime-flight-deals .deal-search-field select {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(19, 62, 135, 0.16);
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
  color: #15254f;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2315254f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  padding-right: 40px;
}

.prime-flight-deals .deal-cards {
  margin-top: 40px;
  gap: 24px;
}

.prime-flight-deals .deal-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.prime-flight-deals .deal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.prime-flight-deals .deal-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.prime-flight-deals .deal-image-wrapper::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 40px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 30" preserveAspectRatio="none"><path d="M0,15 Q25,5 50,15 T100,15 L100,30 L0,30 Z" fill="white"/></svg>');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.prime-flight-deals .deal-image {
  min-height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.prime-flight-deals .deal-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  z-index: 2;
}

.prime-flight-deals .deal-badge-orange {
  background: #ff6b4a;
  color: #fff;
}

.prime-flight-deals .deal-badge-new {
  background: #ff6b4a;
  color: #fff;
  padding: 8px 16px;
  font-size: 12px;
}

.prime-flight-deals .deal-discount {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #ff3d31;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  z-index: 2;
}

.prime-flight-deals .deal-body {
  padding: 22px 20px 24px;
}

.prime-flight-deals .deal-date {
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
  font-weight: 500;
}

.prime-flight-deals .deal-card h3 {
  font-size: 24px;
  margin-bottom: 6px;
  color: #222;
  font-weight: 700;
}

.prime-flight-deals .deal-start {
  color: #999;
  font-size: 13px;
  margin-bottom: 12px;
}

.prime-flight-deals .deal-price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.prime-flight-deals .deal-price-old {
  font-size: 15px;
  color: #999;
  text-decoration: line-through;
}

.prime-flight-deals .deal-price-current {
  font-size: 28px;
  color: #ff3d31;
  font-weight: 700;
}

.prime-flight-deals .deal-note {
  font-size: 13px;
  color: #ffb800;
  font-weight: 600;
  margin: 0;
}

.prime-flight-deals .deal-card-highlight {
  background: linear-gradient(135deg, #ff6b4a 0%, #ff5239 100%);
  color: #fff;
}

.prime-flight-deals .deal-card-highlight .deal-body {
  background: #ff6b4a;
}

.prime-flight-deals .deal-card-highlight h3,
.prime-flight-deals .deal-card-highlight .deal-date,
.prime-flight-deals .deal-card-highlight .deal-start,
.prime-flight-deals .deal-card-highlight .deal-price-old {
  color: #fff;
}

.prime-flight-deals .deal-card-highlight .deal-price-current {
  color: #ffeb3b;
}

.prime-flight-deals .deal-card-highlight .deal-note {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-block;
}

.prime-flight-deals .loadMoreDeals {
  margin-top: 40px;
  padding: 14px 40px;
  font-size: 16px;
  border: 2px solid #133e87;
  background: transparent;
  color: #133e87;
  font-weight: 600;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.prime-flight-deals .loadMoreDeals:hover {
  background: #133e87;
  color: #fff;
}

.prime-flight-deals .more-deal-card {
  display: none;
}

.prime-flight-deals .more-deal-card.show {
  display: block;
}

.prime-flight-deals .deal-image-1 { background-image: url('../images/slider-bg1.jpg'); }
.prime-flight-deals .deal-image-2 { background-image: url('../images/slider-bg2.jpg'); }
.prime-flight-deals .deal-image-3 { background-image: url('../images/slider-bg.jpg'); }
.prime-flight-deals .deal-image-4 { background-image: url('../images/carousel-1.webp'); }
.prime-flight-deals .deal-image-5 { background-image: url('../images/carousel-bg.jpg'); }
.prime-flight-deals .deal-image-6 { background-image: url('../images/nav-bg.jpg'); }
.prime-flight-deals .deal-image-7 { background-image: url('../images/slider-bg-newest.jpg'); }
.prime-flight-deals .deal-image-8 { background-image: url('../images/slider-bgold.png'); }

@media (max-width: 991px) {
  .prime-flight-deals .deal-header-content h2 {
    font-size: 32px;
  }

  .prime-flight-deals .deal-search-group {
    justify-content: flex-start;
  }

  .prime-flight-deals .deal-search-field {
    max-width: 100%;
  }
}

/*popular deals css End*/

/*flights deals section Start*/

.flightDeals {
  padding-bottom: 80px;
}

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

  transition: background-color 0.3s;

  -webkit-transition: background-color 0.3s;
}

/* .flightDeals .row div[class*="col"] .flightDeal:hover{

		background-color: #e397a9;

	}

	.flightDeals .row div[class*="col"]:nth-child(2) .flightDeal{

		background-color: #8cd19d;

	}

	.flightDeals .row div[class*="col"]:nth-child(2) .flightDeal:hover{

		background-color: #7bc08c;

	}

	.flightDeals .row div[class*="col"]:nth-child(3) .flightDeal{

		background-color: #bfde59;

	}

	.flightDeals .row div[class*="col"]:nth-child(3) .flightDeal:hover{

		background-color: #abca45;

	}

	.flightDeals .row div[class*="col"]:nth-child(4) .flightDeal{

		background-color: #fcb653;

	}

	.flightDeals .row div[class*="col"]:nth-child(4) .flightDeal:hover{

		background-color: #e8a23f;

	}

	.flightDeals .row div[class*="col"]:nth-child(5) .flightDeal{

		background-color: #ff5254;

	}

	.flightDeals .row div[class*="col"]:nth-child(5) .flightDeal:hover{

		background-color: #e73a3c;

	} */

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

.flightDeals .flightDeal .detail {
  font-family: GothamBook;

  font-size: 19px;

  color: #22221e;

  line-height: 23px;

  margin-bottom: 30px;

  padding-left: 20px;
}

.flightDeals .flightDeal .detail span {
  display: block;

  font-size: 22px;

  font-family: GothamMedium;
}

.flightDeals .flightDeal .price {
  font-size: 48px;

  color: #22221e;

  font-family: GothamBook;

  line-height: 48px;

  padding-left: 20px;

  margin-bottom: 30px;
}

.flightDeals .flightDeal .price sup {
  font-family: GothamBook;

  top: -0.2em;

  left: -3px;
}

.flightDeals .flightDeal .primaryButton {
  display: block;

  border-radius: 0;

  background-color: #133e87;

  text-align: center;

  font-size: 18px;

  padding: 9px 19px 8px;

  color: #fff;

  transform: translateY(35px);

  -webkit-transform: translateY(35px);

  transition: transform 0.3s;

  -webkit-transition: transform 0.3s;
}

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

  -webkit-transform: translateY(0);
}

.flightDeals .owl-nav .owl-prev,
.flightDeals .owl-nav .owl-next {
  right: -18%;

  left: auto;

  border: 4px solid rgba(255, 255, 255, 0.12) !important;

  height: 63px;

  width: 63px;

  background-color: transparent;

  transition: border 0.3s;

  -webkit-transition: border 0.3s;
}

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

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

  height: auto;

  width: auto;
}

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

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

/*flights deals section End*/

/*flight deals css Start*/

.flightsCarousel {
  background-color: #133e87;

  padding: 75px 0 0;
}

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

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

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

.flightsCarousel .owl-carousel {
  background-color: #fff;

  background-image: url("../images/carousel-bg.jpg");

  background-repeat: repeat-x;
}

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

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

.flightsCarousel .owl-dots .owl-dot {
  height: 2px;

  background-color: #d2d2d2;

  width: 65px;

  position: relative;
}

.flightsCarousel .owl-dots .owl-dot.active::before,
.flightsCarousel .owl-dots .owl-dot:hover::before {
  content: "";

  background-color: #ffd40c;

  height: 5px;

  width: 100%;

  display: inline-block;

  position: absolute;

  bottom: 0;

  left: 0;
}

.flightItem {
  position: relative;

  overflow: hidden;

  border-radius: 10px;
}

.flightItem > img {
  filter: blur(0px);

  -webkit-filter: blur(0px);

  transition: filter 0.3s;

  -webkit-transition: filter 0.3s;

  max-height: 408px;

  object-fit: cover;
}

.flightItem .flightItemDesc {
  position: absolute;

  bottom: -32px;

  left: 0;

  right: 0;

  color: #fff;

  text-align: center;

  transition:
    bottom 0.3s,
    color 0.3s;

  -webkit-transition:
    bottom 0.3s,
    color 0.3s;
}

.flightItem .flightItemDesc h2 {
  font-size: 55px;

  font-family: RageItalic;

  margin-bottom: 25px;

  text-align: left;

  padding-left: 25px;

  line-height: 1em;
}

.flightItem .flightItemDesc p.tag {
  font-size: 18px;

  margin-bottom: 25px;

  text-align: right;

  font-style: italic;

  padding-right: 25px;
}

.flightItem .flightItemDesc .price {
  font-size: 36px;

  line-height: 36px;

  font-family: GothamMedium;

  font-style: italic;

  color: #ffd40c;

  margin-left: 7px;
}

.flightItem .flightItemDesc .price sup {
  top: -11px;

  font-family: GothamBook;

  font-size: 54%;
}

.flightItem .flightItemDesc .primaryButton {
  padding: 8px 28px 9px;

  font-size: 18px;

  border-radius: 0;

  display: block;

  background-color: #ffd40c;

  transition:
    opacity 0.3s,
    background-color 0.3s,
    color 0.3s;

  -webkit-transition:
    opacity 0.3s,
    background-color 0.3s,
    color 0.3s;
}

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

  -webkit-filter: blur(2px);
}

.flightItem:hover .flightItemDesc {
  bottom: 0;
}

/*flight deals css End*/

/*================================================

			home best flights css End

==================================================*/

/*================================================

			home cheap flights css Start

==================================================*/

.homeCheapFlights {
  padding-top: 90px;

  overflow: hidden;

  margin-bottom: 66px;

  position: relative;
}

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

.chooseCountry {
  margin-bottom: 40px;
}

.chooseCountry .form-control {
  border: none;

  border-bottom: 2px solid #848484;

  -moz-appearance: none;

  -webkit-appearance: none;

  font-size: 16px;
}

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

/*cheap flight fares section css Start*/

.cheapFlights {
  padding: 60px 0 40px;

  background-color: #fff;
}

.homeCheapFlights::before {
  content: url("../images/cheap-flights-top-bg.png");

  position: absolute;

  top: 100px;

  right: 0;
}

.homeCheapFlights::after {
  content: url("../images/cheap-flights-bottom-bg.png");

  position: absolute;

  bottom: 170px;

  left: 0;
}

.cheapFlights .cheapFare {
  position: relative;

  z-index: 2;

  background-color: #fffafa;

  border: 1px solid #fcebec;

  padding: 25px 30px;

  display: flex;

  flex-wrap: wrap;

  margin-bottom: 30px;

  transition:
    border 0.3s,
    box-shadow 0.3s;

  -webkit-transition:
    border 0.3s,
    box-shadow 0.3s;

  border-radius: 8px;
}

.cheapFlights .cheapFare:hover {
  border-color: #fff;

  box-shadow: 0px 0px 25px 0px rgba(252, 235, 236, 1);

  background: #fff;
}

.cheapFlights .cheapFare .fareDetination {
  flex: 0 0 50%;

  color: #22221e;
}

.cheapFlights .cheapFare .farePrice {
  flex: 0 0 50%;

  color: #9a9a9a;

  text-align: end;
}

.cheapFlights .cheapFare .fareContact {
  flex: 0 0 100%;

  color: #636363;

  margin-top: 15px;
}

.cheapFlights .cheapFare .fareDetination p,
.cheapFlights .cheapFare .farePrice p,
.cheapFlights .cheapFare .fareContact p {
  font-size: 16px;

  line-height: 25px;

  margin-bottom: 0;
}

.cheapFlights .cheapFare .fareDetination p span {
  display: block;

  font-size: 20px;

  font-family: gothammedium;
}

.cheapFlights .cheapFare .farePrice p {
  line-height: 23px;

  margin-top: 3px;

  text-align: left;

  display: inline-block;
}

.cheapFlights .cheapFare .farePrice p span {
  font-family: GothamMedium;

  font-size: 30px;

  color: #133e87;

  display: block;
}

.cheapFlights .cheapFare .farePrice p span sup {
  top: -0.15em;

  font-size: 70%;

  left: -1px;
}

.cheapFlights .cheapFare .farePrice p span sub {
  bottom: 0;

  font-size: 65%;
}

.cheapFlights .cheapFare .fareContact p a {
  font-size: 20px;

  color: #717171;
}

.cheapFlights .viewMore {
  font-size: 20px;

  color: #636363;

  padding-top: 10px;

  display: inline-block;

  position: relative;

  z-index: 2;
}

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

/*cheap flight fares section css End*/

/*================================================

			home cheap flights css End

==================================================*/

/*================================================

			footer section css Start

==================================================*/

/*social links css Start*/

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

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

.socialLinks {
  padding: 80px 0 70px;

  background-color: #f6f6f6;
}

.socialLinks .Links {
  list-style-type: none;

  padding-left: 0;

  padding-bottom: 0;

  margin-bottom: 0;
}

.socialLinks .social-image {
  position: absolute;

  top: -77px;

  right: -136px;
}

.socialLinks .Links li {
  display: inline-block;

  padding: 0 20px;
}

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

.socialLinks .Links li a {
  font-size: 16px;

  color: #6d6d6d;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

.socialLinks .Links li a .svg {
  width: 28px;

  height: 32px;

  fill: #626262;

  margin-right: 12px;

  transition: fill 0.3s;

  -webkit-transition: fill 0.3s;
}

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

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

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

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

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

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

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

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

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

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

/*social links css Start*/

/*footer data css Start*/

.footerData {
  padding-top: 128px;

  background-color: #133e87;

  overflow: hidden;
}

.footerData .footer-logo {
  margin-bottom: 50px;

  display: inline-block;
}

.footerData .footer-links h3 {
  font-family: GothamMedium;

  color: #fff;

  margin-bottom: 30px;

  font-size: 24px;
}

.footerData .footer-links ul {
  list-style-type: none;

  padding-left: 0;

  margin-bottom: 55px;
}

.footerData .footer-links ul li {
  display: inline-block;

  padding: 0 18px;

  line-height: 14px;
}

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

.footerData .footer-links ul li a {
  font-size: 16px;

  color: #fff;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;

  position: relative;
}

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

.footerData .footer-links ul li a::after {
  content: "";

  position: absolute;

  bottom: -7px;

  left: 50%;

  width: 0;

  height: 1px;

  transform: translateX(-50%);

  background-color: #ffd40c;

  transition:
    width 0.3s,
    left 0.3s,
    transform 0.3s;

  -webkit-transition:
    width 0.3s,
    left 0.3s,
    transform 0.3s;
}

.footerData .footer-links ul li a:hover::after {
  left: 0;

  width: 100%;

  transform: none;
}

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

.footerData .footerCallUs,
.footerData .footerCallUs p {
  font-size: 18px;

  color: #fff;

  font-family: GothamBook;
}

.footerData .footerCallUs a {
  color: #fff;
}

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

.footerData .footerCallUs .svg {
  margin-right: 15px;

  width: 21px;

  height: 19px;

  fill: #ffd40c;
}

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

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

.footerData .protection p {
  font-size: 24px;

  color: #fff;

  margin-bottom: 5px;
}

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

.footerData .iata-atol li {
  display: inline-block;

  margin-right: 22px;

  color: #fff;
}

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

.footerData .iata-atol li img {
  display: block;

  max-width: 50px;

  margin-bottom: 20px;
}

.footerData .footer-copyright {
  background-color: #22221e;

  position: relative;

  padding-top: 20px;
}

/* .footerData .footer-copyright::before{

	content: '';

	position: absolute;

	top: -171px;

	left: 0;

	background-image: url('../images/footer-copy-bg.png');

	background-repeat: no-repeat;

	background-size: cover;

	width: 100%;

	height: 172px;

} */

.footerData .footer-copyright p {
  font-size: 13px;

  color: #fff;

  margin-bottom: 0;

  padding-bottom: 15px;
}

.footerData .footer-copyright p span {
  display: block;

  color: #133e87;

  font-family: GothamMedium;
}

/*footer data css End*/

/*================================================

			footer section css Start

==================================================*/

/*================================================

		page content section css Start

==================================================*/

.pageContent {
  padding: 50px 0;
}

.pageTitle {
  margin-bottom: 35px;
}

.pageContent h1 {
  font-family: GothamMedium;

  margin-bottom: 20px;
}

.pageContent p {
  font-size: 18px;

  margin-bottom: 15px;

  text-align: justify;
}

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

.contactUs .primaryButton {
  margin-top: 32px;

  margin-left: auto;

  border-radius: 0;

  padding: 10px 19px 9px;

  background-color: #133e87;

  color: #fff;
}

.contactUs .primaryButton:hover,
.contactUs .primaryButton:focus {
  background-color: #133e87;
}

/*contact us right box css Start*/

.contactUs .contact-info {
  margin-top: 164px;

  margin-bottom: -115px;

  background-color: #ffd40c;

  background-image: url("../images/contact-info-bg.png");

  background-repeat: no-repeat;

  background-size: contain;

  padding: 200px 45px 55px 30px;
}

.contactUs .contact-info ul {
  list-style: none;

  margin-bottom: 0;

  padding-left: 0;
}

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

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

.contactUs .contact-info ul li p {
  text-align: left;

  font-size: 18px;

  line-height: 23px;

  font-family: GothamBook;
}

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

.contactUs .contact-info ul li p a:hover {
  color: #133e87;
}

.contactUs .contact-info ul li p strong {
  display: block;

  font-family: GothamBold;
}

/*contact us right box css End*/

/*================================================

		page content section css Start

==================================================*/

/*================================================

		offline fares page css Start

==================================================*/

.offlineFares {
  padding: 50px 0;

  background-color: #fff;

  margin-bottom: 50px;
}

.offlineFares .offlineFaresContainer {
  padding: 0;
}

.offlineFares h3 {
  color: #61569c;

  margin-bottom: 20px;

  font-size: 20px;

  font-family: GothamBold;

  color: #22221e;

  line-height: 25px;
}

.depart-dest-img-container {
  max-width: 410px;

  font-size: 0;

  letter-spacing: 0;

  padding: 0;

  margin-bottom: 50px;

  text-align: center;
}

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

.depart-dest-img-container .origin-dest-box {
  width: 50%;

  display: inline-block;

  text-align: left;
}

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

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

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

.offlineFares h3 span {
  color: #000;
}

.offlineFare {
  background-color: #fffafa;

  padding: 20px 15px;

  border: 1px solid #ffebeb;

  margin-bottom: 20px;
}

.offlineFare:nth-child(odd) {
  background-color: #fafafa;

  border: 1px solid #efefef;
}

.offlineFare .no-padding {
  padding: 0;
}

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

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

.offlineFare .return {
  margin: 0 0 15px;

  padding-top: 15px;

  border-top: 1px solid #d7d7d7;
}

.offlineFare .airlineImage {
  text-align: center;

  height: 126px;

  width: 126px;

  border: 1px solid #eae9e9;

  border-radius: 50%;

  display: inline-flex;

  align-items: center;

  justify-content: center;
}

.offlineFare .airlineImage img {
  max-width: 100px;

  margin: 0 auto;
}

.offlineFare p {
  margin-bottom: 0;

  font-size: 14px;
}

.offlineFare .offlineFareContainer {
  display: flex;

  align-items: center;

  margin: 0 15px;

  position: relative;
}

.offlineFare .offlineFareContainer::after {
  content: "";

  border-top: 1px dashed #9e9c9b;

  display: inline-block;

  width: 100%;

  position: absolute;

  bottom: 0;

  right: 0;

  width: 78.7%;
}

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

.offlineFare .offlineFareContainer .depart-arival-container {
  flex: 0 0 54%;

  font-size: 0;

  padding: 0;

  letter-spacing: 0;
}

.offlineFare .offlineFareContainer .depart-arival-container .departure-arival {
  display: inline-block;

  width: 50%;

  position: relative;
}

.offlineFare
  .offlineFareContainer
  .depart-arival-container
  .departure-arival:first-child::before {
  content: "";

  width: 60%;

  height: 1px;

  background-color: #d5d1d0;

  position: absolute;

  top: 12px;

  right: 17px;
}

.offlineFare p.depart-dest {
  font-family: GothamBold;

  font-size: 24px;

  margin-bottom: 0;

  line-height: 24px;

  color: #22221e;

  margin-bottom: 9px;
}

.offlineFare p.airportName,
.offlineFare p.date {
  color: #9e9e9e;

  font-family: GothamBook;

  font-size: 16px;
}

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

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

.offlineFare p.stop img {
  display: block;

  margin: 0 auto;
}

.offlineFare .offlineFarePrice {
  position: relative;

  padding-bottom: 30px;
}

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

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

/* .offlineFare .offlineFarePrice::before{

	content: "";

	background-color: #e2deea;

	width: 1px;

	display: inline-block;

	position: absolute;

	left: 0;

	top: 18px;

	bottom: 32px;

} */

.offlineFare .offlineFarePrice span {
  font-family: GothamMedium;

  font-size: 16px;

  color: #868686;
}

.offlineFare .offlineFarePrice p {
  font-size: 40px;

  color: #133e87;

  font-family: GothamMedium;

  line-height: 35px;
}

.offlineFare .offlineFarePrice sup,
.offlineFare .offlineFarePrice sub {
  font-family: GothamMedium;

  font-size: 60%;
}

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

.offlineFare .offlineFarePrice sub {
  bottom: 0;
}

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

.offlineFare .fareFooter .farePhone {
  color: #22221e;

  font-family: GothamBold;

  font-size: 20px;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

.offlineFare .fareFooter .farePhone:hover {
  color: #133e87;
}

.offlineFare .fareFooter .farePhone .svg {
  width: 21px;

  height: 18px;

  fill: #ffd40c;

  vertical-align: calc(-2px);
}

.offlineFare .fareFooter .baggage {
  text-align: center;

  font-size: 18px;

  font-family: GothamMedium;
}

.offlineFare .fareFooter .primaryButton {
  background-color: #22221e;

  color: #fff;

  border-radius: 5px;

  /* width: 130px;*/

  padding-top: 10px;

  padding-bottom: 11px;

  text-align: center;
}

.offlineFare .fareFooter .primaryButton i {
  color: #fff;

  font-size: 16px;

  vertical-align: calc(-1px);
}

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

.offlineFare .fareFooter .primaryButton.sendEnquiry:hover {
  background-color: #133e87;
}

/*fares filters css Start*/

.searchFilters h3 {
  margin-bottom: 20px;
}

.Filters {
}

.Filters h3 {
  color: #fff;

  background-color: #22221e;

  font-family: GothamMedium;

  font-size: 20px;

  text-align: left;

  padding: 15px 18px;

  border-radius: 5px 5px 0 0;

  margin-bottom: 0;
}

.Filters .filterList {
  border: 1px solid #cdcdcd;

  padding: 30px 18px 40px;
}

.Filters .form-check {
  padding-left: 0;

  color: #5f5f5f;

  margin-bottom: 5px;
}

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

.Filters input[type="checkbox"] ~ label .box,
.Filters input[type="radio"] ~ label .box {
  border-color: #5f5f5f;

  border-radius: 2px;

  margin-right: 5px;
}

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

/* input[type="checkbox"]:checked ~ label .box::before{

	content: "\f17b";

	font-family: lineAwesome;

	font-size: 12px;

	margin-top: 1px;

} */

.filterList input[type="checkbox"] ~ label .box {
  height: 16px;

  width: 16px;

  border-color: #c5c5c5;
}

/*fares filters css End*/

/*================================================

		offline fares page css End

==================================================*/

/*================================================

		offline fares booking page css Start

==================================================*/

.offlineFareBooking .breadcrumb {
  background-color: #133e87;

  margin-bottom: 0;

  border-radius: 0;
}

.offlineFareBooking .breadcrumb a {
  color: #133e87;
}

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

.offlineFareBooking .offlineFare {
  padding: 25px 15px;

  margin-bottom: 0;
}

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

.offlineFareBooking .offlineFare .return {
  margin-bottom: 0;

  margin-top: 25px;

  padding-top: 25px;
}

.offlineFareBooking .priceAndPhone {
  background-color: #133e87;

  padding: 27px 15px 32px;

  margin-bottom: 30px;
}

.offlineFareBooking .priceAndPhone p {
  margin-bottom: 0;

  color: #fafafa;

  font-size: 18px;

  text-align: center;
}

.offlineFareBooking .priceAndPhone p.enquirePhone {
  font-size: 30px;

  margin-bottom: 5px;

  font-family: GothamBook;
}

.offlineFareBooking .priceAndPhone p span {
  margin-left: 30px;

  font-size: 32px;

  font-family: GothamBold;
}

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

.offlineFareBooking .fareEnquiryFrom {
  background-color: #fff;

  padding: 30px;

  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.3);
}

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

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

.offlineFareBooking .fareEnquiryFrom .primaryButton {
  font-size: 18px;

  padding: 9px 31px 11px;

  background-color: #133e87;

  color: #fff;
}

/*================================================

		offline fares booking page css End

==================================================*/

/*================================================

				faqs page css Start

==================================================*/

.card {
  border-color: #51a1b9;

  border-radius: 0;

  border: none;

  margin-bottom: 20px;

  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.1);
}

/* .card-body{

	padding: 1.25rem 1.25rem 0 1.25rem;

} */

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

.card-header {
  background-color: transparent;

  padding: 0.25rem 0.45rem;

  border: 1px solid #d3d3d3;

  position: relative;

  cursor: pointer;

  transition:
    background-color 0.3s,
    border 0.3s;

  -webkit-transition:
    background-color 0.3s,
    border 0.3s;
}

.card-header::after {
  font-family: icomoon;

  font-size: 24px;

  position: absolute;

  top: 50%;

  right: 10px;

  transform: translateY(-50%);

  color: #747474;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

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

  color: #fff;
}

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

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

.card-header[aria-expanded="true"],
.card-header:hover {
  background-color: #133e87;

  border-color: #133e87;
}

.card-header .btn-link {
  color: #747474;

  text-decoration: none;
}

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

.card-body {
  text-align: justify;

  border: 1px solid #d3d3d3;

  border-top: none;

  font-size: 16px;

  color: #6d6d6d;
}

/*================================================

				faqs page css End

==================================================*/

.DADateText .dateText {
  color: #133e87;

  font-size: 36px;

  font-weight: 600;

  line-height: 36px;
}

.DADateText .MonthText {
  color: #8b8b8b;

  font-size: 16px;
}

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

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

#choose_deals_worldwide {
  width: auto;

  padding-right: 35px;
}

.footerData .iata-atol li {
  font-size: 12px;
}
/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* custom styles */
img[src$="wp-content/uploads/2019/09/footer-logo.png"] {
  filter: invert(1);
}
.searchEngine > h3 {
  /* filter: invert(1); */
}

.bg-registration {
  background: 
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
    url('../images/carousel-1.webp') no-repeat center center;
  background-size: cover;
}
.call-now-btn {
  position: fixed;
  right: 45px;
  bottom: 80px;
  z-index: 11;
  border-radius: 10px;
  /* padding: 15px 25px; */
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.call-now-btn:hover {
  box-shadow: 0 0 20px rgba(76, 175, 80, 0.8);
  transform: scale(1.05);
}

.call-now-btn:active {
  box-shadow: 0 0 25px rgba(76, 175, 80, 1);
  transform: scale(0.98);
}

/* cookies consent box css */
/* Modal container */
.cookie-modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal content */
.cookie-modal-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:30px;
}

/* Accept button */
.accept-btn {
  background-color: #4CAF50;
  color: white;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
}

.accept-btn:hover {
  background-color: #45a049;
}

/* cookies consent box css end */
