.header-faq {
  background-image: url('../img/banner/FAQ.jpg');
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 60vh;
  width: 100%;
  background-color: #4a4a4a;
}

body {
  color: #6a6c6f;
  background-color: #f1f3f6;
  margin-top: 30px;
}

b {
  color: rgb(0, 0, 0);
}

h5 {
  font-size: 14px !important; 
}

.container {
  max-width: 960px;
}

.card-heading>a:hover{
  color: #6a6c6f;
}

.card-faq{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.font-card-heading {
  color: #000000;
}

.collapsed>p{
  position:absolute;
  top:5px;
  right:20px;
  font-size:20px;
  color:white;
-webkit-animation: minus 0.5s;
}

.expanded>p{
  position:absolute;
  top:5px;
  right:20px;
  font-size:20px;
  color:white;
-webkit-animation: minus 0.5s;
}

.card-heading {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.font-card-body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

@keyframes minus {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {display: none;}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-primary {
  background-color: #89c64f;
}

