.accordion-1 {
    background-color: #d9d9d9;
   
    cursor: pointer;
    padding: 1px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}

.active-fooTerms,
.accordion-1:active {
    background: #236eaf;
    color: #fff !important;
    border: 1px solid #236eaf;
}



.accordion-1:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-fooTerms:after {
    content: "\2212";
    color: #fff;
}

.li_style-2 li:before {
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -20px;
    top: 1px;
    color: #236eaf;
    font-size: 26px;
}

.li_style-ol li::marker {
    font-size: 14px;
    color: #236eaf;
}

.li_style-al li::marker {
    font-size: 16px;
    color: #236eaf;
}

.li_style-2 li::marker {
    font-size: 0px;
}

.panel-1 {
    padding: 0px 28px 0px 0px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.head-b {
    color: #666;
    line-height: 22px;
    font-weight: bold;
    font-family: 'lato_regular', Arial, sans-serif;
    font-size: 14px;
    list-style-type: inherit;

}

.head-p {
    color: #666;
    list-style-type: inherit;
}

.li_style-2 {
    color: #666;
    list-style-type: inherit;

}

.li_heading11 {}

.li_style11 {
    list-style-type: inherit;

}



.li_style_lower_roman: {
    list-style-type: lower-roman;
}


.li_title_pad {
    padding-bottom: 20px;
    list-style-type: inherit;

}

.ml-30 {
    margin-left: 30px;
}

.ml-10 {
    margin-left: 20px;

}

.tnc_link {
    color: #236eaf;
    text-decoration: none;
    font-weight: 600;

}

.bolds {
    font-weight: bold;
}


.list-tc-foot {
    list-style: decimal;
    line-height: 30px;
}

.list-tc-foot::marker {
    color: #236eaf;
}

.hyp-tc-foot {
    color: #236eaf;
}