.resp-tabs-list{
  display: flex;
}
.resp-tabs-list > li {
  flex: 1;
  border-right: 1px solid rgb(0 123 199 / 60%);
  border-top: 1px solid rgb(0 123 199 / 60%);
  background: rgba(255, 255, 255, .1);
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
}
.resp-tabs-list > li:first-child {
  border-left: 1px solid rgb(0 123 199 / 60%);
}
.resp-tabs-list > li:hover {
  background: rgba(255, 255, 255, .2);
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

h2.resp-accordion {
  border: 1px solid rgb(0 123 199 / 60%);
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  padding: 20px;
  display: none;
}
h2.resp-accordion.resp-tab-active {
  background: none;
  border-bottom: none;
}

.resp-tab-content {
  display: none;
  padding: 15px 0;
}

.resp-tabs-list > li.resp-tab-active {
  background: none;
}

.resp-tab-active {
  /* background: none;
  border-bottom: none; */
  /* background-color: #fff; */
}

.resp-content-active,
.resp-accordion-active {
  display: block;
  background-color: none;
}

.resp-tab-content {

}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid rgb(0 123 199 / 80%);
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid rgb(0 123 199 / 80%);
}

/*-----------Accordion styles-----------*/

h2.resp-tab-active {
  background: none !important;
}

.resp-easy-accordion h2.resp-accordion { display: block; }

.resp-easy-accordion .resp-tab-content { border: 1px solid #c1c1c1; }

.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important; }

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active { display: block; }

h2.resp-accordion:first-child {
  /* border-top: 1px solid #c1c1c1 !important; */
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {

  ul.resp-tabs-list { display: none; }

  h2.resp-accordion {
    display: block;
    margin: 0;
  }
  h2.resp-accordion:not(:first-child) {
    border-top: none;
  }

  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }

  .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 #c1c1c1 !important;
  }
}
