/* General Styles */
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 8%;
}

.max-width {
  max-width: 1300px !important;
}

@font-face {
  font-family: sony_sketch;
  src: url(../fonts/SonySketchEF.eot), url(../fonts/SonySketchEF.ttf);
}
@font-face {
  font-family: myriad_regular;
  src: url(../fonts/MyriadPro-Regular.eot), url(../fonts/MyriadProRegular.ttf), url(../fonts/MYRIADPRO-REGULAR.OTF);
}
@font-face {
  font-family: scandiaWeb;
  src: url(../fonts/Scandia.eot), url(../fonts/Scandia.otf);
}
@font-face {
  font-family: scandia-regular;
  src: url(../fonts/Scandia-Regular.eot), url(../fonts/Scandia-Regular.otf);
}
@font-face {
  font-family: scandia-medium;
  src: url(../fonts/Scandia-Medium.eot), url(../fonts/Scandia-Medium_0.otf);
}
@font-face {
  font-family: futura-regular;
  src: url(../fonts/Futura-Light-Regular.eot), url(../fonts/Futura-Light-Regular.otf);
}
@font-face {
  font-family: scandia-light;
  src: url(../fonts/Scandia-Light.eot), url(../fonts/Scandia-Light.otf);
}
@font-face {
  font-family: scandia-bold;
  src: url(../fonts/Scandia-Bold.eot), url(../fonts/Scandia-Bold.otf);
}
/*---------------------Header-----------------------------*/
.main-nav .navbar-nav a,
.second-nav .navbar-nav a {
  color: #d6d6d6;
  font-family: scandiaWeb;
  font-weight: 400;
}

.second-nav .navbar-nav a {
  font-size: 18px;
}

.second-nav .navbar-nav .text-white {
  color: #ffffff !important;
}

.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-brand {
  z-index: 3;
}

.navbar-nav .dropdown-menu {
  float: left !important;
}

.dropdown-menu {
  margin-top: 0px !important;
}

.left-side {
  width: 20%;
  position: relative;
  padding-top: 23px !important;
  padding-bottom: 27px !important;
  z-index: 9;
}

.right-side {
  width: 80%;
  position: relative;
  height: 151px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a.dropdown-item.center {
  margin-left: 13px;
}

.main-nav,
.second-nav {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-top: 14.5px;
}

.box.repeatable.hide {
  display: none;
}

.mr-auto.hide {
  display: none;
}

.container.massonery_box.massonery_box_shadow.editable.allShow::after {
  content: none;
}

.Logo2 {
  display: none;
}

.style-none {
  border: none;
  background: none;
}

.andrew-style {
  padding-bottom: 60px;
}

.style-none1 {
  border: none;
  background: none;
  margin-left: 45px;
}

li.nav-item.dropdown,
.dropdown-menu.show a {
  color: #df7176 !important;
}

.review_bundle_small {
  color: red;
}

li.nav-item.dropdown {
  color: #df7176 !important;
}

.dropdown-menu {
  border-top: 2px solid #cd2129 !important;
}

a.dropdown-item {
  color: #cd2129 !important;
}

.navbar-toggler-icon {
  width: 1em !important;
  height: 1em !important;
  vertical-align: baseline !important;
}

/*--------------------Navbar------------------------------------*/
.container-fluid.fluid-navbar {
  position: relative;
  background-color: #1C1C1C;
  border-bottom: 1px solid #4c4c4c;
}

.container-fluid.fluid-navbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 43%;
  bottom: 0;
  left: 0;
  background-color: #000000;
}

