:root {
  /* --primary-main: #7209B7; */
  --primary-main: #074c7f;
  --secondary-main: #071931;
  /* --secondry-light:#F7EBFF; */
  --secondry-light: #f1f1f1;
  --secondry-dark: #ebebeb;

  --light-main: #60b7de;
  --light-blue: #3680e2;
  /* --main-pink:#F72585; */
  --main-pink: #074c7f;
  --light-cyan: #dcfffd;
  --main-range: #ee431d;
  --main-green: #3ab54a;
  --light-grey: #f7f8fa;
  --semi-blue: #3d95ed;
}

.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: 16px !important;
  color: #262626 !important;
  font-weight: 400;
}

html,
body {
  width: 100%;
  background: white;
  /* height: 100%; */
  margin: 0;
  /* overscroll-behavior: none; */
}

* {
  font-family: "Plus Jakarta Sans", 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;
}

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

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

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

.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-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-semi-blue {
  background: var(--semi-blue) !important;
}

.bg-semi-blue {
  background: #dbf0ff;
}

.bt-bg-light-cyan {
  background: var(--light-cyan) !important;
}
.poppins {
  font-family: "Poppins", sans-serif !important;
}
.bt-border::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--primary-main) !important;
}

.btn-primary {
  border: 1px solid var(--primary-main) !important;
  background-color: var(--primary-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-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;
}

@media screen and (max-width: 768px) {
  .popup-open {
    height: -webkit-fill-available;
  }
}

/*  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(--primary-main) !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;
}

.close-navbar-toggler {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}

.close-navbar-toggler.collapsed {
  z-index: -1;
}

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

.speak-expert a {
  font-size: 16px;
  color: var(--primary-main);
  transition: 0.4s;
  font-weight: 700;
  text-decoration: none !important;
}

.speak-expert a:hover {
  color: #ccc;
}

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

  .foot-cookie-box p {
    font-size: 11px;
  }

  .routes-detail .opby-txt {
    font-size: 10px !important;
  }

  .routes-detail .rec-view-btn {
    font-size: 10px !important;
  }
}
/* @media screen and (max-width: 767px) {
  .rec-view-btn {
    width: 75px;
  }
} */

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

  .media-upload-sec .left-sec {
    border: none !important;
  }
}
/* #accordionFlushExample .accordion-button {
  font-weight: bold;
}
#accordionFlushExample .accordion-button:not(.collapsed) {
  background: white !important;
  font-weight: bold;
}
#accordionFlushExample .accordion-item .accordion-body {
  padding-left: 0 !important;
} */

