.section-faq
{
padding-bottom: 1rem;
}
.faq-card
{
	padding: 1.5rem;
}
.faq-heading
{
	text-shadow: 2px 2px rgba(0,0,0,.2);
	font-size: 1.8rem;
	font-weight: 700;
}
.faq-subheading
{
	color: grey;
	font-weight: 500;
}
.text-box i
{
	font-size: 2rem;
}
      .section-faq .card{
        border-radius: 0px;
		margin-bottom: 5px;
      }
      .faq-main-question{
        color: white!important;
        cursor: pointer;
      }
      .faq-sub-question{
      	color: white;
      	cursor: pointer;

      }
      .faq-main-question:before
{
  content:"\eae5";
  font-family:"amejman";
  color: white;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 1em;
  display: inline-block;
  margin-right: 10px;

}
      .faq-sub-question:before
{
  content:"\eae5";
  font-family:"amejman";
  color: white;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  width: 1em;
  display: inline-block;
  margin-right: 10px;

}

.formsearch{
	border-radius: 0px;
}