.mos_banner {
    background-image: url("../images/team-landing-new/tmbg.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}
.L_and_D_Banner_Left h1 {
    font-family: Inter;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
}
.L_and_D_Banner_Left h2 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    /* line-height: 60px; */
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    padding-bottom: 24px;
}
.L_and_D_Banner_Left ul {
    padding-bottom: 48px;
}
.L_and_D_Banner_Left ul li {
    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;
    list-style: none;
    color: #fff;
    padding-bottom: 12px;
}
.L_and_D_Banner_Btns {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}
.Try_for_free > svg {
    min-width: 25px;
}
.L_and_D_Banner_Left a.Schedule_Call_Btn {
    background: #3A58EF;
    padding: 12px 20px;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid #3A58EF;
    margin-right: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 231px;
}
.L_and_D_Banner_Left a.Explore_Assessments_Btn {
    border: 1px solid #FFFFFF;
    padding: 12px 20px;
    border-radius: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #fff;
}
.L_and_D_Banner_Left p.Sub_Start_Price {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #FFFFFF;
    margin-top: 12px;
}
.View_Samples_Box img.Discover_Everything_Img {
    border-radius: 30px;
}

/*second section*/
section.Percentage_Boxes_Main {
    background: #FFFFFF;
    padding: 36px 0;
}
.Percentage_Box {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    max-width: 264px;
    padding: 16px;
    height: 100%;
}
.Percentage_Box_Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}

.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
    bottom: 0;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.Percentage_Box_Top svg {
    min-width: 48px;
}
.Percentage_Boxes_Main .Percentage_Box h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: normal;
    color: #344054;
    margin-top: 8px;
}
section.Year_End {
    background: var(--White, #FFF);
    padding: 72px 0;
}

.Year_End_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.Year_End_title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
}

.Year_End_title a.Schedule_Call_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Year_End_content {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
}

.Year_End_content span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}

.Year_End_content:after {
    content: '';
    border-right: 1px solid var(--Text-Grey-500, #5D667B);
    width: 1px;
    height: 64px;
    right: 0;
    position: absolute;
}

.Year_End_content.Last_Item:after { 
    display: none;
}
.Trending_Topics_Todays {
    padding: 72px 0;
    background: #EBEEFD;
}
section.Trending_Topics_Todays h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.Topic_Slider {
    margin-bottom: 40px;
}
.Topics_Main ul {
    overflow: hidden;
    text-align: center;
    display: inline-block;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    border-radius: 12px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 3px 2px;
    margin-bottom: 48px;
}
.Topics_Main ul li {
    border-radius: 4px;
    border: 0px solid #D0D5DD;
    background: transparent;
    padding: 0;
    display: inline-flex;
    cursor: pointer;
    color: #344054;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Topics_Main ul.nav-pills li.nav-item .nav-link {
    letter-spacing: normal;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 9px 66px;
}
.Topics_Main ul.nav-pills li.nav-item .nav-link.active {
    letter-spacing: normal;
    border-radius: 10px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: transparent;
    box-shadow: none;
    justify-content: start;
    flex-wrap: wrap;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 6px;
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: auto;
    text-align: left;
    transition: .4s linear all;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover h3 {
    transform: translateX(10px);
    transition: .4s linear all;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
    background: #fff;
}


/*Team Subscription Inclusions start*/
section.complince_solution {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #EBEEFD;
}
section.complince_solution label {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #3A58EF;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}
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: 24px;
}
section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
}
section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
}
.complince_solution .complince_solution_table {
    width: 100%;
}

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;
    margin: 0;
}
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:nth-child(2) th span {
    border-radius: 50px;
    background: var(--Theme-Blue-50, #EBEEFD);
    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;
}

section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 36px 36px 0px 20px;
}

section.complince_solution table tbody tr td {
    font-style: normal;
    padding: 12px 16px;
    border: none;
    border-bottom: 1px solid #D0D5DD;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
}

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 {
    display: none;
}
.table>tbody tr:first-child td {
    padding-top: 24px;
}
.Try_for_free {
    display: flex;
    align-items: center;
}
.Try_for_free h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #344054;
    margin-right: 16px;
    margin-left: 12px;
}
.Try_for_free h3 span {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #3A58EF;
}
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);
}
tr.chart_row td table tbody tr td:not(:first-child), section.complince_solution table tbody tr td:not(:first-child) {
    text-align: center;
    min-width: 201px !important;
}
.requirement_icn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.requirement_icn svg {
    cursor: pointer;
    min-width: 24px;
}
.requirement_icn > svg {
    transform: rotate(-90deg);
}
section.complince_solution table  tr.chart_row > td {
    padding: 12px 16px;
}
tr.chart_row td .user_list_tbl {
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
tr.chart_row td .user_list_tbl {
    border: 0;
    padding-left: 30px;
    padding-left: 0;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
tr.chart_row td table {
    width: 100%;
    table-layout: fixed;
}
tr.chart_row td table {
    width: 100%;
    table-layout: fixed;
}
section.complince_solution table tr.chart_row td table tbody tr:nth-of-type(odd) td {
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 12px;
}
tr.chart_row td table tbody tr td a {
    color: var(--Text-Grey-700, #3A58EF);
    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;
}
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:nth-of-type(odd) td {
    background-color: transparent;
    padding-bottom: 12px;
    padding-top: 12px;
}
section.complince_solution table > thead > tr:first-child th:first-child {
    text-align: left;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    color: #344054;
    padding-bottom: 0;
    width: 709px;
    border: 0;
    background: #fff;
    font-style: normal;
    padding: 20px 16px;
    vertical-align: middle;
}
section.complince_solution table > thead > tr:first-child th {
    background: #fff;
    font-style: normal;
    padding: 20px 16px;
    vertical-align: middle;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    border: 0;
    padding-bottom: 0 !important;
}
tr.chart_row td table tbody tr td a:hover {
    color: #3A58EF;
    text-decoration: underline;
}
.table-responsive.user_list_tbl > table tbody > tr td:first-child {
    width: 663px;
    padding-left: 65px;
}

tr.chart_row_parant:has(.rowactive) td > svg {
    display: none;
}


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: #fff;
    padding: 12px 16px;
    border: none;
}
section.complince_solution table > thead > tr:nth-child(2) th:first-child {
    text-align: left;
}
tr.chart_row td table tbody tr:nth-of-type(even) td {
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.tooltipModal  .modal-header {
    padding-top: 8px;
    border: none;
    padding-bottom: 0;
}
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;
}
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: 36px
}
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);
}


