
  .broadband ul li.speed-info {
	color: #57b193;
	font-size: 38px;
	font-weight: 700;
	margin-top: 15px;
  }

  .family-plan .img-fluid {
	max-width: 570px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
  }

  .mb-5 {
	margin-top: 40px;
  }

  .modal-dialog {
	max-width: 980px;
	width: 100%;
	top:22%;
  }

  .modal-content {
	border: none;
	border-radius: 0;
	position: relative;
  }

  .modal-body {
	padding: 0;
  }

  .embed-responsive {
	border-radius: 0;
  }

  /* Top right close button */
  .modal-close-btn {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 1051;
	background: #000;
	color: white;
	font-size: 24px;
	line-height: 1;
	padding: 0;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #fff;
	font-weight: bold;
  }

  .modal-close-btn:hover {
	background: #000;
  }

  /* Responsive iframe height */
  @media (max-width: 768px) {
	.embed-responsive-16by9 {
	  height: auto;
	}
  }
  @media (max-width: 767px) {
	.modal-dialog {
	  width: 94%;
	  top:30%;
	}
  }


  .broadband ul li a {
	color: #000;
	cursor: pointer;
  }
  .connected .broadband li a {
	text-decoration: none;
	color: green;
	cursor: pointer;
	font-weight: 800;
  }

  .img-fluid.desktop-hide {
	display: none;
  }
  .connected {
	float: left;
	width: 100%;
	padding: 70px 0;
	background-color: #57b193;
  }
  .support {
	background: #fff;
	max-width: 400px;
	padding-bottom: 25px;
	flex-direction: column;
	align-items: center;
	display: flex;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);

  }
  .family {
	border-radius: 15px 15px 0 0;
	background-color: rgba(87, 177, 147, 0.7);
	float: left;
	width: 100%;
	padding: 5px 10px;
  }
  .family h4{
	font-family: Quasimoda;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
  }
  .broadband {
	text-align: center;
	padding: 18px 10px 0;
  }
  .broadband ul {
	padding: 0;
	margin: 0 0 18px;
  }
  .broadband ul li {
	color: #000;
	font-family: Quasimoda;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
	display: block;
  }
  .connection{
	text-align: center;
  }
  .connection span{
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;

  }
  .connection h2{
	font-family: Quasimoda;
	font-size: 35px;
	font-weight: 500;
	color: #FFF;
	margin: 10px 0 10px;

  }
  .connection p{
	font-family: Quasimoda;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #FFF;
	margin-bottom: 40px;

  }
  .connected .row {
	display: flex;
	align-items: center;
  }
  .bttn-grad-3 {
	padding: 18px 30px;
	color: #fff;
	background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#fff,#fff) border-box;
	border-radius: 25px;
	border: 1px solid #fff;
	font-size: 18px;
	font-family: 'nexabold';
	font-weight: 400;
	letter-spacing: .25px;
	text-decoration: none;
  }
  .bttn-grad-3:hover {
	background: linear-gradient(to right,#57b193,#57b193) padding-box,linear-gradient(to right,#57b193,#57b193) border-box;
	color: #fff !important;
	border-radius: 20px;
	border: 1px solid #fff;
	text-decoration: none;
  }
  a.bttn-grad-3 img {
	display: inline-block;
	width: 30px;
	margin-left: 8px;
	margin-right: 10px;
  }
  a.bttn-grad-3, a.bttn-grad-3:visited {
	display: inline-block;
	background-color: #fff;
	color: #57b193;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 18px 30px;
	font-weight: 300;
	font-family: Quasimoda;
	border-radius: 20px;
	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 #fff;
  }
  .bttn-grad-3 {
	transition: all .1s;
  }
  .hide-icon {
	display: none !important;
  }  
  .show-icon {
	display: inline-block !important;
  }
  .bttn-grad-3:hover .show-icon {
	display: none !important;
  }
  .bttn-grad-3:hover .hide-icon {
	display: inline-block !important;
  }
  .show-icon:hover {
	display: none !important;
  }
  .hide-icon:hover {
	display: inline-block !important;
  }  

  .environment{
	float: left;
	width: 100%;
	padding: 70px 0;
  }
  .environment .row {
	display: flex;
	align-items: center;
  }
  .safety{
	text-align: center;
  }
  .safety span{
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;

  }
  .safety h2{
	font-family: Quasimoda;
	font-size: 35px;
	font-weight: 500;
	color: #333;
	margin: 10px 0 10px;

  }
  .safety p{
	font-family: Quasimoda;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	color: #333;
	margin-bottom: 40px;

  }  
  .looking{
	float: left;
	width: 100%;
	padding: 70px 0;
	background: #fff;
  }
  .lifestyle{
	text-align: center;
  }
  .lifestyle span{
	font-family: Quasimoda;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #333;

  }
  .lifestyle h2{
	font-family: Quasimoda;
	font-size: 35px;
	font-weight: 500;
	color: #333;
	margin: 10px 0 10px;

  }
  .lifestyle p{
	font-family: Quasimoda;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
	color: #333;
	margin-bottom: 40px;

  } 
  .reliable{
	border-radius: 15px;
	border-bottom: 3px solid #EDEDED;
	background: #FFF;
  }
  .outer-line {
	border-right: 3px solid #EDEDED;
	border-left: 3px solid #EDEDED;
	padding-bottom: 30px;
	border-radius: 0 0 15px 15px;
  }
  .digital{
	border-radius: 15px 15px 0px 0px;
	background: #52C5EC;
  }
  .digital h2 {
	font-family: Quasimoda;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 600;
	margin: 0;
	padding: 23px 0 19px;
	text-align: center;
  }
  .connections h4 {
	font-family: Quasimoda;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	line-height: 27px;
	padding: 20px 2px 10px;
	margin: 0;
  }
  .connections p {
	font-family: Quasimoda;
	font-size: 18px;
	color: #000;
	font-weight: 300;
	padding: 0 4px;
	margin-bottom: 15px;
  }
  .connections a{
	font-family: Quasimoda;
	font-size: 16px;
	color: #1782C5 !important;
	font-weight: 600;
	text-decoration-line: underline;
  }
  .connections a:hover{
	color: #a6d14f !important;
  }
  .connections {
	text-align: center;
	padding-bottom: 0px;
  }
  .digital-2{
	background: #99d02a;
  }
  .digital-3{
	background: #5CA82B;
  }
  .digital-5{
	background: #223893;
  }
  .equal-padding {
	padding: 0 7px;
  }
  .looking .container {
	max-width: 1280px;
	width: 100%;
  }  






  /****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;
  }

  a:visited {
	color: inherit;
	outline-style: none;
  }


  /****icon css end*****/  

  .padding-top-shop {
	margin-top: 50px;
  }
  .icon-top {
	float: left;
	width: 100%;
	padding-bottom: 80px;
  }
  .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;
  }

  .banner-copy h1 {
	font-size: 60px;
	font-family: "Bebas Neue";
	color: #333;
  }
  .banner-copy p{
	color: #333;
	font-family: Quasimoda;
	font-size: 22px;
	line-height: 32px;
  }

  #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;
  }



  @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: 980px) {
	.environment .row {
	  display: block;
	}
	.family-plan {
	  float: left;
	  width: 100%;
	}
	.environment {
	  padding: 60px 0 0;
	}
  }


  @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) {
	.connected .modal-dialog {
	  width: 85%;
	}

  }
  @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;
	}


  }

  @media(max-width: 575px) {
	#slider-section .slide .content {
	  background-size: 30% !important;
	}
	.modal-footer {
	  text-align: left;
	}
	#additional-benefits .modal-body .img-fluid {
	  max-width: 280px;
	  width: 100%;
	}

  }


  @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;
	background-color: #fff;
  }

  #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/3/connected-family/slide/slide-1.png');
  }

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

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

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

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

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

  #slider-section .slide .content p {
	font-size: 18px;
	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 .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: 'Enhanced Controls';
  }

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

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

  #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;
	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');
  }



