.service_section {
  padding: 4rem 0;
  background-color: #000;
}

.services_sec_left {
  position: sticky;
  top: 6rem;
}

.services_sec_left img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.services_sec_left h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 1rem;
  text-align: start;
  font-weight: 600;
  line-height: normal;
}

.services_sec_left p {
  color: #fff;
  text-align: start;
  margin-bottom: 2rem;
}

.service-faq-item {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.service-faq-item h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 2rem 0 1rem 0;
  color: #fff;
}

.service-faq-content {
  display: none;
  padding: 10px 0;
  font-size: 1.1rem;
  color: #fff;
}

.service-faq-content img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  border-radius: 5px;
}

.service-faq-toggle {
  margin-bottom: -38px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #000;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  color: #fff;
  transition: transform 0.3s;
  transform: rotate(180deg);
}

.service-faq-item.active .service-faq-toggle {
  transform: rotate(360deg);
  color: #ffa726;
}

.service_sec_right {
  padding: 0 2rem;
  width: 50%;
  height: auto;
  background-color: #000;
}

.service_sec_right .col-lg-6 {
  max-width: 100%;
}

.bussiness_sec {
  display: none;
}

.service_banner_sec_con h1 {
  font-size: 3.5rem;
}

.service_banner_sec img {
  display: block;
  margin: 0 auto;
  width: 80%;
  height: auto;
}

.bussiness_sec {
  margin: 0 !important;
}

.rpm_features_sec {
  position: relative;
  background-color: #000;
  padding: 4rem 0;
}

