                    :root {
                        --blue-color: #0B56FF;
                        --grey-color: #474747;
                        --grey2-color: #F8F8F8;
                        --grey3-color: #acacac;
                        
                    }
                    body,html,.body{background: #f3f3f3 !important;}
                    *{
                        font-family: Verdana,Geneva,sans-serif !important;
                        color: var(--grey-color) !important;
                        /* font-weight: 600 !important; */
                    }
                    h5 {
                        font-weight: 600 !important;
                        font-size: 22px !important;
                    }
                    .textDisable{
                        color: var(--grey3-color) !important;
                    }
                    .mb-50{margin-bottom: 50px !important;}
                    .mt-50{margin-top: 50px !important;}
                    .mt-30{margin-top: 30px !important;}
                    .mb-68{margin-bottom: 68px !important;}
        
                    .pb-50{padding-bottom: 50px !important;}
                    .pt-50{padding-top: 50px !important;}
                    .pb-68{padding-bottom: 68px !important;}
                    .pt-68{padding-top: 68px !important;}
                    .pb-75{padding-bottom: 75px !important;}
                    .pt-75{padding-top: 75px !important;}
                    .pb-20{padding-bottom: 20px !important;}
                    .pt-20{padding-top: 20px !important;}
                    .w-100{
                        width: 100%;
                        color: var(--grey-color);
                    }
                    .p-0{padding: 0px !important;}
                    .pt-0{padding-top: 0px !important;}
                    .pb-0{padding-bottom: 0px !important;}
                    .pl-0{padding-left: 0px !important;}
                    .pr-0{padding-right: 0px !important;}
                    .backIcos{background: var(--grey-color);}
                    .Icos1{
                        padding-top: 32px;
                        padding-bottom: 32px;
                        height: 59px;
                    }
                    .Icos2{
                        padding-top: 45px;
                        padding-bottom: 45px;
                        height: 70px;
                    }
                    .Icos3{
                        height: 50px;
                        padding-right: 10px;
                    }
                    .textTitle{
                        color: var(--grey-color) !important;
                        font-size: 40px !important;
                        font-weight: 600 !important;
                        /* line-height: revert; */
                        padding-top: 20px !important;
                        padding-bottom: 35px !important;
                    }
                    .textBlue{
                        color: var(--blue-color) !important;
                        font-size: 20px !important;
                        font-weight: 900 !important;
                    }
                    .myCard{
                        background-color: var(--grey2-color);
                        border-radius: 40px !important;
                        margin-top: 28px !important;
                    }
                    .d-block{
                        display: block !important;
                    }
                    .myCardBody{
                        padding-top: 70px !important;
                        padding-right: 45px !important;
                        padding-bottom: 70px !important;
                        padding-left: 45px !important;
                    }
                    .mySectionGrey{
                        background-color: var(--grey2-color);
                    }
                    .myH2{
                        font-size: 22px !important;
                        font-weight: 600 !important;
                    }
                    .myCardBody>table>tbody>tr>th>p{
                        font-weight: 600 !important;
                        padding: 15px 0px 15px 0px !important;
                        line-height: 200% !important;
                    }
                    .pl-10{
                        padding-left: 10px !important;
                    }
                    .iconCircle{
                        height: 30px !important;
                        width: 30px !important;
                    }