@charset "utf-8";
@-ms-viewport {
  width: device-width;
}



html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
b {
  font-weight: bold !important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


img.wireless-img-promo {
  display: block;
  border-radius: 20px;

}
#mobile-res-biz-switcher{
  display:none;
}


a#link-resi {
  color: white;
  text-decoration: none;
}
#resi-btn-frame i.fas.fa-wifi {
  margin-right: 3px;
}

#resi-btn-frame i.fas.fa-long-arrow-alt-right {
  margin-left: 2px;
}
ul#mo-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  position: relative;
}

.switcher-tab {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
#mobile-switch-holder {
  padding-left: 0;
  padding-right: 0;
}

.switcher-tab-link{
  padding: 20px;
  text-decoration: none;
  color: black;
  display: block;
}

.switcher-tab-link.is-active {
  background: #399ada;
  color: white;
  font-weight: bold;
}



.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: ATTAleck, sans-serif;
}
ol,
ul {
  list-style: none;
}
sup {
  line-height: 0;
  font-size: 9px;
  font-weight: 300;
  vertical-align: top;
  position: relative;
  top: 6px;
}
sup.adjust-sup {
  top: 16px;
  line-height: 1;
  font-size: 50%;
}
@font-face {
  font-family: ATTAleck;
  src: url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.eot);
  src: url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.woff2) format("woff2"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.woff) format("woff"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.otf) format("opentype"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.ttf) format("truetype"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_rg.svg#svgFontName) format("svg");
}
@font-face {
  font-family: ATTAleck;
  src: url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.eot);
  src: url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.woff2) format("woff2"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.woff) format("woff"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.otf) format("opentype"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.ttf) format("truetype"),
    url(https://fiberdeals.com/content/fonts/attalecksans_wrc_bd.svg#svgFontName) format("svg");
  font-weight: 700;
}




a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
h1 {
  font-size: 36px;
  font-weight: 700;
}
h2 {
  font-size: 22px;
  font-weight: 700;
}
.align-center {
  align-items: center;
}
.col-lg-6 img {
  width: 100%;
}
.center {
  text-align: center;
}
.offset {
  margin-left: 2.333333%;
}
.navbar {
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 7px;
}
.logo img {
  width: 100%;
}
.sticky-zip {
  width: 100%;
  height: 80px;
  position: absolute;
  background-color: #000;
  color: #fff;
  box-shadow: 1px 2px 3px #0a3456;
  z-index: 99;
  display: flex;
  align-items: center;
}
.scroll-sticky-zip {
  background-color: #000;
  position: fixed;
  top: 0;
}
#zip-content {
  display: flex;
  color: #fff;
  align-content: center;
  align-items: center;
}
.top-label {
  font-size: 85%;
  text-align: right;
}
input[type="number"] {
  -moz-appearance: textfield;
  width: 100%;
  margin-right: 4px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
form input {
  background: #fff;
  color: #000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form button,
form input {
  border: 0;
  height: 55px;
  font-size: 110%;
  display: inline-block;
  text-align: center;
  margin: auto;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #3f3f3f;
}
main {
  background-color: #fff;
}
#copyright {
  padding: 40px 0;
  color: #fff;
  background: #000;
}
.price-box-top {
  position: relative;
  display: flex;
  padding: 5px 0;
  align-items: center;
  font-weight: 700;
}

.gig-box {
  position: relative;
}
.old-price {
   font-size: 30px;
  position: absolute;
  text-decoration: line-through solid red 3px;
  top: 16px;
  left:0;
  text-decoration-line: line-through;
  -webkit-text-decoration-line: line-through;
  text-decoration-color: red;
  -webkit-text-decoration-color: red;
}
.old-price-row {
  position: relative;
  text-align: center;
}

span.old-price.adjuster {
  left: 3%;
  top: 29px;
}



ul#footer-links {
  margin-top: 10px;
}
  li.footer-link-li {
  display: inline-block;
  color: white;
  margin-right: 15px;
}
a.footer-link-li-a {
  color: white;
  text-decoration: none;
}