.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.routes-banner {
  background-image: url(../../images/routes_banner_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flight-search.routes-banner h1.main-heading {
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

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

.bgImg-style {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
}

.flight-search.newyork {
  background-image: url(/images/destinations/city/banner.webp);
}
.flight-search.chicago {
  background-image: url(/images/destinations/city/Chicago/Chicago-banner.webp);
}
.flight-search.orlando {
  background-image: url(/images/destinations/city/Orlando/orlando.webp);
}
.flight-search.lauderdale {
  background-image: url(/images/destinations/city/Lauderdale/lauderdale.webp);
}
.flight-search.lasvegas {
  background-image: url(/images/destinations/city/LasVegas/las-vega-banner.webp);
}
.flight-search.denver {
  background-image: url(/images/destinations/city/Denvar/denvar-banner.webp);
}
.flight-search.LosAngeles {
  background-image: url(/images/destinations/city/LosAngeles/los-angeles-banner.webp);
}
.flight-search.mia {
  background-image: url(/images/destinations/city/Miami/miami-banner.webp);
}
.flight-search.SanFrancisco {
  background-image: url(/images/destinations/city/SanFrancisco/sfo-banner.webp);
}
.flight-search.philadelphia {
  background-image: url(/images/destinations/city/Philadelphia/philadelphia-banner.jpg);
}
.flight-search.atlanta {
  background-image: url(/images/destinations/city/Atlanta/atlanta-banner.jpg);
}
.flight-search.honolulu {
  background-image: url(/images/destinations/city/Honolulu/honolulu-banner.jpg);
}
.flight-search.cancun {
  background-image: url(/images/destinations/city/Cancun/cancun-banner.webp);
}
.flight-search.caphaitien {
  background-image: url(/images/destinations/city/CapHaitien/caphaitien-banner.webp);
}
.flight-search.caracas {
  background-image: url(/images/destinations/city/Caracas/caracas-banner.webp);
}
.flight-search.guatemala {
  background-image: url(/images/destinations/city/Guatemala/guatemala-banner.webp);
}
.flight-search.kingston {
  background-image: url(/images/destinations/city/Kingston/kingston-banner.webp);
}
.flight-search.lima {
  background-image: url(/images/destinations/city/Lima/lima-banner.webp);
}
.flight-search.mexico {
  background-image: url(/images/destinations/city/Mexico/mexico-banner.webp);
}
.flight-search.montegobay {
  background-image: url(/images/destinations/city/MontegoBay/montegobay-banner.webp);
}
.flight-search.puntacana {
  background-image: url(/images/destinations/city/PuntaCana/puntacana-banner.webp);
}
.flight-search.sanjose {
  background-image: url(/images/destinations/city/SanJose/sanjose-banner.webp);
}
.flight-search.sanjuan {
  background-image: url(/images/destinations/city/SanJuan/sanjuan-banner.webp);
}
.flight-search.sansalvador {
  background-image: url(/images/destinations/city/SanSalvador/sansalvador-banner.webp);
}
.flight-search.santodomingo {
  background-image: url(/images/destinations/city/SantoDomingo/santodomingo-banner.webp);
}
.flight-search.saopaulo {
  background-image: url(/images/destinations/city/SaoPaulo/saopaulo-banner.webp);
}
.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;
}

.banner-text_shadow {
  text-shadow: 2px 2px 4px rgb(0 61 106);
}

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

/*  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: var(--light-grey);
}

.footer-widget h4 {
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  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: 32px;
}

.footer-widget ul li a {
  text-align: left;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px;
  transition: 0.2s;
}

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

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

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

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

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

.footer-about p {
  font-size: 14px;
}

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

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

/*  Footer end*/
/* Blog */
.blog-banner {
  background: url("/images/banner/blog-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}

ul.pagination li.page-item.active a,
ul.pagination li.page-item.active {
  background-color: var(--primary-main) !important;
  border: var(--primary-main) !important;
}

.blog .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-accordion-btn-bg);
}

.blog .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.hover {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.hover img.big-img {
  width: 100%;
  transition: transform 0.5s;
}

.hover-3:hover img.big-img {
  transform: scale(1.1);
}

.hover:hover h4 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .blog-banner {
    min-height: auto;
  }
}

/* .hover:hover h4{ text-decoration: underline;} */
a.hover h4 {
  background-repeat: no-repeat;
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    currentColor 2px
  );
  background-image: -ms-linear-gradient(transparent 95%, currentColor 2px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 96%;
  display: inline;
}

a.hover:where(:hover, :focus-visible) h4 {
  background-size: 100% 96%;
  color: currentColor;
}

/* Blog 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;
  }
}

/*  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: linear-gradient(272deg, #064c7f 0.81%, #60b7de 108.3%);
}

.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*/
.listing-page {
  background: #eff3f7;
}

.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 {
  display: block !important;
  right: 0 !important;
  transform: unset !important;
  top: 35px !important;
  inset: unset !important;
  right: 0px !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;
}

#baggageInformation .traveler-form select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

@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;
  }
  .speak-expert a {font-size: 14px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .speak-expert p {font-size: 10px;}
  .speak-expert a {font-size: 12px;}
  .newslatter-box h4{margin-top: 15px !important;}
}
@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(--main-pink);
  outline: 1px solid var(--main-pink);
}

.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: 11px;
  padding: 0 6%;
}

.payment-partners ul {
  display: flex;
  list-style: none;
  align-items: center;
  width: 100%;
  justify-content: center;
}

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

@media (max-width: 767px) {
  .matrix-sidebar-box h4 {
    font-size: 18px;
    margin: 27px 0 !important;
  }
}

