

  /******Condensed Internet Plans for Programming**********/
  /* FLEX FIX */
  .equal-row {
	display: flex;
	flex-wrap: wrap;
  }
  /* DESKTOP: 5 equal */
  .col-custom {
	width: 20%;
	padding: 7px;
  }
  .col-custom .icon {
	display: inline-block;
	padding: 20px 10px;
	border-radius: 25px;
	background: #fff;
	border: 2px solid #EDEDED;
  }

  .col-custom .icon h4 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: Quasimoda;
	margin: 12px 0 10px;
  }
  .col-custom .icon p {
	color: #4a4a4a;
	font-size: 18px;
	font-weight: 300;
	font-family: Quasimoda;
	margin-bottom: 0;
  }
  .col-custom .icon a {
	text-align: center;
	color: transparent;
  }
  .col-custom .icon:hover h4 {
	color: #fff;
  }
  .col-custom .icon:hover p {
	color: #fff;
  }
  .col-custom .icon .img-4 {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon .img-4_1 {
	display: none;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon:hover .img-4_1 {
	display: block;
  }
  .col-custom .icon:hover .img-4 {
	display: none;
  }

  .col-custom .icon .img-5 {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon .img-5_1 {
	display: none;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon:hover .img-5_1 {
	display: block;
  }
  .col-custom .icon:hover .img-5 {
	display: none;
  }

  .col-custom .icon .img-6 {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon .img-6_1 {
	display: none;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon:hover .img-6_1 {
	display: block;
  }
  .col-custom .icon:hover .img-6 {
	display: none;
  }

  .col-custom .icon .img-7 {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon .img-7_1 {
	display: none;
	margin-left: auto;
	margin-right: auto;
  }
  .col-custom .icon:hover .img-7_1 {
	display: block;
  }
  .col-custom .icon:hover .img-7 {
	display: none;
  }
  .col-custom .icon:hover {
	background: #193F71;
  }
  .icon-top .container {
	margin: 0 auto;
	width: 90%;
  }
  @media (min-width: 1600px) {
	.col-custom .icon p {
	  font-size: 20px;
	}
	.col-custom {
	  padding: 9px;
	}
	.icon-top .container {
	  width: 100%;
	}
  }

  /* MOBILE */
  @media (max-width: 1080px) {
	/* First box full */
	.col-custom:nth-child(5) {
	  width: 100%;
	  order: -1;
	}

	/* Row control */
	.col-custom:nth-child(2) {
	  order: 3;
	}
	.col-custom:nth-child(3) {
	  order: 3;
	}

	/* Others 2-2 */
	.col-custom {
	  width: 50%;
	}
  }
  /* Equal height */
  .equal-row > div {
	display: flex;
  }

  /* TABLET */
  @media (max-width: 991px) {
	.col-custom {
	  width: 50%;
	}

  }
  @media (max-width:575px) {
	.icon-top .container {
	  width: 100%;
	}
	.col-custom .icon p {
	  font-size: 16px;
	}
	.col-custom .icon h4 {
	  font-size: 20px;
	}
  }
  @media (max-width:400px) {
	.col-custom .icon p {
	  font-size: 12px;
	}
	.col-custom .icon h4 {
	  font-size: 16px;
	}
	.col-custom .icon .img-4 {
	  max-width: 70px;
	}
	.col-custom .icon .img-5 {
	  max-width: 70px;
	}
	.col-custom .icon .img-6 {
	  max-width: 70px;
	}
	.col-custom .icon .img-7 {
	  max-width: 70px;
	}
	.col-custom .icon:hover .img-4_1 {
	  width: 70px;
	}
	.col-custom .icon:hover .img-5_1 {
	  width: 70px;
	}
	.col-custom .icon:hover .img-6_1 {
	  width: 70px;
	}
	.col-custom .icon:hover .img-7_1 {
	  width: 70px;
	}
  }

  /******Condensed Internet Plans for Programming end css*********/


  /***Internet Promo Banner CSS Starts*********/
  #internet-promo-banner {
	float: left;
	width: 100%;
	margin-bottom:50px;
	padding:10px;
  }
  .promo-banner {
	background: linear-gradient(90deg, #6FB841, #009E6D);
	padding: 40px 15px 20px;
	border-radius: 20px;
	color: #fff;
  }

  .promo-text .promo-label {
	color: #fff;
	font-size: 19px;
	font-weight: 800;
  }

  .promo-text h2 {
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	margin:10px 0;
  }

  .promo-text p {
	font-size: 21px;
	margin: 0;
	font-weight: 500;
  }
  
  .promo-right {
	text-align: right;
  }

  .gift-card-box {
	display: flex;
	justify-content: right;
  }
  .gift-card-box img{
	/***width: 200px;***/
	max-width: 100%;
  }
  .disclaimer a {
    color: #fff;
    text-decoration: underline;
    margin-top: 10px;
    float: right;
    width: 100%;
    padding-right: 5px;
	font-size: 18px;
	text-align: right;
	font-weight: 250;
}
  .disclaimer a:hover{
	color: #fff;
  }
  .flex-center {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
}

  a.learn-more {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	font-size:32px;
  }

  .learn-more:hover {
	color: #e0e0e0;
	text-decoration: underline;
  }
  .promo-text sup {
    color: #fff;
    vertical-align: super;
}

  /* Responsive */
  @media (min-width: 1600px) {
	.promo-text .promo-label {
    font-size: 19.169px;
}
	.promo-text h2 {
    font-size: 40.081px;
}
	.promo-text p {
    font-size: 21.783px;
}
	a.learn-more {
    font-size: 32.899px;
}
	.disclaimer a {
    font-size: 18.062px;
}
	/***#internet-promo-banner .container {
    max-width: 1250px;
}**/
	
  }
  @media (max-width: 1124px) {
	.promo-text h2 {
    font-size: 34px;
}
	.promo-text sup {
    top: -.4em;
}
  }
  @media (max-width: 991px) {
	.promo-text {
	  text-align: center;
	  margin-bottom: 20px;
	}

	.promo-text h2 {
	  font-size: 26px;
	}
	.promo-text sup {
    top: 0;
}

	.promo-text p {
	  font-size: 16px;
	}
  }
  @media (max-width: 980px) {
	.gift-card-box {
    justify-content: center;
}
	a.learn-more {
    font-size: 20px;
    margin-top: 15px;
    float: left;
    width: 100%;
}
	.promo-right a {
    text-align: center;
}
	.flex-center {
    display: block;
}
  }
  @media (max-width: 767px) {
	.gift-card-box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	.gift-card-box {
    display: block;
}
	.disclaimer a {
    text-align: center;
}
	
  }

  /***Internet Promo Banner CSS Ends*********/




  .hero-slider-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
  }
  .hero-slick-slider.mobile-show {
	display: none;
  }

  .hero-slick-slider {
	width: 50%;
  }

  .hero-slick-slider img {
	width: 100%;
	display: block;
  }

  .right-content {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 40px;
	background: #fff;
  }

  /* Mobile */
  @media (max-width: 992px) {
	.hero-slick-slider,
	.right-content {
	  width: 100%;
	}


  }



  .bttn-green .mobile-view {
	display: none;
  }
  .bttn-green:hover .mobile-view {
	display: inline-block;
  }
  .bttn-green:hover .desktop-view {
	display: none;
  }

  /****icon css start*****/
  a.bttn-green img {
	display: inline-block;
	width: 30px;
	margin-left: 8px;
	margin-right: 10px;
  }
  a.bttn-green-3 img {
	display: inline-block;
	width: 30px;
	margin-left: 8px;
	margin-right: 10px;
  }
  .icon {
	width: 100%;
	float: left;
	text-align: center;
  }
  a:visited {
	color: inherit;
	outline-style: none;
  }
  .icon ul{
	margin:0;
	padding:0;
  }
  .icon ul li {
	display: inline-block;
	min-height: 290px;
	width: 23%;
	padding: 20px 10px;
	border-radius: 25px;
	background:#fff;
	border: 2px solid #EDEDED;
	margin:0 5px;
  }
  .icon ul li h4 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	font-family: Quasimoda;
	margin: 12px 0 10px;

  }
  .icon ul li:hover h4{
	color: #fff;
  }
  .icon ul li p {
	color: #4a4a4a;
	font-size: 19px;
	font-weight: 300;
	font-family: Quasimoda;
  }

  .icon ul li:hover p{
	color: #fff;
  }
  a:hover {
	color: transparent;
	outline-style: none;
  }
  .icon ul li a{
	text-align:center;
	color: transparent;
  }
  .icon ul li .img-4{
	display:block;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li .img-4_1{
	display:none;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li:hover .img-4{
	display:none;
  }
  .icon ul li:hover .img-4_1{
	display:block;
  }

  .icon ul li .img-5{
	display:block;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li .img-5_1{
	display:none;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li:hover .img-5{
	display:none;
  }
  .icon ul li:hover .img-5_1{
	display:block;
  }

  .icon ul li .img-6{
	display:block;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li .img-6_1{
	display:none;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li:hover .img-6{
	display:none;
  }
  .icon ul li:hover .img-6_1{
	display:block;
  }

  .icon ul li .img-7{
	display:block;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li .img-7_1{
	display:none;
	margin-left:auto;
	margin-right:auto;
  }
  .icon ul li:hover .img-7{
	display:none;
  }
  .icon ul li:hover .img-7_1{
	display:block;
  }

  .icon ul li:hover {
	background: #193F71;
  }

  #wifi-outdoor .banner-copy.desktop {
	margin-left: 0%;
	width: 100%;
  }
  /****icon css end*****/  

  .padding-top-shop {
	margin-top: 50px;
  }
  .icon-top {
	float: left;
	width: 100%;
  }
  .show-icon {
	display: inline-block !important;
  }
  .hide-icon {
	display: none !important;
  }
  .hide-icon:hover {
	display: inline-block !important;
  }
  .show-icon:hover {
	display: none !important;
  } 
  .bttn-green:hover .show-icon{
	display: none !important;
  }

  .bttn-green:hover .hide-icon {
	display: inline-block !important;
  }

  .bttn-green-3:hover .show-icon{
	display: none !important;
  }

  .bttn-green-3:hover .hide-icon {
	display: inline-block !important;
  }

  .center-top {
	float: left;
	width: 100%;
	padding: 40px 0 80px;
  }
  .row.justify-content-center {
	display: flex;
	justify-content: center;
  }
  .fiber-powered {
	float: left;
	width: 100%;
	padding: 60px 0 50px;
  }
  .plans-top span{
	color: #333;
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
  }
  .plans-top h2{
	color: #333;
	font-size: 35px;
	font-weight: 500;
	font-family: Quasimoda;
	margin-bottom: 15px;
  }
  .plans-top p{
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	font-family: Quasimoda;
  }

  .boost-1 span{
	color: #333;
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
  }
  .boost-1 h2{
	color: #333;
	font-size: 35px;
	font-weight: 500;
	font-family: Quasimoda;
	margin-bottom: 15px;
  }
  .boost-1 p{
	color: #000;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	font-family: Quasimoda;
  }
  .boost-1 strong{
	color: #000;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	font-family: Quasimoda;
  }

  .security span{
	color: #333;
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
  }
  .security h2{
	color: #333;
	font-size: 35px;
	font-weight: 500;
	font-family: Quasimoda;
	margin-bottom: 15px;
  }
  .security p{
	color: #333;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	font-family: Quasimoda;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
  }
  .banner-copy h1 {
	font-size: 60px;
	font-family: "Bebas Neue";
	color: #333;
  }
  .banner-copy p{
	color: #333;
	font-family: Quasimoda;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 3rem;
  }
  .boost-1 .img-fluid {
	max-width: 800px;
	width: 100%;
  }

  #additional-benefits {
	background-color: #f2faff;
	padding: 150px 0 70px;
	float: left;
	width: 100%;
	margin-top: -140px;
  }

  #additional-benefits article img {
	display: block;
	width: auto;
	max-height: 70px;
	margin: auto;
  }
  #additional-benefits h2 {
	font-family: "Bebas Neue";
	font-size: 42px;
	margin-bottom: 50px;
	font-weight: 500;
	color: #333;
	margin-top: 20px;
  }
  #additional-benefits p {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 15px auto;
	font-family: Quasimoda;
  } 


  #slider-section {
	padding: 0 0 3rem 0;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
  }

  #slider-section .slider {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }

  #slider-section .slider,
  #slider-section .dots-here {
	margin: 0 auto;
	width: 70%;
	max-width: 1200px;
	max-width: 1630px;
  }


  #boost-signal{
	float: left;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 60px;
  }
  h2.get-true {
	margin-top: 0;
  }
  .load_time {
	width: 756px;
	margin: 0 auto;
  }


  #fiber-tools h2 {
	margin-bottom: 0px;
  }
  #wifi-outdoor {
	margin-bottom: 20px;
  }

  @media(max-width: 991px) {

	#slider-section .slide .image {
	  width: 100%;
	  height:543px;
	}

	#slider-section .slide .content {
	  width: 100%;
	}
	#slider-section .slide {
	  display: block !important;
	  height: auto !important;
	}
	.slick-list {
	  background: #fff;
	}
	#slider-section .slide .content {
	  background-size: 20% !important;
	}

  }



  @media(max-width: 800px) {
	#slider-section .slide .image {
	  height:450px;
	}
	#slider-section .slick-prev {
	  background-size: 40% !important;
	  left: -40px !important;
	}
	#slider-section .slick-next {
	  background-size: 40% !important;
	  right: -40px !important;
	}
  }
  @media(max-width: 767px) {
	.row.justify-content-center {
	  display: inherit;
	  justify-content: center;
	}
	.mb-4 {
	  margin-bottom: 20px;
	}
	#slider-section .slide .content {
	  padding: 20px;
	}
	#slider-section .slide {
	  height: auto;
	}
	.slick-list {
	  background: #fff;
	}
	#slider-section .slide .image {
	  height: 400px;
	}
	#slider-section .slick-prev {
	  background-size: 40% !important;
	  left: -26px !important;
	}
	#slider-section .slick-next {
	  background-size: 40% !important;
	  right: -30px !important;
	}
	#slider-section .slider, #slider-section .dots-here {
	  width: 90% !important;
	}
	#boost-signal{
	  width: 100%;
	}

	.load_time {
	  width: 100%;
	}

  }

  @media(max-width: 575px) {
	#slider-section .slide .content {
	  background-size: 30% !important;
	}
	#additional-benefits article img {
	  max-height: 60px;
	}	


  }


  @media(max-width: 480px) {
	#slider-section .slick-prev {
	  background-size: 40% !important;
	  left: -26px !important;
	}
	#slider-section .slick-next {
	  background-size: 40% !important;
	  right: -18px !important;
	  z-index: -1;
	}
	#slider-section .slide .image {
	  height: 240px;
	}
	#slider-section .slide .content {
	  background-size: 35% !important;
	}
  } 


  @media(min-width: 576px) {
	#slider-section .slider,
	#slider-section .dots-here {
	  width: 80%;
	}
  }

  @media(min-width: 768px) {
	#slider-section .slider,
	#slider-section .dots-here {
	  width: 90%;
	}
  }

  #slider-section .slide {
	display: flex;
	height: 356px;
  }

  #slider-section .slide .image {
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  }

  #slider-section .slide .content {
	width: 100%;
	padding: 40px 55px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: white;
  }

  #slider-section .slide .content {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
  }

  #slider-section .slide a.upper {
	color: black;
	text-decoration: underline;
  }

  #slider-section .slide a.lower {
	color: grey;
	font-style: italic;
	text-decoration: underline;
  }

  /* Slide Main Images */
  #slider-section .slide.one .image {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_1.jpg');
  }

  #slider-section .slide.two .image {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_2.jpg');
  }

  #slider-section .slide.three .image {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_3.jpg');
  }

  /* Behind the Slide Copy Images */
  #slider-section .slide.one .content {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_1_right.png');
  }

  #slider-section .slide.two .content {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_2_right.png');
  }

  #slider-section .slide.three .content {
	background-image: url('/Images/HomeSC/2022/reliable-internet/slide_3_right.png');
  }

  #slider-section .slide .content p {
	font-size: 16px;
	padding: 0;
	font-weight: 300;
	margin-bottom: 1rem;
  }



  #slider-section ul.slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
  }

  #slider-section ul.slick-dots li.slick-active {
	width: 100%;
  }

  #slider-section ul.slick-dots li:not(.slick-active) {
	display: none;
  }
  @media (max-width: 1625px) {
	#slider-section .slide {
	  height: 356px;
	}

  }
  @media(min-width: 576px) {
	#slider-section .slide {
	  /*height: 520px;*/
	}
  }

  @media(min-width: 991px) {
	#slider-section ul.slick-dots li.slick-active,
	#slider-section ul.slick-dots li:not(.slick-active) {
	  display: block;
	  width: 33.33%;
	}
  }

  @media(min-width: 1200px) {
	#slider-section .slide .content p {
	  font-size: 18px;
	}

	#slider-section .slide .image {
	  width: 50%;
	}

	#slider-section .slide .content {
	  width: 50%;
	}
  }

  /* Slide Selector Border Color */
  #slider-section ul.slick-dots li.slick-active button[aria-label='1 of 3'],
  #slider-section ul.slick-dots li.slick-active button[aria-label='2 of 3'],
  #slider-section ul.slick-dots li.slick-active button[aria-label='3 of 3'] {
	border-bottom: 8px solid #1682c5;
  }

  #slider-section ul.slick-dots li button {
	width: 100%;
	border: none;
	padding: 0 0 2rem 0;
	color: white;
	background: white;
	cursor: pointer;
  }

  #slider-section ul.slick-dots li.slick-active button:before {
	color: #adb9c1;
  }

  #slider-section ul.slick-dots li button[aria-label='1 of 3']:before,
  #slider-section ul.slick-dots li button[aria-label='2 of 3']:before,
  #slider-section ul.slick-dots li button[aria-label='3 of 3']:before {
	padding: 1rem 0;
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	font-family: Quasimoda;
	top: 20px;
	color: black;
  }

  @media(max-width: 576px){
	#slider-section ul.slick-dots li {
	  width: 100%;
	}
	#slider-section .slide {
	  height: auto;
	}
  }


  /* Slide Selector Font Color */
  #slider-section ul.slick-dots li.slick-active button[aria-label='1 of 3']:before,
  #slider-section ul.slick-dots li.slick-active button[aria-label='2 of 3']:before,
  #slider-section ul.slick-dots li.slick-active button[aria-label='3 of 3']:before {
	color: #1682c5;
  }

  /* Slide Selector Copy */
  #slider-section ul.slick-dots li button[aria-label='1 of 3']:before {
	content: 'Protected When Connected';
  }

  #slider-section ul.slick-dots li button[aria-label='2 of 3']:before {
	content: 'Whole Home Coverage';
  }

  #slider-section ul.slick-dots li button[aria-label='3 of 3']:before {
	content: 'Installed & Certified';
  }

  #slider-section .slick-arrow {
	height: 30px;
	width: 30px;
	position: absolute;
	color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: white;
	background-position: center;
  }

  #slider-section .slick-prev {
	outline: none;
	top: calc(50% - 15px);
	left: -45px;
	border: none;
	background-image: url('/Images/HomeSC/2025/3/slider-icon/ACTIVE-left.png');	
  }

  #slider-section .slick-prev:hover{
	background-image: url('/Images/HomeSC/2025/3/slider-icon/HOVER-left.png');
  }
  #slider-section .slick-prev.slick-arrow.slick-disabled{
	background-image: url('/Images/HomeSC/2025/3/slider-icon/INACTIVE-left.png');
  }

  #slider-section .slick-next {
	outline: none;
	top: calc(50% - 15px);
	right: -45px;
	border: none;
	z-index: 999;
	background-image: url('/Images/HomeSC/2025/3/slider-icon/ACTIVE-right.png');	
  }

  #slider-section .slick-next:hover {
	background-image: url('/Images/HomeSC/2025/3/slider-icon/HOVER-right.png');
  }
  #slider-section .slick-next.slick-arrow.slick-disabled{
	background-image: url('/Images/HomeSC/2025/3/slider-icon/INACTIVE-right.png');
  }

  /* animations */
  .bttn-green {
	transition: all 0.1s;
  }
  .security_item{
	text-align: center;
	border-radius: 30px;
	border: 2px solid #ededed;
	padding: 20px 15px;
  }
  .security_item h3 {
	color: #6fb841;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-family: Quasimoda;
  }
  .security_item h4{
	font-size: 20px;
	margin: 3px 0 2px;
	font-weight: 400;
  }
  .security_item span{
	font-weight: 300;
	font-family: Quasimoda;
	font-size: 16px;
	color: #333;
  }

  .secure_slide_boxes{
	margin: 0;
  }

  #wifi-xtreme section {
	width: 100%
  }
  #wifi-xtreme section .row {
	background-color: #fff;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 15px;
	padding: 0;
	position: relative;
  }
  #wifi-xtreme section .row div {
	/* padding: 0 */
  }

  #wifi-xtreme .wifi-xtreme-p {
	font-weight:300;
	margin: 10px auto;
	font-size: 16px;
  }

  .slick-slider {
	margin: 0 auto;
  }
  .slick-slider li {
	margin: 0 10px;
	list-style: none;
  }
  /*.icon-top .container {
  margin: 0 auto;
  width: 90%;
  }*/
  @media(max-width: 1024px){
	.icon-top .slick-prev {
	  left: -15px !important;
	}
	.icon-top .slick-next {
	  right: -28px !important;
	}
  }

