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

body {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  background-color: #f7f7f7;
}

::-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;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

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: #007dba;
}

h3 {
  font-size: 2rem;
}

p {
  margin: 0 0 2.4rem;
}

a {
  color: #007dba;
}

strong,
b {
  font-weight: 600;
}

/*
* Hide visually and from screen readers
*/

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

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*		causes content to wrap 1 word per line:
*		https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*		`contenteditable` attribute is included anywhere else in the document.
*		Otherwise it causes space to appear at the top and bottom of elements
*		that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*		`:before` to contain the top-margins of child elements.
*/

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

.text-center {
  text-align: center;
}

/* animations */

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  85% {
    transform: rotate(10deg);
  }

  95% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes wiggleslower {
  0% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(0deg);
  }

  85% {
    transform: rotate(5deg);
  }

  95% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes hourglassrotate {
  0% {
    transform: rotate(0deg);
  }

  33% {
    transform: rotate(180deg);
  }

  66% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconwiggle {
  0% {
    transform: rotate(-11deg);
  }

  80% {
    transform: rotate(-11deg);
  }

  85% {
    transform: rotate(1deg);
  }

  95% {
    transform: rotate(-11deg);
  }

  100% {
    transform: rotate(-11deg);
  }
}

.wigglewiggle {
  display: inline-block;
  animation: wiggle 3s infinite;
}

.wiggleslow {
  display: inline-block;
  animation: wiggleslower 3s infinite;
}

.spin-pause:before {
  display: inline-block;
  animation: hourglassrotate 3s infinite;
}

.iconwiggle:before {
  display: inline-block;
  animation: iconwiggle 3s infinite;
}

/* gift card terms */
body .offer-terms{
  margin-bottom: 2rem;
}
.offer-terms h3 {
  color: #fff;
  font-size: 25px;
  padding: 0rem 0 1rem;
  font-weight: 600;
}
.offer-terms p.note {
  margin: 0;
  font-size: 14px;
}
.ftr-note{
  font-size: 14px !important;
}
/* header */

header {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0;
  text-align: center;
  background: transparent;
  z-index: 9999;
}

header.navigation.sticky {
  background: linear-gradient(101deg, #303030 0%, #212121 100%);
}

header .logo,
header .tfn {
  display: block;
  margin: 0 auto;
  width: 20rem;
}

header .logo {
  color: #444;
  font-size: 2rem;
  line-height: 1;
  text-decoration: none;
}

.gift-card {
  margin: 1rem auto;
  text-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.gift-card {
  color: #fff;
}

.gift-card-img svg {
  height: 20px;
  width: 20px;
  margin-right: 6px;
  fill: #f68e18;
  transform: rotate(-20deg);
}

.limited:before {
  content: "\f252";
  margin-right: 0.4rem;
  font-family: "FontAwesome", "Font Awesome 5 Free";
}

#timer {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  width: 5rem;
  font-weight: 600;
  color: red;
  text-shadow: none;
  background-color: #f2f2f2;
  border: 1px solid #979797;
  border-radius: 0.4rem;
}

header .tfn {
  position: relative;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  background-color: #007dba;
  border-radius: 2rem;
  border: 3px solid #fff;
}

header .tfn:before {
  content: "\f3cd";
  display: inline-block;
  margin-right: 0.4rem;
  font-family: "FontAwesome", "Font Awesome 5 Free";
}

header .tfn:after {
  content: "Click to call";
  position: absolute;
  display: block;
  top: auto;
  right: 0;
  bottom: 1.4rem;
  left: auto;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

header:hover .tfn:after,
header:focus-within .tfn:after {
  bottom: -2rem;
  opacity: 1;
}

/* structure */

.inner {
  margin: 0 3rem;
  width: auto;
}

/* hero */
.awards {
  display: flex;
  align-items: center;
  column-gap: 28px;
  margin-top: 3.5rem;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f68d1f+85,e47827+100 */
  /* background: linear-gradient(
    101deg,
    #303030 0%,
    #212121 100%
  ); /* Old browsers 
  background: -moz-linear-gradient(
    101deg,
    #303030 0%,
    #212121 100%
  ); /* FF3.6-15 
  background: -webkit-linear-gradient(
    101deg,
    #303030 0%,
    #212121 100%
  ); /* Chrome10-25,Safari5.1-6 
  background: linear-gradient(
    101deg,
    #303030 0%,
    #212121 100%
  ); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-image: url("../images/Group 80.png");
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f68d1f', endColorstr='#e47827', GradientType=0);
  /* IE6-9 */
  overflow: visible;
}

.content {
  overflow: hidden;
}

.hero:before {
  position: absolute;
  content: " ";
  top: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#57585c+0,222222+100&0+0,1+100 */
  background: -moz-linear-gradient(
    top,
    rgba(87, 88, 92, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(87, 88, 92, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(87, 88, 92, 0) 0%,
    rgba(34, 34, 34, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0057585c', endColorstr='#222222', GradientType=0);
  /* IE6-9 */
}

.hero .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 999;
}

.couple-image,
.text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.text-orange {
  color: #f68e18;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 25px;
}

.hero .price {
  display: inline-block;
  margin-right: 15px;
}

.hero .cents {
  display: inline-block;
  -webkit-transform: translate(0.4rem, -0.6rem);
  -ms-transform: translate(0.4rem, -0.6rem);
  transform: translate(0.4rem, -0.6rem);
  font-size: 1.5rem;
  border-bottom: 2px solid #f68e18;
}

.hero p {
  font-size: 2rem;
  font-weight: 400 !important;
}

.hero p span.text-orange {
  margin-bottom: 0;
  /* font-style: italic;s */
  font-size: 2.4rem;
  font-weight: bold;
}

.hero p span.text-orange svg {
  width: 20px;
  height: 20px;
  fill: #f68e18;
  margin-top: -5px;
}

.credit-img svg {
  width: 20px;
  height: 20px;
  fill: #f68e18;
  transform: rotate(-20deg);
  margin-top: -5px;
  margin-right: -2px;
  margin-left: 3px;
}

.hero .text-orange i {
  font-size: 24px;
}

.hero .text-orange a {
  padding: 0;
  font-size: 2.4rem;
  line-height: 4.8rem;
  border: none;
  border-radius: 0.4rem;
  background: none;
  margin-left: 3px;
  color: #f68318;
}

[href^="tel:"] {
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: #007dba;
  border-radius: 2.4rem;
  border: 0.3rem solid #fff;
  -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;
}

[href^="tel:"]:hover {
  color: #000;
  background-color: #00a3e0;
}

.floating-couple {
  display: none;
}

.internet-plans {
  padding: 5rem 0 3rem;
  text-align: center;
  background-color: #fff;
  background-size: 60px;
}

.plan {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #fff;
  border: 3px solid #d7d7d7;
  border-radius: 1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.plan:hover {
  -webkit-transform: translateY(-0.5rem);
  -ms-transform: translateY(-0.5rem);
  transform: translateY(-0.5rem);
}

.popular {
  position: relative;
  border-color: #f68d1f;
}

.popular:before {
  content: "\f005";
  display: block;
  position: absolute;
  top: -2.1rem;
  left: calc(50% - 1.85rem);
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  font-family: "FontAwesome", "Font Awesome 5 Free";
  color: #fff;
  background-color: #f68d1f;
  border-radius: 50%;
}

.plan h3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  color: #f68d1f;
  text-transform: uppercase;
}

.plan p {
  margin-bottom: 0px;
  padding: 0 15px;
}


p.price {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 15px;
}

p.price sup {
  font-size: 18px;
  font-weight: normal;
}

.plan p + p {
  color: #444;
  font-weight: normal;
  font-size: 17px;
}

/* .started::before {
  content: "";
  display: inherit;
  width: 50%;
  margin: 10px auto;
  border-top: 1px solid #707070;
} */

.started {
  font-size: 2.4rem;
}

.get-started {
  text-align: center;
  margin-top: 5rem;
}

.get-started a {
  padding: 0;
  font-size: 2rem;
  line-height: 4.8rem;
  border: none;
  border-radius: 0.4rem;
  width: 25%;
  text-align: center;
  margin: 30px auto 0;
}

.left a {
  padding: 0;
  font-size: 2rem;
  line-height: 4.8rem;
  border: none;
  border-radius: 0.4rem;
}

.left a {
  text-align: center;
  width: 50%;
}

.why-elnk,
.fits-your-life {
  padding: 3rem 0;
  background-color: #fff;
}

.end {
  background-color: #eeeeee;
  padding: 3rem 0;
}

.product {
  background-color: #f79042;
  padding: 3rem 0;

  overflow: visible;
}

.product ul {
  color: #fff;
  list-style: none;
  padding-left: 10px;
  counter-reset: number;
}

.product .left {
  margin-top: -10em;
}

.product ul li {
  display: flex;
  align-items: center;
}

.product li:before {
  content: counter(number) " ";
  counter-increment: number;
  background: #459da3;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  margin-right: 10px;
}

.data-caps,
.best-offers,
.move,
.easytech,
.why-fiber {
  padding: 3rem 0;
}

.data-caps .card,
.easytech .card {
  background-color: #fff;
}

.why-elnk [href^="tel:"],
.data-caps [href^="tel:"],
.best-offers [href^="tel:"],
.fits-your-life [href^="tel:"],
.easytech [href^="tel:"],
.why-fiber [href^="tel:"] {
  margin: 3rem auto 0;
  max-width: 26rem;
  text-align: center;
  border-color: #00a3e0;
}

/* move */

.move-steps {
  margin-bottom: 2.4rem;
}

.move-steps .card {
  margin-top: 3.6rem;
  background-color: #fff;
}

.move-steps .card:nth-of-type(1) h4:before {
  content: "1";
}

.move-steps .card:nth-of-type(2) h4:before {
  content: "2";
}

.move-steps .card:nth-of-type(3) h4:before {
  content: "3";
}

.move-steps h4 {
  text-align: center;
}

.move-steps h4:before {
  display: block;
  margin: -3.6rem auto 1rem;
  width: 3.7rem;
  height: 3.7rem;
  line-height: 3.7rem;
  text-align: center;
  color: #fff;
  background-color: #f68d1f;
  border-radius: 50%;
}

.move-steps .fas {
  display: none;
  color: #509e2f;
}

.fits-your-life {
  text-align: center;
}

/* easytech */

.easytech img {
  margin-bottom: 18px;
}

/* call block */

.call-block {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  top: auto;
  bottom: 0;
  padding: 1.5rem 0;
  text-align: center;
  background-color: #57585c;
  box-shadow: 0 0 9px 6px rgb(0 0 0 / 30%);
  z-index: 9999;
}

.call-block .tfn {
  position: relative;
  display: block;
  margin: -4rem auto 1.2rem;
  padding: 1rem 0;
  width: auto;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #007dba;
  border: 0.3rem solid #fff;
  border-radius: 3.6rem;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.call-block .tfn:hover {
  color: #000;
  background-color: #00a3e0;
}

.elnk-tfn-tag {
  display: inline-block;
  width: auto;
  min-width: 14rem;
  margin-left: 5px;
}

.call-block .elnk-tfn-tag {
  margin-left: 12px;
}

header .tfn:before,
.fa-mobile-alt {
  -webkit-transform: rotate(-11deg) translateY(1px);
  transform: rotate(-11deg) translateY(1px);
}

.call-block p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}

/* end */

.right ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.right li {
  position: relative;
  margin: 0 0 1.5rem;
  padding: 2.4rem 3rem 2.4rem 10rem;
  background-color: #f7f7f7;
  border: 0.2rem solid #f68d1f;
  border-radius: 0.4rem;
}

.right li:last-of-type {
  margin-bottom: 0;
}

.right li:before {
  position: absolute;
  display: block;
  top: calc(50% - 1.6rem);
  left: 4rem;
  font-size: 3.2rem;
  font-family: "FontAwesome", "Font Awesome 5 Free";
  line-height: 1;
  color: #f68d1f;
  text-align: center;
}

.data:before {
  content: "\f1c0";
}

.customize:before {
  content: "\f7d9";
}

.security:before {
  content: "\e06c";
}

.left h2 {
  color: #007dba;
}

.left h2 span {
  font-weight: 400;
}

.product h2 {
  color: #fff;
}

.left h3.feature {
  color: #007dba;
  font-size: 28px;
  font-weight: 400;
}

.left h3 {
  color: #007dba;
}

/* awards */

/* why elnk */

.why-elnk h2 {
  margin-bottom: 3rem;
  text-align: center;
}

.data-caps h2 {
  text-align: center;
}

.card {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border: 0.2rem solid #d7d7d7;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.card h3 {
  font-size: 16px;
  font-weight: bold;
}

.why-elnk p:last-of-type,
.card p:last-of-type {
  margin-bottom: 0;
}

/* footer */

footer {
  padding: 8rem 0 6rem;
  color: #fff;
  background-color: #57585c;
  margin-top: -100px;
}

sup {
  font-size: 14px !important;
  margin-left: 3px;
  font-weight: 300;
}

.note sup {
  margin: 0px;
}

.note a {
  color: #fff;
  text-decoration: underline;
}

footer .inner {
  overflow: hidden;
}

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

.copyright {
  margin: 2.4rem 0 0;
}

.copyright a {
  color: #fff;
}

.wifi-image img {
  position: absolute;
  left: auto;
  right: -90px;
  top: -7px;
  width: 62%;
}

/* responsive */

@media only screen and (min-width: 375px) {
  .hero [href^="tel:"] {
    margin: 0 auto;
    font-size: 2rem;
    max-width: 34rem;
  }

  .call-block p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 480px) {
  .call-block .tfn {
    width: 36rem;
  }

  .call-block .tfn:hover,
  .call-block .tfn:focus {
    width: 40rem;
  }
}

@media only screen and (max-width: 639px) {
  header .tfn {
    display: none;
  }
}

@media only screen and (min-width: 640px) {
  header {
    padding: 1.5rem 0;
  }

  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .logo,
  header .tfn {
    margin: 0;
    width: 16rem;
  }

  .gift-card {
    margin: 0 auto;
  }

  .hero:before {
    background: none;
  }

  .hero .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    height: auto;
  }

  .couple-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .hero .price {
    font-size: 2.4rem;
  }

  .hero [href^="tel:"] {
    display: inline-block;
    margin: auto;
    padding: 1rem 2rem;
    max-width: 36rem;
    font-size: 1.8rem;
  }

  .end .inner,
  .product .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .end .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
  }

  .end .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
  }
}

@media only screen and (min-width: 768px) {
  header .logo,
  header .tfn {
    width: 20rem;
  }

  .hero [href^="tel:"] {
    font-size: 2rem;
  }

  /* .internet-plans h2 {
    margin-bottom: 3rem;
  } */

  .plans-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 0px;
  }

  .plans-row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .plans-row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .plans-row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .plan {
    margin-bottom: 0;
  }

  .last ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 1.8rem;
  }

  p {
    margin-bottom: 2.7rem;
  }

  header .logo {
    width: 25rem;
  }

  header .tfn {
    padding: 0.6rem 2rem;
    border-radius: 3rem;
  }

  .couple-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
  }

  .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    -ms-flex: 0 1 calc(58%);
    flex: 0 1 calc(58%);
  }

  .hero h1 .cents {
    -webkit-transform: translate(0.1rem, -2.1rem);
    -ms-transform: translate(0.1rem, -2.1rem);
    transform: translate(0.1rem, -2.1rem);
  }

  .plan h3 {
    font-size: 3.6rem;
  }

  .last .inner {
    margin: 0 auto;
    max-width: 86rem;
  }

  .inner.two-across {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    align-items: normal;
  }

  .inner.two-across > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .card img {
    margin-bottom: 15px;
  }

  .inner.two-across > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .inner.two-across > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .inner.two-across > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  /* .inner.two-across {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .inner.two-across .card-inner {
    width: 50%;
  }
  .inner.two-across .card-inner .card {
    height: 100%;
    padding: 15px;
  } */

  .inner.three-across {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inner.three-acrosss > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .inner.three-across > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .inner.three-across > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .card {
    margin-bottom: 0;
  }

  .move-steps .card {
    margin-top: 0;
  }

  .move-steps .fas {
    display: inline;
  }
}