.currency-sign,
.price-term {
  font-size: 2rem;
}
.currency-sign span {
  font-size: 14px;
}
.price-box-top .dollar-amount {
  font-size: 7.5rem;
  padding: 0 5px;
}
.super-small-disc {
  font-size: 11px;
  line-height: 1.3;
}
img.icon-bundle {
  width: 25px;
  margin-right: 7px;
  display: inline-block;
}
span.bundle-tag-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.call.is-number {
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.directv-offer-head {
  color: #fdd746;
  font-size: 27px;
  margin-bottom: 18px;
}
.col-border-r {
  border-right: 1px solid #fff;
}
.dtv-disc {
  font-size: 12px;
  line-height: 1.43;
}
.dtv-main-offer-row {
  margin-bottom: 25px;
}
.dtv-amount {
  font-size: 149px;
  padding-right: 5px;
}
.dtv-dollar-sign {
  align-items: center;
  display: flex;
  font-size: 42px;
}
.dtv-left-over {
  margin-top: auto;
  margin-bottom: auto;
}
.col-border-r ul li,
.dtv-banner-top-odder ul li {
  background-image: url(/content/img/site-icon/list-style-yellow.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 12px 12px;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.3;
  background-position-y: 6px;
}
/* .dtv-term {
  border-top: 1px solid #fff;
} */
.adjusted-mobile-only, .bundle-header.adjusted-mobile-only {
  display: none;
}
.dtv-pkg-channel {
  padding: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
}
.content-box {
  background: #fff;
  padding: 60px;
  box-shadow: 0 0 10px #e4e4e4;
}
.content-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-box.left,
.story.left {
  margin-right: -140px;
}
.content-box ul,
.story ul {
  margin-top: 15px;
}
.content-box ul {
  margin-bottom: 15px;
}
.content-box ul li,
.story ul li {
  margin: 10px 0;
  background-image: url(../img/site-icon/list-style-black-01.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 15px;
  padding-left: 25px;
  display: block;
}
.content-box p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.3;
}
#city-page {
  line-height: 1.3em;
  background: #efefef;
}
#city-page-title p {
  margin-bottom: 10px;
}
#city-page-title {
  padding-right: 70px;
}
.last-block {
  margin-bottom: 50px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table .table {
  background-color: #fff;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}
footer .super-small-disc {
  line-height: 1.4;
}
span.block {
  display: block;
}
#red-circle {
  display: flex;
  align-items: center;
}
.dtv-price-top-pulse {
  display: flex;
  justify-content: center;
}
.dr-tv-price {
  text-shadow: 2px 2px 20px #efc6064f;
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

.bg-gray {
  background: #f5f5f5;
}
.single-offer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.offer-above-title,.single-offer-title, .single-offer-body, .single-offer-legal {
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.3;
}
.single-offer-title {
  font-size: 45px;
  margin-bottom: 18px;
}
.single-offer-legal {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#square-offer .offer-above-title {
  font-size: 18px;
}

.multy-line-legal p{
  margin-bottom: 15px;
}

.generic-price-detail {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 10px;
}
.evoUl li {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #eee;
}
.evo {
  font-size: 13px;
}
.public-price {
  padding: 20px;
  font-size: 22px;
  font-weight: 700;
}
.bL {
  border-left: 1px solid;
}
.bB {
  border-bottom: 1px solid;
}
.bB,
.bL,
.bR,
.bT {
  border-color: #eee;
}
.evo-note {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.3;
}
.col-12.evo-note p {
  padding-bottom: 10px;
}
.show {
  display: block;
}
section#form label.form-label {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  color: #1e1e1e;
  padding: 0;
  background: 0 0;
}
section#form {
  padding-top: 50px;
  padding-bottom: 80px;
  background: rgba(238, 238, 238, 0.52);
}
#hero-top-p-v {
  margin: auto;
  color: #fff;
  padding: 80px 0;
  position: relative;
  background-color: #00388f;
  background: center no-repeat #00388f;
  height: auto;

}
.dtv-pkg-feature {
  margin-bottom: 35px;
  font-size: 42px;
}
label.form-label {
  border: none;
}
.evo-price,
.pp {
  margin-left: auto;
  font-size: 40px;
}
.evoUl.noB li {
  border-bottom: none;
}
.noB .evo-price {
  font-weight: 700;
}
.evoUl li:last-child {
  border-bottom: none;
}
.evoUl li:first-child {
  padding-top: 0;
}
.add-on {
  font-weight: 500;
  padding: 30px 20px;
  background: #fff;
  margin-left: -5px;
  margin-right: -5px;
  min-height: 205px;
  margin-bottom: 20px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  line-height: 1.3;
  align-items: center;
  color: #000;
}
.col-12.add-on-title h2 {
  font-size: 28px;
}
.col-12.add-on-title p {
  padding-bottom: 50px;
  line-height: 1.3;
}
.c-up {
  margin-top: 8px;
  font-size: 12px;
}
span.c-up.block.dtv-none {
  display: none;
}
button,
input,
select {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.hero-price-term {
  font-size: 11px;
}
.price-term.is-hero-ppc {
  line-height: 22px;
  text-align: left;
}
.row.align-center {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
#nighthawk-small-print {
  font-size: 11px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#franklin-a50-small-print {
	font-size: 11px;
	margin-bottom: 30px;
	margin-top: 30px;
  }

span#awb-sub {
  font-size: 36px;
}
.offer-intro-h1 {
    font-size: 45px;
    line-height: 1.13;
}
h1.offer-intro-h1.is-wireless {
  font-size: 50px;
    margin-bottom: 18px;
    line-height: 1.13;
}
h1#nighthawk {
  margin-bottom: 25px;
}
.offer-intro-h1.is-awb{
  font-size: 39px;
}
span#awb-under-title-row-1 {
  line-height: 1.53;
  margin-top: 10px;
  display: block;
  font-size: 20px;
}
span.under-title {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.2;
}
span#under-title-row-1 {
  font-weight: bold;
  font-size: 27px;
  margin-top: 6px;
  margin-bottom: 15px;
}
#internet-ppc-hero-top {
  padding: 64px 0;
  background: #f8f8f8;
  background-image: url(/content/img/new-images/blue-bg.svg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  color:white;
  border-radius: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.gift-card-offer-frame {
  text-align: left;
}

#wireless-sweetener-txt-frame {
  padding-left: 37px;
}


.bundle-offer-tag {
  font-size: 14px;
  line-height: 1.3;
}

.bundle-offer-tag {
  background: #0e9a77;
  text-align: center;
  border-radius: 5px;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: -6px;
}
#internet-hero-price {
  font-size: 160px;
}
span#internet-hero-price-old {
  position: relative;
  top: -30px;
}

span#internet-hero-price-old:after {
  content: "";
  width: 100%;
  height: 5px;
  background: red;
  position: absolute;
  top: 80px;
  left: 0px;
  transform: rotate(-45deg);
}
#wireless-hero-price {
  font-size: 208px;
}
.is-ppc-internet.subH1title {
  margin-bottom: 8px;
}
span.is-ppc-internet.subH1title.is-symmetrical {
  font-size: 39px;
  font-weight: bold;
}
.navbar.is-biz-ppc {
  color: #fff;
  display: flex;
  align-items: center;
}
.top-ppc-btn {
  margin-left: auto;
}
.did-phone.is-biz-ppc {
  margin-left: 15px;
  text-decoration: none;
  color: #000;
  font-size: 33px;
  background: #eec505;
  padding: 11px 28px;
  font-weight: 700;
  background: linear-gradient(
    107deg,
    #000 0,
    #000 5%,
    #eec505 5%,
    #eec505 95%,
    #000 95%,
    #000 100%
  );
}
.did-phone.is-biz-ppc i {
  font-size: 32px;
  padding-right: 13px;
}
img.click-here-arrow {
  position: absolute;
  width: 157px;
  left: -86px;
  top: 12px;
}
#i-promotions {
  color: #fff;
  background: url(/content/img/adwords/gradient.png) 0 0 / cover no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
