@font-face {
  font-family: "arizoniaregular";
  src: url("../fonts/Arizonia/arizonia-regular-webfont.woff2") format("woff2"),
    url("../fonts/Arizonia/arizonia-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*==============================================

				general css Start

================================================*/

body {
  min-width: 320px;
  font-family: "Poppins", sans-serif;
}

::selection {
  color: #fff;

  background-color: #fcab23;
}

::-moz-selection {
  color: #fff;

  background-color: #fcab23;
}
.mob-dis{
    display: none;
}
@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;
  }
  
}
@media screen and (max-width: 700px) {

.fieldsContainer1 {
    bottom: 0px !important; 
    width: 100% !important;
            top: auto !important;
            position: relative !important;
}
.form-group1 {
    width: 100% !important;
}
.ml-15 {
    margin-left: 0px !important;
    margin-top: 10px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.fieldsContainer{
padding-bottom: 20px !important;
}

.mob-hide{
    display: none !important;
    
}
.mob-dis{
    display: block !important;
}
}

/*anchor and button css Start*/

a {
  text-decoration: none !important;

  outline: none !important;

  color: #fcab23;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

a:focus,
a:hover {
  color: #fcab23;
}

button {
  outline: none !important;
}

p {
  font-size: 16px;
}

.primaryButton {
  padding: 7px 19px 6px;

  display: inline-block;

  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: #223740;
  color: #fff;
  font-weight: 500;
  padding: 9px 25px;
}
.beatQuote {
  margin-top: 40px;
}
.quote-group {
  margin-bottom: 13px;
}
.quote-group input[type="submit"] {
  background: #223740;
  color: #fff;
  padding: 10px 30px;
  border-radius: 4px;
  transition: background-color 0.5s ease;
}
.quote-group input[type="submit"]:hover {
  background-color: #fcab23;
}
.form-group {
  position: relative;
}

.beatMyQuote .primaryButton:hover {
  background-color: #223740;

  color: #fff;
}

.btn-primary {
  color: #fff;

  background-color: #fcab23;

  border-color: #fcab23;

  border-radius: 0;
}

.btn-primary:hover {
  background-color: #fcab23;

  border-color: #fcab23;
}

.primaryButton i {
  color: #fcab23;

  transition: color 0.3s;

  -webkit-transition: color 0.3s;
}

.primaryButton:active,
.primaryButton:focus,
.primaryButton:hover {
  background-color: #fcab23;

  color: #fff;
}

.primaryButton:active i,
.primaryButton:focus i,
.primaryButton:hover 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;
}
.contactUs {
  margin-top: 40px;
}
.contact-group {
  margin-bottom: 11px;
}

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: #f5d7c4;
}

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: 212px;
}

.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: #fcab23;

  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);

  line-height: 31px;

  z-index: -1;
}

/*input css End*/

/*owl carousel css Start*/

.owl-nav .owl-next,
.owl-nav .owl-prev {
  height: 68px;

  width: 68px;

  border-radius: 50%;

  border: 7px solid rgba(255, 255, 255, 0.5) !important;

  position: absolute;

  top: 42%;

  transform: translateY(-50%);
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
  height: 54px;

  width: 54px;

  display: inline-block;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background-color: #223740 !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: #223740;
}

.slider-bg {
  background-image: url("../images/bestfly-slider.jpg");

  background-color: #223740;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

  min-height: 683px;
}

.plane-animation {
  overflow: hidden;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;
}

.header.CMSPage {
  overflow: visible;

  padding-bottom: 25px;
}
/* Inner Page Css Start Here */
.innerPage .bestfly-navbar {
  background-image: url(../images/innerbg.png);

  background-repeat: no-repeat;

  background-size: cover;

  padding-bottom: 39px;
}
.innerPage .bestfly-navbar.sticky {
  background-image: none;
}

.innerPage .pageTitle.text-center {
  margin-bottom: 0;
}
.innerPage .flightItem {
  margin-bottom: 30px;
}
.innerPage .contactUs .SectionHeading {
  margin-bottom: 35px;
}
.innerPage .slider-bg {
  background-image: inherit;
  min-height: inherit;
}
.innerPage .searchEngine {
  padding-bottom: 50px;
  padding-top: 0;
}
/* Inner Page Css Ends Here */

