*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	list-style: none;
	font-family: 'Poppins', sans-serif;

}
.navbar{
	width: 100%;
	height: 80px;
	background-color: #fee;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #000;
}
.menu ul{
	display: flex;
	align-items: center;
}
.menu ul li a{
	text-decoration: none;
	color: #000;
	padding: 5px 12px;
	letter-spacing: 2px;
	font-size: 18px;
}
.menu ul li a:hover{
	border-bottom: 4px solid #000;
	transition: 0.4s;
} 
.signup a{
	text-decoration: none;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	border-radius: 12px;
	padding: 12px 30px;
	border: 2px solid #ff0000;
}
.signup a:hover{
	background-color: red;
	transition: 0.6s;
}
.body{
	width: 100%;
	height: 90vh;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-image: linear-gradient(rgba(0,0,0,0.50),rgba(0,0,0,0.50)),url(img1.jpg);
	background-position: center;
	background-size: cover;
}
.heading{
	width: 30%;
	text-align: center;
	color: #fff;
}.heading h1{
	font-size: 40px;
}
.heading a{
	text-decoration: none;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	border-radius: 45px;
	padding: 14px 50px;
	background-color: #fff;
}
.heading a:hover{
	letter-spacing: 3px;
	transition: 0.6s;
}
.content{ 
	width:1300px;
	 float:left;
	  background:#F5F5F5;
	   margin:20px auto;
	}
.content-h3{
	 font-size:30px;
	  color:#000;
	   text-transform:uppercase;
	    padding:30px 0px 5px;
		 text-align:center;
		}
.border-bottom{
	border-bottom:3px solid #FC0;
	 width:150px; 
	 margin:0px auto 30px;
	 }
.content-sub{
	 width:260px;
	  float:left;
	   margin:10px 30px 30px;
	    padding:0px 0px 10px;
		 background:#FFF;
		}
.content-sub-h4{
	 font-size:17px;
	  font-weight:600;
	   padding:10px 10px 0px;
	    color:#06C;
	}
.content-sub-p{
	 color:#333; 
	 font-size:14px;
	  padding:5px 10px;
	  line-height:26px;
	}
.content-sub-price{ 
	font-size:20px; 
	font-weight:bold;
	 color:#F0B604;
	  padding:5px 10px 10px;
	}
.content-sub-btn{
	 background:#0474C6;
	  color:#FFF;
	   text-decoration:none;
	    text-align:center; 
		padding:7px 20px; 
 font-size:16px;
  border-radius:2px;
   border:none;
    margin:0px 10px;
	 float:left;
	  width:200px !important;
	}
.content-sub-btn:hover{
	 background:#004566; 
	 text-decoration:none;
	}
	
	  
	.footer{
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	.footer a{
		text-decoration: none;
		color: green;
		font-size: 18px;
		font-weight: bold;
	}
	.footer a:hover{
		text-decoration: underline;
		transition: 0.4s;
	}