
.tph_faqs > h3{
    margin-bottom: 15px;
}
.tph_faqs1.tph_item_faqs{
    margin-top: 50px;
}
.tph_accordions .tph_faqs .tph_faq_item{
    margin-bottom: 10px;
}
.tph_accordions .tph_faqs .tph_faq_item .tph_faq_item_q{
	color: #000;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 5px;
}
.tph_accordions .tph_faqs .tph_faq_item .tph_faq_item_q:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 10px;
    font-weight: 800;
    transform: rotate(-90deg);
    transition: all .3s ease;
}
.tph_accordions .tph_faqs .tph_faq_item .tph_faq_item_a{
	display: none;
}
.tph_accordions .tph_faqs .tph_faq_item.__active .tph_faq_item_q:after {
    transform: rotate(0deg);
}
.tph_accordions .tph_faqs .tph_faq_item.__active .tph_faq_item_a{
	display: block;
}