/*

.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: 23px 0 14px;

  margin-bottom: 30px;

  background-color: #fff;
}

.topbar .Logo {
  text-align: center;
}

.topbar .headerPhone {
  text-align: right;
}
.bestfly-navbar .callBtn-mobile {
  display: none;
}
.mobilePhone,
.topbar .headerPhone a {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  font-size: 18px;

  font-weight: 500;

  color: #464646;
}

.mobilePhone .svg,
.topbar .headerPhone a .svg {
  width: 24px;

  height: 24px;

  fill: #223740;

  transition: fill 0.3s;

  -webkit-transition: fill 0.3s;

  vertical-align: calc(-1px);
}
.mobilePhone .svg,
.topbar .headerPhone a .svg {
  margin-right: 6px;
}

.mobilePhone .svg {
  fill: #fff;
}

.topbar .headerPhone a:hover .svg {
  fill: #fcab23;
}

.mobilePhone i,
.topbar .headerPhone a i {
  transform: rotate(45deg);

  color: #383834;
}

.mobilePhone:focus,
.mobilePhone:hover,
.topbar .headerPhone a:focus,
.topbar .headerPhone a:hover {
  color: #fcab23;
}

/*top bar css End*/

/*navbar links css Start*/

.bestfly-navbar .navbar {
  padding: 10px 0 15px;

  transition: padding 0.3s;

  -webkit-transition: padding 0.3s;
}

/* .bestfly-navbar.sticky .navbar{

	padding: 15px 0 22px;

} */

.bestfly-navbar.sticky {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  background-color: #223740;

  padding: 15px 0;
}

.bestfly-navbar .navbar-nav {
  margin: 0 auto;

  border-bottom: 1px solid #223740;

  padding-bottom: 30px;
}

.bestfly-navbar.sticky .navbar-nav {
  border-bottom: none;

  padding-bottom: 0;
}

.bestfly-navbar .navbar-nav li {
  margin: 0 20px;
}

.bestfly-navbar .navbar-nav li ul li {
  margin-left: 0;

  margin-right: 0;
}

.bestfly-navbar .navbar-nav li li {
  margin-bottom: 15px;
}

.bestfly-navbar .navbar-nav li a {
  font-size: 16px;

  color: #fff;

  position: relative;

  padding-bottom: 8px;

  font-weight: 500;
  transition: color 0.8s ease;
}

.bestfly-navbar .navbar-nav li a:hover {
  color: #fcab23;
}

.bestfly-navbar .navbar-nav li > a::after {
  content: "";

  position: absolute;

  bottom: 0;

  right: 0;

  width: 0;

  height: 3px;

  background-color: #fcab23;

  display: inline-block;

  transition: width 0.3s, right 0.3s, left 0.3s;

  -webkit-transition: width 0.3s, right 0.3s, left 0.3s;
}

.bestfly-navbar .navbar-nav li.active > a::after {
  width: 100%;
}
.bestfly-navbar .navbar-nav li.active > a {
  color: #fcab23;
}

.bestfly-navbar .navbar-nav li:hover > a::after {
  width: 100%;

  right: auto;

  left: 0;
}

.bestfly-navbar .navbar-nav li li > a::after {
  background-color: #fcab23;
}

/*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: 28px;

  font-weight: 500;

  color: #fff;

  text-align: center;

  margin-bottom: 30px;
}

.searchEngine > h3 span {
  color: #b0a8b9;
}

/* .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;

  background-color: rgba(255, 255, 255, 0.17);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  padding: 30px 25px;

  border-radius: 8px;
  padding-bottom: 80px;;
}
.fieldsContainer1{
  position: absolute;
    top: 270px;
        width: 79%;
}
.form-group1 {
  width: 32%;
  float: left;
}
.ml-15 {
    margin-left: 15px;
}
.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;

  border: solid 1px transparent;
}

.searchEngine .fieldsContainer .searchField .inputValue,
.searchEngine .fieldsContainer .searchField .placehold {
  color: #fcab23;

  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;
}

label.error {
  display: none !important;
}
.input-group .error-item {
  border-color: red !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
  color: red !important;
}
.form-control.error,
.error-item {
  border-color: red !important;

  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}
.error-item label {
  color: red !important;
}

.form-control.error:focus,
.error-item.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.searchEngine .fieldsContainer .searchField.Location {
  flex: 0 0 27%;

  margin-right: 10px;

  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 17%;

  padding-right: 0;

  margin-right: 10px;
}

.searchEngine .fieldsContainer .searchField.CheckOut {
  flex: 0 0 17%;

  padding-right: 0;

  margin-right: 10px;
}

.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: #22221e;

  font-size: 16px;

  font-weight: 600;
}

.searchEngine .fieldsContainer .searchField.Passengers {
  flex: 0 0 25%;

  background-color: transparent;

  border-right: none;

  margin-right: 10px;
}

.searchEngine .fieldsContainer .searchField.SearchGo {
  flex: 0 0 10%;

  background-image: none;

  border-right: none;

  background-color: #fcab23;

  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:focus,
.searchEngine .fieldsContainer .searchField.SearchGo:hover {
  background-color: #fcab23;
}

.searchEngine .fieldsContainer .searchField.SearchGo .SearchBtn {
  height: 100%;

  width: 100%;

  border: none;

  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-button,
.ui-datepicker .ui-datepicker-title,
.ui-datepicker table thead tr,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  font-family: "Poppins", sans-serif;
}

.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-class .btn-group,
.searchField .dropSection .form-group.journey-type .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;

  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 #223740;

  text-align: center;
}

.passengerDropSection .passenger span.minus,
.passengerDropSection .passenger span.plus {
  font-size: 18px;

  width: 30px;

  height: 26px;

  color: #223740;

  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.minus:hover,
.passengerDropSection .passenger span.plus:hover {
  background-color: #223740;

  color: #fff;
}

/*passenger drop section css End*/

