/* import files */
@import url(variables.css);
@import url(customglobal.css);

/* All CSS PAGE Media Query */

/* responsive code  */

/* home page */

@media (max-width: 992px) {

  .abt,
  .netw,
  .empw {
    grid-template-columns: 1fr;
  }

  .stw {
    grid-template-columns: 1fr 1fr;
  }

  .srvg {
    grid-template-columns: 1fr 1fr;
  }

  .hc h1 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  /* .srvg,
  .stw {
    grid-template-columns: 1fr;
  } */

  .nv {
    display: none;
  }

  .ttl h2 {
    font-size: 34px;
  }

  .hc h1 {
    font-size: 28px;
    line-height: normal;
  }
}

/* about us page  */

@media (max-width: 991px) {
  .aa-abt-content {
    text-align: center;
  }

  .aa-abt-content h1 {
    font-size: 32px;
    line-height: normal;
  }

  .aa-btn-wrap {
    justify-content: center;
  }

  .aa-stat-box {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .aa-abt-content h1 {
    font-size: 22px;
  }

  .aa-abt-content p {
    font-size: 16px;
    line-height: 28px;
  }

  .aa-stat-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .aa-story-content {
    text-align: center;
  }

  .aa-line-item {
    text-align: left;
  }

  .aa-card-one {
    right: 20px;
  }

  .aa-card-two {
    left: 20px;
  }

  .aa-story-content h2 {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .aa-story-content h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 12px;
  }

  .aa-float-card {
    min-width: 150px;
    padding: 15px;
  }

  .aa-float-card h3 {
    font-size: 24px;
  }

  .aa-card-one {
    top: 15px;
    right: 15px;
  }

  .aa-card-two {
    left: 15px;
    bottom: 15px;
  }
}

@media (max-width: 991px) {
  .aa-sec-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .aa-mvv-sec {
    padding: 40px 0;
  }

  .aa-sec-title {
    font-size: 22px;
    line-height: normal;
  }

  .aa-mvv-card {
    padding: 30px 25px;
  }
}

@media (max-width: 991px) {
  .aa-why-content {
    padding-left: 0;
    margin-top: 50px;
  }

  .aa-exp-box {
    right: 15px;
  }
}

@media (max-width: 576px) {
  .aa-why-sec {
    padding: 40px 0;
  }

  .aa-exp-box {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    width: 100%;
  }

  .aa-feature-card {
    padding: 22px;
  }
}

/* serv */

@media (max-width: 768px) {
  .srv-final-cta {
    padding: 90px 0;
  }

  .srv-cta-box {
    padding: 40px 25px;
  }

  .srv-news-form {
    flex-direction: column;

    border-radius: 20px;
  }

  .srv-news-form button {
    width: 100%;

    padding: 18px;
  }

  .srv-cta-box h2 {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .aca-hero {
    text-align: center;
  }

  .hero-btns {
    justify-content: center;
  }

  .why-card,
  .course-card,
  .step-box {
    margin-bottom: 20px;
  }

  .aca-cta {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .place-content {
    padding-left: 0;

    margin-top: 40px;
  }

  .place-stats {
    gap: 25px;
  }
}

@media (max-width: 767px) {

  .course-card,
  .step-box {
    padding: 25px;
  }

  .place-item {
    gap: 12px;
  }
}

@media (max-width: 991px) {
  .cx-hero {
    text-align: center;
  }

  .cx-btns {
    justify-content: center;
  }

  .cx-mini-stats {
    justify-content: center;
  }

  .cx-img-wrap {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-center {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-center {
    padding: 35px 25px;
  }

  .trust-stat h3 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .trav-card {
    padding: 30px 25px;
  }

  .trav-icon {
    width: 70px;

    height: 70px;
  }

  .trav-icon i {
    font-size: 30px;
  }

  .trav-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .story-content {
    padding: 40px;
  }

  .story-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .story-content {
    padding: 30px 25px;
  }

  .story-content h3 {
    font-size: 28px;
  }

  .story-img img {
    min-height: 280px;
  }
}

@media (max-width: 991px) {
  .journey-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey-line {
    display: none;
  }

  .journey-bottom {
    padding: 35px;
  }
}

@media (max-width: 767px) {
  .journey-wrap {
    grid-template-columns: 1fr;
  }

  .journey-stats {
    grid-template-columns: 1fr;
  }

  .journey-bottom h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .cx-cta-box {
    padding: 50px 35px;
  }

  .cx-newsletter form {
    flex-direction: column;
  }

  .cx-newsletter button {
    height: 55px;
  }
}

@media (max-width: 767px) {
  .cx-cta {
    padding: 90px 0;
  }

  .cx-cta-box {
    padding: 40px 25px;
  }

  .cx-badges {
    gap: 12px;
  }

  .cx-badge {
    width: 100%;

    justify-content: center;
  }

  .cx-plane,
  .cx-globe {
    display: none;
  }
}

/* network */

@media (max-width: 991px) {
  .net-hero {
    text-align: center;
  }

  .net-btns {
    justify-content: center;
  }

  .net-stats {
    justify-content: center;
  }

  .net-map-wrap {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .net-stats {
    gap: 25px;
  }

  .net-stat h3 {
    font-size: 32px;
  }

  .plane {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .india-map-box {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .india-features {
    grid-template-columns: 1fr;
  }

  .india-badge {
    position: static;

    margin-top: 20px;
  }

  .net-sec-title {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .global-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .global-stats {
    grid-template-columns: 1fr;
  }

  .global-card {
    padding: 30px 25px;
  }

  .global-card h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .hub-card {
    padding: 28px;
  }

  .hub-card h3 {
    font-size: 24px;
  }

  .hub-stat {
    padding: 30px;
  }

  .hub-stat h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .growth-side {
    margin-top: 40px;
  }

  .growth-vision {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .growth-roadmap {
    padding-left: 40px;
  }

  .road-content {
    padding: 25px;
  }

  .growth-vision {
    padding: 35px 25px;
  }

  .growth-vision h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .net-cta-box {
    padding: 50px 35px;
  }

  .route-highlights {
    grid-template-columns: repeat(2, 1fr);
  }

  .net-newsletter form {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .net-cta {
    padding: 80px 0;
  }

  .net-cta-box {
    padding: 40px 25px;
  }

  .route-highlights {
    grid-template-columns: 1fr;
  }

  .net-plane {
    display: none;
  }

  .net-trust-strip {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .car-hero {
    text-align: center;
  }

  .car-btns {
    justify-content: center;
  }

  .car-right {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .car-features {
    grid-template-columns: 1fr;
  }

  .career-stats {
    grid-template-columns: 1fr;
  }

  .career-card {
    padding: 30px 25px;
  }

  .car-float {
    display: none;
  }
}

@media (max-width: 991px) {
  .why-highlight {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .why-card {
    padding: 30px 25px;
  }

  .why-aa-title {
    font-size: 34px;
  }

  .why-highlight {
    padding: 35px 25px;
  }

  .why-highlight h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .career-strip {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .job-card {
    padding: 28px 24px;
  }

  .career-strip {
    padding: 35px 25px;
  }

  .career-strip h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .hire-line {
    left: 25px;
  }

  .hire-item {
    width: 100%;

    padding-left: 80px;

    padding-right: 0;
  }

  .hire-item:nth-child(even) {
    margin-left: 0;
  }

  .hire-no {
    left: -8px !important;
    right: auto !important;
  }

  .hire-bottom {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hire-card {
    padding: 28px;
  }

  .hire-bottom {
    padding: 35px 25px;
  }

  .hire-bottom h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .life-content {
    text-align: center;
  }

  .life-floating-card {
    position: relative;

    right: auto;

    bottom: auto;

    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .life-content h3 {
    font-size: 32px;
  }

  .life-card {
    padding: 28px;
  }

  .life-stat h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .emp-content {
    padding: 35px;
  }

  .emp-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .emp-content h3 {
    font-size: 30px;
  }

  .story-card {
    padding: 25px;
  }

  .growth-item {
    min-width: 100%;
  }

  .ach-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .career-final-box {
    padding: 50px 35px;
  }

  .cf-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .career-final {
    padding: 80px 0;
  }

  .career-final-box {
    padding: 40px 25px;
  }

  .cf-stats {
    grid-template-columns: 1fr;
  }

  .cf-form {
    padding: 25px;
  }

  .cf-plane {
    display: none;
  }

  .cf-trust {
    flex-direction: column;
  }
}

/* holiday package */

@media (max-width: 991px) {
  .hp-hero {
    text-align: center;
  }

  .hp-btns {
    justify-content: center;
  }

  .hp-visual {
    margin-top: 70px;

    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hp-features {
    grid-template-columns: 1fr;
  }

  .travel-card {
    width: 100%;

    position: relative;

    left: auto;
    top: auto;

    transform: none;
  }

  .float-card {
    display: none;
  }

  .hp-plane {
    display: none;
  }
}

@media (max-width: 991px) {
  .travel-highlight {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .travel-benefit {
    padding: 30px 25px;
  }

  .travel-highlight {
    padding: 35px 25px;
  }

  .travel-highlight h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .pkg-card {
    padding: 25px;
  }

  .pkg-title {
    font-size: 34px;
  }

  .pkg-price {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .dom-content {
    text-align: center;
  }

  .dom-float {
    position: relative;

    right: auto;

    bottom: auto;

    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .dom-title {
    font-size: 34px;
  }

  .dom-content h3 {
    font-size: 30px;
  }

  .dom-card {
    padding: 28px;
  }

  .dom-stat h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .intl-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .intl-features {
    grid-template-columns: 1fr;
  }

  .intl-title {
    font-size: 34px;
  }

  .intl-content h3 {
    font-size: 30px;
  }

  .intl-map-box {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .lux-content {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .lux-list {
    grid-template-columns: 1fr;
  }

  .lux-title {
    font-size: 34px;
  }

  .lux-content h3 {
    font-size: 30px;
  }

  .lux-feature-box {
    padding: 30px;
  }

  .lux-price strong {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .adv-banner {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .adv-title {
    font-size: 34px;
  }

  .adv-banner {
    padding: 35px 25px;
  }

  .adv-banner h3 {
    font-size: 30px;
  }

  .adv-card {
    padding: 28px;
  }

  .adv-badge-box h4 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .ctp-line {
    display: none;
  }

  .ctp-form-wrap {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .ctp-title {
    font-size: 34px;
  }

  .ctp-form-wrap {
    padding: 35px 25px;
  }

  .ctp-form-content h3 {
    font-size: 30px;
  }

  .ctp-card {
    padding: 28px;
  }
}

@media (max-width: 991px) {
  .travel-success {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .trv-title {
    font-size: 34px;
  }

  .travel-success {
    padding: 35px 25px;
  }

  .travel-success h3 {
    font-size: 30px;
  }

  .review-card {
    padding: 28px;
  }

  .review-top {
    flex-direction: column;

    align-items: flex-start;

    gap: 15px;
  }
}

@media (max-width: 991px) {
  .hcta-content {
    text-align: center;

    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .hcta-content h2 {
    font-size: 34px;
  }

  .hcta-form-box {
    padding: 28px;
  }

  .hcta-form-box h3 {
    font-size: 28px;
  }
}

/* TERMS & CONDITIONS */

/* faq page responsive */

/* MOBILE */

@media (max-width: 991px) {
  .faqc h1 {
    font-size: 52px;
  }

  .faqstats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .faqh {
    min-height: auto;
    padding: 140px 20px 80px;
  }

  .faqc h1 {
    font-size: 38px;
  }

  .faqc p {
    font-size: 15px;
  }

  .faqbtns {
    flex-direction: column;
  }

  .faqb1,
  .faqb2 {
    width: 100%;
  }

  .faqplane {
    display: none;
  }
}

/* ==========================
   TABLET
========================== */

@media (max-width: 991px) {
  .faq-cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .faqs2-top h2 {
    font-size: 40px;
  }
}

/* ==========================
   MOBILE
========================== */

@media (max-width: 768px) {
  .faqs2 {
    padding: 70px 20px;
  }

  .faqs2-top h2 {
    font-size: 32px;
  }

  .faqs2-top p {
    font-size: 15px;
  }

  .faq-search-box {
    flex-direction: column;
    border-radius: 20px;
  }

  .faq-search-box input {
    padding: 18px;
  }

  .faq-search-box button {
    width: 100%;
    height: 60px;
  }

  .faq-cat-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faq-cat-card {
    padding: 28px;
  }
}

/* blog page responsive */

/* TABLET */

@media (max-width: 991px) {
  .bloghero-container {
    grid-template-columns: 1fr;
  }

  .bloghero-content {
    text-align: center;
  }

  .bloghero-content h1 {
    font-size: 52px;
  }

  .bloghero-stats {
    justify-content: center;
  }

  .small-card {
    left: 20px;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .bloghero {
    min-height: auto;
    padding: 120px 20px 80px;
  }

  .bloghero-content h1 {
    font-size: 36px;
  }

  .bloghero-content p {
    font-size: 15px;
  }

  .bloghero-btns {
    flex-direction: column;
  }

  .blog-btn-primary,
  .blog-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .main-card {
    height: 350px;
  }

  .small-card {
    width: 160px;
    height: 140px;
    left: 10px;
    bottom: -20px;
  }

  .floating-badge {
    right: 0;
    top: -20px;
    font-size: 12px;
    padding: 10px 15px;
  }

  .bloghero-stats {
    gap: 25px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .featblog-wrap {
    grid-template-columns: 1fr;
  }

  .featblog-content h3 {
    font-size: 34px;
  }

  .featblog-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .featblog {
    padding: 70px 20px;
  }

  .featblog-head {
    margin-bottom: 45px;
  }

  .featblog-head h2 {
    font-size: 32px;
  }

  .featblog-head p {
    font-size: 15px;
  }

  .featblog-img img {
    height: 300px;
  }

  .featblog-content h3 {
    font-size: 24px;
  }

  .feat-meta {
    gap: 12px;
  }

  .feat-meta span {
    font-size: 12px;
  }

  .featblog-content p {
    font-size: 14px;
  }

  .author-img {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .featblog-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .newssec {
    padding: 70px 20px;
  }

  .news-head {
    margin-bottom: 40px;
  }

  .news-head h2 {
    font-size: 32px;
  }

  .news-head p {
    font-size: 15px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-img img {
    height: 220px;
  }

  .news-body {
    padding: 20px;
  }

  .news-body h3 {
    font-size: 18px;
  }

  .news-body p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .destshow-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destshow-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .destshow {
    padding: 70px 20px;
  }

  .destshow-head {
    margin-bottom: 45px;
  }

  .destshow-head h2 {
    font-size: 32px;
  }

  .destshow-head p {
    font-size: 15px;
  }

  .destshow-grid {
    grid-template-columns: 1fr;
  }

  .destcard {
    height: 420px;
  }

  .destcard-overlay {
    padding: 25px;
  }

  .destcard-overlay h3 {
    font-size: 24px;
  }

  .destcard-overlay p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tips-card.wide {
    grid-column: span 2;
  }

  .tips-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .tipsblog {
    padding: 70px 20px;
  }

  .tips-head {
    margin-bottom: 45px;
  }

  .tips-head h2 {
    font-size: 32px;
  }

  .tips-head p {
    font-size: 15px;
  }

  .tips-grid {
    grid-template-columns: 1fr;
  }

  .tips-card.large,
  .tips-card.wide {
    grid-column: auto;
    grid-row: auto;
  }

  .tips-card {
    padding: 25px;
  }

  .tips-icon {
    width: 65px;
    height: 65px;
    font-size: 22px;
  }

  .tips-card h3 {
    font-size: 22px;
  }

  .tips-card p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .vlog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vlog-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .vlogsec {
    padding: 70px 20px;
  }

  .vlog-grid {
    grid-template-columns: 1fr;
  }

  .vlog-head h2 {
    font-size: 32px;
  }

  .vlog-head p {
    font-size: 15px;
  }

  .vlog-thumb img {
    height: 230px;
  }

  .vlog-content {
    padding: 20px;
  }

  .vlog-content h3 {
    font-size: 18px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .blogcat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .blogcat-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .blogcat {
    padding: 70px 20px;
  }

  .blogcat-grid {
    grid-template-columns: 1fr;
  }

  .blogcat-head {
    margin-bottom: 45px;
  }

  .blogcat-head h2 {
    font-size: 32px;
  }

  .blogcat-head p {
    font-size: 15px;
  }

  .blogcat-card {
    padding: 25px;
  }

  .blogcat-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .blogcat-card h3 {
    font-size: 20px;
  }

  .blogcat-card p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .trendstats {
    grid-template-columns: repeat(2, 1fr);
  }

  .trendtags-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .trendtags {
    padding: 70px 20px;
  }

  .trendtags-head {
    margin-bottom: 45px;
  }

  .trendtags-head h2 {
    font-size: 32px;
  }

  .trendtags-head p {
    font-size: 15px;
  }

  .trendstats {
    grid-template-columns: 1fr;
  }

  .tag-item {
    font-size: 14px;
    padding: 12px 18px;
  }

  .tag-item.large {
    font-size: 15px;
    padding: 14px 22px;
  }

  .trendbox {
    padding: 25px;
  }

  .trendbox h3 {
    font-size: 34px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .blognews-wrap {
    grid-template-columns: 1fr;
  }

  .blognews-left {
    text-align: center;
  }

  .blognews-left h2 {
    font-size: 44px;
  }

  .blognews-features {
    align-items: center;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .blognews {
    padding: 80px 20px;
  }

  .blognews-left h2 {
    font-size: 32px;
  }

  .blognews-left p {
    font-size: 15px;
  }

  .subscribe-box {
    padding: 25px;
  }

  .subscribe-box h3 {
    font-size: 24px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .blogcta-content h2 {
    font-size: 46px;
  }

  .blogcta-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media (max-width: 768px) {
  .blogcta {
    padding: 80px 20px;
  }

  .blogcta-content h2 {
    font-size: 32px;
  }

  .blogcta-content p {
    font-size: 15px;
  }

  .blogcta-stats {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .cta-stat {
    padding: 25px;
  }

  .cta-stat h3 {
    font-size: 36px;
  }

  .blogcta-buttons {
    flex-direction: column;
  }

  .blogcta-primary,
  .blogcta-secondary {
    width: 100%;
    justify-content: center;
  }

  .blogcta-contact {
    flex-direction: column;
    gap: 18px;
  }
}

/* destination page responsive */

/* Tablet */

@media (max-width: 991px) {
  .dhero-wrap {
    grid-template-columns: 1fr;
  }

  .dhero-content {
    text-align: center;
  }

  .dhero-content h1 {
    font-size: 52px;
  }

  .dhero-stats {
    justify-content: center;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .dhero {
    min-height: auto;
    padding: 110px 20px 80px;
  }

  .dhero-content h1 {
    font-size: 36px;
  }

  .dhero-content p {
    font-size: 15px;
  }

  .dhero-btns {
    flex-direction: column;
  }

  .dhero-btn1,
  .dhero-btn2 {
    width: 100%;
    text-align: center;
  }

  .dhero-main img {
    height: 350px;
  }

  .dhero-card {
    left: 10px;
    bottom: -20px;
    padding: 15px;
  }

  .dhero-card i {
    width: 50px;
    height: 50px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .popdest-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .popdest-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .popdest {
    padding: 70px 20px;
  }

  .popdest-grid {
    grid-template-columns: 1fr;
  }

  .popdest-head {
    margin-bottom: 45px;
  }

  .popdest-head h2 {
    font-size: 32px;
  }

  .popdest-head p {
    font-size: 15px;
  }

  .popcard img {
    height: 230px;
  }

  .popcard-content {
    padding: 22px;
  }

  .popcard-content h3 {
    font-size: 24px;
  }

  .popcard-content p {
    font-size: 14px;
  }

  .popcard-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .asia-card {
    grid-template-columns: 1fr;
  }

  .asia-card.reverse .asia-img,
  .asia-card.reverse .asia-content {
    order: unset;
  }

  .asia-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .asia-sec {
    padding: 70px 20px;
  }

  .asia-head {
    margin-bottom: 45px;
  }

  .asia-head h2 {
    font-size: 32px;
  }

  .asia-head p {
    font-size: 15px;
  }

  .asia-img img {
    min-height: 280px;
  }

  .asia-content {
    padding: 25px;
  }

  .asia-content h3 {
    font-size: 28px;
  }

  .asia-info {
    flex-direction: column;
    gap: 20px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .eu-card {
    grid-template-columns: 1fr;
  }

  .eu-card.reverse .eu-img,
  .eu-card.reverse .eu-content {
    order: unset;
  }

  .eu-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .eu-sec {
    padding: 70px 20px;
  }

  .eu-head {
    margin-bottom: 45px;
  }

  .eu-head h2 {
    font-size: 32px;
  }

  .eu-content {
    padding: 25px;
  }

  .eu-content h3 {
    font-size: 30px;
  }

  .eu-img img {
    min-height: 280px;
  }

  .eu-features {
    grid-template-columns: 1fr;
  }

  .eu-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .me-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .me-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .me-sec {
    padding: 70px 20px;
  }

  .me-grid {
    grid-template-columns: 1fr;
  }

  .me-head {
    margin-bottom: 45px;
  }

  .me-head h2 {
    font-size: 32px;
  }

  .me-head p {
    font-size: 15px;
  }

  .me-content {
    padding: 22px;
  }

  .me-content h3 {
    font-size: 24px;
  }

  .me-image img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .beach-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured {
    transform: none;
  }
}

@media (max-width: 768px) {
  .beach-sec {
    padding: 70px 20px;
  }

  .beach-grid {
    grid-template-columns: 1fr;
  }

  .beach-head h2 {
    font-size: 32px;
  }

  .beach-head p {
    font-size: 15px;
  }

  .beach-img img {
    height: 240px;
  }

  .beach-content {
    padding: 22px;
  }

  .beach-content h3 {
    font-size: 22px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .adv-wrap {
    grid-template-columns: 1fr;
  }

  .adv-head h2 {
    font-size: 40px;
  }

  .adv-main img {
    height: 500px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .adv-sec {
    padding: 70px 20px;
  }

  .adv-head {
    margin-bottom: 45px;
  }

  .adv-head h2 {
    font-size: 32px;
  }

  .adv-head p {
    font-size: 15px;
  }

  .adv-main img {
    height: 300px;
  }

  .adv-floating {
    left: 15px;
    bottom: 15px;
    padding: 15px 18px;
  }

  .adv-card {
    flex-direction: column;
  }

  .adv-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .adv-content h3 {
    font-size: 20px;
  }

  .adv-stats {
    grid-template-columns: 1fr;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .pkg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .featured-pkg {
    transform: none;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .pkg-sec {
    padding: 70px 20px;
  }

  .pkg-grid {
    grid-template-columns: 1fr;
  }

  .pkg-head {
    margin-bottom: 45px;
  }

  .pkg-head h2 {
    font-size: 32px;
  }

  .pkg-head p {
    font-size: 15px;
  }

  .pkg-card {
    padding: 25px;
  }

  .pkg-top h3 {
    font-size: 24px;
  }

  .pkg-price {
    font-size: 36px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .plan-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .plan-sec {
    padding: 70px 20px;
  }

  .plan-line {
    left: 35px;
  }

  .plan-step,
  .plan-step:nth-child(odd) {
    flex-direction: row;
  }

  .plan-content {
    width: 100%;
    margin-left: 80px;
    padding: 25px;
  }

  .plan-icon {
    left: 35px;
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .plan-head h2 {
    font-size: 32px;
  }

  .plan-content h3 {
    font-size: 22px;
  }

  .plan-box {
    padding: 35px 25px;
  }

  .plan-box h3 {
    font-size: 28px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .gcta-container h2 {
    font-size: 48px;
  }

  .gcta-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .gcta-world {
    font-size: 280px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .gcta-sec {
    padding: 80px 20px;
  }

  .gcta-container h2 {
    font-size: 34px;
  }

  .gcta-container p {
    font-size: 15px;
  }

  .gcta-stats {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .gcta-box {
    padding: 25px;
  }

  .gcta-box h3 {
    font-size: 36px;
  }

  .gcta-btns {
    flex-direction: column;
  }

  .gcta-btn1,
  .gcta-btn2 {
    width: 100%;
  }

  .gcta-contact {
    flex-direction: column;
    gap: 18px;
  }

  .gcta-world {
    font-size: 180px;
  }
}

@media (max-width: 991px) {
  .aa-fleet-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .aa-fleet-sec {
    padding: 80px 0;
  }

  .aa-fleet-title {
    font-size: 30px;
  }

  .aa-fleet-img img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .aa-safe-title {
    font-size: 30px;
  }

  .aa-safe-card1 {
    right: 15px;
  }

  .aa-safe-card2 {
    left: 15px;
  }
}

@media (max-width: 576px) {
  .aa-safe-sec {
    padding: 80px 0;
  }

  .aa-safe-title {
    font-size: 30px;
  }

  .aa-safe-card {
    position: relative;
    margin-top: 20px;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

@media (max-width: 991px) {
  .aa-dest-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .aa-dest-sec {
    padding: 80px 0;
  }

  .aa-dest-title {
    font-size: 30px;
  }

  .aa-dest-card {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .aa-team-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .aa-team-sec {
    padding: 80px 0;
  }

  .aa-team-title {
    font-size: 30px;
  }

  .aa-team-img img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 991px) {
  .aa-award-title {
    font-size: 30px;
  }

  .aa-achievement-item {
    margin-bottom: 40px;
  }

  .aa-achievement-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .aa-award-sec {
    padding: 80px 0;
  }

  .aa-award-title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .aa-future-title {
    font-size: 30px;
  }

  .aa-roadmap-title {
    font-size: 34px;
  }
}

@media (max-width: 576px) {
  .aa-future-sec {
    padding: 80px 0;
  }

  .aa-future-title {
    font-size: 30px;
  }

  .aa-roadmap-title {
    font-size: 28px;
  }

  .aa-green-badge {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .aa-cta-content h2 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .aa-cta-sec {
    padding: 90px 0;
  }

  .aa-cta-content h2 {
    font-size: 34px;
  }

  .aa-cta-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .aa-news-form {
    flex-direction: column;
    border-radius: 20px;
  }

  .aa-news-form input {
    width: 100%;
  }

  .aa-news-form button {
    width: 100%;
    padding: 18px;
  }
}

@media (max-width: 991px) {

  .tc-intro-grid,
  .tc-points {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {

  .tc-intro-grid,
  .tc-points {
    grid-template-columns: 1fr;
  }

  .sec-head h2 {
    font-size: 32px;
  }

  .tc-info-box {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .usage-grid {
    grid-template-columns: 1fr 1fr;
  }

  .usage-policy-box {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .usage-grid {
    grid-template-columns: 1fr;
  }

  .usage-policy-box {
    padding: 30px;
  }

  .usage-note {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .disclaimer-wrap {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {

  .srv-grid,
  .service-list {
    grid-template-columns: 1fr;
  }

  .legal-alert {
    flex-direction: column;
  }

  .disclaimer-left {
    padding: 35px;
  }
}

@media (max-width: 991px) {

  .ipr-main,
  .policy-list {
    grid-template-columns: 1fr;
  }

  .ipr-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ipr-grid {
    grid-template-columns: 1fr;
  }

  .ipr-left,
  .ipr-policy,
  .ipr-notice {
    padding: 30px;
  }
}

@media (max-width: 991px) {

  .data-top-wrap,
  .responsibility-list {
    grid-template-columns: 1fr;
  }

  .data-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .data-grid {
    grid-template-columns: 1fr;
  }

  .submission-notice {
    flex-direction: column;
  }

  .data-left,
  .responsibility-panel,
  .submission-notice {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .liability-wrap {
    grid-template-columns: 1fr;
  }

  .liability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .liability-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .liability-grid {
    grid-template-columns: 1fr;
  }

  .liability-left,
  .liability-notice,
  .final-warning {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .privacy-top {
    grid-template-columns: 1fr;
  }

  .privacy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .info-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .privacy-grid {
    grid-template-columns: 1fr;
  }

  .privacy-content,
  .privacy-policy-box,
  .cookies-section,
  .security-notice {
    padding: 30px;
  }

  .security-notice {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .legal-top {
    grid-template-columns: 1fr;
  }

  .legal-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .legal-left,
  .law-section,
  .legal-note {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .final-top {
    grid-template-columns: 1fr;
  }

  .summary-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .summary-grid {
    grid-template-columns: 1fr;
  }

  .final-left,
  .update-policy,
  .contact-section,
  .closing-banner {
    padding: 30px;
  }

  .closing-content h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .pp-content h1 {
    font-size: 55px;
  }
}

@media (max-width: 768px) {
  .pp-content h1 {
    font-size: 42px;
  }

  .pp-stats {
    flex-direction: column;
  }

  .pp-card {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pp-line {
    left: 35px;
  }

  .pp-item,
  .pp-item:nth-child(even) {
    flex-direction: row;
  }

  .pp-dot {
    left: 35px;
  }

  .pp-box {
    width: 100%;
    margin-left: 90px;
  }
}

@media (max-width: 768px) {
  .pp-sec-head h2 {
    font-size: 36px;
  }

  .pp-info-note {
    flex-direction: column;
    text-align: center;
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .flight-route-wrap {
    min-height: auto;
  }

  .route-line {
    left: 40px;
  }

  .moving-plane {
    left: 40px;
  }

  .route-card {
    position: relative;
    width: calc(100% - 90px);
    left: auto;
    right: auto;
    top: auto;
    margin-left: 90px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .pp-use-head h2 {
    font-size: 38px;
  }

  .privacy-commitment {
    flex-direction: column;
    text-align: center;
    padding: 35px;
  }

  .route-card {
    width: calc(100% - 70px);
    margin-left: 70px;
  }
}

@media (max-width: 991px) {
  .security-dashboard {
    height: auto;
  }

  .security-center {
    display: none;
  }

  .security-card {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-bottom: 25px;
  }

  .security-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .security-practices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .pp-security-head h2 {
    font-size: 36px;
  }

  .security-stats,
  .practice-right {
    grid-template-columns: 1fr;
  }

  .security-notice-box {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .rights-grid-wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .privacy-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {

  .pp-rights-head h2,
  .cta-content h2 {
    font-size: 34px;
  }

  .rights-grid-wrap {
    grid-template-columns: 1fr;
  }

  .contact-left,
  .privacy-cta {
    padding: 35px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .faqs4-head h2 {
    font-size: 40px;
  }

  .refund-btn {
    font-size: 18px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .faqs4 {
    padding: 70px 20px;
  }

  .faqs4-head {
    margin-bottom: 45px;
  }

  .faqs4-head h2 {
    font-size: 32px;
  }

  .faqs4-head p {
    font-size: 15px;
  }

  .refund-line {
    display: none;
  }

  .refund-item {
    flex-direction: column;
    gap: 15px;
  }

  .refund-step {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 18px;
  }

  .refund-btn {
    padding: 22px;
    font-size: 16px;
    line-height: 1.5;
  }

  .refund-content p {
    padding: 0 22px 25px;
    font-size: 15px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .visa-faq-grid {
    grid-template-columns: 1fr;
  }

  .visa-faq-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .visa-faq {
    padding: 70px 20px;
  }

  .visa-faq-head {
    margin-bottom: 45px;
  }

  .visa-faq-head h2 {
    font-size: 32px;
  }

  .visa-faq-head p {
    font-size: 15px;
  }

  .visa-faq-btn {
    padding: 20px;
  }

  .visa-left {
    gap: 12px;
  }

  .visa-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 18px;
  }

  .visa-left h3 {
    font-size: 15px;
  }

  .visa-content p {
    padding: 0 20px 22px;
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .visa-faq-grid {
    grid-template-columns: 1fr;
  }

  .visa-faq-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .visa-faq {
    padding: 70px 20px;
  }

  .visa-faq-head {
    margin-bottom: 45px;
  }

  .visa-faq-head h2 {
    font-size: 32px;
  }

  .visa-faq-head p {
    font-size: 15px;
  }

  .visa-faq-btn {
    padding: 20px;
  }

  .visa-left {
    gap: 12px;
  }

  .visa-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    font-size: 18px;
  }

  .visa-left h3 {
    font-size: 15px;
  }

  .visa-content p {
    padding: 0 20px 22px;
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .hpfaq-wrap {
    grid-template-columns: 1fr;
  }

  .hpfaq-hd h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .hpfaq {
    padding: 70px 20px;
  }

  .hpfaq-hd {
    margin-bottom: 45px;
  }

  .hpfaq-hd h2 {
    font-size: 32px;
  }

  .hpfaq-hd p {
    font-size: 15px;
  }

  .hpfaq-card {
    flex-direction: column;
    padding: 22px;
    gap: 18px;
  }

  .hpfaq-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    font-size: 22px;
  }

  .hpfaq-btn {
    font-size: 15px;
    line-height: 1.6;
  }

  .hpfaq-content p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .insfaq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .insfaq-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .insfaq {
    padding: 70px 20px;
  }

  .insfaq-head {
    margin-bottom: 45px;
  }

  .insfaq-head h2 {
    font-size: 32px;
  }

  .insfaq-head p {
    font-size: 15px;
  }

  .insfaq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .insfaq-card {
    padding: 22px;
  }

  .insfaq-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
    margin-bottom: 18px;
  }

  .insfaq-btn {
    font-size: 15px;
  }

  .insfaq-content p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .bagfaq-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .bagfaq-head h2 {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .bagfaq {
    padding: 70px 20px;
  }

  .bagfaq-head {
    margin-bottom: 45px;
  }

  .bagfaq-head h2 {
    font-size: 32px;
  }

  .bagfaq-head p {
    font-size: 15px;
  }

  .bagfaq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bagfaq-card {
    padding: 22px;
  }

  .bagfaq-icon {
    width: 65px;
    height: 65px;
    font-size: 22px;
    margin-bottom: 18px;
  }

  .bagfaq-btn {
    font-size: 15px;
  }

  .bagfaq-content p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .corfaq-head h2 {
    font-size: 40px;
  }

  .corfaq-btn {
    font-size: 18px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .corfaq {
    padding: 70px 20px;
  }

  .corfaq-head {
    margin-bottom: 45px;
  }

  .corfaq-head h2 {
    font-size: 32px;
  }

  .corfaq-head p {
    font-size: 15px;
  }

  .corfaq-card {
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .corfaq-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .corfaq-btn {
    font-size: 15px;
    line-height: 1.6;
  }

  .corfaq-content p {
    font-size: 14px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .faqcta-grid {
    grid-template-columns: 1fr;
  }

  .faqcta-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .faqcta-head h2 {
    font-size: 44px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .faqcta {
    padding: 80px 20px;
  }

  .faqcta-head {
    margin-bottom: 45px;
  }

  .faqcta-head h2 {
    font-size: 32px;
  }

  .faqcta-head p {
    font-size: 15px;
  }

  .faqcta-card {
    padding: 25px;
  }

  .faqcta-icon {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }

  .faqcta-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .faqstat h3 {
    font-size: 36px;
  }

  .faqcta-btns {
    flex-direction: column;
  }

  .faqcta-primary,
  .faqcta-secondary {
    width: 100%;
    text-align: center;
  }
}

/*==============*/

@media (max-width: 991px) {
  .mwrap {
    grid-template-columns: 1fr;
  }

  .mleft {
    text-align: center;
  }

  .mleft p {
    margin: auto;
  }

  .mstats {
    justify-content: center;
  }

  .one {
    left: 20px;
  }

  .two {
    right: 20px;
  }
}

/*==============*/

@media (max-width: 768px) {
  .mhero {
    padding: 90px 20px;
  }

  .mleft h1 {
    font-size: 40px;
  }

  .mleft p {
    font-size: 15px;
  }

  .mbtns {
    flex-direction: column;
  }

  .mbtn1,
  .mbtn2 {
    width: 100%;
    text-align: center;
  }

  .mstats {
    flex-direction: column;
  }

  .msbox {
    width: 100%;
  }

  .mcard {
    padding: 25px;
  }

  .mnumber {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 45px 0;
  }

  .muser {
    flex-direction: column;
    gap: 18px;
  }

  .mfloat {
    position: relative;

    left: auto;
    right: auto;
    top: auto;
    bottom: auto;

    margin-top: 20px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mbf-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mbf-top h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mbf-sec {
    padding: 80px 20px;
  }

  .mbf-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mbf-top {
    margin-bottom: 45px;
  }

  .mbf-top h2 {
    font-size: 32px;
  }

  .mbf-top p {
    font-size: 15px;
  }

  .mbf-card {
    padding: 28px;
  }

  .mbf-card h3 {
    font-size: 22px;
  }

  .mbf-icon {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mpln-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .active {
    transform: none;
  }

  .active:hover {
    transform: translateY(-15px);
  }

  .mpln-top h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mpln {
    padding: 80px 20px;
  }

  .mpln-grid {
    grid-template-columns: 1fr;
  }

  .mpln-top {
    margin-bottom: 45px;
  }

  .mpln-top h2 {
    font-size: 32px;
  }

  .mpln-top p {
    font-size: 15px;
  }

  .mpln-head {
    padding: 30px;
  }

  .mpln-head h3 {
    font-size: 28px;
  }

  .mpln-head h4 {
    font-size: 38px;
  }

  .mpln-card ul {
    padding: 25px;
  }

  .mpln-card a {
    margin: 0 25px 25px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .rwd-wrap {
    grid-template-columns: 1fr;
  }

  .rwd-top h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .rwd-sec {
    padding: 80px 20px;
  }

  .rwd-top {
    margin-bottom: 45px;
  }

  .rwd-top h2 {
    font-size: 32px;
  }

  .rwd-top p {
    font-size: 15px;
  }

  .earn-card,
  .redeem-card {
    padding: 25px;
  }

  .redeem-grid {
    grid-template-columns: 1fr;
  }

  .earn-text {
    flex-direction: column;
    gap: 6px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .vip-wrap {
    grid-template-columns: 1fr;
  }

  .vip-head h2 {
    font-size: 42px;
  }

  .vip-img img {
    height: 500px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .vip-sec {
    padding: 80px 20px;
  }

  .vip-head {
    margin-bottom: 45px;
  }

  .vip-head h2 {
    font-size: 32px;
  }

  .vip-head p {
    font-size: 15px;
  }

  .vip-img img {
    height: 280px;
  }

  .vip-overlay {
    padding: 20px;
  }

  .vip-overlay h3 {
    font-size: 24px;
  }

  .priv-card {
    flex-direction: column;
    padding: 22px;
  }

  .priv-icon {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }

  .priv-card h3 {
    font-size: 20px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mw-time {
    grid-template-columns: repeat(2, 1fr);
  }

  .mw-line {
    display: none;
  }

  .mw-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mwork {
    padding: 80px 20px;
  }

  .mw-head {
    margin-bottom: 45px;
  }

  .mw-head h2 {
    font-size: 32px;
  }

  .mw-head p {
    font-size: 15px;
  }

  .mw-time {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mw-item {
    background: #f8fbff;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }

  .mw-icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
  }

  .mw-item h3 {
    font-size: 21px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mof-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mof-top h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mof-sec {
    padding: 80px 20px;
  }

  .mof-grid {
    grid-template-columns: 1fr;
  }

  .mof-top {
    margin-bottom: 45px;
  }

  .mof-top h2 {
    font-size: 32px;
  }

  .mof-top p {
    font-size: 15px;
  }

  .mof-card {
    padding: 28px;
  }

  .mof-card h3 {
    font-size: 24px;
  }

  .offer-icon {
    width: 75px;
    height: 75px;
    font-size: 28px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mts-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mts-sec {
    padding: 80px 20px;
  }

  .mts-head {
    margin-bottom: 45px;
  }

  .mts-head h2 {
    font-size: 32px;
  }

  .mts-head p {
    font-size: 15px;
  }

  .mts-card {
    width: 300px;
    padding: 25px;
  }

  .mts-top img {
    width: 60px;
    height: 60px;
  }

  .mts-top h3 {
    font-size: 20px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mfaq-wrap {
    grid-template-columns: 1fr;
  }

  .mfaq-hd h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mfaq {
    padding: 80px 20px;
  }

  .mfaq-hd {
    margin-bottom: 45px;
  }

  .mfaq-hd h2 {
    font-size: 32px;
  }

  .mfaq-hd p {
    font-size: 15px;
  }

  .faq-head {
    padding: 20px;
  }

  .faq-head h3 {
    font-size: 17px;
  }

  .faq-body p {
    padding: 0 20px 20px;
  }

  .mfaq-right {
    grid-template-columns: 1fr;
  }

  .stat-box {
    padding: 28px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .mcta-wrap {
    grid-template-columns: 1fr;
  }

  .mcta-left {
    text-align: center;
  }

  .mcta-list {
    justify-content: center;
  }

  .mcta-left h2 {
    font-size: 44px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .mcta {
    padding: 80px 20px;
  }

  .mcta-left h2 {
    font-size: 32px;
  }

  .mcta-list {
    grid-template-columns: 1fr;
  }

  .mcta-btns {
    flex-direction: column;
  }

  .join-btn,
  .call-btn {
    width: 100%;
    text-align: center;
  }

  .vip-cardx {
    padding: 25px;
  }

  .vip-cardx h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .vip-user {
    flex-direction: column;
    gap: 18px;
  }

  .trust-wrap {
    grid-template-columns: 1fr;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .cr-hero .container {
    grid-template-columns: 1fr;
  }

  .cr-content {
    text-align: center;
  }

  .cr-btns {
    justify-content: center;
  }

  .cr-info {
    justify-content: center;
  }

  .cr-content h1 {
    font-size: 52px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .cr-hero {
    padding: 90px 20px;
  }

  .cr-content h1 {
    font-size: 36px;
  }

  .cr-content p {
    font-size: 15px;
  }

  .cr-btns {
    flex-direction: column;
  }

  .cr-btn1,
  .cr-btn2 {
    width: 100%;
    text-align: center;
  }

  .cr-info {
    gap: 25px;
    justify-content: space-between;
  }

  .cr-info h3 {
    font-size: 26px;
  }

  .cert-card {
    padding: 28px;
  }

  .cert-card h2 {
    font-size: 30px;
  }

  .seal {
    width: 90px;
    height: 90px;
    font-size: 34px;
  }

  .float {
    display: none;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .gcc-wrap {
    grid-template-columns: 1fr;
  }

  .gcc-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .gcc-sec {
    padding: 80px 20px;
  }

  .gcc-head {
    margin-bottom: 45px;
  }

  .gcc-head h2 {
    font-size: 32px;
  }

  .gcc-right {
    grid-template-columns: 1fr;
  }

  .time-line {
    left: 24px;
  }

  .step-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .step-card {
    padding: 22px;
  }

  .step-card h3 {
    font-size: 20px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .awr-wrap {
    grid-template-columns: 1fr;
  }

  .awr-head h2 {
    font-size: 42px;
  }

  .trophy-card {
    position: relative;
    top: 0;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .awr-sec {
    padding: 80px 20px;
  }

  .awr-head {
    margin-bottom: 45px;
  }

  .awr-head h2 {
    font-size: 32px;
  }

  .trophy-card {
    padding: 28px;
  }

  .trophy-circle {
    width: 90px;
    height: 90px;
    font-size: 40px;
  }

  .trophy-card h3 {
    font-size: 26px;
  }

  .award-item {
    flex-direction: column;
    padding: 22px;
  }

  .award-icon {
    width: 70px;
    height: 70px;
    font-size: 26px;
  }

  .award-content h3 {
    font-size: 21px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .sqo-wrap {
    grid-template-columns: 1fr;
  }

  .sqo-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .sqo-sec {
    padding: 80px 20px;
  }

  .sqo-head {
    margin-bottom: 45px;
  }

  .sqo-head h2 {
    font-size: 32px;
  }

  .process-card,
  .metric-card,
  .quality-box {
    padding: 25px;
  }

  .process-item {
    flex-direction: column;
  }

  .process-icon {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .gst-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gst-bottom {
    grid-template-columns: 1fr;
  }

  .gst-head h2 {
    font-size: 42px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .gst-sec {
    padding: 80px 20px;
  }

  .gst-head {
    margin-bottom: 45px;
  }

  .gst-head h2 {
    font-size: 32px;
  }

  .gst-grid {
    grid-template-columns: 1fr;
  }

  .trust-left {
    padding: 28px;
  }

  .trust-left h3 {
    font-size: 28px;
  }

  .trust-right {
    grid-template-columns: 1fr;
  }

  .counter-card h2 {
    font-size: 38px;
  }
}

/* Tablet */

@media (max-width: 991px) {
  .crc-wrap {
    grid-template-columns: 1fr;
  }

  .crc-left {
    text-align: center;
  }

  .crc-features {
    justify-content: center;
  }

  .crc-left h2 {
    font-size: 44px;
  }
}

/* Mobile */

@media (max-width: 768px) {
  .crc-sec {
    padding: 80px 20px;
  }

  .crc-left h2 {
    font-size: 32px;
  }

  .crc-features {
    grid-template-columns: 1fr;
  }

  .crc-btns {
    flex-direction: column;
  }

  .crc-btn1,
  .crc-btn2 {
    width: 100%;
    text-align: center;
  }

  .certificate-box {
    padding: 28px;
  }

  .certificate-box h2 {
    font-size: 28px;
  }

  .cert-footer {
    flex-direction: column;
    gap: 20px;
  }

  .seal-ring {
    width: 95px;
    height: 95px;
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .srv-hero {
    text-align: center;
  }

  .srv-hero h1 {
    font-size: 46px;
  }

  .hero-card {
    margin-top: 50px;
  }

  .srv-counter {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .srv-hero {
    padding: 80px 0;
  }

  .srv-hero h1 {
    font-size: 34px;
  }

  .srv-hero p {
    font-size: 16px;

    line-height: 28px;
  }

  .srv-btn {
    justify-content: center;
  }

  .srv-counter {
    gap: 30px;
  }

  .hero-card {
    padding: 28px;
  }
}

@media (max-width: 991px) {
  .pkg-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .pkg-sec {
    padding: 70px 0;
  }

  .pkg-title {
    font-size: 30px;
  }

  .pkg-img img {
    height: 220px;
  }

  .pkg-body {
    padding: 22px;
  }
}

@media (max-width: 991px) {
  .dom-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .dom-sec {
    padding: 70px 0;
  }

  .dom-title {
    font-size: 30px;
  }

  .dom-img img {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .int-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .int-sec {
    padding: 70px 0;
  }

  .int-title {
    font-size: 30px;
  }

  .int-img img {
    height: 210px;
  }
}

@media (max-width: 991px) {
  .corp-title {
    font-size: 38px;
  }

  .corp-card {
    margin-top: 5px;
  }
}

@media (max-width: 576px) {
  .corp-sec {
    padding: 70px 0;
  }

  .corp-title {
    font-size: 30px;
  }

  .corp-card {
    padding: 28px;
  }

  .corp-card i {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .tas-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .tas-sec {
    padding: 70px 0;
  }

  .tas-title {
    font-size: 30px;
  }

  .tas-card {
    padding: 28px;
  }

  .tas-icon {
    width: 65px;

    height: 65px;

    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .why-title {
    font-size: 38px;
    margin-top: 20px;
  }

  .why-grid {
    margin-top: 50px;
  }
}

@media (max-width: 576px) {
  .why-sec {
    padding: 70px 0;
  }

  .why-title {
    font-size: 30px;
  }

  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-box {
    padding: 28px;
  }

  .why-box h3 {
    font-size: 38px;
  }
}

@media (max-width: 991px) {
  .journey-title {
    font-size: 38px;
  }

  .journey-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .journey-sec {
    padding: 70px 0;
  }

  .journey-title {
    font-size: 30px;
  }

  .journey-card {
    padding: 20px;
  }

  .journey-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .journey-card h5 {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .svc-box {
    padding: 40px;

    text-align: center;
  }

  .svc-box h2 {
    font-size: 38px;
  }

  .svc-btns {
    justify-content: center;

    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .svc-cta {
    padding: 70px 0;
  }

  .svc-box {
    padding: 25px;
  }

  .svc-box h2 {
    font-size: 30px;
  }

  .plane-bg {
    font-size: 130px;
  }
}

@media (max-width: 991px) {
  .acad-hero {
    text-align: center;
  }

  .acad-hero h1 {
    font-size: 46px;
  }

  .acad-card {
    margin-top: 50px;
  }

  .acad-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .acad-btns {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .acad-hero {
    padding: 80px 0;
  }

  .acad-hero h1 {
    font-size: 34px;
  }

  .acad-hero p {
    font-size: 16px;

    line-height: 28px;
  }

  .acad-card {
    padding: 28px;
  }

  .acad-stats {
    grid-template-columns: 1fr 1fr;

    gap: 15px;
  }

  .plane-float {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .aca-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .aca-why {
    padding: 70px 0;
  }

  .aca-title {
    font-size: 30px;
  }

  .aca-exp {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 20px;
  }

  .aca-exp h2 {
    font-size: 36px;
  }

  .aca-box {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .course-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .course-sec {
    padding: 70px 0;
  }

  .course-title {
    font-size: 30px;
  }

  .course-card {
    padding: 24px;
  }

  .course-icon {
    width: 65px;
    height: 65px;
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .train-title {
    font-size: 38px;
  }

  .train-img img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .train-sec {
    padding: 70px 0;
  }

  .train-title {
    font-size: 30px;
  }

  .train-img img {
    height: 350px;
  }

  .train-floating {
    left: 15px;
    right: 15px;
    bottom: 15px;
    padding: 18px;
    max-width: none;
  }

  .train-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 22px;
    margin-left: -48px;
  }

  .train-item h5 {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .place-title {
    font-size: 38px;
  }

  .partner-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .place-img img {
    height: 500px;
  }
}

@media (max-width: 576px) {
  .place-sec {
    padding: 70px 0;
  }

  .place-title {
    font-size: 30px;
  }

  .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .place-img img {
    height: 320px;
  }

  .counter-box h2 {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .benefit-title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .benefit-sec {
    padding: 70px 0;
  }

  .benefit-title {
    font-size: 30px;
  }

  .benefit-card {
    padding: 28px 22px;
  }

  .benefit-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .adm-title {
    font-size: 38px;
  }

  .flight-line {
    display: none;
  }
}

@media (max-width: 576px) {
  .adm-sec {
    padding: 70px 0;
  }

  .adm-title {
    font-size: 30px;
  }

  .adm-card {
    padding: 24px;
  }

  .adm-icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .plane-path {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .cta-wrap {
    padding: 40px;
    text-align: center;
  }

  .cta-wrap h2 {
    font-size: 38px;
  }

  .cta-points {
    grid-template-columns: 1fr;
  }

  .cta-btns {
    justify-content: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .acad-cta {
    padding: 70px 0;
  }

  .cta-wrap {
    padding: 25px;
  }

  .cta-wrap h2 {
    font-size: 30px;
  }

  .plane-bg {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .cl-hero {
    text-align: center;
  }

  .cl-hero h1 {
    font-size: 46px;
  }

  .cl-card {
    margin-top: 50px;
  }

  .cl-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .cl-btns {
    justify-content: center;
  }

  .cl-float {
    display: none;
  }
}

@media (max-width: 576px) {
  .cl-hero {
    padding: 80px 0;
  }

  .cl-hero h1 {
    font-size: 34px;
  }

  .cl-hero p {
    font-size: 16px;

    line-height: 28px;
  }

  .cl-card {
    padding: 28px;
  }

  .cl-stats {
    grid-template-columns: repeat(2, 1fr);

    gap: 15px;
  }

  .cl-plane {
    font-size: 110px;
  }
}

@media (max-width: 991px) {
  .cli-title {
    font-size: 38px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .cli-sec {
    padding: 70px 0;
  }

  .cli-title {
    font-size: 30px;
  }

  .cli-card img {
    height: 190px;
  }

  .cli-content {
    padding: 22px;
  }

  .trust-strip {
    padding: 25px;
  }
}

@media (max-width: 991px) {
  .ind-title {
    font-size: 38px;
  }

  .ind-row {
    margin-bottom: 50px;
  }

  .ind-box {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .ind-sec {
    padding: 70px 0;
  }

  .ind-title {
    font-size: 30px;
  }

  .ind-box h3 {
    font-size: 26px;
  }

  .mini-card {
    padding: 24px;
  }
}

@media (max-width: 991px) {
  .cs-title {
    font-size: 40px;
  }

  .trust-banner {
    text-align: center;
  }

  .trust-btn {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .cs-sec {
    padding: 70px 0;
  }

  .cs-title {
    font-size: 30px;
  }

  .cs-counter {
    padding: 25px 15px;
  }

  .trust-banner {
    padding: 30px;
  }

  .trust-banner h3 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .cta-box {
    padding: 40px;
  }

  .corp-cta h2 {
    font-size: 38px;
  }

  .corp-benefits {
    grid-template-columns: 1fr;
  }

  .corp-form {
    margin-top: 40px;
  }
}

@media (max-width: 576px) {
  .corp-cta {
    padding: 70px 0;
  }

  .cta-box {
    padding: 25px;
  }

  .corp-cta h2 {
    font-size: 30px;
  }

  .contact-card {
    padding: 25px;
  }

  .corp-plane {
    font-size: 120px;
  }
}

@media (max-width: 991px) {
  .tmcnd-final-box {
    padding: 40px;
  }

  .tmcnd-final h2 {
    font-size: 40px;
  }

  .tmcnd-support-card {
    margin-top: 40px;
  }

  .tmcnd-bottom-strip {
    justify-content: center;

    text-align: center;
  }
}

@media (max-width: 576px) {
  .tmcnd-final {
    padding: 70px 0;
  }

  .tmcnd-final-box {
    padding: 25px;
  }

  .tmcnd-final h2 {
    font-size: 30px;
  }

  .tmcnd-support-card {
    padding: 25px;
  }

  .tmcnd-final-plane {
    font-size: 120px;
  }
}

/* contact page responsive css start */

@media (max-width: 991px) {
  .ct-hero {
    text-align: center;

    padding: 80px 0;
  }

  .ct-hero h1 {
    font-size: 46px;
  }

  .hero-card {
    margin-top: 60px;
  }

  .ct-info {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .ct-hero h1 {
    font-size: 34px;
  }

  .ct-hero p {
    font-size: 16px;

    line-height: 28px;
  }

  .ct-btns {
    justify-content: center;
  }

  .ct-info {
    gap: 30px;
  }

  .hero-card {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .ct-title {
    font-size: 36px;
  }

  .ct-box {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .ct-info-sec {
    padding: 70px 0;
  }

  .ct-title {
    font-size: 30px;
  }

  .ct-text {
    font-size: 15px;
  }

  .ct-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .ct-title {
    font-size: 27px;
  }

  .ct-icon {
    width: 70px;

    height: 70px;

    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .form-info {
    text-align: center;

    margin-bottom: 40px;
  }

  .form-info h2 {
    font-size: 38px;
  }

  .support-list .item {
    justify-content: center;

    text-align: left;
  }
}

@media (max-width: 576px) {
  .ct-form {
    padding: 70px 0;
  }

  .form-info h2 {
    font-size: 30px;
  }

  .contact-box {
    padding: 25px;
  }

  .support-list i {
    width: 50px;

    height: 50px;

    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .ofc-title {
    font-size: 36px;
  }

  .map-box {
    height: 420px;
  }
}

@media (max-width: 576px) {
  .ofc-sec {
    padding: 70px 0;
  }

  .ofc-title {
    font-size: 30px;
  }

  .flag {
    font-size: 42px;
  }

  .map-box {
    height: 300px;
  }
}

@media (max-width: 991px) {
  .sup-title {
    font-size: 36px;
  }
}

@media (max-width: 576px) {
  .sup-sec {
    padding: 70px 0;
  }

  .sup-title {
    font-size: 30px;
  }

  .sup-item {
    gap: 15px;
  }

  .sup-icon {
    width: 55px;

    height: 55px;

    font-size: 20px;
  }

  .aa-faq .accordion-button {
    font-size: 16px;

    padding: 18px;
  }
}

@media (max-width: 991px) {
  .cta-box {
    padding: 40px;

    text-align: center;
  }

  .cta-box h2 {
    font-size: 38px;
  }

  .cta-btns {
    justify-content: center;

    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .cta-sec {
    padding: 70px 0;
  }

  .cta-box {
    padding: 25px;
  }

  .cta-box h2 {
    font-size: 30px;
  }

  .news-box {
    padding: 25px;
  }

  .plane-bg {
    font-size: 120px;
  }
}

/* contact page responsive css end */

/* responsive media query start */

@media screen and (max-width: 1399px) {}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
  /* home page start */

  .empw {
    padding: 0px 20px;
  }

  .awdw,
  .newsg {
    display: block;
  }

  .awd-card,
  .nc {
    margin-bottom: 20px;
  }

  /* home page end */

  /* aboutus page start */

  .aa-abt-hero {
    padding: 160px 0px 40px;
  }

  .aa-abt-content p {
    max-width: 100%;
  }

  /* aboutus page end */
}

@media screen and (max-width: 767px) {
  p {
    line-height: 28px !important;
  }

  /* home page start */
  .srvg {
    display: block;
  }

  .hc {
    padding: 160px 0px 60px;
  }

  .hc p {
    font-size: 18px;
    line-height: normal;
  }

  .hb {
    gap: 10px;
  }

  .hb a {
    font-size: 15px;
    line-height: 22px;
  }

  .stl h2 {
    font-size: 30px;
  }

  .stl {
    margin-bottom: 15px;
  }

  .ab {
    padding: 50px 0 40px;
  }

  .abt {
    gap: 30px;
  }

  .qt {
    padding: 18px;
  }

  .qt h3 {
    font-size: 18px;
  }

  .st {
    padding: 40px 0px;
  }

  .stw {
    gap: 10px;
  }

  .sb h3 {
    font-size: 32px;
    margin-bottom: 7px;
  }

  .sb span {
    font-size: var(--fs-vsm);
  }

  .srv {
    padding: 50px 0 30px;
  }

  .ttl span {
    font-size: 26px;
  }

  .ttl h2 {
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .srvc {
    margin-bottom: 20px;
  }

  .srvc h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .net {
    padding: 40px 0px;
  }

  .netw {
    gap: 20px;
  }

  .apc {
    padding: 18px;
  }

  .apc h3 {
    font-size: var(--fs-sm);
    margin-bottom: 5px;
  }

  .apc p {
    margin-bottom: 0px;
  }

  .emp {
    padding: 40px 0px;
  }

  .empw {
    gap: 30px;
  }

  .ect h2 {
    font-size: 22px;
    margin: 10px 0;
  }

  .ect h5 {
    font-size: 17px;
    line-height: normal;
  }

  .awd {
    padding: 40px 0px;
  }

  .awd-card {
    padding: 20px;
  }

  .yr {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .awd-card h4 {
    font-size: var(--fs-sm);
  }

  .news {
    padding: 40px 0px;
  }

  .ttl span {
    font-size: 22px;
  }

  .nd {
    padding: 16px;
  }

  .nd h5 {
    font-size: var(--fs-vsm);
    line-height: normal;
  }

  .nd p {
    margin-bottom: 8px;
  }

  .nd a {
    padding: 8px 16px;
    font-size: 14px;
  }

  .cta {
    padding: 40px 0px;
  }

  .ctaw h2 {
    font-size: 30px;
    margin: 8px 0;
  }

  .ctaw a {
    padding: 8px 20px;
  }

  .cli {
    padding: 40px 0px;
  }

  /* home page end */

  /* aboutus page start */

  .aa-abt-hero {
    padding: 120px 0px 30px;
  }

  .aa-tag {
    margin-bottom: 15px;
  }

  .aa-abt-content h1 {
    margin-bottom: 15px;
  }

  .aa-abt-content p {
    margin-bottom: 20px;
  }

  .aa-btn-wrap a {
    padding: 8px 20px;
    font-size: var(--fs-vsm);
  }

  .aa-stat-box {
    margin-top: 20px;
  }

  .aa-stat-card {
    padding: 30px 15px;
  }

  .aa-stat-card h2 {
    font-size: 34px;
  }

  .aa-story-line {
    margin-top: 20px;
  }

  .aa-sec-tag {
    padding: 12px 24px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .aa-mvv-card {
    padding: 24px 16px;
  }

  .aa-mvv-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .aa-mvv-icon i {
    font-size: 26px;
  }

  .aa-mvv-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .aa-why-content {
    margin-top: 10px;
  }

  .aa-fleet-sec {
    padding: 40px 0;
  }

  .aa-fleet-title {
    font-size: 22px;
    line-height: normal;
  }

  .aa-fleet-stat {
    padding: 25px 15px;
  }

  .aa-fleet-stat h3 {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .aa-fleet-content {
    padding: 20px;
  }

  .aa-fleet-content h4 {
    font-size: 18px;
    line-height: normal;
    margin: 4px 0;
  }

  .aa-safe-sec {
    padding: 40px 0;
  }

  .aa-sec-tag {
    padding: 0px;
    font-size: 20px;
    margin-bottom: 4px;
  }

  .aa-safe-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .aa-safe-card h3 {
    font-size: 28px;
  }

  .aa-safe-stat {
    padding: 25px 15px;
  }

  .aa-safe-stat h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .aa-dest-sec {
    padding: 40px 0;
  }

  .aa-dest-title,
  .aa-team-title,
  .aa-award-title,
  .aa-future-title {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 6px;
    line-height: normal;
  }

  .aa-dest-stat {
    padding: 20px;
  }

  .aa-dest-stat h3 {
    font-size: 36px;
  }

  .aa-dest-overlay,
  .aa-award-card {
    padding: 20px;
  }

  .aa-dest-overlay h4 {
    font-size: 24px;
  }

  .aa-team-sec {
    padding: 40px 0;
  }

  .aa-team-img {
    padding-top: 25px;
  }

  .aa-team-info {
    padding: 15px;
  }

  .aa-team-info h4 {
    font-size: 20px;
  }

  .aa-team-info span {
    margin-bottom: 5px;
  }

  .aa-team-img img {
    width: 100px;
    height: 100px;
  }

  .aa-team-stat,
  .aa-award-counter {
    padding: 25px 15px;
  }

  .aa-team-stat h3,
  .aa-award-counter h3 {
    font-size: 32px;
  }

  .aa-award-sec {
    padding: 40px 0;
  }

  .aa-award-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .aa-award-card h4 {
    line-height: normal;
    font-size: 20px;
  }

  .aa-achievement-wrap {
    margin-top: 40px;
  }

  .aa-achievement-item {
    margin-bottom: 0px;
  }

  .aa-future-sec {
    padding: 40px 0;
  }

  .aa-green-badge h5 {
    font-size: 16px;
  }

  .aa-roadmap-wrap {
    margin-top: 30px;
  }

  .aa-roadmap-title {
    font-size: 24px;
  }

  .aa-roadmap-card {
    padding: 25px 15px;
  }

  .aa-roadmap-card h5 {
    font-size: 20px;
  }

  .aa-cta-sec {
    padding: 40px 0;
  }

  .aa-cta-content h2 {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .aa-cta-content p {
    margin: 0 auto 20px;
  }

  .aa-btn-primary {
    gap: 4px;
    padding: 10px 24px;
    font-size: 16px;
  }

  .aa-btn-outline {
    padding: 10px 24px;
  }

  .aa-trust-wrap {
    margin-top: 25px;
    gap: 15px;
  }

  .aa-newsletter {
    margin-top: 20px;
  }

  .aa-newsletter h5 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .aa-news-form input {
    padding: 12px 16px;
    font-size: 15px;
  }

  .aa-news-form button {
    padding: 8px;
    font-size: var(--fs-vsm);
  }

  /* aboutus page end */

  /* career page start */

  .car-hero {
    padding-top: 120px !important;
  }

  .car-hero h1 {
    line-height: 44px;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .car-hero p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
  }

  .car-features {
    margin-top: 15px;
  }

  .car-right {
    margin-top: 30px;
  }

  .career-card {
    padding: 20px 15px;
  }

  .career-card h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }

  .c-stat h4 {
    font-size: 30px;
  }

  .why-aa-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 5px;
  }

  .why-aa-tag {
    margin-bottom: 10px;
  }

  .why-card h4 {
    font-size: 20px;
  }

  .why-card {
    padding: 25px 20px;
  }

  .why-icon i {
    margin-bottom: 0px;
  }

  .why-highlight h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .car-op-title {
    font-size: 24px;
    line-height: 36px;
  }

  .job-card {
    padding: 20px 16px;
  }

  .job-card h4 {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .job-icon {
    margin-bottom: 16px;
  }

  .job-card p {
    margin-bottom: 10px;
  }

  .career-strip {
    margin-top: 30px;
  }

  .career-strip h3 {
    font-size: 20px;
  }

  .career-strip p {
    line-height: normal;
  }

  .emp-title {
    line-height: 32px;
    font-size: 24px;
  }

  .emp-desc {
    line-height: normal;
  }

  .emp-feature {
    margin-top: 30px;
  }

  .emp-content h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .emp-content {
    padding: 25px 10px;
  }

  .story-card p {
    margin-bottom: 16px;
  }

  .emp-achievements {
    margin-top: 30px;
  }

  .ach-box h3 {
    font-size: 36px;
  }

  .hire-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .hire-timeline {
    margin: 25px auto 0;
  }

  .hire-item {
    padding-left: 70px;
  }

  .hire-card {
    padding: 20px;
  }

  .hire-card h4 {
    font-size: 17px;
  }

  .hire-card p {
    line-height: normal;
  }

  .hire-item {
    padding-bottom: 30px;
  }

  .hire-bottom {
    margin-top: 30px;
  }

  .hire-bottom h3 {
    line-height: 32px;
    font-size: 20px;
  }

  .hire-bottom p {
    line-height: normal;
  }

  .life-title {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .life-desc {
    line-height: normal;
  }

  .life-content h3 {
    line-height: normal;
    font-size: 22px;
  }

  .life-list {
    gap: 5px;
    font-size: 15px;
  }

  .life-card {
    padding: 16px;
  }

  .life-card h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .life-card p {
    margin-bottom: 0px;
  }

  .life-stats {
    margin-top: 30px;
  }

  .life-stat {
    padding: 25px;
  }

  .life-stat h3 {
    font-size: 28px;
  }

  .career-final-box {
    padding: 20px 10px;
  }

  .career-final h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 15px;
  }

  .cf-stats {
    margin-top: 20px;
  }

  .cf-stat h3 {
    font-size: 36px;
  }

  .cf-btns {
    gap: 10px;
    margin-top: 20px;
  }

  .cf-btns a {
    font-size: 17px;
    padding: 10px 20px;
  }

  .cf-form {
    padding: 20px;
    margin-top: 30px;
  }

  .cf-form h4 {
    font-size: 22px;
  }

  .cf-form button {
    font-size: 17px;
    padding: 10px 20px;
    margin-left: 30px;
  }

  .cf-trust {
    margin-top: 30px;
  }

  /* career page end */

  /* service page start */

  .srv-hero {
    padding: 120px 0 40px;
  }

  .srv-tag {
    margin-bottom: 10px;
  }

  .srv-hero h1 {
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 42px;
  }

  .srv-hero h1 span {
    font-size: 20px;
  }

  .srv-hero p {
    margin-bottom: 10px;
  }

  .srv-btn {
    gap: 10px;
    margin-bottom: 20px;
  }

  .btn-book {
    padding: 8px 24px;
    font-size: 16px;
  }

  .btn-service {
    padding: 8px 24px;
    font-size: 16px;
  }

  .srv-counter {
    gap: 15px;
  }

  .srv-counter h3 {
    font-size: 28px;
  }

  .hero-card {
    margin-top: 30px;
  }

  .hero-card {
    padding: 20px;
  }

  .hero-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .plane-icon {
    width: 60px;
    font-size: 24px;
    height: 60px;
  }

  .ser-sec {
    padding: 40px 0;
  }

  .ser-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .ser-text {
    margin-bottom: 10px;
  }

  .ser-box {
    padding: 20px;
  }

  .ser-box p {
    margin-bottom: 10px;
  }

  .pkg-sec {
    padding: 40px 0px;
  }

  .pkg-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .pkg-card {
    padding: 15px;
  }

  .pkg-body {
    padding: 16px 0px;
  }

  .pkg-body p {
    margin-bottom: 10px;
  }

  .dom-sec {
    padding: 30px 0;
  }

  .dom-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .dom-card {
    padding: 20px;
  }

  .dom-body {
    padding: 20px 0px 0px;
  }

  .dom-body p {
    margin-bottom: 0px;
  }

  .dom-body ul {
    margin-bottom: 10px;
  }

  .dom-body ul li {
    padding: 4px 0;
  }

  .dom-body a {
    font-size: 18px;
  }

  .int-sec {
    padding: 30px 0;
  }

  .int-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .int-body {
    padding: 20px;
  }

  .top-row {
    margin-bottom: 8px;
  }

  .int-body h4 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .int-body p {
    margin-bottom: 0px;
  }

  .int-body ul li {
    padding: 3px 0;
  }

  .int-body ul {
    margin-bottom: 10px;
  }

  .int-body a {
    font-size: 18px;
  }

  .corp-sec {
    padding: 30px 0;
  }

  .corp-tag {
    margin-bottom: 0px;
  }

  .corp-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .corp-text {
    margin-bottom: 15px;
  }

  .corp-btn {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .tas-sec {
    padding: 30px 0;
  }

  .tas-title {
    font-size: 24px;
    line-height: normal;
  }

  .why-sec {
    padding: 30px 0;
  }

  .why-tag {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .why-title {
    margin: 4px 0px;
    font-size: 22px;
  }

  .why-btn {
    font-size: 18px;
  }

  .why-item {
    margin-bottom: 8px;
  }

  .journey-sec {
    padding: 30px 0;
  }

  .journey-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .svc-cta {
    padding: 30px 0;
  }

  .svc-tag {
    margin-bottom: 10px;
    padding: 6px 16px;
    font-size: 15px;
  }

  .svc-box h2 {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .svc-box {
    padding: 25px 16px;
  }

  .svc-box p {
    margin-bottom: 10px;
  }

  .svc-btns {
    margin-bottom: 20px;
  }

  .svc-btns a {
    font-size: 16px;
  }

  /* service page end */

  /* academy page start */

  .acad-hero {
    padding: 120px 0px 40px;
  }

  .acad-tag {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .acad-hero h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .acad-hero p {
    margin-bottom: 10px;
  }

  .acad-btns {
    gap: 10px;
    margin-bottom: 20px;
  }

  .btn-admission,
  .btn-course {
    padding: 10px 20px;
    font-size: 17px;
  }

  .acad-stats h3 {
    font-size: 30px;
  }

  .acad-icon {
    width: 65px;
    font-size: 28px;
    height: 65px;
  }

  .acad-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .aca-why {
    padding: 30px 0;
  }

  .aca-tag {
    margin-bottom: 10px;
  }

  .aca-title {
    font-size: 24px;
    line-height: normal;
  }

  .aca-box i {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .course-sec {
    padding: 30px 0;
  }

  .course-title {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .course-card,
  .step-box {
    padding: 20px;
  }

  .course-icon {
    margin-bottom: 10px;
  }

  .course-card span {
    margin-bottom: 8px;
  }

  .course-card p {
    margin-bottom: 0px;
  }

  .course-card ul li {
    padding: 2px 0;
  }

  .course-card ul {
    margin-bottom: 10px;
  }

  .course-card a {
    padding: 8px 20px;
    font-size: 18px;
  }

  .course-card h4 {
    font-size: 20px;
  }

  .train-sec {
    padding: 30px 0;
  }

  .train-floating h3 {
    font-size: 36px;
  }

  .train-tag {
    margin-bottom: 10px;
  }

  .train-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .train-text {
    margin-bottom: 20px;
  }

  .train-item {
    gap: 10px;
    margin-bottom: 20px;
  }

  .train-time {
    padding-left: 54px;
  }

  .place-sec {
    padding: 30px 0;
  }

  .place-title {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .partner-area {
    margin-top: 30px;
  }

  .partner-grid {
    gap: 10px;
  }

  .partner-area h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .benefit-sec {
    padding: 30px 0;
  }

  .benefit-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .benefit-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .benefit-card {
    padding: 20px 10px;
  }

  .adm-sec {
    padding: 40px 0;
  }

  .adm-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: normal;
  }

  .adm-card {
    padding: 20px;
  }

  .adm-card span {
    font-size: 16px;
  }

  .adm-card h5 {
    font-size: 20px;
  }

  .acad-cta {
    padding: 30px 0;
  }

  .cta-wrap {
    padding: 20px;
  }

  .cta-wrap h2 {
    line-height: normal;
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cta-wrap p {
    margin-bottom: 10px;
  }

  .cta-points {
    gap: 10px;
  }

  .cta-points {
    margin-bottom: 20px;
  }

  .cta-btns {
    margin-bottom: 20px;
  }

  .cta-btns {
    gap: 10px;
  }

  .cta-btns a {
    font-size: 17px;
    padding: 12px 24px;
  }

  .cta-card {
    padding: 25px 15px;
  }

  .contact-box {
    padding: 12px;
  }

  /* academy page end */

  /* blog page start */
  .bloghero-content h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .bloghero-content p {
    margin-bottom: 10px;
  }

  .bloghero-btns {
    margin-top: 20px;
  }

  .blog-btn-primary,
  .blog-btn-secondary {
    font-size: 18px;
    padding: 12px 24px;
  }

  .bloghero-stats {
    gap: 20px;
    margin-top: 20px;
  }

  .bloghero-container {
    gap: 40px;
  }

  .bloghero {
    min-height: auto;
    padding: 120px 20px 60px;
  }

  .featblog {
    padding: 30px 20px;
  }

  .featblog-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .featblog-head p {
    margin-bottom: 0px;
  }

  .featblog-head {
    margin-bottom: 20px;
  }

  .featblog-wrap {
    gap: 20px;
  }

  .feat-meta {
    margin-bottom: 10px;
  }

  .featblog-content h3 {
    font-size: 20px;
  }

  .featblog-content p {
    margin-bottom: 10px;
  }

  .featblog-author {
    gap: 8px;
    margin: 10px 0;
  }

  .featblog-author h4 {
    font-size: 16px;
    font-weight: 700;
  }

  .featblog-btn {
    margin-top: 10px;
    font-size: 18px;
  }

  .newssec {
    padding: 30px 15px;
  }

  .news-head h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .news-head {
    margin-bottom: 20px;
  }

  .news-head p {
    margin-bottom: 10px;
  }

  .news-filter {
    gap: 8px;
  }

  .news-btn {
    padding: 6px 14px;
    font-size: 15px;
  }

  .news-body p {
    margin-bottom: 0px;
  }

  .destshow {
    padding: 30px 20px;
  }

  .destshow-head h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .destshow-head p {
    margin-bottom: 10px;
  }

  .destshow-head {
    margin-bottom: 20px;
  }

  .tipsblog {
    padding: 30px 20px;
  }

  .tips-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .tips-head p {
    margin-bottom: 10px;
  }

  .tips-head p {
    margin-bottom: 0px;
  }

  .tips-head {
    margin-bottom: 20px;
  }

  .tips-card p {
    margin-bottom: 10px;
  }

  .tips-card h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .tips-card a {
    font-size: 18px;
  }

  .vlogsec {
    padding: 30px 20px;
  }

  .vlog-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .vlog-head p {
    margin-bottom: 10px;
  }

  .blogcat {
    padding: 30px 20px;
  }

  .blogcat-head {
    margin-bottom: 20px;
  }

  .trendtags {
    padding: 20px 20px;
  }

  .trendtags-head h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .trendtags-head p {
    margin-bottom: 10px;
  }

  .trendtags-head {
    margin-bottom: 20px;
  }

  .tag-item {
    font-size: 14px;
  }

  .trendbox {
    padding: 15px;
  }

  .trendbox h3 {
    font-size: 28px;
  }

  .trendtags-wrap {
    gap: 6px;
  }

  .blognews {
    padding: 30px 20px;
  }

  .blognews-left h2 {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blognews-left h2 {
    margin-bottom: 10px;
  }

  .blognews-wrap {
    gap: 20px;
  }

  /* blog page end */

  /* faq page start */

  .faqh {
    padding: 120px 20px 40px;
  }

  .faqtg {
    margin-bottom: 15px;
  }

  .faqc h1 {
    font-size: 28px;
  }

  .faqs2 {
    padding: 30px 20px;
  }

  .faqs3 {
    padding: 30px 5%;
  }

  .faqs3-head span {
    margin-bottom: 15px;
  }

  .faqs3-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .faqs3-head p {
    margin-bottom: 0px;
  }

  .faqs3-head {
    margin-bottom: 20px;
  }

  .faq-btn {
    padding: 15px 20px;
    font-size: 18px;
  }

  .faqs4 {
    padding: 30px 20px 10px;
  }

  .faqs4-tag {
    margin-bottom: 15px;
  }

  .faqs4-head h2 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .faqs4-head p {
    margin-bottom: 0px;
  }

  .faqs4-head {
    margin-bottom: 20px;
  }

  .visa-faq {
    padding: 30px 20px;
  }

  .visa-faq-head h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .visa-faq-head p {
    margin-bottom: 10px;
  }

  .visa-faq-head {
    margin-bottom: 20px;
  }

  .visa-content p {
    margin-bottom: 0px;
  }

  .visa-faq-grid {
    gap: 15px;
  }

  .faq-item {
    margin-bottom: 15px;
  }

  .hpfaq-hd {
    margin-bottom: 20px;
  }

  .hpfaq-wrap {
    gap: 15px;
  }

  .hpfaq {
    padding: 30px 20px;
  }

  .insfaq {
    padding: 30px 20px;
  }

  .insfaq-head h2 {
    font-size: 28px;
  }

  .insfaq-head p {
    margin-bottom: 10px;
  }

  .insfaq-head {
    margin-bottom: 20px;
  }

  .bagfaq {
    padding: 30px 20px;
  }

  .bagfaq-head {
    margin-bottom: 20px;
  }

  .bagfaq-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .corfaq {
    padding: 30px 20px;
  }

  .corfaq-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .corfaq-head p {
    margin-bottom: 10px;
  }

  .corfaq-head {
    margin-bottom: 20px;
  }

  .faqcta {
    padding: 30px 20px;
  }

  .faqcta-head h2 {
    font-size: 28px;
  }

  .faqcta-head {
    margin-bottom: 20px;
  }

  .faqcta-grid {
    gap: 20px;
    margin-bottom: 20px;
  }

  /* faq page end */

  /* certificate page start */

  .cr-hero {
    padding: 120px 20px 40px;
  }

  .cr-content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .cr-content p {
    margin-bottom: 20px;
  }

  .cr-btn1,
  .cr-btn2 {
    font-size: 20px;
  }

  .cr-btns {
    margin-bottom: 0px;
  }

  .cr-hero .container {
    gap: 30px;
  }

  .cert-top {
    margin-bottom: 20px;
  }

  .cert-card h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .seal {
    margin-top: 20px;
  }

  .gcc-sec {
    padding: 40px 20px;
  }

  .gcc-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .gcc-head p {
    margin-bottom: 10px;
  }

  .gcc-head {
    margin-bottom: 25px;
  }

  .gcc-step {
    margin-bottom: 20px;
  }

  .cert-box {
    padding: 20px;
  }

  .cert-box h3 {
    font-size: var(--fs-m);
  }

  .awr-sec {
    padding: 40px 20px;
  }

  .awr-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .awr-head p {
    margin-bottom: 0px;
  }

  .awr-head {
    margin-bottom: 25px;
  }

  .award-item {
    gap: 10px;
  }

  .award-content small {
    font-size: 16px;
  }

  .sqo-sec {
    padding: 40px 20px;
  }

  .sqo-head h2 {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .sqo-head p {
    margin-bottom: 0px;
  }

  .sqo-head {
    margin-bottom: 25px;
  }

  .process-card,
  .metric-card,
  .quality-box {
    padding: 20px;
  }

  .process-content h3 {
    font-size: 20px;
  }

  .metric-card h3 {
    font-size: 20px;
  }

  .progress-box {
    margin-bottom: 16px;
  }

  .quality-item {
    gap: 10px;
  }

  .quality-item h4 {
    font-size: 20px;
  }

  .quality-item p {
    font-size: 16px;
  }

  .gst-sec {
    padding: 40px 20px;
  }

  .gst-head h2 {
    line-height: normal;
    margin-bottom: 0px;
    font-size: 28px;
  }

  .gst-head {
    margin-bottom: 25px;
  }

  .gst-card {
    padding: 25px 20px;
  }

  .gst-grid {
    margin-bottom: 0px;
  }

  .crc-sec {
    padding: 40px 20px;
  }

  .crc-left h2 {
    font-size: 28px;
  }

  .crc-features {
    margin-bottom: 20px;
  }

  .crc-left p {
    margin-bottom: 20px;
  }

  .crc-btn1,
  .crc-btn2 {
    font-size: 18px;
  }

  .certificate-box h2 {
    font-size: 24px;
  }

  .crc-features {
    margin-left: 15px;
  }

  /* certificate page end */

  /* contactus page start */

  .ct-hero {
    padding: 120px 0px 40px;
  }

  .ct-hero h1 {
    font-size: 30px;
  }

  .ct-tag {
    margin-bottom: 10px;
  }

  .ct-hero p {
    margin-bottom: 10px;
  }

  .ct-btns {
    gap: 16px;
  }

  .btn-contact {
    font-size: 16px;
    padding: 8px 24px;
  }

  .ct-info {
    gap: 20px;
  }

  .ct-info h4 {
    font-size: 28px;
  }

  .hero-card {
    margin-top: 70px;
  }

  .hero-card h3 {
    margin-top: 40px;
    font-size: 22px;
  }

  .hero-card ul li {
    margin-bottom: 4px;
  }

  .ct-info-sec {
    padding: 40px 0 30px;
  }

  .ct-title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .ct-box {
    padding: 20px;
  }

  .ct-box h4 {
    margin-bottom: 10px;
  }

  .ct-icon {
    margin-bottom: 15px;
  }

  .ct-form {
    padding: 40px 0;
  }

  .form-info h2 {
    font-size: 24px;
  }

  .form-info {
    margin-bottom: 0px;
  }

  .contact-box {
    margin-top: -45px;
  }

  .ct-form {
    padding: 40px 0px 30px;
  }

  .ofc-sec {
    padding: 30px 0;
  }

  .ofc-tag {
    margin-bottom: 0px;
    font-size: 18px;
  }

  .sup-sec {
    padding: 40px 0;
  }

  .aa-faq {
    margin-top: -40px;
  }

  .cta-sec {
    padding: 30px 0;
  }

  .cta-box h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  .cta-box p {
    margin-bottom: 10px;
  }

  .cta-btns a {
    font-size: 16px;
    padding: 8px 20px;
  }

  .news-box {
    padding: 20px;
  }

  .news-box h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .social {
    margin-top: 15px;
  }

  /* contactus page end */

  /* cliientle page start */

  .cl-hero {
    padding: 120px 0 40px;
  }

  .cl-tag {
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .cl-hero h1 {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 22px;
  }

  .cl-hero p {
    margin-bottom: 15px;
  }

  .cl-btns {
    gap: 12px;
    margin-bottom: 20px;
  }

  .cl-btn1,
  .cl-btn2 {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .cl-stats h3 {
    font-size: 28px;
  }

  .cl-stats div {
    padding: 16px;
  }

  .cl-card {
    margin-top: 30px;
    padding: 20px;
  }

  .cl-icon,
  .cli-icon {
    width: 65px;
    font-size: 28px;
    margin-bottom: 10px;
    height: 65px;
  }

  .cl-card h3 {
    font-size: 20px;
  }

  .cl-card li {
    margin-bottom: 8px;
  }

  .cli-sec {
    padding: 30px 0;
  }

  .cli-title {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .cli-text {
    margin-bottom: 10px;
  }

  .cli-content {
    padding: 20px;
  }

  .cli-content h4,
  .cli-content p {
    margin-bottom: 10px;
  }

  .trust-strip {
    margin-top: 30px;
    padding: 15px;
  }

  .trust-item p {
    line-height: 24px !important;
  }

  .cs-sec {
    padding: 30px 0px;
  }

  .cs-title {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .cs-text {
    margin-bottom: 10px;
  }

  .cs-counter h2 {
    font-size: 30px;
  }

  .ts-card {
    padding: 25px;
  }

  .ts-card .quote {
    margin-bottom: 10px;
  }

  .trust-banner {
    margin-top: 20px;
    padding: 20px;
  }

  .trust-banner h3 {
    font-size: 24px;
    line-height: normal;
  }

  .cs-text {
    margin-bottom: 10px;
  }

  .ts-card {
    padding: 20px;
  }

  .ts-card p {
    margin-bottom: 15px;
  }

  .trust-btn {
    padding: 12px 24px;
    font-size: 18px;
  }

  .ind-sec {
    padding: 30px 0;
  }

  .ind-title {
    font-size: 22px;
  }

  .ind-text {
    margin-bottom: 20px;
  }

  .ind-box h3 {
    font-size: 22px;
  }

  .ind-row {
    margin-bottom: 0px;
  }

  .mini-card h5 {
    font-size: 20px;
  }

  .corp-cta {
    padding: 30px 0;
  }

  .cta-box {
    padding: 20px;
  }

  .corp-tag {
    margin-bottom: 20px;
  }

  .corp-benefits {
    margin: 20px 0;
  }

  .corp-btns {
    gap: 5px;
  }

  .corp-btn1,
  .corp-btn2 {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
  }

  .corp-form {
    padding: 20px;
    margin-top: 20px;
  }

  .corp-form button {
    font-size: 18px;
  }

  /* clientele page end */

  /* destinations page start */

  .dhero-tag {
    padding: 10px 20px;
  }

  .dhero-content h1 {
    line-height: normal;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .dhero-content p {
    margin-bottom: 0px;
  }

  .dhero-btns {
    margin-top: 20px;
  }

  .dhero-btn1,
  .dhero-btn2 {
    padding: 12px 24px;
    font-size: 18px;
  }

  .dhero-stats {
    gap: 16px;
    margin-top: 20px;
  }

  .dstat h3 {
    font-size: 30px;
  }

  .dhero-wrap {
    gap: 30px;
  }

  .dhero {
    padding: 110px 20px 50px;
  }

  .popdest {
    padding: 30px 20px;
  }

  .popdest-head h2 {
    font-size: 28px;
  }

  .popdest-head p {
    margin-bottom: 0px;
  }

  .popdest-head {
    margin-bottom: 20px;
  }

  .popcard-bottom a {
    font-size: 16px;
    padding: 6px 30px;
  }

  .asia-sec {
    padding: 30px 20px;
  }

  .asia-head h2 {
    font-size: 28px;
  }

  .asia-head p {
    margin-bottom: 0px;
  }

  .asia-head {
    margin-bottom: 20px;
  }

  .asia-card {
    gap: 0px;
  }

  .asia-content {
    padding: 20px;
  }

  .asia-content p {
    margin-bottom: 10px;
  }

  .asia-info {
    gap: 10px;
    margin-bottom: 10px;
  }

  .asia-content a {
    padding: 8px 20px;
    font-size: 18px;
  }

  .asia-wrap {
    gap: 20px;
  }

  .asia-img img {
    max-height: 300px;
  }

  .eu-sec {
    padding: 30px 20px;
  }

  .eu-tag {
    margin-bottom: 10px;
  }

  .eu-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .eu-head {
    margin-bottom: 20px;
  }

  .eu-country {
    margin-bottom: 10px;
  }

  .eu-content p {
    margin-bottom: 10px;
  }

  .eu-content {
    padding: 20px;
  }

  .eu-features {
    gap: 10px;
    margin-bottom: 20px;
  }

  .eu-bottom strong {
    font-size: 22px;
  }

  .eu-bottom a {
    padding: 8px 24px;
    font-size: 18px;
  }

  .eu-wrap {
    gap: 20px;
  }

  .me-sec {
    padding: 30px 20px;
  }

  .me-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .me-head {
    margin-bottom: 20px;
  }

  .me-content {
    padding: 18px;
  }

  .me-content p {
    margin-bottom: 15px;
  }

  .me-stats {
    margin-bottom: 15px;
  }

  .me-content a {
    font-size: 18px;
  }

  .beach-sec {
    padding: 30px 20px;
  }

  .beach-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .beach-head {
    margin-bottom: 20px;
  }

  .beach-info {
    margin-bottom: 15px;
  }

  .beach-content a {
    font-size: 18px;
  }

  .adv-sec {
    padding: 30px 20px;
  }

  .adv-head h2 {
    font-size: 28px;
  }

  .eu-features div {
    padding: 6px 12px;
  }

  .eu-bottom {
    gap: 10px;
  }

  .eu-bottom strong {
    font-size: 20px;
  }

  .eu-bottom a {
    font-size: 17px;
  }

  .me-head h2 {
    font-size: 24px;
  }

  .beach-head h2 {
    font-size: 24px;
  }

  .beach-content h3 {
    margin-bottom: 10px;
  }

  .adv-head {
    margin-bottom: 20px;
  }

  .beach-content p {
    margin-bottom: 15px;
  }

  .adv-wrap {
    gap: 30px;
  }

  .adv-icon {
    margin-bottom: 0px;
  }

  .adv-card {
    padding: 18px;
  }

  .adv-icon i {
    font-size: 30px;
  }

  .adv-right {
    gap: 15px;
  }

  .adv-stat span {
    font-size: 18px;
  }

  .pkg-sec {
    padding: 10px 0px 30px;
  }

  .pkg-head h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .pkg-head {
    margin-bottom: 20px;
    padding: 0px 20px;
  }

  .pkg-grid {
    margin: auto 20px;
  }

  .pkg-top {
    margin-bottom: 0px;
  }

  .pkg-price {
    font-size: 28px;
  }

  .pkg-card ul {
    margin: 0 0 15px;
  }

  .pkg-card a {
    font-size: 18px;
  }

  .pkg-top {
    margin-top: 45px;
  }

  .plan-sec {
    padding: 10px 20px 30px;
  }

  .plan-head h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .plan-head p {
    margin-bottom: 0px;
  }

  .plan-head {
    margin-bottom: 30px;
  }

  .plan-content {
    padding: 18px;
  }

  .plan-content h3 {
    font-size: 20px;
  }

  .plan-box {
    padding: 25px 15px;
  }

  .plan-box h3 {
    font-size: 24px;
    line-height: normal;
  }

  .plan-box a {
    font-size: 18px;
  }

  .gcta-sec {
    padding: 40px 20px;
  }

  .gcta-container h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .gcta-stats {
    margin-top: 30px;
  }

  .gcta-btns {
    margin-top: 30px;
  }

  .gcta-contact {
    margin-top: 20px;
  }

  .gcta-btn1,
  .gcta-btn2 {
    font-size: 18px;
  }

  /* destinations page end */

  /* holiday page start */

  .hp-hero {
    padding: 120px 5% 30px;
  }

  .hp-hero h1 {
    font-size: 28px;
  }

  .hp-feature {
    padding: 12px;
  }

  .hp-visual {
    margin-top: 30px;
  }

  .travel-card {
    padding: 30px 10px;
  }

  .travel-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .float-card {
    display: block;
  }

  .fc1 {
    top: 300px;
  }

  .fc2 {
    top: 460px;
  }

  .fc3 {
    right: 80px;
  }

  .htw-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .travel-benefit {
    padding: 25px 20px;
  }

  .travel-benefit h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .pkg-top {
    margin-top: 15px;
  }

  .dom-sec {
    padding: 10px 0 30px;
  }

  .dom-float {
    padding: 20px;
  }

  .dom-content h3 {
    margin-top: 20px;
    font-size: 24px;
  }

  .dom-card h4 {
    font-size: 22px;
  }

  .intl-title {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .intl-showcase {
    margin-top: 60px;
  }

  .intl-content h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .intl-content p {
    margin-bottom: 15px;
  }

  .intl-features {
    gap: 10px;
  }

  .intl-feature {
    padding: 12px;
  }

  .intl-card {
    padding: 20px;
  }

  .intl-card h4 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .lux-content h3 {
    font-size: 28px;
  }

  .lux-feature-box {
    padding: 20px;
  }

  .lux-feature-box h3 {
    font-size: var(--fs-m);
  }

  .lux-price strong {
    font-size: 30px;
  }

  .lux-card {
    padding: 20px;
  }

  .lux-stat {
    padding: 20px;
  }

  .lux-stat h3 {
    font-size: 32px;
  }

  .ctp-title {
    font-size: 24px;
  }

  .ctp-process {
    margin-top: 20px;
  }

  .ctp-num {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }

  .ctp-step h5 {
    font-size: 18px;
  }

  .ctp-card {
    padding: 20px;
  }

  .ctp-card h4 {
    font-size: 20px;
  }

  .ctp-card i {
    font-size: 38px;
    margin-bottom: 10px;
  }

  .trv-title {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .trv-desc {
    margin-bottom: 15px;
  }

  .review-card {
    padding: 20px;
  }

  .review-top {
    gap: 10px;
  }

  .hcta-content h2 {
    font-size: 28px;
  }

  .hcta-form-box {
    margin-top: -35px;
  }

  .hcta-form-box {
    padding: 25px 18px;
  }

  .hcta-form-box h3 {
    font-size: 24px;
  }

  .hcta-trust {
    padding: 24px;
  }

  /* holiday page end */

  /* membersplan page start */

  .mhero {
    padding: 120px 20px 30px;
  }

  .mtag {
    font-size: 15px;
  }

  .mleft h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .mbtns {
    margin-top: 20px;
  }

  .mbtn1,
  .mbtn2 {
    font-size: 17px;
  }

  .mbtn1 {
    justify-content: center;
  }

  .mcard-top h2 {
    font-size: var(--fs-l);
  }

  .mnumber {
    margin: 30px 0px;
  }

  .mbf-sec {
    padding: 30px 20px;
  }

  .mbf-top h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .mbf-top {
    margin-bottom: 20px;
  }

  .mbf-card {
    padding: 20px;
  }

  .mbf-icon {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .mbf-card h3 {
    margin-bottom: 10px;
  }

  .mpln {
    padding: 30px 20px;
  }

  .mpln-top h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .mpln-top {
    margin-bottom: 25px;
  }

  .mpln-head {
    padding: 24px;
  }

  .mpln-card a {
    margin: 0 20px 20px;
    font-size: 18px;
  }

  .rwd-sec {
    padding: 30px 20px;
  }

  .rwd-top h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .rwd-top {
    margin-bottom: 20px;
  }

  .earn-card,
  .redeem-card {
    padding: 20px;
  }

  .earn-card h3,
  .redeem-card h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .earn-item {
    margin-bottom: 10px;
  }

  .mwork {
    padding: 30px 20px;
  }

  .mw-head h2 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .mw-head {
    margin-bottom: 25px;
  }

  .mw-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .mw-item h3 {
    font-size: 20px;
  }

  .mof-sec {
    padding: 30px 20px;
  }

  .mof-top h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .mof-top {
    margin-bottom: 25px;
  }

  .mof-card {
    padding: 20px;
  }

  .offer-icon {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .mof-card a {
    font-size: 18px;
  }

  .mts-sec {
    padding: 30px 20px;
  }

  .mts-head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .mts-head {
    margin-bottom: 25px;
  }

  .mts-track {
    gap: 20px;
  }

  .mcta {
    padding: 30px 20px;
  }

  .mcta-left h2 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: normal;
  }

  .join-btn,
  .call-btn {
    gap: 8px;
    padding: 12px 24px;
    font-size: 18px;
  }

  .join-btn {
    justify-content: center;
  }

  .mcta-wrap {
    gap: 30px;
  }

  .vip-top h3 {
    font-size: var(--fs-m);
  }

  .vip-cardx h2 {
    margin-bottom: 30px;
  }

  /* membersplan page end */

  /* network page start */

  .net-hero {
    padding: 120px 0px 30px;
  }

  .net-hero h1 {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .net-stats {
    gap: 20px;
    margin-top: 30px;
  }

  .net-map-wrap {
    margin-top: 40px;
  }

  .net-sec-tag {
    margin-bottom: 15px;
  }

  .net-sec-title {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .net-sec-desc {
    margin-bottom: 10px;
  }

  .india-features {
    gap: 10px;
  }

  .india-feature {
    padding: 12px 20px;
  }

  .city-card {
    padding: 20px 12px;
  }

  .city-card h5 {
    font-weight: 600;
    font-size: 18px;
  }

  .sec-head span {
    margin-bottom: 10px;
  }

  .sec-head h2 {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 24px;
  }

  .sec-head {
    margin: auto auto 15px;
  }

  .global-card {
    padding: 25px 20px;
  }

  .global-card h3 {
    font-size: 22px;
  }

  .global-stats {
    margin-top: 30px;
  }

  .g-stat h4 {
    font-size: 38px;
  }

  .net-sec-title {
    font-size: 22px !important;
  }

  .hub-card {
    padding: 22px;
  }

  .hub-card h3 {
    font-size: 22px;
  }

  .hub-stat {
    padding: 28px;
  }

  .hub-stat h3 {
    font-size: 34px;
  }

  .road-content {
    padding: 22px;
  }

  .road-content h4 {
    font-size: 22px;
    line-height: normal;
  }

  .net-cta h2 {
    line-height: normal;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .net-cta-box {
    padding: 30px 20px;
  }

  /* network page end */

  /* privacy policy page start */

  .pp-hero {
    padding: 120px 0px;
  }

  .pp-content h1 {
    line-height: normal;
    font-size: 38px;
  }

  .pp-btns {
    gap: 12px;
  }

  .pp-btn {
    padding: 10px 24px;
    font-size: 18px;
  }

  .pp-card {
    padding: 20px 25px;
  }

  .pp-sec-head h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .pp-sec-head span,
  .pp-use-head span,
  .pp-security-head span,
  .pp-rights-head span {
    padding-top: 10px;
    display: block;
  }

  .pp-dot {
    width: 50px;
    font-size: 20px;
    height: 50px;
  }

  .pp-box {
    margin-left: 80px;
    padding: 20px;
    margin-bottom: 20px;
  }

  .pp-box h3 {
    font-size: var(--fs-sm);
  }

  .pp-use-head h2 {
    font-size: 28px;
  }

  .route-line,
  .moving-plane {
    left: 25px;
  }

  .moving-plane {
    font-size: 32px;
  }

  .route-card {
    margin-left: 60px;
    padding: 20px;
  }

  .route-card h3 {
    font-size: 22px;
    line-height: normal;
  }

  .pp-security-head h2,
  .pp-rights-head h2,
  .cta-content h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .security-dashboard {
    margin-top: 20px;
  }

  .stat-box {
    padding: 24px;
  }

  .stat-box h3 {
    font-size: 36px;
  }

  .practice-left {
    padding: 25px;
  }

  .practice-left h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .security-practices {
    gap: 30px;
    margin-bottom: 25px;
  }

  .security-notice-box h3 {
    font-size: var(--fs-m);
  }

  .right-box {
    padding: 30px 20px;
  }

  .privacy-cta {
    padding: 30px 20px;
  }

  .cta-content h2 {
    font-size: 20px;
  }

  .cta-content p {
    margin-bottom: 20px;
  }

  .privacy-btn {
    padding: 12px 34px;
    font-size: 18px;
  }

  /* privacy policy page end */

  /* terms & conditions page start */

  .tmcnd-hero {
    padding: 110px 0px 90px;
  }

  .tmcnd-content h1 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .tmcnd-content p {
    margin-bottom: 20px;
  }

  .tmcnd-card {
    margin-top: 30px;
    padding: 20px;
  }

  .tmcnd-icon {
    width: 65px;
    height: 65px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .tmcnd-card h3 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .tmcnd-booking {
    padding: 35px 0;
  }

  .tmcnd-main-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tmcnd-main-desc {
    margin-bottom: 0px;
  }

  .tmcnd-policy-card h4 {
    font-size: 22px;
  }

  .tmcnd-note-box h5 {
    margin-top: 10px;
  }

  .tmcnd-passenger {
    padding: 35px 0;
  }

  .tmcnd-process {
    gap: 20px;
  }

  .tmcnd-note-box {
    margin-top: 25px;
  }

  .tmcnd-passenger-title {
    font-size: 24px;
  }

  .tmcnd-guideline {
    margin-top: 30px;
  }

  .tmcnd-legal {
    padding: 30px 0;
  }

  .tmcnd-legal-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tmcnd-legal-desc {
    margin-bottom: 0px;
  }

  .tmcnd-responsibility h3 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .tmcnd-responsibility h3 i {
    font-size: 34px;
  }

  .tmcnd-responsibility ul {
    margin-top: 10px;
    padding-left: 0px;
  }

  .tmcnd-responsibility li {
    margin-bottom: 8px;
  }

  .tmcnd-final {
    padding: 30px 0;
  }

  .tmcnd-final-box {
    padding: 20px;
  }

  .tmcnd-final h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tmcnd-final p {
    margin-bottom: 12px;
  }

  .tmcnd-final-buttons {
    gap: 10px;
    margin-top: 20px;
  }

  .tmcnd-btn-primary,
  .tmcnd-btn-outline {
    padding: 10px 20px;
    font-size: 17px;
  }

  .tmcnd-support-card {
    padding: 20px;
    margin-top: 20px;
  }

  .tmcnd-support-card h4 {
    margin-bottom: 10px;
  }

  .tmcnd-bottom-strip {
    padding: 20px;
    gap: 10px;
  }

  .tmcnd-home-btn {
    padding: 10px 20px;
    font-size: 17px;
    margin-top: 10px;
  }

  /* terms & conditions page end */
}

@media screen and (max-width: 575px) {
  /* header start */

  .hd {
    padding: 12px 0px;
  }

  .header-logo {
    width: 120px !important;
  }

  .hc {
    padding: 130px 0px 40px;
  }

  .header-btn a {
    padding: 8px 16px;
    font-size: 15px;
    line-height: normal;
  }

  /* header end */

  /* home page start */
  .aboutsec-line-1 {
    display: none;
  }

  /* home start end  */

  /* footer start */
  .ft {
    padding-top: 30px;
  }

  .ft img {
    height: 80px;
  }

  .social {
    gap: 8px;
  }

  .social a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .ft h4,
  .ft h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .ft a {
    font-size: 16px;
  }

  .ft li {
    margin-bottom: 0px;
  }

  .ft-bot {
    padding: 16px 10px;
    font-size: 16px;
    line-height: normal;
  }

  /* footer end */
}

/* responsive media query end */
