 .promo-flash {
        display: none;
    }

    .pg-head {
        text-align: center;
        margin: 0px 0px 10px;
        font-size: 30px;
        line-height: 45px;
    }

    .do-toggle-btn {
        margin: 0 0 -40px;
    }

    table.dceditionTable tr.heading td {
        font-size: 17px;
        color: white;
        font-weight: bold;
        outline: solid 1px white;
        background-color: #30527a;
    }

    table.dceditionTable .dc td a,
    table.dceditionTable .mdm td a,
    table.dceditionTable .ues td a {
        color: #000;
    }

    table.dceditionTable tr td img {
        width: 15px;
        height: 15px;
    }

    table.dceditionTable .dc {
        background-color: transparent;
    }

    table.dceditionTable .dc .heading:first-child td a,
    table.dceditionTable .mdm .heading:first-child td a,
    table.dceditionTable .ues .heading:first-child td a {
        color: #f2fbff;
    }

    table.dceditionTable .ues .heading td a,
    table.dceditionTable .mdm .heading td a,
    table.dceditionTable .dc .heading td a {
        color: #375179;
    }

    table.dceditionTable .mdm td,
    table.dceditionTable .dc td {
        border: 1px solid #d9e0e4;
    }

    table.dceditionTable .ues .heading:first-child td,
    table.dceditionTable .ues .heading:first-child td,
    table.dceditionTable .mdm .heading:first-child td,
    table.dceditionTable .dc .heading:first-child td {
        background-color: #355c89d4;
        color: #fff;
        font-size: 21px;
        font-weight: 600;
    }

    table.dceditionTable .ues .heading td,
    table.dceditionTable .mdm .heading td,
    table.dceditionTable .dc .heading td {
        background-color: #e7f4ff;
        color: #0e7ebb;
    }

    table.dceditionTable .main .heading:first-child td {
        font-size: 18px;
    }

    .pricing td:first-child a {
        font-size: 14px;
    }

    .pricing td a {
        font-size: 30px;
        color: #000;
    }

    .pricing td a sup {
        font-weight: 100;
        font-size: 20px;
    }

    table.dceditionTable .ues td strong,
    table.dceditionTable .mdm td strong,
    table.dceditionTable .dc td strong {
        font-size: 20px;
        font-weight: 400;
    }

    table.dceditionTable .ues td strong sup,
    table.dceditionTable .mdm td strong sup {
        font-size: 11px;
        font-weight: 100;
    }

    ul.refer-doc {
        background: aliceblue;
        width: 60%;
        margin: 30px
    }

    .hide-common-feature {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .common-feature {
        padding: 8px 10px;
        width: max-content;
        background-color: white;
        border: solid 1px #e7e7e7;
        margin-bottom: 10px;
        border-radius: 5px;
        color: #375179;
    }

    .cloud-feature {
        font-size: 20px;
        color: #e22326;
    }

    .cloud-feature-1 {
        font-size: 20px;
        color: #e22326;
    }

    table.dceditionTable td {
        border: 1px solid #d9e0e4;
        font-size: 14px;
    }

    .cloud-feature img {
        width: 20px
    }

    .gq-button-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        grid-gap: 30px;
        margin: 0px auto 30px;
        background: aliceblue;
        padding: 20px;
        border-radius: 10px;
        border: 1px solid #c5e0ff;
    }

    .gq-button-cta a {
        background: #29b373;
        color: #fff;
        font-size: 22px;
        line-height: 30px;
        padding: 4px 10px;
        display: inline-block;
        width: 148px;
        border-radius: 4px;
        text-decoration: none !important;
        text-align: center;
    }
    .gq-button-cta h2{

    }