/*header different style css Start*/

.header.CMSPage {
  background-position: 0 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));

  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;
}
.AirlinesList ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.AirlinesList .AirlineLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 113px;
  text-align: center;
  background-color: #fff;
  border: solid 1px #fff;
  transition: border 0.9s ease;
  padding: 0 8px;
}
.AirlinesList .AirlineLogo:hover {
  border-color: #fcab23;
}
.AirlinesList .AirlineLogo img {
  width: 150px;
  height: 60px;
}

/*=============================================

			home airlines css End

===============================================*/

/*=============================================

			home best flights css Start

===============================================*/

.SectionHeading {
  text-align: left;

  margin-bottom: 60px;
}

.SectionHeading h1 {
  color: #000;

  margin-bottom: 3px;
}

.SectionHeading h2,
.SectionHeading h3 {
  position: relative;

  margin-top: 62px;
}

.SectionHeading h2 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}

.SectionHeading h3 {
  font-size: 24px;
}

.SectionHeading h2::before,
.SectionHeading h3::before,
.page-heading::before {
  content: "";

  width: 107px;

  height: 9px;

  background-color: #fcab23;

  position: absolute;

  top: -60px;

  left: 0;
}

.SectionHeading.yellow h2::before,
.SectionHeading.yellow h3::before {
  background-color: #fcab23;
}

.SectionHeading p {
  font-size: 16px !important;

  line-height: 26px;

  color: #22221e;

  margin-bottom: 0;

  text-align: left !important;

  font-weight: 400;
}
.page-heading {
  margin-bottom: 50px;
  position: relative !important;
  padding: 25px 0 0 0;
  font-size: 30px;
  font-weight: 500;
  color: #000000;
}
.page-heading span {
  color: #fcab23;
}
.page-heading::before {
  top: 0 !important;
}
/*popular deals css Start*/

.PopularDestination {
  padding-top: 6px;

  background-image: url("../images/popular-bg.jpg");

  background-repeat: no-repeat;

  background-position: right center;

  background-size: 40% 100%;
  margin-top: 120px;
}

/*popular deals css End*/

/*flights deals section Start*/

.PopularDestination {
  padding-bottom: 160px;
  position: relative;
}
.PopularDestination::before {
  content: url("../images/destination-bg.png");
  position: absolute;
  top: -147px;
  left: 0;
}

.PopularDestination .row div[class*="col"] .flightDeal {
  background-color: #f0f0f0;

  transition: background-color 0.3s;

  -webkit-transition: background-color 0.3s;
}

.PopularDestination .flightDeal {
  padding: 70px 0 0;
}

.PopularDestination .flightDeal .detail {
  font-size: 19px;

  color: #22221e;

  line-height: 23px;

  margin-bottom: 30px;

  padding-left: 20px;

  font-weight: 500;
}

.PopularDestination .flightDeal .detail span {
  display: block;

  font-size: 22px;
}

.PopularDestination .flightDeal .price {
  font-size: 48px;

  color: #000000;

  line-height: 48px;

  padding-left: 20px;

  margin-bottom: 30px;

  font-weight: 500;

  transition: color 0.5s ease;
}

.PopularDestination .flightDeal .price sup {
  top: -0.2em;

  left: -3px;
}

