

  /** BANNER **/
  .banner-copy.desktop {
	display: none;
  }

  #internet-banner {
	background: url('/Images/HomeSC/2026/2/internet/INTERNET-HEADER-1.jpg');
	background-size: cover;
	height: 300px;
	float: left;
	width: 100%;
  }
  #internet-banner-2 {
	background: url('/Images/HomeSC/2025/7/mywifi-xtreme/banner/MYWIFIXTREME_SUMMER_HEADER_V2.jpg');
	background-size: cover;
	height: 300px;
	float: left;
	width: 100%;
  }

  .banner-copy.mobile {
	display: none;
  }
  @media(min-width: 768px) {


	.banner-copy.desktop {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  width: 45%;
	  margin-left: 50%;
	  align-items: center;
	  justify-content: center;  
	}
  }

  @media(min-width: 991px) {
	#internet-banner {
	  height: 400px;
	}
	#internet-banner-2 {
	  height: 400px;
	}

  }



  @media(min-width: 1200px) {
	#internet-banner {
	  height: 551px;
	}
	#internet-banner-2 {
	  height: 551px;
	}
  }

  @media(min-width: 1400px) {
	.banner-copy.desktop {
	  margin-left: 50%;
	}
	#internet-banner {
	  height: 578px;
	}

  }
  @media(min-width: 1625px) {
	.banner-copy.desktop {
	  margin-left: 45%;
	}
  }
  /** END BANNER **/

  .margin_left {
	margin-left: 30%;
	text-align: center;
  }
  b, strong {
	color: #333333 !important;
  }
  .container{
	max-width:1200px;
	width:100%;
  }

  @media screen and (max-width: 1180px) {
	.margin_left {
	  margin-left: 20%;
	  width: 84%;
	}
  }
  @media screen and (max-width: 767px) {
	#internet-banner {
	  display:none;
	}
	.banner-copy.mobile {
	  display: block;
	}
	#bandwidth-devices {
	  margin: 10px auto auto auto;
	}
	.streaming {
	  width: 49% !important;
	  float: left;
	}
	.connect_1 strong {
	  width: 100% !important;
	  margin-bottom: 20px;
	}
	.made_to {
	  padding-left: 0;
	  margin-left:0%;
	}
	#free-mywifi .green {
	  font-size: 28px;
	}
	#free-mywifi h2 {
	  font-size: 28px;
	}
	#free-mywifi .blue {
	  font-size: 28px;
	}
	#easy-tool h2 {
	  margin-bottom: 20px;
	  font-size: 24px;
	}
	#easy-tool h2 img {
	  max-width: 35px;
	  left: -60px;
	}
	.fadeInUp h2 {
	  font-size: 28px;
	}
	.save_even_more h3 {
	  font-size: 28px;
	}
	#do-for-you h2 {
	  font-size: 28px;
	}
  }
  @media screen and (max-width: 640px) {
	.streaming {
	  width: 48% !important;
	}
	#slider-section .slide .content {
	  padding: 20px;
	  height: auto;
	}
  }


  @media screen and (max-width: 480px) {
	.many_devices {
	  margin-bottom: 30px;
	}
	.connect_1 strong {
	  padding: 20px 20px;
	  font-size: 34px;
	}
	.many_devices_2 h3 {
	  font-size: 28px;
	}
  }

  #ht-speeds {
	text-align: center;
	padding: 35px 0 20px;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
  }

  #do-for-you {
	padding-bottom: 70px;
  }
  #most-popular-tag span {
	font-style: italic;
  }
  #most-popular-tag {
	display: block;
	background-color: #1682c5;
	color: #fff;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	max-width: 450px;
	margin: auto;
	padding: 15px;
	font-family: 'Quasimoda', sans-serif;
	font-weight: bold;
	box-shadow: 0px -2px 5px #bbb;
  }

  #bandwidth-estimator-2022 h3 {
	font-size: 22px;
  }

  p.m-0 {
	margin: 0;
  }

  @media(min-width: 991px) {
	#bandwidth-estimator-2022 h3 {
	  font-size: 42px;
	}

	#ht-speeds #speeds a:nth-child(1), 
	#ht-speeds #speeds a:nth-child(3) {
	  margin-top: 65px !important;
	}

	#ht-speeds #speeds > div {
	  transition: 1s all;
	}
	#ht-speeds #speeds > div:hover {
	  transform: scale(1.1);
	}
  }
  .get_internet_now {
	margin-top: 40px;
  }

  a.bttn-green, a.bttn-green:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 18px 30px;
	font-weight: 300;
	font-family: Quasimoda;
	border-radius: 50px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	border: 1px solid #80db44;
  }
  a.bttn-green-3, a.bttn-green-3:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 18px 30px;
	font-weight: 300;
	font-family: Quasimoda;
	border-radius: 50px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	border: 1px solid #80db44;
	cursor: pointer;
  }
  .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: none;
  }

  .get_certified .bttn-green {
	margin-top: 40px !important;
  }

  #header {
	z-index: 9999;
  }

  .swooshBg {
	padding-top: 30px;
	width: 100%;

  }
  .slider_top_1{
	background: url('/Images/HomeSC/2022/do-more/easy_tools_2.png') no-repeat;
	background-size: 100% 125%;
	padding-top: 20px;
	padding-bottom: 0;
  }



  @keyframes bgSlideIn {
	from {
	  background-position: 1000% 100%;
	}
	to {
	  background-position: 100% 100%;
	}
  }

  #wifi-xtreme {
	padding-top: 70px;
	float: left;
	width: 100%;
	padding-bottom: 20px;
  }
  #wifi-xtreme-p {
	font-size: 21px;
	font-weight:300;
	max-width: 545px;
	margin: 10px auto;
  }
  #wifi-xtreme article img.wifix_logo_img {
	display: inline-block;
	width: 100%;
	max-width: 600px;
	margin: 15px auto;
  }

  .bttn-green.slider_btn {
	margin-top: 20px;
  }


  @media screen and (max-width: 992px) {
	#community-connect figure {
	  border-top-right-radius: 0px;
	  border-bottom-right-radius: 0px;
	}
  }

  /* animations */
  .security_item img{
	width: 80px;
	aspect-ratio: 1/1;
  }
  .bttn-green {
	transition: all 0.1s;
  }
  .bttn-green:hover {
	background-color: #fff !important;
	border: 1px solid #80db44 !important;
	color: #80db44 !important;
	text-decoration: none;
  }
  .bttn-green-3:hover {
	background-color: #f2faff !important;
	border: 1px solid #80db44 !important;
	color: #80db44 !important;
	text-decoration: none;
  }
  .pulsing {
	display: inline-block;
	animation: pulsing-animation 2s alternate infinite;
  }
  @keyframes pulsing-animation {
	from {transform: scale(1);}
	to {transform: scale(1.05);}
  }
  .speed-source {
	margin-bottom: 0px;
  }
  .pulsing-bigger {
	display: inline-block;
	animation: pulsing-bigger-animation 2s alternate infinite;
  }
  @keyframes pulsing-bigger-animation {
	from {transform: scale(1.0);}
	to {transform: scale(1.15);}
  }


  @media screen and (max-width: 1124px) {

	.connect_1 strong {
	  width: 190px;
	}
  }
  @media screen and (max-width: 980px) {
	.offset-md-1 {
	  margin-left: 0;
	}
	.streaming {
	  width: 32%;
	  margin-bottom: 20px;
	}

  }


  /* fiber tools */

  .protected {
	background: url(/Images/HomeSC/2022/reliable-internet/slide_1_right.png) no-repeat;
	background-size: 60%;
	background-position: center;
	height: 340px;
  }
  .protected_2 {
	background: url(/Images/HomeSC/2022/reliable-internet/slide_2_right.png) no-repeat;
	background-size: 60%;
	background-position: center;
	height:340px;
  }
  .protected_3 {
	background: url(/Images/HomeSC/2022/reliable-internet/slide_3_right.png) no-repeat;
	background-size: 60%;
	background-position: center;
	height:340px;
  }
  .protected, .protected_2, .protected_3 {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
  }
  .d-show {
	padding-left: 0;
  }
  .protected-connected {
	padding: 0px 0 !important;
  }
  .protected_top {
	padding: 40px 60px 40px !important; 
	align-self: stretch;
  }

  .protected_top {
	height: 775px;
  }
  .align-items-center {
	align-items: center;
  }
  .d-flex {
	display: flex;
  }
  @media(min-width: 576px) {
	.protected_top {
	  height: 450px;
	}
  }

  @media(min-width: 768px) {
	.protected_top {
	  height: 300px;
	}
  }

  @media(min-width: 991px) {
	.protected_top {
	  height: 450px;
	}
  }

  @media(min-width: 1200px) {
	.protected_top {
	}
  }

  .fadeInUp.go {
	margin-bottom: 20px;
	margin-top: 10px;
  }
  .no-gutters {
	margin-bottom: 60px;
	float: left;
	width: 100%;
  }

  @media screen and (max-width: 767px) {
	#frustrated-providers p {
	  padding: 0 5px;
	}
	.telecom {
	  margin-left: 0;
	}
	#ht-speeds #speeds a:nth-child(1), 
	#ht-speeds #speeds a:nth-child(3) {
	  margin-top: 15px !important;
	}
  }
  @media only screen and (min-width: 1600px)  {
	.container {
	  max-width: 1380px;
	  width: 100%;
	}
	.banner-copy p {
	  max-width: 590px;
	}
	#wifi-outdoor .banner-copy p{
	  max-width: 100%;
	}
	#internet-banner-2 p {
	  max-width: inherit;
	}
	.icon ul li p {
	  font-size: 22px;
	}
	.icon ul li h4 {
	  font-size: 26px;
	}
	a.bttn-green, a.bttn-green:visited {
	  font-size: 20px;
	  padding: 30px 68px;
	}
	a.bttn-green-3, a.bttn-green-3:visited {
	  font-size: 20px;
	  padding: 30px 68px;
	}
	#additional-benefits h2 {
	  font-size: 50px;
	}
	a.bttn-green img {
	  width: 36px;
	}
	#additional-benefits .modal-dialog {
	  max-width: 980px;
	}
	.modal-dialog {
	  max-width: 980px;
	}
	.boost-1 .img-fluid {
	  max-width: 1200px;
	}
	#boost-signal {
	  padding-bottom: 60px;
	}
	#slider-section .slide {
	  height: 390px;
	}
	#slider-section .slide .content p {
	  font-size: 22px;
	}
	#additional-benefits article img {
	  max-height: 110px;
	}
	#wifi-xtreme section .row {
	  max-width: 1480px;
	}
	#slider-section {
	  max-width: 1380px;
	}
	#wifi-xtreme .content_area {
	  padding-left: 0;
	}
	.security p {
	  font-size: 24px;
	  max-width: 800px;
	}
	.security_item h4 {
	  font-size: 24px;
	}
	.security_item span {
	  font-size: 22px;
	}
	.security_item h3 {
	  font-size: 38px;
	}
	.security_item img {
	  width: 100px;
	  max-height: 100px;
	}
	.boost-1 p {
	  font-size: 24px;
	}
	.plans-top p {
	  font-size: 24px;
	}
	.banner-copy p {
	  font-size: 24px;
	}
	.no-gutters {
	  margin-bottom: 100px;
	}
	#wifi-xtreme .content_area {
	  padding-top: 120px;
	}
	.security_item {
	  padding: 40px 15px;
	}
	#wifi-xtreme {
	  padding-bottom: 10px;
	}
	#wifi-xtreme article img.app_screenshot {
	  max-width: 800px;
	  width: 90%;
	}
  }
  @media screen and (max-width: 980px) {
	.banner-copy h1 {
	  font-size: 50px;
	}
	.banner-copy p {
	  font-size: 20px;
	}
	.icon ul li {
	  width: 48%;
	  margin: 0 5px 30px;
	  position: relative;
	  z-index: 999;
	}

  }
  @media screen and (max-width: 1124px) {
	.banner-copy h1 {
	  font-size: 40px;
	}
	.banner-copy p br{
	  display:none;
	}
  }
  @media screen and (max-width: 980px) {
	#internet-banner-2 {
	  display: none;
	}
	.banner-copy.mobile.tabs-full {
	  display: block;
	}
  }
  @media screen and (max-width: 767px) {
	.banner-copy.mobile {
	  margin-top: 30px;
	}
	.fiber-powered {
	  padding: 30px 0;
	}
	.padding-top-shop {
	  margin-top: 15px;
	}
	.icon-top {
	  padding-bottom: 30px;
	}
	#boost-signal {
	  padding-bottom: 0;
	  padding-top: 10px;
	}
	#wifi-xtreme {
	  padding-top: 20px;
	  padding-bottom: 0;
	}
	a.bttn-green, a.bttn-green:visited {
	  font-size: 16px;
	  padding: 14px 30px;
	}
	a.bttn-green-3, a.bttn-green-3:visited {
	  font-size: 16px;
	  padding: 14px 30px;
	}
	#additional-benefits .modal-footer p {
	  text-align: left;
	}
	#additional-benefits .modal-body .img-fluid {
	  max-width: 300px;
	  width: 100%;
	}
  }
  @media screen and (max-width: 575px) {
	.banner-copy h1 {
	  font-size: 30px;
	}
	.fiber-powered {
	  padding: 0 0 30px;
	}
	.plans-top h2 {
	  font-size: 28px;
	}
	.icon ul li {
	  width: 94%;
	  min-height: auto;
	}
	.boost-1 h2 {
	  font-size: 28px;
	}
	#slider-section .slide .content p {
	  font-size: 18px;
	}
	#additional-benefits h2 {
	  font-size: 30px;
	}
	#wifi-xtreme article img.app_screenshot {
	  display: block;
	  margin: 0 auto 0;
	}
	.security h2 {
	  font-size: 28px;
	}
	.padding-none {
	  padding: 0;
	}
  }
  .slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
  }
  .icon-top .slick-prev {
	left: -25px;
  }
  .icon-top .slick-next {
	right: -25px;
  }
  .icon-top .slick-prev {
	outline: 0;
	top: calc(50% - 15px);
	left: -30px;
	border: 0;
	background-image: url('/Images/HomeSC/2025/3/slider-icon/ACTIVE-left.png');
	background-size: 50%;
	background-repeat: no-repeat;
  }
  .icon-top .slick-next {
	outline: 0;
	top: calc(50% - 15px);
	right: -35px;
	border: 0;
	z-index: 999;
	background-image: url('/Images/HomeSC/2025/3/slider-icon/ACTIVE-right.png');
	background-size: 50%;
	background-repeat: no-repeat;
  }
  .icon-topn .slick-next:hover {
	background-image: url('/Images/HomeSC/2025/3/slider-icon/HOVER-right.png');
  }
  .icon-top .slick-next.slick-arrow.slick-disabled {
	background-image: url('/Images/HomeSC/2025/3/slider-icon/INACTIVE-right.png');
  }
  .icon-top .slick-prev.slick-arrow.slick-disabled {
	background-image: url('/Images/HomeSC/2025/3/slider-icon/INACTIVE-left.png');
  }