@media (max-width: 767px) {
  .matrix-sidebar h6 {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .matrix-sidebar h6,
  .slider-main-item-box .slide-cont h6 {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .search-result-num p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .depart-return-sub-title {
    font-size: 12px;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767px) {
  .air-flight-price h2,
  .airport-code,
  .btn-style1 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .flight-round-box {
    border-top: 1px solid #e7e8ec;
    margin-top: 15px !important;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .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;
  }
}

@media (max-width: 767px) {
  .btn-style1 {
    padding: 8px 2px;
    border-radius: 4px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .payment-partners ul li img {
    width: 40px;
    max-width: 40px;
  }
}

@media (max-width: 767px) {
  .flight-list-pagination button span {
    font-size: 12px;
  }

  .flight-list-pagination button {
    padding: 14px 20px;
  }
}

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

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

.checkout-main-wrap .accordion-header {
  position: relative;
  z-index: 1;
}

.react-tel-input .country-list {
  z-index: 999999;
}

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

.upload-error {
  border-color: red !important;
}

.checkout-main-wrap .input-group input,
.checkout-main-wrap .input-group select {
  color: #000 !important;
  border-color: #e7e8ec !important;
  border-radius: 5px !important;
  height: 44px;
}

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

.checkout .input-group select option {
  font-size: 12px;
}

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

.card-img-top {
  cursor: pointer;
}

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

.checkout-main-wrap .input-group .react-tel-input input {
  padding: 18.5px 14px 18.5px 50px;
  width: 110px;
  text-align: center;
}

.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: 34px;
  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);
}

.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: 15px;
}

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

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

.listing-flight-detail .btn.btn-primary[disabled] {
  opacity: 0.6;
}

.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 select {
    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;
}

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

.latest-flihts-section {
  /* background-image: url(/images/flights-bg.svg); */
  background-size: cover;
  background-color: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
}

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

/* .latest-flihts-section .slick-dots li {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #ee431d;
  border-radius: 5px;
} */
.latest-flihts-section .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;
}

.latest-flihts-section .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;
}

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

@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: 18px;
  font-weight: 700;
  letter-spacing: 0em !important;
  text-align: left;
}

.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: 65px;
}

.filter-box {
  height: 80px;
}

.trip-btn {
  padding: 5px 20px 5px 35px;
  font-size: 14px;
  position: relative;
  border: 0px;
  margin-right: 15px;
}

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

.btn-grd-blue {
  background: linear-gradient(
    180deg,
    rgba(80, 155, 210, 1) 0%,
    rgba(7, 76, 127, 1) 100%
  );
  border: none !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: #f7f8fa;
}

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

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

/* .filter-banner-img {
  background: url("/images/newYear_banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */
.filter-banner-img {
  background: url("/images/banner/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.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;
}
ul.blue-dot li::marker {
  color: #60b7de;
}

@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;
} */
}

.banner .react-datepicker-popper {
  z-index: 999999;
}

@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);
  } */

  .latest-flihts-section {
    background: #fff7f5;
  }
}

/* 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.png); */
  background-size: contain;
  position: absolute;
  top: -15px;
  left: auto !important;
  right: 50px;
}

.slick-slider.destination-slider .slick-prev {
  /* background: url(/icons/left.png); */
  background-size: contain;
}

.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.png); */
  background-size: contain;
}

.matrix-slider .slick-prev:before,
.latest-flight-slider .slick-prev:before,
.destination-slider .slick-prev:before {
  color: #60626d;
}

.destination-slider .slick-next {
  /* background: url(/icons/right.png); */
  background-size: contain;
}

.matrix-slider .slick-next,
.latest-flight-slider .slick-next {
  /* background: url(/icons/right.png); */
  background-size: contain;
  position: absolute;
  top: -15px;
  right: 20px;
}

.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.png); */
  background-size: contain;
}

.matrix-slider .slick-next:before,
.latest-flight-slider .slick-next:before,
.destination-slider .slick-next:before {
  color: #60626d;
}

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

.matrix-box-active {
  background: #feefec !important;
  border: 1px solid var(--primary-main) !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;

  } */

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

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

.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-top: 2px dotted var(--primary-main);
}

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

.checkout-review-box .detail-card {
  background: #fff;
}

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