.PopularDestination .flightDeal .primaryButton {
  display: block;

  border-radius: 0;

  background-color: #223740;

  text-align: center;

  font-size: 18px;

  padding: 9px 12px 8px;

  color: #fff;

  transform: translateY(35px);

  -webkit-transform: translateY(35px);

  transition: transform 0.3s;

  -webkit-transition: transform 0.3s;

  font-weight: 500;
}
.PopularDestination .flightDeal:hover .price {
  color: #223740;
}

.PopularDestination .flightDeal:hover .primaryButton {
  transform: translateY(0);

  -webkit-transform: translateY(0);
}

.PopularDestination .owl-nav .owl-next,
.PopularDestination .owl-nav .owl-prev {
  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;
}

.PopularDestination .owl-nav .owl-next:hover,
.PopularDestination .owl-nav .owl-prev:hover {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.PopularDestination .owl-nav .owl-next span,
.PopularDestination .owl-nav .owl-prev span {
  background-color: transparent !important;

  height: auto;

  width: auto;
}

.PopularDestination .owl-nav .owl-next {
  top: 29%;
}

.PopularDestination .owl-nav .owl-prev {
  top: 61%;
}

/*flights deals section End*/

/*flight deals css Start*/

.destinationFlights {
  background-color: #223740;
  padding: 75px 0 0;
}

.destinationFlights .SectionHeading h2::before {
  background-color: #fcab23;
}

.destinationFlights .SectionHeading h2 {
  color: #fcab23;
  margin-bottom: 12px;
}
.destinationFlights .SectionHeading p {
  color: #fff;
}

.destinationFlights .owl-carousel {
  background-color: #fff;

  background-image: url("../images/carousel-bg.jpg");

  background-repeat: repeat-x;
}

.destinationFlights .owl-carousel .owl-stage-outer {
  padding-bottom: 80px;
}

.destinationFlights .owl-dots {
  text-align: center;
}

.destinationFlights .owl-dots .owl-dot {
  height: 2px;

  background-color: #eaeaea;

  width: 65px;

  position: relative;
}

.destinationFlights .owl-dots .owl-dot.active::before,
.destinationFlights .owl-dots .owl-dot:hover::before {
  content: "";

  background-color: #fcab23;

  height: 5px;

  width: 100%;

  display: inline-block;

  position: absolute;

  bottom: 0;

  left: 0;
}

.flightItem {
  position: relative;

  overflow: hidden;

  border-radius: 10px;
  margin-bottom: 30px;
}

.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: 13px;

  left: 0;

  right: 0;

  color: #fff;

  text-align: center;
}
.flightItem .destinationMedia {
  position: relative;
}
.flightItem .destinationMedia::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.flightItem .flightItemDesc h2 {
  font-family: "arizoniaregular";

  font-size: 72px;

  margin-bottom: 32px;

  text-align: left;

  padding-left: 20px;

  line-height: 1em;
}

.flightItem .flightItemDesc p.tag {
  display: flex;

  justify-content: flex-end;

  align-items: center;

  font-size: 18px;

  font-weight: 500;

  font-style: italic;

  padding-right: 25px;
}

.flightItem .flightItemDesc .price {
  display: flex;

  align-items: center;

  justify-content: flex-end;

  font-size: 36px;

  line-height: 36px;

  font-style: italic;

  color: #fcab23;

  font-weight: 600;

  margin-left: 10px;
}

.flightItem .flightItemDesc .price sup {
  top: -8px;

  font-size: 54%;
}
/*flight deals css End*/

/*================================================

			home best flights css End

==================================================*/

/*================================================

			home cheap flights css Start

==================================================*/

.homeCheapFlights {
  padding-top: 145px;
  overflow: hidden;
  position: relative;
  padding-bottom: 90px;
}

.homeCheapFlights .SectionHeading h2::before {
  background-color: #223740;
}

.chooseCountry {
  margin-bottom: 40px;
}

.chooseCountry .form-control {
  border: none;

  border-bottom: 2px solid #d2d2d2;

  -moz-appearance: none;

  -webkit-appearance: none;

  font-size: 18px;

  color: #b0a8b9;

  padding-left: 0px;

  background-color: transparent;
}

/*cheap flight fares section css Start*/

.cheapFlights {
  padding: 40px 0 0;

  background-color: #fff;
}

.homeCheapFlights::before {
  content: url("../images/associate-bg.png");

  position: absolute;

  top: 0;

  right: 0;
}

.homeCheapFlights::after {
  content: url("../images/airline-bg.png");

  position: absolute;

  top: 245px;

  left: 0;
}

