:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

* {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
}

.position-relative {
  position: relative;
}

.ml-10 {
  margin-left: 10px;
}

#searchWidget input {
  width: 100%;
}

.hide {
  display: none;
}
.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.show-block {
  display: block;
}
.switch {
  cursor: pointer;
}

#load-more {
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  text-align: center;
  background: #eee;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #333;
}

/* Search Widget */
/************************************************************/
.search-widget {
  background: #fff;
  color: #333;
  padding-top: 80px;
  padding-bottom: 60px;
  /* box-shadow: 0 5px 20px #00000011; */
  position: relative;
  z-index: 1;
}

.filters {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  padding-left: 0 !important;
}

.filters #return-flight {
  padding-left: 10px;
}

.filters div {
  margin-right: 30px;
}

.filters div span {
  font-size: 16px;
  font-weight: bold;
}

.filters .flight-type,
.filters .passengers,
.filters .flight-route {
  position: relative;
  width: auto;
  cursor: pointer;
}
.filters .filter-dropdown {
  display: none;
  position: absolute;
  left: -5px;
  top: -5px;
  width: 170px;
  padding-left: 0;
  list-style: none;
  color: #333;
  background: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
  z-index: 99999;
}

.filters .filter-dropdown li {
  font-size: 16px;
  padding: 5px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 19px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filters .filter-dropdown li:hover {
  background: #f5f5f5;
}

#searchWidget .input-box {
  position: relative;
  padding: 0;
}

#searchWidget .input-box .input-popup,
#searchWidget .datepicker {
  position: relative;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  padding: 20px 16px;
  font-size: 16px;
}

.choose-date-box {
  position: absolute;
  left: 0;
  top: 50px;
  min-width: 250px;
  width: 100%;
  background: #fff;
  color: #333;
  padding: 10px;
}

.choose-date-top {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  cursor: pointer;
}

#searchWidget input[type="text"] {
  padding-left: 10px;
  background: transparent;
  border: none;
  color: #333;
}

#searchWidget .input-box div > span,
#searchWidget .datepicker > span {
  font-weight: bold;
  font-size: 16px;
}

#searchWidget .searchBtn {
  max-width: 14% !important;
}

#searchWidget .searchBtn button {
  width: 100%;
  height: 100%;
  font-size: 16px;
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b);
  background: -o-linear-gradient(45deg, #ec297b, #ec297b);
  background: linear-gradient(45deg, #ec297b, #ec297b);
  border: none;
  border-radius: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}

#searchWidget .searchBtn button:hover {
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97);
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97);
  background: linear-gradient(45deg, #ec297b, #7f3f97);
}

.datepicker,
#dateFrom,
#returnFrom {
  cursor: pointer;
}

.daterangepicker {
  border-radius: 0 !important;
}

#dateFrom {
  margin-right: 5px;
}

/* .dateFrom-dropdown,
.returnFrom-dropdown {
  display: none;
  position: absolute;
  left: -53px;
  top: 39px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  z-index: 9;
  height: 230px;
  width: 120px;
} */