.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.webp");
  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) {
  .custom-toltip.show {
    display: block;
    transform: translateX(-22%) !important;
  }

  .flight-price-box {
    background: #dbf0ff;
  }

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

  .main-search-box {
    background: transparent;
  }

  .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 !important;
  }

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

@media (max-width: 1000px) {
  .z-index-top {
    z-index: 22 !important;
  }
}

.custom-toltip.show {
  display: block;
  transform: translateX(-14%) !important;
}

.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;
  max-width: 100px !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 .cta-sec {
  background: #eefaff;
}

.lto-popup .fares-sec {
  background: #eefaff;
}

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

/* .listing-flight-detail .ppa-text {
  font-size: 12px;
} */

.listing-flight-detail .newyeartag {
  background: linear-gradient(267.14deg, #074c7f -18.87%, #ff4e4e 93.17%);
  padding: 5px 15px 8px 20px;
  border-radius: 0px 10px 0px 30px;
  font-size: 14px;
}
.fligt-detail-modal {
  --bs-modal-width: 900px !important;
}
.fligt-detail-modal .modal-content {
  border-radius: 20px;
  max-height: 655px;
}
.fligt-detail-modal .modal-content .modal-body {
  max-height: 600px !important;
  overflow-y: scroll;
  margin-bottom: 17px;
}
.fligt-detail-modal .modal-content .modal-body .partition {
  background: #eff3f7;
  color: #434343;
}
.fligt-detail-modal .modal-content .modal-body ul.nav-tabs {
  border-color: var(--primary-main);
}
.fligt-detail-modal .modal-content .modal-body ul.nav-tabs li button.active {
  --bs-nav-tabs-link-active-border-color: var(--primary-main)
    var(--primary-main) #fff;
  background-image: linear-gradient(to bottom, #eef6fe, #ffffff);
  color: #000000;
}
.fligt-detail-modal .modal-content .modal-body ul.nav-tabs li button.nav-link {
  color: #666666 !important;
}
.bt-bg-light-blue {
  background: #eef6fe;
}
.flightDetail-border::after {
  content: "";
  position: absolute;
  top: 14%;
  left: 0;
  width: 2px;
  height: 57%;
  background: var(--primary-main) !important;
}
.select-departure_bg {
  background-color: #c3def5;
}
.listing-flight-detail .dark-border {
  border-right: 1px dotted #60626d !important;
}
.btn-changeFlight {
  border: 1px solid #031d3a !important;
  background-color: #031d3a !important;
  color: white !important;
  padding: 11px 27px 11px 27px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  transition: 0.3s !important;
}
@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;
  }

  .listing-flight-detail .ppa-text {
    font-size: 10px;
  }

  .listing-flight-detail .border-top {
    border-top: 3px dotted #dee2e6 !important;
  }

  .listing-flight-detail .fs-14.fw-bold {
    font-size: 12px;
  }

  .listing-flight-detail span sup {
    position: absolute;
    top: 0;
    right: 0;
  }
}

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

.pagenotfound-sec {
  background: linear-gradient(rgba(22, 45, 67, 1), rgba(22, 45, 67, 0.6)),
    url("/images/page-notfound-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.reviews-main-sec {
  background: linear-gradient(rgba(22, 45, 67, 0.7), rgba(22, 45, 67, 0.7)),
    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(22, 45, 67, 0.6), rgba(22, 45, 67, 0.6)),
    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;
}

.session-timer-box {
  background: #fff;
  position: relative;
}

.session-timer-box p {
  color: rgba(108, 117, 125, 1);
}

@media screen and (min-width: 992px) and (max-width: 1164px) {
  .travelers-box .user-icon {
    display: none;
  }
}

.foot-soc-med li img {
  width: 36px !important;
}

