
h2.no-margin-top {
    border: 0;
}
h2.no-margin-top:after {
    display: none;
}
.faqList {
	border-top: 1px solid #efefef;
	list-style: none!important;
	padding: 0!important
}

.faqList > li {
	position: relative;
	border-bottom: 1px solid #efefef;
	padding: 15px;
	list-style: none;
}

.faqList > li.faqAct {
	background: #f9f9f9
}

.faqList > li .faqHead {
    color: #007abd!important;
    cursor: pointer;
    line-height: 25px;
}

.faqList > li .faqHead.faqHeadAct {
    color: #000!important;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.faqList {
	counter-reset: section;
}

.faqList > li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section) ". ";
    line-height: 45px;
    padding: 0 15px;
    top: 3px;
    left: -45px;
    width: 20px;
    text-align: right;
}

.spl-tab {
	padding: 20px 40px;
	border: 1px solid #eee;
	position: relative;
}


.rhs-cont.block {
	border: 0;
	padding: 40px;
	float: none;
	margin: auto;
}

.faqList > li .faqCont{
        display:none;
        padding-left:15px;
}

.faqList > li .faqCont p {
        margin: 0;
        line-height: 24px;
        font-size: 14px;
}
