/* --------------------------------------------------------------------------------------------------------------- */
/* --------------------body Part------------------ */

/* --------------------home body bot Part------------------ */
.home-watermark {
	background-image:url(../images/home-water-mark.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#home-pro-2blocks {
	max-width: 942px;
	width: 100%;
	height: 205px;
	background-color: #ffffff;
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
}
.home-pro-head {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 22px;
	color: #010101;
	width: 456px;
	height: 50px;
	z-index: 997;
}
#home-pro-block1 {
	width: 456px;
	height: 205px;
	float: left;
	position: relative;
}
.home-pro-blocks-more {
	margin-left: 300px;
	margin-top: 130px;
	width: 131px;
	height: 46px;
	position: absolute;	
	background-color: #06ab38;
	box-shadow: 0 0 0.2em #565656;
	z-index: 997;
}

#home-pro-block2 {
	width: 456px;
	height: 205px;
	float: left;
	margin-left: 28px;
}
/*-------------------------------------------- Landscape portrait tablet --------------------------------------------------------*/

@media screen and (max-width: 800px) { /* max-width: 680px */
#home-pro-2blocks {
	max-width: 100%;
	width: 100%;
	height: auto;
	background-color: #ffffff;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
}
.home-pro-head {
	font-family: 'Segoe UI','Open Sans',sans-serif;
	font-size: 20px;
	color: #010101;
	width: 100%;
	height: auto;
	z-index: 997;
	padding-bottom: 20px;
}
#home-pro-block1 {
	width: 100%;
	height: auto;
	float: none;
	position: relative;
}
#home-pro-block2 {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0;
}
.home-pro-blocks-more {
	margin-left: 0;
	margin-top: 0;
	width: 131px;
	height: 46px;
	position: absolute;	
	background-color: #06ab38;
	box-shadow: 0 0 0.2em #565656;
	z-index: 997;
}
}
/*
Author: Alpesh Panchal
Author Email: alpesh88ww@gmail.com
*/