.mos_banner {
    background-image: url("../images/l_and_d/l_and_d_home_banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}
.innermainmos {
    max-width: 648px;
}
.innermainmos h1 {
    margin-bottom: 12px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 60px;
}
.innermainmos h2 {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 24px;
}

.innermainmos ul {
    column-count: 2;
    margin-bottom: 24px;
}

.innermainmos ul li {
    list-style: none;
    display: flex;
    align-items: center;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    gap: 8px;
    margin-bottom: 12px;
}

.innermainmos ul li:last-child {
    margin-bottom: 0;
}

.l_and_d_banner_btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

.l_and_d_banner_btns a.Free_Trial_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: auto;
}

.l_and_d_banner_btns a.Schedule_Call_Btn {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 185px;
}

.Percentage_Boxes_Main .slider {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    padding: 20px;
    }

    .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: 178px;
    }

    .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;
    }

    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 {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.96px;
    }

    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
        bottom: 0;
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
    }

    .Percentage_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.Percentage_Boxes_Main {
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    section.Year_End {
        background: var(--White, #FFF);
        padding: 72px 0;
    }
    
    .Year_End_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    
    .Year_End_title 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;
    }
    
    .Year_End_title a.Schedule_Call_Btn {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
    
    /* Shadow/xs */
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        padding: 12px 20px;
        color: var(--White, #FFF);
    
    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
    }
    
    .Year_End_content {
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 24px;
        position: relative;
    }
    
    .Year_End_content span {
        color: var(--Text-Grey-700, #344054);
    
    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
    }
    
    .Year_End_content:after {
        content: '';
        border-right: 1px solid var(--Text-Grey-500, #5D667B);
        width: 1px;
        height: 64px;
        right: 0;
        position: absolute;
    }

    .Year_End_content.Last_Item:after { 
        display: none;
    }

    /* Trending Topics 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: var(--Theme-Blue-50, #EBEEFD);
    }

    section.Trending_Topics_Todays h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        margin-bottom: 48px;
    }

    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: transparent;
        box-shadow: none;
        justify-content: start;
        flex-wrap: wrap;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        text-align: left;
        transition: all .2s linear;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover h3 {
        margin-left: 15px;
        transition: all .2s linear;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        border-radius: 4px;
        background: var(--White, #FFF);
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
        padding: 6px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
        box-shadow: 0px 4px 35px 0px #dedede;
        animation-name: none;
        animation-timing-function: ease;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
    }
    @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: inline-block;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        border-radius: 12px;
        background: var(--Text-Grey-50, #F9FAFB);
        padding: 3px 2px;
        margin-bottom: 48px;
    }
    .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 */


    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;
    }

    .Topics_Main ul li {
        border-radius: 4px;
        border: 0px solid #D0D5DD;
        background: transparent;
        padding: 0;
        display: inline-flex;
        cursor: pointer;
        color: #344054;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .Topics_Main ul.nav-pills li.nav-item .nav-link {
        letter-spacing: normal;
        color: var(--Text-Grey-500, #5D667B);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 9px 66px;
    }

    .Topics_Main ul.nav-pills li.nav-item .nav-link.active {
        letter-spacing: normal;
        border-radius: 10px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .Trending_Topics_Todays .Topics_Main ul li:hover {
        border-radius: 4px;
        background: #D8DEFC;
        color: #475467;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        border: 0;
    }

    .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;
    }
    
    .Assessments_Curated {
        background: #FFFFFF;
        padding: 72px 0;
    }

    .Assessments_Curated_Title {}

    .Assessments_Curated_Title h2 {
        font-family: Inter;
        font-weight: 700;
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: normal;
        color: #26244A;
        margin-bottom: 24px;
    }

    .Assessments_Curated_Title p {
        font-family: Inter;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: normal;
        color: #475467;
    }

    .Assessments_Curated_Box {
        background: #FFFFFF;
        border: 1px solid #EAECF0;
        border-radius: 24px;
        padding: 24px;
        margin-bottom: 24px;
        min-height: 238px;
    }

    .Assessments_Curated_Box h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
        color: #344054;
        margin-top: 24px;
        margin-bottom: 8px;
        display: flex;
        align-items: start;
        gap: 12px;
    }

    .Assessments_Curated_Box p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: #475467;
    }

    .Assessments_Curated_Box h3 svg {
        min-width: 24px;
    }



    section.Why_Choose {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 72px 0;
    }
    
    .Why_choose_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;
    }
    
    .Why_choose_title {
        margin-bottom: 48px;
    }
    
    .Why_choose_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% */
    }
    
    .Why_choose_Main {
        position: relative;
    }
    
    .Why_choose_Main img.Why_choose_Bg_Img {
        position: absolute;
        top: 140px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        z-index: 0;
    }
    
    .Why_choose_Box.Why_choose_Box1 {
        margin-bottom: 44px;
        padding: 50px;
    }
    
    .Why_choose_Box {
        padding: 50px 0;
    }
    
    .Why_choose_Box h3 {
        color: var(--Text-Grey-700, #344054);
    
    /* Text xl / Semibold */
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 150% */
        margin-top: 24px;
        margin-bottom: 8px;
    }
    
    .Why_choose_Box  p {
        color: var(--Text-Grey-600, #475467);
    
    /* Text md / Regular */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }
    
    .Why_choose_Box.Why_choose_Box2 {
        padding: 50px;
        margin-bottom: 44px;
    }
    
    .Why_choose_Box.Why_choose_Box7 {
        padding: 50px;
    }
    
    .Why_choose_Box.Why_choose_Box8 {
        padding: 50px;
    }

    .Why_choose_Box.Why_choose_Box3 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 50px;
    }
    
    .Why_choose_Box.Why_choose_Box4 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 50px;
    }

    .Employee_Journey_Main {
        background-image: url(../images/l_and_d/Employee_Journey_Bg_Img.png);
        background-size: 100%;
        margin-top: 24px;
        display: flex;
        /* min-height: 386px; */
        gap: 45px;
        background-image: none;
    }

    section.Employee_Journey {
        background: var(--White, #FFF);
        padding: 72px 0;
    }
    
    section.Employee_Journey 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;
    }
    
    section.Employee_Journey 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% */
    }
    
    .Employee_Journey h3 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
    
    /* Webpage/Header 4 */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
        margin-top: 24px;
    }
    
    .Employee_Journey_Box {
        max-width: 166px;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box1 {
        margin-top: 20vh;
        margin-left: 4vh;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box2 {
        margin-top: 17vh;
        max-width: 175px;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box3 {
        margin-top: 12vh;
        max-width: 175px;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box4 {
        margin-top: 8vh;
        max-width: 176px;
        margin-left: 0vh;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box5 {
        margin-top: 5vh;
        max-width: 169px;
    }
    
    .Employee_Journey_Box.Employee_Journey_Box6 {
        margin-top: 2vh;
        max-width: 153px;
    }
    
    .Employee_Journey_Box label {
        color: #182878;
    
    /* Display lg / Bold */
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px; /* 125% */
        letter-spacing: -0.96px;
    }
    
    .Employee_Journey_Box h3 {
        color: var(--Text-Grey-700, #344054);
    
    /* Text lg / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        text-align: left;
        margin-top: 0;
        margin-bottom: 8px;
    }
    
    section.Employee_Journey .Employee_Journey_Box p {
        color: var(--Text-Grey-600, #475467);
    
    /* Text sm / Regular */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        text-align: left;
    }

    .Transform_Learning {
        background-image: url(../images/l_and_d/No_chaos_bg.png);
        padding: 72px 0;
        text-align: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .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 {
        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;
    }

    .Transform_Learning a.Schedule_Btn {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

    .Transform_Learning a.Schedule_Btn:hover {
        color: #fff;
        background: #3A58EF;
        border: 1px solid #3A58EF;
    }

    .Join_Main {
        background: url(../images/l_and_d/Join_1500_Bg.png);
        background-size: cover;
        padding: 72px 0;
        margin-bottom: 34px;
    }

    .Join_Box {
        border-radius: 30px;
        border: 1px solid var(--Brand-gradients-Linear, #13CDF8);
        background: #FFF;
    
    /* Shadow 1 */
        box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
        background-image: url(../images/l_and_d/Join_white_Bg.png);
        padding: 52px;
        text-align: center;
    }
    
    .Join_Box {}
    
    .Join_Box h2 {
        color: var(--Theme-Purple-800, #0B0084);
        text-align: center;
        font-family: Inter;
        font-size: 64px;
        font-style: normal;
        font-weight: 800;
        line-height: 147%; /* 94.08px */
        letter-spacing: -1.28px;
    }
    
    .Join_Box h2 span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 64px;
        font-style: normal;
        font-weight: 800;
        line-height: 147%;
        letter-spacing: -1.28px;
    }
    
    .Join_Box h3 {
        color: var(--Theme-Purple-800, #0B0084);
        font-family: Inter;
        font-size: 36px;
        font-style: italic;
        font-weight: 600;
        line-height: 147%;
        letter-spacing: -0.72px;
    }
    
    section.Join_1500 {
        padding: 72px 0;
        background: var(--Theme-Blue-50, #EBEEFD);
    }
    
    .Testi_Box {
        border-radius: 10px;
        background: var(--Theme-Blue-100, #D8DEFC);
        padding: 72px;
    }
    
    .Testi_Box_Left {
        margin-top: -110px;
    }
    
    .Testi_Box_Left svg {
    
    }
    
    .Testi_Main {
        border-radius: 16px;
        border: 1px solid var(--Theme-Blue-500, #3A58EF);
        padding: 82px 16px 24px;
    }
    
    .Testi_Box_Left h3 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: left;
        font-family: Inter;
        font-size: 26px;
        font-style: italic;
        font-weight: 600;
        line-height: 120%; /* 31.2px */
        letter-spacing: -0.52px;
        margin-bottom: 12px;
        margin-top: 42px;

    }
    
    .Testi_Box_Left p {
        color: var(--Text-Grey-900, #101828);
        font-family: Inter;
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        line-height: 30px; /* 150% */
    }
    
    .Testi_Box_Right label {
        color: #111827;
        text-align: right;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        width: 100%;
        margin-bottom: 2px;
        margin-top: 18px;
    }
    
    .Testi_Box_Right {
        text-align: right;
        margin-top: -110px;
    }
    
    .Testi_Box_Right p {
        color: #111827;
        text-align: right;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 150% */
    }

    /*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;
        justify-content: 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*/
    section.have_que {
        margin-top: 0;
    }
    .have_que .Get_started form.Get_started_form {
        padding: 0;
        background: 0 0;
        border: 0;
        box-shadow: none;
    }
    #lets_connect_submit {
        width: 143px;
        height: 46px;
    }

    .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: #5d667b;
        transform: scale(.85) translateY(-1.5rem) translateX(.35rem)
    }

    .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: .625rem;
        padding-bottom: 1rem;
        box-shadow: none;
        border-color: #dee2e6
    }

    .form-floating input:hover {
        border-color: #3a58ef
    }

    .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
    }

    .form-floating>.form-control,.form-floating>.form-control-plaintext {
        padding: 1rem .75rem
    }

    .Get_started {
        border-radius: 24px;
    }

    form.Get_started_form {
        padding: 24px;
        border-radius: 24px;
    }

    .Get_started h3.Get_started_title {
        font-family: Inter;
        font-weight: 700;
        font-size: 26px;
        line-height: 130%;
        letter-spacing: normal;
        color: #1D2939;
    }

    .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;
    }


    form.Get_started_form {
        padding: 24px;
        border-radius: 8px;
        border: 2px solid var(--Theme-Purple-100, #E3E0FB);
        padding: 24px;
        background: var(--White, #FFF);
    }
    .Get_started .form-floating>label {
        padding: .7rem .75rem;
        font-size: 14px;
    }
    .Get_started .form-select {
        color: #101828;
    }
    .Get_started .form-floating>label:not(.Get_started .form-floating>textarea + label) {
        padding: .7rem .75rem;
        font-size: 14px;
        color: #101828;
        line-height: 1;
        display: flex;
        align-items: center;
        height: 50px;
    }
    .Get_started .form-select {
        padding: .7rem .75rem;
        font-size: 14px;
    }
    .Get_started .form-floating>.form-control-plaintext~label,.Get_started.form-floating>.form-control:focus~label,.Get_started .form-floating>.form-control:not(:placeholder-shown)~label,.Get_started .form-floating>.form-select~label {
        color: rgba(var(--bs-body-color-rgb),.65);
        transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
    }
    .Get_started .form-floating>.form-control-plaintext:focus,.Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown),.Get_started .form-floating>.form-control:focus,.Get_started .form-floating>.form-control:not(:placeholder-shown) {
        padding-top: 0.625rem;
        padding-bottom: 1rem;
    }
    .form-floating>.form-control, .form-floating>.form-control-plaintext {
        padding: 1rem .75rem;
    }
    .Get_started .form-floating>.form-control,.Get_started .form-floating>.form-control-plaintext,.Get_started .form-floating>.form-select {
        height: calc(3rem + calc(var(--bs-border-width) * 2));
        min-height: calc(3rem + calc(var(--bs-border-width) * 2));
        line-height: 1.25;
    }
    .Get_started .form-floating>textarea.form-control {
        height: 120px;
    }
    .Get_started {
        border-radius: 8px 8px 0px 0px;
        /* border: 1px solid var(--Text-Grey-100, #F2F4F7); */
        background: var(--White, #FFF);
        /* padding: 24px; */
        border-radius: 8px;
        /* border: 2px solid var(--Gradient-G6, #B5EAF6); */
        /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
        /* border-image-slice: 1; */
        /* border-width: 2px; */
        position: relative;
    }
    .Get_started:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        margin: -2px;
        border-radius: inherit;
        background: linear-gradient(to right, #B5EAF6,#8A9BE9);
    }
    h3.Get_started_title {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    margin-bottom: 2px;
    }
    p.Get_started_desc {
        color: var(--Text-Grey-600, #475467);

        /* Text lg/Regular */
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
    }
    .Get_started .form-check .form-check-label {
        color: #5D667B;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
    }
    .Get_started .form-check .form-check-label a{
        color: var(--Theme-Purple-500, #3a58ef);
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        text-decoration-line: underline;
    }

    .Get_started .form-floating a img {
        position: absolute;
        top: 13px;
        right: 12px;
    }


    .Get_started .form-check .form-check-label,.Get_started button.Fill_Btn,
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
        width: 100%
    }

    .form-floating .bootstrap-select .btn.dropdown-toggle:hover {
        border-color: #7162ea;
        background-color: #fff;
    }

    .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;
    }
    .Fill_Btn{
        white-space: nowrap;
    }

    .Must_Read_Blogs {
        padding: 72px 0;
        background: #EBEEFD;
    }

    .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: -.72px;
        margin-bottom: 40px
    }

    .Insightful_Box {
        border-radius: 8px;
        background: #fff;
        padding: 16px;
        height: 100%
    }

    .Insightful_Box img {
        width: 100%
    }

    .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 h4 .blog_author {
        max-height: 20px;
        width: auto
    }

    .Insightful_Box p {
        color: var(--Text-Grey-500,#5d667b);
        font-style: normal;
        font-weight: 400;
        line-height: 24px
    }

    .Insightful_img {
        max-height: 240px;
        overflow: hidden;
        border-radius: 8px
    }

    .Insightful_Box a img:hover {
        transform: scale(1.1)
    }

    .Insightful_Box a img {
        border-radius: 8px;
        transition: .3s
    }

    .Insightful_Box a img {
        border-radius: 8px
    }

    .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://d35qtdhia1ds08.cloudfront.net/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;
        box-shadow: none;
    }

    .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: #667085;
        font-family: Inter;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    .FAQ_Main .FAQ_Box .accordion-body p {
        color: var(--secondary-secondary-100, #171A1F);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding: 0;
        margin-bottom: 15px;
    }

    .FAQ_Main .FAQ_Box .accordion-body ul {
        margin-left: 20px;
    }

    .FAQ_Main .FAQ_Box .accordion-body ul li {
        color: var(--secondary-secondary-100, #171A1F);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        list-style: disc;
        margin-bottom: 10px;
    }

    .FAQ_Main .FAQ_Box .collapse {
        border: 0;
    }


    .FAQ_Main .FAQ_Box .nav-pills button.nav-link, .FAQ_Main .FAQ_Box .nav-pills button.nav-link {
        font-family: Inter;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #344054;
        padding: 8px;
        display: inline-block;
        width: auto;
        max-width: fit-content;
        margin-bottom: 16px;
    }

    .FAQ_Main .FAQ_Box .nav-pills button.nav-link.active {
        background: #D8DEFC;
        padding: 8px;
        color: #1D2939;
        border-radius: 4px;
    }

    .FAQ_Main .FAQ_Box .tab-content h3 {
        font-family: Inter;
        font-size: 26px;
        font-weight: 700;
        line-height: 33.8px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #26244A;
    }

    .FAQ_Main 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_Box {
        border-radius: 12px;
        padding: 30px;
    }

    .FAQ_Box .sticky-top {
        top: 130px;
        z-index: 9;
    }

    .Employee_Journey_Box {
        display: none;
    }

    .View_Samples_Box img.Discover_Everything_Img {
        border-radius: 30px;
    }


 

/*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;
    margin-bottom: 10px;
}
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;
}

.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: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 .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: 677px;
    padding-left: 36px;
}
/*Learning & Compliance Solution for Your CPA & Accounting Firm End*/

    /*Learning & Compliance Solution section for Your CPA & Accounting Firm Start*/
section.complince_solution {
    padding-top: 72px;
    padding-bottom: 72px;
    background: #EBEEFD;
}

section.complince_solution label {
    font-family: Inter;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #3A58EF;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
}

section.complince_solution h2 {
    color: #26244A;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

section.complince_solution h2 + p {
    color: var(--Text-Grey-500, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
}

section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
}

.complince_solution .complince_solution_table {
    width: 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: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #fff;
    padding: 12px 16px;
    border: none;
}

section.complince_solution .table-responsive {
    background: #FFFFFF;
    border-radius: 16px;
}

.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 #EAECF0;
    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;
}


.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;
}




.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;
}

.complince_solution .complince_solution_table {
    width: 100%;
}


    /*Individual Section Start*/
.Get_started_form .counter {
    display: flex;
    gap: 8px;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.Get_started_form input#no_of_seats {
    width: 65px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    text-align: center;
}
.Get_started_form .counter a {
    padding: 8px;
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    /* box-shadow: 0px 1px 2px 0px rgba(16, 24, 4); */
}
.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.q_indevidual_sub_inner h2 + p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}
.q_indevidual_sub_inner ul li  {
    display: flex;
    gap: 10px;
}
section.q_indevidual_sub {
    background: #FFF;
}
.trusted_indevidual p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
p.unlimited_acc {
    margin-top: 24px;
    margin-bottom: 18px;
}
.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}
.education_tags_individual span:last-child {
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-50, #EBEEFD);
}
p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}
.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
form.Get_started_form {
    padding: 24px;
    border-radius: 8px;
    border: 2px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 24px;
    background: var(--White, #FFF);
}
.Get_started .form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}
.Get_started .form-select {
    color: #101828;
}
.Get_started .form-floating>label:not(.Get_started .form-floating>textarea + label) {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 50px;
}
.Get_started .form-select {
    padding: .7rem .75rem;
    font-size: 14px;
}
.Get_started .form-floating>.form-control-plaintext~label,.Get_started.form-floating>.form-control:focus~label,.Get_started .form-floating>.form-control:not(:placeholder-shown)~label,.Get_started .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}
.Get_started .form-floating>.form-control-plaintext:focus,.Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown),.Get_started .form-floating>.form-control:focus,.Get_started .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}
.Get_started .form-floating>.form-control,.Get_started .form-floating>.form-control-plaintext,.Get_started .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.Get_started {
    border-radius: 8px 8px 0px 0px;
    /* border: 1px solid var(--Text-Grey-100, #F2F4F7); */
    background: var(--White, #FFF);
    /* padding: 24px; */
    border-radius: 8px;
    /* border: 2px solid var(--Gradient-G6, #B5EAF6); */
    /* border-image-source: linear-gradient(to left, #743ad5, #d53a9d); */
    /* border-image-slice: 1; */
    /* border-width: 2px; */
    position: relative;
}
.Get_started:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(to right, #B5EAF6,#8A9BE9);
}
h3.Get_started_title {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Display xs / Semibold */
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
margin-bottom: 2px;
}
p.Get_started_desc {
    color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
.Get_started .form-check .form-check-label a{
color: var(--Theme-Purple-500, #3a58ef);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
text-decoration-line: underline;
}
/*Individual Section End*/

.section {
    padding: 110px 0;
}

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;
}

.q_indevidual_sub .pricing-table tfoot td {
    padding: 16px 8px 0px 8px;
}

.q_indevidual_sub .slicer-goldbtn {
    align-items: baseline;
    gap: 0;
}

.q_indevidual_sub .table>tbody tr:first-child td {
    padding-top: 16px;
}

.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
}

.education_tags_individual span:last-child {
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    width: auto;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
    float: left;
    color: #5d667b;
}

.education_tags_individual span:last-child:hover {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    color: #5d667b;
}

span.Explore_Btn {
    color: #3A58EF;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    border-radius: 4px;
    border: 0;
    background: var(--Theme-Blue-50, #EBEEFD);
    float: left;
    display: inline-block;
    width: auto;
    text-decoration: underline;
}

.Get_started {
    border-radius: 24px;
}

form.Get_started_form {
    padding: 24px;
    border-radius: 24px;
}

.trusted_indevidual {
    display: inline-block;
    float: left;
    width: 100%;
}

.trusted_indevidual p {
    float: left;
    width: 100%;
    display: inline-block;
}


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;
}

h3.Get_started_title {
    font-family: Inter;
    font-weight: 700;
    font-size: 26px;
    line-height: 130%;
    letter-spacing: normal;
    color: #1D2939;
}

.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;
}

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: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.Team_Payment_Sucess .modal-dialog{
    width: 320px;
}
.Team_Payment_Sucess .Get_started_form{
    text-align: center;
}
.Team_Payment_Sucess .modal-title{
    margin: 10px 0;
}
.b_select span.help-block{
    font-size: 14px;
}

.team_select_plan p{
    color: var(--Theme-Purple-500, #7162EA);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.annual_subscription_text{
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}
.team_annual_subscription h6{
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}
.team_annual_subscription 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);
}
/*Learning & Compliance Solution section for Your CPA & Accounting Firm End*/


/*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:first-child {
    vertical-align: bottom;
}

.q_indevidual_sub .pricing-table th.second_th p {
    color: var(--Text-Grey-500, #5D667B);

/* Text xs / Regular */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
}

.q_indevidual_sub .pricing-table th.second_th b {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text lg / Bold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.q_indevidual_sub .slicer-goldbtn {
    color: var(--White, #FFF);
    text-align: center;

/* Text xs / Bold */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    padding: 4px 10px;
    min-width: 110px;
}

/*Learning & Compliance Solution section for Your CPA & Accounting Firm end - 05-08 */

section.complince_solution table tr.chart_row td .user_list_tbl table tbody td:has(.arrow_black):hover {
    transform: translateX(10px);
    transition: .4s linear all;
}

button.btn-coming_soon {
    padding: 2px 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;
}

section.complince_solution 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;
}

@media only screen and (max-width: 1366.51px) {

    .Percentage_Boxes_Main .col-md-3 {
        max-width: 228px;
    }

    .Percentage_Boxes_Main .Percentage_Box {
        min-height: 170px;
    }

    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
        font-size: 40px;
    }
    .Percentage_Boxes_Main .Percentage_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        min-width: 60px;
    }
     section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles {
        width: calc(100% - 76px);
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        white-space: normal;
        font-size: 18px;
    }
    .Assessments_Curated_Box {
        min-height: 226px;
    }
    .Assessments_Curated_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Assessments_Curated_Box p {
        font-size: 16px;
    }
    .Why_choose_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Why_choose_Box p {
        font-size: 14px;
        line-height: 24px;
    }
    .Why_choose_Main img.Why_choose_Bg_Img {
        top: 190px;
        max-width: 750px;
    }
    .Testi_Box_Left h3 {
        font-size: 22px;
    }
    .Testi_Box_Left p {
        font-size: 17px;
        line-height: inherit;
    }
    .FAQ_Main .FAQ_Box .accordion-button {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1199.51px) {
    .Percentage_Boxes_Main .col-md-3 {
        max-width: 192px;
    }
    .Percentage_Boxes_Main .Percentage_Box {
        min-height: 170px;
    }
    .Percentage_Box_Top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .innermainmos ul li {
        font-size: 14px;
    }
    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
        font-size: 26px;
        line-height: inherit;
    }
    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
        font-size: 24px;
        line-height: inherit;
    }
    .Percentage_Box_Top svg {
        min-width: 30px;
        max-width: 30px;
        max-height: 30px;
    }
    .Percentage_Boxes_Main .Percentage_Box {
        min-height: 149px;
    }
    .Year_End_content svg {
        min-width: 48px;
    }
    .Year_End_content span {
        font-size: 17px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Assessments_Curated_Title h2 {
        font-size: 32px;
    }
    .Assessments_Curated_Title p {
        font-size: 16px;
        line-height: inherit;
    }
    .Assessments_Curated_Box p {
        font-size: 14px;
    }
    .Assessments_Curated_Box {
        min-height: 241px;
    }
    .Why_choose_title h2 {
        font-size: 32px;
    }
    .Why_choose_title p {
        font-size: 15px;
    }
    .Why_choose_Box.Why_choose_Box1 {
        margin-bottom: 44px;
        padding: 24px;
    }
    .Why_choose_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Why_choose_Box p {
        font-size: 14px;
        line-height: inherit;
    }
    .Why_choose_Box.Why_choose_Box2 {
        padding: 24px;
        margin-bottom: 44px;
    }
    .Why_choose_Box.Why_choose_Box3 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 24px;
    }
    .Why_choose_Box.Why_choose_Box4 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 24px;
    }
    .Why_choose_Box.Why_choose_Box7 {
        padding: 24px;
    }
    .Why_choose_Box.Why_choose_Box7 {
        padding: 24px;
    }
    .Join_Box h2 {
        font-size: 52px;
    }
    .Join_Box h2 span {
        font-size: 52px;
    }
    .Join_Box h3 {
        font-size: 28px;
    }
    .Join_Box {
        padding: 36px;
    }
    .Testi_Box_Left h3 {
        font-size: 20px;
    }
    .Testi_Box_Left p {
        font-size: 14px;
        line-height: inherit;
    }
    .Testi_Box_Left h3 {
        margin-top: 26px;
    }
    .have_que_inner h3 {
        font-size: 32px; 
    }
    .have_que_inner p {
        font-size: 15px; 
    }
    .Insightful_Box h3 {
        height: 42px;
        font-size: 16px;
    }
    .Insightful_Box p {
        line-height: inherit;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991.51px) {
    .innermainmos h1 {
        font-size: 30px;
        line-height: inherit;
        text-align: center;
    }
    .innermainmos h2 {
        text-align: center;
    }
    .innermainmos ul {
        column-count: 2;
        margin-bottom: 24px;
        max-width: 450px;
        margin: 0 auto 24px;
    }
    .innermainmos {
        max-width: 648px;
    }
    .l_and_d_banner_btns {
        justify-content: center;
    }
    .Percentage_Boxes_Main .col-md-3 {
        max-width: 240px;
        width: 33%;
    }
    .Percentage_Boxes_Main .Percentage_Box {
        min-height: 149px;
        margin-bottom: 24px;
    }
    .Year_End_content.Tab_Last_Item:after {
        border-right: 0;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        min-width: 42px;
        max-width: 42px;
        max-height: 42px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons svg {
        max-width: 30px;
        max-height: 30px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
        padding: 8px 16px;
    }
    .Assessments_Curated_Title {
        margin-bottom: 24px;
    }
    .Assessments_Curated_Box {
        min-height: 226px;
    }
    .Why_choose_Main img.Why_choose_Bg_Img {
        display: none;
    }
    .Why_choose_Box {
        padding: 24px;
    }
    .Why_choose_Box h3 {
        font-size: 14px;
        line-height: inherit;
    }
    .Why_choose_Box p {
        font-size: 14px;
        line-height: inherit;
    }
    .Testi_Box {
        padding: 72px 24px;
    }
    .haveque-img {
        margin-top: 24px;
    }
    .Transform_Learning h2 {
        font-size: 32px;
    }
    section.Employee_Journey p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767.51px) {
    .innermainmos ul {
        column-count: 1;
        margin-bottom: 24px;
        max-width: 215px;
        margin: 0 auto 24px;
        text-align: center;
    }
    .l_and_d_banner_btns {
        justify-content: center;
        display: inline-block;
        width: 100%;
    }
    .l_and_d_banner_btns a.Free_Trial_Btn {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .l_and_d_banner_btns a.Schedule_Call_Btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 24px;
        max-width: inherit;
        margin-bottom: 24px;
    }
    .Percentage_Boxes_Main .col-md-3 {
        max-width: inherit;
        width: 100%;
    }
    .Percentage_Boxes_Main .Percentage_Box {
        min-height: auto;
    }
    .Year_End_title {
        display: inline-block; 
    }
    .Year_End_title a.Schedule_Call_Btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 24px;
    }
    .Year_End_content:after {
        content: '';
        border-bottom: 1px solid var(--Text-Grey-500, #5D667B);
        border-right: 0;
        width: 100%;
        height: 1px;
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        position: absolute;
        margin: 0 auto;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        font-size: 16px;
        line-height: inherit;
    }

    .Assessments_Curated_Box {
        min-height: inherit;
    }
    .Why_choose_Box {
        margin-bottom: 0 !important;
        padding: 24px !important;
    }

    .Employee_Journey_Box {
        display: block;
    }

    .Employee_Journey_Main .Employee_Journey_Box {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 24px;
        width: 100%;
        min-width: inherit;
        max-width: inherit;
        margin: 0 0 24px;
    }

    .Employee_Journey_Main {
        display: inline-block;
        height: 100%;
    }

    .Employee_Journey_Main img.Employee_Journey_Img {
        display: none;
    }

    .Topics_Main ul {
        display: flex;
        justify-content: start;
        overflow-x: scroll;
    }
    .Join_Box h2 {
        font-size: 30px;
    }
    .Join_Box h2 span {
        font-size: 30px;
    }
    .Join_Box h3 {
        font-size: 18px;
    }
    .Testi_Box_Left {
        margin-top: -70px;
        margin-bottom: 24px;
    }

    .Testi_Box_Right {
        text-align: left;
        margin-top: 0;
    }

    .Testi_Box_Right label {
        text-align: left;
    }
    .Testi_Box_Right p {
        text-align: left;
    }
    .Testi_Box {
        padding: 24px;
    }
    .have_que .Get_started {
        display: block;
        margin-top: 16px;
    }
    .FAQ_Box {
        border-radius: 12px;
        padding: 0;
    }
    .FAQ_Main .FAQ_Box .accordion-button {
        font-size: 16px;
        line-height: inherit;
    }
}