body {
  font-family: 'Inter', sans-serif;
}
:root {
  color-scheme: light dark;
}

label,
.points-numbers,
h3.numbers,
.plane-name h2,
.input-box input {
  font-family: 'Inter', sans-serif;
  /* letter-spacing: 1px; */
}
.container {
  margin: 0 auto;
}
img.brand-logo {
  min-width: 260px;
  height: auto;
  max-height: 80px;
}
.top-area {
  background: #004885;
  color: #fff;
}
.page-header {
  text-align: center;
  font-size: 44px;
  padding: 40px 0;
}
.page-sub-header {
  text-align: center;
  background: #0079dd;
  padding: 15px;
  color: #fff;
}
.page-sub-header h3 {
  font-size: 36px;
  line-height: 1;
}
h1.page-title {
  font-weight: 300;
}
.plane-container {
  max-width: 90%;
  margin: 10px auto;
}
.plane-img-slider {
  overflow: hidden;
}
.plane-container h2 {
  font-size: 56px;
  font-weight: 200;
}
.fact-box {
  display: inline-block;
  vertical-align: top;
  color: #004885;
}
.plane-name,
.aircraft-facts {
  max-width: 720px;
  margin: 0 auto;
}
.aircraft-facts {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.fact-box label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.fact-box h3.numbers {
  font-size: 56px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.aircraft-location-bar {
  margin-top: -100px;
  position: absolute;
  color: #fff;
  padding-left: 50px;
}
.aircraft-location-bar i {
  padding-right: 10px;
}
.aircraft-location-bar h3 {
  line-height: 1;
  font-size: 21px;
  background: #1b4784;
  padding: 10px 15px;
  border-radius: 26px;
}
.quote-form-container {
  max-width: 1200px;
  margin: 0 auto;
}
section.quote-area {
  background: #004885;
  color: #fff;
  padding: 40px;
  text-align: center;
  padding-top: 80px;
}
.goolge-ratings {
  max-width: 400px;
  margin: 20px auto;
  text-align: left;
}
.ratings-row {
  display: flex;
  align-items: center;
}
.ratings-row .number {
  font-size: 42px;
  line-height: 1;
}
.stars {
  color: #ffca79;
  font-size: 21px;
  padding: 0 10px;
}
form.quote-form {
  text-align: left;
}
form.quote-form .input-box {
  display: inline-block;
  width: 22%;
}
form label {
  display: block;
  line-height: 1;
}
form.quote-form {
  background: #fff;
  color: #585858;
  padding: 10px;
  border-radius: 10px;
}
h2.section-title {
  text-align: center;
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 20px;
}
section {
  padding: 20px;
}
.section-nav {
}
.section-nav-bar {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.section-nav-bar h2.section-title,
.section-nav {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.section-nav {
  text-align: right;
  padding-left: 20px;
}
.section-nav-items {
  font-size: 24px;
  margin-left: 10px;
  font-weight: 600;
  color: #2d4870;
}
.why-us-points-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.why-us-points {
  text-align: left;
  padding: 10px;
  max-width: 226px;
  border: 1px solid #e5e5e5;
  margin: 3px;
  border-radius: 15px;
}
.points-icon {
  height: 86px;
  width: 86px;
  border-radius: 64px;
}
.points-numbers {
  font-size: 76px;
  font-weight: 700;
  color: #254971;
  letter-spacing: -4px;
  line-height: 1;
  padding: 10px 0;
}
.testimonials {
  background: #004885;
  color: #fff;
  text-align: center;
}
h1.section-title {
}
h1 {
  font-size: 48px;
  padding: 10px 0;
}
h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.why-us-points h3 {
  padding-top: 10px;
  line-height: 24px;
  text-align: left;
  font-weight: 600;
  font-family: 'Inter';
  font-size: 21px;
  letter-spacing: -0.5px;
  color: #5580AC;
  text-transform: capitalize;
  max-width: 160px;
}
.video-thumb {
  max-width: 800px;
  margin: 20px auto;
}
.plane-box {
  width: auto;
  height: auto;
  display: inline-block;
  /* padding-bottom: 10px; */
  border-radius: 10px;
  /* box-shadow: 5px 10px 10px #d3d3d3; */
  overflow: hidden;
  max-width: 100%;
}
.plane-img-slider {
  height: auto;
}
.plane-name h2 {
  font-size: 48px;
  line-height: 1.2;
  padding-top: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #004885;
}
.plane-box .aircraft-location-bar {
  bottom: 0;
}
.fleet-listing {
  display: block;
  position: relative;
  padding-bottom: 40px;
  max-width: 100%;
  margin: 0 auto;
}
.crew-listing {
  display: inline-block;
  padding-top: 60px;
}
.crew-card {
  height: auto;
  display: inline-block;
  box-shadow: -1px 5px 10px 1px lightgrey;
  padding: 10px;
  text-align: center;
  border-bottom: 4px solid #0079dd;
  min-width: 292px;
}
.crew-image {
  height: 156px;
  width: 156px;
  background: #d5d5d5;
  border-radius: 100px;
  margin: 0 auto;
  margin-top: -56px;
  overflow: hidden;
}
h3.crew-name {
  font-size: 28px;
}
.crew-numbers {
  display: flex;
  justify-content: center;
}
.crew-numbers-box {
  padding: 10px;
  width: auto;
  text-align: left;
}
.crew-numbers-box {
}
.crew-numbers-box .numbers {
  font-size: 30px;
  color: #2d4870;
  padding-bottom: 4px;
}
.crew-numbers-box h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2d4870;
}
.equipments {
  background: #ecf6ff;
  text-align: center;
}
h3.section-title {
}
.equipment-listing {
  display: flex;
  align-items: flex-start;
  width: 1160px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 20px;
  max-width: 90%;
}
.equipments-box {
  width: 272px;
  padding: 5px;
  margin: 5px;
}
.equpments-box p {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #254971;
}
.eq-icon {
  height: 60px;
  background: #9fcfff;
  width: 60px;
  margin: 0 auto;
  border-radius: 40px;
  display: none;
}
.crew-meta {
  margin-top: 10px;
}
h3.sub-section-title {
  font-size: 24px;
  padding: 10px;
  text-align: center;
  color: #57aeff;
}
.gmap {
  margin: 0 auto;
  width: 960px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px #d3d3d3;
  overflow: hidden;
  max-width: 100%;
}
button.add-video {
  background: #fff;
  color: #254971;
  padding: 10px 20px;
  border-radius: 40px;
  font-weight: 700;
}
.menu-horizontal li {
  font-size: 20px;
  font-weight: 600;
  color: #254971;
}
.our-services {
  background: #dae9ff;
}
.service-listing {
  max-width: 1270px;
  margin: 0 auto;
}
.service-box {
  display: inline-block;
  width: 400px;
  height: 506px;
  background: #fff;
  border-radius: 8.5px;
  box-shadow: -1px 4px 7px #1b47842b;
  overflow: hidden;
  margin: 10px;
  max-width: 90%;
}
.service-box h3 {
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 10px;
  color: #1b4784;
  font-weight: 700;
}
.service-content {
  text-align: center;
  padding: 10px;
}
.service-img-wrapper {
  height: 240px;
  width: auto;
  background: #ddd;
  overflow: hidden;
}
.service-content h4 {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #878787;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 0;
}
a.get-quote-service {
  width: 272px;
  background: #3377db;
  color: #fff;
  padding: 10px;
  display: inline-block;
  margin: 15px auto;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.service-highlight {
  display: flex;
  justify-content: center;
  padding-bottom: 40px;
  width: 300px;
  align-items: center;
  margin: 0 auto;
}
.service-numbers {
  font-size: 36px;
  font-weight: 500;
  padding-right: 5px;
  color: #2d4870;
  line-height: 1;
}
.loadingContainer1 {
  position: relative;
  margin: 100px auto 50px;
  width: 110px;
}
.loadingContainer1 div {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #000;
  float: left;
  margin: 0 3px;
  background: #6859a3;
  transform: scale(0);
}
.loadingContainer1 .ball1 {
  z-index: 1;
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
}
.loadingContainer1 .ball2 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loadingContainer1 .ball3 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.loadingContainer1 .ball4 {
  -moz-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation: grow 4.4s infinite ease-in-out;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
button.btn.btn-primary.get-quote:hover {
  transform: translateX(10px);
  transition: 0.5s cubic-bezier(0.86, 0.08, 0.18, 1.04);
}
@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0);
  }
  25% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0);
  }
  75% {
    -moz-transform: scale(1);
    background: #72c2c2;
  }
  100% {
    -moz-transform: scale(0);
    background: #72c2c2;
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0);
  }
  75% {
    -webkit-transform: scale(1);
    background: #72c2c2;
  }
  100% {
    -webkit-transform: scale(0);
    background: #72c2c2;
  }
}
.search-listing {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 5px 10px;
  cursor: pointer;
  max-width: 360px;
  white-space: initial;
}
.input-box input {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #d3d3d3;
  padding: 0 10px;
  font-size: 24px;
  color: #000;
  display: inline-block;
  max-width: 100%;
}
.input:focus {
  outline: none;
  border-bottom: 2px solid #000;
}
.btn-primary.get-quote {
  background: #039c00;
  border: 0;
  padding: 15px;
  margin: 10px 0;
  border-radius: 48px;
  width: 64px;
  height: 64px;
  font-size: 36px;
  line-height: 1;
}
.quote-area h1 {
  font-size: 48px;
  padding: 0;
  margin-bottom: 20px;
}
.input-box.cta {
  max-width: 108px;
  text-align: center;
}
div#source_airport_list,
div#destination_airport_list {
  position: absolute;
}
.service-text {
  line-height: 1.2;
  max-width: 70%;
  text-align: left;
  font-size: 16px;
  padding-left: 10px;
}
.content-box {
  margin: 20px;
}
.content-head {
  background: #1b4784;
  padding: 10px;
  color: #fff;
}
.content-head h3 {
  font-size: 28px;
}
.content-body li {
  list-style: none;
  padding: 5px;
  font-size: 28px;
}
.content-body li i {
  padding-right: 10px;
}
.content-body {
  padding: 5px;
  color: #0079dd;
}
.content-right h2 {
  font-size: 36px;
}
.content-right {
  width: 50%;
  margin: 0 auto;
}
.query-form {
  padding: 10px 20px;
}
.content-left {
  width: 50%;
}
.contact-content-area .container {
  display: flex;
  margin: 0 auto;
}
button.btn-primary {
  border: none;
  background-color: #004885;
  width: 180px;
  padding: 10px;
  border-radius: 6px;
}
.query-form .input-box input {
  width: 100%;
}
.query-form .input-box {
  padding: 5px 0 10px;
}
.query-form .input-box select,
.query-form .input-box textarea {
  padding: 10px;
  margin: 10px 0;
  width: 100%;
}
.address-box {
  max-width: 420px;
  display: inline-block;
  margin: 10px auto;
}
.office-locations {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px;
}
.address-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 10px;
  text-align: left;
}
address {
  font-style: normal;
  padding-left: 10px;
  padding-top: 10px;
  text-align: left;
}
.points-icon i {
  font-size: 43px;
  line-height: 1;
  color: #3a6fab;
}
.intro-section h1 {
  font-size: 36px;
}
.intro-section h2 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 40px;
}
.intro-section h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  color: #254971;
}
.intro-section {
  color: #254971;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}
section.ceo-desk {
  background: #f3f4f6;
}
.ceo-pic {
  width: 324px;
  height: 400px;
  display: inline-block;
  background: #fff;
  margin: 10px;
}
.ceo-speaks {
  display: inline-block;
  max-width: 680px;
  padding: 20px;
}
.ceo-content-body h3 {
  font-size: 21px;
  font-weight: 600;
}
.ceo-content-body h4 {
  font-size: 18px;
  line-height: 2;
}
.ceo-content {
  display: inline-block;
  height: 400px;
  padding: 20px 0;
}
.ceo-content p {
  margin-bottom: 20px;
}
.ceo-content-body {
  display: inline-block;
  padding: 20px 0;
}
.ceo-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  display: flex;
  align-items: center;
}
.ceo-speaks h3 {
  font-size: 18px;
  font-weight: 600;
  color: #254971;
}
button.btn-primary.get-quote.charter {
  background: #3a6fab;
}
.our-services .container {
  margin: 0 auto;
}
.menu :where(li:not(.disabled)) > :where(:not(ul)) {
  background: 0 0;
  border-radius: 0;
}
.menu[class*="\ p-"] li > *,
.menu[class^="p-"] li > * {
  border-radius: 0;
  margin: auto 5px;
}
li.nav-item a:hover {
  border-bottom: 3px solid;
  color: #000;
  line-height: 36px;
}
.navbar {
  padding: 5px 0;
}
div#toolbarContainer {
  display: none;
}
a.btn.btn-circle {
  background-color: #ffffff5c;
  border: none;
  height: 4rem;
  width: 4rem;
  font-size: 38px;
  color: #fff;
}
.equipments-box p {
  font-size: 21px;
  font-weight: 600;
  text-align: left;
  color: #004885;
}
.payment-form {
  max-width: 720px;
  margin: 0 auto;
}
.payment-form input,
.payment-form select {
  width: 100%;
}
a.add-video {
  background: #fff;
  color: #000;
  padding: 10px;
  border-radius: 25px;
  display: block;
  margin: 10px auto;
  max-width: 220px;
  margin-top: 45px;
}
.bo-prev,
.bo-slider .bo-next {
  font-size: 36px;
  margin-top: -40px;
}
a.whatsapp {
  width: 36px;
  height: auto;
  margin-right: 5px;
}
a.get-quote-btn {
  background: #004885;
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
  line-height: 1;
  margin: 10px;
}
.page-sub-header a.whatsapp {
  line-height: 1;
  vertical-align: top;
  margin-left: 10px;
}
.whatsapp img {
  width: 38px;
  display: inline-block;
  height: auto;
  vertical-align: initial;
}
.page-sub-header span {
  display: inline-block;
  line-height: 1.4px;
  height: auto;
}
a.toll-free-call i {
  font-size: 24px;
  vertical-align: inherit;
  margin-right: 5px;
  line-height: inherit;
}
.our-services h2.section-title {
  color: #0f212e;
}
section.crew {
  text-align: center;
}
.aircraft-locations {
  max-width: 100%;
}
body .bo-slider .bo-slide video {
  height: 450px;
  width: 800px;
  margin: 0 auto;
  border-radius: 30px;
}
.points-icon.king-air-c90 {
  width: 140px;
}
.crew-card.doctor {
  border-bottom: 4px solid red;
}
.bo-slide {
  border-radius: 20px;
  overflow: hidden;
}
.bo-dot {
  background: #b4d6ff;
}
.bo-dot:hover,
.selected {
  background-color: #0079dd;
}
.footer-links {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
ul.footer-link-items li {
  display: inline-block;
  font-size: 16px;
  color: #0079dd;
  font-weight: 600;
}
ul.footer-link-items li:after {
  content: "|";
  padding: 5px;
  color: #004c8f;
}
.copyright-bar {
  text-align: center;
  padding: 10px;
}
footer.jhankar-footer {
  padding: 10px;
  background: #dae9ff;
}
ol.prohibited-items-list {
  list-style: decimal;
}
/** 26 Nov **/
.aircraft-location {
    width: 96%;
    max-width: 960px;
    height: 460px;
    margin: 0 auto;
    border-radius: 40px;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .quote-area h1 {
    font-size: 24px;
  }
  section.quote-area {
    padding: 20px;
    padding-top: 60px;
  }
  .quote-form-container {
    max-width: 100%;
  }
  form.quote-form .input-box {
    width: 100%;
    margin: 5px 0;
  }
  .input-box input {
    font-size: 18px;
    padding: 0 5px;
    width: 100%;
  }
  .input-box.cta {
    max-width: 100%;
  }
  .page-sub-header span {
    display: inline-block;
    width: 100%;
  }
  h2.section-title {
    font-size: 30px;
  }
  .why-us-points {
    max-width: 100%;
    min-width: 80%;
  }
  .plane-name h2 {
    font-size: 21px;
    padding: 10px;
  }
  .fact-box h3.numbers {
    font-size: 36px;
  }
  .fleet-listing {
    max-width: 100%;
  }
  .p-5 {
    padding: 0 !important;
  }
  .fact-box label {
    font-size: 10px;
    /* line-height: 10px; */
  }
  .gmap {
    height: 320px;
  }
  .service-listing {
    max-width: 100%;
  }
  .service-box {
    max-width: 100%;
    margin: 5px auto;
    height: auto;
  }
  .service-img-wrapper {
    height: auto;
  }
  .crew-card {
    width: 100%;
    margin-top: 72px;
  }
  .crew-listing {
    padding-top: 0;
  }
  a.get-quote-service {
    max-width: 96%;
  }
  .service-highlight {
    max-width: 100%;
    padding-bottom: 10px;
  }
  .service-box h3 {
    font-size: 28px;
  }
  .fact-box {
    padding: 0 5px;
  }
  .equipments-box p {
    text-transform: capitalize;
  }
  a.get-quote-btn {
    display: none;
  }
  .stars {
    font-size: 18px;
  }
  .ratings-row .number {
    font-size: 48px;
  }
  .google-ratings {
    margin: 0 auto;
    width: 220px;
  }
  .goolge-ratings {
    max-width: 236px;
    margin: 20px auto;
  }
  .page-sub-header a.whatsapp {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .page-sub-header h3 {
    font-size: 21px;
  }
  .page-sub-header h3 span {
    font-size: 36px;
  }
  .contact-content-area .container {
    flex-direction: column;
  }
  .content-left,
  .content-right {
    width: 100%;
    padding: 10px;
  }
  .address-box {
    max-width: 100%;
  }
  .content-box {
    max-width: 100%;
    margin: 0;
  }
  .content-body li {
    font-size: 21px;
  }
  .ceo-wrapper {
    flex-direction: column-reverse;
  }
  section.fleet {
    padding: 0;
  }
  body .bo-slider .bo-slide img {
    height: 300px;
  }
  .plane-container {
    max-width: 96%;
  }
  .copyright-bar {
    text-align: center;
    padding: 10px;
    color: #004c8f;
  }
  ul.footer-link-items {
    text-align: center;
  }
  ul.footer-link-items li {
    width: 100%;
    padding-top: 10px;
  }
  ul.footer-link-items li:after {
    content: "";
    border-bottom: 1px solid #dae9ff;
    width: 60px;
    height: 4px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
}

ul.service-cities {
  width: 100%;
  display: inline-block;
  padding: 10px;
  line-height: 1.4;
  font-size: 14px;
  max-width: 300px;
}

.coverage-cities {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #0079DD;
}
a.toll-free-call {
  background: white;
  color: #0079dd;
  padding: 5px 15px;
  border-radius: 40px;
  font-size: 28px;
  font-weight: 600;
}


@media screen and (prefers-color-scheme: dark) {
  input, section{
    background-color: #fff;
  }
  
}
@media screen and (prefers-color-scheme: light) {
  input {
    background-color: #000;
  }
}

/* slide show testimonials */
.testi-section h3, .testi-section h5 {
  display: none;
}

.testi-section h2 {
  font-size: 24px;
}


.feedback-text {
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 18px;
  padding: 10px 0;
}
.mySlides {
    display: none;
}


span.text-error {
    color: red;
}
.make-payment-upi {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
    padding-top: 20px;
    text-align: center;
}

.make-payment-upi img {
    max-height: 400px;
    margin: 0 auto;
}

.make-payment-upi p {
    font-size: 18px;
    text-align: center;
    color: #2970ac;
}