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

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    font-size: 18px;
}

  .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: #036297;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 10px 10px 5px 0;
    background: none;
    border: 0;
    font-size: 16px;
    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: 40px;
    height: 40px;
    background-color: #ff9800;
    position: absolute;
    left: -54px;
    top: 5px;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    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: "\f067";
    background-color: #d3d3d3;
    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;
  }
   /*#accordionFlushExample{*/
   /*     border:1px solid #ccc;*/
   /* }*/

.tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display: inherit;
    }

  /* Symbol */
.tbk__symbol {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }
  
  /* Symbol - small line */
  .tbk-symbol--line .tbk__symbol span {
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: #ff9800;
    /*box-shadow: 1px 2px 4px #a5a5a5;*/
  }
  .tbk-symbol--line.tbk-icon-pos--after-title .tbk__symbol {
    margin-bottom: 8px;
    margin-top: -16px;
    display:inherit;
  }