
.acc-head {
	background: #EFEFEF;
	color: black;
	padding: 10px;
	/* margin: 0 0 3px 0;*/
	cursor: pointer;
}

.acc-head.show-class:hover { 
	color: #1752dd; 
}

.acc-head.hide-class {
	background: #1752dd;
	color: white;
}

.acc-head + div{
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 10px;
}

.accordion h5 {
	font-family: inherit;
	color: inherit;
	line-height: 1.4;
	font-size: 18px;
}

.single-faq:not(:last-child) {
    margin-bottom: 15px;
}

.single-faq h3 {
    margin: 0;
    /*padding-left: 55px;*/
    position: relative;
    font-weight: normal;
    cursor: pointer;
	width: 100%;
	line-height: 40px;
}

.single-faq h3[aria-expanded='true'] .trianglespan {
	transform: rotate(0deg) !important;
}

/*.single-faq h3[aria-expanded='true']:before {
    content: '-';
}

.single-faq h3[aria-expanded='false']:before {
    content: '+';
}

.single-faq h3:before {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #e3edea;
    border-radius: 100%;
    color: #1752dd;
    text-align: center;
    line-height: 1.9;
    font-size: 1.25rem;
    font-weight: normal;
}*/

.single-faq .collapse, .collapsing {
	/*padding-left: 30px;*/
	padding-top: 10px;
}

.single-faq .collapse ul li, .collapsing ul li {
	margin: 4px 0;
	font-size: 16px; 
}

.faq-title {
    min-height: 40px;
	margin-bottom: 14px;
}

.faq-answer {
    padding-left: 55px;
}

.faq-answer p {
    font-size: 0.875rem;
    margin: 0;
}

.faq-answer p span {
    font-size: 1rem;
    color: #1752dd;
}