.sec1 {
background-image: url('/images/top_banner.jpg');
width:100%;
height:349px;
}


.service {
	position: relative;
	border-left: 112px solid #FFFFFF;
	padding-left: 112px;
	background-color: #EFEFEF;
	min-height: 224px;
}
.service .service-image {
	position: absolute;
	top: 0;
	left: -112px;
	width: 224px;
}
.service .service-image img {
	border-radius: 50%;
	width: 100%;
	max-width: 100%;
}
.service .service-heading a {
	color: #FF0000;
	text-decoration: none;
}
.service .service-link a {
	color: #FF0000;
	text-decoration: none;
}

@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.service {
		position: static;
		border-left: 0;
		padding-left: 0;
		min-height: auto;
		width: 85%;
	}
	.service .service-image {
		float: left;
		position: static;
		top: auto;
		left: auto;
		width: 224px;
	}
	.service .service-image img {
		border-radius: 0;
	}
	.service .service-text {
		padding-left: 244px;
	}
}

@media screen and (max-width: 767px) {

}

@media screen and (max-width: 479px) {
	.service {
		padding-top: 20px;
	}
	.service .service-image {
		float: none;
		text-align: center;
		width: 100%;
	}
	.service .service-image img {
		width: auto;
	}
	.service .service-text {
		padding-left: 20px;
		text-align: center;
	}
}
