@charset "UTF-8";
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: white;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: initial;
  box-sizing: initial;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper.inline-wrapper {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
}

.date-picker-wrapper.single-date {
  width: auto;
}

.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
  -webkit-box-shadow: 3px 3px 5px -2px #0f213f;
  -moz-box-shadow: 3px 3px 5px -2px #0f213f;
  box-shadow: 3px 3px 5px -2px #0f213f;
  border: 1px solid #0F213F;
}

.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}

.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}

.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}

.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}

.date-picker-wrapper .month-name {
  text-transform: uppercase;
}

.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}

.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}

.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}

.date-picker-wrapper .month-wrapper {
  border-top: 1px solid #bfbfbf;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}

.date-picker-wrapper .month-wrapper table {
  width: 100%;
  float: left;
}

.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}

.date-picker-wrapper .month-wrapper table td,
.date-picker-wrapper .month-wrapper table th {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}

.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
  width: 42px;
}

.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}

.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}

.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}

.date-picker-wrapper .month-wrapper table .week-name > th {
  color: #0f213f;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}

.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}

.date-picker-wrapper .time label {
  white-space: nowrap;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}

.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}

.date-picker-wrapper .month-wrapper table .day.lastMonth,
.date-picker-wrapper .month-wrapper table .day.nextMonth {
  display: none;
}

.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}

.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}

.date-picker-wrapper table .caption {
  height: 40px;
}

.date-picker-wrapper table .caption > th:first-of-type,
.date-picker-wrapper table .caption > th:last-of-type {
  width: 27px;
}

.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}

.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: #fff;
}

.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}

.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}

.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}

.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}

.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}

.date-picker-wrapper .selected-days {
  display: none;
}

.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}

.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}

.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}

.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}

.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: #fff;
  line-height: initial;
}

.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}

.date-picker-wrapper .time {
  position: relative;
}

.date-picker-wrapper.single-month .time {
  display: block;
}

.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}

.date-picker-wrapper .time1 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.date-picker-wrapper .time1 {
  float: left;
}

.date-picker-wrapper .time2 {
  float: right;
}

.date-picker-wrapper .hour {
  text-align: right;
}

.minute {
  text-align: right;
}

.date-picker-wrapper .hide {
  display: none;
}

.date-picker-wrapper .first-date-selected,
.date-picker-wrapper .last-date-selected {
  background-color: #c2002d !important;
  color: #fff !important;
}

.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: #ff0;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ff0;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}

.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}

.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}

.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
  font-weight: 700;
}

.custom-top {
  color: #0f213f;
  font-size: 1.2rem;
  font-weight: bold;
}

.valid {
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  margin: 3px;
}

.blur-calendar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  background-color: rgba(15, 33, 63, 0.9);
  padding-top: 4rem;
}

body {
  background: url(./sky.jpg);
  background-size: 100%;
}

body > div > div.month-wrapper > table > thead > tr.week-name > th:nth-child(6),
body > div > div.month-wrapper > table > thead > tr.week-name > th:nth-child(7) {
  color: red;
}

#booking_wrap {
  padding-top: 87px;
  padding-bottom: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* TABS START */
