/*Qulification Page*/
body {
    background: #FFF;
}

.section {
    padding: 110px 0;
}

/* Hello, I’m Shalin (Shawn) Parikh start */
.I_am_Shalin {
    background: var(--White, #FFF);
}

.I_am_Shalin .inside_card {
    margin: 16px;
    border-radius: 16px;
    background: #EBF3FD;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    position: relative;
    padding-bottom: 48px;
    background-image: url(../images/about-shawn/shawn_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.I_am_Shalin .inside_card h1 {
    color: var(--Text-Grey-700, #344054);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 60px; */
    line-height: normal;
    letter-spacing: -0.96px;
    /* margin-top: 134px; */
    margin-top: 0;
    /* margin-bottom: 16px; */
    margin-bottom: 0;
}

.I_am_Shalin .inside_card h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 70px; */
    line-height: normal;
    letter-spacing: -0.96px;
    background: var(--Gradient-G1, linear-gradient(180deg, #3A58EF -0.01%, #3A58EF 100.01%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
}

.I_am_Shalin .inside_card p {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0px;
    margin-bottom: 24px;
}

.I_am_Shalin .inside_card .social_media_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 66px;
}

.I_am_Shalin .inside_card .social_media_list .imgs img {
    cursor: pointer;
}

.inside_card .social_media_list .imgs {
    position: relative;
}

.social_media_list .first {
    position: absolute;
    top: 1px;
    left: 5px;
    z-index: -1;
    transition: z-index .5s ease, transform .6s ease;
}

.social_media_list .imgs:hover .first {
    z-index: 0;
    transform: scale(1.05);
}

.position_imgs .image_1 {
    top: 59px;
    left: -12px;
    position: absolute;
}

.position_imgs .image_2 {
    bottom: -61px;
    left: 84px;
    position: absolute;
}

.position_imgs .image_3 {
    top: 36px;
    right: 282px;
    position: absolute;
}

.position_imgs .image_4 {
    top: 93px;
    right: -14px;
    position: absolute;
}

.position_imgs .image_5 {
    bottom: -67px;
    right: 187px;
    position: absolute;
}

/* Hello, I’m Shalin (Shawn) Parikh end */

/* qualification & past certification start */

.Qualification_Past_Certification .tab_view {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 72px 0;
}

.tab_view .pills_back {
    border-radius: 12px;
    background: #F3F4F6;
    padding: 2px;
    margin-bottom: 48px;
}

.tab_view .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 10px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 4px 4px -2px rgba(24, 39, 75, 0.06), 0px 2px 4px -2px rgba(24, 39, 75, 0.02), 0px 0px 2px 0px #E0E0E0;
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.tab_view [type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.inside_tab_content .qual_certi_detail_card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #F2F4F7;
    background: linear-gradient(180deg, #FFF 0%, #FFF 100%);
    height: 100%;
}

.qual_certi_detail_card p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

/* qualification & past certification end */

/* Scaling Success with Shawn start */

section.Scaling_Success_With_Shawn {
    /* background: #F5F8FD; */
    padding: 72px 0;
    position: relative;
}

section.Scaling_Success_With_Shawn:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #F5F8FD;
    height: 68%;
    z-index: -1;
}

section.Scaling_Success_With_Shawn .left_side {
    padding-right: 32px;
}

section.Scaling_Success_With_Shawn .left_side h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

section.Scaling_Success_With_Shawn .left_side p {
    color: var(--Text-Grey-700, #344054);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

section.Scaling_Success_With_Shawn .unloack_success_form {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    margin-top: -10px;
    z-index: 2;
    position: relative;
}

section.Scaling_Success_With_Shawn .unloack_success_form h3 {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
}

section.Scaling_Success_With_Shawn .unloack_success_form p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

section.Scaling_Success_With_Shawn .unloack_success_form .Get_started {
    padding: 32px 0 0 0;
}

section.Scaling_Success_With_Shawn .unloack_success_form .Get_started .Fill_Btn {
    border-radius: 4px;
    background: var(--Theme-Blue-500, #3A58EF);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 40px;
    color: var(--White, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.Scaling_Success_With_Shawn .sneak_peak_past_sessions h3 {
    margin-top: 48px;
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.Scaling_Success_With_Shawn .sneak_peak_past_sessions .sneak_peak_imgs {
    margin-top: 24px;
}

.Scaling_Success_With_Shawn .ebooks_authored {
    margin-top: 66px;
}

.Scaling_Success_With_Shawn .ebooks_authored .card {
    padding: 24px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border: 0;
}

.Scaling_Success_With_Shawn .ebooks_authored h3 {
    color: #26244A;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.Scaling_Success_With_Shawn .ebooks_authored .books_list {
    display: flex;
    gap: 24px;
    justify-content: space-between;

}

.Scaling_Success_With_Shawn .ebooks_authored .books_list .book_detail p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-top: 16px;
}

.Scaling_Success_With_Shawn .awards_recog h3 {
    color: #26244A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-top: 72px;
    margin-bottom: 48px;
}

.Scaling_Success_With_Shawn .awards_recog .awards_recog_card {
    display: flex;
    min-height: 259px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: var(--Theme-Blue-50, #EBEEFD);
}

.Scaling_Success_With_Shawn .awards_recog .awards_recog_card h6 {
    color: #4C30FD;
    /* font-family: "Cabinet Grotesk"; */
    font-size: 29.881px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Scaling_Success_With_Shawn .awards_recog .awards_recog_card p {
    color: #7D7D7D;
    /* font-family: "Cabinet Grotesk"; */
    font-size: 21.344px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* Scaling Success with Shawn end */

/* Areas of Coaching & Advisory start */

section.Areas_Coaching_Advs {
    padding: 72px 0;
}

section.Areas_Coaching_Advs .inside_areas h3 {
    color: #26244A;
    text-align: center;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

section.Areas_Coaching_Advs .inside_areas .list_of_areas {
    margin-top: 48px;
    justify-content: space-between;
    display: flex;
    text-align: center;
    gap: 24px;
}

section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card {
    display: flex;
    height: 150px;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    flex: 1 0 0;
    border-radius: 12px;
    border: 1px solid #F2F4F7;
    background: linear-gradient(180deg, #F2F4F7 0%, #F9FAFB 100%);
}

section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card p {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card svg {
    min-height: 40px;
}

/* Areas of Coaching & Advisory end */

/* MYCPE ONE start */

.My_Cpe_One {
    padding: 72px 0;
}

section.My_Cpe_One .my_cpe_one_card {
    display: flex;
    padding: 32px 32px 48px 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--Text-Grey-50, #F9FAFB);
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

section.My_Cpe_One .my_cpe_one_card h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}

section.My_Cpe_One .my_cpe_one_card p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
}

section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 24px;
    margin-bottom: 4px;
}

.my_cpe_one_card .my_cpe_one_content {
    height: 100%;
    padding: 16px 20px 0 20px;
}

.my_cpe_one_card .my_cpe_one_content.right {
    border-right: 1px solid var(--Text-Grey-200, #EAECF0);
}

.my_cpe_one_card .my_cpe_one_content.left {
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
}

.my_cpe_one_card .divider {
    border-bottom: 1px solid #EAECF0;
    margin: 32px 0;
    width: 100%;
}

section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
}

section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content p.multi_txt {
    margin-top: 24px;
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content p.multi_txt span {
    color: var(--Text-Grey-700, #344054);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

/* MYCPE ONE end */


/* MYCPE ONE Offerings start */

.My_Cpe_One_Offering {
    padding: 72px 0;
}

section.My_Cpe_One_Offering .my_cpe_offering_inside h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 4px;
}

section.My_Cpe_One_Offering .my_cpe_offering_inside p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 48px;
}

section.My_Cpe_One_Offering .my_cpe_offering_inside .offering_card {
    padding: 16px 24px;
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: #ECF0F8;
    height: 100%;
}

section.My_Cpe_One_Offering .my_cpe_offering_inside .offering_card h5 {
    color: var(--Text-Grey-700, #344054);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 16px;
}

section.My_Cpe_One_Offering .my_cpe_offering_inside .offering_card p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
}

/* MYCPE ONE Offerings end */

/* MYCPE ONE Ecosytem start */

.My_Cpe_One_Ecosystem {
    padding: 72px 0;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside .ecosystem_card {
    /* display: flex; */
    padding: 16px;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* gap: 16px; */
    border-radius: 16px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: #FFF;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside .ecosystem_card h4 {
    padding: 8px 0px;
    border-radius: 8px;
    background: var(--Theme-Blue-300, #758AF4);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-bottom: 16px;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside .ecosystem_card p {
    color: var(--Text-Grey-800, #1D2939);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 16px;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside .ecosystem_card ul {
    list-style: none;
}

.My_Cpe_One_Ecosystem .my_cpe_ecosystem_inside .ecosystem_card ul li {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.padding_b64 {
    padding-bottom: 64px !important;
}

/* MYCPE ONE Ecosytem end */

/*Speaking Engagement Topics start*/

section.Our_Policies {
    padding: 72px 0 72px 0;
    background-color: #F5F8FD;
}
.Policies_Title h2 {
    color: #26244A;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 48px;
}
.Policies_left .nav button {
    text-align: left;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAECF0;
    padding: 16px 0 16px 16px;
    border-radius: 0;
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    color: var(--Text-Grey-500, #5D667B);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Policies_left .nav button:hover {
    text-align: left;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EAECF0;
    padding: 16px 0 16px 16px;
    border-radius: 0;
    border-left: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    color: var(--Text-Grey-900, #101828);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Policies_left .nav button.active {
    border-left: 2px solid var(--Theme-Blue-500, #3A58EF);
    background: #FFF;
    color: var(--Text-Grey-900, #101828);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.Topics_content {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    height: 100%;
}
.Topics_content h5{
    color: var(--Text-Grey-900, #101828);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 24px;
}
.Topics_content .topics_list ul {
    list-style: none;
}
.Topics_content .topics_list ul li {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
}
/*Speaking Engagement Topics end*/

/*Individual Section Start*/
p.top_line_indsub {
    color: var(--Theme-Purple-700, #3A58EF);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.38px;
    margin-bottom: 5px;
}

.q_indevidual_sub_inner h4 {
    color: #1D2939;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 12px;
}

.q_indevidual_sub_inner h2 {
    margin-bottom: 12px;
    color: var(--Text-Grey-800, #1D2939);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.q_indevidual_sub_inner h2+p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
}

.q_indevidual_sub_inner ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

}

.q_indevidual_sub_inner ul li svg {
    min-width: 25px;
}

.q_indevidual_sub_inner ul li {
    display: flex;
    gap: 10px;
}

section.q_indevidual_sub {
    background: #FFF;
}

.trusted_indevidual p {
    color: var(--Text-Grey-600, #475467);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

p.unlimited_acc {
    margin-top: 24px;
    font-weight: 500;
    margin-bottom: 18px;
}

.pilotimgs {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.trusted_indevidual p.get_app {
    color: var(--Text-Grey-500, #5D667B);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.education_tags_individual {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.education_tags_individual span {
    border-radius: 4px;
    border: 1px solid var(--Text-Grey-300, #D0D5DD);
    background: var(--White, #FFF);
    padding: 8px 18px;
    display: inline-block;
}

.education_tags_individual span:last-child {
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    background: #F3F1FD;
    color: #3A58EF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 18px;
}

p.get_app {
    display: flex;
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 24px;
    margin-bottom: 10px;
}

.playsotores {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}


/* form.Get_started_form {
    padding: 24px;
    border-radius: 8px;
    border: 2px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 24px;
    background: var(--White, #FFF);
} */

.Get_started .form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Get_started .form-select {
    color: #101828;
}

.Get_started .form-floating>label {
    padding: .7rem .75rem;
    font-size: 14px;
    color: #101828;
}

.Get_started .form-select {
    padding: .7rem .75rem;
    font-size: 14px;
}

.Get_started .form-floating>.form-control-plaintext~label,
.Get_started .form-floating>.form-control:focus~label,
.Get_started .form-floating>.form-control:not(:placeholder-shown)~label,
.Get_started .form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-1.7rem) translateX(.15rem);
}

.Get_started .form-floating>.form-control-plaintext:focus,
.Get_started .form-floating>.form-control-plaintext:not(:placeholder-shown),
.Get_started .form-floating>.form-control:focus,
.Get_started .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 1rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem;
}

.Get_started .form-floating>.form-control,
.Get_started .form-floating>.form-control-plaintext,
.Get_started .form-floating>.form-select {
    height: calc(3rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
}

h3.Get_started_title {
    color: var(--Theme-Dark-Blue-800, #26244A);
    margin-bottom: 2px;
}

p.Get_started_desc {
    color: var(--Text-Grey-600, #475467);

    /* Text lg/Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.Get_started .form-check .form-check-label {
    color: #5D667B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.Get_started .form-check .form-check-label a {
    color: var(--Theme-Purple-500, #3A58EF);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration-line: underline;
}

/*Individual Section End*/

/*Qulification Page Over*/




/*Main Banner Section Start*/
.Main_banner .slick-prev {
    left: 30px;
    z-index: 9;
}

.Main_banner .slick-next {
    right: 30px;
    z-index: 9;
}

.Main_banner .slick-dots li button:before {
    opacity: 1;
    background-image: url("../images/main_banner_dots.svg");
    background-repeat: no-repeat;
    content: "";
    width: 22px;
    height: 22px;
}

.Main_banner .slick-dots li.slick-active button:before {
    background-image: url("../images/main_banner_dots_active.svg");
}

.Main_banner .slick-dots li {
    margin: 0 12px;
}

.Slide_inner h2 {
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 603px;
    margin-bottom: 32px;
}

.Main_banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.Main_slider {
    background-image: url("../images/main_banner_bg.webp");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.Main_slide .Slide_inner {

    padding: 70px 0 0px 0;
    position: relative;
    min-height: 642px;
}

.Main_banner .slick-next:before,
.Main_banner .slick-prev:before {
    content: none;
}

.Main_banner .slick-dots {
    bottom: 37px;
}

.Main_banner .slick-prev,
.Main_banner .slick-next {
    width: 21px;
    height: 35px;
}

.Main_banner .Banner_man {
    /* max-height: 435px; */
    position: absolute;
    top: auto;
    right: 40px;
    bottom: 0;
}

.Slide_left {
    margin-bottom: 133px;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 780px;
}

.banner_counter {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.banner_counter .Banner_items_counter h4 {
    color: #26244A;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 45.44px;
    letter-spacing: -0.757px;
}

.banner_counter .Banner_items_counter span {
    color: #9C91F0;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45.44px;
    letter-spacing: -0.757px;
}

.banner_counter p {
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 12.622px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.934px;
}

/*Main Banner Section Over*/


.trusted_learning {
    padding-bottom: 30px;
}

.marquee-trusted_learning img {
    max-height: 45px;
}

.marquee-trusted_learning .inner {
    margin-right: 124px;
}

.marquee-trusted_learning {
    margin-bottom: 50px;
}

.section h2.Cpe_title {
    text-align: center;
}

.section .Cpe_desc {
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--Text-Grey-500, #5D667B);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
}


/* Learning That Fits Your Professional Life - Start */

.Learning_Professional_Life {
    padding: 110px 0 80px 0;
    background: linear-gradient(0deg, #F5F8FD 0%, #F5F8FD 100%), #FFF;
}

section.Learning_Professional_Life .headings {
    margin-bottom: 46px;
}

section.Learning_Professional_Life .headings h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 16px;
}

section.Learning_Professional_Life .headings p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    max-width: 950px;
    margin: 0 auto;
}

.Learning_Professional_Life .learning_types .learnings {
    border-right: 1px solid var(--Theme-Purple-100, #E3E0FB);
    border-bottom: 1px solid var(--Theme-Purple-100, #E3E0FB);
    border-left: 1px solid var(--Theme-Purple-100, #E3E0FB);
    padding: 0px 18px 18px 18px;
}

.Learning_Professional_Life .learning_types .learnings a img {
    margin-bottom: 16px;
}

.Learning_Professional_Life .learning_types .learnings h3 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.Learning_Professional_Life .learning_types .learnings p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    max-width: 300px;
    margin: 0 auto;
}

.Learning_Professional_Life .learning_types .learnings.border-left-0 {
    border-left: 0;
}

.Learning_Professional_Life .learning_types .learnings.border-right-0 {
    border-right: 0;
}

.Learning_Professional_Life .learning_types .learnings.border-bottom-0 {
    border-bottom: 0;
}

.Learning_Professional_Life .learning_types .learnings.padding-18 {
    padding: 18px;
}

/* Learning That Fits Your Professional Life - End */

/*about_us Start*/
.about_us .slick-dots li button:before {
    width: 23px;
    height: 8px;
    background: #FFF;
    border-radius: 26px;
    font-size: 0;
    opacity: 1;
}

.about_us .slick-dots li.slick-active button:before {
    background: #3A58EF;
}

.about_us_slide>img {
    margin: 0 auto;
}

.about_us .slick-dots li {
    width: 30px;
}

.about_us .slick-dots {
    bottom: -67px;
}

.about_us .slick-prev:before,
.about_us .slick-next:before {
    content: none;
}

.about_us .slick-prev,
.about_us .slick-next {
    width: 40px;
    height: 40px;
    z-index: 9;
}

.about_us .slick-prev {
    left: 16%;
}

.about_us .slick-next {
    right: 16%;
}

section.about_us {
    margin-bottom: 130px;
    padding-top: 70px;
}

section.about_us h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    /* margin-top: 135px; */
    margin-bottom: 40px;
}

.about_us_slide {
    text-align: center;
    opacity: 0.2;
}

.about_us_slide-itm.slick-slide.slick-current.slick-active.slick-center .about_us_slide {
    opacity: 1;
}

/* .about_us_slide-itm{
    max-width: 800px;
} */
.about_us_slide h4 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-top: 12px;
    margin-bottom: 16px;
}

.about_us_slide h4+p {
    color: var(--Text-Grey-600, #475467);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.about-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
}

.about-client img {
    border-radius: 50%;
}

.about-client .cle-info h6 {
    color: var(--Theme-Dark-Blue-800, #26244A);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.about-client .cle-info p {
    color: var(--Text-Grey-600, #475467);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*about_us End*/


/*input from back icons*/
.icon-front {
    position: relative;
}

.icon-front .form-control {
    padding-left: 40px;
}

.icon-front .iconcontrol-img {
    position: absolute;
    top: 18px;
    left: 12px;
}

.icon-front .form-floating>label {
    left: 30px;
}

.icon-back {
    position: relative;
}

.icon-back .form-control {
    padding-right: 40px;
}

.icon-back .iconcontrol-img {
    position: absolute;
    top: 18px;
    right: 12px;
}

.icon-back .form-floating>label {
    right: 30px;
}

.icon-back .iconcontrol-img.Calendaricn {
    position: absolute;
    top: 10px;
    right: 12px;
}

/*input from back icons*/

/*Macking Professional  start*/
.partner_item_body {
    padding: 0px 26px 16px 26px;
    position: relative;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.partner_item:before {
    position: absolute;
    content: "";
    height: calc(100% + 40px);
    width: 2px;
    background: #F3F1FD;
    left: -40px;
    top: 20px;
}
.partner_item:last-child::before {
    height: calc(100% - 40px);
}
.partner_item.active:last-child::before {
    height: calc(100% + 40px);
}

.partner_item h5 {
    color: var(--Text-Grey-800, #1D2939);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.partner_item b {
    color: var(--Theme-Blue-800, #182878);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-flex;
    width: 30px;
    height: 30px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 500px;
    border: 1px solid var(--Theme-Blue-200, #9CABF7);
    background: var(--Theme-Blue-100, #D8DEFC);
    position: absolute;
    left: -54px;
    top: 14px;
    z-index: 9;
}
.partner_item > h5 {
    cursor: pointer;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
}
.partner_item {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: var(--Theme-Dark-Blue-50, #F8F8F8);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom: 32px;
    position: relative;
}
.partner_item:last-child {
    margin: 0;
}
.partner_item.active > h5 svg {
    transform: rotate(0deg);
}
.partner_item > h5 svg {
    transform: rotate(180deg);
}
.partner_item_body p {
    margin-bottom: 16px;
}
.partner_item_body ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.partner_item_body ul li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 20px;
}
.partner_item_body ul li svg {
    min-width: 19px;
}
.making_professional_ttl 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: 32px;
}
.making_professional_ttl b {
    display: block;
    color: var(--Text-Grey-700, #344054);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.making_professional_ttl p {
    color: var(--Text-Grey-500, #5D667B);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
a.professtional_btn {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    display: inline-block;
    padding: 8px 14px;
    color: var(--Theme-Purple-500, #3A58EF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    transition: .4s ease-in-out all;
}
a.professtional_btn:hover {
    border-radius: 4px;
    border: 1px solid var(--Theme-Blue-500, #3A58EF);
    background: #3A58EF;
    display: inline-block;
    padding: 8px 14px;
    color: var(--Theme-Purple-500, #ffffff);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
.making_professional_ttl{
    top:100px;
    z-index: 9;
}
.making_professional{
    padding-top: 100px;
    padding-bottom: 72px;
}
.making_professional-white{
    background: #ffffff;
}
.making_professional-dark{
    background: #F5F8FD;
}
.making_professional-dark .partner_item{
    background: #ffffff;
}
/*Macking Professional Over*/

/*My Journey Start*/
.my_journey_item {
    border-radius: 8px;
    border: 1px solid var(--Text-Grey-100, #F2F4F7);
    background: var(--Text-Grey-50, #F9FAFB);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    height: 100%;
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
span.my_journey_date {
    color: var(--Text-Grey-600, #475467);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.my_journey_item h6 {
    color: var(--Theme-Blue-500, #3A58EF);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.my_journey_item ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.my_journey_item ul li {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 20px;
}
.my_journey_item ul li svg {
    min-width: 19px;
}
section.my_journey {
    background: var(--White, #FFF);
    padding: 72px 0;
}
section.my_journey  h2{
    color: #26244A;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    margin-bottom: 32px;
}
.my_journey_wrap {
    display: flex;
    align-items: stretch;
    gap: 32px;
    align-self: stretch;
    overflow: auto;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}
.my_journey_items:first-child .my_journey_item{
    width: 536px;
    white-space: normal;
}
.my_journey_items:nth-child(2) .my_journey_item{
    width: 700px;
    white-space: normal;
}
.my_journey_items:nth-child(3) .my_journey_item{
    width: 600px;
    white-space: normal;
}
.my_journey_items:nth-child(4) .my_journey_item{
    width: 700px;
    white-space: normal;
}
.my_journey_items:nth-child(5) .my_journey_item{
    width: 536px;
    white-space: normal;
}
.my_journey_items:nth-child(6) .my_journey_item{
    width: 536px;
    white-space: normal;
}
.my_journey_items:nth-child(7) .my_journey_item{
    width: 1200px;
    white-space: normal;
}
.my_journey_items:nth-child(8) .my_journey_item{
    width: 879px;
    white-space: normal;
}
.my_journey_items:nth-child(9) .my_journey_item{
    width: 1300px;
    white-space: normal;
}
.border_journy_line {
    position: relative;
}
.border_journy_line:before {
    height: 1px;
    background: #EAECF0;
    content: "";
    width: 100%;
    top: 14px;
    left: 30px;
    right: 0;
    position: absolute;
    z-index: 0;
}
.border_journy {
    margin-bottom: 16px;
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 9;
}
.border_journy_line svg {
    position: relative;
}
.my_journey_items {
    position: relative;
    padding-top: 44px;
}
/*My Journey End*/

/* New Css */



.About_Shawn_Img img.About_Shawn_Img1 {
    position: absolute;
    top: 60px;
    left: -25px;
 }

 .About_Shawn_Img img.About_Shawn_Img2 {
    position: absolute;
    top: auto;
    bottom: -45px;
    left: 127px;
 }

 .About_Shawn_Img img.About_Shawn_Img3 {
    position: absolute;
    top: auto;
    bottom: -127px;
    left: 0;
    right: 0;
    margin: 0 auto;
 }

 .About_Shawn_Img img.About_Shawn_Img4 {
    position: absolute;
    top: auto;
    bottom: -46px;
    left: auto;
    right: 219px;
 }

 .About_Shawn_Img img.About_Shawn_Img5 {
    position: absolute;
    top: 58px;
    right: 270px;
 }

 .About_Shawn_Img img.About_Shawn_Img6 {
    position: absolute;
    top: 94px;
    right: -17px;
 }

 .I_am_Shalin {
      background: var(--White, #FFF);
      background: linear-gradient(180deg, #FFFFFF 0%, #EBEEFD 100%);
  }

  .I_am_Shalin .inside_card {
    padding-bottom: 46px;
    padding-top: 63px;
    background: url('../images/about-shawn/About_Banner_Shawn_New.png');
    background-size: cover;
    border: 0;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
  }

  .I_am_Shalin .inside_card h1 {
    color: var(--Text-Grey-700, #344054);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .I_am_Shalin .inside_card p {
    color: #475467;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0px;
    /* margin-bottom: 0px; */
    margin-bottom: 24px;
  }

  .my_journey_item ul li {
    padding-left: 28px;
    position: relative;
  }

  .my_journey_item ul li:before {
    content: '';
    background: url('../images/about-shawn/Shawn_Journey_Check.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
  }

  section.my_journey {
    margin-top: 0px;
  }

  .Qualification_Past_Certification h2 {
      color: #26244A;
      padding-bottom: 48px;
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
  }

  .inside_tab_content h3 {
    color: #101828;
    margin-bottom: 16px;
    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;
  }

  .inside_tab_content .qual_certi_detail_card.Professional_Certifications {
      padding: 20px 16px;
  }

  .inside_tab_content .qual_certi_detail_card.Professional_Certifications p {
      height: auto;
      display: inline-block;
  }

  .inside_tab_content .qual_certi_detail_card {
      display: flex;
      flex-direction: row;
      align-items: center;
      padding: 16px;
      border-radius: 12px;
      background: #FFFFFF;
      border: 1px solid #D0D5DD;
      font-family: Inter;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      text-align: left;
      width: 100%;
      height: 100%;
      min-height: 81px;
      gap: 12px;
  }

  .inside_tab_content .qual_certi_detail_card svg {
      min-width: 28px;
  }

  .qual_certi_detail_card p {
      color: #475467;
      font-style: normal;
      font-family: Inter;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
  }

  .Policies_Title h2 {
    margin-bottom: 8px;
  }

  .Policies_Title p {
    margin-bottom: 48px;
  }

  .my_journey_items:first-child .my_journey_item, 
  .my_journey_items:nth-child(2) .my_journey_item,
  .my_journey_items:nth-child(3) .my_journey_item,
  .my_journey_items:nth-child(4) .my_journey_item,
  .my_journey_items:nth-child(5) .my_journey_item,
  .my_journey_items:nth-child(6) .my_journey_item,
  .my_journey_items:nth-child(7) .my_journey_item,
  .my_journey_items:nth-child(8) .my_journey_item,
  .my_journey_items:nth-child(9) .my_journey_item {
    width: 536px;
  }

  .Qualification_Past_Certification_Main {
      background-image: url(../images/about-shawn/Building_Blocks_Bg.png) !important;
      padding: 32px;
      background-repeat: no-repeat;
      background-position: left bottom;
      background-color: #F5F8FD;
      border-radius: 16px;
  }

  .Qualification_Past_Certification .tab_view {
    padding: 0;
  }

  .inside_tab_content {
      position: relative;
  }

  .inside_tab_content .Building_Blocks_Shawn_Img {
      position: absolute;
      bottom: -32px;
  }

  section.Qualification_Past_Certification {
      margin-bottom: 72px;
  }

  .Policies_Title p {
      margin-bottom: 48px;
      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;
  }

  .Shawn_Expertise_Impact {
      padding: 72px 0;
      background: #fff;
  }

  .Shawn_Expertise_Impact h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #26244A;
      margin-bottom: 48px;
  }


  .Shawn_Expertise_Impact_Leadership {
      background-image: url(../images/about-shawn/Leadership_Bg.png) !important;
      padding: 32px;
      background-repeat: no-repeat;
      background-position: right bottom;
      background-color: #EBEEFD;
      border-radius: 16px;
      height: 519px;
  }

  .Shawn_Expertise_Impact_Global {
    background-image: url(../images/about-shawn/Global_Bg.png) !important;
    padding: 32px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #EBEEFD;
    border-radius: 16px;
    height: 519px;
  }

  .Shawn_Expertise_Impact_Coaching {
    background-image: url(../images/about-shawn/Coaching_Bg.png) !important;
    padding: 32px;
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #EBEEFD;
    border-radius: 16px;
    height: 293px;
    margin-top: 24px;
  }

  .Shawn_Expertise_Impact_Serial {
    background-image: url(../images/about-shawn/Serial_Bg.png) !important;
    padding: 32px;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #EBEEFD;
    border-radius: 16px;
    height: 293px;
    margin-top: 24px;
  }

  .Shawn_Expertise_Impact_Leadership h3,
  .Shawn_Expertise_Impact_Global h3,
  .Shawn_Expertise_Impact_Coaching h3,
  .Shawn_Expertise_Impact_Serial h3 {
      font-family: Inter;
      font-size: 24px;
      font-weight: 600;
      line-height: 28.8px;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
      margin-bottom: 32px;
  }

  .Leadership_Box,
  .Global_Box,
  .Coaching_Box,
  .Serial_Box {
      border-right: 1px solid #D0D5DD;
  }

  .Leadership_Box h4,
  .Global_Box h4,
  .Coaching_Box h4
  .Serial_Box h4 {
    background: linear-gradient(294.96deg, #8976F2 11.43%, #2C2CB0 87.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
    font-family: Inter;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .Global_Box h4,
  .Coaching_Box h4 {
    font-family: Inter;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(294.96deg, #8976F2 11.43%, #2C2CB0 87.27%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
  }

  .Leadership_Box p,
  .Global_Box p,
  .Coaching_Box p,
  .Serial_Box 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;
  }

  .Leadership_Box {
    margin-bottom: 32px;
  }

  .Shawn_Expertise_Impact_Global {
    position: relative;
  }

  .Shawn_Expertise_Impact_Global .Global_Presence_Img {
      position: absolute;
      bottom: 0;
      width: 100%;
      left: 0;
      padding: 0;
      border-radius: 0 0px 16px 16px;
  }

  section.Sneak_Peak {
      background: #FFFFFF;
      padding: 72px 0;
  }

  section.Sneak_Peak h2 {
      font-family: Inter;
      font-size: 36px;
      font-weight: 700;
      line-height: 43.2px;
      letter-spacing: -0.02em;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      margin-bottom: 48px;
  }

  section.Sneak_Peak img {
      margin-bottom: 24px;
  }


  .MYCPE_ONE_Ecosytem {
      background: url(../images/about-shawn/MYCPE_ONE_Ecosytem_Bg.png);
      background-repeat: no-repeat;
      background-position: center;
      height: 741px;
      padding: 38px 0 34px;
      margin-top: 0;
      margin-bottom: 0;
  }

  .MYCPE_ONE_Ecosytem_Box {
      background: #FFFFFF;
      padding: 18px 40px;
      text-align: center;
      border-radius: 8px;
      margin-bottom: 34px;
  }

  .MYCPE_ONE_Ecosytem_Box h3 {
      font-family: Inter;
      font-size: 18px;
      font-weight: 600;
      line-height: 28px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #1D2939;
      margin-bottom: 4px;
  }

  .MYCPE_ONE_Ecosytem_Box p {
      font-family: Inter;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      text-align: center;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      color: #475467;
  }


  .Driving_Impact {
    padding: 72px 0;
  }

  .Driving_Impact h2 {
    font-family: Inter;
    font-size: 36px;
    font-weight: 700;
    line-height: 43.2px;
    letter-spacing: -0.02em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #26244A;
    margin-bottom: 48px;
  }

  .Driving_Impact_Box {
    background: linear-gradient(180deg, #F2F4F7 0%, #F9FAFB 100%);
    padding: 24px;
    border-radius: 24px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #F2F4F7 0%, #EAECF0 100%);

  }

  .Driving_Impact_Box img.Driving_Impact_Img1 {
    border-radius: 12px;
  }

  .Driving_Impact_Title {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }

  .Driving_Impact_Title 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;
  }
  
  .Driving_Impact_Box:hover .Driving_Impact_Title svg path {
    fill: #3A58EF;
  }

  .Driving_Impact_Title svg {
      min-width: 24px;
  }

  .My_Cpe_One .my_cpe_one_card .my_cpe_one_content h5 {
    margin-top: 16px;
  }

  .My_Cpe_One .my_cpe_one_card {
    background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 100%);
  }

  section.Areas_Coaching_Advs {
      padding: 72px 0;
      background: url(../images/about-shawn/Areas_of_Coaching_Bg.png);
      background-repeat: no-repeat;
      background-size: cover;
  }

  section.Areas_Coaching_Advs .inside_areas h3 {
      color: #FFFFFF;
  }

  section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card svg path {
      fill: #475467;
  }

  section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card {
      padding: 16px;
  }

  section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card p {
      color: var(--Text-Grey-700, #475467);
  }



  .Linked_In_Link {
      display: inline-block;
   }

   .Linked_In_Link a.Linked_In_Btn {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #3A58EF;
    color: #3A58EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
    padding: 8px 18px;
    transition: all ease-out 0.3s;
  }

  .Linked_In_Link a.Linked_In_Btn svg {
    margin-right: 16px;
  }

  .Linked_In_Link a.Linked_In_Btn:hover {
    background: #3A58EF;
    color: #fff;
  }

  .Linked_In_Link a.Linked_In_Btn:hover svg path {
      fill: #fff;
  }

  .Linked_In_Link a.Linked_In_Btn:hover span {
    color: #fff;
  }

  section.Webinars_Main {
    background: #F5F8FD;
    padding-bottom: 72px;
  }

  .Webinars_podcasts_Audience_Tabs {
      padding: 72px 0;
  }

  .Webinars_Tabs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills {
    background: #D8DEFC;
    border-radius: 12px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
  }

  .Webinars_Box {
    background: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 1px solid #EAECF0;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box img.Webinar_img {
    margin-bottom: 0;
    border-radius: 8px;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box 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;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box a {
    background: #F2F4F7;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    border-radius: 8px;
    color: #344054;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills .nav-link.active {
    background: #3A58EF;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills .nav-link {
    min-width: 250px;
  }

  
  .Webinars_podcasts_Audience_Tabs {
    padding: 72px 0;
  }

  .Webinars_Box:hover {
    border: 1px solid #BBCBEA;
  }

  .Webinars_Box:hover a {
    color: #3A58EF;
  }

  .Audience_Review_Box {
    border: 1px solid #EAECF0;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    /* margin-bottom: 24px; */
    margin-bottom: 0;
    height: 100%;
  }

  .Audience_Review_Box_Top 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: #344054;
    min-height: 164px;
    margin-bottom: 24px;
  }

  .Audience_Author_Box {
    display: flex;
    align-items: center;
  }

  .Audience_Author_Box_Left {
    background: #D8DEFC;
    border-radius: 50%;
    padding: 14px;
    width: 56px;
    height: 56px;
  }

  .Audience_Author_Box_Left span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3A58EF;
  }

  .Audience_Author_Box_Right {
    margin-left: 16px;
  }

  .Audience_Author_Box_Right h3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    margin-bottom: 4px;
  }

  .Audience_Author_Box_Right span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
  }

  .video-link {
    background: #F2F4F7;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    border-radius: 8px;
    cursor: pointer;
    color: #344054;
}

.video-link:hover {
    color: #3A58EF;
}



.I_am_Shalin .inside_card h1 {
    color: var(--Text-Grey-700, #344054);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    /* line-height: 60px; */
    line-height: normal;
    letter-spacing: -0.96px;
    /* margin-top: 134px; */
    margin-top: 0;
    /* margin-bottom: 16px; */
    margin-bottom: 0;
  }

  .I_am_Shalin .inside_card p {
    color: #475467;
    text-align: left;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 0 0px;
    /* margin-bottom: 0px; */
    margin-bottom: 24px;
  }

  .I_am_Shalin .inside_card h2 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 70px; */
    line-height: normal;
    letter-spacing: -0.96px;
    background: var(--Gradient-G1, linear-gradient(180deg, #3A58EF -0.01%, #3A58EF 100.01%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 24px;
  }

  header.Header_Main .navbar-nav .nav-link.Fill_Btn {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #3A58EF;
    background-color: #3A58EF;
    padding: 10px 18px;
    margin-left: 8px;
  }

  .Linked_In_Link {
    display: inline-block;
  }

  .Linked_In_Link a.Linked_In_Btn {
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #3A58EF;
    color: #3A58EF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    background: transparent;
    padding: 8px 18px;
    transition: all ease-out 0.3s;
  }

  .Linked_In_Link a.Linked_In_Btn svg {
    margin-right: 16px;
  }

  .Linked_In_Link a.Linked_In_Btn:hover {
    background: #3A58EF;
    color: #fff;
  }

  .Linked_In_Link a.Linked_In_Btn:hover svg path {
      fill: #fff;
  }

  .Linked_In_Link a.Linked_In_Btn:hover span {
    color: #fff;
  }

  .Shawn_Expertise_Impact_Leadership,
  .Shawn_Expertise_Impact_Global {
      height: 519px;
  }

  .Leadership_Box {
    margin-bottom: 32px;
  }


  .Webinars_Tabs {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills {
    background: #D8DEFC;
    border-radius: 12px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
  }

  .Webinars_Box {
    background: #FFFFFF;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 24px;
    border: 1px solid #EAECF0;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box img.Webinar_img {
    margin-bottom: 0;
    border-radius: 8px;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box 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;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 16px 0;
  }

  .Webinars_podcasts_Audience_Tabs .Webinars_Box a {
    background: #F2F4F7;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 8px 16px;
    display: inline-block;
    width: auto;
    border-radius: 8px;
    color: #344054;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills .nav-link.active {
    background: #3A58EF;
  }

  .Webinars_podcasts_Audience_Tabs .nav-pills .nav-link {
    min-width: 250px;
  }

  .Webinars_podcasts_Audience_Tabs {
      padding: 72px 0;
  }

  .Webinars_Box:hover {
    border: 1px solid #BBCBEA;
  }

  .Webinars_Box:hover a {
    color: #3A58EF;
  }


  .Audience_Review_Box {
    border: 1px solid #EAECF0;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 24px;
  }

  .Audience_Review_Box_Top 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: #344054;
    min-height: 164px;
    margin-bottom: 24px;
  }

  .Audience_Author_Box {
    display: flex;
    align-items: center;
  }

  .Audience_Author_Box_Left {
    background: #D8DEFC;
    border-radius: 50%;
    padding: 14px;
    width: 56px;
    height: 56px;
  }

  .Audience_Author_Box_Left span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3A58EF;
  }

  .Audience_Author_Box_Right {
    margin-left: 16px;
  }

  .Audience_Author_Box_Right h3 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
    margin-bottom: 4px;
  }

  .Audience_Author_Box_Right span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #344054;
  }

  section.my_journey {
    margin-top: 0px;
  }

  section.Sneak_Peak {
    background: #FFFFFF;
  }

  section.Webinars_Main {
    background: #F5F8FD;
    padding-bottom: 72px;
  }

  .MYCPE_ONE_Ecosytem {
      margin-top: 0;
      margin-bottom: 0;
  }

  .Driving_Impact_Box img.Driving_Impact_Img1 {
    border-radius: 12px;
  }

/*Media Query Start*/

@media only screen and (max-width: 1366.51px) {

    .I_am_Shalin .inside_card h1 {
        font-size: 42px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: normal;
    }
    
    .I_am_Shalin .inside_card h2 {
        font-size: 42px;
        line-height: normal;
    }

    .Leadership_Box p, .Global_Box p, .Coaching_Box p, .Serial_Box p {
        font-size: 14px;
    }

    .Driving_Impact_Title h3 {
        font-size: 18px;
    }

    section.Scaling_Success_With_Shawn .unloack_success_form h3 {
        font-size: 20px;
    }

    .Policies_Title p {
        font-size: 16px;
    }

    .Policies_left .nav button.active {
        font-size: 14px;
    }

    .Policies_left .nav button {
        font-size: 14px;
    }

    section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content p {
        font-size: 15px;
    }
 
    section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card p {
        font-size: 16px;
    }

    section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card {
        height: inherit;
    }



    .I_am_Shalin .inside_card h1 {
        font-size: 42px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: normal;
    }
    
    .I_am_Shalin .inside_card h2 {
        font-size: 38px;
        line-height: normal;
    }

  }


  @media (max-width:1199.51px) { 
    section.Scaling_Success_With_Shawn .unloack_success_form h3 {
        font-size: 17px;
    }

    .Shawn_Expertise_Impact_Leadership h3, 
    .Shawn_Expertise_Impact_Global h3, 
    .Shawn_Expertise_Impact_Coaching h3, 
    .Shawn_Expertise_Impact_Serial h3 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .Leadership_Box h4, .Global_Box h4, .Coaching_Box h4 .Serial_Box h4 {
        font-size: 16px;
        line-height: inherit;
    }

    .Global_Box h4, .Coaching_Box h4 {
        font-size: 16px;
        line-height: inherit;
    }

    .Leadership_Box {
        margin-bottom: 16px;
    }


    .MYCPE_ONE_Ecosytem_Box {
        background: #FFFFFF;
        padding: 18px 24px;
        text-align: center;
        border-radius: 8px;
        margin-bottom: 24px;
    }


    .MYCPE_ONE_Ecosytem_Box p {
        font-size: 14px;
    }

    .Driving_Impact_Title h3 {
        font-size: 14px;
    }





  }



@media (max-width:991.51px) {  
    
    .inside_tab_content .Building_Blocks_Shawn_Img
    {
        position: relative;
        bottom: -32px;
    }

    section.Areas_Coaching_Advs .inside_areas .list_of_areas {
        margin-top: 24px;
        justify-content: space-between;
        display: flex;
        text-align: center;
        gap: 24px;
    }

    section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card {
        display: flex;
        min-width: 120px;
        height: inherit;
        gap: 16px;
    }

    section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card p {
        font-size: 14px;
        line-height: inherit;
    }


    .Policies_left .nav button.active {
        font-size: 14px;
        line-height: inherit;
    }

    .Policies_left .nav button {
        font-size: 14px;
        line-height: inherit;
    }

    .Webinars_Box .d-flex.justify-content-between {
        display: inline-block !important;
        justify-content: center !important;
        text-align: center;
    }

    .Webinars_podcasts_Audience_Tabs .Webinars_Box .d-flex.justify-content-between a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .Webinars_Box .d-flex.justify-content-between span {
        margin-top: 10px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        margin: 10px auto 0;
    }


    .Shawn_Expertise_Impact_Leadership, .Shawn_Expertise_Impact_Global {
        height: 700px;
    }


    .Shawn_Expertise_Impact_Leadership h3, .Shawn_Expertise_Impact_Global h3, 
    .Shawn_Expertise_Impact_Coaching h3, .Shawn_Expertise_Impact_Serial h3 {
        font-family: Inter;
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
    }


    .Leadership_Box {
        margin-bottom: 16px;
    }

    .Leadership_Box h4, .Global_Box h4, .Coaching_Box h4 .Serial_Box h4 {
        font-size: 16px;
        line-height: inherit;
    }

    .Leadership_Box p, .Global_Box p, .Coaching_Box p, .Serial_Box p {
        font-size: 14px;
        line-height: inherit;
    }


    .Global_Box h4, .Coaching_Box h4 {
        font-size: 16px;
        line-height: inherit;
    }

    .Webinars_podcasts_Audience_Tabs .nav-pills .nav-link {
        min-width: 200px;
    }

    section.My_Cpe_One .my_cpe_one_card .my_cpe_one_content p {
        font-size: 14px;
        line-height: inherit;
    }

    .MYCPE_ONE_Ecosytem_Box {
        background: #FFFFFF;
        padding: 16px;
        text-align: center;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .MYCPE_ONE_Ecosytem_Box h3 {
        font-family: Inter;
        font-size: 14px;
        font-weight: 600;
        line-height: inherit;
    }

    .MYCPE_ONE_Ecosytem_Box p {
        font-family: Inter;
        font-size: 14px;
    }

    .MYCPE_ONE_Ecosytem {
        background-size: 900px;
    }

    .Driving_Impact_Title {
        display: flex;
        align-items: center;
        margin-top: 16px;
    }

    .Driving_Impact_Title h3 {
        font-family: Inter;
        font-size: 14px;
        font-weight: 600;
        line-height: inherit;
    }

    .Driving_Impact_Box {
        height: 100%;
    }



}

@media (max-width:767px) {
    .section {
        padding: 30px 0;
    }

    body h1 {
        font-size: 24px;
    }

    body h2,
    .why_professtion_desc h2 {
        font-size: 22px;
    }

    h3,
    .tab-overview-desc h3 {
        font-size: 20px;
    }

    h4,
    .details_items h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    /* testtimonial start */

    section.about_us h2 {
        font-size: 20px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .about_us_slide h4 {
        font-size: 18px;
    }

    .about_us .slick-prev {
        left: 0;
    }

    .about_us .slick-next {
        right: 0;
    }

    .Latest_CPA_Catalog .Course_Catalog .headings {
        padding: 30px 16px;
        text-align: center;
    }

    .Latest_CPA_Catalog .Course_Catalog .press_catalog_img {
        position: static;
    }

    .Latest_CPA_Catalog .Course_Catalog .headings h2 {
        font-size: 20px;
    }

    section.about_us {
        margin-bottom: 86px;
    }

    section.section.trusted-profession h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .professional-testi-nm {
        text-align: right;
        position: relative;
        padding-right: 16px;
        margin-bottom: 0;
        margin-top: 24px;
    }

    .trusted-profession-slid {
        height: 100%;
        margin: 0 16px;
        border-radius: 12px;
        background: var(--White, #FFF);
        padding-top: 20px;
        padding-left: 16px;
        position: relative;
    }

    .trusted-profession .slick-prev {
        left: 0;
    }

    .trusted-profession .slick-next {
        right: 0;
    }

    .about_us_slide h4+p {
        padding: 0 30px;
    }

    /* testtimonial end */


    .making_professional_ttl h2{
        font-size: 24px;
    }
    .making_professional{
        padding: 30px 0;
    }
    .making_professional_ttl {
        margin-bottom: 24px;
    }
    .partner_item:before{
        content: none;
    }
    .partner_item b{
        display: none;
    }


    .Policies_left .nav button.active {
        font-size: 14px;
        line-height: inherit;
    }

    .Policies_left .nav button {
        font-size: 14px;
        line-height: inherit;
    }

    .Webinars_Box .d-flex.justify-content-between {
        display: inline-block !important;
        justify-content: center !important;
        text-align: center;
        width: 100%;
    }

    .Webinars_podcasts_Audience_Tabs .Webinars_Box .d-flex.justify-content-between a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .Webinars_Box .d-flex.justify-content-between span {
        margin-top: 10px;
        display: inline-block;
        font-size: 14px;
        text-align: center;
        margin: 10px auto 0;
    }

    .inside_tab_content .qual_certi_detail_card.Professional_Certifications {
        padding: 20px 16px;
        margin-bottom: 24px;
        height: auto;
    }

    section.Areas_Coaching_Advs .inside_areas h3 {
        color: #FFFFFF;
        margin-bottom: 24px;
    }

    section.Areas_Coaching_Advs .inside_areas .list_of_areas {
        margin-top: 0;
        justify-content: space-between;
        display: inline-block;
        text-align: center;
        gap: 24px;
        width: 100%;
    }

        section.Areas_Coaching_Advs .inside_areas .list_of_areas .areas_card {
        display: flex;
        min-width: 120px;
        height: inherit;
        gap: 16px;
        margin-bottom: 24px;
    }


    .Policies_left {
        margin-bottom: 24px;
    }

    .Shawn_Expertise_Impact_Leadership, .Shawn_Expertise_Impact_Global {
        height: auto;
        margin-bottom: 24px;
    }

    .Webinars_podcasts_Audience_Tabs .nav-pills {
        overflow-y: hidden;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }

    .my_cpe_one_card .my_cpe_one_content.right {
        border: 0;
        border-bottom: 1px solid var(--Text-Grey-200, #EAECF0);
    }

    .my_cpe_one_card .my_cpe_one_content.left {
        border: 0;
        border-top: 1px solid var(--Text-Grey-200, #EAECF0);
    }


}


/*Media Query Over*/