/* red: e60001 */;

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.partners {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
}
.partner-logos {
  display: flex;
  justify-content: space-evenly;
  margin: 40px;
  flex-wrap: wrap;
}
.brand-logos {
  height: 60px;
  margin-top: 20px;
}
.wpwl-container {
  min-height: 450px;
  padding-top: 60px;
}

@media only screen and (min-width: 1224px) {
  #float {
    background: white;
    position: fixed;
    z-index: 1000;
    width: 300px;
    margin-top: 10px;
    top: 214px;
    right: 10px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  #float {
    background: white;
    margin-top: 10px;
  }

}

.logo-text {
  font-size: 24px;
  color: #E30B23;
  font-weight: bold;
  margin: auto;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}


html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: #959595;
  text-decoration: none;
}

a:hover {
  color: #2196F3;

}

.search-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.div-disabled {
  pointer-events: none;
  opacity: 0.6;
}

#float {
  background: white;
  position: fixed;
  z-index: 1000;
  width: 300px;
  margin-top: 10px;
  top: 214px;
  right: 10px;
}

.color_1 {
  color: #0a77ba;
}

.color_white {
  color: #fff;
}

.text_align_center {
  text-align: center;
}

.grey_h2 {
  color: #484848;
  text-align: center;
}

/* Loader Styles */
.loader-content {
  max-width: 90%;
  margin: auto;
}

.loader-content__heading {
  color: #4f4f4f;
  font-size: 26px;
}

.loader-content__copy {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.loader-content__copy--bold {
  font-size: 20px;
  font-weight: bold;
}

.loader-content__search-display {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: white;
  padding: 2rem;
  border-radius: 20px;
  box-shadow: 2px 2px #0347834d;
  max-width: 900px;
  font-size: 20px;
  margin: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.loader-content__list {
  color: #4f4f4f;
  font-size: 14px;
  list-style: none;
}

.search-display__left {
  flex-basis: 40%;
  text-align: right;
}

.search-display__right {
  flex-basis: 40%;
  text-align: left;
}

.overlay_a {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}

.overlay_a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  transition: 0.35s;
}

.best_price {
  display: inline-block;
  margin: 10px auto;
  text-align: center;
  background: #2196F3;
  padding: 4px 15px;
  border-radius: 15px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
}

.best_price:hover {
  background: #333;
  text-decoration: none;
}

/*** search form ***/
.no-results {
  padding: 5px;
  background-color: rgb(255, 255, 255);
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
  background: #2196F3 none repeat scroll 0% 0%;
  color: #fff;
  padding-top: 15px;
  margin-top: -5px;
}

.btn-primary {
  background: #2196F3 none repeat scroll 0% 0%;
  border-color: #2196F3;
}

.btn-primary:hover {
  background: #2196F3;
  border-color: #2196F3;
}

/* Air Rules Modal */
.hidden {
  display: none;
}

.air-rules-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 70vh;
  max-width: 90%;
  max-height: 90%;
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
  z-index: 1011;
}

.air-rules-modal__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-wrap: break-word;
}

.air-rules-modal__content__heading {
  position: fixed;
  text-align: center;
  background: #2196F3;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
  width: 100%;
  margin-top: 0;
}

.air-rules-modal__content__list {
  text-align: left;
  padding: 0px 16px;
  margin-top: 50px;
}

.air-rules-modal__mango-radixx {
  text-align: center;
  font-size: 24px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80%;
}

.air-rules-modal__mango-radixx img {
  width: 300px;
  margin-bottom: 50px;
}

.air-rules-modal__loading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80%;
}

.air-rules-modal__loading i {
  font-size: 100px;
}

.air-rules-modal__loading p {
  text-align: center;
  margin-top: 30px;
  color: black;
}

.air-rules-modal__escape {
  float: right;
  cursor: pointer;
}

.air-rules-modal__overlay {
  z-index: 1001;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Oneway Search Results */
.oneway-results {
  display: flex;
  width: 100%;
}

.domestic-results {
  display: flex;
  width: 100%;
}

.oneway-results__details {
  display: flex;
  flex-basis: 100%;
  padding-left: 20px;
}

.oneway-results__details--wrapper {
  flex-wrap: wrap;
  display: flex;
  flex-basis: 100%;
}

.oneway-results__details--logo {
  display: flex;
  flex-direction: column;
  padding: 5px 10px;
  flex-basis: 25%;
}

.oneway-results__details--logo__img {
  max-height: 60px;
  width: fit-content;
}

.oneway-results__details--dates {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
}

.oneway-results__details--dates__route {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.oneway-results__details--dates__misc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.oneway-results__price {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-basis: 25%;
  align-items: center;
}

.international-results__details--logo--container {
  display: inline-block;
  margin: 15px 0px;
}

.no-left-margin {
  margin-left: 0px !important;
}

.fast-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

.process-booking__feedback {
  font-size: 14px;
  overflow: hidden;
  padding-bottom: 10px;
  max-height: 170px;
}

.search-tabs-bg>.tabbable>.tab-content>.tab-pane {
  background: #fff none repeat scroll 0% 0%;
  padding: 25px;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

.top-user-area .top-user-area-list>li::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0px;
  height: 40%;
  background: rgba(255, 255, 255, 0.13) none repeat scroll 0% 0%;
  width: 1px;
}

.contact_nr {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  clear: both;
  list-style: none;
  text-align: right;
  margin-top: 40px;
}

.nav-pills>li.active>a {
  background: #ccc;
  cursor: default;
}

.nav-pills>li.active>a:hover {
  background: #ccc;
}

.form-control:active,
.form-control:focus {
  box-shadow: none;
  border: 1px solid #ccc;
}

.dropdown {
  color: #3f3f3f;
}

#dLabel {
  background-color: #fff;
  height: 45px;
  border: 1px solid #3f3f3f;
  padding-right: 15px;
}

#dLabel_economy {
  background-color: #fff;
  border: 0px;
  float: left;
  color: #999;
}

.non_stop_flights {
  margin-left: 40px;
  color: #999;
}

.twitter-typeahead {
  background-color: #fff;
}

.mb10 {
  margin-bottom: 0px !important;
}

.search-tabs-bg>.tabbable>.nav-tabs>li.active>a {
  background: #2196F3;
  color: #fff;
  padding-top: 15px;
  margin-top: -5px;
}

.form-control::-moz-placeholder {
  color: #3f3f3f;
  opacity: 1;
}

.form-group .input-icon {
  color: #3f3f3f;
}

.search-tabs-bottom {
  position: absolute;
  left: 0px;
  width: 100%;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #fff;
  background-color: #2196F3;
  border-color: #2196F3;
}

.datepicker table tr td.today::before,
.datepicker table tr td.today:hover::before,
.datepicker table tr td.today.disabled::before,
.datepicker table tr td.today.disabled:hover::before {
  content: "";
  bottom: 2px;
  right: 2px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 7px 7px;
  border-color: transparent transparent #2196F3;
  position: absolute;
}

.btn-amount {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #2196F3;
  padding: 0px 7px 2px 7px;
  text-decoration: none;
}

