.hg_accordion_element {
  margin-top: 50px;
}

/* accordions style3 */
.hg_accordion_element.style3 .th-accordion {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 15px;
}

.hg_accordion_element.style3 .th-accordion .acc-group {
  margin-bottom: 8px;
  margin-left: 54px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}

.hg_accordion_element.style3 .th-accordion .acc-group:last-child {
  border-bottom: 0;
}

.hg_accordion_element.style3 .th-accordion .acc-group > a {
  display: block;
  width: 100%;
  color: #b18ade;
  text-align: center;
  position: relative;
  margin: 0;
  padding: 10px 10px 5px 0;
  background: none;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.hg_accordion_element.style3 .th-accordion .acc-group > a.collapsed {
  color: #505050;
}

.hg_accordion_element.style3 .th-accordion .acc-group > a:after {
  width: auto;
  height: auto;
  padding-right: 14px;
}

.hg_accordion_element.style3 .th-accordion .acc-group > a:before {
  width: 36px;
  height: 50px;
  background-color: #b18ade;
  position: absolute;
  left: -54px;
  top: 5px;
  content: "\2212";
  font-family: "Glyphicons Halflings";
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hg_accordion_element.style3 .th-accordion .acc-group > a.collapsed:before {
  content: "\2b";
  background-color: #cca0ff;
  height: 40px;
}

.hg_accordion_element.style3 .th-accordion .acc-group .content {
  padding: 10px 15px 10px 0;
}

.hg_accordion_element.style3 .th-accordion .acc-group .content p:last-child {
  margin-bottom: 0;
}