#wireless-extra-card-1 {
  background: url(/content/img/adwords/wireless-5g.jpg) 0 0 / cover no-repeat;
  color:white;
}
#wireless-extra-card-2 {
  background: url(/content/img/adwords/wireless-security.jpg) 0 0 / cover no-repeat;
}
#awb-feature-device {
  color: #fff;
  background: url(/content/img/adwords/gradient.png) 0 0 / cover no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
}
#i-promotions-wireless {
  padding-top: 30px;
  padding-bottom: 30px;
  background: white;
}
.awb-device-txt {
  font-size: 20px;
  line-height: 1.4;
}
.awb-feature-device-row{
  align-items:center;
}
#awb-device-features {
  line-height: 1.4;
  padding-top: 50px;
  padding-bottom: 50px;
}
ul.awb-device-features-ul li {
  list-style: disc;
  line-height: 1.4;
  margin-bottom: 6px;
  font-size: 17px;
}
ul.awb-device-features-ul {
  padding-left: 50px;
}
h3.awb-device-section-title {
  line-height: 1.4;
  font-size: 26px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.table-row {
  border-bottom: 1px solid #cbcbcb;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
#row-1 {
  border-top: 1px solid #cbcbcb;
}



.gco-note {
  font-size: 11px;
  display: block;
  margin-top: 20px;
}
.box-section i {
  padding-right: 8px;
}
#awb-devices {
  padding-bottom: 80px;
}
img.att-card-img-top {
  width: 100%;
}
#wireless-benefits {
  text-align: center;
  padding: 30px 0 130px;
}
h2#wireless-benefits-intro-title {
  font-size: 36px;
  line-height: 1.3;
  margin: 25px 30px 63px;
}
.cta-legal {
  font-size: 12px;
}
.wireless-icon-gridtitle {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
}
.wireless-ig-block {
  line-height: 1.7;
  border: 1px solid #eee;
  padding: 30px;
  
  min-height: 529px;
}
.wireless-grid-note {
  font-size: 12px;
  margin-top: 30px;
}
.att-business-name-card {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
.wireless-offer-name {
  font-size: 24px;
}
#wireless-sup-sweetener-title {
  display: block;
  margin-bottom: 3px;
  font-size: 27px;
}
#wireless-main-promo {
  align-items: center;
}
.card-bulet-detail {
  margin-bottom: 22px;
  display: block;
  line-height: 1.5;
  font-size: 12px;
  padding-left: 26px;
}
.att-cards {
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 0 1px #adadad;
  padding-bottom: 30px;
  background: white;
}
h5.att-cards-title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.3;
  text-align: center;
}
.att-cards-text-pricing {
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}
.gco-note.wireless-sweetener-note {
  line-height: 1.4;
}
.att-wireless-promo-detail {
  line-height: 1.6;
  font-size: 20px;
}
.att-card-small-text {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

#awb-devices-intro-title {
  text-align: center;
  font-size: 34px;
  max-width: 667px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
}
#awb-devices {
  padding-top: 40px;
  background: #f4f4f4;
}
#awb-current-pricing-intro {
  padding: 50px 0;
  text-align: center;
  line-height: 1.4;
}
#awb-current-pricing-intro-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.legal-card-note.is-awb {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 12px;
}

#awb-benefits {
  text-align: center;
  line-height: 1.4;
  padding-top: 60px;
  padding-bottom: 60px;
}
#awb-benefits-intro-title {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#awb-benefits-intro-title {
  font-size: 34px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#awb-benefits-intro {
  margin-bottom: 40px;
}
img.att-icon-grids-img {
  height: 96px;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.icon-gridtitle {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.single-cta-row {
  justify-content: center;
}
.is-att-body-cts {
  background: #399ada;
  border-radius: 10px;
}
.icon-grid-legal-note {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 50px;
}

span.above-intro-title {
  font-size: 23px;
  font-weight: bold;
}



.box-frame {
  padding: 50px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}
.box-frame.is-b {
  background: linear-gradient(90deg, #481f92, rgba(0, 0, 0, 0.69)) right
      bottom/cover,
    url(/content/img/header-bg/slider2.jpg) right bottom/cover no-repeat;
}
.box-frame.is-a {
  background: linear-gradient(90deg, #2849be, rgba(36, 73, 189, 0.7)) 0 0 /
      cover,
    url(/content/img/adwords/bg-5.jpg) 0 0 / cover no-repeat;
}
#secondary-offers {
  padding: 50px 0;
}
.box-section ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}
span.reward-card-lable-text.is-awb {
  background: #eec505;
  color: black;
}
.box-section.is-awb-ul ul li {
  font-size:15px;
}
.box-section ul {
  margin-top: 27px;
}
.bf-title {
  margin-bottom: 18px;
}
span.dollar-amt-chg-old.is-2nd {
  text-shadow: 0 0 10px #545454;
}
.price-box-pulse-ppc {
  display: flex;
  height: 250px;
  flex: 0 0 250px;
  border: none;
  box-shadow: 0 0 0 0 rgb(238 197 5);
  border-radius: 50%;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  animation: 1.85s cubic-bezier(0.6, 0, 0, 0.5) infinite pulse;
  margin: auto;
  align-items: center;
  justify-content: space-around;
}
#directv-business-cards-ppc {
  padding-top: 50px;
}
img.dtv-top-img {
  text-align: center;
  display: block;
  width: 100%;
}
.dtv-main-offer-row.is-ppc {
  margin-bottom: 25px;
  font-size: 17px;
}
.directv-offer-head.is-ppc {
  font-size: 22px;
}
.dtv-pkg-detail {
  height: 210px;
  padding-top: 15px;
  font-size: 15px;
  line-height: 1.66em;
  color: #fff;
}
.blue-channel {
  background-color: rgb(48 72 154 / 89%);
}
.yellow-channel {
  background-color: rgb(203 168 4 / 81%);
}
.light-green-channel {
  background-color: rgb(0 120 99 / 82%);
}
.bundle-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  font-weight: bolder;
  line-height: 1.46;
}
.evo-price {
  margin-left: auto;
  font-weight: 700;
  font-size: 44px;
}
span.evo-price-dollar-sign {
    font-size: 25px;
    padding-right: 4px;
    display: inline-block;
    position: relative;
    top: -6px;
}
a.call-ppc-cta {
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 22px !important;
  padding: 15px 5px;
  line-height: 24px !important;
  border-radius: 50px;
}
a.quote-ppc-cta.cc-closed {
  width: 100%;
  display: inline-block;
  margin-left: 0;
}
a.call-ppc-cta.card-cta{
    display:none;
}
a.quote-ppc-cta {
  text-decoration: none;
  color: #fff;
  border: 1px solid;
  width: 48%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding: 15px 5px;
  line-height: 24px;
  margin-left: 2%;
}
a.quote-ppc-cta:hover {
  background: #0d9a77;
}
.box-section.ppc-cta {
  margin-top: 20px;
}
#dtv-main-offer-ppc {
  font-weight: 700;
  font-size: 45px;
  margin-bottom: 36px;
  line-height: 1.3;

}
section#cta-directv {
  padding: 90px 0 100px;
}
section#cta-directv h2 {
  font-size: 42px;
  margin-bottom: 27px;
}
span#nwt {
  background: #0d9a77;
  color: #fff;
  padding: 2px 10px;
  border-radius: 9px;
  margin-left: 9px;
}
.box-section.ppc-cta.is-ending {
  margin-top: 30px;
  font-weight: 700;
}
section#cta-directv a.quote-ppc-cta {
  color: #000;
}
.long-legal-footer {
  padding-top: 50px;
  padding-bottom: 30px;
}
.long-legal-footer p {
  margin-bottom: 15px;
}
span.sup {
  position: relative;
  top: -6px;
  font-size: 70%;
}
span.customer-address,
span.customer-address-zip {
  font-weight: 700;
}
span#end-screen-congratulations {
  font-weight: bold;
  font-size: 17px;
}
span.end-screen-special-online-offer {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.agent-note {
  margin-bottom: 25px;
  line-height: 1.3;
}
ul.agent-ul {
  padding-left: 8px;
  margin-top: -39px;
}
#end-screen-wait-time {
  margin-top: 24px;
  line-height: 1.4;
  font-size: 13px;
}
#agent-job-title {
  display: block;
}
#steps-tagline {
  display: block;
  margin-top: 11px;
  font-size: 15px;
}
.is-toggle {
  display: none;
}
.is-toggle.is-on {
  display: block;
}
.col-12.public-price.bL.bB {
  min-height: 156px;
  background: #00388f;
    color: white;
}
#form-sticky form {
  position: relative;
  min-height: 380px;
}
#form-sticky.is-open {
  position: fixed;
  background: rgb(0 0 0 / 83%);
  z-index: 1;
  min-width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#form-sticky.is-open form {
  min-height: 380px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
