.formField{
	width: 10rem;
	height: 1.5rem;
	margin: 0.5rem;
}
.chead{
	text-align: center;
	margin: auto;
	width: 50%;
}
.dummyClass{
	padding: 0rem 2rem 1rem 2rem;
}
.price-card{
	margin-top: 4rem;
	display: flex;
	flexDirection: row;
	justify-content: center;
}
.mainsection{
	background-color: transparent;
	display:flex;
	justify-content: center;
	padding:2rem;
	flex-direction: row;
	text-align: center;
}
.row{
	display: flex;
	justify-content: center;
}
.product{
	margin: auto;
	display: flex;
	flex-direction: column;
	background-color: white;
	border: 2px solid #222;
/*	box-shadow: 2px 3px 5px 2px gray; */
	border-radius: 0.5rem;
}
.description{
	margin: 2rem;
	padding: auto;
}
.cbtn{
	text-align: center;
	font-size:1rem;
	background-color: transparent;/*darkslateblue;#1F51FF;*/
	color: #222;
	border: 2px solid #222;
	/*margin-bottom: 1rem;*/
	padding: 1rem 0.5rem 1rem 0.5rem;
	font-family: Verdana;
	border-radius: 0px 0px 5px 5px;
	width: 100%;
}
.cbtn:hover{
	cursor: pointer;
	text-decoration: underline;
	/*border: whitesmoke;
	color: whitesmoke;
	background-color: #222;#CC6600;#0096FF;
	cursor: pointer;*/
}
.style1{
	margin: 1rem;
	width: 40rem;
}
.style2{
        margin-right: 5rem;
}