.cheapFlights .cheapFare {
  position: relative;

  z-index: 2;

  background-color: #fffafa;

  border: 1px solid #eae3fc;

  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;
}

.change-bg .bg-highlts:nth-child(2n + 1) .cheapFare {
  background-color: #fff;
}

.cheapFlights .cheapFare:hover {
  border-color: #fff;
  box-shadow: 0 0 10px 0 rgb(24, 68, 77);
  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 .fareContact p,
.cheapFlights .cheapFare .fareDetination p,
.cheapFlights .cheapFare .farePrice p {
  font-size: 18px;

  line-height: 25px;

  margin-bottom: 0;

  font-weight: 500;

  color: #000000;
}

.cheapFlights .cheapFare .fareContact p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #b0a8b9;
  font-weight: 400;
}
.cheapFlights .cheapFare .fareContact p .svg {
  width: 27px;
  height: 27px;
  margin-right: 11px;
}

.cheapFlights .cheapFare .fareDetination p span {
  display: block;

  font-size: 24px;

  font-weight: 500;

  margin-top: 5px;
}

.cheapFlights .cheapFare .farePrice p {
  line-height: 23px;

  margin-top: 3px;

  text-align: left;

  display: inline-block;

  font-size: 16px;

  color: #b0a8b9;

  font-weight: 400;
}

.cheapFlights .cheapFare .farePrice p span {
  font-size: 30px;

  color: #223740;

  display: block;

  font-weight: 500;

  margin-top: 8px;
}

.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: 18px;

  color: #b0a8b9;

  margin-left: 8px;
}

.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: #223740;
}

.socialLinks {
  padding: 80px 0 25px;

  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: #223740;
  overflow: hidden;
  position: relative;
}
.footerData::before {
  content: url(../images/footer-aroplane-right.png);
  position: absolute;
  right: 127px;
  bottom: -50px;
  background-repeat: no-repeat;
}
.footerData::after {
  content: url(../images/footer-aroplane-left.png);
  position: absolute;
  left: 90px;
  bottom: -52px;
}

.footerData .footer-logo {
  margin-bottom: 50px;

  display: inline-block;
}

.footerData .footer-links h3 {
  color: #fcab23;

  margin-bottom: 30px;

  font-size: 24px;

  font-weight: 500;
}

.footerData .footer-links ul {
  list-style-type: none;

  padding-left: 0;

  margin-bottom: 40px;
}

.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::after {
  content: "";

  position: absolute;

  bottom: -7px;

  left: 50%;

  width: 0;

  height: 1px;

  transform: translateX(-50%);

  background-color: #fcab23;

  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;
}

.footerData .footerCallUs a {
  color: #f9f5f6;

  font-size: 18px;
}

.footerData .footerCallUs span {
  margin-right: 30px;
}

.footerData .footerCallUs .svg {
  margin-right: 10px;

  width: 21px;

  height: 19px;

  fill: #fcab23;
}

.footerData .footerCallUs p {
  margin-top: 20px;
  display: flex;
}

.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 .iata-atol li p {
  font-size: 12px;
  color: #b0a8b9;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.footer-copyright {
  background-color: #303030;
  position: relative;
  padding-top: 20px;
}
.footerData .footer-media {
  position: relative;
}
.footer-info {
  padding: 15px 0 0 0;
}
.footerData .footer-media::before {
  content: "";
  position: absolute;
  width: 1px;
  min-height: 270px;
  background-color: #fcab238f;
  right: 23px;
}

/* .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;

} */

.footer-copyright p {
  font-size: 13px;

  color: #fff;

  margin-bottom: 0;

  padding-bottom: 15px;

  font-weight: 300;

  text-align: center;
}

.footer-copyright p span {
  display: block;

  color: #fcab23;
}

/*footer data css End*/

/*================================================

			footer section css Start

==================================================*/

/*================================================

		page content section css Start

==================================================*/

.pageContent {
  padding: 110px 0 100px;
  background-color: #f2f2f2;
}

.pageTitle {
  margin-bottom: 35px;
}

.pageContent h1 {
  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: 11px 32px 11px 32px;

  background-color: #223740;

  color: #fff;

  font-size: 14px;
}

.contactUs .primaryButton:focus,
.contactUs .primaryButton:hover {
  background-color: #fcab23;
}

/*contact us right box css Start*/

.contactUs .contact-info {
  margin-top: 164px;

  margin-bottom: -115px;

  background-color: #fcab23;

  background-image: url("../images/contact-info-bg.png");

  background-repeat: no-repeat;

  padding: 200px 45px 55px 30px;

  border-radius: 12px;
}