@media screen and (max-width: 640px) {
  .dates-box .react-datepicker__month-container {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .session-timer-box {
    position: fixed;
    top: 62px;
    left: 0;
    padding: 5px 0px;
    z-index: 99999999;
    background: #ffe4df;
  }

  .session-timer-box p {
    color: rgba(0, 0, 0, 1);
  }

  .session-timer-box img {
    top: 10px;
    right: 10px;
  }

  .modal-body .session-timer-box {
    display: none;
  }

  .checkout-sidebar.checkout-price-detail .total-price-box-wrap {
    display: none;
  }

  .checkout-sidebar.checkout-price-detail .price-details-wrap {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .session-timer-box h5 {
    font-size: 16px;
  }

  .session-timer-box p {
    font-size: 14px;
  }
}

.imgfull {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

.routes-text h2 {
  font-size: 24px;
  margin: 30px 0 24px;
  color: var(--primary-main);
}

.routes-text ul,
.routes-text ol {
  padding-left: 0;
  list-style-type: none;
}

.routes-text ul li {
  /* font-size: 14px; */
  margin: 8px 0;
  background-image: url(../../icons/disc-icon-blue.svg);
  background-repeat: no-repeat;
  padding-left: 16px;
  background-size: 7px;
  background-position: 0 9px;
}

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

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

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

@media screen and (min-width: 768px) {
  .fligt-detail-modal {
    padding-left: 0 !important;
  }
  .routes-banner .trip-btn,
  .routes-banner .trip-btn.active {
    padding: 5px 20px 5px 20px;
    border-radius: 50px !important;
  }

  .routes-banner .trip-btn::before,
  .routes-banner .trip-btn::after {
    display: none;
  }

  .routes-banner .active.trip-btn::before,
  .routes-banner .active.trip-btn::after {
    display: none;
  }

  .routes-banner .search.box .btn {
    background: linear-gradient(
      145deg,
      rgba(80, 155, 210, 1) 0%,
      rgba(7, 76, 127, 1) 100%
    );
  }
}

.mob-price-sum {
  z-index: 999;
}

.modifySearchWidget-open {
  z-index: 99999 !important;
  position: fixed !important;
  overflow-x: hidden;
  height: 100vh;
  top: 0;
}

body.modal-open {
  padding: 0 !important;
}

.foot-cookie-box {
  background: rgba(235, 235, 235, 0.95);
}

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

#reload_href {
  display: none;
}

.captcha-container canvas {
  margin-top: 0px;
}

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

.cnf-detail-desc-list ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url(../../icons/list-circle-icon.svg);
  background-repeat: no-repeat;
  background-position: left 5px;
  font-size: 12px;
  background-size: 8px;
}

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

/* 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: #60b7db;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  padding-bottom: 4px;
}

.page-button:hover {
  background-color: #f0f0f0;
}

.page-button.active {
  background-color: #60b7db;
  color: #fff;
  border: 1px solid #60b7db;
}

.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*/
@media screen and (min-width: 769px) {
  .treview-wrap p {
    min-height: 145px;
  }

  .reviews-wrap .card p {
    min-height: 100px;
  }
}

.newyearsec {
  background-image: url(../../images/header_newyear_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.ql-indent-1 {
  margin-left: 30px !important;
  margin-top: 0.3rem;
}
.ql-indent-2 {
  margin-left: 60px !important;
  margin-top: 0.3rem;
}
.ql-indent-3 {
  margin-left: 90px !important;
  margin-top: 0.3rem;
}
.ql-indent-4 {
  margin-left: 120px !important;
  margin-top: 0.3rem;
}
.ql-indent-5 {
  margin-left: 150px !important;
  margin-top: 0.3rem;
}
.ql-indent-6 {
  margin-left: 180px !important;
  margin-top: 0.3rem;
}
.ql-indent-7 {
  margin-left: 210px !important;
  margin-top: 0.3rem;
}
.ql-indent-8 {
  margin-left: 140px !important;
  margin-top: 0.3rem;
}

.container.blog ul {
  margin-bottom: 0px;
  margin-top: 0px;
}

.container.blog ol {
  margin-bottom: 0px;
  margin-top: 0px;
}

/* .comparesave-wrap{
bottom: -25px;
background: #ee431d;
}

.comparesave-wrap img{
 cursor: pointer;
}

@media screen and (max-width: 767px) {
  .comparesave-wrap{
  margin-top: 15px!important;
  bottom: 0px !important;
}
} */
.brandLogo {
  width: 200px;
  height: 45px !important;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .brandLogo {
    width: 160px !important;
  }
}
.compareSave-Section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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;
}
.compareSave-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='white' 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;
}
