:root {
  --color-elnk-orange: #f68d1f;
  --color-elnk-lightorange: #ffa300;
  --color-elink-textorange: #cb741a;
  --color-elnk-blue: #007db0;
  --color-elnk-lightblue: #00a3e0;
  --color-elnk-darkblue: #00a3e0;
  --color-elnk-darkgray: #57585c;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  color: #333;
  background-color: #f2f2f2;
  margin: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  max-width: 100%;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* type */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}

h1 {
  font-weight: 800;
}

h2 {
  font-size: 2.4rem;
  color: #007db0;
  color: var(--color-elnk-blue);
}

p {
  margin: 0 0 2.4rem;
  line-height: 1.5;
}

ul {
  margin: 0 0 2.4rem;
}

li {
  line-height: 1.5;
}

a {
  color: #007db0;
  color: var(--color-elnk-blue);
}

strong,
b {
  font-weight: 600;
}

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

header .inner .common-btn {
  background-color: transparent;
  border-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 11px 12px;
}

.common-btn {
  background-color: #007dba;
  color: #fff;
  font-weight: 600;
  text-decoration: unset;
  font-size: 16px;
  padding: 11px 15px;
  border-radius: 6px;
  border-bottom: 4px solid #00a3e0;
}

.common-btn svg {
  width: 15px;
  height: 15px;
  margin-top: -3px;
}

.common-btn svg path {
  fill: #fff;
}

.common-orange {
  background-color: #f68d1f;
  color: #333333;
  border-color: #cb741a;
}

.common-orange svg path {
  fill: #333333;
}

/* header */
header {
  background-color: #1e2b3c;
  border-bottom: 1px solid #c8c9c7;
  position: sticky;
  top: 0;
  z-index: 99;
}

header .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

header .inner a,
header .inner a img {
  width: 213px;
}

header .call-btn a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .call-btn a .mobile-call-button-text {
  display: none;
}

.right-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.agent-active {
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  margin-top: 4px;
}

.inner-agent {
  position: relative;
  display: inline-block;
}

.hero {
  position: relative;
  margin-top: 55px;
  /* Other styles for .hero */
}

.hero::after {
  content: "";
  position: absolute;
  top: 214px;
  left: 0;
  width: 100%;
  min-height: 545px;
  background: url("../images/lp-gradient-arches@2x.png");
  background-size: cover;
  opacity: 1;
  z-index: -1;
  /* Ensure the gradient layer is behind other content */
}

.hero-section-info {
  display: flex;
  justify-content: space-between;
}

.hero-section-info h1 {
  font-size: 40px;
}

.hero p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.heading-section {
  width: 570px;
}

.heading-section ul {
  list-style: none;
  padding: 0;
  font-weight: 600;
}

.common-btn {
  background-color: #1e2b3c;
  border-bottom: 4px solid var(--color-elnk-blue);
  display: inline-block;
}

.plans-section {
  background-color: #fff;
  width: 545px;
  padding: 30px;
  border-bottom: 4px solid #041326;
}

.mobile-sec {
  display: none;
}

.plans-section h3 {
  font-size: 28px;
  margin-bottom: 30px;
}

.plans-info {
  display: flex;
  margin-bottom: 10px;
}

.plans-info:last-child {
  margin-bottom: 0;
}

.plans-info div {
  padding: 20px 30px;
  font-weight: 600;
}

