
  .broadband ul li.speed-info {
	color: #001B47;
	font-size: 38px;
	font-weight: 700;
	margin-top: 35px;
  }
  
  #Modal-1 .modal-dialog {
	max-width: 920px;
	width: 100%;
	margin: 30px auto;
	top: 0;
}
  #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;
}
  #Modal-1 form {
	float: left;
	width: 100%;
	background: #F8F8F8;
	padding: 20px 40px 20px;
	border-radius: 0 0 30px 30px;
}
  #Modal-1 .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
  #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 .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
  #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 .checkbox-inline {
	margin: 0 14px;
}
  @media (max-width: 767px) {
	.thank-you h2 {
	font-size: 30px;
	line-height: 40px;
}
  }
  @media (max-width: 575px) {
	#Modal-1 .checkbox-group {
	display: block;
}
	#Modal-1 form {
	padding: 20px 28px 20px 15px;
}
	#Modal-1 .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
	.checkbox-inline {
	float: left;
	width: 25%;
	padding-left: 0;
}
	.form-disclaimer {
	margin-top: 50px;
}

  }
  
  
  
  
  .coverage-top {
	float: left;
	width: 100%;
	padding-top: 0px;
	position: relative;
	z-index: 1;
	text-align: center;
}
  .coverage-top .row {
	display: flex;
	align-items: center;
}
  .upgrade-top span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}
  .upgrade-top h2 {
	font-family: 'Bebas Neue',sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #333;
	margin: 10px 0 10px;
}
  .upgrade-top p {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}
  
  
  .banner-logo {
	max-width: 250px;
}
  .mb-5 {
	margin-top: 40px;
  }

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

  .modal-content {
	border: none;
	border-radius: 0;
	position: relative;
  }
  .tag_line{
	color: green;
	font-weight: 700;
  }

  .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: #001B47;
  }
  .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: #1682c5;
	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 28px;
  }
  .broadband ul li {
	color: #000;
	font-family: Quasimoda;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 20px;
	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,#A6D14F,#A6D14F) padding-box,linear-gradient(to right,#A6D14F,#A6D14F) 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: #A6D14F;
	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;
  }

  .bttn-grad-4 {
	padding: 18px 30px;
	color: #001B47;
	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-4:hover {
	background: linear-gradient(to right,#001B47,#001B47) padding-box,linear-gradient(to right,#001B47,#001B47) border-box;
	color: #fff !important;
	border-radius: 20px;
	border: 1px solid #fff;
	text-decoration: none;
  }
  a.bttn-grad-4 img {
	display: inline-block;
	width: 30px;
	margin-left: 8px;
	margin-right: 10px;
  }
  a.bttn-grad-4, a.bttn-grad-3:visited {
	display: inline-block;
	background-color: #fff;
	color: #001B47 !important;
	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-4 {
	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;
  }

  .bttn-grad-4:hover .show-icon {
	display: none !important;
  }
  .bttn-grad-4: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 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: 20px 0 70px;
	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;
  }
  .equal-padding {
	padding: 0 7px;
  }
  .looking .container {
	max-width: 1280px;
	width:100%;
  }

  .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: 20px;
	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: #57B193;
  }
  .digital-3{
	background: #5CA82B;
  }
  .digital-6{
	background: #57b193;
  }







  /****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;
  }
  .banner-copy a{
	display: inline-block;
	background-color: #1782c5;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	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;
	cursor: pointer;
	margin-top: 15px;
  }
  .banner-copy a:hover{
	background-color: #0074bc;
  }

  #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: 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/5/ultimate-smart-home/slide/slide-1.png');
  }

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

  #slider-section .slide.three .image {
	background-image: url('/Images/HomeSC/2025/5/ultimate-smart-home/slide/slide-3.png');
  }

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

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

  #slider-section .slide.three .content {
	background-image: url('/Images/HomeSC/2025/5/ultimate-smart-home/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: 'Blazing Speeds, Smarter Home';
  }

  #slider-section ul.slick-dots li button[aria-label='2 of 3']:before {
	content: 'Every Device, All At Once';
  }

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

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



