.body-area{
	margin-top: 80px;
}

/* left center right div sections */
.left-sec{
	float: left;
	width: 15%;
	position: fixed;
}
.center-sec{
	float: left;
	width: 70%;
	margin-left: 15%;
}
.right-sec{
	float: left;
	width: 15%;
	position: fixed;
	margin-left: 85%;
}
/* other styles */
.left-sec a, .left-sec p{
	color: black;
	padding: 0 10px;
}
.con-sec{
	padding: 20px 10px;
}
.con-sec h1{
	text-align: center;
	background-color: lightblue;
	margin-bottom: 10px;
	line-height: 1.5;
}
.con-sec p{
	line-height: 1.5;
}
.con-sec ul{
	margin-left: 50px;
}
.chkbox{
	width: 40%;
	padding-left: 5%;
	display: inline-block;
	font-size: 20px;
}
.image-index{
	width: auto;
	height: 100px;
	display: inline-block;
	text-align: left;
}

@media screen and (max-width:1000px){
	.body-area{
		margin-top: 70px;
	}
	/* left center right div sections */
	.left-sec{
		display: none;
	}
	.center-sec{
		clear: both;
		width: 100%;
		margin: 0;
	}
	.right-sec{
		display: none;
	}
	.image-index{
		width: 100px;
		height: auto;
		display: inline-block;
		text-align: left;
	}
}