.plans-info div:first-child {
  background-color: #1e2b3c;
  color: #fff;
  width: 164px;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.plans-info div:last-child {
  background-color: #f2f2f2;
  flex-grow: 1;
}

.hero-title {
  text-align: center;
  margin: 2rem 0px;
}

.hero-title p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.hero-title h1 {
  color: #cb741a;
  font-size: 40px;
  line-height: 49px;
}

.fiber-plan-section {
  display: flex;
  border-bottom: 4px solid #041326;
}

.fiber-plan-section .girl-image {
  width: 33%;
}

.fiber-plan-section .girl-image img {
  width: 100%;
}

.fiber-plan-desc {
  width: 67%;
  padding: 55px 60px;
  background-color: #fff;
  margin-top: 63px;
}

.fiber-plan-desc ul {
  list-style: none;
  padding: 0;
  font-weight: 600;
}

.fiber-plan-desc h3 {
  font-size: 30px;
  position: relative;
}

/*
.fiber-plan-desc h3::before {
  content: "";
  position: absolute;
  left: -6px;
  width: 133px;
  background: url("../images/lp-gift-card-200-fiber@2x.png");
  background-size: cover;
  height: 90px;
  bottom: 140px;
}
*/

.find-perfect-fiber-plan-section {
  font-family: "Montserrat", sans-serif;
  padding: 60px 0 70px;
}

.find-perfect-fiber-plan-section h2 {
  font-size: 30px;
  text-align: center;
  color: #1e2b3c;
}

.find-perfect-fiber-plan-section .description {
  font-size: 18px;
  text-align: center;
  color: #1e2b3c;
}

.find-perfect-fiber-plans {
  display: flex;
}

.find-perfect-fiber-plan {
  border-bottom: 4px solid #c8c9c7;
  background-color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.find-perfect-fiber-plan h3,
.find-perfect-fiber-plan p {
  margin-bottom: 0;
}

.find-perfect-fiber-plan .plan-name {
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid#f2f2f2;
}

.find-perfect-fiber-plan .plan-100mbps {
  background: #0075a3;
  color: #fff;
}

.find-perfect-fiber-plan .plan-300mbps {
  background: #00a3e0;
  color: #333333;
}

.find-perfect-fiber-plan .plan-1gig {
  background-color: #f68d1f;
  color: #333333;
}

.find-perfect-fiber-plan .plan-5gig {
  background-color: #ffa300;
  color: #333333;
}

.find-perfect-fiber-plan .device-limit {
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 18px 0;
  border: 1px solid#f2f2f2;
  background-color: #fff;
}

.find-perfect-fiber-plan .label-devices {
  font-weight: 600;
}

.find-perfect-fiber-plan .limit {
  font-weight: 400;
}

.features-benefits {
  color: #333333;
  border: 1px solid#f2f2f2;
  border-bottom: none;
  flex: 1;
}

.features-benefits .label-features {
  font-size: 18px;
  font-weight: 600;
  padding: 17px 0 11px;
  text-align: center;
}

.features-benefits ul {
  list-style-type: none;
  margin: 0;
  padding: 0 31.5px 0 26px;
}

.features-benefits li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
}

.features-benefits .benefit {
  margin-bottom: 0;
  font-size: 16px;
}

.features-benefits .green-check-mark {
  margin: 4px 7.5px 0 0;
  color: #509e2f;
  font-size: 12px;
}

.awards {
  display: flex;
  justify-content: space-between;
}

.award-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bbn-fastest-award,
.bbn-fiber-award {
  flex-basis: 113px;
}

.digital-best-award {
  flex-basis: 100px;
}

.bbb-A-rating-award {
  flex-basis: 179px;
}

.cnet-fiber-award {
  flex-basis: 84px;
}

.hsi-satisfaction-award,
.hsi-best-customer-service-award {
  flex-basis: 76px;
}

.comparison-table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 768px;
  margin: 70px auto 104px;
}

.comparison-table tr:nth-child(odd) {
  background: #fff;
}

.comparison-table tr:nth-child(even) {
  background: #fafafa;
}