.contact-right-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.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 strong {
  color: #fff;
}
.contactUs .contact-info ul li p {
  text-align: left;

  font-size: 18px;

  line-height: 23px;
}

.contactUs .contact-info ul li p a {
  color: #ffffff;
  font-weight: 500;
}

.contactUs .contact-info ul li p a:hover {
  color: #223740;
}

.contactUs .contact-info ul li p strong {
  display: block;
}
.st021 {
  fill: #223740;
}

/*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;

  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: "Poppins", sans-serif;
}
.searchFilters {
  margin-bottom: 20px;
}

.offlineFares h3 span {
  color: #000;
}

.offlineFare {
  background-color: #fffefe;

  padding: 24px 15px;

  border: 1px solid #ffebeb;

  margin-bottom: 20px;
  transition: background-color 0.5s ease, border 0.5s ease;
}

.offlineFare:hover {
  background-color: #fffafa;
  border: 1px solid #ffebeb;
}

.offlineFare:hover.offlineFare .fareFooter .primaryButton {
  background-color: #fcab23;
}

.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 #dddbdb;

  display: inline-block;

  width: 100%;

  position: absolute;

  bottom: 0;

  right: 0;

  width: 78.7%;
}

.offlineFare .offlineFareContainer .airline-img-container {
  flex: 0 0 20%;
}

.offlineFare .offlineFareContainer .depart-arival-container {
  flex: 0 0 54%;

  font-size: 0;

  padding: 0 0 10px 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%;
  position: absolute;
  top: 12px;
  right: 17px;
  border: dashed 1px #fcab23a8;
}

.offlineFare p.depart-dest {
  font-size: 24px;

  font-weight: 600;

  margin-bottom: 0;

  line-height: 24px;

  color: #000000;

  margin-bottom: 6px;
}
.flight-oneway {
  display: flex;
  align-items: flex-start;
}

.offlineFare p.airportName,
.offlineFare p.date {
  color: #868686;
  font-size: 16px;
  font-weight: 500;
  max-width: 180px;
  text-align: left;
}

.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: 0;
}

.offlineFare .PriceContain .offlineFarePrice {
  padding-bottom: 10px;
}

.form-switch input[type="checkbox"] {
  visibility: visible;
}
.form-switch .form-check-input:checked {
  background-color: #223740;
  border-color: #223740;
  box-shadow: none;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #fcab23;
  border-color: #fcab23;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  box-shadow: none;
}

.fare-switch .form-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fare-switch .form-switch p {
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 400 !important;
}
.fare-switch .form-switch {
  padding: 0;
  margin-top: 5px;
}
.fare-switch .form-switch input {
  margin-left: 0;
  width: 51px !important;
  height: 24px !important;
}

.offlineFare .offlineFarePrice span {
  font-size: 16px;

  color: #868686;
}
.offlineFare .offlineFarePrice p {
  font-size: 36px;
  color: #223740;
  line-height: 35px;
  font-weight: 500;
}
.offlinePriceFare p sup {
  font-size: 18px !important;
}
.offlinePriceFare p sub {
  font-size: 18px !important;
  bottom: -4px !important;
}
.offlinePriceFare {
  display: flex;
  align-items: baseline;
  margin-top: 5px;
}
.offlinePriceFare .perPerson {
  font-size: 14px !important;
  font-weight: 500;
  color: #868686 !important;
  margin-left: 14px;
}
.offlinePriceFare p {
  display: flex;
  align-items: center;
}

.offlineFare .offlineFarePrice sub,
.offlineFare .offlineFarePrice sup {
  font-size: 60%;
}

.offlineFare .offlineFarePrice sup {
  top: -0.6em;
}

.offlineFare .offlineFarePrice sub {
  bottom: 0;
}

.offlineFare .fareFooter {
  padding: 15px 15px 0;
}

.offlineFare .fareFooter .farePhone {
  color: #2e2b34;
  font-size: 20px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.offlineFare .fareFooter .farePhone:hover {
  color: #223740;
}

.offlineFare .fareFooter .farePhone .svg {
  width: 27px;
  height: 27px;
  margin-right: 8px;
}

.offlineFare .fareFooter .baggage {
  text-align: center;

  font-size: 18px;
}
.offlineFaresContainer {
  margin-top: 37px;
}
.offlineFare .fareFooter .primaryButton {
  background-color: #223740;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 29px 11px;
}
.enquiryBtn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.enquiryBtn p {
  font-size: 14px;
  color: #868686;
  font-weight: 500;
  margin-right: 32px;
}

.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: #fcab23;
}

/*fares filters css Start*/