.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;
}
.tooltipModal .modal-header button.btn-close {
    width: 4px;
    height: 4px;
    color: #000;
    box-sizing: border-box;
    opacity: 1;
}
.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-style: normal;
    padding-left: 4px;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.tooltipModal .row ul li {
    list-style: none;
}
.tooltipModal .row ul li a {
    color: #3A58EF;
}
.tooltipModal .row ul li a:hover {
    color: #3A58EF;
    text-decoration: underline;
}
.tooltipModal .row p {
    color: var(--Text-Grey-700, #475467);
    font-style: normal;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
}
.requirement_icn.rowactive > svg {
    transform: rotate(45deg);
}
.complince_solution p.Call_Us_Text {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #475467;
    margin-top: 36px;
}
.complince_solution p.Call_Us_Text svg {
    margin-right: 8px;
}
.complince_solution p.Call_Us_Text a {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    text-decoration: underline;
    color: #3A58EF;
}
/*Team Subscription Inclusions Over*/


/*team Subscription start*/

/*team Subscription end*/
/*our values*/


section.ourval {
    padding: 72px 0;
    background: var(--Text-Grey-50, #F9FAFB);
}
.ourval .group {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 59px;
    position: relative;
}
.ourval .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: #26244A;
    font-family: Inter, var(--default-font-family);
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.72px;
    z-index: 1;
}
.gpcontent {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
}
.ourval .section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    min-width: 0;
    z-index: 2;
}
.ourval .group-2 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 3;
}
.ourval .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 4;
    border-radius: 36px 0 36px 0;
}
.ourval .section-2 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 5;
}
.ourval .box {
    flex-shrink: 0;
    position: relative;
    z-index: 6;
    overflow: hidden;
}
.ourval .pic {
    position: relative;
    margin: 5px 0 0 4px;
    background-size: 100% 100%;
    z-index: 7;
}
.ourval .group-3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 8;
}


.ourval .wrapper-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 11;
    border-radius: 0 36px 0 36px;
}
.ourval .wrapper-3 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 12;
}
.ourval .group-4 {
    flex-shrink: 0;
    position: relative;
    z-index: 13;
    overflow: hidden;
}
.ourval .img {
    margin: 5px 0 0 4px;
    background: url(./assets/images/54b14f36-2bd8-4f7e-8199-bf8be2a3399d.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 14;
}
.ourval .wrapper-4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 15;
}

.ourval .group-5 {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 18;
}
.ourval .wrapper-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 19;
    border-radius: 0 36px 0 36px;
}
.ourval .wrapper-6 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 20;
}
.ourval .wrapper-7 {
    flex-shrink: 0;
    position: relative;
    z-index: 21;
    overflow: hidden;
}
.ourval .pic-2 {
    position: relative;
    margin: 4px 0 0 7px;
    background: url(./assets/images/9bbb138b-58a3-45eb-b264-fb6c0aacf97d.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 22;
}
.ourval .wrapper-8 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 23;
}


.ourval .group-6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 24px;
    position: relative;
    padding: 24px 24px 24px 24px;
    background: var(--White, #FFF);
    z-index: 26;
    border-radius: 36px 0 36px 0;
}
.ourval .box-2 {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-shrink: 0;
    gap: 24px;
    position: relative;
    z-index: 27;
}
.ourval .wrapper-9 {
    flex-shrink: 0;
    position: relative;
    z-index: 28;
    overflow: hidden;
}
.ourval .pic-3 {
    position: relative;
    margin: 6px 0 0 4px;
    background: url(./assets/images/270951fe-c1cb-440b-bde1-c454b513e79e.svg)
        no-repeat center;
    background-size: 100% 100%;
    z-index: 29;
}
.ourval .group-7 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 8px;
    position: relative;
    z-index: 30;
}

