
p {
    font-size: 16px !important;
}

body {
    background: var(--white);
}

.table-seciton::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-seciton::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.table-seciton::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* -------------------disclaimer-details---------------- */
.privacy-policy {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    overflow: hidden;
	padding-top: 40px;
}

.privacy-policy .page-navi {
    background: #f5f5f5;
}

.privacy-policy h2 {
    font-size: 36px;
    color: var(--theme);
    font-family: Urbanist;
    font-weight: 700;
}

.privacy-policy h3 {
    font-size: 24px;
    color: #555;
    font-family: Urbanist;
    font-weight: 600;
    text-decoration: underline;
}

.privacy-policy h6 {
    color: #777;
}

.privacy-policy p {
    color: #777;
}

.privacy-policy p b {
    color: #555;
}

.privacy-policy .dots-p {
    position: relative;
}

.privacy-policy .dots-p::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #777;
    left: -15px;
    top: 10px;
    position: absolute;
}

.table-section {
    overflow: auto !important;
}

/* .table-seciton table{
    width: 100%;
} */



table,
th,
tr,
td {
    border: 1px solid #ccc;
    text-align: center;
    /* font-family: Urbanist; */
}

th,
td {
    padding: 20px !important;
    font-size: 15px;
    min-width: 150px;
}

tr th {
    color: #555 !important;
}

tbody td {
    color: #777 !important;
}

/* ======================== */
@media(max-width:540px) {
    .privacy-policy h2 {
        font-size: 24px;
    }

    .privacy-policy h3 {
        font-size: 20px;
    }

    .privacy-policy .page-navi {
        display: flex;
        flex-direction: column;
    }

}

/* -------------------disclaimer-details end---------------- */