.comparison-table thead th {
  font-size: 18px;
  padding: 13px 0;
  color: #333333;
  width: 33%;
  border-right: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

.comparison-table thead th:first-child {
  background: #f2f2f2;
}

.comparison-table tbody td {
  font-size: 18px;
  padding: 11px 15px 13px 22px;
  color: #333333;
  width: 33%;
  border-right: 2px solid #c8c9c7;
  border-bottom: 2px solid #c8c9c7;
}

.comparison-table thead th,
.comparison-table tbody td:first-child {
  font-weight: 600;
}

.comparison-table thead th:nth-child(2) {
  background-color: #f68d1f;
}

.comparison-table thead th:last-child {
  background-color: #0075a3;
  color: #fff;
}

.comparison-table thead th:last-child,
.comparison-table tbody td:last-child {
  border-right: none;
}

.comparison-table tbody td .mobile-parameter {
  display: none;
}

.comparison-table tbody td:not(td:first-child) {
  text-align: center;
}

.comparison-table tbody tr:last-child td {
  border-bottom: 3px solid #c8c9c7;
}

.comparison-table .green-tick-icon {
  color: #509e2f;
  font-size: 18px;
}

.comparison-table .red-cross {
  color: #ba0c2f;
  font-size: 18px;
}

.connectivity-priority {
  width: 100%;
  background: url("../images/lp-gradient-bg@2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 24px;
}

.connectivity-priority h2 {
  padding-top: 70px;
  color: #fff;
}

.connectivity-priority p {
  color: #fff;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
}

.connectivity-priority a {
  margin-bottom: 74px;
  display: inline-block;
  background: transparent;
  border: 3px solid;
}

footer {
  padding: 1.5rem 0 1.5rem;
  color: #333;
  background-size: 8.3rem;
  margin-top: 6rem;
}

footer .inner {
  display: flex;
  justify-content: space-between;
}

footer .inner p {
  margin-bottom: 0px;
}

footer .logo {
  display: block;
  width: 12.5rem;
}

.copyright a,
.tcs a {
  color: #333;
}

.hide {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  font-size: 0;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  background: #767676;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  left: 14px;
  right: 14px;
  top: 30px;
  height: 3px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
}

.close:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fafdff;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
    0px 11px 12px 7px rgba(0, 0, 0, 0.02);
  -moz-transition: all 120ms;
  -webkit-transition: all 120ms;
  -o-transition: all 120ms;
  transition: all 120ms;
  z-index: 99;
  padding: 25px;
  color: #5e5e5e;
}

.button {
  padding: 10px 15px;
  border: 1px solid #f5f5f5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #f5f5f5;
  color: #5e5e5e;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline: none;
}

.button:hover {
  box-shadow: 1px 3px 5px #e9e9e9;
  transform: translateY(-1px);
}

.button:active,
.button:visited {
  transform: translateY(1px);
  outline: none;
  box-shadow: 1px 2px 3px #f5f5f5;
}

.form-holder-wrap.wrap-open {
  margin-top: 0;
  opacity: 1;
  z-index: 999;
}

.form-holder {
  /* position: relative; */
  margin: 0px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  border: 2px solid #d7d7d7;
}

.form-holder.widget-open {
  /*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
  /* height: auto; */
  background-color: #fff;
  border-color: #ccc;
  /* z-index: 1; */
}

.plan-btn {
  display: inline-block;
  padding: 0 2.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  line-height: 3.5rem;
  text-decoration: none;
  background-color: #007dba;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/*Address Widget*/

ul.streetAPI {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  left: 0px;
  background: #fff;
  -webkit-box-shadow: 0 0 47px -3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 47px -3px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  z-index: 999;
  list-style: none !important;
  max-height: 0px;
  min-height: 0px;
}

.hidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul.streetAPI.active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 10px 0 !important;
  max-height: 250px;
}

ul.streetAPI li {
  padding: 2px 0 2px 10px;
  margin: 0 0 10px;
  cursor: pointer;
  font-size: 14px;
  outline: none;
}

ul.streetAPI li:hover {
  background: #e5e5e5;
}

.submitForm {
  position: relative;
}

.header-wrapper {
  overflow: visible !important;
}

.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0000007a;
  display: none;
}