.dropdown-menu {
  box-shadow: none;
}

.dropdown-menu li p {
  margin-right: 60px;
  font-weight: 900;
  color: #3f3f3f;
  padding: 2px;
}

#dropdown_economy {
  margin-top: 25px;
  padding: 10px;
}

.dropdown-class {
  height: 20px;
  width: 130px;
  outline: none;
  border: 0;
  float: left;
}

.silent_links {
  color: #999;
}

.input_types {
  float: right;
  font-weight: 900;
}

.input_types a {
  color: #fff;
  background: #2196F3;
  border: 0;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

input[id="amount"],
select[id="amount"] {
  width: 20px;
  color: #3f3f3f;
  background: none;
  text-align: center;
  border: 0;
}

.under12 {
  color: #ccc;
}

.dropdown-menu a {
  color: #fff;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background: #2196F3;
  color: #fff;
  text-decoration: none;
}

.thumb {
  text-align: center;
}

.thumb-caption {
  text-align: center;
}

.btn-group-select-num>.btn.active,
.btn-group-select-num>.btn.active:hover {
  background: #2196F3 none repeat scroll 0% 0%;
  border-color: #2196F3;
  box-shadow: none;
  color: #fff;
}

.fa .fa-user .fa-2x {
  line-height: 45px !important;
}

/*.travellers{
  padding-left: 5px;
  line-height: 45px !important;
}*/

/*RESULTS-FLIGHTS*/

.departure {
  float: left;
  color: #2196F3;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.departure_date {
  float: right;
  color: #2196F3;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.left_result,
.left_result_car {
  width: 100%;
  min-height: 55px;
  float: left;
  border: 1px solid #f2f2f2;
  margin-top: 15px;
  background: #fff;
}

.radio {
  margin-top: 17px;
  float: left;
}

.plane {
  color: #2196F3;
  line-height: 55px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}

.departure_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.departure_time_place p {
  line-height: 10px;
}

.arrow_right {
  color: #3f3f3f;
  margin-left: 15px;
  float: left;
  margin-top: 10px;
}

.departure_arrive_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.departure_arrive_time_place p {
  line-height: 10px;
}

.departure_price {
  float: right;
  padding: 0;
  text-decoration: none;
  color: #999;
}

.departure_price p {
  font-size: 18px;
  margin-top: 10px;
}

.left_result:hover,
.left_result:hover .departure_price,
.right_result:hover,
.right_result:hover .departure_price {
  color: #333;
}

.selectedFlight .departure_price {
  color: #333;
}

.left_result:hover .total-amount {
  color: #fff;
}
}

.left_result:hover,
.selectedFlight {
  border-color: #2196F3;
  background: #2196F3;
  cursor: pointer;
  color: #fff;
}

/*RIGHT RESULT*/

.return_heading {
  float: left;
  color: #2196F3;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.return_date {
  float: right;
  color: #2196F3;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.right_result {
  width: 100%;
  min-height: 55px;
  float: left;
  border: 1px solid #cccccc;
  margin-top: 15px;
  background: #fbfbfb;
}

.airline_logo_return {
  width: 100px;
  height: 40px;
  float: left;
  line-height: 55px;
  margin-left: 5px;
  margin-top: 5px;
}

.plane_return {
  color: #2196F3;
  line-height: 55px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}

.return_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.return_time_place p {
  line-height: 10px;
}

.return_arrive_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.return_arrive_time_place p {
  line-height: 10px;
}

.right_result:hover {
  border-color: #2196F3;
  background: #cee4f1;
  cursor: pointer;
}

.return-nonstop-time {
  float: left;
  margin-left: 15px;
  padding: 0;
  color: #ccc;
}

/*FOOTER*/

footer#main-footer {
  background: #3f3f3f none repeat scroll 0% 0%;
  padding: 40px 0px 30px;
  color: #e6e6e6;
  font-size: 11px;
  line-height: 1.4em;
}

.footer_1a {
  background-color: #f5f5f5;
  padding: 20px 0px;
}


.footer_1a {
  background-color: #f5f5f5;
  padding: 20px 0px;
}

.footer_1b {
  background-color: #fff;
  padding: 15px 0px;
  margin-top: 15px;
}

.footer_logos {
  background: #636161;
  height: 60px;
}

.footer_logos_container {
  height: 30px;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.footer_logos .col-med-2 img {
  float: left;
  width: 158px;
  margin-top: 15px;
}

.footer_deals {
  border-right: 1px solid rgb(240, 240, 240);
  border-left: 1px solid rgb(240, 240, 240);
}

.footer_input {
  width: 80%;
  padding: 8px;
  margin: 10px 0px 0px 0px;
}

.footer_button {
  background-color: #2196F3;
  padding: 4px 60px;
  margin-top: 10px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 2px solid #066198;
}

.signup_copy {
  font-size: 30px;
  color: #fff;
  text-align: right;
  line-height: 45px;
}

.signup_copy p {
  margin: 0;
  padding: 0;
}

.signup {
  font-weight: 900;
}

.newsletter {
  font-weight: 100;
}

#mc-embedded-subscribe {
  background: #2196F3;
  border: none;
  height: 45px;
  width: 45px;
  font-size: 24px;
  font-weight: 900;
}

#mailchimp-send {
  float: left;
}

#mc-embedded-subscribe:hover {
  background: #2196F3;
}

div.hr {
  background: #706f6f no-repeat scroll center;
  height: 1px;
  margin-top: 40px;
}

div.hr hr {
  display: none;
}

.copyrighted p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

/*SHRINK HEADER*/
.shrink-logo img {
  display: none;
}

.shrink .shrink-logo img {
  height: 20px;
  padding: 0;
  display: block;
}

.shrink .header-top {
  display: none;
}

.shrink-logo {
  display: none !important;
}

.shrink .shrink-logo {
  height: 20px;
  padding: 0;
  display: block !important;
}

.shrink-logo-link:hover {
  background-color: #fff !important;
}

#row {
  background-color: #fff;
}

/*SELECTED AREA*/
.selected-area {
  padding-bottom: 0px 15px 20px 15px;
}

/*OUTBOUND FLIGHTS*/

.left-selected-area-logo {
  width: 75px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 75px;
}

.selected-outbound-flight {
  float: left;
  margin-left: 25px;
}

.selected-outbound-flight p.outbound-flight {
  color: #2196F3;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.selected-outbound-flight-date {
  color: #959595;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.outbound-flight-details {
  color: #959595;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.outbound-flight-duration {
  color: #ccc;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.vr-line {
  border-left: 1px solid #ccc;
  height: 50px;
  float: left;
  margin-top: 15px;
}

/*INBOUND FLIGHTS*/

.right-selected-area-logo {
  width: 75px;
  float: left;
  margin-left: 30px;
  margin-right: 10px;
  line-height: 75px;
}

.selected-inbound-flight {
  float: left;
  margin-left: 25px;
}

.selected-inbound-flight p.inbound-flight {
  color: #2196F3;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.selected-inbound-flight-date {
  color: #959595;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.inbound-flight-details {
  color: #959595;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  line-height: 1;
}

