.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 {
    margin-bottom: 24px;
    color: var(--White, #FFF);
    /* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
}

.innermainmos ul {
    column-count: 1;
    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% */
}

.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: 205px;
}

.innermainmos p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 12px;
}

.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(--White, #FFF);
}

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: 12px;
    position: relative;
    justify-content: center;
}

.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-200, #EAECF0);
    width: 1px;
    height: 46px;
    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: 72px 0 152px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

section.Trending_Topics_Todays h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: start;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 0px;
}

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: 0;
    margin-bottom: 0;
}

p.text-center.Topics_Main_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;
    margin-bottom: 24px;
}


.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: 0;
    margin-top: 15px;
    padding-top: 48px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 24px;
}
.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 30px;
}

.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: auto;
    right: 0;
    bottom: -130px;
    left: 0;
    margin: 0 auto;
    z-index: 0;
}

.Why_choose_Box.Why_choose_Box1 {
    margin-bottom: -160px;
    padding: 50px;
    margin-top: 0;
}

.Why_choose_Box {
    padding: 50px 0;
    text-align: center;
}

.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% */
    max-width: 225px;
    text-align: center;
    margin: 0 auto;
}

.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: 0px;
    margin-top: 0;
    text-align: right;
    margin-right: -70px;
}

.Why_choose_Box.Why_choose_Box4 {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0px;
    margin-top: 0;
    text-align: left;
    margin-left: -70px;
}

.Why_choose_Box.Why_choose_Box5 {
    text-align: right;
}

.Why_choose_Box.Why_choose_Box6 {
    text-align: left;
}

.Why_choose_Box.Why_choose_Box3 p {
    max-width: 225px;
    float: right;
    text-align: right;
}

.Why_choose_Box.Why_choose_Box4 p {
    max-width: 225px;
    text-align: left;
    margin: 0;
}

.Why_choose_Box.Why_choose_Box5 p {
    margin: 0;
    text-align: right;
    float: right;
}

.Why_choose_Box.Why_choose_Box6 p {
    text-align: left;
    margin: 0;
}

.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 {
    background: #fff;
    color: #3A58EF;
}

.Transform_Learning a.Schedule_Btn:hover svg path {
    fill: #3A58EF;
}

.Transform_Learning a.Schedule_Btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.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: 151px;
    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;
    height: auto;
}

.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: var(--White, #FFF);
}

.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;
    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;
}



.One_Platform.desktop{
    display: block;
}
.One_Platform.mobile{
    display: none;
}

section.One_Platform {
    background: var(--White, #FFF);
    padding: 72px 0;
}
h2.Platform_Title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.Platform_Main ul li.nav-item button.nav-link {
    padding: 8px 24px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Platform_Main ul li.nav-item button.nav-link img {
    margin-right: 12px;
}
.Platform_Main ul {
    border: none;
    margin-bottom: 32px;
}
.Platform_Main ul {
    border: none;
    margin-bottom: 32px;
    text-align: center;
    justify-content: center;
}
.Platform_Main .nav-tabs .nav-link.active {
    background: transparent;
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #3A58EF 26.44%, #3A58EF 50.48%, #3A58EF 75%, rgba(255, 255, 255, 0.00) 100%);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Platform_Can .nav-link.active {
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
    width: 100%;
}
/* Add for tags hierarchy */
.Left_Box h6, .Left_Box h3 {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 0px;
}
.Left_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}
.Platform_Can .nav-link.active h6, .Platform_Can .nav-link.active h3 {
    color: var(--Text-Grey-700, #344054);
}
.Platform_Can .nav-link.active p {
    color: var(--Text-Grey-700, #344054);
}
.Platform_Left {
    height: 600px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 30px;
}
.Left_Box p.Learn.More {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 9px;
    text-decoration-line: underline;
    margin: 0;
}
.Left_Box p.Learn.More svg {
    margin-left: 4px;
}

.Platform_Can button {
    text-align: left;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    padding: 16px;
    width: 100%;
}
.Platform_Can .nav-pills {
    max-width: 302px;
    padding-right: 20px;
    max-height: 647px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
}

h3.text-center.Topics_Main_Title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    margin-bottom: 16px;
}

h3.text-center.Topics_Main_Title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    margin-bottom: 16px;
}

.Year_End_content.Existing_content {
    gap: 12px;
}

.Year_End_content.Existing_content svg {
    min-width: 36px;
}

.Year_End_content.Existing_content  span {
    color: var(--Text-Grey-700, #344054);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.Year_End_content.Existing_content:after {
    content: '';
    display: none;
}

a.Explore_Now_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    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;
    justify-content: center;
    max-width: 162px;
    margin: 0 auto;
    gap: 8px;
    margin-top: 48px;
}

.Trending_Topics_Todays {
    padding: 144px 0 72px;
    background: #ffffff;
}


.Reports_Left h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}
.Reports_Left ul li {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    list-style: none;
}
.Reports_Left ul li svg {
    margin-right: 2px;
}