.rpm_features_sec h3,
.rpm_features_sec h4 {
  text-align: center;
  line-height: normal;
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.rpm_tab_content h3 {
  text-align: start;
  line-height: normal;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.rpm_tab_title {
  text-align: start;
  line-height: normal;
  font-size: 2rem;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.rpm_features_sec p {
  text-align: center;
  margin-bottom: 1rem;
}

.sticky_tab {
  position: sticky;
  top: 8rem;
  /* or another value */
}

.tab_head {
  font-size: 24px;
  margin-bottom: 1rem;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  margin-left: 1rem;
}

.rpm_tab_nav {
  max-height: 400px;
  overflow-y: scroll;
  /* padding-right: 30px; */
}

.rpm_tab_link {
  margin: 0 1rem 10px;
  font-size: 1.1rem;
  display: block;
  color: #000;
  background-color: #fff;
  text-decoration: none;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}

/* Active state for the currently selected link */
.is_active {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: #0a78be;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hover effect */
.rpm_tab_link:hover {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  background: #0a78be;
  position: relative;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Adds a subtle shadow */
}

.rpm_tab_nav::-webkit-scrollbar,
.rpm_right_tabs::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.rpm_tab_nav::-webkit-scrollbar-track,
.rpm_right_tabs::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
.rpm_tab_nav::-webkit-scrollbar-thumb,
.rpm_right_tabs::-webkit-scrollbar-thumb {
  background: #0a78be;
  border-radius: 10px;
}

.rpm_right_tabs p {
  color: #fff;
  text-align: start;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rpm_right_tabs h4 {
  margin: 2rem 0;
  text-align: start;
  line-height: normal;
  font-size: 2rem;
  color: #fff;

  font-weight: 600;
  text-transform: capitalize;
}

.rpm_right_tabs h5,
.rpm_right_tabs h4 {
  margin: 1rem 0;
  text-align: start;
  line-height: normal;
  font-size: 1.5rem;
  color: #fff;

  font-weight: 600;
  text-transform: capitalize;
}

.rpm_right_tabs img {
  margin-bottom: 1.5rem;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.rpm_right_tabs ul li,
.rpm_right_tabs ol li {
  color: #fff;
  margin-left: 1rem;
  list-style-type: none;
  margin-top: 15px;
  position: relative;
  padding-left: 1.2rem;
  line-height: 29px;
}

.rpm_right_tabs ul li:before,
.rpm_right_tabs ol li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #0a78be;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.rpm_right_tabs ul li strong,
.rpm_right_tabs ol li strong {
  color: #0a78be;
}

/* banner img */
.service_banner_sec {
  background: url("../images/aviation/aviation-software.webp") no-repeat 0 /
    cover;
}

/* cta btn section */
.hlth_cta1 {
  background-color: #000;
  padding: 5rem 0px 3rem 0;
}

.htlh_cta_flx {
  position: relative;
  background:
    url("../images/healthcare/ctabg.webp") no-repeat,
    #006eef;
  border-radius: 23px;
  padding: 50px 50px 50px 0;
}

.hlth_cta_lt {
  position: absolute;
  margin-bottom: 0;
  bottom: 0;
}

.hlth_cta_lt img {
  height: 400px;
  width: auto;
}

.hlth_cta_rt {
  width: 66%;
  margin-left: auto;
}

.wrap_hlthcare {
  background-color: #0a78be;
}

.hlth_cta_rt button {
  font-size: 1rem;
  font-weight: 300;
  border-radius: 50px;
  align-items: center;
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
  width: fit-content;
  cursor: pointer;
  box-shadow: none;
  padding: 10px 1rem;
  margin-top: 1rem;
}

.hlth_cta_rt p {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 8px;
}

.hlth_cta_rt p span {
  font-size: 1.5rem;
  font-weight: 600;
}

.hlth_cta_rt h3 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

/* cta btn section end  */

/* vertical tab section start */
.healthcare_vertical_tab_section {
  background-color: #000;
}

.healthcare_vertical_tab_section .top_head_sec {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.healthcare_vertical_tab_section .top_head_sec h2,
.healthcare_vertical_tab_section .top_head_sec h3 {
  font-size: 2rem;
  font-weight: 600;
}

.main-container {
  border-radius: 20px;
  display: flex;
  min-height: 100vh;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
  background: white;
}

.tab-nav {
  width: 300px;
  background: #007bff;
  color: white;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.tab-nav h3 {
  font-size: 1.1rem;
  padding: 15px 20px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s;
  border-left: 4px solid transparent;
}

.tab-nav h3:hover,
.tab-nav h3.active {
  background: rgba(255, 255, 255, 0.1);
  border-left: 4px solid white;
}

.tab-content {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
  position: relative;
}

.tab-pane {
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease;
}

.tab-pane.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 10;
}

.tab-pane h4,
.tab-pane h3,
.tab-pane .h4para {
  font-size: 1.3rem;
  color: #007bff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #007bff;
}

.tab-pane ul {
  padding-left: 20px;
}

.tab-pane li {
  margin-bottom: 10px;
}

.tab-content img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  border-radius: 10px;
}

/* vertical tab section end */

/* clients slider section start */
.slider_section {
  padding: 2rem 0 0 0;
  background-color: #000;
}

.slider-container {
  position: relative;
  overflow: hidden;
}

.slider-header {
  text-align: center;
  margin-bottom: 20px;
}

.slider-header h3 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  margin: 1rem 0 1rem 0;
}

.testimonials_head img {
  width: auto;
  height: 50px;
  border-radius: 50%;
}

.testimonials_head h5,
.testimonials_head h3 {
  font-size: 1.2rem;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}

.testimonials_head h6 {
  font-size: 1rem;
  font-weight: 500;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  flex: 0 0 33.33333%;

  padding: 15px;
}

.testimonial-card {
  height: 100%;
  background: white;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.testimonial-card p.profession {
  font-size: clamp(12px, 1.5vw, 14px);
  color: #777;
  margin-bottom: 15px;
}

.testimonial-card p.description {
  color: #555;
  margin-top: 1rem;
  text-align: start;
  line-height: 1.5;
  margin-bottom: 10px;
}

.stars {
  text-align: start;
  color: #f5a623;
  font-size: clamp(14px, 1.5vw, 16px);
}

.navigation {
  text-align: center;
  margin-top: 10px;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  /* border-radius: 50%; */
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #f5a623;
}

.clientsSliderarrow {
  color: #fff;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: clamp(20px, 3vw, 30px);
  /* color: #333; */
  cursor: pointer;
  user-select: none;
}

.clientsSliderarrow.left {
  left: 10px;
}

.clientsSliderarrow.right {
  right: 10px;
}

@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }

  .tab-nav {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding: 0;
  }

  .tab-nav h3 {
    white-space: nowrap;
    padding: 15px 20px;
    border-left: none;
    border-bottom: 4px solid transparent;
  }

  .tab-nav h3:hover,
  .tab-nav h3.active {
    border-left: none;
    border-bottom: 4px solid #ffc107;
  }

  .slide_logo {
    flex: 0 0 33.33%;
    /* Show 3 logos on tablet */
  }

  .slide {
    flex: 0 0 50%;
  }

  .clientsSliderarrow {
    font-size: 24px;
  }

  .slider-header h1 {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .slide_logo {
    flex: 0 0 50%;
    /* Show 2 logos on mobile */
  }

  .slide {
    flex: 0 0 100%;
  }

  .clientsSliderarrow {
    font-size: 20px;
  }

  .slider-header h1 {
    font-size: 24px;
  }

  .slider-header h4 {
    font-size: 14px;
  }
}

/* clients slider section end */

/* left side fixed button */
.sideCall_modal {
  top: 50%;
  left: 0;
  position: fixed;
  transform: translate(0, -50%);
  z-index: 99;
}

.sideCall_btn {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.sideCall_btn span {
  padding: 10px 0;
  writing-mode: vertical-rl;
  transform: scale(-1);
}

.sideCall_btn figure {
  margin: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006eef;
}

.sideCall_btn figure img {
  width: 20px;
  filter: brightness(0) invert(1);
}

/* ?end */

/* first cta section */
.aviation_cta_section {
  background-color: #000;
}

.aviation-cta {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(8, 48, 86, 0.95) 0%,
    rgba(12, 67, 106, 0.95) 100%
  );
  padding: 48px 56px;
  display: flex;
  align-items: center;
  min-height: 260px;
  box-shadow: 0 8px 30px rgba(6, 30, 50, 0.25);
}

/* background clouds */
.aviation-cta::before {
  content: "";
  position: absolute;
  inset: 0;

  z-index: 0;
  filter: brightness(0.7) saturate(1.05);
}

.aviation-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
}

.aviation-cta-text {
  flex: 1 1 55%;
  color: #ffffff;
  padding-right: 24px;
}

.aviation-cta-text p {
  margin: 0 0 18px 0;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.2px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

/* CTA button */
.aviation-cta-btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1270c8, #0b5fa6);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(10, 86, 158, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.06);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}

.aviation-cta-btn:hover {
  color: #fff;
  background: transparent;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(10, 86, 158, 0.45);
}

/* Airplane image area */
.aviation-cta-airplane {
  flex: 0 0 45%;
  position: relative;
  height: 220px;
  min-width: 260px;
}

.aviation-cta-airplane img {
  position: absolute;
  right: -40px;
  top: -30px;
  width: 520px;
  max-width: none;
  transform: rotate(-5deg) scale(1);
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(6, 25, 40, 0.45));
}

/* Responsive */
@media (max-width: 880px) {
  .aviation-cta {
    padding: 28px 20px;
  }

  .aviation-cta-text h2 {
    font-size: 1.5rem;
  }

  .aviation-cta-airplane {
    display: none;
  }

  /* hide airplane on small screens */
}

.ott_benefits_sec h2 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* 2nd cta section */

.aviation-cta-2 {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #0a355e;
  /* deep aviation blue */
  padding: 2rem 4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 280px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.aviation-cta-2-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.aviation-cta-2-text {
  flex: 1;
  color: #ffffff;
  max-width: 60%;
}

.aviation-cta-2-text p {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 25px 0;
}

/* CTA button */
.aviation-cta-2-btn {
  cursor: pointer;
  display: inline-block;
  background: linear-gradient(180deg, #ffffff 0%, #e9f0fa 100%);
  color: #0a355e;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 50px;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in-out;
}

.aviation-cta-2-btn:hover {
  background: #f8f9fb;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Pilot image (right side) */
.aviation-cta-2-image {
  flex: 0 0 35%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.aviation-cta-2-image img {
  width: 320px;
  height: auto;
  object-fit: contain;
}

/* Responsive Design */
@media (max-width: 900px) {
  .aviation-cta-2 {
    flex-direction: column;
    padding: 40px 25px;
    text-align: center;
  }

  .aviation-cta-2-text {
    max-width: 100%;
  }

  .aviation-cta-2-text p {
    font-size: 24px;
    line-height: 1.4;
  }

  .aviation-cta-2-image {
    justify-content: center;
    margin-top: 20px;
  }

  .aviation-cta-2-image img {
    width: 260px;
  }
}

.telemed_features {
  padding: 0 !important;
}

/* CSS for Aviation Section 4 (add to stylesheet) */
.aviation-section-4 {
  background: #000;
}

/* page bg - change if needed */
.section-sub {
  display: block;
  color: #fff;
  font-size: 13px;
  margin-bottom: 8px;
}

/* Heading */
.aviation-h2 {
  font-size: 42px;
  line-height: 1.04;
  font-weight: 700;
  color: #fff;
  /* deep navy */
  margin-bottom: 28px;
}

/* Feature list */
.aviation-features {
  margin-top: 6px;
}

.feature {
  padding: 18px 0;
}

.feature-body {
  display: flex;
  flex-direction: column;
}

.feature-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  color: #fff;
}

.feature-title .icon {
  color: #de4a3a;
  flex: 0 0 20px;
}

.feature p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

/* small separators */
.aviation-features hr {
  border: 0;
  border-top: 1px solid #e9eef2;
  margin: 0;
}

.aviation-art-bg {
  width: 100%;
  height: auto;
}

.aviation-art-plane {
  position: absolute;
  right: -70px;
  bottom: -8px;
  width: 720px;
  /* large so it visually crosses columns like your reference */
  max-width: none;
  transform: rotate(0deg);
  pointer-events: none;
  filter: drop-shadow(0 18px 30px rgba(6, 25, 40, 0.25));
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  /* md and below: hide right image and keep content full width */
  .aviation-art-bg,
  .aviation-art-plane {
    display: none;
  }

  .aviation-h2 {
    font-size: 34px;
  }

  .feature {
    padding: 12px 0;
  }
}

@media (max-width: 576px) {
  .aviation-h2 {
    font-size: 26px;
  }

  .feature p {
    font-size: 14px;
  }
}

 .compliance-section {
  background: #000;
  color: #fff;
}

.section-title {
  font-size: 3rem;
  font-weight: 600;
}

.section-subtitle {
  color: #4da3ff;
  font-weight: 600;
  margin-top: 10px;
}

.section-desc {
  margin: 10px auto 0;
  color: #c7d5e0;
}

.compliance-card {
  background: #0e2a47;
  border-radius: 15px;
  padding: 25px;
  height: 100%;
  transition: 0.3s;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.compliance-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.compliance-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.compliance-card ul {
  padding-left: 18px;
}

.compliance-card ul li {
  margin-bottom: 8px;
  color: #c7d5e0;
}

.card-btn {
  cursor: pointer;
  display: inline-block;
  margin-top: 15px;
  color: #4da3ff;
  font-weight: 600;
  text-decoration: none;
}

.card-btn:hover {
  color: #fff;
}

.badge-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(77, 163, 255, 0.2);
  color: #4da3ff;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 2rem;
  }

  .service_banner_sec_con h1 {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .slider-header h3 {
    font-size: 1.5rem;
  }

  .service_banner_sec_con p {
    line-height: 25px;
    font-size: 1.2rem;
  }

  .ott_benefits_sec button {
    display: none !important;
  }

  .sideCall_modal {
    display: none;
  }

  .service_banner_sec img {
    display: none;
  }

  .rpm_tab_nav {
    max-height: 100%;
    overflow: hidden;
  }

  .rpm_tab_link {
    color: #fff;
    font-size: 1rem;
    background-color: #3f51b5;
  }

  .hlth_cta_lt {
    display: none;
  }

  .hlth_cta_rt {
    width: 100%;
  }

  .htlh_cta_flx {
    padding: 2rem 1.5rem;
  }

  .hlth_cta1 {
    padding: 2rem 0;
  }

  .hlth_cta_rt h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 30px;
  }

  .telemed_features p {
    font-size: 14px;
  }

  .telemed_features {
    padding: 0;
  }

  .ott_benefits_sec {
    padding: 2rem 0 1rem 0;
  }

  .main-container {
    border-radius: 0;
  }

  .tab-content {
    padding: 1rem;
  }

  .rpm_features_sec h3 {
    font-size: 1.5rem;
    /* text-align: center; */
  }

  .tab_head {
    text-align: center;
    margin: 1rem 0;
  }

  .rpm_features_sec p {
    margin-bottom: 0;
  }

  .rpm_right_tabs h4 {
    font-size: 1.5rem;
  }

  .rpm_right_tabs h5 {
    font-size: 1.2rem;
  }

  /* banner img */
  .service_banner_sec {
    background: rgba(4, 12, 23, 0.7);
  }

  /* */

  .service_section {
    padding: 0;
  }

  .services_sec_left {
    margin: 0 1rem;
  }

  .services_sec_left p {
    margin-left: 0;
    /* text-align: center; */
    margin-bottom: 0;
  }

  .services_sec_left h2 {
    font-size: 1.5rem !important;
    color: #fff;
    margin-bottom: 1rem;

    text-align: start;
    font-weight: 600;
    line-height: normal;
  }

  .services_sec_left img {
    display: none;
  }

  .service_sec_right {
    padding: 0;
    width: 100%;
  }

  .service-faq-item h3 {
    font-size: 1.3rem;
  }

  .rpm_features_sec {
    padding: 0;
  }

  .aviation-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
  }

  .aviation-cta-text p {
    font-size: 24px;
  }

  .aviation-cta-text h3 {
    font-size: 1.7rem;
  }

  .ott_benefits_sec h2 {
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem;
  }

  .aviation-cta-2-image {
    display: none;
  }

  .rpm_tab_title {
    margin: 1rem 0 0 0;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .rpm_tab_content img {
    margin-top: 1rem;
  }
  .ott_benefits_sec .col-lg-4 {
    width: 50%;
  }
}
