<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Nunito', sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

#ui-datepicker-div {
  z-index: 10 !important;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

a {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #36a9b9;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

strong {
  font-weight: 500;
}

.close-travelto {
  right: 8px !important;
  top: 9px !important;
}

.header-block {
  padding-top: 120px;
  text-align: center;
}

.content-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer-block {
  padding: 25px 15px;
  border-top: 1px solid #0c6d97;
  background-color: #e6f0f4;
}

.logo {
  margin-top: 11px;
  margin-bottom: 11px;
}

.container {
  display: block;
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.hero-title {
  margin-top: 50px;
  margin-bottom: 0px;
  color: #0c6d97;
  font-weight: 500;
}

.hero-sub-text {
  font-size: 18px;
}

.search-option {
  margin-top: 50px;
  margin-bottom: 50px;
}

.search-form {
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fafafa;
}

.hero-tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 15px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero-tab-link:hover {
  color: #24a1b2;
}

.hero-tab-link.w--current {
  border-color: #24a1b2;
  background-color: transparent;
  color: #24a1b2;
}

.form-control-icon {
  position: relative;
  display: inline-block;
  width: 14.6%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-right: 10px;
  padding-left: 52px;
  border-style: none solid none none;
  border-width: 0px 1px 0px 0px;
  border-color: transparent #dfdfdf transparent transparent;
  background-color: transparent;
  background-image: url('../images/traveling-from-icon.svg');
  background-position: 15px 50%;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 500;
}

.form-control-icon:focus {
  border-right-color: #dfdfdf;
}

.form-control-icon .travelto {
  width: 92%;
  left: -13px;
}

.form-control-icon.traveling-from-icon {
  width: 23%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-image: url('../images/traveling-from-icon.svg');
  background-position: 15px 50%;
  background-repeat: no-repeat;
}

.form-control-icon.traveling-to-icon-country {
  width: 23%;
  background-image: url('../images/traveling-to-icon.svg');
  background-size: auto;
}

.form-control-icon.traveling-to-icon {
  width: 23%;
  background-image: url('../images/traveling-to-icon.svg');
  background-size: auto;
  display: none;
}

.form-control-icon.date-icon {
  background-image: url('../images/calendar.svg');
  background-size: auto;
  width: 22%;
}

.form-control-icon.passengers-icon {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/team.svg');
  background-size: auto;
}

.form-control-icon.currency-icon {
  border-right-width: 0px;
  border-right-color: transparent;
  background-image: url('../images/money.svg');
  background-size: auto;
}

.search-btn {
  width: 223px;
  margin-top: 25px;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #36a9b9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 20px;
  font-weight: 900;
}

.search-btn:hover {
  background-color: #177986;
}

.search-check-box,
.search-check-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 920px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.roundtrip-tab .search-check-box {
  max-width: 220px;
}

.hero-bg-image {
  border-bottom: 3px solid #c8c7c8;
}

.hero-images {
  margin-bottom: -3px;
}

.container-lg {
  display: block;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

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

.content-area-tab {
  margin-bottom: 50px;
  padding-top: 50px;
}

.content-tab-header {
  left: 0px;
  right: 0px;
  z-index: 8;
  display: block;
  width: 100%;
  max-width: 738px;
  margin: 0px auto 50px;
  background-color: #fff;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .12);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-align: center;
}

.content-tab-link {
  padding: 18px 25px 12px;
  border-bottom: 5px solid transparent;
  background-color: transparent;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.content-tab-link:hover {
  background-color: #fafafa;
}

.content-tab-link.w--current {
  border-bottom-color: #36a9b9;
  background-color: transparent;
}

.content-tab-link-icon {
  height: 24px;
  margin-bottom: 10px;
}

.how-it-work-tab-content {
  padding-right: 185px;
  padding-left: 185px;
}

.search-results-box.p20 {
  position: relative;
  padding: 15px 15px 5px;
}

.search-results-thead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

#NextCountryDestination {
  padding: 10px;
  border: 2px solid #eee;
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 42px;
}

.search-results-box .search-results-thead {
  position: -webkit-sticky;
  position: sticky;
  top: 176px;
}

.bookit-list-section .search-results-thead {
  top: 87px;
}

.bookit-list-section .add-another {
  display: block;
  text-align: center;
}

.search-results .search-results-thead {
  top: 89px;
}

.load-status {
  position: sticky;
  top: 126px;
}

.add-bookit {
  margin-left: 15px;
}

@media (max-width: 510px) {
  .load-status {
    top: 177px;
  }

  .successfully-modal-footer .return-trip {
    padding-bottom: 15px;
  }

  .previous-results {
    top: -45px !important;
  }
}

@media (max-width: 767px) {

  .search-results-thead,
  .load-status {
    position: relative;
    top: auto !important;
  }

  .add-bookit {
    margin-left: 0;
    margin-top: 15px !important;
  }

  .successfully-modal-footer .return-trip,
  .successfully-modal-footer .done-searching {
    font-size: 18px;
  }

  .successfully-modal-footer .return-trip {
    font-weight: bold;
    margin-top: 10px;
  }

  .successfully-modal-footer .done-searching {
    margin: 20px 0 30px 0;
  }
}

.thead-text {
  text-transform: uppercase;
}

.thead-text.label-text-flight {
  width: 200px;
  font-size: 0px;
}

.thead-text.label-text-last-updated {
  width: 180px;
  cursor: help;
}

.thead-text.label-text-departure-date {
  width: 180px;
}

.thead-text.label-text-di-in {
  width: 100px;
}

.thead-text.label-text-price {
  width: 180px;
}

.thead-text.label-text-more {
  width: 38px;
  font-size: 0px;
}

.thead-text.deals-label-flights {
  width: 20%;
}

.thead-text.deals-label-departure {
  width: 30%;
}

.thead-text.deals-label-duration {
  width: 10%;
}

.thead-text.deals-label-arrival {
  width: 30%;
}

.thead-text.deals-label-price {
  width: 150px;
}

.thead-text.deals-label-btn {
  width: 180px;
  font-size: 0px;
}

.search-list-iteam {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.search-list-iteam:hover {
  border-color: #0c6d97;
}

.search-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-list-more-detail {
  background-color: #f8f8f8;
}

.flight-name-view {
  width: 200px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flight-name-view._w-auto {
  width: auto;
  margin-right: 15px;
}

.flight-name-from {
  margin-right: 15px;
  font-size: 16px;
  font-weight: 500;
}

.flight-name-from.ml15 {
  margin-left: 15px;
}

.flight-name-to {
  margin-left: 15px;
  color: #36a9b9;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.flight-name-to:hover {
  text-decoration: underline;
}

.last-updated-date {
  width: 180px;
  font-size: 16px;
}

.last-updated-span {
  display: block;
  font-size: 12px;
}

.departure-date {
  width: 180px;
  font-size: 16px;
  font-weight: 500;
}

.di-in-view {
  width: 143px;
  height: 28px;
  padding: 5px 8px 3px;
  border-radius: 3px;
  background-color: #f2f2f2;
  color: #666;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: default;
}

.di-in-view.green-view {
  background-color: #32cd32;
  color: #fff;
}

.di-in-view.red-view {
  background-color: #ff4500;
  color: #fff;
}

.price-per-person {
  width: 100px;
}

.price-per-number {
  font-size: 24px;
  font-weight: 500;
}

.more-info-btn {
  width: 143px;
  border: 1px solid #0c6d97;
  border-radius: 2px;
  background-color: rgba(12, 109, 151, .1);
  text-align: center;
  padding: 5px;
}

.more-info-btn:hover {
  background-color: rgba(12, 109, 151, .3);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

.flight-details-link {
  display: inline-block;
  margin: 5px 5px 5px 15px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.flight-details-link:hover {
  color: #36a9b9;
}

.footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: 14px;
}

.footer-right {
  text-align: right;
}

.footer-menu-link {
  margin-left: 6px;
  padding-left: 5px;
  border-left: 1px solid #afafaf;
  color: #666;
  text-decoration: none;
}

.footer-menu-link:hover {
  color: #36a9b9;
}

.footer-menu-link.f-link-first-child {
  border-left: 0px none transparent;
}

.flight-deals-header {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.flight-name-big-view {
  display: inline-block;
}

.flight-name-text {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 24px;
  font-weight: 500;
}

.map-flight-route-btn {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.map-flight-route-btn:hover {
  color: #36a9b9;
}

.map-flight-route-btn.position-remove {
  position: static;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.map-flight-route-text {
  margin-left: 12px;
}

.flight-list-item {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.flight-list-item:hover {
  border-color: #0c6d97;
}

.flight-list-item.modal-border-none {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.previous-results {
  display: inline-block;
  left: 0;
  position: absolute;
  font-size: 18px;
  top: -36px;
  font-weight: bold;
}

.airlines-name-block {
  width: 20%;
}

.flights-short-name {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.flights-time-view {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 24px;
  font-weight: 500;
}

.flights-date-view {
  font-size: 16px;
}

.flights-full-name {
  color: #999;
  font-size: 12px;
}

.outbound-text {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  color: #0c6d97;
  font-size: 16px;
  font-weight: 500;
}

.airlines-logo {
  height: 42px;
  width: 88px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .15);
  margin-right: 10px;
}

.airlines-name {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.flights-date-and-time {
  width: 30%;
}

.duration-block {
  width: 10%;
}

.lowest-price-block {
  width: 45%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.duration-time {
  color: #36a9b9;
  font-size: 16px;
  font-weight: 500;
}

.show-details-link {
  color: #36a9b9;
  font-size: 12px;
  text-decoration: none;
}

.show-details-link:hover {
  text-decoration: underline;
}

.lowest-price-totle {
  margin-left: 10px;
  font-size: 24px;
  font-weight: 500;
}

.lowest-price-agent {
  margin-top: 5px;
}

.lowest-price-agent-link {
  margin-left: 15px;
  color: #36a9b9;
  text-decoration: none;
}

.lowest-price-agent-link:hover {
  text-decoration: underline;
}

.bookit-list-btn {
  display: inline-block;
  width: 180px;
  height: 48px;
  border: 1px solid #36a9b9;
  border-radius: 3px;
  background-color: rgba(54, 169, 185, .1);
  color: #36a9b9;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
}

.bookit-list-btn:hover {
  background-color: #36a9b9;
  color: #fff;
}

.airlines-name-number {
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

.lowest-price-symbol {
  font-size: 14px;
  font-weight: 400;
}

.bookit-list-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bookit-list-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.bookit-list-total-price {
  font-size: 16px;
}

.reset-btn {
  width: 80px;
  height: 28px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fafafa;
  color: #666;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.reset-btn:hover {
  background-color: #dcdcdc;
}

.another-info-line {
  margin-bottom: 0px;
  color: #36a9b9;
  font-size: 14px;
  font-weight: 400;
}

.delete-booklt {
  width: 42px;
  height: 38px;
  margin-left: 8px;
  line-height: 32px;
  text-align: center;
}

.modal-wrapper-about {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-block {
  position: relative;
  display: block;
  width: 767px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.modal-header-block {
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fafafa;
}

.modal-block-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
}

.modal-close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  padding: 12px;
  border-radius: 3px;
  background-color: #36a9b9;
}

.modal-content-block {
  padding: 15px;
}

.control-label {
  font-weight: 500;
}

.form-control {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fff;
  font-weight: 400;
}

.btn-default {
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #36a9b9;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 15px;
}

.theme-row {
  margin-right: -10px;
  margin-left: -10px;
}

.modal-wrapper-contact {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-wrapper-terms {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-wrapper-privacy {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.modal-wrapper-advertise {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.info-label {
  margin-left: 15px;
}

.form-control-select {
  display: inline-block;
  margin-bottom: 0px;
  padding: 8px;
  border: 0px solid transparent;
  background-color: transparent;
  background-image: url('../images/sort-down.svg');
  background-position: 96% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
}

.question-mark {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  border-radius: 100px;
  text-align: center;
}

.flight-details-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flight-details-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.duration-details-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

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

.agents-list-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.agents-lists {
  position: relative;
  padding: 15px;
  overflow: auto;
  height: 70vh;
}

.agents-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}

.agents-price {
  font-size: 16px;
}

.bookit-list-successfully {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9;
  display: none;
  height: 100%;
  padding: 80px;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.bookit-list-successfully-content {
  position: relative;
  padding: 50px 50px 0px;
  text-align: center;
}

.modal-note-block {
  padding: 15px;
  background-color: #f2f2f2;
}

.form-control-date {
  display: block;
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fafafa;
  background-image: url('../images/calendar.svg');
  background-position: 10px 50%;
  background-repeat: no-repeat;
}

.another-random-text {
  display: inline-block;
  width: 223px;
  margin: 15px;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #36a9b9;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
}

.another-random-text:hover {
  background-color: #177986;
}

.next-flight-error {
  display: none;
}

.successfully-modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dfdfdf;
}

.alert-box {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99;
  width: 100%;
  max-width: 767px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px 15px 15px;
  border: 1px solid #d6e9c6;
  border-radius: 3px;
  background-color: #dff0d8;
  opacity: 0;
  -webkit-transform: translate(0px, -52px);
  -ms-transform: translate(0px, -52px);
  transform: translate(0px, -52px);
  color: #3c763d;
}

.alert-text {
  display: inline-block;
  color: #3c763d;
  font-size: 16px;
}

.alert-close-btn {
  position: absolute;
  top: 11px;
  right: 12px;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  background-color: #3c763d;
  line-height: 26px;
  text-align: center;
}

.find-deals-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-deals-block &gt; div {
  width: 33%;
}

.find-deals-text {
  font-size: 16px;
}

.find-date-view {
  margin-left: 15px;
}

.find-date-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.find-date-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  background-color: #fafafa;
}

.find-date-input {
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: transparent #dfdfdf;
}

.find-date-input-arrow {
  width: 48px;
  height: 38px;
  line-height: 36px;
  text-align: center;
}

.flight-map-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flight-map-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map-checkbox {
  margin-bottom: 0px;
  margin-left: 15px;
}

.map-on-flight-btn-wp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flight-list-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.flight-list-out-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px dashed #dfdfdf;
}

.lowest-price-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agent-test {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.floating-label {
  position: absolute;
  left: 52px;
  top: 8px;
  z-index: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #999;
  font-weight: 400;
  text-align: left;
}

.floating-label.dropdown-f-label {
  left: 60px;
  top: -5px;
  font-size: 11px;
  z-index: 2;
}

.form-control-blank {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border: 0px solid transparent;
  background-color: transparent;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 8;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .12);
}

.container-2 {
  display: block;
  text-align: left;
}

.content-data-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

.anytime-link,
.anywhere-link {
  position: absolute;
  left: 85%;
  top: -28px;
  z-index: 1;
  font-size: 12px;
}

.anywhere-link {
  left: 80%;
}

.form {
  padding-top: 30px;
}

.contact-us-modal-link {
  cursor: pointer;
}

@media (max-width: 991px) {
  .form-control-icon.traveling-from-icon {
    width: 38%;
  }

  .form-control-icon.traveling-to-icon-country,
  .form-control-icon.traveling-to-icon {
    width: 39%;
  }

  .anytime-link,
  .anywhere-link {
    left: 73%;
  }

  .header-block {
    padding-top: 90px;
  }

  .content-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-block {
    padding: 15px 0px;
  }

  .search-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-image: url('../images/fix-line.jpg');
    background-position: 50% 50%;
    background-repeat: repeat-x;
  }

  .form-control-icon {
    width: 25%;
  }

  .search-btn {
    width: auto;
  }

  .search-check-box {
    max-width: 100%;
  }

  .content-area-tab {
    margin-bottom: 30px;
  }

  .content-tab-header {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .content-tab-link {
    padding-right: 6px;
    padding-left: 12px;
  }

  .how-it-work-tab-content {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search-results-thead {
    padding: 10px;
  }

  .thead-text.label-text-last-updated {
    width: 120px;
  }

  .thead-text.label-text-departure-date {
    width: 150px;
    margin-left: 15px;
  }

  .thead-text.label-text-di-in {
    width: 80px;
  }

  .thead-text.label-text-price {
    width: 120px;
    margin-left: 15px;
  }

  .thead-text.label-text-more {
    width: 34px;
  }

  .search-list-content {
    padding: 10px;
  }

  .last-updated-date {
    width: 120px;
    font-size: 12px;
  }

  .last-updated-span {
    font-size: 10px;
  }

  .departure-date {
    width: 150px;
    margin-left: 15px;
    font-size: 14px;
  }

  .di-in-view {
    width: 132px;
    height: 25px;
    padding: 3px 5px 1px;
    font-size: 12px;
  }

  .price-per-person {
    width: 120px;
    margin-left: 15px;
    font-size: 12px;
  }

  .price-per-number {
    font-size: 18px;
  }

  .flight-details-link {
    margin: 5px 5px 5px 10px;
  }

  .footer-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-right {
    margin-top: 5px;
    text-align: center;
  }

  .footer-menu-link {
    margin-left: 4px;
    padding-left: 3px;
    font-size: 12px;
  }

  .flight-list-item {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flights-short-name {
    font-size: 12px;
  }

  .flights-time-view {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
  }

  .flights-date-view {
    font-size: 14px;
  }

  .flights-full-name {
    font-size: 12px;
    line-height: 16px;
  }

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

  .airlines-name {
    font-size: 14px;
  }

  .duration-time {
    font-size: 14px;
  }

  .duration-stop-view {
    font-size: 12px;
  }

  .lowest-price-totle {
    font-size: 18px;
  }

  .lowest-price-agent {
    margin-top: 0px;
    font-size: 12px;
    line-height: 16px;
  }

  .lowest-price-agent-link {
    font-size: 12px;
  }

  .bookit-list-btn {
    width: 170px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
  }

  .delete-booklt {
    margin-top: 12px;
  }

  .modal-wrapper-about {
    padding: 50px;
  }

  .modal-wrapper-contact {
    padding: 50px;
  }

  .modal-wrapper-terms {
    padding: 50px;
  }

  .modal-wrapper-privacy {
    padding: 50px;
  }

  .modal-wrapper-advertise {
    padding: 50px;
  }

  .flight-details-list {
    padding: 0px 10px 5px;
  }

  .duration-details-modal {
    padding: 50px;
  }

  .agents-list-modal {
    padding: 50px;
  }

  .bookit-list-successfully {
    padding: 50px;
  }

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

@media (min-width: 768px) {
  .search-list-content .flight-name-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .agents-lists .add-bookit {
    position: absolute;
    right: 215px;
  }

  .agents-lists .agents-price {
    margin-right: 80px;
  }
}

@media (max-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .traveling-from-icon,
  .traveling-to-icon-country,
  .traveling-to-icon {
    width: 100% !important;
  }

  .header-block {
    padding-top: 90px;
  }

  .logo {
    margin-left: 11px;
  }

  .hero-title {
    margin-top: 30px;
    font-size: 24px;
  }

  .hero-sub-text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .search-option {
    margin-top: 15px;
  }

  .form-control-icon {
    font-size: 14px;
  }

  .search-btn {
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 10px 15px;
    font-size: 20px;
  }

  .search-check-box {
    margin-top: 15px;
  }

  .content-tab-header {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .12);
  }

  .content-tab-link {
    padding: 32px 25px 28px;
  }

  .content-tab-link-icon {
    margin-bottom: 0px;
  }

  .search-list-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .last-updated-date {
    width: 150px;
    font-size: 14px;
    text-align: center;
  }

  .last-updated-span {
    font-size: 11px;
  }

  .departure-date {
    font-size: 18px;
    font-weight: bold;
  }

  .more-info-btn {
    width: 132px;
  }

  .price-per-person {
    width: 200px;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
  }

  .price-per-number {
    font-size: 24px;
  }

  .flight-deals-header {
    text-align: left;
  }

  .flight-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .flight-list-item.modal-border-none {
    background-image: url('../images/fix-line.jpg');
    background-position: 50% 43px;
    background-size: 5px;
    background-repeat: repeat-x;
  }

  .airlines-name-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flights-short-name {
    margin-bottom: 5px;
    line-height: 16px;
  }

  .outbound-text {
    width: 33.33%;
  }

  .flights-date-and-time {
    width: 25%;
  }

  .flights-date-and-time.text-right {
    text-align: right;
  }

  .duration-block {
    width: 15%;
  }

  .bookit-list-btn {
    font-size: 14px;
  }

  .airlines-name-number {
    display: inline-block;
  }

  .delete-booklt {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-wrapper-about {
    padding: 15px;
  }

  .modal-block-title {
    padding-right: 48px;
    font-size: 18px;
    line-height: 24px;
  }

  .modal-close-btn {
    padding: 8px;
  }

  .modal-wrapper-contact {
    padding: 15px;
  }

  .modal-wrapper-terms {
    padding: 15px;
  }

  .modal-wrapper-privacy {
    padding: 15px;
  }

  .modal-wrapper-advertise {
    padding: 15px;
  }

  .duration-details-modal {
    padding: 15px;
  }

  .agents-list-modal {
    padding: 15px;
  }

  .agents-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bookit-list-successfully {
    padding: 15px;
  }

  .bookit-list-successfully-content {
    padding: 25px 25px 0px;
  }

  .find-deals-block {
    display: block;
  }

  .find-deals-text {
    margin-bottom: 12px;
    text-align: center;
  }

  .find-date-view {
    margin-right: 8px;
    margin-left: 8px;
  }

  .flight-map-header {
    display: block;
  }

  .flight-map-view {
    margin-top: 12px;
  }

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

  .form {
    padding-top: 15px;
  }

  .nav-menu {
    display: inline-block;
    float: none;
  }

  .form-control-icon.date-icon {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .find-deals-block &gt; div {
    width: 100%;
  }

  .search-list-content .flight-name-view {
    width: 100% !important;
  }

  .search-list-content .flight-name-view&gt;div,
  .search-list-content .flight-name-view&gt;img {
    display: block;
    text-align: center;
    margin: 9px auto !important;
  }

  .social-media-section .w-col-4 {
    margin-left: 0 !important;
  }

  .header-block {
    padding-top: 150px;
  }

  .content-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .hero-title {
    margin-top: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero-sub-text {
    line-height: 20px;
  }

  .search-form {
    background-image: none;
  }

  .hero-tab-link {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 8px;
    font-size: 14px;
  }

  .form-control-icon {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    border-bottom: 1px solid #dfdfdf;
    border-right-style: none;
    border-right-width: 0px;
  }

  .one-way-tab .form-control-icon.traveling-from-icon,
  .multi-city-tab .form-control-icon.traveling-from-icon {
    width: 100%;
  }

  .form-control-icon.traveling-from-icon {
    width: 100%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .form-control-icon.traveling-from-icon.resize {
    width: 30%;
  }

  .form-control-icon.passengers-icon {
    width: 50%;
    border-bottom: 0px none transparent;
    border-right-style: solid;
    border-right-width: 1px;
    border-style: none;
  }

  .form-control-icon.currency-icon {
    width: 50%;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .search-btn {
    width: 100%;
  }

  .search-check-box {
    margin-bottom: 0px;
    font-size: 12px;
  }

  .content-area-tab {
    margin-bottom: 0px;
    padding-top: 15px;
  }

  .content-tab-header {
    margin-bottom: 15px;
  }

  .content-tab-link {
    display: inline-block;
    padding: 12px 18px 8px;
    border-bottom-width: 3px;
  }

  .search-list-iteam {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
  }

  .flight-name-view {
    width: 100%;
    margin-bottom: 15px;
  }

  .flight-name-view._w-auto {
    margin-right: 0px;
  }

  .last-updated-date {
    display: block;
    width: 50%;
    text-align: left;
  }

  .departure-date {
    width: 50%;
    margin-left: 0px;
  }

  .price-per-person {
    width: 50%;
    margin-top: 10px;
  }

  .price-per-person&gt;br {
    content: " ";
    display: none;
  }

  .more-info-btn {
    margin-top: 10px;
  }

  .footer-left {
    display: block;
    text-align: center;
  }

  .copyright-text {
    margin-bottom: 15px;
  }

  .flight-deals-header {
    text-align: center;
  }

  .map-flight-route-btn {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flight-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/fix-line.jpg');
    background-position: 0px 52px;
    background-size: 5px;
    background-repeat: repeat-x;
  }

  .airlines-name-block {
    width: 100%;
  }

  .flights-time-view {
    font-size: 14px;
  }

  .flights-date-view {
    font-size: 12px;
  }

  .flights-full-name {
    font-size: 12px;
  }

  .outbound-text {
    display: none;
  }

  .airlines-logo {
    height: 35px;
  }

  .airlines-name {
    width: 65%;
  }

  .flights-date-and-time {
    width: 33.33%;
    margin-top: 13px;
    margin-bottom: 12px;
  }

  .duration-block {
    width: 25%;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
  }

  .lowest-price-block {
    display: block;
    width: 70%;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .duration-time {
    font-size: 12px;
  }

  .duration-stop-view {
    line-height: 18px;
  }

  .lowest-price-agent-link {
    margin-left: 0px;
    font-size: 18px;
    line-height: 32px;
  }

  .show-details-link {
    font-size: 18px;
  }

  .bookit-list-btn {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }

  .bookit-list-header {
    margin-bottom: 10px;
  }

  .bookit-list-title {
    font-size: 18px;
    line-height: 22px;
  }

  .bookit-list-total-price {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-wrapper-about {
    padding: 5px;
  }

  .modal-block-title {
    padding-right: 40px;
  }

  .modal-wrapper-contact {
    padding: 5px;
  }

  .modal-wrapper-terms {
    padding: 5px;
  }

  .modal-wrapper-privacy {
    padding: 5px;
  }

  .modal-wrapper-advertise {
    padding: 5px;
  }

  .flight-details-list {
    display: block;
    padding-bottom: 0px;
  }

  .duration-details-modal {
    padding: 10px;
  }

  .agents-list-modal {
    padding: 10px;
  }

  .bookit-list-successfully {
    padding: 10px;
  }

  .another-random-text {
    font-size: 16px;
  }

  .successfully-modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .find-date-view {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .find-date-list {
    display: block;
  }

  .flight-list-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .flight-list-out-in {
    padding: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .agent-test {
    display: block;
    text-align: left;
  }

  .booklt-book-and-delete {
    width: 100%;
  }

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

  .anytime-link,
  .anywhere-link {
    left: 69%;
    top: 5px;
    font-size: 26px;
    z-index: 3;
  }

  .nav-menu {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Avenirnext';
  src: url('../fonts/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

.loading {
  background-image: url("../images/loading3.gif");
  background-size: 25px 25px;
  background-position: right center;
  background-repeat: no-repeat;
}

.google-ad&gt;div {
  margin: 0 auto;
}

.search-results-box {
  display: none;
  min-height: 500px;
}

.google-ad:nth-child(1) {
  display: none;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Tooltip container */
.stooltip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  /* If you want dots under the hoverable text */
}

.stooltip:hover {
  cursor: help;
}

/* Tooltip text */
.stooltip .stooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 2;
}

/* Show the tooltip text when you mouse over the tooltip container */
.stooltip:hover .stooltiptext {
  visibility: visible;
}

.modal-block .p20 {
  padding: 20px;
}

.bookit-list-section,
.social-media-section,
.flight-map-section {
  display: none;
}

.bookit-list-section {
  min-height: 400px;
}

.social-media-section .w-col-4 {
  margin-left: 90px;
}

@-webkit-keyframes myfirst {
  0% {
    background-color: #fff;
  }

  50% {
    background: #ebf7f8;
  }

  100% {
    background: #fff;
  }
}

.box {
  -webkit-animation: myfirst 2s infinite;
  width: 100%;
  height: 50px;
  background-color: #ebf7f8;
  text-align: center;
  padding: 10px;
}

.alert-box2 {
  border-radius: 10px;
  padding: 14px;
  margin: 10px;
  text-align: center;
  width: 100%;
  height: 50px;
  font-size: 22px;
  color: #a6ca8a;
}

.alert-box2 span {
  font-weight: bold;
  text-transform: uppercase;
}

.alert-box2.success {
  background-color: #e9ffd9;
  border: 1px solid #a6ca8a;
}

.bookit-list {
  display: none;
}

#map {
  overflow: visible;
  min-height: 600px;
}

#pagination {
  text-align: right;
  display: none;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 8px 0;
  border-radius: 4px;
}

.pagination&gt;li {
  list-style-type: none;
  display: inline-block;
  margin-right: 15px;
  padding: 12px 15px 8px;
  background-color: #fff;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, .05);
  font-size: 20px;
  cursor: pointer;
  border: 1px solid #fff;
}

.pagination&gt;li:hover {
  background-color: rgba(54, 169, 185, .1);
  border: 1px solid #36a9b9;
}

.pagination&gt;li a {
  text-decoration: none;
  color: #474747;
}

.pagination&gt;li.active a {
  color: #fff;
}

#pagination .col-sm-4 {
  display: none;
}

.pagination&gt;li.active {
  background-color: #26a0af;
  color: #fff;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus~.floating-label,
input:valid~.floating-label {
  top: -5px;
  font-size: 11px;
}

.content-area-tab.stuck .content-tab-header {
  position: fixed;
  top: -89px;
  -webkit-transform: translate(0px, 89px);
  -ms-transform: translate(0px, 89px);
  transform: translate(0px, 89px);
}

.ui-datepicker-title a {
  color: #36a9b9 !important;
  text-decoration: underline;
}

#newsletter-box {
  z-index: 50000;
  bottom: -385px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ccc;
  background-color: #ffffff;
  padding: 10px 10px 10px 20px;
  position: fixed;
  border-top-right-radius: 2em;
  -moz-border-radius-topright: 2em;
  max-width: 375px;
  min-height: 458px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

#newsletter-box p {
  margin: 15px 0;
}

#newsletter-box input,
#newsletter-box select {
  width: 90%;
  padding: 10px;
  border: 2px solid #eee;
}

#newsletter-box select {
  height: 42px;
}

#next-flight-origin,
#next-flight-dest {
  padding: 10px;
  border: 2px solid #eee;
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

[class*='close-'] {
  color: #777;
  font: 14px/100% arial, sans-serif;
  position: absolute;
  right: 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 22px;
}

.close-thik:after {
  content: 'âœ–';
  /* UTF-8 symbol */
}

#newsletter-box.opened {
  bottom: 0;
}

#newsletter-box:not(.opened) .close-thik {
  display: none;
}

.n-error {
  border: 2px solid red;
}

.news-error {
  color: red;
  display: none;
}

.news-success {
  color: navy;
  display: none;
}

#share-results {
  font-size: 16px;
  font-weight: 500;
}

#share-results input {
  width: 300px;
  padding: 5px;
  margin: 2px;
  font-weight: normal;
}

#share-buttons {
  width: 55%;
  margin: 10px;
}

#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.isa_info,
.isa_success,
.isa_warning,
.isa_error {
  margin: 25px auto;
  padding: 12px;
}

.isa_info {
  color: #00529B;
  background-color: #BDE5F8;
  border-radius: 3px;
}

.share-buttons-footer {
  text-align: right;
  top: 10px;
  position: relative;
}

.share-1 {
  float: right;
  padding-bottom: 10px;
}

.share-2,
.share-3 {
  float: right;
  margin-right: 15px;
  padding-bottom: 10px;
}

@media (max-width: 510px) {
  .share-buttons-footer {
    text-align: center;
  }

  .share-1 {
    float: none;
    padding-bottom: 10px;
    text-align: center;
  }

  .share-2,
  .share-3 {
    float: none;
    margin-right: 0;
    padding-bottom: 10px;
    text-align: center;
  }
}

.select2 {
  width: 100% !important;
}

.ui-datepicker-month,
.ui-datepicker-year {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  font-size: 20px !important;
}

span.more-country {
  font-size: 12px;
}

/* Main container styles */
.stop-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; /* Center the items horizontally */
  padding: 20px; /* Add padding for spacing */
}

/* Label styles */
.stop-checkboxes label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 20px;
}

/* Checkbox styles */
.stop-checkboxes input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}

.stop-checkboxes input[type="checkbox"]:checked {
  background-color: #2196F3;
}

/* Custom checkbox indicator styles */
.stop-checkboxes input[type="checkbox"] + span {
  vertical-align: top;
}

/* Text styles for the labels */
.stop-checkboxes span {
  font-size: 14px;
}

/* Additional styles for the All, 0, 1, and 2+ checkboxes */
.stop-checkboxes input[type="checkbox"] + span:first-child {
  font-weight: bold;
  margin-right: 10px;
}

.stop-checkboxes input[type="checkbox"] + span + span {
  color: #333;
}

/* Add padding to the container for spacing on the edges */
.stop-checkboxes {
  padding: 20px 0;
}
</pre></body></html>