
  .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000;
}
  .video-top .modal-dialog {
	max-width: 800px;
	width: 100%;
	top: 25%;
}

  .video-top .show {
	display: block !important;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
	background-color: rgba(0, 0, 0, 0.7);
}
  
    .video-top .modal-content {
	border: 0;
	border-radius: 30px;
	position: relative;
	padding: 10px 20px;
	float: left;
	height: 100%;
	 width: 100%; 
}

    .video-top .modal-body {
	float: left;
	width: 100%;
	padding-top: 30px;
	  padding-bottom: 20px;
}
  .video-top .modal-body img {
	width: 100%;
}

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

    /* Top right close button */
    .video-top .modal-close-btn {
     width: 30px;
	height: 30px;
	opacity: 1;
	background: transparent;
	border: 0;
    }
  .video-top .modal-close-btn {
	position: absolute;
	right: 10px;
	z-index: 999;
}
  .video-top .btn-close .img-fluid {
	display: inline-block;
	max-width: 25px;
	height: auto;
	position: absolute;
	right: 30px;
}

  .video-top .fade {
	opacity: 1;
	z-index: 99999;
}
  .video-top .modal-close-btn {
	position: absolute;
	right: 10px;
	z-index: 999;
}
  

    /* Responsive iframe height */
    @media (max-width: 768px) {
      .embed-responsive-16by9 {
        height: auto;
      }
    }
	@media (max-width: 767px) {
		.modal-dialog {
	width: 94%;
}
	  
	}
	@media (max-width: 575px) {
	  .video-top .modal-content {
	padding: 10px 20px;
	height: 320px;
		width: 94%;
}
	  .video-top .modal-dialog {
	top: 32%;
}
	}
	@media (max-width: 420px) {
	  .video-top .modal-content {
	height: 220px;
}
  }
	
