.mpfaq .mpfaq-qa {
	border: 1px solid #666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 0 15px 0;
	transition: 0.25s all;
	padding: 2rem 1rem;
}
.mpfaq .mpfaq-qa:last-child {
	margin-bottom: 0;
}
.mpfaq h3 {
	cursor: pointer;
	margin: 0;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}
.mpfaq h3.alignLeft {
	padding-left: 35px;
}
.mpfaq .mpfaq-ans {
	display: none;
}

.mpfaq .collapseIcon i{
	font-size: 16px;
}
.mpfaq .collapseIcon {
	position: absolute;
	right: 1%;
	top: 0;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
.mpfaq .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
.mpfaq-wrap h1{
	text-align: center
}
.mpfaq h2{
	margin-bottom: 15px;
	text-align: center;
	font-weight: 500;
}
.mpfaq h2 a {
	color: inherit;
}
.mpfaq .mpfaq-inner{
	margin-bottom: 35px;
}
.mpfaq-extend a {
	color: inherit;
}
.mpfaq-extend {
    border: 1px solid #ddd;
}
.mpfaq-extend h1{
	background: #666;
	color: #fff;
	margin: 0;
	padding: 0.4em;
}
.mpfaq-extend .list-group {
	position: relative; margin:0;
}
.mpfaq-extend .list-group .list-group-item  {
	border-left: none;
	border-right: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}
.mpfaq-extend .list-group .mpfaqcat_child{
	position: absolute; top:10%; right:3%; z-index: 2;
}
.mpfaq-extend .mpfaq h2{
	margin-bottom: 10px;
}
.mpfaq-extend .mpfaq {
	margin-top: 1em;
}
.mpfaq-extend .mpfaq .mpfaq-inner{
	margin-bottom: 1em;
}
.mpfaq .mpfaq-inner:last-child{
	margin-bottom: 10px;
}