.cat-title {
	position: relative;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	padding-right: 35px;
}
 ul.faq-list > li.faq {
	border-bottom: solid 1px #63513d;
	padding: 0 45px 0 0;
	list-style: none !important;
	margin-bottom: 0;
}
ul.faq-list  >  li.faq:before {
	content: none;
}
* + ul.faq-list li.faq,
.faq-list .faq + .faq {
	padding-top: 25px;
}
.faq-list .faq:last-child {
	border-bottom: none;
}
.answer-drop {
	display: none;
	padding-bottom: 25px;
}
.answer-drop ul,
.answer-drop ol {
	margin: 0 0 0 15px;
}
h3.question {
	position: relative;
	letter-spacing: 0px;
	margin-bottom: 25px;
	cursor: pointer;
}
h3.question span,
.cat-title span {
	position: absolute;
	top: 0px;
	margin: auto;
	background-color: #84a025;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}
.faq-list h4{
	font-weight: 500;
    margin-bottom: 15px;
    color: #63513d;
}

.cat-title span {
	width: 30px;
	height: 30px;
	right: 0;
}
h3.question span {
	height: 26px;
	width: 26px;
	right: -35px;
	top: -2px;
}
h3.question span:before,
h3.question span:after,
.cat-title span:before,
.cat-title span:after {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	background: #fff;
	transition: transform 0.3s ease 0s;
}
h3.question span:before {
	height: 2px;
	width: 12px;
}
h3.question span:after {
	height: 12px;
	width: 2px;
}
.cat-title span:before {
	height: 4px;
	width: 18px;
}
.cat-title span:after {
	height: 18px;
	width: 4px;
	transform: rotate(0deg);
}
.show h3.question span,
.cat-title span.show:after {
	transform: rotate(45deg);
}
.cat-title span.show:before {
	transform: rotate(45deg);
}

@media screen and (max-width: 770px) { /* Tablet View */
	.cat-title {
		font-size: 22px;
		line-height: 26px;
	}
	h3.question {
		font-size: 18px;
		line-height: 22px;
	}
}

@media screen and (max-width: 600px) {
	.cat-title {
		font-size: 20px;
		line-height: 22px;
	}
	.faq-list {
		margin-left: 0 !important;
	}
	h3.question span{
		width: 20px;
		height: 20px;
		top: 3px;
	}
}