
  /* Powered by Bootstrap: https://getbootstrap.com/css/ */
  /**
  * ALL PAGES IS RESPONSIVE, SO TESTING, WOW
  * See template for extended site-wide CSS
  * @author Bluetone Media
  */
  .full-bill {
	float: left;
	width: 100%;
	background: #fff;
	padding: 40px 0;
}
  #subfooter {
	float: left;
	width: 100%;
}
  footer {
	float: left;
	width: 100%;
}

  #paperless-banner {
	background: url('/Images/HomeSC/2024/02/dont-wait.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  /*
  limit desktop the size
  #paperless {
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
  }*/
  
  #paperless img {
	width: 100%;
	margin: 0 auto;
  display: block;
  }

  @media(min-width: 400px) {
	#paperless-banner {
	  height: 300px;
	}
  }

  @media(min-width: 700px) {
	#paperless-banner {
	  height: 400px;
	}
  }

  @media(min-width: 1000px) {
	#paperless-banner {
	  height: 500px;
	}
  }

  .red {
	color:red;
	font-weight:700;
  }
  
  .PrintFriendly {
	margin: 20px 30px;
  }
  
  .Baneer_head {
	background: linear-gradient(to right, #82bb56, #97c354, #b6ce53);
	padding: 20px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .Baneer_head h2 {
	color: #06356c;
	font-size: 80px;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-family: "quasimoda",sans-serif;
  }
  
  .Baneer_head h2 span {
	color: #ffffff;
	font-weight: 500;
  }
  
  @media only screen and (max-width: 767px) {
	.Baneer_head h2 {
	  color: #06356c;
	  font-size: 40px;

	}
	.full-bill {
	padding: 0 0 30px;
}
	h1, .h1 {
	font-size: 24px;
}
  }

