
.accordion {
	overflow: hidden;
}


.accordion-section-title {
	background: #e8e8e1 url(../../images/faq.png) no-repeat 15px center;
	color: #000;
	display: block;
	padding: 15px 15px 15px 60px;
	margin-bottom: 20px;
}

.accordion-section-title.active, .accordion-section-title:hover {
	background: #4c4c4c url(../../images/faq2.png) no-repeat 15px center;
	color: #fff;
	/* Type */
	text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
	border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
	padding: 0 15px 15px 15px;
	display: none;
}




.service-4 dt {
	background: #ededed url(../images/faq.png) no-repeat 15px center;
	color: #000;
	display: block;
	padding: 15px 15px 15px 60px;
	}
.service-4 dd {
	display: none;
	padding: 15px 15px 15px 60px;
	background-color: #f9f5e7;
	}
.service-4 .active dt {
	background-color: #3992d0;
	color: #fff;
	}
.service-4 .active dd {
	
	}