.accAccordion{
	margin-bottom: 70px;
}
.accordions {
	width: 100%;
}
.accordion{
	font-size: 20px;
	margin-bottom: 10px;
}
.accordion-title{
	font-weight: bold;
	width: 100%;
	padding: 9px 24px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius:  25px;
	border-radius: 25px;
	min-height: 43px;
	border: 1px solid #d9d9d9;
	cursor: pointer
}
.accordion-content{
	font-size: 16px;
	padding: 12px 25px;
	line-height: 20px;
}
.accordion-title .close{
    font-size: 23px;
}
.accordionSection{
	padding-bottom: 5px;
	margin-bottom: 17px;
	border-bottom: 1px solid #e9e9e9
}
.accordionSection-title{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	padding: 30px 0px;
	font-size: 20px;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.accordionSection-title h3{ 
	padding-left: 22px;
	font-size: 20px;
	cursor: pointer
}
.accordionSection-title h3:hover,.accordionSection-title h3.active, .accordion-title:hover{
	color:#f87661
}
.accordionSection-title .acc-action{
	margin-left: auto;
	font-size: 16px;
	color:#212529;
	cursor: pointer
}
.accordionSection-title .acc-action:hover{
	color:#f87661
}
.accordionSection-title .acc-action:hover  svg{
	fill:#f87661
}
.acc-action svg{
	width: 5px;
	height: 8px;
    margin-left: 5px;
}
.acc-action.active{
	color:#f87661
}
.acc-action.active svg{
	fill:#f87661;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg); 
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordionSection-title .icon{
	display: table;
	width: 60px;
	height: 60px;
    background-position: center;
}
.accordionSection-title .icon svg{
	max-width: 60px;
	max-height: 60px;
	height: auto;
	fill:#f87661;
    width: 100%;
}