body.is-disable {
  overflow: hidden;
}
#close-quote {
  color: #9929ba;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
}
#close-quote.is-open {
  display: block;
}
.click-here-arrow.hide-now,
.modal-popup,
.pnm {
  display: none;
}
.modal-popup.is-open {
  display: block;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 78%);
  cursor: default;
}
.mp-frame {
  width: 800px;
  margin: auto;
  background: #fff;
  color: #000;
  text-align: left;
  padding: 50px 50px 100px;
}
.popup-padding {
  height: 580px;
  padding-bottom: 80px;
  padding-right: 25px;
  padding-left: 25px;
  overflow-y: auto;
}
span.close-modal-popup {
  display: block;
  font-size: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  margin-top: 40px;
  text-align: center;
  background: #9c27b0;
  padding: 6px;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}
.modal-opener {
  cursor: pointer;
}
.modal-box.current-offers {
  font-weight: normal;
  font-size: 12px;
  text-align: left;
}
p.offer-details {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.popup-text-wrapper {
  line-height: 1.5;
  font-size: 15px;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-text-wrapper p {
  margin-bottom: 10px;
}
.bold-popup{
  font-weight:bold;
}
span.modal-opener.center {
  text-align: center;
  display: block;
}


.blue-channel,
.light-green-channel,
.yellow-channel {
  background-color: #7a267b;
}
.yellow {
  background: #102641;
}
.yellow-detail {
  background-color: #102641;
}
.light-green {
  background: #21528c;
}
.light-green-detail {
  background-color: #21528c;
}
.blue {
  background: #337ace;
}
.blue-detail {
  background-color: #337ace;
}
label.form-label {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #9c9c9c;
}

.top-header {
  background: #000;
  padding: 10px 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  min-height: 84px;
  align-items: center;
    display: flex;
}
#dedicated-internet-hero-top {
  margin: auto;
  padding: 60px 0;
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.69))
      center/cover,
    url(/content/img/adi/slider3.jpg) center/cover no-repeat #000;
}
#dedicated-internet-hero-top h1 {
  font-size: 48px;
}
.form-zip {
  background-color: #0568ae;
  padding: 20px 0;
  position: relative;
}
#zip-submit {
  display: inline-flex;
  width: 100%;
}
.form-label {
  display: flex;
  align-items: center;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#zip-submit input {
  border: 3px solid #fff;
  font-size: 13px;
}
#zip-submit button,
#zip-submit input {
  width: 100%;
  height: 60px;
  text-align: center;
  box-shadow: 0 0 10px #4c4c4c;
  border-radius: 6px;
  font-weight: 900;
}
#play-video-btn {
  position: absolute;
  width: 105px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  border: 0;
  bottom: 0;
  opacity: 0.7;
  transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