@media only screen and (min-width: 1024px) {
  .inner {
    margin: 0 3rem;
  }

  h2 {
    font-size: 3.6rem;
  }

  header .tfn {
    font-size: 2.4rem;
  }

  .hero [href^="tel:"] {
    padding-right: 3rem;
    padding-left: 3rem;
    border-radius: 3.6rem;
    border-width: 0.3rem;
  }

  .call-block {
    padding: 3rem 0 1.5rem;
  }

  .call-block .tfn {
    margin-top: -6.2rem;
    font-size: 3rem;
  }

  .last {
    padding: 4.5rem 0;
  }

  .best-offers .inner {
    margin: 0 auto;
    width: 96rem;
  }

  .best-offers h2,
  .best-offers h3 {
    text-align: center;
  }

  .move-steps {
    margin-bottom: 2.4rem;
  }

  footer .logo {
    margin: 0;
    float: left;
  }

  .copyright {
    margin: 0;
    width: auto;
    float: right;
  }
}

@media only screen and (min-width: 1200px) {
  /* .hero {
    padding: 0;
  } */

  .couple-image img {
    display: none;
  }

  .wifi-image img {
    position: absolute;
    left: auto;
    right: -18rem;
    top: 40px;
    width: auto;
  }

  .inner {
    position: relative;
  }

  .floating-couple {
    position: absolute;
    display: inline-block;
    top: -51.25rem;
    left: 0;
  }

  .offer-banner-image-set .floating-couple {
    left: -12rem;
  }

  .hero p {
    font-size: 2.2rem;
  }

  .text {
    padding: 8rem 0 4rem;
    -ms-flex: 0 1 60%;
    -ms-flex: 0 1 calc(100% / 3 * 2 - 17rem);
    flex: 0 1 calc(100% / 3 * 2 - 17rem);
  }

  .plan {
    padding: 3rem 1rem;
  }

  .card {
    margin-bottom: 0;
    padding: 3rem;
  }

  .move-steps h4:before {
    margin: -5rem auto 1rem;
  }
}

