.ltBlueBg {
    background-color: #edf8f9;
}

.bg_f4f7fc {
    background-color: #f4f7fc;
}

.bg_e1e2f2 {
    background-color: #e1e2f2;
}

.govDiv {
    row-gap: 45px;
    display: flex;
    flex-direction: column;

    .govDivInn {
        .subcol_1 {
            padding-right: 0;

            ul {
                li {
                    padding-right: 15px;
                }
            }
        }

        .subcol_2 {
            padding: 0;
        }

        .subcol_3 {
            padding-left: 0;

            ul {
                li {
                    padding-left: 15px;
                }
            }
        }

        ul {
            li {
                border-bottom: 1px solid #006cb7;
                margin-bottom: 12px;
                padding-bottom: 12px;
                color: #414042;
            }
        }

        .govBigDiv {
            background-color: #006cb7;
            border-radius: 20px;
            padding: 15px 10px;
            height: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;

            p {
                color: #fff;
                margin-bottom: 0;
                font-weight: 700;
            }
        }

        &:not(:last-child) {
            position: relative;

            &::after {
                content: '';
                position: absolute;
                width: 1px;
                height: 45px;
                left: 50%;
                transform: translateX(-50%);
                bottom: -45px;
                background-color: #006cb7;
            }

            &::before {
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -30px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background-color: #fff;
                border: 1px solid #006cb7;
                z-index: 1;
            }
        }
    }
}

.govCard {
    display: flex;

    .govIcon {
        width: 70px;
        height: 70px;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    .govText {
        width: calc(100% - 70px);
        padding-left: 20px;
    }
}

.section_1 {
    .row_3 {
        .col_inner {
            &.grad_2 {
                position: relative;
                padding-bottom: 90px;

                &::after {
                    content: '';
                    position: absolute;
                    right: 0;
                    bottom: -20px;
                    background: url(../images/governance/gov-bg.png);
                    background-repeat: no-repeat;
                    background-size: contain;
                    width: 260px;
                    height: 260px;
                }
            }
        }
    }

    .row_4 {
        .grad_2 {
            position: relative;

            &::after {
                content: '';
                position: absolute;
                bottom: -15px;
                right: 0;
                width: 200px;
                height: 200px;
                background-image: url(../images/governance/gov-bg.png);
                background-repeat: no-repeat;
                background-size: contain;
            }
        }
    }
}

.tableWrap,
.tableWrap2 {
    width: 100%;
    overflow-x: auto;

    table {
        width: 100%;

        th {
            font-family: 'Helvetica Neue';
            font-weight: bold;
        }

        th,
        td {
            padding: 12px 10px;
        }
    }
}

.tableWrap {
    table {

        th,
        td {
            padding: 5px 10px;

            &:not(:first-child) {
                text-align: center;
            }
        }

        thead {
            tr {
                border-top: 1px solid var(--blue2);
                border-bottom: 1px solid var(--blue2);

                th {
                    padding: 12px 10px;
                }
            }
        }

        tbody {
            tr {
                &:not(:last-child) {
                    border-bottom: 1px solid grey;
                }

                &:last-child {
                    border-bottom: 1px solid #000;
                }
            }

            td {
                .df {
                    gap: 10px;

                    img {
                        width: 40px;
                        height: auto;
                        object-fit: contain;
                    }

                    p {
                        font-weight: 700;
                    }
                }

                &:last-child {
                    text-align: right;
                }

                .attendncDiv {
                    width: 100% !important;
                    padding-bottom: 15px;
                    border-bottom: 1px solid var(--blue2);
                    position: relative;

                    &::after {
                        content: '';
                        position: absolute;
                        width: 100%;
                        height: 15px;
                        left: 0;
                        bottom: 0;
                        background-color: #8da3ce;
                    }

                    &.wid_92 {
                        p {
                            width: 92%;
                        }

                        &::after {
                            width: 92%;
                        }
                    }

                    &.wid_88 {
                        p {
                            width: 88%;
                        }

                        &::after {
                            width: 88%;
                        }
                    }

                    &.wid_80 {
                        p {
                            width: 80%;
                        }

                        &::after {
                            width: 80%;
                        }
                    }
                }
            }
        }
    }
}

.section_2 {
    .col_inner {
        p {
            img {
                margin: 0px 8px;
                width: 30px;
                height: auto;
                object-fit: contain;
            }
        }
    }

    .row_3 {
        .col_inner {
            &.blueGrad {
                min-height: 380px;
            }
        }
    }
}

.tableWrap2 {
    td {
        img {
            width: 30px;
            height: auto;
            object-fit: contain;
            margin: 0px auto;
        }

        &:not(:first-child) {
            text-align: center;
        }
    }

    tbody {
        tr {
            border-bottom: 2px solid #a7c4e4;

            &:not(:first-child) {
                background-color: #f4f7fc;
            }

            &:last-child {
                border-bottom: 2px solid var(--blue2);
            }
        }
    }
}

.policyDiv {
    display: flex;
    align-items: flex-start;

    .policyIcon {
        width: 40px;
        height: auto;

        img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
    }

    .policyTxt {
        width: calc(100% - 40px);
        padding-left: 15px;

        p {
            margin-bottom: 0;
            a{
                color: var(--gray2);
                &:hover{
                    color: var(--blue2);
                }
            }
        }
    }
}


/*===================== Responsive =====================*/

@media (max-width: 1768px) {
    .governance {
        .fz_50 {
            font-size: 46px !important;
        }
    }

    .govDiv {
        row-gap: 40px;

        .govDivInn {
            &:not(:last-child) {
                &::after {
                    height: 40px;
                    bottom: -40px;
                }

                &::before {
                    bottom: -25px;
                }
            }
        }
    }

    .govCard {
        .govIcon {
            width: 65px;
            height: 65px;
        }

        .govText {
            width: calc(100% - 65px);
            padding-left: 18px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 85px;

                    &::after {
                        width: 250px;
                        height: 250px;
                    }
                }
            }
        }
    }
}

