﻿ul.tabs-list {
  margin: 0px;
  padding: 0px;
  background: #323333;
}

.tabs-list li {

  font-size: 0.825em;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  color: #fff;
  width: 25%;
  text-align: center;
}

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

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

.tab-content {
  display: none;
}



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

.tab-content {
  position: relative;
}

h2.accordion {
  font-size: 13px;
  border-bottom: 1px solid #fff;
  margin: 0px;
  padding: 10px 15px;
  text-transform: uppercase;
}

h2.tab-active {
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
  padding: 10px 15px;
}

h2.tab-title:last-child {
  border-bottom: 12px solid #fff;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.vtabs ul.tabs-list {
  float: left;
  width: 30%;
}
h2[role="tab"] {
  color: #fff;
}
.vtabs .tabs-list li {
  display: block;
  padding: 15px 15px;
  margin: 0;
  cursor: pointer;
  float: none;
}

.vtabs .tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

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

.vtabs li.tab-active {
  border: 1px solid #fff;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px;
  padding: 14px 15px 15px 14px;
}

.arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
}

h2.tab-active span.arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #e77e24;
}

/*-----------Accordion styles-----------*/
h2.tab-active {
  background: #444;
}
.easy-accordion h2.accordion {
  display: block;
}
.easy-accordion .tab-content {
  border: 1px solid #fff;
}

.easy-accordion .tab-content:last-child {
  border-bottom: 1px solid #fff;
}

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

.tab-content-active {
  display: block;
}

h2.accordion:first-child {
  border-top: 1px solid #fff;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 719px) {
  .product-tabs {
    margin-top: 0;
  }
  ul.tabs-list {
    display: none;
  }
  .tabs-container h2.accordion {
    background-color: #000;
  }
  h2.accordion {
    display: block;
  }

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

  .vtabs .tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .accordion-closed {
    display: none;
  }
  .vtabs .tab-content:last-child {
    border-bottom: 1px solid #fff;
  }
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}

.faq-item.active .faq-answer {
  opacity: 1;
}

.faq-item h4 {
  cursor: pointer;
  position: relative;
  padding-right: 25px;
}

/* .faq-item h4::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: transform 0.3s ease;
} */

/* .faq-item.active h4::after {
  content: "-";
} */


.faq_tab_row{ display: flex; flex-wrap: wrap; margin: 0 -2rem;}
.faq_tab_nav,.faq_tab_nav_content{ padding: 0 2rem;flex: 0 0 auto;}
.faq_tab_nav{ width: 33.33%;}
.faq_tab_nav_content{ width: 66%;}
.tab_list_wrap{ border-right: 0.1rem solid rgba(255, 255, 255, 0.30); padding-right:9rem; height: 100%;}
.faq_tab_nav ul.tabs-list{ background: transparent; text-align: left;}
.faq_tab_nav .tabs-list li{ display: block; width: 100%; float: none; font-size: 2.5rem; line-height: 3.2rem; font-weight: 500;color: rgba(255, 255, 255, 0.30); text-align: left; padding:0; margin-bottom: 4rem; transition: color 0.6s;}
.faq_tab_nav .tabs-list li:hover,.faq_tab_nav .tabs-list li.tab-active{color: rgba(255, 255, 255, 1)}
.tabs-container{ padding-left:6rem;}

.faq_tab_nav_content .faq-answer{background: rgba(255, 255, 255, 0.30); color: #FFF;}
.faq_tab_nav_content .faq-item.active .faq-answer{padding: 2.8rem 4rem;}
.faq_tab_nav_content .faq-answer p{ margin-bottom: 1rem;}
.faq_tab_nav_content .faq-answer p a{ font-weight:600; color: #FFF; text-decoration: underline; }
.faq_tab_nav_content .faq-answer p a:hover{ text-decoration: none;}

.faq-item h4{ font-size: 3rem; font-weight: 500; margin: 0; border: 0.1rem solid #FFF; color: #FFF; padding:2.3rem 4rem; transition:border 0.6s;display: flex;
  align-items: center;justify-content: space-between;}
.faq-item{ margin-bottom: 2rem;}
.faq-item.active h4{background: rgba(255, 255, 255, 0.30); border-top-color: transparent; border-left-color: transparent; border-right-color: transparent;}
.faq-item.active h4 span{transition:transform 0.6s;}
.faq-item.active h4 span{transform: rotate(180deg);}