html *,
html *:before,
html *:after {
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
html i, html em,
html b, html strong,
html span {
  transition: none;
}

/* *:before, *:after {
    z-index: -1;
} */


.mos_banner {
    background-image: url("../images/assessment/Assessment_Landing_Banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56px 0;
}
.innermainmos {
    max-width: inherit;
    text-align: center;
}
.innermainmos h1 {
    margin-bottom: 16px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.innermainmos h2 {
    margin-bottom: 16px;
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.innermainmos h2 span.highlighted {
    border-radius: 500px;
    background: var(--White, #FFF);
    padding: 4px 12px;
    display: inline-block;
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
}

.innermainmos ul {
    column-count: 1;
    margin-bottom: 24px;
}

.innermainmos ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.innermainmos ul li:last-child {
    margin-bottom: 0;
}

.l_and_d_banner_btns {
    display: flex;
    align-items: start;
    gap: 24px;
    justify-content: center;
}

.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% */
    display: inline-block;
}

.l_and_d_banner_btns a.Btn_hover_effect:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-800, #182878);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.l_and_d_banner_btns a.Btn_hover_effect {
  color: #FFF;
}
.l_and_d_banner_btns a.Btn_hover_effect:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #FFF;
  transform: translateX(-100%);
}
.l_and_d_banner_btns a.Btn_hover_effect:hover {
  color: #3A58EF;
}

.l_and_d_banner_btns a.Btn_hover_effect:hover svg {
    position: absolute;
}

.l_and_d_banner_btns a.Btn_hover_effect:hover svg path {
    fill: #3A58EF;
}
.l_and_d_banner_btns a.Btn_hover_effect:hover:before {
  transform: translateX(0);
}


.l_and_d_banner_btns a.Btn_hover_effect {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 1rem auto;
    border: 1px solid currentColor;
    min-height: 50px;
    min-width: 165px;
    max-width: 165px;
}

.l_and_d_banner_btns a.Btn_hover_effect {
  color: #FFF;
}
.l_and_d_banner_btns a.Btn_hover_effect span {
  position: absolute;
  display: block;
  transition: 0.5s ease-in-out;
  transform: translate(0%, 0%);
  z-index: 2;

}
.l_and_d_banner_btns a.Btn_hover_effect:hover {
  color: #d3decd;
}
.l_and_d_banner_btns a.Btn_hover_effect:hover span {
  color: #3A58EF;
}
.l_and_d_banner_btns a.Btn_hover_effect:active {
  background-color: #FFF;
}


@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.l_and_d_banner_btns a.Schedule_Call_Btn,
.l_and_d_banner_btns a.Schedule_Call_Btn1 {
    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: 212px;
}

.l_and_d_banner_btns a.Schedule_Call_Btn:hover,
.l_and_d_banner_btns a.Schedule_Call_Btn1:hover {
    background: #fff;
    color: var(--Theme-Blue-500, #3A58EF);
}

.innermainmos p {
    margin-top: 4px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.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: center;
        justify-content: start;
        gap: 12px;
    }

    .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: var(--Text-Grey-50, #F9FAFB);
        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: 24px;
        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-500, #5D667B);
        width: 1px;
        height: 30px;
        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: center;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        margin-bottom: 16px;
    }

    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: 16px;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card {
        display: flex;
        padding: 16px 24px;
        align-items: center;
        gap: 16px;
        border-radius: 8px;
        background: transparent;
        box-shadow: none;
        justify-content: start;
        flex-wrap: wrap;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        transform-origin: bottom;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        text-align: left;
        transition: all .2s linear;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover h3 {
        margin-left: 15px;
        transition: all .2s linear;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons {
        border-radius: 4px;
        background: var(--White, #FFF);
        box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.08);
        padding: 6px;
    }
    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
        box-shadow: 0px 4px 35px 0px #dedede;
        animation-name: none;
        animation-timing-function: ease;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
    }
    @keyframes bounce {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-10px); }
        100% { transform: translateY(0); }
    }

    .Topics_Main ul li {
        border-radius: 4px;
        border: 1px solid #D0D5DD;
        background: #FFF;
        padding: 8px 16px;
        display: inline-flex;
        cursor: pointer;
        color: #344054;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    
    .Topics_Main ul li.Active {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--Theme-Purple-500, #3a58ef);
        color: var(--White, #FFF);
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .Topics_Main ul {
        overflow: hidden;
        text-align: center;
        display: inline-block;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        border-radius: 12px;
        background: var(--Text-Grey-50, #F9FAFB);
        padding: 3px 2px;
        margin-bottom: 36px;
    }

    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: 0px;
    }
    .Topic_Slider .carousel-control-next-icon {
        transform: rotate(360deg);
    }
    .Topic_Slider .carousel-control-prev-icon {
        transform: rotate(180deg);
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles h6 {
        color: var(--Theme-Dark-Blue-500, #51506E);
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        width: 310px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p {
        color: var(--Text-Grey-600, #475467);
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .titles p span {
        color: var(--Text-Grey-600, #475467);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    section.Trending_Topics_Todays .browse_all_topics {
        margin-top: 40px;
    }
    /* Trending Topics for Todayâ€™s CPAs - End */


    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover {
        box-shadow: 0px 4px 35px 0px #dedede;
        animation-name: none;
        animation-timing-function: ease;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card .icons a svg {
        margin-left: 0;
        transition: .15s ease-in-out;
    }

    section.Trending_Topics_Todays .list_trending_topics .trending_topics_card:hover .icons a svg {
        margin-left: 15px;
        transition: .15s ease-in-out;
    }

    .trending_topics_card .icons a svg path {
        stroke: #98A2B3;
    }

    .trending_topics_card:hover .icons a svg path {
        stroke: #3a58ef;
        transition: all .2s linear;
    }
    .trending_topics_card:hover .icons a {
        background: transparent;
    }

    .Trending_Topics_Todays {
        padding: 72px 0;
        background: #EBEEFD;
    }

    .Topics_Main ul li {
        border-radius: 4px;
        border: 0px solid #D0D5DD;
        background: transparent;
        padding: 0;
        display: inline-flex;
        cursor: pointer;
        color: #344054;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .Topics_Main ul.nav-pills li.nav-item .nav-link {
        letter-spacing: normal;
        color: var(--Text-Grey-500, #5D667B);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        padding: 9px 66px;
    }

    .Topics_Main ul.nav-pills li.nav-item .nav-link.active {
        letter-spacing: normal;
        border-radius: 10px;
        background: var(--Theme-Blue-500, #3A58EF);
        box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }

    .Trending_Topics_Todays .Topics_Main ul li:hover {
        border-radius: 4px;
        background: #D8DEFC;
        color: #475467;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
        border: 0;
    }

    .list_trending_topics h3.list_title {
        font-family: Inter;
        font-weight: 700;
        font-size: 26px;
        line-height: 130%;
        letter-spacing: normal;
        text-align: center;
        color: #26244A;
        margin-bottom: 24px;
    }
    
    .Assessments_Curated {
        background: #FFFFFF;
        padding: 72px 0;
    }

    .Assessments_Curated_Title {}

    .Assessments_Curated_Title h2 {
        font-family: Inter;
        font-weight: 700;
        font-size: 36px;
        line-height: 43.2px;
        letter-spacing: normal;
        color: #26244A;
        margin-bottom: 48px;
        text-align: center;
    }

    .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: 0;
        height: 100%;
        min-height: 171px;
        transition: linear .3s all;
    }

    .Assessments_Curated_Box svg {
        margin-bottom: 24px;
        transition: linear .3s all;
    }

    .Assessments_Curated_Box h3 {
        font-family: Inter;
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: normal;
        color: #344054;
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        align-items: start;
        gap: 12px;
        transition: linear .3s all;
    }

    .Assessments_Curated_Box p {
        font-family: Inter;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: normal;
        color: #475467;
        display: none;
        transition: linear .3s all;
    }

    .Assessments_Curated_Box:hover {
        border-radius: 16px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
        transition: linear .3s all;
    }
    
    .Assessments_Curated_Box:hover svg {
        display: none;
        transition: linear .3s all;
    }

    .Assessments_Curated_Box:hover p {
        display: block;
        margin-top: 8px;
        transition: linear .3s all;
    }

    .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: -72px;
        left: 0;
        margin: 0 auto;
        z-index: 0;
        width: 405px;
    }
    
    .Why_choose_Box.Why_choose_Box1 {
        margin-bottom: -200px;
        padding: 0 50px;
        margin-top: 0;
    }
    
    .Why_choose_Box {
        padding: 40px 0 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;
    }
    
    .Why_choose_Box.Why_choose_Box4 {
        padding-bottom: 0;
        padding-top: 0;
        margin-bottom: 0px;
        margin-top: 0;
        text-align: left;
    }

    .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 {
        color: #3A58EF;
        background: #fff;
    }
    .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, .have_que_inner h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.72px;
        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: var(--White, #FFF);
    }

    .Must_Read_Blogs .blogs_main .headings.text-center h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        text-align: center;
        font-size: 36px;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -.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(--Theme-Blue-50, #EBEEFD);
    }

    .FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
        flex-shrink: 0;
        width: var(--bs-accordion-btn-icon-width);
        height: var(--bs-accordion-btn-icon-width);
        margin-left: 0;
        margin-right: 24px;
        content: "";
        background-repeat: no-repeat;
        background-size: var(--bs-accordion-btn-icon-width);
        transition: var(--bs-accordion-btn-icon-transition);
        width: 32px;
        height: 32px;
        background-size: cover;
    }

    .FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
        background-image: url('https://assets.my-cpe.com/entigrity-assets/custom/l_and_d/images/Open_Accordion_Icon.svg');
        transition: all 0.3s;
        transform: rotate(45deg);
    }

    .FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed::before {
        transform: rotate(0deg);
    }

    .FAQ_Main .FAQ_Box .accordion-button {
        color: #667085;
        background: transparent;
        border: 0;
        padding-left: 0;
        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(--Theme-Blue-50, #EBEEFD);
        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 {
        background: var(--White, #FFF);
        border-radius: 8px;
        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: 72px 0;
        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 {
        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-top: 24px;
        display: flex;
        align-items: center;
        justify-content: start;
        max-width: 345px;
        gap: 8px;
    }

    section.Trending_Topics_Todays.Sample_Report_Section {
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    .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: var(--White, #FFF);
    }

    .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;
        min-height: 264px;
    }

    .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);
    }





        
    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, .Terms_Policies_Modal .modal-header h2.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, .Lets_get_Modal_Header_Left h2.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% */
        text-align: left;
        margin-bottom: 0;
    }

    .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: contain;
        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, .Thank_You_Modal .modal-body .Thank_You_Main h2 {
        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;
    }


    section.Assessment_Tabs_Main .nav-pills {
        justify-content: center;
        margin-bottom: 32px;
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link {
        padding: 8px 24px;
        color: var(--Text-Grey-600, #475467);

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        filter: grayscale(1);
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link.active {
        background: transparent;
        color: var(--Theme-Blue-500, #3A58EF);

    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        position: relative;
        filter: grayscale(0);
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link svg {
        margin-right: 16px;
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link.active:after {
        content: '';
        background: 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%);
        width: 122px;
        height: 1px;
        display: inline-block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -4px;
        left: 0;
        margin: 0 auto;
        text-align: center;
    }

    section.Assessment_Tabs_Main {
        background: var(--White, #FFF);
        padding-bottom: 0%;
    }

    section.Assessment_Tabs_Main .Search_Drop {
        margin-bottom: 32px;
    }

    .Assessment_Box_Main {}

    .Assessment_Box {
        border-radius: 8px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 12px;
        margin-bottom: 24px;
    }

    .Assessment_Box:last-child {
        margin-bottom: 0;  
    }

    .Assessment_Box_Left h3 {
        overflow: hidden;
        color: var(--Text-Grey-700, #344054);
        text-overflow: ellipsis;

    /* Text md/Bold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 150% */
        margin-bottom: 12px;
    }

    .Assessment_Box_Left  p {
        color: var(--Text-Grey-500, #5D667B);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

    .Assessment_Box_Left p span {
        padding-right: 16px;
        margin-right: 16px;
    }

    .Assessment_Box_Left p span {
        border-right: 1px solid #D9D9D9;
    }

    .Assessment_Box_Left p span:last-child {
        border: 0;
    }

    .Assessment_Box_Right {

    }

    .Assessment_Box_Right_Btns {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .Assessment_Box_Right_Btns .Price_Btn {
        border-radius: 4px;
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 6px 12px;
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

    .Assessment_Box_Right_Btns .Assign_Btn {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-500, #5D667B);
        padding: 8px 14px;
        color: var(--Text-Grey-500, #5D667B);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
    }

    .Assessment_Box_Right_Btns .View_Btn {
        border-radius: 4px;
        border: 1px solid var(--Theme-Blue-500, #3A58EF);
        padding: 8px 14px;
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        display: flex
    ;
        align-items: center;
        gap: 8px;
    }


    .Assessment_Box_Right_Btns .View_Btn:hover {
        background: #3A58EF;
        color: #fff;
    }

    .Assessment_Box_Right_Btns .View_Btn:hover svg path {
        fill: #fff;
    }

    .Assessment_Box:hover {
        border-radius: 8px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--White, #FFF);
    }

    /*.Assessment_Box:hover a.View_Btn {
        background: #3A58EF;
        color: #fff;
    }*/

    .Assessment_Box:hover a.View_Btn svg path {
        fill: #fff;
    }

    .Assessment_Box:hover a.Assign_Btn {
        border-radius: 4px;
        border: 1px solid var(--Theme-Blue-500, #3A58EF);
        color: var(--Theme-Blue-500, #3A58EF);

    /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
    }

    .Assessment_Box_Pagination {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Assessment_Box_Pagination ul {
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .Assessment_Box_Pagination ul li {list-style: none;}

    .Assessment_Box_Pagination {
        margin-top: 36px;
    }

    .Assessment_Box_Pagination ul li a.Back_Btn {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--White, #FFF);
        padding: 8px 12px;
        color: var(--Text-Grey-400, #98A2B3);

    /* text/Text base */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .Assessment_Box_Pagination ul li a.Pager_Btn {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--White, #FFF);
        color: var(--Text-Grey-700, #344054);

    /* Text sm / Regular */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        padding: 8px 12px;
    }

    .Assessment_Box_Pagination ul li a.Pager_Btn.active {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        color: var(--White, #FFF);

    /* Text sm / Bold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; /* 142.857% */
    }

    .Assessment_Box_Pagination ul li a.Next_Btn {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-300, #D0D5DD);
        background: var(--White, #FFF);
        padding: 8px 12px;
        color: var(--Text-Grey-700, #344054);

    /* Text sm / Regular */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .Assessment_Box_Pagination p {
        color: var(--Text-Grey-700, #344054);
        text-align: right;

    /* text/Text base */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }


    section.Assessment_Tabs_Main .nav-pills li .nav-link:after {
        content: '';
        background: 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%);
        width: 122px;
        height: 1px;
        display: inline-block;
        position: absolute;
        top: auto;
        right: 0;
        bottom: -4px;
        left: 0;
        margin: 0 auto;
        text-align: center;
        display: none;
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link:hover:after {
        content: '';
        display: block;
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link:hover {
        color: var(--Text-Grey-700, #344054);

    /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
    }

    section.Assessment_Tabs_Main .nav-pills li .nav-link:hover svg path {
        stroke: var(--Text-Grey-700, #344054);
    }

    section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner > svg {
        position: absolute;
        top: 14px;
        left: 8px;
    }

    section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner .form-control {
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        padding-left: 30px;
        color: #000;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        padding: 11px 10px 11px 30px;
        box-shadow: none;
        width: auto;
    }

    a.Explore_More_Btn {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        color: var(--White, #FFF);
        /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        padding: 12px 20px;
        margin-top: 24px;
        display: inline-block;
    }

    


    /* 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;
    }

    .Feature_Metric_Table_Main .table-responsive {
        border-radius: 0;
        border: 0;
    }

    .Feature_Metric_Table_Main .table-responsive table thead tr th {
        background: var(--Theme-Purple-50, #F3F1FD);
        color: var(--Text-Grey-700, #344054);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        padding: 16px;
        width: 35%;
    }

    .Feature_Metric_Table_Main .table-responsive table tbody tr td {
        color: var(--Text-Grey-700, #344054);

    /* Text sm / Regular */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
    }

    .Feature_Metric_Table_Main .table-responsive table .form-check {}

    .Feature_Metric_Table_Main .table-responsive table .form-check input.form-check-input {
        min-width: 16px;
        min-height: 16px;
    }

    .Feature_Metric_Table_Main .table-responsive table ul {}

    .Feature_Metric_Table_Main .table-responsive table ul li {list-style: none;display: inline-block;border-radius: 4px;background: var(--Text-Grey-100, #F2F4F7);padding: 6px 8px;color: var(--Text-Grey-700, #344054);

    /* Text sm / Regular */font-family: Inter;font-size: 14px;font-style: normal;font-weight: 400;line-height: 20px; /* 142.857% */}

    .Feature_Metric_Table_Main .table-responsive table ul li:last-child {
        border-radius: 4px;
        border: 1px solid var(--Theme-Purple-200, #B8B0F5);
        background: var(--Theme-Purple-50, #F3F1FD);
    }

    .Feature_Metric_Table_Main .table-responsive table  a.Assign_Btn {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);
        padding: 4px 8px;
        color: var(--White, #FFF);

    /* Text sm / Semibold */
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px; /* 142.857% */
        display: inline-block;
    }

    .Feature_Metric_Table_Main .table-responsive table.table {
        margin-bottom: 0;
    }

    .Feature_Metric_Table_Main .table-responsive table tbody tr:last-child td {
        /* border-bottom: 0; */
    }



    section.Feature_Metric_Table {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 72px 0;
    }

    .Feature_Metric_Table_Main .table-responsive table thead tr th:first-child {
        border-radius: 8px 0px 0 8px;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        width: 30%;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
    }

    .Feature_Metric_Table_Main .table-responsive table thead tr th.MYCPE_Logo_Bg {
        border-top: 0;
        border-left: 0;
        background: var(--Theme-Blue-700, #283FB1);
        text-align: center;
    }

    .Feature_Metric_Table_Main .table-responsive table thead tr th.Others_Bg {
        border-radius: 0 8px 8px 0;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        background: var(--Theme-Blue-800, #182878);
        color: var(--White, #FFF);

    /* Text lg / Bold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; /* 155.556% */
        text-align: center;
    }

    .Feature_Metric_Table_Main .table-responsive table.table th, .Feature_Metric_Table_Main .table-responsive table.table td {
        border: 0;
    }

    .Feature_Metric_Table_Main .table-responsive table.table td.First_td {
        background: var(--Text-Grey-50, #F9FAFB);
        color: var(--Text-Grey-700, #344054);

    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        border-top: 1px solid var(--Text-Grey-200, #EAECF0);
        border-right: 1px solid var(--Text-Grey-200, #EAECF0);
        border-left: 1px solid var(--Text-Grey-200, #EAECF0);
        border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
        text-align: left;
    }

    .Feature_Metric_Table_Main .table-responsive table.table td {
        padding: 24px 16px;
        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% */
        border-left: 1px solid var(--Text-Grey-200, #EAECF0);
        border-top: 1px solid var(--Text-Grey-200, #EAECF0);
        border-right: 1px solid var(--Text-Grey-200, #EAECF0);
        border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    }

    .Feature_Metric_Table_Main .table-responsive table.table tr:first-child td.First_td {
        border-radius: 8px 0 0 0;
    }

    .Feature_Metric_Table_Main .table-responsive table.table td.text-center {
        border: 0;
    }

    .Feature_Metric_Table_Main .table-responsive table.table td.text-center a.Free_Sign_Up {
        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: inline-block;
    }
    .Assessment_Tabs_Main .bootstrap-select .dropdown-menu li a{ 
        padding-left: 11px; 
    }
    .have_que_inner h3{
         margin-bottom: 24px; 
    }


    section.Assess_Analyze_Upskill {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 72px 0;
    }

    .Assess_Analyze_Upskill_Left {}

    .Assess_Analyze_Upskill_Left h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 12px;
    }

    .Assess_Analyze_Upskill_Left p {
        color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px; /* 155.556% */
        margin-bottom: 24px;
    }

    .Assess_Analyze_Upskill_Left 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% */
    }

    .Assess_Analyze_Upskill_Left a.Sign_up_Btn:hover {
        background: var(--Theme-Blue-800, #182878);
    }

    section.Assessments_Curated.Proctoring_Features_New .Assessments_Curated_Box {
        min-height: 190px;
    }




    section.Feature_Metric_Table h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;

    /* Webpage/Header 2 */
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        margin-bottom: 48px;
    }

    .Feature_Metric_Table_Main .table-responsive table.table td.Blank_td {
        background: transparent;
        border: 0;
    }

     .Explore_Pricing_Box_Bottom ul li span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 9px;
    }

    /* NEW CSS - Start - 020126 */

    section.Assessments_CPA_Firms {
        background: var(--Theme-Blue-50, #EBEEFD);
        padding-block: 72px;
    }

    section.Assessments_CPA_Firms .Sec_Title {
        margin-bottom: 12px;
    }

    section.Assessments_CPA_Firms .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;
    }

    section.Assessments_CPA_Firms 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% */
    }

    .Assessments_CPA_Firms_Box {
        margin-top: 36px;
        background: var(--White, #FFF);
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        padding: 24px;
        min-height: 355px;
    }

    .Assessments_CPA_Firms_Box .Assessments_Top {
        display: flex;
        align-items: center;
        gap: 8px;
        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% */
        border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
        padding-bottom: 12px;
        margin-bottom: 8px;
    }

    .Assessments_CPA_Firms_Box .Assessments_Top svg {
        min-width: 48px;
    }

    .Assessments_Middle {}

    .Assessments_Middle ul {}

    .Assessments_Middle ul li {
        position: relative;
        list-style: none;
        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% */
        padding-left: 28px;
        margin-bottom: 8px;
    }

    .Assessments_Middle ul li svg {
        position: absolute;
        left: 0;
        top: 2px;
    }

    a.Signup_Link {
        border-radius: 4px;
        background: var(--Theme-Blue-500, #3A58EF);

    /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
        display: inline-block;
        color: var(--White, #FFF);

    /* Text md / Semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 150% */
        padding: 12px 20px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 155px;
        margin-top: 72px;
    }

    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);
    }

    p.No_credit_Text {
        color: var(--Text-Grey-600, #475467);
        text-align: center;

        /* Text md/Medium */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; /* 150% */
        margin-top: 4px;
    }

    .Trending_Topics_Todays h3.Price_Text {
        border-radius: 500px;
        background: var(--Theme-Blue-50, #EBEEFD);
        padding: 4px 12px;
        color: var(--Theme-Blue-800, #182878);
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 28px; /* 116.667% */
        display: inline-block;
    }



    .Testimonials .SlideBox_Test_Author h3,.Testimonials h2 {
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #26244a;
    }

    .Testimonials .slideBoxLeft,.Testimonials h2 {
        text-align: center;
    }

    .Testimonials {
        padding: 72px 0;
        /* background: #ebeefd; */
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #475467;
        color: var(--Text-Grey-600,#475467);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 24px;
        text-align: left;
        margin-top: 8px;
    }

    .Testimonials img.SlideBox_Test_Author_Img {
        min-width: 57px;
        margin-right: 16px;
    }

    .Testimonials .slideBoxRgt,section.Accreditation_by .Support_img a {
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
        min-width: 58px;
        margin-right: 16px;
        border-radius: 50%;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        text-align: left;
    }

    .Testimonials .SlideBox_Test_Author p {
        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;
        margin-bottom: 40px;
    }

    .Testimonials .Center_Test ul.slick-dots,.Testimonials .Center_Test1 ul.slick-dots,.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
        bottom: -62px;
    }

    .Testimonials .Center_Test .slick-dots li button,.Testimonials .Center_Test1 .slick-dots li button,.Testimonials.Shorts_Video .Center_Video .slick-dots li button {
        background: #d8defc;
        width: 22px;
        height: 8px;
        border-radius: 26px;
    }

    .Testimonials .Center_Test .slick-dots li.slick-active button,.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 .slick-dots li.slick-active button,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video .slick-dots li.slick-active button,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        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 h2 {
        letter-spacing: normal;
        color: #344054;
        color: var(--Text-Grey-700,#344054);
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 0;
        text-align: left;
        margin-top: 24px;
    }

    .Testimonials .SlideBox_Test_Author h3,.Testimonials_Title h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        font-style: normal;
        font-weight: 700;
        font-family: Inter;
    }

    .Testimonials .Center_Test .slick-slide,.Testimonials .Center_Test1 .slick-slide,.Testimonials.Shorts_Video .Center_Video .slick-slide {
        padding: 0 15px;
        color: #e67e22;
        transform: scale(1);
        filter: blur(0px);
    }

    .Testimonials .Center_Test .slick-slide.slick-current,.Testimonials .Center_Test1 .slick-slide.slick-current,.Testimonials.Shorts_Video .Center_Video .slick-slide.slick-current {
        transform: scale(1);
        filter: blur(0);
    }

    .Testimonials .Center_Test button.slick-next:before,.Testimonials .Center_Test button.slick-prev:before,.Testimonials .Center_Test1 button.slick-next:before,.Testimonials .Center_Test1 button.slick-prev:before,.Testimonials.Shorts_Video .Center_Video button.slick-next:before,.Testimonials.Shorts_Video .Center_Video button.slick-prev:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
        content: '';
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        position: absolute;
        background: #3a58ef;
        z-index: 9;
    }

    .Testimonials .Center_Test .slick-arrow,.Testimonials .Center_Test1 .slick-arrow,.Testimonials.Shorts_Video .Center_Video .slick-arrow,.about_us_slider_New_Home1 button.slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }

    .Testimonials .Center_Test .slick-next,.Testimonials .Center_Test1 .slick-next,.Testimonials.Shorts_Video .Center_Video .slick-next,.about_us_slider_New_Home1 button.slick-prev {
        right: 17%;
        top: 50%;
    }

    #hear_it_from_our_subscribers,#learn_from_the_best_in_the_business,#trusted_by_top_professionals,#upcoming_webinars_and_virtual_events,.Testimonials .slick-dots li button:before {
        display: none;
    }

    .Testimonials .Center_Test button.slick-prev:before,.Testimonials .Center_Test1 button.slick-prev:before,.Testimonials.Shorts_Video .Center_Video button.slick-prev:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:before {
        content: '';
        background-image: url(../images/new-home-151025/Arrow_Left.svg);
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .Testimonials .Center_Test button.slick-next:before,.Testimonials .Center_Test1 button.slick-next:before,.Testimonials.Shorts_Video .Center_Video button.slick-next:before,.about_us_slider_New_Home1 button.slick-next.slick-arrow:before {
        content: '';
        background-image: url(../images/new-home-151025/Arrow_Right.svg);
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        left: auto;
        right: 56px;
        top: -19%;
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        right: 0;
        top: -19%;
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test1 button.slick-prev.slick-arrow,.about_us_slider_New_Home1 button.slick-prev.slick-arrow {
        left: -4%;
        top: 45%;
    }

    .Testimonials .Center_Test1 button.slick-next.slick-arrow,.about_us_slider_New_Home1 button.slick-next.slick-arrow {
        right: -4%;
        top: 45%;
    }

    .Testimonials_Title h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        text-align: left;
    }

    .Testimonials_Title {
        margin-bottom: 48px;
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800 {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200,#eaecf0);
        background: var(--White,#fff);
        padding: 24px;
        transition: .4s ease-in-out;
        transform: translate(0,0);
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800 .Rating_Top {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
    }

    .Testimonials .SlideBox_Test_Author h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .Testimonials .SlideBox_Test_Author p {
        color: var(--Text-Grey-600,#475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .News_Box_Content h6,.News_Box_Content p.Topic {
        margin-bottom: 4px;
        color: var(--Text-Light-Blue,#0b7bff);
        line-height: 150%;
        letter-spacing: 1.68px;
        text-transform: uppercase;
        font-style: normal;
        font-family: Inter,sans-serif;
        font-size: 14px;
        font-weight: 600;
    }

    .Testimonials .slideBox.Bg_Dark_Blue_800:hover {
        transition: .4s ease-in-out;
        transform: translate(0,-10px);
    }

    .New_Speakers .All_Speakers a.Speakers_Btn svg path,.Testimonials .slideBox.Bg_Dark_Blue_800:hover .Rating_Top_Right svg path {
        fill: #3A58EF;
    }


    
    section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
        top: -9%;
    }

    .Upcoming_Webinars_Main .Testimonials {
        padding: 0;
    }

    
    .Testimonials .Center_Test button.slick-next.slick-arrow:hover,.Testimonials .Center_Test button.slick-prev.slick-arrow:hover,.Testimonials .Center_Test1 button.slick-next.slick-arrow:hover,.Testimonials .Center_Test1 button.slick-prev.slick-arrow:hover,.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover {
        border-radius: 43px;
        border: 1px solid var(--Text-Grey-500,#5d667b);
        background: var(--White,#fff);
    }

    .Testimonials .Center_Test button.slick-prev.slick-arrow:hover:before,.about_us_slider_New_Home1 button.slick-prev.slick-arrow:hover:before,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow:hover:before {
        content: '';
        background-image: url(../images/new-home-151025/Hover_Arrow_Left.svg);
    }

    .Testimonials .Center_Test button.slick-next.slick-arrow:hover:before,.about_us_slider_New_Home1 button.slick-next.slick-arrow:hover:before,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow:hover:before {
        content: '';
        background-image: url(../images/new-home-151025/Hover_Arrow_Right.svg);
    }

    .Testimonials .Center_Test1 button.slick-prev.slick-arrow:hover:before {
        background: url(../images/new-home-151025/up_web_left_hover.svg);
    }

    .Testimonials .Center_Test1 button.slick-next.slick-arrow:hover:before {
        background: url(../images/new-home-151025/up_web_right_hover.svg);
    }

    section.Connect_with {
        /* background: var(--White, #FFF); */
        padding: 72px 0 72px 0;
        background: var(--Theme-Blue-50, #EBEEFD);
    }

    section.Connect_with h2 {
        color: var(--Theme-Dark-Blue-800,#26244a);
        text-align: center;
        font-family: Inter;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -.72px;
        margin-bottom: 48px;
    }

    
    .Connect_with_Main .Connect_with_Box {
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-300,#d0d5dd);
        background: var(--White,#fff);
        padding: 14px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 24px;
        min-height: 189px;
    }

    .Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
        border-radius: 4px;
        border: 1px solid var(--Theme-Blue-500,#3a58ef);
        padding: 10px 18px;
        color: var(--Theme-Blue-500,#3a58ef);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        display: inline-block;
    }

    .Connect_with_Main .Connect_with_Box svg {
        min-height: 68px;
    }


    
	.Connect_with_Main .Connect_with_Box a.Schedule_Call_Btn {
		padding: 10px 28px;
	}

    .Assessment_Box:hover .Assessment_Box_Right_Btns a.View_Btn {
        background: var(--Theme-Blue-500, #3A58EF);
        color: #fff;
    }

    /* NEW CSS - End - 020126 */



    /* New CSS - Start - 200126 */


    .highlighted_box_main {
        text-align: center;
    }

    .highlighted_box_left {
        text-align: left;
    }

    .highlighted_box_left h2 span.highlighted {
        border-radius: 8px;
        border-left: 6px solid rgba(255, 255, 255, 0.50);
        background: var(--Theme-Blue-700, #283FB1);
        padding: 9px;
        display: flex;
        align-items: center;
        gap: 16px;
        color: var(--White, #FFF);

    /* Text lg / Semibold */
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px; /* 155.556% */
        width: 100%;
    }

    .highlighted_box_left h2 {
        margin-bottom: 12px;
        width: 100%;
    }

    .highlighted_box_right {
        border-radius: 8px;
        border-left: 6px solid rgba(255, 255, 255, 0.50);
        background: var(--Theme-Blue-800, #182878);
        padding: 12px 24px;
    }

    .highlighted_box_right ul li {
        color: var(--White, #FFF);

    /* Text md / Regular */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        text-align: left;
    }


    .Assessment_Pricing p {
        display: inline-block;
        width: 100%;
        align-items: baseline;
        margin-bottom: 4px;
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-top: 0;
    }
    .Assessment_Pricing p span {
        padding-inline: 5px;
        color: var(--White, #FFF);
        font-family: Inter;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 60px;
        letter-spacing: -0.96px;
    }

    .highlighted_box_right ul {
        margin: 0;
    }

    .highlighted_box_left h2:last-child {
        margin-bottom: 0;
    }

    .Assessment_Pricing {
        margin: 24px 0;
    }

    .Assessment_Pricing label {
        border-radius: 31px;
        background: var(--White, #FFF);
        padding: 4px 13px;
        color: var(--Theme-Blue-800, #182878);
        text-align: center;

    /* Text xs/Semibold */
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; /* 150% */
    }


    .l_and_d_banner_btns a.Schedule_Call_Btn.Btn_hover_effect {
        min-width: 204px;
    }

    .l_and_d_banner_btns a.Schedule_Call_Btn1.Btn_hover_effect {
        min-width: 165px;
        max-width: 165px;
        text-align: left;
    }

    .l_and_d_banner_btns a.Schedule_Call_Btn1.Btn_hover_effect span {
        left: 30%;
    }

    .l_and_d_banner_btns a.Signup_Link {
        margin: 0;
        display: inline-block;
        margin-top: 24px;
        border-radius: 4px;
        background: var(--Theme-Blue-800, #182878);

    /* Shadow/xs */
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

    section.Trending_Topics_Todays.Sample_Report_Section .l_and_d_banner_btns a.Signup_Link {
        min-width: 310px;
    }

    .signup_free_assement a.Signup_Link {
        min-width: 100%;
        margin-top: 24px;
    }

    .signup_free_assement p.No_credit_Text {
        margin-bottom: 16px;
    }

/*SEO Pera*/
section.Why_assessment .Sec_Title 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: 16px;
    padding-bottom: 0;
}
section.Why_assessment .Sec_Title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -.72px;
}
section.Why_assessment .Sec_Title p {
    margin: 0;
    padding: 0;
    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: 8px;
}
section.Why_assessment {
    padding-block: 72px;
}
/*SEO Pera end*/

    
@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;
    }

    .Why_choose_Box.Why_choose_Box1 {
        margin-bottom: -120px;
    }

    .Explore_Pricing_Box_Bottom {
        min-height: 296px;
    }

    .innermainmos p {
        font-size: 13px;
    }

    .Assessments_Middle ul li {
        font-size: 15px;
    }

    section.Assessments_Curated.Proctoring_Features_New .Assessments_Curated_Box {
        min-height: 171px;
    }

    .Testimonials .slideBoxLeft h2 {
        font-size: 19px;
    }

    .Testimonials .slideBoxLeft h3.Heading_H3 {
        font-size: 14px;
        line-height: 22px;
    }



    .highlighted_box_left h2 span.highlighted {
        font-size: 16px;
        text-align: left;
    }
    .highlighted_box_right ul li {
        font-size: 14px;
    }
}

@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: start;
    }
    .innermainmos ul li {
        font-size: 14px;
    }
    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
        font-size: 24px;
        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;
    }

    .Assess_Analyze_Upskill_Left h2 {
        font-size: 27px;
    }

 
 
}

@media only screen and (max-width: 991.51px) {
    .innermainmos h1 {
        font-size: 24px;
        line-height: inherit;
        text-align: center;
    }
    .innermainmos h2 {
        text-align: center;
        font-size: 16px;
    }
    .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  {
  
    }

    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;
    }

    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label {
        font-size: 22px;
        line-height: inherit;
    }
    .Percentage_Boxes_Main .Percentage_Box .Percentage_Box_Top label sub {
        font-size: 22px;
        line-height: inherit;
    }

    .Assess_Analyze_Upskill_Left p {
        font-size: 15px;
        line-height: inherit;
    }

    section.Trending_Topics_Todays h2 {
        font-size: 24px;
    }

    .Reports_Left h3 {
        font-size: 15px;
    }

    .Reports_Left ul li {
        font-size: 14px;
    }

    section.Assessments_Curated.Proctoring_Features_New .Assessments_Curated_Box {
        min-height: inherit;
    }

    .highlighted_box_right {
        margin-top: 12px;
    }

}

@media only screen and (max-width: 767.51px) {
    .innermainmos ul {
        column-count: 1;
        margin-bottom: 24px;
        max-width: inherit;
        margin: 0 auto 0px;
        text-align: center;
    }
    .l_and_d_banner_btns {
        justify-content: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .l_and_d_banner_btns a.Free_Trial_Btn {
        width: 100%;
        display: inline-block;
        text-align: center;
    }
    .l_and_d_banner_btns a.Schedule_Call_Btn {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 24px;
        max-width: inherit;
    }
    .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: 0;
        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, .Terms_Policies_Modal .modal-header h2.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, .Lets_get_Modal_Header_Left h2.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;
    }

    .Assess_Analyze_Upskill_Left a.Sign_up_Btn {
        display: inline-block;
        margin-bottom: 24px;
    }

    section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner {
        margin-bottom: 24px;
    }

    .Let_Connect .Fill_Btn {
        margin-top: 24px;
    }

    section.Assessment_Tabs_Main .nav-pills {
        display: flex;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        justify-content: start; 
    }

    .Assessment_Box {
        flex-direction: column;
        justify-content: start;
    }

    .Assessment_Box_Right {
        margin-top: 16px;
    }

    .Reports_Right img {
        margin-bottom: 16px;
    }

    .signup_free_assement {
        margin-top: 24px;
    }

    .form-floating.Pass_Div svg {
        top: 7px;
    }
      .mos_banner {
        padding: 32px 0;
    }
    section.Percentage_Boxes_Main {
        padding: 32px 0 0 0;
    }
    section.Assess_Analyze_Upskill {
        padding: 32px 0;
    }
    .Trending_Topics_Todays {
        padding: 32px 0 32px;
    }
    section.Trending_Topics_Todays h2 + p {
        /* margin-bottom: 0px; */
    }
    section.Assessment_Tabs_Main {
        padding-top: 32px;
    }
    section.Assessment_Tabs_Main .Search_Drop .hrader_search-inner .form-control {
        width: 100%;
    }
    .Assessment_Tabs_Main .filter_left   .dropdown-toggle::after {
        position: absolute;
        right: 16px;
        top: 20px;
    }   
    .Assessment_Tabs_Main .Filter{
        margin-bottom: 16px;
    }
    section.Trending_Topics_Todays.Sample_Report_Section {
        padding: 32px 0;    
    }
    .Reports_Right img {
        width: 100%;
    }
    .Assessments_Curated {
        padding: 32px 0;
    }
    section.Explore_Pricing {
        padding: 32px 0 72px 0;
    }
    section.Explore_Pricing h2 {
        margin-bottom: 16px;
    }
    .Explore_Pricing_Box_Bottom ul li span {
        line-height: 26px;
    }
    .Explore_Pricing_Box_Bottom ul li svg {
        min-width: 21px;
    }
    section.Feature_Metric_Table {
        padding: 32px 0;
    }
    .Testimonials {
        padding: 32px 0px 72px 0px;
    }
    .Transform_Learning h2 {
        font-size: 24px;
    }
    .Must_Read_Blogs {
        padding: 32px 0;
    }
    .FAQ_Main {
        padding-top: 32px !important;
    }


    .Center_Test .slick-slide,.Center_Test1 .slick-slide,.New_Speakers .All_Speakers a.Speakers_Btn,.Testimonials.Shorts_Video .Center_Video .slick-slide {
		padding: 0;
	}

	.Center_Test button.slick-prev.slick-arrow,.Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
		top: -14%;
		left: 8%;
	}

	.Center_Test button.slick-next.slick-arrow,.Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow {
		right: 8%;
		top: -14%;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-next.slick-arrow,section.Testimonials.Latest_News_Updates.Shorts_Video button.slick-prev.slick-arrow {
		top: -6%;
	}

    
	.Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-prev.slick-arrow {
		left: 30%;
		right: 0;
		top: -7%;
	}

	.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,.Testimonials.Shorts_Video .Center_Video button.slick-next.slick-arrow {
		right: 30%;
		top: -7%;
	}

    .Testimonials,section.Connect_with,section.Qualification_Wise,section.Upcoming_Webinars,section.Why_Pay {
		padding-block: 32px;
	}

	.Testimonials_Title h2,section.Accreditation_by h2,section.Connect_with h2,section.Qualification_Wise h2,section.Upcoming_Webinars h2,section.Why_Pay .Why_Pay_Left h2 {
		font-size: 24px;
	}

    .Testimonials .Center_Test ul.slick-dots,.Testimonials .Center_Test1 ul.slick-dots,.Testimonials.Shorts_Video .Center_Video ul.slick-dots {
		bottom: -32px;
	}

    .Testimonials .Center_Test button.slick-prev.slick-arrow,.Testimonials .Center_Test1 button.slick-prev.slick-arrow {
		right: 50px;
		left: auto;
	}

	.Testimonials .Center_Test button.slick-next.slick-arrow,.Testimonials .Center_Test1 button.slick-next.slick-arrow,section.spleaker_grid.New_Speakers .about_us_slider_New_Home button.slick-next.slick-arrow {
		right: 0;
	}

    .Connect_with_Main .Connect_with_Box {
		margin-bottom: 16px;
	}

    .l_and_d_banner_btns a.Schedule_Call_Btn.Btn_hover_effect {
        min-width: 204px;
        max-width: 204px;
    }
}