.faq-accrdn {
  margin-top: 60px;
}

.faq-accrdn .tab-list p {
  display: none;
  cursor:pointer;
}

.faq-accrdn .tab-list ul {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  list-style: none;
  padding: 0px 0;
  margin: 0 !important; 
}

.faq-accrdn .tab-list ul li {
  padding: 20px;
  background-color: #f5f5f5;
  align-items: center;
  color: #333333;
  cursor: pointer;
  margin: 0;
  margin-right: 20px;
  align-content: center;
  display: flex;
  flex-flow: row wrap;
  height: 135px;
  width: 100%;
  /*border-radius: 5px; */
  text-align: center;
  margin-bottom: 10px;
  cursor:pointer;
}

@media only screen and (min-width:768px) {
  .faq-accrdn .tab-list ul li:hover{
    background-color: #3187c1;
    color: #ffffff;
  }
  .faq-accrdn .tab-list ul li:hover > span.c-svg svg *,
  .faq-accrdn .tab-list ul li:hover > span.hs-icon svg {
    fill:#FFF;
  }
  .faq-accrdn .tab-list ul li:hover > span.img-icon img {
    filter: brightness(0) invert(1);
  }
}

.faq-accrdn .tab-list ul li.selected {
  background-color: #3187c1;
  color: #ffffff;
}

.faq-accrdn .tab-list ul li:last-of-type {
  margin-right: 0;
}

.faq-accrdn .tab-list ul li > strong {
  font-size: 25px;
}

.faq-accrdn .tab-list ul li > strong,
.faq-accrdn .tab-list ul li > span {
  width: 100%;
}

.faq-accrdn .tab-list ul li > span {
  display: flex;
  margin-top: 5px;
  justify-content: center;
  font-size: 20px;
}

.faq-accrdn .tab-list ul li > span.custom-icon {
  font-size:25px;
}
.faq-accrdn .tab-list ul li > span.img-icon {
}
.faq-accrdn .tab-list ul li > span.img-icon img {
  max-height:40px;
  object-fit:contain;
}

.faq-accrdn .tab-list ul li.selected > span.img-icon img{
  filter: brightness(0) invert(1);
}

.faq-accrdn .tab-list ul li > span.c-svg svg {
  height:40px;
}
.faq-accrdn .tab-list ul li > span.hs-icon svg {
  width:25px;
}
.faq-accrdn .tab-list ul li > span.c-svg svg *,
.faq-accrdn .tab-list ul li > span.hs-icon svg,
.faq-accrdn .tab-list ul li > span.hs-icon svg {
  fill:#333;
}
.faq-accrdn .tab-list ul li.selected > span.c-svg svg *,
.faq-accrdn .tab-list ul li.selected > span.hs-icon svg {
  fill:#FFF;
}

.faq-accrdn .tab-content {
  /*   display: none;
  opacity: 0; */
  margin-bottom: 30px;
  min-height: 570px;
  position: relative;
  display: block;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  float: left;
}

.faq-accrdn .tab-content.full-width {
  width: 100%;
  float: none;
}

.faq-accrdn .tab-content.col-2 {
  float: right;
}

