.wireless-banner-section {
  padding: 5rem 0;
  background-image: url(/staticfiles/images/wireless-banner-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-section .spn_yellow::before,
.banner-section .section-content h1::before {
  content: unset;
}

.section_flex.wireless-banner-main {
  justify-content: space-between;
  align-items: center;
}

.wireless-banner-main .sub_heading {
  margin-bottom: 2rem;
}
.wireless-banner-main .pera_grapg {
  margin-bottom: 2rem;
}

.wireless-banner-main .section-content {
  width: 45%;
}

.wireless-banner-main .wireless-banner-image {
  width: 50%;
}

.plans-white-section {
  background-image: url(/staticfiles/images/plan-white-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.plans-white-main .section-content {
  text-align: center;
  width: unset;
  max-width: 70%;
  margin: 0 auto;
}

.plans-white-main .plan-card {
  background-color: #d8f4ff;
}

.plans-white-main .plan-card.popular {
  background-color: #fff;
}

.plans-white-main .price-row label.per_mont {
  font-size: 1.125rem;
}

.plans-white-main .price-row .price-month {
  font-size: 1.125rem;
  color: #009edb;
}

.disclaimer-para {
  padding-top: 1.875rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

.wireless-cta-section {
  background-color: #d8f4ff;
}

.wireless-cta-section .section-content {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.offer_box p {
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  color: #001a3d;
}

.offer-box-main .offer_box_heading {
  margin-bottom: 0.375rem;
}

.section_flex.flex-reverse {
  flex-direction: row-reverse;
}

.flex-reverse .sub_heading,
.flex-reverse h2 {
  text-align: end;
}

.dsl-cta-main .section-content {
  max-width: 60%;
  margin: 0 auto;
}

.work-stream-content h3 {
  font-size: 3rem;
  font-weight: 700;
  color: #009edb;
}

.work-stream-content h3 span {
  font-size: 2rem;
  font-weight: 400;
  color: #001a3d;
}

.work-stream-content p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #001a3d;
}

.work-stream-content {
  margin-bottom: 1rem;
}

.work-stream-main p {
  font-size: 1rem;
  font-weight: 400;
  color: #001a3d;
}

.work-stream-main .work-stream-para {
  margin-top: 1rem;
}

.work-stream-main .primary_button {
  margin-top: 2rem;
}
.fiber-banner {
  background-image: url(/staticfiles/images/fiber-background-image.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fiber-banner.banner-section .section-content {
  box-shadow: unset;
  z-index: unset;
  background-color: unset;
  max-width: 44%;
}
.fiber-banner.banner-section .section-content h1::before {
  content: none;
}
.fiber-banner.banner-section .spn_yellow::before {
  content: none;
}
.fiber-banner.banner-section .banner_sildes_wrap {
  padding: unset;
  background-image: unset;
}
.pricing_plans.fiber_pricing_plans {
  background-image: url(/staticfiles/images/plan-white-bg.webp);
}
.inner_check_wireless {
  background-color: #d8f4ff;
}
.inner_check_wireless .section-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wireless-banner-main .section-content,
  .dsl-cta-main .section-content {
    width: unset;
    max-width: unset;
  }
  .banner_sildes_wrap,
  .wireless-banner-main .wireless-banner-image {
    display: none;
  }
  .section_flex.flex-reverse {
    flex-direction: column;
  }
  .fiber-banner.banner-section .section-content {
    max-width: unset;
  }
  .footer-main-div {
    padding: 4rem 0 6rem;
  }
}
