.hide {
  display: none !important;
}

/* autocomplete */
.list-group {
  width: 100%;
  z-index: 10;
  font-weight: 700;
  text-align: left;
}

.list-group .list-group-item {
  padding: 0;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group {
  position: absolute;
  z-index: 10;
  width: 100%;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item:focus,
a.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.autocomplete-airport-city-icon,
.autocomplete-airport-item-icon {
  width: 20px;
}

.autocomplete-airport-city-flag {
  width: 20px;
}

.autocomplete-airport-city-wrap {
  padding: 10px 10px 0px 10px;
}

.autocomplete-airport-city-flag {
  float: right;
}

.autocomplete-airport-city-icon {
  margin-top: -8px;
}

.autocomplete-airport-city {
  font-size: 18px;
  color: #5e5e5e;
  padding-left: 4px;
}

.autocomplete-airport-item-wrap {
  padding: 10px 10px 10px 38px;
}

.autocomplete-airport-city {
  padding-left: 3px;
}

@media screen and (min-width: 992px) {
  .charter-filter .list-group-item {
    width: 140%;
  }
}
.charter-filter .list-group-item {
  padding: 0;
  font-family: "Raleway", serif;
  font-weight: 700;
}

/* partner logos */
section.partners-block {
  position: relative;
  padding: 20px 0;
  z-index: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
}

section.partners-block .partner-logo {
  background-image: url("/wp-content/themes/stratos/library/images/home/logos.png");
  background-repeat: no-repeat;
  margin-top: 10px;
}

section.partners-block .logos {
  text-align: center;
}

section.partners-block .logos div:nth-child(1) .partner-logo {
  background-position: -103px -76px;
  width: 75px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(1) .partner-logo:hover {
  background-position: -103px -113px;
}

section.partners-block .logos div:nth-child(2) .partner-logo {
  background-position: 0 0;
  width: 83px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(2) .partner-logo:hover {
  background-position: 0 -35px;
}

section.partners-block .logos div:nth-child(3) .partner-logo {
  background-position: -190px 0;
  width: 95px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(3) .partner-logo:hover {
  background-position: -190px -38px;
}

section.partners-block .logos div:nth-child(3) .partner-logo {
  background-position: -188px -75px;
  width: 38px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(3) .partner-logo:hover {
  background-position: -188px -113px;
}

section.partners-block .logos div:nth-child(4) .partner-logo {
  background-position: -58px -149px;
  width: 55px;
  height: 55px;
  display: block;
  margin-top: 0;
}

section.partners-block .logos div:nth-child(4) .partner-logo:hover {
  background-position: -1px -149px;
}

/* section.partners-block .logos div:nth-child(5) .partner-logo {
    background-position: -83px 2px;
    width: 103px;
    height: 37px;
    display: block;
  }
  section.partners-block .logos div:nth-child(5) .partner-logo:hover {
    background-position: -83px -36px;
  } */
section.partners-block .logos div:nth-child(5) .partner-logo {
  background-position: -229px -74px;
  width: 54px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(5) .partner-logo:hover {
  background-position: -229px -112px;
}

section.partners-block .logos div:nth-child(6) .partner-logo {
  background-position: -190px 1px;
  width: 95px;
  height: 38px;
  display: block;
}

section.partners-block .logos div:nth-child(6) .partner-logo:hover {
  background-position: -190px -38px;
}

section.partners-block .logos div:nth-child(7) .partner-logo {
  background-position: 0 -81px;
  width: 100px;
  height: 32px;
  display: block;
  margin-top: 15px;
}

section.partners-block .logos div:nth-child(7) .partner-logo:hover {
  background-position: 0 -113px;
}

section.partners-block .container .logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.partners-block .container .logos span.partner-logo {
  display: inline-block;
}

.row.eight-cols.logos {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  section.partners-block .container .partners-margin-top {
    margin: 15px 0;
  }
}
/* Containers and Basics */
.container {
  width: 100% !important;
  max-width: 1420px;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-wide {
  width: 100% !important;
  max-width: 1350px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

.container-small {
  width: 100% !important;
  max-width: 700px !important;
  padding: 0 15px !important;
  margin: 0 auto !important;
}

h1,
h2,
h3,
p,
span,
form,
table,
a {
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
}

#wpadminbar a {
  line-height: unset !important;
}

/* #wpadminbar span{ */
h4,
h5,
h6 {
  font-family: "Libre Baskerville", sans-serif;
  color: #22434d;
  line-height: 1.3;
}

a {
  cursor: pointer;
}

p {
  color: #898989;
}

/* Header & Hero section --------------------------------------------- */
/* .header-baner-wrapper {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start;
    font-weight: unset;     */
/* padding-bottom: 10px; */
/* } */
/* @media only screen and (max-width: 768px) {
    .header-baner-wrapper .header-number {     
      font-weight: 700;
      color: #000;         
    }
  }

  .navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: fit-content;
  } */
/* nav.navbar.navbar-default.stratos-nav { */
/* background: rgba(0, 0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important; */
/* z-index: 2; */
/* } */
/*   
  nav.navbar.navbar-default.stratos-nav ul li a {
    color: white;
  }

  nav.navbar.navbar-default.stratos-nav .sub-menu li a {
    color: #22434d;;
  } */
.pricing-hero {
  width: 100%;
  background: rgba(0, 0, 0, 0.37);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  position: relative;
}

.pricing-hero-inner {
  padding-top: 80px;
}

.pricing-hero-title h1 {
  font-size: 48px;
  text-align: center;
  color: white;
  margin-bottom: 24px !important;
}

.pricing-hero-subtitle p {
  font-size: 20px;
  text-align: center;
  color: white !important;
  margin-bottom: 23px !important;
}

.plan-options {
  border-radius: 4px;
  position: relative;
}

.pricing-form-type {
  display: flex;
  gap: 30px;
  position: relative;
  margin-bottom: 30px;
}

.pricing-form-type::after {
  content: "";
  height: 1px;
  width: 20%;
  background-color: #898989;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.pricing-form-type span {
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #898989;
  z-index: 1;
}

.pricing-form-type span.active {
  border-bottom: 3px solid #24434d;
  color: #24434d;
}

input[value="Round Trip"] {
  display: none !important;
}

.pricing-form-main {
  display: flex;
  flex: 0 0 85%;
  max-width: 85%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pricing-form-item {
  display: flex;
  flex-direction: column;
}

.pricing-form-item input {
  width: 100%;
  height: 33px;
  border: 1px solid #838383;
  border-radius: 2px;
  padding-left: 10px;
}

.pricing-form-item:nth-child(1) input,
.pricing-form-item:nth-child(2) input {
  padding-right: 20px;
}

.pricing-form-item label {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.pricing-form-item:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.pricing-form-item:nth-child(2) {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.pricing-form-item:nth-child(3) {
  flex: 0 0 20%;
  max-width: 20%;
}

.pricing-form-item:nth-child(4) {
  flex: 0 0 15%;
  max-width: 15%;
  display: flex;
  justify-content: unset !important;
}

.pricing-form-item:nth-child(6) {
  flex: 0 0 10%;
  max-width: 10%;
}

.pricing-form-item:nth-child(6) input {
  width: 25%;
  margin: 0px 8px;
  text-align: center;
  padding-left: 0 !important;
}

.pricing-form-item:nth-child(5) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(1) {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(2) {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(3) {
  flex: 0 0 10%;
  max-width: 10%;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(4) {
  flex: 0 0 12%;
  max-width: 12%;
  display: flex;
  justify-content: start !important;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(5) {
  flex: 0 0 12%;
  max-width: 12%;
}

.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(6) {
  flex: 0 0 10%;
  max-width: 10%;
}

@media (min-width: 1200px) {
  .home-hero-inner .form-horizontal .plan-options__fields.plan-options__fields-button {
    position: absolute;
    right: 25px;
    top: 105px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .pricing-form-main {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .home-hero-inner .form-horizontal .plan-options__fields.plan-options__fields-button {
    position: absolute;
    bottom: 12px;
    min-width: 200px;
  }
}
.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(6) input {
  width: 25%;
  margin: 0px 8px;
  text-align: center;
  padding-left: 0 !important;
}

.pricing-form-item:nth-child(6) input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pricing-form-item select {
  margin-top: 20px;
  padding: 7px 5px;
  border: 1px solid #838383;
  border-radius: 2px;
}

.pricing-form-number {
  display: flex;
  align-items: center;
}

.qty-minus,
.qty-plus {
  cursor: pointer;
}

.plan-options__fields.plan-options__fields-button {
  flex: 0 0 15%;
  max-width: 15%;
  margin-bottom: -15px;
}

.plan-options__fields.plan-options__fields-button #quote_submit {
  width: 100%;
  border-radius: 4px;
  text-transform: none !important;
  font-weight: 600;
  white-space: initial;
}

.plan-options__fields.plan-options__fields-button button:focus {
  outline: unset;
}

.plan-options__fields.plan-options__fields-button button {
  width: 100%;
  background-color: #e47813;
  border-radius: 0;
  color: white;
}

.partners-block.lazy-load-section {
  background-color: transparent;
  border: unset;
  box-shadow: unset;
  width: 100%;
}

.error {
  width: 100%;
  text-align: left;
  color: #e47813 !important;
}

.selectpicker.autocomplete-airport {
  background: url("../../../images/location.svg") no-repeat scroll 24px 24px;
  background-position: right 5px center;
  background-size: 10px;
  background-color: white;
}

@media only screen and (max-width: 768px) {
  .pricing-form-item:nth-child(1),
  .pricing-form-item:nth-child(2),
  .pricing-form-item:nth-child(3),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(1),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(2),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(3),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(5) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-form-item:nth-child(4),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(4),
  .pricing-form-item:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-bottom: 10px;
  }
  .pricing-form-item:nth-child(6),
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 25px;
  }
  .pricing-form-type::after {
    width: 100%;
  }
  .pricing-form-type span {
    font-size: 13px;
  }
  .pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(5) {
    order: 2;
  }
}
/* Form */
.plan-options {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px 20px 50px 20px;
  box-shadow: 2px 9px 34px -4px rgba(0, 0, 0, 0.2);
}

.plan-options-results {
  position: relative;
  /* padding: 0 !important; */
}

.plan-options-results-inner {
  padding: 40px 0px;
  display: block;
  z-index: 100;
}

.plan-options-results {
  border-radius: 4px;
}

.plan-options-results-price {
  padding-bottom: 25px;
  position: relative;
}

.plan-options-results-price .plan-options-results__price-span {
  font-size: 28px;
  font-weight: 600;
  color: #24434d;
}

.plan-options-results-price::after {
  content: "";
  height: 2px;
  width: 30%;
  position: absolute;
  bottom: 30%;
  left: 35%;
  right: 0;
  background-color: #24434d;
}

.plan-options-results p {
  font-size: 11px;
  color: #898989;
}

.row.bot-space-plan-option-results {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.plan-options-results-items {
  display: flex !important;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: left;
  gap: 20px;
}

.plan-option-results-inner {
  border-radius: 5px;
  width: 190px;
  height: 306px;
  box-shadow: 6px 4px 25px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-color: white;
}

#response_stratos .plan-option-results-inner {
  height: 328px;
}

.plan-options-results-item {
  display: flex;
  flex: 0 0 30%;
  /* max-width: 30%; */
  justify-content: center;
}

.plan-options-results-image,
.plan-options-results-image img {
  width: 190px;
  height: auto;
}

.plan-options-results__more-item-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.plan-options-results-main {
  padding: 13px;
}

.plan-options-results-title h3 {
  font-size: 16px;
  text-align: center;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

.plan-options-results-features {
  display: flex;
  justify-content: space-between;
}

.plan-options-results-feature p {
  font-size: 14px;
  font-weight: 600;
  color: #24434d;
}

.plan-options-results-feature h5 {
  font-size: 12px !important;
  font-weight: 600;
  color: #7d7d7d;
}

.plan-options-results-feature p {
  position: relative;
}

#salesforce_form .plan-options__fields-button {
  width: 100%;
  max-width: 100% !important;
  bottom: 0;
  position: absolute;
  left: 0;
}

.plan-option-results-inner .plan-options-results-button {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.plan-options-results-feature {
  position: relative;
}

.plan-options-results-feature::after {
  position: absolute;
  content: " ";
  height: 50px;
  width: 1px;
  top: 0;
  right: -10px;
  background-color: #b1b1b1;
}

.plan-options-results-feature:last-child::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .plan-options-results-items {
    display: block !important;
  }
  .row.bot-space-plan-option-results {
    gap: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .plan-option-results-inner .btn.btn-stratos-orange {
    padding: 7px 10px 5px 10px;
  }
  .plan-option-results-inner {
    margin-bottom: 10px;
  }
}
/* Form  lvl 2*/
.plan-options-results__fields {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 30px;
  gap: 20px;
  padding-bottom: 20px;
}

.plan-options-results__field {
  display: flex;
  flex: 0 0 30%;
  max-width: 30%;
  flex-direction: column;
  text-align: left;
}

.plan-options-results__field input {
  width: 100%;
  height: 33px;
  border: 1px solid #838383;
  border-radius: 2px;
  padding-left: 10px;
}

.plan-options-results__field label {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
}

.plan-options__fields.plan-options__fields-button {
  width: 100%;
}

.plan-options__fields.plan-options__fields-button button {
  border-radius: 0px 0px 4px 4px;
}

.plan-options__fields-button {
  display: flex;
  align-items: center;
  gap: 5px;
}

.plan-options__fields-button img {
  height: 11px !important;
}

#quote_form_section {
  background-color: white;
  margin-top: 50px;
}

/* .plan-options-results-item:first-child{
    flex: 0 0 100%;
    max-width: 100%;
  } */
@media only screen and (max-width: 992px) {
  .header-baner-wrapper {
    padding: 0 !important;
  }
  .airport-hero-inner {
    width: 90%;
    text-align: left;
    padding: 0;
  }
  .plan-options-results-inner {
    padding-top: 0;
  }
  .airport-hero-title h1 {
    font-size: 32px;
  }
  .plan-options-results__field {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #quote_form_section {
    padding: 20px 0;
    margin-top: 50px;
  }
  .pricing-form-item {
    padding-top: 7px;
  }
  .pricing-form-item label {
    font-size: 13px;
  }
}
/* form dark */
.home-hero-wrapper section.plan-options-dark, .pricing-hero section.plan-options-dark {
  background-color: #22434d;
}
.home-hero-wrapper section.plan-options-dark .pricing-form-type span, .pricing-hero section.plan-options-dark .pricing-form-type span {
  color: #898989;
}
.home-hero-wrapper section.plan-options-dark .pricing-form-type span.active, .pricing-hero section.plan-options-dark .pricing-form-type span.active {
  color: #fff;
  border-bottom: 3px solid #fff;
}
.home-hero-wrapper section.plan-options-dark .pricing-form-item label, .pricing-hero section.plan-options-dark .pricing-form-item label {
  color: #fff !important;
}
.home-hero-wrapper section.plan-options-dark .pricing-form-item label.error, .pricing-hero section.plan-options-dark .pricing-form-item label.error {
  color: #e47813 !important;
}
.home-hero-wrapper section.plan-options-dark .pricing-form-item select, .pricing-hero section.plan-options-dark .pricing-form-item select {
  background-color: #fff;
}

.home-hero-wrapper .response-stratos-dark .response_stratos-loading.response_stratos-loading, .pricing-hero .response-stratos-dark .response_stratos-loading.response_stratos-loading {
  background-color: #22434d;
}
.home-hero-wrapper .response-stratos-dark #quote_form_section, .pricing-hero .response-stratos-dark #quote_form_section {
  background-color: #22434d;
}
.home-hero-wrapper .response-stratos-dark #quote_form_section .plan-options-results-price .plan-options-results__price-span, .pricing-hero .response-stratos-dark #quote_form_section .plan-options-results-price .plan-options-results__price-span {
  color: #fff;
}
.home-hero-wrapper .response-stratos-dark #quote_form_section .plan-options-results__field label, .pricing-hero .response-stratos-dark #quote_form_section .plan-options-results__field label {
  color: #fff !important;
}
.home-hero-wrapper .response-stratos-dark #quote_form_section .plan-options-results__field label.error, .pricing-hero .response-stratos-dark #quote_form_section .plan-options-results__field label.error {
  color: #e47813 !important;
}

/* Modal */
.modal.fade.in {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  margin-top: 100px;
}

.modal-title {
  color: #24434d;
  font-size: 18px;
  font-weight: 600;
}

.modal .marked {
  font-size: 14px;
  font-family: "Raleway", serif;
  font-weight: 700;
}

.modal-header {
  text-align: left;
  border-bottom: none;
  position: relative;
}

.modal-header::after {
  content: " ";
  height: 1px;
  width: 50%;
  position: absolute;
  background-color: #898989;
  bottom: 0;
  left: 1%;
  opacity: 0.3;
}

.modal-body {
  text-align: left;
}

.modal-body-text {
  display: block;
  padding-bottom: 20px;
}

.modal-body-text a:link,
.modal-body-text a:visited,
.modal-body-text a:active {
  color: #e47813;
}

.modal-dialog {
  width: 80%;
}

.modal-charter-filter-complete {
  display: flex;
  padding: 0 0 20px 0 !important;
}

.modal-charter-filter-result-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 30px;
}

.modal-footer {
  border: none;
  margin-top: -12px;
}

@media only screen and (max-width: 768px) {
  .modal-dialog.modal-dialog-pricing {
    width: 100%;
    right: 2%;
  }
  .modal-footer {
    border: none;
    margin-top: unset;
  }
}
/* .pricing-form-type{
    display: none;
  } */
.form-horizontal {
  display: flex;
  padding: 20px 0 0 0;
}

.home-hero-inner .plan-options .pricing-form-type {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}

.home-hero-inner .form-horizontal {
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .plan-options__fields.plan-options__fields-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .plan-options__fields.plan-options__fields-button button {
    border-radius: 0px 0px 4px 4px !important;
  }
  /* .plan-options {
    transform: unset;
  } */
  .form-horizontal {
    display: block;
  }
  .pricing-form-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-form-type {
    display: flex;
  }
  .quote_form_section {
    margin-top: 25px;
  }
}
#searchform input {
  line-height: 1;
}/*# sourceMappingURL=hero-form-v2.css.map */