.container-fluid.fluid-navbar:after {
  content: "";
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: url("../img/navbar-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.monrow-chamber {
  width: 110px;
}

.dropdown-menu .dropdown-first-submenu,
.dropdown-menu .dropdown-second-submenu {
  display: none;
}

.dropdown-menu .submenu-items {
  position: relative;
}

.dropdown-menu .submenu-items:hover .dropdown-item ~ .dropdown-first-submenu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-menu .dropdown-first-submenu:hover .dropdown-item ~ .dropdown-second-submenu {
  display: block;
  position: absolute;
  left: 100%;
  top: 49%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dropdown-item:active {
  background-color: transparent !important;
}

.navbar-container {
  max-width: 1300px !important;
}

.navbar-container .navbar {
  padding: 0 !important;
}

.fas.fa-bars {
  color: #ffffff !important;
}

.margin-logos {
  margin-right: 84px;
}

.navbar-toggler {
  border-color: #ffffff !important;
  line-height: 1.4 !important;
}

.right-side .main-nav .navbar-nav li:first-child a {
  padding-left: 0px !important;
  padding-right: 36px !important;
}

.right-side .main-nav .navbar-nav li:nth-child(2) a {
  padding-left: 0px !important;
  padding-right: 29px !important;
}

.right-side .main-nav .navbar-nav li:nth-child(3) a {
  padding-right: 28px !important;
}

.right-side .main-nav .navbar-nav li:nth-child(4) a {
  /*padding-left: 0px !important;*/
  padding-right: 28px !important;
}

.right-side .main-nav .navbar-nav li:nth-child(5) a {
  /*padding-left: 0px !important;*/
  padding-right: 28px !important;
}

/*.right-side .main-nav .navbar-nav li:nth-child(6) a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}*/
.right-side .second-nav .navbar-nav li:first-child a {
  padding-right: 29px !important;
}

.right-side .second-nav .navbar-nav li:nth-child(2) a {
  padding-right: 30px !important;
}

.right-side .second-nav .navbar-nav li:nth-child(3) a {
  padding-right: 37px !important;
}

.right-side .second-nav .navbar-nav li:nth-child(4) a {
  padding-left: 0px !important;
  padding-right: 45px !important;
}

.right-side .second-nav .navbar-nav li:nth-child(5) a {
  padding-left: 0px !important;
  padding-right: 52px !important;
}

.right-side .second-nav .navbar-nav li:nth-child(6) a {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.right-side .main-nav .nav-link.dropdown-toggle img {
  padding-left: 7px !important;
}

.right-side .main-nav .nav-link.nav-menu img,
.right-side .second-nav .nav-link.nav-menu img {
  padding-left: 7px !important;
}

.dropdown-toggle::after {
  content: none !important;
}

.dropdown-menu {
  background: #fff !important;
  /*right: 0 !important; */
  left: initial !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important;
}

/*.dropdown-menu .dropdown-item {
    text-align: center;
}*/
.dropdown-menu a:hover {
  color: #000 !important;
}

/*--------------------Welcome Communication----------------------------------*/
.sections.home {
  background-image: url("../img/homepage-background.png");
  height: 683px;
  position: relative;
  min-height: 683px;
  background-repeat: no-repeat;
  background-color: #efedee;
  background-position: top center;
}

.home-title {
  color: #fff !important;
}

.connecting {
  position: absolute;
  margin-top: 18em;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.img-left {
  margin-left: 1em;
}

.connecting-2 {
  font-size: 22px;
  margin-top: 1em;
  text-align: left;
  text-align: left;
  font-family: myriad_regular;
  -webkit-font-kerning: none;
          font-kerning: none;
  max-width: 540px;
}

.sections-call {
  background-color: #fff;
  padding: 1px !important;
}

.ConnYTM {
  font-size: 72px;
  text-align: initial;
  font-family: scandia-light;
}

.connectingYou {
  padding-top: 120px;
}

.info-menu li {
  min-width: 300px;
  display: inline-block;
  width: 25%;
  float: left;
}

.info-menu li a {
  color: #fff;
  display: block;
  font-family: scandia-medium;
  text-align: center;
  border: 1px solid #3d3d3d;
}

.info {
  background-color: #cd2129;
  padding: 25px 0;
  width: 100%;
  height: 75px;
  font-size: 20px;
}

.info-menu li a:hover {
  opacity: 0.9;
  color: #000;
}

img.img-padding {
  padding-right: 10px;
}

/*----------------------Fiber Optics------------------------------------------*/
.section.fiber-optics {
  background-image: url("../img/fiber-optics-background.png");
  min-height: 1500px;
  background-repeat: no-repeat;
  background-color: #161616;
  background-position-x: 37px;
  background-position-y: 142px;
}

.about-info_1 {
  padding-top: 129px;
}

.fiber {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 30px;
  text-align: center;
}

.optics {
  margin-bottom: 40px;
  color: white;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.about-info-content {
  text-align: center;
}

.about-info-desc {
  color: #c5c5c5;
  font-size: 20px;
  text-align: center;
  font-family: myriad_regular;
  display: inline-block;
  position: relative;
  max-width: 1060px;
}

.laptop_img {
  margin-top: 98px;
  margin-bottom: 124px;
  margin-left: 20px;
}

/*-----------------------HOMES SERVED--------------------------------------------*/
#home {
  background-color: #ffffff;
  position: relative;
}

.home-img {
  background-image: url("../img/home.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 0 !important;
}

.welcome {
  padding: 50px 100px;
  margin-top: -140px;
  background-color: #fff;
}

.h-home {
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 42px;
  font-size: 24px;
}

.residential1 {
  font-size: 35px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.serving {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
}

.text-justify {
  padding: 91px 75px 92px 110px !important;
}

.mb {
  margin-bottom: -175px;
}

/*---------------------Local Businesses Served----------------------------*/
.local-bussiness {
  background-color: #f5f5f5;
}

.about-info {
  margin-top: 290px;
  width: 100%;
}

.local-served {
  text-align: center;
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 20px;
}

.serving-over {
  font-size: 35px;
  font-family: myriad_regular;
  text-align: center;
  margin-bottom: 40px;
}

.info-menu-2 {
  margin-top: 150px !important;
}

.a-color1 {
  color: #831518;
}

.a-color1::hover {
  color: #831518 !important;
}

.we-are-proud_1 {
  font-size: 20px;
  color: #555555;
  text-align: center;
  font-family: futura-regular;
  line-height: 26px;
  max-width: 835px;
  margin: 0 auto;
}

.slider {
  margin-top: 74px;
  width: 100%;
}

/*.slider .row {
    margin: 0 !important;
}*/
.left-arrow,
.right-arrow {
  margin-top: 20px;
}

.right-arrow {
  float: right;
}

.divider {
  position: relative;
  width: 950px;
  margin: 0 auto;
  border: 1px solid #fff;
  margin-top: 76px;
}

.rectangle-img {
  width: 89%;
}

.our-community {
  margin-top: 58px;
  width: 100%;
  margin-bottom: 111px;
}

.we-are-proud {
  font-size: 20px;
  color: #555555;
  text-align: center;
  font-family: futura-regular;
}

/*-------------------------Slider---------------------------------------------*/
.col-md-3 {
  display: inline-block;
  margin-left: -4px;
}

.col-md-3 img {
  /*width:100%;*/
  height: auto;
}

body .carousel-indicators li {
  background-color: none;
}

body .carousel-indicators {
  bottom: 0;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
  background-color: none;
}

body .no-padding {
  padding-left: 0;
  padding-right: 0;
}

.carousel-control-next-icon {
  background-image: url("../img/right-arrow.png") !important;
}

.carousel-control-prev-icon {
  background-image: url("../img/left-arrow.png") !important;
}

.row.carousel-inner.no-padding {
  max-width: 999px;
  margin: 0 auto;
}

.carousel-control-next {
  right: 40px !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 15px !important;
  height: 26px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/*----------------------Shop Services-------------------------------------*/
.shop-service {
  background-image: url("../img/bg-resolved-erors.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #161616;
  padding-bottom: 110px;
}

.about-info_2 {
  margin-top: 107px;
  width: 100%;
}

.fiber_2 {
  text-align: center;
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 30px;
}

.optics_2 {
  color: white;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
  margin-bottom: 38px;
}

/*.shop-grid {
    padding-bottom: 114px;
}*/
.smart-homes {
  color: #fff;
  font-size: 20px;
  font-family: futura-regular;
  text-align: center;
  margin-bottom: 94px;
}

.banner_btn {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-family: scandia-medium;
  color: #c4161c;
  font-size: 20px;
  border-radius: 50px;
  min-width: 255px;
  height: 55px;
  background-color: #ffffff;
  text-align: center;
  line-height: 3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner_btn:hover {
  background: #c5c5c5;
  color: #000;
}

/*---------------------Locally Invested-----------------------------------*/
.locally-width {
  max-width: 1210px !important;
}

.locally-width a {
  position: relative;
}

.about-info_3 {
  width: 100%;
}

.neighborhood {
  text-align: center;
  font-size: 35px;
  font-family: myriad_regular;
  margin-bottom: 40px;
}

.dearfield {
  font-size: 20px;
  font-family: futura-regular;
  max-width: 854px;
  text-align: center;
  margin: 0 auto;
}

.a-hover-locally {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.a-hover-locally:hover {
  opacity: 0.7;
}

.layyer {
  padding-right: 6px;
}

.heading {
  color: white;
  font-size: 20px;
  font-family: myriad_regular;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, -12%);
          transform: translate(-50%, -12%);
  position: absolute;
}

.fiber_4 {
  text-align: center;
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 20px;
  margin-top: 109px;
}

.scandia-font-header {
  font-family: scandia-medium;
}

.margin-banner {
  margin-right: 35px;
}

/*---------------------Success Stories------------------------------------*/
.box {
  display: inline-block;
}

.container.massonery_box {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
  position: relative;
  padding: 0 !important;
}

.container .box {
  margin: 0 0 34px !important;
  overflow: hidden;
}

.about-info_4 {
  width: 100%;
  margin-top: 117px;
}

.fiber_5 {
  text-align: center;
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 20px;
}

.find-out {
  font-size: 38px;
  text-align: center;
  font-family: scandia-medium;
  max-width: 750px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.community {
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.success-stories {
  background-color: #f5f5f5;
}

.container.massonery_box.massonery_box_shadow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 464px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(254, 254, 254, 0.2)), color-stop(30%, rgba(252, 252, 252, 0.7)), color-stop(50%, rgba(250, 250, 250, 0.8)), color-stop(80%, #f7f7f7), to(whitesmoke));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(254, 254, 254, 0.2) 10%, rgba(252, 252, 252, 0.7) 30%, rgba(250, 250, 250, 0.8) 50%, #f7f7f7 80%, whitesmoke 100%);
  padding: 0 !important;
  pointer-events: none;
}

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

.btn_banner {
  line-height: 54px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  background: white;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  color: #c4161c !important;
  font-size: 17px;
  font-family: scandia-medium;
  margin-bottom: 100px;
}

.marg-remove-how {
  padding-right: 4px !important;
}

.btn_banner:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.card-body {
  background-color: #ffffff;
  padding-bottom: 50px !important;
}

.card-title {
  font-size: 29px;
  text-align: center;
  font-family: scandia-medium;
  padding-top: 30px;
  padding-bottom: 22px;
  margin-bottom: 0px !important;
}

.card-subtitle {
  color: #cd2129;
  font-size: 20px;
  font-weight: 400;
  font-family: futura-regular;
  text-align: center;
  padding-bottom: 23px;
  margin-top: 0px !important;
}

.card-content {
  font-size: 19px;
  max-width: 325px;
  margin: 0 auto;
  font-family: futura-regular;
  padding-left: 10px;
}

.card-content2 {
  font-size: 19px;
  max-width: 325px;
  margin: 0 auto;
  font-family: futura-regular;
  padding-top: 42px;
  padding-left: 10px;
}

.cardss {
  margin-top: -5em;
  opacity: 0.3;
}

.card.wrapper.cardss_2 {
  margin-top: -20em;
}

.card.wrapper.cardss_1 {
  margin-top: 2em;
}

img.cards-img.img-opcaity {
  opacity: 0.6;
}

img.multimple-devices.img-opcaity {
  opacity: 0.3;
}

.card.wrapper.cards {
  border: none;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.card.wrapper.cardss_1 {
  border: none;
  opacity: 0.3;
}

.card.wrapper.cardss_2 {
  border: none;
}

.btn_banner1 {
  line-height: 47px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 4em;
  color: #fff !important;
  font-size: 17px;
  font-family: scandia-medium;
}

.btn_banner1:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.read-more1 {
  text-align: center;
  width: 100%;
  margin-bottom: 30px !important;
}

/*---------------------How May We Help You--------------------------------*/
#how-may-help {
  position: relative;
  background-color: #ffffff;
  min-height: 568px;
  margin-bottom: -167px;
}

.how-may-help-img {
  background-image: url("../img/how-may-help.jpg");
  background-repeat: no-repeat;
  padding: 0 !important;
}

#how-may-help .text-padding {
  padding-top: 180px;
  padding-left: 85px;
  padding-right: 160px;
  padding-bottom: 150px;
}

.how-may {
  font-size: 34px;
  font-family: scandia-medium;
}

.p-section-4 {
  color: #831518;
  font-size: 20px;
  font-family: futura-regular;
  line-height: 1;
}

.p-section-4:hover {
  color: #c5c5c5 !important;
}

.paragraf_2 {
  padding-left: 27px !important;
}

.mb_2 {
  margin-bottom: -167px;
}

.info-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.info-section-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-2 {
  background-color: #000;
  padding: 25px 0;
  width: 100%;
  height: 80px;
  font-size: 20px;
}

.info-menu-2 li {
  min-width: 317px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.info-menu-2 li a {
  color: #fff;
  font-family: scandia-medium;
  text-align: center;
  border: 1px solid #3d3d3d;
}

.info-menu-2 li a:hover {
  /*background: #c5c5c5;*/
  opacity: 0.5;
  color: #fff;
}

/*---------------------Footer Sections------------------------------------*/
.success-stories + footer {
  padding-top: 290px;
}

a.info_2 {
  font-size: 20px;
}

.img-padding-footer {
  padding-right: 10px;
}

.img-ml-footer {
  margin-left: 32px;
}

.img-ml-footer_1 {
  margin-left: 16px;
}

.section4_padd {
  padding-top: 53px;
}

.container.max-width.cont-height {
  max-height: 573px;
}

.position-call {
  position: relative;
  top: 273px;
  padding-bottom: 83px !important;
}

.menu-4 li {
  width: 320px;
  display: inline-block;
  text-align: center;
}

.menu-4 li a {
  color: #fff;
  display: block;
  text-decoration: none;
  margin-left: -6px;
  font-family: scandia-medium;
  text-align: initial;
}

.footer {
  background-image: url("../img/footer-background.png");
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
  /*padding-top: 97px;*/
  /* background-repeat: no-repeat;*/
}

.success-stories ~ .footer {
  padding-top: 97px;
}

/* .footer-border {
    padding: 290px;
} */
.footer .footer-top {
  padding: 80px 0 0px 0;
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .social-links {
  display: inline-block;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
}
.footer .footer-top .social-links a {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding-right: 0;
}
.footer .footer-top .social-links a:not(:last-of-type) {
  margin-right: 8px;
}
.footer .footer-top .social-links a img {
  width: 100%;
  height: 100%;
}

.footer .footer-top h4 {
  font-size: 16px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  font-family: scandia-medium;
}

.footer-h4-hover:hover {
  color: #c5c5c5 !important;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 1px 0;
  margin: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 1px 0;
  font-family: scandia-regular;
  font-size: 14px;
}

.footer .footer-top .footer-links ul a:hover {
  color: #fff !important;
}

.footer .footer-top .footer-links ul a {
  color: #B8B8B8;
}

.footer .copyright {
  text-align: center !important;
  font-family: scandia-regular;
  font-size: 16px;
  padding-bottom: 120px !important;
  padding-top: 64px !important;
  color: #B8B8B8;
}

a {
  text-decoration: none !important;
}

a.youtube {
  padding-right: 0.5em;
  display: inherit;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.linkdin {
  padding-right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.twitter {
  padding-right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.faceebok {
  padding-right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.instagram {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.instagram > i {
  color: white;
  font-size: 1.8rem;
  vertical-align: text-top;
}

.contact_mt {
  margin-top: 48px;
}

.cpyright-border {
  border-top: 1px solid #4c4c4c;
  margin-top: 97px;
}

/*------------------------Corporate ---------------------------------*/
.h-scandia-title {
  text-align: center;
  font-size: 55px;
  font-family: scandia-light;
  padding-top: 80px;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 0;
}

.p-myriad-subtitle {
  text-align: center;
  font-size: 24px;
  font-family: scandia-medium;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 88px;
  margin-bottom: 0;
}

section.gray-color {
  background-color: #f6f6f6;
}

.active-card > div {
  background-color: #fff !important;
  /*height: 471px !important;*/
}

.active-card .selectedclass {
  display: block;
  background-color: #fff !important;
}

.active-card .selectedclass-tv {
  display: block;
  background-color: #fff !important;
}

.active-card .selectedclass-phone {
  display: block;
  background-color: #fff !important;
}

.selectedclass {
  line-height: 45px;
  text-align: center;
  width: 175px;
  height: 46px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #12a735;
  color: #000;
  font-size: 20px;
  font-family: scandia-medium;
  margin: auto;
  margin-top: 20px;
  display: none;
}

.selectedclass-tv {
  line-height: 45px;
  text-align: center;
  width: 175px;
  height: 46px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #12a735;
  color: #000;
  font-size: 20px;
  font-family: scandia-medium;
  margin: auto;
  margin-top: 20px;
  display: none;
}

.selectedclass-phone {
  line-height: 45px;
  text-align: center;
  width: 175px;
  height: 46px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #12a735;
  color: #000;
  font-size: 20px;
  font-family: scandia-medium;
  display: none;
  margin: auto;
  margin-top: 20px;
}

.row.responsive-card-container {
  padding-top: 80px;
  padding-bottom: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.change-location-no:hover {
  color: #000 !important;
}

.responsive-card-text-speed {
  min-height: 78px !important;
  font-family: futura-regular;
  font-size: 16px;
  line-height: 1.7;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
}

.responsive-card-body-high-speed-internet {
  margin-top: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.d-flex img {
  height: 23px !important;
}

.responsive-card {
  padding-right: 7.5px !important;
  padding-left: 7.5px !important;
  padding-bottom: 15px;
  max-width: 261px !important;
}

/*------------------------Policy Center---------------------------------*/
.corporate-policy-center-banner {
  background-image: url("../img/policy-center-banner.png");
  background-repeat: no-repeat;
  background-position: 60% 50%;
  background-size: cover;
  position: relative;
}

.p-policy-center-titles {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  padding-bottom: 10px;
  text-align: center;
  padding-top: 74px;
  margin-bottom: 0;
}

.h-policy-center-titles {
  padding-bottom: 46px;
  margin-bottom: 0;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.p-policy-center {
  font-family: futura-regular;
  font-size: 18px;
  padding-bottom: 50px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
}

.policies-files {
  position: relative;
  margin: 0 auto;
}

.policies-files .help {
  min-height: 68px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tariff-files-title {
  font-family: scandia-bold;
  font-size: 18px;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.pdf-titles-padding {
  padding-top: 40px;
  padding-bottom: 20px;
}

.pdf-padding-bottom-first {
  padding-bottom: 5px;
}

.pdf-padding-bottom div {
  padding-bottom: 10px;
}

.pdf-padding-bottom p {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.pdf-padding-bottom img {
  padding-bottom: 4px;
}

.pdf-padding-bottom a {
  display: inline !important;
}

.padding-top-32 {
  padding-top: 32px;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.last-files-container {
  padding-bottom: 100px;
}

/*------------------------SUPPORT---------------------------------*/
.affected {
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
}

.click-me-maps {
  font-family: futura-regular;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.maps-logo {
  max-height: 180px;
  max-width: 212px;
  border: 3px solid #000;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 14%;
  left: 10px;
  background: #fff;
  opacity: 0.5;
}

img.DPLogo {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*------------------------Help Center---------------------------------*/
.help-center-banner {
  background-image: url("../img/help-center-banner.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

p.about-info-content {
  font-family: futura-regular;
  color: #808080;
  padding-bottom: 38px;
  margin-bottom: 0;
}

.p-support-titles {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 24px;
  text-align: center;
  padding-top: 80px;
}

.h-support-titles {
  margin-bottom: 28px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: myriad_regular;
}

.help-guides {
  position: relative;
  max-width: 1145px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.links-maps {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 2%;
  left: 63%;
  background-color: #fff;
}

.link-service-outages {
  color: #4953fe !important;
  font-family: scandia-regular;
  font-size: 15px;
}

.CodNotWorking {
  display: none;
  color: red;
  margin-left: 27px;
  font-family: scandia-regular;
}

.help-guides .help {
  min-height: 68px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.msg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #fff;
  background: rgba(255, 0, 0, 0.5);
  padding: 20px;
}

.help p {
  font-family: scandia-medium;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 !important;
  padding-left: 25px;
  color: white;
}

.pdf-files {
  min-height: 105px;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.pdf-files ul {
  padding-left: 24px;
  list-style: none;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*.no-touch li.nav-item:hover .dropdown-menu{*/
/*    z-index: 99 !important;*/
/*    display: block !important;*/
/*}*/
.pdf-files li {
  padding-right: 130px;
}

.pdf-files img {
  padding-right: 16px;
  display: inline-block;
}

.pdf-files a {
  color: #831518;
  font-family: futura-regular;
  text-decoration: underline !important;
  display: inline-block;
  vertical-align: middle;
}

.align-pdf-with-title {
  padding-left: 25px !important;
  margin-left: 0 !important;
}

.videos {
  padding-top: 35px;
  width: calc(100% - 64px);
  margin: 0 auto;
}

.video-section .help {
  min-height: 68px;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-section .video-title {
  font-family: scandia-medium;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 !important;
  padding-left: 25px;
  color: white;
}

.custom-video {
  background-color: #ffffff;
  padding-right: 32px;
  padding-left: 32px;
  padding-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-titles {
  font-family: scandia-bold;
  font-size: 22px;
  padding-top: 33px;
  padding-bottom: 29px;
  margin-bottom: 0;
  text-align: initial;
}

.video-descriptions {
  font-family: futura-regular;
  font-size: 18px;
  padding-bottom: 40px;
  text-align: initial;
  margin-bottom: 0;
}

.youtube-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.myclass {
  position: relative;
  padding-top: 56.25%;
}

.padding-top-bottom-40 {
  padding-top: 40px;
  padding-bottom: 30px;
}

/*------------------------Residential Page ---------------------------------*/
.residential {
  background-image: url("../img/residential-background.png");
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 0px !important;
  min-height: 260px !important;
}

.residential-service {
  padding-top: 70px;
}

.h-residential-service {
  font-family: scandia-light;
  font-size: 55px;
  text-align: initial;
  margin-bottom: 0 !important;
}

.card-body-res {
  background-color: #ffffff;
  padding-top: 20px;
}

.p-residential-service {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
}

.p-lorem-ipsum {
  font-size: 24px;
  font-family: myriad_regular;
  text-align: end;
}

section.section.card-residential {
  background-color: #f6f6f6;
  min-height: 635px;
}

.row.justify-content-center.locally-invested-section {
  padding-top: 40px;
}

.justify-content-center {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.card-h-blue {
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
  height: 41px;
  background-color: #104893;
  color: #fff;
  opacity: 0.8;
}

.p-blue {
  font-family: futura-regular;
  font-size: 16px;
  line-height: 2.5;
}

.card-internet {
  background-color: #000000;
}

.p-internet {
  text-align: center;
  height: 47px;
  color: #fff;
  font-family: sony_sketch;
  font-size: 24px;
  line-height: 2.5;
}

.ul-card-text {
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  min-height: 118px;
}

.column-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: calc(20% - 9.75px);
  border: none;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0);
}

.card-text {
  font-family: futura-regular;
  font-size: 16px;
  line-height: 1.7;
}

.card-text-error {
  font-family: futura-regular;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0px !important;
  margin-left: 30px;
}

.card-text-error1 {
  font-family: futura-regular;
  font-size: 16px;
  line-height: 1.7;
  margin-left: 30px;
}

.card-btn {
  padding: 10px 22px;
  color: #831518;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  line-height: 3;
  border: 2px solid #831518;
  font-family: scandia-medium;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.card-btn:hover {
  background: #c5c5c5;
  color: #000;
}

.p-btn-mt {
  margin-top: 43px;
}

/* .mt.row {
    padding-bottom: 110px !important;
} */
#shop-services {
  position: relative;
}

.col-xl-6.text-justify {
  background-color: #fff;
}

.h-shop-service {
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 42px;
  font-size: 24px;
}

.h-ready {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.p-shop-services {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
}

.shop-services-img {
  background-image: url("../img/shop-services-box3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 0 !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.btn_shop-services {
  line-height: 58px;
  text-align: center;
  width: 217px;
  height: 61px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-top: 57px;
  color: #fff;
  font-size: 20px;
  font-family: scandia-medium;
}

.btn_shop-services:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.row.justify-content-between {
  padding-top: 80px;
  padding-bottom: 80px;
}

.a-color {
  color: #831518;
  text-decoration: underline !important;
  font-size: 18px;
}

.a-color:hover {
  color: #000 !important;
}

.card {
  height: 100% !important;
  border: none;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.mt {
  padding-top: 110px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*.active {
    background-color: #161616;
}*/
/*.fluid-navbar .navbar-nav li.active > a {
    background-color: #161616;
    color: #fff;
}*/
/*----------------------------------------------------------------RESIDENTIAL BUNDLES--------------------------------------------------------------*/
.residential-bundles {
  background-image: url("../img/residential-bundles-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.h-residential-service-bundles {
  font-family: scandia-light;
  font-size: 54px;
  text-align: initial;
  padding-bottom: 1px;
  margin-bottom: 0 !important;
}

.h-ready-residential-page {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.center-btn-margin {
  /* margin-top: 17px; */
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

.center-btn-margin::before {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 21.5px);
  z-index: 1;
}

.p-residential-service-bundles {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 35px;
  margin-bottom: 0px !important;
}

.padd-positon-carrers {
  padding-left: 50px !important;
  padding-right: 0px !important;
}

/* .col-build-your-bundle {
        max-width: 21% !important;
        padding-right: 0 !important;
    } */
.p-bundles-residential {
  font-family: futura-regular;
  font-size: 21.5px;
  padding-bottom: 80px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
}

.card-img-top-dual-bundles {
  width: 100%;
}

.text-justify-wify {
  padding: 78px 75px 52px 87px !important;
  background-color: #fff;
}

.text-justify.padding-build-tv-packages {
  background-color: #fff;
  padding: 91px 75px 106px 110px !important;
}

.text-justify.padding-tv-everywhere1 {
  background-color: #fff;
  padding: 4px 75px 0px 110px !important;
}

.residential-bundles-list {
  min-height: 61px;
  background-color: #cd2129;
}

.row.justify-content-center.bundles-justify {
  padding-top: 0 !important;
  padding-bottom: 100px;
}

.row.justify-content-center.bundles-justify-bootom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-residential-bundles-list {
  color: #fff;
  line-height: 3.5;
  font-family: scandia-regular;
  font-size: 18px;
}

.p-residential-bundles-list:hover {
  color: #000 !important;
}

.ul-residential-bundles {
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}

li.p-residential-bundles-list {
  padding-right: 52px;
  display: inline-block;
}

section.buid-your-bundle {
  background-color: #f6f6f6;
}

.p-build-your-bundle {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 28px;
  text-align: center;
  padding-top: 60px;
}

.h-build-your-bundle {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: myriad_regular;
}

.p-build-bundle-your {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 814px;
  padding-bottom: 40px;
}

.card-body-bundles {
  text-align: center;
  padding-top: 35px;
  padding-left: 38px;
  padding-right: 35px;
  min-height: 404px;
}

.h-card-body {
  font-family: scandia-bold;
  font-size: 18px;
  text-align: center;
  /*padding-top: 15px;*/
}

.card-body-tb-pg1 {
  padding-bottom: 140px !important;
  margin-top: 20px;
}

.a-color-all-tv {
  color: #831518;
  margin-bottom: 0px !important;
}

.card-body-managed-it {
  margin-top: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
  height: 305px;
}

.a-color-hover {
  color: #831518;
  text-decoration: underline !important;
  font-size: 18px;
}

.a-color-hover:hover {
  color: #fff !important;
}

.p-card-body {
  font-family: myriad_regular;
  font-size: 14px;
  margin-bottom: 40px;
  text-align: center;
}

.p-create-a-custom-quote {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  padding-bottom: 40px;
}

.card-h-blue-bundle {
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
  height: 41px;
  background-color: #104893;
  color: #fff;
  opacity: 0.8;
}

.card-btn-bundle {
  padding: 12px 23px;
  color: #831518;
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
  line-height: 3;
  border: 2px solid #831518;
  font-family: scandia-medium;
  z-index: 2;
  position: relative;
  background: #fff;
}

.card-btn-bundle:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.center-btn-bundle {
  margin-bottom: 35px;
  text-align: center;
  position: relative;
}

.center-btn-bundle.resolved-top:before {
  content: "";
  background: #f2f2f2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
  z-index: 1;
}

p.center-btn-bundle.resolved-top {
  margin-top: 59px;
}

.card-title-builder {
  font-family: scandia-medium;
  font-size: 20px;
  margin-bottom: 23px;
}

.card-content-builder {
  font-family: futura-regular;
  font-size: 20px;
}

.card-body-builder-dual {
  text-align: center;
  padding-top: 30px;
}

.dual-bundles-btn {
  line-height: 47px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 73px;
  color: #fff !important;
  font-size: 17px;
  font-family: scandia-medium;
}

.dual-bundles-btn:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.read-more2 {
  text-align: center;
  width: 100%;
  margin-bottom: 0px !important;
}

a.dual-bundles-btn {
  margin-top: 27px;
}

section.most-popular-tri-bundles {
  background-color: #f6f6f6 !important;
}

.row.justify-content-center.tri-bundles {
  padding-top: 0;
  padding-bottom: 0;
}

.row.justify-content-center.build-bundle {
  padding-top: 0 !important;
  padding-bottom: 99 !important;
  padding-bottom: 94px;
}

.row.justify-content-center.dual-bundles {
  padding-top: 0;
  padding-bottom: 0;
}

.card-title-builder-trio {
  font-family: scandia-medium;
  font-size: 18px;
  padding-bottom: 25px;
}

.p-check-availability {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-top: 80px;
  margin-bottom: 35px;
}

.h-check-availability {
  color: #000;
  font-size: 36px;
  font-family: scandia-medium;
  margin-bottom: 26px;
}

.p-availability-check {
  font-family: futura-regular;
  font-size: 20px;
  margin-bottom: 52px;
}

.check-availabulity {
  background-image: url("../img/bundle-check-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.viewservice {
  margin-bottom: 60px;
}

.arrow-img {
  margin-left: 10px;
}

.bundle-shop-service {
  background-image: url("../img/bg-resolved-erors.jpg");
  padding-bottom: 110px !important;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #161616;
}

.bundle-shop-services-img {
  background-image: url("../img/Rectangle 333.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 0 !important;
}

/*-----------------------------------------------------------------HIGH SPEED INTERNET PAGE------------------------------------------------------*/
.high-speed-dp {
  background-image: url("../img/shop-service-layer1.png");
  background-position-y: 15px;
}

.p-high-speed-internet {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 30px;
  margin-bottom: 0px !important;
}

.h-high-speed-internet-page {
  margin-bottom: 45px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.img-high {
  margin-top: 31px;
  padding-bottom: 64px;
  width: 100% !important;
  height: 100% !important;
}

.img-high1 {
  margin-top: 50px;
  padding-bottom: 100px;
  width: 100% !important;
  height: 100% !important;
}

.high-top {
  padding-top: 80px;
}

.p-hight-speed-internet {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 30px;
  text-align: center;
}

.h-hight-speed-internet {
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.card-h-blue-speed-internet {
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
  height: 41px;
  background-color: #104893;
  color: #fff;
  opacity: 0.8;
}

.high-speed-shop-services-img {
  background-image: url("../img/rectangl123.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-left: 0 !important;
}

.help-high-speed-p-rural-internet {
  margin-bottom: 75px;
}

.help-high-speed-p-rural-internet_change {
  margin-bottom: 20px;
}

.col-md-12.col-lg-6.text-justify.gethigh-padd {
  padding: 80px 87px 77px 110px !important;
}

.col-md-12.col-lg-6.text-justify.ruraldppadd {
  padding: 62px 72px 30px 110px !important;
}

.col-md-12.col-lg-6.text-justify.padding-shop-dp {
  padding: 85px 87px 86px 110px !important;
}

.p-high-speed-dp {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  /*margin-bottom: 52px;*/
  /*max-width: 463px;
  max-height: 130px;*/
}

.h-customized-h {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.card-content-business-internet-dp {
  font-family: futura-regular;
  font-size: 20px;
  margin-bottom: 40px;
}

.card-title-business-internet-bp {
  font-family: scandia-medium;
  font-size: 24px;
  padding-bottom: 25px;
}

.h-readwifi-solutions {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.card-body-high-speed-internet {
  margin-top: 20px !important;
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.form-control-sm {
  background-color: #f5f5f5 !important;
}

.form-control-sm-customer {
  height: calc(1.5em + .5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.mt-high-speed {
  padding-top: 93px;
  padding-bottom: 93px;
  margin-left: 0px !important;
}

.h-ready-bs2 {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.heigh-speed-btn {
  margin-top: 82px;
  line-height: 47px;
  padding: 0px 34px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 4em;
  color: #fff !important;
  font-size: 17px;
  font-family: myriad_regular;
}

.heigh-speed-btn:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.need-help-high-speed {
  background-image: url(../img/internet-help-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.high-speed-services-img {
  background-image: url("../img/Rectangle 300.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.center-btn-heigh-speed {
  padding-top: 20px;
  margin-bottom: 32px;
}

.ul-card-text-speed {
  padding-left: 21px;
}

.ul-card-text-speed {
  min-height: 108px !important;
}

.help-high-speed-p {
  margin-bottom: 100px;
}

.col-md-12.col-lg-6.text-justify.padd-shop-servicedp {
  padding: 97px 87px 80px 110px !important;
  background-color: #fff;
}

/*----------------------------------------------------------------TV PAGES------------------------------------------------------------------------*/
.h-tv-page {
  margin-bottom: 45px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.residential-service-dp-tv {
  padding-top: 40px;
}

.h-shop-service-video {
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 25px;
  font-size: 24px;
}

.h-card-body-tv {
  font-family: scandia-bold;
  font-size: 18px;
  margin-top: 37px;
  margin-bottom: 37px;
  margin-left: -18px;
}

.card-body-unlimited-phone {
  margin-left: 8px;
}

.card-h-tv {
  position: absolute;
  top: 63px;
  width: 100%;
  text-align: center;
  height: 41px;
  background-color: #104893;
  color: #fff;
  opacity: 0.8;
}

.tv-page-shop-services-img {
  background-image: url("../img/tv-everywhere-tv.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.ul-card-text-speetv {
  min-height: 194px !important;
  padding-left: 21px;
}

.p-tv-page {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 52px;
}

.h-build-your-bundle-tvpage {
  margin-bottom: 45px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.col-md-12.col-lg-6.text-justify.dp-padd-high {
  padding: 70px 109px 35px 94px !important;
}

.col-md-12.col-lg-6.text-justify {
  background-color: #fff;
}

.p-build-bundle-your-tvpage {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  padding-bottom: 75px;
}

.card-content-builder-tv-page {
  font-family: futura-regular;
  font-size: 16px;
}

.p-local-mini {
  border-top: 1px solid #f2f2f2;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  padding-top: 25px;
  color: #831518;
  font-family: scandia-medium;
  font-size: 14px;
}

.h-ready-tv-pages {
  font-size: 36px;
  font-family: scandia-medium;
  margin-bottom: 27px;
  text-align: initial;
}

.h-ready-bundles-shop-tv {
  font-size: 34px;
  font-family: scandia-medium !important;
  margin-bottom: 23px;
  text-align: initial;
}

.p-tv-page {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 52px;
}

.h-shop-service-needHelp {
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 29px;
  font-size: 24px;
}

.p-high-speed-dp-needsection {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 40px;
}

.tb-video-on-demand-img {
  background-image: url("../img/video-on-demand.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.col-md-12.col-lg-6.text-justify.video-padd-resolved {
  padding: 75px 77px 27px 110px !important;
}

.need-help-high-speed-tv {
  background-image: url("../img/need-help-tv-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.personlaize-your-tv-img {
  background-image: url("../img/personalize-tv-tv-page.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card-body-tb-pg {
  padding-bottom: 140px !important;
  margin-top: 20px;
}

.p-local-mini.padd-err {
  padding-top: 33px;
}

/*--------------------------------------------------------------Rural Internet ------------------------------------------------------------*/
.rural-internet {
  background-image: url("../img/rural-internet-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.rural-internet-img {
  background-image: url("../img/rural-internet-page.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-rural-internet {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 52px;
}

.h-rural-internet-h {
  margin-bottom: 37px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
  margin-top: 65px;
}

.p-bundles-residential-ruralInternet {
  font-family: futura-regular;
  font-size: 20px;
  padding-bottom: 50px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
}

.p-rural-internet-p {
  color: #000;
  font-size: 19.5px;
  text-align: center;
  font-family: myriad_regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  padding-bottom: 30px;
}

.rural-internet-4 {
  background-image: url("../img/rural-internet-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.rural-internet-imgg {
  background-image: url("../img/cars-rural-internet.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-----------------------------------------------------------UNLIMITED PHONE PAGE-----------------------------------------------------------*/
.phone-unlimited-section {
  background-image: url("../img/phone-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.center-unlimited-phone {
  text-align: center;
  padding-bottom: 22px;
}

.calling-features {
  background-image: url("../img/calling-bg-1.png");
}

.h-unlimited-phone {
  margin-bottom: 45px;
  color: #fff;
  font-size: 35px;
  text-align: center;
  font-family: myriad_regular;
}

.p-bundles-residential-phonedp {
  font-family: futura-regular;
  font-size: 20px;
  padding-bottom: 78px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
}

.h-phone-get-exactly {
  margin-bottom: 45px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.p-unlimited-phone {
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-family: myriad_regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  margin-bottom: 79px;
}

.dp-lifeline {
  background-image: url("../img/footer-background.png");
}

.p-dp-lifeline {
  font-size: 18px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 52px;
}

.dp-lifeline-img {
  background-image: url("../img/dp-lifeline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-build-bundle-your-unlimited-phone {
  color: #000;
  font-size: 19px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  padding-bottom: 75px;
}

.h-ready-unlimited-phone-prop {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.get-a-clear-conn-img {
  background-image: url("../img/GET-A-CLEAR.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.unlimited-need-help {
  background-image: url("../img/phone-bundle-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.ul-card-text-unlimited-phone {
  padding-left: 30px;
  padding-top: 35px;
  padding-bottom: 34px;
  position: relative;
  min-height: 448px;
}

.calling-box {
  text-align: center;
  padding-bottom: 80px;
  min-height: 190px;
}

.speed-dial {
  max-width: 100%;
}

.span-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: sony_sketch;
  font-size: 22px;
  margin-top: 30px;
}

.col-md-12.col-lg-6.text-justify.lifelinepadddp {
  padding: 68px 130px 67px 109px !important;
}

.link-img {
  padding-right: 10px;
}

/*-----------------------------------------------------------------BUSINESS SERVICES -------------------------------------------------------------*/
.business-services {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: 0px !important;
}

.h-business-services {
  font-family: scandia-light;
  font-size: 55px;
  text-align: center;
  margin-bottom: 0 !important;
}

.p-business-services {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 63px;
}

.business-services {
  padding-top: 55px;
}

.row.justify-content-center.responsive-busineess-services-card {
  padding-top: 80px;
}

.responsive-busineess-services-card2 {
  padding-top: 15px;
  padding-bottom: 90px;
}

.business-services-shop-services-img {
  background-image: url("../img/business-service-page-shop.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.col-md-12.col-lg-6.text-justify.business-services-shop {
  padding: 82px 87px 79px 110px !important;
}

.pad-bussines-services {
  padding-right: 0 !important;
}

.col-md-3.pad-bussines-services {
  max-width: 21% !important;
}

.card-body-business-services {
  background-color: #ffffff;
}

.ul-card-text-business-services {
  padding-left: 50px;
  padding-top: 25px;
  position: relative;
  min-height: 111px;
}

/*----------------------------------------------------------------BUSINESS PHONE SYSTEMS--------------------------------------------------*/
.on-premise-business-phone {
  background-image: url("../img/on-premise.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bussiness-phones-systems-dp {
  background-image: url("../img/phone-systems-bussnise-dpcom.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

section.bussiness-phone-systemss {
  background-color: #f6f6f6 !important;
  padding-bottom: 120px;
}

.card-title-small-to-medium-bp {
  font-family: myriad_regular;
  font-size: 24px;
  padding-bottom: 25px;
}

.card-contentsmall-to-medium-dp {
  font-family: myriad_regular;
  font-size: 20px;
}

.row.justify-content-center.business-phone {
  padding-top: 0 !important;
}

.business-phone-systems-btn {
  line-height: 60px;
  text-align: center;
  width: 221px;
  height: 62px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 4em;
  color: #fff;
  font-size: 19px;
  font-family: scandia-medium;
  margin-top: 55px;
}

.business-phone-systems-btn:hover {
  background: #c5c5c5;
  color: #000;
}

.bussiness-phone-ca-background {
  background-image: url("../img/bussiness-phone-ca-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.ul-card-text-speed3 {
  min-height: 205px !important;
  padding-left: 21px;
}

.h-custom-solutions2 {
  /*padding-top: 60px;*/
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.phone-system-background2 {
  background-image: url("../img/phone-system-background2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.bussiness-phone-background22 {
  background-image: url("../img/bussiness-phone-background22.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.phone-bussiness-system-background3 {
  background-image: url("../img/phone-bussiness-system-background3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.col-lg-6.text-justify.padding-shop-dp {
  background-color: #fff;
}

.card-body-bundles-small {
  text-align: center;
  padding-top: 35px;
  padding-left: 38px;
  padding-right: 35px;
  min-height: 431px;
}

/*----------------------------------------------------------------SMALL TO MEDIUM ------------------------------------------------------------------*/
.small-to-medium-back {
  background-image: url("../img/small-to-medium-background.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.p-small-to-medium-bs {
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  max-width: 868px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.col-card-small-to-medium {
  max-width: 30% !important;
  padding-right: 0 !important;
}

.h-small-to-medium-h {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.small-to-medium-justify {
  margin-top: 10px;
}

.small-height {
  min-height: 340px;
}

.small-tomediumIMG {
  background-image: url("../img/small-ca-backgroundIMG.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.solution-small-to-medium {
  background-image: url("../img/solution-small-to-medium.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.h-ready-solution-created {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.solution-small-to-medium {
  background-image: url("../img/solution-small-to-medium.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-----------------------------------------------------------------LARGE TO ENTERPRISE-----------------------------------------------------------*/
.col-remove {
  max-width: 279px !important;
  padding-right: 10px !important;
  padding-top: 10px;
}

.bussiness-large-to-enterprise-img {
  background-image: url("../img/solutions-large-to-enterpriseimg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.large-to-enterprise-back {
  background-image: url("../img/large-enterprise-backgroundImg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.wif-fi-solutions-img {
  background-image: url("../img/wif-fi-solutions.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.h-large-to-enterprise-h {
  margin-bottom: 30px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.col-xl-6.text-justify.padding-shop-dp {
  padding: 77px 87px 42px 110px !important;
}

.h-create-a-custom-qutoe2 {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: scandia-medium;
}

.h-ready-solutions-created {
  font-size: 34px;
  font-family: scandia-medium;
  margin-bottom: 42px;
  text-align: initial;
}

.margin-remove-small {
  margin-right: 0px !important;
}

.p-create-a-custom-qutoe2 {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 845px;
  padding-bottom: 40px;
}

.internet-bussinessImg {
  background-image: url("../img/internet-bussinessImg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.large-enterprise-ca-background {
  background-image: url("../img/large-enterprise-ca-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

/*-----------------------------------------------------------------BUSINESS INTERNET---------------------------------------------------------------*/
.padd-remove-bi {
  padding-top: 60px;
}

.col-md-3.padd-remove-bi {
  max-width: 21% !important;
}

.p-business-internet {
  font-family: futura-regular;
  font-size: 20.5px;
  padding-bottom: 50px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
}

.bussiness-internet-ca-background {
  background-image: url("../img/bussiness-internet-ca-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.dual-bundles-btn-phoneInternet {
  line-height: 47px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 70px;
  color: #fff !important;
  font-size: 17px;
  font-family: scandia-medium;
}

a.dual-bundles-btn-phoneInternet {
  margin-top: 69px;
}

.dual-bundles-btn-phoneInternet:hover {
  background: #c5c5c5 !important;
  color: #000 !important;
}

.bussiness-internet-systemss {
  background-color: #f6f6f6 !important;
  padding-bottom: 85px;
}

.dual-bundles-btn-phonepages {
  line-height: 47px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 6px;
  color: #fff !important;
  font-size: 17px;
  font-family: scandia-medium;
}

a.dual-bundles-btn-phonepages {
  margin-top: 67px;
}

.dual-bundles-btn-phonepages:hover {
  background: #c5c5c5 !important;
  color: #000 !important;
}

.residential-service-phonebusiness {
  padding-top: 112px;
}

/*------------------------------------------------------------------BUSINESS PHONE --------------------------------------------------------------*/
.bussiness-phones {
  background-color: #fff !important;
  padding-bottom: 120px;
}

.get-a-clear-phone-businessImg {
  background-image: url("../img/get-a-clear-phone-business.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.get-a-clear-phone-business {
  background-image: url("../img/get-a-clear-phone-business1.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

/*---------------------------------------------------------------MANAGED IT --------------------------------------------------------------------------*/
.manage-it-background {
  background-image: url("../img/manage-it-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.manage-it-ca-background-1 {
  background-image: url("../img/manage-it-ca-background-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.managed-it-get-back {
  background-image: url("../img/managed-it-get-back.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.ul-card-text-speed-managed-it {
  min-height: 242px !important;
  padding-left: 21px;
}

.h-card-body-managed-it {
  font-family: scandia-bold;
  font-size: 18px;
  margin-top: 20px;
}

/*------------------------------------------------------------BUSINESS TV ------------------------------------------------------------------*/
.bussiness-tv-background {
  background-image: url("../img/bussiness-tv-background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.all-tv {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px !important;
}

.all-tv1 {
  padding-bottom: 80px;
  text-align: center;
  width: 100%;
  margin-bottom: 0px !important;
}

.col-lg-6.text-justify.padding-build-tv-packages {
  background-color: #FFF;
}

.bult-tv-packages {
  background-image: url("../img/bult-tv-packages.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.tv-everywherepages {
  background-image: url("../img/tv-everywherepages.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.bussiness-tv-pages {
  /*background-image: url('../img/footer-background.png');*/
  padding-bottom: 120px;
}

p.go-tv-business {
  margin-bottom: 0px;
}

.row-padd-tech1 {
  padding-left: 50px !important;
}

.col-xl-6.text-justify.padding-build-tv-packages {
  padding: 76px 87px 100px 110px !important;
}

.col-xl-6.text-justify.padding-tv-everywhere2 {
  padding: 12px 1px 0px 71px !important;
}

.h-tv-color {
  margin-bottom: 40px;
  color: #000;
  font-size: 35px;
  text-align: center;
  font-family: myriad_regular;
}

.card-title-small-to-medium-tvpages {
  font-family: scandia-medium;
  font-size: 24px;
  padding-bottom: 25px;
  color: #000;
}

.card-contentsmall-to-medium-tvpages {
  font-family: futura-regular;
  font-size: 20px;
  color: #000;
}

.bussiness-tv-ca-background3 {
  background-image: url("../img/bussiness-tv-ca-background3.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.get-the-tvpages {
  background-image: url("../img/get-the-tvpages.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

/*-----------------------------------------------------------------SHOP SERVICES---------------------------------------------------------------*/
#shop-services-page .max-width {
  max-width: 1330px !important;
}

.shop-services-title {
  font-family: scandia-light;
  font-size: 55px;
  text-align: center;
  padding-top: 73px;
  padding-bottom: 14px;
  margin: 0 !important;
}

.shop-services-subtitle {
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  padding-bottom: 84px;
  margin: 0 !important;
}

.shop-services-forms {
  padding-top: 90px;
  background-color: #161616;
  padding-bottom: 90px;
  background-image: url("../img/bg-resolved-erors.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.residential-form {
  background-color: #f6f6f6;
  width: 50%;
  max-width: 634px;
  display: inline-block;
  float: left;
  margin-right: 32px;
}

.business-form {
  position: relative;
  display: inline-block;
  background-color: #f6f6f6;
  width: 50%;
  max-width: 634px;
}

.residential-form-content,
.business-form-content {
  width: calc(100% - 158px);
  margin: 0 auto;
  padding-top: 76px;
  padding-bottom: 79px;
}

.residential-form-img,
.business-form-img {
  min-height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.residential-form-img img,
.business-form-img img {
  padding-right: 16px;
}

.residential-form-title,
.business-form-title {
  position: relative;
  display: inline-block;
}

.residential-form-title h1,
.business-form-title h1,
.residential-form-title .h1,
.business-form-title .h1 {
  font-family: scandia-medium;
  font-size: 35px;
  margin-bottom: 0 !important;
  padding-left: 16px;
}

.residential-form-title:before,
.business-form-title:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #cacaca;
}

.residential-form-subtitle,
.business-form-subtitle {
  font-family: futura-regular;
  font-size: 18px;
  color: #161616;
  max-width: 345px;
  padding-top: 27px;
  padding-bottom: 48px;
  margin: 0 !important;
}

.residential-form-inputs .address,
.residential-form-inputs .apartment,
.residential-form-inputs .zip-code,
.business-form-inputs .address,
.business-form-inputs .suite,
.business-form-inputs .zip-code {
  font-family: scandia-medium;
  font-size: 18px;
  display: block;
  padding-bottom: 2px;
}

.residential-form-inputs .address-input,
.residential-form-inputs .apartment-input,
.residential-form-inputs .zip-code-input,
.business-form-inputs .address-input,
.business-form-inputs .suite-input,
.business-form-inputs .zip-code-input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c8c8c8;
  max-width: 476px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.residential-form-inputs .zip-code-input,
.business-form-inputs .zip-code-input {
  max-width: 222px;
  margin-bottom: 49px;
}

.residential-form-inputs .address-input:focus,
.residential-form-inputs .apartment-input:focus,
.residential-form-inputs .zip-code-input:focus,
.business-form-inputs .address-input:focus,
.business-form-inputs .suite-input:focus,
.business-form-inputs .zip-code-input:focus,
.residential-form-submit:focus,
.business-form-submit:focus {
  outline: none;
}

.residential-form-submit,
.business-form-submit {
  display: block;
  width: 100%;
  max-width: 222px;
  min-height: 50px;
  border: none;
  background-color: #c4161c;
  border-radius: 31px;
}

.residential-form-submit:hover,
.business-form-submit:hover {
  background-color: #c5c5c5;
}

.residential-form-submit span,
.business-form-submit span {
  font-family: scandia-medium;
  font-size: 20px;
  color: #fff;
}

/*-----------------------------------------------------------------CUSTOM-BUSINESS-QUOTE---------------------------------------------------------------*/
#custom-business-quote .max-width {
  max-width: 1330px !important;
}

.business-quote-title {
  position: relative;
  display: block;
  font-family: scandia-light;
  font-size: 55px;
  text-align: center;
  padding-top: 58px;
  margin: 0 !important;
}

.business-quote-subtitle {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  margin: 0 !important;
  padding-bottom: 20px;
}

.business-quote-choice {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 58px;
}

.business-quote-choice .residential-choice {
  font-family: futura-regular;
  font-size: 20px;
  position: relative;
  color: #831518;
  text-decoration: underline !important;
}

.business-quote-choice .residential-choice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #831518;
  margin-left: 13px;
  top: 8px;
}

.business-quote-location {
  position: relative;
  background-color: #f6f6f6;
}

.business-quote-container {
  position: relative;
  max-width: 445px;
  margin: 0 auto;
  padding-top: 39px;
  padding-bottom: 43px;
}

.business-quote-container .location-img {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 41px;
  min-width: 46px;
}

.business-quote-container .location-img:after {
  content: "";
  position: absolute;
  background-color: #cacaca;
  width: 1px;
  height: 100%;
  right: 0;
}

.business-quote-container .location-info {
  position: relative;
  display: inline-block;
  margin-left: 60px;
  margin-top: -48px;
}

.business-quote-container .location-info .price {
  margin: 0 !important;
  font-family: futura-regular;
  font-size: 18px;
  color: #4c4c4c;
}

.business-quote-container .location-info .change-location {
  font-family: futura-regular;
  font-size: 18px;
  color: #831518;
  text-decoration: underline !important;
}

.location-info {
  margin-left: 10px;
}

/*----------------------------------------------------------------LOCATIONS PAGES --------------------------------------------------------------*/
.p-locations {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 55px;
}

.ul-card-locations1 {
  text-align: center;
}

.p-btn-mt-locations {
  margin-top: 43px;
  margin-bottom: 47px;
}

.adrian-locationsImg {
  background-image: url("../img/adrian-locationsImg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.col-md-12.col-lg-6.text-justify.adrian-locations {
  padding: 69px 65px 69px 65px !important;
  background-color: #f6f6f6;
}

.adrian-locations1 {
  background-color: #fff;
  padding: 42px 32px 0px 34px !important;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.h-location-adrian {
  font-size: 22px;
  font-family: sony_sketch;
  margin-bottom: 42px;
  text-align: initial;
  color: #da5c62;
}

.p-location-adrian {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
}

.link-adrian {
  width: 100%;
  margin-bottom: 0 !important;
  margin-top: 30px;
}

.link-adrian1 {
  width: 100%;
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}

.a-color-locations-adrian {
  color: #da5c62;
  text-decoration: underline !important;
  font-size: 18px;
}

.a-color-locations-adrian:hover {
  color: #000000 !important;
}

.info-menu-location-adrian li a {
  color: #fff;
  display: block;
  font-family: scandia-medium;
  text-align: center;
  border: 1px solid #3d3d3d;
}

.info-menu-location-adrian li a:hover {
  background: #c5c5c5 !important;
  color: #000 !important;
}

.info-menu-location-adrian {
  padding-bottom: 1px;
}

.info-menu-location-adrian li {
  min-width: 300px;
  display: inline-block;
  width: 25%;
  float: left;
}

.desktop li.nav-item:hover .dropdown-menu {
  display: block;
}

.mobile li.nav-item .dropdown-menu {
  display: none;
}

.mobile .is_open .dropdown-menu {
  display: block !important;
}

li.nav-item:hover > a > .red {
  display: inline-block;
}

li.nav-item > a > .red {
  display: none;
}

li.nav-item:hover > a > .white {
  display: none;
}

li.nav-item > a > .white {
  display: inline-block;
}

.mt-adrian {
  padding-top: 70px;
}

.info-section-location-adrian {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 !important;
}

.btn_location-adrian {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-top: 44px;
  margin-bottom: 99px;
  color: #fff;
  font-size: 16px;
  font-family: scandia-medium;
  /*padding: 10px 41px;*/
  width: 219px !important;
  height: 53px !important;
}

.btn_location-adrian:hover {
  background: #c5c5c5;
  color: #000;
}

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

.h-ready-location-adrian {
  font-size: 21px;
  font-family: scandia-medium !important;
  margin-bottom: 23px;
  text-align: initial;
}

.adrian-background1 {
  background-image: url("../img/adrian-background1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.location-adrian {
  padding-top: 70px;
}

.p-locations-adrian {
  font-size: 24px;
  font-family: myriad_regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 35px;
  margin-bottom: 60px;
  font-weight: 600;
}

.adrian-need-help-background {
  background-image: url("../img/adrian-need-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.location-input {
  background-color: #f5f5f5;
}

.location-padd-adrian {
  background-image: url(../img/footer-background.png);
  padding-bottom: 170px;
}

.bold-none {
  font-weight: normal !important;
}

.blissfield-background {
  background-image: url("../img/blissfield-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blissfield-locationimg {
  background-image: url("../img/blissfield-locationimg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.blissfield-need-help-background {
  background-image: url("../img/blissfield-need-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.dundee-background {
  background-image: url("../img/dundee-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.dundee-locations {
  background-image: url("../img/dundee-locations.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.dundee-need-help-background {
  background-image: url("../img/dundee-need-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.petersburg-background {
  background-image: url("../img/petersburg-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.petersburg-locationimg {
  background-image: url("../img/petersburg-locationimg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.petersburg-need-help-background {
  background-image: url("../img/petersburg-need-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.tecumseh-background {
  background-image: url("../img/tecumseh-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.tecumseh-img {
  background-image: url("../img/tecumseh-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.tecumseh-need-help-background {
  background-image: url("../img/tecumseh-need-help-background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*-----------------------------------------------------------------CONTCAT -----------------------------------------------------------------------*/
.ul-card-contact {
  text-align: center;
  padding-top: 20px;
}

.divider-advertise {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  border: 1px solid #d5d5d5;
  margin-top: 40px;
}

.col-remove-advertise {
  width: 14%;
  padding-bottom: 35px;
  text-align: center;
}

.advertise-padd {
  padding-bottom: 93px;
}

.advertise-contact {
  background-color: #f5f5f5;
}

.p-contact-prime-media {
  font-size: 20px;
  font-family: futura-regular;
  text-align: -webkit-left;
  -webkit-font-kerning: none;
          font-kerning: none;
  margin-bottom: 0 !important;
}

.link-advertise {
  width: 100%;
  margin-bottom: 0 !important;
}

.row.justify-content-between.advertise-padd {
  padding-top: 50 !important;
  padding-bottom: 80px !important;
}

.a-advertise {
  color: #831518;
  text-decoration: underline !important;
  font-size: 18px;
}

.advertise-your-businessImg {
  background-image: url("../img/advertise-your-businessImg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*-----------------------------------------------------------------Customer Service ---------------------------------------------------------------*/
.customer-services-pages {
  background-color: #f5f5f5;
  padding-bottom: 90px !important;
}

.p-customer-services {
  font-family: futura-regular;
  font-size: 20.5px;
  padding-bottom: 90px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
  text-align: center;
}

.p-frequently {
  font-size: 24px;
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 18px;
  text-align: center;
  padding-top: 60px;
}

.need-help-customer-service {
  background-image: url("../img/need-help-customer-service.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.p-customer-service2 {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
}

.collapse-text {
  font-family: scandia-bold !important;
  font-size: 18px;
  color: #000 !important;
  text-decoration: none !important;
  width: 100%;
}

.collapse-text .plus {
  display: none;
}

.collapse-text.collapsed .plus {
  display: inline-block;
  text-align: left;
}

.collapse-text.collapsed .minus {
  display: none;
}

.card-header {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 11px rgba(0, 0, 0, 0.1);
}

.card-body-custom {
  background-color: #f5f5f5 !important;
}

.card.card-customer-services {
  border: none !important;
  padding-bottom: 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}

.h-acordeao {
  color: #cd2129;
  font-family: sony_sketch;
  margin-bottom: 18px;
  font-size: 24px;
  padding-top: 50px;
}

.contact-customer-service {
  background-color: #f5f5f5;
}

.minus {
  float: right;
  position: relative;
}

.plus {
  float: right;
  position: relative;
}

button.btn.btn-link.collapse-text.collapsed {
  text-align: left;
  position: relative;
}

button.btn.btn-link.collapse-text {
  text-align: left;
  position: relative;
}

.pdf-class {
  padding-right: 10px;
}

.color-blue {
  color: #0000FE !important;
}

.success-storiesImg {
  background-image: url("../img/success-storiesImg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*----------------------------------------------------------------MANAGEMENT TEAM -----------------------------------------------------------------*/
.management-team {
  background-image: url("../img/management-team.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.span-box-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cd2129;
  font-family: sony_sketch;
  font-size: 30px;
  margin-top: 30px;
}

.span-box-management-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-family: futura-regular;
  font-size: 18px;
  /* margin-top: 30px; */
}

/*.management-team-row {*/
/*    padding-bottom: 95px;*/
/*}*/
img.img-manag {
  width: 100%;
}

.channel-lineup {
  color: #831518;
  font-family: scandia-medium;
  font-size: 14px;
  position: absolute;
  margin-top: 57px;
  right: 93px;
}

/*-----------------------------------------------------------------BOARD OF DIRECTORES------------------------------------------------------------*/
.p-board-ofdirectores {
  font-family: futura-regular;
  font-size: 20.5px;
  color: #4c4c4c;
  margin-bottom: 0px !important;
  text-align: center;
}

.img-header-board {
  /*width: 100%;*/
  max-width: -webkit-fill-available !important;
  height: unset !important;
}

/*-----------------------------------------------------------------COMPANY PAGES------------------------------------------------------------------*/
.our-beginnings {
  background-color: #f5f5f5;
}

.company-background {
  background-image: url("../img/company-background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.our-beginnigs {
  background-image: url("../img/our-beginnigs.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.col-xl-6.text-justify-beginnigss.padding-our-beginnings {
  padding: 0px 0px 0px 105px !important;
}

.fiber-optic-network {
  background-image: url("../img/fiber-optic-network.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.bright-future {
  background-image: url("../img/bright-future.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.p-associations {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 980px;
  padding-bottom: 40px;
}

.associations-logo {
  padding-bottom: 90px;
  padding-top: 20px;
}

.community-partners {
  background-color: #f5f5f5;
}

.p-community {
  color: #000;
  font-size: 20px;
  text-align: center;
  font-family: futura-regular;
  display: inline-block;
  position: relative;
  max-width: 980px;
  padding-bottom: 60px;
}

.logo-connecting {
  padding-left: 68px;
}

.connecting-community-logo {
  padding-bottom: 100px;
  width: 100%;
}

.ass-logo {
  padding-top: 20px;
  padding-bottom: 50px;
  width: 100%;
}

/*----------------------------------------------------------------CAREERS PAGES----------------------------------------------------------------------*/
.careers-bg {
  background-image: url("../img/careers-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.p-open-positions {
  font-size: 24px;
  color: #000;
  font-family: sony_sketch;
  margin-bottom: 28px;
  text-align: center;
  padding-top: 60px;
}

.open-positions-padd {
  background-color: #fff;
  padding: 15px 20px 1px 20px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}

.p-no-open {
  color: #000;
  font-size: 20px;
  font-family: scandia-medium;
  display: inline-block;
  position: relative;
  margin-bottom: 0px !important;
}

.p-no-open1 {
  color: #000;
  font-size: 16px;
  font-family: futura-regular;
  position: relative;
}

.open-update {
  padding-bottom: 80px;
}

/*-----------------------------------------------------------------Service Outages----------------------------------------------------------------*/
.ul-service-outages {
  list-style-type: none;
  width: 100%;
}

.service-outages-maps {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative !important;
}

.service-outages-img {
  background-image: url("../img/service-outages-img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*-----------------------------------------------------------------CUSTOM-BUSINESS-QUOTE---------------------------------------------------------------*/
#custom-business-quote .max-width {
  max-width: 1330px !important;
}

.business-quote-title {
  position: relative;
  display: block;
  font-family: scandia-light;
  font-size: 55px;
  text-align: center;
  padding-top: 58px;
  margin: 0 !important;
}

.business-quote-subtitle {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  margin: 0 !important;
  padding-bottom: 20px;
}

.business-quote-choice {
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 58px;
}

.business-quote-choice .residential-choice {
  font-family: futura-regular;
  font-size: 20px;
  position: relative;
  color: #831518;
  text-decoration: underline !important;
}

.business-quote-choice .residential-choice:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #831518;
  margin-left: 13px;
  top: 8px;
}

.business-quote-location {
  position: relative;
  background-color: #f6f6f6;
}

.business-quote-container {
  position: relative;
  max-width: 445px;
  margin: 0 auto;
  padding-top: 39px;
  padding-bottom: 43px;
}

.business-quote-container .location-img {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 41px;
  min-width: 46px;
}

.business-quote-container .location-img:after {
  content: "";
  position: absolute;
  background-color: #cacaca;
  width: 1px;
  height: 100%;
  right: 0;
}

.business-quote-container .location-info {
  position: relative;
  display: inline-block;
}

.business-quote-container .location-info .price {
  margin: 0 !important;
  font-family: futura-regular;
  font-size: 18px;
  color: #4c4c4c;
}

.business-quote-container .location-info .change-location {
  font-family: futura-regular;
  font-size: 18px;
  color: #831518;
  text-decoration: underline !important;
}

.business-quote-form {
  background-color: #171717;
  padding-top: 44px;
  padding-bottom: 44px;
  position: relative;
}

.business-quote-form .form-container {
  background-color: #f6f6f6;
  position: relative;
}

.business-quote-form .form-container .left-container {
  padding-top: 76px;
  padding-left: 79px;
  width: 100%;
  margin-bottom: 60px;
}

.left-container-content .business-subtitle {
  font-family: futura-regular;
  font-size: 18px;
  margin: 0 !important;
  padding-top: 27px;
  padding-bottom: 58px;
}

.left-container-content .business-form-fields {
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: 555px;
  float: left;
}

.left-container-content .business-form-fields span {
  position: relative;
  width: 100%;
  display: block;
  font-family: scandia-medium;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 1px;
}

.left-container-content .business-form-fields input {
  position: relative;
  width: 100%;
  max-width: 555px;
  min-height: 46px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.left-container-content .business-form-fields input:focus {
  outline: none;
}

.left-container-content .form-textarea {
  width: 100%;
  position: relative;
  display: inline-block;
  max-width: 555px;
  vertical-align: top;
  margin-left: 32px;
  margin-top: -4px;
}

label {
  margin-bottom: 0px !important;
}

.color-a-locations {
  color: #fff !important;
}

.color-a-locations:hover {
  color: #fff !important;
}

.left-container-content .form-textarea .message {
  font-family: scandia-medium;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  padding-bottom: 5px;
}

.left-container-content .form-textarea .custom-message {
  position: relative;
  display: block;
  width: 100%;
  min-height: 329px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding-left: 10px;
  resize: none;
}

.styled-checkbox-grey:after {
  position: relative;
  top: -0.125rem;
  left: -6px;
  line-height: 1.5rem;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 0.125rem solid #c2c2c2;
  border-radius: 0.25rem;
  background-color: #fff;
}

.confirmation-number-tel {
  color: #000;
}

.confirmation-number-tel:hover {
  color: #000;
}

.origialPrice {
  display: none !important;
}

.styled-checkbox-grey:checked:after {
  background-image: url("../img/checkmark.png");
  background-size: 0.625rem 0.8125rem;
  background-repeat: no-repeat;
  background-position: 0.125rem 0px;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 5px #c2c2c2;
          box-shadow: 0px 0px 5px #c2c2c2;
  background-color: #fff;
}

/*.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-active{
    border: none !important;
    background: transparent !important;
}*/
/*.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: none !important;
    background: transparent !important;
}*/
.left-container-content .form-textarea .custom-message:focus {
  outline: none;
}

.form-container .optional-choices {
  margin-top: 10px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  min-height: 91px;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.form-container .optional-choices .optional-list {
  list-style-type: none;
  margin: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-container .optional-choices .title {
  font-family: scandia-medium;
  font-size: 22px;
  font-weight: 700;
  display: block;
  position: relative;
}

.form-container .optional-choices .subtitle {
  font-family: scandia-regular;
  font-size: 14px;
}

.form-container .optional-choices .optional-check span {
  font-family: scandia-medium;
  font-size: 16px;
  font-weight: 500;
}

.optional-check {
  cursor: pointer;
}

.form-container .submit-button {
  position: relative;
  width: 100%;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.form-container .business-form-submit {
  max-width: 190px;
}

.row.optional-choices {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.col-xl-2.col-custom-width {
  max-width: 180px;
}

/*---------------------------------------------------------------SERVICE AREA --------------------------------------------------------------------*/
.servicearea-btn {
  line-height: 57px;
  text-align: center;
  width: 190px;
  height: 62px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-bottom: 73px;
  color: #fff !important;
  font-size: 17px;
  font-family: scandia-medium;
}

.servicearea-btn:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.p-service-area {
  font-size: 24px;
  font-family: scandia-medium;
  text-align: center;
  -webkit-font-kerning: none;
          font-kerning: none;
  padding-bottom: 16px;
}

.class-serive-a {
  color: #fff !important;
}

.price-p-1 {
  margin-left: 10px;
  font-size: 16px;
  font-family: scandia-medium;
  color: #c4161c;
}

.price-p {
  margin-left: 10px;
  font-size: 17px;
  font-family: futura-regular;
  color: #4b4b4b;
}

.change-location-no-contact:hover {
  color: #4b4b4b;
}

.change-location-no-contact {
  text-decoration: underline !important;
  color: #c4161c;
}

.change-location-no {
  margin-left: 10px;
  text-decoration: underline !important;
  color: #c4161c;
}

.class-service-a:hover {
  color: #fff !important;
}

.service-area-maps {
  background-image: url("../img/bg-resolved-erors.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
  padding: 97px;
}

.unprecedent {
  font-family: scandia-medium;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 0px !important;
}

.unprecedent1 {
  font-family: scandia-medium;
  font-size: 28px;
  color: #000;
  text-align: center;
}

.card-text-unprecedent {
  font-family: futura-regular;
  color: #000;
  font-size: 16px;
  color: #4c4c4c;
}

.card-body-service-area {
  background-color: #f6f6f6;
  padding-left: 19px;
  padding-right: 65px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.padd-service-area {
  padding-bottom: 26px;
  padding-top: 40px;
}

.responsive-logoo {
  max-width: 150px;
}

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

.service-area-card {
  border: none;
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0px 7px rgba(0, 0, 0, 0.5);
}

.maps {
  background-image: url("../img/20191203_D&P_ServiceAreaMap.jpg");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding: 90px;
  height: 644px;
}

.pad-service-area-pad {
  max-width: 333px;
}

.please-note-p {
  font-family: futura-regular;
  font-size: 18px;
  color: #fff;
  padding-top: 28px;
}

/*-----------------------------------------------------------------NO SERVICE-AVAILABLE-BUSINESS--------------------------------------------------*/
.residential-choice-no-service {
  font-family: futura-regular;
  font-size: 20px;
  position: relative;
  color: #831518;
  text-decoration: underline !important;
}

.residential-choice-no-service:hover {
  color: #4b4b4b !important;
}

.residential-choice-no-service::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #831518;
  margin-left: 13px;
  top: 8px;
}

.business-no-service-available {
  position: relative;
  background-color: #f6f6f6;
  min-height: 900px;
}

.business-no-service-availablecontainer {
  position: relative;
  max-width: 445px;
  margin: 0 auto;
  padding-top: 39px;
  padding-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.location-img-business-no-service {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 55px;
  min-width: 46px;
  display: inline-flex;
}

.location-img-business-no-service::after {
  content: "";
  position: absolute;
  background-color: #cacaca;
  width: 1px;
  height: 100%;
  right: 0;
}

.row.justify-content-between.advertise-padd {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-----------------------------------------------------------------Media Queries---------------------------------------------- -------------------*/
@media screen and (max-width: 522px) {
  .p-residential-bundles-list {
    display: block !important;
    padding: 0 !important;
  }

  /*.p-residential-bundles-list {
      line-height: 1.5 !important;
  }*/
  .carousel-item.align-center-carousel {
    position: relative;
    right: 25%;
  }
}
@media screen and (max-width: 576px) {
  .myclass {
    width: 50% !important;
  }

  .how-may-help-img {
    height: 50vw !important;
    background-position-x: -100px;
  }
}
@media screen and (max-width: 767px) {
  .business-quote-form .form-container .left-container {
    padding-right: 20px !important;
    padding-left: 30px !important;
  }

  .divider-advertise {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .residential-service-phonebusiness {
    padding-top: 45px;
  }

  .mobile-display-none {
    display: none;
  }

  .price-p {
    margin-left: 10px;
    font-size: 17px;
    font-family: futura-regular;
    color: #4b4b4b;
  }

  .change-location-no {
    margin-left: 10px;
    text-decoration: underline !important;
    color: #c4161c;
  }

  .change-location-no:hover {
    color: #4b4b4b;
  }

  .price-p-1 {
    margin-left: 10px;
    font-size: 17px;
    font-family: scandia-medium;
    color: #c4161c;
  }
}
/*-----------------------------------------------------------------THANK YOU ---------------------------------------------------------------------*/
.cata {
  font-family: scandia-light;
  font-size: 51px;
  text-align: center;
  margin-bottom: 0 !important;
}

.thank-you {
  background-image: url("../img/footer-background.png");
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
  padding: 60px;
}

.thank-you-h {
  font-family: scandia-medium;
  font-size: 23px;
  color: #000;
}

.thank-you-p-p {
  font-family: futura-regular;
  font-size: 16px;
  color: #000;
}

.confirmation {
  background-color: #fff;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 70px;
  padding-bottom: 40px;
}

.thank-you-h1 {
  font-family: scandia-medium;
  font-size: 18px;
  color: #000;
}

/*-----------------------------------------------------------------RESIDENTIAL BUNDLE BUILDER-------------------------------------------------------*/
.intereset {
  background-image: url("../img/footer-background.png");
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #4c4c4c;
  padding: 60px;
}

.are-you-interesed {
  font-family: scandia-regular;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.d-p-color-bg {
  background-color: #fff !important;
}

.h-dp-connected {
  /*font-family: scandia-medium;*/
  font-size: 30px;
  color: #000;
  margin-bottom: 24px;
}

.add-on-p {
  font-family: scandia-medium;
  font-size: 16px;
  color: #000;
  max-width: 420px;
}

.in-homes-resid {
  font-family: futura-regular;
  font-size: 18px;
  color: #000;
  max-width: 530px;
}

.d-p-connected {
  background-color: #fff;
  padding-top: 35px;
  padding-right: 43px;
  padding-left: 31px;
  padding-bottom: 15px;
}

.add-my-bundle {
  background-color: #f5f5f5;
  height: 90px;
}

.check-text {
  font-family: scandia-medium;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}

.ui-state-active .ui-widget-content {
  border: none !important;
  background: #fff !important;
}

button.change-selection-tech:hover {
  color: #000;
}

.d-p-connected2 {
  background-color: #fff;
  padding-top: 35px;
  padding-right: 43px;
  padding-left: 31px;
  padding-bottom: 20px;
  color: #000;
}

.form-check {
  padding-top: 30px !important;
  padding-left: 52px !important;
}

.your-bundle-h {
  font-family: scandia-medium;
  font-size: 35px;
  padding: 70px 0px 40px 0px;
}

.your-bundle-card-residen {
  margin-bottom: 80px;
}

.card-body-your-bundle-2 {
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  height: 100%;
  min-height: 415px;
}

.boxx {
  margin-bottom: 15px;
}

.padd-p-rew {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  margin: 0 !important;
  padding-top: 83px;
  padding-bottom: 30px;
}

.padd-p-rew-1 {
  font-family: scandia-medium;
  font-size: 16px;
  text-align: center;
  background-color: #1660c4;
  padding: 10px 10px 10px 10px;
  color: #fff;
}

.multi-device {
  padding-top: 10px;
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
}

.multi-device1 {
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
}

.multi-device2 {
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
}

.change-selection {
  text-align: center;
  font-family: scandia-medium;
  font-size: 14px;
  padding-top: 45px;
  padding-bottom: 40px;
}

.padd-fundation-plus {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  margin: 0 !important;
  padding-bottom: 20px;
  padding-top: 20px;
}

.center-btn-review {
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #fff;
  -webkit-box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
          box-shadow: -2px 9px 5px -3px rgba(212, 212, 212, 0.5);
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  font-family: scandia-medium;
  min-width: 140px;
  min-height: 40px;
  line-height: 36px;
}

.center-btn-review1 {
  text-align: center;
  margin-bottom: 0px !important;
}

.div-multi {
  height: 106px;
}

.padd-phone-review {
  margin-top: 164px;
  font-family: scandia-medium;
  font-size: 18px;
}

.card-promo-code {
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  min-height: 137px;
}

.p-internet-p {
  font-family: scandia-medium;
  font-size: 20px;
  text-align: center;
  padding-top: 19px;
}

.card-body-your-bundle-4 {
  background-color: #fff;
  text-align: center;
}

.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 20px !important;
}

.form-control {
  display: block;
  width: 86% !important;
  height: calc(1.5em + .75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  font-size: 14px !important;
  font-family: scandia-medium;
  background-color: #c4161c !important;
  border-color: #c4161c !important;
  position: absolute;
  top: 3%;
  left: 85%;
  padding-bottom: 8px;
  padding-top: 6px;
}

.btn {
  border-radius: 0rem !important;
}

button#verifyCode {
  padding-bottom: 8px;
}

.padd-total {
  margin-top: 50px;
  font-family: scandia-medium;
  font-size: 16px;
}

.padd-total99 {
  font-family: scandia-medium;
  font-size: 34px;
  margin-top: 20px;
}

.arrows-padd {
  padding-right: 20px;
  padding-left: 20px;
}

.internet-tech {
  min-width: 1300px;
  background-color: #000;
  min-height: 65px;
  border: 1px solid #4a4a4a;
}

.h3-internet {
  font-family: scandia-medium;
  font-size: 18px;
  margin-top: 22px;
  margin-left: 26px;
}

.range-div {
  min-width: 1300px;
  background-color: #f5f5f5;
  min-height: 510px;
  border: 1px solid #4a4a4a;
}

.internet-tech0 {
  padding-bottom: 40px;
  position: relative;
}

.internet-tech1 {
  padding-bottom: 40px;
  position: relative;
}

.padd-p-tech {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 20px;
  text-align: center;
  margin: 0 !important;
  padding: 25px 3px 0;
  color: #000;
  height: 50px;
}

.multi-device2-tech {
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
  color: #000;
}

.multi-device1-tech {
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
  color: #000;
}

.multi-device-tech {
  padding-top: 10px;
  text-align: center;
  font-family: futura-regular;
  font-size: 16px;
  margin-bottom: 0px !important;
  line-height: 25px;
  color: #000;
}

.div-multi-tech {
  height: 257px;
  margin-top: 20px;
}

.none-p-tv {
  font-family: scandia-medium;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 35%;
  left: 28%;
}

.card-tech {
  margin-top: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #fff !important;
  background-color: transparent !important;
  /*height: 0 !important;*/
}

.pad-techhh-4 .card-tech,
.pad-techhh-5 .card-tech {
  border: 2px solid rgba(0, 0, 0, 0) !important;
  position: relative;
}

.change-selection-tech {
  text-align: center;
  font-family: scandia-medium;
  font-size: 14px;
  padding-top: 5px;
  /*padding-bottom: 40px;*/
  border: none;
  background: none;
  /* color: red; */
  color: #831518;
  text-decoration: underline !important;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 26px;
}

.modal-body {
  color: #000 !important;
  font-family: scandia-medium;
  font-size: 16px;
  padding-top: 40px;
}

.modal-dialog {
  top: 22% !important;
}

.modal-content {
  height: 320px !important;
}

.modal-backdrop {
  width: 0px !important;
}

.row-padd-tech {
  padding-left: 50px !important;
}

.pad-techhh-4 {
  max-width: 130px;
  padding: 0;
}

.pad-techhh-5 {
  padding: 0;
}

.pad-techh {
  max-width: 224px;
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.pad-techh-3 {
  padding-right: 0px !important;
  padding-left: 5px !important;
  max-width: 185px;
}

.none-p {
  font-family: scandia-medium;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 28%;
}

.range-div2 {
  min-width: 1300px;
  background-color: #f5f5f5;
  min-height: 622px;
}

.form-control {
  max-width: 150px !important;
}

.pad-techh-2 {
  max-width: 316px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0px;
}

.mr-87 {
  margin-right: 87px;
}

/*.row-padd-tech1{
    display: -webkit-box;
}*/
.none-p1 {
  font-family: scandia-medium;
  font-size: 20px;
  color: #000;
  text-align: center;
  position: absolute;
  top: 46%;
  left: 26%;
}

.review-my2 {
  text-align: end;
  width: 98%;
  margin-bottom: 0px !important;
}

.btn-review-bundle2 {
  line-height: 47px;
  text-align: center;
  width: 217px;
  height: 51px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid transparent;
  background: #c4161c;
  color: #fff;
  font-size: 17px;
  font-family: scandia-medium;
}

.btn-review-bundle2.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

a.btn-review-bundle2 {
  margin-top: 50px;
}

.hidden {
  display: none;
}

.btn-review-bundle2:hover {
  background: #c5c5c5;
  color: #000 !important;
}

.btn-review-bundle2.disabled:hover {
  background: #c4161c;
  color: #fff !important;
}

.receive {
  font-family: scandia-medium;
  font-size: 20px;
  text-align: center;
  color: #000;
  padding-right: 20px;
  line-height: 2;
}

.many-tvs {
  position: relative;
  margin-top: 50px;
  border-top: 2px solid #fff;
  padding-top: 20px;
}

.change-location-no2 {
  text-decoration: underline !important;
  color: #831518;
}

.change-location-no2:hover {
  color: #000 !important;
}

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

#slider label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: -5px;
  width: 13px !important;
  height: 13px !important;
  background-color: #8a8a8a;
  border-radius: 50%;
  cursor: pointer;
  z-index: 0 !important;
}

.justify-content-center-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#slider1 label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: -5px;
  width: 13px !important;
  height: 13px !important;
  background-color: #8a8a8a;
  border-radius: 50%;
  cursor: pointer;
  z-index: 0 !important;
}

#slider2 label {
  position: absolute;
  width: 20px;
  margin-left: -10px;
  text-align: center;
  margin-top: -5px;
  width: 13px !important;
  height: 13px !important;
  background-color: #8a8a8a;
  border-radius: 50%;
  cursor: pointer;
  z-index: 0 !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content-res {
  background-color: #f4f4f4;
  margin: 2% auto;
  padding: 20px;
  width: 459px !important;
  height: 830px !important;
  -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
}

.closeBtn {
  color: #000;
  left: 48% !important;
  font-size: 30px;
  position: relative;
  font-weight: bold;
}

.name-input {
  width: 100% !important;
  margin-bottom: 9px;
  padding-left: 10px;
}

.zip-input {
  width: 110px !important;
  height: 27px !important;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.name-span {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: futura-regular;
  font-size: 16px;
}

.alert-success {
  max-width: 475px !important;
}

.submit-modal {
  width: 100%;
  height: 59px;
  background-color: #c4161c;
  border: none;
  color: #fff;
  font-family: scandia-medium;
  font-size: 17px;
  margin-top: 24px;
  -webkit-box-shadow: -2px 9px 5px -3px #d4d4d4;
          box-shadow: -2px 9px 5px -3px #d4d4d4;
}

.submit-modal::hover {
  background-color: #c5c5c5 !important;
  color: #000 !important;
}

.bellow-p-modal {
  font-family: futura-regular;
  font-size: 15px;
  color: #000;
}

.business-quote-subtitle-modal {
  position: relative;
  display: block;
  font-family: scandia-medium;
  font-size: 24px;
  text-align: center;
  margin: 0 !important;
}

.closeBtn:hover,
.closeBtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.linee {
  left: -4px;
  width: calc(100% + 9px);
  height: 5px;
  background: #8a8a8a;
  position: absolute;
  top: 120px;
  /*border-radius: 10px;*/
  display: none;
  cursor: pointer;
}

span.linee::before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 7px);
  width: 13px;
  height: 13px;
  background: #8a8a8a;
  border-radius: 100%;
}

.use-linee .linee {
  display: inline-block !important;
}

.use-linee .pad-techh-2 {
  max-width: 300px !important;
  padding-left: 5px !important;
}

.use-linee .row-padd-tech2 {
  padding-left: 50px !important;
}

.active-card .linee {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, red), color-stop(50%, #8a8a8a));
  background: linear-gradient(90deg, red 50%, #8a8a8a 50%);
}

.active-card .linee::before,
.red-line .linee,
.red-line .linee::before {
  background: red;
}

.active-card .linee::before {
  left: calc(50% - 14px);
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
}

.fakeline {
  position: absolute;
  top: 152px;
  height: 5px;
  z-index: 1;
  left: 33px;
  right: 33px;
  background: -webkit-gradient(linear, left top, right top, color-stop(4.4%, red), color-stop(4.4%, transparent));
  background: linear-gradient(90deg, red 4.4%, transparent 4.4%);
}

.bubble {
  height: 28px;
  display: inline-block;
  width: 28px;
  background: red;
  left: 53px;
  top: -11px;
  border-radius: 50px;
  cursor: pointer;
}

@media screen and (min-width: 1301px) {
  .v2 .active-card .linee::before {
    display: none;
  }

  .v2 .active-card .linee::before,
.v2 .red-line .linee,
.v2 .active-card .linee {
    background: #8a8a8a;
  }
}
@media screen and (max-width: 1300px) {
  .fakeline {
    display: none !important;
  }
}
.no-dot .linee::before {
  display: none;
}

#slider {
  position: absolute;
  margin: auto;
  top: 205px;
  left: 0;
  right: 40px;
  z-index: 1;
  width: 90.9%;
  background-color: #8a8a8a;
  margin-left: 5.3%;
  height: 6px !important;
}

#slider1 {
  position: absolute;
  margin: auto;
  top: 205px;
  left: 0;
  right: 40px;
  z-index: 1;
  width: 90.6%;
  background-color: #8a8a8a;
  margin-left: 5.3%;
  height: 6px !important;
}

#slider2 {
  /*position: absolute;*/
  margin: auto;
  top: 205px;
  left: 0;
  right: 40px;
  z-index: 1;
  width: 90.5%;
  background-color: #8a8a8a;
  margin-left: 5.3%;
  height: 6px !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -1.6em !important;
}

label.past-value {
  background-color: red !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  -webkit-appearance: none;
  width: 28px !important;
  height: 28px !important;
  background-color: red !important;
  border-radius: 50%;
  cursor: pointer;
  outline: none !important;
  border: red !important;
}

.business-quote-choice .residential-choice:hover {
  color: #000;
}

.business-quote-container .location-info .change-location:hover {
  color: #000;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -12px !important;
}

.col-lg-3.f-widget {
  padding-right: 0 !important;
  position: inherit;
}

.col-auto {
  margin-left: 16px;
}

.scroll-to-top {
  display: block;
  position: fixed;
  bottom: 25px;
  left: 30px;
  z-index: 10043;
  width: 50px;
  height: 50px;
  background-color: #cd2129;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  color: #fff;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-to-top:hover {
  background-color: #c5c5c5;
  color: #000 !important;
}

.bg-section-404 {
  background-image: url("../img/404-bg.png");
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  background-color: #fff;
  height: 830px;
}

.h-404 {
  font-family: scandia-medium;
  font-size: 30px;
  text-align: initial;
  padding-bottom: 1px;
  margin-bottom: 30px;
}

.pthecable {
  font-family: scandia-light;
  font-size: 49px;
  margin-bottom: 0px !important;
}

.read-more4 {
  width: 100%;
  margin-bottom: 250px;
}

a.youtube:hover {
  opacity: 0.6 !important;
}

a.linkdin:hover {
  opacity: 0.6 !important;
}

a.twitter:hover {
  opacity: 0.6 !important;
}

a.faceebok:hover {
  opacity: 0.6 !important;
}

a.instagram:hover {
  opacity: 0.6 !important;
}

/*--------------------Red Navigation Bar----------------------------------*/
.red-navigation-bar a {
  color: #fff;
  line-height: 3.5;
  font-family: scandia-regular;
  font-size: 18px;
  margin: 0;
}

.red-navigation-bar {
  min-height: 61px;
  background-color: #cd2129;
}

.wrapper {
  width: 100%;
}

.wrapping-wrapper {
  overflow: hidden;
  width: auto;
  text-align: center;
}

.wrapper ul {
  padding: 0;
  margin: 0;
}

.wrapper li {
  display: inline-block;
  list-style: none;
  max-height: 61px;
}

.wrapper ul li a {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.wrapper ul li a:hover {
  color: black;
}

/* bundle boxes */
.add-my-bundle .form-check {
  float: left;
}

.add-my-bundle .quantity {
  float: right;
  padding-top: 30px !important;
  padding: 30px !important;
  font-size: 18px;
  color: #000;
}

.add-my-bundle .quantity select {
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
}

/*-----------------------------------------------------------------Media Queries---------------------------------------------- -------------------*/
@media screen and (max-width: 522px) {
  .p-residential-bundles-list {
    display: block !important;
    padding: 0 !important;
  }

  .right-side .second-nav .navbar-nav li:first-child a {
    padding-right: 0px !important;
  }

  .dropdown-menu {
    right: 0 !important;
  }

  .dropdown-item {
    white-space: inherit !important;
  }

  .service-area-maps {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .card-body-service-area {
    padding-left: 14px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1150px) {
  .p-residential-bundles-list {
    min-width: 30%;
  }
}
@media screen and (max-width: 414px) {
  /*------------------------Home Served----------------------------------*/
  .serving {
    font-size: 14px;
  }

  .residential {
    font-size: 18px;
  }

  .h-home {
    font-size: 20px;
  }

  .home-served-img {
    max-width: 103% !important;
  }

  .connectingYou {
    padding-top: 15px !important;
  }

  .connecting-2 {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .col-xl-6.how-may-help-img {
    margin-left: 15px;
    width: 92% !important;
  }
}
@media screen and (min-width: 2000px) {
  body {
    padding-top: 4%;
  }
}
@media screen and (max-width: 400px) {
  .business-quote-container {
    margin-left: 35px;
  }

  .ConnYTM {
    font-size: 37px !important;
  }

  .connecting-2 {
    font-size: 16px !important;
  }

  .navbar.navbar-expand-xl.b-dark {
    padding-left: 0 !important;
  }

  .Logo2 {
    max-width: 180px !important;
  }

  .text-justify {
    padding: 38px 25px 34px 21px !important;
  }

  .margin-top-responsive-index {
    margin-top: 30px;
  }
}
@media screen and (width: 320px) {
  .col-lg-3.f-widget {
    padding-left: 32px !important;
  }

  .col-md-12.col-lg-6.text-justify.dp-padd-high {
    padding: 45px 14px 0px 24px !important;
  }

  .residential-form-title h1, .business-form-title h1, .residential-form-title .h1, .business-form-title .h1 {
    font-size: 30px;
  }

  .maps {
    background-position: 63% !important;
    background-position-y: 226px !important;
  }

  .carousel-item.align-center-carousel {
    position: relative;
    right: 35%;
  }
}
@media (max-width: 576px) {
  /*-----------Success Stories---------------------------------*/
  .container.massonery_box {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    width: calc(100% -40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 20px 0;
  }

  .banner_btn {
    height: 41px !important;
    min-width: 143px !important;
    font-size: 15px !important;
  }

  .col-md-3.pad-bussines-services {
    min-width: 100% !important;
  }

  .logo-connecting {
    padding-bottom: 50px;
  }

  .maps {
    background-position: 82% !important;
    background-position-y: 256px !important;
  }
}
@media screen and (max-width: 660px) {
  .info-section .info-menu {
    max-width: 300px !important;
  }

  .info-section-location-adrian .info-menu-location-adrian {
    max-width: 300px !important;
  }

  .info-menu-location-adrian .info {
    padding: 20px 0 !important;
    height: 70px !important;
  }

  .info-menu .info {
    padding: 20px 0 !important;
    height: 70px !important;
  }

  .location-padd-adrian {
    padding-bottom: 435px !important;
  }

  .col-xl-6.how-may-help-img {
    margin-left: 15px;
    width: 94%;
  }
}
@media screen and (max-width: 668px) {
  .col-md-3.col-build-your-bundle {
    min-width: 80% !important;
  }

  .col-remove-advertise {
    width: 100% !important;
  }

  .we-are-proud_1 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .we-are-proud {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .smart-homes {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .dearfield {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .row.justify-content-center.locally-invested-section {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 696px) {
  .pad-techhh-4 {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .button.navbar-toggler.navbar-toggler-right {
    margin-left: 20px;
  }

  .Logo2 {
    max-width: 250px;
  }

  /*-----------------------Connecting You to What Matters --------------------*/
  .connectingYou {
    padding-top: 5px;
  }

  .ConnYTM {
    font-size: 38px;
    text-align: center;
  }

  .connecting-2 {
    font-size: 18px;
    text-align: center;
  }

  /*-----------------------Shop Services --------------------*/
  .banner_btn {
    height: 55px;
    -webkit-transform: translate(-50%, 220%);
            transform: translate(-50%, 220%);
    min-width: 200px;
    top: 0;
  }

  /*-----------------------Locally Invested------------------*/
  .layer1 {
    margin-bottom: 30px !important;
  }

  .shop-grid {
    text-align: center !important;
  }

  .card-img-top {
    padding-top: 30px;
  }

  /*--------------------How May We Help You---------------------*/
  .how-may {
    text-align: center;
    padding-top: 0px !important;
  }

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

  .paragraf_2 {
    padding-left: 12px !important;
    padding-top: 30px !important;
  }

  .home-served-img {
    width: 100% !important;
  }

  /*-----------------Footer-------------------------------------*/
  .f-widget {
    padding-bottom: 70px;
  }

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

  .col-responsive-footer {
    padding-top: 30px;
  }

  .footer .footer-top h4 {
    font-size: 20px;
  }

  .footer .footer-top .footer-links ul li {
    font-size: 18px;
  }

  /*--------------LOCAL BUSINESSES SERVED -------------------------*/
  .col-sm-1.col-md-1 {
    padding-bottom: 30px;
  }

  .col-sm-2.col-md-2.mr-auto {
    text-align: center;
  }

  .col-sm-2.col-md-2.ml-auto {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .col-sm-3.col-md-3.mr-auto {
    text-align: center;
    padding-bottom: 20px;
  }

  .col-sm-2.col-md-2 {
    text-align: center;
  }

  /*-----------Success Stories---------------------------------*/
  .box {
    width: 100%;
  }

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

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

  .container.massonery_box {
    -webkit-columns: 1 !important;
       -moz-columns: 1 !important;
            columns: 1 !important;
    width: calc(100% -40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 20px 0;
  }

  /*.container.massonery_box {
      padding-left: 20px !important;
  }*/
  .info-section-2 {
    max-width: 300px !important;
  }

  .margin-bt-tvpage {
    margin-bottom: 30px;
  }

  .padd-top-adrian {
    padding-bottom: 20px !important;
  }

  .management-team::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .careers-bg::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .company-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .service-outages-img::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .need-help-customer-service::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .success-storiesImg::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .advertise-your-businessImg::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .tecumseh-need-help-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .tecumseh-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .petersburg-need-help-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .petersburg-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .dundee-need-help-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .dundee-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .blissfield-need-help-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .blissfield-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .adrian-need-help-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .adrian-background1::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .phone-system-background2::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .phone-bussiness-system-background3::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .manage-it-ca-background-1::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .bussiness-phone-ca-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .bussiness-internet-ca-background:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .large-to-enterprise-back::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .large-enterprise-ca-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .small-tomediumIMG::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .small-to-medium-back::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .residential-bundles::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .help-center-banner::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .corporate-policy-center-banner::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .check-availabulity::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .need-help-high-speed::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .need-help-high-speed-tv::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .unlimited-need-help::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .rural-internet-4::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .right-side {
    padding-top: 20px !important;
    padding-bottom: 20px;
  }

  .col-md-3.pad-bussines-services {
    padding-right: 15px !important;
  }

  .bussines-responsive-class {
    margin-bottom: 70px;
  }

  .col-card-small-to-medium {
    /* max-width: 78% !important; */
    padding-right: 0 !important;
    margin-top: 30px;
  }

  .bussiness-tv-pages {
    padding-bottom: 0px !important;
  }

  .col-md-3.padd-remove-bi {
    max-width: 80% !important;
    padding-right: 15px !important;
  }

  img.plus {
    position: absolute;
    right: -13px;
    top: calc(50% - 14px);
    padding: 0;
  }

  img.minus {
    position: absolute;
    right: 0;
    top: calc(50% - 14px);
    padding: 0;
  }

  .margin-in-home-respo {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .bright-future {
    height: 50vw !important;
  }

  .fiber-optic-network {
    height: 50vw !important;
  }

  .our-beginnigs {
    height: 60vw !important;
  }

  .bussiness-phones-systems-dp {
    height: 50vw !important;
    background-position: center !important;
  }

  .on-premise-business-phone {
    height: 65vw !important;
    background-position: center !important;
  }

  .managed-it-get-back {
    height: 45vw !important;
    background-position: center !important;
  }

  .get-a-clear-phone-business {
    height: 45vw !important;
    background-position: center !important;
  }

  .get-the-tvpages {
    height: 45vw !important;
    background-position: center !important;
  }

  .tv-everywherepages {
    height: 65vw !important;
    background-position: center !important;
  }

  .bult-tv-packages {
    height: 45vw !important;
    background-position: center !important;
  }

  .internet-bussinessImg {
    height: 50vw !important;
    background-position: center !important;
  }

  .wif-fi-solutions-img {
    height: 50vw !important;
    background-position: center !important;
  }

  .bussiness-large-to-enterprise-img {
    height: 45vw !important;
    background-position: center !important;
  }

  .solution-small-to-medium {
    height: 45vw !important;
  }

  .business-services-shop-services-img {
    height: 45vw !important;
  }

  .rural-internet-imgg {
    height: 45vw !important;
  }

  .rural-internet-img {
    height: 45vw !important;
    background-position: inherit !important;
  }

  .get-a-clear-conn-img {
    height: 45vw !important;
  }

  .dp-lifeline-img {
    height: 69vw !important;
    background-position: inherit !important;
  }

  .personlaize-your-tv-img {
    height: 45vw !important;
  }

  .tb-video-on-demand-img {
    height: 69vw !important;
    background-position: inherit !important;
  }

  .tv-page-shop-services-img {
    height: 90vw !important;
  }

  .high-speed-services-img {
    height: 45vw !important;
  }

  .high-speed-shop-services-img {
    height: 65vw !important;
  }

  .shop-services-img {
    height: 65vw !important;
    background-position: inherit !important;
  }

  .col-md-12.col-lg-6.home-img {
    height: 65vw;
  }

  .ConnYTM {
    font-size: 50px;
  }

  .fluid-navbar {
    max-height: initial;
  }

  .f-widget {
    padding-bottom: 70px;
  }

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

  .col-responsive-footer {
    padding-top: 30px;
  }

  .footer .footer-top h4 {
    font-size: 20px;
  }

  .col-lg-3.padd-remove-bi {
    padding-right: 15px !important;
  }

  .footer .footer-top .footer-links ul li {
    font-size: 18px;
  }

  .sections.home::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0px;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .text-justify.padding-tv-everywhere1 {
    padding: 60px 75px 0px 110px !important;
  }

  .residential-service {
    padding-top: 40px;
  }

  .img-high {
    margin-top: 0 !important;
  }

  .img-high1 {
    margin-top: 0 !important;
  }

  .p-bundles-residential {
    padding-bottom: 40px !important;
  }

  .col-md-12.col-lg-6.text-justify.padd-shop-servicedp {
    padding: 77px 87px 30px 110px !important;
  }

  .col-md-3.pad-bussines-services {
    min-width: 50%;
  }

  .col-md-3.pad-bussines-services {
    margin-bottom: 15px;
    padding-right: 15px !important;
  }

  .bussiness-tv-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .bussiness-phone-background22::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .manage-it-background::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .bundle-shop-services-img {
    height: 50vw !important;
  }

  .pdf-padding-bottom p {
    margin-bottom: 0;
    padding-bottom: 38px;
  }

  .col-xl-6.text-justify-beginnigss.padding-our-beginnings {
    padding: 60px 0px 0px 7px !important;
  }

  .col-xl-6.text-justify.padding-tv-everywhere2 {
    padding: 0px 39px 0px 11px !important;
  }
}
@media screen and (max-width: 993px) {
  .mt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-justify {
    padding: 60px 64px 30px 68px;
  }

  .row.carousel-inner.no-padding {
    max-width: 460px !important;
  }
}
@media screen and (max-width: 1360px) {
  .form-control {
    margin-bottom: 25px;
  }

  .internet-tech, .range-div, .range-div2 {
    /*     width: 100%;
         min-width: 0 !important;*/
    width: auto;
    min-width: 1180px !important;
    margin: auto;
  }

  .pad-techhh-4 {
    /*max-width: 288px !important;
    min-width: 200px;*/
  }

  .pad-techh {
    max-width: 200px !important;
  }

  .pad-techh-3 {
    max-width: 288px !important;
    min-width: 200px;
  }

  .none-p {
    /*left: 40%;*/
  }

  .receive {
    width: 100%;
  }

  .many-tvs {
    top: 0px;
  }

  .row-padd-tech {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .dropdown-left-errores {
    margin-left: -75px !important;
  }
}
@media screen and (max-width: 1300px) {
  .internet-tech, .range-div, .range-div2 {
    width: 100%;
    min-width: 0 !important;
  }

  .p-community {
    padding-bottom: 100px !important;
  }

  label.optional-check {
    margin-top: 20px;
  }

  .padd-positon-carrers {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }

  .margin-banner {
    margin-right: 0px;
  }

  .carousel-control-next {
    right: 0px !important;
  }

  .main-nav {
    font-size: 15px !important;
  }

  .second-nav .navbar-nav a {
    font-size: 15px !important;
  }

  .info-section-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-menu-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 650px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .info-menu-2 li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .info-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-section-location-adrian {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .info-section-location-adrian .info-menu-location-adrian {
    max-width: 650px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px !important;
    margin-top: 40px !important;
  }

  .info-section .info-menu {
    max-width: 650px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px !important;
  }

  .info-section-location-adrian .info-menu-location-adrian li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .info-section .info-menu li {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }

  .connectingYou {
    padding-top: 60px;
    font-size: 50px;
  }

  .connecting-2 {
    font-size: 18px;
  }

  .how-may {
    font-size: 30px;
  }

  .residential-form,
.business-form {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }

  .residential-form,
.business-form {
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
  }

  .location-padd-adrian {
    padding-bottom: 260px;
  }

  .col-remove-advertise {
    width: 21%;
  }

  .service-outages-maps {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-left: 30px;
    margin-right: 30px;
  }

  /* .service-outages-maps iframe {
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          position: absolute;
      } */
  .associations-logo {
    text-align: center;
    position: relative;
  }

  .logo-ass {
    padding-bottom: 50px !important;
  }

  #slider {
    display: none;
  }

  .linee {
    display: block;
  }

  .row-padd-tech, .row-padd-tech1, .use-linee .row-padd-tech2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px !important;
    width: 100%;
    margin-left: 0 !important;
  }

  .pad-techh {
    max-width: 288px !important;
  }

  #slider1 {
    display: none;
  }

  #slider2 {
    display: none;
  }

  .pad-techhh-5.col-md-8 {
    display: none;
  }

  .pad-techhh-5 {
    min-width: 200px;
    max-width: 288px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0px;
    height: 400px;
  }

  .pad-techh-2 {
    /*margin-left: 15px !important;*/
    /*margin-right: 15px;*/
    width: 100%;
    min-width: 200px;
  }

  .none-p-tv, .none-p1 {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .dropdown-left-errores {
    margin-left: 0px !important;
  }

  .margin-logos {
    margin-right: auto !important;
  }

  body {
    padding-top: 6%;
  }

  .img-header-board {
    max-width: -webkit-fill-available !important;
    height: 100px !important;
  }
}
@media screen and (max-width: 1140px) {
  .dropdown-menu .submenu-items:hover .dropdown-item ~ .dropdown-first-submenu {
    position: initial !important;
  }

  .dropdown-second-submenu {
    position: static !important;
  }

  .custom-video {
    height: auto;
    display: inline-block;
  }

  .video-number-one {
    margin: 0 auto;
    float: none;
    width: auto;
  }

  .video-number-two {
    margin: 0 auto;
    float: none;
    width: auto;
  }

  .img-high {
    margin-top: 100px;
  }

  .img-high1 {
    margin-top: 100px;
  }

  .help-high-speed-p {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-container .navbar {
    padding: 10px !important;
  }

  .navbar.navbar-expand-xl.b-dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .container-fluid.fluid-navbar:after,
.container-fluid.fluid-navbar:before {
    content: none;
  }

  .Logo2 {
    display: block;
  }

  .left-side {
    display: none;
  }

  .right-side {
    height: auto;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 10px;
  }

  .main-nav,
.second-nav {
    width: 50%;
  }

  .img-high {
    max-width: 651px !important;
    height: 400px !important;
  }

  .img-high1 {
    max-width: 651px !important;
    height: 400px !important;
  }

  .dropdown-menu {
    margin-right: 46px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    /*visibility: hidden;*/
  }

  .dropdown .dropdown-item {
    text-align: left;
  }

  .navbar-nav li:hover .submenu-items {
    visibility: visible !important;
  }

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

  .container.massonery_box {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    width: calc(100% -40px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 20px 0;
  }

  .home-served-img {
    width: 102% !important;
  }

  .text-justify {
    padding: 30px 64px 85px 68px;
  }

  .layyer {
    padding-top: 15px;
    padding-right: 15px;
  }

  .col-md-3.col-build-your-bundle {
    min-width: 40% !important;
    padding-top: 30px;
  }

  .card-h-blue-bundle {
    top: 63px !important;
  }

  .img-high {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 49px;
    margin-left: 0px !important;
  }

  .img-high1 {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 49px;
    margin-left: 0px !important;
  }

  #shop-serces {
    padding-right: 15px;
    padding-left: 15px;
  }

  .residential-service {
    padding-top: 40px;
  }

  .p-bundles-residential {
    padding-bottom: 0px;
  }

  .bussiness-tv-ca-background3::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .phone-unlimited-section::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .p-bundles-residential-phonedp {
    padding-bottom: 40px;
  }

  .calling-box {
    min-height: 140px !important;
    padding-bottom: 0 !important;
  }

  .rural-internet::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background: rgba(210, 210, 210, 0.8) !important;
  }

  .img-align {
    text-align: center !important;
  }

  img.img-manag {
    width: 35% !important;
  }

  .padding-left-90 {
    padding-left: 72px !important;
  }

  .intereset {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 660px) {
  .col-md-3.col-md-3.col-build-your-bundle {
    min-width: 80% !important;
  }

  .thank-you {
    padding: 40px !important;
  }

  .confirmation {
    padding-top: 25px;
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 1296px) {
  .social-links {
    font-size: 30px !important;
  }

  a.youtube {
    margin-bottom: 0px !important;
  }

  .img-high {
    margin-left: 0px !important;
  }

  .img-high1 {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 510px) {
  .wrapper li {
    display: block;
    max-height: 45px;
  }

  .wrapper li:last-child {
    padding-bottom: 60px;
  }

  .col-xl-6.how-may-help-img {
    margin-left: 15px;
    width: 93.5%;
  }
}
@media screen and (max-width: 1218px) {
  .left-container-content .form-textarea {
    margin-left: 0px;
  }
}
@media screen and (max-width: 1254px) {
  .column-card {
    min-width: 32% !important;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .card-residential .justify-content-between {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .p-lorem-ipsum {
    text-align: initial !important;
  }

  .bright-future {
    height: auto;
  }

  .fiber-optic-network {
    height: auto;
  }

  .our-beginnigs {
    height: auto;
  }

  .tecumseh-img {
    height: 62vw !important;
  }

  .petersburg-locationimg {
    height: 62vw !important;
  }

  .dundee-locations {
    height: 62vw !important;
  }

  .blissfield-locationimg {
    height: 62vw !important;
  }

  .adrian-locationsImg {
    height: 62vw !important;
  }

  .bult-tv-packages {
    height: auto;
  }

  .tv-everywherepages {
    height: auto;
  }

  .get-the-tvpages {
    height: auto;
  }

  .managed-it-get-back {
    height: auto;
  }

  .get-a-clear-phone-businessImg {
    height: 70vw !important;
  }

  .get-a-clear-phone-business {
    height: auto;
  }

  .wif-fi-solutions-img {
    height: auto;
  }

  .internet-bussinessImg {
    height: auto;
  }

  .bussiness-large-to-enterprise-img {
    height: auto;
  }

  .solution-small-to-medium {
    height: auto;
  }

  .on-premise-business-phone {
    height: auto;
  }

  .bussiness-phones-systems-dp {
    height: auto;
  }

  .business-services-shop-services-img {
    height: auto;
  }

  .how-may-help-img {
    height: 100vw !important;
    background-position-x: -100px;
  }

  .tv-page-shop-services-img {
    height: auto;
  }

  .shop-services-img {
    height: auto;
  }

  .bundle-shop-services-img {
    height: auto;
  }

  .high-speed-services-img {
    height: auto;
  }

  .high-speed-shop-services-img {
    height: auto;
  }

  .personlaize-your-tv-img {
    height: auto;
  }

  .rural-internet-imgg {
    height: auto;
  }

  .rural-internet-img {
    height: auto;
  }

  .tb-video-on-demand-img {
    height: auto;
  }

  .get-a-clear-conn-img {
    height: auto;
  }

  .dp-lifeline-img {
    height: auto;
  }

  .card-h-blue {
    top: 63px !important;
  }

  .card-h-blue-speed-internet {
    top: 63px !important;
  }

  .help-guides {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .video-section {
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .span.carousel-control-prev-icon {
    margin-right: 0px;
  }

  .row.carousel-inner.no-padding {
    max-width: 700px;
  }
}
@media screen and (max-width: 786px) {
  .column-card {
    min-width: 50% !important;
    padding-bottom: 30px;
  }

  .p-btn-mt {
    text-align: center;
  }

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

  .card-h-blue-bundle {
    top: 63px !important;
  }

  .card-h-blue-speed-internet {
    top: 63px !important;
  }

  .row.justify-content-between.responsive-residential-card {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .responsive-card-internet {
    margin-left: 10px !important;
  }

  .padd-remove-bi {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 770px) {
  .column-card {
    min-width: 50% !important;
    padding-bottom: 30px;
  }

  .card-img-top {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 570px) {
  body {
    padding-top: 11%;
  }

  .business-services-shop-services-img {
    height: 85vw !important;
  }

  .column-card {
    min-width: 100% !important;
    padding-bottom: 30px;
  }

  #how-may-help .text-padding {
    padding-top: 90px;
    padding-left: 48px;
    padding-right: 44px;
    padding-bottom: 85px;
  }

  .btn_shop-services {
    line-height: 49px;
    width: 180px;
    height: 51px;
  }

  .heigh-speed-btn {
    padding: 0px 10px;
  }

  .col-md-12.col-lg-6.text-justify.padd-shop-servicedp {
    padding: 72px 55px 45px 69px !important;
  }

  .col-md-12.col-lg-6.text-justify.dp-padd-high {
    padding: 45px 14px 0px 24px !important;
  }

  .h-ready-tv-pages {
    font-size: 32px;
  }

  .heigh-speed-btn {
    font-size: 15px;
  }

  .col-md-12.col-lg-6.text-justify.video-padd-resolved {
    padding: 60px 30px 48px 53px !important;
  }

  .col-md-12.col-lg-6.text-justify.lifelinepadddp {
    padding: 68px 26px 67px 57px !important;
  }

  .col-md-12.col-lg-6.text-justify.ruraldppadd {
    padding: 50px 27px 30px 50px !important;
  }

  .col-md-12.col-lg-6.text-justify.gethigh-padd {
    padding: 63px 30px 77px 44px !important;
  }

  .col-md-12.col-lg-6.text-justify.business-services-shop {
    padding: 59px 22px 53px 40px !important;
  }

  .text-justify-wify {
    padding: 82px 19px 27px 46px !important;
  }

  .text-justify.padding-build-tv-packages {
    padding: 90px 23px 84px 31px !important;
  }

  .text-justify.padding-tv-everywhere1 {
    padding: 60px 0px 0px 13px !important;
  }

  .adrian-locations1 {
    padding: 42px 19px 0px 24px !important;
  }

  .col-xl-6.text-justify-beginnigss.padding-our-beginnings {
    padding: 55px 0px 0px 24px !important;
  }

  .col-xl-6.text-justify.padding-tv-everywhere2 {
    padding: 0px 19px 0px 33px !important;
  }

  .residential-form-content,
.business-form-content {
    width: calc(100% - 86px);
  }

  .business-quote-container .location-info .price {
    font-size: 15px;
  }

  .receive {
    padding-left: 20px;
  }

  .form-control {
    margin-bottom: 20px;
  }

  .pad-techhh-5 {
    margin-left: 0px;
  }

  .pad-techh-2 {
    margin-left: 0px;
  }

  .d-p-connected {
    padding-right: 11px;
    padding-left: 25px;
    padding-bottom: 40px;
  }

  .d-p-connected2 {
    padding-right: 11px;
    padding-left: 25px;
    padding-bottom: 40px;
  }

  .modal-content-res {
    width: 90% !important;
    margin-right: 20px;
    margin-left: 20px;
  }

  .maps {
    padding: 0px !important;
  }

  .f-widget {
    right: 15px;
  }

  .text-justify {
    padding: 70px 21px 77px 45px !important;
  }

  .center-btn {
    text-align: left !important;
  }

  /*.info-menu-2{
      margin-top: 0px !important;
  }*/
  .pad-service-area-pad {
    max-width: initial;
  }
}