html {
  scroll-behavior: smooth;
}
body {
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
}
.text-center {
  text-align: center;
}
.modal {
  display: none;
}
.qty-minus,
.qty-plus,
.drop-down-minus-icon,
.drop-down-plus-icon {
  width: 20px;
  height: 20px;
}

@media only screen and (min-width: 1200px) {
  .pricing-hero #formid3 .pricing-form-item-passengers {
    max-width: 90px;
  }
}
#formid3 .plan-options-results__fields {
  width: 100%;
  justify-content: space-between;
  padding-bottom: 0;
}
#formid3 .plan-options-results__fields label {
  font-size: 12px;
}
#formid3 .plan-options-results__fields label:not(.error) {
  color: #fff !important;
}
#formid3.form-horizontal {
  flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
  .home-hero-inner #formid3.form-horizontal .plan-options__fields.plan-options__fields-button {
    position: absolute;
    right: 35px;
    top: 105px;
  }
}
@media only screen and (max-width: 768px) {
  #formid3 .plan-options-results__fields {
    padding-top: 10px;
  }
}
.formid3-response .thank-you-inner {
  background-color: white;
  margin: 25px 0 0px 0;
  padding: 50px 70px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}
.formid3-response .thank-you-main {
  width: 50%;
  padding: 0px 20px 0 0;
}
.formid3-response .thank-you-title {
  padding: 0 45px 0 0;
}
.formid3-response .thank-you-title h1 {
  font-weight: 800;
  color: #22434d;
}
.formid3-response .thank-you-text {
  font-size: 26px !important;
  font-family: Raleway;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 0px;
  padding: 0 45px 0 0;
  color: #22424D !important;
}
.formid3-response .thank-you-text p {
  font-size: 26px !important;
  color: #22424D !important;
}
.formid3-response .thank-you-text a {
  color: #E47815;
}
.formid3-response .thank-you-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  color: #22424D;
}
.formid3-response .thank-you-detail {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  font-family: "Raleway";
  margin-bottom: 7px;
}
.formid3-response .thank-you-label {
  width: 50%;
  font-weight: bold;
}
.formid3-response .thank-you-value {
  width: 50%;
  font-weight: 500;
}
.formid3-response .thank-you-image {
  width: 50%;
}
.formid3-response .thank-you-image img {
  width: 100%;
}
@media (max-width: 1440px) {
  .formid3-response .thank-you-title h1 {
    font-size: 34px;
  }
  .formid3-response .thank-you-text {
    font-size: 22px;
  }
}
@media (max-width: 1200px) {
  .formid3-response .thank-you-main {
    width: 100%;
  }
  .formid3-response .thank-you-title {
    padding: 0;
  }
  .formid3-response .thank-you-text {
    padding: 0;
  }
  .formid3-response .thank-you-image {
    width: 100%;
  }
  .formid3-response .thank-you-image-inner {
    text-align: center;
    margin-top: 40px;
  }
  .formid3-response .thank-you-image-inner img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .formid3-response .thank-you-inner {
    margin: 20px 0 20px 0;
  }
}
@media (max-width: 800px) {
  .formid3-response .thank-you-inner {
    padding: 20px 30px;
  }
  .formid3-response .thank-you-text {
    font-size: 16px;
    line-height: 26px;
  }
  .formid3-response .thank-you-detail {
    width: 100%;
  }
  .formid3-response .plan-options-results-inner {
    padding: 20px 0px 0px 0px;
  }
}
.formid3-response .page-template-page-thank-you-v2 .footer-menu {
  position: relative;
}

body.single-post #formid3 .plan-options-results__fields {
  gap: 0;
  padding: 0;
}
body.single-post #formid3 .plan-options-results__fields label:not(.error) {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
  color: black !important;
}
body.single-post .thank-you-wrapper .thank-you-inner {
  padding: 0;
}
body.single-post .thank-you-wrapper .thank-you-main {
  width: 100%;
  padding: 0;
}
body.single-post .thank-you-wrapper .thank-you-main .thank-you-title {
  padding: 0;
}
body.single-post .thank-you-wrapper .thank-you-main .thank-you-title h1 {
  font-size: 30px;
}
body.single-post .thank-you-wrapper .thank-you-main .thank-you-text {
  padding: 0;
}
body.single-post .thank-you-wrapper .thank-you-main .thank-you-details {
  margin-top: 0;
  margin-bottom: 10px;
}
body.single-post .thank-you-wrapper .thank-you-main .thank-you-detail {
  width: 100%;
}
body.single-post .thank-you-wrapper .thank-you-image {
  width: 100%;
}

