.text-underline {
    text-decoration: underline !important;
}

.color-red {
    color: red !important;
}

.font-700 {
    font-weight: 700 !important;
}

.list-type-none {
    list-style-type: none;
}

.list-style-disc {
    list-style-type: disc !important;
}

.margin-left-16 {
    margin-left: 16px;
}

.margin-top-12 {
    margin-top: 12px;
}

.margin-left-22 {
    margin-left: 22px;
}

.mg-left-12 {
    margin-left: -12px;
}

#terms {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #DAEFFF 0%, #FFFFFF 50%);
    background-size: cover;
    padding: 0;
}

.terms {
    align-items: center;
    display: flex;
    /* height: 64px; */
    padding: 40px 0 32px;
}

.terms h1 {
    font-size: 32px;
    text-align: center;
    color: #01425F;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 0;
}

#terms_nav {
    padding: 0;
    /* background: #F2F6FC; */
}

.terms_nav {
    padding: 0;
}

.terms_nav .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.terms_nav .nav .nav-item a {
    text-decoration: none;
}


/* .terms_nav .nav .nav-item a.nav-link:first-child {
    padding-left: 0;
} */

.terms_nav .nav .nav-item a.nav-link {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #2B2B2B;
    /* line-height: 36px; */
    background: #FFFFFF;
    border: 1px solid #0080B6;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 12px 18px;
}

.terms_nav .nav .nav-item .nav-link {
    margin: 0 3rem 0 0 !important;
}

.terms_nav .nav .nav-item .nav-link-pd {
    margin: 0.5rem 2rem;
}

.terms_nav .nav .nav-item .active {
    color: #ffffff !important;
    background: #0080B6 !important;
}

#terms_content {
    padding: 50px 0;
}

.terms_content {
    padding: 0;
}

.terms_content-title h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #01425F;
    margin-bottom: 0;
    padding-bottom: 40px;
}

.terms_content-text h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2CB356;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.terms_content-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #01425F;
    margin: 0;
    padding-bottom: 16px;
}

.terms_content-text ul {
    /* margin: 0 18px; */
}

.terms_content-text ul li {
    /* list-style-type: lower-alpha; */
    list-style-type: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #2B2B2B;
    padding-bottom: 16px;
    /* padding-left: 16px; */
    font-weight: 700;
}

.terms_content-text ul li span {
    font-weight: 500;
}

.terms_content-text ul li::before {
    display: table-cell;
    text-align: right;
    padding-right: 0.3em;
}

.terms_content-text ol li {
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #2B2B2B;
    padding-bottom: 16px;
    /* padding-left: 16px; */
    font-weight: 700;
}

.terms_content-text ol li span {
    font-weight: 500;
}

.terms_content-text ul li ol li {
    list-style-type: unset;
}

#terms_img {
    padding: 0;
}

#terms_img img {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}


/* Table */

table {
    margin: 0 auto;
}


/* Default Table Style */

table {
    color: #333;
    background: white;
    border: 1px solid #333333;
    font-size: 12pt;
    border-collapse: collapse;
}

table thead th,
table tfoot th {
    color: #777;
    background: rgba(0, 0, 0, .1);
}

table caption {
    padding: .5em;
}

table th,
table td {
    padding: .5em;
    font-size: 14px;
    line-height: 150%;
    color: #2B2B2B;
    font-weight: 500;
    border: 1px solid #333333;
}

@media only screen and (max-width: 320px) {
    .terms h1 {
        font-size: 28px;
    }
    .terms_nav .nav {
        justify-content: center;
    }
    .terms_nav .nav .nav-item .nav-link {
        margin: 0 1.5rem 0 0!important;
    }
    .terms_nav .nav .nav-item .active {
        color: #ffffff !important;
        border-bottom: 2px solid #006D9B;
    }
    .scroll_mobile {
        padding: 0;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .news_nav-scroll {
        padding: 0;
    }
    .scroll_mobile ul {
        width: 900px;
    }
    .scroll_mobile::-webkit-scrollbar {
        display: none;
    }
    #terms_content {
        padding: 50px 20px;
    }
    .terms_content-title h1 {
        font-size: 24px;
        /* text-align: center; */
    }
    .terms_content-text ul {
        margin: 0 0 0 -20px;
    }
    .terms_content-text ul li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 439px) and (min-width: 321px) {
    .terms h1 {
        font-size: 28px;
    }
    .terms_nav .nav {
        justify-content: center;
    }
    .scroll_mobile {
        padding: 0;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .news_nav-scroll {
        padding: 0;
    }
    .scroll_mobile ul {
        width: 900px;
    }
    .scroll_mobile::-webkit-scrollbar {
        display: none;
    }
    .terms_nav .nav .nav-item .nav-link {
        margin: 0 1.5rem 0 0!important;
    }
    .terms_nav .nav .nav-item .active {
        color: #ffffff !important;
        border-bottom: 2px solid #006D9B;
        ;
    }
    #terms_content {
        padding: 50px 20px;
    }
    .terms_content-title h1 {
        font-size: 24px;
        /* text-align: center; */
    }
    .terms_content-text ul {
        margin: 0 0 0 -20px;
    }
    .terms_content-text ul li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .terms h1 {
        font-size: 28px;
    }
    .terms_nav .nav {
        justify-content: center;
    }
    .terms_nav .nav .nav-item .nav-link {
        margin: 0 1.5rem 0 0!important;
    }
    .terms_nav .nav .nav-item .active {
        color: #ffffff !important;
        border-bottom: 2px solid #006D9B;
    }
    .scroll_mobile {
        padding: 0;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .news_nav-scroll {
        padding: 0;
    }
    .scroll_mobile ul {
        width: 900px;
    }
    .scroll_mobile::-webkit-scrollbar {
        display: none;
    }
    #terms_content {
        padding: 50px 20px;
    }
    .terms_content-title h1 {
        font-size: 24px;
        /* text-align: center; */
    }
    .terms_content-text ul {
        margin: 0 0 0 -20px;
    }
    .terms_content-text ul li {
        padding-left: 6px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .terms h1 {
        font-size: 28px;
    }
    .terms_nav .nav {
        justify-content: center;
    }
    .terms_nav .nav .nav-item .nav-link {
        margin: 0 1rem 0 0 !important;
    }
    .terms_nav .nav .nav-item .active {
        color: #ffffff !important;
        border-bottom: 2px solid #006D9B;
    }
    .scroll_mobile {
        padding: 0;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .news_nav-scroll {
        padding: 0;
    }
    .scroll_mobile ul {
        width: 900px;
    }
    .scroll_mobile::-webkit-scrollbar {
        display: none;
    }
    #terms_content {
        padding: 50px 20px;
    }
    .terms_content-title h1 {
        font-size: 24px;
        /* text-align: center; */
    }
}