.header-style-2 .main-bar::after {  
  display: none;
}


.innerPages h5 {
  font-size: 18px;
  color: #000;margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
}

.innerPages h3 {
  font-size: 22px;
  margin: 40px 0 0;
  color: #000;
}


 
.innerPages p {
  font-size: 15px;
  color: #000;
  margin: 0 0 10px;
}


.faqBox .card-header {
  background: #7baf4b;
  color: #fff;padding: 0;
}

.faqBox .card-header .btn {
  padding: 11px 16px 12px;
  text-decoration: none;
  color: #fff;
  width: 100%;
  text-align: left;
  position: relative;
}


.faqBox .card-header .btn[aria-expanded="false"]::after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 27px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}



.faqBox .card-header .btn[aria-expanded="true"]::after {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 27px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 52%;
  transform: translateY(-50%);
}

 .faqBox .collapse  h3 {
  color: #000;
  font-size: 22px;
}