.hide {
  display: none !important;
}

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

.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: -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: 1300px !important;
  padding: 0 20px !important;
  margin: 0 auto !important;
}

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

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

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

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

h2,
h3,
h4,
h5,
h6 {
  color: #22434d;
  line-height: 1.3;
  font-size: 32px;
  font-family: "Libre Baskerville", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 28px;
  }
}

ul,
p {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  color: #393939;
}
@media only screen and (max-width: 768px) {
  ul,
  p {
    font-size: 16px;
  }
}

a {
  cursor: pointer;
}

/* 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: 150px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .pricing-hero-inner {
    padding: 150px 0 50px 0;
  }
}

.pricing-hero-title h1 {
  font-size: 48px;
  text-align: center;
  color: white;
  margin-bottom: 10px !important;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .pricing-hero-title h1 {
    font-size: 32px;
  }
}

.pricing-hero-subtitle p {
  font-size: 20px;
  text-align: center;
  color: white !important;
  margin-bottom: 23px !important;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pricing-hero-subtitle p {
    font-size: 14px;
  }
}

.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 100%;
  max-width: 100%;
  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 10%;
  max-width: 10%;
}

.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 10%;
  max-width: 10%;
}

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

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

.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: 21px;
  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 #quote_submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
  text-transform: none !important;
  font-weight: 600;
}

.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-results {
  position: relative;
}
.plan-options-results h3 {
  text-align: center !important;
}

.plan-options-results-items {
  justify-content: center;
}

.plan-options-results-item {
  flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 768px) {
  .plan-options-results-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.plan-options-results-item .plan-option-results-inner {
  width: 100%;
  max-width: 240px;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-image {
  width: 100%;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-image img {
  width: 100%;
  max-height: 125px;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-main .plan-options-results-title h3 {
  font-size: 16px;
  text-align: left;
  font-family: "Raleway", sans-serif !important;
}
.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;
}
.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;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-main .plan-options-results-features .plan-options-results-feature::after {
  right: -23px;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-main .plan-options-results-button {
  bottom: 10px;
}
.plan-options-results-item .plan-option-results-inner .plan-options-results-main .plan-options-results-button span {
  width: 90%;
}

.white-bgd-clr .plan-options-results-items {
  padding-top: 30px;
}

.white-bgd-clr p {
  font-size: 18px;
  color: #393939;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .white-bgd-clr p {
    width: 100%;
  }
}

.services-alternate-aircraft h2 {
  padding-bottom: 20px;
}

.row.bot-space-plan-option-results {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}
.row.bot-space-plan-option-results .plan-options-results__wrap-more-item:first-child {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .row.bot-space-plan-option-results .plan-options-results__wrap-more-item:first-child {
    padding-right: 0;
  }
}
.row.bot-space-plan-option-results .plan-options-results__wrap-more-item:last-child {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .row.bot-space-plan-option-results .plan-options-results__wrap-more-item:last-child {
    padding-left: 0;
  }
}

.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;
}
@media only screen and (max-width: 768px) {
  .plan-option-results-inner {
    width: 250px !important;
    box-shadow: 6px -10px 25px 0px rgba(0, 0, 0, 0.2);
  }
}

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

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

.white-bgd-clr .plan-options-results-image,
.white-bgd-clr .plan-options-results-image img {
  width: 100%;
  height: 130px;
}
.white-bgd-clr .plan-options-results__more-item-image {
  height: 130px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

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

.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;
}

.plan-option-results-inner .plan-options-results-button {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .plan-option-results-inner .plan-options-results-button {
    margin: 0 15px;
  }
}

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

.white-bgd-clr .plan-options-results-feature::after {
  position: absolute;
  content: " ";
  height: 35px;
  width: 1px;
  top: 0;
  right: -30px;
  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-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 {
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}

@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;
  }
  .pricing-form-item {
    padding-top: 7px;
  }
  .pricing-form-item label {
    font-size: 13px;
  }
}
/* 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;
  }
}
.page-template-page-pricing-new {
  /* BreadCumb section --------------------------------------------- */
  /* Cost section --------------------------------------------- */
  /* Rates & Fee --------------------------------------------- */
  /* 5th section --------------------------------------------- */
  /* Owl */
  /* 6th section --------------------------------------------- */
  /* 7th section --------------------------------------------- */
  /* 8th section --------------------------------------------- */
  /* 9th section --------------------------------------------- */
  /* 10th section --------------------------------------------- */
  /* 11th section --------------------------------------------- */
  /* Other */
  /* @media screen and (min-width: 1100px) {
    .menu-item-login {
      margin-right: 30px;
    }
  } */
  /* @media only screen and (min-width: 1420px) {
    #menu-primary-menu {
      display: flex !important;
    }

    #menu-item-87873 a {
      margin: 35px 15px !important;
    }
    .menu-item-login a {
      display: inline-flex;
      border: 1px solid white;
      border-radius: 4px;
      padding-top: 0 !important;
      padding-bottom: 2px !important;
      margin-top: 36px !important;
      margin-bottom: 2px !important;
      font-weight: 400;
    }
  }

  @media (min-width: 1100px) and (max-width: 1420px) {
    #menu-primary-menu {
      display: flex !important;
    }

    #menu-item-87873 a {
      margin: 26px 15px !important;
    }
    .menu-item-login a {
      display: inline-flex;
      border: 1px solid white;
      border-radius: 4px;
      padding-top: 3px !important;
      margin-top: 26px !important;
      margin-bottom: 2px !important;
      font-weight: 400;
    }
  }

  @media (min-width: 1100px) and (max-width: 1175px) {
    .header-baner-wrapper {
      display: none;
    }
  }

  @media (min-width: 992px) and (max-width: 1100px) {
    .btn.btn-stratos-orange {
      width: auto;
      padding: 10px 40px 7px 40px;
    }
    .airport-hero-inner {
      height: 600px;
    }
  } */
  /* pricing examples */
  /* airplane popup */
}
@media only screen and (min-width: 768px) {
  .page-template-page-pricing-new .home-logos-wrapper .slick-list {
    width: 100%;
  }
}
.page-template-page-pricing-new .home-logos-wrapper .slick-track {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .page-template-page-pricing-new .home-logos-wrapper .slick-track {
    width: 100% !important;
  }
}
.page-template-page-pricing-new .home-logos-wrapper .home-logos-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-template-page-pricing-new .home-logos-wrapper .home-logos-inner .home-logos-logo img {
  margin: 0 auto;
}
.page-template-page-pricing-new .breadcrumb-wrapper {
  background-color: unset !important;
  margin-top: 35px;
}
.page-template-page-pricing-new .breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0px 3px 20px !important;
  border-radius: 40px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .breadcrumb {
    padding: 3px 10px 4px 20px !important;
  }
}
.page-template-page-pricing-new .breadcrumb li:last-child {
  padding-right: 30px;
  font-size: 14px !important;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .breadcrumb li:last-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-pricing-new .breadcrumb {
    margin-bottom: 25px !important;
  }
}
.page-template-page-pricing-new section.breadcrumb-wrapper.lblue-bgd-clr {
  position: relative;
  z-index: 2;
}
.page-template-page-pricing-new .destination-description__wrapper {
  padding-bottom: 120px;
  padding-top: 20px;
}
.page-template-page-pricing-new .destination-description__wrapper a {
  box-shadow: none !important;
  padding: 12px 40px !important;
  text-transform: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .destination-description__wrapper a {
    margin-top: 20px;
    font-size: 12px !important;
    padding: 12px 10px !important;
  }
}
.page-template-page-pricing-new .destination-description__wrapper h2 {
  font-size: 36px !important;
}
.page-template-page-pricing-new .entry-content.destination-description__text {
  padding-bottom: 30px;
}
.page-template-page-pricing-new .entry-content.destination-description__text h2,
.page-template-page-pricing-new .entry-content.destination-description__text h3,
.page-template-page-pricing-new .entry-content.destination-description__text h4 {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 32px;
  text-align: center !important;
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .entry-content.destination-description__text h2,
  .page-template-page-pricing-new .entry-content.destination-description__text h3,
  .page-template-page-pricing-new .entry-content.destination-description__text h4 {
    font-size: 28px !important;
  }
}
.page-template-page-pricing-new .entry-content.destination-description__text p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  text-align: center !important;
  padding-top: 20px;
  color: #393939;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .entry-content.destination-description__text p {
    width: 100%;
  }
}
.page-template-page-pricing-new .destination-description__text ul {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .destination-description__wrapper {
    padding-bottom: 40px;
  }
}
.page-template-page-pricing-new .pricing-table table {
  border-spacing: 0; /* Removes the cell spacing via CSS */
  border-collapse: collapse;
}
.page-template-page-pricing-new .pricing-table tr {
  background-color: #f6fafc;
  height: 70px !important;
  font-weight: 700;
}
.page-template-page-pricing-new .pricing-table tr:first-child {
  background-color: #d9d9d9;
}
.page-template-page-pricing-new .pricing-table tr:nth-child(2n) {
  background: #eaeaea;
}
.page-template-page-pricing-new .pricing-table tr th {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-table tr th {
    border-right: 1px solid white;
    font-size: 13px;
  }
}
.page-template-page-pricing-new .pricing-table tr td {
  font-family: "Libre Baskerville", sans-serif;
  font-size: 18px;
  color: #24434d;
  padding: 0;
}
.page-template-page-pricing-new .pricing-table tr td a {
  color: #24434d;
}
.page-template-page-pricing-new .pricing-table tr td a:link, .page-template-page-pricing-new .pricing-table tr td a:visited, .page-template-page-pricing-new .pricing-table tr td a:active {
  color: #24434d;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-table tr td {
    border-right: 1px solid white;
    font-size: 11px;
  }
}
.page-template-page-pricing-new .pricing-cost-inner {
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner {
    padding-bottom: 20px;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-text {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-text {
    width: 100%;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-text p {
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-text p {
    padding-top: 10px;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item {
  display: flex;
  align-items: center;
  padding-top: 55px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item {
    flex-direction: column;
    padding-top: 20px;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item:nth-child(2) {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item:nth-child(2) {
    padding-top: 20px;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title h2,
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title h3,
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title h4,
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-title h5 {
    text-align: left;
  }
}
.page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-text {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-cost-inner .pricing-cost-items .pricing-cost-item .pricing-cost-item-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-template-page-pricing-new .pricing-demand-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-demand-wrapper {
    margin-top: 0;
    background-image: none !important;
  }
}
.page-template-page-pricing-new .pricing-demand-wrapper .bg-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 20%, rgba(255, 146, 28, 0) 48%);
  z-index: 0;
  pointer-events: none;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner {
    padding: 20px 0;
  }
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content {
  position: relative;
  z-index: 1;
  width: 30%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content {
    width: 100%;
  }
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content h2,
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content h3,
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content h4 {
  padding-top: 20px;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-content a {
  color: #e47813;
  font-weight: 600;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .demand-img-mobile {
  overflow: hidden;
  position: relative;
  margin-top: -80px;
  z-index: 0;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .demand-img-mobile .demand-img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .demand-img-mobile .demand-img {
    display: block;
    width: 100%;
  }
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .demand-img-mobile .demand-img img {
  width: 100% !important;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .demand-img-mobile .bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(190deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 48%);
  z-index: 0;
}
.page-template-page-pricing-new .pricing-demand-wrapper .pricing-demand-inner .pricing-demand-link {
  display: flex;
}
.page-template-page-pricing-new .demand-img-mobile {
  display: none;
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .demand-img-mobile {
    display: block;
    width: 100%;
  }
}
.page-template-page-pricing-new .demand-img-mobile img {
  width: 100% !important;
}
.page-template-page-pricing-new .demand-img-mobile .bg-mobile {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(190deg, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 48%);
  z-index: 0;
  pointer-events: none;
}
.page-template-page-pricing-new .pricing-fixed-rate-wrapper .wide .pricing-demand-content {
  width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-fixed-rate-wrapper .wide .pricing-demand-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-fixed-rate-wrapper .pricing-demand-inner {
    display: flex;
    flex-direction: column;
  }
  .page-template-page-pricing-new .pricing-fixed-rate-wrapper .pricing-demand-inner .pricing-demand-content {
    order: 1;
  }
  .page-template-page-pricing-new .pricing-fixed-rate-wrapper .pricing-demand-inner .pricing-demand-link {
    order: 3;
    margin-top: 15px;
  }
  .page-template-page-pricing-new .pricing-fixed-rate-wrapper .pricing-demand-inner .demand-img-mobile {
    order: 2;
    margin: 0;
  }
}
.page-template-page-pricing-new .pricing-luxury-wrapper {
  overflow: hidden;
}
.page-template-page-pricing-new .pricing-luxury-wrapper .pricing-demand-inner {
  padding: 180px 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-luxury-wrapper .pricing-demand-inner {
    padding: 0 !important;
  }
}
.page-template-page-pricing-new .pricing-luxury-wrapper .pricing-demand-content {
  z-index: 1;
  position: relative;
}
.page-template-page-pricing-new .pricing-luxury-wrapper .demand-img-mobile {
  z-index: 0;
}
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .text-acco-wrapper {
  padding: 90px 0;
}
.page-template-page-pricing-new .text-acco-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
.page-template-page-pricing-new .text-acco-left {
  flex: 0 0 40%;
  max-width: 40%;
}
.page-template-page-pricing-new .text-acco-left a {
  color: #e47813;
  font-weight: 600;
}
.page-template-page-pricing-new .text-acco-left-inner h2,
.page-template-page-pricing-new h3,
.page-template-page-pricing-new h4,
.page-template-page-pricing-new h5 {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .text-acco-left-inner h2,
  .page-template-page-pricing-new h3,
  .page-template-page-pricing-new h4,
  .page-template-page-pricing-new h5 {
    text-align: left;
  }
}
.page-template-page-pricing-new .text-acco-right-inner {
  padding-left: 50px;
}
.page-template-page-pricing-new .text-acco-right {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex: 0 0 60%;
  max-width: 60%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .text-acco-content p {
    text-align: left;
  }
}
.page-template-page-pricing-new .text-acco-content.entry-content {
  text-align: left;
}
.page-template-page-pricing-new .text-acco-content iframe {
  width: 100%;
}
.page-template-page-pricing-new .text-acco-content.entry-content p:nth-child(2) {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.page-template-page-pricing-new .pricing-acc-text-inner {
  padding: 20px 0;
}
.page-template-page-pricing-new .pricing-acc-text-inner h1,
.page-template-page-pricing-new h2,
.page-template-page-pricing-new h3,
.page-template-page-pricing-new h5,
.page-template-page-pricing-new h6 {
  margin: 0;
  padding-bottom: 20px;
}
.page-template-page-pricing-new .pricing-acc ul {
  list-style: none;
}
.page-template-page-pricing-new .pricing-acc-title {
  width: 80%;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  padding: 30px 0;
  margin: 0;
}
.page-template-page-pricing-new .pricing-acc ul {
  position: relative;
}
.page-template-page-pricing-new .pricing-acc-text {
  display: none;
}
.page-template-page-pricing-new .pricing-acc-top {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7d7d7d;
}
.page-template-page-pricing-new .pricing-acc-item:first-child {
  border-top: 1px solid #7d7d7d;
}
.page-template-page-pricing-new .drop-down-minus-icon {
  display: none;
}
.page-template-page-pricing-new .text-acco-video video {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .text-acco-video {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-template-page-pricing-new .text-acco-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-page-pricing-new .text-acco-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-page-pricing-new .pricing-acc ul {
    padding: 0;
  }
  .page-template-page-pricing-new .text-acco-wrapper {
    padding: 50px 0;
  }
  .page-template-page-pricing-new .text-acco-right-inner {
    padding-left: 0;
  }
}
.page-template-page-pricing-new .common-flights-head-inner h3 {
  text-align: center;
}
.page-template-page-pricing-new .common-flights-head-inner .plan-options-subtitle {
  font-size: 18px !important;
  color: #393939;
}
.page-template-page-pricing-new .plan-options-results.white-bgd-clr {
  padding: 80px 0;
}
.page-template-page-pricing-new .plan-options-subtitle {
  font-size: 14px !important;
  text-align: center;
  padding-bottom: 40px;
  margin: 0 !important;
}
.page-template-page-pricing-new .pricing-background-wrap {
  background-image: none;
  position: relative;
}
.page-template-page-pricing-new .pricing-background-wrap .common-flights-button div {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .plan-options-results.white-bgd-clr {
    padding: 40px 0;
  }
}
.page-template-page-pricing-new .white-bgd-clr .plan-option-results-inner {
  width: unset;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .white-bgd-clr .plan-option-results-inner {
    width: 220px;
  }
}
.page-template-page-pricing-new .owl-carousel.off {
  display: block;
}
.page-template-page-pricing-new .common-flights__table-wrapper table {
  border-spacing: 1px 0;
  margin-bottom: 0;
  text-align: center;
}
.page-template-page-pricing-new .common-flights__table-wrapper table td {
  padding: 0 !important;
  word-break: all;
  width: 20%;
}
.page-template-page-pricing-new .common-flights__table-wrapper table tr td {
  padding: 16px !important;
}
.page-template-page-pricing-new .common-flights__table-wrapper table th p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 !important;
  position: relative;
  flex-wrap: wrap;
  font-size: 13px;
}
.page-template-page-pricing-new .common-flights__table-wrapper table th p img {
  width: 28px;
  position: relative;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .common-flights__table-wrapper table th {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .common-flights__table-wrapper table th td {
    font-size: 11px;
  }
}
.page-template-page-pricing-new .common-flights__table-wrapper table th p::after {
  content: " ";
  height: 1px;
  width: 100px;
  background-color: #7f7f7f;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 0;
  opacity: 0.7;
}
.page-template-page-pricing-new .common-flights__table-wrapper:nth-child(2n) table tr {
  background-color: #f6fafc;
}
.page-template-page-pricing-new .common-flights__table-wrapper:nth-child(2n-1) table tr {
  background-color: #eaeaea;
}
.page-template-page-pricing-new .common-flights__table-wrapper:first-child table tr:first-child {
  background-color: #d9d9d9;
  font-size: 24px;
}
.page-template-page-pricing-new .pricing-background-wrap .common-flights-button {
  padding: 30px 0;
}
.page-template-page-pricing-new .pricing-background-wrap .common-flights-button .btn-stratos-orange {
  display: flex;
  justify-content: center;
}
.page-template-page-pricing-new .world-map {
  position: absolute;
  top: 30%;
  left: 10%;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
}
.page-template-page-pricing-new .world-map img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .page-template-page-pricing-new .fa-replacment-icon {
    display: none;
  }
  .page-template-page-pricing-new .common-flights__table-wrapper table th p::after {
    display: none;
  }
  .page-template-page-pricing-new .common-flights__table-wrapper table th p span:first-child:after {
    content: " to ";
  }
  .page-template-page-pricing-new .common-flights__table-wrapper table th p {
    display: block;
    font-size: 12px;
  }
}
.page-template-page-pricing-new #map {
  height: 380px;
}
.page-template-page-pricing-new .pricing-tst-wrapper {
  padding-top: 100px;
  padding-bottom: 140px;
}
.page-template-page-pricing-new .pricing-tst-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  gap: 4%;
}
.page-template-page-pricing-new .pricing-tst-left {
  flex: 0 0 48%;
  max-width: 48%;
  text-align: left;
}
.page-template-page-pricing-new .pricing-tst-left .pricing-tst-left-inner p {
  padding-right: 40px;
}
.page-template-page-pricing-new .pricing-tst-left p {
  text-align: left;
}
.page-template-page-pricing-new .pricing-tst-right {
  position: relative;
}
.page-template-page-pricing-new .pricing-tst-right .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 2%, rgb(255, 255, 255) 5%, rgba(255, 146, 28, 0) 48%);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-tst-desktop {
    display: none;
  }
}
.page-template-page-pricing-new .pricing-tst-desktop .pricing-tst-right-item {
  max-width: 90%;
  background-color: #fafafa;
  border: 1px solid #f2f2f2;
  margin-bottom: 12px;
}
.page-template-page-pricing-new .pricing-tst-desktop .pricing-tst-right-item:last-child {
  margin-bottom: 0;
}
.page-template-page-pricing-new .pricing-tst-desktop .pricing-tst-right-item {
  height: 50px;
  padding: 0 20px;
}
.page-template-page-pricing-new .pricing-tst-desktop .pricing-tst-right-item .pricing-tst-right-item-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-template-page-pricing-new .pricing-tst-desktop .pricing-tst-right-item .pricing-tst-right-item-inner .pricing-tst-right-wrapper {
  display: flex;
  align-items: center;
}
.page-template-page-pricing-new .pricing-tst-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-tst-mobile {
    display: block;
  }
}
.page-template-page-pricing-new .reviews-comment {
  padding-bottom: 20px;
  text-align: left;
}
.page-template-page-pricing-new .reviews-bars {
  padding-bottom: 5px;
}
.page-template-page-pricing-new .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) {
  .page-template-page-pricing-new .reviews-comments {
    width: 100%;
  }
}
.page-template-page-pricing-new .reviews-comments span,
.page-template-page-pricing-new .reviews-comments p {
  font-size: 14px;
}
.page-template-page-pricing-new .show-reviews-wrapper {
  z-index: 10;
}
.page-template-page-pricing-new .show-reviews-wrapper a:link,
.page-template-page-pricing-new .show-reviews-wrapper a:visited,
.page-template-page-pricing-new .show-reviews-wrapper a:active {
  color: #e47813;
}
.page-template-page-pricing-new .pricing-tst-right {
  flex: 0 0 48%;
  max-width: 48%;
}
.page-template-page-pricing-new .pricing-tst-right-inner {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-template-page-pricing-new .pricing-tst-right-item {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  height: 270px;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  /* padding: 40px; */
}
.page-template-page-pricing-new .pricing-tst-right-stars {
  display: flex;
}
.page-template-page-pricing-new .star-icon {
  display: block;
  background-image: url("/wp-content/themes/stratos/images/review-star.svg");
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  /* float: right; */
}
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .reviews-bars {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-template-page-pricing-new .reviews-bars div {
  display: flex;
  gap: 4px;
}
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .pricing-tst-right-item:nth-child(1) {
  background-color: #fafafa;
}
.page-template-page-pricing-new .pricing-tst-right-item:nth-child(4) {
  background-color: #fafafa;
}
.page-template-page-pricing-new .pricing-tst-right-item-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-template-page-pricing-new .pricing-tst-right-score strong {
  color: #24434d;
}
.page-template-page-pricing-new .pricing-tst-right-score span {
  color: #949494;
}
.page-template-page-pricing-new .pricing-tst-right-label {
  font-size: 14px;
  color: #898989;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-tst-left,
  .page-template-page-pricing-new .pricing-tst-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-template-page-pricing-new .pricing-tst-wrapper {
    padding: 50px 0;
  }
}
.page-template-page-pricing-new .text-acco-bottom-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #e47813;
}
.page-template-page-pricing-new .text-acco-bottom-link:link,
.page-template-page-pricing-new .text-acco-bottom-link:visited,
.page-template-page-pricing-new .text-acco-bottom-link:hover {
  color: #e47813;
}
.page-template-page-pricing-new .pricing-membership-wrapper {
  padding: 80px 0 160px 0;
}
.page-template-page-pricing-new .pricing-membership-inner {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 4%;
}
.page-template-page-pricing-new .pricing-membership-content {
  text-align: left;
}
.page-template-page-pricing-new .pricing-membership-content a:link,
.page-template-page-pricing-new .pricing-membership-content a:visited,
.page-template-page-pricing-new .pricing-membership-content a:active {
  color: #e47813;
  text-decoration: underline;
}
.page-template-page-pricing-new .pricing-membership-content h3 {
  font-size: 36px;
}
.page-template-page-pricing-new .pricing-membership-content h4 {
  font-size: 20px;
  font-style: italic;
  margin: 0 !important;
  padding-bottom: 10px;
}
.page-template-page-pricing-new .pricing-membership-image {
  flex: 0 0 48%;
  max-width: 48%;
}
.page-template-page-pricing-new .pricing-membership-image img {
  width: 100%;
}
.page-template-page-pricing-new .pricing-membership-main {
  flex: 0 0 48%;
  max-width: 48%;
}
.page-template-page-pricing-new .pricing-membership-main .pricing-membership-link {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-membership-content {
    text-align: center;
  }
  .page-template-page-pricing-new .pricing-membership-wrapper {
    padding: 40px 0;
  }
  .page-template-page-pricing-new .pricing-membership-image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .page-template-page-pricing-new .pricing-membership-main {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper {
  background-color: #f6fafc;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner {
  padding: 70px 0;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-title {
  text-align: left;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-left {
  flex: 0 0 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right {
  max-width: 50%;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media only screen and (max-width: 992px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right ul {
    grid-template-columns: 1fr;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right ul li {
  position: relative;
  padding-bottom: 13px;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .add-fees-top .add-fees-right ul li::before {
  content: " ";
  position: absolute;
  top: 8px;
  left: -27px;
  height: 12px;
  width: 12px;
  background: #e47813;
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items-title {
  padding-top: 100px;
  text-align: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items-title {
    width: 100%;
    padding-top: 20px;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items .fees-item {
  flex: 0 0 33.333%;
  max-width: 33.333;
  text-align: left;
  height: 100%;
  padding: 0 20px;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items .fees-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items .fees-item .fees-item-title h3 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-items .fees-item .fees-item-title h3 {
    text-align: left;
    padding-top: 20px;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items-title {
  text-align: left;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items-title {
    padding-top: 60px;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: left;
  height: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item .fees-item-title {
  height: 70px;
}
@media only screen and (max-width: 992px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item .fees-item-title {
    height: unset;
    padding-top: 20px;
  }
}
.page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item .fees-item-title h3 {
  font-size: 20px;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-add-fees-wrapper .pricing-add-fees-inner .fees-opt-items .fees-item .fees-item-title h3 {
    text-align: left;
  }
}
.page-template-page-pricing-new .book-now {
  background-color: #f6fafc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.page-template-page-pricing-new .book-now p {
  width: 40%;
  text-align: center;
  font-size: 24px;
}
.page-template-page-pricing-new .book-now-header {
  color: black;
  font-family: "Libre Baskerville", sans-serif;
}
@media only screen and (max-width: 768px) {
  .page-template-page-pricing-new .book-now p {
    width: 80%;
  }
}
.page-template-page-pricing-new .owl-item.active {
  display: flex;
  justify-content: center;
}
.page-template-page-pricing-new .row.eight-cols.logos.owl-carousel.owl-loaded.owl-drag {
  margin: 0;
}
.page-template-page-pricing-new .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-top: 15px;
}
.page-template-page-pricing-new .owl-dot {
  height: 9px;
  width: 9px;
  border-radius: 100%;
  background-color: #000000;
  border: 1px solid #000000;
}
.page-template-page-pricing-new .owl-dot.active {
  background-color: #ff7a00;
}
.page-template-page-pricing-new .menu-item-login {
  order: 7 !important;
}
.page-template-page-pricing-new .phone-mobile {
  display: none;
}
.page-template-page-pricing-new .icon-bar {
  height: 3px !important;
  background-color: white !important;
}
.page-template-page-pricing-new .ui-icon-circle-triangle-e {
  transform: rotate(90deg);
  margin-top: 2px;
}
.page-template-page-pricing-new .destination-description__wrapper .btn.btn-stratos-orange,
.page-template-page-pricing-new .common-flights-button .btn.btn-stratos-orange {
  white-space: pre-line;
}
@media screen and (max-width: 576px) {
  .page-template-page-pricing-new nav.navbar.navbar-default.stratos-nav .navbar-header .navbar-toggle {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 1100px) {
  .page-template-page-pricing-new #menu-primary-menu {
    flex-direction: column;
  }
}
.page-template-page-pricing-new .pricing-examples-inner {
  padding: 50px 0;
}
.page-template-page-pricing-new .pricing-examples-wrapper {
  text-align: left;
}
.page-template-page-pricing-new .pricing-examples-wrapper table {
  border-spacing: 1px 0;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: "Raleway", sans-serif;
  line-height: 1.3 !important;
  margin-bottom: 40px;
}
.page-template-page-pricing-new .pricing-examples-wrapper table tr {
  height: 48px;
}
.page-template-page-pricing-new .pricing-examples-wrapper th,
.page-template-page-pricing-new .pricing-examples-wrapper td {
  font-family: "Raleway", sans-serif;
}
.page-template-page-pricing-new .pricing-examples-wrapper tr:nth-child(even) {
  background-color: #eaeaea;
}
.page-template-page-pricing-new .pricing-examples-wrapper tr:nth-child(odd) {
  background-color: #f6fafc;
}
.page-template-page-pricing-new .pricing-examples-wrapper tr:first-of-type {
  background-color: #d9d9d9;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-template-page-pricing-new .pricing-examples-wrapper tr:first-of-type {
    font-size: 16px;
  }
}
.page-template-page-pricing-new .pricing-examples-wrapper tr:first-of-type th,
.page-template-page-pricing-new .pricing-examples-wrapper tr:first-of-type td,
.page-template-page-pricing-new .pricing-examples-wrapper tr:first-of-type span {
  font-weight: 700;
}
.page-template-page-pricing-new .modal-footer:after,
.page-template-page-pricing-new .modal-footer:before {
  display: table;
  content: " ";
}
.page-template-page-pricing-new .modal-footer:after {
  clear: both;
}
.page-template-page-pricing-new .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
.page-template-page-pricing-new .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.page-template-page-pricing-new .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.page-template-page-pricing-new .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);
}
.page-template-page-pricing-new .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.page-template-page-pricing-new .modal-header .close {
  margin-top: -2px;
}
.page-template-page-pricing-new .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.page-template-page-pricing-new .modal-body {
  position: relative;
  padding: 15px;
}
.page-template-page-pricing-new .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .page-template-page-pricing-new .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .page-template-page-pricing-new .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.page-template-page-pricing-new .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.page-template-page-pricing-new .close:focus,
.page-template-page-pricing-new .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}
.page-template-page-pricing-new button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-header {
  background-color: #f6fafc;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}
@media screen and (min-width: 768px) {
  .page-template-page-pricing-new .modal-dialog-pricing {
    width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-page-pricing-new .modal-dialog-pricing {
    width: 950px;
  }
}
.page-template-page-pricing-new .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.page-template-page-pricing-new .page-template-page-pricing p,
.page-template-page-pricing-new .page-template-page-pricing button,
.page-template-page-pricing-new .page-template-page-pricing input {
  font-family: "Raleway", sans-serif;
}
.page-template-page-pricing-new .modal-dialog-pricing input[type=text],
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new section.plan-options-results input {
  height: 60px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  padding: 25px 14px 5px;
  border-radius: 3px;
  border: none;
  color: #272727;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 4px 11px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content p {
  font-family: "Raleway", sans-serif;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content button.close {
  position: absolute;
  right: 15px;
  top: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-header p {
  font-weight: bold;
  color: #cdd2da;
  text-transform: uppercase;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p input,
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.message {
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.message textarea {
  height: 150px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.phone {
  padding-left: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.first_name,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.last_name,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.email,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.phone,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.message {
  position: relative;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.first_name:before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.last_name:before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.email:before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.phone:before,
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.first_name:before {
  content: "First Name";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.last_name:before {
  content: "Last name";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.phone:before {
  content: "Phone";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.email:before {
  content: "Email";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.message:before {
  content: "Message";
}
@media screen and (min-width: 768px) {
  .page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p {
    width: 25%;
  }
  .page-template-page-pricing-new .modal-dialog-pricing .modal-content .modal-body p.email {
    padding-left: 10px;
  }
}
.page-template-page-pricing-new .modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.email {
  padding-left: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .page-template-page-pricing-new .modal-dialog-pricing.newrequest-destination .modal-content .modal-body p.phone {
    padding-left: 10px;
  }
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-header {
  background-color: #f6fafc;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-header p {
  font-weight: bold;
  text-transform: uppercase;
  color: #cdd2da;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body {
  min-height: 250px;
  background-color: #f6fafc;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p {
  width: 50%;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p input,
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.message {
  width: 100%;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.first_name,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.last_name,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.email,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.phone,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.message {
  position: relative;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.first_name::before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.last_name::before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.email::before,
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.phone::before,
.page-template-page-pricing-new .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;
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.phone:before {
  content: "Phone";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.email:before {
  content: "Email";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.message:before {
  content: "Message";
}
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p:nth-child(odd),
.page-template-page-pricing-new .modal-dialog-pricing .modal-body p.message {
  padding-left: 0;
}
@media (min-width: 768px) {
  .page-template-page-pricing-new .modal-dialog-pricing .modal-body p {
    width: 25%;
  }
  .page-template-page-pricing-new .modal-dialog-pricing .modal-body p:nth-child(odd),
  .page-template-page-pricing-new .modal-dialog-pricing .modal-body p.message {
    padding-left: 10px;
  }
}
.page-template-page-pricing-new .modal-content .modal-title {
  font-size: 30px;
  font-weight: bold;
}
.page-template-page-pricing-new .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) {
  .page-template-page-pricing-new .modal-dialog-pricing .modal-body {
    padding-left: 5px;
  }
}
.page-template-page-pricing-new 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;
}
.page-template-page-pricing-new div.modal-content button.close:hover,
.page-template-page-pricing-new div.modal-content button.close:focus,
.page-template-page-pricing-new 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;
}
.page-template-page-pricing-new .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.page-template-page-pricing-new .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.page-template-page-pricing-new .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);
}
.page-template-page-pricing-new .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .page-template-page-pricing-new .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.page-template-page-pricing-new .page-template-page-pricing button {
  font-family: "Raleway", sans-serif;
}

.home-logos-inner {
  padding: 30px 0 !important;
}

.sub-container-link {
  color: #e47813 !important;
}

.slider2 .slick-track {
  padding-bottom: 30px;
}
.slider2 .plan-options-results-item {
  display: flex !important;
}
.slider2 .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
.slider2 .slick-dots li {
  margin: 0 0.25rem;
}
.slider2 .slick-dots button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #000000;
  text-indent: -9999px;
}
.slider2 .slick-dots li.slick-active button {
  background-color: #ff7a00;
  border: 1px solid #000000;
}

.navbar {
  border-radius: 0 !important;
}/*# sourceMappingURL=page-pricing-new.css.map */