.dateFrom-dropdown div,
.returnFrom-dropdown div {
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dateFrom-dropdown div:hover,
.returnFrom-dropdown div:hover {
  color: #ec297b;
  background: #fefefe;
}
.datepickerFrom-box,
.datepickerTo-box {
  display: none;
  position: absolute;
  right: -1px;
  top: -50px;
  width: 500px;
  height: 300px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px #00000022;
          box-shadow: 0 0 20px #00000022;
}

.datepickerFrom-box.active,
.datepickerTo-box.active {
  display: block;
}

.returnFrom-dropdown,
.dateFrom-dropdown {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25%;
  background: #fff;
  border: none;
  border-right: 1px solid #eee;
}
.calendar-box {
  position: absolute;
  left: 25%;
  top: 0;
  width: 75%;
  padding: 0 10px;
}
.calendar-box .dateFromClone {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.flatpickr-calendar.inline {
  left: 0;
  top: -20px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  z-index: 9999;
}

.submitDate {
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b) !important;
  background: -o-linear-gradient(45deg, #ec297b, #ec297b) !important;
  background: linear-gradient(45deg, #ec297b, #ec297b) !important;
  color: #fff;
  border: none !important;
  position: absolute;
  bottom: -40px;
  width: 500px;
  left: 0;
  padding: 10px !important;
  z-index: 99999;
}

.submitDate:hover {
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97) !important;
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97) !important;
  background: linear-gradient(45deg, #ec297b, #7f3f97) !important;
  color: #fff !important;
}

.staying-box {
  display: none;
  position: absolute;
  left: 10%;
  top: 10%;
  background: #fff;
  z-index: 9;
  width: 80%;
  padding: 14px;
}

.staying-box.active {
  display: block;
}

.staying-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.staying-inputs div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staying-inputs span {
  font-weight: bold;
}

.staying-inputs input {
  border: none;
  padding: 0 0 0 10px;
  width: 30px !important;
}

.stayingBtn {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  border: none;
  background: #ec297b;
  color: #fff;
  padding: 5px 20px;
  text-transform: lowercase;
  font-size: 14px;
  cursor: pointer;
}

.applyBtn {
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b);
  background: -o-linear-gradient(45deg, #ec297b, #ec297b);
  background: linear-gradient(45deg, #ec297b, #ec297b);
  border: none;
  border-radius: 0;
}

.stayingBtn:hover,
.applyBtn:hover {
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97);
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97);
  background: linear-gradient(45deg, #ec297b, #7f3f97);
}

.cancelBtn {
  border-radius: 0;
  border: none;
}

.dateFrom-dropdown .active,
.returnFrom-dropdown .active {
  color: #ec297b;
  background: #fefefe;
}

.dateFrom-dropdown.active,
.returnFrom-dropdown.active {
  display: block;
}

.active-input {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 57px;
  width: 200%;
  z-index: 999;
  -webkit-box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2),
    0 2px 8px 4px rgba(60, 64, 67, 0.1);
          box-shadow: 0 1px 3px 1px rgba(60, 64, 67, 0.2),
    0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.nearby {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* SORTING */
/************************************************************/
#filters-row {
  margin-bottom: 30px;
}

#filters-row .active {
  border-bottom: 2px solid #ec297b;
}

.recommended-sorting,
.cheapest-sorting,
.fastest-sorting {
  position: relative;
  border-radius: 5px;
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22;
  font-weight: bold;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recommended-sorting {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #cacaca;
}

.cheapest-sorting {
  border-radius: 0;
}

.fastest-sorting {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #cacaca;
}

.recommended-sorting:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  background-image: url("../images/recommended.svg");
  background-size: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}

.cheapest-sorting::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  background-image: url("../images/price-sort.svg");
  background-size: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}

.fastest-sorting:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  background-image: url("../images/fastest-sort.svg");
  background-size: 30px;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}

/* JOURNEY */
/************************************************************/
.results-container {
  background: #f8f8f8;
  padding: 50px 0;
  position: relative;
  z-index: 0;
}

.results-container::-webkit-scrollbar {
  display: none;
}

