/* 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;
  width: 30%;
}

.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;
  }
}
/* breadcrumb section --------------------------------------------- */
.breadcrumb-wrapper {
  background-color: unset !important;
  margin-top: 35px;
}
.breadcrumb-wrapper ul {
  z-index: 1;
}

.breadcrumb {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0px 3px 20px !important;
  border-radius: 40px;
  z-index: -1;
  margin-left: 32px !important;
}

.breadcrumb li:last-child {
  padding-right: 30px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb-wrapper ul {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .breadcrumb-wrapper ul {
    margin-bottom: 25px !important;
  }
}
section.breadcrumb-wrapper.lblue-bgd-clr {
  position: relative;
  z-index: 2;
}

/* pj-intro --------------------------------------------- */
.pj-intro-inner .pj-intro-title h2 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.pj-intro-inner .pj-intro-text {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .pj-intro-inner .pj-intro-text {
    width: 100%;
  }
}
.pj-intro-inner .pj-intro-text a {
  color: #e47815;
  text-decoration: underline;
}
.pj-intro-inner .pj-intro-text p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #595959;
}

/* BROWSE TOP BUSINESS JET TYPES --------------------------------------------- */
.pj-browse-wrapper .pj-browse-inner {
  padding-top: 20px;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-title h2,
.pj-browse-wrapper .pj-browse-inner .pj-browse-title h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #6d6d6d;
  letter-spacing: 0.185em;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-title {
  position: absolute;
  top: 10%;
  left: 20%;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-title h4,
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-title p {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #e47813;
  text-align: left;
  margin: 0 0 7px 0;
  font-weight: 700;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-price .pj-browse-label {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  color: #b1b1b1;
  margin: 0;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-price .pj-browse-value {
  text-align: left;
  margin-top: -3px;
  color: black;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-price .pj-browse-value span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #000000;
}
.pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-item-image img {
  width: 200px;
  height: 200px;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  background: white;
  box-shadow: 72px 76px 79px -53px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 480px) {
  .pj-browse-wrapper .pj-browse-inner .pj-browse-items .pj-browse-item .pj-browse-item-image img {
    width: 160px;
    height: 160px;
  }
}

/* PJ Features section --------------------------------------------- */
.pj-features-wrapper {
  padding: 80px 0;
  margin-top: 60px;
  background: rgba(246, 250, 252, 0.44);
}
@media only screen and (max-width: 768px) {
  .pj-features-wrapper {
    padding: 40px 0;
    margin-top: 20px;
  }
}
.pj-features-wrapper .pj-features-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 65px;
  -moz-column-gap: 75px;
  column-gap: 75px;
}
@media only screen and (max-width: 768px) {
  .pj-features-wrapper .pj-features-inner {
    grid-template-columns: 1fr;
    padding-top: 25px;
  }
}
.pj-features-wrapper .pj-features-inner .pj-features-text {
  text-align: left;
}
.pj-features-wrapper .pj-features-inner .pj-features-text h2,
.pj-features-wrapper .pj-features-inner .pj-features-text h3,
.pj-features-wrapper .pj-features-inner .pj-features-text h4,
.pj-features-wrapper .pj-features-inner .pj-features-text h5 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #24434d;
  padding: 0;
}
.pj-features-wrapper .pj-features-inner .pj-features-text p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #898989;
}
.pj-features-wrapper .pj-features-inner .pj-features-text a {
  color: #e47813;
}
.pj-features-wrapper .pj-features-inner .pj-features-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  row-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  justify-self: end;
}
@media only screen and (max-width: 768px) {
  .pj-features-wrapper .pj-features-inner .pj-features-items {
    grid-template-columns: 1fr;
    justify-self: center;
    padding-top: 30px;
  }
}
.pj-features-wrapper .pj-features-inner .pj-features-items .pj-features-item {
  position: relative;
  border: 2px solid #24434d;
  border-radius: 4px;
  padding: 10px;
  min-width: 216px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(228, 120, 19, 0.04);
}
.pj-features-wrapper .pj-features-inner .pj-features-items .pj-features-item .pj-features-item-title {
  position: absolute;
  top: 15px;
  left: 0;
}
.pj-features-wrapper .pj-features-inner .pj-features-items .pj-features-item .pj-features-item-title p {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #24434d;
}
.pj-features-wrapper .pj-features-inner .pj-features-items .pj-features-item .pj-features-item-text {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 0 10px;
}
.pj-features-wrapper .pj-features-inner .pj-features-items .pj-features-item .pj-features-item-text p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #6f6f6f;
}