.inbound-flight-duration {
  color: #ccc;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.top-area,
.special-area {
  margin-top: 50px;
}

.search-tabs-bottom {
  position: absolute;
  left: 0px;
  width: 100%;
}

/*TOTAL AMOUNT*/
.total-price-cont {
  float: right;
}

.total-price {
  float: right;
  text-align: right;
}

.total-price p {
  color: #3f3f3f;
  font-size: 24px;
  font-weight: 100;
}

.total-amount {
  color: #2196F3;
  font-size: 24px;
  font-weight: 900;
}

#book-flight-btn {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}

a {
  outline: 0;
}

a:focus {
  outline: 0;
  /*color: #fff;*/
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.bg-blue {
  BACKGROUND-COLOR: rgb(0, 119, 183);
}

.bg-orange {
  BACKGROUND-COLOR: rgb(247, 133, 0);
}

.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

/*** HEADER ***/
.navbar {
  margin-bottom: 0px;
}

.navbar-brand img {
  height: 60px;
}

.navbar-header-tel {
  text-align: right;
  padding: 20px;
}

/**** Search form ****/
#oneWay,
#roundTrip {
  cursor: pointer;
}

.form-group.form-group-lg .input-icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.form-group .input-icon {
  position: absolute;
  display: block;
  top: 16px;
  text-align: center;
  z-index: 2;
  color: #888;
}

.form-group.form-group-lg.form-group-icon-left .form-control {
  padding-left: 40px;
}

.form-group.form-group-lg .form-control {
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0px 3px 0px rgb(54, 115, 197);
}

.form-group.form-group-icon-left .form-control {
  padding-left: 32px;
}

.form-group.form-group-lg .form-control {
  height: 35px;
  padding: 5px 18px;
}

.form-group.form-group-lg label {
  font-weight: 500;
  background-color: #fff;
  font-size: 12px;
  padding: 5px 5px 0px 5px;
  margin-bottom: 0px;
}

.no-dropdown {
  font-weight: 500;
  background-color: #fff;
  font-size: 12px;
  padding: 5px 5px 0px 5px;
}

.small_text_ {
  font-size: 12px;
  color: #FFF;
}

.xtra-large {
  height: 60px !important;
  font-size: 20px !important;
}


select {
  border-radius: 1px;
  border: 1px solid #ddd !important;
}

.btn-flight {
  font-weight: 500;
  font-size: 20px;
  background-color: #2196F3;
  border: none;
  border-radius: 0;
  width: 200px;
  box-shadow: 0 3px 0 #955306;
  border-radius: 2px;
}

.btn-flight:hover {
  font-weight: 500;
  font-size: 20px;
  background-color: #2196F3;
  border: none;
  border-radius: 0;
  width: 200px;
  box-shadow: 0 3px 0 #955306;
  border-radius: 2px;
}

/*SELECTED AREA*/

.spinner_content {
  width: 100%;
  height: 300px;
}

/*FILTERS*/
.filters-wrapper {
  width: 100%;
  background: #dfdfdf;
  padding: 10px 10px 0px 10px;
}

.filter_link {
  cursor: pointer;
  background-color: rgb(200, 200, 200);
  padding-top: 14px;
  font-size: 18px;
  padding-bottom: 5px;
}

.filter_link i {
  color: #2196F3;
  float: left;
}

.filter_link p {
  color: #333;
  font-size: 16px;
  float: left;
}

.filter_link:focus {
  cursor: pointer;
  background-color: #2196F3;
  color: #fff;
  padding-top: 14px;
  font-size: 18px;
  padding-bottom: 5px;
}

.filter_link:focus i {
  color: #fff;
  float: left;
}

.filter_link:focus p {
  color: #fff;
  float: left;
}

.filter-city-names p {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}

.date-in-out {
  float: left;
  text-align: center;
}

.date-in-out p {
  color: #666;
  font-size: 16px;
  margin-top: 20px;
}

.in-out {
  color: #2196F3;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bolder;
}

.modify-search i {
  color: #2196F3;
  font-size: 20px;
  float: left;
  margin-top: 2px;
  text-align: right;
}

.modify-search p {
  color: #333;
  font-size: 16px;
  float: left;
  margin-top: 20px;
  text-align: right;
}

.ion-slider-headings {
  color: #2196F3;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
}

.ion-slider-heading-airline {
  color: #2196F3;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 5px;
}

/*OUTBOUND FLIGHTS*/

.left-selected-area-logo {
  width: 75px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 75px;
}

.total-price {
  float: left;
  margin-left: 35px;
  line-height: 1.2;
}

.total-amount {
  color: #3f3f3f;
  font-size: 20px;
  font-weight: lighter;
  text-align: left;
  clear: both;
  float: left;
}

#book-flight-btn {
  width: 175px;
  float: left;
  height: 40px;
  font-weight: 900;
  font-size: 17px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  border: 0;
}

#book-flight-btn-1 {
  float: left;
  height: 40px;
  font-weight: 900;
  font-size: 17px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  border: 0;
}

.book-flight-btn-1 {
  float: left;
  height: 40px;
  font-weight: 900;
  font-size: 17px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  border: 0;
}

.selected-outbound-flight {
  float: left;
  margin-left: 25px;
}

.selected-outbound-flight p.outbound-flight {
  color: #2196F3;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.selected-outbound-flight-date {
  color: #959595;
  font-size: 14px;
  margin-top: -10px;
  padding: 0;
}

.outbound-flight-duration {
  color: #ccc;
  font-size: 14px;
}

.vr-line {
  border-left: 1px solid #f5f5f5;
  height: 90px;
  float: left;
  margin-top: 25px;
  margin-left: 20px;
}