@media (max-width: 1600px) {
    .governance {
        .subHead {
            font-size: 28px;
        }

        .subText {
            p {
                font-size: 26px;
            }
        }

        .fz_50 {
            font-size: 42px !important;
        }
    }

    .govDivInn {
        .govBigDiv {
            padding: 15px 8px;
        }
    }

    .section_2 {
        .row_3 {
            .col_inner {
                &.blueGrad {
                    min-height: 400px;
                }
            }
        }
    }
}

@media (max-width: 1440px) {
    .governance {
        .subHead {
            font-size: 26px;
        }

        .subText {
            p {
                font-size: 24px;
            }
        }

        .fz_30 {
            font-size: 24px !important;
        }

        .fz_36 {
            font-size: 30px !important;
        }

        .fz_24 {
            font-size: 22px !important;
        }

        .fz_22 {
            font-size: 18px !important;
        }

        .fz_40 {
            font-size: 34px !important;
        }

        .fz_50 {
            font-size: 38px !important;
        }
    }

    .govDiv {
        row-gap: 35px;

        .govDivInn {
            .subcol_1 {
                ul {
                    li {
                        padding-right: 12px;
                    }
                }
            }

            .subcol_3 {
                ul {
                    li {
                        padding-left: 12px;
                    }
                }
            }

            &:not(:last-child) {
                &::after {
                    height: 35px;
                    bottom: -35px;
                }
            }
        }
    }

    .govCard {
        .govIcon {
            width: 60px;
            height: 60px;
        }

        .govText {
            width: calc(100% - 60px);
            padding-left: 15px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 80px;

                    &::after {
                        width: 230px;
                        height: 230px;
                    }
                }
            }
        }
    }

    .tableWrap {
        table {
            tbody {
                td {
                    .df {
                        img {
                            width: 35px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1366px) {
    .governance {
        .subHead {
            font-size: 25px;
        }

        .subText {
            p {
                font-size: 23px;
            }
        }

        .fz_50 {
            font-size: 36px !important;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    &::after {
                        width: 215px;
                        height: 215px;
                    }
                }
            }
        }
    }

    .section_2 {
        .col_inner {
            p {
                img {
                    width: 28px;
                }
            }
        }
    }
}

@media (max-width: 1280px) {
    .governance {
        .subHead {
            font-size: 24px;
        }

        .subText {
            p {
                font-size: 22px;
            }
        }

        .fz_30 {
            font-size: 20px !important;
        }

        .fz_36 {
            font-size: 28px !important;
        }

        .fz_24 {
            font-size: 21px !important;
        }

        .fz_22 {
            font-size: 17px !important;
        }

        .fz_20 {
            font-size: 19px !important;
        }

        .fz_40 {
            font-size: 32px !important;
        }

        .fz_50 {
            font-size: 34px !important;
        }
    }

    .govCard {
        .govIcon {
            width: 55px;
            height: 55px;
        }

        .govText {
            width: calc(100% - 55px);
            padding-left: 15px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 75px;

                    &::after {
                        width: 200px;
                        height: 200px;
                    }
                }
            }
        }
    }

    .section_2 {
        .col_inner {
            p {
                img {
                    width: 26px;
                }
            }
        }

        .row_3 {
            .col_inner {
                &.blueGrad {
                    min-height: 420px;
                }
            }
        }
    }

    .policyDiv {
        .policyIcon {
            width: 36px;
        }

        .policyTxt {
            width: calc(100% - 36px);
            padding-left: 12px;
        }
    }
}

@media (max-width: 1199px) {
    .governance {
        .subHead {
            font-size: 22px;
        }

        .subText {
            p {
                font-size: 21px;
            }
        }

        .fz_36 {
            font-size: 26px !important;
        }

        .fz_24 {
            font-size: 20px !important;
        }

        .fz_50 {
            font-size: 32px !important;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 70px;

                    &::after {
                        width: 180px;
                        height: 180px;
                    }
                }
            }
        }
    }

    .section_2 {
        .row_3 {
            .col_inner {
                &.blueGrad {
                    min-height: 440px;
                }
            }
        }
    }

    .tableWrap {
        table {
            min-width: 900px;
        }
    }

    .tableWrap {
        table {

            th,
            td {
                &:not(:first-child) {
                    white-space: nowrap;
                }

                .smallImg {
                    width: 20px;
                    height: 20px;
                    object-fit: contain;
                }
            }
        }
    }
}

