body {
    background-color: #fff;
}
section.Cources_Main {
    padding: 48px 0;
    background-color: white;
}
h1.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;
}
h1.Title span {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.Trust_Reviews {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.Trust_Reviews p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.Trust_Reviews b {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Qualifications ul {
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 16px;
}
.Qualifications {
    margin-bottom: 36px;
}
.Qualifications ul li {
    display: inline-flex;
}
.Qualifications ul li a {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Qualifications ul li a.Explore {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Qualifications ul li a.active {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.Search_Box {
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
    display: none;
}
.Search_Box input {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 8px 12px;
    padding-left: 36px;
}
.Search_Box svg {
    position: absolute;
    top: 10px;
    left: 10px;
}
.Input_Box .form-floating>label {
    padding: 15px 0.75rem;
    color: gray;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.form-floating>.form-select~label {
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
    color: var(--Theme-Purple-500, #5D667B);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}
.Input_Box .filter-selection.form-floating .dropdown button {
    /* border: 1px solid var(--Text-Grey-300, #D0D5DD); */
    border-radius: 4px;
    /* background: var(--Text-Grey-100, #F2F4F7); */
    padding: 12px 16px;
}
.Calendar a {
    border-radius: 4px;
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 9px 16px;
    display: inline-block;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
}
.bootstrap-select>select::placeholder {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Filter {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
    align-items: center;
}
.Input_Box .filter-selection {
    width: 195px;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    border-bottom: 1px solid #D0D5DD;
}
.bootstrap-select .dropdown-menu li a.active {
    background: #f3f1fd;
}
.bootstrap-select .dropdown-menu li span.text {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.filter-selection .bootstrap-select .dropdown-menu li a {
    padding-left: 40px;
}
.Sort_by .dropdown button{
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background-color: #fff;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 12px;
    height: 44px;
}
.Courses_Box {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    margin-bottom: 24px;
}
.Courses_Box img.Box_Img {
    border-radius: 12px 12px 0 0;
    width: 100%;
}
.Courses_Can {
    padding: 16px;
}
.Credit_Name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Credit_Name span {
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 4px 8px;
}
.Credit_Name p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Credit_Name a
{
    color: var(--Text-Grey-600, #475467);
}
/* Add for tags hierarchy */
.Courses_Can h3 a, .Courses_Can h2 a {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px;
    display: inline-block;
    height: 55px;
    overflow: hidden;
}
p.Date_Time {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.Courses_Can ul.Tags {
    display: inline-block;
    margin: 16px 0;
    height: 33px;
    overflow: hidden;
}
.Courses_Can ul.Tags li {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    border-radius: 4px;
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 6px 12px;
    display: inline-flex;
    margin-bottom: 5px;
}
.Learn_Review {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Learn_Review a {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 8px 14px;
    display: inline-block;
}
.Learn_Review a svg {
    margin-left: 7px;
}
.Rating ul {
    gap: 4px;
    align-items: center;
    display: flex;
}
.Rating ul li {
    display: inline-flex;
}
.Rating ul li.Rating_Count {
    color: #FFB21E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Pagination ul li a:hover, .Pagination ul li.active span {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    color: var(--White, #fff);
    font-size: 14px;
    line-height: 20px;
    padding: 8px 12px;
}
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: 8px;
}
.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;
}

section.spleaker_grid {
    padding: 72px 0;
    background: #ffffff;
}
section.spleaker_grid h2.ins_ttl {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.speker_imge {
    width: 100%;
    border-radius: 50%;
    background: var(--Theme-Blue-100, #D8DEFC);
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: end;
}
.speaker_man:hover .speker_imge {
    background: #3A58EF;
    transition: .4s linear all;
    transform: scale(1) translateY(0px);
}

.speaker_man:hover .speker_imge img {
    transform: scale(1.1) translateY(10px);
    transition: .4s linear all;
}
.speaker_description {
    padding-top: 16px;
}
.speaker_desc_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.speaker_desc_title a {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}
.specker_desgignation > span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    height: 24px;
}
.specker_desgignation p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 60px;
}
.specker_desgignation_without_audio p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 16px;
    height: 135px;
}
.speaker_audio {
    height: 60PX;
}
.speaker_btns a {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    width: 100%;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.3s ease;
}
.speaker_btns a:hover,.speaker_man:hover .speaker_btns a {
    transition: all 0.3s ease;
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #ffffff;
}
.speaker_btns{
    margin-top: 16px;
}
.speaker_man {
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
    height: 100%;
}
ul.ins_lst {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
ul.ins_lst li {
    list-style: none;
    display: flex;
}
ul.ins_lst li:last-child {
    color: var(--Theme-Blue-500, #3A58EF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-left: 4px;
}
section.spleaker_grid button.slick-prev.custom-prev.slick-arrow {
    /* left: 15%; */
    width: 40px;
    height: 40px;
}

section.spleaker_grid button.slick-next.custom-next.slick-arrow {
    /* right: 15%; */
    width: 40px;
    height: 40px;
}

.spleaker_grid .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #E3E0FB;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}
.spleaker_grid .slick-dots li.slick-active button:before{
    background: #3A58EF;
}
.spleaker_grid > img {
    margin: 0 auto;
}
.spleaker_grid .slick-dots li {
    width: 30px;
}
.spleaker_grid .slick-dots {
    bottom: -67px;
}
.spleaker_grid .slick-prev:before,.spleaker_grid .slick-next:before{
    content: none;
}
.spleaker_grid .slick-prev,.spleaker_grid .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}
.All_Speakers a.Speakers_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 12px 20px;
    display: inline-block;
   
}
.All_Speakers {
    text-align: center;
     margin-top: 100px;
}
section.User_Sec {
    background-image: url(../images/home-page-2025/Users.webp);
    padding: 54px 0;
    background-size: cover;
    background-position: center;
}
.User_Main {
    text-align: center;
}
/* Add for tags hierarchy */
.User_Main h5, .User_Main h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.92px;
    margin-bottom: 12px;
}
.User_Main b {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 4px;
}
.User_Main p {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}
.User_Main a {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    display: inline-block;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.User_Main a svg {
    margin-right: 8px;
}
.Testimonials {
    padding: 72px 0px;
    background: #EBEEFD;
}

.Testimonials .slideBoxLeft h3.Heading_H3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #475467;
    margin-bottom: 30px;
    margin-top: 30px
}

.Testimonials img.SlideBox_Test_Author_Img {
    min-width: 57px;
    margin-right: 16px
}

.Testimonials .slideBoxRgt {
    display: flex;
    align-items: center;
    justify-content: center
}

.Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
    /* min-width: 58px; */
    margin-right: 16px;
    border-radius: 50%;
    height: 58px;
    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://d35qtdhia1ds08.cloudfront.net/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://d35qtdhia1ds08.cloudfront.net/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
}

section.Trial_Main {
    padding: 72px 0;
}
.Trial_Left h1 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 8px;
}
.Trial_Left p.Sub_Line {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}
.Trial_Left .Table_Box table.table thead tr th {
    background: #fff;
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    vertical-align: text-top;
}
.Trial_Left .Table_Box table.table thead tr th p {
    color: var(--Theme-Blue-900, #04092A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.head_sub {
    margin-bottom: 24px;
}
/* Add for tags hierarchy */
.head_sub h1, .head_sub h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 12px;
}
.head_sub p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.Trial_Left .Table_Box table.table thead tr th span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 5px;
}
.Trial_Left .Table_Box table.table thead tr th:first-child > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 16px 0;
    display: block;
    text-align: left;
}
.pricing_trial {
    display: flex;
    align-items: center;
    gap: 12px;
}
table.table thead tr th:first-child .pricing_trial span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
}
table.table thead tr th:first-child .pricing_trial b {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.Trial_Left .Table_Box .table>thead {
    vertical-align: middle;
}
.Trial_Left .Table_Box table.table thead tr th small {
    color: var(--Warning-Yellow-900, #7A2E0E);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 4px;
    background: var(--Warning-Yellow-200, #FEDF89);
    padding: 2px 8px;
    height: 20px;
    display: inline-block;
}
.Trial_Left .Table_Box table.table thead tr th:last-child small {
    background: transparent;
}
.Trial_Left .Table_Box table.table tr:nth-child(odd) td {
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: #FFF;
}
.Table_Box table.table tbody tr td {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--Text-Grey-100, #F2F4F7);
}
.Trial_Left .Table_Box table.table tbody tr td {
    padding: 12px 8px;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    background-color: #fff;
    line-height: 28px;
}
.desc_last {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    justify-content: space-between;
}
.Trial_Left .Table_Box table.table tbody tr td.Link_Text {
    display: flex;
    align-items: baseline;
    gap: 5px;
    height: 46px;
}
.Trial_Left .Table_Box{
    border: none;
}
.Trial_Left .Table_Box table.table tbody tr td a.access_to_communities {
    display: flex;
    gap: 16px;
    width: 100%;
    align-items: center;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    justify-content: flex-start;
}
.Trial_Left {
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 24px;
}

.Trial_Left .c_tooltip .c_tooltiptext {
    left: 170px;
    bottom: -30%;
    top: auto;
}


.Trial_Left .c_tooltip .c_tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #d3d3d3  transparent transparent;
    bottom: 14px;
}
.Trial_Left .c_tooltip .c_tooltiptext::after {
    left: 8px;
}
.new_breadcrumb {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 24px;
}
.new_breadcrumb a {
    color: var(--Text-Lignt, #75757D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    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;
}
.new_breadcrumb a.active {
    color: var(--Dark-Text, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}
.Trial_Left .Table_Box table.table thead tr th .selected_btn span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.Trial_Left  .table>:not(caption)>*>* {
    padding: 0.3rem .3rem;
}
.Choose_Plan {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
    padding: 24px;
}
.Choose_Plan h3 {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 32px;
}
.Select_Box {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-100, #F2F4F7);
    padding: 8px 16px;
}
.Select_Box .form-check {
    display: flex;
    gap: 16px;
    align-items: center;
}
.Select_Box .form-check label.form-check-label {
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.Select_Box .form-check label.form-check-label p span {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 4px;
}
.Select_Box .form-check input {
    width: 20px;
    height: 20px;
}
.Select_Box.active {
    border-radius: 8px;
    border: 1px solid var(--Theme-Blue-200, #9CABF7);
    background: var(--Theme-Blue-50, #EBEEFD);
}
.Card_Detail {
    border-radius: 8px;
    background: var(--Text-Grey-50, #F9FAFB);
    display: flex;
    padding: 8px 16px;
    margin-block: 32px;
}
.Card_Detail p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 6px;
}
.Card_Detail span {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.Subscription_Period {
    border-right: 1px solid #D0D5DD;
    padding-right: 24px;
    margin-right: 24px;
}
.Terms_Privacy .form-check label.form-check-label {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Trial_Left .Table_Box table.table thead tr th:first-child {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 370px;
}
.card_dtbx_head {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
}
.card_dtbx label.form-check-label {
    font-size: 14px;
}
.selected_btn {
    text-align: center;
    color: #5D667B;
    border: 1px solid #EBEEFD;
    border-radius: 3.35px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.1px;
    background: #EBEEFD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.eyeicn_wrap {
    position: relative;
}
.eyeicn {
    position: absolute;
    right: 12px;
    top: 10px;
    cursor: pointer;
}
.isclosebtn {
    padding: 20px 0;
    text-align: right;
}
.isclosebtn a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
p.error_paymentfail {
    border-radius: 8px;
    background: var(--Error-Red-50, #FEF3F2);
    padding: 4px 16px;
    color: var(--Error-Red-900, #7A271A);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
}
p.error_paymentfail span {
    color: var(--Error-Red-700, #B42318);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.card_dtbx {
    margin-bottom: 16px;
}
.othercontent button.Continue {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    padding: 12px 20px;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
}
section.have_que {
    border-radius: 24px;
    background: var(--White,#fff);
    /* padding: 72px 0; */
}

section.have_que .Get_started_form .form-select {
    height: 50px
}

.have_que_inner {
    padding-top: 60px
}

.have_que .Get_started {
    background: 0 0;
    padding-bottom: 60px
}

.haveque-img {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
}

.haveque-img>img {
    position: relative;
    z-index: 9
}

.haveque-img img.img-fluid.Logo-Symbol {
    position: absolute;
    top: auto;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%)
}

.have_que_inner h2 {
    color: var(--Theme-Dark-Blue-800,#26244a);
    margin-bottom: 4px
}
.have_que .Get_started form.Get_started_form {
    background: 0 0;
    border: none;
    padding: 0;
}
#lets_connect_submit{
    width: auto;
    height: auto;
}
.Get_started .form-floating>textarea.form-control {
    height: 120px;
}
.have_que_inner h3 {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    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-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.Accreditations h2 {
    color: var(--Theme-Dark-Blue-800,#26244a);
    text-align: center;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px
}

.marquee-accreditations .Support_img {
    text-align: center;
    border-radius: 10px;
    padding: 15px 0;
    margin: 15px 0;
    background: #fff;
    width: 175px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center
}

.marquee-accreditations .Support_img img {
    width: 110px!important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.marquee-accreditations .inner {
    margin-right: 32px
}
section.Accreditations {
    background-color: #EBEEFD;
    padding: 48px 0;
}
section.FAQ_Main {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 72px 0;
}
.Freq_Title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: 0;
    margin-right: 24px;
    content: "";
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    width: 32px;
    height: 32px;
    background-size: cover
}

.FAQ_Main .FAQ_Box .accordion-header .accordion-button::before {
    background-image: url(https://d35qtdhia1ds08.cloudfront.net/custom/exam_prep/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::after {
    display: none
}

.FAQ_Main .FAQ_Box .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    border: 0;
    background: #fff0;
    padding-left: 0
}

.FAQ_Main .FAQ_Box .accordion-item {
    margin: 0;
    border: none;
    margin-bottom: 16px;
    border-radius: 0;
    background: #fff0;
    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: #fff0;
    padding:0 60px;
    margin: 20px 0;
}

.FAQ_Main .FAQ_Box .accordion-button {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
        padding-left: 0;
}

.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 .accordion-flush .accordion-item .accordion-button.collapsed:focus {
    box-shadow: none;
}
.FAQ_Main .FAQ_Box .accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background: transparent;
}

.Platform_Can button {
    text-align: left;
    border-bottom: 1px solid var(--Text-Grey-300, #D0D5DD);
    padding: 16px;
}
.Platform_Can .nav-pills {
    max-width: 302px;
    padding-right: 20px;
    max-height: 647px;
    overflow-x: hidden;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
}
/*included css*/
.Qualifications {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.Qualifications ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 41px;
    overflow: hidden;
}
.Qualifications ul li a.Explore {
    white-space: nowrap;
}
.Filter .Search_Box input {
    min-width: 195px;
    font-size: 14px;
    min-height: 44px;
}
.Filter {
    flex-wrap: wrap;
}
.Sort_by .Input_Box .filter-selection.form-floating .dropdown button {
    background: #fff;
    min-width: 202px;
}
.filter_left {
    display: flex;
    gap: 16px;
}
.filter_area {
    display: flex;
    gap: 16px;
}
button.filter_btns, .filter_heaading, .filter_footer {
    display: none;
}
.filer_column {
    display: flex;
    gap: 16px;
}
.One_Platform.desktop{
    display: block;
}
.One_Platform.mobile{
    display: none;
}
.Input_Box .Delivery {
    width: 215px !important;
}
.Input_Box .Qualification {
    width: 230px !important;
}
.Input_Box .Sort_by {
    width: 200px !important;
}

.not_found_main {
    display: flex;
    justify-content: center;
    padding: 80px 15px;
    background: var(--Theme-Blue-50, #EBEEFD);
    border-radius: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex-direction: column;
    align-items: center;
}
.not_found_main p.not_found {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-top: 46px;
}
.not_found_main p.msg {
    color: var(--Text-Grey-400, #98A2B3);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 16px;
    max-width: 300px;
}
.Courses_Can ul.Tags li.searched_qualification
{
    background: #3a58ef;
    color: #fff;
}
.test-iframe .btn-close {
    background-color: #ffffff;
    color: #000;
    opacity: 1;
    position: absolute;
    right: 3px;
    z-index: 99;
    top: 3px;
    width: 30px;
    height: 30px;
}
.Qualifications ul li a:hover {
    background: #EBEEFD;
}
.Qualifications ul.Explore li a.Explore:hover {
    background-color: #3a58ef;
    color: #fff;
}
.Qualifications ul.Explore li a.Explore:hover svg path {
    fill: #fff;
}
.Learn_Review a:hover {
    background-color: var(--Theme-Blue-500, #3A58EF);
    color: #fff;
}
.Learn_Review a:hover svg path {
    fill: #fff;
}
.User_Main a:hover {
    background: #fff;
    color: #3a58ef;
}
.User_Main a:hover svg path {
    fill: #3a58ef;
}
.search_box_text
{
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}
.search_box_text span
{
    color: var(--Text-Grey-700, #344054);
}

.Features_Banner {
    background: url('../images/features/Features_Banner_Bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 72px 0;
}

.Features_Banner_Left {}

.Features_Banner_Left h1 {
    color: var(--White, #FFF);

/* Display lg / Bold */
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.Features_Banner_Left h2 {
    color: var(--White, #FFF);

/* Display xs / Medium */
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    max-width: 415px;
    margin-bottom: 24px;
}

.Features_Banner_Btns a.Individual_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: flex;
    gap: 8px;
    align-items: center;
}

.Features_Banner_Btns a.Team_Subscription_Btn {
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    padding: 12px 20px;
    color: var(--White, #FFF);

/* Text md / Semibold */
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 8px;
}

.Features_Banner_Btns {
    display: flex;
    gap: 24px;
}

.Features_Banner_Right {}

.Features_Banner_Right h3 {
    color: var(--White, #FFF);
    text-align: center;

/* Display sm / Bold */
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 126.667% */
    margin-bottom: 24px;
}

.Features_Banner_Right_Box {
    padding: 24px;
    text-align: center;
    position: relative;
    margin-bottom: 24px;
}

.Features_Banner_Right_Box p {
    color: var(--White, #FFF);
    text-align: center;

/* Text xl / Semibold */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
    margin-top: 16px;
}

.Features_Banner_Right_Box.Learners_Box:before {
    content: '';
    opacity: 0.3;
    background: #D9D9D9;
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 0;
    right: -12px;
    height: 142px;
}

.Features_Banner_Right_Box.Admins_Box {
    margin-top: 24px;
}

.Features_Banner_Right_Box.Admins_Box:before {
    content: '';
    opacity: 0.3;
    background: #D9D9D9;
    display: inline-block;
    width: 258px;
    height: 1px;
    position: absolute;
    top: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.Features_Banner_Right_Box.Trainers_Box:before {
    content: '';
    content: '';
    opacity: 0.3;
    background: #D9D9D9;
    display: inline-block;
    width: 258px;
    height: 1px;
    position: absolute;
    bottom: -24px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.Features_Banner_Right_Box.Partners_Box:before {
    content: '';
    opacity: 0.3;
    background: #D9D9D9;
    display: inline-block;
    width: 1px;
    position: absolute;
    top: 0;
    left: -12px;
    height: 142px;
}

.Features_Banner_Right_Box.Partners_Box {
    margin-top: 24px;
}

.Get_started .form-floating > textarea + label {
    height: auto;
}

.asterisk {
    color: red;
}

.Platform_Main ul li.nav-item button.nav-link svg path {
    stroke: #98A2B3;
}

.Platform_Main .nav-tabs button#home-tab.active svg path {
    stroke: #04092A;
}

.Platform_Main .nav-tabs button#home-tab.active svg path:nth-child(3) {
    stroke: #3A58EF;
}




.Platform_Main .nav-tabs button#profile-tab.active svg path {
    stroke: #04092A;
}

.Platform_Main .nav-tabs button#profile-tab.active svg path:nth-child(3) {
    stroke: #3A58EF;
}




.Platform_Main .nav-tabs button#contact-tab.active svg path {
    stroke: #04092A;
}

.Platform_Main .nav-tabs button#contact-tab.active svg path:nth-child(4),
.Platform_Main .nav-tabs button#contact-tab.active svg path:nth-child(5),
.Platform_Main .nav-tabs button#contact-tab.active svg path:nth-child(6) {
    stroke: #3A58EF;
}



.Platform_Main .nav-tabs button#contact1-tab.active svg path {
    stroke: #04092A;
}

.Platform_Main .nav-tabs button#contact1-tab.active svg path:nth-child(2),
.Platform_Main .nav-tabs button#contact1-tab.active svg path:nth-child(3) {
    stroke: #3A58EF;
}



.Platform_Main .nav-tabs button#subscription-tab.active svg path {
    stroke: #04092A;
}

.Platform_Main .nav-tabs button#subscription-tab.active svg path:nth-child(3) {
    stroke: #3A58EF;
}
/*responsive of homepage start*/

@media only screen and (max-width: 1199px) {
    .Features_Banner_Left h1 {
        font-size: 42px;
        line-height: inherit;
    }
    .Features_Banner_Btns a.Individual_Btn {
        padding: 12px;
        font-size: 14px;
    }
    .Features_Banner_Btns a.Team_Subscription_Btn {
        padding: 12px;
        font-size: 14px;
    }
    .Features_Banner_Right_Box.Admins_Box:before {
        content: '';
        width: 200px;
    }
    .Features_Banner_Right_Box.Trainers_Box:before {
        content: '';
        width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .Features_Banner_Left h1 {
        font-size: 31px;
        line-height: inherit;
    }
    .Features_Banner_Left h2 {
        font-size: 19px;
        line-height: inherit;
    }
    .Features_Banner_Btns {
        display: inline-block;
        width: 100%;
    }
    .Features_Banner_Btns a.Individual_Btn {
        margin-bottom: 24px;
        justify-content: center;
    }
    .Features_Banner_Btns a.Team_Subscription_Btn {
        justify-content: center;
    }
    .Features_Banner_Right h3 {
        font-size: 23px;
    }
    .Features_Banner_Right_Box.Admins_Box:before {
        content: '';
        width: 150px;
    }
    .Features_Banner_Right_Box.Trainers_Box:before {
        content: '';
        width: 150px;
    }
    .Platform_Main ul li.nav-item button.nav-link {
        padding: 8px 23px;  
    }
}

@media (max-width: 767px) {
    /*main first section start*/
    h1.Title {
        font-size: 24px;
    }
    h1.Title span {
        font-size: 24px;
    }
    .Trust_Reviews {
        flex-wrap: wrap;
    }
    .Trust_Reviews {
        gap: 4px 16px;
    }
    .Qualifications {
        flex-wrap: wrap;
        display: block;
        
    }
    .Qualifications ul.qualifications_list_slider  li{
        display: block;
    }
    .qualifications_list_slider .slick-prev {
        left: -32px;
        z-index: 99;
    }
    .qualifications_list_slider .slick-next {
        right: -32px;
        z-index: 9999;
    }
    .qualifications_list_slider .slick-prev:before,.qualifications_list_slider .slick-next:before{
        content: none;
    }
    .qualifications_list_slider .slick-prev,.qualifications_list_slider .slick-next {
        width: 40px;
        height: 40px;
        z-index: 9;
    }
    .Qualifications ul li a {
        display: inline-block;
        white-space: normal;
    }
     .Qualifications ul {
        max-width: calc(100% - 70px);
        margin-inline: auto;
        display: flex;
        justify-content: center;
    }
    .Qualifications ul li a.Explore{
        margin-top: 16px;
    }
    .Qualifications .slick-slider .slick-track{
        display: flex;
        align-items: center;
    }
    .filter_left {
        flex-wrap: wrap;
    }
    .Search_Box {
        flex-basis: 100%;
    }
    button.filter_btns, .filter_heaading, .filter_footer {
        display: inline-block;
    }
    .filer_column {
        display: flex;
        gap: 16px;
        flex-direction: column;
        width: 100%;
    }
        button.filter_btns {
        display: flex;
        width: 111px;
        height: 44px;
        padding: 10px 12px;
        justify-content: space-between;
        align-items: center;
        flex-shrink: 0;
        border: none;
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        color: var(--Text-Grey-900, #101828);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }
    .Sort_by {
        position: absolute;
        top: 60px;
        right: 26px;
    }
    .Filter {
        flex-wrap: wrap;
        position: relative;
    }

    .filter_area.active {
        display: flex;
        gap: 16px;
        flex-direction: column;
        display: none;
        display: flex;
        width: 327px;
        padding: 12px 24px 24px 24px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #FFF;
    }
    .filter_footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 8px;
    }
    .filter_cancel {
        color: var(--Text-Grey-400, #98A2B3);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        border-radius: 4px;
        border: 1px solid var(--Text-Grey-400, #98A2B3);
        padding: 10px 16px;
    }
    a.filter_clear {
        color: #ffffff;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 20px;
        border-radius: 4px;
        border: 1px solid #3A58EF;
        display: inline-block;
        padding: 10px 16px;
        background: #3A58EF;
    }
    .filter_heaading {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 24px;
    }
    .filter_heaading p {
        color: var(--Text-Grey-800, #1D2939);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
    .Input_Box .filter-selection {
        width: 100%;
    }
    .filter_area {
        gap: 16px;
        flex-direction: column;
        display: none;
        width: 327px;
        padding: 12px 24px 24px 24px;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: #FFF;
        position: absolute;
        top: 110px;
    }
    .filter_area.active {
        display: flex;
    }
    .filter_area .Calendar{
        display: none;
    }
    /*main first section over*/

    /*One Platform for All Your Credits Start*/
    h2.Platform_Title {
        margin-bottom: 32px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .One_Platform.desktop{
        display: none;
        }
    .One_Platform.mobile{
        display: block;
        }
    section.One_Platform.mobile button.accordion-button {
        display: flex;
        padding: 8px 24px;
        justify-content: center;
        align-items: center;
        gap: 12px;
        border-radius: 12px !important;
        background: var(--White, #FFF);
        box-shadow: none;
    }
    section.One_Platform.mobile button.accordion-button::after {
        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%);
        height: 2px;
        width: 176px;
        position: absolute;
        bottom: 0;
        transform: none;
    }
    section.One_Platform.mobile {
        padding-top: 46px;
    }
    .One_Platform.mobile > h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
        margin-bottom: 24px;
    }
    .One_Platform.mobile .accordion-flush>.accordion-item {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        border-radius: 12px;
        background: var(--White, #FFF);
        margin-bottom: 16px;
    }
    .One_Platform.mobile .accordion-header {
        margin-bottom: 0;
        padding: 16px;
        border-radius: 12px;
        background: var(--White, #FFF);
    }
    .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;
    }
    .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;
    }
    .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 button.accordion-button span {
        color: var(--Theme-Blue-500, #3A58EF);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    section.One_Platform.mobile {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    /*One Platform for All Your Credits over*/

    /* Learn from the Best in the Business start*/
    section.spleaker_grid {
        padding: 46px 0;
    }
    .about_us_slide {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    section.spleaker_grid h2.ins_ttl {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .All_Speakers {
        margin-top: 24px;
    }
    /* Learn from the Best in the Business end*/

    /*Join 250k+ Users start*/
    .User_Main h5 {
        color: var(--White, #FFF);
        text-align: center;
        font-family: Inter;
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.84px;
        margin-bottom: 12px;
    }
    /*Join 250k+ Users end*/
    /*Testimonials start*/
    section.User_Sec {
        background-position: -230px 0px;
        background-repeat: no-repeat;
    }
    .Testimonials .center button.slick-prev.slick-arrow {
        left: 1%;
    }
    .Testimonials .center .slick-next {
        right: 1%;
    }
    .Testimonials .slideBoxLeft h3.Heading_H3 {
        max-width: 80%;
        margin-inline: auto;
    }
    .Testimonials .slideBoxRgt .slideBoxRgt_Author_Img {
        margin-left: 0;
    }
    /*Testimonials end*/
    /*Get Started with Unlimited Learning start*/
    .Trial_Left .Table_Box table.table thead tr th:first-child > span,.Trial_Left .Table_Box table.table thead tr th {
        font-size: 20px;
    }
    table.table thead tr th:first-child .pricing_trial span {
        font-size: 12px;
    }
    table.table thead tr th:first-child .pricing_trial b {
        font-size: 12px;
        line-height: 1;
        display: block;
    }
    .Trial_Left .Table_Box table.table thead tr th span {
        margin-left: 0;
        display: block;
    }
    .Trial_Left .Table_Box table.table thead tr th .course_catalogue_btn {
        color: var(--Theme-Blue-500, #3A58EF);
        text-align: center;
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        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;
        padding: 0 !important;
        background: transparent;
        border: none;
        white-space: nowrap;
        margin: 0;
    }
    .Trial_Left .Table_Box table.table tbody tr td {
        font-size: 14px;
        line-height: 20px;
    }
    .Trial_Left .Table_Box table.table thead tr th:first-child > span {
        margin: 0;
    }
    .desc_last {
        font-size: 16px;
        line-height: 28px;
        margin-block: 24px;
    }
    .Choose_Plan h3 {
        margin-bottom: 24px;
        text-align: center;
    }
    section.Trial_Main {
        padding: 46px 0;
    }
    /* Add for tags hierarchy */
    .head_sub h1, .head_sub h2 {
        margin-bottom: 12px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    .head_sub p {
        color: var(--Text-Grey-600, #475467);
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    /*Get Started with Unlimited Learning end*/
    /* Accreditations start */
    .Accreditations h2 {
        margin-bottom: 25px;
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    /* Accreditations over */

    /*Have Questions? Let’s Connect! start*/
    section.have_que.have_que_new .have_que_inner h3 {
        color: var(--Text-Grey-700, #344054);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    section.have_que.have_que_new .haveque-img>img {
        display: none;
    }
    .have_que_inner {
        padding-top: 0;
    }
    section.have_que {
        padding: 32px 0;
    }
    .have_que .Get_started {
        background: 0 0;
        padding-bottom: 60px;
        display: block;
        border-radius: 12px;
        border: 1px solid var(--Text-Grey-200, #EAECF0);
        background: var(--White, #FFF);
        padding: 24px;
    }
    /*Have Questions? Let’s Connect! start*/
    /*faq*/
    section.FAQ_Main .Freq_Title h2 {
        color: var(--Theme-Dark-Blue-800, #26244A);
        text-align: center;
        font-family: Inter;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }
    section.FAQ_Main {
        padding: 46px 0;
    }
    /*faq over*/

    .Features_Banner_Right {
        margin-top: 24px;
    }

    
    .Features_Banner_Right_Box.Learners_Box:before {
        content: '';
        opacity: 0.3;
        background: #D9D9D9;
        display: inline-block;
        width: 258px;
        height: 1px;
        position: absolute;
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
    }

    .Features_Banner_Right_Box.Trainers_Box:before {
        content: '';
        width: 258px;
        bottom: 0;
    }

    .Features_Banner_Right_Box.Admins_Box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .Features_Banner_Right_Box.Admins_Box:before {
        content: '';
        width: 258px;
        bottom: 0;
        top: auto;
    }

    .Features_Banner_Right_Box.Partners_Box {
        margin-top: 0;
        margin-bottom: 0;
    }
    .Features_Banner_Right_Box.Partners_Box:before {
        display: none;
    }

    .have_que_inner p {
        text-align: center;
    }
    .have_que_inner h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

    .accordion-flush>.accordion-item>.accordion-collapse.show {}

    .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button:not(.collapsed) {
        /* background: transparent !important; */
    }

    .accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {}

    button.accordion-button.collapsed {}

    .accordion-flush>.accordion-item>.accordion-header .accordion-button:not(.collapsed) svg path {
        stroke: #fff;
    }

    .accordion-flush>.accordion-item>.accordion-header .accordion-button:not(.collapsed) span {
        color: #fff;
    }
    .Features_Banner {
        padding: 32px 0;
    }
    .Features_Banner_Left h1 {
        font-size: 28px;
    }
}
/*responsive of homepage end*/