.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top {
    padding-top: 50px;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data {
  text-align: left;
  position: relative;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data::after {
  content: "";
  height: 45px;
  width: 1px;
  background: #1e1e1e;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data::after {
    display: none;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data:last-child::after {
  display: none;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data .pj-archive-section-value p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #24434d;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-data .pj-archive-section-label p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #6d6d6d;
  letter-spacing: 0.185em;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title {
  flex: 0 0 20%;
  max-width: 20%;
  text-align: left;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 60%;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title::after {
  content: "";
  height: 45px;
  width: 1px;
  background: #1e1e1e;
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title::after {
    content: "";
    height: 1px;
    width: 50px;
    background: #1e1e1e;
    position: absolute;
    top: unset;
    right: unset;
    bottom: -10px;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title h3,
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-title h2 {
  width: 80%;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.185em;
  color: #24434d;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-pass {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-pass {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-range {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-range {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-price {
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (max-width: 768px) {
  .pj-archive-sections-inner .pj-archive-section .pj-archive-section-top .pj-archive-section-price {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-desc {
  padding-top: 40px;
  text-align: left;
}
.pj-archive-sections-inner .pj-archive-section .pj-archive-section-desc p {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #6d6d6d;
}
.pj-archive-sections-inner .pj-archive-section .related-aircraft-wrap {
  padding-top: 0px;
}
.pj-archive-sections-inner .pj-archive-section .related-aircraft-wrap .slick-track {
  margin: auto;
}

.pj-archive-link {
  margin-top: 25px;
}

.related-aircraft-wrap-title p {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.105em;
  color: #24434d;
  text-transform: uppercase;
  margin-top: 35px;
}

@media only screen and (max-width: 768px) {
  .pj-archive-section-data {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .pj-archive-section-data .pj-archive-section-value {
    order: 2;
    padding-left: 20px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .pj-archive-section-data .pj-archive-section-label {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.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;
  font-weight: 700;
  font-size: 24px;
}
.dest-cta-wrapper .dest-cta-inner p {
  font-family: "Raleway", serif;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
  color: #cdcdcd;
}
.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;
}

.pj-archive-popular-wrapper {
  background: #f6fafc;
  padding: 80px 0;
  margin-top: 40px;
}
.pj-archive-popular-wrapper .pj-archive-popular-inner .pj-acrhive-popular-top {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  text-align: left;
}
.pj-archive-popular-wrapper .pj-archive-popular-inner .pj-acrhive-popular-bottom {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  flex-wrap: wrap;
  text-align: left;
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .pj-archive-popular-wrapper .pj-archive-popular-inner .pj-acrhive-popular-bottom {
    padding-top: 30px;
  }
}

.pj-archive-popular-content {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .pj-archive-popular-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pj-archive-popular-content h2,
.pj-archive-popular-content h3,
.pj-archive-popular-content h4,
.pj-archive-popular-content h5 {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #24434d;
}
.pj-archive-popular-content a,
.pj-archive-popular-content p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #898989;
  text-decoration: none;
}

.pc-archive-popular-cta {
  max-width: 520px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: linear-gradient(101.86deg, #24434d 0%, #446772 105.21%);
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta {
    margin-top: 30px;
  }
}
.pc-archive-popular-cta .pc-archive-popular-cta-title {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 0 20px;
}
.pc-archive-popular-cta .pc-archive-popular-cta-title h3,
.pc-archive-popular-cta .pc-archive-popular-cta-title h4,
.pc-archive-popular-cta .pc-archive-popular-cta-title h5 {
  font-size: 24px;
  color: white;
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-title h3,
  .pc-archive-popular-cta .pc-archive-popular-cta-title h4,
  .pc-archive-popular-cta .pc-archive-popular-cta-title h5 {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.pc-archive-popular-cta .pc-archive-popular-cta-right {
  flex: 0 0 55%;
  max-width: 55%;
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-right {
    padding: 20px;
    padding-bottom: 70px;
  }
}
.pc-archive-popular-cta .pc-archive-popular-cta-right p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #f8f8f8;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-right p {
    font-weight: 400;
  }
}
.pc-archive-popular-cta .pc-archive-popular-cta-right .pc-archive-popular-cta-link {
  padding-right: 15px;
}
.pc-archive-popular-cta .pc-archive-popular-cta-right .pc-archive-popular-cta-link a {
  text-transform: capitalize;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-right .pc-archive-popular-cta-link {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .pc-archive-popular-cta .pc-archive-popular-cta-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

.related-aircraft-wrap {
  width: 100%;
  padding: 25px 0 25px 0;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.related-aircraft-wrap-dots {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.related-aircraft-wrap-dots .slick-dots {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 auto;
}
.related-aircraft-wrap-dots .slick-dots li {
  display: none;
  padding: 0 8px;
}
.related-aircraft-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-aircraft-wrap-dots .slick-dots .slick-active {
  display: block;
}
.related-aircraft-wrap-dots .slick-dots .slick-active button {
  color: #24434d !important;
  font-weight: 600;
}

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

.hide {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.active {
  display: block !important;
}

.pricing-form-item select {
  margin-top: 21px !important;
}

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

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

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

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

.autocomplete-airport-city {
  font-size: 18px;
  color: #5e5e5e;
  padding-left: 4px;
}/*# sourceMappingURL=archive-private-jets.css.map */