
  @media screen and (min-width: 772px) {
	.blob-padding {
	  margin-top: 270px;
	}
  }
  .mt-list {
	margin-top: 40px;
  }
  #additional-benefits strong {
	font-size: 24px;
	display: inline-block;
	font-weight: 600;
  }
  .lifestyle {
	float: left;
	width: 100%;
	background: #fff;
	padding: 50px 0 0;
  }
  .phone-right .img-responsive {
	max-width: 500px;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
  }
  .lifestyle .row {
	display: flex;
	align-items: center;
  }
  .break-out {
	text-align: center;
  }
  .break-out span {
	color: #333;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 15px;
	float: left;
	width: 100%;
  }
  .break-out h2 {
	color: #333;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 15px;
  }
  .break-out p {
	color: #333;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
  }
  .break-out ul {
	margin: 0;
	padding: 0;
  }
  .break-out ul li {
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
	font-weight: 300;
  }
  .smart-outdoor{
	float: left;
	width: 100%;
	background: #fff;
	padding: 0 0 50px;
  }
  .smart-devices {
	text-align: center;
	margin-top: 50px;
  }
  .smart-devices i{
	font-size: 16px;
	font-weight: 300;
	color: #000;⁨
  }
  .toggle-content {
	display: none;
  }
  .frequently-questions {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 80px;
  }
  .frequently-questions .container {
	max-width: 800px;
	width: 100%;
  }
  .toggle-switch {
	font-size: 22px;
	color: #000;
	font-weight: 600;
	margin-bottom: 0;
  }
  .frequently-questions article {
	border-radius: 11px;
	background: #FFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
	padding: 18px 16px;
	margin-bottom: 18px;
	cursor: pointer;
	float: left;
	width: 100%;
  }
  .frequently-questions .that-blue {
	font-size: 16px;
	color: #000;
	margin-top: 10px;
  }

  .frequently-questions .toggle-content ul {
	margin: 10px 0 0;
	padding: 0 20px 0;
  }
  .frequently-questions .toggle-content ul li{
	font-size: 16px;
	color: #000;
	margin-bottom: 3px;
  }

  .frequently-questions .fas {
	float: right;
  }
  .frequently-questions b {
	color: #000;
	float: left;
	margin-top: 10px;
  }
  .frequently-questions article a{
	color: #000;
  }
  .frequently-questions article a:hover{
	color: #000;
  }
  .question {
	float: left;
	width: 100%;
	background: #fff;
  }
  #internet-faqs {
	float: left;
	width: 100%;
	padding-top: 30px;
  }
  .disclaimer {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 80px;
	padding-top: 40px;
  }
  .disclaimer i {
	font-size: 16px;
	color: #000;
	font-weight: 300;
  }
  #Modal-1 .modal-close-btn {
	position: absolute;
	right: 15px;
	z-index: 999;
	border: 0;
	background: transparent;
	top: 20px;
  }
  #Modal-1 .modal-body {
	position: relative;
	padding: 0;
	background: #fff;
	float: left;
	width: 100%;
	border-radius: 30px;
  }
  #Modal-1 .thank-you {
	text-align: center;
	padding: 20px 40px;
  }
  .thank-you span {
	color: #333;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
  }
  .thank-you h2 {
	color: #333;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	line-height: 52px;
	margin: 10px 0 20px;
  }
  .thank-you p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
	margin-bottom: 30px;
  }
  
  .form-disclaimer p{
    font-weight: 300;
    font-style: italic;
}
section#subfooter {
    float: left;
    width: 100%;
}
.that-blue .no-break {
  white-space: nowrap;
}

  .thank-you strong {
	font-weight: 600;
  }
  #Modal-1 form {
	float: left;
	width: 100%;
	background: #F8F8F8;
	padding: 20px 40px 20px;
	border-radius: 0 0 30px 30px;
  }
  #Modal-1 .form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30),0px 1px 3px 1px rgba(0,0,0,0.15);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }
  #Modal-1 .checkbox-group {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
  }
  #Modal-1 .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
  }
  #Modal-1 .checkbox-inline {
	margin: 0 14px;
  }
  #Modal-1 input[type="checkbox"], input[type="radio"] {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.30),0px 1px 3px 1px rgba(0,0,0,0.15);
  }
  .submit-button {
	text-align: center;
	margin-top: 30px;
  }
  #Modal-1 .btn.btn-submit {
	color: #009B67;
	background: transparent;
	border: 2px solid #009B67;
	padding: 10px 60px;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	transition: background-color .3s ease;
  }
  #Modal-1 .btn.btn-submit:hover {
	color: #fff;
	background: #009B67;
  }
  #Modal-1 .modal-dialog {
	max-width: 920px;
	width: 100%;
	margin: 30px auto;
  }
  .counter {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 26px;
	background: linear-gradient(282deg,#7BC250 36.3%,#14AFD1 95.73%),#1F1F1F;
	box-shadow: 0 4px 4px 0 rgba(51,51,51,0.08);
	display: flex;
	text-align: center;
	padding: 35px 10px;
	justify-content: center;
  }
  .counter h2 {
	color: #fff;
	font-size: 60px;
	margin: 0 0 4px;
  }
  .counter span {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
  }
  .counter-top {
	margin-top: 50px;
	margin-bottom: 10px;
  }

  /* list CSS Starts */
  .p-0 {
    padding: 0;
}
.lifestyle .row.tabs-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}
 .security-box {
    background-color: #52b38c;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-transform: uppercase;
   line-height: 14px;
}
   .home-automation-box {
    background-color: #98d21e;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    width: 100%;
    text-transform: uppercase;
	line-height: 14px; 
}
  #step-ahead-chart {
    background-color: #f4f4f4;
    padding: 10px 20px 0;
    border-radius: 20px;
	border:1px solid #333;
}
article#step-ahead-chart-footer {
    margin-right:25px;
}
  
