body{
				font-weight: 300;
				background-repeat:no-repeat;
				font-family:  "Segoe UI", "Roboto";
				background-image: url('/images/backwave.jpg');
			}
			
			.container {
				max-width: 1024px;
			}
			.navbar-brand {
				color: #FFFFFF;
				font-weight: 500;
			}
			#navcontact {
				color:#fff;
				font-size:1.1rem;
			}
			.navbar{
				color: #10C0F1;	
				font-size:1.3rem;
				padding: 1.2rem .8rem;				
				padding-bottom: 1.1rem;
				padding-top: 0.5rem;
				
			}
			.head {
				margin-top:10%;
			}
			headdis{
			margin-bottom:40%;
			}
			.font-weight-lighter{
				font-size:1.2rem;
			}			
			.futurehead
			{
				text-align: center;
				height: 50px;
                font-size:1.7rem;				
				color: #26D380;
				font-weight: bold;
				line-height:50px;
				margin-top: 2%;
				margin-bottom:1.3%;
			}
			.feature
			{
				font-size:1.2rem;				
				color: #262020;
				line-height:40px;
				margin-top: 2%;
				margin-bottom:1.3%;
			}
			.card{				
				margin-bottom:4%;
			}
			.note
			{
				text-align: center;
				height: 80px;
				background: -webkit-linear-gradient(left, #29B3DA, #3EDCA1);
				color: #fff;
				font-weight: bold;
				line-height: 80px;
				margin-top: 2%;
			}
			.form-content
			{
				padding:2%;
				border: 1px solid #ced4da;
				margin-bottom: 2%;
				background-color: #fff;
			}
			.contactinfo
			{
				padding:1%;
				border: 1px solid #ced4da;				
				background-color: #fff;
			}
			.form-control{
				border-radius:0.9rem;
				padding:3%;
			}
			.btnSubmit
			{
				border:none;
				border-radius:1.5rem;
				padding: 1%;
				width: 20%;
				cursor: pointer;
				background: #3AD6A7;
				color: #fff;
			}
			.meterbrand
			{			
				color: #26D380;
			}
			.bg-secondary {
				background-color: #fff !important;
			}
			#support {
				color:#fff;
				margin-right:17px;
				font-size:1.1rem;
			}
						
			@media (min-width: 200px) {
					.card{
						font-size:0.6rem;
					}
				}
				
				@media (min-width: 400px) {
					.card{
						font-size:0.8rem;
					}
				}
				
				
				@media (min-width: 800px) {
					.card{
						font-size:1rem;
					}
				}
				#navbar {
					background-color: #3BD8A5;
					position: fixed;
					top:-100px;
					width: 100%;
					display: block;
					transition: top 0.1s;
				}
				.footerbg {				
				   padding-top:17%;	
				   padding-bottom:.8%;			   
				   width: 100%;
				   background: url('/images/footerbgwave.png');
				   background-size: cover;
				   color: white;
				   text-align: center;
				}
				.foottext{
					color:#fff !important;
				}
				@media (max-width:765px) {
					body{
						background: url('/images/backmolbilewave.jpg');
						background-repeat:no-repeat;					
					}
				
				}