.journey {
  border-radius: 5px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.journey:hover {
  -webkit-box-shadow: 0 0 20px #cacaca88;
          box-shadow: 0 0 20px #cacaca88;
}


.journey .col-md-8 {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  /* -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22; */
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 16px 16px 32px 16px;
}

.journey .col-md-4 {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  /* -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 16px 16px 32px 16px;
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.journey .col-md-4:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  height: 90%;
  width: 1px;
  border-left: 2px dashed #eee;
}



.track-price {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.track-price .col-md-8 {
  padding: 10px 0;
}

.track-price p {
  margin-bottom: 0;
  font-size: 12px;
  color: #333;
}

.track-price p span {
  font-size:8px;
  vertical-align: middle
}

.track-price img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-animation: track-price 3s steps(50) infinite;
  animation: track-price 3s steps(50) infinite;
}

.track-price .toggle--label input {
  display: none;
  appearance: none;
}

.track-price .toggle--label {
  background: rgba(0, 0, 0, 0.242);
  display: block;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  border-radius: 14px;
  position: absolute;
  left: calc(50% - 17px);
  width: 34px;
  z-index: 10;
  transition: all 0.1s ease-out 0s;
}

.track-price .toggle--label.active-toggle,
.track-price .toggle--label.active-tracking {
    background: rgba(236, 41, 123, 0.4);
    opacity: 1;
    transition: all 0.1s ease-out 0s;
}

.track-price .toggle--label:before {
  background: white;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.25), 0 1px 1px rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  width: 20px;
  z-index: 12;
  transition: all 0.1s ease-out 0s;
}

.track-price .toggle--label.active-toggle:before,
.track-price .toggle--label.active-tracking:before {
    left: 14px;
    background: #ec297b;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: all 0.1s ease-out 0s;
}

@-webkit-keyframes track-price {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(236, 41, 123, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 5px rgba(236, 41, 123, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(236, 41, 123, 0);
  }
}
@keyframes track-price {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(236, 41, 123, 0.4);
    box-shadow: 0 0 0 0 rgba(236, 41, 123, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 5px rgba(236, 41, 123, 0);
      box-shadow: 0 0 0 5px rgba(236, 41, 123, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(236, 41, 123, 0);
      box-shadow: 0 0 0 0 rgba(236, 41, 123, 0);
  }
}





.journey .returnway {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}

.journey .oneway-journey {
  padding-top: 27px;
}

.journey .showMoreDetails {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
}

.journey .showMoreDetails p {
  margin: 0;
  font-size: 12px;
}

.journey .airline-logo {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.journey .departure,
.journey .arrival {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
}

.journey .time {
  font-size: 20px;
}

.journey .from-airport {
  text-align: right;
}

.journey .flight-duration p {
  margin-bottom: 0;
  text-align: center;
}

.journey .flight-duration p:first-child {
  font-weight: 900;
}

.journey .flight-duration .flight-stops {
  color: rgb(0, 194, 0);
  font-weight: bold;
}

.journey .price {
  font-size: 40px;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 10px;
}

.journey .price span {
  font-size: 16px;
}

.journey .booking-token a {
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b);
  background: -o-linear-gradient(45deg, #ec297b, #ec297b);
  background: linear-gradient(45deg, #ec297b, #ec297b);
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 7px 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.journey .booking-token a:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97);
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97);
  background: linear-gradient(45deg, #ec297b, #7f3f97);
}

.alltaxesincluded {
  font-size: 12px;
  margin-top: 5px;
}

.loadMore-btn {
  font-family: "Open Sans", sans-serif;
  margin: 0 auto;
  padding: 7px 30px;
  border: none;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

/* AUTOCOMPLETE */
/************************************************************/

.airport-results {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 56px;
  width: 100%;
  padding-left: 0;
  margin: 0;
}

.airport-results.active-results {
  -webkit-box-shadow: 0 3px 3px 1px rgba(60, 64, 67, 0.2),
    0 2px 8px 4px rgba(60, 64, 67, 0.1);
          box-shadow: 0 3px 3px 1px rgba(60, 64, 67, 0.2),
    0 2px 8px 4px rgba(60, 64, 67, 0.1);
}

.airport-results li {
  padding: 10px 0 10px 50px;
  font-size: 14px;
  border-radius: 0 !important;
}

.airport-results li:hover,
.airport-results li.selected {
  background-color: #f5f5f5;
  cursor: pointer;
}

.list-group-item {
  position: relative;
  color: #333;
  line-height: 1.2em;
  margin-top: 1px;
}

.list-group-item span:last-child {
  font-size: 12px;
}

.list-group-item img {
  position: absolute;
  top: 15px;
  left: 10px;
}

.airport-results .airport-name {
  font-size: 16px;
  font-weight: bold;
}

.airport-results .nearby {
  background: #f5f5f5;
}

.isAirport {
  padding-left: 70px !important;
  border: none !important;
}

.isAirport img {
  left: 30px !important;
}

/* ERROR */
/************************************************************/
.no-flights-found .no-flights-title {
  font-size: 26px;
  font-weight: bold;
  color: #7f3f97;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.no-flights-found .no-flights-subtitle {
  font-size: 16px;
  color: #aaa;
}

/* FAKE CONTENT */
/************************************************************/
#fakeContent .fake-from,
#fakeContent .fake-to {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10vw;
  color: rgba(127, 63, 151, 0.2);
  font-weight: 900;
}

#fakeContent .fake-world {
  position: relative;
  height: 315px;
}

#fakeContent .world {
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 315px;
}

#fakeContent .airplane {
  position: absolute;
  top: 0;
  left: 0;
  width: 315px;
  height: 315px;
  -webkit-animation: rotation 5s infinite linear;
  animation: rotation 5s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
  }
}

/* RESPONSIVE */