#play-video-btn:hover {
  opacity: 1;
}
input:focus,
textarea:focus {
  outline: 0;
}
#form {
  background: rgba(238, 238, 238, 0.52);
}
.row.main-form-row {
  margin-bottom: 26px;
}
input.main-form-input {
  display: block;
  width: 100%;
  border: 2px solid #eee;
  box-shadow: 0 0 5px rgba(238, 238, 238, 0.1607843137254902);
  border-radius: 8px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 16px;
}
.form-btn input {
  background-color: #0568ae;
  color: #fff;
  display: block;
  text-align: center;
  padding: 18px 25px;
  border-radius: 25px;
  width: 20%;
  margin: auto;
  border: 0;
  font-weight: 700;
  font-size: 20px;
  -webkit-appearance: none;
  cursor: pointer;
}
.form-btn {
  margin-top: 40px;
}
section#form label.form-label-quote {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  color: #0568ae;
  padding: 0;
  background: 0 0;
}
#form span {
  padding: 20px;
  font-size: 12px;
  color: #2f2f2f;
}
.resource {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #0568ae;
}
#watchVideo {
  margin-top: 15px;
  display: block;
  color: #fff;
}
.main-form-input {
  text-align: left;
}
#contactForm {
  background: #fff;
  padding: 45px 25px;
  box-shadow: 0 0 10px #505050;
  color: #353535;
}
#form-body {
  margin: 0;
}
#form-sticky .form-btn {
  margin-top: 0;
}
#form-sticky .form-btn input {
  width: 80%;
  margin-bottom: 20px;
  cursor: pointer;
}
#form-sticky label.form-label-quote {
  font-size: 12px;
  margin-bottom: 8px;
  display: block;
  padding-left: 5px;
}
.main-form-row .col-12 {
  margin-bottom: 12px;
  padding-left: 4px;
  padding-right: 4px;
}
div#formFooter {
  position: relative;
  bottom: 0;
}
.step {
  display: none;
  min-height: 230px;
}
.step.showStep {
  display: block;
  animation: 0.5s both yourCustomAnimation;
}
@keyframes yourCustomAnimation {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.stepTitle {
  display: block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  text-align: center;
}
.form-footer-note {
  font-size: 13px;
}
.spinner {
  width: 85px !important;
  display: block;
  margin: auto;
}
.form-footer-logo img {
  width: 80px;
  margin-right: 15px;
}
.result,
.result2 {
  margin-bottom: 8px;
  margin-top: 5px;
  background: url("/content/img/adi/check-mark.svg") left center/contain
    no-repeat;
  padding-left: 30px;
  background-size: 20px;
}
.agent-ul li {
  font-weight: 700;
  margin-bottom: 8px;
}
.agent-info {
  font-weight: 400;
}
#agent-photo {
  width: 90%;
  margin-left: auto;
  display: block;
  margin-right: 32px;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.96);
  color: #fff;
  text-align: center;
  padding-top: 100px;
  z-index: 1;
}
.modalContent h2 {
  margin-bottom: 30px;
}
.modalContent {
  display: none;
  padding: 20px;
}
span.closeModal {
  font-size: 24px;
  border: 1px solid;
  padding: 5px 35px;
}
.modalContent iframe {
  height: 360px;
  width: 640px;
  background: #fff;
  display: block;
  margin: auto;
}
.modal h2 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}
.modal p {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 15px;
}
.modal strong {
  font-weight: 700;
  font-size: 110%;
}
.agents {
  color: #fff;
}
.subH1title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.3;
  display: block;
}
.wireless-under-title-row-1,#wireless-under-title-row-1 {
  font-size: 18px;
}
#wireless-sub {
  font-size: 18px;
  margin-bottom: 7px;
}
.d-inline{
  display:inline;
}

span.att-cents {
  font-size: 51px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  display: inline-block;
}
span.att-currency-symbol {
  font-size: 86px;
}





#device-under-hero-price {
  font-size: 12px;
  line-height: 1.3;
}
span.device-above-title{
  line-height: 1.3;
  margin-bottom: 10px;
  display: inline-block;
}
span#w1850-above-title {
  font-size: 31px;
}
.att-price-details {
  text-align: left;
  font-size: 40px;
}

.top-note {
  padding-right: 30px;
}
#agent-bar {
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-left:auto;
}
.did-phone {
  margin-left: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 39px;
}
.did-phone a {
  text-decoration: none;
  color: #fff;
  font-size: 39px;
}
#agent {
  font-size: 22px;
  font-weight: 700;
  color: #df4841;
  display: inline-block;
  text-align: center;
  min-width: 15px;
}
span.adi-err {
  display: block;
  color: #df4841;
  text-align: center;
}
h2.single-gift-intro {
    font-size: 30px;
    margin-top: -10px;
    line-height: 1.26;
}
h2.single-gift-intro.free-mos {
  font-size: 42px;
  margin-top: 3px;
  line-height: 1.26;
}
#awb-under-hero-price, #wireless-under-hero-price {
  font-size: 14px;
}
h2.awp-current-sweetener {
  font-size: 28px;
  margin-top: 3px;
  line-height: 1.26;
}
h2.wireless-current-sweetener {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 32px;
  color: black;
}
span.awp-current-sweetener-value {
  font-size: 53px;
  font-weight: 900;
  position: relative;
  top: 11px;
}
.att-device-promo-card {
  text-align: center;
}

span.device-small-note {
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}
p.device-main-offer {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.3;
}
p.device-peroximity-1 {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 4px;
}

p.device-peroximity-2 {
  font-size: 14px;
  line-height: 1.3;
}
.wmm-modal-body ul {
  list-style: disc;
  padding-left: 45px;
}

span.wireless-current-sweetener-value {
  color: black;
  font-size: 67px;
  font-weight: 900;
  position: relative;
  top: 12px;
}

.awb-sweetener-note {
  line-height: 1.6;
}
.yellow.color-fixed {
    background-color: #027ac0;
}
.yellow-detail.color-fixed {
    background-color: #027ac0;
}
span.gift-card-value {
    color: #eec505;
    font-size: 66px;
    font-weight: 900;
    position: relative;
    top: 11px;
}
span.gift-card-overlay {
  position: absolute;
  background: #e8b723;
  color: black;
  padding: 4px 15px;
  right: 4px;
  font-style: italic;
  font-size: 15px;
  font-weight: bold;
}



span.gift-card-value.free-mos {
  font-size: 48px;
  top: 3px;
}
p#call-center-closed-msg {
  line-height: 1.39;
  margin-bottom: 20px;
}
section#call-center-closed {
  padding: 30px 0;
}
a#buyflowLinkID {
  text-decoration: none;
  border: 1px solid;
  display: block;
  max-width: 260px;
  text-align: center;
  padding: 15px;
  font-size: 21px;
  border-radius: 5px;
  margin: 35px auto;
}
span#end-screen-visa {
  color: #4138c8;
  font-weight: bold;
  display: inline-block;
  margin-top: 8px;
}
section#upto-btns {
  padding-top:60px;
}
section#upto-btns .row {
  justify-content: center;
}

