




.template_faq {
  background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
  background: #fff none repeat scroll 0 0;
  border-radius: 3px;

  margin-bottom: 0;
  padding: 30px;
}
#accordion .panel {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 15px 10px;
}
#accordion .panel-heading {
  border-radius: 30px;
  padding: 0;
}
#accordion .panel-title a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px 12px 50px;
  position: relative;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
  background: #fff none repeat scroll 0 0;

  color: #F1F1F1;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
  background: #f2f2f1 none repeat scroll 0 0;
  border: 1px solid #333;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
  color: rgb(244, 10, 10);
  content: "";
  font-family: fontawesome;
  font-size: 25px;
  height: 55px;
  left: -20px;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: -5px;
  transition: all 0.3s ease 0s;
  width: 55px;
}
#accordion .panel-title a.collapsed::after {
  background: #fff none repeat scroll 0 0;

  box-shadow: none;
  color: #333;
  content: "";
}
#accordion .panel-body {
  background: transparent none repeat scroll 0 0;
  border-top: medium none;
  padding: 20px 25px 10px 9px;
  position: relative;
}
#accordion .panel-body p {

  padding-left: 25px;
}






.overlay_2 {
  position: absolute;
  bottom: 0px;
  left: 0px;

  background-color: rgba(0, 0, 0, 0.25);
  /* Black see-through */
  width: 100%;
  height: auto;
  transition: .5s ease;
  opacity: 0;
  color: #F7F7F7;
  font-size: 14px;
  padding: 7px;
  text-align:left;
}

/* When you mouse over the container, fade in the overlay title */

.img_captation:hover .overlay_2 {
  opacity: 1;
}



@media (max-width: 576px) {
  .overlay_2 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: auto;
    transition: .5s ease;
    opacity: 0;
    color: rgba(247, 247, 247, 0.90);
    font-size: 14px;
    padding: 7px;
    text-align:left;
  }
}