.rigth-legal .fade:not(.show) {
    opacity: 1;
    display: block;
}

   .tab-pane {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important;
    }
    .tab-content {
      height: unset; 
      /*overflow-y: hidden;*/
      padding: 1rem;
      width: 100%;
    }

#goToTopBtn{
    display: none;
    position: fixed;
    bottom: 6rem;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    height:40px;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #BDFF62;
}

#goToTopBtn:hover {
  background-color: #555;
}

li a{
    color: var(--Primary-Soft-Grey, #CBCCC8);
    font-size: 24px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
}

.active a{
    color: var(--Primary-Lime-Green, #BDFF62);
}
.tab-panel-left .nav-pills .nav-link {
    text-align: left;
    color: var(--Primary-Soft-Grey, #CBCCC8);
    font-family: 'Raleway';
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    padding-left: 3px;
    text-transform:lowercase;
}
.tab-panel-left .nav-pills .nav-link {
    text-transform: capitalize;
}
.tab-panel-left .nav-pills .nav-link span{
    color: var(--Primary-Lime-Green, #BDFF62);
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    margin-right:8px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--Primary-Lime-Green, #BDFF62);
    background-color: transparent;
}

.tab-content td{
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.tab-content td p{
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom:0px;
}
.tab-content .table{
    border-radius: 4px;
    border: 1px solid #5B5B5B;
    background: #363636;
}

.tab-content .table>tbody{
    background: rgba(255, 255, 255, 0.00);
}

.tab-pane h6{
    color: var(--Primary-Near-White, #FAFAFA);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.tab-pane p, .tab-pane li{
    color: var(--Primary-Soft-Grey, #CBCCC8);
    font-size: 15px;
    font-style: normal;
    font-weight: 325;
    line-height: 160%; 
    list-style:none;
}
.tab-pane p h6 {
    color: var(--Primary-Soft-Grey, #CBCCC8);
    font-size: 15px;
    font-style: normal;
    font-weight: 350;
    line-height: 160%;
}


.tabs-container nav {
  margin: 0 auto;
  /*background: #fff;*/
}

.tabs-container nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  padding: 0 10px;
}

.tabs-container nav ul li {
  padding: 1rem;
  cursor: pointer;
  color: #A7A7A7;
  border-top: 0px solid #eee;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 25px;
}

.tabs-container nav ul li:hover {
  color: #3e4b58;
}

.tabs-container nav ul li.active {
  color: #3e4b58;
  border-top: none;
}

/* the nitty gritty */
.tabs-container {
  position: relative;
}

.tabs-container nav {
  /*position: absolute;*/
  width: 100%;
}

.tabs-container nav ul {
  display: flex;
  flex-direction: column;
}

.tabs-container nav ul li {
  order: 1;
}

.tabs-container nav ul li.active {
  order: 0;
}

.tabs-container nav ul li.active:after {
    width: 18px;
    height: 12px;
    border: 0px;
    content: "";
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    z-index: 9999;
    background: url(../img/select-icon.svg);
    transition: 0.5s;
}

.tabs-container nav ul li:not(.active) {
  position: absolute;
  top: -999em;
}

.tabs-container nav ul.expanded li.active:after {
  border-top-color: transparent;
  border-bottom-color: #555;
  top: 1em;
  
}

.tabs-container nav ul.expanded li:not(.active) {
  position: relative;
  top: auto;
}

@media all and (min-width: 42em) {
  nav {
    background: transparent;
  }

  .tabs-container nav ul li.active {
    box-shadow: none;
  }

  .tabs-container nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: unset;
    overflow: hidden;
    border: none;
    padding: 0;
  }

  .tabs-container nav ul li {
    display: inline-block;
    margin: 0 1rem 0 1rem;
    padding: 0 0 0.2rem 0;
    border: none;
  }

  .tabs-container nav ul li:not(.active) {
    position: relative;
    top: auto;
  }

  .tabs-container nav ul li.active {
    order: 1;
  }

  .tabs-container nav ul li.active:after {
    display: none;
  }
}
.tab-content {
  display: none;
  padding: 0px;
}
.ul-li-ul li{
    list-style:circle;
}
.tab-content.current {
  display: inherit;
}
.tab-panel-left .nav-pills {
    list-style: auto;
    margin-left: 1em;
    counter-reset: line;
    display: flex;
    padding: 0px 18px;
    margin-left: 0px;
}
.active .nav-link{
    color:red;
}

.tabs .tab-ul-tag li{
    margin-bottom:24px !important;
}
.rigth-legal .tab-content {
  display: block;
}
.tab-panel .tab-panel-left li {
    margin-bottom: 9px !important;
}
.tabs-container .tab-panel-left .nav{
    white-space: unset;
}
.nav-pills {
  list-style: auto;
  margin-left: 1em;
  counter-reset: line;
}
.nav-pills > li {
  position: relative;
  margin-bottom: 14px;
}
.tab-panel {
    padding: 13px 0px 0px 4px;
}
::marker {
    color: var(--Primary-Lime-Green, #BDFF62);
}
.nav-pills > li:before {
    position: absolute;
    left: -30px;
    top: 11px;
    display: inline-block;
    margin-right: 0.5em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1.25em;
    counter-increment: line;
    content: counter(line);
    color: var(--Primary-Lime-Green, #BDFF62);
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    display:none;
}
.tabs-container .tab-panel-left ul li {
    display: list-item;
    margin: 0 1rem 0 1rem;
    padding: 0 0 0.2rem 0;
    border: none;
}
.tab-ul-tag li a img{
    display:none;
}
.row-mo{
    gap:80px
}
@media only screen and (max-width: 600px) {
    .row-mo{
        gap:0px
    }
    .tab-panel {
        padding: 0px 0px 0px 2px;
    }
    .rigth-legal .tab-content {
        padding: 15px 0px 0px 0px;
    }
    .tabs .tab-ul-tag li {
        margin-bottom: 0px !important;
        padding: 13px 13px;
    }
    .nav-pills{
        border:none;
    }
    .tabs-container .tab-panel-left .nav {
        white-space: unset;
        border: 0px;
    }
    .tabs-container nav ul li.active {
        color: var(--Neutral-White, #FFF);
        font-family: 'Raleway';
        font-size: 15px;
        font-style: normal;
        font-weight: 300;
        line-height: 124%;
    }
    .tabs-container nav ul.expanded li.active:after {
        border-top-color: transparent;
        border-bottom-color: #555;
        top: 23px;
        top: 26px;
        transform: rotate(180deg);
    }
    .tabs-container .tab-ul-tag{
        border-radius: 0px;
        border: 1px solid var(--Primary-Lime-Green, #BDFF62);
        background: var(--Neutral-Black, #000);
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.10);
    }
    .tab-panel {
        padding: 0px 0px 0px 2px;
        display: block !important;
    }
    .tab-panel-left .nav-pills {
        padding: 0px 6px;
        margin-left: 0px;
    }
    .tab-panel-left .nav-pills .nav-link {
        text-align: left;
        color: var(--Primary-Soft-Grey, #CBCCC8);
        font-family: 'Raleway';
        font-size: 14px;
        font-style: normal;
        font-weight: 325;
        line-height: normal;
        padding-left: 3px;
    }
    ::marker {
        color: var(--Primary-Lime-Green, #BDFF62);
        font-size: 14px;
    }
    .current::before{
        content:"";
        background: transparent;
        height: 8px;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }
    .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: var(--Primary-Lime-Green, #BDFF62) !important;
        background-color: transparent;
    }
    .tab-ul-tag li a img{
        display:block;
        float: right;
        margin-top: 10px;
        margin-right: 9px;
    }


}