
.resp-tabs-list li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 0;
}

.resp-tab-active {
}

.resp-tab-active {
  border-bottom: none;
}

.resp-content-active,
.resp-accordion-active { display: block; }

.resp-tab-content {
  background: transparent;
}

h2.resp-accordion {
  margin: 0px;
  padding: 0;
  font-size: inherit;
}

h2.resp-tab-active {
  background: #f62d2d;
}

h2.resp-tab-title:last-child {
}

/*-----------Vertical tabs-----------*/

.resp-vtabs ul.resp-tabs-list {
  
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content { border: none; }

.resp-vtabs li.resp-tab-active {
  border-right: none;
  position: relative;
  z-index: 1;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 25px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f62d2d;
  margin-right: 0;
  position: absolute;
  right: 15px; 
}
.resp-accordion .ts-title {
    width: calc(100% - 80px);
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin-right: 0;
}

/*-----------Accordion styles-----------*/

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #e6e6e6; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 1024px) {

  ul.resp-tabs-list { display: none; }

  h2.resp-accordion { display: block; }

  .resp-vtabs .resp-tab-content { border: 1px solid #e6e6e6; }

  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }

  .resp-accordion-closed { display: none !important; }

  .resp-vtabs .resp-tab-content:last-child { border-bottom: 1px solid #e6e6e6 !important; }

  .resp-vtabs ul.resp-tabs-list {
    display: none !important;
  }
  .resp-vtabs h2.resp-accordion .nav-link {
    padding: 20px 32px 20px 20px;
    font-size: 1.2em;
    font-weight: 700;
  }
  .resp-vtabs h2.resp-tab-active .nav-link {
    color: #fff;
  }
  .resp-vtabs .resp-tabs-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .resp-vtabs .large-heading {
    font-size: 1.2em;
  }
  .build-tab-block.build-jq-tabs {
    margin-top: 10px;
  }
}
