/*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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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.squaretours.uk/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;
}

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

  color: #fff;
}

.form-group {
  position: relative;
}

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

  color: #fff;
}

.btn-primary {
  color: #fff;

  background-color: #133e87;

  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(255, 255, 255, 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;
}

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

			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;
}

.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%;
}

/*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;
  display:none!important;
}

.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: 80px;
  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 {
  height:60px;
  width:60px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 9999;
  border-radius: 50%;
  /* 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;
  animation: breathe 2s ease-in-out infinite;
}

.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 */

/* Hide all children of .helpModal .modal-body except the first 3 */
.helpModal .modal-body > *:nth-child(n+4) {
  display: none!important;
}