.btn-select {
  display: flex;
  justify-content: center;
}
a.gig-btn {
  text-decoration: none;
  color: #0c102f;
  border: 1px solid;
  width: 25%;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  padding: 15px 5px;
  line-height: 24px;
  margin-left: 10px;
  margin-right: 10px;
   border-radius: 8px;
   cursor: pointer;   
}
a.gig-btn.is-active {
  background-color: #2b48be;
  color: white;
  box-shadow: inset 0 0 0 3px transparent, inset 0 0 0 4px transparent;
}
#desktop-bundle-title {
  color: #fff;
  background: #00388f;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}
.evo-price.bundle-offer{
  margin-left:0;
}
#third-offers {
  padding: 50px 0;
  }
section#third-offers .box-frame {
  min-height: 530px;
}

.adjusted-card {
  padding-left: 3px;
  padding-right: 3px;
}
.adjusted-card .box-frame {
  padding: 50px 20px;
}
a.call-ppc-cta.adjusted-card {
  width: 100%;
  margin-top: 20px;
}
.legal-card-note {
  padding: 22px 0;
  font-size: 13px;
  line-height: 1.4;
  margin-top: -32px;
  margin-bottom: 67px;
}
span.small-sub-header {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 22px;
  display: block;
}
span.taxes-fee-note {
  display: block;
  font-size: 9px;
  margin-top: 9px;
  line-height: 1.8;
}
span.ltd {
  display: block;
  font-size: 9px;
  margin-top: -6px;
}
span.small-sub-header {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 22px;
  display: block;
}
.awb-offer-name {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}
.awb-card-speed {
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 22px;
  display: block;
}


.box-frame.is-c {
  background: linear-gradient(124deg, #2849be, rgb(133 36 138 / 91%)) 0 0 / cover, url(/content/img/adwords/bg-5.jpg) 0 0 / cover no-repeat;
  background-position: bottom left;
}
span.small-sub-header sup {
  top: 12px;
  left: -6px;
}
.reward-card-lable {
  position: absolute;
  top: 6px;
  right: 4px;
}
span.reward-card-lable-text {
  background: #03131a;
  padding: 3px 19px;
  font-weight: bold;
}

span.is-ppc-internet.subH1title.is-symmetrical sup {
  top: 15px;
}
h1.offer-intro-h1.is-gig sup {
  top: 18px;
  left: 3px;
}
.no-padding-input {
  padding-left: 3px;
  padding-right: 3px;
}

/**********grid-table-responsive***********/

.t-row{
  min-height: 60px;
}
.t-row .col:first-of-type {
  max-width: 20%;
  flex: 0 0 20%;
}
.table-col-border .col-cell {
  padding: 15px;
  border-right: 1px solid #3a3a3a;
  border-bottom: 1px solid;
}
.table-col-border .t-header .col-cell{
  border-top:1px solid #3a3a3a;
}
.table-col-border .t-row .col:first-of-type {
  border-left: 1px solid #3a3a3a;
  font-weight: bold;
}

.col-1st-empty-cell {
  border-left: 0 !important;
  border-top: 0 !important;
}
.t-header span.col-cell-txt {
  font-weight: bold;
  font-size: 18px;
}
.row.table-cta-row {
  background: linear-gradient(124deg, #2849be, rgb(133 36 138 / 91%)) 0 0 / cover, url(/content/img/adwords/bg-5.jpg) 0 0 / cover no-repeat;
  color: white;
  padding: 38px 60px 60px 60px;
  text-align: center;
}
span#bundle-phone-fiber-sub-card {
  font-size: 34px;
  font-style: italic;
  margin-bottom: 18px;
  display: block;
}
.generic-intro-txt.center-txt {
  text-align: center;
}


/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********announcement***********/
/**********************************/
/**********************************/
/**********************************/
/**********************************/

section#announcement-banner {
  background: rgb(0 110 203);
  line-height: 1.5;
  color: white;
  padding: 15px 0;
}
#announcement-banner-h2 {
  font-size: 36px;
  margin-bottom: 6px;
}
#announcement-banner-p {
  font-size: 11px;
  margin-bottom: 15px;
}

@media (max-width: 650px) {
  .table-col-border .t-row .col:first-of-type {
    font-size: 15px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    padding-right: 37px;
}
.t-row .col:first-of-type {
  max-width: 27%;
  flex: 0 0 27%;
}
.t-header span.col-cell-txt {
  font-size: 12px;
}
.row.table-cta-row {
  padding: 38px 10px 60px 10px;
}
span#bundle-phone-fiber-sub-card {
  font-size: 22px;
  text-align: center;
}

section#announcement-banner {
  line-height: 1.3;
}
#announcement-banner-h2 {
  font-size: 20px;
}
#announcement-banner-p {
  line-height: 1.6;
}

}