.searchFilters h3 {
  margin-bottom: 20px;
}
.filterHeading {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.Filters h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background-color: #223740;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 21px;
  border-radius: 5px 5px 0 0;
  margin-bottom: 0;
}

.Filters h3 span {
  float: right;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.Filters .filterList {
  border: 1px solid #cdcdcd;

  padding: 25px 18px 35px;
}

.Filters .form-check {
  padding-left: 0;

  color: #5f5f5f;

  margin-bottom: 3px;
}

.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: 11px;
}

.Filters input[type="checkbox"] ~ label .box-text,
.Filters input[type="radio"] ~ label .box-text {
  font-size: 16px;
  font-weight: 500;
  color: #22221e;
}

.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: #fcab23;

  margin-bottom: 0;

  border-radius: 0;
}

.offlineFareBooking .breadcrumb a {
  color: #fcab23;
}

.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;
}

.priceAndPhone {
  background-color: #fcab23;

  padding: 27px 15px 32px;
}

.passangerDetail {
  background-color: #f2f2f2;
  padding: 80px 0 70px;
}
.passangerDetail h3 {
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  margin-bottom: 30px;
}

.priceAndPhone p {
  margin-bottom: 0;

  color: #fafafa;

  font-size: 18px;

  text-align: center;
}

.priceAndPhone p.enquirePhone {
  font-size: 30px;

  margin-bottom: 5px;
}

.priceAndPhone p span {
  font-size: 32px;
}

.priceAndPhone p span a {
  color: #223740;
  font-weight: bold;
}

.fareEnquiryFrom {
}

.fareEnquiryFrom .form-group {
  margin-bottom: 20px;
}

.fareEnquiryFrom .form-control {
  border: 1px solid #d7d7d7;
}

.fareEnquiryFrom .primaryButton {
  font-size: 18px;

  padding: 9px 31px 11px;

  background-color: #fcab23;

  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: #fcab23;

  border-color: #fcab23;
}

.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: #b0a8b9;

  font-size: 36px;

  font-weight: 600;

  line-height: 36px;
}

.DADateText .MonthText {
  color: #8b8b8b;

  font-size: 16px;
}

.plus-checkIn,
.plus-checkOut {
  margin-top: -25px;
}

.plus-checkIn img,
.plus-checkOut img {
  margin-top: 10px;
}

#choose_deals_worldwide {
  width: auto;

  padding-right: 35px;
}

.footerData .iata-atol li {
  font-size: 12px;
}

/*================================================

				Booking Condition Start

==================================================*/

.accordion-item {
  background-color: transparent !important;
  border: 0px;
}
.accordion-button {
  border: 0;
  border-bottom: solid 3px #dfdfdf;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  padding: 35px 9px 11px 5px;
}
.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none;
}
.accordion-button:focus {
  border-color: #dfdfdf !important;
}
.accordion-button:not(.collapsed) {
  color: #fcab23;
  background-color: transparent;
  box-shadow: none;
  border-bottom: solid 3px #dfdfdf;
}
.accordion-body {
  padding: 23px 0 0 0;
}
.accordion-body p {
  font-size: 16px;
  font-weight: 500;
  color: #22221e;
  line-height: 24px;
}
.accordion-item:first-of-type .accordion-button {
  padding-top: 0;
}
.accordion-button::after {
  background-image: url("../images/icons/accordion-down-arrow.png");
  background-position: center;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icons/accordion-up-arrow.png");
  transform: rotate(0);
}

/*================================================

				Booking Condition End

==================================================*/

/*========================================================
Booking Request Form section by LAL CHAND starts here
==========================================================*/
.offlineFare.sendEnquiryPage
  .offlineFareContainer
  .depart-arival-container
  .departure-arival:first-child::before {
  content: none;
}
.offlineFare.sendEnquiryPage p.depart-dest span {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  margin-left: 10px;
}
.offlineFare.sendEnquiryPage
  .offlineFareContainer
  .depart-arival-container
  .departure-arival {
  margin: 15px 0;
}
.offlineFare.sendEnquiryPage .offlineFareContainer .airline-img-container {
  flex: 0 0 17%;
}
.offlineFare.sendEnquiryPage .offlinePriceFare {
  flex-direction: column;
}
.offlineFare.sendEnquiryPage .offlineFareContainer {
  justify-content: space-between;
}
.offlineFare.sendEnquiryPage .offlineFareContainer .depart-arival-container {
  flex: 0 0 64%;
}
.offlineFare.sendEnquiryPage .offlineFareContainer::after {
  content: none;
}
.offlineFare.sendEnquiryPage .perPerson {
  margin-left: 0;
}
.offlineFare.sendEnquiryPage .offlineFarePrice p span {
  margin-left: 10px;
}
.offlineFare.sendEnquiryPage .offlineFarePrice span:nth-last-child(1) {
  margin-top: 7px;
}
.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.pagination span,
.pagination a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-right: 7px;
  border-radius: 50%;
  background-color: #223740;
  text-align: center;
  color: #fff;
}
.pagination .normal_bold {
  color: #fcab23;
  font-weight: 600;
}
.pagination .normal_bold.inactive {
  color: #fff;
}
/*========================================================
Booking Request Form section by LAL CHAND ends here
==========================================================*/

