.banner_section_ctp {
    background: url('../images/ctp/ctp_banner_dk.webp') no-repeat center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    color: #0e0e0e;

}

.ctp_card_bg_0 {
    background: url('../images/ctp/ctp_pink_bg.webp') no-repeat center;
    width: 100%;
    background-size: cover;
    background-position: top;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px var(--light-violet);
    background-color: var(--white);
}

.ctp_card_bg_1 {
    background: url('../images/ctp/ctp_light_blue_bg.webp') no-repeat center;
    width: 100%;
    background-size: cover;
    background-position: top;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px var(--light-violet);
    background-color: var(--white);
}

.ctp_card_bg_2 {
    background: url('../images/ctp/ctp_blue_bg.webp') no-repeat center;
    width: 100%;
    background-size: cover;
    background-position: top;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px var(--light-violet);
    background-color: var(--white);
}

.ctp_card_bg_3 {
    background: url('../images/ctp/ctp_yellow_bg.webp') no-repeat center;
    width: 100%;
    background-size: cover;
    background-position: top;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px var(--light-violet);
    background-color: var(--white);
}

.ctp_card_content {
    background-color: #fff;
    min-height: 148px;
}

.font_24b {
    font-size: 24px;
    font-weight: bold;
}

/* table css */
.table>thead tr th {
    vertical-align: middle;
    background: #008cac;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

/* tbody tr td:nth-child(even) {
    background-color: #cde9f0;
}

tbody tr td:nth-child(odd) {
    background-color: #e1f3f7;
} */

.tr_1 th {
    background-color: #cde9f0;
}

.color_imp {
    background-color: #cde9f0 !important;
}

.crl_2.color_imp,
.crl_1.color_imp {
    background-color: #cde9f0 !important;
}

.tr_4 th {

    background-color: #e8e8e8;
}

.ee_plan_table tr th {
    background-color: #e2e5ef;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    color: #0e0e0e;
}

.tr_9 th {
    vertical-align: middle;
    background: #008cac;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.crl_1 {
    background-color: #e8e8e8 !important;
    font-size: 14px;
    color: #2c3a46;
    vertical-align: middle;
    text-align: center;
}

.crl_2 {
    background-color: #e8e8e8 !important;
    font-size: 14px;
    color: #2c3a46;
    vertical-align: middle;
    text-align: center;
}

table .tr_2 td:nth-child(odd),
table .tr_3 td:nth-child(odd),
table .tr_5 td:nth-child(odd),
table .tr_6 td:nth-child(odd),
table .tr_7 td:nth-child(odd),
table .tr_8 td:nth-child(odd) {
    background-color: #e8e8e8;
    font-size: 14px;
    color: #2c3a46;
    vertical-align: middle;
    text-align: center;
}


table .tr_2 td:nth-child(even),
table .tr_3 td:nth-child(even),
table .tr_5 td:nth-child(even),
table .tr_6 td:nth-child(even),
table .tr_7 td:nth-child(even),
table .tr_8 td:nth-child(even) {
    background-color: #e8e8e8;
    font-size: 14px;
    color: #2c3a46;
    vertical-align: middle;
    text-align: center;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border: 3px solid #fff;
    vertical-align: middle;
    text-align: center;
    height: 65px;
}

.ee_plans_section {
    background-color: #e8e8e8;
}

.ee_plan_table {
    background-color: #fff;
    /* border-radius: 5px; */
}

.ee_plan_table tbody,
.ee_plan_table td,
.ee_plan_table tfoot,
.ee_plan_table th,
.ee_plan_table thead,
.ee_plan_table tr {
    border: 1px solid #a6a3a3;
    height: 65px;
    font-size: 14px;
}

.ee_plans_section ul {
    list-style: none;
}

.ee_plans_section li::before {
    content: "\2022";
    color: #008cac;
    display: inline-block;
    width: 1em;
    margin-left: -30px;
    font-size: 38px;
    position: absolute;
    line-height: 0.6;
}

.salient_features_section p {
    margin-bottom: 0px;
}

.rd_5 {
    border-radius: 10px 0 0 0;
}

.rd_7 {
    border-radius: 0 0 0 10px;
}

.rd_8 {
    border-radius: 0px 0px 10px 0px;
}

.rd_6 {
    border-radius: 0px 10px 0px 0px;
}

.ee_plan_table {
    border-radius: 10px !important;
    border: 1px solid #a6a3a3;
}

@media(max-width:768px) {
    .font_40 {
        font-size: 20px;
    }

    .ctp_disc_section h1 {
        margin-top: 32px;
        margin-bottom: 0px;
    }

    .salient_features_section .row .mb-5 {
        margin-bottom: 32px !important;
    }

    .banner_section_ctp {
        background: url('../images/ctp/ctp_banner_mb.webp') no-repeat center;
        background-size: cover;
        position: relative;
        width: 100%;
        height: 100%;
        color: #0e0e0e;
    }

    .ee_plan_table tr th {
        font-size: 14px;
    }

    .ee_plans_section li::before {
        content: "\2022";
        color: #008cac;
        display: inline-block;
        width: 1em;
        margin-left: -22px;
        font-size: 38px;
        position: absolute;
        line-height: 0.6;
    }

    .w-75 {
        width: 100% !important;
    }
}