.modal {
  display: none;
}

.home-hero-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .home-hero-wrapper {
    background-position: 70%;
  }
}

.home-hero-wrapper {
  position: relative;
}
.home-hero-wrapper::after {
  content: " ";
  background: rgba(255, 255, 255, 0.41);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-hero-inner {
  z-index: 1;
  position: relative;
  padding: 140px 0 50px 0;
}
.home-hero-inner .home-hero-title {
  margin-top: 92px;
  text-align: left;
}
.home-hero-inner .home-hero-title h2 {
  font-family: "Libre Baskerville" !important;
  font-weight: 700;
  font-size: 64px !important;
  line-height: 79px;
  letter-spacing: -0.06em;
  color: #24434d;
  margin-bottom: 0;
}
.home-hero-inner .home-hero-text {
  text-align: left;
}
.home-hero-inner .home-hero-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #24434d;
  padding: 20px 0;
}
.home-hero-inner .airport-hero-features {
  text-align: left;
  display: flex;
  padding-bottom: 50px;
}
@media only screen and (max-width: 500px) {
  .home-hero-inner .airport-hero-features {
    justify-content: space-between;
  }
}
.home-hero-inner .airport-hero-features .airport-hero-feature {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (max-width: 500px) {
  .home-hero-inner .airport-hero-features .airport-hero-feature {
    padding-right: 0;
  }
}
.home-hero-inner .airport-hero-features .airport-hero-feature .airport-hero-feature-icon {
  width: 30px;
  filter: brightness(0);
}
@media only screen and (max-width: 500px) {
  .home-hero-inner .airport-hero-features .airport-hero-feature .airport-hero-feature-icon {
    width: 18px;
  }
}
.home-hero-inner .airport-hero-features .airport-hero-feature .airport-hero-feature-icon img {
  width: 25px;
}
@media only screen and (max-width: 500px) {
  .home-hero-inner .airport-hero-features .airport-hero-feature .airport-hero-feature-icon img {
    width: 18px;
  }
}
@media only screen and (max-width: 500px) {
  .home-hero-inner .airport-hero-features .airport-hero-feature .airport-hero-feature-text span {
    font-size: 9px;
    padding-left: 4px;
  }
}

.plan-options {
  margin-bottom: 0px;
}
.plan-options #formid2 {
  flex-wrap: wrap;
}
.plan-options #formid2 .pricing-form-type {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
}

.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;
}

/* Header & Hero section --------------------------------------------- */
.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: 100px;
}

.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;
}

@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;
  }
}

.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;
}

/* Footer css */
.timeselect {
  background: url('../images/icon_clock.svg') no-repeat scroll 24px 24px;
  background-position: right 20px center;
  background-size: 24px;
  height: 32px;
}
.response_stratos-loading {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 4px;
}
.response_stratos-loading > img {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spinLoader 4s linear infinite;
  -moz-animation: spinLoader 4s linear infinite;
  animation: spinLoader 4s linear infinite;
}
@-moz-keyframes spinLoader {
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spinLoader {
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spinLoader {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* NPA Modifications */
#formid3 .timeselect {
  margin-top:18px;
}

#formid3 button, #formid3 input, #formid3 optgroup, 
#formid3 select, #formid3 textarea {
  font-size:13.33px;
  font-family:Arial;
}

.pricing-form-item:nth-child(6) input,
.pricing-form-main.pricing-form-main-2 .pricing-form-item:nth-child(6) input {
  padding-right:0 !important;
}
.home-hero-inner {
  padding:0;
}
.plan-options {
  border-radius:0;
  margin-bottom:0;
  min-height:300px;
}
#response_stratos {
  background: #22434d;
  overflow: hidden;
  color: #FFF;
}
.formid3-response .thank-you-inner {
  margin:0 !important;
  border-radius:0 !important;
}
@media only screen and (min-width: 1200px) {
  .home-hero-inner #formid3.form-horizontal .plan-options__fields.plan-options__fields-button {
    position: absolute;
    right: 20px;
    top: 106px;
  }
  .formid3-response .thank-you-main {
    width: 60%;
  }
  .formid3-response .thank-you-image {
    width: 40%;
  }
}
span.autocomplete-airport-name, .pricing-form-item a {
  color: #555;
  font-family: "Raleway", sans-serif;
  line-height: 1.3;
  text-decoration: none !important;
  font-size: 14px;
}
span.autocomplete-airport-name {
  position:relative;
  top:-3px;
  left:1px;
}