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 {
  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 #dddddd;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 9px 14px 9px !important;
}
.resp-tab-active {
  border-bottom: none;
  background-color: #fafafa;
  color:#e94e1b;
}
.resp-content-active, .resp-accordion-active {
  display: block;
}
.resp-tab-content {
  border: 1px solid #ddd;
}
h2.resp-accordion {
  position:relative;
  font-size: 14px;
  line-height:20px;
  background:#fafafa;
  border: 1px solid #ddd;
  border-top: 0px solid #ddd;
  margin: 0px;
  padding: 15px 10px;
}
h2.resp-tab-active {
  border-bottom: 0px solid #ddd !important;
  margin-bottom: 0px !important;
  padding: 15px 10px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #ddd !important;
  background: blue;
}


/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  float: left;
  width: 68%;
  min-height: 250px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #ddd;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}
.resp-arrow {
  width:20px;
  height:20px;
  position:absolute;
  right: 10px;
  top:16px;
  display:block;
}
.resp-arrow:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-weight: 900;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  color: #333;
  text-align: center;
  height: 20px;
  width: 20px;
  font-size: 20px;
  line-height: 20px;
}
h2.resp-tab-active span.resp-arrow:before {
  content: '\f106';
}


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