.loader img {
  width: 80px;
  margin-top: 50px;
}

/*new widget css*/
/* .form-holder-wrap {
    margin-top: -100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    z-index: 0;
} */

.form-holder-wrap.wrap-open {
  margin-top: 0;
  opacity: 1;
  z-index: 999;
}

.form-holder {
  /* position: relative; */
  margin: 3.5rem 0px;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  border: 2px solid #d7d7d7;
}

.form-holder.widget-open {
  /*margin-top: 1.5rem;
  margin-bottom: 0rem;*/
  /* height: auto; */
  background-color: #fff;
  border-color: #ccc;
  /* z-index: 1; */
}

.plan-btn {
  display: inline-block;
  padding: 0 2.4rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  line-height: 3.5rem;
  text-decoration: none;
  background-color: #007dba;
  border-radius: 5px;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.streetAPI li.selected {
  background-color: #e6f7ff;
}

.form-holder > p {
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 9px;
  font-weight: 600;
  color: #444444;
}

.form-holder .checkbox-able-side {
  display: inline-block;
  margin-top: 7px;
}

.row.input-able-bx {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}

.form-holder .col-set {
  width: 100%;
}

.form-holder .col-set .userInput {
  height: 45px;
}

.form-holder .col-set .input-able.service-form.userInput:before {
  top: 9px;
}

.form-holder .checkbox-able-bx {
  padding: 0px;
}

.form-holder .checkbox-able label {
  display: flex;
  align-items: center;
}

.icon-mobile,
.icon-wifi {
  padding-right: 10px;
}

.icon-mobile i,
.icon-wifi i {
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #f68d1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-mobile i:before {
  font-size: 12px;
}

.icon-wifi i:before {
  font-size: 10px;
}

.form-holder .checkbox-able-bx .checkbox-able label span {
  top: 0;
  margin-left: 5px;
}

.rather-chat-num {
  text-align: center;
  margin-top: 20px;
}

.rather-chat-num a {
  color: #000;
  text-decoration: underline;
}

.addressform {
  text-align: center;
}

#widget .main-input {
  width: 100%;
}

#widget .userInput {
  width: 100%;
  text-align: left;
}

#widget .main-input {
  width: 70%;
  text-align: left;
  position: relative;
}

#widget .check-side-col {
  width: 30%;
}

#widget .addressError {
  margin: 0px;
}

#widget #addressWidget {
  width: 89%;
  padding: 0px 10px;
  line-height: inherit;
  height: 42px;
  border: 2px solid #d7d7d7;
  border-bottom-width: 4px;
  border-radius: 4px;
}

#widget #addressWidget:focus-visible {
  outline: inherit;
  border-color: #007db0;
}

#widget #submitData {
  width: 100%;
  background-color: #007db0;
  border: 1px solid #00a3e0;
  border-bottom-width: 4px;
  border-radius: 4px;
  color: #fff;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

#widget #submitData:disabled {
  cursor: not-allowed;
}

#widget .checkText {
  font-size: 16px;
  color: #333333;
}

#addressWidget::placeholder {
  color: #333333;
}

#addressWidget:-ms-input-placeholder {
  color: #333333;
}

#addressWidget::-ms-input-placeholder {
  color: #333333;
}

.hidden-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

header .inner .common-btn {
  column-gap: 10px;
}

.footer_btn {
  display: none;
}

/*new widget end*/

@media (min-width: 1260px) {
  .inner {
    margin: 0 auto;
    width: 1170px;
  }

  .hero-section-info {
    column-gap: 30px;
  }

  header .inner .common-btn {
    padding-right: 0;
    justify-content: flex-end;
  }

  .plans-info div {
    padding: 30px;
  }

  .connectivity-priority h2 {
    font-size: 30px;
  }

  .common-btn {
    padding: 11px 30px;
  }
}