@media (max-width: 768px) {
  /* Booking Form */
  #searchWidget .input-box {
    min-height: 44px;
  }
  .active-input {
    width: 100%;
  }

  .next-icon:after {
    display: none;
  }
  .ml-10 {
    margin-left: 0 !important;
    margin-top: 10px;
  }

  #searchWidget .searchBtn {
    max-width: 100% !important;
    width: 100%;
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
  }

  #searchWidget .searchBtn button {
    padding: 7px 0;
  }

  .recommended-sorting,
  .cheapest-sorting,
  .fastest-sorting {
    width: 33%;
  }

  #fliters-row .col-md-4:after {
    content: "";
    display: none;
  }

  /* booking ticket */
  .dateFrom-dropdown {
    left: -16px;
  }
  .returnFrom-dropdown {
    left: 0;
  }
  .journey {
    -webkit-box-shadow: 0 0 10px #999;
            box-shadow: 0 0 10px #999;
    border-radius: 0;
    margin: 0 16px 30px 16px;
    width: calc(100% - 32px);
    cursor: pointer;
  }

  .journey .oneway {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .journey .returnway {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }

  .journey .airline-logo,
  .journey .flight-duration,
  .journey .departure,
  .journey .arrival {
    width: 25%;
  }

  .journey .from-airport {
    text-align: center;
  }

  .journey .price-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .journey .price {
    font-size: 30px;
  }
}

/* RADIUS TIP */
/************************************************************/

.radiusTip {
  padding: 20px;
  opacity: 1;
  -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 25px;
}

.tip-title {
  font-size: 25px;
  font-weight: bold;
  color: #333;
  margin-bottom: 0;
  padding-left: 16px;
}

.tip-description {
  margin-bottom: 0;
  padding-left: 16px;
}

.radiusTip .booking-token a {
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b);
  background: -o-linear-gradient(45deg, #ec297b, #ec297b);
  background: linear-gradient(45deg, #ec297b, #ec297b);
  font-size: 16px;
  color: #fff !important;
  letter-spacing: 0.5px;
  padding: 7px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.radiusTip .booking-token a:hover {
  text-decoration: none;
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97);
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97);
  background: linear-gradient(45deg, #ec297b, #7f3f97);
  color: #fff;
}
/* BOOKING PAGE */
/************************************************************/

.booking-page {
  background: #f8f8f8;
}

.booking-navigation {
  padding: 15px 0;
}

.backtosearch a {
  font-size: 16px;
  color: #7f3f97;
}

.journey-title {
  font-size: 25px;
  font-weight: 900;
  text-align: right;
}

.journey-reservation {
  padding: 16px;
  border: 1px solid #e4eaf0;
  -webkit-box-shadow: 0 0 15px #00000011;
          box-shadow: 0 0 15px #00000011;
}

.title-head {
  padding: 5px 0;
}

.title-head span {
  font-size: 20px;
  font-weight: bold;
}

.journey .journey-details {
  padding-top: 20px;
  opacity: 1;
  -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22;
  border: 1px solid #f3f3f3;
}

.journey-reservation .journey-details .departure,
.journey-reservation .journey-details .return {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.journey-reservation {
  background: #fff;
}

.journey-reservation,
.journey-passinfo,
#journey-contact-info,
.visaisrequired,
.visanotrequired,
#passenger-info-check,
#payment-element {
  background: #fff;
  padding: 16px;
  -webkit-box-shadow: 0 0 20px #cacaca22;
          box-shadow: 0 0 20px #cacaca22;
  /* border: 1px solid #e4eaf0;
  box-shadow: 0 0 15px #00000011; */
  margin-top: 50px;
}

.journey-passinfo .col-md-6,
.journey-passinfo .col-md-5,
.journey-passinfo .col-md-4,
.journey-passinfo .col-md-3,
.journey-passinfo .col-md-2,
.journey-passinfo .col-md-1,
.journey-contact-info .col-md-6,
.journey-contact-info .col-md-5,
.journey-contact-info .col-md-4,
.journey-contact-info .col-md-3,
.journey-contact-info .col-md-2,
.journey-contact-info .col-md-1 {
  position: relative;
}

.checked-required {
  position: absolute;
  top: 5px;
  right: 16px;
  font-size: 12px;
  font-weight: bold;
  color: rgb(50, 199, 112);
}

.visaisrequired {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}

.itinerary-guarantee {
  padding: 16px;
}

#journey-price {
  width: 24%;
  float: right;
  margin-left: 5%;
  padding: 16px;
}
.steps,
.reservationHead {
  background: rgba(216, 216, 216, 0.17);
}

.title-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #e4eaf0;
}

.title-head span {
  margin-left: 10px;
}

.dep-title,
.ret-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666;
}

.itinerary-journey,
.ret-itinerary-journey {
  margin-bottom: 30px;
}

.itinerary-timeline {
  padding: 10px 16px 10px 30px;
  position: relative;
}

.itinerary_flightOverview,
.itinerary_date {
  position: relative;
}