.pop .imgContainer {
  height: 69px;
  width: 69px;
  border-radius: 50%;
  border: 1px solid #5cacc4;
  position: relative;
}

.pop .imgContainer img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.pop .modal-header {
  padding: 1rem 2rem;
  align-items: center;
  background-color: #eef7f9;
  justify-content: flex-start;
}
.pop .imgContainer::before {
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  bottom: 0;
  right: 8px;
  background-color: #23c128;
  border-radius: 50%;
}
.pop .modal-header .modal-title {
  font-size: 16px;
  line-height: 20px;
  margin-left: 15px;
  color: #223740;
  font-family: GothamMedium;
}
.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}
button.close {
  position: absolute;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  top: 10px;
  right: 15px;
}
.pop .modal-header {
  padding: 1rem 2rem;
  align-items: center;
  background-color: #eef7f9;
}
.pop .modal-body {
  padding: 15px 20px 10px;
  text-align: center;
}
.pop .modal-body p {
  font-size: 17px;
  line-height: 21px;
  color: #0c0026;
  font-weight: 300;
}
.pop .modal-body p strong {
  font-size: 24px;
}
.pop .btn-primary.calMe {
  font-size: 23px;
}
.pop .modal-body a {
  margin-bottom: 20px;
}

.pop .modal-body p.or::after {
  margin-left: 10px;
}
.pop .modal-body p.or::after,
.pop .modal-body p.or::before {
  background-color: #dedede;
  content: "";
  display: inline-block;
  height: 1px;
  width: 34%;
  vertical-align: middle;
}
.pop .modal-body p.or::before {
  margin-right: 10px;
}
.pop .modal-body p.or {
  font-weight: 700;
}
.pop .modal-body p {
  font-size: 19px;
  color: #0c0026;
  font-weight: 300;
}
.pop .modal-body p strong {
  font-size: 24px;
}
.pop .form-control {
  height: 43px;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  color: #8b8b8b;
  border: 1px solid #f2f2f2;
}
.pop p .form-control {
  font-size: 20px;
  color: #fff;
}
.pop p .form-control {
  background-color: #223740;
}
.pop .btn-primary {
  background-color: #223740;
  border-color: #223740;
}
.pop .btn-primary:hover {
  background-color: #223740;
  border-color: #223740;
}


/* animation on mobile is starts here  */
.responsive-menu-cvr {
  bottom: 66px;
  z-index: 999;
  width: 100%;
  padding-left: 40px;
}

.responsive-menu-cvr .responsive-menu {
  height: 0;
}

.responsive-menu .whatsapp a {
  width: 80px;
  height: 80px;
  background-color: #22ce58;
  border: 4px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  transition: all 0.3s;
  animation: 1.5s infinite pulse;
  box-shadow: 0 0 5px 0 #00000025;
}

.responsive-menu .whatsapp a::after {
  content: "";
  position: absolute;
  height: 120%;
  width: 120%;
  background-color: #00000080;
  border: 2px solid #22ce58;
  border-radius: 50%;
  animation: 2s infinite width-height;
  z-index: -1;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 206, 88, 0.15);
  }

  50% {
    box-shadow: 0 0 0 15px rgba(34, 206, 88, 0.25);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(34, 206, 88, 0.25);
  }
}

@keyframes width-height {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1
  }

  100% {
    width: 230%;
    height: 230%;
    opacity: 0
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

@keyframes shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
  }

  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }

  8%,
  24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg)
  }

  12%,
  28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg)
  }

  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg)
  }

  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg)
  }

  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
  }

  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
  }

  40%,
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
}

.responsive-menu-cvr a i {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  color: #fff;
  font-size: 40px;
}

/* animation on mobile is ends here  */