:root {
  /* --primary-main: #7209B7; */
  --primary-main: #075eb8;
  --secondary-main: #f06487;
  /* --secondry-light:#F7EBFF; */
  --secondry-light: #e0f0ff;
  --secondry-dark: #ebebeb;

  --light-main: #60b7de;
  --light-blue: #3680e2;
  /* --main-pink:#F72585; */
  --main-pink: #f06487;
  --main-range: #ee431d;
  --main-green: #3ab54a;
  --light-grey: #f7f8fa;
  --light-pink: #ffebef;
  --dark-blue: #0c6ac5;
  --light-green: #d9ffdd;
  --semi-blue: #0c6ac5;
  --light-cyan: #c3e2ff;
  --midnight-blue:#0D345A;

}

/* .depart-dur-box .duration-icon:hover {
  background: var(--primary-main);
  border: 1px solid var(--primary-main)
}

.depart-dur-box .duration-icon:hover span {
  color: #fff;
} */
.active_time_duration,
.active_time_duration span {
  background: var(--primary-main);
  border: 1px solid var(--primary-main);
  color: #fff !important;
}

body {
  font-family: "Poppins", sans-serif;
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  font-style: normal !important;
  font-size: 14px !important;
  color: #333333 !important;
  font-weight: 400;
}
html,
body {
  width: 100%;
  background: white;
  /* height: 100%; */
  margin: 0;
  overscroll-behavior: none;
}
/* @media screen and (max-width: 768px) {  
  html, body{height: -webkit-fill-available;}
} */
* {
  /* font-family: "Plus Jakarta Sans", sans-serif !important; */
  font-family: "Poppins", sans-serif !important;
}

/* .side-bar-flights-filter.active {
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: none;
} */
a {
  cursor: pointer !important;
}

p a {
  color: #0d6efd !important;
}

/* .container {
  max-width: 1180px !important;
} */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Plus Jakarta Sans", sans-serif;
}
.z-index_1{z-index: 1 !important;}
.step-border{height: 280px;}
.step-border {background-size: calc(100% - 20px), 20px !important;
    background-repeat: no-repeat !important;
    background-position: 50%, 100% !important;}
 .step-border-1  .step-border {background: url("/static/images/border.svg");}
  .step-border-2  .step-border {background: url("/static/images/border1.svg");}
 .arrowIcon::after{content: " "; display: inline-block;  ; height: 17px; width: 20px; position: absolute; background-image: url("/static/images/arrow-right.png"); background-repeat: no-repeat; right: -10%; top:50%}