.arrow_right {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.plane {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.left_result:hover .fa-plane,
.left_result:hover .total-amount,
.left_result:hover .fa-check-circle,
.selectedFlight .fa-plane,
.selectedFlight .fa-check-circle {
  color: #fff;
}

/*INBOUND FLIGHTS*/

.right-selected-area-logo {
  width: 75px;
  float: left;
  margin-left: 30px;
  margin-right: 10px;
  line-height: 75px;
}

.selected-inbound-flight {
  float: left;
  margin-left: 25px;
}

.selected-inbound-flight p.inbound-flight {
  color: #2196F3;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.selected-inbound-flight-date {
  color: #959595;
  font-size: 14px;
  margin-top: -10px;
  padding: 0;
}

.inbound-flight-duration {
  color: #ccc;
}

.top-area,
.special-area {
  margin-top: 50px;
}

.search-tabs-bottom {
  position: absolute;
  left: 0px;
  width: 100%;
}

/*TOTAL AMOUNT*/

.total-price-cont {
  float: right;
}

.total-price {
  float: right;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
}

.total-price p {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 100;
}

.total-amount {
  color: #2196F3;
  font-size: 26px;
  font-weight: 900;
}

.continue_button {
  background-color: #f78500;
  padding: 8px 30px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 2px solid #e87822;
}

/*RESULTS-FLIGHTS*/
.departure {
  float: left;
  color: #2196F3;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.departure_date {
  float: right;
  color: #2196F3;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.left_result,
.right_result {
  width: 100%;
  min-height: 55px;
  float: left;
  border: 1px solid #f2f2f2;
  margin-top: 15px;
  background: #fff;
}

.radio {
  margin-top: 17px;
  float: left;
}

.airline_logo_departure {
  width: 100px;
  float: left;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.airline_logo_departure img {
  margin-right: 8px;
}

.airline_logo_departure i {
  display: block;
}

.plane {
  color: #2196F3;
  line-height: 55px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}

.arrow_right {
  color: #959595;
  margin-left: 15px;
  float: left;
  margin-top: 10px;
}

.departure_arrive_time_place,
.departure_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.fa-dot-circle-hover {
  color: #999;
}

.departure_arrive_time_place p,
.departure_time_place p {
  line-height: 10px;
  color: #999;
}

.left_result:hover,
.right_result:hover,
.selectedFlight {
  border-color: #2196F3;
  background: #2196F3;
  cursor: pointer;
  color: #fff;
}

.departure-nonstop-time {
  float: left;
  margin-left: 15px;
  padding: 0;
  color: #aaa;
}

.process-booking {
  width: 100%;
  height: 100%;
  padding: 80px 0px 160px 0px;
  background-color: #eee;
}

.process-booking__content {
  text-align: center;
  font-size: 26px;
  color: #333;
}

/*RIGHT RESULT*/
.return_heading {
  float: left;
  color: #2196F3;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.return_date {
  float: right;
  color: #2196F3;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}

.right_result {
  width: 100%;
  min-height: 55px;
  float: left;
  border: 1px solid #cccccc;
  margin-top: 15px;
  background: #fbfbfb;
}

.airline_logo_return {
  width: 75px;
  height: 40px;
  float: left;
  line-height: 55px;
  margin-left: 5px;
  margin-top: 5px;
}

.plane_return {
  color: #2196F3;
  line-height: 55px;
  margin-left: 15px;
  float: left;
  margin-top: 5px;
}

.return_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.return_time_place p {
  line-height: 10px;
}

.return_arrive_time_place {
  margin-left: 15px;
  float: left;
  margin-top: 17px;
}

.return_arrive_time_place p {
  line-height: 10px;
}

.right_result:hover {
  border-color: #2196F3;
  background: #cee4f1;
  cursor: pointer;
}

.return-nonstop-time {
  float: left;
  margin-left: 15px;
  padding: 0;
  color: #ccc;
}

/* flight results */
.airline_logo_departure_one_way {
  margin-top: 10px;
}

/**** FOOTER ****/
.footer {
  width: 100%;
  height: 205px;
  background: #3b81d3;
  clear: both;
}

.footer-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.verticalLine4 {
  width: 1px;
  height: 30px;
  background: #fff;
}

.social {
  float: right;
}

.travel-tips {
  color: #fff;
  line-height: 30px;
  float: left;
  margin-left: -30px;
  padding-top: 5px;
}

.flight-apps {
  color: #fff;
  line-height: 30px;
  float: left;
  margin-left: -30px;
  padding-top: 5px;
}

.copyright,
.copyright a {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 12px;
}

/*PAYMENTS PAGE*/

/*FLIGHT DETAILS*/
.body-flight-details {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

/*OUTBOUND FLIGHT DETAILS*/
.flight-details {
  clear: both;
  padding-top: 50px;
}

.flight-details p {
  font-size: 30px;
  color: #f78500;
  font-weight: lighter;
  float: left;
}

.flight-details-hr {
  height: 1px;
  width: 83%;
  margin-top: 14px;
  background: #f78500;
  float: right;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.outbound-flight-details {
  clear: both;
  padding-top: 10px;
}

.outbound-flight-heading {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 10px;
}

.outbound-flight-heading p {
  padding: 0;
  margin: 0;
}

.outbound-flight-logo {
  float: left;
  padding-top: 15px;
}

.outbound-flight-airline {
  float: left;
}

.airline-name {
  font-size: 16px;
  color: #c3c3c3;
  margin-top: 20px;
  margin-bottom: 0;
}

.flight-nr {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  padding: 0;
}

.outbound-flight-baggage {
  color: #f78500;
  margin-top: 6px;
  float: left;
  margin-bottom: 0;
  line-height: 20px;
}

.outbound-flight-economy {
  font-size: 10px;
  color: #3f3f3f;
  margin-top: -13px;
  padding: 0;
}

.outbound-flight-depart-arrive {
  float: left;
  /*  margin-left: 80px; */
  margin-top: 10px;
}

.outbound-depart {
  font-size: 14px;
}

.depart-city {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.outbound-arrive {
  font-size: 14px;
}

.arrive-city {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.outbound-flight-depart-arrive-date {
  float: left;
  margin-left: 80px;
  margin-top: 10px;
}

.outbound-depart-date {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.outbound-arrive-date {
  font-size: 14px;
  /*font-weight: lighter;
  float: left;*/
}

.outbound-flight-depart-arrive-time {
  float: left;
  /*margin-left: 80px;
  margin-top: 10px;*/
}

.outbound-depart-time {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.outbound-arrive-time {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

/*INBOUND FLIGHT DETAILS*/
.inbound-flight-details {
  clear: both;
  padding-top: 10px;
}

.inbound-flight-heading {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 10px;
}

.inbound-flight-heading p {
  padding: 0;
  margin: 0;
}

.fa-rotate-225 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.inbound-flight-logo {
  /*width: 95px;*/
  float: left;
  padding-top: 15px;
}

.inbound-flight-airline {
  float: left;
}

.inbound-flight-baggage {
  color: #f78500;
  /*margin-left: 80px;*/
  margin-top: 6px;
  float: left;
  margin-bottom: 0;
  line-height: 20px;
}

.inbound-flight-economy {
  font-size: 10px;
  color: #3f3f3f;
  margin-top: -13px;
  padding: 0;
}

.inbound-flight-depart-arrive {
  float: left;
  /*margin-left: 80px;*/
  margin-top: 10px;
}

.inbound-depart {
  font-size: 14px;
  /*font-weight: bolder;
  float: left;*/
}

.inbound-arrive {
  font-size: 14px;
  /*font-weight: bolder;
  float: left;*/
}

.inbound-flight-depart-arrive-date {
  float: left;
  /*margin-left: 80px;*/
  margin-top: 10px;
}

.inbound-depart-date {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.inbound-arrive-date {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.inbound-flight-depart-arrive-time {
  float: left;
  margin-left: 80px;
  margin-top: 10px;
}

.inbound-depart-time {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

.inbound-arrive-time {
  font-size: 14px;
  font-weight: lighter;
  float: left;
}

/*TOTAL PRICES*/
.flight-total-total {
  font-size: 28px;
  font-weight: lighter;
  color: #3f3f3f;
  float: left;
}

.flight-total-price-div {
  margin: 0px 15px 0px 15px;
}

.flight-total-price {
  font-size: 24px;
  font-weight: bolder;
  color: #2196F3;
}

/*ADD PASSENGER'S DETAILS*/
.add-passengers-details {
  clear: both;
  padding-top: 50px;
}

.add-passengers-details p {
  font-size: 30px;
  color: #f78500;
  font-weight: lighter;
  float: left;
}

.add-passengers-details-hr {
  height: 1px;
  width: 70%;
  margin-top: 14px;
  background: #f78500;
  float: right;
}

.passengers-details-info {
  clear: both;
}

.fa-info-circle {
  color: #3f3f3f;
  float: left;
}

.passengers-details-info-copy {
  height: 27px;
  margin-left: 9px;
  padding-top: 2px;
  background: #ebebeb;
}

.passengers-details-info-copy p {
  font-weight: light;
  color: #3f3f3f;
  font-size: 14px;
  padding-left: 25px;
}

/*ADULT*/
.adult-details p {
  color: #aaa;
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.fa-user {
  color: #aaa;
}

/*TITLE DROPDOWN*/
select.adult-title {
  width: 100%;
  height: 35px;
  padding: 3px;
  margin: 0;
  background: #fff;
  color: #3f3f3f;
  border: 1px solid #b4b3b3;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}

label.adult-title-label {
  position: relative;
}

label.adult-title-label:after {
  content: ">";
  font: 21px "Consolas", monospace;
  font-weight: bolder;
  color: #3f3f3f;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 20px;
  top: 11px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  line-height: 20px;
}

/*ADULT INPUT*/
.payment-input-titles {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #c3c3c3;
}

#adult-name,
.adult-name {
  border: 1px solid #b4b3b3;
  height: 35px;
  font-size: 14px;
  padding-left: 15px;
  width: 100%;
}

.dob,
#dob {
  border: 1px solid #b4b3b3;
  height: 35px;
  font-size: 14px;
  padding-left: 5px;
  width: 33%;
  float: left;
}

.child-details {
  padding-top: 10px;
}

.child-details p {
  padding-left: 10px;
  font-size: 20px;
  color: #3f3f3f;
  text-decoration: underline;
  font-weight: lighter;
}

/*CONTACT DETAILS*/
.contact-details {
  clear: both;
  padding-top: 50px;
}

.contact-details p {
  font-size: 30px;
  color: #f78500;
  font-weight: lighter;
  float: left;
}

.contact-details-hr {
  height: 1px;
  width: 80%;
  margin-top: 14px;
  background: #f78500;
  float: right;
}

/*FIRST PASSENGER CHECKBOX*/

/* Base for label styling 
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}*/
[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 2px solid #b4b3b3;
  background: #fff;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  content: "✔";
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 18px;
  line-height: 0.8;
  color: #3f3f3f;
  transition: all 0.1s;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

[type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
  color: #999;
}

[type="checkbox"]:disabled+label {
  color: #aaa;
}

/* accessibility */
[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
  border: 2px dotted 2px solid #b4b3b3;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #b4b3b3 !important;
}

#contact-checkbox {
  color: #3f3f3f;
  height: 20px;
  line-height: 1.3;
  font-weight: normal;
}

/*CONTACT PERSON DETAILS*/
.passenger-contact-details {
  margin-top: 30px;
}

.passenger-input-titles {
  margin-top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #c3c3c3;
}

.passenger-name,
#passenger-name {
  border: 1px solid #b4b3b3;
  height: 35px;
  font-size: 14px;
  width: 100%;
  font-weight: normal;
}

#passenger-email {
  border: 2px solid #b4b3b3;
  height: 45px;
  font-weight: bold;
  font-size: 18px;
  color: 3f3f3f;
  padding-left: 15px;
  width: 100%;
}

.mobile-details {
  margin-top: 30px;
}

/* FILTER */
.filter_link {
  color: #333;
  cursor: pointer;
  background-color: #eee;
  padding: 16px;
  font-size: 16px;
}

a.filter_link:active:focus {
  cursor: pointer;
  background-color: #f78500;
  color: #fff;
  padding-top: 14px;
  font-size: 18px;
  padding-bottom: 5px;
}

.panel {
  border: 0px;
}

.stuck {
  position: fixed;
  width: 100%;
  z-index: 990;
  top: 0px;
}

.background_grey_1 {
  background-color: #f5f5f5;
}

.filter_icon {
  color: #333;
  font-size: 12px;
}

.filter-dropdown__container {
  display: flex;
  justify-content: space-between;
}

/*NEXT BUTTON*/
.next-button {
  margin-top: 30px;
}

#nextbtn {
  float: left;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  height: 45px;
  width: 150px;
  border: none;
  margin-top: 40px;
  margin-left: 30px;
  margin-bottom: 40px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  clear: both;
}

.nav-tabs {
  float: left;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  height: 45px;
  width: 150px;
  border: none;
  margin-top: 40px;
  margin-left: 30px;
  margin-bottom: 40px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  clear: both;
}

.nav-tabs a {
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  text-align: center;
  height: 45px;
  width: 150px;
}

.nav>li>a {
  line-height: 23px;
}

.nav-tabs a:hover {
  float: left;
  position: relative;
  color: #fff;
  font-weight: bolder;
  font-size: 24px;
  height: 45px;
  width: 150px;
  border: none;
  margin-bottom: 40px;
  background: #00c661;
  background: -webkit-linear-gradient(#00d066, #00b85a);
  background: -o-linear-gradient(#00d066, #00b85a);
  background: -moz-linear-gradient(#00d066, #00b85a);
  background: linear-gradient(#00d066, #00b85a);
  text-align: center;
  line-height: 25px;
}

/*FLIGHT PAYMENT METHODS*/

/*PAYMENT METHODS*/
.payment-methods {
  clear: both;
  padding-top: 50px;
}

.payment-methods p {
  font-size: 30px;
  color: #f78500;
  font-weight: lighter;
  float: left;
}

.payment-methods-hr {
  height: 1px;
  width: 76%;
  margin-top: 14px;
  background: #f78500;
  float: right;
}

/*CREDIT CARD*/
.payment-methods-wrapper {
  margin-top: 30px;
}

.credit-card {
  width: 100%;
  height: 45px;
  border: 3px solid #b4b3b3;
  font-size: 18px;
  font-weight: bolder;
  color: #3f3f3f;
  text-align: center;
  line-height: 40px;
}

/*CREDIT CARD CONTENT HIDDEN*/
#cont {
  display: none;
}

.show:focus+.hide {
  display: inline;
}

.show:focus+.hide+#cont {
  display: block;
}

/*COMPLETE YOUR BILLING ADDRESS AND INFO*/
.complete-billing {
  clear: both;
  padding-top: 50px;
}

.complete-billing p {
  font-size: 20px;
  color: #f78500;
  font-weight: lighter;
  float: left;
}

.complete-billing-hr {
  height: 1px;
  width: 67%;
  margin-top: 14px;
  background: #f78500;
  float: right;
}

/*TERMS & CONDITIONS CHECKBOX*/
.tandc-checkbox a {
  color: #f78500;
  line-height: 1.1;
}

#tandc-checkbox {
  font-weight: light;
  color: #3f3f3f;
  margin-top: 30px;
  height: 20px;
  font-size: 15px;
}

#ex-date {
  border: 2px solid #b4b3b3;
  height: 45px;
  font-weight: bold;
  font-size: 18px;
  color: 3f3f3f;
  padding-left: 5px;
  width: 50%;
  float: left;
  margin-left: -2px;
}

/** payment bootstrap overrides ***/

.panel-default {
  background-color: #f5f5f5;
  border-radius: 0px;
}

.panel-group .panel {
  border-radius: 0px;
}

.padding_left_0 {
  padding-left: 0px;
}

.padding_right_0 {
  padding-right: 0px;
}

.input_bottom_5 {
  margin-bottom: 5px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-default {
  border-color: #fff;
}

.panel-body {
  padding: 0px 15px 15px 15px;
}

.panel-default>.panel-heading,
.panel-group .panel {
  background-color: #f5f5f5;
}

.select.adult-title {
  width: 70px !important;
}

label.adult-title-label:after {
  top: 5px;
  right: 10px;
}

.panel-body {
  padding-top: 20px;
}

.pointer {
  cursor: pointer;
}

.input-failed {
  box-shadow: 0 0 5px rgba(153, 0, 0, 1);
  border: 1px solid rgba(153, 0, 0, 1) !important;
}

.alert-style {
  border: none;
  background: transparent;
  font-size: 11px;
  font-style: italic;
  color: #999;
  padding-left: 0px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #cccccc !important;
  color: #999;
  border-radius: 3px !important;
  border: none !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #2196F3 !important;
  color: #ffffff !important;
  border-radius: 3px !important;
  border: none !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
  border-radius: 3px;
}

#menu-footer-menu {
  padding-left: 10px;
}

#menu-footer-menu li {
  list-style: none;
}

.footer-element-1 {
  display: flex;
  flex-direction: row;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
}

.search_button {
  background-color: #2196F3;
  padding: 8px 25px;
  color: #fff;
  border-radius: 2px;
  font-size: 16px;
  border: 2px solid #2196F3;
  text-shadow: none;
  white-space: nowrap;
  max-height: 42px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
}

.search_button:hover {
  background-color: #fff;
  padding: 8px 25px;
  color: #2196F3;
  border: 2px solid #2196F3;
  text-decoration: none;
  border-radius: 8px;
  font-size: 16px;
}

.smart-shopper-holder {
  margin-right: 6%;
  width: 46%;
}

.search-button-holder {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.left_result:hover,
.selectedFlight {
  border-color: #ccc;
  background: #ddd;
  cursor: pointer;
  color: #333;
}

.main_booking_engine_container {
  display: block;
  z-index: 999;
  overflow: hidden;
}

.main_booking_engine_container_h3 {
  color: #fff;
  font-size: 26px;
  float: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.search_form_map_marker {
  color: #2196F3;
  position: absolute;
  /*z-index: 9998;*/
  padding-left: 10px;
}

.search_form_drop_holder {
  width: 18%;
  float: left;
  margin-bottom: 10px;
  margin-right: 3%;
}

.search_form_drop_holder_1 {
  width: 18%;
  float: left;
  margin-bottom: 10px;
  margin-right: 6%;
}

.search_form_drop_holder_2 {
  width: 34%;
  float: left;
  margin-bottom: 10px;
}

.search_form_drop_icon {
  margin-right: 5px;
  color: #2196F3;
}

.search_form_drop_note {
  font-size: 12px;
  color: #999;
  float: right;
  margin-top: 5px;
}

.rt_dom_selected_area {
  padding: 0px 20px 20px 20px;
}

.rt_dom_selected_1 {
  border-right: 1px solid rgb(238, 238, 238);
}

.rt_dom_selected_1a {
  padding: 5px;
  text-align: center;
  border: 1px dashed rgb(204, 204, 204);
}

.rt_dom_selected_1b {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
}

.rt_dom_selected_1c {
  padding: 0px 5px;
  text-align: center;
}

.rt_dom_selected_1d {
  font-size: 12px;
  color: rgb(204, 204, 204);
  margin-bottom: 3px;
}

.rt_dom_selected_1e {
  padding: 0px 5px;
  text-align: right;
}

.rt_dom_selected_1f {
  font-size: 12px;
  color: rgb(153, 153, 153);
}

.rt_dom_selected_1g {
  font-size: 16px;
  border-bottom: 1px dashed rgb(204, 204, 204);
  padding-top: 4px;
  padding-bottom: 2px;
  margin-bottom: 3px;
}

.rt_dom_selected_1h {
  font-size: 11px;
  text-transform: uppercase;
  color: rgb(153, 153, 153);
}

.rt_dom_selected_1i {
  padding: 0px 5px;
  text-align: left;
}

.result_operated {
  font-size: 10px;
  color: #aaa;
  text-transform: uppercase;
}

.result_select_operated {
  font-size: 10px;
  color: #ccc;
  text-transform: uppercase;
  border-top: 1px solid #ccc;
  margin-top: 4px;
  padding-top: 4px;
}

.small_r {
  font-size: 14px;
  top: -3px;
  margin-right: 4px;
}

.small_r_1 {
  font-size: 14px;
  margin-right: 4px;
}

.direct_stop {
  padding: 5px;
  font-size: 10px;
  text-align: center;
  background: #aaa;
  color: #fff;
  text-transform: uppercase;
}

.loaders {
  padding: 0px 20px;
  font-size: 12px;
  color: #aaa;
}

.results_holding {
  background-color: #efefef;
  padding-bottom: 20px;
}

.results_holding_1 {
  background-color: #fff;
  padding-top: 20px;
  opacity: 1;
}

.hidden {
  display: none;
}

.results-holding__transition {
  opacity: 0;
  background-color: #fff;
  padding-top: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 30px 2px #bbb;
  -moz-box-shadow: 0px 0px 30px 2px #bbb;
  box-shadow: 0px 0px 30px 2px #bbb;
}

.flight_count {
  padding-top: 20px;
  font-size: 12px;
  color: #aaa;
}


.result_airline_logo {
  max-height: 30px;
  max-width: 100%;
}

.result_selected_logo {
  margin: 0px;
  width: 100%;
}

.result_selected_logo_oneway {
  margin: 0px;
  width: 50%;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 95px;
}

.border__left-dotted {
  border-left: 2px dashed #ccc;
}

.footer {
  width: 100%; background: #1F1E1F; padding: 30px 0 30px; clear: both; text-align: center; margin: 0px auto 0;
}

@media (max-width: 481px) {
  .border__left-dotted {
    border-left: none;
  }

  .loader-content__search-display {
    font-size: 16px;
  }
}

.mobile_clear {
  display: none !important;
}

.hide_desktop {
  display: none !important;
}

.clock_stops {
  text-align: center;
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
}

.continue_to_payment {
  font-size: 12px;
  color: #bbb;
  float: right;
}

.ss_discount {
  margin-right: 15px;
  font-size: 13px;
  background-color: #b80b4d;
  color: #f2f2f2;
  font-weight: bold;
  padding: 0px 0px 0px 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
}

@media (max-width: 1220px) {
  .main_booking_engine_container {
    top: 20px;
  }

  .mobile_padding_0 {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .main_booking_engine_container {
    display: block;
    z-index: 999;
    margin: auto;
    top: 0;
    position: relative;
    margin-bottom: 20px;
  }

  .mobile_padding_0 {
    padding: 0px;
  }
}

.multicity_map_marker,
.search_form_map_marker {
  color: #2196F3;
  position: absolute;
  padding-left: 10px;
}

.update_results_button {
  padding: 8px 25px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
  background-color: #2196F3;
  border-color: #2196F3;
}

.update_results_button:hover {
  padding: 8px 25px;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3;
  color: #2196F3;
  border-color: #2196F3;
  background-color: #fff;
}

.mobile_only {
  display: none !important;
}

.desktop_only {
  display: block;
}

.large_header {
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
}

.header_container {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.loader {
  width: 100%;
  height: 100%;
  padding: 80px 0 160px 0px;
  background-color: #eee;
}


.flight-type-buttons {
  display: flex;
}

.flight-timer {
  background: #2196F3 none repeat scroll 0% 0%;
  position: fixed;
  bottom: 100px;
  z-index: 999;
  padding: 15px;
  right: 0px;
  color: rgb(255, 255, 255);
}

.date-padding {
  margin-right: 10px;
}

.copy-and-pay-widget {
  border: 0;
  margin: auto;
  display: flex;
}

.small-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.notify-airports {
  background-color: rgba(51, 51, 51, 0.8);
  position: fixed;
  z-index: 999;
  display: block;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
}

.no-mobile-margin-sm {
  margin-bottom: 20px;
}

.no-mobile-margin-bg {
  margin-bottom: 30px;
}

@media (max-width: 481px) {
  .small-flex {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
  }

  .partner-logos {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .brand-logos {
    height: auto;
    max-width: 100%;
  }

  .copy-and-pay-widget {
    max-width: 100%;
  }

  .date-padding {
    margin-right: 2px;
  }

  .flight-timer {
    bottom: 0;
  }

  .no-mobile-padding {
    padding-left: 0;
  }

  .wpwl-button-pay {
    float: none;
  }

  .wpwl-form {
    display: flex;
    flex-direction: column;
  }

  .filter_link {
    flex-basis: 50%;
    white-space: nowrap;
  }

  .loader-content__search-display {
    flex-direction: column;
  }

  .search-display__left {
    text-align: center;
  }

  .search-display__right {
    text-align: center;
  }

  .loader {
    padding: 20px 0px 40vh 0px;
  }

  .process-booking {
    padding: 20px 0px 40vh 0px;
  }

  .mobile_only {
    display: block !important;
  }

  .desktop_only {
    display: none !important;
  }

  .text_overlay {
    display: none !important;
  }

  .section_booking_engine {
    height: 180px;
  }

  .large_header {
    font-size: 50px;
  }

  .header_container {
    position: relative;
  }

  #footer h4 {
    margin: 20px 0 20px 0 !important;
  }

  .no-padding-mobile {
    padding-left: 0;
  }

  .no-mobile-margin-sm {
    margin-bottom: 0px;
  }

  .no-mobile-margin-bg {
    margin-bottom: 0px;
  }

  .ui-datepicker-group {
    width: 100% !important;
  }

  .copy-and-pay-widget {
    max-width: 100%;
  }

  .date-padding {
    margin-right: 2px;
  }

  .flight-timer {
    bottom: 0;
  }

  .no-mobile-padding {
    padding-left: 0;
  }

  .wpwl-button-pay {
    float: none;
  }

  .wpwl-form {
    display: flex;
    flex-direction: column;
  }

  .filter_link {
    flex-basis: 50%;
    white-space: nowrap;
  }

  .loader-content__search-display {
    flex-direction: column;
  }

  .search-display__left {
    text-align: center;
  }

  .search-display__right {
    text-align: center;
  }

  .loader {
    padding: 20px 0px 40vh 0px;
  }

  .text_overlay {
    display: none;
  }

  .section_booking_engine {
    height: 180px;
  }

  .large_header {
    font-size: 50px;
  }

  .header_container {
    position: relative;
  }

  .dropdown-menu>li>a {
    white-space: pre-wrap;
  }

  .continue_to_payment {
    font-size: 12px;
    color: #bbb;
    float: left;
  }

  .search_button {
    margin-top: 10px;
    padding: 8px 8px;
    width: 100%;
  }

  .flight_count {
    font-size: 15px;
    color: #2196F3;
    font-weight: bold;
  }


  .top_220 {
    padding-top: 220px;
  }

  .clock_stops {
    display: none;
  }

  .results_holiding_1 {
    padding-top: 0px;
  }
}

.nav_details_container {
  display: flex;
  margin-left: auto;
  margin-right: 20px;
}

.nav_details_container_inner {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: right;
}

.envelope-icon {
  margin-left: 15px;
  margin-right: 5px;
}

@media (max-width: 570px) {
  .navbar {
    flex-direction: column;
  }

  .nav_details_container {
    display: flex;
    margin: auto;
    margin-top: 20px;
    flex-direction: row-reverse;
  }

  .nav_details_container_inner {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }

  .nav_details_container_inner>div>p {
    margin-left: 0;
  }

  .envelope-icon {
    margin-left: 0;
  }

  .nav_pnp_logo {
    display: none;
  }

}

.trip-details-left {
  padding: 0px 5px; text-align: right;
}

.trip-details-right {
  padding: 0px 5px; text-align: left;
}

@media (max-width: 490px) {

  .trip-details-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .trip-details-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .total-amount {
    font-size: 16px;
  }

  input {
    font-size: 16px !important;
  }

  .oneway-results {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .oneway-results__details--logo {
    border-right: none;
  }

  .oneway-results__price {
    border-left: none;
    justify-content: space-around;
    padding: 20px 0 20px 0;
  }

  .oneway-results__details--dates {
    flex-basis: 100%;
  }

  .oneway-results__details {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0px;
  }

  .oneway-results__details--wrapper {
    padding: 10px 0px 20px 0px;
    justify-content: center;
    border-bottom: dashed 0.2px gray;
  }

  .international-results__details--logo {
    display: flex;
    justify-content: space-around;
  }

  .international-results__details--logo--container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .search_button {
    margin: 0 !important;
    width: 100%;
  }

  .m_padding_0 {
    padding: 0px;
  }

  .m_margin_0 {
    margin: 0px;
  }

  .m_padding_left_0 {
    padding-left: 0px;
  }

  .m_margin_left_0 {
    margin-left: 0px;
  }

  .m_margin_bot_5 {
    margin-bottom: 5px;
  }

  .m_total {
    float: left;
    margin-right: 10px;
  }

  .m_select_dep {
    position: fixed;
    background: #2196F3;
    width: 48%;
    bottom: 0px;
    z-index: 999;
    padding: 15px;
    text-align: center;
    color: #fff;
  }

  .m_select_ret {
    right: 0;
  }

  .navbar {
    min-height: 75px;
  }

  .navbar-brand {
    height: 70px;
    padding-left: 0px; 
  }

  .navbar-brand img {
    height: 40px;
    margin-left: 0px;
  }

  .navbar-header-tel {
    float: right;
    border-right: none;
  }

  .mobile_clear {
    display: block;
    clear: both;
  }

  .mobile_tel {
    position: absolute;
    top: 15px;
    right: 0px;
  }

  .hide_mobile {
    display: none !important;
  }

  .hide_desktop {
    display: block !important;
  }

  .main_booking_engine_container {
    display: block;
    width: 100%;
    position: relative;
    top: 0px;
    z-index: 999;
    padding: 0px;
    min-width: 100% !important;
  }

  .main_booking_engine_container_h3 {
    display: none;
  }

  .small_label {
    font-size: 14px;
    white-space: nowrap;
  }

  .search_form_drop_note {
    font-size: 10px;
  }

  .result_selected_logo {
    margin-top: 10px;
    width: inherit;
    max-height: 30px;
    max-width: 100px;
  }

  .result_selected_logo_oneway {
    margin-top: 10px;
    width: 50px;
    float: left;
  }

  .rt_dom_selected_1 {
    margin-bottom: 10px;
    color: #959595;
    padding-bottom: 5px;
    border: 1px dashed rgb(204, 204, 204);
    font-size: 12px;
    text-align: center;
  }

  .rt_dom_selected_1a {
    border: none;
  }

  .rt_dom_selected_1b {
    position: relative;
    top: -10px;
  }

  .result_operated {
    padding-top: 15px;
  }

  .footer_1a {
    background-color: #f5f5f5;
    padding: 20px 20px;
  }

  .footer_button {
    background-color: #2196F3;
    padding: 4px 60px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 2px solid #066198;
  }

  .footer-element-1 {
    display: flex;
    flex-direction: column;
  }

  .footer_trust {
    text-align: center;
  }

  .footer_trust img {
    max-height: 20px;
  }

  .ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    padding-top: 20%;
  }

  [uib-typeahead-popup].dropdown-menu {
    left: 10px !important;
    width: 95%;
  }

  .small_mobile_date {
    font-size: 12px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0;
    white-space: nowrap;
    text-align: right;
  }
}

/*** target IE over 9 ****/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .mdl-selectfield::after {
    display: none;
  }
}

h2 {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
}

.navbar-nav>li>a:hover {
  background-color: none;
}

#footer h4 {
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #fff;
  font-size: 20px;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  list-style: none;
  margin: 0 0 3px 0px;
  padding: 0;
}

#footer ul li a {
  text-decoration: none;
}

#footer ul li a:hover {
  color: #fff;
}

.small_mobile_date {
  font-size: 12px;
  padding-top: 20px;
  padding-right: 0px;
}

.modifyButton {
  margin-top: 5px;
  color: #2196F3;
  padding: 10px;
  background-color: #f2f2f2;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 321px) {
  .departure_price {
    float: none;
  }

  .mobile_padding_0 {
    width: 100%;
  }
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  padding: 30px 0px 0px;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item>div {
  padding: 10px;
  margin: 10px;
  background: #f1f1f1;
  color: #666;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 0%;
  top: 10px;
}

.MultiCarousel .leftLst {
  right: 40px;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.popular_pks {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  height: 200px;
  display: block;
  z-index: 9999;
  width: 100%;
  transition: background-color 0.5s ease;
  background-size: cover;
  width: 100%;
}

.popular_pks_430 {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  height: 430px;
  display: block;
  z-index: 9999;
  width: 100%;
  transition: background-color 0.5s ease;
  background-size: cover;
  width: 100%;
}

.popular_pks:hover,
.popular_pks_430:hover {
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.5;
  text-decoration: none;
}

.popular_pks h3 {
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 80px;
}

.popular_pks_430 h3 {
  text-transform: uppercase;
  font-size: 28px;
  color: #fff;
  text-align: center;
  padding-top: 190px;
}

.tablet-maximum {
  height: 430px;
}

.popular-routes {
  background-size: cover;
  display: block;
  position: relative;
  min-height: 390px;
}

/* Landscape mobile and tablets */
/*  */
@media (min-width: 500px) and (max-width: 840px) {
  .border__left-dotted {
    border-left: none;
  }

  .MultiCarousel .leftLst,
  .MultiCarousel .rightLst {
    position: static;
  }

  .popular_pks_430 {
    height: 200px;
  }

  .popular_pks_430 h3 {
    padding-top: 85px;
  }

  .tablet-maximum {
    height: 200px;
  }

  .no-padding-mobile {
    padding-left: 0;
  }

  .popular-routes {
    margin-bottom: 10px;
  }

  .no-mobile-margin-sm {
    margin-bottom: 0px;
  }

  .no-mobile-margin-bg {
    margin-bottom: 0px;
  }

  .dropdown-menu {
    left: 0 !important;
    width: 100%;
  }

  .mobile_only {
    display: block !important;
  }

  .desktop_only {
    display: none !important;
  }

  .nav_logo_container {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
  }

  .hide_tablet {
    display: none !important;
  }

  .hide_desktop {
    display: block !important;
  }

  .footer-element-1 {
    display: flex;
    flex-direction: column;
  }

  .footer-logo {
    display: none !important;
  }

  .international-results__details--logo {
    display: flex;
    justify-content: space-around;
  }

  .international-results__details--logo--container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .small-flex {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1rem;
  }

  .interenational-results__details {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .domestic-results__details--logo {
    display: flex;
    flex-direction: column;
    padding: 5px 10px;
    flex-basis: 25%;
  }

  .domestic-results__details--logo__img {
    max-height: 60px;
    width: fit-content;
  }

  .domestic-results__direction {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.package_block {
    border-radius: 10px; 
    border: solid 1px #ddd;
    margin-bottom: 20px;
    background: #fff;
  }
  .package_block_pic {
    height: 200px; display: block; background-size: cover; width: 100%; border-radius: 10px 10px 0px 0px;
  }
  .package_block_copy {
    padding: 20px;
  }
  .package_block_copy h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
  }
  .package_block_copy a {
    font-size: 24px;
    color: #fff;
    background: #2196F3;
    text-align: center;
    width: 100%;
    padding: 14px;
  }
  .package-block-copy-price {
    color: #2196F3;
    font-weight: bold;  
  }
  .package-block-copy-days {
    text-transform: uppercase;
    color: #999;
    font-size: 14px;  
  }


#footer i {
  color: #fff;
  padding-left: 10px;
  padding-top: 20px;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #f4f4f4;
  position: relative;
}

.sublink:link {
  background-color: #ccc;
  border-bottom: 1px solid #fff;
  text-align: right;
}
/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #navLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: flex;
  align-items: center;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #f4f4f4;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #f4f4f4;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #f4f4f4;
  color: white;
}

.dropdown-menu {
  font-size: 16px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #2196F3;
  font-size: 16px;
}