@media (max-width: 1024px) {
  header {
    padding: 0 15px;
  }

  header .inner {
    column-gap: 15px;
    padding: 0;
  }

  header .inner .common-btn {
    column-gap: 0;
  }

  header .inner .common-btn {
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    column-gap: 5px;
  }

  .inner {
    padding: 0 20px;
  }

  .hero {
    margin-top: 26px;
  }

  .hero::after {
    top: 362px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-section-info {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero-section-info h1 {
    font-size: 30px;
  }

  .heading-section {
    width: 100%;
  }

  .plans-section {
    width: 100%;
    padding: 15px;
  }

  .desktop-sec {
    display: none;
  }

  .mobile-sec {
    display: block;
  }

  .mobile-sec a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
  }

  .plans-section h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .plans-info div {
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
  }

  .plans-info div:first-child {
    width: 70px;
  }

  .plans-info div:last-child {
    padding: 19px 15px;
  }

  .plans-info .onegig {
    padding: 19px 15px;
  }

  .fiber-plan-section {
    flex-direction: column;
  }

  .fiber-plan-section .girl-image {
    width: 100%;
  }

  .fiber-plan-desc h3::before {
    left: 347px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -157px;
  }

  .fiber-plan-desc {
    width: 100%;
    margin-top: 0;
    padding: 57px 15px;
    padding-bottom: 18px;
  }

  .fiber-plan-desc h3 {
    font-size: 22px;
  }

  .connectivity-priority {
    margin-top: 30px;
  }

  .connectivity-priority h2 {
    padding-top: 40px;
    font-size: 30px;
  }

  .connectivity-priority p {
    padding: 0 10px;
  }

  .connectivity-priority a {
    margin-bottom: 43px;
  }

  footer {
    margin-top: 0;
  }

  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 1023px) {
  header {
    padding: 0 15px;
  }

  header .inner {
    column-gap: 15px;
    padding: 0;
  }

  header .inner .common-btn {
    column-gap: 0;
  }

  header .inner .common-btn {
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    column-gap: 5px;
  }

  .inner {
    padding: 0 20px;
  }

  .hero {
    margin-top: 26px;
  }

  .hero::after {
    top: 362px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-section-info {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero-section-info h1 {
    font-size: 30px;
  }

  .heading-section {
    width: 100%;
  }

  .plans-section {
    width: 100%;
    padding: 15px;
  }

  .desktop-sec {
    display: none;
  }

  .mobile-sec {
    display: block;
  }

  .mobile-sec a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
  }

  .plans-section h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .plans-info div {
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
  }

  .plans-info div:first-child {
    width: 70px;
  }

  .plans-info div:last-child {
    padding: 19px 15px;
  }

  .plans-info .onegig {
    padding: 19px 15px;
  }

  .fiber-plan-section {
    flex-direction: column;
  }

  .fiber-plan-section .girl-image {
    width: 100%;
  }

  .fiber-plan-desc h3::before {
    left: 347px;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    top: -157px;
  }

  .fiber-plan-desc {
    width: 100%;
    margin-top: 0;
    padding: 57px 15px;
    padding-bottom: 18px;
  }

  .fiber-plan-desc h3 {
    font-size: 22px;
  }

  .connectivity-priority {
    margin-top: 30px;
  }

  .connectivity-priority h2 {
    padding-top: 40px;
    font-size: 30px;
  }

  .connectivity-priority p {
    padding: 0 10px;
  }

  .connectivity-priority a {
    margin-bottom: 43px;
  }

  footer {
    margin-top: 0;
  }

  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 25px;
  }
}

@media (min-width: 1024px) and (max-width: 1259px) {
  /* Remove margin or padding on the inner container */
  .inner {
    margin: 0;
    padding: 0 30px;
  }

  /* Adjust the positioning of the gift card image */
  .fiber-plan-desc h3::before {
    content: "";
    position: absolute;
    top: -113px;
    /* left: -6px; */
    width: 133px;
    /* min-height: 545px; */
    background: url("../images/lp-gift-card-200-fiber@2x.png");
    background-size: cover;
    height: 90px;
    bottom: 140px;
  }
}

@media (max-width: 991px) {
  header {
    padding: 0 15px;
  }

  header .inner {
    column-gap: 15px;
    padding: 0;
  }

  header .inner .common-btn {
    column-gap: 0;
  }

  header .inner a {
    width: 180px;
  }

  header .inner .common-btn {
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
  }

  header .call-btn a .mobile-call-button-text {
    display: inline-block;
  }

  header .call-btn a .desktop-call-button-text {
    display: none;
  }

  .inner {
    padding: 0 20px;
  }

  .hero {
    margin-top: 26px;
  }

  .hero::after {
    top: 362px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-section-info {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero-section-info h1 {
    font-size: 30px;
  }

  .heading-section {
    width: 100%;
  }

  .plans-section {
    width: 100%;
    padding: 15px;
  }

  .desktop-sec {
    display: none;
  }

  .mobile-sec {
    display: block;
  }

  .mobile-sec a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
  }

  .plans-section h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .plans-info div {
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
  }

  .plans-info div:first-child {
    width: 70px;
  }

  .plans-info div:last-child {
    padding: 19px 15px;
  }

  .plans-info .onegig {
    padding: 19px 15px;
  }

  .fiber-plan-section {
    flex-direction: column;
  }

  .fiber-plan-section .girl-image {
    width: 100%;
  }

  .fiber-plan-desc h3::before {
    left: 258px;
    width: 150px;
    height: 150px;
    top: -128px;
  }

  .fiber-plan-desc {
    width: 100%;
    margin-top: 0;
    padding: 57px 15px;
    padding-bottom: 18px;
  }

  .fiber-plan-desc h3 {
    font-size: 22px;
  }

  .find-perfect-fiber-plan-section {
    padding: 30px 0 39px;
  }

  .find-perfect-fiber-plan-section h2 {
    font-size: 22px;
    text-align: left;
  }

  .find-perfect-fiber-plan-section .description {
    font-size: 16px;
    text-align: left;
  }

  .find-perfect-fiber-plans {
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: 20px;
    row-gap: 45px;
  }

  .find-perfect-fiber-plan {
    flex-basis: 35%;
    max-width: 400px;
  }

  .find-perfect-fiber-plan .plan-name {
    font-size: 20px;
    padding: 12px 0;
  }

  .find-perfect-fiber-plan .device-limit {
    display: flex;
    justify-content: center;
    column-gap: 5px;
    font-size: 18px;
    padding: 10px 0 13px;
  }

  .features-benefits .label-features {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 12px;
  }

  .features-benefits ul {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .features-benefits li {
    padding-bottom: 22px;
  }

  .features-benefits .green-check-mark {
    margin-top: 6px;
  }

  .bbn-fastest-award,
  .bbn-fiber-award {
    flex-basis: 95px;
  }

  .digital-best-award {
    flex-basis: 85px;
  }

  .bbb-A-rating-award {
    flex-basis: 145px;
  }

  .cnet-fiber-award {
    flex-basis: 74px;
  }

  .hsi-satisfaction-award,
  .hsi-best-customer-service-award {
    flex-basis: 68px;
  }

  .comparison-table {
    min-width: 330px;
    margin: 60px auto;
  }

  .comparison-table thead th {
    font-size: 16px;
    padding: 15px 0 14px;
    width: 50%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

  .comparison-table tbody td {
    font-size: 16px;
    padding: 12px 14px;
    width: 50%;
    border-right: 2px solid #f2f2f2;
    border-bottom: 2px solid #f2f2f2;
  }

  .comparison-table thead th:first-child {
    display: none;
  }

  .comparison-table tbody tr td:first-child {
    display: none;
  }

  .comparison-table tbody tr:last-child td {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .comparison-table tbody td .mobile-parameter {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 6px;
  }

  .connectivity-priority {
    margin-top: 30px;
  }

  .connectivity-priority h2 {
    padding-top: 40px;
    font-size: 30px;
  }

  .connectivity-priority p {
    padding: 0 10px;
  }

  .connectivity-priority a {
    margin-bottom: 43px;
  }

  footer {
    margin-top: 0;
  }

  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  header {
    padding: 0 15px;
  }

  header .inner {
    column-gap: 15px;
    padding: 0;
  }

  header .inner .common-btn {
    column-gap: 0;
  }

  header .inner a {
    width: 180px;
  }

  header .inner .common-btn {
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    column-gap: 5px;
  }

  .inner {
    padding: 0 20px;
  }

  .hero {
    margin-top: 26px;
  }

  .hero::after {
    top: 362px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-section-info {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero-section-info h1 {
    font-size: 30px;
  }

  .heading-section {
    width: 100%;
  }

  .plans-section {
    width: 100%;
    padding: 15px;
  }

  .desktop-sec {
    display: none;
  }

  .mobile-sec {
    display: block;
  }

  .mobile-sec a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
  }

  .plans-section h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .plans-info div {
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
  }

  .plans-info div:first-child {
    width: 70px;
  }

  .plans-info div:last-child {
    padding: 19px 15px;
  }

  .plans-info .onegig {
    padding: 19px 15px;
  }

  .fiber-plan-section {
    flex-direction: column;
  }

  .fiber-plan-section .girl-image {
    width: 100%;
  }

  .fiber-plan-desc h3::before {
    left: 246px;
    width: 180px;
    top: -130px;
  }

  .fiber-plan-desc {
    width: 100%;
    margin-top: 0;
    padding: 57px 15px;
    padding-bottom: 18px;
  }

  .fiber-plan-desc h3 {
    font-size: 22px;
  }

  .find-perfect-fiber-plans {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .awards {
    column-gap: 15px;
    row-gap: 30px;
    flex-wrap: wrap;
    max-width: 230px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .bbn-fastest-award,
  .bbn-fiber-award {
    flex-basis: 80px;
  }

  .digital-best-award {
    flex-basis: 70px;
  }

  .bbb-A-rating-award {
    flex-basis: 130px;
  }

  .cnet-fiber-award {
    flex-basis: 59px;
  }

  .hsi-satisfaction-award,
  .hsi-best-customer-service-award {
    flex-basis: 53px;
  }

  .connectivity-priority {
    margin-top: 30px;
  }

  .connectivity-priority h2 {
    padding-top: 40px;
    font-size: 30px;
  }

  .connectivity-priority p {
    padding: 0 10px;
  }

  .connectivity-priority a {
    margin-bottom: 43px;
  }

  footer {
    margin-top: 0;
  }

  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  header {
    display: none;
  }

  header .inner {
    column-gap: 15px;
    padding: 0;
  }

  header .inner a {
    width: 100%;
  }

  header .inner .common-btn {
    column-gap: 0;
  }

  header .inner .common-btn {
    font-size: 16px;
    padding: 11px 0px;
    align-items: center;
    column-gap: 5px;
  }

  .inner {
    padding: 0 20px;
  }

  .hero {
    margin-top: 26px;
  }

  .hero::after {
    top: 362px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-section-info {
    flex-direction: column;
    row-gap: 30px;
  }

  .hero-section-info h1 {
    font-size: 30px;
  }

  .heading-section {
    width: 100%;
  }

  .plans-section {
    width: 100%;
    padding: 15px;
  }

  .desktop-sec {
    display: none;
  }

  .mobile-sec {
    display: block;
  }

  .mobile-sec a {
    display: block;
    margin-bottom: 15px;
    text-decoration: none;
    color: #333;
  }

  .plans-section h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 24px;
  }

  .plans-info div {
    padding: 9px 15px;
    font-weight: 600;
    font-size: 13px;
  }

  .plans-info div:first-child {
    width: 70px;
  }

  .plans-info div:last-child {
    padding: 19px 15px;
  }

  .plans-info .onegig {
    padding: 19px 15px;
  }

  .fiber-plan-section {
    flex-direction: column;
  }

  .fiber-plan-section .girl-image {
    width: 100%;
  }

  .fiber-plan-desc h3::before {
    left: 110px;
    width: 114px;
    top: -100px;
  }

  .fiber-plan-desc {
    width: 100%;
    margin-top: 0;
    padding: 57px 15px;
    padding-bottom: 18px;
  }

  .fiber-plan-desc h3 {
    font-size: 22px;
  }

  .connectivity-priority {
    margin-top: 30px;
  }

  .connectivity-priority h2 {
    padding-top: 40px;
    font-size: 30px;
  }

  .connectivity-priority p {
    padding: 0 10px;
  }

  .connectivity-priority a {
    margin-bottom: 43px;
  }

  footer {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .footer_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0 30px;
    max-width: 335px;
    margin: 0 auto;
  }

  .footer_btn a {
    width: 100%;
    border: 0;
    border-radius: 35px;
    margin: 0 auto;
    padding: 14px 0;
  }

  footer .inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .logo {
    margin-bottom: 25px;
  }
}

@media (max-width: 1259px) {
  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc
    ul {
    min-height: 150px;
    margin: 10px 0;
  }

  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc
    ul
    li {
    font-size: 16px;
  }

  body .step2 .mobile-tv-sec .tv-sec ul {
    margin: 3rem 0 1rem !important;
  }
}

@media (max-width: 1199px) {
  body .main-sections .section-three {
    padding: 2rem;
  }

  body .main-sections .section-three .section-blue ul {
    font-size: 13px;
  }

  body .main-sections .section-three .section-blue h3 {
    font-size: 16px;
    line-height: 22px;
  }

  body .main-sections .section-three .section-blue img {
    width: 90px;
    right: 1.5rem;
  }

  body .main-sections .section-one {
    padding: 7rem 11rem 2rem 2rem;
  }

  body .main-sections .section-one .orange-sec {
    width: 137px;
  }

  body .main-sections .section-one .orange-sec img {
    width: 93%;
    right: -3rem;
  }

  body .main-sections .section-one .orange-sec p {
    font-size: 13px;
  }

  body .step1 .tabs .tabs-nav li {
    width: 30%;
  }

  body .step1 h2 {
    font-size: 31px;
  }

  body .step1 .tabs .tabs-nav li {
    width: 30%;
  }

  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc
    h5 {
    font-size: 22px;
  }

  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc
    .price {
    font-size: 33px;
  }

  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc {
    padding: 2rem 2rem;
  }

  body
    .step1
    .tabs-stage
    .main-sections-tabs
    .single-section
    .main-middle-desc
    ul
    li {
    font-size: 14px;
  }

  body .step2 h2 {
    font-size: 29px;
  }

  body .step2 .mobile-tv-sec .common-mobile-tv .inner-mobile-tv-common ul li {
    font-size: 13px;
  }

  body .step2 p {
    font-size: 15px;
  }

  body .faster-speeed h3,
  body .faq h3 {
    font-size: 31px;
  }

  body .faster-speeed p {
    font-size: 16px;
  }

  .accordion h4::after {
    font-size: 10px;
    height: 20px;
    width: 20px;
  }

  body .accordion h4 {
    font-size: 17px;
  }
}

@media (max-width: 385px) {
  .navigation .right-header .call-btn .header-tfn {
    font-size: 14px;
  }
}

@media (max-width: 347px) {
  .navigation .right-header .call-btn .header-tfn .mobile-call-button-text {
    display: none;
  }
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
