.hr-faqs .accordion-button,
.hr-faqs .accordion-button:not(.collapsed),
.hr-faqs .accordion-item {
	background: 0 0
}

.hr-faqs .accordion-button:focus {
	box-shadow: none
}

.hr-faqs .accordion-button {
	font-weight: 600;
	font-size: 14px;
	color: #000;
}

.hr-faqs .accordion-button::after {
	font-family: 'Font Awesome 6 Pro' !important;
	background-image: none;
	content: "\f107";
	font-weight: 500;
	flex-shrink: unset;
	width: unset;
	height: unset;
	font-size: 20px;
	color: var(--color-2);
	transform: rotate(-90deg);
}

/*.hr-faqs .accordion-button:not(.collapsed),
.hr-faqs .accordion-button:not(.collapsed)::after {
	color: #fff;
    background-color: var(--color-4);
    transform: rotate(0deg);
}*/

.hr-faqs .accordion-button:not(.collapsed)::after {
	content: "\f068"
}
.hr-faqs .accordion-body{
	padding: 15px 30px 15px 30px;
}
.hr-faqs .accordion-body p {
	margin-bottom: 1rem;
	font-size: 1rem;
	letter-spacing: -.25px;
	line-height: 1.6;
	color: #000
}

.hr-faqs .accordion-body p:last-child {
	margin-bottom: 0
}
.hr-section-content .hr-title-one h2 {
	font-size: 48px;
	line-height: 30px;
	color: #000;
	position: relative;
	font-weight: 700;
	margin-bottom: 40px;
}
.hr-section-content .hr-title-one h2::before {
	position: absolute;
	content: '';
	background: var(--color-2);
	width: 50px;
	height: 3px;
	left: 25px;
	bottom: -15px;
}
.accordion-flush > .accordion-item > .accordion-collapse {
	border: none;
}	
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
	border: 1px solid #eaeaea;
}
.hr-faq-title {
	text-align: left;
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	color: var(--color-2);
	margin: 18px 0px;
	display: none;
}


/*new*/
.home-faq-left {
	background: var(--white);
	padding: 50px;
	text-align: center;
}

.home-faq .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.home-faq .accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: unset;
}

.home-faq .accordion .accordion-button {
	padding: 0;
  width: 100%;
  height: 80px;
  border: none;
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  position: relative;
  padding-left: 80px;
  margin-bottom: 20px;
  border: 2px solid #f4efe4;
  background-color: transparent;
}
.home-faq .accordion-item .accordion-body {
	font-size: 14px;
  line-height: 1.714;
  padding: 0px 40px 20px 40px;
  margin-bottom: 20px;
}
.home-faq .accordion-button:not(.collapsed) {
	box-shadow: unset;
	border: none;
	color: #000;
	border: none !important;
}

.home-faq .accordion-item {
  color: var(--bs-accordion-color);
  background-color: transparent;
}
.home-faq .accordion-button:not(.collapsed)::after {
	background-image: unset;
	transform: var(--bs-accordion-btn-icon-transform);
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	rotate: 0deg;
	transition: .3s ease-in-out;
}
.home-faq .accordion-button::after {
	width: unset;
	height: unset;
	background-image: unset;
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	content: "\f107";
	font-size: 24px;
	color: var(--color-2);
	transition: .3s ease-in-out;
	margin-left: 20px;
	left: 15px;
  font-weight: 900;
  position: absolute;
  color: #b89b5e;
  top: 21px;
  content: "";
}

.home-faq .accordion-item {
	border: none;
	border-bottom: 1px solid #f0f0f0;
}
.home-faq-left > h2 {
	font-size: 30px;
	color: #000;
	text-align: center;
	text-transform: none;
	font-weight: 600;
}
.home-faq-right {
	background-image: url('https://jcparalegal.itsprowebsite.com/public/JCPARLGAL/themeaB9xY12z/assets/images/faq/faq_bg.jpg');
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.home-faq-right-inner {
  padding: 60px;
}
.home-faq-right-inner h2 {
	font-size: 30px;
	color: #000;
	text-align: center;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 30px;
}	
.home-faq .accordion-item .accordion-body ul li {
  list-style: none;
  position: relative;
}
.home-faq .accordion-item .accordion-body ul {
  margin: 0;
  padding: 0;
}

@media(max-width:575px){
	.hr-section-content .hr-title-one h2 {
	font-size: 28px;
	line-height: 35px;
}
.home-faq .accordion .accordion-button {
	font-size: 15px;
	padding-left: 50px;
	margin-bottom: 10px;
}
.home-faq .accordion-button::after {
	font-size: 19px;
	left: 0px;
}
}
