.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

/* Sticky bar */
/* Tabs accordion  */
.tabs-cb .tab_content {
  display: none;
}

.tabs-cb .tabs-left {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tabs-cb .tabs-left li {
  font-family: 'SangBleu Versailles';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  color: #76757b;
  padding: 18px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs-cb .tabs-left li:hover {
  padding-left: 20px;
  color: #000000;
}

.tabs-cb .tabs-left li.active {
  font-size: 32px;
  font-size: 2rem;
  padding-left: 19px;
  color: #000000;
}

.tabs-cb .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs-cb .dflex .tabs-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  max-width: 400px;
}

.tabs-cb .dflex .tab-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(100% - 400px);
          flex: 1 1 calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding-left: 8.6%;
}

.tabs-cb .accordion-btn {
  font-family: 'SangBleu Versailles';
  font-weight: normal;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  color: #76757b;
  padding: 15px 30px 15px 0;
  cursor: pointer;
  border: 0;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  color: #000000;
}

.tabs-cb .accordion-btn:after {
  content: '+';
  position: absolute;
  right: 27px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
}

.tabs-cb .accordion-btn.d_active {
  border-bottom: 0;
}

.tabs-cb .accordion-btn.d_active:after {
  font-size: 50px;
  font-size: 3.125rem;
  content: '-';
  font-weight: 200;
}

.tabs-cb .accordion-btn.d_active + .tab_content {
  display: block;
}

.accordion-section-cst {
  margin-bottom: 40px;
}

.accordion-section-cst .btn-acco {
  font-family: 'SangBleu Versailles';
  font-weight: normal;
  font-style: normal;
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 14px 50px 14px 0;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

.accordion-section-cst .btn-acco:hover {
  cursor: pointer;
}

.accordion-section-cst .btn-acco:hover:before, .accordion-section-cst .btn-acco:hover:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-section-cst .btn-acco:before, .accordion-section-cst .btn-acco:after {
  content: '';
  position: absolute;
  background: #000000;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  width: 12px;
}

.accordion-section-cst .btn-acco:before {
  top: 24px;
  right: 4px;
  height: 2px;
}

.accordion-section-cst .btn-acco:after {
  top: 19px;
  bottom: 4px;
  right: 9px;
  width: 2px;
  height: 12px;
}

.accordion-section-cst .btn-acco.is-active {
  border-bottom: 0;
}

.accordion-section-cst .btn-acco.is-active:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: #F5AEB3;
}

.accordion-section-cst .btn-acco.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #F5AEB3;
}

.accordion-section-cst .single-acco {
  border-bottom: 1px solid #EAEAEA;
}

.accordion-section-cst .single-acco .accodion-body {
  display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .tabs-cb .dflex .tabs-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            flex: 1 1 300px;
    max-width: 300px;
  }
  .tabs-cb .dflex .tab-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 300px);
            flex: 1 1 calc(100% - 300px);
    max-width: calc(100% - 300px);
    padding-left: 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tabs-cb .dflex .tabs-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
            flex: 1 1 250px;
    max-width: 250px;
  }
  .tabs-cb .dflex .tab-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 250px);
            flex: 1 1 calc(100% - 250px);
    max-width: calc(100% - 250px);
    padding-left: 2%;
  }
}

@media (max-width: 767px) {
  .tabs-cb .accordion-btn {
    display: block;
  }
  .tabs-cb .accordion-btn:after {
    right: 10px;
  }
  .tabs-cb .tab_content {
    border-bottom: 1px solid #EAEAEA;
  }
  .tabs-cb .dflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs-cb .dflex .tabs-left {
    display: none;
  }
  .tabs-cb .dflex .tab-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
/*# sourceMappingURL=consumer-brand.css.map */