@import url('https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
.white_btn {
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid var(--White, #FFF);
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: #12327b;
    transition: .4s ease all;
}
.authore-image{
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.authore-image svg {
    list-style: none;
    display: block;
    margin: 0 10px 0 0;
    float: right;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.white_btn:hover {
    color: #fff;
    border: 1px solid #3A58EF;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#follow_now_btn.registering {
    display: block;
    content: "";
    position: relative;
    background-image: url(../images/register-loader.svg);
    z-index: 123;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    pointer-events: none;
    background-color: #3A58EF !important;
    width: 154px;
}
#following_btn.registering {
    display: block;
    content: "";
    position: relative;
    background-image: url(../images/register-loader.svg);
    z-index: 123;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    pointer-events: none;
    background-color: #3A58EF !important;
    width: 154px;
}
.speaker_banner {
    background-image: url(https://assets.my-cpe.com/v2/images/speakers_new/bg.png);
    background-repeat: no-repeat;
    padding: 0px 0 0 0;
    background-size: 100% 100%;
    padding-top: 72px;
}
/* .speaker_banner_inner {
    padding-bottom: 67px;
} */
.speaker_img {
    text-align: center;
}
.speaker_desc_head {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sp_head {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-block: 0;
    
}
.Insightful_Box a img {
    width: 100%;
}
.Get_started_form {
    background: var(--White, #fff);
    padding: 24px;
    border-radius: 8px;
}
button#connect_form_submit_btn {
    background: var(--Theme-Blue-500, #3a58ef);
    padding: 10px 18px;
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgb(16 24 40 / .05);
    border: 1px solid #3a58ef;
    transition: .4s ease-out;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    width: 100%;
}
.sp_head span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.72px;
}
span.sp_s_head {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.speaker_desc ul {
    list-style: none;
    padding: 24px 0;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    text-align: justify;
}
.speaker_desc ul li {
    display: flex;
    gap: 8px;
}
.speaker_desc ul li svg {
    min-width: 20px;
    margin-top: 4px;
}
.sp_images {
    display: flex;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

section.sp_counter {
    margin-top: -67px;
    position: relative;
}
.sp_counter_in {
    border-radius: 12px;
    background: var(--White, #FFF);
    padding: 9px 0;
}
.sp_counter_inner {
    display: flex;
    padding: 24px 23px;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}
.sp_counter_txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}
.sp_counter_txt p {
    color: var(--Theme-Blue-900, #04092A);
    font-family: Inter;
    font-size: 38px;
    font-style: normal;
    font-weight: 800;
    line-height: 44px;
    letter-spacing: -0.76px;
}
.sp_counter_txt span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
section.spoylight {
    background: var(--Theme-Blue-50, #EBEEFD);
    padding: 139px 0 123px 0;
    margin-top: -67px;
}
.spotlight_desc b {
    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: 8px;
    display: block;
}
.spotlight_desc p {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}
.spotlight_desc span {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    display: inline-block;
}
.spotlight_desc ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.spotlight_desc ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.spotlight_desc ul li span {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.spotlight_desc ul li svg{
    min-width: 20px;
}
section.jason_sp {
    padding: 200px 0 72px 0;
    background: var(--White, #FFF);
}
.json_sp_inner {
    padding: 60px;
    border-radius: 24px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    position: relative;
}
.json_sp_inner p {
    max-width: 60%;
    margin-bottom: 45px;
    font-family: "Inria Serif", serif;
    color: var(--Text-Grey-900, #101828);
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 170%; /* 34px */
    letter-spacing: 0.4px;
}
.json_sp_inner b {
    display: block;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px;
    letter-spacing: -0.72px;
}
.json_sp_inner span {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.json_sp_inner  .sp_img {
    position: absolute;
    right: 100px;
    bottom: 0;
    max-height: 432px;
}
.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    }
    .Insightful_Box {
    border-radius: 8px;
    background: #FFF;
    padding: 16px;
    margin-bottom: 28px;
    }
    .Insightful_Box h2 {
    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 h3 {
    color: var(--Text-Grey-400, #98A2B3);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 15px;
    }
    .Insightful_Box p {
    color: var(--Text-Grey-500, #5D667B);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 75px;
    overflow: hidden;
    }
    #blog-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    }

    .ajax-loader-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        top: 0;
        left: 0;
    }

    .ajax-loader-spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .Latest_News_Boxes a .News_Box:hover {
        transform: translate(0, -10px);
    }
    .News_Box {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
        padding: 12px;  
        transition: 0.3s;
        margin-bottom: 15px;
    }
    .News_Box img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
    height: 250px;
    }
    .News_Box .Infographics_img img{
    height: auto;
    }
    .News_Box_Content {
    margin-top: 16px;
    }
    .News_Box_Content h6 {
    margin-bottom: 4px;
    color: var(--Text-Light-Blue, #0B7BFF);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    }
    .News_Box_Content p.Topic {
    margin-bottom: 4px;
    color: var(--Text-Light-Blue, #0B7BFF);
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    }
    .News_Box_Content h4 {
    color: var(--Text-Dark-Blue, #0F0E29);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
    height: 52px;
    overflow: hidden;
    }
    .News_Box_Content p.title {
    color: var(--Text-Dark-Blue, #0F0E29);
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
    height: 52px;
    overflow: hidden;
    }
    .News_Box_Content p {
    overflow: hidden;
    color: var(--Text-Light-Grey, #75757D);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    }
    .News_Box_Content p.topic_details{
    height: 96px;
    }
    .Box_Content_Btm{
        border: none;
        display: flex;
        padding-top: 16px;
    }
    .Time {
    margin: 0 0 0 auto;
    }
    .Latest_News_Boxes a .News_Box:hover {
    transform: translate(0, -10px);
    }
    .Latest_News_Boxes a .News_Box:hover h4 {
    color: var(--Text-Light-Blue, #7162EA);
    text-decoration-line: underline;
    }
    .speaker_img img {
        max-height: 600px;
    }
svg.quote_svg {
    position: absolute;
    top: -55px;
    background: #fff;
    padding: 0 19px;
    box-sizing: content-box;
}
.json_sp_inner:before {
    content: "";
    position: absolute;
    width: 236px;
    top: -1px;
    height: 1px;
    background: #ffffff;
    right: 140px;
}
.Course_Box {
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    padding: 16px;
}
.Course_Img {
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.Course_Img a {
    display: block;
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.Course_Img img {
    border-radius: 8px;
    width: 100%;
    transition: 0.3s;
    height: 248px;
    object-fit: cover;
    object-position: top;
}
.Course_Img .bookmark {
    border-radius: 2px;
    background: #FFF;
    padding: 5px;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    line-height: 20px;
}
.Course_Can {
    padding: 16px 0px 0px 0px;
}
.Credit_Speker {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.Credit_Speker p.Credits {
    padding: 4px 8px;
    display: block;
    border-radius: 5px;
    background: var(--Theme-Blue-50, #EBEEFD);
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
}
.Credit_Speker p.Speaker, .Credit_Speker p.Speaker a {
    color: var(--Text-Light-Grey, #75757D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Course_Can h3 {
    color: var(--Text-Grey-700, #344054);
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden;
    height: 54px;
    margin-bottom: 16px;
}
.Course_Can h3 a {
    overflow: hidden;
    height: 55px;
    margin-bottom: 15px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.Date_Filter {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    margin-top: 10px;
}
.Course_Can p.Date-Time {
    margin-bottom: 0px;
    color: var(--Text-Light-Grey, #75757D);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.Course_Can ul.Qulification_Chips {
    margin-bottom: 15px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
    max-height: 36px;
}
.Course_Can ul.Qulification_Chips li {
    border-radius: 4px;
    background: var(--Theme-Purple-50, #F3F1FD);
    display: inline-block;
    padding: 6px 12px;
    margin-right: 6px;
    font-size: 14px;
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
}

.Course_Can ul.Qulification_Chips li {
    border-radius: 4px;
    background: #e1e6fd;
    display: inline-block;
    padding: 6px 10px;
    font-size: 14px;
}
.Learn_Rating {
    display: flex;
    justify-content: space-between;
}
.Learn_Rating a {
    color: #3a58ef;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    padding: 5px;
}
.Rating_Course ul {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    margin-bottom: 0;
}
.Rating_Course ul li {
    display: inline-block;
}
.Rating_Course ul li.Rat_Count {
    color: #FFB21E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Course_Can .Date_Filter {
    min-height: 24px;
}
section.knowledge {
    padding: 72px 0;
    background: var(--Theme-Blue-50, #EBEEFD);
}
.knowledgr_head p {
    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;
}
.knowledgr_head span {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: block;
    margin-top: 12px;
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
}
section.knowledge .nav-tabs {
    gap: 24px;
    justify-content: center;
    padding: 16px;
    margin-bottom: 24px;
    border: none;
}
section.knowledge .nav-tabs .nav-link {
    padding: 8px;
    border-radius: 4px;
    background: transparent;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    transition: .4s all ease;
}
section.knowledge .nav-tabs .nav-link.active{
    border: none;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #D8DEFC;
}

section.knowledge .nav-tabs .nav-link:hover {
    border: none;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    background: #ffffff;
}
a.tranding_webinar {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 4px;
    background: var(--Success-Green-500, #12B76A);
    display: inline-flex;
    padding: 2px 8px;
    justify-content: center;
    align-items: center;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 21px;
    text-transform: uppercase;
}
.Pagination ul li.active span {
    background: #3A58EF;
    color: #ffffff;
}
.Pagination ul li:first-child a, .Pagination ul li:last-child a{
    height: auto;
}
.dwnld_nw a {
    display: inline-flex;
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    gap: 12px;
}
section.knowledge.dowloadedble {
    padding-bottom: 42px;
}
section.connect_with {
    background: #12327B;
    padding: 72px 0;
}
.connect_with_wrap {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}
.connect_with_inner_image > img {
    /* min-width: 200px; */
    max-width: 227px;
    border-radius: 50%;
}
.connect_with_inner .c_head {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}
.connect_with_inner > p {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.rat {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 24px;
}
.rat span {
    color: #FFB21E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.rat ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 4px;
}
.rat ul li {
    line-height: 0;
}
.connect_with_inner > span {
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 24px;
}
.con_btns {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
.c_linkedin {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border: 1px solid #3A58EF;
    padding: 10px 18px;
    transition: .4s ease-out;
    border-radius: 4px;
    background: #0077B5;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: .4s all ease;
}
.c_linkedin:hover {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 18px;
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: var(--Theme-Blue-700, #283FB1);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.Fill_Btn_flx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

form.Get_started_form {
    border: none;
}
form.Get_started_form p.js_head {
    color: var(--Text-Grey-800, #1D2939);
    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.74px;
    margin-bottom: 24px;
}
span.astrics_sign {
    color: var(--Error-Red-500, #F04438);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Get_started .form-floating>textarea.form-control {
    height: 98px;
}
.Get_started {
    border-radius: 24px;
}
.Ranting_Fillter {
    display: flex;
}

.Ranting_Fillter .Fillter_Drop {
    margin: 0 0 0 auto;
}

.Fillter_Drop a.dropdown-toggle {
    color: #7162EA;
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.Fillter_Drop ul li {
    padding: 0;
    margin: 0;
}
.Ranting_Fillter .Fillter_Drop ul.dropdown-menu{
    padding:0;
}
.Ranting_Fillter .Fillter_Drop  .dropdown-item{
    font-size: 14px;
}
.Detail_Box_Review p {
    line-height: 24px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
}


.Detail_Box_Review h3 {
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    color: #2D2D2D;
    margin: 0;
}

.Detail_Box_Review h3 a {
    text-decoration: underline;
}

.Detail_Box_Review ul {
    padding-left: 15px;
    margin-bottom: 20px;
}

.Detail_Box_Review ul li {
    font-size: 16px;
    color: #2D2D2D;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
}

.Detail_Box_Review .Who_Should ul {
    padding: 0;
    margin: 0;
}

.Detail_Box_Review .Who_Should ul li {
    display: inline-block;
    padding: 5px 8px;
    background-color: #E3E3E3;
    border-radius: 4px;
    margin: 5px 3px;
    font-weight: 500;
}

.Detail_Box_Review .Learning_Objective .Progress-bar-main:not(:last-child) {
    margin-bottom: 16px;
}
.rating_wrapper {
    padding: 24px;
    margin-top: 24px;
    border-radius: 8px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

/* .Reveiws_Count {
    background-color: #EEF3F6;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
} */

p.Total_Reviw {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0;
}



.Reveiws_Count h1 {
    font-size: 50px;
    color: #1F2227;
    font-weight: bold;
}

.Reveiws_Count span.rating {
    font-size: 18px;
}

.Progress-bar-main p {
    margin: 0;
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.Progress-bar-main .progress {
    height: 10px;
    margin-top: 5px;
    border-radius: 10px;
    background: #D8DEFC;
}

.Progress-bar-main .progress .progress-bar {
    height: 10px;
    border-radius: 10px;
    background: #3A58EF;
}

.User_img {
    background-color: #E3E0FB;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.User_main {
    display: flex;
}

.User_name {
    margin-left: 10px;
    margin-top: 9px;
}

.User_name h5 {
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
span.offering_rating_count {
    color: #FFB21E;
}
.User_Date {
    margin: 0 0 0 auto;
}

.User_Date p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.Review_Text {
    margin-top: 10px;
    padding-left: 70px;
}

.Review_Text p {
    margin: 0;
}

.Reveiw_Box {
    border-bottom: 1px solid #DEDEDE;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: var(--White, #FFF);
    margin-bottom: 24px;
}

.Review_pagination {
    padding: 30px 0;
    border-top: 1px solid #DEDEDE;
}

.Review_pagination .pagination li {
    padding: 0 7px;
    line-height: 30px;
}

.Review_pagination .pagination li .Next img {
    transform: rotate(180deg);
}

.Review_pagination .pagination .page-item .page-link {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000000;
}

.Review_pagination .pagination .page-item.active .page-link {
    color: #fff;
}

.Detail_Box_Review .Reveiws_Count h3 {
    color: var(--Text-Grey-900, #101828);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
}

.Detail_Box_Review p.test-img-text {
    padding: 18px 0;
    margin: 0;
    text-align: center;
    color: var(--Theme-Purple-500, #7162EA);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.Detail_Box_Review .Learning_Objective .Review_Text {
    margin-top: 10px;
    padding-left: 0px;
}

.Detail_Register.register-calender-buttons .btn_grp a.right_arw:after {
    content: "";
    display: block;
    background-image: url("../images/course-details/Learning-arrow.svg");
    position: absolute;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
}

.Detail_Register.register-calender-buttons .btn_grp a.Shortlist:after {
    display: none;
}
div#review_modal {
    padding: 24px;
    background: #ffffff;
}
div#review_modal .modal-header h5 {
    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;
    text-align: center;
    display: block;
    flex: auto;
}
div#review_modal .Reveiws_Count h3 span {
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Rating_Box {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
}
.Star_Box span {
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 0px;
}
.Star_Box{
    line-height: 0;
}
.Fillter_Drop {
    color: var(--Text-Grey-900, #101828);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
div#review_modal .modal-header {
    padding: 0px 24px 0px 24px;
}
.review_start {
    display: flex;
    gap: 6px;
    align-items: center;
}
.review_start ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 6px;
    align-items: center;
}
div#InterestedModal .modal-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-bottom: 8px;
}
div#InterestedModal .modal-header h1 {
    color: var(--Text-Grey-900, #101828);
    text-align: center;
    font-family: Inter;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
div#InterestedModal .modal-header h1 + p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
div#InterestedModal .modal-header .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
}
#InterestedModal  form.Get_started_form {
    padding: 0;
    border: none;
}
.or_line {
    margin-top: 16px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #D0D5DD;
    height: 1px;
}
.or_line span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0px 8px;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.from_app {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 13.191px;
    padding-top: 16px;
}
.from_app .from_app_itm {
    padding: 13.191px 34.077px;
    border-radius: 9.893px;
    border: 1.099px solid #F0F0F0;
    display: flex;
    align-items: center;
    gap: 9.893px;
    color: #151515;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}
div#review_modal {
    padding: 72px 0 20px 0;
}
div#review_modal .modal-header {
    padding: 0px 24px 0px 24px;
    flex-direction: column;
    gap: 12px;
}
p.reat_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;
}
.Reveiws_Count h3 > label {
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
}
.Rating_Box > span {
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Review_Text p {
    margin: 0;
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.Detail_Box_Review .Learning_Objective .Review_Text {
    margin-top: 10px;
    padding-left: 54px;
}
.header_speacker {
    background: var(--White, #FFF);
    position: sticky;
    top: 78px;
    z-index: 1234;
}
.header_speacker .navbar-nav .nav-link {
    border-radius: 4px;
    background: var(--Theme-Blue-100, #fff);
    padding: 8px 12px;
    color: var(--Text-Grey-800, #344054);
    font-family: Inter;
    font-size: 16px;
    transition: .4s ease-in-out all;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.header_speacker .navbar-nav .nav-link:hover {
    border-radius: 4px;
    background: var(--Theme-Blue-100, #F9FAFB);
    padding: 8px 12px;
    color: var(--Text-Grey-800, #344054);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.header_speacker .navbar-nav .nav-link.active {
    border-radius: 4px;
    background: var(--Theme-Blue-100, #D8DEFC);
    padding: 8px 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.header_speacker .navbar {
    padding: 16px 0;
}
.error
{
    font-size: 14px;
}
.Pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
    padding-bottom: 8px
}

.Pagination ul {
    display: flex;
    justify-content: center;
    border: none !important
}

.Pagination ul li a,
.Pagination ul li:first-child a,
.Pagination ul li:last-child a {
    border-radius: 4px;
    margin: 0 4px;
    gap: 4px;
    background: var(--White, #fff);
    display: flex;
    padding: 5px 12px;
}

.page-item:not(:first-child) .page-link {
    margin: 0 4px;
}

.Plan_Box .form-check-input:focus,
.page-link:focus,
.sidebar_heading .form-switch .form-check-input:focus {
    box-shadow: none
}

.Pagination ul li {
    list-style: none
}

.Pagination ul li:first-child a,
.Pagination ul li:last-child a {
    width: fit-content;
    height: 36px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Text-Grey-300, #d0d5dd);
    color: var(--Text-Grey-700, #344054);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.Pagination ul li a {
    justify-content: center;
    align-items: center;
    border: 1px solid var(--Text-Grey-300, #d0d5dd)
}

.Pagination ul li.disabled span {
    color: var(--Text-Grey-400, #98a2b3);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    pointer-events: none
}

.Pagination ul li a:hover,
.Pagination ul li.active span {
    border-radius: 4px;
    background: var(--Text-Grey-900, #e3e0fb);
    color: var(--White, #101828);
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
}

.Pagination ul li.active span {
    font-weight: 700;
    display: inline-table
}

.Pagination .Page_Number_Txt {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    border-color: var(--bs-pagination-active-border-color);
    margin: 0 4px;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #d0d5dd);
    background: var(--White, #101828);
    color: var(--Text-Grey-700, #fff);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px
}
.speaker_desc {
    padding-bottom: 48px;
}
a{
    text-decoration:none;
}
@media(max-width:767px){
    .sp_head {
        font-size: 32px;
    }
    .speaker_banner_inner {
        padding-bottom: 32px;
    }
    .speaker_banner {
        padding: 32px 0 72px 0;
    }
    section.spoylight {
        padding: 101px 0 32px 0;
    }
    .json_sp_inner {
        padding: 16px;
    }
    .json_sp_inner p{
        max-width: 100%;
    }
    .json_sp_inner  .sp_img {
        position: static;
        right: 50px;
        bottom: 0;
        min-height: auto;
        margin-top: 32px;
    }
    svg.quote_svg {
        height: 66px;
    }
    section.jason_sp {
        padding: 82px 0 32px 0;
    }
    section.knowledge {
        padding: 32px 0;
    }
    .connect_with_wrap {
        flex-wrap: wrap;
    }
    section.connect_with {
        padding: 32px 0;
    }
    div#review_modal {
        padding: 32px 0 0px 0;
    }
    .Get_started{
        display: block;
    }
    section.knowledge .nav-tabs {
        gap: 24px;
        justify-content: center;
        padding: 16px;
        margin-bottom: 24px;
        border: none;
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}