.faq-accrdn .tab-content.grid-open {
  height: auto !important;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.faq-accrdn .tab-content >.active {
  opacity: 1;
  display: inline-block;
}

.faq-accrdn .card {
  flex-flow: row wrap;
  /* margin-bottom: 10px; */
  /*   border: 1px solid rgba(0,0,0,.125); */
  /*border-radius: 5px;*/
  position: relative;
  display: none;
  opacity: 0;
  top: 0;
  width: 100%;
}

.faq-accrdn .card.active {
  position: static !important; 
  transform: none !important;
}

.faq-accrdn .card:last-of-type {
  margin-bottom: 0;
}

.faq-accrdn .card.opened {
  position: static !important;
  top: 0 !important;
}

.faq-accrdn .card h5 {
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  width: 100%;
  margin: 0;
  padding: 13px 13px 13px 22px;
  display: flex;
  display: inline-block;
  width: auto;
  min-width:0px;
  align-items: center;
  justify-content: left;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  /*border-radius: 5px;*/
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-top:1px solid #D5DBDB;
}
.faq-accrdn .card.selected h5 {
  width:100%;
  min-width:100%;
  color: #3187c1 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.faq-accrdn .card:not(.selected) h5 {
  transition:all 600ms cubic-bezier(0, 0, 1, 1);
}
.faq-accrdn .card.selected h5:hover {
  /*border: 1px solid rgba(0,0,0,.125);*/
}

.faq-accrdn .card h5:hover {
  color: #3187c1 !important;
  /*   border: #3187c1; */
  cursor: pointer;
}

.faq-accrdn .card h5:before {
  font-family: FontAwesome;
  content: "\f105";
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-right:10px;
  transform: rotate(0deg);
  display:inline-block;
}

.faq-accrdn .card.selected h5:before {
  transform: rotate(90deg);
}


.faq-accrdn .card .description {
  width: 100%;
  display: none;
  padding-left:40px;
}

.faq-accrdn .card .description > div {
  padding: 0px 20px 25px;
}

.faq-accrdn .faq-form {
  visibility: hidden;
  opacity: 0;
  transition: .5s all;
  -moz-transition: .5s all;
  -webkit-transition: .5s all;
  height: 0;
}

.faq-accrdn .faq-form.visible {
  visibility: visible;
  opacity: 1;
  transition: .5s all;
  -moz-transition: .5s all;
  -webkit-transition: .5s all;
  height: auto;
}

.faq-accrdn .faq-form input,
.faq-accrdn .faq-form textarea,
.faq-accrdn .quicksearch {
  border-radius: 3px;
  border: none;
  border: 1px solid #616365;
  margin-bottom:30px;
}

.faq-accrdn .faq-form .hs-error-msg {
  font-size: 14px;
  margin: 5px 0;
}

.faq-accrdn .faq-form .hs-error-msgs.inputs-list {
  margin: 0;
}

@media all and (max-width: 768px) {
  .faq-accrdn {
    margin-top: 20px;
  }

  .faq-accrdn .tab-list ul li {
    height: auto;
  }
}
@media all and (max-width: 767px) {
  .faq-accrdn .tab-content {
    min-height: 510px;
  }

  .faq-accrdn .tab-list {
    margin-bottom: 10px;
    position: relative;
  }

  .faq-accrdn .tab-list p {
    display: flex;
    background-color: #3187c1;
    color: #ffffff;
    padding: 10px 15px;
    align-content: center;
    margin: 0;
    position: relative;
    cursor:pointer;
  }

  .faq-accrdn .tab-list p:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fff;
    position: absolute;
    right: 6px;
    top: 46%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .faq-accrdn .tab-list p.clicked ~ ul {
    display: flex;
  }

  .faq-accrdn .tab-list ul {
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    flex-flow: row wrap;
    padding: 0;
  }

  .faq-accrdn .tab-list ul li {
    width: 100%;
    margin: 0;
    border-top: 1px solid;
    padding: 10px 15px;
    border-radius: 0;
  }

  .faq-accrdn .tab-list ul li:last-of-type {
    border-bottom: 1px solid;
  }

  .faq-accrdn .tab-list ul li strong, 
  .faq-accrdn .tab-list ul li span {
    width: auto;
  }

  .faq-accrdn .tab-list ul li strong {
    font-size: 15px;
    margin-right: 6px;
  }

  .faq-accrdn .tab-list ul li.selected {
    background-color: #2e3f4a;
  }

  .faq-accrdn .tab-list ul li span {
    font-size: 13px;
    padding-top: 0;
  }

  .faq-accrdn .tab-content {
    width: 100%;
    float: none;
    margin: 0;
  }

  .custom-tab-content {
    margin-bottom: 30px
  }

  .custom-tab-content:after {
    content: '';
    display: block;
    clear: both;
  }
  .c-icon-hover {
    justify-content:left !important;
    width:60px !important;
  }
}

.card .header { cursor:pointer; } 
/* custom  */
.c-icon-hover {
  
}
.c-icon-hover img {
  height:40px;
}
.tab-list > p:first-child { cursor:pointer; }
.tab-list > ul > li { }
.tab-list > ul > li .c-icon-hover .c-icon-default {  }
.tab-list > ul > li .c-icon-hover .c-icon-active { display:none; }

.tab-list > ul > li.selected .c-icon-hover .c-icon-default { display:none; }
.tab-list > ul > li.selected .c-icon-hover .c-icon-active { display:block; }

.tab-list > ul > li .c-icon-hover .c-icon-default {  }
.tab-list > ul > li .c-icon-hover .c-icon-active { display:none; }

@media only screen and (min-width:768px) {
.tab-list > ul > li:hover .c-icon-hover .c-icon-default { display:none; }
.tab-list > ul > li:hover .c-icon-hover .c-icon-active { display:block; }
}