.privacy-bg{
    padding: 100px 150px 0px 150px;
}


.privacy-head {
    font-family: Inter;
    font-size: 26px;
    font-weight: 600;
    line-height: 51px;
    text-align: left;
    text-align: left;
}

.privacy-p {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #474747;
}


.hr-pp{
    color: #808080;
}

.kk_link{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color:#00199B;
    text-decoration: none;
}

.span-pp{
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
         
}

.table-oc {
    padding: 35px 30px;
    box-shadow: 0px 0px 10px 0px #00000040;
    height: 10%;
    position: sticky;
    top: 0; 
    z-index: 100; 
    background-color: white; 
    margin-bottom: 40px;
}

.toc-m{
    margin-top: 10px;
}

.toc-txtal{
    text-align: left;
}

.deselect {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #808080;
    padding-left: 10px;
    text-decoration: none;
    transition: color 0.3s ease;
}


.deselect.active {
    color: #474747; 
    border-left: 3px solid black;
  }


.table-oc1 {
    padding: 35px 30px;
    box-shadow: 0px 0px 10px 0px #00000040;
    height: 18%;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    margin-bottom: 40px;
}

.table-oc2 {
    padding: 35px 30px;
    box-shadow: 0px 0px 10px 0px #00000040;
    height: 21%;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: white;
    margin-bottom: 40px;
    width: 90%;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-y: unset !important;
    scrollbar-width: none !important;
    overflow-x: unset !important;
}


