/***** Terms of use Start Here *****/
.content-collect h5 {
    margin: 30px 0 8px;
}

.content-collect .underline {
    text-decoration: underline;
}

.content-collect .ub-bld {
    font-weight: bold;
}

.content-collect .accordion-body ul li.active a {
    color: var(--blue);;
    text-decoration: underline;
}

.content-collect .accordion-body ul li.active::before {
    background: var(--blue);;
}

table.privacy_policy_table {
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    display: block;
    font-variant-numeric: lining-nums tabular-nums;
    overflow-x: auto;
}

table.privacy_policy_table caption {
    margin-bottom: 0.75em;
}

table.privacy_policy_table th {
    border: 1px solid #AAAAAA;
    padding: 12px;
}

table.privacy_policy_table tbody {
    margin-top: 0.5em;
    border: 1px solid #AAAAAA;
}

table.privacy_policy_table td {
    border: 1px solid #AAAAAA;
    padding: 12px;
}

.acco-lists-items ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.acco-lists-items ul li {
    -webkit-box-flex: 30%;
    -ms-flex: 30% 0 0px;
    flex: 30% 0 0;
}

.contact-us .contact-info-segment {
    margin: 0 0 50px;
}

.contact-us .contact-info-segment:last-child {
    margin-bottom: 0;
}

.contact-us .social-wrapper ul li {
    padding: 0 15px 0px 0px;
    display: inline-block;
}

.contact-us .social-wrapper ul li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    background: var(--blue);;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-us .social-wrapper ul li a em {
    font-size: var(--fs20);
    color: var(--white);
}

.contact-us .social-wrapper ul li a:hover {
    background-color: #32bcb1;
}

.contact-us .social-wrapper ul li:before {
    display: none;
}

.faq-view .accordion-layout .accordion-item {
    margin-bottom: 25px;
}

.faq-view .accordion-layout .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-view .data-table th:nth-child(3),
.faq-view .data-table th:nth-child(2n+1),
.faq-view .data-table td:nth-child(3),
.faq-view .data-table td:nth-child(2n+1) {
    display: revert;
}

.faq-view .data-table td:nth-child(3),
.faq-view .data-table td:nth-child(2n+1) {
    display: revert;
}

/***** Terms of use END Here *****/