div.bariplan_contact_area.faq-wrap{
	background-color: #f9fafc;
}
.faq-wrap a{
	font-size: 22px;
	background-color: transparent;
}
.faq-wrap .active .witr_ac_style, 
.faq-wrap .witr_ac_style:focus, 
.faq-wrap .witr_ac_style:hover {
  background: #FF6201;
}
.accordion_area div.card-2{
	box-shadow: unset;
	border: unset;
}
div.card-2{
	background-color: transparent;
}
.card-2 > :last-child {
	padding: 30px 62px;
	font-size: 24px;
}
.card-2 table {
	padding-bottom: 10px;
}
div .card-2 p {
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.2;
}
.card-2 table:last-child,
div .card-2 p:last-child {
	padding-bottom: 0;
}
a.witr_ac_style::before{
	width: 0;
	height: 0;
	content: ' ';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 14px solid #FF6201;
}
.faq-wrap .active .witr_ac_style::before, 
.faq-wrap .witr_ac_style:focus::before, 
.faq-wrap .witr_ac_style:hover::before {
	content: ' ';
	border-top-color: #fff;
}
.faq-wrap .active .witr_ac_style::before{
	border-top: unset;
	border-bottom: 14px solid #f9fafc;
}