#head1
{
	text-align: center;
}
h4
{
	font-weight: bold;
}
#imgone
{
	width: 200px;
	height: 100px; 
	margin: 0 auto; 
	background-color:white;
}
#imgtwo
{
	width: 200px;
	height: 100px; 
	margin: 0 auto; 
	background-color:white;
}
#imgthree
{
	width: 200px;
	height: 100px; 
	margin: 0 auto; 
	background-color:white;
	
}
#imgfour
{
	 
	margin: 0 auto; 
	
}
#imgfive
{
	 
	margin: 0 auto;
	
}
#imgsix
{
	
	margin: 0 auto; 
}
#imgsimple
{
	margin: 0 auto;
	height: 350px;
}
.d1
{
	text-align: center;
}
.in1
{
	text-align: center;
}
.in2
{
	text-align: center;
}
#para
{
	text-align: center;
	font-size: 1.1em;
}
.para
{
	text-align: left;
	font-size: 1.1em;
}
.para_2
{
	text-align: left;
	font-size: 1.1em;
}
.second_container
{
	background-color: #F0F8FF;
	width: 100%;
}
.third_container
{
	background-color: #06a4dd;
	width: 100%;
}
#foot
{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	padding: 20px 20px;
	color: white;
}
.cutprice
{
	color: lightgrey;

	font-size: 1em;
}
.Price
{
	color: #5BC0DE;
	text-align: right;
	font-size: 1.7em;
}
.Price1
{
	color: #5BC0DE;
	font-size: 25px;
	text-align: right;
}
.Details
{
	color: #5aa53d;
	font-weight: bold;
}
#intext
{
	font-weight: bold;
}
#but 
{
	font-size: 16px;
	padding: 12px 100px 12px 100px;
	font-weight: bold;
	border-radius: 100px;
	float: right;
}
#butScroll
{
	font-size: 16px;
	padding: 12px 100px 12px 100px;
	font-weight: bold;
	border-radius: 100px;
}
#but2 
{
	font-size: 16px;
	padding: 12px 100px;
	font-weight: bold;
	border-radius: 100px;
	text-align: center;
}
#b
{
	text-align: right;
}
.photo
{
	float: left;
	width: 52%;
}
.about
{
	float: right;
	width: 48%;
}
.about_details
{
	float: left;
	width: 48%;
}
.back
{
	background-color: #F5F5F5;
	padding: 20px 0px;

}
#heading
{
	color: #5BC0DE;
	font-weight: bold;
}
#hrtag
{
	border-color: #5BC0DE;
}
.button
{
	float: right;
}
.d2{
	text-align: center;
}

@media only screen and (max-width: 768px) 
{
	.about
	{
		width: 100%;
		order: 1;
	}
	.photo
	{
		width: 100%;
		order: 2;
		margin-bottom: 15px;
	}
	.about_details
	{
		width: 100%;
		order: 3;
	}
	#but2 
	{
		font-size: 16px;
		padding: 8px 60px;
		font-weight: bold;
		border-radius: 100px;
		text-align: center;
	}
	#but 
	{
		font-size: 16px;
		padding: 8px 60px 8px 60px;
		font-weight: bold;
		border-radius: 100px;
		float: right;
	}

	#butScroll
	{
		font-size: 16px;
		padding: 8px 40px 8px 40px;
		font-weight: bold;
		border-radius: 100px;
	}
	.main
	{
		display: flex;
		flex-wrap: wrap;
	}
	.vertical-align{
		
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	.d2{
		text-align: center;
	}
	#imgsimple
	{
		margin: 0 auto;
		height: 230px;
	}
}