a.Download_Report_Btn {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 200px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

section.Trending_Topics_Todays.Sample_Report_Section {
    background: var(--White, #FFF);
    /* padding-top: 0; */
}

.Benefits_Number_Box {
    background: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_offshoring_accounting_backoffice/images/Benefits_Bg_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.Benefits_Number_Box02 {
    background: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_offshoring_accounting_backoffice/images/Benefits_Bg_02.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.Benefits_Number_Box03 {
    background: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_offshoring_accounting_backoffice/images/Benefits_Bg_03.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.Benefits_Number_Box04 {
    background: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_offshoring_accounting_backoffice/images/Benefits_Bg_04.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.Benefits_Number_Box05 {
    background: url(https://assets.my-cpe.com/entigrity-assets/custom/demo_offshoring_accounting_backoffice/images/Benefits_Bg_05.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


section.Benefits_of_Outsourced {
    background: var(--White, #FFF);
    padding: 72px 0;
}

section.Benefits_of_Outsourced .Sec_Title {}

section.Benefits_of_Outsourced .Sec_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: 8px;
}

section.Benefits_of_Outsourced .Sec_Title p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.Benefits_of_Outsourced_Main {
    margin-top: 48px;
}

.Benefits_of_Outsourced_Box {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 30px;
}

.Benefits_Number_Box label {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.4px;
    margin-left: -24px;
    transition: linear .3s all;
}

.Benefits_Number_Box {
    display: flex;
    background-size: contain;
    min-width: 162px;
    justify-content: space-between;
    position: relative;
    padding-left: 16px;
}

.Benefits_label_Box {
    overflow: hidden;
    padding-left: 0;
}

.Benefits_Number_Box svg {
    position: absolute;
    right: 10px;
    top: 5px;
}

.Benefits_Number_Box:hover label {  
    margin-left: 0;
    transition: linear .3s all;
}

.Benefits_Border_Box {}

.Benefits_Border_Box .Benefits_Border_Img {
    display: block;
}

.Benefits_Border_Box .Benefits_Border_Img_Hover {
    display: none;
}

.Benefits_Text_Box {
    display: flex;
    gap: 24px;
    align-items: center;
}

.Benefits_Text_Box_Left {}

.Benefits_Text_Box_Left img.Benefits_Icon {
    min-width: 48px;
}

.Benefits_Text_Box .Benefits_Text_Box_Right {}

.Benefits_Text_Box .Benefits_Text_Box_Right 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% */
    margin-bottom: 8px;
}

.Benefits_Text_Box .Benefits_Text_Box_Right 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% */
}

.Benefits_Number_Box.Benefits_Number_Box02 {
    min-width: 213px;
}

.Benefits_Number_Box.Benefits_Number_Box03 {
    min-width: 261px;
}

.Benefits_Number_Box.Benefits_Number_Box04 {
    min-width: 313px;
}

.Benefits_Number_Box.Benefits_Number_Box05 {
    min-width: 358px;
}

section.Contrary_to_popular.Want_to_Know {
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Benefits_Border_Box:hover {
    transition: linear .3s all;
}

.Benefits_Border_Box:hover svg circle {
    transform: translate(78px, 0px);
    transition: linear .3s all;
}

.Benefits_Border_Box svg circle {
    transform: translate(0px, 0px);
    transition: linear .3s all;
}



.Our_Approach_Box_Main {
    margin-top: 0px;
}

.Our_Approach_Main_Box {

}

.Our_Approach_Main_Box .Our_Approach_Box {
    position: relative;
    /* min-width: 280px; */
    display: inline-block;
}

.Our_Approach_Main_Box .Our_Approach_Box label {
    font-weight: 800;
    font-size: 64px;
    line-height: 70.4px;
    letter-spacing: normal;
    color: #3A58EF;
    margin-bottom: 68px;
}

.Our_Approach_Main_Box .Our_Approach_Box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    color: #344054;
    margin-bottom: 8px;
}

.Our_Approach .Our_Approach_Main_Box .Our_Approach_Box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    color: #475467;
    text-align: left;
}

.Our_Approach_Main_Box .Our_Approach_Box:before {
    content: '';
    background: url('../images/assessment/How_It_Works_Before.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: 80px;
    left: -20px;
    width: 252px;
    height: 273px;
    display: inline-block;
}

.Our_Approach_Main_Box .Our_Approach_Box:after {
    content: '';
    background: url('../images/assessment/How_It_Works_After.svg');
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    right: -120px;
    width: 160px;
    height: 102px;
    display: inline-block;
}

.Our_Approach_Main_Box .Our_Approach_Box.Support_Growth_Box:after {
    display: none;
}

.animation {
    width: 300px;
    height: 150px;
    color: #fff;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40vh;
}

.fade-in-up {
    opacity:0;
    visibility: hidden;

    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}


.our-approach-wrapper {
    display: flex;
    justify-content: space-between;  /* Spaces out the elements */
    flex-wrap: wrap;  /* Ensures elements wrap if the screen size is small */
    gap: 20px;  /* Adjust the gap between elements */
    min-height: 430px;
}

.Our_Approach_Box {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);  /* Start elements off-screen, from bottom */
    transition: opacity 0.6s ease, transform 0.6s ease; /* Smooth transition */
    width: 18%;  /* Adjust width to make them appear in a row */
}

.Our_Approach_Box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);  /* Move to the original position */
}

.Our_Approach_Box.Set_Goals_Box.animation.fade-in-up.visible {
    margin-top: 10vh;
}

.Our_Approach_Box.Identify_Courses_Box.animation.fade-in-up.visible {
    margin-top: 5vh;
}

.Our_Approach_Box.Implement_Programs_Box.animation.fade-in-up.visible {
    margin-top: 0vh;
}

.Our_Approach_Box.Monitor_Progress_Box.animation.fade-in-up.visible {
    margin-top: 5vh;
}

.Our_Approach_Box.Support_Growth_Box.animation.fade-in-up.visible {
    margin-top: 0vh;
}



.Our_Approach_Box {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.Our_Approach_Box.visible {
    opacity: 1;
    transform: translateY(0);
}

.Our_Approach_Box.Implement_Programs_Box.animation.fade-in-up.visible:after {
    content: '';
    display: none;
}


.Testimonials {
    padding: 72px 0px;
    background: #EBEEFD;
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px
}

.Testimonials img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.Testimonials .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    min-width: 58px;
    margin-right: 16px;
    border-radius: 50%
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    border-radius: 50%;
    max-height: 58px;
    max-width: 58px;
}

.Testimonials .SlideBox_Test_Author h3 {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A
}

.Testimonials .SlideBox_Test_Author p {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467
}

.Testimonials h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 40px
}

.Testimonials .center ul.slick-dots {
    bottom: -62px
}

.Testimonials .center .slick-dots li button {
    background: #D8DEFC;
    width: 22px;
    height: 8px;
    border-radius: 26px
}

.Testimonials .center .slick-dots li.slick-active button {
    background: #3A58EF
}

.Testimonials .slick-arrow:hover,.slick-arrow:focus {
    border: 0;
    outline: 0
}

.Testimonials .slick-arrow {
    width: 100%;
    background-color: #fff0;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    right: 0;
    z-index: 99
}

.Testimonials .slick-prev {
    top: 0
}

.Testimonials .slick-next {
    bottom: 0;
    background-color: #fff
}

.Testimonials .slideBoxLeft {
    text-align: center
}

.Testimonials .slideBoxLeft h2 {
    font-family: Inter;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: normal;
    text-align: center;
    color: #344054;
    margin-top: 30px;
    margin-bottom: 16px
}
.Testimonials .center .slick-slide {
    padding: 0 15px;
    color: #e67e22;
    transform: scale(.8);
    filter: blur(3px);
}
.Testimonials .center .slick-slide.slick-current {
    transform: scale(1);
    filter: blur(0);
}
.Testimonials .center button.slick-prev:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Left.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .center button.slick-prev.slick-arrow {
    right: auto;
    position: absolute;
    left: 23%;
    top: 32%;
    background: #3a58ef;
    border-radius: 50%;
    z-index: 9;
}
.Testimonials .center button.slick-prev.slick-arrow {
    left: 17%;
    top: 50%;
}
.Testimonials .center .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.Testimonials .center button.slick-next.slick-arrow {
    background: #3a58ef;
    border-radius: 50%;
}
.Testimonials .center button.slick-next:before {
    content: '';
    background-image: url(https://assets.my-cpe.com/entigrity-assets/custom/exam_prep/images/Arrow_Right.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}
.Testimonials .center .slick-next {
    right: 17%;
    top: 50%;
}
.Testimonials .slick-dots li button:before {
    display: none
}

.Proctoring_Features {
    background-image: url(../images/assessment/Proctoring_Features_Bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0;
}

.Proctoring_Features h2.Proctoring_Title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    /* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.Proctoring_Main {}

.Proctoring_Main .Proctoring_Box {
    position: relative;
    min-height: 260px;
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
    max-width: 312px;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    margin-bottom: 77px;
    position: relative;
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box .Proctoring_InnerBox 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;
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box .Proctoring_InnerBox 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% */
    transition: .2s ease-in-out;
}

.Proctoring_Box {}

.Proctoring_InnerBox_Img {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .2s ease-in-out;
}

.Proctoring_InnerBox_Img label {
    color: var(--Theme-Blue-100, #D8DEFC);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    position: absolute;
    top: 50%;
    left: 15%;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box .Proctoring_InnerBox:after {
    content: '';
    background-image: url(../images/assessment/Proctoring_InnerBox1_After_Img.svg);
    width: 243px;
    height: 141px;
    display: inline-block;
    position: absolute;
    top: 87px;
    right: -244px;
    z-index: 0;
    display: none;
    transition: .2s ease-in-out;
}



.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox:after {
    content: '';
    background-image: url(../images/assessment/Proctoring_InnerBox1_After_Img.svg);
    display: block;
    transition: .2s ease-in-out;
} 

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-800, #182878);
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox svg {}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox svg {}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox svg path {
    stroke: #fff;
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox h3 {
    color: var(--White, #FFF);
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox p {
    color: var(--White, #FFF);
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img {}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img svg path {
    fill: var(--Theme-Blue-200, #9CABF7);
    transition: .2s ease-in-out;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img svg {
    width: 268px;
    height: 268px;
}

.Proctoring_Box.active .Proctoring_InnerBox_Img label {
    color: var(--White, #FFF);

/* Webpage/Header 1 */
    font-family: Inter;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 70.4px */
    letter-spacing: -1.28px;
    left: 15%;
    transition: .2s ease-in-out;
}

.Proctoring_InnerBox.Proctoring_InnerBox2 {
    float: right;
}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 {
    left: 0;
    max-width: 200px;
}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 label {
    left: 0;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox2:after {
    content: '';
    background-image: url(../images/assessment/Proctoring_InnerBox2_After_Img.svg);
    left: -240px;
    right: auto;
    top: 75px;
}


.Proctoring_InnerBox.Proctoring_InnerBox3 {
    float: right;
    margin-bottom: 0;
    margin-top: 77px;
}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img3 {
    left: 0;
    max-width: 200px;
    top: 0;
}

.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox3:after {
    content: '';
    background-image: url(../images/assessment/Proctoring_InnerBox3_After_Img.svg);
    left: -240px;
    right: auto;
    top: -65px;
    bottom: auto;
    height: 229px;
    display: inline-block;
}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img3 label {
    top: 24%;
    left: 0;
}


.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 {
    top: 0;
    bottom: auto;
}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 svg {}

.Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 label {
    top: 25%;
}

.Proctoring_Main .Proctoring_Box .Proctoring_InnerBox.Proctoring_InnerBox4 {
    margin-bottom: 0;
    margin-top: 0;
}


.Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
    content: '';
    background-image: url(../images/assessment/Proctoring_InnerBox4_After_Img.svg);
    left: auto;
    right: -225px;
    top: -85px;
    bottom: auto;
    height: 208px;
    display: inline-block;
}

.Proctoring_Main .Proctoring_Box.Proctoring_Box3 {
    padding-top: 77px;
}

.Why_choose_Box:hover svg {
    border-radius: 50%;
    box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
}


/*Assessment Detail New CSS - Start - 06-08 */

.Breadcrumb_Main {
    text-align: center;
    margin-bottom: 24px;
}

.Breadcrumb_Main ol.breadcrumb {
    justify-content: center;
    padding: 0;
}

section.Inner_Banner {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 48px 0;
}

.Breadcrumb_Main ol.breadcrumb .breadcrumb-item a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 22.4px */
    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;
}

.Breadcrumb_Main ol.breadcrumb li.breadcrumb-item.active {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.Breadcrumb_Main ol.breadcrumb  .breadcrumb-item+.breadcrumb-item::before {
    content: '';
    margin-top: 3px;
}

section.Inner_Banner h1 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    margin-bottom: 24px;
}

a.Assign_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin: 0 auto;
    display: inline-block;
}
    

section.Banner_Bottom {
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 12px 0;
}

.Year_End_content .Banner_Bottom_Box_Right span {
    color: var(--Text-Grey-700, #344054);

/* Display sm / Bold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
}

.Year_End_content .Banner_Bottom_Box_Right p {
    color: var(--Text-Grey-600, #475467);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-top: 6px;
}

section.assessment_detail_main {
    background: var(--White, #FFF);
    padding: 48px 0 0;
}

.Assessment_Details, .Assessment_Details_sub {
    background: #fff;
    /* border-bottom: 1px solid #D9D9D9; */
    padding-bottom: 24px;
    /* margin-bottom: 24px; */
}

.Assessment_Details_sub h2 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
}

.Assessment_Details_sub p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.Assessment_Details_sub ul {margin-bottom: 16px;}

.Assessment_Details_sub ul li {list-style: none;display: flex;align-items: center;margin-bottom: 12px;gap: 10px;color: var(--Text-Grey-600, #475467);
    font-family: Inter;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px;
}

a.View_Sample_Btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 252px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.Assessment_Details_sub ul li svg {
    min-width: 19px;
}

.Assessment_Details_sub p:last-child {
    margin-bottom: 0;
}

.Assessment_Details_sub:last-child {
    margin-bottom: 0;
}


section.Trending_Topics_Todays.How_It_Works {
    padding-top: 24px;
    padding-bottom: 0;
}

.Topics_Main {
}

section.Trending_Topics_Todays h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    

/* Display xs / Bold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    margin-bottom: 0;
}

section.Trending_Topics_Todays.Sample_Report_Section .Topic_Slider {
    margin-top: 0;
    border-top: 0 solid #D9D9D9;
    padding-bottom: 0;
    padding-top: 24px;
    border-bottom: 0;
}

section.Trending_Topics_Todays.Sample_Report_Section h2 {
    margin-bottom: 16px;
}

section.Trending_Topics_Todays.Sample_Report_Section  .Reports_Left {}

section.Trending_Topics_Todays.Sample_Report_Section .Reports_Left p {
    color: var(--Text-Grey-600, #475467);

/* Text md / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 16px;
}

.Reports_Right {
    text-align: right;
}


a.Download_Report_Btn:hover {
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}

a.Download_Report_Btn:hover svg path {
    stroke: #fff;
}

.Disclaimer {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Text-Grey-50, #F9FAFB);
    padding: 24px;
    margin-top: 24px;
}

.Disclaimer h3 {
    color: var(--Text-Grey-700, #344054);

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin-bottom: 12px;
}

.Disclaimer 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% */
}

.Disclaimer p b {
    color: var(--Text-Grey-600, #475467);

/* Text md/Bold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.Disclaimer p a.View_More_Link {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Semibold */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    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;
}

.Disclaimer_Modal .modal-content {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
}

.Disclaimer_Modal_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}

.Disclaimer_Modal_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% */
    margin-top: 16px;
    margin-bottom: 8px;
}

.Disclaimer_Modal_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% */
}


span.input-group-text li.nav-item.dropdown {list-style: none;}

span.input-group-text li.nav-item.dropdown a.nav-link.dropdown-toggle {
    padding: 0;
    border: 0;
    height: auto;
}

.form-floating.Pass_Div {
    position: relative;
}

.form-floating.Pass_Div svg {
    position: absolute;
    top: 5px;
    right: 10px;
}

.Password_must {
    border-radius: 8px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 12px;
    margin-top: 16px;
}

.Password_must p {
    color: var(--Text-Grey-500, #5D667B);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit; /* 142.857% */
    margin-bottom: 8px;
}

.Password_must ul {
    padding-left: 20px;
    padding-bottom: 0;
}

.Password_must ul li {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit; /* 166.667% */
}

a.Sign_Up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 18px;
    width: 100%;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    margin-top: 24px;
}

span.input-group-text li.nav-item.dropdown.Country a.nav-link.dropdown-toggle:hover {
    border: 0;
}

.Terms_Main_Box {
    margin-bottom: 32px;
}

.Terms_Main_Box h3 {
    color: var(--Text-Grey-800, #1D2939);

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-bottom: 8px;
}

.Terms_Main_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    margin-bottom: 12px;
}

.Terms_Policies_Modal .modal-footer {
    padding: 0;
    justify-content: center;
    border: 0;
    margin-bottom: 32px;
    margin-top: 14px;
}

.Terms_Policies_Modal .modal-footer a.Accept_Btn {
    border-radius: 4px;
    background: var(--Text-Grey-400, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    border: 0;
    color: var(--White, #FFF);

/* Text lg / Semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin: 0;
    min-width: 200px;
}

.Terms_Policies_Modal  .modal-header {
    padding: 32px;
    padding-bottom: 32px;
}

.Terms_Policies_Modal .modal-body {
    padding: 0px 32px;
    padding-top: 0;
    position: relative;
}

.Terms_Policies_Modal .modal-header h1.modal-title {
    color: var(--Text-Grey-900, #101828);

/* Display sm / Semibold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px; /* 126.667% */
}

.Terms_Main_Bottom {
    background: rgba(235, 238, 253, 0.75);
    backdrop-filter: blur(4px);
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: calc(100% - 64px);
}

.Terms_Main_Bottom p {
    color: var(--Text-Grey-700, #344054);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.Terms_Main_Bottom p a.Click_here_link {
    color: var(--Theme-Blue-500, #3A58EF);

/* Text sm / Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    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;
}

.Terms_Main {
    max-height: 400px;
    overflow-y: scroll;
}

.Lets_get_Modal_Header_Left h1.modal-title {
    color: var(--Text-Grey-800, #1D2939);

/* Display xs / Semibold */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
}

.Thank_You_Modal .modal-content {
    border-radius: 8px;
    background: var(--White, #FFF);
}


.Thank_You_Modal .modal-body {
    border-radius: 8px;
    padding: 32px;
    text-align: center;
    background: url(../images/assessment/Thank_You_Modal_Bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.Thank_You_Modal  .Thank_You_Main {
    background: url(../images/assessment/Thank_You_Bg_Img.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

.Thank_You_Modal .modal-body .Thank_You_Main {}

.Thank_You_Modal .modal-body .Thank_You_Main p {
    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% */
}

.Thank_You_Modal .modal-body .Thank_You_Main h1 {
    color: var(--Text-Grey-900, #101828);

/* Webpage/Header 3 */
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    padding: 16px 0;
}



/* Explore_Pricing - start */

section.Explore_Pricing {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Explore_Pricing 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: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Explore_Pricing h2 span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: -0.72px;
    }

.Explore_Pricing_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}

.Explore_Pricing_Box h4 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
}

.Explore_Pricing_Box label {
    border-radius: 500px;
    background: var(--Theme-Blue-300, #758AF4);
    padding: 4px 12px;
    color: var(--White, #FFF);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-bottom: 4px;
}

.Explore_Pricing_Box h3 {
    letter-spacing: -0.96px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    margin-top: 70px;
}

.Explore_Pricing_Box h3 sub {
    bottom: 0;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.Explore_Pricing_Box p {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.Explore_Pricing_Box_Bottom {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 42px;
}

section.Explore_Pricing {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}

section.Explore_Pricing 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: 48px; /* 133.333% */
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.Explore_Pricing_Box {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
    height: 100%;
}

.Explore_Pricing_Box h4 {
    color: var(--Text-Grey-700, #344054);

/* Text xl / Bold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 150% */
    margin-bottom: 16px;
}

.Explore_Pricing_Box label {
    border-radius: 500px;
    background: var(--Theme-Blue-300, #758AF4);
    padding: 4px 12px;
    color: var(--White, #FFF);

/* Text xs/Medium */
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
    margin-bottom: 4px;
}

.Explore_Pricing_Box h3 {

}

.Explore_Pricing_Box h3 sub {

}

.Explore_Pricing_Box_Bottom {
    border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-top: 16px;
    padding-top: 16px;
}

.Explore_Pricing_Box_Bottom ul li {
    list-style: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.Explore_Pricing_Box a.Sign_up_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);

/* Shadow/xs */
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 100%;
    display: inline-block;
    text-align: center;
}


.Assessment_Details h3 {
    color: #3A58EF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 8px;
}
.Assessment_Details p span { color: var(--Text-Grey-700---344054, #344054) !important; }
.Assessment_Details p {
    color: var(--Text-Grey-700---344054, #344054) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Assessment_Details p.Bdr_Left {
    border-left: 2px solid var(--Table-Stroke, #F2F2F2);
    padding-left: 12px;
}
.Assessment_Details ul {
    margin: 8px 0 24px 0px;
}
.Assessment_Details ul li {
    color: var(--Text-Grey-700---344054, #344054) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2px;
    display: flex;
    gap: 8px;
    align-items: start;
    list-style: none;
}
.Assessment_Details ul li svg {
    margin-top: 2px;
}
.Assessment_Details ul li b {
    color: var(--Text-Grey-800---1D2939, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.have_que_inner h3{ margin-bottom: 24px; }
.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
    }

    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: 16px;
    }

/* Intelligent_Text_Box - Start */

    .Intelligent_Text_Box {
        padding-bottom: 24px;
    }

    .Intelligent_Text_Box h3 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;

    /* Display xs / Bold */
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px; /* 133.333% */
    }

    .Intelligent_Box_Main {
        margin-top: 36px;
        position: relative;
        padding-bottom: 50px;
        border-bottom: 1px solid #D9D9D9;
        margin-bottom: 0;
    }

    .Border_Bg {
        padding-top: 45px;
        position: relative;
        margin-bottom: 0;
        z-index: 1;
    }

    .Intelligent_Box {margin-top: -35px;position: relative;z-index: 9;text-align: center;}

    .Intelligent_Box1_Icon {
        background: var(--White, #FFF);
        border: 1px solid;
        border-color: var(--Text-Grey-200, #EAECF0);
        padding: 21px;
        border-radius: 50%;
        max-width: 90px;
        max-height: 90px;
        margin: 0 auto 30px;
    }

    .Border_Bg img.Border_Bg_Grey {
        position: absolute;
        top: 45px;
    }

    .Border_Bg .Border_Bg_Blue {
        position: absolute;
        top: 45px;
        background: var(--Theme-Blue-500, #3A58EF);
        width: 5px;
        height: 5px;
    }

    .Border_Bg img.Border_Bg_Icon {
        position: absolute;
        top: 37px;
        left: 0%;
    }

    .Intelligent_Box h4 {
        color: var(--Text-Grey-700, #344054);
        text-align: center;

    /* Text lg / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        margin-bottom: 8px;
    }

    .Intelligent_Box p {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

    /* Text md / Regular */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
    }



        

    .Intelligent_Box {
        opacity: 1;
        transform: scale(1);
        transition: all 0.6s ease;
    }

    .Intelligent_Box.active {
        opacity: 1;
        transform: scale(1);
    }

    .Intelligent_Box1_Icon {
        opacity: 1;
        background: var(--White, #FFF);
        transition: background 0.6s ease;
    }

    .Intelligent_Box1_Icon.active {
        opacity: 1;
        background: var(--Theme-Blue-50, #EBEEFD);
        border: 1px solid var(--Theme-Blue-500, #3A58EF);
    }

   /* Blue background grows in width */
    .Border_Bg_Blue {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        transition: width 1s ease;
    }

    /* Icon background moves left */
    .Border_Bg_Icon {
        position: absolute;
        top: 0;
        left: 0px;
        transition: left 1s ease;
    }



    .signup_free_assement a.Signup_Link {
        min-width: 100%;
        margin-top: 24px;
    }

    .signup_free_assement p.No_credit_Text {
        margin-bottom: 16px;
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        margin-top: 4px;
    }

    a.Signup_Link {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        display: inline-block;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        padding: 12px 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 155px;
        margin-top: 24px;
    }

    a.Signup_Link:hover {
        border-radius: 4px;
        background: var(--Theme-Blue-800, #182878);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }


@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: 30px;
    }

    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
        font-size: 26px;
    }
    .Percentage_Boxes_Main .Percentage_Box h3 {
        font-size: 14px;
        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 svg {
        width: 60px;
        height: 60px;
    }
    .Why_choose_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Why_choose_Box p {
        font-size: 12.8px;
        line-height: 24px;
    }
    .Why_choose_Main img.Why_choose_Bg_Img {
        top: auto;
        max-width: 600px;
    }
    .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;
    }



    .Percentage_Boxes_Main .Percentage_Box {
        padding: 16px;
    }

    .Year_End_content.Existing_content span {
        font-size: 13.7px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img svg {
        width: 220px;
        height: 220px;
    }
    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox h3 {
        font-size: 16px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox p {
        font-size: 14px;
    }

     .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox:after {
        content: '';
        width: 220px;
        right: -220px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox2:after {
        content: '';
        left: -222px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox3:after {
        content: '';
        left: -190px;
        width: 190px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
        content: '';
        right: -200px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box h3 {
        font-size: 18px; 
    }

    .Our_Approach_Main_Box .Our_Approach_Box p {
        font-size: 15px;
    }

    
    .Explore_Pricing_Box_Bottom {
        min-height: 296px;
    }

}

@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: 127px;
    }
    .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: 0;
        padding: 24px 24px 0px;
    }
    .Why_choose_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Why_choose_Box p {
        font-size: 12.8px;
        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: 0;
        margin-right: -26px;
    }
    .Why_choose_Box.Why_choose_Box4 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0;
        margin-left: -26px;
    }
    .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;
    }

    .Year_End_content.Existing_content span {
        font-size: 18px;
    }
    .Why_choose_Box.Why_choose_Box5 {
        text-align: right;
        margin-bottom: 0;
    }
    .Why_choose_Box.Why_choose_Box6 {
        text-align: left;
        margin-bottom: 0;
    }
    .Why_choose_Box {
        padding: 26px 0 0;
        display: inline-block;
    }
    .Why_choose_Main img.Why_choose_Bg_Img {
        top: auto;
        max-width: 500px;
        bottom: -72px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box h3 {
        font-size: 16px;
    }



    .Proctoring_InnerBox_Img svg {
        width: 160px;
        height: 160px;
    }

    .Proctoring_Box.active {}

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 label {
        left: -25%;
    }

    .Proctoring_InnerBox_Img label {}

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img1 {}

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img1 label {
        left: 20%;
    }

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 {}

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 label {
        left: 20%;
    }

    div#Proctoring_InnerBox4 {}

    ::after {}

    .Proctoring_Box.active:after {}

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img svg {
        width: 200px;
        height: 200px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        max-width: 240px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox h3 {
        font-size: 14px;
        line-height: inherit;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox p {
        font-size: 14px;
        line-height: inherit;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
        content: '';
        right: -192px;
        top: -125px;
        height: 208px;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img label {
        font-size: 36px;
    }

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 label {
        left: -25%;
    }

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img3 label {
        top: 15%;
        left: -25%;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img3 label {
        left: -25%;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox1:after {
        width: 200px;
        right: -200px;
    }

    .FAQ_Main h2.Sec_Title {
        font-size: 2.00rem;
    }

    .innermainmos h1 {
        font-size: 32px;
        line-height: inherit;
    }
 
}

@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: 1;
        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 {
        position: relative;
        padding-bottom: 275px;
    }
    .Why_choose_Main img.Why_choose_Bg_Img {
        display: block;
    }
    .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;
    }

    .Benefits_of_Outsourced_Box {
        gap: 12px;
    }

    .Benefits_Number_Box {
        min-width: 145px;
    }
    .Benefits_Text_Box {
        gap: 12px;
    }
    .Benefits_Text_Box .Benefits_Text_Box_Right h3 {
        font-size: 16px;
        line-height: inherit;
    }
    .Benefits_Text_Box .Benefits_Text_Box_Right p {
        font-size: 14px;
        line-height: inherit;
    }

    .Benefits_Number_Box.Benefits_Number_Box02 {
        min-width: 188px;
    }

    .Benefits_Number_Box.Benefits_Number_Box03 {
        min-width: 230px;
    }

    .Benefits_Number_Box.Benefits_Number_Box04 {
        min-width: 270px;
    }

    .Benefits_Number_Box.Benefits_Number_Box05 {
        min-width: 300px;
    }

    .Benefits_Number_Box label {
        font-size: 60px;
    }

    .Benefits_Number_Box svg {
        height: 62px;
    }


    .Why_choose_Box.Why_choose_Box1 {
        margin-bottom: 0;
        padding: 24px 24px;
    }

    .Why_choose_Box p {
        text-align: center;
        max-width: inherit;
    }

    .Why_choose_Box.Why_choose_Box3 {
        margin-right: 0;
        text-align: center;
    }

    .Why_choose_Box.Why_choose_Box3 p {
        max-width: inherit;
        float: none;
        text-align: center;
    }

    .Why_choose_Box.Why_choose_Box4 {
        margin-left: 0;
        text-align: center;
    }

    .Why_choose_Box.Why_choose_Box4 p {
        max-width: inherit;
        text-align: center;
        margin: 0;
    }

    .Why_choose_Box.Why_choose_Box5 {
        text-align: center;
        margin-bottom: 0;
    }

    .Why_choose_Box.Why_choose_Box5 p {
        margin: 0;
        text-align: center;
        float: none;
    }

    .Why_choose_Box.Why_choose_Box6 {
        text-align: center;
        margin-bottom: 0;
    }

    .Why_choose_Box.Why_choose_Box6 p {
        text-align: center;
        margin: 0;
    }

    .Our_Approach_Box {
        width: 25%;
    }

    .Our_Approach_Main_Box .Our_Approach_Box:before {
        content: '';
        background: url(../images/assessment/How_It_Works_Before.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 80px;
        left: -20px;
        width: 212px;
        height: 230px;
        display: inline-block;
        background-size: cover;
    }

    .Our_Approach_Main_Box .Our_Approach_Box h3 {
        font-size: 13.7px;
        line-height: inherit;
    }

    .Our_Approach_Main_Box .Our_Approach_Box p {
        font-size: 14px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box:after {
        content: '';
        background: url(../images/assessment/How_It_Works_After.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: -60px;
        right: -80px;
        width: 130px;
        height: 50px;
        display: inline-block;
        background-size: cover;
    }

    .Testimonials .center button.slick-prev.slick-arrow {
        top: auto;
        bottom: -83px;
    }

    .Testimonials .center button.slick-next.slick-arrow {
        top: auto;
        bottom: -83px;
    }

    .our-approach-wrapper {
        min-height: 350px;
    }

    .Topic_Slider {
        margin-bottom: 0;
    }

    .Trending_Topics_Todays {
        padding: 72px 0 72px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        margin-bottom: 170px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox  {
        max-width: 200px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox1:after {
        width: 125px;
        right: -125px;
        top: auto;
        bottom: -115px;
    }   

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox2:after {
        content: '';
        left: -125px;
        width: 125px;
        top: auto;
        bottom: 0;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox.Proctoring_InnerBox3 {
        float: right;
        margin-bottom: 0;
        margin-top: 170px;
    }

    .Proctoring_Main .Proctoring_Box {
        min-height: 363px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox3:after {
        content: '';
        left: -125px;
        width: 125px;
    }

    .Proctoring_Main .Proctoring_Box.Proctoring_Box3 {
        padding-top: 170px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
        content: '';
        right: -125px;
        top: -150px;
        bottom: auto;
        width: 225px;
        height: 200px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox svg {
        width: 40px;
        height: 40px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox h3  {
  
    }

    section.Inner_Banner h1 {
        font-size: 30px;
    }

    span.input-group-text li.nav-item.dropdown {
        display: block;
    }

    span.input-group-text li.nav-item.dropdown a.nav-link.dropdown-toggle {
        width: auto;
    }

    .Year_End_content {
        justify-content: start;
    }

    .Disclaimer_Modal_Box svg {
        max-width: 40px;
    }

    .Disclaimer_Modal_Box h3 {
        font-size: 16px;
        line-height: inherit;
    }

    .Disclaimer_Modal_Box p {
        font-size: 14px;
        line-height: inherit;
    }

    .Terms_Main_Box h3 {
        font-size: 20px;
    }
    

}

@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;
    }
    .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;
    }
    .Percentage_Boxes_Main .col-md-3 {
        max-width: inherit;
        width: 100%;
    }
    .Percentage_Boxes_Main .Percentage_Box {
        min-height: auto;
        margin-bottom: 24px;
    }
    .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;
    }


    .Benefits_of_Outsourced_Box {
      display: inline-block;
      gap: 16px;
      align-items: center;
      margin-bottom: 64px;
      position: relative;
    }

    .Benefits_Number_Box {
      background-position: right;
      min-width: 100%;
      background-size: cover;
    }

    .Benefits_Border_Box {
      position: absolute;
      bottom: -36px;
      top: auto;
      right: 0;
      left: 0;
      margin: 0 auto;
    }

    .Benefits_Text_Box {
      display: inline-block;
      gap: 24px;
      align-items: center;
      margin-top: 0px;
    }

    .Benefits_Text_Box_Left {
      text-align: center;
      margin: 16px 0;
    }

    .Benefits_Text_Box .Benefits_Text_Box_Right {
      text-align: center;
    }


    .Benefits_Number_Box label {
      color: var(--White, #FFF);
      font-family: Inter;
      font-size: 54px;
      margin-left: -20px;
    }

    .Benefits_Number_Box svg {
      height: 55px;
    }

    .Benefits_Border_Box .Benefits_Border_Img {
      text-align: center;
    }

    .One_Platform.desktop {
        display: none;
    }

    .One_Platform.mobile {
        display: block;
    }

    .box_items {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .box_item {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        padding: 16px;
    }
    .box_item > img {
        display: block;
        margin: 0 auto 16px auto;
    }
    .box_item p {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        margin-bottom: 8px;
        text-align: center;
    }
    .box_item span {
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        display: block;
        margin-bottom: 12px;
    }
    .box_item a {
        display: flex;
        align-items: center;
        gap: 4px;
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        /* line-height: 9px; */
        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: none;
    }
    .box_item a span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        /* line-height: 9px; */
        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;
        margin: 0;
    }

    section.One_Platform.mobile {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .Year_End_content {
        justify-content: start;
    }

    .Reports_Right {
        margin-top: 24px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box {
        position: relative;
        /* min-width: 280px; */
        display: inline-block;
    }

    .Our_Approach_Box {
        width: 100%;
        height: 390px;
        padding-left: 30px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box:before {
        content: '';
        background: url(../images/assessment/How_It_Works_Before.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 80px;
        left: 0;
        width: 252px;
        height: 273px;
        display: inline-block;
        background-size: cover;
    }

    .Our_Approach_Main_Box .Our_Approach_Box label {
        font-weight: 800;
        font-size: 64px;
        line-height: 70.4px;
        letter-spacing: normal;
        color: #3A58EF;
        margin-bottom: 75px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box p {
        font-size: 1rem;
        max-width: 300px;
    }

    .Our_Approach_Main_Box .Our_Approach_Box:after {
        content: '';
        background: url(../images/assessment/How_It_Works_After.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        width: 160px;
        height: 102px;
        bottom: -20px;
        display: inline-block;
        background-size: cover;
        transform: rotate(90deg);
        margin: 0 auto;
    }

    /* .Proctoring_Main .Proctoring_Box {
        min-height: 363px;
        margin-bottom: 30px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        max-width: 200px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        margin-bottom: 170px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox1:after {
        width: 75px;
        right: -76px;
        top: auto;
        bottom: -115px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox2:after {
        content: '';
        left: -75px;
        width: 75px;
        top: auto;
        bottom: 0;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox3:after {
        content: '';
        left: -75px;
        width: 75px;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
        content: '';
        right: -95px;
        top: -165px;
        bottom: auto;
        width: 200px;
        height: 200px;
    }

    .Proctoring_Main .Proctoring_Box.Proctoring_Box3 {
        padding-top: 170px;
        margin-top: 24px;
    } */

    .Proctoring_Main .Proctoring_Box {
        min-height: 330px;
        margin-bottom: 24px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        margin-bottom: 0;
    }

    .Proctoring_InnerBox svg {
        width: 30px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox h3 {
        margin-top: 12px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        max-width: 200px;
    }

    .Proctoring_InnerBox_Img svg {
        width: 75px;
        height: 75px;
    }

    .Proctoring_InnerBox_Img label {
        top: 35%;
        left: 15%;
        font-size: 24px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox {
        padding: 12px;
    }


    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 label {
        left: -65%;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img2 label {
        left: -65%;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img label {
        font-size: 24px;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img1 label {
        left: 20%;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 label {
        left: 20%;
    }

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img4 label {
        top: 20%;
    }

    .Proctoring_Box.active .Proctoring_InnerBox_Img3 label {
        left: -55%;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox1:after {
        display: none;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox2:after {
        display: none;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox3:after {
        display: none;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox4:after {
        display: none;
    }

    .Proctoring_Main .Proctoring_Box.active .Proctoring_InnerBox_Img svg {
        width: 75px;
        height: 75px;
    }

    .Proctoring_InnerBox_Img.Proctoring_InnerBox_Img3 label {
        top: 5%;
        left: -65%;
    }

    .Proctoring_Main .Proctoring_Box.Proctoring_Box3 {
        padding-top: 100px;
    }

    .Proctoring_Main .Proctoring_Box .Proctoring_InnerBox.Proctoring_InnerBox3 {
        margin-top: 100px;
    }

    .innermainmos ul li svg {
        min-width: 20px;
    }

    .Topics_Main ul.nav-pills li.nav-item .nav-link {
        padding: 9px 24px;
    }

    .Why_choose_Main img.Why_choose_Bg_Img {
        display: inline-block;
        width: 100%;
        min-width: inherit;
        max-width: 296px;
        bottom: -72px;
        position: absolute;
    }

    .Why_choose_Main {
        position: relative;
        padding-bottom: 150px;
    }

    span.input-group-text li.nav-item.dropdown {
        margin-top: 0px !important;
    }

    span.input-group-text li.nav-item.dropdown a.nav-link.dropdown-toggle {
        width: 30px;
        margin: 0;
        text-align: left;
    }

    .dropdown-toggle::after {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .Terms_Policies_Modal .modal-header {
        padding: 16px;
        padding-bottom: 16px;
    }
    .Terms_Policies_Modal .modal-header h1.modal-title {
        font-size: 16px;
    }
    .Terms_Policies_Modal .modal-body {
        padding: 16px;
        padding-top: 0;
    }

    .Terms_Main_Box {
        margin-bottom: 16px;
    }

    .Lets_get_Modal_Header_Left h1.modal-title {
        font-size: 22px;
    }

    .Lets_get_Modal_Header_Left p {
        color: var(--Text-Grey-500, #5D667B);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .Lets_get_Modal .modal-header {
        padding: 16px;
    }

    section.Inner_Banner h1 {
        font-size: 24px;
    }
    section.Trending_Topics_Todays h2 {
        margin-bottom: 24px;
    }
    .Topic_Slider {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 0;
    }
    .Our_Approach_Box.Set_Goals_Box.animation.fade-in-up.visible {
        margin-top: 5vh;
    }

    section.Trending_Topics_Todays.Sample_Report_Section h2 {
        margin-top: 24px;
    }
    .Reports_Left ul li {
        display: flex;
        gap: 8px;
    }
    .Reports_Left ul li svg {
        min-width: 20px;
        margin-top: 2px;
    }
    .Disclaimer p {
        font-size: 14px;
        line-height: inherit;
    }
    .have_que_inner h3  {
        font-size: 20px;
    }
    .Must_Read_Blogs .blogs_main .headings.text-center h2  {
        font-size: 30px;
    }
    .FAQ_Main h2.Sec_Title {
        font-size: 30px;
    }
}