@media (max-width: 1024px) {
    .governance {
        .fz_50 {
            font-size: 30px !important;
        }
    }

    .govDiv {
        row-gap: 30px;

        .govDivInn {
            &:not(:last-child) {
                &::before {
                    bottom: -2px;
                }
            }

            .subcol_1 {
                flex: 0 0 100%;
                max-width: 100%;
                padding-right: 15px;

                ul {
                    li {
                        padding-right: 0;
                    }
                }
            }

            .subcol_2 {
                flex: 0 0 100%;
                max-width: 100%;
                order: -1;
                padding: 0 15px;
                margin-bottom: 15px;
            }

            .subcol_3 {
                flex: 0 0 100%;
                max-width: 100%;
                padding-left: 15px;

                ul {
                    li {
                        padding-left: 0;
                    }
                }
            }

            .govBigDiv {
                border-radius: 15px;
                padding: 12px 15px;
            }
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    &::after {
                        width: 165px;
                        height: 165px;
                    }
                }
            }
        }
    }

    .tableWrap {
        table {

            th,
            td {
                padding: 5px 8px;
            }

            thead {
                tr {
                    th {
                        padding: 10px 8px;
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {
    .governance {
        .subHead {
            font-size: 20px;
        }

        .subText {
            p {
                font-size: 20px;
            }
        }

        .fz_36 {
            font-size: 24px !important;
        }

        .fz_24 {
            font-size: 19px !important;
        }

        .fz_22 {
            font-size: 14px !important;
        }

        .fz_20 {
            font-size: 18px !important;
        }

        .fz_40 {
            font-size: 28px !important;
        }
    }


    .govCard {
        .govIcon {
            width: 50px;
            height: 50px;
        }

        .govText {
            width: calc(100% - 50px);
            padding-left: 15px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 60px;

                    &::after {
                        width: 145px;
                        height: 145px;
                        bottom: -15px;
                    }
                }
            }
        }
    }

    .section_2 {
        .col_inner {
            p {
                img {
                    width: 24px;
                }
            }
        }

        .row_3 {
            .col_inner {
                &.blueGrad {
                    min-height: auto;
                }
            }
        }
    }

    .tableWrap {
        table {
            tbody {
                td {
                    .df {
                        gap: 8px;

                        img {
                            width: 30px;
                        }
                    }

                    .attendncDiv {
                        padding-bottom: 12px;

                        &::after {
                            height: 12px;
                        }
                    }
                }
            }
        }
    }

    .tableWrap2 {
        table {
            min-width: 750px;
        }

        td {
            img {
                width: 26px;
            }
        }
    }

    .policyDiv {
        .policyIcon {
            width: 34px;
        }

        .policyTxt {
            width: calc(100% - 34px);
        }
    }
}

@media (max-width: 768px) {
    .govDiv {
        .govDivInn {
            ul {
                li {
                    margin-bottom: 10px;
                    padding-bottom: 10px;
                }
            }
        }
    }

    .tableWrap,
    .tableWrap2 {
        table {

            th,
            td {
                padding: 10px 8px;
            }
        }
    }
}

@media (max-width: 767px) {
    .governance {
        .subHead {
            font-size: 19px;
        }

        .subText {
            p {
                font-size: 19px;
            }
        }

        .fz_36 {
            font-size: 22px !important;
        }

        .fz_50 {
            font-size: 28px !important;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 50px;

                    &::after {
                        width: 125px;
                        height: 125px;
                    }
                }
            }
        }

        .row_4 {
            .grad_2 {
                padding-bottom: 220px;

                &::after {
                    left: 50%;
                    right: auto;
                    transform: translateX(-50%);
                }
            }
        }
    }


    .tableWrap {
        table {
            min-width: 800px;

            td {
                .smallImg {
                    max-width: 28px;
                }
            }
        }
    }

    .tableWrap2 {
        table {
            min-width: 620px;
        }
    }
}

@media (max-width: 575px) {
    .governance {
        .subHead {
            font-size: 18px;
        }

        .subText {
            p {
                font-size: 18px;
            }
        }

        .fz_36 {
            font-size: 20px !important;
        }

        .fz_24 {
            font-size: 18px !important;
        }

        .fz_20 {
            font-size: 17px !important;
        }

        .fz_40 {
            font-size: 26px !important;
        }

        .fz_50 {
            font-size: 26px !important;
        }
    }

    .govDiv {
        row-gap: 25px;

        .govDivInn {
            &:not(:last-child) {
                &::after {
                    height: 25px;
                    bottom: -25px;
                }

                &::before {
                    width: 12px;
                    height: 12px;
                }
            }
        }
    }

    .govCard {
        .govIcon {
            width: 45px;
            height: 45px;
        }

        .govText {
            width: calc(100% - 45px);
            padding-left: 12px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 45px;

                    &::after {
                        width: 105px;
                        height: 105px;
                    }
                }
            }
        }
    }

    .section_2 {
        .col_inner {
            p {
                img {
                    width: 20px;
                }
            }
        }
    }

    .tableWrap {
        table {
            tbody {
                td {
                    .df {
                        img {
                            width: 26px;
                        }
                    }

                    .attendncDiv {
                        padding-bottom: 10px;

                        &::after {
                            height: 10px;
                        }
                    }
                }
            }
        }
    }

    .tableWrap2 {
        td {
            img {
                width: 24px;
            }
        }
    }

    .policyDiv {
        .policyIcon {
            width: 32px;
        }

        .policyTxt {
            width: calc(100% - 32px);
            padding-left: 10px;
        }
    }
}