/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********SMALL SCREENS***********/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
@media (max-width: 1200px) {
  section#form {
    padding-bottom: 50px;
  }
  .row.block-on-tablet {
    display: block;
    width: 80%;
    margin: auto;
  }
  .mo-center.dtv-mo-box {
    margin-bottom: 40px;
  }
  .add-on {
    min-height: 250px;
  }
  .container {
    max-width: 95%;
  }
  .top-label {
    font-size: 11px;
  }
}
@media only screen and (max-width: 992px) {
  .row.block-on-tablet {
    display: block;
    width: 80%;
    margin: auto;
  }
  img.click-here-arrow {
    display: none;
}
.did-phone.is-biz-ppc {
    font-size: 22px;
}
.agents {
    font-size: 11px;
}
.did-phone.is-biz-ppc i {
    font-size: 25px;
    padding-right: 8px;
}
.bundle-offer-tag {

  margin-bottom: 0;
  text-align: left;
  padding-left: 6px;
}
  .mo-center.dtv-mo-box {
    margin-bottom: 40px;
  }
  .logo img {
    width: 134px;
}
  .currency-sign,
  .price-term {
    font-size: 1rem;
  }
  #city-page-title {
    padding-right: 0;
  }
  .top-label {
    font-size: 12px;
    line-height: 1.3;
  }
  .content-box.left,
  .story.left {
    margin-right: 0;
  }
  .content-box,
  .story {
    box-shadow: none;
  }
  section#form label.form-label {
    margin-top: 10px;
  }
  div#form-sticky {
    margin-top: 30px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .resource {
    margin-left: auto;
    margin-right: auto;
  }
  .box-frame.is-a {
    margin-bottom: 20px;
}
.col-border-r {
    border-right: 0;
}
.box-frame.is-c {
  margin-bottom: 22px;
}
.box-frame.card-has-space {
  margin-bottom: 22px;
}
span#nwt {
  background: transparent;
  color: inherit;
  padding: inherit;
  border-radius: inherit;
  margin-left: inherit;
  white-space: nowrap;
  line-height: 1.5;
}


}
@media only screen and (max-width: 768px) {
  .row.block-on-tablet {
    display: block;
    width: 80%;
    margin: auto;
  }
  .agents {
    display:none;
  }
  .mo-center.dtv-mo-box {
    margin-bottom: 40px;
  }
  section#form label.form-label {
    margin-top: 10px;
  }
  .logo img {
    width: 135px;
  }
  .content-box,
  .story {
    padding: 60px 0;
  }
  .agents {
    Display:none;  

  }
  .did-phone {
    margin-left: auto;
  }
  h2.single-gift-intro {
    font-size: 25px;
    margin-top: 7px;
    line-height: 1.36;
}
.bf-title {
  margin-bottom: 9px;
  line-height: 1.3;
  font-size: 30px;
}
#dtv-main-offer-ppc {
    margin-bottom: 28px;
    line-height: 1.3;
}
.bundle-header {
    height: 123px;
    font-size: 26px;
    line-height: 1.36;
}
ul.agent-ul {
padding-left: 8px;
margin-top: 0px;
padding-top: 30px;
}
.no-padding-input {
padding-left: 0;
padding-right: 0;
}
#zip-code-input {
padding-left: 7px;
}
a.gig-btn{
margin-left: 2px;
margin-right: 2px;
width: 48%;
margin-top: 10px;
}
#secondary-offers,#third-offers {
  padding-top: 23px;
}
.adjusted-card {
  padding-left: 15px;
  padding-right: 15px;
}
section#upto-btns {
  padding-top: 14px;
}
span.is-ppc-internet.subH1title.is-symmetrical {
  font-size: 32px;
  font-style: normal;
}
.offer-intro-h1.is-gig {
  font-size: 31px;
}
#internet-hero-price.is-gig {
  font-size: 100px;
}
.main-offer-fix.currency-sign.is-gig {
  font-size: 30px;
  margin-top: -10px;
}
.price-term.is-hero-ppc.is-gig {
  line-height: 22px;
  text-align: left;
  margin-top: 13px;
}
h1.offer-intro-h1.is-gig sup {
  top: 12px;
  left: 3px;
}

span.is-ppc-internet.subH1title.is-symmetrical sup {
  top: 10px;
}
span.taxes-fee-note {
  margin-top: 2px;
}
#square-offer .offer-above-title {
  margin-top: 44px;
  font-size: 21px;
}
.single-offer-title {
  font-size: 30px;
}

span.gift-card-overlay {
  right: 16px;
}