#step-ahead-chart article {
    padding: 10px 0px;
    border-bottom: solid 1px #000;
    margin: 0px;
}
  #step-ahead-chart p {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
	text-align: left;
	line-height: 55px;
	color:#333;
}
  #step-ahead-chart-footer p small {
    font-size: 12px;
}
  .time-break{
    padding-bottom:50px;  
  }
.price {
    display: flex;
    align-items: baseline;
    font-size: 58px;
    margin: 0;
    font-weight: 500;
    color: #6FB841;
    line-height: 50px;
    font-family: "Bebas Neue";
    padding-top: 10px;
    margin-bottom: -25px;
    justify-content: flex-end;
}
  .price::before {
    content: "$";
    font-size: 30px;
    color: #6FB841;
    position: relative;
    top: -25px;
	font-weight: 500;
	font-family: "Bebas Neue";
}
.price .permonth {
    font-size: 20px;
    position: relative;
    font-weight: 500;
    color: #6FB841;
    top: 0;
    margin-left: 0;
    text-transform: uppercase;
    line-height: 50px;
    font-family: "Bebas Neue";
    width: 30px;
}


 #step-ahead-chart article:last-child {
    border-bottom: 0;
}


.mobile-show{
  display:none;
}
.banner-copy.mobile {
	  display: none;
	}
@media screen and (max-width: 991px) {

#step-ahead-chart p {
    line-height: 26px;
}
  .time-break {
    padding-bottom: 20px;
}

}

    /* list CSS Ends */


  /****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%;
	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: 20px;
	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 css end*****/  

  .padding-top-shop {
	margin-top: 50px;
  }
  .icon-top {
	float: left;
	width: 100%;
	padding-bottom: 80px;
	background: #fff;
  }
  .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;
  }
  .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: 20px;
	line-height: 32px;
	margin-bottom: 30px;
	max-width: 560px;
  }
  .boost-1 .img-fluid {
	max-width: 800px;
	width: 100%;
  }

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

  #additional-benefits article img {
	display: block;
	width: auto;
	max-height: 70px;
	margin: auto;
	margin-bottom: 20px;
  }
  #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: 400;
	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;
  }
  h2.get-true {
	margin-top: 0;
  }
  .load_time {
	width: 756px;
	margin: 0 auto;
  }


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


  @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;
	}	
.form-disclaimer {
    margin-top: 75px;
}

  }


  @media(max-width: 480px) {
	#slider-section .slick-prev {
	  background-size: 40% !important;
	  left: -26px !important;
	}
	#slider-section .slick-next {
	  background-size: 40% !important;
	  right: -26px !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/2025/6/slide/slide-1.png');
  }

  #slider-section .slide.two .image {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-2.png');
  }

  #slider-section .slide.three .image {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-3.png');
  }
  #slider-section .slide.four .image {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-4.png');
  }

  /* Behind the Slide Copy Images */
  #slider-section .slide.one .content {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-bg-1.png');
  }

  #slider-section .slide.two .content {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-bg-2.png');
  }

  #slider-section .slide.three .content {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-bg-3.png');
  }

  #slider-section .slide.four .content {
	background-image: url('/Images/HomeSC/2025/6/slide/slide-bg-1.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: 25%;
	}
  }

  @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 4'],
  #slider-section ul.slick-dots li.slick-active button[aria-label='2 of 4'],
  #slider-section ul.slick-dots li.slick-active button[aria-label='3 of 4'],
  #slider-section ul.slick-dots li.slick-active button[aria-label='4 of 4']
  {
	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 4']:before,
  #slider-section ul.slick-dots li button[aria-label='2 of 4']:before,
  #slider-section ul.slick-dots li button[aria-label='3 of 4']:before,
  #slider-section ul.slick-dots li button[aria-label='4 of 4']:before
  {
	padding: 1rem 0;
	display: block;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	font-family: Quasimoda;
	top: 20px;
	color: #333;
  }

  @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 4']:before,
  #slider-section ul.slick-dots li.slick-active button[aria-label='2 of 4']:before,
  #slider-section ul.slick-dots li.slick-active button[aria-label='3 of 4']:before,
  #slider-section ul.slick-dots li.slick-active button[aria-label='4 of 4']:before
  {
	color: #1682c5;
  }

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

  #slider-section ul.slick-dots li button[aria-label='2 of 4']:before {
	content: 'Workshop & Shed';
  }

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

  #slider-section ul.slick-dots li button[aria-label='4 of 4']:before {
	content: 'Dockside';
  }

  #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 {
	width: 100%;
	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;
	}
  }