.ourval .maintxt{
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    position: relative;
    color: rgba(0, 0, 0, 0.2);
    font-family: Inter, var(--default-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    white-space: nowrap;
    z-index: 31;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.ourval .img-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}
.ourval .wrapper:hover, .ourval .wrapper-2:hover, .ourval .wrapper-5:hover, .ourval .group-6:hover {
    background: #fff;
}
.maincon {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*our value over*/
    .problem:hover .innerpstxt {        
        opacity: 1;
        transform: translateY(0%);
    }
     .solution:hover .innerpstxt {
        opacity: 1;
        transform: translateY(0%);
    }
        .innerpstxt {
        position: absolute;
        font-size: 16px;
        padding: 18px 20px;
        background: #fff;
        top: 0;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 10px;
        opacity: 0;
        transform: translateY(-100%);
        transition: linear .4s all;
        display: flex;
        align-items: center;
    }
    .ps-section {
        padding: 72px 0;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        background: var(--Theme-Blue-50, #EBEEFD);
    }
    .ps-header {
        margin-bottom: 30px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        background: #fff;
        border-radius: 10px;
    }
    .problem, .solution {
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 18px 20px;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: start;
        background: #fff;
        color: var(--Text-Grey-600, #475467);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        position: relative;
        overflow: hidden;
    }
    .problem span {
        margin-right: 8px;
        color: var(--Error-Red-500, #F04438);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.96px;
    }
    .solution span {
        margin-right: 8px;
        color: var(--Success-Green-500, #12B76A);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: -0.96px;
    }

    .ps-icon img {
      width: 100%;
    }
    /*Detailed Comparison: Features & Offerings start*/
section.details_comparision {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #fff);
}
section.details_comparision 
 p.dc_title {
    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;
    margin-bottom: 12px;
}
section.details_comparision span.dcdesc {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-bottom: 48px;
}
.details_comparision ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 32px;
}
.details_comparision ul li a {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    transition: .4s ease all;
}

.details_comparision ul li a:hover{
background-color: #d8defc;
transition: .4s ease all;

}
.details_comparision ul li a.active{
    background-color: #3A58EF;
    color: #fff;
}
.details_comparision  table {
    width: 100%;
}
.details_comparision th {
    padding: 24px;
    background: var(--Text-Grey-100, #F2F4F7);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.details_comparision th, .details_comparision td {
    border: 1px solid #EAECF0;
    text-align: center;
}
.details_comparision th:first-child {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #EAECF0;
}
.details_comparision th.highlight {
    background: #3A58EF;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 16px 16px 0px 0px;
    text-align: center;
}
.details_comparision th span.price {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: block;
    margin-top: 8px;
}
.details_comparision th.highlight span.price {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: block;
    margin: 8px 0 12px 0;
}
.details_comparision th.highlight  .sevenday {
    border-radius: 4px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    width: 100%;
}
.details_comparision th.highlight  a.sevenday {
    color: #344054;
}
.details_comparision th:last-child {
    border-radius: 0 16px 0 0;
}
.details_comparision td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 16px 24px;
    background: #fff;
}
.details_comparision tbody tr:first-child td:first-child {
    border-radius: 16px 0px 0px 0px;
}
.details_comparision tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}
.details_comparision tbody tr:last-child td:last-child {
    border-radius: 0  0 16px  0;
}
section.details_comparision .table-responsive {
    border-radius: 16px 16px 0 0;
}
.details_comparision tbody tr td:nth-child(2) {
    background: #EBEEFD;
    border: 1px solid #D9E0F0;
}
.details_comparision tbody tr td:first-child {
    text-align: left;
}
.details_comparision tbody tr td:nth-child(5),.details_comparision tbody tr td:nth-child(3),.details_comparision tbody tr td:nth-child(4)
{
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*Detailed Comparison: Features & Offerings end*/

/*team subscription start*/

section#subscribe_form {
    background: #fff;
}

.q_indevidual_sub .pricing-table {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    padding: 0;
}

.q_indevidual_sub .pricing-table table.table {
    margin-bottom: 0;
}

.q_indevidual_sub .pricing-table th {
    padding: 0 0px 16px 0;
    background: #FFFFFF;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    /* vertical-align: middle; */
}

.q_indevidual_sub .pricing-table td {
    padding: 8px 0px 8px 0px;
    background: #FFFFFF;
}

.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 {
    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;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}
.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;
}
.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;
}
h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
    margin-bottom: 4px;
}

h3.Get_started_title span {
    color: var(--Theme-Blue-500, #3A58EF);

    /* Webpage/Header 3 */
    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_free_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
/*Individual End*/

/*speaker grid start*/
section.spleaker_grid {
    padding: 72px 0;
    background: #EBEEFD;
}
section.spleaker_grid .ins_ttl {
    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;
}
section.spleaker_grid .ins_Desc {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 652px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    margin-bottom: 48px;
}
.speaker_man {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}
.speker_imge {
    width: 200px;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 0 auto;
}
.speaker_description {
    padding-top: 16px;
}
.speaker_desc_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.speaker_desc_title a {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.specker_desgignation > span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 24px;
}
.specker_desgignation p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 60px;
}
.speaker_audio {
    height: 60PX;
}
.speaker_btns {
    margin-top: 16px;
}
.speaker_btns a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    width: 100%;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
}
ul.ins_lst {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
ul.ins_lst li {
    list-style: none;
    display: flex;
}
ul.ins_lst li:last-child {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 4px;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
}
.speaker_man:hover .speker_imge img {
    transform: scale(1.1);
    transition: .4s linear all;
}
.viewallspeaker {
    text-align: center;
    margin-top: 48px;
}
.viewallspeaker a {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}


/*team subscription end*/

/*speaker grid Start */
section.about_us {
    background-color: #EBEEFD;
    padding: 80px 0;
    margin: 0;
}

section.about_us h2 {
    margin-top: 0;
}

section.about_us .slick-dotted.slick-slider {
    margin-bottom: 36px;
    padding-top: 36px;
}

.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide p {
    max-width: 800px;
    margin: 30px auto 0;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide .about-client .cle-info p {
    text-align: left;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin-top: 0;
}
section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 135px;
    margin-bottom: 40px;

}
section.about_us h2 {
    margin-top: 0;
}
.about_us .slick-prev, .about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.about_us .slick-prev {
    left: 16%;
}
.about_us_slide {
    text-align: center;
    opacity: 1;
}
.about_us .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.about_us .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.about_us_slide > img {
    margin: 0 auto;
}
.about_us .slick-dots li {
    width: 30px;
}
.about_us .slick-dots {
    bottom: -67px;
}
.about_us .slick-prev:before,.about_us .slick-next:before{
    content: none;
}
.about_us .slick-prev,.about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
    background: url(../images/team-landing-new/Arrow_Left.svg);
    top: 0;
    left: auto;
    right: 56px;
}
.about_us .slick-prev
{
    left: auto;
}
.about_us .slick-next
{
    right: 0;
    top: -22px;
    transform: rotate(180deg);
}

.about_us .slick-prev:hover,
.about_us .slick-next:hover { 
    background: url(../images/team-landing-new/Arrow_Left_Hover.svg);
}

section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: left;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 135px;
    margin-bottom: 40px;
}
.about_us_slide {
    text-align: center;
    /* opacity: 0.2; */
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    height: 100%;
    min-height: 570px;
}
.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide{
    opacity: 1;
}
/* .about_us_slide-itm{
    max-width: 800px;
} */
.about_us_slide h3 {
    margin-top: 24px;
    margin-bottom: 8px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}