span.taxes-fee-note.phone-ppc {
  line-height: 1.2;
  margin-right: 29px;
}

}
@media only screen and (max-width: 650px) {
  #mobile-res-biz-switcher{
    display:block;
  }
  .row.block-on-tablet {
    width: 100%;
  }
  .best-deal,
  .call.is-number {
    display: none;
  }
  .currency-sign{
    font-size: 14px;
  }

  .price-term {
    font-size: 22px;
  }
  .top-note.hide-now {
    display: none;
  }
  #dedicated-internet-hero-top.no-pad-top {
    padding-top: 0;
  }
  .offer-intro-h1 {
    font-size: 34px;
    line-height: 1.13;
}
#dtv-main-offer-ppc {
  font-size: 32px;
  margin-bottom: 50px;
}
h1.offer-intro-h1.is-wireless {
  font-size: 34px;
}
#wireless-under-hero-price {
  font-size: 14px;
  line-height: 1.5;
}
span#wireless-under-title-row-1 {
  line-height: 1.4;
}
span.wireless-current-sweetener-value {
  font-size: 45px;
  top: 5px;
}
.adjusted-card.is-awb-offer .box-frame {
  position: relative;
}
.reward-card-lable {
  right: 0px;
}
h2#wireless-benefits-intro-title {
  font-size: 19px;
  margin: 21px 15px 28px;
}
span.above-intro-title {
  font-size: 27px;
  font-weight: bold;
}
#wireless-extra-card-1 {
  margin-bottom: 25px;
}
#wireless-hero-price {
  font-size: 170px;
}
img.wireless-img-promo {
  margin-bottom: 35px;
}
span#awb-sub {
  font-size: 31px;
}
section.legal-card-note.is-awb {
  font-size: 11px;
}
#awb-devices-intro-title {
  font-size: 19px;
}
.att-card-body {
  padding: 0 15px;
}
.att-cards {
  margin-bottom: 20px;
}
#awb-benefits-intro-title {
  font-size: 20px;
  margin-bottom: 27px;
}
span.above-intro-title {
  font-size: 21px;
}
#awb-benefits-intro {
  margin-bottom: 46px;
}
span.dollar-amt-chg-old.is-2nd {
  font-size: 112px;
}
.old-price {
  top: 25px;
}



}
@media only screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
  .navbar {
    display: none;
  }
  .logo img {
    width: 120px;
  }
  span#under-title-row-1 {
    font-size: 17px;
}
  .breadcrumbs,
  .zip {
    display: none;
  }
  #internet-ppc-hero-top {
    padding: 20px 0 60px;
}
  #city-page-title {
    padding-right: 0;
  }
  .mo-center {
    text-align: center;
  }
  .dtv-disc {
    text-align: center;
    line-height: 1.4;
  }
  .col-border-r {
    border-right: 0;
    border-right: none;
  }
  .maigin-btn-10 {
    margin-bottom: 10px;
  }
  .dtv-mo-box {
    margin-bottom: 25px;
    box-shadow: 0 0 10px #c9c9c9;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .fix-mobile {
    width: 50%;
    text-align: center;
  }
  .sticky-zip {
    background-image: url(../img/gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .phone-number {
    text-align: center;
  }
  .dtv-amount {
    font-size: 108px;
  }
  .evo-price {
    font-size: 50px;
    margin-left: 5px;
  }
  .dtv-pkg-feature {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
  }
  .bundle-header {
    font-weight: 700;
  }
  .dtv-pkg-detail {
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .scroll-sticky-zip {
    background-image: url(../img/gradient.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .add-on img {
    width: 185px;
    margin: auto;
    display: block;
  }
  .row.main-form-row {
    margin-bottom: 0;
  }
  input.main-form-input,
  select.main-form-input {
    -webkit-appearance: none;
    margin-bottom: 5px;
  }
  .evoUl {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #red-circle {
    padding-bottom: 30px;
  }
  #agent-bar {
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-direction: column;
    text-align: right;
    justify-content: right;
    margin-left: auto;
  }
  .did-phone {
    font-size: 26px;
  }
  #dedicated-internet-hero-top h1 {
    font-size: 38px;
  }
  .benefit-cards,
  .faq-holder {
    width: 95%;
  }
  span.is-ppc-internet.subH1title {
    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}
  div#form-sticky{
    width: 100%;
  }
  div#form-wrapper-mobile {
    padding-left: 0;
    padding-right: 0;
}
.super-small-disc {
    font-size: 9px;
}
.main-offer-fix.currency-sign {
    font-size: 58px;
    margin-top: -53px;
}

  .price-box-top .dollar-amount {
    font-size: 55px;
    padding: 0 5px
  }
  #dedicated-internet-hero-top {
    padding: 40px 0 60px;
  }
  .stepTitle {
    line-height: 1.3;
  }
  .main-form-row .col-12 {
    margin-bottom: 4px;
    padding-left: 0;
    padding-right: 0;
  }
  span.adi-err {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .agents {
    margin-top: -4px;
    margin-bottom: 4px;
  }
  .modalContent {
    padding: 0 0 20px;
  }
  .modalContent iframe {
    height: 210px;
    width: 100%;
    background: 0 0;
  }
  .modal {
    padding-top: 50px;
  }
  #agent-photo {
    width: 40%;
    display: block;
    margin: 10px auto;
  }
  .result,
  .result2 {
    margin-bottom: 8px;
    margin-top: 5px;
    background-position: left center;
    background-size: 20px;
    padding-left: 30px;
  }
  #agent,
  .stepTitle {
    font-size: 14px;
  }
  .top-note {
    padding-right: 0;
  }
  .agents,
  .hide-on-mobile,
  .pnd,
  .top-ppc-btn,
  img.click-here-arrow {
    display: none;
  }
  .pnm {
    display: inline-block;
  }
  .did-phone.is-biz-ppc i {
    font-size: 24px;
    padding-right: 3px;
  }
  .did-phone a {
    font-size: 28px !important;
  }
  #agent-bar.is-ppc-internet {
    display: block;
    padding-left: 0;
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-right: 5px;
  }
  .did-phone.is-biz-ppc {
    margin-left: 18px;
    padding: 3px 20px 8px;
    font-weight: 700;
    background: #34bf9d;
    border-radius: 20px;
  }
  .gco-note {
    margin-top: 17px;
    padding-bottom: 12px;
    line-height: 1.4;
  }
  .visa-card-img {
    width: 220px !important;
    text-align: center;
    display: block;
    margin: auto;
  }
  .box-frame {
    padding: 50px 18px;
  }
  .box-section ul li {
    font-size: 13px;
  }
  a.call-ppc-cta,
  a.quote-ppc-cta {
    width: 100%;
  }
  a.quote-ppc-cta {
    margin-left: auto;
    margin-top: 9px;
  }
  .box-section ul {
    margin-top: 11px;
    margin-bottom: 26px;
  }
  #hero-top-p-v {
    padding: 43px 0 40px;
  }
  img.dtv-top-img {
    display: none;
  }
  #ending-tagline {
    line-height: 1.95;
  }
  section#cta-directv h2 span {
    display: block;
    font-size: 28px;
    padding-top: 12px;
  }
  #form-sticky label.form-label-quote {
    font-size: 16px;
    margin-bottom: 6px;
  }
  span.form-footer-note {
    margin-top: 14px;
  }
  form button,
  form input {
    height: 50px;
  }
  #form-sticky.is-open form {
    width: 100%;
    margin-top: 0;
  }
  #form-sticky.is-open {
    top: auto;
  }
  #form-sticky .form-btn input {
    margin-bottom: 13px;
  }
  .form-btn input {
    line-height: 1;
  }
  ul.agent-ul {
    text-align: center;
  }
  .mp-frame {
    width: 100%;
    padding: 25px 20px 44px;
  }
  .popup-padding {
    height: 380px;
  }
  a.call-ppc-cta.card-cta {
    display: block;
    margin-top: 15px;
}
h2.single-gift-intro.free-mos{
  font-size: 21px;
  margin-top: 14px;
  line-height: 1.4;
}
span.gift-card-value.free-mos {
  font-size: inherit;
  top: inherit;
}
h2.awp-current-sweetener {
  font-size: 20px;
}
span.awp-current-sweetener-value {
  font-size: 29px;
  top: 4px;
}
#awb-under-hero-price {
  font-size: 12px;
}
span#awb-under-title-row-1 {
  font-size: 15px;
}
span#internet-hero-price-old {
  position: absolute;
  top: -14px;
  left: 15%;
}
span#internet-hero-price-old:after {
  top: 26px;
}
.row.top-note .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.price-box-top {
  padding-left: 0;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

}


@media screen and (min-width:769px){
  section#third-offers .box-frame {
  min-height: 652px;
  }

  
  }

@media screen and (min-width:450px) and (max-width:767px){
  .old-price {left: 15%;}
      li.footer-link-li {
  display: block;
  margin-right: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
}

@media screen and (min-width:768px) and (max-width:1199px){
  .old-price {left: 22%;}
}

