
  .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;
  }
  .bttn-green:hover:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  }
  .bttn-green img {
	display: inline-block;
	width: 25px;
	margin: -3px 10px 0 8px;
  }



  /* animations */
  .bttn-green {
	transition: all 0.1s;
  }

  @media(min-width: 1600px) {
	.container {
	  max-width: 1480px;
	  width: 100%;
	}
	.banner-copy h1 {
	  font-size: 60px;
	}
	.banner-copy p {
	  font-size: 22px;
	}
	.upgrade-top p {
	  max-width: 570px;
	}
	.powered-internet p {
	  max-width: 1200px;
	}
	#icon-box ul li img {
	  max-width: 200px;
	}
	#icon-box ul li p {
	  font-size: 20px;
	}
	.coverage-top .modal-dialog {
	  max-width: 980px;
	}
  }

  @media(max-width: 980px) {
	.icon-box {
	  margin-top: 50px;
	}
	.row.alignment-center {
	  display: block;
	}
	.powered-internet h2 {
	  font-size: 28px;
	}
	.powered-internet p {
	  font-size: 20px;
	}
	#icon-box ul li {
	  width: 49%;
	  margin-bottom: 10px;
	}
	.coverage-top .row {
	  display: block;
	}
	.coverage-top {
	  padding-top: 20px;
	}
	h2, .h2 {
	  font-size: 28px;
	}
	.upgrade-top p {
	  font-size: 20px;
	}
	.fiber-powered.fiber-powered-2 {
	  padding: 30px 0 0;
	}
	#slider-section .slide .content {
	  padding: 40px 20px 40px;
	}
	.protection h2 {
	  font-size: 34px;
	  margin-bottom: 30px;
	}
	#stream-on-us-promo .row {
	  display: block;
	}
	.left-app {
	  float: left;
	  width: 50%;
	}
	.right-app {
	  float: left;
	  width: 50%;
	}
	.right-laptop {
	  float: left;
	}
	.btn-center ul li {
	  margin-bottom: 22px;
	}
	.all-btn {
	  padding-bottom: 20px;
	}
	.restrictions {
	  padding-bottom: 40px;
	}
	.shop-now-btn {
	  margin-top: 30px;
	  float: left;
	  width: 100%;
	}
	#slider-section .slick-arrow {
	  z-index: 1;
	}
	#slider-section {
	  z-index: 0;
	  position: relative;
	}

  }

  @media(max-width: 575px) {
	.banner-copy.mobile {
	  margin-top: 15px;
	}
	.fiber-powered {
	  padding: 20px 0 5px;
	}
	.powered-internet h2 {
	  font-size: 22px;
	}
	.powered-internet span {
	  font-size: 16px;
	}
	.upgrade-top span {
	  font-size: 16px;
	}
	h2, .h2 {
	  font-size: 22px;
	}
	.protection h2 {
	  font-size: 24px;
	}
	#main {
	  padding-top: 120px;
	}

  }
  @media(max-width: 480px) {
	h1, .h1 {
	  font-size: 30px;
	}
	#icon-box ul li {
	  width: 100%;
	  margin-bottom: 15px;
	}
	.multi-layered {
	  padding-top: 20px;
	  padding-bottom: 50px;
	  margin-top: 0;
	}
	.btn-app .desktop-view-1 {
	  width: 100%;
	}
	.btn-app .mobile-view-1 {
	  width: 100%;
	}
	a.bttn-green, a.bttn-green:visited {
	  font-size: 14px;
	}
  }