.about_us_slide h3 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.about-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}
.about-client img {
    border-radius: 50%;
    height: 58px;
    width: 58px;
}
.about-client .cle-info h4 {
    text-align: left;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.about-client .cle-info p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.about_us_slider.slick-initialized .slick-slide {
    padding: 15px;
}

.Rating_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.about_us_slide-itm.slick-slide .about_us_slide {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, 0px);
}

.about_us_slide-itm.slick-slide .about_us_slide:hover {
    transition: 0.4s all ease-in-out;
    transform: translate(0px, -10px);
}

.about_us_slide-itm.slick-slide .about_us_slide:hover .Rating_Top_Right svg path {
    fill: #3A58EF;
}




.spleaker_grid {

}

.spleaker_grid .about_us_slider1 {

}



.about_us_slider1 {}

.spleaker_grid .about_us_slide {
    background: transparent;
    padding: 0;
}

section.spleaker_grid .ins_ttl {
    text-align: left;
    color: var(--Theme-Dark-Blue-800, #26244a);
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
}

.New_Speakers .All_Speakers a.Speakers_Btn {
    background: 0 0;
    color: var(--Theme-Blue-500, #3a58ef);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 0;
    box-shadow: none;
}

section.spleaker_grid.New_Speakers .speaker_man {
    border-radius: 12px;
    border: 0 solid var(--Text-Grey-200, #eaecf0);
    background: transparent;
}

section.spleaker_grid.New_Speakers .speker_imge {
    width: 146px;
    height: 146px;
}

.speaker_desc_title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.New_Speakers .speaker_desc_title h3 {
    font-size: 16px;
    margin: 0;
}

.spleaker_grid .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #e3e0fb;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}

.spleaker_grid .slick-dots li.slick-active button:before {
    background: #3a58ef;
}


.about_us_slider1 .about_us_slide {
    padding: 0;
    background: transparent;
}

section.spleaker_grid.New_Speakers .speker_imge img.img-fluid {
    min-width: 146px;
    height: 146px;
    transform: scale(1);
    filter: grayscale(1);
}

/*speaker grid over*/


/* Accreditation_by */

section.Accreditation_by {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Accreditation_by h2 {
    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: 48px;
}

section.Accreditation_by .Support_img {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
    padding: 28px;
    min-height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.Accreditation_by .Support_img img.lazyload {
    max-width: 94px;
    transition: 0.4s all ease-in-out;
    transform: scale(1);
}

section.Accreditation_by .Support_img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Accreditation_by_Bottom_Imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

section.Accreditation_by .Support_img img.lazyload:hover {
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}

.Accreditation_by_Bottom img.lazyload {
    transition: 0.4s all ease-in-out;
    transform: scale(1);
}

.Accreditation_by_Bottom img.lazyload:hover {
    transition: 0.4s all ease-in-out;
    transform: scale(1.1);
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 21px;
    min-width: 144px;
    max-height: 110px;
    min-height: 110px;
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 20px;
    margin-top: 24px;
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload {
    filter: grayscale(1);
}

section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload:hover {
    filter: grayscale(0);
}



/* Connect_with */

section.Connect_with {
    background: var(--White, #FFF);
    padding: 72px 0;
}

section.Connect_with h2 {
    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: 48px;
}

.Connect_with_Main {}

.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);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: inline-block;
}

.Connect_with_Main .Connect_with_Box svg {
    min-height: 68px;
}




.Transform_Learning {
    background: #12327B;
    padding: 72px 0;
    text-align: center;
}

.Transform_Learning h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
    max-width: 870px;
    margin-inline: auto;
}
.Transform_Learning p {
    letter-spacing: normal;
    margin-bottom: 16px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.Transform_Learning a.Schedule_Btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    background: transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 12px 20px;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #fff;
}
.Individual_subscriptions_content {
    background: var(--White, #FFF);
    background-size: cover;
    padding: 72px 0;
    margin-bottom: 0;
}
.Individual_subscriptions_content_Box {
    background: url("../images/team-landing-new/Trusted_by_Img.png");
    background-size: cover;
    padding: 48px 148px;
    border-radius: 24px;
}
.Individual_subscriptions_content_Box h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
}
.Individual_subscriptions_content_Box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
section.Accreditations {
    padding: 72px 0 72px;
    background: #FFFFFF;
}
.Accreditations h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.marquee-accreditations .inner {
    margin-right: 32px;
}
.marquee-accreditations .Support_img {
    text-align: center;
    border-radius: 12px;
    padding: 15px 0;
    margin: 15px 0px;
    background: #ffffff;
    width: 175px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
}
.marquee-accreditations .Support_img img {
    width: 110px !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
section.have_que {
    border-radius: 24px;
    background: var(--Theme-Blue-50, #EBEEFD);
    margin-top: 95px;
}
section.have_que {
    margin-top: 0;
}

.haveque-img {
    position: relative;
    margin-top: auto;
    display: flex;
    align-items: center;
}
.haveque-img > img {
    position: relative;
    z-index: 99;
}
.haveque-img img.img-fluid.Logo-Symbol {
    position: absolute;
    top: auto;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.have_que_inner {
    padding-top: 72px;
}
.have_que_inner h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}
.have_que_inner p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.have_que .Get_started {
    background: transparent;
    padding-bottom: 60px;
    border-radius: 24px;
    position: relative;
        max-width: 100%;
    height: auto;
    display: inline-block;
    width: 100%;
}
.have_que .Get_started form.Get_started_form {
    padding: 0;
    box-shadow: none;
    background: transparent;
    border: none;
    border-radius: 24px;
    position: relative;
}
#lets_connect_submit {
    width: 153px;
    height: 46px;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.Get_started .form-floating>label:not(.Get_started.form-floating>textarea+label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
    height: 50px;
}
/* Must Read Blogs - Start */
.Must_Read_Blogs {
    padding: 48px 0px 48px 0px;
    background: var(--White, #FFF);
}

.Must_Read_Blogs .blogs_main .headings.text-center h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}

.Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    height: 100%;
}
.Insightful_Box img {
    width: 100%;
    transition: 0.3s;
}
.view_all_blog{
    margin-top: 40px;
}
.Insightful_Box h3 {
    overflow: hidden;
    color: var(--Text-Grey-800, #1D2939);
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    height: 52px;
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 20px;
}
.Insightful_Box h4 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
}
.Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* height: 75px; */
    /* overflow: hidden; */
}
.Insightful_Box a img {
    border-radius: 8px;
}
/* Must Read Blogs - End */
/*FAQs Start*/
.faqs .nav-tabs .nav-link {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border: none;
    line-height: 24px;
    padding: 12px 20px;
    border-radius: 8px 8px 0px 0px;
    background: transparent;
}
.faqs .nav-tabs .nav-item.show .nav-link, .faqs .nav-tabs .nav-link.active {
    color: var(--Theme-Purple-500, #3a58ef);
    border-bottom: 1px solid var(--Theme-Purple-500, #3a58ef);
}
section.section.faqs  h2.faq-title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
 
    letter-spacing: -0.72px;
    margin-bottom: 40px;
}
.faqs .accordion-button::after {
    background-image: url(../images/team-subscription/faq-down.webp);
}
.faqs .accordion-button:not(.collapsed)::after{
background-image: url(../images/team-subscription/faq-up.webp);
}
.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    background:  transparent;
}
.faqs .accordion-flush>.accordion-item {
    /* margin-bottom: 8px; */
    border-bottom: 1px solid #E1E2E6;
    background: transparent;
}
.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button,.faqs .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.faqs .accordion-button:focus {
    box-shadow: none;
    /* background: rgba(205, 214, 218, 0.25) !important; */
}
.faqs  .accordion-button:not(.collapsed){
    box-shadow: none;
}
.faqs .accordion-body {
    background: transparent;
    border-top: none;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.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 {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.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 {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.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;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    border: 0 !important;
    outline: none !important;
    box-shadow: none;
}
.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 .FAQ_Box .accordion-body ul {
    list-style-image: url('images/FAQ_Check_Icon.svg');
    margin-left: 0;
}
/*FAQs End*/

p.annual_subscription_text {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.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_annual_subscription h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.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;
}

.Get_started button.Back_Btn {
    padding: 10px 18px;
    font-weight: 600;
    border: 1px solid #3a58ef;
    transition: .4s ease-out;
    border-radius: 4px;
    color: #3a58ef;
}

.Get_started button.Back_Btn:hover {
    background: #3a58ef;
    color: #fff;
}

.q_indevidual_sub .pricing-table th.second_th p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.q_indevidual_sub .pricing-table th.second_th h6 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.q_indevidual_sub .pricing-table th.second_th {
    border-bottom: 1px solid #EAECF0 !important;
}

.q_indevidual_sub .pricing-table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);
    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;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 4px 10px;
    min-width: 110px;
}



/* 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 */



.Detailed_Table table.table tbody {}

section.Detailed_Comparison {}

section.Detailed_Comparison {
    background: var(--Theme-Blue-50, #fff);
    padding: 72px 0;
}

.Detailed_Title {
    margin-bottom: 48px;
}

.Detailed_Title h2 {
    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;
}

.Detailed_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% */
}

.Detailed_Table {
    position: relative;
}

.Detailed_Table {
    /* overflow-x: hidden; */
}

.Detailed_Table table.table {
    /* border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 85px; */
}

.Detailed_Table table.table thead tr {
    /* display: block;
    position: relative;
    width: calc(100% - 6px); */
}

.Detailed_Table table.table th, .Detailed_Table table.table td {
    border: 0;
}

.Detailed_Table table.table th.My_cpe_Bg {
    border-radius: 16px 16px 0 0;
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-500, #3A58EF);
}

.Detailed_Table table.table th {
    background: var(--Text-Grey-100, #F2F4F7);
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    width: 270px;
}

.Detailed_Table table.table th:last-child {
    border-radius: 0 16px 0 0;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    width: 260px;
}

.Detailed_Table table.table th label {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
}

.Detailed_Table table.table th h3 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
}

.Detailed_Table table.table th:first-child {
    background: transparent;
    width: 492px;
}

.Detailed_Table table.table th.My_cpe_Bg label {
    color: var(--White, #FFF);
    text-align: center;

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.Detailed_Table table.table th.My_cpe_Bg  h3 {
    color: var(--White, #FFF);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    margin-bottom: 12px;
}

a.Free_Trial_Btn {
    border-radius: 4px;
    background: var(--White, #FFF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    width: 100%;
    display: inline-block;
    text-align: center;
}

.Detailed_Table table.table tbody {
    /* display: block;
    height: 740px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden; */
}

.Detailed_Table table.table tbody.table-scroll {
  /* display: block;
  height: 740px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; */
}

.Detailed_Table table.table tbody.table-no-scroll {
  /* display: block;
  height: auto;
  overflow: hidden; */
}

.Detailed_Table table.table tbody tr {}

.Detailed_Table table.table tbody tr td {
    padding: 24px 24px 16px;
    color: var(--Text-Grey-700, #475467);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    text-align: center;
    width: 270px;
}

.Detailed_Table table.table tbody tr td.My_cpe_Bg {
    background: var(--Theme-Blue-50, #EBEEFD);
    border-bottom: 1px solid var(--Text-Grey-200, #D9E0F0);
    color: var(--Text-Grey-700, #344054);
    text-align: center;

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.Detailed_Table table.table tbody tr td:first-child {
    color: var(--Text-Grey-700, #344054);

/* Text md/Medium */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    text-align: left;
}

.Detailed_Table table.table tbody tr:first-child td:first-child {
    border-radius: 16px 0 0 0px;
    width: 492px;
}




.Scroll_View_More_Box {}

.Scroll_View_More_Box {
    position: absolute;
    bottom: -12px;
    max-width: 1300px;
    width: 100%;
    padding: 28px 28px 32px;
    z-index: 999;
}

.Scroll_View_More_Box:before {
    content: '';
    border-radius: 0 0 4px 4px;
    background: var(--Text-Grey-50, #F9FAFB);
    filter: blur(14.5px);
    width: 1300px;
    height: 80px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: -1;
    left: 0;
}

a.Scroll_View_More {}

.Detailed_Table a.Scroll_View_More {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Medium */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

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;
}

.Percentage_Box.Learning_Growth_Box .Percentage_Box_Top label sub {
    color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.Percentage_Box.CPA_Firm_Satisfaction_Box .Percentage_Box_Top label sub {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.4px;
}

.Insightful_Box:hover {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.10);
}




/* 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;
}
.pricing-table.firstcolumn-pricing .btn-premium, .pricing-table.middlecolumn-pricing .btn-premium, .pricing-table.lastcolumn-pricing .btn-premium {
    background: transparent;
}




/*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;
    vertical-align: top;
}

.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.complince_solution.firstcolumn {}

section.complince_solution.firstcolumn .c_tooltip span.c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
    background-color: #00001E;
    color: #fff;
}

section.complince_solution.firstcolumn .c_tooltip {}

tr.chart_row td .user_list_tbl {
    overflow: visible;
}

tr.chart_row td table tbody tr td {
    overflow: visible;
}

.c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #00001E transparent transparent;
    bottom: 14px;
    left: 8px;
}

span.c_tooltiptext p {
    color: #fff;
}

.q_indevidual_sub .pricing-table .table>tbody tr:last-child td {
    border-bottom: 1px solid #EAECF0 !important;
}


.c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
    background-color: #00001E;
    color: #fff;
}

.complince_solution table td:nth-child(4) {
    min-height: 53px;
}




/* Make table header sticky on page scroll */
.Detailed_Table table.table thead {
    
                  /* stick to top of viewport */
    z-index: 11;        /* stay above table body */
        /* prevent transparency */
    position: sticky;
    top: 0;
    /* background: #FFF; */
}

/* Keep header row layout intact */
.Detailed_Table table.table thead tr {
    /* display: table;
    width: 100%;
    table-layout: fixed; */
}

/* Ensure header cells stay above body */
.Detailed_Table table.table thead th {
    position: sticky;
    top: 0;
    z-index: 101;
}

.Detailed_Table table.table thead th:first-child { 
    border-radius: 16px 0 0 0;
    background: var(--Text-Grey-100, #F2F4F7);
}


/* table start */

.header-container {
    z-index: 100 !important;
}



.sp_all_features .table {
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0 !important;
}

.sp_all_features .table thead tr td.table_features {
    text-align: left !important;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
}

.sp_all_features .table thead tr td.table_features .plan-toggle {
    text-align: left !important;
}


.sp_all_features .table thead tr td.table_features .plan-toggle .btn-group {
    background: #F4F9FF;
}

.sp_all_features .table thead tr td .table_cta {
    margin-top: 16px !important;
}

.sp_all_features .table thead tr td {
    border-left: 1px solid #BCD7FF;
    border-right: 1px solid #BCD7FF;
    border-top: 1px solid #BCD7FF !important;
    border-bottom: 1px solid #BCD7FF;
    padding: 24px 0px;
}

.sp_all_features .table thead tr td:not(:last-child) {
    border-right: 0 !important;
}

.sp_all_features .table tr td {
    /* border-left: 1px solid #BCD7FF;
    border-right: 1px solid #BCD7FF; */
}

.sp_all_features .table thead tr td.active {
    border-color: #0F67EA !important;
    /* border-right: 1px solid #0F67EA !important;
    border-bottom: 1px solid #bcd7ff !important; */

    position: relative;
}

.sp_all_features .table tr td:not(:last-child) {
    /* border-right: 0 !important; */
}

.sp_all_features .table tr td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
    background: #F4F9FF;
}

.sp_all_features .table thead tr td.active .mostlike {
    background: #DFECFF;
    font-size: 14px;
    line-height: 24px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #0F67EA !important;
    padding: 8px !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -41px;
    border-radius: 16px 16px 0px 0px;
    border: 1px solid #0F67EA;
    border-bottom: 0 !important;

}

.sp_all_features .table tbody .table-tit td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
}

.sp_all_features .table thead tr td.active {
    border-right: 1px solid #0F67EA !important;
    border-left: 1px solid #0F67EA !important;
    border-top: 1px solid #0F67EA;
    position: relative !important;
}

.sp_all_features .table tbody .table-tit td {
    background: rgba(218, 233, 255, 0.30);
    border: 1px solid #BCD7FF !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #1B1C1E !important;
    border-top: 0 !important;
}

.sp_all_features .table tbody .table-tit td:not(:last-child) {
    border-right: 0 !important;
}

.sp_all_features .table tr td.active+td {
    border-left: 0 !important;
}


.sp_all_features .table tbody .table-tit td.active {
    border-right: 1px solid #0F67EA !important;
}



.sp_all_features .table thead tr td .btn-link {
    font-size: 16px;
    line-height: 26px !important;
    border-radius: 8px;
    border: 1.5px solid #0F67EA;
    color: #0F67EA;
    padding: 8px 16px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-style: normal;
    display: inline-block;
}

.sp_all_features .table thead tr td .btn-link:hover {
    background: #0F67EA !important;
    color: #FFFFFF !important;
}

.sp_all_features .table thead tr td.active .btn-link {
    background: #0F67EA !important;
    color: #FFF !important;
}

.sp_all_features .table td,
.sp_all_features .table th {
    border-top: 0 !important;
}

.sp_all_features .table thead tr td.active .btn-link:hover {
    background: #0C54C0 !important;
    border-color: #0C54C0 !important;
}

.sp_all_features .table tbody tr td {
    /* border-bottom: 1px solid #BCD7FF !important; */
}

.sp_all_features .table thead tr.top-table-resp {
    position: sticky;
    top: 87px;
    /* background: #FFF; */
    z-index: 10;
}

.sp_all_features .top-table-resp h2 {
    font-family: "proxima-nova", sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
    font-size: 32px !important;
    line-height: 42px !important;

    margin-bottom: 0px !important;
    margin-top: 0 !important;
}


.tableWidthFixed {
    table-layout: fixed;
}

/* New CSS - 160326 */

section.complince_solution label.Accounting_Firms_Text {
    gap: 10px;
    border-radius: 500px;
    background: var(--White, #FFF);
    padding: 4px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 280px;
    margin: 0 auto 16px;
}

section.complince_solution label.Accounting_Firms_Text span {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

section.complince_solution h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}


.Looking_for_Btn_Link {
    margin-bottom: 36px;
}

.Looking_for_Btn_Link a.Looking_for_Btn {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: 0.5s all ease-in-out;
}

.Looking_for_Btn_Link a.Looking_for_Btn:hover {
    gap: 12px;
    transition: 0.5s all ease-in-out;
}


section.complince_solution table > thead > tr:first-child th.First_Col {
    /* width: 40% !important; */
    /* min-width: 40% !important; */
    width: 82% !important;
    /* max-width: 230px !important; */
    /* min-width: 230px !important; */
}

section.complince_solution table > thead > tr:first-child th {
    width: 20% !important;
    min-width: 230px !important;
}

.Team_Subscription_Inclusions_Box {
    display: flex;
    align-items: center;
    gap: 24px;
}

section.complince_solution table > thead > tr:first-child th .Team_Subscription_Inclusions_Box_Left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 15px;
}

.Team_Subscription_Inclusions_Box_Right {}

.Team_Subscription_Inclusions_Box_Right h3 {
    color: var(--Text-Grey-700, #344054);

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 12px;
}

.Team_Subscription_Inclusions_Box_Right p {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Medium */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 155.556% */
    margin: 0;
}


.q_indevidual_sub_inner {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
    gap: 24px;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left {}

.q_indevidual_sub_inner .q_indevidual_sub_inner_left span {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 18px;
    display: inline-block;
}

.q_indevidual_sub_inner .q_indevidual_sub_inner_right {}

.q_indevidual_sub_inner_right h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* 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;
}

.Get_started_form label.Form_Accounting_Firms_Text {
    border-radius: 500px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 4px 16px;
    color: var(--Text-Grey-700, #344054);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-bottom: 16px;
}

.Get_started_form label.Form_Accounting_Firms_Text span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}




@media only screen and (max-width: 1366.51px) {
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        min-width: 60px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles {
        width: calc(100% - 76px);
    }
        section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        white-space: normal;
        font-size: 18px;
    }

    .Scroll_View_More_Box:before {
        content: '';
        width: 1116px;
    }

    tr.chart_row td table tbody tr td:not(:first-child), section.complince_solution table tbody tr td:not(:first-child) {
        text-align: center;
        min-width: 177px !important;
    }

    button.btn-premium {
        padding: 10px 17px;
    }
}
@media (max-width: 1599px) {
    .table>tbody tr:first-child td {
        padding-top: 8px;
    }
}
@media (max-width: 767px) {
    .Year_End_content:after {
    content: none;
}
.Topics_Main ul.nav-pills li.nav-item .nav-link {
    padding: 9px 36px;
}
.ourval .group-2,.ourval .group-5{
    flex-direction: column;
}
.ourval .img-2{
    display: none;
}
.Individual_subscriptions_content_Box {
    background-size: 100% 100%;
    padding: 48px 0px;
    border-radius: 24px;
}
.haveque-img {
    padding-top: 32px;
}
.mos_banner {
    padding: 32px 0;
}
.L_and_D_Banner_Left h1 {
    font-size: 28px;
    line-height: 1.2;
}
.L_and_D_Banner_Left ul {
    padding-bottom: 16px;
}
.Percentage_Box {
    max-width: 100%;
}
section.complince_solution {
    padding-top: 32px;
    padding-bottom: 32px;
}

.Scroll_View_More_Box:before {
    width: 320px;
}

.Accreditation_by_Bottom_Imgs {
    flex-direction: column;
}

.about_us .slick-prev, .about_us .slick-next {
    top: -30px;
}

.about_us .slick-next {
    top: -50px;
}

}

/* Detailed Comparison section - mobile responsive */
@media (max-width: 767px) {
    section.Detailed_Comparison {
        padding: 40px 0;
    }

    .Detailed_Table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Detailed_Table .table-resp.socialpilot_data.sp_mobile_fix {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .Detailed_Table table.table {
        min-width: 680px;
        table-layout: fixed;
    }

    .Detailed_Table table.table th {
        min-width: 120px;
        padding: 12px 8px;
        white-space: nowrap;
    }

    .Detailed_Table table.table th:first-child {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px;
    }

    .Detailed_Table table.table th label {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .Detailed_Table table.table th h3 {
        font-size: 13px;
        line-height: 20px;
    }

    .Detailed_Table table.table th .Free_Trial_Btn {
        font-size: 10px;
        padding: 5px 6px;
        white-space: nowrap;
        display: inline-block;
        width: auto;
    }

    .Detailed_Table table.table tbody tr td {
        padding: 10px 8px;
        font-size: 12px;
        width: auto;
        min-width: 110px;
        white-space: nowrap;
    }

    .Detailed_Table table.table tbody tr td:first-child {
        width: 230px !important;
        min-width: 230px !important;
        max-width: 230px;
        font-size: 12px;
        white-space: normal;
        word-break: break-word;
    }

    .Detailed_Table table.table tbody tr:first-child td:first-child {
        width: 140px !important;
    }

    .sp_all_features .table thead tr.top-table-resp {
        position: static;
    }

    .Detailed_Table table.table thead th {
        position: static;
    }
}