/*Qulification Page*/
body{
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
}
.section {
    padding: 72px 0;
}
/*Main Section Start*/


/* Page 2 */



    .Comparative_Comparison_Banner {
        padding: 56px 0;
        background: #fff;
        font-family: Inter, sans-serif;
    }

    .Comparative_Comparison_Banner .Sec_Title h1 {
        color: #0f172a;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .Comparative_Comparison_Banner .Sec_Title p {
        color: #475467;
        margin-bottom: 28px;
    }


    .Start_Free_Trial_Btn {
        background: #eef2ff;
        color: #1d4ed8;
    }

    .tabledata {

    }

    .tabledata > .table {
        margin: 0;
    }

    .tabledata table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    

    .tabledata .my-cpe-logo-img {
        max-width: 112px;
        height: auto;
    }

    .tabledata .first-tdata {
        display: flex;
        align-items: center;
        gap: 6px;
        color: #1f2937;
        font-weight: 700;
    }

    .tabledata .first-tdata strong {
        font-size: 16px;
        color: #101828;
        font-family: Inter, sans-serif;
    }

    

    .tabledata .section-row .first-tdata strong {
        color: var(--Theme-Blue-800, #182878);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
    }

    .tabledata tr.accordion-trigger.accordion-content .first-tdata strong {
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }

    .tabledata tr.accordion-trigger.accordion-content td.text-center,
    .tabledata tr.accordion-trigger.accordion-content td.text-center span {
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
    }

    .tabledata .accordion-trigger {
        cursor: pointer;
    }

    .tabledata .accordion-content {
        display: none;
    }

    .tabledata .accordion-content.is-visible {
        display: table-row;
    }

    .tabledata .accordion-trigger .icon-plus {
        display: inline-flex;
    }

    .tabledata .accordion-trigger .icon-minus {
        display: none;
    }

    .tabledata .accordion-trigger.is-open .icon-plus {
        display: none;
    }

    .tabledata .accordion-trigger.is-open .icon-minus {
        display: inline-flex;
    }

    .tabledata tr.accordion-trigger.accordion-content.pricing-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.content-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.approvals-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.cpe-compliance-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.supported-learning-formats-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.learning-management-software-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.support-account-management-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.lnd-services-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.reviews-ratings-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.practical-training-programs-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.pre-built-skill-assessments-group > td:first-child,
    .tabledata tr.accordion-trigger.accordion-content.assessment-pre-hiring-group > td:first-child {
        padding: 16px 8px;
        border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    }

    .tabledata tr.accordion-trigger.accordion-content.pricing-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.content-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.approvals-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.cpe-compliance-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.supported-learning-formats-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.learning-management-software-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.support-account-management-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.lnd-services-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.reviews-ratings-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.practical-training-programs-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.pre-built-skill-assessments-group > td:first-child .first-tdata,
    .tabledata tr.accordion-trigger.accordion-content.assessment-pre-hiring-group > td:first-child .first-tdata {
        padding-left: 8px;
    }

    .tabledata tr.accordion-content.per-user-description > td,
    .tabledata tr.accordion-content.lnd-description > td,
    .tabledata tr.accordion-content.free-trial-description > td,
    .tabledata tr.accordion-content.user-base-description > td,
    .tabledata tr.accordion-content.content-hours-description > td,
    .tabledata tr.accordion-content.content-courses-description > td,
    .tabledata tr.accordion-content.content-subject-areas-description > td,
    .tabledata tr.accordion-content.content-ethics-description > td,
    .tabledata tr.accordion-content.content-instructors-description > td,
    .tabledata tr.accordion-content.approvals-regulatory-description > td,
    .tabledata tr.accordion-content.approvals-nasba-description > td,
    .tabledata tr.accordion-content.approvals-irs-description > td,
    .tabledata tr.accordion-content.approvals-cfp-description > td,
    .tabledata tr.accordion-content.approvals-ctec-description > td,
    .tabledata tr.accordion-content.approvals-nysed-description > td,
    .tabledata tr.accordion-content.approvals-hrci-description > td,
    .tabledata tr.accordion-content.approvals-shrm-description > td,
    .tabledata tr.accordion-content.cpe-compliance-designations-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cpa-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cma-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cfe-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cia-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cisa-description > td,
    .tabledata tr.accordion-content.cpe-compliance-cfp-description > td,
    .tabledata tr.accordion-content.cpe-compliance-ea-description > td,
    .tabledata tr.accordion-content.cpe-compliance-shrm-description > td,
    .tabledata tr.accordion-content.cpe-compliance-hrci-description > td,
    .tabledata tr.accordion-content.cpe-compliance-packages-description > td,
    .tabledata tr.accordion-content.cpe-compliance-general-tracking-description > td,
    .tabledata tr.accordion-content.cpe-compliance-all-state-tracking-description > td,
    .tabledata tr.accordion-content.cpe-compliance-in-house-course-description > td,
    .tabledata tr.accordion-content.cpe-compliance-in-house-events-description > td,
    .tabledata tr.accordion-content.supported-learning-formats-audio-description > td,
    .tabledata tr.accordion-content.supported-learning-formats-video-description > td,
    .tabledata tr.accordion-content.supported-learning-formats-ebooks-description > td,
    .tabledata tr.accordion-content.supported-learning-formats-live-description > td,
    .tabledata tr.accordion-content.lms-compliance-automation-description > td,
    .tabledata tr.accordion-content.lms-mobile-app-description > td,
    .tabledata tr.accordion-content.lms-custom-plan-description > td,
    .tabledata tr.accordion-content.lms-user-management-description > td,
    .tabledata tr.accordion-content.lms-user-grouping-description > td,
    .tabledata tr.accordion-content.lms-role-access-description > td,
    .tabledata tr.accordion-content.lms-assign-track-manage-description > td,
    .tabledata tr.accordion-content.lms-learning-paths-description > td,
    .tabledata tr.accordion-content.lms-zoom-description > td,
    .tabledata tr.accordion-content.lms-firm-wide-compliance-description > td,
    .tabledata tr.accordion-content.lms-create-upload-courses-description > td,
    .tabledata tr.accordion-content.lms-host-events-description > td,
    .tabledata tr.accordion-content.lms-third-party-integration-description > td,
    .tabledata tr.accordion-content.sam-dedicated-am-description > td,
    .tabledata tr.accordion-content.sam-unlimited-chat-description > td,
    .tabledata tr.accordion-content.sam-unlimited-email-description > td,
    .tabledata tr.accordion-content.sam-unlimited-phone-zoom-description > td,
    .tabledata tr.accordion-content.sam-support-ticket-log-description > td,
    .tabledata tr.accordion-content.lnd-services-comprehensive-strategy-description > td,
    .tabledata tr.accordion-content.lnd-services-building-policy-description > td,
    .tabledata tr.accordion-content.lnd-services-customized-plans-description > td,
    .tabledata tr.accordion-content.lnd-services-instructor-marketplace-description > td,
    .tabledata tr.accordion-content.lnd-services-compliance-certification-description > td,
    .tabledata tr.accordion-content.lnd-services-talent-consulting-description > td,
    .tabledata tr.accordion-content.lnd-services-event-creation-description > td,
    .tabledata tr.accordion-content.lnd-services-dedicated-manager-description > td,
    .tabledata tr.accordion-content.lnd-services-impact-reporting-description > td,
    .tabledata tr.accordion-content.rr-trustpilot-reviews-description > td,
    .tabledata tr.accordion-content.rr-trustpilot-ratings-description > td,
    .tabledata tr.accordion-content.rr-google-reviews-description > td,
    .tabledata tr.accordion-content.rr-google-ratings-description > td,
    .tabledata tr.accordion-content.ptp-courses-all-levels-description > td,
    .tabledata tr.accordion-content.ptp-videos-simulations-description > td,
    .tabledata tr.accordion-content.ptp-certification-completion-description > td,
    .tabledata tr.accordion-content.ptp-hands-on-learning-description > td,
    .tabledata tr.accordion-content.ptp-performance-tracking-description > td,
    .tabledata tr.accordion-content.pbsa-ready-tests-description > td,
    .tabledata tr.accordion-content.pbsa-skill-gap-analysis-description > td,
    .tabledata tr.accordion-content.pbsa-proctoring-anti-cheating-description > td,
    .tabledata tr.accordion-content.pbsa-problem-solving-analytical-description > td,
    .tabledata tr.accordion-content.pbsa-decision-making-pressure-description > td,
    .tabledata tr.accordion-content.pbsa-role-specific-testing-description > td,
    .tabledata tr.accordion-content.pbsa-immediate-reporting-description > td,
    .tabledata tr.accordion-content.aph-pre-hiring-evaluation-description > td,
    .tabledata tr.accordion-content.aph-ongoing-skill-development-description > td {
        padding-left: 10px;
    }

    .tabledata tbody tr td:nth-child(2) {
        background: #eef2ff;
        font-weight: 700;
    }

    .tabledata sub {
        bottom: 0;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .tabledata .accordion-body {
        background: #fff;
        color: var(--Text-Grey-600, #475467);
        text-align: justify;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        padding: 16px 30px;
    }

    .tabledata .rotate-icon {
        display: inline-flex;
        align-items: center;
    }

    .tabledata .rotate-icon-plus,
    .tabledata .rotate-icon-minus {
        /* width: 18px;
        height: 18px; */
    }

    .tabledata .rotate-icon-plus svg,
    .tabledata .rotate-icon-minus svg {
        /* width: 100%;
        height: 100%; */
    }

    .tabledata .table_bottom_text {
        padding: 16px 20px;
    }

    .tabledata .table_bottom_text p {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #344054;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .tabledata .table_bottom_text p:last-child {
        margin-bottom: 0;
    }


    .tabledata .accordion-trigger .first-tdata {
        padding: 16px 8px;
        border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    }

    tr.section-row.accordion-trigger.is-open .first-tdata {
        padding: 16px 8px;
        border-radius: 8px;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    tr.section-row.accordion-trigger.is-open {
        border-radius: 8px;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    tr.accordion-trigger.accordion-content.pricing-group.is-visible {}

    tr.accordion-trigger.accordion-content.pricing-group.is-visible .first-tdata {
        padding: 0;
        border: 0;
    }

    .tabledata tr.accordion-trigger.accordion-content td.text-center {
        padding: 16px 8px;
        border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    }

    .tabledata .accordion-content.is-visible .first-tdata {
        padding: 0;
        border: 0;
    }




.tabledata {
    padding: 36px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}
.tabledata th {
    white-space: nowrap;
    min-width: 150px;
    background: var(--Text-Grey-100, #F2F4F7);
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border: 0;
    padding: 33px 34px;
}
.tabledata th:first-child {
    border-radius: 16px 0 0 0px;
}
.tabledata th:last-child {
    border-radius: 0 16px 0px 0;
}
.tabledata .table>tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    vertical-align: middle;
    border: none;
}

.tabledata .table>tbody tr.accordion-toggle td {
    border-top: 0;
}
.tabledata .accordion-body {
    max-width: 100%;
    color: var(--Text-Grey-600, #475467);
    text-align: justify;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-left: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td strong {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.tabledata .table>tbody tr.accordion-toggle td:not(:first-child) {
    pointer-events: none;
}

.tabledata tr.accordion-toggle td:first-child .rotate-icon {
    transform: rotate(180deg);
    transition: .4s all ease;
    display: inline-block;
}

.tabledata tr.accordion-toggle.collapsed td:first-child .rotate-icon {
    transition: .4s all ease;
    display: inline-block;
}
.tabledata tr.accordion-toggle.active td:first-child .rotate-icon {
    transition: .4s all ease;
    display: inline-block;

}
section.cpevsdiy .accordion-body p {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    display: none;
}
.first-tdata {
    display: flex;
    align-items: center;
    gap: 6px;

}



.table_bottom_text p {
    color: var(--Text-Grey-600, #475467);

    /* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
    text-align: left;
  }

.table_bottom_text {
    border-top: 0;
    padding-top: 0;
}


 .tabledata .my-cpe-logo-img {
    max-width: 112px;
    height: auto;
}

.inner-subtable .table>tbody tr:last-child td {
    padding: 0;
}

.inner-subtable .table>tbody tr:first-child td {
    padding: 0;
}

    

.tabledata tr.accordion-toggle td:first-child .rotate-icon .rotate-icon-plus {
    display: none;
}

.tabledata tr.accordion-toggle td:first-child .rotate-icon .rotate-icon-minus {
    display: block;
}

.tabledata tr.accordion-toggle.collapsed td:first-child .rotate-icon .rotate-icon-plus {
    display: block;
}

.tabledata tr.accordion-toggle.collapsed td:first-child .rotate-icon-minus {
    display: none;
}



.inner-subtable {
    /* border-radius: 8px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 24px; */
}

table.table.inner-accordiontable tbody td.Accordion_Body {
    padding: 0  10px 0;
}

.inner-subtable table.table table.table.inner-accordiontoptable {}

table.table.inner-accordiontoptable td {}

.inner-subtable table.table table.table.inner-accordiontoptable td {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 16px 8px;
    color: var(--Theme-Blue-800, #182878);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.inner-subtable table.table table.table.inner-accordiontoptable td {}

th.Bg_Blue {
    background: var(--Theme-Blue-50, #EBEEFD);
}

table.table {
    margin: 0;
}

.inner-subtable table.table tr.accordion-toggle {}

.inner-subtable table.table tr.accordion-toggle td {border-radius: 8px;}

.inner-subtable table.table tr.accordion-toggle td table.table.inner-accordiontoptable {
    margin: 0;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
}

.inner-subtable table.table tr.accordion-toggle.collapsed tr:last-child td {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.inner-subtable table.table tr.accordion-collapse td {
    border-radius: 8px;
}

.inner-subtable table.table tr.accordion-collapse {}

table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td {
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    min-width: 110px;
    width: 150px;
    padding: 15px 0;
}

table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td .first-tdata strong {
    color: var(--Text-Grey-600, #475467);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td span sub {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    bottom: 0;
}

.inner-subtable table.table tr.accordion-collapse .accordion-body {
    color: var(--Text-Grey-600, #475467);
    text-align: justify;

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 16px 30px;
}

.inner-subtable table.table table.table.inner-accordiontoptable td strong {
    color: var(--Theme-Blue-800, #182878);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}


section.Comparative_Comparison_Banner {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding-block: 72px;
}

section.Comparative_Comparison_Banner .Sec_Title h1 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}

section.Comparative_Comparison_Banner .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 24px;
}

.Comparative_Comparison_Banner_Btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 36px;
}

.Comparative_Comparison_Banner_Btns a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.Comparative_Comparison_Banner_Btns a.Start_Free_Trial_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

table.table.inner-subtable tr.accordion-toggle {}


.inner-subtable table.table td.Accordion_Body tr.accordion-toggle td:first-child {
    min-width: 310px;
    padding: 16px 8px;
}

table.table th:first-child {
    /* min-width: 320px; */
}

table.table th {
    min-width: 110px;
    width: 150px;
}

table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td:nth-child(2) {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-radius: 0;
}

table.table.table-inner-table {
    margin: 0;
}

a.Schedule_Call_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

a.Start_Free_Trial_Btn:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

table.table.inner-accordiontable tbody td.Accordion_Body tr.accordion-toggle.collapsed td .first-tdata {
    padding-left: 8px;
}



/*Individual Section Start*/
.Get_started_form .counter {
    display: flex;
    gap: 8px;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.Get_started_form input#no_of_seats {
    width: 65px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    margin-bottom: 0;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
p.unlimited_acc {
    margin-top: 24px;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
form.Get_started_form {
    padding: 24px;
    border-radius: 8px;
    border: 2px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 24px;
    background: var(--White, #FFF);
}
.Get_started .form-floating>label {
    padding: .7rem .75rem;
	font-size: 14px;
}
.Get_started .form-select {
    color: #101828;
}
.Get_started .form-floating>label:not(.Get_started .form-floating>textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 50px;
}
.Get_started .form-select {
    padding: .7rem .75rem;
	font-size: 14px;
}
.Get_started .form-floating>.form-control-plaintext~label,.Get_started.form-floating>.form-control:focus~label,.Get_started .form-floating>.form-control:not(:placeholder-shown)~label,.Get_started .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}
.Get_started .form-floating>.form-control-plaintext:focus,.Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown),.Get_started .form-floating>.form-control:focus,.Get_started .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}
.Get_started .form-floating>.form-control,.Get_started .form-floating>.form-control-plaintext,.Get_started .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.Get_started {
    border-radius: 8px 8px 0px 0px;
    /* border: 1px solid var(--Text-Grey-100, #F2F4F7); */
    background: var(--White, #FFF);
    /* padding: 24px; */
    border-radius: 8px;
    /* border: 2px solid var(--Gradient-G6, #B5EAF6); */
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    /* border-image-slice: 1; */
    /* border-width: 2px; */
    position: relative;
}
.Get_started:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #B5EAF6,#8A9BE9);
}
h3.Get_started_title {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Display xs / Semibold */
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
margin-bottom: 2px;
}
p.Get_started_desc {
    color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.Get_started .form-check .form-check-label a{
color: var(--Theme-Purple-500, #3a58ef);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
}
/*Individual Section End*/


/*Individual Section Start*/



.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-align: left;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    text-align: left;
}
.q_indevidual_sub .pricing-table th.second_th {
    border-bottom: 1px solid #EAECF0 !important;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.education_tags_individual span:last-child.explore_course {
    cursor: pointer;
}
.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    color: #3A58EF;
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/*Individual End*/


section#subscribe_form {
    background-color: #fff;
}

.q_indevidual_sub .pricing-table {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    padding: 0;
}



/*Learning & Compliance Solution section for Your CPA & Accounting Firm Start - 05-08 */
    button.btn-regular.Btn_Schedule {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 8px;
    }

    .q_indevidual_sub .pricing-table th.second_th {}

    .q_indevidual_sub .pricing-table th.second_th p {
        color: var(--Text-Grey-500, #5D667B);

    /* Text xs / Regular */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
    }

    .q_indevidual_sub .pricing-table th.second_th b {
        color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Bold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .q_indevidual_sub .slicer-goldbtn {
        color: var(--White, #FFF);
        text-align: center;

    /* Text xs / Bold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        padding: 4px 10px;
        min-width: 110px;
    }

/*Learning & Compliance Solution section for Your CPA & Accounting Firm end - 05-08 */


section#subscribe_form {
    background: #EBEEFD;
}



.q_indevidual_sub .pricing-table th {
    padding: 0 0px 16px 0;
    background: #FFFFFF;
}

.q_indevidual_sub .pricing-table td {
    padding: 8px 0px 8px 0px;
    background: #FFFFFF;
    font-size: 14px;
}

.q_indevidual_sub .pricing-table tfoot td {
    padding: 16px 8px 0px 8px;
}

.q_indevidual_sub .slicer-goldbtn {
    align-items: baseline;
    gap: 0;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    border: none;
    color: var(--White, #FFF);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
}

.q_indevidual_sub .table>tbody tr:first-child td {
    padding-top: 16px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
}

.education_tags_individual span:last-child {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
    float: left;
    color: #5d667b;
}

.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: #5d667b;
}

span.Explore_Btn, a.Explore_Btn {
    color: #3A58EF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    float: left;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}

.Get_started {
    border-radius: 24px;
}

form.Get_started_form {
    padding: 24px;
    border-radius: 24px;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}




/* Tooltip Styles */
.firmtooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.firmtooltip-icon {
    /* display: inline-flex; */
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /* background-color: #f0f0f0; */
    color: #555;
    font-size: 12px;
    font-weight: bold;
    /* border: 1px solid #ccc; */
    /* display: flex; */
    align-items: center;
    padding-top: 10px;
}
.firmtooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 200px;
    background-color: #00001E;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: opacity 0.2s;
    border: 1px solid #ddd;
    font-size: 12px;
    white-space: normal;
    font-weight: 500;
    /* margin-top: 5px; */
}
.firmtooltip-text::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent  transparent #00001E transparent;
    filter: drop-shadow(-1px 0 1px rgba(0,0,0,0.1));
}
.firmtooltip-container:hover .firmtooltip-text {
    visibility: visible;
    opacity: 1;
}
/*accordion part end*/
/* Tooltip that floats above everything */
body .firmtooltip-body {
  position: absolute;
  z-index: 999999 !important;
  background: #00001E;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  border: 1px solid #00001E;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  font-size: 12px;
  white-space: normal;
  max-width: 220px;
  font-weight: 500;
  display: none;
}
 
/* tooltip arrow (white triangle) */
body .firmtooltip-body::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
}
 
/* arrow when tooltip is above element */
body .firmtooltip-body.arrow-down::after {
  top: 100%;
  border-color: #00001E transparent transparent transparent;
  filter: drop-shadow(0 -1px 1px rgba(0,0,0,0.1));
}
 
/* arrow when tooltip is below element */
body .firmtooltip-body.arrow-up::after {
  top: -12px;
  border-color: transparent transparent #00001E transparent;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.1));
}
 
 
.firmtooltip-text {
  display: none !important;
}

section.complince_solution.lastcolumn table td:last-child, section.complince_solution.lastcolumn table th:last-child {
    background: #EBEEFD !important;
}
section.complince_solution.middlecolumn table td:nth-last-child(2), section.complince_solution.middlecolumn table th:nth-last-child(2) {
    background: #EBEEFD !important;
}
section.complince_solution.firstcolumn table td:nth-last-child(3), section.complince_solution.firstcolumn table th:nth-last-child(3) {
    background: #EBEEFD !important;
}
section.complince_solution table tr.chart_row > td {
    padding: 0;
    background-color: transparent !important;
    border-radius: 0 !important;
}
tr.chart_row td .user_list_tbl {
    border-radius: 0;
    border: none;
    padding: 0;
}
section.complince_solution table  tr th, section.complince_solution table  tr td {
    min-width: calc(50% / 3) !important;
    /* width: calc(50% / 3) !important; */
}
section.complince_solution table  tr th:first-child, section.complince_solution table  tr td:first-child {
    width: 50% !important;
    min-width: 50% !important;
}


section.complince_solution table tr:first-child th:last-child,section.complince_solution table tr:first-child th:nth-last-child(2),section.complince_solution table tr:first-child th:nth-last-child(3) {
    border-radius: 16px 16px 0 0;
}
td[colspan="5"] {
    border: none !important;
}
section.complince_solution.firstcolumn table > thead > tr:nth-child(2) th:nth-last-child(3) span,
section.complince_solution.middlecolumn table > thead > tr:nth-child(2) th:nth-last-child(2) span,
section.complince_solution.lastcolumn table > thead > tr:nth-child(2) th:nth-last-child(1) span {
    background: #fff;
}
section.complince_solution.middlecolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(2) .btn-premium,
section.complince_solution.firstcolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(3) .btn-premium,
section.complince_solution.lastcolumn .table>tbody tr.chart_row_parant:first-child td:nth-last-child(1) .btn-premium {
    background: #3a58ef;
    color: #fff;
}
.pricing-table.firstcolumn-pricing th:nth-child(2),.pricing-table.firstcolumn-pricing td:nth-child(2) {
    background: #EBEEFD;
}
.pricing-table.middlecolumn-pricing th:nth-child(3),.pricing-table.middlecolumn-pricing td:nth-child(3) {
    background: #EBEEFD;
}
.pricing-table.lastcolumn-pricing th:nth-child(4),.pricing-table.lastcolumn-pricing td:nth-child(4) {
    background: #EBEEFD;
}
.pricing-table.firstcolumn-pricing thead th:nth-child(2) {
    border-radius: 16px 16px 0 0;
}
.pricing-table.middlecolumn-pricing thead th:nth-child(3) {
    border-radius: 16px 16px 0 0;
}
.pricing-table.lastcolumn-pricing thead th:nth-child(4) {
    border-radius: 16px 16px 0 0;
}
.q_indevidual_sub_inner .pricing-table thead tr th{
    padding-top: 16px;
    /* width: auto; */
}

.q_indevidual_sub_inner .pricing-table thead tr:first-child {
    min-width: auto;
}

.pricing-table.firstcolumn-pricing .btn-premium, .pricing-table.middlecolumn-pricing .btn-premium, .pricing-table.lastcolumn-pricing .btn-premium {
    background: transparent;
}




.q_indevidual_sub_inner.text-center {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 48px;
}

.q_indevidual_sub_inner_left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 15px;
    min-width: 72px;
    min-height: 72px;
    display: inline-block;
}


/*Learning & Compliance Solution for Your CPA & Accounting Firm Start*/
section.complince_solution  table > thead > tr:first-child th {
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 16px;
    vertical-align: middle;
}
section.complince_solution table > thead > tr:first-child th span {
    display: block;
    padding-bottom: 10px;
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
section.complince_solution table > thead > tr:first-child th span b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.complince_solution table > thead > tr:first-child th:first-child {
    text-align: left;
}
section.complince_solution  table > thead > tr:nth-child(2) th {
    vertical-align: middle;
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--Theme-Dark-Blue-300, #D4D3DB);
    padding: 12px 16px;
    border: none;
}
section.complince_solution table > thead > tr:nth-child(2) th:first-child {
    text-align: left;
}
section.complince_solution table tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 16px;
    border: none;
}
tr.chart_row td table tbody tr td {
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 16px;
}
tr.chart_row td table tbody tr td a{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    text-decoration-line: underline;
}
tr.chart_row td table tbody tr td a:hover{
    color: var(--Text-Grey-700, #3A58EF);
    text-decoration: underline;
}

tr.chart_row td table tbody tr td a:hover {}

.Trial_Left .Table_Box tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}

tr.chart_row td table tbody tr td:has(.arrow_black):hover {}

td {}
tr.chart_row td table tbody tr:nth-of-type(even) td {
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.requirement_icn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.requirement_icn svg{
    cursor: pointer;
}
.requirement_icn > svg {
    transform: rotate(-90deg);
}
.requirement_icn.rowactive > svg {
    transform: rotate(0);
}
.tooltipModal .row ul li a:hover {
    color: #3A58EF;
    text-decoration: underline;
}
.tooltipModal .row ul li a {
    color: #3A58EF;
}
tr.chart_row td table tbody tr td:first-child {
    width: 386px;
}
tr.chart_row{
    display: none;
}
tr.chart_row td table tbody tr td:not(:first-child),section.complince_solution table tbody tr td:not(:first-child)  {
    text-align: center;
}
tr.chart_row td table tbody tr:nth-of-type(odd) td{
    background-color: #EBEEFD; 
} 
section.complince_solution table tr.chart_row > td {
    padding: 12px 16px;
}
tr.chart_row td table{
    width: 100%;
    table-layout: fixed;
}
tr.chart_row td .user_list_tbl {
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
section.complince_solution h2 {
    color: #26244A;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
}
section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
}
section.complince_solution h2 + p + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 56px;
    position: relative;
}
section.complince_solution h2 + p + p:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 339.477px;
    height: 2px;
    background: #D8DEFC;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
}
section.complince_solution h2 + p + p a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}
section.complince_solution {
    padding-bottom: 50px;
}
button.btn-regular {
    padding: 10px 18px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn-regular:hover {
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

button.btn-premium {
    padding: 10px 18px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    color: #3A58EF;
}
button.btn-premium:hover {
    color: #3A58EF;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
}
.tooltipModal h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.tooltipModal p.modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.tooltipModal .modal-header button.btn-close {
    width: 4px;
    height: 4px;
    color: #000;
    box-sizing: border-box;
    opacity: 1;
}
.tooltipModal  .modal-header {
    padding-top: 8px;
    border: none;
    padding-bottom: 0;
}
.tooltipModal .modal-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
}
.tooltipModal .row {
    margin-top: 16px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 8px;
}
.tooltipModal .row ul {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-left: 4px;
}
.tooltipModal .row p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
tr.chart_row_parant:has(.rowactive) td > svg {
    display: none;
}
.table-responsive.user_list_tbl > table tbody > tr td:first-child {
    width: 454px;
    padding-left: 65px;
}
/*Learning & Compliance Solution for Your CPA & Accounting Firm End*/

.btn-coming_soon {
    padding: 1px 4px;
    color: var(--Theme-Purple-500, #3A58EF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-50, #ebeefd);
    margin-left: 4px;
}

button.btn-coming_soon:hover {
    cursor: inherit;
}

.complince_solution table th:nth-child(4),
.complince_solution table th:nth-child(5),
.complince_solution table td:nth-child(4),
.complince_solution table td:nth-child(5){
    display: none;
}
.complince_solution .complince_solution_table{
    width: 900px;
}


section.complince_solution table tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}

section.complince_solution table tr.chart_row td table tbody tr td svg.arrow_black {
    width: 16px;
    height: 16px;
}

section.complince_solution table tbody tr.chart_row_parant td h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
    margin-bottom: 0;
}

.q_indevidual_sub .pricing-table th.second_th h6 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Signup_Team_Main {
    background-image: url(../images/sign-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 50px 0;
    min-height: calc(100vh - 122.58px);
}


section#subscribe_form {
    background-color: #fff;
}

.q_indevidual_sub .pricing-table {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    padding: 0;
}


/* Team Subscription changes - start */

.pricing-table table.table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.pricing-table table.table th.second_th b span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}
.pricing-table table.table th.second_th > span {
    border-radius: 50px;
    background: #fff;
    padding: 5px 16px;
    display: block;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-block: 10px;
    width: 90%;
    margin-inline: auto;
}
.q_indevidual_sub .pricing-table th.second_th button.btn-premium,.q_indevidual_sub .pricing-table th.second_th button.btn-regular {
    font-size: 12px;
    padding: 4px 10px;
}

.q_indevidual_sub .pricing-table th p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.q_indevidual_sub .slicer-goldbtn {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 10px;
    min-width: 110px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

/* Team Subscription changes - end */

form.Get_started_form {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
    position: relative;
}


h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
    margin-bottom: 8px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

p.Get_started_desc {
    margin-bottom: 24px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Team_Payment_Sucess .modal-dialog{
    width: 320px;
}
.Team_Payment_Sucess .Get_started_form{
    text-align: center;
}
.Team_Payment_Sucess .modal-title{
    margin: 10px 0;
}
.b_select span.help-block{
    font-size: 14px;
}

.team_select_plan p{
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.annual_subscription_text{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.team_annual_subscription h6{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}
.team_annual_subscription p.team_plan_price{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
}
.team_annual_subscription span{
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.team_annual_subscription{
    display: flex;
    height: 44px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Text-Grey-50, #F9FAFB);
}
.team_signup #proceed_to_pay {
    height: 46px;
    width: 100%;
    border: 1px solid #7162EA;
    background-color: var(--Theme-Purple-500, #7162EA);
}

.form-floating .bootstrap-select .btn.dropdown-toggle:hover {
    border-color: #7162ea;
    background-color: #fff;
}

.form-floating .bootstrap-select .btn.dropdown-toggle {
    font-size: 14px;
    border: 1px solid #eaecf0;
    height: 44px;
    padding: 10px 12px;
    background-color: #fff;
}

.team_free_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}




/* Testimonials */

.Testimonials {
    padding: 64px 0px 72px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px
}

.Testimonials img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.Testimonials .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    max-width: 58px;
    margin-right: 16px;
    border-radius: 50%
}

.Testimonials .SlideBox_Test_Author h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A
}

.Testimonials .SlideBox_Test_Author p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467
}

.Testimonials h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}

.Testimonials .Center_Test ul.slick-dots, 
.Testimonials .Center_Test1 ul.slick-dots, 
.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
    bottom: -62px
}

.Testimonials .Center_Test .slick-dots li button, 
.Testimonials .Center_Test1 .slick-dots li button, 
.Testimonials.Shorts_Video .Center_Video .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .Center_Test .slick-dots li.slick-active button,
.Testimonials .Center_Test1 .slick-dots li.slick-active button,
.Testimonials.Shorts_Video .Center_Video .slick-dots li.slick-active button {
    background: #3A58EF
}

.Testimonials .slick-arrow:hover,.slick-arrow:focus {
    border: 0;
    outline: 0
}

.Testimonials .slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    z-index: 99
}

.Testimonials .slick-prev {
    top: 0
}

.Testimonials .slick-next {
    bottom: 0;
    background-color: #fff
}

.Testimonials .slideBoxLeft {
    text-align: center
}

.Testimonials .slideBoxLeft h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    margin-top: 30px;
    margin-bottom: 16px
}
.Testimonials .Center_Test .slick-slide,
.Testimonials .Center_Test1 .slick-slide,
.Testimonials.Shorts_Video .Center_Video .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}
.Testimonials .Center_Test .slick-slide.slick-current,
.Testimonials .Center_Test1 .slick-slide.slick-current,
.Testimonials.Shorts_Video .Center_Video .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .Center_Test button.slick-prev:before,
.Testimonials .Center_Test1 button.slick-prev:before,
.Testimonials.Shorts_Video .Center_Video button.slick-prev:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url(../images/new-home-151025/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}


.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials .Center_Test1 button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,
.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials .Center_Test1 button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,
.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .Center_Test .slick-arrow,
.Testimonials .Center_Test1 .slick-arrow,
.Testimonials.Shorts_Video .Center_Video .slick-arrow,
.about_us_slider_New_Home1 button.slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .Center_Test button.slick-next.slick-arrow,
.Testimonials .Center_Test1 button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,
.about_us_slider_New_Home1 button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .Center_Test button.slick-next:before,
.Testimonials .Center_Test1 button.slick-next:before,
.Testimonials.Shorts_Video .Center_Video button.slick-next:before {
    content: '';
    background-image: url(../images/black-friday/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url(../images/black-friday/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .Center_Test .slick-next,
.Testimonials .Center_Test1 .slick-next,
.Testimonials.Shorts_Video .Center_Video .slick-next,
.about_us_slider_New_Home1 button.slick-prev {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}


.Testimonials .Center_Test button.slick-prev:before,
.Testimonials .Center_Test1 button.slick-prev:before,
.Testimonials.Shorts_Video .Center_Video button.slick-prev:before,
.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url(../images/black-friday/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .Center_Test button.slick-next:before,
.Testimonials .Center_Test1 button.slick-next:before,
.Testimonials.Shorts_Video .Center_Video button.slick-next:before,
.about_us_slider_New_Home1 button.slick-next.slick-arrow:before {
    content: '';
    background-image: url(../images/black-friday/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}

.Testimonials .Center_Test button.slick-prev.slick-arrow,
.Testimonials .Center_Test1 button.slick-prev.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,
.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
    left: auto;
    right: 56px;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

.Testimonials .Center_Test button.slick-next.slick-arrow,
.Testimonials .Center_Test1 button.slick-next.slick-arrow,
.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,
.about_us_slider_New_Home1 button.slick-next.slick-arrow {
    right: 0;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}

.Testimonials .Center_Test1 button.slick-prev.slick-arrow,
.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
    left: -4%;
    top: 45%;
}

.Testimonials .Center_Test1 button.slick-next.slick-arrow,
.about_us_slider_New_Home1 button.slick-next.slick-arrow {
    right: -4%;
    top: 45%;
}

.Testimonials_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    text-align: left;
}




.Testimonials_Title {
    margin-bottom: 48px;
}

.Testimonials .slideBox.Bg_Dark_Blue_800 {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    transition: 0.4s all ease-in-out;
    transform: translate(0px, 0px);
}

.Testimonials .slideBox.Bg_Dark_Blue_800 .Rating_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.Testimonials .slideBoxLeft h2 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 0;
    text-align: left;
    margin-top: 24px;
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;
    text-align: left;
    margin-top: 8px;
}

.SlideBox_Test_Author {}

.Testimonials .SlideBox_Test_Author h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.Testimonials .SlideBox_Test_Author p {
    color: var(--Text-Grey-600, #475467);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.Testimonials .slideBox.Bg_Dark_Blue_800:hover {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, -10px);
}

.Testimonials .slideBox.Bg_Dark_Blue_800:hover .Rating_Top_Right svg path {
    fill: #3A58EF;
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover, 
.Testimonials .Center_Test button.slick-prev.slick-arrow:hover, 
section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover, 
.Testimonials .Center_Test button.slick-next.slick-arrow:hover, 
.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover, 
.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover {
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-500, #5D667B);
    background: var(--White, #FFF); 
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover:before, 
.Testimonials .Center_Test button.slick-prev.slick-arrow:hover:before, 
.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover:before {
    content: '';
    background-image: url(../images/black-friday/Hover_Arrow_Left.svg);
}

section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover:before, 
.Testimonials .Center_Test button.slick-next.slick-arrow:hover:before, 
.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover:before {
    content: '';
    background-image: url(../images/black-friday/Hover_Arrow_Right.svg);
 }


section.Connect_with {
    padding: 72px 0;
    background: var(--White, #FFF);
}

section.Connect_with h2 {
	color: var(--Theme-Dark-Blue-800,#26244a);
	text-align: center;
	font-family: Inter;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -.72px;
	margin-bottom: 48px;
}


.Connect_with_Main .Connect_with_Box {
	border-radius: 12px;
	border: 1px solid var(--Text-Grey-300,#d0d5dd);
	background: var(--White,#fff);
	padding: 14px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	min-height: 189px;
}

.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
	border-radius: 4px;
	border: 1px solid var(--Theme-Blue-500,#3a58ef);
	padding: 10px 18px;
	color: var(--Theme-Blue-500,#3a58ef);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	display: inline-block;
}

.Connect_with_Main .Connect_with_Box svg {
	min-height: 68px;
}

.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn:hover {
    color: #fff;
}



.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 12px;
}

.FAQ_Main .FAQ_Box .accordion-header {
    border-bottom: 0;
}

.FAQ_Main .FAQ_Box .accordion-button {
    background: var(--White, #FFF);
    box-shadow: none;
    border-radius: 12px 12px 0 0;
    z-index: 1;
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .collapse {
    border-radius: 0 0 12px 12px;
    border: 1px solid #EBEBEB;
    border-top: 0;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
}

.FAQ_Main .FAQ_Box .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
}


.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 12px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link, 
.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: transparent;
    text-align: left;
    padding: 0;
}

.FAQ_Main .FAQ_Box .nav-pills .nav-link span {
    color: var(--secondary-secondary-50, #8B8C8F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

.FAQ_Main .FAQ_Box .nav-pills .nav-link.active span {
    color: var(--primary-primary-100, #F60) !important;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    background: var(--White, #FFF) !important;
}

.FAQ_Main h2.Sec_Title {
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px;
    font-weight: 700;
    color: #26244A;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.FAQ_Main .FAQ_Box .accordion-body li.ml-50 {
    margin-left: 63px;
}

.FAQ_Main .FAQ_Box .accordion-body li.ml-60 {
    margin-left: 82px;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li {
    list-style: disc;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li.list-unstyled {
    list-style: none;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li.list-unstyled ul li {
    list-style: circle;
}



.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.Personalize_Firms .sticky-top {
    top: 130px;
    z-index: 9;
}

.Personalize_Firms .sticky-top.sticky-top-right {
    top: 200px;
    z-index: 9;
}

.FAQ_Main {
    background: transparent;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/l_and_d/images/Open_Accordion_Icon.svg');
    transition: all 0.3s;
    transform: rotate(45deg);
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0deg);
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: transparent;
    border: 0;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none;
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
    border: 0;
    background: transparent;
    padding: 0;
    padding-left: 55px;
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #344054;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px;
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0;
}


.FAQ_Main .FAQ_Box .nav-pills button.nav-link, .FAQ_Main .FAQ_Box .nav-pills button.nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: #D8DEFC;
    padding: 8px;
    color: #1D2939;
    border-radius: 4px;
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
}


.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    list-style-image: url('images/FAQ_Check_Icon.svg');
    margin-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li svg {
    position: absolute;
    left: 0;
}

.FAQ_Main {
    background: var(--Theme-Blue-50, #EBEEFD) !important;
}

@media (max-width:1366.51px) { 

    table.table th {
        min-width: 110px;
        /* width: 150px;
        min-width: 182px; */
    }  
   
    table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td:nth-child(2) {
        min-width: 180px;
    }

    table.table.inner-accordiontable tbody td.Accordion_Body table tr.accordion-toggle td {
        min-width: 180px;
    }
}



@media (max-width:1199.51px) {  
   

}


@media (max-width: 991.51px) {
   

}


@media(max-width:767px){
    .innermainmos h2 {
    font-size: 28px;
        line-height: 1.2;
    }
    .innermainmos p {
        font-size: 20px;
        line-height: 1.2;
    }
    .mos_banner {
        padding: 55px 0;
    }
    section.bulding p {
        font-size: 16px;
    }

    .Get_started {
        margin-top: 0px;
        display: block;
    }

    .Connect_with_Main .Connect_with_Box {
        margin-bottom: 16px;
    }

    .Comparative_Comparison_Banner_Btns {
        flex-direction: column;
    }

    .Comparative_Comparison_Banner_Btns a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tabledata th,
    .tabledata td {
        font-size: 14px;
        padding: 10px 8px;
    }

    .inner-subtable table.table tr.accordion-collapse .accordion-body {
        padding: 10px 10px 12px 20px;
        font-size: 14px;
    }

    .tabledata .accordion-body {
        padding: 10px 10px 12px 20px;
        font-size: 14px;
    }

    .tabledata .table_bottom_text {
        padding: 16px 8px;
    }

    .tabledata .table_bottom_text p svg {
        min-width: 24px;
    }

    .tabledata .table_bottom_text p {
        margin-bottom: 12px;
        font-size: 14px;
        line-height: inherit;
    }

}


/*Media Query Over*/