.back-image {
	background: url('images/servieces.jpg'
	) right no-repeat;
	background-repeat: no-repeat;
	background-size: 640px 480px;
	padding: 50px;
	display: block;
}
.padding-top-80 {
	padding-top: 80px;
}
.padding-bottom-80 {
	padding-bottom: 80px;
}

.text-color {
	text-align: center;
	color: #00a651;
	text-transform: uppercase;
}
.text-justify {
	text-align: justify;
}
.para {
	font-size: 20px;
	list-style-type: initial;
	text-align: justify;
}

.outer-1 {
	background-color: #00a651;
	width: 200px; /* You can define it by % also */
	height: 200px; /* You can define it by % also*/
	position: relative;
	border-radius: 50%;
}
.inner-1 {
	background-color: #fff;
	top: 5%;
	left: 5%; /* of the container */
	width: 90%; /* of the outer-1 */
	height: 90%; /* of the outer-1 */
	position: absolute;
	border-radius: 50%;
}
.innerh-2 {
	background-color: yellow;
	top: 20%;
	left: 20%; /* of the container */
	width: 60%; /* of the inner-1 */
	height: 60%; /* of the inner-1 */
	position: absolute;
	border: 1px solid black;
	border-radius: 50%;
}
.padding-25 {
	padding: 75px 5px;
}
.show-service {
	display: none;
}
.padding-left-10 {
	padding-left: 10%;
}
.padding-left-25 {
	padding-left: 25%;
}
.float-left {
	float: left;
}
.span {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 990px) {
	.outer-1 {
		width: 150px; /* You can define it by % also */
		height: 150px; /* You can define it by % also*/
		position: relative;
		border: 1px solid black;
		border-radius: 50%;
	}
	.padding-25 {
		padding: 45px 5px;
	}
	.padding-25 h2 {
		font-size: 30px;
		padding-top: 10px;
	}

}
@media only screen and (max-width: 660px) {
	.outer-1 {
		width: 125px; /* You can define it by % also */
		height: 125px; /* You can define it by % also*/
		position: relative;
		border: 1px solid black;
		border-radius: 50%;
	}
	.outer-1 h2 {
		font-size: 1.4em;
	}
	.padding-25 {
		padding: 45px 5px;
	}
	.padding-25 h2 {
		font-size: 30px;
	}

}
@media only screen and (max-width: 600px) {
	.hidden-service {
		display: none;
	}
	.show-service {
		display: inline-block;
	}
}