.video-top .video-bg {
	max-width: 780px;
    margin-top: 30px;
    width: 100%;
}
  .communication {
	float: left;
	width: 100%;
	background: #F2FAFF;
	padding: 60px 0;
}
  .business-top {
	text-align: center;
}
  .business-top span {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
}
  .business-top h2 {
	font-size: 35px;
	margin: 10px 0 15px;
	font-weight: 500;
	color: #333;
}
  .business-top p {
	font-size: 18px;
	line-height: 24px;
	margin: 5px auto;
	font-weight: 300;
	color: #000;
	max-width: 550px;
}
.give-green {
	float: left;
	width: 100%;
	padding: 70px 0;
}
  
  .bttn-green .desktop-view {
	display: inline-block;
}
  .bttn-green .mobile-view {
	display: none;
}
  .bttn-green:hover .desktop-view {
	display: none;
  }
  .bttn-green:hover .mobile-view {
	display: inline-block;
  }
  .bttn-green:hover {
	background-color: transparent;
	color: #70b840 !important;
	border: 1px solid #70b840 !important;
}
  a.bttn-green, a.bttn-green:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 12px 15px 12px 15px;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #70b840;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
  .bttn-green, .bttn-green:visited {
	display: inline-block;
	font-family: "quasimoda",sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #70b840;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 230px;
	margin: 0 auto;
	padding: 1.50em 15px 1.50em 15px;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid #70b840;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}
  .pay-bill-btn {
	margin-top: 30px;
}
  .communication .form-group label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 400;
}
    .checkbox-group {
	text-align: center;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
    .checkbox-inline {
      margin: 0 15px;
    }
	.submit-button {
      text-align: center;
      margin-top: 30px;
    }
  .communication .modal-dialog {
	max-width: 920px;
	width: 100%;
	margin: 30px auto;
}
  .communication .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: none;
	border-radius: 30px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
  .communication .modal-close-btn {
	position: absolute;
	right: 15px;
	z-index: 999;
	border: 0;
	background: transparent;
	top: 20px;
}
  .communication .modal-body {
	position: relative;
	padding: 0;
	background: #fff;
	float: left;
	width: 100%;
	border-radius: 30px;
}
  .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;
  }
  .thank-you strong{
	font-weight: 600;
  }
  .communication .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: 0px 1px 2px 0px 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;
}
  .communication .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 0.3s ease;
}
  .communication .btn.btn-submit:hover{
	color: #fff;
	background: #009B67;
  }
  .communication form {
	float: left;
	width: 100%;
	background: #F8F8F8;
	padding: 20px 40px 20px;
	border-radius: 0 0 30px 30px;
}
  .communication input[type="checkbox"], input[type="radio"] {
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.30), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
	
	
	
	
	.mobile-hide a {
	text-decoration: underline;
	color: #000;
}
  .mobile-hide a:hover {
	text-decoration: underline;
	color: #000;
}
  
  .billing {
	text-align: right;
	float: left;
	width: 100%;
	font-size: 13px;
	color: #000 !important;
	margin-top: -22px;
	text-decoration: underline;
	padding-right: 100px;
}
  
  .blue-down-arrow {
	padding-top: 0;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
  .ditch {
	text-align: center;
}
.ditch h2 {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 35px;
	font-weight: 500;
    color: #333;
}  
 .banner-mobile {
	display: none;
}
  .mobile-show {
	display: none;
}
  footer {
	float: left;
	width: 100%;
}
  #subfooter {
	float: left;
	width: 100%;
}
  
 .mobile-hide p.why-first-bill{
   margin-top:20px; 
 }  
  
  #banner-text strong {
	white-space:nowrap;
  }
  #banner-serve-you {
	background: url('/Images/HomeSC/2025/3/HEADER.png') no-repeat top left / cover;
	color: #fff;
	text-align: center;
	padding: 8% 25px 8%;
	position: relative;
  }  
  #banner-serve-you h1 {
	font-family: 'Bebas Neue',sans-serif;
	color: #333;
	font-size: 60px;
	line-height: .9em;
	text-transform: uppercase;
	margin-bottom: 10px;
  }
  #banner-serve-you p {
	font-family: 'Quasimoda',sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #333;
	max-width: 550px;
  margin-left: auto;
  margin-right: auto;
	margin-top: 10px;
  }
  #streaming-benefits {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
}
  .currently p{
	font-family: Quasimoda;
    font-size: 18px;
	font-weight: 300;
	color: #000;
  }
  
 
  .bttn-green img {
	display: inline-block;
	width: 25px;
	margin: -3px 10px 0 8px;
}
  #stream-on-us span {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
}
  .statement h2 {
	margin: 10px 0 15px;
	font-weight: 500;
	font-size: 35px;
	color: #333;
}
  .statement span {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
}
  .statement  p {
	font-size: 18px;
	line-height: 24px;
	margin: 5px auto;
	font-weight: 300;
	color: #000;
}
  .telecom-bill {
	float: left;
	width: 100%;
	background: #fff;
	padding-bottom: 40px;
	padding-top: 0;
}
  .row.align-items-center {
	display: flex;
	align-items: center;
}
  .padding-1 {
	padding: 0 7px;
}
  #stream-on-us {
	padding: 30px 0 40px;
	float: left;
	width: 100%;
	background: #fff;
}
  #stream-on-us h2 {
	margin: 10px 0 15px;
	font-weight: 500;
  font-size: 35px;
  color: #333;
  }
  #stream-on-us p {
	font-size: 18px;
	line-height: 24px;
	margin: 5px auto;
	font-weight: 300;
    color: #000;
  }
  
  #streaming-benefits article {
	background-color: #fff;
	color: #333333;
	text-align: center;
	border: solid 2px #EDEDED;
	max-width: 400px;
	min-height: 240px;
	margin-bottom: 40px;
	padding: 0px 15px 20px;
	border-radius: 20px;
  }
  #streaming-benefits article img {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 20px auto;
  }
  #streaming-benefits article h3 {
	color: #333333;
	font-weight:500;
	margin-top:0px;
	font-size: 22px;
  }
  #streaming-benefits article p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	font-family: Quasimoda;
	color: #000;
	margin-left: auto;
    margin-right: auto;
	line-height: 22px;
  }
  
  #streaming-contact h2 {
	font-family: 'Bebas Neue', sans-serif;
	color: #00a8e0;
	font-size: 55px;
	margin: 15px auto 25px;
  }
  
  .currently strong {
	color: #000;
	text-decoration: underline;
}
  .payment-methods {
	margin-top: 40px;
	margin-bottom: 25px;
}
  
  #normal-show {
	display: inline-block;
	width: 25px;
  margin: -3px 10px 0 8px;
}
  #hover-show {
	display: none !important;
	width: 25px;
  margin: -3px 10px 0 8px;
}
  #normal-show:hover{
	display: none !important;
  }
  #hover-show:hover{
	display: inline-block !important;
  }
  .bttn-green:hover #normal-show {
	display: none !important;
}
  .bttn-green:hover #hover-show {
	display: inline-block !important;
}
  
  @media screen and (min-width: 1600px) {
	.telecom-bill .statement p {
	max-width: 645px;
}
	.billing {
	padding-right: 190px;
}
	#banner-serve-you .container{
	   max-width: 1500px;
        margin: 0 auto;
	    width: 100%;
	}
	#stream-on-us .container{
	   max-width: 1500px;
        margin: 0 auto;
	    width: 100%;
	}
	.telecom-bill .container{
	   max-width: 1500px;
        margin: 0 auto;
	    width: 100%;
	}
	#streaming-benefits .container {
	max-width: 1280px;
	width: 100%;
	  margin: 0 auto;
}
	#banner-serve-you p {
	font-size: 22px;
	max-width: 680px;
	line-height: 32px;
}
	#stream-on-us p {
	font-size: 22px;
	line-height: 30px;
	max-width: 1370px;
}
	#streaming-benefits article p {
	max-width: 250px;
}
	.currently p {
	font-size: 22px;
	margin-bottom: 22px;
}
	.bttn-green, .bttn-green:visited {
	margin-top: 22px;
}
	.statement p {
	font-size: 22px;
	line-height: 30px;
	max-width: 610px;
}
	#normal-show {
	width: 40px;
}
	#hover-show {
	width: 40px;
}
	.business-top p {
	font-size: 22px;
	max-width: 640px;
}
	a.bttn-green, a.bttn-green:visited {
	padding: 18px 15px 18px 15px;
}
	
  }
  @media screen and (max-width: 1200px) {
	#banner-serve-you:before {
	  content: '';
	  display: block;
	  background: rgba(255,255,255,0.6);
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 88;
	}
	#banner-serve-you .container {
	  position: relative;
	  z-index: 99;
	}
	#banner-serve-you h1 {
	  font-size: 60px;
	}
	#banner-serve-you p {
	  font-size: 25px;
	}
  }
  @media screen and (max-width: 767px) {
	.know-top {
	padding-top: 40px;
}
	.mobile-show a {
	text-decoration: underline;
	color: #000;
}
	.billing {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	  margin-top: 0px;
}
	.blue-down-arrow {
	width: 40px;
	height: 40px;
}
	.ditch h2 {
	margin-top: 10px;
	margin-bottom: 10px;
} 
	.ditch h2 {
	font-size: 28px;
}
	.banner-mobile {
	display: block;
}
	.mobile-show {
	display: block;
	  text-align: center;
}
	.mobile-hide {
	display: none;
}
	.payment-methods {
	margin-top: 0;
	margin-bottom: 30px;
}
	
	.access {
	padding-top: 30px;
}
	#banner-serve-you::before {
	background: none;
}
	#banner-serve-you {
	background: none;
	padding: 0;
}
	#banner-serve-you h1 {
	  font-size: 65px;
	}
	#banner-serve-you p {
	  font-size: 20px;
	}
	#stream-on-us {
	padding: 20px 0 40px;
}
	#streaming-benefits article {
	max-width: inherit;
	margin-bottom: 30px;
	  padding: 0 10px 20px;
}
	#streaming-benefits article p {
	font-size: 18px;
}
	.row.align-items-center {
	display: inherit;
}
	.scan-right {
	padding-top: 20px;
}
	.telecom-bill {
	padding-bottom: 15px;
}
	.mobile-none {
	display: none;
}
	#banner-serve-you h1 {
	margin-top: 0;
}
	#streaming-benefits article img {
	max-width: 100px;
}
	.statement h2 {
	font-size: 28px;
}
	#stream-on-us h2 {
	font-size: 28px;
}
	.thank-you {
	padding: 20px 15px;
}
	.thank-you h2 {
	font-size: 30px;
	line-height: 38px;
}
	.thank-you h2 br {
	display: none;
}
	.communication form {
	padding: 20px 15px 20px;
}
	.checkbox-group {
	display: block;
}
	.preferred {
	float: left;
	width: 100%;
}
	.submit-button {
	float: left;
	width: 100%;
}
	.checkbox-inline {
	float: left;
	width: 25%;
	padding-left: 0;
}
	#streaming-benefits {
	padding-bottom: 0;
}
	.business-top h2 {
	font-size: 28px;
}
	.mobile-show p {
	font-size: 16px;
}
	
  }
  @media screen and (max-width: 575px) {
	#banner-serve-you h1 {
	  font-size: 42px;
	}
	
	#banner-serve-you p {
	color: #000;
}

  }
 @media screen and (max-width: 420px) {
   #banner-serve-you h1 {
	margin-top: 0px;
}
   .billing {
	 padding-right: 60px;
}
 }
 
 
/* Vimeo video css */
.video-section {
    padding: 20px 0px;
    display: flex;
    justify-content: center;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 960px; /* limits size on large screens */
    padding-top: 50%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-top .modal {
	--bs-modal-border-color: none;
	--bs-modal-header-border-color: none;
}