@media (max-width: 480px) {
    .governance {
        .subHead {
            font-size: 17px;
        }

        .subText {
            p {
                font-size: 17px;
            }
        }

        .fz_36 {
            font-size: 19px !important;
        }

        .fz_50 {
            font-size: 24px !important;
        }
    }

    .govDiv {
        .govDivInn {
            .govBigDiv {
                padding: 10px 12px;
            }
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    padding-bottom: 40px;

                    &::after {
                        width: 90px;
                        height: 90px;
                        bottom: -10px;
                    }
                }
            }
        }
    }

    .tableWrap,
    .tableWrap2 {
        table {

            th,
            td {
                padding: 8px 6px;
            }
        }
    }
}

@media (max-width: 420px) {
    .governance {
        .subHead {
            font-size: 16px;
        }

        .subText {
            p {
                font-size: 16px;
            }
        }

        .fz_36 {
            font-size: 18px !important;
        }

        .fz_24 {
            font-size: 17px !important;
        }

        .fz_50 {
            font-size: 22px !important;
        }
    }

    .govDiv {
        row-gap: 20px;

        .govDivInn {
            &:not(:last-child) {
                &::after {
                    height: 20px;
                    bottom: -20px;
                }
            }
        }
    }

    .govCard {
        .govIcon {
            width: 42px;
            height: 42px;
        }

        .govText {
            width: calc(100% - 42px);
            padding-left: 10px;
        }
    }

    .section_1 {
        .row_3 {
            .col_inner {
                &.grad_2 {
                    &::after {
                        width: 80px;
                        height: 80px;
                    }
                }
            }
        }
    }

    .policyDiv {
        .policyIcon {
            width: 30px;
        }

        .policyTxt {
            width: calc(100% - 30px);
            padding-left: 8px;
        }
    }
}