@media (max-width:767px) {.step-border {background-size: calc(100% - 70px), 20px !important;}}
/*.step-border-1, .step-border-2{border-radius: 50%; min-height: 310px;}
.step-border-1::before{border: 2px solid  #074C7F;  border-radius: 10rem 10rem 0 0; content: ""; height: 50%; width: 100%; display: block;position: absolute; z-index: 0; border-bottom: none;}
.step-border-1::after{border: 2px dashed  #60B7DE;  border-radius: 0 0 10rem 10rem ; content: ""; height: 50%; width: 100%; display: block;position: absolute; z-index: 0;border-top: none; top: 50%;}
.step-border-2::before{border: 2px dashed  #60B7DE;  border-radius:10rem 10rem 0 0 ; content: ""; height: 50%; width: 100%; display: block;position: absolute; z-index: 0;border-bottom: none; }
.step-border-2::after{border: 2px solid  #074C7F;  border-radius:0 0 10rem 10rem  ; content: ""; height: 50%; width: 100%; display: block;position: absolute; z-index: 0;border-top: none; top: 50%;} */
.exclusive-deals{background: linear-gradient(90deg, #F06487 0%, #0C6AC5 100%);
 border-radius: 50px;
}
.exclusive-deals .call-bg{background: linear-gradient(90.99deg, #0C6AC5 0.85%, #F06487 144.79%);
 border-radius: 40px;
}
ul.cityList{}
ul.cityList li{ list-style-type: none; }
ul.cityList li a{  padding-right: 45px; background-image: url("/icons/circle-arrow.jpg"); background-position: right; background-repeat: no-repeat; display: inline-block;}
.more-flight-options .nav-tabs li{ width: 25% !important;} 
.more-flight-options .nav-tabs li button{width: 100%; font-size: 1.5em; font-weight: bold; color: #6B6B6B;}
.more-flight-options .nav-tabs li button.nav-link:hover, .more-flight-options .nav-tabs li button.nav-link:focus, .more-flight-options .nav-tabs li button.nav-link:focus-visible{border:none; color: #333333; }
.more-flight-options .nav-tabs li button.nav-link.active{border:none; border-bottom: 3px solid #074C7F !important; color:#074C7F ; }
@media (max-width:767px) {.step-border-2,.step-border-1{min-height: 230px;}.arrowIcon::after{ display: none;}.more-flight-options .nav-tabs li{ width: 100% !important; text-align: left !important;} }
@media (min-width: 1400px) {
  .container {
    max-width: 1370px !important;
  }
  .side-bar-flights-filter .depart-dur-box .duration-icon span br {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .container {
    max-width: 1180px !important;
  }
}
.main-heading {
  font-family: "Abril Fatface", serif !important;
}

.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.text-orange {
  color: var(--primary-main) !important;
}

.text-pink {
  color: var(--main-pink) !important;
}

.text-green {
  color: var(--main-green);
}

.text-ora{
  color: var(--main-range) !important;
}

.text-dark-blue {
  color: var(--dark-blue) !important;
}

.text-semi-blue {
  color: var(--semi-blue) !important;
}

.color-secondry {
  color: var(--light-main);
}

.colot-fp-main {
  color: var(--primary-main) !important;
}

.text-primary-bt {
  color: var(--primary-main) !important;
}

.bg-fp-light-main {
  background: var(--light-main) !important;
}

.bg-bt-secondry-light {
  background: var(--secondry-light) !important;
}

.bg-bt-secondry-dark {
  background: var(--secondry-dark);
}

.bg-bt-light-pink {
  background: #f0f8fc;
}

.bg-bt-sucess-green {
  background: var(--light-green);
}

.bg-bt-semi-pink {
  background: var(--secondry-light) !important;
}

.bg-bt-primary {
  background: var(--primary-main) !important;
}

.bt-bg-light-grey {
  background: var(--light-grey) !important;
}
.bt-bg-light-cyan {
  background: var(--light-cyan) !important;
}
.bt-bg-midnight-blue {
  background: var(--midnight-blue) !important;
}

.bg-light-pink {
  background: #ffebef;
}
.btn-outline-darkblue {
  background: transparent !important;
  border: 2px solid var(--dark-blue) !important;
  font-size: 14px !important;
}
.btn-outline-darkblue:hover {
  background: var(--dark-blue) !important;
  border: 2px solid var(--dark-blue) !important;
  color: #fff !important;
}
.pink-bg {
  background: var(--secondary-main) !important;
}

.cnf-blue-bg {
  background: var(--dark-blue) !important;
}

.bt-border::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-main) !important;
}

.btn-primary {
  background: linear-gradient(
    0deg,
    #021b8c -29.81%,
    #15aff7 120.19%
  ) !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-primary-border-bt {
  border: 1px solid var(--primary-main);
  background: white;
  color: var(--primary-main);
}

.btn-primary-border-bt.bt-active {
  border: 2px solid var(--primary-main);
  background: white;
  color: white;
  background: var(--primary-main);
}

.btn-primary:hover {
  border: 1px solid var(--secondary-main);
  background-color: var(--secondary-main) !important;
}

.btn-primary-outline {
  border: 1px solid var(--primary-main) !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: var(--primary-main) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-primary-outline:hover {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-main) !important;
  color: #fff !important;
}

.btn-orange-outline {
  border: 1px solid var(--main-range) !important;
  color: var(--main-range) !important;
}

.btn-orange {
  color: white !important;
  background: var(--main-range) !important;
}

.btn-secondary {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-secondary:hover {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-main) !important;
}

.btn-secondary-outline {
  border: 1px solid var(--secondary-main) !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: var(--secondary-main) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-secondary-outline:hover {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  color: #fff !important;
}

.btn-gray-outline {
  border: 1px solid #a6a6a6 !important;
  background-color: transparent !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  color: #a6a6a6 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}

.btn-gray-outline:hover {
  border: 1px solid var(--secondary-main) !important;
  background-color: var(--secondary-main) !important;
  color: #fff !important;
}

.select-btn {
  margin-top: 0px;
  padding: 9px 27px 9px 27px !important;
}
.text-shadow {
  text-shadow: 2px 2px 6px rgb(0 0 0) !important;
}
/*  Header start*/
.header {
  height: 62px;
  box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
}

.fixed-top {
  z-index: 10;
}

.navbar-light .navbar-nav .nav-link {
  color: #333 !important;
  transition: 0.4s;
  font-weight: 600;
  font-size: 13px !important;
}
.navbar-light .navbar-nav .nav-link.active {
  color: var(--dark-blue) !important;
}
/* .navbar-toggler {
  font-size: 16px !important;
} */
.header .navbar-toggler.nav-togg {
  padding: 0px;
  border: none;
}

.header .navbar-toggler.nav-togg .navbar-toggler-icon {
  color: var(--secondary-main);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--primary-main) !important;
}

.speak-expert p {
  margin: 0;
  color: #555;
  font-weight: 400;
  font-size: 11px;
  text-align-last: end;
  line-height: 16px;
}

.speak-expert a {
  color: #000;
  transition: 0.4s;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none !important;
}

.speak-expert a:hover {
  color: var(--primary-main);
}

.navbar .call-icon {
  margin-left: 10px;
}

.navbar .call-icon i {
  background: var(--primary-main);
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 12px;
}

@media screen and (max-width: 991px) {
  html,
  body {
    overscroll-behavior-x: none;
  }

  #main_nav {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    left: 0;
    text-align: center;
    top: 57px;
  }

  .single-flight-round-box .flight-round-box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 480px) {
  .speak-expert a {
    font-size: 16px;
  }
  .header .btn-outline-darkblue {
    font-size: 10px !important;
  }
  .homeheader .booki-status-btn {
    font-size: 8px !important;
    border-width: 1.5px !important;
  }
  /*   .homeheader img.header-logo{ max-height: 20px; } */
}
.dropdown-menu{
  border-radius: 0;padding: .5em; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
}
.dropdown-menu ul{
  list-style: none;
  padding: 0
}

.dropdown-menu li a{
  color: #333333; padding: .5em 1em; font-size: 14px;
}
@media screen and (min-width:993px) {
    .dropdown:hover .dropdown-menu.city{
  display: flex !important;
}
  .dropdown-menu.city.show{
  display: flex !important;
  padding: 5px;
}
    .dropdown:hover .dropdown-menu{
  display: block !important;
}
}
@media screen and (max-width:992px) {
  .dropdown-menu.city.show{ max-height: 350px; overflow-y: scroll;}
}
/*  Header end*/
/*  Flight Search start*/

/* #content {
  padding-top: 62px;
} */

.flight-search {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flight-search .main-head {
  margin-bottom: 3rem;
}

@media screen and (max-width: 640px) {
  .flight-search {
    min-height: auto;
  }
}

@media screen and (max-width: 768px) {
  .flight-search .search-flights-btn {
    margin-top: 0px !important;
  }
  .banner-filter-box h1{font-size: 32px;}
}

.flight-search {
  background-image: url(../images/flight-search-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.flight-search.miami {
  background-image: url(../cities-images/MIA.webp);
}

.flight-search.newyork {
  background-image: url(/images/destinations/city/NewYork/NewYork-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.chicago {
  background-image: url(/images/destinations/city/Chicago/Chicago-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.lasvegas {
  background-image: url(/images/destinations/city/LasVegas/las-vega-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.denver {
  background-image: url(/images/destinations/city/Denvar/denvar-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.LosAngeles {
  background-image: url(/images/destinations/city/LosAngeles/los-angeles-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.mia {
  background-image: url(/images/destinations/city/Miami/miami-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.SanFrancisco {
  background-image: url(/images/destinations/city/SanFrancisco/sfo-banner.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search-head {
  background: #fff;
  /* display: inline-block; */
  display: none;
  padding: 16px 24px;
  border-radius: 5px 5px 0 0;
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 600;
}

.flight-search-box .tab-pane .tab-content {
  padding: 24px 16px 16px 24px;
  background: #fff;
  border-radius: 0px 8px 8px 8px;
  box-shadow: 0 12px 15.25px 0 rgba(0, 0, 0, 0.02),
    0 5px 18px 0 rgba(0, 0, 0, 0.05) !important;
}

.flight-search-box .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -55px 0px 35px;
}

.flight-search-box .tab-nav .mtab {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 1px;
  -ms-flex-direction: unset;
  flex-direction: unset;
  display: inline-block;
  box-shadow: 0px 4px 14px #9c9c9c;
}

.flight-search-box .tab-nav .mtab .list-group-item {
  position: unset;
  display: unset;
  float: left;
  padding: 15px 30px 10px;
  margin-bottom: unset;
  border: unset;
  border-right: 1px solid #f3f3f3;
  border-radius: 8px;
  text-align: center;
}

.flight-search-box .tab-nav .mtab .list-group-item i {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}

.flight-search-box .tab-nav .list-group-item-action {
  width: unset;
}

.flight-search-box .tab-nav .list-group-item.active {
  color: #ee1d25;
  background-color: transparent;
}

.tab-bg .stab {
  -ms-flex-direction: unset;

  flex-direction: unset;
}

.tab-bg .stab .list-group-item {
  position: unset;
  display: unset;
  float: left;
  font-weight: 700;
  padding: 10px 24px;
  margin-bottom: unset;
  margin-right: 5px;
  background: #fff;
  border: none;
  box-shadow: none;
  color: #a6a6a6;
  cursor: pointer;
  transition: 0.3s !important;
  border-radius: 8px 8px 0px 0px;
}

.tab-bg .list-group-item-action {
  width: unset;
}

.tab-bg .list-group-item.active {
  background-color: var(--secondary-main) !important;
  color: #fff !important;
}

.flight-search-box .input {
  position: relative;
  padding-bottom: 10px;
}

.input,
.input2 {
  margin-bottom: 5px;
}

.input span,
.input2 span {
  display: block;

  font-weight: 600;

  font-size: 14px;
}

.input input {
  width: 100%;
  padding: 12px 15px 12px 45px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.input img.cross-icon {
  position: absolute;
  top: 35px !important;
  right: 10px !important;
  border: none;
  width: 16px;
  z-index: 9999;
  opacity: 1;
  background: #fff;
}

.input input::placeholder {
  color: #262626;
  opacity: 1;
}

.input select {
  width: 100%;
  padding: 12px 15px 12px 45px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.input select option {
  /* font-family: "Poppins", sans-serif; */
  font-family: "Plus Jakarta Sans", sans-serif;
}

.input2 input {
  width: 100%;

  padding: 8px 15px 8px 15px;

  font-size: 13px;
  border: 1px solid #d2d2d2;

  border-radius: 4px;
}

.input i {
  width: auto;
  position: absolute;
  top: 35px;
  left: 10px;
  border-right: 1px solid #e4e4e4;
  color: var(--primary-main);
  padding-right: 7px;
}

.input1 {
  margin-bottom: 15px;
}

.input1 span {
  display: block;

  font-weight: 600;

  font-size: 14px;
}

.input1 input {
  width: 100%;

  padding: 12px 45px;

  font-size: 13px;

  border: 1px solid #d2d2d2;

  border-radius: 4px;

  text-align: center;
}

.flight-search-box .travelers-total {
  font-size: 13px;
}

.flight-search-box .travelers-box {
  cursor: pointer;
}

.flight-search-box .travelers-box .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 0px 0px 4px 5px;
  padding: 15px 10px;
  width: 100%;
  margin-top: 15px !important;
  box-shadow: 0 56px 48px #00254a1a;
  z-index: 9999999;
  transform: translate(0px, 34px) !important;
}

.flight-search-box .travelers-box .dropdown-menu.show {
  display: block;
}

.flight-search-box .static-dropdown.travelers-box .dropdown-menu {
  right: 0px !important;
}

.flight-search-box .travelers-box .dropdown-menu .total-travelers {
  padding: 8px 16px !important;
}

.flight-search-box .travelers-box .dropdown-menu .total-travelers button {
  padding: 6px 12px 6px 12px !important;
  margin: 0px;
}

.flight-search-box
  .travelers-box
  .dropdown-menu
  .total-travelers
  button.done-btn:focus
  + .dropdown-menu {
  display: none;
}

.flight-search-box .travelers-box .dropdown-item:hover {
  background: transparent;
}

.flight-search-box .travelers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.flight-search-box .travelers-item h6 {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.flight-search-box .dropdown-item h6 {
  font-size: 14px !important;
  color: #212529;
}

.flight-search-box .travelers-item p {
  font-size: 12px;
  margin-bottom: 0px !important;
  color: #212529;
}

.flight-search-box .travelers-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}

.flight-search-box .travelers-qty input {
  padding: 12px 15px 12px 15px;
}

.flight-search-box .travelers-qty button {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background: rgba(113, 103, 255, 0.15);
}

.flight-search-box .travelers-qty button i {
  position: unset !important;
  font-size: 16px !important;
  padding-right: 0px !important;
}

.flight-search-box .travelers-qty input {
  width: 25px;
  text-align: center;
  border: none;
  outline: none;
  color: #212529;
  padding: 0px;
  font-weight: bold;
}

.flight-search-box .travelers-class-info .form-check {
  margin-top: 10px;
}

.flight-search-box .dropdown-item label {
  font-size: 14px !important;
}

.form-check input {
  padding: 8px !important;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.flight-search-box .travelers-class-info .form-check-input {
  box-shadow: none;
  margin-top: 7px;
}

.flight-search-box .form-group {
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 45px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
}

.input2 {
  margin-bottom: 15px;
}

.input2 span {
  display: block;

  font-weight: 600;

  font-size: 14px;
}

.input2 select {
  width: 100%;

  padding: 12px;

  font-size: 13px;
  border: 1px solid #d2d2d2;

  border-radius: 4px;

  text-align: center;
}

.flight-search .search-flights-btn {
  margin-top: 21px;
}
.autoSuggest-height {
  max-height: 170px;
  overflow-y: auto;
}
/*  Flight Search end*/
/*  Features start*/
.featuresBox-wrap {
  transition: all 700ms ease 0s;
  background: #fff;
  border: 1px solid #d2d2d2;
  margin: 10px;
}

.featuresBox-wrap:hover {
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2) !important;
  -webkit-transform: translate(0px, -10px) !important;
  -ms-transform: translate(0px, -10px) !important;
  transform: translate(0px, -10px) !important;
}

.featuresBox-captions p {
  min-height: 74px;
}

.features .featuresBox-icons i {
  border-radius: 50%;
  height: 48px;
  width: 48px;
  color: #fff;
  background: var(--primary-main);
  padding: 12px;
  font-size: 24px !important;
}

.travel-guide {
  background: var(--secondary-main);
}

/*  Features end*/
/*  Destinations start*/
.secHeading-wrap h2 span {
  color: var(--primary-main);
}
.destination-box {
  position: relative;
  overflow: hidden;
}
.destination-box img {
  transition: all ease 0.4s;
  border-radius: 6px;
  width: 100%;
}

.destination-box img:hover {
  transform: scale(1.05);
}

.destination-box .city-name {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: 600;
  font-weight: 600;
}

.destination-details {
  right: 5px;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 5px;
}

.destination-details .view-btn {
  background: var(--primary-main);
  display: inline-block;
  font-size: 14px;
  border-radius: 20px;
  padding: 2px 8px;
}

.destination-details .destination-name {
  font-weight: 700;
  font-size: 18px;
  text-shadow: 1px 2px 3px #555;
}

/*  Destinations end*/
/*  Flight-Deals start*/

.flight-deals {
  background: url(../images/deals_bg2.jpg) no-repeat center/cover;
  width: 100%;
  height: auto;
}

.flight-deals-box {
  background: #ffffff;
  padding: 6px;
  text-align: center;
}

.trip-name {
  color: var(--secondary-main);
  font-weight: 700;
}

.trip-name i {
  color: var(--primary-main);
  padding: 0px 8px;
}

.flight-deals-box .book-btn a {
  text-decoration: none !important;
  color: #fff !important;
  background: var(--primary-main);
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 4px;
  display: flex;
}

.flight-deals-box .book-btn a:hover {
  background: var(--secondary-main);
}

.deals-desclaimer {
  font-size: 13px;
  color: #444;
  margin: 0px 1% !important;
  width: 98% !important;
}

.deals-desclaimer a {
  color: #0d6efd !important;
}

/*  Flight-Deals end*/
/*  Footer start*/
.footer {
  background: #fff;
}

.footer-widget h4 {
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  position: relative;
  font-size: 15px;
  padding: 0 0 6px 0;
}

.footer-widget ul {
  padding: 0;
  margin: 0;
}

.footer-widget ul li {
  list-style: none;
  display: block;
  line-height: 24px;
}

.footer-widget ul li a {
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s;
}
.footer-widget ul li a:hover {
  color: var(--dark-blue) !important;
}

.footer-widget a.readmore {
  color: #0d6efd !important;
}

.footer-widget p a,
.footer-widget a {
  color: #212529 !important;
  text-decoration: none;
}

/* .footer-bottom p {
  font-size: 14px;
} */

.footer-bottom {
  text-align: center;
}

/* .footer-widget ul li a:hover {
  color: rgba(255, 255, 255, 0.75) !important;
} */

.footer-widget .newsletter {
  background: linear-gradient(to right, #073d6a, #073d6a) !important;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 60px rgba(0, 0, 0, 0.25), 0 0 2px rgba(0, 0, 0, 0.3);
}

.footer-widget .newsletter .title {
  font-weight: 600;
  font-size: 13px;
}

.footer-widget .newsletter .subtitle {
  color: #ccc;
  font-size: 11px;
  margin-bottom: 16px;
}

.footer-top .payment-wrap img {
  background: #fff;
}

.newsletter button {
  margin-top: 0px;
}

.newsletter button:hover {
  background: var(--primary-main) !important;
  border: 1px solid var(--primary-main) !important;
}

/*  Footer end*/
@media screen and (max-width: 991px) {
  #main_nav {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    left: 0;
    text-align: center;
    top: 57px;
  }
}

@media screen and (max-width: 480px) {
  .speak-expert a {
    font-size: 16px;
  }
  .airport-list-box.aitports-list-box {
    min-width: 100%;
  }
}

/*  Modify Flight Search - Listing Page start*/
.modify-flight-search {
  background: rgba(17, 29, 144, 0.05);
  width: 100%;
  margin: auto;
  padding: 18px 0px 0px 0px;
  border-bottom: 1px solid rgba(17, 29, 144, 0.2);
}

.modify-flight-search-head {
  background: #fff;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 5px 5px 0 0;
  color: var(--primary-main);
  font-size: 16px;
  font-weight: 600;
}

.modify-flights-sec {
  background: #f06487;
}

.modify-flight-search-box {
  padding: 0px 0px 0px 0px;
}

.modify-flight-search-box .main-search-box {
  background: none;
}

.modify-flight-search-box .airports-box .mega-input,
.modify-flight-search-box .dates-box .mega-input,
.modify-flight-search-box .travelers-box .mega-input {
  font-size: 16px !important;
}

.collapsing {
  -webkit-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  transition: height 0.2s ease !important;
}

.modify-flight-search-box .tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -55px 0px 35px;
}

.modify-flight-search-box .tab-nav .mtab {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 1px;
  -ms-flex-direction: unset;
  flex-direction: unset;
  display: inline-block;
  box-shadow: 0px 4px 14px #9c9c9c;
}

.modify-flight-search-box .tab-nav .mtab .list-group-item {
  position: unset;
  display: unset;
  float: left;
  padding: 15px 30px 10px;
  margin-bottom: unset;
  border: unset;
  border-right: 1px solid #f3f3f3;
  border-radius: 8px;
  text-align: center;
}

.modify-flight-search-box .tab-nav .mtab .list-group-item i {
  display: block;
  margin-bottom: 5px;
  font-size: 24px;
}

.modify-flight-search-box .tab-nav .list-group-item-action {
  width: unset;
}

.modify-flight-search-box .tab-nav .list-group-item.active {
  color: #ee1d25;
  background-color: transparent;
}

.tab-bg .stab .list-group-item i {
  padding-right: 8px;
}

.tab-bg .list-group-item-action {
  width: unset;
}

.modify-flight-search-box .input {
  position: relative;
}

.modify-flight-search-box .input img.cross-icon {
  position: absolute;
  top: 35px !important;
  right: 10px !important;
  border: none;
  width: 16px;
  z-index: 999;
  opacity: 1;
  background: #fff;
}

.input input:focus-visible {
  border: 1px solid #d2d2d2;
}

.input2 input {
  width: 100%;

  padding: 8px 15px 8px 15px;

  font-size: 13px;
  border: 1px solid #d2d2d2;

  border-radius: 4px;
}

.input i {
  width: auto;
  position: absolute;
  top: 35px;
  left: 10px;
  border-right: 1px solid #e4e4e4;
  color: var(--secondary-main);
  padding-right: 7px;
  z-index: 999;
}

.input1 {
  margin-bottom: 15px;
}

.input1 span {
  display: block;

  font-weight: 600;

  font-size: 14px;
}

.input1 input {
  width: 100%;

  padding: 12px 45px;

  font-size: 13px;

  border: 1px solid #d2d2d2;

  border-radius: 4px;

  text-align: center;
}

.modify-flight-search-box .travelers-total {
  font-size: 13px;
}

.modify-flight-search-box .travelers-box {
  cursor: pointer;
}

.modify-flight-search-box .travelers-box .dropdown-menu {
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 10px;
  width: 100%;
  margin-top: 15px !important;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.modify-flight-search-box .travelers-box .dropdown-menu.show {
  display: block;
}

.modify-flight-search-box .static-dropdown.travelers-box .dropdown-menu {
  right: 0px !important;
}

.modify-flight-search-box .travelers-box .dropdown-item:hover {
  background: transparent;
}

.modify-flight-search-box .travelers-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.modify-flight-search-box .travelers-item h6 {
  margin-bottom: 0px !important;
  font-size: 14px;
}

.modify-flight-search-box .travelers-item p {
  font-size: 12px;
  margin-bottom: 0px !important;
}

.modify-flight-search-box .travelers-qty {
  display: flex;
  align-items: center;
  gap: 5px;
}

.modify-flight-search-box .travelers-qty input {
  padding: 12px 15px 12px 15px;
}

.modify-flight-search-box .travelers-qty button {
  border: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50px;
  background: rgba(113, 103, 255, 0.15);
}

.modify-flight-search-box .travelers-qty button i {
  position: unset !important;
  font-size: 16px !important;
  padding-right: 0px !important;
}

.modify-flight-search-box .travelers-qty input {
  width: 25px;
  text-align: center;
  border: none;
  outline: none;
  font-weight: bold;
  padding: 0;
}

.modify-flight-search-box .travelers-class-info .form-check {
  margin-top: 10px;
}

.modify-flight-search-box .dropdown-item h6 {
  font-size: 14px !important;
}

.modify-flight-search-box .dropdown-item label {
  font-size: 14px !important;
}

.form-check input {
  padding: 8px !important;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.modify-flight-search-box .travelers-class-info .form-check-input {
  box-shadow: none;
  margin-top: 7px;
}

.modify-flight-search-box .form-group {
  position: relative;
  width: 100%;
  padding: 12px 15px 12px 45px;
  font-size: 13px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  background: #fff;
}

.input2 {
  margin-bottom: 15px;
}

.input2 span {
  display: block;

  font-weight: 600;

  font-size: 14px;
}

.input2 select {
  width: 100%;

  padding: 12px;

  font-size: 13px;
  border: 1px solid #d2d2d2;

  border-radius: 4px;

  text-align: center;
}

.input2 input {
  width: 100%;

  padding: 12px;

  font-size: 13px;
  border: 1px solid #d2d2d2;

  border-radius: 4px;
}

.modify-flight-search-box .search-flights-btn {
  margin-top: 21px;
}

/*  Modify Flight Search - Listing Page end*/
/*  Flight Result Listing start*/
.flight-search-results {
  background: #eff3f7;
  position: relative;
}

.search-result-num p {
  font-size: 14px;
}

.note-bar {
  font-size: 12px;
  background-color: #fff;
}

.br-5 {
  border-radius: 5px !important;
}

.single-flight-round-box {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  border-radius: 8px;
  position: relative;
}

.dropdown:hover .dropdown-toggle.show,
.dropdown-menu.show,
.single-flight-bag .dropdown:hover .dropdown-menu {
  transform: unset !important;
  top: 35px !important;
  inset: unset !important;
}

.depart-bag .dropdown-menu.show,
.single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
  left: 0 !important;
  right: auto !important;
}

.color-white {
  color: #fff !important;
}

.depart-return-sub-title {
  font-size: 14px;
}

.listing-flight-logo {
  position: relative;
}

.listing-flight-logo img {
  width: 100%;
  max-width: 30px;
  margin-bottom: 5px;
}

.listing-flight-logo span {
  font-size: 11px;
}

.listing-flight-logo span {
  clear: both;
  float: left;
  width: 100%;
}

.single-flight-round-box .flight-time {
  margin: auto;
  margin-bottom: auto;
  width: 60px;
}

.flight-time span {
  font-size: 13px;
  font-weight: 600;
  color: #262626;
}

.single-flight-round-box .airport-code {
  margin: auto;
  margin-bottom: auto;
  width: 60px;
}

.flight-plus-airport {
  position: absolute;
}

.from-to-destination h6 {
  font-weight: 400;
}

.flight-plus-airport .tooltip-box + .tooltip-hover-top {
  display: none;
}

.flight-plus-airport .tooltip-box:hover + .tooltip-hover-top {
  display: block;
  position: absolute;
  padding: 10px 20px;
  background-color: var(--primary-main);
  color: #fff;
  font-size: 10px;
  min-width: 180px;
  border-radius: 25px;
  z-index: 2;
  bottom: 24px;
  transition: 0.3s;
}

.airport-code .flight-plus-airport span.tooltip-box {
  color: #a6a6a6;
}

.flight-plus-airport span {
  padding-left: 10px;
}

.flight-plus-airport ul li {
  list-style-type: none;
}

.flight-plus-airport:hover .tooltip-hover-top {
  transform: scale(1);
}

.from-to-destination h6 {
  color: #a6a6a6;
}

.from-to-destination h6,
.list-type-button-item h6,
.operated-by {
  font-size: 11px;
}

.from-to-destination h5::after {
  position: absolute;

  top: 50%;

  content: "/";

  color: transparent;

  border-top: 1px solid #a6a6a6;

  left: 0;

  right: 0;

  height: 1px;

  transform: translateY(-50%);
}

.from-to-destination h5 {
  position: relative;
  height: 25px;
}

.from-to-destination h6 {
  font-weight: 400;
}

.from-to-destination h6 {
  color: #a6a6a6;
}

.from-to-destination h6,
.list-type-button-item h6,
.operated-by {
  font-size: 11px;
}

.airport-code {
  font-size: 14px;
  font-weight: 600;
}

.from-to-destination .flight-plus-airport {
  position: relative;
}

.from-to-destination .airport-code .flight-plus-airport span.tooltip-box {
  color: #a6a6a6;
}

.dual-tickets-tooltip .dropdown-toggle {
  font-size: 12px;
  cursor: pointer;
}

.listing-flight-price .rfd-side-flap {
  box-shadow: -46px 0 80px #00000029;
  border-left: 0 !important;
  width: 100% !important;
  max-width: 600px;
  z-index: 99999;
}

.listing-flight-price #offcanvasRightLabel {
  color: #000;
}

.rfd-side-flap .offcanvas-body {
  padding-bottom: 120px;
}

.rfd-side-flap .nav-pills .nav-item .nav-link.active,
.rfd-side-flap .nav-pills .nav-item .nav-link:focus,
.rfd-side-flap .nav-pills .nav-item .nav-link:hover {
  background-color: var(--secondary-main);
  color: #fff;
  border-color: var(--secondary-main);
  text-decoration: none;
}

.baggage-details .nav-tabs .nav-link {
  border-color: #dee2e6;
  text-decoration: none;
  color: #979dad;
  margin-right: 5px;
  font-size: 14px;
}

@media (max-width: 640px) {
  .baggage-details .nav-tabs .nav-link {
    margin-right: 8px;
    font-size: 11px;
  }

  .rfd-side-flap .nav-pills .nav-item .nav-link {
    margin-bottom: 10px;
  }
}

.baggage-details .nav-tabs .nav-link.active,
.baggage-details .nav-tabs .nav-link:focus,
.baggage-details .nav-tabs .nav-link:hover {
  background-color: var(--secondary-main);
  color: #fff;
  border-color: var(--secondary-main);
  text-decoration: none;
}

.rfd-side-flap .nav-pills .nav-item .nav-link {
  color: #979dad;
  border: 1px solid #979dad;
  border-top-color: rgb(151, 157, 173);
  border-right-color: rgb(151, 157, 173);
  border-bottom-color: rgb(151, 157, 173);
  border-left-color: rgb(151, 157, 173);
  margin-right: 5px;
  font-size: 14px;
}

.rfd-side-flap .nav-pills .nav-item .nav-link {
  color: #979dad;
  border: 1px solid #979dad;
  margin-right: 5px;
  font-size: 14px;
}

.rfd-side-flap .flap-flight-details h4 {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.dual-tickets-tooltip .dropdown-toggle {
  background-color: #e7fee7;
  border: 1px solid #05a730;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 25px;
  cursor: pointer;
}

.dual-tickets-tooltip .dropdown-toggle {
  font-size: 12px;
  cursor: pointer;
}

.dual-tickets-tooltip .dropdown-toggle span {
  margin-right: 5px;
}

.dual-tickets-tooltip .dropdown-menu {
  min-width: 250px;
}

.dual-tickets-tooltip .dropdown-menu li ul {
  list-style: disc;
}

.dual-tickets-tooltip .dropdown-menu li ul li {
  font-size: 12px;
}

.rfd-side-flap .flap-flight-details h5 {
  color: var(--primary-main);
  font-size: 14px;
}

.rfd-side-flap .flap-flight-details .airlinelogo img {
  width: 20px;
}

.rfd-side-flap .flap-flight-details .airlinelogo span {
  font-weight: 600;
  color: #000;
}

.rfd-side-flap .flightbox-details h6 {
  color: #22262b !important;
  font-size: 14px;
}

.rfd-side-flap .flightbox-details-dot-line hr {
  margin: 0;
  border-top: 3px dotted #979dad;
  max-width: 75%;
  margin: 0 auto;
}

.rfd-side-flap .flightbox-details-dot-line hr.solid {
  margin: 0;
  border-top: 1px solid #979dad;
  max-width: 75%;
  margin: 0 auto;
}

.listing-flight-price h6,
.from-to-from-digination h6 {
  font-weight: 400;
}

.listing-flight-price h6 {
  color: #979dad;
}

.rfd-side-flap .flightbox-details span {
  line-height: 18px;
  display: inline-block;
}

.rfd-side-flap .flightbox-details span,
.flightbox-details-dot-line span {
  color: #000;
  font-size: 12px;
}

.rfd-side-flap .flap-flight-details .flight-lawover {
  background-color: #f2effc;
  font-size: 14px;
  color: #434343;
}

.orange-text {
  color: var(--primary-main) !important;
}

.rfd-flap-total-price {
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f2effc;
  padding: 15px 15px;
}

.rfd-flap-total-price p {
  font-size: 12px;
}

.flightbox-details-air-icon img {
  width: 24px;
}

.from-to-destination .flight-plus-airport .tooltip-box {
  padding-left: 0;
}

.dgc {
  color: #404040;
}

.listing-flight-price h2 {
  font-size: 22px;
  font-weight: 700;
  clear: both;
}

.listing-flight-price h6 {
  font-size: 11px;
  color: #a6a6a6;
  font-weight: 400;
}

.btn-style1 {
  background-color: transparent;
  border: 1px solid var(--primary-main);
  border-radius: 5px;
  color: var(--primary-main);
  font-size: 14px;
  padding: 10px 30px;
  font-weight: 600;
  transition: 0.3s;
  display: table;
  text-decoration: none;
  outline: 0;
}

.btn-style1:hover,
button.btn-style1.active {
  background-color: var(--primary-main);
  color: #fff;
}

div button {
  cursor: pointer !important;
}

.flight-list-pagination button.active {
  background-color: var(--primary-main);
}

.flight-list-pagination button.active,
.flight-list-pagination button:hover {
  opacity: 1;
}

.flight-list-pagination button.active i,
.flight-list-pagination button.active span {
  color: #fff;
}

.flight-list-pagination button i {
  color: var(--primary-main);
}

.flight-list-pagination button:hover i {
  color: #fff;
}

.flight-list-pagination button {
  border: 1px solid var(--primary-main);
  border-radius: 5px;
  font-size: 14px;
  padding: 14px 30px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  outline: 0;
}

.transparent-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  line-height: normal;
}

.listing-flight-logo img.air-icon {
  position: absolute;
  width: 22px;
  left: 40px;
  top: 0;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .listing-flight-logo img {
    max-width: 35px;
  }
}

@media (min-width: 1200px) {
  .flight-round-box {
    border-left: 1px solid #e7e8ec;
    border-right: 1px solid #e7e8ec;
  }
}

/*  Flight Result Listing end*/
/*  Flight Filter start*/
.filter-open {
  overflow: hidden !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*   overflow: hidden!important;
  height: 100vh;
  width: 100vw; */
}

.filter-open .callbtn-btm-fixed {
  display: none;
}

.filter-sub-heading {
  transition: 0.5s;
}

.filter-sub-heading .icon span {
  background-color: #f2effc;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}

.filter-sub-heading .icon span img {
  width: 15px;
}

.filter-sub-heading .icon span i {
  color: var(--secondary-main);
  font-size: 16px;
}

.filter-sub-heading .sub-heading-title {
  font-size: 18px;
}

/* .side-bar-flights-filter {
  background-color: #fff;
} */

.side-bar-flights-filter .clear-filter-btn {
  font-size: 14px;
  color: var(--primary-main);
}

.flights-filter-wrapper .filter-items h6 {
  font-size: 12px;
  color: #22262b;
}

.pac-container {
  background-color: #151515;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.pac-item,
.pac-item-query {
  color: #f7f7f7;
}

.pac-item:hover {
  background: #6666;
}

.custom-range-slider {
  border: none;
  box-shadow: none;
}

.multi-range-slider.custom-range-slider .bar-inner {
  background-color: var(--primary-main);
  box-shadow: none;
  border: none;
}

.multi-range-slider.custom-range-slider .bar-right {
  box-shadow: none;
}

.multi-range-slider.custom-range-slider .thumb::before {
  border: solid 5px white;
  box-shadow: none;
  background: var(--primary-main);
  outline: 1px solid #f0f0f0;
}

.multi-range-slider.custom-range-slider {
  padding: 10px 10px;
}

@media (max-width: 991px) {
  .flights-filter-wrapper {
    max-height: 85%;
    overflow-y: scroll;
  }

  div.side-bar-flights-filter.active {
    z-index: 99999 !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: none;
    height: 100%;
    background: #fff;
  }
}

@media (max-width: 991px) {
  .side-bar-flights-filter.active {
    transform: translate(0);
  }
}

.total-price-box-wrap i {
  color: #a6a6a6;
  margin-left: -25px;
}

.total-price-box-wrap a {
  color: #0d6efd !important;
}

@media (max-width: 991px) {
  .side-bar-flights-filter {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 40px;
    transform: translateY(-500%);
    transition: 0.5s;
    height: 100vh;
  }
}

.filter-items {
  border-bottom: 1px solid #e2e2e2;
}

.sidebar-filter-close-btn i {
  color: #000;
}

.clear-filter-btn {
  color: var(--secondary-main);
  font-size: 12px;
  text-align: right;
  font-weight: 500;
}

.filter-items .sub-title,
.list-type-button-item h5 span {
  font-size: 16px;
}

.filter-items .form-check label {
  font-size: 14px;
}

.price-slider {
  height: 50px;
}

.price-slider .horizontal-slider {
  background-color: #f3f3f7;
}

.price-slider .horizontal-slider {
  height: 2px;
}

.price-slider .horizontal-slider .slider-track {
  height: 2px;
}

.price-slider .slider-track.slider-track-1 {
  background: var(--secondary-main);
}

.price-slider .horizontal-slider .slider-thumb::before {
  position: absolute;
  content: "/";
  color: transparent;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid var(--secondary-main);
  top: -21px;
}

.price-slider .horizontal-slider .slider-thumb {
  top: 15px;
  border: 0;
  outline: 0;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  width: 30px;
}

.price-slider .horizontal-slider .slider-thumb.slider-thumb-1::before {
  right: 0;
}

.price-slider h6 {
  font-size: 12px;
  color: #22262b;
}

.form-check-input:checked {
  background-color: var(--secondary-main) !important;
  border-color: var(--secondary-main) !important;
}

.multiple-airlines-logo {
  width: 22px;
}

@media (min-width: 992px) {
  .desk-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .mob-hide {
    display: none;
  }
}

/*  Flight Filter end*/
/*  Flight Slider start*/

.matrix-sidebar-box {
  background-color: #ffe9cc;
  border-radius: 10px 0 0 10px;
  border: 1px solid var(--primary-main);
  text-align: center;
  padding-top: 15px;
}

.matrix-sidebar-box h4 {
  padding: 13px 0;
}

.cursor-pointer {
  cursor: pointer;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.matrix-slider .slick-slider button::before {
  display: none;
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
  opacity: 0.25;
}

.slick-prev::before {
  content: "←";
}

.slick-next::before,
.slick-prev::before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.matrix-slider .slick-slider button.slick-prev {
  right: 50px;
  left: unset;
  background-image: url(../images/left-arrow.png);
}

.matrix-slider .slick-slider button.slick-disabled {
  opacity: 0.3;
}

.matrix-slider .slick-slider button {
  position: absolute;
  font-size: 36px;
  z-index: 9;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 8px;
  height: 30px;
  width: 30px;
  border: 1px solid var(--secondary-main);
  border-radius: 4px;
  top: -30px;
  box-shadow: none;
  text-align: center;
}

.slick-prev {
  left: -25px;
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: auto;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translateY(-50%);
  cursor: pointer;
  border: none;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.matrix-slider .slick-slider button::before {
  display: none;
}

.slick-next::before {
  content: "→";
}

.matrix-slider .slick-slider button.slick-next {
  right: 8px;
  background-image: url(../images/right-arrow.png);
}

.slick-track::after {
  clear: both;
}

.slick-track::after,
.slick-track::before {
  display: table;
  content: "";
}

.matrix-box .slick-list .slick-track {
  border-radius: 0 10px 10px 0;
}

.matrix-box .slick-track {
  float: left;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.matrix-box .slick-slide.slick-active .slider-main-item-box {
  border: 1px solid #f3f3f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: rgb(243, 243, 247);
  border-left: 0;
}

.matrix-sidebar-box h6.active,
.matrix-sidebar-box h6:hover {
  background-color: var(--primary-main);
}

.slider-main-item-box {
  text-align: center;
  padding-top: 15px;
  position: relative;
}

.slider-main-item-box .slide-img {
  text-align: center;
}

.slider-main-item-box .slide-img .air-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 20px;
}

.slider-main-item-box .slide-img img {
  margin: auto;
  max-width: 30px;
  width: 100%;
  height: auto;
}

.slick-slide img {
  display: block;
}

.slider-main-item-box .slide-img label {
  font-size: 12px;
  color: #434343;
  height: 15px;
  overflow: hidden;
}

.slider-main-item-box {
  text-align: center;
}

.slider-main-item-box .slide-cont h6:last-child {
  margin-bottom: 0 !important;
}

/*  Flight Slider end*/
/*  Footer Listing Page start*/
p.footerPolicy {
  color: #434343;
  text-align: center;
}

.copyrightBox p {
  color: #434343;
  text-align: center;
}

p.footerPolicy {
  letter-spacing: 0.12px;
  font-size: 12px;
  padding: 0 6%;
}
#contact-info-accordian .input-group .react-tel-input input {
  padding: 18.5px 13px 18.5px 50px !important;
  text-align: center !important;
}
.checkout-price-detail .dropdown-menu.show {
  right: auto !important;
  width: 220px !important;
}
.payment-partners ul {
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.checkout-main-wrap .input-group .react-tel-input input {
  width: 110px;
}
@media screen and (max-width: 991px) {
  .checkout-main-wrap .input-group .react-tel-input input {
    width: 100px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-main-wrap .input-group .react-tel-input input {
    width: 90px;
  }
}
.payment-partners ul li {
  margin: 1%;
}

.payment-partners ul {
  list-style: none;
}

.payment-partners ul li img {
  width: 65px;
  max-width: 65px;
}

.copyrightBox p {
  font-size: 14px;
  letter-spacing: 0.28px;
  font-size: 12px;
}

/*  Footer Listing Page end*/
/*  Media Quries start*/
@media screen and (max-width: 480px) {
  .airport-search__results {
    width: 100% !important;
    max-height: 160px !important;
  }

  .airport-search__results ul li.airport-name {
    font-size: 11px;
  }

  .airport-search__results ul li.airport-city-name {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  div.matrix-sidebar h4 {
    font-size: 14px !important;
    margin: 6px 0 !important;
  }
   .matrix-sidebar-box h4 {
    font-size: 18px;
    margin: 27px 0 !important;
  }
   .matrix-sidebar h6 {
    font-size: 11px !important;
  }
    .matrix-sidebar h6,
  .slider-main-item-box .slide-cont h6 {
    font-size: 11px !important;
  }
    .search-result-num p {
    font-size: 12px;
  }
   .depart-return-sub-title {
    font-size: 12px;
    margin-bottom: 10px !important;
  }
   .air-flight-price h2,
  .airport-code,
  .btn-style1 {
    font-size: 12px;
  }
   .flight-round-box {
    border-top: 1px solid #e7e8ec;
    margin-top: 15px !important;
    padding-top: 15px;
  }
    .airport-code,
  .btn-style1 {
    font-size: 12px;
  }

  .listing-flight-price h2 {
    font-size: 20px;
  }

  .listing-flight-price .rfd-flap-total-price h2 {
    font-size: 20px;
  }
   .btn-style1 {
    padding: 8px 2px;
    border-radius: 4px;
    width: 100%;
  }
  .payment-partners ul li img {
    width: 40px;
    max-width: 40px;
  }
  .flight-list-pagination button span {
    font-size: 12px;
  }

  .flight-list-pagination button {
    padding: 14px 20px;
  }
    .autoSuggest-height {
    max-height: 100%;
}
}

@media (max-width: 991px) {
  .filter-sub-heading.sticky {
    position: fixed;
    z-index: 9;
    left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: var(--secondary-main) !important;
    bottom: 70px;
    padding: 8px 20px !important;
    border-radius: 25px;
    cursor: pointer;
  }

  .filter-sub-heading.sticky span {
    color: #fff;
  }

  .filter-sub-heading span.clear-icon {
    display: none;
  }

  .filter-sub-heading.sticky span.clear-icon {
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 100%;
  }

  .filter-sub-heading.sticky span.clear-icon i::before {
    background: #fff;
    border: none;
    color: var(--light-main);
    border-radius: 100%;
  }
}

@media (max-width: 991px) {
  .flights-listing-results {
    overflow: hidden;
  }
}

.airport-search__results {
  max-height: 160px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  width: 150%;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  box-shadow: 0 56px 48px #00254a1a;
  z-index: 9999;
  border-radius: 0px 0px 4px 4px;
}

.airport-search__results ul {
  list-style: none;
  width: 100%;
  padding: 0px 5px 0 15px;
  overflow: hidden;
  max-height: 250px;
  margin: 0px 0 0;
}

.airport-search__results ul li.airport-city-name {
  cursor: pointer;
  position: relative;
  color: #22262b;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 2px 2px 15px;
  list-style: none;
}

.airport-search__results ul li {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.airport-search__results ul li.airport-city-name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  display: inline-block;
  color: var(--secondary-main);
  width: 16px;
  height: 16px;
  background-size: 15px 15px;
  top: 50%;
  left: 0;
  position: absolute;
  display: flex;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
}

.airport-search__results ul li.airport-name {
  cursor: pointer;
  position: relative;
  color: #5f6064;
  font-size: 14px;
  font-weight: 400;
  padding: 1% 1% 1% 12%;
}

.airport-search__results ul li.airport-name::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /*   content: "\f5b0"; */
  display: inline-block;
  color: var(--secondary-main);
  width: 16px;
  height: 16px;
  background-size: 20px 20px;
  top: 50%;
  left: 0;
  position: absolute;
  display: flex;
  transform: translate(75%, -50%);
}

.airport-search__results.from-airport ul li.airport-name::before {
  content: "\f5b0";
}

.airport-search__results.to-airport ul li.airport-name::before {
  content: "\f5af";
}

.flight-search-box .react-datepicker-popper {
  z-index: 9999;
}

.flights-loading-view {
  background: #fff;
  border-radius: 4px;
  border: 4px solid rgba(65, 180, 246, 0.1);
  font-weight: 600;
  min-width: 500px;
}

.bg-gray {
  background: #eff3f7;
}

.bg-orange {
  background: var(--primary-main);
}

.transparent-btn {
  background-color: transparent;
  padding: 0;
  border: 0;
  line-height: normal;
}

.checkout-step-tabs .nav {
  border: 0;
}

.checkout-step-tabs .nav .nav-link.fill-active::after,
.checkout-step-tabs .nav .nav-link::before {
  position: absolute;
  height: 2px;
  border-radius: 2px;
  content: "/";
  color: transparent;
  top: 50%;
  width: 50%;
}

.checkout-step-tabs .nav .nav-link.fill-active::after {
  background-color: var(--secondary-main);
  z-index: 2;
  animation: checkouttab 2s;
}

.checkout-step-tabs .nav .nav-link.fill-active::after,
.checkout-step-tabs .nav .nav-link::before {
  position: absolute;
  left: 43%;
  height: 2px;
  border-radius: 2px;
  content: "/";
  color: transparent;
  top: 50%;
  width: 50%;
}

.checkout-step-tabs .nav .nav-link.fill-active .tabs-text {
  color: var(--secondary-main);
}

.checkout-step-tabs .nav .nav-link.fill-active .tabs-num {
  background-color: var(--secondary-main);
  color: #fff;
  border-color: var(--secondary-main);
}

.checkout-step-tabs .nav .nav-link::before {
  background-color: #ccc;
  z-index: 1;
}

.checkout-step-tabs .nav .nav-link {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  color: #000;
  width: 25%;
  text-align: left;
  position: relative;
}

.checkout-step-tabs .nav .nav-link .tabs-num {
  border: 1px solid #979dad;
  background-color: #fff;
  color: #979dad;
  border-radius: 50%;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.checkout-step-tabs .nav .nav-link.active .tabs-num {
  background-color: var(--secondary-main);
  color: #fff;
  border-color: var(--secondary-main);
}

.checkout-step-tabs .nav .nav-link .tabs-num:hover {
  border: 1px solid var(--secondary-main);
  background-color: var(--secondary-main);
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}

.checkout-step-tabs .nav .nav-link .tabs-text {
  margin-left: 10px;
  font-weight: 700;
  font-size: 14px;
  color: #979dad;
}

.checkout-step-tabs .nav .nav-link {
  color: #000;
  text-align: left;
}

@media (min-width: 992px) and (max-width: 1920px) {
  .checkout-step-tabs .nav .nav-link.fill-active::after,
  .checkout-step-tabs .nav .nav-link::before {
    left: 60%;
    width: 33%;
  }
}

@media (max-width: 991px) {
  .checkout-step-tabs .nav .nav-link.fill-active::after,
  .checkout-step-tabs .nav .nav-link::before {
    top: 30% !important;
    width: 60% !important;
    left: unset;
    right: -30%;
  }

  @media (max-width: 991px) {
    .checkout-step-tabs .nav .nav-link {
      flex-direction: column;
      display: flex;
      text-align: center;
    }
  }

  @media (max-width: 991px) {
    .checkout-step-tabs .nav .nav-link.fill-active::after,
    .ccheckout-step-tabs .nav .nav-link::before {
      top: 30% !important;
      width: 60% !important;
      left: unset;
      right: -30%;
    }
  }

  @media (max-width: 991px) {
    .checkout-step-tabs .nav .nav-link {
      text-align: center;
    }
  }

  .checkout-step-tabs .nav .nav-link .tabs-num,
  .checkout-step-tabs .nav .nav-link .tabs-num:hover {
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  .checkout-step-tabs .nav .nav-link .tabs-num {
    margin: auto;
  }
}

@media (max-width: 991px) {
  .checkout-step-tabs .nav .nav-link .tabs-text {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 12px;
  }
}

.checkout-step-tabs .nav .nav-link:last-child::before {
  display: none;
}

@media (max-width: 768px) {
  .checkout .tab-block {
    margin-bottom: 24px;
  }
      .scroll-hide{
  overflow: hidden;
  position: fixed;
}
}

.checkout-flight-info-box {
  background-image: url(../checkout-images/flightinfobox-bg.svg);
  background-size: cover;
  background-color: var(--light-main);
  background-repeat: repeat;
}

.checkout-flight-info-box {
  color: #fff;
}

.flightinfobox-air-img img {
  width: 100%;
  max-width: 200px;
  margin: 5% 0 0 10%;
}

.checkout-flight-info-box span {
  font-size: 12px;
}

.checkout-flight-info-box button {
  color: #fff;
  font-size: 14px;
}

.checkout-main-wrap h5 {
  color: #22262b;
}

.important-note {
  color: #434343;
  font-size: 12px;
}

.important-note a,
.important-note strong {
  color: var(--primary-main);
  text-decoration: none;
}

.form-group-icon {
  position: relative;
}

.checkout-main-wrap .input-group label {
  font-size: 14px;
  color: #979dad;
}

.checkout-main-wrap .input-group input::placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.checkout-main-wrap .input-group input.has-error {
  border-color: red !important;
}

.checkout-main-wrap .input-group input,
.checkout-main-wrap .input-group select {
  /* font-size: 14px; */
  color: #000 !important;
  border-color: #e7e8ec !important;
  border-radius: 5px !important;
  height: 44px;
  /* font-size: 12px; */
}
@media screen and (min-width: 769px) {
  .checkout-main-wrap #baggageInformation .input-group select {
    font-size: 12px;
  }
}
.checkout-main-wrap .input-group select.has-error {
  border-color: red !important;
}

.form-group-icon img.icon {
  position: absolute;
  right: 15px;
  bottom: 18px;
  width: auto;
  height: 15px;
}

.email-sugg {
  background-color: #fff;
  padding: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px !important;
}

.email-sugg ul {
  list-style: none;
  padding: 0px 5px 0px 15px !important;
  margin: 0px;
}

.email-sugg ul li {
  font-size: 14px;
  margin: 0;
  cursor: pointer;
  padding: 4px 12px 4px 0px;
}

.email-sugg ul:hover {
  background: rgba(17, 29, 144, 0.1);
}

.checkout-sidebar-flight-detail .airplane-icon {
  width: 20px;
}

.checkout-sidebar-flight-detail h5 {
  font-weight: 600;
  font-size: 18px;
}

.checkout-sidebar-flight-detail span {
  font-size: 14px;
  color: #434343;
}

.checkout-sidebar-flight-detail h6 {
  font-size: 14px;
  color: #2c2d2d;
}

.checkout-sidebar-flight-detail span.flytime {
  font-size: 12px;
  color: #979dad;
}

.checkout-sidebar-price-detail-row h6 {
  font-size: 14px;
  color: #2c2d2d;
}

.payment-note p {
  font-size: 12px;
  color: #979dad;
}

.checkout-main-wrap .input-group label span {
  color: var(--primary-main);
}

.payment-card-detail button {
  color: #434343 !important;
  font-size: 14px;
  font-weight: 600;
}

.accordion-button .select-card-btn::before {
  width: 10px;

  height: 10px;

  border-radius: 50%;

  position: absolute;

  content: "/";

  color: transparent;

  background-color: var(--secondary-main);

  left: 50%;

  top: 50%;

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

.accordion-button .select-card-btn {
  border: 1px solid var(--secondary-main);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.payment-cards img {
  width: 35px;
}

.payment-card-detail button::after {
  display: none;
}

.traveler-form .input-group .last-input-icon {
  position: absolute;
  width: 40px;
  right: 10px;
  top: 35px;
  z-index: 9;
}

#pay-card-detail button.accordion-button {
  background: var(--secondry-light) !important;
  border: none !important;
  box-shadow: none;
  padding: 15px 0px 15px 0px;
}

.payment-card-detail .accordion-body {
  padding: 0px;
}

.add-manually-address button {
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-main);
}

.user-flight-review-box button {
  color: var(--primary-main);
  font-size: 12px;
}

.user-flight-review-box .airlinelogo img {
  width: 25px;
}

.user-flight-review-box .airlinelogo span {
  font-weight: 700;
  font-size: 14px;
  color: #434343;
}

.flightbox-details span {
  line-height: 18px;
  display: inline-block;
}

.flightbox-details span,
.flightbox-details-dot-line span {
  color: #000;
  font-size: 12px;
}

.flightbox-details h6 {
  color: #22262b;
  font-size: 14px;
}

.flightbox-details-air-icon img {
  width: 25px;
  margin: 0px 10px;
}

.clicker:focus + #traverlers {
  display: none;
}

/*  28.12.2023 start   */
/* .flights-loading-wrap {
  margin-top: -62px !important;
} */

.form-info-wrp .accordion-button {
  color: #000 !important;
  /* background: var(--light-grey) !important; */
}

.form-info-wrp .accordion-button h6 {
  font-size: 14px;
}

.form-info-wrp .accordion-button {
  padding: 10px;
  color: #000 !important;
}

.form-info-wrp .accordion-button:after {
  position: absolute;
  right: 10px;
  top: 8px;
}

button:focus,
input:focus,
select:focus {
  box-shadow: unset !important;
}

.form-info-wrp .accordion-item {
  margin-top: 20px;
  border-radius: 8px !important;
  box-shadow: none;
}

.cvv-field input[type="password"]::-ms-reveal,
.cvv-field input[type="password"]::-ms-clear {
  display: none;
}

.input .react-datepicker-wrapper {
  width: 100%;
}

.checkout-step-tabs .nav .nav-link.fill-active::after {
  background-color: var(--secondary-main);
  z-index: 2;
  animation: checkouttab 2s;
}

/*  28.12.2023 start   */
@media (max-width: 575px) {
  .payment-cards img {
    width: 20px;
    display: none;
  }
}

@media (max-width: 767px) {
  .flight-time span {
    font-size: 10px;
  }

  .flight-plus-airport span {
    font-size: 9px;
  }

  #flightdetail.collapseModifyflights {
    font-size: 12px;
  }
}

/*  Checkout Contact Page end*/
/*  Baggage Fees Page start*/
.airline-bagg-fee-main-wrap > h5 {
  font-size: 32px;
}

.airline-bagg-fee-title {
  background: var(--light-main);
}

.airline-bagg-fee-title h2 {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 0;
}

.airline-bagg-fee {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 40px;
  border: 1px solid #bcbcbc;
}

.airline-bagg-fee .row {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #bcbcbc;
}

.airline-bagg-fee-logo img {
  margin-right: 10px;
  width: auto;
  height: 35px;
}

.airline-bagg-fee-logo span {
  font-weight: 700;
  font-size: 14px;
}

.airline-bagg-fee-detail a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.lto-popup .cta-btn a {
  text-decoration: none;
  color: #fff;
}

/*  Baggage Fees Page end*/
/*  Check In Page start*/
.checkin-wrap {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}

.checkin-wrap h4 {
  color: #000;
  font-size: 16px;
  margin-top: 16px;
  text-transform: uppercase;
}

.checkin-wrap a {
  text-decoration: none;
}

/*  Check In Page end*/
/*  Content Pages like Services Fees, Privacy, Terms etc start*/
.pptc-text h2 {
  font-size: 24px;
  margin: 30px 0 10px;
  color: var(--primary-main);
  text-transform: uppercase;
  font-weight: bolder;
}
.pptc-text h6 {
  margin: 10px 0 10px;
}
.pptc-text h2 strong {
  font-weight: 600;
}
.pptc-text ul,
.pptc-text ol {
  padding-left: 0;
  list-style-type: none;
}

.pptc-text ul li {
  font-size: 14px;
  margin: 8px 0;
  background-image: url(../images/check-icon-green.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: 15px;
  background-position: 0 4px;
}

.pptc-text ul li ol li {
  background-image: none;
}

.pptc-text ul li a,
.pptc-text ol li a {
  text-decoration: none;
}

.pptc-text ul li a:hover,
.pptc-text ol li a:hover {
  text-decoration: underline !important;
}

/*  Content Pages like Services Fees, Privacy, Terms etc end*/
/*  Go-back-confirm-popup start*/
.go-back-confirm-popup p {
  max-width: 250px;
  margin: 5px auto 0;
  margin-bottom: 0px;
  font-size: 13px;
}

/*  Go-back-confirm-popup end*/
/*  Datepicker start*/
/* #main_nav {
  border-right: 1px solid #d2d2d2;
  padding-right: 0px;
} */

.react-datepicker {
  box-shadow: 0 0 0.375rem 0.125rem rgba(2, 34, 67, 0.25);
  border: 1px solid #d2d2d2;
  font-family: inherit;
  width: 100%;
}

.react-datepicker-popper {
  width: 280px;
}

.react-datepicker__month-container {
  width: 100%;
}

.react-datepicker__navigation {
  background: #fff;
  border: 1px solid #40b4e2;
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.react-datepicker__navigation:hover ::before {
  border-color: #40b4e2;
}

.react-datepicker__header {
  background-color: #fff;
  border-bottom: none;
}

.react-datepicker__navigation--previous {
  left: 10px;
  top: 14px;
}

.react-datepicker__navigation--next {
  right: 10px;
  top: 14px;
}

.react-datepicker__navigation-icon--previous::before {
  left: -4px;
  border-color: #40b4e2;
  border-width: 2px 2px 0 0;
}

.react-datepicker__navigation-icon--next::before {
  left: -4px;
  border-color: #40b4e2;
  border-width: 2px 2px 0 0;
}

.react-datepicker__day--disabled {
  opacity: 0.5;
}

.react-datepicker__day--outside-month {
  opacity: 0.5;
}

.react-datepicker__triangle {
  border-bottom-color: #aeaeae;
}

.react-datepicker__day--selected {
  background: var(--primary-main);
  color: #fff !important;
}

.react-datepicker__day--selected:hover {
  background: var(--primary-main);
  color: #fff !important;
}

.react-datepicker__current-month {
  font-size: 18px;
  color: #262626;
  padding: 4px 0px 8px 0px;
}

.react-datepicker__day-names {
  background: #e6e8f4;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #262626;
  font-weight: 600;
  margin: 0.3rem;
}

.no-results-view {
  background: #fff;
  border-radius: 4px;
  border: 4px solid rgba(65, 180, 246, 0.1);
}

.no-results-found {
  background: #fff;
  border-radius: 4px;
  border: 4px solid rgba(65, 180, 246, 0.1);
}

.go-back-confirm-popup p {
  max-width: 250px;
  margin: 5px auto 0;
  margin-bottom: 0px;
  font-size: 13px;
}

.booking-confirmation-content img {
  width: 100%;
  max-width: 300px;
}

.booking-confirmation-content p {
  font-size: 14px;
}

.booking-confirmation-content h3 {
  font-size: 30px;
  color: var(--light-blue);
}

.confirmation-booking-date-time {
  background-color: var(--light-blue);
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  font-weight: 600;
  border-radius: 3px;
}

.booking-confirmation-number .air-ticket {
  max-width: 150px;
  margin-top: 20px;
}

.booking-confirmation-number p {
  font-size: 13px;
  margin-bottom: 5px;
}

.booking-confirmation-number .air-ticket-down-img {
  display: inherit;
  clear: both;
  width: 50px;
  margin: auto;
  position: relative;
  top: -20px;
}

.booking-confirmation-number h4 {
  font-size: 20px;
  font-weight: 700;
}

.confirmation-note-text p {
  font-size: 13px;
}

.tables-sub-heading {
  background-color: var(--light-blue);
  color: #fff;
  font-size: 18px;
}

#details-table .table-bordered {
  border-color: var(--light-blue);
}

.booking-detail-desc-list h3 {
  font-size: 20px;
  color: var(--light-blue);
}

.booking-detail-desc-list ul {
  list-style: none;
}

.booking-detail-desc-list ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url(../images/hand-bulet-icon.png);
  background-repeat: no-repeat;
  background-position: left 5px;
  font-size: 13px;
  background-size: 14px;
}

.booking-detail-desc-list ul li a {
  color: var(--light-blue);
  text-decoration: none;
  font-weight: 600;
}

.thanku-msg h6 {
  text-align: center;
  line-height: 26px !important;
  font-size: 16px;
}

.thanku-msg h6 a {
  color: var(--light-blue);
}

.cnf-detail-desc-list h3 {
  font-size: 20px;
  color: var(--light-blue);
}

.cnf-detail-desc-list ul {
  list-style: none;
  padding-left: 12px;
}

.cnf-detail-desc-list ul li {
  margin-bottom: 10px;
  padding-left: 5px;
  /* background-image: url(../images/hand-bulet-icon.png); */
  background-repeat: no-repeat;
  background-position: left 5px;
  font-size: 13px;
  background-size: 14px;
  list-style-type: disc;
}

.cnf-detail-desc-list ul li a {
  color: var(--light-blue);
  text-decoration: none;
  font-weight: 600;
}

.from-to-from-digination .flight-plus-air {
  position: relative;
}

.from-to-from-digination .flight-plus-air .tooltip-box {
  padding-left: 0;
}

.success-payment-loader-img img {
  max-width: 500px;
  width: 100%;
}

.itinerary-details-box.border,
.return-flight-ticket.border-top {
  border-color: var(--light-blue) !important;
}

.flight-ticket .flap-flight-details .airlinelogo img {
  width: 40px;
  margin-bottom: 10px;
}

.flight-ticket .flightbox-details h6 {
  color: #22262b;
  font-size: 14px;
}

.flight-ticket .flightbox-details span {
  line-height: 18px;
  display: inline-block;
}

.flight-ticket .flightbox-details span,
.flightbox-details-dot-line span {
  color: #000;
  font-size: 12px;
}

.itinerary-details-box .flightbox-details-dot-line {
  color: #979dad;
}

.flight-ticket .flightbox-details-air-icon img {
  width: 32px;
  margin: 0px 10px;
}

.flight-ticket .flap-flight-details h5 {
  color: var(--light-blue);
  font-size: 14px;
}

.flight-ticket .flap-flight-details h5.opteratedby {
  background-color: var(--light-blue);
  color: #fff;
  font-size: 12px;
}

.form-info-wrp .accordion-button h6 {
  font-size: 14px;
}

.form-info-wrp .accordion-button {
  padding: 10px;
}

.form-info-wrp .accordion-button:after {
  position: absolute;
  right: 10px;
  top: 8px;
}

.flight-ticket .flap-flight-details .airlinelogo {
  text-align: center;
}

.react-tel-input input {
  pointer-events: none;
}

/*  Datepicker end*/
/* Loading Popup start */
.bj-wave-wrapper {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

@media only screen and (max-width: 849px) {
  .bj-wave-wrapper {
    height: 50px;
  }
}

.bj-wave-wrapper.up {
  bottom: -5px;
}

.bj-wave-wrapper.down {
  top: -5px;
}

.bj-wave {
  opacity: 0.1;
  position: absolute;
  width: 6400px;
  height: 45px;
  background-repeat: repeat-x;
  animation: move-wave 20s linear infinite;
}

@media only screen and (max-width: 849px) {
  .bj-wave {
    width: 3200px;
    height: 45px;
  }
}

.bj-wave-wrapper.down .bj-wave {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bj-wave.primary {
  background-image: url("../../../static/images/bg_wave-primary.svg");
}

.bj-wave.secondary {
  background-image: url("../../../static/images/bg_wave-secondary.svg");
}

.bj-wave.light {
  background-image: url("../../../static/images/bg_wave-light.svg");
}

.bj-wave.blue {
  background-image: url("../../../static/images/bg_wave-blue.svg");
}

.bj-wave.orange {
  background-image: url("../../../static/images/bg_wave-orange-dark.svg");
}

@keyframes move-wave {
  0% {
    left: 0;
  }

  100% {
    left: -1600px;
  }
}

.loader_c {
  color: var(--light-main);
}

.booking-loading-view {
  background: #fff;
  border-radius: 4px;
  border: 4px solid rgba(65, 180, 246, 0.1);
  font-weight: 600;
  min-width: 500px;
}

.booking-loading-view .warn-note p {
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .flights-loading-view {
    min-width: 90%;
  }

  .rfd-side-flap .flap-flight-details h4 {
    margin: 0;
  }

  .booking-loading-view {
    min-width: 90%;
  }
}

/* Loading Popup end */
/* Fixed Call Button Bottom start */
.callbtn-btm-fixed {
  position: fixed;
  bottom: 1px;
  z-index: 999;
  left: 2px;
  right: 2px;
}

.callbtn-btm-fixed .btn {
  line-height: 1;
  font-size: 27px !important;
  padding: 0 !important;
  width: 100%;
}

.callbtn-btm-fixed .btn:hover {
  background: var(--primary-main) !important;
  border: 1px solid var(--primary-main) !important;
}

.callbtn-btm-fixed .fa-phone {
  border-right: 1px solid;
  padding: 10px 15px;
  float: left;
  line-height: 40px;
}

.callbtn-btm-fixed span {
  line-height: 0.8;
  vertical-align: top;
}

.callbtn-btm-fixed small {
  font-size: 14px;
}

/* Fixed Call Button Bottom start */
@media screen and (max-width: 767px) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select:focus,
  textarea {
    font-size: 16px !important;
    color: #000 !important;
  }
}

@media (max-width: 767px) {
  .flight-plus-airport .tooltip-hover-top {
    right: 0;
    left: unset;
  }

  .airport-code .tooltip-hover-top {
    display: none !important;
  }

  /* .listing-flight-price-wrap {
    margin-bottom: 45px;
  } */

  .listing-flight-logo span {
    min-height: 32px;
  }
}

/* custom css 16-jan */
.checkout-price-summery .modal-body div.d-nonde {
  display: block !important;
}

.sm-price-box .checkout-sidebar .bg-white {
  padding: 0 !important;
}

.checkout-sidebar-price-detail div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
}

.session-out-img {
  width: 230px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.whitespace-pre {
  white-space: pre !important;
}

.powered-by-aws {
  width: 80px;
}

.listing-loader {
  width: 180px;
  max-width: 180px;
}

.loader-modal .modal-dialog {
  max-width: 160px;
}

/* body .pac-container.pac-logo {
  background: white !important;
} */
/* body .pac-container span.pac-icon {
  background-color: #000 !important;
  width: 15px !important;
  height: 15px !important;
  border-radius: 4px !important;
  padding: 5px !important;
} */
body .pac-container {
  background: #fff !important;
}

body .pac-container .pac-item:hover {
  background: #cecdcd !important;
}

body .pac-logo .hdpi::after {
  background: #fff !important;
}

body .pac-container .pac-item {
  background: white;
  color: black;
}

body .pac-container .pac-item .pac-item-query {
  color: black;
}

.flights-filter-wrapper .multi-range-slider {
  padding: 0px 0px 0px 0px;
  box-shadow: none;
  border: none;
  height: 20px;
  position: relative;
}

.flights-filter-wrapper .filter-items .thumb::before {
  background: #fff;
  border: 2px solid var(--secondary-main);
  border-radius: 50%;
  box-shadow: none;
  content: "";
  cursor: pointer;
  height: 20px;
  top: 3px;
  position: absolute;
  width: 20px;
  z-index: 1;
}

.flights-filter-wrapper .filter-items .thumb-left::before {
  left: 9px;
}

.flights-filter-wrapper .filter-items .thumb-right::before {
  right: 10px;
}

/* .flights-filter-wrapper  .multi-range-slider .thumb {
  background-color: #000;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 16px;
  height: 16px;
} */
.flights-filter-wrapper .filter-items .multi-range-slider .bar-inner {
  background-color: var(--secondary-main);
  border: 1px solid var(--secondary-main);
  box-shadow: none;
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: space-between;
  position: relative;
}

.flights-filter-wrapper .filter-items .multi-range-slider .bar-left {
  border-radius: 10px 0 0 10px;
  padding: 4px 0;
}

.flights-filter-wrapper .filter-items .multi-range-slider .bar-left,
.flights-filter-wrapper .filter-items .multi-range-slider .bar-right {
  background-color: #f5f5f5;
  box-shadow: none;
  width: 25%;
  border: 1px solid #bcbcbc;
}

.flights-filter-wrapper .filter-items .multi-range-slider .bar-right {
  border-radius: 0 10px 10px 0;
  padding: 4px 0;
}

.flights-filter-wrapper .filter-items .multi-range-slider .thumb .caption * {
  background: var(--primary-main);
  box-shadow: none;
}

.flights-filter-wrapper .filter-items .multi-range-slider .thumb .caption * {
  display: none;
}

@media (min-width: 991px) {
  .flights-filter-wrapper .filter-items .multi-range-slider .bar-left {
    padding: 1px 0;
  }

  .flights-filter-wrapper .filter-items .multi-range-slider .bar-right {
    padding: 1px 0;
  }

  .flights-filter-wrapper .filter-items .thumb::before {
    top: 0px;
  }
}

/* aviral custom css starts*/
.form-select.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.flight-time-alrt span:empty {
  display: none;
}

.opby-txt h6 {
  font-size: 12px;
  margin-top: 20px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.main-search-box {
  background: #fff;
  margin-top: -23px !important;
}

.service-box {
  transition: all 0.5s;
  background: var(--secondry-light);
}

.service-box:hover {
  box-shadow: 8px 17px 30px 0px #0000001a;
}

.service-box h6 {
  color: #22262b;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.4px;
}

.destination-card img {
  transition: all 0.5s;
}

.destination-card:hover > img {
  box-shadow: 0px 4px 12px 0px #00000026;
}

.home-flight-deals {
  background: url("/images/right-flight-bg.svg") right bottom no-repeat,
    url("/images/left-flight-bg.svg") left top repeat;
  background-repeat: no-repeat;
  background-color: #f2f8fe;
}

.home-flight-deals .top-flights-card {
  transition: 700ms;
}

.home-flight-deals .top-flights-card:hover {
  box-shadow: 0 5px 10px -3px rgba(179, 214, 248, 1) !important;
}

.latest-flights-card-date {
  color: var(--primary-main);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.384px;
  margin-bottom: 0px;
}

/* .home-flight-deals .slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #ee431d;
  border-radius: 5px;
} */
.home-flight-deals .slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 5px;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: red;
  border-radius: 5px;
}

.home-flight-deals .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.swap-icon-box {
  z-index: 10;
}

.swap-icon {
  transition: 0.5s all;
  rotate: 180deg;
  z-index: 9;
  right: -29px;
  top: 15px !important;
}

.swap-icon.active {
  transition: 0.5s all;
  rotate: 360deg;
}

.shake-alert {
  animation: shake 0.5s ease-in-out;
  transition: 0.5s;
}

.shake-alert {
  box-shadow: 0px 0px 20px 4px #ffc0c06b;
  background: #ffc0c045;
  color: red !important;
}

.airport-list-box.aitports-list-box {
  min-width: 374px;
}
.airport-list-box button.btn:hover {
  background: transparent;
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-2px);
  }

  20%,
  40%,
  60%,
  80% {
    transform: translateX(2px);
  }
}

.airports-box .mega-input,
.dates-box .mega-input,
.travelers-box .mega-input {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em !important;
  text-align: left;
}

.airports-box .mega-input::placeholder,
.dates-box .mega-input::placeholder,
.travelers-box .mega-input::placeholder {
  color: #000;
}

.dates-box .react-datepicker__day--keyboard-selected,
.dates-box .react-datepicker__month-text--keyboard-selected,
.dates-box .react-datepicker__quarter-text--keyboard-selected,
.dates-box .react-datepicker__year-text--keyboard-selected {
  background-color: #62b7dc;
  color: #fff !important;
}

.dates-box .react-datepicker__day-names {
  background: #62b7dc;
}

.dates-box .react-datepicker__navigation-icon--next::before,
.dates-box .react-datepicker__navigation-icon--previous::before {
  left: -4px;
  top: 11px;
  border-color: var(--primary-main);
  border-width: 2px 2px 0 0;
}

.dates-box .react-datepicker__navigation {
  background: #fff;
  border: 1px solid var(--primary-main);
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.modify-flight-search-box .filter-box {
  height: 42px;
}

.filter-box {
  height: 48px;
}

.trip-btn {
  padding: 5px 20px 5px 35px;
  font-size: 14px;
  position: relative;
  border: 0px;
  margin-right: 15px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2) !important;
}

.trip-btn::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 0;
  left: 20px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  border: 2px solid var(--primary-main);
}

.trip-btn.active {
  padding: 5px 20px 5px 35px;
  font-size: 14px;
  position: relative;
  border: 0px;
  color: white !important;
  background: var(--primary-main) !important;
}

.active.trip-btn::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 0;
  left: 20px;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid var(--primary-main);
}

.active.trip-btn::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 0;
  left: 20px;
  background: var(--primary-main);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  z-index: 2;
}

.btn-blue {
  background: linear-gradient(272.57deg, #071931 -20.14%, #78a5fd 111.71%);
  color: #fff !important;
}

.aitports-list-box {
  z-index: 9999;
}

.aitports-list .counrty-img {
  width: 24px;
}

.trv-travelers-box {
  min-width: 300px;
  z-index: 9999;
}

.btn-grd {
  background: var(--primary-main) !important;
}

.latest-flights-card .origin-box img,
.latest-flights-card .destination-box img {
  width: 22px;
  margin-right: 12px;
}

.origin-box::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 10px;
  height: 100%;
  width: 1px;
  border: 1px dotted #60626d;
  z-index: 0;
}

.newslatter-img {
  width: 200px;
  margin-top: -102px;
}

.newslatter-box {
  background: #f2f8fe;
}

.newslatter-box .input-group {
  border-color: #0c6ac5 !important;
}

.best-service-box {
  z-index: 0;
  position: relative;
}

.banner-img-slider {
  z-index: 0;
}

.filter-banner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.filter-banner-img h4.main-heading {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.flight-search h1.main-heading {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.banner .react-datepicker-popper {
  z-index: 999999;
}
.landing-breadcumb .breadcrumb {
  color: #626775;
  font-size: 16px;
}
.landing-breadcumb .breadcrumb .breadcrumb-item {
  padding-left: 5px;
}
.landing-breadcumb .breadcrumb-item + .breadcrumb-item::before {
  color: #626775;
  content: var(--bs-breadcrumb-divider, ">>");
  padding-right: 5px;
}
.banner-img-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: transparent;
}

.aitports-list {
  height: 190px;
  overflow: scroll;
}

/* .aitports-list .list-group a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 15px;
  height: 65px;
  width: 1px;
  background: #E7E8EC;
  z-index: 1;
}

.aitports-list .list-group a:first-child:before {
  content: "";
  position: absolute;
  display: none;
  bottom: 30px;
  left: 15px;
  height: 65px;
  width: 1px;
  background: #E7E8EC;
  z-index: 1;
} */

.travelers-count {
  background: white;
  color: black;
  outline: none;
}

.passenger-count-btn input {
  height: 30px;
}

.passenger-count-btn b {
  height: 30px;
  width: 30px;
  cursor: pointer;
  background: rgb(238 67 29) !important;
  border-width: 0px;
}

@media (max-width: 767px) {
  .airports-box .airport-list-box {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    height: 100%;
    z-index: 9999 !important;
  }

  .aitports-list {
    height: 100% !important;
  }

  .service-box h6 {
    color: #22262b;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.32px;
  }

  .latest-flights-card-date {
    color: var(--primary-main);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.24px;
  }

  /* .mobile-bag-icons-box{
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 0px;
} */
}

@media (max-width: 991px) {
  /* .trip-btn {
       color: black;
  }
  .trip-btn.active {
    padding: 5px 20px 5px 35px;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    border: 0px;
    color: white;
    background: var(--primary-main);
  } */
  .home-flight-deals {
    background: #f2f8fe;
  }
}

/* avirla custom css ends */
.air-flight-btn-and-bag {
  border-top: 1px solid #e7e8ec;
}

.single-flight-bag button img {
  margin-left: 8px;
  width: 25px;
}

.single-flight-bag button::after {
  display: none;
}

.single-flight-bag .dropdown-menu {
  padding: 15px;
}

.single-flight-bag .dropdown-menu li {
  padding: 5px 0;
}

.single-flight-bag-details img {
  width: 25px;
  margin-right: 15px;
}

.single-flight-bag-details h5 {
  color: #000;
  font-size: 14px;
  width: 120px;
}

.single-flight-bag-details h6 {
  color: #19a017;
  font-size: 12px;
  margin-left: 30px;
}

.single-flight-bag button {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

.single-flight-bag button:hover {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

.flap-flight-details .add-baggage-icon img {
  position: relative;
  top: -4px;
}

.add-baggage-icon img {
  width: 32px;
}

.flap-flight-details .add-baggage-title h5 {
  color: #222;
}

.add-baggage-title h6 img {
  width: 15px;
  margin-right: 5px;
}

.slick-slider.matrix-slider .slick-prev,
.slick-slider.latest-flight-slider .slick-prev {
  background: url(/icons/left-main.png);
  background-size: cover;
  position: absolute;
  top: -33px;
  left: auto !important;
  right: 40px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}

.slick-slider.destination-slider .slick-prev {
  background: url(/icons/left-main.png);
  background-size: contain;
  right: 55px;
  top: -30px;
  left: unset;
  width: 32px;
  height: 32px;
}
.matrix-slider .slick-prev.slick-disabled,
.latest-flight-slider .slick-prev.slick-disabled {
  opacity: 0.25;
}
.slick-slider.destination-slider .slick-next {
  right: 15px;
  top: -30px;
  left: unset;
  width: 32px;
  height: 32px;
}

.latest-flight-slider .slick-prev:hover,
.latest-flight-slider .slick-prev:focus,
.destination-slider .slick-prev:hover,
.destination-slider .slick-prev:focus,
.matrix-slider .slick-prev:hover,
.matrix-slider .slick-prev:focus {
  background: url(/icons/left-main.png);
  background-size: contain;
}
.matrix-slider .slick-prev.slick-disabled:hover,
.matrix-slider .slick-prev.slick-disabled:focus,
.latest-flight-slider .slick-prev.slick-disabled:hover,
.latest-flight-slider .slick-prev.slick-disabled:focus,
.destination-slider .slick-prev.slick-disabled:hover,
.destination-slider .slick-prev.slick-disabled:focus {
  opacity: 0.25;
}
.matrix-slider .slick-prev:before,
.latest-flight-slider .slick-prev:before,
.destination-slider .slick-prev:before {
  /* color: #60626d; */
  display: none;
}

.destination-slider .slick-next {
  background: url(/icons/right-main.png);
  background-size: contain;
}
.matrix-slider .slick-next,
.latest-flight-slider .slick-next {
  background: url(/icons/right-main.png);
  background-size: cover;
  position: absolute;
  top: -33px;
  right: 0px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.matrix-slider .slick-next.slick-disabled,
.latest-flight-slider .slick-next.slick-disabled {
  opacity: 0.25;
}
.matrix-slider .slick-next:hover,
.matrix-slider .slick-next:focus,
.latest-flight-slider .slick-next:hover,
.latest-flight-slider .slick-next:focus,
.destination-slider .slick-next:hover,
.destination-slider .slick-next:focus {
  background: url(/icons/right-main.png);
  background-size: contain;
}
.matrix-slider .slick-next.slick-disabled:hover,
.matrix-slider .slick-next.slick-disabled:focus,
.latest-flight-slider .slick-next.slick-disabled:hover,
.latest-flight-slider .slick-next.slick-disabled:focus,
.destination-slider .slick-next.slick-disabled:hover,
.destination-slider .slick-next.slick-disabled:focus {
  opacity: 0.25;
}
.matrix-slider .slick-next:before,
.latest-flight-slider .slick-next:before,
.destination-slider .slick-next:before {
  /* color: #60626d; */
  display: none;
}

.matrix-slider .slick-track {
  margin-left: 0;
}

.reversearrow {
  transform: rotate(0deg);
  transition: 0.4s;
}

.awc-card {
  background: var(--secondry-light) !important;
}

.awc-card.active {
  background: var(--primary-main) !important;
  color: #fff !important;
}

.awc-card.active .text-success {
  color: #fff !important;
}

.awc-card .awc-active {
  display: none;
}

.awc-card .awc-de-active {
  display: block;
}

.awc-card.active .awc-active {
  display: block;
}

.awc-card.active .awc-de-active {
  display: none;
}

.reversearrow.flip {
  transform: rotate(180deg);
  transition: 0.4s;
}

.airline-matrix img {
  width: 40px;
}
.airline-matrix .airline-detail {
  min-width: 94px;
}
/* @media screen and (max-width: 600px) {
  .airline-matrix .slick-track {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100% !important;
    padding-bottom: 15px;
  }
  .airline-matrix .slick-track .slick-slide{
    width: 100% !important;
  }
  .airline-matrix .matrix-slider .slick-prev, .matrix-slider .slick-next {
display: none!important;
}
} */
.matrix-price-active {
  background: #feefec !important;
}

.price-card ul {
  list-style: none;
}

.price-card .check-marker {
  display: none;
}

.price-card.active .check-marker {
  display: flex;
}

.price-card.active .default-marker {
  display: none;
}

.price-card .active-check,
.price-card.active .default-check {
  display: none;
}

.price-card.active .active-check,
.price-card .default-check {
  display: flex;
}

.price-card .more-detail {
  color: black;
}

.price-card.active .more-detail {
  color: white;
}

.price-card {
  /* background: #F6F8F7; */
  background: url(/images/default-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: black;
  background-position: center;
  /* transition: .5s all; */
  cursor: pointer;
}

.price-card.active {
  /* background: #F6F8F7; */
  background: url(/images/active-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: white;
  background-position: center;
  /* transition: .3s all; */
}

.priec-card-header,
.price-card-content {
  z-index: 2;
  position: relative;
}

/* .price-card::after{
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  z-index: 1;
} */
@media (min-width: 1200px) and (max-width: 1399px) {
  .add-baggage-heading {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .single-flight-bag button img {
    width: 25px;
  }

  .single-flight-bag .dropdown-menu {
    padding: 8px;
    min-width: 200px;
  }

  .single-flight-bag-details h5 {
    font-size: 10px;
  }

  .single-flight-bag-details h6 {
    font-size: 8px;
    margin-left: 20px;
  }

  .price-plan-card-box .price-plan-card-box-row {
    width: 800px;
  }
}

@media screen and (max-width: 576px) {
  .flight-search {
    padding: 16px 0px;
  }

  .flight-search .main-head {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 575px) {
  .flights-listing-wrapper .single-flight-round-box {
    padding: 20px 20px 0px 20px;
  }

  .listing-flight-price-wrap .listing-flight-price {
    border-top: 1px solid #e7e8ec;
    padding-top: 15px;
    margin-top: 15px;
    padding-left: 12px;
  }

  .listing-flight-price-wrap .listing-flight-price h2 {
    text-align: left;
  }

  .listing-flight-price-wrap .listing-flight-price h6 {
    text-align: left;
  }

  .single-flight-bag .dropdown.depart-bag {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .single-flight-bag .dropdown.return-bag {
    position: absolute;
    top: 142px;
    right: 15px;
  }

  .single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }

  .single-flight-round-box .baggage-wrap {
    border: none !important;
    margin: 0px !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 991px) {
  .single-flight-bag .dropdown.depart-bag {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .single-flight-bag .dropdown.return-bag {
    position: absolute;
    bottom: 15px;
    right: 15px;
    top: auto;
  }

  .single-flight-bag .depart-bag.dropdown:hover .dropdown-menu {
    left: auto !important;
    right: 0px !important;
  }

  .single-flight-round-box .baggage-wrap {
    border: none !important;
    margin: 0px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1920px) {
  .single-flight-bag .return-bag.dropdown:hover .dropdown-menu {
    left: 0px !important;
    right: auto !important;
  }
}

/* new-listing-css */
#content {
  position: relative;
}

.pink-border {
  background: var(--main-pink);
  height: 2px;
}

.modify-flights-sec {
  z-index: 2;
  position: relative;
}

/* .detail-card{
    box-shadow: 0px 0px 40px 0px #00000026;

  } */
.detail-card {
  max-width: 98%;
  margin: auto;
  padding-bottom: 8px !important;
}

.bt-shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.detail-card-box {
  height: 0px;
  transition: 0.2s all;
}

.detail-card-box.active {
  height: max-content;
  transition: 0.2s all;
}

.bag-info-box {
  position: absolute;
  width: 240px !important;
  background: #fff;
  box-shadow: 0px 0px 19px 4px #00000033;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 2;
}

/* .detail-card{
    position: absolute;
    background: white;
    top: 80%;
    box-shadow: 0px 0px 40px 0px #00000026;
} */
.icons-box-border {
  position: relative;
  z-index: 1;
}

.icons-box-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 13%;
  height: 1px;
  z-index: 0;
  width: 75%;
  border-top: 2px dotted black;
}

.flight-detail-bag img {
  z-index: 5;
  position: relative;
}

.flight-detail-bag .bag-info-box {
  display: none;
  padding: 5px!important;
}

.flight-detail-bag:hover .bag-info-box,
.flight-detail-bag:active .bag-info-box {
  display: block;
}

.cnf-table {
  text-align: center;
}

.flight-detail-bag:hover {
  z-index: 120;
}

.flight-detail-bag {
  z-index: 0;
}

.bag-info-box {
  z-index: 3;
}

.custom-tooltip {
  color: white !important;
  background-color: black !important;
}

#flight-detail .detail-card {
  background: #f0f8fc;
}

.departure-btn {
  background: white;
}

.departure-btn.active {
  background: var(--secondry-light);
  border: 1px solid var(--main-pink) !important;
}

.dotted-border {
  border: 2px dashed #eee;
  width: 100%;
}

.bt-border-2 {
  border: 2px solid var(--primary-main);
}

.checkout-review-box .flight-detail-card {
  position: relative !important;
  z-index: 1;
}

.checkout-review-box .review-info-header {
  display: none;
}

.bt-navbar {
  position: fixed !important;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

.listing-page .bt-navbar {
  position: relative !important;
}

/* .checkout-price-detail{
  position: fixed;
  width: 27%;
  max-width: 360px;
} */
.bag-btn-pink {
  background: linear-gradient(360deg, #f72585 0%, #ff96c6 100%) !important;
  color: white !important;
}

.active .bag-btn-pink {
  background: linear-gradient(180deg, #ffffff 50%, #d2d2d2 100%) !important;
  color: #f72585 !important;
}

#navbar_top {
  z-index: 1050;
}

.air-process-popup-modal .modal-content {
  background: transparent;
  display: flex;
  align-items: center;
  border: none;
}

.recmonded-img {
  top: -4px;
  right: -4px;
}

.nyc-men {
  margin-bottom: -22px;
}

.nyc-p-bg {
  background-image: url("/images/destinations/city/nyc-purple-bg.jpg");
  background-size: cover;
}

/* .title-shadow{
  filter: drop-shadow(0px 6px 20px #00000040);
} */
.map-bg {
  background-image: url("/images/destinations/city/map.svg");
  background-size: cover;
}

.destination-box1:hover img.rounded-circle {
  box-shadow: 0px 17px 30px 0px #00000026;
  transition: 0.5s all;
}

img.rounded-circle {
  transition: 0.5s all;
}

.successful-itenery-detail .bg-detail-row.d-none {
  display: flex !important;
}

@media (max-width: 767px) {
  .flight-price-box {
    background: var(--secondry-light);
  }

  .splash-code .flight-price-box {
    background: #f7f7f7;
  }

  .splash-code .border-end {
    border: none !important;
  }

  .banner-filter-box {
    position: relative;
  }

  .main-search-box {
    background: #fff;
  }

  .banner-img-slider {
    display: none;
  }

  .bt-border-2 {
    border: none;
  }

  .flight-detail-card {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 1050;
    overflow-y: scroll;
  }
  #itinerary-details .flight-detail-card {
    position: relative;
  }

  .z-index-top {
    z-index: 22;
  }

  .view-sum-btn {
    font-size: 12px;
  }
}

.custom-toltip.show {
  display: block;
  transform: translateX(-14%) !important;
}
@media screen and (max-width: 991px) {
  .custom-toltip.show {
    display: block;
    /* transform: translateX(50%) !important; */
    width: max-content;
  }
}

.price-plan-card-box {
  overflow-x: scroll;
  overflow-y: hidden;
}

.looading-box-call-bg {
  background: rgba(65, 180, 246, 0.1);
}

.looading-box-call {
  max-width: 500px;
}

#baggageInformation .custom-toltip {
  /*   position: absolute !important;
  top: -2px !important;
  left: 125px !important;
  transform: none !important; */
  padding: 5px 8px;
  width: auto !important;
  min-width: auto !important;
}

#baggageInformation .custom-toltip span {
  color: #fff !important;
}

#baggageInformation img.info-icon {
  margin-top: -4px !important;
}

.lto-popup .modal-dialog {
  max-width: 640px;
  width: 640px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  position: absolute;
}

.lto-popup {
  color: #4c4c4c;
  font-size: 14px;
}

.lto-popup .btn-primary {
  border: none !important;
}

.lto-popup .cta-sec {
  background: #ffeff3;
}

.lto-popup .fares-sec {
  border-bottom: 8px solid #ffeff3;
}

.lto-popup .modal-dialog .modal-body {
  padding: 0px;
}

.lto-popup .btn-close {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  z-index: 99999;
  opacity: 1;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  color: #ccc !important;
}

.lto-popup .btn-close:hover {
  opacity: 1 !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.blink_it {
  animation: ctablink 3s linear infinite;
}

@keyframes ctablink {
  50% {
    opacity: 0.75;
  }
}

@media screen and (max-width: 480px) {
  .lto-popup .cta-btn {
    font-size: 14px !important;
  }
  .lto-popup .btn-close {
    right: -10px;
  }
  .baggage-info-popup .fs-6.bi-cond {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 640px) {
  .lto-popup .modal-dialog {
    width: 100%;
    margin: 0;
    max-width: 96%;
  }
}

@media screen and (max-width: 767px) {
  .swap-icon {
    right: -10px;
    top: 58px !important;
  }
}

.listing-page .form-label {
  color: #fff;
}

/* .listing-page .modify-flights-sec .swap-icon {
  display: none;
} */

.depart-dur-box span {
  font-size: 12px;
  display: block;
  font-weight: 500;
  color: #6c757d;
}

/* .depart-dur-box .duration-icon:hover {
  background: var(--primary-main);
  border: 1px solid var(--primary-main)
}

.depart-dur-box .duration-icon:hover span {
  color: #fff;
} */

.listing-flight-detail .border-end {
  border-right: 2px dotted #dee2e6 !important;
}

.splash-code .border-end {
  border-right: 2px dotted #dee2e6 !important;
}

.listing-flight-detail .border-top {
  border-top: 2px dotted #dee2e6 !important;
}

.splash-code .border-top {
  border-top: 2px dotted #dee2e6 !important;
}

.flight-detail-card .border-top {
  border-top: 2px dotted #dee2e6 !important;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
  padding-bottom: 8px;
}

.border-gradient-pink {
  border-image-source: linear-gradient(to left, #f72585, #ff96c6);
}

.border-only-bottom {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.viewdetails-close-btn {
  z-index: 9999;
}

body.modal-open {
  padding-right: 0px !important;
}

.stops-dot {
  margin-top: -15px;
}

.icons-box-border.w-100 {
  margin-top: -16px;
}

.stops-tooltip-box .stops-dot {
  margin-top: -15px;
}

.stops-tooltip-box .icons-box-border {
  margin-top: -16px;
}

.stops-tooltip-box .icons-box-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  height: 1px;
  z-index: 0;
  width: 60%;
  border-top: 2px dotted #a3a4a9 !important;
}

.stops-tooltip-box .stops-tooltip {
  background: #fff;
  z-index: 999;
  opacity: 1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .stops-tooltip-box .icons-box-border {
    /*     margin-top: -52px; */
    margin-top: -37px;
  }
}

@media (min-width: 360px) and (max-width: 465px) {
  .stops-tooltip-box .icons-box-border {
    /*   margin-top: -50px; */
    margin-top: -37px;
  }

  .stops-tooltip-box .icons-box-border::after {
    left: 0%;
    width: 98%;
  }
}

@media (min-width: 466px) and (max-width: 575px) {
  .stops-tooltip-box .icons-box-border {
    /*     margin-top: -52px; */
    margin-top: -37px;
  }

  .stops-tooltip-box .icons-box-border::after {
    left: 0%;
    width: 55%;
  }
}

/* splash */
:root {
  --main-grey: #eeeeee;
}

.hr-line {
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  display: inline-block;
}

.bg-white {
  background-color: #fff;
}

.h-5 {
  height: 5px;
}

.h-10 {
  height: 10px;
}

.h-15 {
  height: 15px;
}

.h-20 {
  height: 20px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.wi-5 {
  width: 5px;
}

.wi-10 {
  width: 10px;
}

.wi-15 {
  width: 15px;
}

.wi-20 {
  width: 20px;
}

.wi-30 {
  width: 30px;
}

.wi-40 {
  width: 40px;
}

.first-mat-box {
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
}

.last-mat-box {
  border-radius: 0px 10px 10px 0px;
  overflow: hidden;
}

.splash-code::before {
  position: fixed;
  top: 0;
  left: -50%;
  z-index: 1;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 0.75s infinite;
  animation: shine 0.75s infinite;
}

.splash-page {
  overflow-x: hidden;
}

@keyframes shine {
  0% {
  }

  100% {
    left: 125%;
  }
}

.splash-page {
  background-color: #f3f3f7;
}

.splash-bg-grey {
  background-color: var(--main-grey);
}

.splash-code hr {
  background-color: var(--main-grey);
}

.tc-text {
  color: transparent;
}

.bg-white {
  background-color: #fff;
}

.splash-code {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.splash-air-progress-bar {
  width: 100%;
  height: 10px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.deeplink-splash .splash-air-progress-bar {
  margin-top: 0px !important;
  padding-top: 50px !important;
}

.splash-air-animation-bar {
  animation: splash-air 20s;
  animation-fill-mode: forwards;
  background-color: #0c6ac5;
  height: 10px;
  position: relative;
}

.splash-air-animation-bar.go {
  animation: splash-air-go 1s;
  animation-fill-mode: forwards;
}

.splash-air-animation-bar::before {
  position: absolute;
  content: "/";
  color: transparent;
  /* background-image: url('../icons/animation-air-icon.svg'); */
  background-repeat: no-repeat;
  background-position: right right;
  animation: splash-air-icon 40s infinite;
  width: 40px;
  height: 42px;
  background-size: cover;
  top: -16px;
  right: 2px;
  z-index: 2;
}

.splash-air-animation-bar::after {
  position: absolute;
  content: "/";
  color: transparent;
  width: 40px;
  height: 10px;
  background-size: cover;
  top: 0px;
  right: 0px;
  background-color: #f3f3f7;
}

@keyframes splash-air {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

@keyframes splash-air-go {
  from {
    width: 90%;
  }

  to {
    width: 100%;
  }
}

.flight_search.splash-ani {
  padding-top: 0px;
}

@media (max-width: 991px) {
  .mob-hide {
    display: none;
  }

  .splash-code::before {
    display: none;
  }
}

@media (min-width: 641px) {
  .checkout-price-detail .view-det-box {
    font-size: 12px;
  }

  .checkout-price-detail .bag-det-box {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .checkout-price-detail .view-det-box {
    font-size: 10px;
    font-weight: bold;
  }

  .checkout-price-detail .bag-det-box {
    font-size: 10px;
  }

  .checkout-price-detail .bag-det-box .btn {
    font-size: 10px !important;
    padding: 5px 18px !important;
    border: none !important;
  }
}

@media (max-width: 640px) {
  .hi-book-suc p {
    font-size: 12px;
    text-align: center;
  }

  .hi-book-suc h4 {
    font-size: 18px;
  }

  .hi-book-suc h6 {
    font-size: 14px;
  }

  .flight-info-sec .fs-14 {
    font-size: 12px !important;
  }

  .flight-info-sec .fs-12 {
    font-size: 10px !important;
  }

  .cnf-table table {
    font-size: 10px;
  }

  .successful-itenery-detail h5 {
    font-size: 16px;
  }
  .successful-itenery-detail h6 {
    font-size: 14px;
  }
  .cnf-detail-desc-list ul li {
    font-size: 12px;
  }
}

.hi-book-suc p {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .booking-status-table table thead,
  .booking-status-table table tbody {
    display: block;
    float: left;
    width: 50%;
  }
  .booking-status-table table tr {
    display: block;
  }
  .booking-status-table table tr td {
    display: block;
    border: 1px solid #e6e8ec;
  }
  .booking-status-table table tr th {
    display: block;
    border: 1px solid #fff;
  }
  .cbs-login h3 {
    color: #0c6ac5;
    font-size: 20px;
  }
  .flight-detail-card .flight-detail_container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-shadow: none !important;
    border: none !important;
  }
}
.lp-traveltips ul li {
  background: url("../../icons/traveltips_list_icon.svg") left 5px no-repeat;
  padding-left: 36px !important;
  list-style-type: none;
  margin-bottom: 16px;
}
.emptdiv:empty {
  display: none;
}
@media screen and (min-width: 768px) {
  .listing-flight-detail .flight-price-box .btn {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .slick-slider.destination-slider .slick-prev {
    top: -16px;
  }

  .slick-slider.destination-slider .slick-next {
    top: -16px;
  }
}
@media screen and (min-width: 991px) {
  .modify-flight-search-box .airports-box .mega-input,
  .modify-flight-search-box .dates-box .mega-input,
  .modify-flight-search-box .travelers-box .mega-input {
    font-size: 13px !important;
  }
  .modify-flight-search-box .filter-box .form-select {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 768px) {
  .animate:before {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 376px;
    height: 190px;
    background: #fff;
    transform-origin: 32px 32px;
    transition: all 0.5s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
  }
  .animate:hover:before {
    transform: scale(1.01, 1.2);
  }
  .aitports-list {
    height: auto;
    overflow: auto;
  }
  .airport-list-box.aitports-list-box .form-control::placeholder {
    color: #000;
    font-weight: bold;
  }
}
.foot-soc-med li img {
  width: 32px !important;
}
.mob-price-sum {
  z-index: 999;
}
.modifySearchWidget-open {
  z-index: 99999 !important;
  position: fixed !important;
  overflow-x: hidden;
  height: 100vh;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #baggageInformation .custom-toltip {
    top: -2px !important;
    left: 100px !important;
    transform: none !important;
    width: auto !important;
    min-width: auto !important;
    max-width: 100px !important;
  }
}

#reload_href {
  display: none;
}
.captcha-container canvas {
  margin-top: 0px;
}
.matrix-heading {
  border: 1px solid #d2d2d2;
}
.airline-matrix img {
  width: 40px;
  margin: auto;
}
.border-darkblue {
  border-bottom: 1px solid #d2d2d2 !important;
}
.airline-matrix h5 {
  margin-bottom: 2px;
}
.matrix-box-active {
  background: #feefec !important;
}
@media screen and (max-width: 768px) {
  .matrix-heading .fs-sm-14 {
    font-size: 14px !important;
  }
  .matrix-heading .hight55 {
    height: 81px !important;
  }
  .airline-matrix h5 {
    margin-bottom: 4px !important;
  }
}
.matrix-heading .hight55 {
  height: 77px !important;
}
.matrix-scrollWraper .hight55 {
  height: 78px !important;
}

.matrix-scrollWraper,
.matrix-heading {
  max-height: 153px !important;
}

.btn-grd-blue {
  background: linear-gradient(
    180deg,
    rgba(80, 155, 210, 1) 0%,
    rgba(7, 76, 127, 1) 100%
  );
  border: none !important;
}

.media-upload-sec .drag-file-field {
  border: 2px dashed #074c7f;
}
.media-upload-sec .drag-file-field:hover {
  border: 2px dashed #074c7f;
}

.media-upload-sec .left-sec {
  border-right: 1px solid #e7e7e7;
}
@media screen and (max-width: 768px) {
  .flight-search .search-flights-btn {
    margin-top: 0px !important;
  }
  .media-upload-sec .left-sec {
    border: none !important;
  }
}
/* pagination css start */
.pagination-container {
  display: flex;
  gap: 8px;
  align-items: end;
}

.page-button {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-button:hover {
  background-color: #f0f0f0;
}

.page-button.active {
  background-color: #f9689f;
  color: #fff;
  border: 1px solid #f9689f;
}

.page-button:disabled {
  background-color: #e9ecef;
  color: #adb5bd;
  cursor: not-allowed;
}
@media screen and (min-width: 992px) {
  .lg-poisition-fixed {
    position: sticky;
    top: 70px;
  }
  html {
    overflow: unset;
  }
}
/* pagination css end */
.reviews-main-sec {
  background: linear-gradient(rgba(22, 45, 67, 0.85), rgba(22, 45, 67, 0.85)),
    url("/images/reviews-main-sec-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.reviews-filter-sec {
  background: linear-gradient(rgba(240, 100, 135, 0.35), rgba(170, 0, 43, 0.35)),
    url("/images/reviews-filter-sec-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.trustpilot-reviews-sec {
  background: linear-gradient(
      rgba(255, 255, 255, 0.85),
      rgba(255, 255, 255, 0.85)
    ),
    url("/images/trustpilot-reviews-sec-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.trustpilot-bg {
  background: #00b67a;
}
.trustpilot-bg-half {
  background: linear-gradient(
    90deg,
    rgba(0, 182, 122, 1) 0%,
    rgba(0, 182, 122, 1) 50%,
    rgba(220, 220, 230, 1) 50%
  );
}

.reviewText {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Adjust the number of lines to show */
}

.lineClamp {
  max-height: 4.5em; /* Adjust based on line height */
  transition: max-height 0.3s ease;
}

.readMore {
  color: blue; /* Change to your desired color */
  text-decoration: underline;
  cursor: pointer;
}

/* Add styles for expanded text if needed */
.readMore:hover {
  text-decoration: none; /* Remove underline on hover */
}
@media screen and (min-width: 769px) {
  .treview-wrap p {
    min-height: 105px;
  }
  .reviews-wrap .card p{
    min-height: 80px;
  }
}

.big-img {
  transition: transform 0.5s ease-in-out;
}

.big-img:hover {
  transform: scale(1.1);
}
.faq-section .accordion-button::after{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E") !important;}
.faq-section .accordion-button:not(.collapsed)::after{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8'/%3E%3C/svg%3E") !important;}
.faq-section .accordion-item {
  margin: 12px 0px;
  border: none !important;
}
.faq-section .accordion-button {
  background: #F9F9F9;
  font-weight: bold;
}
.about-city-sec .content-box {
  border-radius: 2rem 2rem 2rem 2rem;
}

.about-city-sec .content-box img{
  border-radius: 2rem 2rem 8rem 2rem;
  object-fit: cover;
}

.airports-city-sec .content-box {
  border-radius: 2rem 2rem 2rem 2rem;
}

.airports-city-sec .content-box img{
  object-fit: cover;
  border-radius: 8rem 2rem 2rem 2rem;
}

.cities-main-ban img{
  object-fit: cover;
  object-position: center;
}

    .air-process-container {
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-wrap: wrap;
      gap: 20px;
    }
    .air-process-step {
      text-align: center;
      flex: 1;
      min-width: 140px;
      position: relative;
    }
    .air-process-icon {
      display: inline-block;
      padding: 0px 20px;
    }
    /* Zig-zag effect */
    .air-process-step:nth-child(2),
    .air-process-step:nth-child(4) {
      margin-bottom: 40px; /* raised up */
    }
    /* Arrow styling */
    .arrow {
      font-size: 22px;
      color: #333;
      position: absolute;
      top: 35%;
      right: -30px;
     transform: rotate(-30deg);
    }
    .air-process-step:nth-child(2) .arrow,
    .air-process-step:nth-child(4) .arrow {
      top: 65%; /* adjust for raised steps */
     transform: rotate(30deg);
    }
    /* Responsive */
    @media(max-width: 767px) {
      .air-process-container {
        flex-direction: column;
        align-items: center;
      }
      .arrow {
        display: none;
      }
     .air-process-step:nth-child(2),
    .air-process-step:nth-child(4) {
      margin-bottom: 0px;
    }
    }

    ul.airlineList{}
ul.airlineList li{ list-style-type: none; }
ul.airlineList li a{  padding-left: 45px; background-image: url("/icons/circle-arrow.jpg"); background-position: left; background-repeat: no-repeat; display: inline-block;}

       .custom-table {
      border-collapse: separate;
      border-spacing: 0;
      width: 100%;
    }

    .custom-table thead th {
      background-color: #fcdde5; /* light pink */
      font-weight: bold;
      text-align: center;
      border: 1px solid #dee2e6;
    }

    .custom-table th:first-child {
      text-align: left;
    }

    /* Rounded header corners */
    .custom-table thead th:first-child {
      border-top-left-radius: 8px;
    }
    .custom-table thead th:last-child {
      border-top-right-radius: 8px;
    }

    .custom-table td, .custom-table th {
      border: 1px solid #dee2e6;
      padding: 12px;
    }

    .highlight-row {
      background-color: #FFD8E1 !important;
      font-weight: 600;
    }


.toc-list {
  counter-reset: h2counter;
  list-style: none;
  padding-left: 0;
}

.toc-list > li {
  counter-increment: h2counter;
  margin-bottom: 6px;
  font-weight: 600;
}

.toc-list > li a:hover {
  color: var(--secondary-main)!important;
}

.toc-list > li::before {
  content: counter(h2counter) ". ";
  margin-right: 6px;
}

.toc-list li ol {
  counter-reset: h3counter;
  margin-left: 20px;
  list-style: none;
}

.toc-list li ol > li {
  counter-increment: h3counter;
  margin-bottom: 4px;
  font-weight: 500;
  color: #555; 
}

.toc-list li ol > li::before {
  content: counter(h2counter) "." counter(h3counter) " ";
  margin-right: 4px;
}
