.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.1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.home-hero-inner {
  /* margin-top: 92px; */
  z-index: 1;
  position: relative;
  padding: 40px 0 0 0;
}
.home-hero2-inner {
  margin-bottom: 46px;
}
.home-hero-inner .home-hero-title {
  text-align: left;
  max-width: 600px;
}
.home-hero-inner .home-hero-title h2 {
  font-family: 'Libre Baskerville' !important;
  font-weight: 700;
  font-size: 40px;
  line-height: 79px;
  letter-spacing: -0.06em;
  color: #24434d;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .home-hero-inner .home-hero-title h2 {
    font-size: 26px;
  }
}

.home-hero-inner .home-hero-text {
  text-align: left;
  max-width: 600px;
}
.home-hero-inner .home-hero-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #24434d;
  padding: 0;
}
.home-hero-inner .airport-hero-features {
  text-align: left;
  display: flex;
  padding-bottom: 50px;
}
.home-hero-inner .airport-hero-features .airport-hero-feature {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.home-hero-inner
  .airport-hero-features
  .airport-hero-feature
  .airport-hero-feature-icon {
  padding-right: 10px;
  filter: brightness(0);
}
@media only screen and (max-width: 400px) {
  .home-hero-inner .airport-hero-features {
    flex-wrap: wrap;
  }
}

.plan-options {
  margin-top: 20px;
  margin-bottom: 46px;
}
.plan-options #formid2 {
  flex-wrap: wrap;
}
.plan-options #formid2 .pricing-form-type {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
}

.home-score-wrapper {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .home-score-wrapper {
    padding-top: 80px;
  }
}
.home-score-wrapper .home-score-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  max-width: 520px;
  padding: 12px 38px;
}
@media only screen and (max-width: 768px) {
  .home-score-wrapper .home-score-inner {
    flex-wrap: wrap;
  }
}
.home-score-wrapper .home-score-inner .home-score-label span {
  font-family: 'Libre Baskerville', sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  padding-right: 10px;
}
.home-score-wrapper .home-score-inner .home-score-main {
  display: flex;
  padding-right: 10px;
}
.home-score-wrapper .home-score-inner .home-score-main .home-score-stars {
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.home-score-wrapper
  .home-score-inner
  .home-score-main
  .home-score-stars
  .star-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('/wp-content/themes/stratos/images/review-star.svg');
  background-size: cover;
  background-position: center center;
}
.home-score-wrapper
  .home-score-inner
  .home-score-main
  .home-score-stars
  .star-half-icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('/wp-content/themes/stratos/images/review-star-half.svg');
  background-size: cover;
  background-position: center center;
}
.home-score-wrapper .home-score-inner .home-score-text {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  text-align: left;
}
.home-score-wrapper .home-score-inner .home-score-text a {
  color: #e47813;
  text-decoration: underline;
}

.home-welcome-wrapper {
  padding-top: 70px;
}

.home-welcome-wrapper .home-welcome-above span {
  font-weight: 600;
  font-size: 14px;
  color: #898989;
}
.home-welcome-wrapper .home-welcome-title h1 {
  font-family: 'Libre Baskerville', sans-serif;
  margin-top: 0;
  font-size: clamp(28px, 2vw, 32px);
}
.home-welcome-wrapper .home-welcome-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #212121;
}