.tab {
  overflow: hidden;
  border-top: 1px solid #0F213F;
  border-left: 1px solid #0F213F;
  border-right: 1px solid #0F213F;
  background-color: #3B486A;
}
.tab button {
  background-color: transparent;
  float: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
@media screen and (max-width: 700px) {
  .tab button {
    width: 100%;
  }
}
.tab button:hover {
  background-color: #0F213F;
}
.tab button.active {
  background-color: #0F213F;
  font-weight: 600;
}

.tab-icon-color {
  color: #b8cae3;
}

.tabcontent-booking {
  display: none;
  /*padding: 6px 12px;*/
  border: 1px solid #0F213F;
  border-top: none;
  background-color: #0F213F;
  color: #fff;
}

.tab-title {
  margin-left: 5px;
}

/* TABS END */
/* SUBTABS START */
.subtabs {
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 390px) {
  .subtabs {
    padding: 0;
  }
}

.subtab-links {
  padding: 5px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-bottom: 2px solid transparent;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.subtab-links:hover {
  border-bottom: 2px solid #c2002d;
}

.active-subtab {
  border: 0;
  border-bottom: 2px solid #c2002d;
}

.move-right20 {
  margin-left: 20px;
}

.subtab-buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* SUBTABS END */
/* ROUND TRIP FORM START */
.form-wrapper {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .form-wrapper {
    display: block;
  }
}

.multi-dest-form-wrapper {
  padding: 5px 0 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .multi-dest-form-wrapper {
    display: block;
  }
}

#multi-destinations {
  margin-top: 15px;
}

/* ROUND TRIP FORM END */
/* SELECT DROPDOWN AND DATE RANGE START */
.select-button {
  background-color: #3B486A;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
}
.select-button .origin-select-box {
  color: black;
  position: absolute;
  background-color: #ffffff;
  overflow-y: scroll;
  border: 1px solid #eceff1;
  max-height: 200px;
  top: 52px;
  width: 100%;
  z-index: 5;
  left: 0;
}
.select-button .destination-select-box {
  color: black;
  position: absolute;
  background-color: #ffffff;
  overflow-y: scroll;
  border: 1px solid #eceff1;
  max-height: 200px;
  top: 52px;
  width: 100%;
  z-index: 5;
}

.select-button-active {
  background-color: #FFF;
}

.select-icon-wrapper {
  padding: 14px;
  color: #b8cae3;
}

.select-icon-wrapper-right {
  padding: 16px;
  margin-left: 10px;
  color: #b8cae3;
}

.origin-destination-switcher {
  width: 40px;
  height: 40px;
  background-color: #3B486A;
  color: white;
  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;
  border: 4px solid #0F213F;
  margin-left: -22px;
  margin-top: 4px;
  z-index: 1;
  cursor: pointer;
}

.origin-destination-switcher:hover {
  background-color: #414f75;
}

.origin-destination-switcher-icon {
  font-size: 22px;
  margin-top: -2px;
  color: #b8cae3;
}

.select-button-title {
  font-size: 15px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.date-range-select {
  background-color: #3B486A;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 49%;
  margin-left: 9px;
  height: 55px;
}

.date-range-select-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * (1/3));
}
@media screen and (max-width: 1100px) {
  .date-range-select-wrapper {
    margin-top: 10px;
    width: calc(100% * (1/2));
    min-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .date-range-select-wrapper {
    margin-top: 10px;
    width: calc(100%);
    min-width: 100%;
  }
}

.date-range-single {
  width: calc(100% * (1/6));
}
@media screen and (max-width: 1100px) {
  .date-range-single {
    width: calc(100% * (1/2));
  }
}

.date-range-select-from {
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .date-range-select-from {
    margin-left: 0;
  }
}

.select-passenger-number {
  position: relative;
  background-color: #3B486A;
  color: white;
  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;
  cursor: pointer;
  width: 150px;
  margin-left: 10px;
  height: 55px;
}
@media screen and (max-width: 1100px) {
  .select-passenger-number {
    margin-left: 0;
    width: 50%;
  }
}

.search-flight-button {
  background-color: #c2002d;
  color: white;
  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;
  cursor: pointer;
  width: 120px;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .search-flight-button {
    width: 50%;
  }
}

.search-flight-button-active {
  background-color: #990023 !important;
  color: white;
  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;
  cursor: pointer;
  width: 120px;
  margin-left: 10px;
}
@media screen and (max-width: 1100px) {
  .search-flight-button-active {
    width: 50%;
  }
}

.select-button-title-active {
  font-size: 1.2rem;
}

.passenger-and-search-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .passenger-and-search-wrapp {
    width: calc(100% * (1/2));
    margin-top: 10px;
    min-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .passenger-and-search-wrapp {
    min-width: 100%;
    width: calc(100%);
  }
}

.select-button-title-active {
  font-size: 1.2rem;
}

.origin-destination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * (0.4) - 10px - 1px);
}
@media screen and (max-width: 1100px) {
  .origin-destination-wrapper {
    width: calc(100% * (1/2));
    min-width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .origin-destination-wrapper {
    width: calc(100%);
    min-width: 100%;
  }
}

.selected-label {
  color: inherit;
  font-weight: 600;
  font-size: 14px;
}

.select-text-input {
  color: inherit;
  border: 0;
  font-size: 1.1rem;
  width: 90%;
  outline: none;
  background-color: inherit;
  padding: 0;
  padding-right: 1rem !important;
  height: unset;
}
.select-text-input::-ms-clear {
  display: none;
}

.select-text-input:focus {
  outline-width: 0;
}

.origin-select-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.origin-select-list-item-icon {
  padding: 16px;
}

.origin-select-list-item {
  border-bottom: 1px solid #eceff1;
  padding-top: 10px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.origin-select-list-item:hover {
  background-color: #3b6caf;
  color: #FFF;
}

.origin-select-list-item:hover .origin-select-list-item-data-city {
  color: #FFF;
}

.origin-select-list-item-data-city {
  color: #717171;
  font-size: 0.9rem;
}

/* destination select */
.destination-select-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.destination-select-list-item-icon {
  padding: 16px;
}

.destination-select-list-item {
  border-bottom: 1px solid #eceff1;
  padding-top: 10px;
}

.destination-select-list-item:hover {
  background-color: #3b6caf;
  color: #FFF;
}

.destination-select-list-item:hover .destination-select-list-item-data-city {
  color: #FFF;
}

.destination-select-list-item-data-city {
  color: #717171;
  font-size: 0.9rem;
}

.datepicker-calendar-picker {
  position: absolute;
  margin-top: 30px;
  margin-left: -8px;
}

/* SELECT DROPDOWN AND DATE RANGE END */
.passenger-number-picker-wrap {
  position: absolute;
  background-color: white;
  color: black;
  right: -75px;
  top: 54px;
  width: 300px;
  border: 1px solid #0F213F;
  z-index: 2;
  padding: 10px;
  cursor: default;
  -webkit-box-shadow: 3px 3px 5px -2px #0f213f;
  -moz-box-shadow: 3px 3px 5px -2px #0f213f;
  box-shadow: 3px 3px 5px -2px #0f213f;
}
@media screen and (max-width: 1100px) {
  .passenger-number-picker-wrap {
    left: 0;
  }
}

.passenger-picker-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.passenger-description {
  width: 55%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.passenger-picker-part {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 45%;
}

.passenger-picker {
  border: 1px solid #386aaf;
  width: 100%;
  height: 100%;
}

.passenger-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.passenger-action {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #386aaf;
  font-size: 1.2rem;
  padding: 0.4rem;
  cursor: pointer;
}

.passenger-action:focus {
  background-color: blue;
}

.passenger-action:hover {
  color: rgba(56, 106, 175, 0.77);
  background-color: #E5F4FD;
}

.confirm-passenger-button-wrap {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm-passenger-button {
  color: #fff;
  background-color: #386aaf;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #325e9c;
  white-space: nowrap;
  padding: 6px 12px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.empty-space-70 {
  width: 70%;
}

.empty-space-75 {
  width: 75%;
}

.passenger-number {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2em;
  font-weight: 700;
  background-color: white;
  height: 100%;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.passenger-adult-label {
  font-size: 1.3em;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.passenger-adult-age-label {
  font-size: 1em;
  color: #747476;
}

/* CHECK IN START */
.check-in-wrapper {
  padding: 30px;
}
.check-in-wrapper .check-in-desc-wrap {
  width: 50%;
}
.check-in-wrapper .check-in-desc-wrap .check-in-desc {
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .check-in-wrapper .check-in-desc-wrap {
    width: 100%;
  }
}
.check-in-wrapper .check-in-line {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #3a476b !important;
}
.check-in-wrapper .check-in-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 900px) {
  .check-in-wrapper .check-in-form-wrap {
    display: block;
  }
}
.check-in-wrapper .check-in-input-field {
  background-color: #3B486A;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  font-size: 1rem;
}
.check-in-wrapper .check-in-input-field:not(:first-child) {
  margin-left: 10px;
}
.check-in-wrapper .check-in-input-field-active {
  padding-bottom: 0;
}
.check-in-wrapper .check-in-input-field-active input {
  padding: 0;
}
.check-in-wrapper .input-wrapper {
  width: 100%;
}
.check-in-wrapper .check-in-input {
  background-color: #3B486A;
  border: none;
  outline: none;
  height: 30px;
  width: 100%;
  font-size: 1rem;
  color: white;
}
.check-in-wrapper .check-in-input-field-active {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 16px;
  padding-top: 0;
}
.check-in-wrapper .check-in-input-fields-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% * (0.8));
}
@media screen and (max-width: 900px) {
  .check-in-wrapper .check-in-input-fields-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 731px) {
  .check-in-wrapper .check-in-input-fields-wrap {
    display: block;
  }
}
.check-in-wrapper .check-in-input-field-booking-reference {
  width: calc(100% * (0.35));
}
@media screen and (max-width: 731px) {
  .check-in-wrapper .check-in-input-field-booking-reference {
    width: 100%;
  }
}
.check-in-wrapper .check-in-input-field-last-name {
  width: calc(100% * (0.65));
  margin-left: 10px;
}
@media screen and (max-width: 731px) {
  .check-in-wrapper .check-in-input-field-last-name {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.check-in-wrapper .search-button-wrap {
  background-color: #c2002d;
  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;
  margin-left: 10px;
  font-size: 1.2rem;
  width: calc(100% * (0.2));
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .check-in-wrapper .search-button-wrap {
    margin-left: 0;
    margin-top: 10px;
    width: calc(100% * (0.3));
    height: 52px;
  }
}
@media screen and (max-width: 731px) {
  .check-in-wrapper .search-button-wrap {
    width: calc(100% * (0.6));
  }
}
.check-in-wrapper .search-button-wrap:hover {
  background-color: #9a0024;
}
.check-in-wrapper .faq-link {
  color: white;
  text-decoration: none;
}

#date-departure-one-way-from {
  width: 100%;
}

/* CHECK IN END */
#x-wrap {
  z-index: 0;
}

.datepicker {
  z-index: 1;
}

/**
 * Tooltip Styles 1
 */
/**
 * Tooltip Styles2
 */
/* Add this attribute to the element that needs a tooltip */
[validation-data-tooltip-passenger] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
[validation-data-tooltip-passenger]:before {
  position: absolute;
  bottom: -104%;
  margin-left: -40%;
  margin-bottom: 5px;
  padding: 7px 15px;
  width: 200%;
  border-radius: 3px;
  background-color: #1073B8;
  color: #fff;
  content: attr(validation-data-tooltip-passenger);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[validation-data-tooltip-passenger]:after {
  position: absolute;
  bottom: calc(-70% + 35px);
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1073B8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Show tooltip content on hover */
[validation-data-tooltip-passenger]:hover:before,
[validation-data-tooltip-passenger]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Add this attribute to the element that needs a tooltip */
[validation-tooltip-passenger] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
[validation-tooltip-passenger]:before {
  position: absolute;
  bottom: -70%;
  margin-left: -15px;
  margin-bottom: 5px;
  padding: 7px 15px;
  width: 200%;
  border-radius: 3px;
  background-color: #1073B8;
  color: #fff;
  content: attr(validation-tooltip-passenger);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[validation-tooltip-passenger]:after {
  position: absolute;
  bottom: calc(-70% + 35px);
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1073B8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Show tooltip content on hover */
[validation-tooltip-passenger]:hover:before,
[validation-tooltip-passenger]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Add this attribute to the element that needs a tooltip */
[validation-data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
[validation-data-tooltip]:before {
  position: absolute;
  bottom: -100%;
  margin-bottom: 5px;
  padding: 7px 15px;
  width: 100%;
  border-radius: 3px;
  background-color: #1073B8;
  color: #fff;
  content: attr(validation-data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  min-height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Triangle hack to make tooltip look like a speech bubble */
[validation-data-tooltip]:after {
  position: absolute;
  bottom: calc(-70% + 35px);
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1073B8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Show tooltip content on hover */
[validation-data-tooltip]:hover:before,
[validation-data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

/* Add this attribute to the element that needs a tooltip */
[validation-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
/* Position tooltip above the element */
[validation-tooltip]:before {
  position: absolute;
  bottom: -70%;
  margin-left: -15px;
  margin-bottom: 5px;
  padding: 7px 15px;
  width: 100%;
  border-radius: 3px;
  background-color: #1073B8;
  color: #fff;
  content: attr(validation-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[validation-tooltip]:after {
  position: absolute;
  bottom: calc(-70% + 35px);
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #1073B8;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Show tooltip content on hover */
[validation-tooltip]:hover:before,
[validation-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.date-picker-wrapper {
  z-index: 4 !important;
  width: 344px !important;
}

/* INTERNET EXPLORER */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .date-picker-wrapper {
    width: 365px !important;
  }
}
/* TMP HACKS */
#date-departure-multi-from-0 {
  width: 100%;
}

#date-departure-multi-from-1 {
  width: 100%;
}

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

.select-input-wrapper {
  background-color: #3B486A;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  cursor: pointer;
  position: relative;
  height: 55px;
}

.select-input-wrapper-active {
  background-color: white;
  color: black;
}

.select-input-wrapper-actived {
  background-color: white;
  color: black;
}

.select-input-wrapper-selected {
  background-color: #3B486A;
  color: white;
}

.origin-select-box {
  color: black;
  position: absolute;
  background-color: #ffffff;
  overflow-y: scroll;
  border: 1px solid #eceff1;
  max-height: 200px;
  top: 52px;
  width: 100%;
  z-index: 5;
  left: 0;
}

.select-label-and-input-wrapper {
  background-color: inherit;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.pull-left-18 {
  margin-left: -22px;
}

.special-offer-form-wrap-active {
  width: 90%;
  margin-left: 5%;
  background-color: #0F213F;
}

.form-wrapper-special-offer {
  padding: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .form-wrapper-special-offer {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .form-wrapper-special-offer {
    display: block;
    padding: 0;
  }
}

.booking-form-overlay {
  position: absolute;
  background-color: rgba(255, 250, 0, 0.99);
  width: 100%;
  height: 100%;
  color: red;
}

div.fadeMe {
  background-color: rgba(0, 0, 0, 0.84);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
}

.faded-form-wrapper {
  background-color: #0F213F;
  z-index: 100;
  margin-top: 20%;
}

.faded-content-wrapper {
  width: 90%;
  margin-left: 5%;
}

.booking-panel-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 20px;
  color: white;
}
@media screen and (min-width: 474px) and (max-width: 1100px) {
  #booking-panel-wrapper {
    width: 463px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 500px) {
  .booking-panel-nav {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 400px) {
  .booking-panel-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.booking-panel-nav .trip-type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .booking-panel-nav .trip-type-wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.booking-panel-nav .trip-type-wrap .booking-nav-trip-type {
  padding-bottom: 3px;
  border-bottom: 2px solid red;
  font-size: 14px;
}
.booking-panel-nav .trip-class-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}
@media screen and (max-width: 750px) {
  .booking-panel-nav .trip-class-wrap {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.booking-panel-nav .trip-class-wrap .booking-nav-trip-class {
  color: #87cef6;
  font-size: 14px;
}
.booking-panel-nav .trip-price-from-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .booking-panel-nav .trip-price-from-wrap {
    width: 50%;
    text-align: center;
  }
}
.booking-panel-nav .trip-price-from-wrap .booking-nav-trip-price-from-valute {
  margin-left: 5px;
}
.booking-panel-nav .trip-price-from-wrap .booking-nav-trip-price-from {
  margin-left: 5px;
  font-size: 22px;
}
.booking-panel-nav .close-button-wrap-booking-nav {
  width: 10%;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .booking-panel-nav .close-button-wrap-booking-nav {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 400px) {
  .booking-panel-nav .close-button-wrap-booking-nav {
    width: 100%;
  }
}
.booking-panel-nav .close-button-wrap-booking-nav .close-button-booking-nav {
  padding: 6px 12px;
  color: #87cef6;
  border: 1px solid #87cef6;
}
.booking-panel-nav .close-button-wrap-booking-nav .close-button-booking-nav:hover {
  text-decoration: underline;
}

i.icon-airplane-origin:before {
  content: "";
  font-size: 1.3em;
}

i.icon-airplane-destination:before {
  content: "";
  font-size: 1.3em;
}

#booking_wrap_destination_offer {
  background-color: #0F213F;
  margin-bottom: 6px;
  padding: 1.5em 1.5em;
}

.subtab-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 2rem;
  position: relative;
}

.promo-code-field-wrap {
  cursor: pointer;
  position: absolute;
  right: 2.8rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.mobile-promo-code-field-wrap {
  position: static;
  margin-top: 1rem;
  width: calc(100% * (0.4) - 10px - 1px);
}
@media screen and (max-width: 1100px) {
  .mobile-promo-code-field-wrap {
    width: calc(100% * (1/4));
    min-width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .mobile-promo-code-field-wrap {
    width: calc(75%);
    min-width: 50%;
  }
}

.promo-code-input-field {
  background-color: #3B486A;
  outline: none;
  border: 0;
  width: 100%;
  height: unset;
  color: #fff;
  padding: 0;
  font-size: 14px;
}

.custom-field-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3B486A;
}

.my-dolars-icon {
  content: "";
}

.wrap-left-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
@media screen and (max-width: 400px) {
  .wrap-left-side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.start_origin_wrap .start_origin {
  background-color: #3B486A;
  border: 1px solid #3B486A;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  margin-right: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 100%;
  font-size: 1.1rem;
  color: #fff;
}
@media screen and (max-width: 732px) {
  .start_origin_wrap .start_origin {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.validation-error {
  border: 1px solid #c2002d;
}

.validation-message {
  color: #c2002d;
  display: none;
}

.start_origin_wrap {
  width: 33%;
}
@media screen and (max-width: 731px) {
  .start_origin_wrap {
    width: 100%;
  }
}
.start_origin_wrap .start_origin {
  background-color: #3B486A;
  border: 1px solid #3B486A;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  margin-right: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 100%;
  font-size: 1rem;
  width: 100%;
}
@media screen and (max-width: 731px) {
  .start_origin_wrap .start_origin {
    padding: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}

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

.inactive-bp-message {
  font-size: 1.7rem;
  color: white;
}

.blur-booking-panel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 33, 63, 0.9);
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.flifo-tab-wrapper {
  padding: 0 30px 30px 30px;
  display: flex;
}

.flifo-input-field-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 25%;
  padding: 16px;
  background-color: #3B486A;
}

.flifo-input-field-wrap.active {
  padding: 3px;
  padding-left: 16px;
  padding-bottom: 5px;
}

.flifo-timing-drop-down-wrapper {
  width: 25%;
}

@media screen and (max-width: 851px) {
  .flifo-tab-wrapper {
    flex-direction: column;
  }

  .flifo-input-field-wrap {
    width: 100%;
  }

  .flifo-timing-drop-down-wrapper {
    width: 100%;
  }

  .flifo-timing {
    margin: 0 !important;
    margin-top: 1rem !important;
  }

  .flifo-submit-button {
    margin-left: 0 !important;
    margin-top: 1rem;
  }
}
input[name=flifo-flight-number-field] {
  font-size: 1rem;
  height: 1.5rem;
  padding: 0;
  background-color: #3B486A;
  color: white;
  border: 0;
  outline: none;
}

.flifo-timing {
  background-color: #3B486A;
  border: 1px solid #3B486A;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  margin-right: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 1rem;
  color: white;
  height: 51px;
  font-size: 1rem;
  width: 100%;
}

select.flifo-timing > option {
  background-color: #3B486A;
  color: white;
}

.flifo-submit-button {
  font-size: 17px;
  text-transform: capitalize;
  height: 51px;
  margin-left: 2rem;
  background-color: #c2002d;
  border: 1px solid #c2002d;
}

.flifo-timing-drop-down-wrapper[validation-tooltip]:before {
  margin-left: 15px;
}

.flifo-title-wrap {
  padding: 30px 30px 0 30px;
}

.flifo-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 1rem 0;
}

.check-in-title {
  margin: 0 0 1rem 0;
  font-size: 24px;
}