.itinerary_date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.itinerary_date::before {
  display: block;
  content: " ";
  background-image: url(../images/icons/calendar.png);
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  left: -25px;
  top: 3px;
  -webkit-filter: contrast(100);
  filter: contrast(100);
}

.itinerary_flightOverview {
  padding: 5px;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.itinerary_flightOverview:hover {
  border: 1px solid #cacaca;
  cursor: pointer;
}

.itinerary_flightOverview::before {
  display: block;
  content: " ";
  background-image: url(../images/icons/rec.svg);
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  position: absolute;
  left: -26px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.return .itinerary_flightOverview::before {
  left: -25px;
}

.itinerary_flightDetails {
  padding-top: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: 1px solid #eee;
}

.itinerary_flightDetails ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.itinerary_flightDetails ul span {
  font-size: 12px;
}

.itinerary-journey,
.ret-itinerary-journey {
  position: relative;
}
.itinerary-journey:before,
.ret-itinerary-journey:before {
  display: block;
  content: " ";
  background-image: url(../images/icons/vertical-line.svg);
  background-size: 9px;
  height: 100%;
  width: 10px;
  position: absolute;
  left: -23px;
  top: 25px;
  opacity: 0.1;
}

.ret-itinerary-journey:before {
  left: -22px;
}

.itinerary-journey:last-child:before,
.ret-itinerary-journey:last-child:before {
  height: 20px;
}

.itinerary_flightOverview_time {
  font-size: 16px;
  color: #333;
  margin-right: 5px;
  line-height: 1em;
}

.itinerary_flightOverview_airport {
  font-weight: bold;
  color: #7c8b99;
  line-height: 1em;
}

.flight-details-btn {
  position: absolute;
  right: -8px;
  top: 15px;
  width: 15px;
  height: 20px;
}

.itinerary_flightOverview .airline-logo {
  position: absolute;
  top: 10px;
  right: 10px;
}

#booking-journey input,
#booking-journey select {
  font-size: 14px;
  padding: 7px 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #6666;
  width: 100%;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#booking-journey input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.info-box {
  font-size: 14px;
  padding: 16px;
  background-color: rgba(127, 63, 151, 0.6);
  margin: 16px 0;
  color: #fff;
}

#booking-journey label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #85889b;
}

.journey-passinfo .row {
  margin-bottom: 15px;
}

#journey-contact-info .row {
  margin-top: 20px;
}

.visaisrequired p,
.visanotrequired p,
.itinerary-guarantee p {
  margin-top: 20px;
}

/* LUGGAGE */

.common-bags {
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px;
}

.add-extra-bag,
.bag-suggestion {
  padding: 16px;
  margin: 0;
}

.common-bags .row {
  margin: 0;
  padding: 10px 0;
}

.common-bags .addedBag {
  background: #f5f5f5;
}

