ul.resp-tabs-list {
  margin: 0px !important;
  padding: 0px;
  display:block;
}
.resp-tabs-list li {
  font-weight:bold;
  font-size: 13px;
  display: inline-block;
  padding: 13px 10px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  display:block !important;
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 10px;
}
.resp-tab-active {
  border: 1px solid #d9d9d9;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 9px 14px 9px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fafafa;
  color:#333;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #d9d9d9;
}
h2.resp-accordion {
  position:relative;
  font-size: 14px;
  line-height:20px;
  background:#fafafa;
  border: 1px solid #d9d9d9;
  border-top: 0px solid #d9d9d9;
  margin: 0px;
  padding: 12px 10px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #d9d9d9 !important;
  margin-bottom: 0px !important;
  padding: 12px 10px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #d9d9d9 !important;
  background: blue;
}

.resp-arrow {
  width:16px;
  height:16px;
  position:absolute;
  right: 10px;
  top:15px;
  display:block;
}
.resp-arrow:before {
  font-family: 'Font Awesome 6 Free';
  content: '\f107';
  font-weight: 900;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #333;
  text-align: center;
  height: 16px;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
}
h2.resp-tab-active span.resp-arrow:before {
  content: '\f106';
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #eee !important;
}
.resp-easy-accordion  h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #d9d9d9;
  background:#fff;
}
.resp-easy-accordion .resp-tabs-container {
  border-top: 1px solid #d9d9d9 !important;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #d9d9d9 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block !important;
}
.resp-accordion-closed {
  display:none !important;
}
#horizontalAccordion li {
  float:none;
  display:block;
}