.dest-features-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: left;
  padding-top: 60px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  row-gap: 50px;
}
@media only screen and (max-width: 768px) {
  .dest-features-inner {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.dest-features-inner .dest-features-title {
  padding-top: 15px;
}
.dest-features-inner .dest-features-title h3 {
  margin-top: 0;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.dest-features-inner .dest-features-text {
  font-size: 16px;
  font-weight: 400;
  color: #212121;
}

.home-sec1-wrapper {
  padding-top: 120px;
}
@media only screen and (max-width: 768px) {
  .home-sec1-wrapper {
    padding-top: 50px;
  }
}
.home-sec1-wrapper .home-sec1-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
.home-sec1-wrapper .home-sec1-inner .home-sec1-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 30px;
}
.home-sec1-wrapper .home-sec1-inner .home-sec1-image video {
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .home-sec1-wrapper .home-sec1-inner .home-sec1-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.home-sec1-wrapper .home-sec1-inner .home-sec1-image img {
  width: 100%;
  height: 354px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sec1-wrapper .home-sec1-inner .home-sec1-image video {
  width: 90%;
}
.home-sec1-wrapper .home-sec1-inner .home-sec1-main {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  text-align: left;
  border: 1px solid #eaeaea;
}
@media only screen and (max-width: 768px) {
  .home-sec1-wrapper .home-sec1-inner .home-sec1-main {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.home-sec1-wrapper
  .home-sec1-inner
  .home-sec1-main
  .home-sec1-main-inner
  .home-sec1-text
  h3,
.home-sec1-wrapper
  .home-sec1-inner
  .home-sec1-main
  .home-sec1-main-inner
  .home-sec1-text
  h4,
.home-sec1-wrapper
  .home-sec1-inner
  .home-sec1-main
  .home-sec1-main-inner
  .home-sec1-text
  h5 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.home-sec1-wrapper
  .home-sec1-inner
  .home-sec1-main
  .home-sec1-main-inner
  .home-sec1-text
  p {
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.home-sec2-wrapper {
  margin-top: 70px;
  background-color: #24434d;
}
@media only screen and (max-width: 768px) {
  .home-sec2-wrapper {
    margin-top: 0;
  }
}
.home-sec2-wrapper .home-sec2-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.home-sec2-wrapper .home-sec2-inner .home-sec2-main {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-sec2-wrapper .home-sec2-inner .home-sec2-main {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.home-sec2-wrapper .home-sec2-inner .home-sec2-main .home-sec2-main-inner h1,
.home-sec2-wrapper .home-sec2-inner .home-sec2-main .home-sec2-main-inner h2 {
  color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.home-sec2-wrapper .home-sec2-inner .home-sec2-main .home-sec2-main-inner h3,
.home-sec2-wrapper .home-sec2-inner .home-sec2-main .home-sec2-main-inner h4,
.home-sec2-wrapper .home-sec2-inner .home-sec2-main .home-sec2-main-inner h5 {
  color: #fff;
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.home-sec2-wrapper
  .home-sec2-inner
  .home-sec2-main
  .home-sec2-main-inner
  .home-sec2-text
  p {
  font-weight: 400;
  font-size: 16px;
  color: #abb3b6 !important;
}
.home-sec2-wrapper .home-sec2-inner .home-sec2-image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .home-sec2-wrapper .home-sec2-inner .home-sec2-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-sec2-wrapper .home-sec2-inner .home-sec2-image img {
  width: 100%;
  max-width: 367px;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-logos-wrapper .slick-track {
  display: flex;
  align-items: center;
  /* padding-top: 50px; */
}
.home-logos-wrapper .slick-track .home-logos-logo {
  display: flex;
  justify-content: center;
}

.home-sec3-wrapper {
  background: #f6fafc;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .home-sec3-wrapper {
    padding: 70px 0 30px 0;
  }
}
.home-sec3-wrapper .home-sec3-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.home-sec3-wrapper .home-sec3-inner .home-sec3-image {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .home-sec3-wrapper .home-sec3-inner .home-sec3-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.home-sec3-wrapper .home-sec3-inner .home-sec3-image img {
  width: 100%;
  height: 590px;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sec3-wrapper .home-sec3-inner .home-sec3-items {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .home-sec3-wrapper .home-sec3-inner .home-sec3-items {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.home-sec3-wrapper .home-sec3-inner .home-sec3-items .home-sec3-item {
  transform: translateX(-10%);
}
@media only screen and (max-width: 768px) {
  .home-sec3-wrapper .home-sec3-inner .home-sec3-items .home-sec3-item {
    transform: translate(0px, -40px);
    width: 97%;
    display: flex;
  }
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner {
  text-align: left;
  background: #fff;
  padding: 10px 30px;
  margin-bottom: 20px;
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner
  .home-sec3-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner
  .home-sec3-item-top
  h3 {
  font-family: 'Libre Baskerville';
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner
  .home-sec3-item-top
  .home-sec3-item-arrow {
  display: inline-block;
  width: 26px;
  height: 7px;
  background-image: url('/wp-content/themes/stratos/images/arrow-right-home.svg');
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner
  .home-sec3-item-text
  p {
  margin: 0;
  color: #212121;
}
.home-sec3-wrapper
  .home-sec3-inner
  .home-sec3-items
  .home-sec3-item
  .home-sec3-item-inner
  .home-sec3-item-text
  a {
  color: #ff7a00;
}

.home-sec4-wrapper {
  background-image: url('/wp-content/themes/stratos/images/merble-bck.png');
  background-size: cover;
  background-position: center center;
}
.home-sec4-wrapper .home-sec4-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .home-sec4-wrapper .home-sec4-inner {
    padding: 50px 0;
  }
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-left {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .home-sec4-wrapper .home-sec4-inner .home-sec4-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    order: 2;
  }
}
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-title {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-sec4-wrapper
    .home-sec4-inner
    .home-sec4-left
    .home-sec4-left-inner
    .home-sec4-title {
    padding-top: 50px;
  }
}
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-title
  h2,
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-title
  h1 {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-text-left {
  text-align: left;
}
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-text-left
  h3,
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-text-left
  h4,
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-text-left
  h5 {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-top: 24px;
}
.home-sec4-wrapper
  .home-sec4-inner
  .home-sec4-left
  .home-sec4-left-inner
  .home-sec4-text-left
  p {
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .home-sec4-wrapper .home-sec4-inner .home-sec4-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-right .home-sec4-image img {
  height: 547px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-right .home-sec4-text-right {
  text-align: left;
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-right .home-sec4-text-right h3 {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  padding-top: 24px;
}
.home-sec4-wrapper .home-sec4-inner .home-sec4-right .home-sec4-text-right p {
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}

.home-form-tabs-wrapper {
  background-color: #f6fafc;
  padding: 70px 0;
  position: relative;
  margin-top: 90px;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .home-form-tabs-wrapper {
    padding-bottom: 0;
  }
}
.home-form-tabs-wrapper .home-form-tabs-inner .home-form-tabs-nav {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  padding-bottom: 60px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs-nav
  .home-form-tabs-nav-item
  span {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #24434d;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .home-form-tabs-wrapper
    .home-form-tabs-inner
    .home-form-tabs-nav
    .home-form-tabs-nav-item
    span {
    font-size: 16px;
  }
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs-nav
  .home-form-tabs-nav-item:first-child {
  padding: 0 30px 5px 10px;
  border-bottom: 1px solid rgba(228, 120, 19, 0.568627451);
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs-nav
  .home-form-tabs-nav-item:last-child {
  padding: 0 10px 5px 30px;
  border-bottom: 1px solid rgba(228, 120, 19, 0.568627451);
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter {
  display: none;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter
  .plan-options {
  margin-top: -50px;
  box-shadow: unset;
  background: #f6fafc;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .home-form-tabs-wrapper
    .home-form-tabs-inner
    .home-form-tabs
    .home-form-tab-item-charter
    .plan-options {
    margin-top: 0;
  }
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter
  .plan-options
  #formid2
  .pricing-form-main {
  flex: 0 0 100%;
  max-width: 100%;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter
  .plan-options
  .plan-options__fields {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter
  .plan-options
  .plan-options__fields
  button {
  width: 40% !important;
  padding: 10px 12px !important;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .home-form-tabs-wrapper
    .home-form-tabs-inner
    .home-form-tabs
    .home-form-tab-item-charter
    .plan-options
    .plan-options__fields
    button {
    width: 100% !important;
  }
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-charter
  .formid2-response {
  /* padding-top: 50px; */
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-top: -40px;
  padding-bottom: 20px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .dark-boxes--top
  h3 {
  padding-right: 0;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .membership-popup-error {
  color: #e47813;
  font-weight: 600;
  font-size: 12px;
  padding-top: 3px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  input {
  width: 100%;
  height: 33px;
  border: 1px solid #838383;
  border-radius: 2px;
  padding: 0 10px;
  color: #838383;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  label {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .name-last-name-holder {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .name-last-name-holder
  .name-holder {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  text-align: left;
  padding-right: 10px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .name-last-name-holder
  .last-name-holder {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  flex-direction: column;
  text-align: left;
  padding-left: 10px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .email-holder {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 10px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .phone-holder {
  text-align: left;
  padding-top: 10px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_wrapper
  .dark-boxes--popup_form-submit {
  display: block;
  width: 100%;
  background-color: #e47813;
  padding: 10px 12px;
  font-family: 'Arial';
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin-top: 15px;
  cursor: pointer;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 5px;
  width: 80%;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  iframe {
  margin: 0;
  width: 100%;
  height: 330px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_close {
  display: flex;
  justify-content: flex-end;
  padding-right: 10px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_close
  span {
  width: 1px;
  height: 17px;
  background-color: #898989;
  display: block;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_close
  span:first-child {
  transform: rotate(45deg);
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_close
  span:last-child {
  transform: rotate(-45deg);
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_iframe-buttons {
  padding: 20px 0;
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_iframe-buttons
  a {
  display: flex;
  flex: 0 0 50%;
  max-width: calc(50% - 20px);
  background: #1c76d3;
  color: white;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
}
.home-form-tabs-wrapper
  .home-form-tabs-inner
  .home-form-tabs
  .home-form-tab-item-membership
  .dark-boxes--popup_iframe-wrapper
  .dark-boxes--popup_iframe-buttons
  span {
  flex: 0 0 50%;
  max-width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
}

.home-form-tabs-nav-item.active {
  position: relative;
}
.home-form-tabs-nav-item.active::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e47813;
}

.home-form-tab-item-membership {
  display: none;
}

.home-form-tab-item-membership.active,
.home-form-tab-item-charter.active {
  display: block !important;
}

.c24 {
  max-width: 100% !important;
}

.home-spotlight-wrapper {
  padding-top: 60px;
  position: relative;
  z-index: 10;
}
.home-spotlight-wrapper .home-spotlight-title h2 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #24434d;
}
.home-spotlight-wrapper .home-spotlight-nav {
  display: flex;
  justify-content: center;
}
.home-spotlight-wrapper .home-spotlight-nav .home-spotlight-nav-item {
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid rgba(228, 120, 19, 0.568627451);
}
.home-spotlight-wrapper .home-spotlight-nav .home-spotlight-nav-item span {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #898989;
  cursor: pointer;
  text-transform: uppercase;
}
.home-spotlight-wrapper .home-spotlight-tab-inner .slick-slide {
  margin: 0 8px;
}
.home-spotlight-wrapper .home-spotlight-tab-inner .slick-list {
  margin: 0 -8px;
}
.home-spotlight-wrapper .home-spotlight-tab-inner .slick-track {
  padding-top: 33px;
}

.related-destinations__image-text-wrap {
  max-width: 332px;
  height: 160px;
}
.related-destinations__image-text-wrap img {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.related-destinations__image-text-wrap p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  text-align: left;
  z-index: 3;
}
.related-destinations__image-text-wrap a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.related-destinations__image-text-wrap a::after {
  position: absolute;
  content: ' ';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.33);
  z-index: 2;
}

.home-spotlight-nav-item.active {
  position: relative;
}
.home-spotlight-nav-item.active::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #e47813;
}

.home-spotlight-tab-events {
  overflow-y: hidden;
  height: 0;
}

.home-spotlight-tab-destinations {
  overflow-y: hidden;
  height: 0;
}

.home-spotlight-tab-routes {
  overflow-y: hidden;
  height: 0;
}

.home-spotlight-tab-destinations.active,
.home-spotlight-tab-events.active,
.home-spotlight-tab-routes.active {
  height: 100%;
  overflow: unset;
}

.home-spotlight-tab-destinations.hide,
.home-spotlight-tab-events.hide {
  display: none;
}

.related-destinations-wrap--dots {
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.related-destinations-wrap--dots .slick-dots {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  justify-content: center;
}
.related-destinations-wrap--dots .slick-dots li {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .related-destinations-wrap--dots .slick-dots li {
    padding-right: 10px;
  }
  .related-destinations-wrap--dots .slick-dots li:last-child {
    display: none;
  }
}
.related-destinations-wrap--dots .slick-dots li button {
  width: 22px;
  text-align: center;
  background: transparent;
  border: none;
  color: #898989;
  font-weight: 500;
  font-family: 'Raleway', serif;
  font-size: 16px;
}
.related-destinations-wrap--dots .slick-dots .slick-active button {
  color: #24434d !important;
  font-weight: 600;
}

.related-destinations-wrapper {
  position: relative;
}
.related-destinations-wrapper .slick-arrows-custom {
  cursor: pointer;
  z-index: 1;
  list-style: none;
  padding: 0;
  position: absolute;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: 200px;
}
.related-destinations-wrapper .slick-arrows-custom .next1,
.related-destinations-wrapper .slick-arrows-custom .next {
  padding-right: 15px;
}

.home-spotlight-bg img {
  bottom: -170%;
  position: absolute;
  right: 0;
  opacity: 0.15;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .home-spotlight-bg img {
    bottom: -280%;
  }
}

.home-jets-wrapper {
  padding-top: 120px;
  position: relative;
  z-index: 10;
}
.home-jets-wrapper .home-jets-inner .home-jets-title h2 {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
}
.home-jets-wrapper .home-jets-inner .home-jets-text p {
  color: #212121;
}
.home-jets-wrapper .home-jets-items {
  padding-top: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .home-jets-wrapper .home-jets-items {
    display: block;
  }
}
.home-jets-wrapper .home-jets-items .plan-options-results-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner {
  width: 100%;
  max-width: 240px;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-image {
  width: 100%;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-image
  img {
  width: 100%;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-title
  h3 {
  font-size: 20px;
  text-align: left;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-features
  .plan-options-results-feature
  p {
  font-size: 16px;
  font-weight: 700;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-features
  .plan-options-results-feature
  h5 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 600;
  font-size: 10px;
  margin: 10px 0;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-features
  .plan-options-results-feature::after {
  right: -23px;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-button {
  bottom: 10px;
}
.home-jets-wrapper
  .home-jets-items
  .plan-options-results-item
  .plan-option-results-inner
  .plan-options-results-main
  .plan-options-results-button
  span {
  width: 90%;
}

@media only screen and (max-width: 768px) {
  .home-jets-wrapper .home-jets-items .plan-options-results-item {
    display: flex;
  }
}

.home-jets-items .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
.home-jets-items .slick-dots li {
  margin: 0 0.25rem;
}
.home-jets-items .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #000000;
  text-indent: -9999px;
}
.home-jets-items .slick-dots li.slick-active button {
  background-color: #ff7a00;
  border: 1px solid #000000;
}

.home-sec5-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 150px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .home-sec5-wrapper {
    z-index: 10;
  }
}
.home-sec5-wrapper .home-sec5-inner {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-logo {
  position: absolute;
  left: 0;
  top: 0;
  margin: 42px 20px;
}
@media only screen and (max-width: 768px) {
  .home-sec5-wrapper .home-sec5-inner .home-sec5-logo {
    right: 0;
    top: 0;
    left: unset;
  }
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-logo img {
  width: 100%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  .home-sec5-wrapper .home-sec5-inner .home-sec5-logo img {
    max-width: 100px;
  }
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-content {
  width: 50%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-sec5-wrapper .home-sec5-inner .home-sec5-content {
    width: 100%;
  }
}
@media only screen and (max-width: 440px) {
  .home-sec5-wrapper .home-sec5-inner .home-sec5-content {
    padding-top: 60px;
  }
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h1,
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h2,
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h3 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h3,
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h4,
.home-sec5-wrapper .home-sec5-inner .home-sec5-content h5 {
  font-family: 'Libre Baskerville', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.home-sec5-wrapper .home-sec5-inner .home-sec5-content p {
  color: #dfdfdf;
}

.pricing-tst-wrapper {
  padding: 100px 0;
}

.pricing-tst-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  gap: 4%;
}

.pricing-tst-left {
  flex: 0 0 48%;
  max-width: 48%;
  text-align: left;
}
.pricing-tst-left h2 {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 36px;
}

.pricing-tst-left p {
  text-align: left;
  padding-bottom: 20px;
}

.reviews-comment {
  padding-bottom: 20px;
  text-align: left;
}

.reviews-bars {
  padding-bottom: 5px;
}

.reviews-comments {
  overflow: scroll;
  overflow-x: hidden;
  height: 370px;
  padding: 30px 20px;
  border: 1px solid #cecece;
  width: 90%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .reviews-comments {
    width: 100%;
  }
}

.reviews-comments span,
.reviews-comments p {
  font-size: 14px;
}

.show-reviews-wrapper {
  padding-top: 15px;
  text-align: left;
}

.show-reviews-wrapper a:link,
.show-reviews-wrapper a:visited,
.show-reviews-wrapper a:active {
  color: #e47813;
}

.pricing-tst-right {
  flex: 0 0 48%;
  max-width: 48%;
}

.pricing-tst-right-inner {
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}

.pricing-tst-desktop .pricing-tst-right-item {
  display: flex;
  flex: 0 0 50%;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  padding: 20px 0;
  margin-top: 10px;
  border: 1px solid #f2f2f2;
}

.pricing-tst-right-stars {
  display: flex;
}

.star-icon {
  display: block;
  background-image: url('/wp-content/themes/stratos/images/review-star.svg');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.star-half-icon {
  display: block;
  background-image: url('/wp-content/themes/stratos/images/review-star-half.svg');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.reviews-bars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviews-bars div {
  display: flex;
  gap: 4px;
}

.reviews-bars .star-icon {
  display: block;
  background-image: url('/wp-content/themes/stratos/images/review-star-orange.svg');
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.pricing-tst-mobile .pricing-tst-right-item {
  background-color: #f2f2f2;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(2) {
  border-radius: 0px 19px 0px 0px;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(4) {
  border-radius: 0px 0px 0px 19px;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(1) {
  background-color: #fafafa;
}
.pricing-tst-mobile .pricing-tst-right-item:nth-child(4) {
  background-color: #fafafa;
}

.pricing-tst-right-item-inner {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
}

.pricing-tst-right-score strong {
  color: #24434d;
}

.pricing-tst-right-score span {
  color: #949494;
}

.pricing-tst-right-label {
  font-size: 14px;
  color: #898989;
}

.pricing-tst-right-logo {
  padding-left: 20px;
}

.pricing-tst-right-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 20px;
}

@media only screen and (max-width: 768px) {
  .pricing-tst-left,
  .pricing-tst-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-tst-wrapper {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  .pricing-tst-desktop {
    display: none;
  }
}

.pricing-tst-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pricing-tst-mobile {
    display: block;
  }
}
.pricing-tst-mobile .pricing-tst-right-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.pricing-tst-mobile .pricing-tst-right-item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.pricing-tst-mobile .pricing-tst-right-item-inner .pricing-tst-right-logo {
  padding-left: 0;
}

.home-sec6-wrapper {
  background: #f6fafc;
}
.home-sec6-wrapper .home-sec6-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 90px 0;
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 20px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .home-sec6-wrapper .home-sec6-inner .home-sec6-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.home-sec6-wrapper
  .home-sec6-inner
  .home-sec6-image
  .home-sec6-image-desktop
  img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-sec6-wrapper
    .home-sec6-inner
    .home-sec6-image
    .home-sec6-image-desktop {
    display: none;
  }
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-image .home-sec6-image-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-sec6-wrapper .home-sec6-inner .home-sec6-image .home-sec6-image-mobile {
    display: block;
    position: unset;
    padding-bottom: 30px;
  }
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .home-sec6-wrapper .home-sec6-inner .home-sec6-content {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content h1,
.home-sec6-wrapper .home-sec6-inner .home-sec6-content h2 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #24434d;
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content h3,
.home-sec6-wrapper .home-sec6-inner .home-sec6-content h4,
.home-sec6-wrapper .home-sec6-inner .home-sec6-content h5 {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  color: #24434d;
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content p {
  color: #212121;
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content .home-sec6-link {
  padding-top: 14px;
}
@media only screen and (max-width: 768px) {
  .home-sec6-wrapper .home-sec6-inner .home-sec6-content .home-sec6-link {
    display: flex;
    justify-content: center;
  }
}
.home-sec6-wrapper .home-sec6-inner .home-sec6-content .home-sec6-link a {
  position: relative;
  padding: 7px 18px 7px 25px;
  border: 1px solid black;
  border-radius: 4px;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
}
.home-sec6-wrapper
  .home-sec6-inner
  .home-sec6-content
  .home-sec6-link
  a:before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 50%;
  transform: translateY(38%);
  height: 20px;
  width: 20px;
  background-image: url('/wp-content/themes/stratos/images/apple-icon.svg');
  background-size: cover;
  background-position: center center;
  height: 13px;
  width: 11px;
}

.home-blog-wrapper {
  padding-top: 60px;
  position: relative;
}
.home-blog-wrapper .home-blog-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-blog-wrapper .home-blog-inner .home-blog-post {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .home-blog-wrapper .home-blog-inner .home-blog-post {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.home-blog-wrapper .home-blog-inner .home-blog-post:last-child {
  padding-right: 0;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-image {
  text-align: left;
  padding-bottom: 13px;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-image img {
  width: 82px;
  height: 78px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-date {
  text-align: left;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-date span {
  font-family: 'Raleway';
  font-weight: 700;
  font-size: 12px;
  color: #6b6b6b;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-title {
  text-align: left;
  position: relative;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-title::after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 2px;
  background: #24434d;
}
@media only screen and (max-width: 768px) {
  .home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-title::after {
    display: none;
  }
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-title h3 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-excerpt {
  text-align: left;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-excerpt p {
  font-weight: 400;
  font-size: 14px;
  color: #898989;
}
.home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-link {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #e47813;
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .home-blog-wrapper .home-blog-inner .home-blog-post .home-blog-link::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    height: 2px;
    width: 170px;
    background: #24434d;
  }
}

.home-blog-post:last-child .home-blog-title::after {
  display: none;
}

.home-blog-post:last-child .home-blog-link::after {
  display: none;
}

.text-acco-title h4 {
  font-family: 'Raleway', sans-serif !important;
  line-height: 1.3 !important;
  font-size: 20px;
  margin: 6px 0 -6px 40px;
  text-align: left;
}

.text-acco-wrapper {
  background-color: #f6fafc;
  padding: 75px 0;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .text-acco-wrapper {
    margin-top: 40px;
  }
}

.text-acco-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.text-acco-left {
  flex: 0 0 40%;
  max-width: 40%;
}

.text-acco-left a {
  color: #e47813;
  text-decoration: underline;
}

.text-acco-left-inner h3 {
  text-align: left;
}

.text-acco-right-inner {
  padding-left: 50px;
}

.text-acco-right {
  flex: 0 0 60%;
  max-width: 60%;
}

.text-acco-content.entry-content {
  text-align: left;
}

.text-acco-content iframe {
  width: 100%;
}

.text-acco-content.entry-content p:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.pricing-acc {
  padding-top: 0 !important;
}
@media only screen and (max-width: 768px) {
  .pricing-acc {
    padding-top: 20px !important;
  }
}

.pricing-acc-text-inner {
  padding: 20px 0;
}

.pricing-acc-text-inner h1,
h2,
h3,
h5,
h6 {
  margin: 0;
  padding-bottom: 20px;
}

.pricing-acc ul {
  list-style: none;
}

.pricing-acc-title {
  font-size: 20px;
  font-weight: 600;
}

.pricing-acc ul {
  position: relative;
}

.pricing-acc {
  padding-top: 40px;
}

.pricing-acc-text {
  display: none;
}

.pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7d7d7d;
  text-align: left;
}

.pricing-acc-item:first-child {
  border-top: 1px solid #7d7d7d;
}

.drop-down-minus-icon {
  display: none;
}

.text-acco-bottom-link {
  padding-top: 30px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  color: #e47813;
}

@media only screen and (max-width: 992px) {
  .text-acco-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-acco-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pricing-acc ul {
    padding: 0;
  }
  .text-acco-wrapper {
    padding: 50px 0;
  }
  .text-acco-right-inner {
    padding-left: 0;
  }
  .text-acco-bottom-link {
    justify-content: unset;
  }
}
.hide {
  display: none !important;
}

.dest-cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.dest-cta-wrapper::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.49);
  left: 0;
  top: 0;
  z-index: 1;
}
.dest-cta-wrapper .dest-cta-inner {
  position: relative;
  padding: 80px 0;
  width: 50%;
  text-align: left;
  z-index: 2 !important;
}
@media only screen and (max-width: 768px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .dest-cta-wrapper .dest-cta-inner {
    width: 80%;
  }
}
.dest-cta-wrapper .dest-cta-inner h2 {
  color: white;
}
.dest-cta-wrapper .dest-cta-inner p {
  color: white;
  padding-bottom: 20px;
}
.dest-cta-wrapper .dest-cta-inner a {
  font-family: 'Raleway', serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #e47815;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.25);
}
.dest-cta-wrapper .dest-cta-inner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.home-sec7-wrapper {
  position: relative;
  background-color: #24434d;
  z-index: 0;
}
.home-sec7-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
  background-color: #24434d;
  z-index: 10;
}
.home-sec7-wrapper .home-sec7-bg {
  width: 60%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0%, 40% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 40% 100%, 0 100%);
}
.home-sec7-wrapper .home-sec7-bg img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.home-sec7-wrapper .home-sec7-bg::after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .home-sec7-wrapper .home-sec7-bg::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.home-sec7-wrapper .home-sec7-inner {
  display: flex;
  align-items: center;
  float: right;
  width: 70%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 10;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .home-sec7-wrapper .home-sec7-inner {
    flex-direction: column;
    width: 100%;
    padding: 80px 0 50px 0;
  }
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-image {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .home-sec7-wrapper .home-sec7-inner .home-sec7-image {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-main {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .home-sec7-wrapper .home-sec7-inner .home-sec7-main {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
  }
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-main h2 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: white;
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-main h3 {
  font-family: 'Libre Baskerville', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: white;
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-main p {
  color: white;
}
.home-sec7-wrapper .home-sec7-inner .home-sec7-main .home-sec7-link {
  margin-top: 20px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  #content {
    display: flex;
    flex-direction: column;
  }
  #content .home-hero-wrapper {
    order: 1;
  }
  #content .home-score-wrapper {
    order: 3;
  }
  #content .home-welcome-wrapper {
    order: 4;
  }
  #content .dest-features-wrapper {
    order: 5;
  }
  #content .home-sec1-wrapper {
    order: 6;
  }
  #content .home-sec2-wrapper {
    order: 8;
  }
  #content .home-logos-wrapper {
    order: 2;
  }
  #content .home-sec3-wrapper {
    order: 7;
  }
  #content .home-sec4-wrapper {
    order: 9;
  }
  #content .home-form-tabs-wrapper {
    order: 10;
  }

  #content .pricing-membership-wrapper {
    order: 11;
  }
  #content .home-spotlight-wrapper {
    order: 12;
  }
  #content .home-jets-wrapper {
    order: 13;
  }
  #content .home-sec5-wrapper {
    order: 14;
  }
  #content .pricing-tst-wrapper {
    order: 15;
  }
  #content .home-sec6-wrapper {
    order: 16;
  }
  #content .home-sec7-wrapper {
    order: 17;
  }
  #content .home-blog-wrapper {
    order: 18;
  }
  #content .text-acco-wrapper {
    order: 19;
  }
  #content .dest-cta-wrapper {
    order: 20;
  }
}
.modal-footer:after,
.modal-footer:before {
  display: table;
  content: ' ';
}

.modal-footer:after {
  clear: both;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-dialog-pricing .modal-content .modal-header {
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-content .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .modal-dialog-pricing {
    width: 950px;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.page-template-page-pricing p,
.page-template-page-pricing button,
.page-template-page-pricing input {
  font-family: 'Raleway', sans-serif;
}

.modal-dialog-pricing input[type='text'],
.modal-dialog-pricing textarea {
  height: 35px;
  border-radius: 6px;
  line-height: normal;
  color: #777;
  font-size: 14px;
  font-family: 'Open Sans', arial;
  box-sizing: border-box;
  padding: 0 13px;
  display: inline-block;
  outline: none;
  border: 1px solid #ccc;
  font-weight: 300;
  transition-property: color, background-color, border;
  box-shadow: #a9a9a9 0 3px 6px inset;
}

section.plan-options-results input {
  height: 36px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 14px 5px;
  border-radius: 3px;
  border: none;
  color: #272727;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-dialog-pricing .modal-content p {
  font-family: 'Raleway', sans-serif;
}

.modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 10px;
}

.modal-dialog-pricing .modal-content .modal-header p {
  font-weight: bold;
  color: #cdd2da;
  text-transform: uppercase;
}

.modal-dialog-pricing .modal-content .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p input,
.modal-dialog-pricing .modal-content .modal-body p.message textarea {
  width: 100%;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 14px 10px;
  border: none;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}

.modal-dialog-pricing .modal-content .modal-body p.message {
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.message textarea {
  height: 150px;
}

.modal-dialog-pricing .modal-content .modal-body p.phone {
  padding-left: 10px;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name,
.modal-dialog-pricing .modal-content .modal-body p.last_name,
.modal-dialog-pricing .modal-content .modal-body p.email,
.modal-dialog-pricing .modal-content .modal-body p.phone,
.modal-dialog-pricing .modal-content .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before,
.modal-dialog-pricing .modal-content .modal-body p.last_name:before,
.modal-dialog-pricing .modal-content .modal-body p.email:before,
.modal-dialog-pricing .modal-content .modal-body p.phone:before,
.modal-dialog-pricing .modal-content .modal-body p.message:before {
  position: absolute;
  top: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 14px;
  color: #e47815;
}

.modal-dialog-pricing .modal-content .modal-body p.first_name:before {
  content: 'First Name';
}

.modal-dialog-pricing .modal-content .modal-body p.last_name:before {
  content: 'Last name';
}

.modal-dialog-pricing .modal-content .modal-body p.phone:before {
  content: 'Phone';
}

.modal-dialog-pricing .modal-content .modal-body p.email:before {
  content: 'Email';
}

.modal-dialog-pricing .modal-content .modal-body p.message:before {
  content: 'Message';
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-content .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-content .modal-body p.email {
    padding-left: 10px;
  }
}
.modal-dialog-pricing.newrequest-destination
  .modal-content
  .modal-body
  p.email {
  padding-left: 10px;
}

.modal-dialog-pricing.newrequest-destination
  .modal-content
  .modal-body
  p.phone {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing.newrequest-destination
    .modal-content
    .modal-body
    p.phone {
    padding-left: 10px;
  }
}
.modal-dialog-pricing .modal-header {
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-header p {
  font-weight: bold;
  text-transform: uppercase;
  color: #cdd2da;
}

.modal-dialog-pricing .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}

.modal-dialog-pricing .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}

.modal-dialog-pricing .modal-body p input,
.modal-dialog-pricing .modal-body p.message textarea {
  width: 100%;
  height: auto;
  padding: 20px 14px 13px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  color: #272727;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
  background-color: #fff;
}

.modal-dialog-pricing .modal-body p.message {
  width: 100%;
}

.modal-dialog-pricing .modal-body p.first_name,
.modal-dialog-pricing .modal-body p.last_name,
.modal-dialog-pricing .modal-body p.email,
.modal-dialog-pricing .modal-body p.phone,
.modal-dialog-pricing .modal-body p.message {
  position: relative;
}

.modal-dialog-pricing .modal-body p.first_name::before,
.modal-dialog-pricing .modal-body p.last_name::before,
.modal-dialog-pricing .modal-body p.email::before,
.modal-dialog-pricing .modal-body p.phone::before,
.modal-dialog-pricing .modal-body p.message::before {
  position: absolute;
  top: 5px;
  font-weight: bold;
  font-size: 11px;
  padding-left: 14px;
  text-transform: uppercase;
  color: #e47815;
}

.modal-dialog-pricing .modal-body p.phone:before {
  content: 'Phone';
}

.modal-dialog-pricing .modal-body p.email:before {
  content: 'Email';
}

.modal-dialog-pricing .modal-body p.message:before {
  content: 'Message';
}

.modal-dialog-pricing .modal-body p:nth-child(odd),
.modal-dialog-pricing .modal-body p.message {
  padding-left: 0;
}

@media (min-width: 768px) {
  .modal-dialog-pricing .modal-body p {
    width: 25%;
  }
  .modal-dialog-pricing .modal-body p:nth-child(odd),
  .modal-dialog-pricing .modal-body p.message {
    padding-left: 10px;
  }
}
.modal-content .modal-title {
  font-size: 30px;
  font-weight: bold;
}

.modal-dialog-pricing .modal-title {
  font-size: 40px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #22434d;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .modal-dialog-pricing .modal-body {
    padding-left: 5px;
  }
}
div.modal-content button.close {
  background: transparent;
  border: none;
  box-shadow: none;
  color: gray;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

div.modal-content button.close:focus,
div.modal-content button.close:active {
  color: #e47815;
  background: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: color 0.3s ease;
  font-size: 40px;
  padding: 0;
  margin: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.page-template-page-pricing button {
  font-family: 'Raleway', sans-serif;
}

#back-to-top {
 
}

.pricing-form-item {
  position: relative;
}

.pricing-form-item:nth-child(4) {
  justify-content: unset !important;
}

.pricing-form-item .pricing-form-nearest {
  text-align: left;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 8px;
  color: #e47813;
  text-transform: uppercase;
  padding-top: 7px;
  padding-left: 2px;
  cursor: pointer;
}
.pricing-form-item .pricing-form-nearest-results {
  text-align: left;
  position: absolute;
  left: 0;
  top: 75px;
  background: white;
  border-left: 1px solid #e47813;
  border-bottom: 1px solid #e47813;
  border-right: 1px solid #e47813;
  padding: 0 10px;
  z-index: 10;
  margin-top: 10px;
  width: 100%;
}
.pricing-form-item .pricing-form-nearest-results .pricing-form-nearest-item {
  padding-bottom: 10px;
}
.pricing-form-item
  .pricing-form-nearest-results
  .pricing-form-nearest-item
  .pricing-form-nearest-item-miles {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 10px;
  color: #000000;
}
.pricing-form-item
  .pricing-form-nearest-results
  .pricing-form-nearest-item
  .pricing-form-nearest-item-to {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 10px;
  color: #000000;
  padding: 0 5px;
}
.pricing-form-item
  .pricing-form-nearest-results
  .pricing-form-nearest-item
  .pricing-form-nearest-item-name {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 8px;
  text-decoration-line: underline;
  color: #000000;
  cursor: pointer;
}

body a {
  color: #e47813;
}
body a:hover {
  color: #e47813;
  opacity: 1;
} /*# sourceMappingURL=home.css.map */

/* membership card */
.pricing-membership-wrapper {
  background-color: #24434d;
}

.pricing-membership-inner {
  display: flex;
  padding: 80px 0;
}

@media (min-width: 768px) {
  .pricing-membership-inner {
    flex-wrap: wrap;
  }
}

.pricing-membership-main {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: left;
}

.pricing-membership-image {
  width: 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.pricing-membership-image img {
  width: 100% !important;
}

.pricing-membership-main h1,
.pricing-membership-main h2,
.pricing-membership-main h3,
.pricing-membership-main h4,
.pricing-membership-main p {
  color: white;
}

.pricing-membership-main h3 {
  font-size: 24px;
  font-family: 'Libre Baskerville', sans-serif;
}

.pricing-membership-main p {
  font-size: 16px;
  color: #c8c8c8;
}

.pricing-membership-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}

.pricing-membership-main {
  flex: 0 0 50%;
  max-width: 50%;
}

.pricing-membership-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.pricing-membership-image {
  width: 100%;
}

@media (max-width: 990px) {
  .pricing-membership-main,
  .pricing-membership-image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*  */

@media (min-width: 768px) and (max-width: 1200px) {
  .form-horizontal .plan-options__fields.plan-options__fields-button {
    right: 50% !important;
    bottom: 25px !important;
    top: 150px !important;
 }
}