.common-bags .row button {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.common-bags .col-md-3 img {
  margin-right: 10px;
  vertical-align: text-bottom;
}

.common-bags .removeBag img {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  opacity: 0.5;
  width: 15px;
  padding-bottom: 5px;
}

.addnewpassenger {
  border: none;
  background: #7f3f97;
  padding: 10px 0;
  width: 33%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  color: #fff;
  cursor: pointer;
}

.partners-mobile {
  display: none;
  padding: 16px;
}

.partners-mobile .title-head span {
  padding-left: 0;
  margin-left: 0;
}

.partners-mobile p {
  margin: 16px 0;
}

.partners-mobile .row p {
  margin: 0;
}

.partners-mobile .row .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* reservation receipt */
.reservation-receipt {
  padding: 0 20px;
  padding-left: 50px;
}

.sticky-element {
  -webkit-position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-top: 117px;
}

.reservation-receipt .sticky-element div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.reservation-receipt .sticky-element .partners {
  flex-direction: column;
  background: #fff;
  border: 1px solid #e4eaf0;
  padding: 16px;
  margin-bottom: 50px;
}

.reservation-receipt .sticky-element .partners a,
.partners-mobile a {
  text-decoration: none;
}

.reservation-receipt .sticky-element .partners .title-head span {
  margin-left: 0;
  line-height: 1.2em;
}

.reservation-receipt .sticky-element .partners .row {
  margin-top: 20px;
  margin-bottom: 0;
}

.reservation-receipt .sticky-element .partners .row p {
  margin-bottom: 0;
}

.reservation-receipt .partners strong {
  color: #62d6af;
}

.reservation-receipt .receipt-title {
  border-bottom: none;
  margin-bottom: 20px;
}

.reservation-receipt .receipt-title span {
  margin-left: 0;
}

/* PRICE */
.priceElement {
  font-size: 20px;
  font-weight: 900;
}

/* Checkbox */
.nearby-checkbox,
.flightRoute {
  position: absolute;
  top: 18px;
  left: 13px;
  width: 20px !important;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 2px solid #333;
}

.nearby-checkbox:checked,
.flightRoute:checked {
  background: #ec297b;
  border-color: #ec297b;
}

.nearby-checkbox:checked:before,
.flightRoute:checked:before {
  content: "✔";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
}

.flightRoute {
  position: relative;
  top: 0;
  right: 0;
  left: auto;
}

/* STEPS */
.checkBooking-btn-text span {
  font-weight: bold;
  color: #444;
  cursor: pointer;
  margin-right: 16px;
}

.checkBooking-btn-text span:hover {
  color: #666;
}

.nextStep-button {
  margin-top: 30px;
  background: -webkit-linear-gradient(45deg, #ec297b, #ec297b);
  background: -o-linear-gradient(45deg, #ec297b, #ec297b);
  background: linear-gradient(45deg, #ec297b, #ec297b);
  color: #fff;
  padding: 10px 0;
  margin-right: 16px;
  cursor: pointer;
}

.nextStep-button:hover {
  background: -webkit-linear-gradient(45deg, #ec297b, #7f3f97);
  background: -o-linear-gradient(45deg, #ec297b, #7f3f97);
  background: linear-gradient(45deg, #ec297b, #7f3f97);
  cursor: pointer;
}

.prevStep-button {
  margin-top: 30px;
  background: #999;
  color: #fff;
  padding: 10px 0;
  margin-left: 16px;
  cursor: pointer;
}

.nextStep-button button {
  border: none;
  background: transparent;
  width: 100%;
  padding: 10px 0;
  margin: -10px 0;
  color: #fff;
}

.nextStep-button button[disabled="disabled"] {
  background: #666;
  cursor: not-allowed;
}

.saveBookingBtn {
  height: 0;
  width: 0;
}

.booking-page .ng-hide {
  opacity: 0;
}

.booking-page .ng-hide-add,
.booking-page .ng-hide-remove {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/* Payment Step */

.passinfocheck {
  width: 100%;
  margin-top: 5px;
}

.passinfocheck:nth-child(2) {
  margin-top: 30px;
}

.passinfocheck img {
  vertical-align: top;
}

#payment-section .journey-reservation {
  width: 100%;
}

#payment-form {
  margin: 30px 0;
}

#payment-form .col-md-6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.credit-cards-img {
  border-bottom: 1px solid #e4eaf0;
}

.reservation-agreement {
  -webkit-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #6666;
  border-radius: 3px;
  padding-top: 16px;
  margin-top: 71px;
}

.cclogo {
  position: absolute;
  top: 25px;
  right: 10px;
}

.ReservationAgreement {
  width: 15% !important;
}

.ReservationAgreementText {
  cursor: pointer;
  padding-right: 16px;
  text-align: justify;
  width: 85%;
}

.prevStep-lastbtn {
  margin-left: 0;
  width: 100%;
  padding: 15px 0;
}

.no-padding {
  padding: 0;
}

#payingBtn {
  margin-top: 30px !important;
}

#payingBtn button {
  width: 100%;
  background: #ec297b;
  color: #fff;
  padding: 10px 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}


#notification {
  visibility: hidden;
  max-width: 40px;
  height: 40px;
  margin: auto;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;right:0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}
#notification #notification-check{
  width: 40px;
  height: 40px;
  float: left;
  padding: 10px 15px;   
  box-sizing: border-box;
  background-color: #7f3f97;
  color: #fff;
}
#notification #notification-desc{
  color: #fff;
  padding: 10px;
  overflow: hidden;
  white-space: nowrap;
}

#notification.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
  from {min-width: 50px} 
  to {min-width: 250px}
}

@keyframes expand {
  from {min-width: 50px}
  to {min-width: 250px}
}
@-webkit-keyframes stay {
  from {min-width: 250px} 
  to {min-width: 250px}
}

@keyframes stay {
  from {min-width: 250px}
  to {min-width: 250px}
}
@-webkit-keyframes shrink {
  from {min-width: 250px;} 
  to {min-width: 50px;}
}

@keyframes shrink {
  from {min-width: 250px;} 
  to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 60px; opacity: 0;}
}