@media only screen and (min-width: 768px) {
  .resp-tabs-list {
    width: 70%;
    margin: 0 auto 3rem; } }
.resp-tabs-list li {
  width: 16.66666%;
  padding: 1rem;
  list-style: none;
  cursor: pointer;
  float: left;
  background: #fff;
  text-align: center; }

.resp-tabs-list li:first-child {
 }

.resp-tabs-list li:last-child {
}

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

h2.resp-accordion {
  cursor: pointer;
  background: #fff;
  color: #000 !important;
  display: none; }

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

.resp-tab-active {
  border-bottom: none;
  background-color: #535353 !important;
  color: #fff; }

@media only screen and (max-width: 768px) {
  h2.resp-tab-active {
    border-bottom: none;
    background-color: #535353 !important;
    color: #fff !important; }
.resp-tabs-list li  {
  padding:10px 5px;
  font-size: 0.8em;
}

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

h2.resp-accordion {
  margin: 0px;
  padding: 10px 15px;
  color: #fff; }

h2.resp-tab-active {
  padding: 10px 15px !important; }

/*-----------Vertical tabs-----------*/
/*.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}
.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 1rem !important;
    margin: 0;
    cursor: pointer;
    float: none;
	color: #fff;

}
.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
}*/
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 1rem;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff; }

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

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block; }

.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: 767px) {
  ul.resp-tabs-list {
    display: none; }

  h2.resp-accordion {
    display: block; }

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

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