@media screen and (min-width: 1600px) and (max-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1580px;
  }
  #aviation-hero .hero-header {
    position: absolute;
    top: 52px;
    left: calc((100% - 1580px) / 2);
  }
  #student-mistake .right-wrapper .image {
    right: 0%;
  }
  #pilot-cta .cta-image .live-card {
    left: 10%;
  }
  #aviation-hero .hero-content h1 {
    font-size: 54px;
  }
  .section-title h3 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1024px) {
  #pilot-highlight {
    height: 60vh;
  }
}
@media screen and (max-width: 990px) {
  #pilot-journey .step-row .image-box img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #aviation-hero .hero-content h1 {
    font-size: 32px;
  }
  #pilot-journey .step-row .image-box img {
    width: 100%;
  }
  #pilot-journey::before {
    top: 0%;
  }
  #pilot-highlight {
    height: auto;
  }
  #pilot-highlight .info-box {
    margin-bottom: 20px;
  }
  #testimonials .owl-nav {
    width: 95%;
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #student-mistake .right-wrapper {
    height: auto;
    padding: 20px 0;
  }
  #student-mistake .right-wrapper .image {
    position: unset;
  }
  #pilot-journey .step-row {
    flex-direction: column-reverse;
  }
  #pilot-journey .container > .step-row:nth-child(even) {
    flex-direction: column;
  }
  .section-title h3 {
    font-size: 32px;
  }
  #demand .demand-box h3 {
    font-size: 20px;
  }
  .accordion {
    margin-top: 30px;
  }
  #pilot-cta {
    padding: 0;
  }
  #pilot-cta .cta-box {
    padding: 25px 12px;
  }
  #pilot-cta .cta-content {
    padding-bottom: 20px;
  }
  #student-mistake {
    padding: 40px 0;
  }
  .cta-btn {
    text-transform: capitalize;
  }
  #pilot-journey .step-row .content h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
  }
  #pilot-journey .step-row .content p {
    text-align: left;
    font-weight: 300;
    opacity: 0.65;
  }
  #pilot-journey .mb-5 {
    margin: 0 0 4px !important;
  }
  #pilot-journey .step-row .content {
    text-align: center;
    margin-bottom: 27px;
  }
  #pilot-journey .step-row::after {
    width: 95%;
  }
  #pilot-journey .step-row {
    margin-bottom: 30px;
  }
  #pilot-life .life-image {
    text-align: right;
  }
  #pilot-life {
    padding: 40px 0;
  }
  #pilot-highlight {
    padding: 50px 0;
  }
  #testimonials {
    padding: 40px 0;
  }
  #testimonials .testimonial-card {
    justify-content: center;
  }
  #pilot-guide .guide-btn {
    margin-top: 18px;
  }
  #pilot-cta .cta-content .cta-buttons {
    flex-direction: column-reverse;
    text-align: center;
  }
  #pilot-cta .cta-image .live-card {
    max-width: 90%;
  }
  #faq-section {
    padding: 40px 0;
  }
  #demand {
    padding: 40px 0;
  }
  #pilot-guide {
    padding: 40px 0;
  }
  #pilot-cta .cta-box {
    padding: 25px 8px;
    margin: 0 0 10px;
  }
  #pilot-cta {
    padding: 10px 0;
  }
  #pilot-cta .cta-content p {
    margin-top: 0;
  }
  #pilot-cta .cta-content .section-title {
    margin-bottom: 14px;
  }
  #faq-section .accordion-button::after {
    margin-right: -15px;
  }
  .cta-btn {
    text-transform: capitalize;
    margin: 0 auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  #pilot-cta .cta-content .cta-buttons .cta-btn {
    width: 100%;
  }
  #aviation-hero {
    background: url("../images/HeroPhone.png") no-repeat;
    background-size: cover;
    padding-top: 20px;
  }
  #aviation-hero .hero-content {
    margin-top: 60px;
  }
  #student-mistake .cta-btn {
    margin: 0;
  }
  #testimonials .testimonial-card {
    padding: 30px 40px;
  }
  #faq-section .row {
    flex-direction: column-reverse;
    gap: 24px;
  }
  #faq-section .section-title {
    margin-bottom: 0px;
  }
  #pilot-life .align-items-center {
    flex-direction: column-reverse;
    gap: 24px;
  }
}/*# sourceMappingURL=responsive.css.map */