/*Qulification Page*/
body{
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
}
.section {
    padding: 110px 0;
}
/*Main Section Start*/
.q_main_left {
    position: relative;
    max-width: 680px;
    padding-bottom: 30px;
}
.q_main_left h1 {
    color: #26244A;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -1.28px;
    margin-bottom: 12px;
}
.q_main_left p {
    color: #475467;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}
.education_tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.education_tags span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags span:last-child {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #3A58EF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-left: 0;
}
.banner_counter {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 30px;
    flex-wrap: wrap;
}
.banner_counter .Banner_items_counter h4 {
    color:  #3E3C64;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.banner_counter .Banner_items_counter p.counts {
    color:  #3E3C64;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.banner_counter .Banner_items_counter span {
    color: #3A58EF;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
}
.banner_counter p {
    color: #475467;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
section.q_main_banner {
    padding: 97px 0 0 0;
}
.q_main_right {
    position: absolute !important;
    bottom: 0;
    right: 0;
}
.q_main_banner_inner {
    position: relative;
    padding-bottom: 35px;
}
.q_main_right {
    position: absolute;
    bottom: 0;
    right: 0;
}
.banner_course_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 160px;
    left: calc(100% + 24px);
}

.banner_course_boxitm {
    position: relative;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
    padding: 16px 8px;
    width: 170px;
    opacity: .5;
}
.banner_course_boxitm:nth-child(2) {
    /* margin-left: -25px; */
    opacity: 1;
}
.banner_course_boxitm:nth-child(3) {
    opacity: 1;
}
.banner_course_boxitm.slick-slide.slick-current + .banner_course_boxitm.slick-slide + .banner_course_boxitm.slick-slide{
    opacity: 1;
}
.banner_course_boxitm:before {
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    left: -2px;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 5px;
}
.banner_course_boxitm h6 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.banner_course_boxitm p.banner_qualification {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.banner_course_boxitm p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
/*Main Section End*/

/*black-friday section start*/
.black_friday_section {
    border-radius: 8px 8px 0px 0px;
    background: #1B1B1B;
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    display: flex;
    gap: 16px;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
}
.black_friday_body {
    display: flex;
    gap: 16px;
}
.black_friday_body span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.black_friday_body span b {
    color: var(--Error-Red-400, #F97066);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.black_friday_btn {
    border-radius: 3.35px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14.097px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.101px;
    padding: 8.375px 15.075px;
    border: 1px solid transparent;
    transition: .4s ease all;
}
.black_friday_btn:hover {
    background: var(--Theme-Blue-500, #fff);
    border: 1px solid #3A58EF;
    color: #3A58EF;
}
a.quali_third_btn {
    border-radius: 4px;
    border: 1px solid transparent;
    background: transparent;
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: .4s ease all;
}
a.quali_third_btn:hover {
    color: #3A58EF;
    border: 1px solid transparent;
    border-radius: 4px;
    background: transparent;
    padding: 12px 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}
a.quali_second_btn {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: .4s ease all;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
}
a.quali_second_btn:hover {
    padding: 12px 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
}
a.quali_first_btn {
    padding: 12px 24px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    border: 1px solid transparent;
    transition: .4s ease all;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
a.quali_first_btn:hover {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    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);
}
a.quali_third_btn span {
    text-decoration: underline;
}
a.quali_third_btn:hover span {
    text-decoration: none;
}
/*black-friday section End*/
/*Home section */
.rating_group {
    padding: 24px;
    gap: 12px;
    display: flex;
    flex-direction: column;
    background: var(--Text-Grey-50, #F9FAFB);
    border-radius: 0 8px 8px 0;
}
.inner_counter h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-bottom: 4px;
}
.inner_counter h3 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
}
.inner_counter.inner_counter_blue h3 {
    color: #3A58EF;
}
.inner_counter p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.col.counter_col {
    width: calc(100% - 285px);
}
.inner_counter:before {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 1px;
    background: #7162EA;
    top: 50%;
    transform: translateY(-50%);
}
.inner_counter {
    padding: 0 13px;
    position: relative;
    text-align: center;
}
.counter_banner_area {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    padding-left: 16px;
    margin-top: 24px;
}
.merged_mycpe {
    padding: 21px 36px;
    border-radius: 8px;
    background: var(--Theme-Yellow-100, #FBEDC4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
    gap: 16px;
}
.merged_mycpe_info p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
}
.merged_mycpe_info p b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.merged_mycpe_info a {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    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;
}
.merged_mycpe_info_btns {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.merged_mycpe_info_btns a {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 20px;
}
.merged_mycpe_info_btns a:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #3A58EF);
    color: var(--Text-Grey-700, #fff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 20px;
}
.HihgLight_Can_Home{
    display: none;
}
/*Home section Over*/
/*Explore from 13,000 hours of courses Start*/
section.explore {
    margin-bottom: 30px;
}
.explore-container {
    /*background-image: url(../images/home-image/Vector10.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 43px 50px 43px 50px;
    position: relative;
    margin-top: 20px; */
    padding: 30px;
    position: relative;
    margin-top: 38px;
    background: #ffffff;
    border-radius: 8px;
    margin-top: 38px;
}

.explore-container:before {
    content: "";
    width: 8px;
    height: 70px;
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}
.explore-container h2 {
    display: flex;
    gap: 50px;
    max-width: 380px;
}
.export-head span {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
    letter-spacing: -1.28px;
    position: relative;
    display: inline-block;
    display: block;
}
.export-head b {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-left: 8px;
}
.export-head-second {
    color: var(--Text-Grey-600, #475467);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
.explore-container p {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 12px;
}
.Fill_Btn{
    white-space: nowrap;
}
.Subscribe_today {
    position: absolute;
    top: 14px;
    background-image: url("../images/home-image/Vector11.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 20px;
    padding: 14px 20px 14px 60px;
    width: 57%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.Subscribe_today h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.explore-container .form-control, .explore-container .form-select {
    height: 46px;
    font-size: 14px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/*Explore from 13,000 hours of courses Over*/

/*Serving 100+ Qualifications Start*/
section.section.serving_qualifications {
    text-align: center;
    padding-bottom: 0px;
}
.serving_qualifications 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: 10px;
}
.serving_qualifications h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
}
.qualification-name {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}


.qualification-name:hover {
box-shadow: 0px 4px 35px 0px #dedede;
animation-name: bounce;
animation-timing-function: ease;
}
@keyframes bounce {
0%   { transform: translateY(0); }
50%  { transform: translateY(-10px); }
100% { transform: translateY(0); }
}
.qualification-name-content {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 8px;
}
.qualification-name .icons a {
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
}
.qualification-name .icons a svg {
    width: 20px;
}
.qualification-name:hover .icons a{
        background: #3a58ef;   
        transition: all .2s linear;
}
.qualification-name:hover .icons a svg path{
    stroke: #ffffff;   
    transition: all .2s linear;
}


.browse_all_qualifications {
    margin-top: 24px;
}
/*Serving 100+ Qualifications End*/

/*Trusted by thousands of Accounting firm globally Start*/
section.Trusted_section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

section.Trusted_section h2 {
    color: var(--Theme-Dark-Blue-500, #51506E);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.marquee-trusted_learning {
    margin-bottom: 80px;
}
/*Trusted by thousands of Accounting firm globally Over*/

/* Trending Topics for Today’s CPAs - Start */

section.Trending_Topics_Todays .icons a {
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all .2s linear;
}
.trending_topics_card:hover .icons a{
        background: #3a58ef;   
        transition: all .2s linear;
}
.trending_topics_card:hover .icons a svg path{
    stroke: #ffffff;   
    transition: all .2s linear;
}

.Trending_Topics_Todays {
    padding: 50px 0;
    background: #ECF1F9;
}

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: 4px;
}

section.Trending_Topics_Todays h2 + p{
    color: #5D667B;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 40px;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    flex-wrap: wrap;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
    box-shadow: 0px 4px 35px 0px #dedede;
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
  }

  .Topics_Main ul li {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 8px 16px;
    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 li.Active {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Theme-Purple-500, #3a58ef);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .Topics_Main ul {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}
  .Topic_Slider .carousel-control-prev {
    width: 30px;
    top: 5px;
    opacity: 1;
    bottom: auto;
    right: auto;
    height: 30px;
    border-radius: 55px;
  }
  .Topic_Slider .carousel-control-next {
    right: 0;
    width: 30px;
    opacity: 1;
    top: 4px;
    bottom: auto;
    height: 30px;
    border-radius: 55px;
  }
  .Topic_Slider .carousel-control-next-icon,.Topic_Slider .carousel-control-prev-icon {
    background-image: url(../images/team-subscription/sliderrightarrow.svg);
    width: 30px;
    height: 30px;
  }
  .Topic_Slider {
    margin-bottom: 40px;
}
  .Topic_Slider .carousel-control-next-icon {
    transform: rotate(360deg);
  }
  .Topic_Slider .carousel-control-prev-icon {
    transform: rotate(180deg);
  }

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h6 {
    color: var(--Theme-Dark-Blue-500, #51506E);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    width: 310px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p span {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

section.Trending_Topics_Todays .browse_all_topics {
    margin-top: 40px;
}
/* Trending Topics for Today’s CPAs - End */

/*CPA-Focused Learning and Compliance Solution Start*/
.CPA-Focused {
    padding-top: 74px;
}
.CPA-Focused 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;
}
.CPA-Focused h2 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 8px;
}
.cpa_focus_tab {
    margin-top: 40px;
}
.tab-content-item {
    padding: 16px 24px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 100%;
}
.tab-content-item:before {
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    left: -2px;
    height: 30px;
    top: 16px;
    position: absolute;
    width: 4px;
}
.tab-content-item h6 {
    color: var(--Theme-Dark-Blue-500, #51506E);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.tab-content-item p.heading {
    color: var(--Theme-Dark-Blue-500, #51506E);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}
.tab-content-item p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.cpa_focus_tab li.nav-item .nav-link {
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    color: #494863;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid #EAECF0;
    border-left: 2px solid transparent;
    border-radius: 0;
    border-top: none;
    border-right: none;
}
.cpa_focus_tab li.nav-item .nav-link.active,.cpa_focus_tab li.nav-item .nav-link:hover {
    border-left: 2px solid var(--Theme-Purple-500, #7162EA);
    background: var(--Theme-Purple-50, #F3F1FD);
    color: #26244A;
}
.cpa_focus_tab li.nav-item, .cpa_focus_tab li.nav-item a {
    width: 100%;
}
span.coming_soon {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Yellow-100, #FBEDC4);
    background: var(--Theme-Yellow-100, #FBEDC4);
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin-left: auto;
    margin-top: 6px;
    display: inline-block;
}
/*CPA-Focused Learning and Compliance Solution End*/

/*Our industry-leading CPE Instructor Start*/
section.section.our_industry h2 {
    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: 8px;
}
section.section.our_industry h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}
.indusry_item {
    padding: 16px;
    border-radius: 8px;
}
.indusry_inner_itm {
    padding: 8px 8px 8px 24px;
    position: relative;
}
.indusry_inner_itm:before {
    position: absolute;
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    width: 4px;
    left: 0;
    height: calc(100% - 16px);
    top: 50%;
    transform: translateY(-50%);
}
.indusry_inner_itm h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 4px;
}
.indusry_inner_itm h3 span {
    color: var(--Theme-Dark-Blue-500, #51506E);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-left: 6px;
}
.indusry_inner_itm h3 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
img.instructore-image {
    max-height: 290px;
    margin: 0 auto;
}
.audio-exp {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.10), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.audio-exp span {
    color: var(--Text-Grey-800, #1D2939);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.indusry_item audio {
    width: 100%;
    display: none;
}
.indusry_item .audio-exp.d-none + audio{
    display: block;
}
.our_industry .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.our_industry .slick-dots li.slick-active button:before{
    background: #3a58ef;
}
.our_industry .slick-dots li {
    width: 30px;
}
.our_industry .slick-dots {
    bottom: -46px;
}
.our_industry .slick-prev:before,.our_industry .slick-next:before{
    content: none;
}
.our_industry .slick-prev,.our_industry .slick-next {
    width: 40px;
    height: 40px;
}
.audeoplay{
    cursor: pointer;
}
/*Our industry-leading CPE Instructor End*/

/*Top Courses for Today’s CPAs Start*/
.Trending_Tabs ul li.nav-item button {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    padding: 8px 18px;
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Trending_Tabs ul li.nav-item button.active {
    border-radius: 4px;
    border: 1px solid #3a58ef;
    background: #E3E0FB;
    color: #101828;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Trending_Tabs ul {
    gap: 16px;
	justify-content: center;
	margin-bottom: 24px;
}
section.Trending_Main {
    padding-bottom: 110px;
}
.Course_Box {
    border-radius: 8px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin-bottom: 30px;
}
.Course_Img {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.Course_Img img {
    border-radius: 8px 8px 0px 0px;
    width: 100%;
    transition: 0.3s;
}
.Course_Img img:hover {
    transform: scale(1.1);
    border-radius: 47px 47px 0 0;
}
.Course_Can {
    padding: 12px 10px;
}
.Credit_Speker {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}
.Credit_Speker p.Credits {
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-100, #E3E0FB);
    padding: 4px 8px;
    display: block;
}
.Credit_Speker p.Speaker {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.Course_Can a {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    height: 45px;
    margin-bottom: 8px;
}
.Course_Can p.Date-Time {
    color: var(--Text-Grey-500, #5D667B);
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.Course_Can ul.Qulification_Chips li {
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
}
.Course_Can ul.Qulification_Chips {
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.Learn_Rating {
    display: flex;
    justify-content: space-between;
}
.Learn_Rating a {
    color: var(--Theme-Purple-500, #7162EA);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px;
}
.Rating_Course ul {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    margin-bottom: 0;
}
section.Trending_Main 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-top: 30px;
    margin-bottom: 24px;
}
.Rating_Course ul li.Rat_Count {
    color: #FFB21E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Rating_Course ul li {
    display: inline-block;
}
.Courses_Top_Filter {
    margin-bottom: 24px;
}
.Browse_AllTopics {
    padding-top: 10px;
}
/*Top Courses for Today’s CPAs End*/

/*Individual Section Start*/
.Get_started_form .counter {
    display: flex;
    gap: 8px;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.Get_started_form input#no_of_seats {
    width: 65px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
p.unlimited_acc {
    margin-top: 24px;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
form.Get_started_form {
    padding: 24px;
    border-radius: 8px;
    border: 2px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 24px;
    background: var(--White, #FFF);
}
.Get_started .form-floating>label {
    padding: .7rem .75rem;
	font-size: 14px;
}
.Get_started .form-select {
    color: #101828;
}
.Get_started .form-floating>label:not(.Get_started .form-floating>textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 50px;
}
.Get_started .form-select {
    padding: .7rem .75rem;
	font-size: 14px;
}
.Get_started .form-floating>.form-control-plaintext~label,.Get_started.form-floating>.form-control:focus~label,.Get_started .form-floating>.form-control:not(:placeholder-shown)~label,.Get_started .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}
.Get_started .form-floating>.form-control-plaintext:focus,.Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown),.Get_started .form-floating>.form-control:focus,.Get_started .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}
.Get_started .form-floating>.form-control,.Get_started .form-floating>.form-control-plaintext,.Get_started .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.Get_started {
    border-radius: 8px 8px 0px 0px;
    /* border: 1px solid var(--Text-Grey-100, #F2F4F7); */
    background: var(--White, #FFF);
    /* padding: 24px; */
    border-radius: 8px;
    /* border: 2px solid var(--Gradient-G6, #B5EAF6); */
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    /* border-image-slice: 1; */
    /* border-width: 2px; */
    position: relative;
}
.Get_started:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #B5EAF6,#8A9BE9);
}
h3.Get_started_title {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Display xs / Semibold */
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
margin-bottom: 2px;
}
p.Get_started_desc {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Get_started_form label.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.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;
}

.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.Get_started .form-check .form-check-label a{
color: var(--Theme-Purple-500, #3a58ef);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
}
/*Individual Section End*/

/*Qulification Page Over*/




/*Main Banner Section Start*/
.Main_banner .slick-prev {
    left: 30px;
	z-index: 9;
}
.Main_banner .slick-next {
    right:30px;
	z-index: 9;
}
.Main_banner .slick-dots li button:before {
	opacity: 1;
	background-image: url("../images/main_banner_dots.svg");
	background-repeat: no-repeat;
	content: "";
	width: 22px;
	height: 22px;
}
.Main_banner .slick-dots li.slick-active button:before {
    background-image: url("../images/main_banner_dots_active.svg");
}
.Main_banner .slick-dots li {
    margin: 0 12px;
}

.Slide_inner h2 {
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 603px;
	margin-bottom: 32px;
}
.Main_banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.Main_slider {
    background-image: url("../images/main_banner_bg.webp");
    background-repeat: no-repeat;
    background-position: top right;
	background-size: cover;
}
.Main_slide .Slide_inner {

    padding: 70px 0 0px 0;
	position: relative;
	min-height: 642px;
}
.Main_banner .slick-next:before,.Main_banner .slick-prev:before{
	content: none;
}
.Main_banner .slick-dots {
    bottom: 37px;
}
.Main_banner .slick-prev, .Main_banner .slick-next {
    width: 21px;
    height: 35px;
}
.Main_banner .Banner_man {
    /* max-height: 435px; */
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 0;
}
.Slide_left {
    margin-bottom: 133px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	max-width: 780px;
}
.banner_counter {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 40px;
    flex-wrap: wrap;
}
.banner_counter .Banner_items_counter h4 {
    color:  #26244A;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.44px;
    letter-spacing: -0.757px;
}
.banner_counter .Banner_items_counter p.counts {
    color:  #26244A;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.44px;
    letter-spacing: -0.757px;
    margin: 0;
}
.banner_counter .Banner_items_counter span {
    color: #9C91F0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.44px;
    letter-spacing: -0.757px;
}
.banner_counter p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 12.622px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.934px;
}
/*Main Banner Section Over*/

/*Subscribe Section Start*/
section.Subscribe_course {
    padding-top: 56px;
    padding-bottom: 62px;
    background-image: url("../images/subscribe-couse.webp");
    background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -3px;
}
.Subscribe_course_inner {
    border-radius: 16px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
	margin-bottom: 42px;
	flex-wrap: wrap;
}
.Subscribe_course_inner p {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    max-width: 795px;
}
.Subscribe_course_inner a {
    color: #00001E;
    font-size: 23.256px;
    font-style: normal;
    font-weight: 600;
    line-height: 34.884px;
    border-radius: 5.814px;
    background: #FFF;
    box-shadow: 0px 1.454px 2.907px 0px rgba(16, 24, 40, 0.05);
    white-space: nowrap;
    padding: 14.535px 26.163px;
}
.Find_course {
    padding: 30px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
.Find_course h3 {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
}
button.btn-search {
    border-radius: 4px;
    background: #00001E;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Find_course .form-group .form-control,.Find_course .form-group .form-select {
    height: 48px;
}
section.Find_course_wrap {
    margin-top: -62px;
	/* margin-bottom: 50px; */
}
/*Subscribe Section Over/

/*Counter Section Start*/
section.counter {
    margin-top: 50px;
}
.counter-itm h3 {
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: -1.2px;
    background: linear-gradient(97deg, #13CDF8 36.18%, #3A58EF 76.73%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-align: center;
}
.counter-itm p {
    color: #344054;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 4px;
}
/*Counter Section over*/
.trusted_learning{
	padding-bottom: 30px;
}
.marquee-trusted_learning img{
max-height: 45px;
}
.marquee-trusted_learning .inner {
    margin-right: 124px;
}
.marquee-trusted_learning {
    margin-bottom: 50px;
}

.section h2.Cpe_title {
    text-align: center;
}
.section .Cpe_desc {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}

/*Expolore treding Section Start*/
.section-content {
    padding-top: 30px;
}
.Explore_item a {
    border-radius: 4px;
    border: 2px solid var(--Brand-gradients-Linear, #6B35C5);
    background: linear-gradient(278deg, #DEE3FD 0.46%, #F3ECFD 100%);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.Browse_all{
	margin-top: 30px;
}
/*Expolore treding Section Over*/

/*CPE Instructors Start*/
.Expolore_learning_slider .slick-next:before,.Expolore_learning_slider .slick-prev:before{
	content: none;
}
.Expore_item {
    text-align: center;
    padding: 0px 30px;
}
.Expore_item .exploe-img {
    width: 208px;
    height: 208px;
    background: #0B0084;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}
h4.Instructor_name {
    color: var(--Theme-Dark-Blue-900, #17162C);
    text-align: center;
    margin-top: -10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
    padding: var(--space-6, 12px) 10px;
    position: relative;
}
p.Instructor_desc {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 24px 0;
}
.Expore_item audio {
    border-radius: 8px;
    border: 4px solid var(--Theme-Purple-500, #3a58ef);
	width: 100%;
}
.Expolore_learning_slider .slick-dots li button:before {
	opacity: 1;
	background-image: url("../images/inactive-dot-instructor.svg");
	background-repeat: no-repeat;
	content: "";
	width: 22px;
	height: 22px;
}
.Expolore_learning_slider .slick-dots li.slick-active button:before {
    background-image: url("../images/active-dot-instructor.svg");
}
.Expolore_learning_slider .slick-dots li {
    margin: 0 12px;
}
.Expolore_learning_slider{
	padding-bottom: 30px;
}
.Expolore_learning_slider .slick-prev img, .Expolore_learning_slider .slick-next img{
    min-width: 40px;
    min-height: 40px;
}
/*CPE Instructors over*/

/*Individual Subscription - Unlimited Access Section Start*/
.Individual_subscription_itm {
    border-radius: 8px;
    background: var(--Theme-Purple-50, #F3F1FD);
    padding: 24px;
}
.Individual_subscription_itm h4 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.Individual_subscription_itm p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 4px;
    margin-bottom: 0;
}
.Instructore_point {
    display: flex;
    gap: 10px;
}
.Instructore_point h6 {
    color: var(--Text-Grey-700, #344054);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.Instructore_point p {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 6px;
}
.Instructore_point_grid{
	display: flex;
	flex-direction: column;
	gap: 95px;
}
.Instructor_form_area{
	margin-top: 30px;
}
/*form*/
.form-floating>label {
    padding: .7rem .75rem;
	font-size: 14px;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.Get_started {
    border-radius: 8px 8px 0px 0px;
    /* border: 1px solid var(--Text-Grey-100, #F2F4F7); */
    background: var(--White, #FFF);
    /* padding: 24px; */
    border-radius: 8px;
    /* border: 2px solid var(--Gradient-G6, #B5EAF6); */
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    /* border-image-slice: 1; */
    /* border-width: 2px; */
    position: relative;
}
span.Unlimited_Access {
    position: absolute;
    left: 40px;
    top: -18px;
    border-radius: 43px;
    background: #5849D0;
    padding: 8px 24px;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    z-index: 9;
}
.Get_started:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #B5EAF6,#8A9BE9);
}
h3.Get_started_title {
    color: var(--Text-Grey-700, #344054);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 6px;
}
p.Get_started_desc {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.Get_started .form-check .form-check-label a{
color: var(--Theme-Purple-500, #7162EA);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
}
.honest_pricing {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    position: relative;
    padding-left: 15px;
    flex-wrap: wrap;
}

.q_indevidual_sub_inner button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: none;
}
.honest_pricing:before {
    position: absolute;
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    width: 4px;
    left: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.honest_pricing h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.honest_pricing h5 span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.honest_pricing p {
    color: var(--Text-Grey-600, #475467);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
form.Get_started_form {
    padding: 24px;
}
.c_tooltip {
    position: relative;
    display: inline-block;
  }
  
  .c_tooltip .c_tooltiptext {
    display: none;
    width: 120px;
    background-color: transparent;
    color: #475467;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    position: absolute;
    z-index: 9;
    top: 100%;
    margin-left: 0;
    border: 1px solid #E3E0FB;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    background: #ffffff;
    box-shadow: 0 0 2px 0px #d3d3d3;
    padding: 10px;
    text-align: left;
  }
  span.c_tooltiptext p {
    font-size: 14px;
    line-height: 1.6;
}
  .c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #d3d3d3 transparent;
  }
  
  .c_tooltip:hover .c_tooltiptext {
    display: block;
  }

/*Individual Subscription - Unlimited Access Section Over*/


/* Learning That Fits Your Professional Life - Start */

.Learning_Professional_Life {
    padding: 110px 0 80px 0;
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
}

section.Learning_Professional_Life .headings {
    margin-bottom: 46px;
}

section.Learning_Professional_Life .headings 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: 16px;
}

section.Learning_Professional_Life .headings p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 950px;
    margin: 0 auto;
}

.Learning_Professional_Life .learning_types .learnings {
    border-right: 1px solid var(--Theme-Purple-100, #E3E0FB);
    border-bottom: 1px solid var(--Theme-Purple-100, #E3E0FB);
    border-left: 1px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 0px 18px 18px 18px;
}

.Learning_Professional_Life .learning_types .learnings a img {
    margin-bottom: 16px;
}

.Learning_Professional_Life .learning_types .learnings h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.Learning_Professional_Life .learning_types .learnings p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 300px;
    margin: 0 auto;
}

.Learning_Professional_Life .learning_types .learnings.border-left-0 {
    border-left: 0;
}

.Learning_Professional_Life .learning_types .learnings.border-right-0 {
    border-right: 0;
}

.Learning_Professional_Life .learning_types .learnings.border-bottom-0 {
    border-bottom: 0;
}

.Learning_Professional_Life .learning_types .learnings.padding-18 {
    padding: 18px;
}

/* Learning That Fits Your Professional Life - End */

/*Discover Video Start*/
.discover-container {
    position: relative;
    z-index: 122;
    padding-top: 80px;
}
.discover-container:before {
    position: absolute;
    content: "";
    border-radius: 24px;
    background: #EBE8FD;
    top: 0;
    left: 0;
    right: 0;
    height: 80%;
    z-index: 0;
}
.discover-container h2 {
    position: relative;
    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: 16px;
}
.discover-container h2 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    position: relative;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}
.video-grid {
    max-width: 923px;
    margin: 0 auto;
}

.video-container-in img {
    border-radius: 10px;
}
  .video-container {
    position: relative;
    line-height: 0;
	border-radius: 10.378px;
	box-shadow: 0px 12.973px 15.568px -2.595px rgba(16, 24, 40, 0.08), 0px 5.189px 5.189px -2.595px rgba(16, 24, 40, 0.03);
}
  
  video {
	width: 100%;
	height: auto;
	border-radius: 10px;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%),var(--Gradient-G4, linear-gradient(106deg, #D1C3E8 0%, #BCBCF2 47.5%, #9BD0E2 100%));
    mix-blend-mode: hard-light;
	border-radius: 10px;
}
  
  .play-btn {
	cursor: pointer;
  }
  
  video.playing + .overlay {
	display: none; /* Hide overlay when the video starts playing */
  }
  video.playing + .overlay  + .overlay_name
  {
	display: none;
  }
  .overlay_name > div {
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.overlay_name p {
    color: #ffffff;
    color: var(--White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.overlay_name {
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 10px;
    bottom: 10px;
    border-left: 4px solid var(--Theme-Purple-300, #9C91F0);
    padding-left: 16px;
    color: #ffffff;
}
/*Discover Video End*/

/*about_us Start*/
.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;
}
.about_us .slick-prev
{
    left: 16%;
}
.about_us .slick-next
{
    right: 16%;
}
section.about_us {
    margin-bottom: 200px;
}
section.about_us 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-top: 135px;
    margin-bottom: 40px;
}
.about_us_slide {
    text-align: center;
    opacity: 0.2;
}
.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 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 12px;
    margin-bottom: 16px;
}
.about_us_slide h3 + p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    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 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.about-client .cle-info p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
/*about_us End*/

/*Trusted by Today’s Accounting Professionals Start*/
.trusted-profession-slid-left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.trusted-profession-slid-left:before {
    background-image: url("../images/team-subscription/Quotes.svg");
    background-repeat: no-repeat;
    content: "";
    width: 41px;
    height: 34px;
    top: 0;
    position: absolute;
}
.trusted-profession-slid-left p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 42px;
}
section.section.trusted-profession 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: 40px;
}
.professional-testi-nm {
    text-align: right;
    position: relative;
    padding-right: 16px;
    margin-bottom: 24px;
    margin-top: 180px;
}
.professional-testi-nm:before {
    position: absolute;
    content: "";
    position: absolute;
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    width: 4px;
    right: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.professional-testi-nm h6 {
    color: var(--Text-Grey-800, #1D2939);
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.professional-testi-nm p {
    color: var(--Text-Grey-600, #475467);
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 0;
}
.trusted-profession-slider-itm {
    /* border-radius: 12px;
    background: var(--White, #FFF);
    padding-top: 40px;
    padding-left: 30px; */
}
.trusted-profession-slid-right {
    display: flex;
}
section.section.trusted-profession .slick-track
{
    display: flex !important;
}

section.section.trusted-profession .slick-slide
{
    height: inherit !important;
}
.trusted-profession-slid {
    height: 100%;
    margin: 0 16px;
    border-radius: 12px;
    background: var(--White, #FFF);
    padding-top: 40px;
    padding-left: 30px;
    position: relative;
}
.testi-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 9;
}
.test-iframe .btn-close {
    background-color: #ffffff;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 3px;
    z-index: 99;
    top: 3px;
    width: 30px;
    height: 30px;
}
.modal-fullscreen .modal-body{
    background: rgb(0 0 0 / 34%);
}
.trusted-profession-slid {
    height: 100%;
}
.trusted-profession-slid,.trusted-profession-slid .container-fluid,.trusted-profession-slid .container-fluid .row,.trusted-profession-slid-right {
    height: 100%;
}
.trusted-profession-slid-right img {
    margin-top: auto;
}
.trusted-profession .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.trusted-profession .slick-dots li.slick-active button:before{
    background: #3a58ef;
}
.trusted-profession_slide > img {
    margin: 0 auto;
}
.trusted-profession .slick-dots li {
    width: 30px;
}
.trusted-profession .slick-dots {
    bottom: -67px;
}
.trusted-profession .slick-prev:before,.trusted-profession .slick-next:before{
    content: none;
}
.trusted-profession .slick-prev,.trusted-profession .slick-next {
    width: 40px;
    z-index: 9;
    height: 40px;
}
.trusted-profession .slick-prev
{
    left: -56px;
}
.trusted-profession .slick-next
{
    right: -56px;
}
/*Trusted by Today’s Accounting Professionals End*/


/*Continuing Education Courses for CPAs Start*/
section.cpa_sponsers {
    background: #FFF;
    padding: 100px 0;
}
section.cpa_sponsers h2 {
    margin-bottom: 30px;
    color: var(--Theme-Dark-Blue-800, #26244A);
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 120%; /* 43.2px */
letter-spacing: -0.72px;
}
section.cpa_sponsers p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
section.cpa_sponsers p.tagline {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
.sponser-desc {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/*Continuing Education Courses for CPAs END*/


/* Team Subscription for CPAs & Accounting Firms Start*/
.accounting_firm {
    padding-top: 35px;
}

.accounting_firm h6 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-bottom: 24px;
}

.accounting_firm ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 32px 0 32px 0;
}
.accounting_firm ul li{
	color:  #344054;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	display: flex;
    gap: 10px;
}
.accounting_firm_inner {
    padding-top: 30px;
    background-image: url("../images/team-subscription/accounting_firm.webp");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 57%;
    border-radius: 24px;
    background-color: var(--Theme-Purple-100, #E3E0FB);
    padding: 98px 0px 98px 60px;
}
.accounting_firm_inner-contenr {
    max-width: 460px;
}
.accounting_firm_inner h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    max-width: 530px;
}
.account_btngroup {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
	margin-bottom: 0px;
}
/* Team Subscription for CPAs & Accounting Firms End*/

/*accreditations Section Start*/
.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: 25px;
}
.marquee-accreditations .Support_img {
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
    margin: 15px 0px;
    background: #ffffff;
    width: 175px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.marquee-accreditations .Support_img img {
    width: 110px !important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.marquee-accreditations .inner {
    margin-right: 32px;
}
/*accreditations Section End*/

/*Accounting in the Digital Age Start*/

section.digital_age  h2.digital_age_ttl {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
   
    letter-spacing: -0.72px;
    text-align: center;
    padding-top: 95px;
    margin-bottom: 30px;
}
section.digital_age .accordion-flush>.accordion-item:last-child {
    margin-bottom: 0;
}
.digital_age .accordion-button::after {
    background-image: url(../images/team-subscription/Plus.svg);
    position: absolute;
    left: 10px;
}
.digital_age .accordion-button:not(.collapsed)::after{
    background-image: url(../images/team-subscription/Minus.svg);
}
.digital_age .accordion-flush>.accordion-item>.accordion-header .accordion-button,.digital_age .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    background:  #ffffff;
}
.digital_age .accordion-flush>.accordion-item{
	margin-bottom: 16px;
	border: none;
}
.digital_age .accordion-flush>.accordion-item>.accordion-header .accordion-button,.digital_age .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;
    padding-left: 40px;
}
.digital_age .accordion-button:focus {
    box-shadow: none;
    background: #ffffff;

}
.digital_age .accordion-body {
    color: #31373A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background: #ffffff;
    border-top: 3px solid rgba(205, 214, 218, 0.25);
}
section.digital_age h2.digital_age_ttl{
    text-align: left;
}
.digital_age_content p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
p.digital_age_tagline {
    color: var(--Text-Grey-600, #475467);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.digital_age_content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/*Accounting in the Digital Age End*/


/* Latest 2024 CPA Course Catalog - Start */

.Latest_CPA_Catalog {
    padding: 10px 0px 110px 0px;
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
    position: relative;
}

.Latest_CPA_Catalog .Course_Catalog {
    border-radius: 12px;
    background: var(--Gradient-G8, linear-gradient(278deg, #DEE3FD 0%, #F3ECFD 100%));
    position: relative;
}

.Latest_CPA_Catalog .Course_Catalog .headings {
    padding: 70px;
    max-width: 690px;
}

.Latest_CPA_Catalog .Course_Catalog .headings h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 8px;
}

.Latest_CPA_Catalog .Course_Catalog .headings p {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.Latest_CPA_Catalog .Course_Catalog .press_catalog_img {
    position: absolute;
    right: 0px;
    top: -25px;
    max-width: fit-content;
}

/* Latest 2024 CPA Course Catalog - End */

/* Must Read Blogs - Start */
.Must_Read_Blogs {
    padding: 110px 0px 110px 0px;
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #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 */

/*Have Questions?  Start*/
.have_que .Get_started form.Get_started_form {
    padding: 0;
    background: transparent;
    border: none;
}
section.have_que {
    border-radius: 24px;
    background: var(--White, #FFF);
    margin-top: 95px;
}
section.have_que .Get_started_form .form-select {
    height: 50px;
}
.have_que_inner{
    padding-top: 60px;

}
.have_que .Get_started{
	background: transparent;
    padding-bottom: 60px;
}
.have_que .Get_started form.Get_started_form{
	padding: 0;
}
.have_que .Get_started:before {
    content: none;
}
.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 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 Questions?  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;
    
}
/*FAQs End*/






/*input from back icons*/
.icon-front {
    position: relative;
}
.icon-front .form-control {
    padding-left: 40px;
}
.icon-front  .iconcontrol-img {
    position: absolute;
    top: 18px;
    left: 12px;
}
.icon-front .form-floating>label {
    left: 30px;
}
.icon-back {
    position: relative;
}
.icon-back .form-control {
    padding-right: 40px;
}
.icon-back  .iconcontrol-img {
    position: absolute;
    top: 18px;
    right: 12px;
}
.icon-back .form-floating>label {
    right: 30px;
}
.icon-back .iconcontrol-img.Calendaricn {
    position: absolute;
    top: 10px;
    right: 12px;
}
/*input from back icons*/

.export-head i {
    font-style: normal;
}
.Insightful_Box {
    box-shadow: 0px 30px 30px rgb(0 9 94 / 5%);
}
section.requirement-form .form-control, section.requirement-form .form-select {
    height: 46px;
}
section.requirement-form .Fill_Btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.Insightful_Box {
    box-shadow: 0px 30px 30px rgb(0 9 94 / 5%);
}

.btngroup_header {
    gap: 24px;
    padding-top: 35px;
    display: flex;
    flex-wrap: wrap;
}
/* Target the search input inside the selectpicker */
.filter-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 45px;
    color: var(--Gray-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: transparent;
}

.search-with-icon .bs-searchbox input {
    padding-left: 10px; /* Add padding to make space for the icon */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.25 11.25L15.75 15.75L11.25 11.25Z" fill="%235D667B"/><path d="M11.9571 10.5429C11.5666 10.1524 10.9334 10.1524 10.5429 10.5429C10.1524 10.9334 10.1524 11.5666 10.5429 11.9571L11.9571 10.5429ZM15.0429 16.4571C15.4334 16.8476 16.0666 16.8476 16.4571 16.4571C16.8476 16.0666 16.8476 15.4334 16.4571 15.0429L15.0429 16.4571ZM7.5 11.75C5.15279 11.75 3.25 9.84721 3.25 7.5H1.25C1.25 10.9518 4.04822 13.75 7.5 13.75V11.75ZM3.25 7.5C3.25 5.15279 5.15279 3.25 7.5 3.25V1.25C4.04822 1.25 1.25 4.04822 1.25 7.5H3.25ZM7.5 3.25C9.84721 3.25 11.75 5.15279 11.75 7.5H13.75C13.75 4.04822 10.9518 1.25 7.5 1.25V3.25ZM11.75 7.5C11.75 9.84721 9.84721 11.75 7.5 11.75V13.75C10.9518 13.75 13.75 10.9518 13.75 7.5H11.75ZM10.5429 11.9571L15.0429 16.4571L16.4571 15.0429L11.9571 10.5429L10.5429 11.9571Z" fill="%23747474"/></svg>');
    background-position: right 10px center; /* Adjust the position to the right */
    background-repeat: no-repeat;
    background-size: 16px 16px; /* Set the size of the icon */
  }
  
.filter-selection .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    left: 12px;
    width: 20px;
    height: 20px;
    border-radius: var(--Large, 6px);
    border: 1px solid var(--Brand-600, #7F56D9);
    background: var(--Brand-50, #F9F5FF);
}
.filter-selection .bootstrap-select .dropdown-item .bs-ok-default {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    display: inline-block;
    left: 12px;
    top: 5px;
}

.filter-selection .bootstrap-select .dropdown-item .bs-ok-default:after {
    width: .5em;
    height: 1em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" fill="white"/><rect x="0.5" y="0.5" width="19" height="19" rx="5.5" stroke="%23D0D5DD"/></svg>');
    border: none;
    width: 100%;
    height: 100%;
    transform: none;
    border-width: unset;
    background-position: center center;
    background-repeat: no-repeat;
}
.filter-selection .bootstrap-select .dropdown-item.selected .bs-ok-default:after {
    width: .5em;
    height: 1em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M11.6663 3.5L5.24967 9.91667L2.33301 7" stroke="%237F56D9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    border: none;
    width: 100%;
    height: 100%;
    transform: none;
    border-width: unset;
    background-position: center center;
    background-repeat: no-repeat;
}
.filter-selection .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.filter-selection  .dropdown-menu.show {
    /* position: static !important;
    transform: none !important; */
    border: none;
}
.filter-selection .bootstrap-select>.dropdown-toggle.bs-placeholder,.filter-selection  .bootstrap-select>.dropdown-toggle.bs-placeholder:active,.filter-selection  .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.filter-selection  .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,.filter-selection .btn-check:checked+.btn,.filter-selection  .btn.active,.filter-selection  .btn.show,.filter-selection  .btn:first-child:active,.filter-selection  :not(.btn-check)+.btn:active {
    color: #999;
    height: 44px;
    background: transparent;
    color: #1D2939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-top: 12px;
    outline: none !important;
}
.filter-selection .bootstrap-select>.dropdown-toggle {
    background: transparent;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);   
    outline: none !important;
    
}
.filter-selection .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    font-size: 14px;
}
/*Single selection*/
.filter-selection.single-selection .bootstrap-select .dropdown-menu li.selected.active a {
    background: #7162ea;
    color: #ffffff;

}
.filter-selection.single-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-selection.single-selection  .bootstrap-select .dropdown-item .bs-ok-default:after {
    content: none;
}
/*Single selection Over*/
/* Target the search input inside the selectpicker Over*/

.Promocode_Apply_Text{
    color: #29bd4e;
}

#subscribe_form .Back_Btn {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    padding: 10px 18px;
    font-weight: 600;
    border: 1px solid #3A58EF;
    color: #3A58EF;
}

#subscribe_form .Back_Btn:hover {
    color: #fff;
    background: #3A58EF;
}



#subscribe_form #proceed_to_pay {
    height: 46px;
    width: 100%;
    border: 1px solid #3A58EF;
    background-color: var(--Theme-Purple-500, #7162EA);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#subscribe_form #proceed_to_pay:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background-color: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.no_of_seat_label{
    color: #212529;
    font-size: 14px;
    margin-bottom: 5px;
}
.cvv_show{
    position: absolute;
    right: 13px;
    top: 13px;
}
.serving_qualifications .qualification-name{
    cursor: pointer;
}
.Scroll_Top {
    position: fixed;
    right: 30px;
    bottom: 90px;
}
/*Media Query Start*/
.Individual_subscriptions_content {
    background: #fff;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 110px;
}
.Individual_subscriptions_content p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: var(--Text-Grey-500, #5D667B);
    margin-bottom: 0;
}
.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;
}
.explore-container .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    border: 1px solid #7162ea;
}
.Insightful_img{
    max-height: 240px;
    overflow: hidden;
    border-radius: 8px;
}
.Insightful_Box a img:hover {
    transform: scale(1.1);
}

/*Learning & Compliance Solution for Your CPA & Accounting Firm Start*/
section.complince_solution  table > thead > tr:first-child th {
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 20px 16px;
    vertical-align: middle;
}
section.complince_solution table > thead > tr:first-child th span {
    display: block;
    padding-bottom: 10px;
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
section.complince_solution table > thead > tr:first-child th span b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
section.complince_solution table > thead > tr:first-child th:first-child {
    text-align: left;
}
section.complince_solution  table > thead > tr:nth-child(2) th {
    vertical-align: middle;
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: var(--Theme-Dark-Blue-300, #D4D3DB);
    padding: 12px 16px;
    border: none;
}
section.complince_solution table > thead > tr:nth-child(2) th:first-child {
    text-align: left;
}
section.complince_solution table tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 16px;
    border: none;
}
tr.chart_row td table tbody tr td {
    overflow: hidden;
    color: var(--Text-Grey-700, #344054);
    text-overflow: ellipsis;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 3px 16px;
}
tr.chart_row td table tbody tr td a{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    text-decoration-line: underline;
}
tr.chart_row td table tbody tr td a:hover{
    color: var(--Text-Grey-700, #3A58EF);
    text-decoration: underline;
}

tr.chart_row td table tbody tr td a:hover {}

.Trial_Left .Table_Box tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}

tr.chart_row td table tbody tr td:has(.arrow_black):hover {}

td {}
tr.chart_row td table tbody tr:nth-of-type(even) td {
    background-color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}
.requirement_icn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.requirement_icn svg{
    cursor: pointer;
}
.requirement_icn > svg {
    transform: rotate(-90deg);
}
.requirement_icn.rowactive > svg {
    transform: rotate(0);
}
.tooltipModal .row ul li a:hover {
    color: #3A58EF;
    text-decoration: underline;
}
.tooltipModal .row ul li a {
    color: #3A58EF;
}
tr.chart_row td table tbody tr td:first-child {
    width: 386px;
}
tr.chart_row{
    display: none;
}
tr.chart_row td table tbody tr td:not(:first-child),section.complince_solution table tbody tr td:not(:first-child)  {
    text-align: center;
}
tr.chart_row td table tbody tr:nth-of-type(odd) td{
    background-color: #EBEEFD; 
} 
section.complince_solution table tr.chart_row > td {
    padding: 12px 16px;
}
tr.chart_row td table{
    width: 100%;
    table-layout: fixed;
}
tr.chart_row td .user_list_tbl {
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}
section.complince_solution h2 {
    color: #26244A;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 10px;
}
section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
}
section.complince_solution h2 + p + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 56px;
    position: relative;
}
section.complince_solution h2 + p + p:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 339.477px;
    height: 2px;
    background: #D8DEFC;
    bottom: -16px;
    transform: translateX(-50%);
    left: 50%;
}
section.complince_solution h2 + p + p a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}
section.complince_solution {
    padding-bottom: 50px;
}
button.btn-regular {
    padding: 10px 18px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn-regular:hover {
    color: #fff;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

button.btn-premium {
    padding: 10px 18px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--White, #FFF);
    color: #3A58EF;
}
button.btn-premium:hover {
    color: #3A58EF;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
}
.tooltipModal h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.tooltipModal p.modal-title {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.tooltipModal .modal-header button.btn-close {
    width: 4px;
    height: 4px;
    color: #000;
    box-sizing: border-box;
    opacity: 1;
}
.tooltipModal  .modal-header {
    padding-top: 8px;
    border: none;
    padding-bottom: 0;
}
.tooltipModal .modal-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
}
.tooltipModal .row {
    margin-top: 16px;
    border-bottom: 1px solid #D0D5DD;
    padding-bottom: 8px;
}
.tooltipModal .row ul {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    padding-left: 4px;
}
.tooltipModal .row p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}
tr.chart_row_parant:has(.rowactive) td > svg {
    display: none;
}
.table-responsive.user_list_tbl > table tbody > tr td:first-child {
    width: 454px;
    padding-left: 65px;
}
/*Learning & Compliance Solution for Your CPA & Accounting Firm End*/

.btn-coming_soon {
    padding: 1px 4px;
    color: var(--Theme-Purple-500, #3A58EF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid var(--Theme-Purple-500, #3A58EF);
    border-radius: 4px;
    background: var(--Theme-Blue-50, #ebeefd);
    margin-left: 4px;
}

button.btn-coming_soon:hover {
    cursor: inherit;
}

.complince_solution table th:nth-child(4),
.complince_solution table th:nth-child(5),
.complince_solution table td:nth-child(4),
.complince_solution table td:nth-child(5){
    display: none;
}
.complince_solution .complince_solution_table{
    width: 900px;
}


section.complince_solution table tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}

section.complince_solution table tr.chart_row td table tbody tr td svg.arrow_black {
    width: 16px;
    height: 16px;
}

section.complince_solution table tbody tr.chart_row_parant td h2 {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
    margin-bottom: 0;
}

.q_indevidual_sub .pricing-table th.second_th h6 {
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Signup_Team_Main {
    background-image: url(../images/sign-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding: 50px 0;
    min-height: calc(100vh - 122.58px);
}

section.Sign_Header {
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 20px 0;
}

.back_btn a {
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.back_btn a svg {
    margin-right: 12px;
}


/* .Sign_Right {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 46px 24px 24px 24px;
    position: relative;
} */


section.Signup_Team_Main button.btn.btn-primary.pay-securely-btn {
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    margin: 0;
}

section.Signup_Team_Main p.no_account {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

section.Signup_Team_Main p.no_account a {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 4px;
}

section.Signup_Team_Main a.linkedin_img {
    text-align: center;
}

.Sign_In_with p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.Sign_In_with {
    text-align: center;
    margin-top: 22px;
}

.Sign_In_with p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background: #fff;
    display: inherit;
    position: relative;
    z-index: 1234;
}

.Sign_In_with p:after {
    content: "";
    width: 100%;
    display: block;
    background: #D0D5DD;
    height: 1px;
    top: 11px;
    position: absolute;
    left: 0;
    z-index: -99;
}

.Sign_In_with p span {
    background: #ffffff;
    padding: 0 8px;
}

.Social_Sign {
    margin-top: 28px;
}

.Social_Sign ul {
    text-align: center;
}

.Social_Sign ul li {
    display: inline-block;
}

.Sign_Footer {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px 0px;
}

section.Sign_Footer .my_cpe_copyright a {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

section.Sign_Footer .my_cpe_copyright a span {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.Sign_Footer .support_email svg {
    margin-right: 6px;
}

.Sign_Footer .support_email a {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}







/*Individual Section Start*/
.Get_started_form .counter {
    display: flex;
    gap: 8px;
    align-items: center;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
}
.Get_started_form input#no_of_seats {
    width: 65px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
}

.q_indevidual_sub_inner h2, .q_indevidual_sub_inner h1 {
    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, .q_indevidual_sub_inner h1+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;
    margin-bottom: 18px;
}

.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    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 {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F3F1FD;
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
}

p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}

.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

form.Get_started_form {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
    position: relative;
}

.Signup_Team_Main .form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Signup_Team_Main .form-select {
    color: #101828;
}

.Signup_Team_Main .form-floating>label:not(.Signup_Team_Main .form-floating>textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 50px;
}

.Signup_Team_Main .form-select {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Signup_Team_Main .form-floating>.form-control-plaintext~label,
.Signup_Team_Main .form-floating>.form-control:focus~label,
.Signup_Team_Main .form-floating>.form-control:not(:placeholder-shown)~label,
.Signup_Team_Main .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}

.Signup_Team_Main .form-floating>.form-control-plaintext:focus,
.Signup_Team_Main .form-floating>.form-control-plaintext:not(:placeholder-shown),
.Signup_Team_Main .form-floating>.form-control:focus,
.Signup_Team_Main .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}

.Signup_Team_Main .form-floating>.form-control,
.Signup_Team_Main .form-floating>.form-control-plaintext,
.Signup_Team_Main .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

.Signup_Team_Main .form-floating>textarea.form-control {
    height: 120px;
}
section.Signup_Team_Main .Sign_Right .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 3px solid var(--Theme-Purple-500, #7162EA);
}
h3.Get_started_title {
    margin-bottom: 8px;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

p.Get_started_desc {
    margin-bottom: 24px;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}


.Signup_Team_Main .form-check .form-check-label {
    color: var(--Text-Grey-600, #475467);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.Signup_Team_Main .form-check .form-check-label a {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

.Signup_Team_Main .form-check-input:checked {
    background-color: #7162EA;
    border-color: #7162EA;
}

.Signup_Team_Main .form-check-input:focus {
    box-shadow: none;
    border-color: #D0D5DD;
}

/*Individual Section End*/

.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.Get_started .form-check .form-check-label a {
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

.honest_pricing {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    position: relative;
    padding-left: 15px;
    flex-wrap: wrap;
}

.q_indevidual_sub_inner button.btn.btn-secondary {
    padding: 0;
    background: transparent;
    border: none;
}

.honest_pricing:before {
    position: absolute;
    content: "";
    border-radius: 13px;
    background: var(--Theme-Yellow-500, #F0C33A);
    width: 4px;
    left: 0;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.honest_pricing h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}

.honest_pricing h5 span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.honest_pricing p {
    color: var(--Text-Grey-600, #475467);
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

form.Get_started_form {
    padding: 24px;
}


.form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}


/*input from back icons*/
.icon-front {
    position: relative;
}

.icon-front .form-control {
    padding-left: 40px;
}

.icon-front .iconcontrol-img {
    position: absolute;
    top: 18px;
    left: 12px;
}

.icon-front .form-floating>label {
    left: 30px;
}

.icon-back {
    position: relative;
}

.icon-back .form-control {
    padding-right: 40px;
}

.icon-back .iconcontrol-img {
    position: absolute;
    top: 18px;
    right: 12px;
}

.icon-back .form-floating>label {
    right: 30px;
}

.icon-back .iconcontrol-img.Calendaricn {
    position: absolute;
    top: 10px;
    right: 12px;
}

/*input from back icons*/

.cvv_show {
    position: absolute;
    right: 13px;
    top: 13px;
}

.Promocode_Apply_Text {
    color: #29bd4e;
}

.no_of_seat_label {
    margin-bottom: 12px;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.no_of_seat_label span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 500;
}
/* .Fill_Btn:hover {
    color: #7162EA;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #7162EA;
    padding: 10px 18px;
    display: inline-block;
    background-color: #fff;
}

.Fill_Btn:hover svg path {
    fill: #7162EA;
} */

.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    box-shadow: none;
    border-color: #dee2e6;
}


/* congratulcation card start */

.Congratulation_Card {
    width: fit-content;
    /* height: 338px; */
    padding: 24px;
    gap: 24px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.Congratulation_Card h4 {
    margin: 24px 0px;
    color: var(--Text-Grey-900, #101828);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.Congratulation_Card p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 34px;
}
/* congratulcation card end */

.promocode_firm-button{
    width: 83px;
    height: 46px;
}

/*14-11-20024 Start*/

.sign_left img.Logo_Icon {
    max-width: 60px;
    margin-bottom: 36px;
}
/*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: 0px;
    text-align: left;
}
.q_indevidual_sub .pricing-table th.second_th {
    border-bottom: 1px solid #EAECF0 !important;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    margin-bottom: 10px;
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-top: 28px;
}
p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    align-items: flex-start;
}
.pilotimgs img {
    max-width: 225px;
    height: auto;
    border: 1px solid #f3efef;
    border-radius: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.education_tags_individual span:last-child.explore_course {
    cursor: pointer;
}
.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-300, #758AF4);
    background: var(--Theme-Blue-100, #D8DEFC);
    color: #3A58EF;
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
/*Individual End*/

/*Review_Payment_Details start*/
.Review_Payment_Details .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}

.Review_Payment_Details .form-floating a img.master_card {
    position: absolute;
    top: 17px;
    left: 12px;
}
.Review_Payment_Details .form-floating input.Card_No_Input {
    padding-left: 40px;
}
.Review_Payment_Details .form-floating label.Card_No {
    padding-left: 40px;
}

.Review_Payment_Details .form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 3px solid var(--Theme-Purple-500, #7162EA);
}

.Review_Payment_Details .form-floating>.form-control-plaintext~label,
.Review_Payment_Details .form-floating>.form-control:focus~label,
.Review_Payment_Details .form-floating>.form-control:not(:placeholder-shown)~label,
.Review_Payment_Details .form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.Review_Payment_Details .form-floating input {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 44px;
    min-height: 44px;
}
.Review_Payment_Details .form-floating>label {
    padding: 10px .75rem;
}
.Review_Payment_Details .form-floating input:focus {
    padding-top: 10px;
}
.Review_Payment .modal-header {
    padding-bottom: 0;
}
.Review_Payment_Details p.Confirm_Text {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}
.Review_Payment_Details .Total_Price {
    margin: 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Theme-Purple-50, #F3F1FD);
    padding: 8px;
}
.Review_Payment_Details .Total_Price p.total_txt {
    color: var(--Text-Grey-900, #101828);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.Review_Payment_Details .Total_Price p.price {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
.Review_Payment_Btn button.btn.btn-primary {
    border-radius: 4px;
    background-color: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
    padding: 12px 20px;
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-top: 24px;
}
#team_payment_signup #proceed_to_pay{
    height: 49px;
}
.Powered_By {
    display: flex;
    margin-top: 24px;
}
.Powered_By p {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 6px;
}
.Powered_By img {
    margin-right: 15px;
}
.team_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
.Total_Price {
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px;
    margin: 0;
}
.Total_Price p.total_txt {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #101828;
    margin-bottom: 0px;
}
.Total_Price p.price {
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Terms_Privacy label.form-check-label {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.Total_Price p.price span {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
section.Signup_Team_Main .Get_started_form .pay-securely-btn {
    padding: 12px 20px;
    border-radius: 4px;
    background: var(--Theme-Purple-500, #7162EA);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    margin-top: 24px;
    margin-bottom: 8px;
    width: 100%;
}
.Seat_Main {
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 16px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
}
.Get_started_form .counter h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 0 auto;
}
.Sub_Total {
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    margin-bottom: 16px;
}
.Sub_Total p {
    color: var(--Text-Grey-900, #101828);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Sub_Total h4 {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}
/*Review_Payment_Details end*/
/*14-11-20024 End*/
.Team_Payment_Sucess .modal-dialog{
    width: 320px;
}
.Team_Payment_Sucess .Get_started_form{
    text-align: center;
}
.Team_Payment_Sucess .modal-title{
    margin: 10px 0;
}
.b_select span.help-block{
    font-size: 14px;
}

.team_select_plan p{
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.annual_subscription_text{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.team_annual_subscription h6{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}
.team_annual_subscription p.team_plan_price{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
}
.team_annual_subscription span{
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.team_annual_subscription{
    display: flex;
    height: 44px;
    padding: 12px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Purple-100, #E3E0FB);
    background: var(--Text-Grey-50, #F9FAFB);
}
.team_signup #proceed_to_pay {
    height: 46px;
    width: 100%;
    border: 1px solid #7162EA;
    background-color: var(--Theme-Purple-500, #7162EA);
}
.Seat_Main_User .no_of_seat_label{
    margin-bottom: 31px;
}

.Signup_Team_Main .Get_started_form h3.Get_started_title span {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #3A58EF;
}
.Signup_Team_Main .Get_started_form h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #1D2939;
}
.Signup_Team_Main .Get_started_form p.Get_started_desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #5D667B;
}
.Get_started_form .form-floating>label:not(.Get_started_form.form-floating>textarea+label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: grey;
    display: flex;
    align-items: center;
    height: 50px;
}
#confirm_password-success{ font-size: 12px; }
.L_and_D_Banner {
    background-image: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/L_and_D_Banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #12327B;
    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: 30px;
    font-weight: 700;
    line-height: 38px;
    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;
}

.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.Schedule_Call_Btn:hover svg path {
    fill: #3A58EF;
}

.L_and_D_Banner_Left a.Schedule_Call_Btn:hover {
    background: #fff;
    color: #3A58EF;
    border-color: #fff;
}

.L_and_D_Banner_Left a.Schedule_Call_Btn svg {
    min-width: 20px;
    margin-right: 8px;
}

.L_and_D_Banner_Right {
    background: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
}

.L_and_D_Banner_Right h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 24px;
    color: #1D2939;
}

.L_and_D_Banner_Right p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #5D667B;
    margin-bottom: 24px;
    padding: 0 66px;
}

.L_and_D_Banner_Right button.btn.btn_submit {
    width: 100%;
    text-align: center;
}


.L_and_D_Banner 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 a.Explore_Assessments_Btn:hover {
    border: 1px solid #3A58EF;
    background: #3A58EF;
}


.L_and_D_Banner .Get_started h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #1D2939;
}

.L_and_D_Banner .Get_started h3.Get_started_title span {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #3A58EF;
}

.L_and_D_Banner .Get_started p.Get_started_desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #5D667B;
}

.L_and_D_Banner .Get_started .team_signup #proceed_to_pay {
    height: 46px;
    width: 100%;
    border: 1px solid #3A58EF;
    background-color: var(--Theme-Purple-500, #3A58EF);
}

.L_and_D_Banner .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;
} 

section.q_main_banner {
    padding: 20px 0 0 0;
    background: #EBEEFD;
}

.q_main_banner_inner {
    position: relative;
    padding-bottom: 0;
    margin-top: -100px;
}


.inner_counter {
    padding: 0 36px;
    position: relative;
    text-align: center;
}

.inner_counter h3 {
    font-style: normal;
    margin-bottom: 4px;
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
    color: #182878;
}
.inner_counter h3 span {
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: normal;
    color: #182878;
}
.inner_counter p {
    font-style: normal;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #475467;
}


.Trusted_by_Main {
    background: #EBEEFD;
    padding: 72px 0;
}

.Trusted_by_Main .card {
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
    border: 0;
    background: transparent;
}
.Trusted_by_Main .card img {
    transition: 0.4s;
}

.Trusted_by_Main .card:hover img {
    transform: scale(1.15);
}

.Trusted_by_Box.Percentage_Box {
    background: #fff;
    padding : 0;
    min-height: inherit;
}

.Trusted_by_Main h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: normal;
    text-align: center;
    color: #26244A;
    margin-bottom: 28px;
}



.Transform_Learning {
    background: #EBEEFD;
    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: #26244A;
    margin-bottom: 8px;
}

.Transform_Learning p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #475467;
    margin-bottom: 48px;
}

.Transform_Learning h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    text-align: center;
    color: #475467;
    margin-bottom: 12px;
}

.Transform_Learning a.Schedule_Btn {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    background: #3A58EF;
    border-radius: 4px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    padding: 12px 20px;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #3A58EF;
}

.Transform_Learning a.Schedule_Btn:hover {
    color: #3A58EF;
    background: transparent;
    border: 1px solid #3A58EF;
}


.Our_Value_Propositions {
    padding: 72px 0;
    background: #FFFFFF;
}

.How_It_Works_Services_Main h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 8px;
}

.How_It_Works_Services_Main p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
}

.How_It_Works_Services_Main .How_It_Works_Services_Box p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 15em;
    line-height: 1.5;
    transition: .4s ease-out;
}


.How_It_Works_Services_Box:hover {
    box-shadow: 0px 4px 24px 0px #00000014;
}

.How_It_Works_Services_Box:hover span {
    display: none;
}

.How_It_Works_Services_Box:hover p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    display: -webkit-box;
    -webkit-line-clamp: 0;
}

.How_It_Works_Services_Box:hover svg {
    display: none;
    position: absolute;
    bottom: 36px;
}



.How_It_Works_Services_Box {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #F2F4F7;
    min-height: 255px;
    position: relative;
    margin-top: 48px;
    transition: .4s ease-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.How_It_Works_Services_Box_Left {
    position: absolute;
    top: auto;
    left: 36px;
    bottom: 0px;
    display: flex;
    align-items: start;
    font-family: Inter;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 999;
    translate: 0% -36px;
    opacity: 1;
}


.How_It_Works_Services_Box span {
    font-family: Inter;
    font-size: 100px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #D8DEFC;
    margin-bottom: 48px;
    display: inline-block;
    transition: .4s ease-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.How_It_Works_Services_Box h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    margin-top: 24px;
    margin-bottom: 8px;
    transition: .4s ease-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


.How_It_Works_Services_Box_Right {
    display: none;
    position: absolute;
    top: auto;
    left: 36px;
    bottom: 36px;
    display: flex;
    align-items: start;
    font-family: Inter;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 999;
    translate: 0% 0%;
    opacity: 0;
}

.How_It_Works_Services_Box svg {
    /* display: none; */
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* position: absolute;
    bottom: 0; */
    translate: 0 0;
}



.How_It_Works_Services_Box:hover {
    box-shadow: 0px 4px 24px 0px #00000014;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.How_It_Works_Services_Box:hover .How_It_Works_Services_Box_Left {
    display: none;
    position: absolute;
    top: auto;
    left: 36px;
    bottom: 36px;
    display: flex;
    align-items: start;
    font-family: Inter;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 999;
    translate: -3% 70%;
    opacity: 0;
}

.How_It_Works_Services_Box:hover span {
    display: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.How_It_Works_Services_Box:hover p {
    -webkit-line-clamp: inherit;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.How_It_Works_Services_Box:hover .How_It_Works_Services_Box_Right {
    display: block;
    position: absolute;
    top: auto;
    left: 36px;
    bottom: 0px;
    display: flex;
    align-items: start;
    font-family: Inter;
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 999;
    translate: 0% -94px;
    opacity: 1;
}

.How_It_Works_Services_Box:hover svg {
    display: block;
    position: relative;
    bottom: -36px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    translate: 0 30px;
}

.How_It_Works_Services_Box.Consultation_Img {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Consultation_Img.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Consultation_Img:hover {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Consultation_Img_Hover.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Strategy_Img {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Strategy_Img.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Strategy_Img:hover {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Strategy_Img_Hover.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Implementation_Img {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Implementation_Img.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Implementation_Img:hover {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Implementation_Img_Hover.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Monitoring_Img {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Monitoring_Img.png');
    background-size: cover;
}

.How_It_Works_Services_Box.Monitoring_Img:hover {
    background: url('https://d35qtdhia1ds08.cloudfront.net/custom/l_and_d/images/Monitoring_Img_Hover.png');
    background-size: cover;
}

.How_It_Works_Services_Box:hover h3, 
.How_It_Works_Services_Box:hover p {
    /* color: #fff; */
}

.How_It_Works_Services_Box:hover svg path {
    /* stroke: #fff; */
}





.Percentage_Boxes_Main .slider {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}

.Percentage_Boxes_Main .slider .parent-slide {
    padding: 15px;
}

.Percentage_Box {
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #EAECF0;
    border-radius: 12px;
    padding: 24px;
    /* margin: 24px; */
    max-width: 312px;
    min-height: 222px;
}

.Percentage_Box_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.Percentage_Box_Top label {
    font-family: Inter;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: normal;
    color: #3A58EF;
}

.Percentage_Box_Top svg {
    min-width: 48px;
}

.Percentage_Box h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #344054;
    margin: 4px 0;
}

.Percentage_Box p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #475467;
}

.Percentage_Boxes_Main .slick-list.draggable {
    padding: 0 100px !important;
}


.Watch_video .modal-content {
    border: 0;
    width: 100%;
    max-width: inherit;
    background: transparent;
}

.Watch_video .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #1d46f0;
    opacity: 1;
    padding: 15px;
    border-radius: 50%;
    z-index: 9;
}

.Watch_video .modal-header {
    position: relative;
    padding: 0;
}


.Evolving_Business {
    background: #FFFFFF;
    padding: 72px 0;
}

.Evolving_Business_Left {}

.Evolving_Business_Left h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 36px;
    line-height: 43.2px;
    letter-spacing: normal;
    color: #26244A;
    margin-bottom: 24px;
}

.Evolving_Business_Left p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #475467;
}



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: 16px;
}

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: 16px;
}

section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
}

.complince_solution .complince_solution_table {
    width: 1100px;
}

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;
}
                        
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;
}

section.complince_solution table > thead > tr:nth-child(2) th:first-child {
    text-align: left;
}

section.complince_solution table > thead > tr:nth-child(2) th {
    vertical-align: middle;
    color: #344054;
    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 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;
}

.complince_solution table th:nth-child(4), 
.complince_solution table th:nth-child(5), 
.complince_solution table td:nth-child(4), 
.complince_solution table td:nth-child(5) {
    display: block;
}

.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;
}

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;
}

.requirement_icn.rowactive > svg {
    transform: rotate(45deg);
}


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;
}

.table-responsive.user_list_tbl > table tbody > tr td:first-child {
    width: 663px;
    width: 550px !important;
    min-width: 550px !important;
} 

.complince_solution table td:nth-child(4) {
    min-height: 53px;
}

.table-responsive.user_list_tbl > table tbody > tr td.Inner_td {
    padding-left: 25px;
}

.table-responsive.user_list_tbl > table tbody > tr:first-child td.Col_td {
    width: 100% !important;
}

.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 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;
}

.tooltipModal h1 {
    color: var(--Text-Grey-800, #344054);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
}


.FAQ_Box {
    border-radius: 12px;
    padding: 30px;
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 12px;
}

.FAQ_Main .FAQ_Box .accordion-header {
    border-bottom: 0;
}

.FAQ_Main .FAQ_Box .accordion-button {
    background: var(--White, #FFF);
    box-shadow: none;
    border-radius: 12px 12px 0 0;
    z-index: 1;
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .collapse {
    border-radius: 0 0 12px 12px;
    border: 1px solid #EBEBEB;
    border-top: 0;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
}

.FAQ_Main .FAQ_Box .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 12px;
}


.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 12px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link, 
.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: transparent;
    text-align: left;
    padding: 0;
}

.FAQ_Main .FAQ_Box .nav-pills .nav-link span {
    color: var(--secondary-secondary-50, #8B8C8F);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    border: 0;
    background: transparent;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
    display: inline-block;
}

.FAQ_Main .FAQ_Box .nav-pills .nav-link.active span {
    color: var(--primary-primary-100, #F60) !important;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    background: var(--White, #FFF) !important;
}

.FAQ_Main h2.Sec_Title {
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 35px;
    font-weight: 700;
    color: #26244A;
    font-family: Inter;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.FAQ_Main .FAQ_Box .accordion-body li.ml-50 {
    margin-left: 63px;
}

.FAQ_Main .FAQ_Box .accordion-body li.ml-60 {
    margin-left: 82px;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li {
    list-style: disc;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li.list-unstyled {
    list-style: none;
}

.FAQ_Main .FAQ_Box .accordion-body ul.list-styled li.list-unstyled ul li {
    list-style: circle;
}



.FAQ_Box .sticky-top {
    top: 130px;
    z-index: 9;
}

.Personalize_Firms .sticky-top {
    top: 130px;
    z-index: 9;
}

.Personalize_Firms .sticky-top.sticky-top-right {
    top: 200px;
    z-index: 9;
}

.FAQ_Main {
    background: transparent;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover;
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/l_and_d/images/Open_Accordion_Icon.svg');
    transition: all 0.3s;
    transform: rotate(45deg);
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
    transform: rotate(0deg);
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #667085;
    background: transparent;
    border: 0;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-button::after {
    display: none;
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #D9D9D9;
}

.FAQ_Main .FAQ_Box .accordion-body {
    border-radius: 0 0 12px 12px;
    border: 0;
    background: var(--White, #FFF);
    border-top: 0;
    border: 0;
    background: transparent;
    padding: 0;
    padding-left: 55px;
}

.FAQ_Main .FAQ_Box .accordion-button {
    color: #344054;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.FAQ_Main .FAQ_Box .accordion-body p {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin-bottom: 15px;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    margin-left: 20px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    color: var(--secondary-secondary-100, #171A1F);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: disc;
    margin-bottom: 10px;
}

.FAQ_Main .FAQ_Box .collapse {
    border: 0;
}


.FAQ_Main .FAQ_Box .nav-pills button.nav-link, .FAQ_Main .FAQ_Box .nav-pills button.nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    padding: 8px;
    display: inline-block;
    width: auto;
    max-width: fit-content;
    margin-bottom: 16px;
}

.FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
    background: #D8DEFC;
    padding: 8px;
    color: #1D2939;
    border-radius: 4px;
}

.FAQ_Main .FAQ_Box .tab-content h3 {
    font-family: Inter;
    font-size: 26px;
    font-weight: 700;
    line-height: 33.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
}

.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;
}

section.Percentage_Boxes_Main {
    background: #FFFFFF;
    padding: 36px 0;
}

.Percentage_Boxes_Main .col-md-3 {
    max-width: 264px;
}

.Percentage_Boxes_Main .Percentage_Box {
    max-width: 264px;
    padding: 24px;
}

.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
    font-family: Inter;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: normal;
}

.Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
    bottom: 0;
}

.Percentage_Boxes_Main .Percentage_Box h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    color: #344054;
    margin-top: 8px;
}


section.MYCPEONE_Learning_Solution {
    background-color: #EBEEFD;
    padding: 60px 0;
    /* background-image: url('https://assets.my-cpe.com/v2/images/firm_free_trial/MYCPEONE_Learning_Solution_Bg.png'); */
    background-position: right bottom;
    background-repeat: no-repeat;
}

.MYCPEONE_Learning_Solution_Box {
    border-radius: 16px;
    height: 500px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}



.MYCPEONE_Learning_Solution_Box_Text {
    background: #FFFFFF;
    padding: 24px;
    border-radius: 0 0 16px 16px;
    top: 0;
}

.MYCPEONE_Learning_Solution_Box_Text h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
    margin-bottom: 24px;
}

.MYCPEONE_Learning_Solution_Box_Text a.View_More_Btn {
    border: 1px solid #3A58EF;
    padding: 10px 16px;
    border-radius: 4px;
    display: inline-block;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    color: #3A58EF;
    display: flex;
    align-items: center;
    max-width: 135px;
    position: absolute;
    bottom: 16px;
}



section#subscribe_form {
    background: #EBEEFD;
}

.q_indevidual_sub .pricing-table {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}

.q_indevidual_sub .pricing-table th {
    padding: 0 0px 16px 0;
    background: #FFFFFF;
}

.q_indevidual_sub .pricing-table td {
    padding: 8px 0px 8px 0px;
    background: #FFFFFF;
    font-size: 14px;
}

.q_indevidual_sub .pricing-table tfoot td {
    padding: 16px 8px 0px 8px;
}

.q_indevidual_sub .slicer-goldbtn {
    align-items: baseline;
    gap: 0;
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    display: inline-flex;
    padding: 4px 10px;
    justify-content: center;
    border: none;
    color: var(--White, #FFF);
    font-style: normal;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
}

.q_indevidual_sub .table>tbody tr:first-child td {
    padding-top: 16px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
}

.education_tags_individual span:last-child {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
    float: left;
    color: #5d667b;
}

.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: #5d667b;
}

span.Explore_Btn, a.Explore_Btn {
    color: #3A58EF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    float: left;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}

.Get_started {
    border-radius: 24px;
}

form.Get_started_form {
    padding: 24px;
    border-radius: 24px;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}

section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
    /* left: 15%; */
    width: 40px;
    height: 40px;
}

section.spleaker_grid button.slick-next.custom-next.slick-arrow {
    /* right: 15%; */
    width: 40px;
    height: 40px;
}

.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;
}
.spleaker_grid > img {
    margin: 0 auto;
}
.spleaker_grid .slick-dots li {
    width: 30px;
}
.spleaker_grid .slick-dots {
    bottom: -67px;
}
.spleaker_grid .slick-prev:before,.spleaker_grid .slick-next:before{
    content: none;
}
.spleaker_grid .slick-prev,.spleaker_grid .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}


.Topic_Slider {
    margin-bottom: 24px;
}

.list_trending_topics h3.list_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    text-align: center;
    color: #26244A;
    margin-bottom: 24px;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
    box-shadow: 0px 4px 35px 0px #dedede;
    animation-name: none;
    animation-timing-function: ease;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons a svg {
    margin-left: 0;
    transition: .15s ease-in-out;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover .icons a svg {
    margin-left: 15px;
    transition: .15s ease-in-out;
}

.trending_topics_card .icons a svg path {
    stroke: #98A2B3;
}

.trending_topics_card:hover .icons a svg path {
    stroke: #3a58ef;
    transition: all .2s linear;
}
.trending_topics_card:hover .icons a {
    background: transparent;
}

.Trending_Topics_Todays {
    padding: 72px 0;
    background: #EBEEFD;
}

.Latest_CPA_Catalog {
    background: #FFFFFF;
    padding: 72px 0;
}

section.section.serving_qualifications {
    background: #EBEEFD;
    padding: 72px 0;
}

.serving_qualifications 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: 12px;
}

.serving_qualifications h2+h3 {
    color: var(--Text-Grey-500, #475467);
    font-style: normal;
    margin-bottom: 48px;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
}

.serving_qualifications .qualification-name:hover {
    box-shadow: 0px 4px 35px 0px #dedede;
    animation-name: none;
    animation-timing-function: ease;
}

.serving_qualifications .qualification-name .icons a svg {
    margin-left: 0;
    transition: .15s ease-in-out;
}

.serving_qualifications .qualification-name:hover .icons a svg {
    margin-left: 15px;
    transition: .15s ease-in-out;
}

.qualification-name .icons a svg path {
    stroke: #98A2B3;
}

.qualification-name:hover .icons a svg path {
    stroke: #3a58ef;
    transition: all .2s linear;
}
.qualification-name:hover .icons a {
    background: transparent;
}

.serving_qualifications .qualification-name .icons a {
    width: 40px;
    height: 40px;
}

.serving_qualifications .qualification-name .icons a svg {
    width: 24px;
}

.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;
}

.Transform_Learning p {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 24px;
}

.Transform_Learning h3 {
    color: #fff;
    margin-bottom: 16px;
    font-family: Inter;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
}

.Transform_Learning a.Schedule_Btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.Transform_Learning a.Schedule_Btn:hover {
    color: #3A58EF;
    background: #fff;
    border: 1px solid #fff;
}

section.about_us {
    background-color: #EBEEFD;
    padding: 80px 0;
    margin: 0;
}

section.about_us h2 {
    margin-top: 0;
}

.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 {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: normal;
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0;
}

.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.Accreditations {
    padding: 72px 0 48px;
    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;
}

section.Trusted_thousands {
    background: #FFFFFF;
}

.marquee-trusted_learning {
    margin-bottom: 24px;
    background: #FFFFFF !important;
}

.marquee-trusted_learning .inner {
    margin-right: 24px;
}

.marquee-trusted_learning img {
    max-height: 200px;
}

.Individual_subscriptions_content {
    background: #EBEEFD;
    background-size: cover;
    padding: 72px 0;
    margin-bottom: 0;
}

.Individual_subscriptions_content_Box {
    background: url('https://assets.my-cpe.com/v2/images/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.have_que {
    margin-top: 0;
}

.have_que_inner {
    padding-top: 72px;
}

.have_que .Get_started form.Get_started_form {
    padding: 0;
    box-shadow: none;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
}

.FAQ_Main .FAQ_Box .accordion-body ul {
    list-style-image: url('images/FAQ_Check_Icon.svg');
    margin-left: 0;
}

.FAQ_Main .FAQ_Box .accordion-body ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.FAQ_Main .FAQ_Box .accordion-body ul li svg {
    position: absolute;
    left: 0;
}

section.Percentage_Boxes_Main.Trusted_by_Main {
    background: #EBEEFD;
}

h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
}



section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p {
    display: flex;
    align-items: center;
}

section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p svg {
    margin-right: 8px;
}

.Transform_Learning a.Schedule_Btn:hover {
    color: #fff;
    background: #3A58EF;
    border: 1px solid #3A58EF;
}

.complince_solution .complince_solution_table {
    width: 100%;
}

.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;
}
.team_free_signup .form-floating a img {
    position: absolute;
    top: 13px;
    right: 12px;
}
.about_us_slide {
    text-align: center;
    opacity: 1 ;
}
.speker_imge{
    height: 258px !important;
}

tr.chart_row td .user_list_tbl {
    border: 0;
    padding-left: 0;
    border: 1px solid #D0D5DD;
    border-radius: 5px;
}

.MYCPEONE_Learning_Solution_Box img.MYCPEONE_Learning_Solution_Img {
    border-radius: 16px 16px 0 0;
}

.How_It_Works_Services_Box_Left.MYCPEONE_Learning_Solution_Box_Text {
    left: 0;
    border-radius: 16px 16px;
    padding: 0;
    translate: 0 0;
}

.How_It_Works_Services_Box_Left.MYCPEONE_Learning_Solution_Box_Text h3 {
    padding: 24px;
    margin: 0;
}

.How_It_Works_Services_Box_Left.MYCPEONE_Learning_Solution_Box_Text p {
    display: none;
}

.How_It_Works_Services_Box_Left.MYCPEONE_Learning_Solution_Box_Text a.View_More_Btn {
    margin-left: 25px;
}

.How_It_Works_Services_Box.MYCPEONE_Learning_Solution_Box:hover .How_It_Works_Services_Box_Right {
    height: 500px;
    translate: 0% 0px;
    left: 0;
    border-radius: 16px;
}

.How_It_Works_Services_Box:hover .How_It_Works_Services_Box_Right svg {
    bottom: 0;
    translate: 0 0;
}

.How_It_Works_Services_Box_Right.MYCPEONE_Learning_Solution_Box_Text {
    translate: 0% 74%;
    left: 0;
}

.How_It_Works_Services_Box.MYCPEONE_Learning_Solution_Box:hover .How_It_Works_Services_Box_Left.MYCPEONE_Learning_Solution_Box_Text {
    left: 0;
    translate: 0 0;
    position: relative;
    top: 0;
}

.How_It_Works_Services_Box:hover .How_It_Works_Services_Box_Left svg {
    display: inline-block;
    bottom: 0;
    translate: 0 0;
}
/*Speaker Slider*/
.about_us_slide-itm .speker_imge img {
    min-width: 258px;
}
/*End Speaker Slider*/

/*Learning & Compliance Solution section for Your CPA & Accounting Firm Start - 05-08 */
    button.btn-regular.Btn_Schedule {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        gap: 8px;
    }

    .q_indevidual_sub .pricing-table th.second_th {}

    .q_indevidual_sub .pricing-table th.second_th p {
        color: var(--Text-Grey-500, #5D667B);

    /* Text xs / Regular */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px; /* 150% */
    }

    .q_indevidual_sub .pricing-table th.second_th b {
        color: var(--Theme-Blue-500, #3A58EF);

    /* Text lg / Bold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
    }

    .q_indevidual_sub .slicer-goldbtn {
        color: var(--White, #FFF);
        text-align: center;

    /* Text xs / Bold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px; /* 150% */
        padding: 4px 10px;
        min-width: 110px;
    }

/*Learning & Compliance Solution section for Your CPA & Accounting Firm end - 05-08 */

.specker_desc .speaker_head {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.specker_desc .speaker_info {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-top: 24px;
}
.specker_details {
    /* background-image: url("../images/speaker-details/sp_images.png"); */
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #12327B;
    background-size: 50%;
    /* padding: 192px 0; */
    min-height: 35vw;
    display: flex;
    align-items: center;
}
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;
}
section.spleaker_grid {
    padding: 72px 0;
    background: #ffffff;
}
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;
}
.speker_imge {
    width: 100%;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: 272px;
    display: flex;
    align-items: end;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
}
#speaker_filter_render .speaker_man .speker_imge img.img-fluid {
    min-width: 272px;
}
.speaker_man:hover .speker_imge img {
    transform: scale(1.1) translateY(10px);
    transition: .4s linear all;
}
.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;
}
.specker_desgignation_without_audio 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: 135px;
}
.speaker_audio {
    height: 60PX;
}
.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;
}
.speaker_btns a:hover,.speaker_man:hover .speaker_btns a {
    transition: all 0.3s ease;
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #ffffff;
}
.speaker_btns{
    margin-top: 16px;
}
.speaker_man {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}


section.about_us {
    background-color: #fff;
}

section#subscribe_form {
    background-color: #fff;
}

.q_indevidual_sub .pricing-table {
    border-radius: 12px;
    border: 0;
    background: var(--White, #FFF);
    padding: 0;
}

.Percentage_Boxes_Main .Percentage_Box {
    max-width: 150px;
}

.FAQ_Main {
    /* background: var(--Theme-Blue-50, #EBEEFD) !important; */
}

section.Detailed_Comparison {
    background: var(--Theme-Blue-50, #EBEEFD);
    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: 0; */
}

.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: 240px; */
}

.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: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
}
.desc_last.note {
    padding: 10px;
    border-radius: 4px;
    background: var(--White, #FFF);
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.desc_last.note b {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.Detailed_Table table.table th:first-child {
    background: transparent;
    /* width: 320px; */
}

.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: 20px;
    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);
    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: 0px 0 0 0px;
    /* width: 492px; */
}




.about_us {
    padding: 72px 0px;
    background: #EBEEFD;
}

.about_us .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px
}

.about_us img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.about_us .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.about_us .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    margin-right: 16px;
    border-radius: 50%
}

.about_us .SlideBox_Test_Author h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A
}

.about_us .SlideBox_Test_Author p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467
}

.about_us h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}

.about_us .about_us_slider ul.slick-dots {
    bottom: -62px
}

.about_us .about_us_slider .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.about_us .about_us_slider .slick-dots li.slick-active button {
    background: #3A58EF
}

.about_us .slick-arrow:hover,.slick-arrow:focus {
    border: 0;
    outline: 0
}

.about_us .slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    z-index: 99
}

.about_us .slick-prev {
    top: 0
}

.about_us .slick-next {
    bottom: 0;
    background-color: #fff
}

.about_us .slideBoxLeft {
    text-align: center
}

.about_us .slideBoxLeft h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    margin-top: 30px;
    margin-bottom: 16px
}
.about_us .about_us_slider .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(.8);
    filter: blur(3px);
}
.about_us .about_us_slider .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.about_us .about_us_slider button.slick-prev:before {
    content: '';
    background-image: url(https://d35qtdhia1ds08.cloudfront.net/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: none;
}
.about_us .about_us_slider button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.about_us .about_us_slider button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.about_us .about_us_slider .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.about_us .about_us_slider button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.about_us .about_us_slider button.slick-next:before {
    content: '';
    background-image: url(https://d35qtdhia1ds08.cloudfront.net/custom/exam_prep/images/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: none;
}
.about_us .about_us_slider .slick-next {
    right: 17%;
    top: 50%;
}
.about_us .slick-dots li button:before {
    display: none
}

/* 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 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;
}

.Scroll_View_More_Box {
    position: absolute;
    bottom: -12px;
    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;
}
.Testimonials {
    padding: 72px 0 52px 0;
    background: #fff;
}
.Testimonials_Title {
    margin-bottom: 48px;
}

.Testimonials .slick-arrow{
        font-size: 0;
        width: 40px;
        height: 40px;
}
.Testimonials .Center_Test button.slick-prev.slick-arrow{
    position: absolute;
    z-index: 9;
    left: auto;
    right: 56px;
    top: -19%;
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-300, #d0d5dd);
    background: var(--White, #fff);
}
.Testimonials .Center_Test button.slick-next.slick-arrow{
        right: 0;
        top: -19%;
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-300, #d0d5dd);
        background: var(--White, #fff);
}
.Testimonials .Center_Test ul.slick-dots{
    bottom: -62px;
}
.Testimonials .Center_Test .slick-dots li button{
    background: #d8defc;
    width: 22px;
    height: 8px;
    border-radius: 26px;
}
.Testimonials .Center_Test .slick-dots li.slick-active button{
    background: #3a58ef;
}
.Testimonials .Center_Test .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(1);
    filter: blur(0px);
}
.Testimonials .slideBox.Bg_Dark_Blue_800 {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200,#eaecf0);
    background: var(--White,#fff);
    padding: 24px;
    transition: .4s ease-in-out;
    transform: translate(0,0);
}
.Testimonials .slideBoxLeft{
    text-align: center;
}
.Testimonials .slideBox.Bg_Dark_Blue_800 .Rating_Top {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}
.Testimonials h2 {
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
        letter-spacing: normal;
    color: #344054;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0;
    text-align: left;
    margin-top: 24px;
}
.Testimonials .slideBoxLeft h3.Heading_H3 {
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    color: var(--Text-Grey-600,#475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
    margin-top: 8px;
}
.Testimonials .slideBoxRgt{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.slick-slide img {
    display: block;
}
.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    margin-right: 16px;
    border-radius: 50%;
    height: 58px;
    width: 58px;
}
.Testimonials .SlideBox_Test_Author h3 {
    text-align: left;
}
.Testimonials .SlideBox_Test_Author h3{
    color: var(--Theme-Dark-Blue-800,#26244a);
    font-style: normal;
    font-weight: 700;
    font-family: Inter;
    font-size: 16px;
    line-height: 24px;
}
.Testimonials .SlideBox_Test_Author p {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Testimonials .slideBox.Bg_Dark_Blue_800:hover {
    transition: .4s ease-in-out;
    transform: translate(0,-10px);
}
.Testimonials .slideBox.Bg_Dark_Blue_800:hover .Rating_Top_Right svg path {
    fill: #3A58EF;
}
.Testimonials .Center_Test button.slick-prev:before{
    content: '';
    background-image: url(../images/new-home-151025/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .Center_Test button.slick-next:before{
    content: '';
    background-image: url(../images/new-home-151025/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials_Title h2 {
    font-size: 36px;
    line-height: 120%;
    letter-spacing: -.72px;
    text-align: left;
}
 .Testimonials .Center_Test button.slick-prev.slick-arrow:hover{
    border-radius: 43px;
    border: 1px solid var(--Text-Grey-500, #5d667b);
    background: var(--White, #fff);
 }
 .Testimonials .Center_Test button.slick-prev.slick-arrow:hover:before{
    content: '';
    background-image: url(../images/new-home-151025/Hover_Arrow_Left.svg);
 }
 .Testimonials .Center_Test button.slick-next.slick-arrow:hover:before{
    content: '';
    background-image: url(../images/new-home-151025/Hover_Arrow_Right.svg);
 }
 .Testimonials .slick-dots li button:before {
    opacity: 0;
    color: black;
}
section.Accreditation_by{
    background: #fff;
    padding: 72px 0;
}
section.Accreditation_by h2{
    color: var(--Theme-Dark-Blue-800,#26244a);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
}
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 a {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.Accreditation_by .Support_img img.lazyload {
    max-width: 94px;
    transition: .4s ease-in-out;
    transform: scale(1);
}
.Accreditation_by_Bottom_Imgs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}
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;
    margin-top: 24px;
    border-radius: 8px;
    background: var(--Text-Grey-50,#f9fafb);
}
section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload {
    filter: grayscale(1);
}
section.Accreditation_by .Support_img img.lazyload:hover {
    transition: .4s 
ease-in-out;
    transform: scale(1.1);
}
section.Accreditation_by .Accreditation_by_Bottom_Imgs .Support_img img.lazyload:hover{
    filter: grayscale(0);
}
section.Connect_with{
    background: #EBEEFD;
    padding: 72px 0;
}
section.Connect_with h2{
    color: var(--Theme-Dark-Blue-800,#26244a);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
    margin-bottom: 48px;
}
.Connect_with_Main .Connect_with_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-300,#d0d5dd);
    background: var(--White,#fff);
    padding: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    min-height: 189px
}

.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500,#3a58ef);
    padding: 10px 18px;
    color: var(--Theme-Blue-500,#3a58ef);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: inline-block
}

.Connect_with_Main .Connect_with_Box svg {
    min-height: 68px
}



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;
}


/* 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 (max-width:1366.51px) { 

        
    section.complince_solution table > thead > tr:first-child th:first-child {
        width: 540px;
    }

    .pricing-table td > svg {
        height: 21px;
    }

    .Scroll_View_More_Box:before {
        content: '';
        width: 1116px;
    }



}



@media (max-width:1199.51px) {  
    section.complince_solution table > thead > tr:first-child th:first-child {
        width: 460px;
    }

    .about_us .about_us_slider button.slick-prev.slick-arrow {
        left: 13%; 
    }
    
    .about_us .about_us_slider button.slick-next.slick-arrow {
        right: 13%; 
    }

}


@media (max-width: 991.51px) {

    .about_us .about_us_slider button.slick-prev.slick-arrow {
        left: 13%;
        bottom: -25%;
        top: auto;
    }
    

    .about_us .about_us_slider button.slick-next.slick-arrow {
        right: 13%; 
        bottom: -25%;
        top: auto;
    }
}


@media (max-width: 767.51px) {
    section.complince_solution h2 {
        font-size: 26px;
    }

    .about_us .about_us_slider button.slick-prev.slick-arrow {
        left: 3%;
        bottom: -78px;
        top: auto;
        width: 30px;
        height: 30px;
    }

    .about_us .about_us_slider button.slick-next.slick-arrow {
        right: 2%;
        bottom: -78px;
        top: auto;
        width: 30px;
        height: 30px;
    }

    .about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide p {
        font-family: Inter;
        font-weight: 400;
        font-size: 14px;
        line-height: inherit;
    }

    .about-client img {
        margin: 0;
    }

    .about-client .cle-info h6 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-size: 16px;
    }

    section.about_us h2 {
        margin-bottom: 0;
    }
}
@media(max-width:1366px){
    .speker_imge {
        height: 227px;
    }
}
@media(max-width:1366px){
    .specker_desc .speaker_head {
        font-size: 44px;
    }
    .specker_desc .speaker_info {
        font-size: 18px;
    }
}
@media(max-width:767px){
    .speker_imge {
        height: 356px;
        justify-content: center;
    }
    .specker_details {
        padding: 30px 0;
        background-image: none;
        min-height: auto;
    }
    .specker_desc .speaker_head {
        font-size: 24px;
        line-height: 1.5;
    }
    section.spleaker_grid .ins_ttl {
        font-size: 24px;
    }
    section.spleaker_grid {
        padding: 30px 0;
    }

    section.spleaker_grid .ins_Desc {
        margin-bottom: 24px !important;
    }

    .speker_imge {
        height: auto;
    }

    #speaker_filter_render .speaker_man .speker_imge img.img-fluid {
        min-width: 200px;
        width: 100%;
    }

}
@media (max-width:767px) { 
    .inner_counter {
        padding: 16px 13px
    }    

    .Try_for_free svg {
        min-width: 25px;
    }
    
    .requirement_icn > svg {
        min-width: 24px;
    }

    .Percentage_Boxes_Main .col-md-3 {
        max-width: inherit;
    }

    .Percentage_Boxes_Main .Percentage_Box {
        max-width: inherit;
        padding: 24px;
        margin-bottom: 24px;
    }

    .MYCPEONE_Learning_Solution_Box {
        margin-bottom: 24px;
    }

    .speker_imge {
        justify-content: center;
        width: 258px;
        margin: 0 auto;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
        padding: 10px;
    }

    .Individual_subscriptions_content_Box {
        padding: 32px;
        border-radius: 24px;
        background-color: #182878;
    }



}
@media (max-width:767px)
{
    .q_indevidual_sub_inner h2 {
        font-size: 20px;
    }
    .q_indevidual_sub_inner h2 + p {    
        font-size: 14px;
        line-height: 24px;
    }
    .q_indevidual_sub_inner ul li {
        font-size: 16px;
    }
    
}
@media(max-width:1399px){
    .table-responsive.user_list_tbl > table tbody > tr td:first-child {
        width: 331px;
    }
    .pilotimgs img {
        max-width: 230px;
    }
}
@media (max-width:767px)
{
    .CPA-Focused h2 {
        font-size: 20px;
    }
    .haveque-img {
        margin-top: 30px;
    }
    .Course_Box {
        margin: 15px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h6 {
        width: 190px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p {
        display: none;
    }
    .list_trending_topics .row.g-4 {
        --bs-gutter-y: 0;
    }
    .Fill_Btn {
        display: block;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
        padding: 0 15px;
        border-radius: 0;
        border-bottom: 1px solid #D0D5DD;
    }
    .section {
        padding: 60px 0;
    }
    body h1 {
        font-size: 24px;
    }
    body h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    /*second section*/
    .explore-container {
        padding: 16px 16px 16px 16px;
        position: relative;
        background-color: #fff;
        background-image: none;
        margin-top: -26px;
    }
    .explore-container:before {
        left: -3px;
        top: 60px;
    }
    section.complince_solution h2 {
        font-size: 20px;
    }
    .Subscribe_today {
        position: static;
        top: 14px;
        right: 20px;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 16px;
        background-color: #ebe8fd;
        background-image: none;
        flex-wrap: wrap;
        border-radius: 8px;
        margin-top: 16px;
        padding: 16px;
        text-align: center;
    }
    .Subscribe_today 
    .Fill_Btn {
        display: block;
        margin: 0 auto;
    }
    .explore-container form .col-auto {
        flex-basis: 100%;
    }
    .explore-container form .Fill_Btn {
        display: block;
        width: 100%;
    }
    /*section.Trending_Main h2*/
    section.Trending_Main h2{
        font-size: 20px;
    }
    .Trending_Tabs ul.nav-pills {
        gap: 16px;
        justify-content: flex-start;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    section.Trending_Main {
        padding-bottom: 30px;
    }
    .Trending_Topics_Todays {
        padding: 30px 0;
        background: #ECF1F9;
    }
    section.Trending_Topics_Todays h2{
        font-size: 20px;
        margin-bottom: 15px;
    }
    section.Trending_Topics_Todays .browse_all_topics {
        margin-top: 30px;
    }
    section.section.our_industry h2{
        font-size: 20px;
    }
    .q_indevidual_sub_inner h2{
        font-size: 20px;
    }
    .Get_started{
        margin-top: 0px;
        display: block;
    }
    .Learning_Professional_Life{
        padding: 30px 0 30px 0;
    }
    section.Learning_Professional_Life .headings h2{
        font-size: 20px;
    }
    .Learning_Professional_Life .learning_types .learnings {
        border: none;
        border-bottom: 1px solid var(--Theme-Purple-100, #E3E0FB) !important;
        border-left: 1px solid;
        margin-bottom: 24px;
    }
    .discover-container {
        padding: 15px 5px 15px 5px;
    }
    .discover-container h2
    {
        font-size: 20px;
    }
    .discover-container:before {
        height: 100%;
    }
    section.about_us h2 {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .about_us_slide h3 {
        font-size: 18px;
    }
    .about_us .slick-prev {
        left: 0;
    }
    .about_us .slick-next {
        right: 0;
    }
    .Latest_CPA_Catalog .Course_Catalog .headings {
        padding: 30px 16px;
        text-align: center;
    }
    .Latest_CPA_Catalog .Course_Catalog .press_catalog_img {
    position: static;
    }
    .Latest_CPA_Catalog .Course_Catalog .headings h2 {
        font-size: 20px;
    }
    section.about_us {
        margin-bottom: 86px;
    }
    section.section.trusted-profession h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .professional-testi-nm {
        text-align: right;
        position: relative;
        padding-right: 16px;
        margin-bottom: 0;
        margin-top: 24px;
    }
    .trusted-profession-slid {
        height: 100%;
        margin: 0 16px;
        border-radius: 12px;
        background: var(--White, #FFF);
        padding-top: 20px;
        padding-left: 16px;
        position: relative;
    }
    .trusted-profession .slick-prev{
        left: 0;
    }
    .trusted-profession .slick-next{
        right: 0;
    }
    section.cpa_sponsers {
        padding: 30px 0;
    }
    section.cpa_sponsers h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }
    section.cpa_sponsers p.tagline {
        font-size: 18px;
    }
    .accounting_firm ul li svg {
        min-width: 24px;
    }
    .accounting_firm_inner {
        padding: 16px 16px 316px 16px;
        background-size: 100%;
    }
    .accounting_firm_inner h2 {
        font-size: 20px;
    }
    .accounting_firm ul {
        margin: 15px 0 15px 0;
    }
    .Accreditations h2 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    section.digital_age  h2.digital_age_ttl {
        color: var(--Text-Grey-800, #1D2939);
        font-size: 20px;
        padding-top: 30px;
        margin-bottom: 15px;
    }
    .Must_Read_Blogs {
        padding: 30px 0px 30px 0px;
    }
    .Must_Read_Blogs .blogs_main .headings.text-center h2 {
        
        font-size: 20px;
        margin-bottom: 15px;
    }
    .have_que_inner h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .have_que_inner {
        padding-top: 20px;
    }
    .have_que .row{
        flex-direction: column-reverse;
    }
    .have_que .Get_started form.Get_started_form .row {
        padding: 0;
        flex-direction: column;
    }
    .have_que .Get_started {
        margin-top: 20px;
    }
    .faqs .nav-tabs{
        gap: 16px;
        justify-content: flex-start;
        margin-bottom: 24px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }
    section.section.faqs  h2.faq-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .our_industry .slick-prev{
    left: 0;
    } 
    .our_industry .slick-next{
    right: 0    ;
    }
    .about_us_slide h3 + p {
        padding: 0 30px;
    }
    section.section.serving_qualifications {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 0px;
    }
    section.have_que {
        margin-top: 30px;
    }
    .serving_qualifications h2 {
        font-size: 20px;
    }
    .q_main_banner_inner{
        padding-bottom: 0;
    }
    .Topics_Main ul {
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        max-width: calc(100% - 90px);
        margin-left: auto;
        margin-right: auto;
    }
    .btngroup_header {
        gap: 16px;
        justify-content: center;
    }
    .btngroup_header a {
        min-width: 100%;
    }
    .c_tooltip .c_tooltiptext::after {
        left: 6px;
    }
    .Insightful_Main {
        margin-top: 43px;
    }
    .Insightful_Main .slick-dots li button:before {
        width: 23px;
        height: 8px;
        background: #E3E0FB;
        border-radius: 26px;
        font-size: 0;
        opacity: 1;
    }
    .Insightful_Main .slick-dots li.slick-active button:before{
        background: #3a58ef;
    }
    .Insightful_Main_slide > img {
        margin: 0 auto;
    }
    .Insightful_Main .slick-dots li {
        width: 30px;
    }
    .Insightful_Main .slick-dots {
        bottom: -47px;
    }
    .view_all_blog {
        margin-top: 60px;
    }
    .c_tooltip .c_tooltiptext {
        left: 0;
        transform: translateX(0%);
        min-width: 300px;
    }
    .q_main_left {
        max-width: 100%;
    }
    .banner_course_box {
        display: flex;
        flex-direction: column;
        gap: 12px;
        position: static;
        right: auto;
        top: 0;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
        margin: 12px 0;
    }
    .banner_course_boxitm {
        position: relative;
        border-radius: 4px;
        background: #FFF;
        box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
        padding: 16px;
        max-width: 100%;
        flex-basis: 100%;
        width: auto;
        margin-bottom: 15px;
    }
    /* .banner_course_boxitm:nth-child(2),.banner_course_boxitm:nth-child(3) {
        margin-left: 0px;
        opacity: 1;
    } */
    .cpa_focus_tab .nav-tabs {
        overflow: hidden;
        text-align: center;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .cpa_focus_tab li.nav-item .nav-link.active, .cpa_focus_tab li.nav-item .nav-link:hover {
        border-bottom: 2px solid var(--Theme-Purple-500, #7162EA);
        background: var(--Theme-Purple-50, #F3F1FD);
        color: #26244A;
        border-left: none;
    }
    .counter_banner_area .col.counter_col {
        width: 100%;
    }
    .counter_banner_area > .row {
        flex-direction: column;
    }
    .inner_counter:before{
        content: none;
    }
    .inner_counter {
        padding: 16px 13px;
    }
    section.explore {
        margin-top: 50px;
        margin-bottom: 20px;
    }
}
/*Media Query Over*/

/* 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;
}
@media(max-width:767px){
    
    section.Accreditation_by {
        padding: 32px 0
    }

    .Accreditation_by_Top .row {
        gap: 16px
    }

    .Accreditation_by_Bottom_Imgs {
        display: flex;
        flex-wrap: wrap;
        gap: 1px 23px
    }
    .Connect_with_Main .Connect_with_Box {
        margin-bottom: 16px
    }
    section.complince_solution .table-responsive {
    overflow-x: auto;
    }
    .Detailed_Table table.table {
        /* table-layout: initial; */
    }
    .Detailed_Table {
        /* overflow-x: auto; */
    }
    .FAQ_Box {
        padding: 0;
    }
    .Detailed_Title h2,.Testimonials_Title h2,section.Connect_with h2,section.Accreditation_by h2,.FAQ_Main h2.Sec_Title {
        font-size: 24px;
        white-space: normal;
    }
    .Testimonials .Center_Test button.slick-arrow {
        top: -25px !important;
    }
    .Testimonials {
        padding: 32px 0 32px 0;
        background: #fff;
    }
    section.Connect_with {
        background: #EBEEFD;
        padding: 32px 0;
    }
    h3.Get_started_title,h3.Get_started_title span {
        font-size: 22px;
    }
    .Scroll_View_More_Box:before{
        width: 100%;
    }
    section.complince_solution table tr th, section.complince_solution table tr  td {
        width: auto !important;
        min-width: auto !important;
        white-space:nowrap;
    }
}

/* 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;
    }
}