@media only screen and (min-width: 1260px) {
  .inner {
    margin: 0 auto;
    max-width: 120rem;
  }

  .move-steps {
    margin-top: 3.6rem;
    margin-bottom: 2.7rem;
  }
}

@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;
  }

  thead {
    display: table-header-group;
  }

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

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

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

@media screen and (min-width: 1079px) and (max-width: 1199px) {
  .wifi-image img {
    width: 62% !important;
  }
}

/*new media query*/
@media (max-width: 1366px) {
  .hero h1 {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .hero .text {
    padding: 40px 0px;
  }

  .wifi-image img {
    right: -13rem;
    top: auto;
    width: 68%;
    bottom: -14rem;
  }

  .hero h1 {
    font-size: 32px;
  }

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

  .awards img {
    width: 80px;
    height: 80px;
  }

  .awards img:first-child {
    width: 64px;
  }

  .awards img:last-child {
    width: 90px;
  }
}

@media (max-width: 991px) {
  .end .left {
    flex: 0 1 100%;
  }

  .end .right {
    flex: 0 1 100%;
  }

  .inner.two-across {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    grid-column-gap: 30px;
    align-items: normal;
    padding-top: 30px;
  }

  .card {
    display: block;
  }

  .end .inner {
    flex-wrap: wrap;
  }

  .wifi-image img {
    right: -10rem;
    width: 65%;
    bottom: -9rem;
  }

  .plan img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .wifi-image img {
    position: inherit;
    width: 100%;
    margin-bottom: -85px;
  }

  .end .inner,
  .product .inner {
    flex-wrap: wrap;
  }

  .product .left {
    margin-top: 0;
  }

  .left a {
    margin: 0 auto;
  }

  .hero .inner {
    display: block;
  }

  .hero .text {
    text-align: center;
  }

  .awards {
    justify-content: center;
  }

  .hero .text-orange a {
    display: inherit;
  }
}

@media (max-width: 576px) {
  .get-started a {
    width: 100%;
  }

  .hero p {
    font-size: 2rem;
    line-height: 26px;
  }

  .mobile-tfn {
    display: inline-flex;
    align-items: center;
  }

  .inner.two-across {
    grid-template-columns: repeat(1, 1fr);
  }

  .text {
    padding-top: 50px;
  }

  .internet-plans {
    padding-top: 5rem;
  }

  .left a {
    width: 100%;
  }

  footer {
    padding: 5rem 0 6rem;
    margin-top: -75px;
  }

  .hero [href^="tel:"] {
    width: 100%;
  }

  .awards img:first-child {
    width: 60px;
  }

  .awards img {
    width: 70px;
    height: 70px;
  }

  .awards img:last-child {
    width: 80px;
  }

  .awards {
    column-gap: 22px;
  }
}
