.cta-main-mdjhd {
    background-color: #F8F8FB;
}
.hm_tim_sec_mdkhd .container{
    max-width: 1464px;
}
 .hm_wp_blog_sec_mdkhd .container{
    max-width: 1444px;
}
.hm_hero_slider_itm_mdkhd {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 642px !important;
    padding: 56px 0px;
}

.sub_ttl_hm_sl_mdkhd {
    color: #E6E8F3;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 10px;
    display: inline-block;
}

.ttl_hm_sl_mdkhd {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 500;
    margin: 0;
    padding: 46px;
    line-height: 1.2;
}

.atn_btn_mdkhd, .sdl_btn_mdkhd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    border: 2px solid #ffffff;
    /* Combined border properties */
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    min-width: 206px;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    /* Smooth transitions */
}

.atn_btn_mdkhd {
    color: #1E4488;
    background: #fff;
}

.atn_btn_mdkhd:hover {
    color: #fff !important;
    background: transparent;
}

.sdl_btn_mdkhd {
    color: #fff;
}

.sdl_btn_mdkhd:hover {
    background-color: #fff;
}

.hm_hero_sliders_mdkhd .slick-dots {
    bottom: 128px !important;
}

/* Make the dots larger and circular */
.hm_hero_sliders_mdkhd .slick-dots li button:before {
    font-size: 13px;
    /* Adjust size of the dots */
    color: #1E4488;
    /* Default dot color */
    opacity: 0.7;
    /* Set transparency for inactive dots */
    transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    /* Smooth transitions */
    border: 2px solid #fff;
    /* Add a white border */
    border-radius: 50%;
    /* Make dots circular */
    width: 10px;
    /* Define width for a bigger dot */
    height: 10px;
    /* Define height for a bigger dot */
    display: inline-block;
    /* Ensure proper alignment */
    content: '';
    /* Ensure dot is styled properly */
}

/* Style the active dot */
.hm_hero_sliders_mdkhd .slick-dots li.slick-active button:before {
    color: #ffffff;
    /* Change active dot color */
    opacity: 1;
    /* Full opacity for the active dot */
    background-color: #ffffff;
    /* Add a background color for the active dot */
    border-color: #ffffff;
    /* Keep the white border */
}

/* Space out the dots */
.hm_hero_sliders_mdkhd .slick-dots li {
    margin: 0 7px;
    /* Add spacing between dots */
}

/* Optional: Customize hover effect */
.hm_hero_sliders_mdkhd .slick-dots li button:hover:before {
    color: #ffffff;
    /* Change color on hover */
    opacity: 1;
    /* Make it fully visible on hover */
    background-color: #ffffff;
    /* Add hover background color */
}

.hm_hero_sliders_mdkhd .slick-prev:before, .hm_hero_sliders_mdkhd .slick-next:before {
    display: none;
}

.hm_hero_sliders_mdkhd .slick-prev, .hm_hero_sliders_mdkhd .slick-next {
    z-index: 1;
}

.hm_hero_sliders_mdkhd .slick-prev {
    left: 20px;
}

.hm_hero_sliders_mdkhd .slick-next {
    right: 20px;
}
/* Dots */
.hm_hero_sliders_mdkhd.slick-dotted.slick-slider
{
    margin-bottom: 0px !important;
}
.hm_logo_sl_mdkhd{
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 5px 26px 0px rgba(42, 42, 49, 0.05);
    padding: 48px 40px;
    max-width: 940px;
    margin: 0 auto;
}
.hm_logo_sl_sec_mdkhd {
    margin-top: -95px;
    margin-bottom: 105px;
}
.hm_logo_sl_itm_mdkhd > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm_logo_sl_itm_mdkhd {
    display: flex; /* Enable flexbox */
    align-items: center; /* Vertically center items */
}
.intro_sub_ttl_mdkhd {
    color: #A7A9AC;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.intro_ttl_mdkhd {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: #1C1C20;
    padding: 10px 0px 80px 0px;
}

.intro_vdo_box_mdkhd {
    max-width: 940px;
    min-height: 551px;
    margin: 0 auto;
    border-radius: 4px;
}
.intro_vdo_box_mdkhd iframe {
    width: 100%;
    min-height: 551px;
    border-radius: 4px;
    aspect-ratio: 16/9;
}
.intro_vdo_box_mdkhd{
    position: relative;
}
.intro_vdo_box_mdkhd::after, .intro_vdo_box_mdkhd::before{
    content: "";
    position: absolute;
    width: 472px;
    height: 430px;
    background-color: #F0F2FC;
    z-index: -1;
    border-radius: 4px;
}
.intro_vdo_box_mdkhd::after{
    top: -32px;
    left: -32px;
}
.intro_vdo_box_mdkhd::before{
    bottom: -26px;
    right: -32px;
}


.int_pos_logo {
    position: absolute;
    left: 0;
    top: -58px;
}

.int_pos_logo svg {
    width: 100px;
    height: 100px;
}
.hm_intro_sec_mdkhd{
    position: relative;
    overflow: hidden;
}
.int_fst_logo_mdkhd, .int_sec_logo_mdkhd, .int_cot_logo_mdkhd{
    position: absolute;
}
.int_fst_logo_mdkhd {
    top: 15px;
    right: -56px;
    z-index: -1;
}

.int_cot_logo_mdkhd {
    top: -13px;
    left: 20px;
}
.int_sec_logo_mdkhd{
    left: -53px;
    bottom: -3px;
    z-index: -1;
}
.intro_author_text_box_mdkhd {
    padding: 50px 40px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 5px 26px 0px rgba(42, 42, 49, 0.05);
    max-width: 620px;
    margin: 64px auto 26px auto;
    position: relative;
}

.intro_author_text_mdkhd {
    color: #1C1C20;
    font-family: 'GrafolitaScript', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    position: relative;
}

.intro_auth_mdkhd {
    color: var(--light-blue-second, #1E4488);
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0 0 0;
}
.introtxt_mdkhd {

    margin: 0 auto;
    max-width: 580px;
    
}
.introtxt_mdkhd span {
    padding: 16px 0;
    display: inline-block;
}

.serv_cont_b_mdkhd {
    width: 59.20%;
    padding: 62px 74px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    box-sizing: border-box;
    background-position: center right;
}

.serv_img_b_mdkhd {
    width: 39%;
    text-align: end;
}

.fnc_sr_mdkhd {
    font-family:'Raleway', sans-serif;
    color: #1C1C20;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding: 50px 0px;
}
.fn_sr_ttl_mdkhd {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.fn_sr_cont_mdkhd {
    color: #fff;
    max-width: 461px;
    margin: 0;
    padding: 26px 0px 34px 0px;
}

.fn_sr_btn_mdkhd {
    display: flex;
    gap: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: unset;
    color: #A8D500;
    border-radius: 4px;
    border: 2px solid #A8D500;
    max-width: 206px;
    padding: 18px;
    justify-content: center;
    transition: color 0.3s ease, background-color 0.3s ease;
    box-sizing: border-box;
}
.fn_sr_btn_mdkhd:hover{
    color: #ffffff !important;
    background-color: #A8D500;
}
.fn_sr_btn_mdkhd:hover path{
    stroke: #ffffff !important;
}
.serv_img_b_mdkhd img {
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.serv_mdkhd{
    padding-bottom: 32px;
}
.hm_mny_ttl_mdkhd {
    color:  #1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
    padding-top: 63px;
}

.hm_mny_sub_ttl_mdkhd {
    color: #1E4488;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 0px 23px 0px;
    margin: 0;
    font-variant-numeric: lining-nums proportional-nums;
}

.hm_mny_auth_mdkhd{
    color:  #1C1C20;

}

.xhm_mny_cont_mdkhd {
    color:  #1C1C20;

}

.hm_mny_buy_btn_mdkhd {
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: unset;
    border-radius: 4px;
    background:  #1E4488;
    padding: 18px;
    max-width: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-top: 50px;
    border: 2px solid #1E4488;
    transition: color 0.3s ease, background-color 0.3s ease;
}
.hm_mny_buy_btn_mdkhd:hover {
    color: #1E4488 !important;
    background:  transparent;
}

.hm_mny_book_b_mdkhd{
    background: #F8F8FB;
    padding: 56px;
}

.hm_mny_abt_con_mdkhd {
    color: #1C1C20;
    font-family: "Myriad Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding-top: 20px;
}

.hm_mny_sec_mdkhd {
    padding: 167px 0px;
}
.hm_mny_cont_b_mdkhd {
    width: 38.7%;
}

.hm_mny_b_b_mdkhd {
    width: 45%;
}
.hm_mi_sec_mdkhd {
    padding: 96px 0px;
     background: linear-gradient(180deg, #1B3580 -31.87%, #183FAD -31.86%, #122048 108.75%);
     position: relative;
}

.hm_mi_ttl_mdkhd {
    color:  #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2; 
    margin: 0;
}

.hm_mi_sub_ttl_mdkhd {
    margin:0;
    color:  #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
    padding: 32px 0px 18px 0px;
    font-family: 'GrafolitaScript', sans-serif;
}

.hm_mi_con_mdkhd {
    color:  #E6E8F3;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
}
.hm_mi_sec_lft_mdkhd, .hm_mi_sec_rtl_mdkhd {
    position: absolute;
}
.hm_mi_sec_lft_mdkhd{
    top: 27px;
}
.hm_mi_sec_rtl_mdkhd{
    right: 0;
    bottom: 0;
}

.hm_mi_btn_mdkhd {
    margin-top: 50px;
}
.hm_mi_img_mdkhd {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.col-rtl_mdkhd {
    width: 49%;
}

.col-lft_mdkhd {
    width: 46%;
}
.hm_wrk_ttl_mdkhd {
    margin: 0;
    color:  #1C1C20;
    font-family: 'Raleway' ,sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.hm_wrk_sub_ttl_mdkhd {
    color: #1E4488;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 14px 0 48px 0;
    font-variant-numeric: lining-nums proportional-nums;
}

.hm_wrk_stp_sub_mdkhd {
    color: #A7A9AC;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    font-variant-numeric: lining-nums proportional-nums;
    
}


.hm_erk_stp_ttl_mdkhd {
    margin: 0;
    color: #8C909D;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    padding-top: 8px;
}
.active .hm_erk_stp_ttl_mdkhd {
    color: #1C1C20;
}


.hm_wrk_stp_tab_itm_mdkhd {
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 22px;
    padding: 26px 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    box-sizing: border-box;
}

.hm_wrk_stp_icn_mdkhd svg{
    border: 5px solid transparent;
    border-radius: 50%;
}
.active .hm_wrk_stp_icn_mdkhd svg{
    border: 5px solid #E6E8F3;
}
.active .hm_wrk_stp_icn_mdkhd svg circle{
    fill: #00188A;
}
.active .hm_wrk_stp_icn_mdkhd svg path{
    fill:#ffffff;
}

.hm_wrk_stp_tab_itm_mdkhd.active {
    border-radius: 4px;
    border: 1px solid #E6E8F3;
    background: #FFF;
    box-shadow: 0px 5px 26px 0px rgba(42, 42, 49, 0.05);
     transition: all 0.3s ease-in-out;
}

.hm_wrk_stp_tabs_mdkhd {
    width: 46.6%;
    position: relative;
}
.hm_wrk_stp_tabs_mdkhd:before{
    content: "";
    position: absolute;
    height: 76%;
    width: 2px;
    background-color: #E6E8F3;
    top: 9%;
    left: 6.9%;
    z-index: 1;
}

.hm_wrk_stp_img_box_mdkhd {
    width: 47.5%;
}
.hm_wrk_prs_rtl_icn_mdkhd {
    position: absolute;
    right: 0;
    top: 78px;
}

.hm-wrk-bc-mdjhd {
    display: none;
}

.hm_wrk_prs_sec_mdkhd {
    position: relative;
    background-color: #F8F8FB;
    padding: 100px 0px 96px 0px;
}
.active .hm_wrk_stp_icn_mdkhd svg rect {
    stroke: #00188A !important;
}

.hm_tim_sld_itm_img_b_mdkhd {
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    border-radius: 4px;
}

.hm_tim_sld_itm_img_b_mdkhd img {
    margin: o auto;
}

.hm_tim_txt_mdkhd {
    position: absolute;
    margin: 0;
    color: #FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    padding: 32px;
    bottom: 0;
    visibility: hidden;
    z-index:1;
     opacity: 0; /* Fully transparent */
    transition: visibility 0s linear 0.3s, opacity 0.3s ease; /* Delay visibility, animate opacity */
}

.hm_tim_sld_itm_mdkhd {
    max-width: 340px;
    margin: 0 auto;
}
.hm_tim_memb_mdkhd {
    color:  #1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    padding: 20px 0px 6px 0px;
}

.hm_tim_position_mdkhd{
    color: #A7A9AC;
    /* body_text 16 px */
    font-family: "Myriad Pro", sans-serif ;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6; 
}

.hm_tim_sld_itm_mdkhd:hover .hm_tim_txt_mdkhd {
    visibility: visible;
     opacity: 1; /* Fully opaque */
    transition: visibility 0s linear 0s, opacity 0.3s ease; /* Remove delay */
}

.hm_tim_sld_itm_mdkhd .hm_tim_sld_itm_img_b_mdkhd:after {
    content: ""; /* Ensure pseudo-element is visible */
    position: absolute; /* Add positioning for proper layout */
    top: 0;
    left: 0;
    height: 100%; /* Cover the full height of the parent */
    width: 100%; /* Cover the full width of the parent */
    border-radius: 4px;
    background: linear-gradient(359deg, rgba(18, 32, 72, 0.4) 0.77%, rgba(18, 32, 72, 0.6) 98.99%); /* Change gradient on hover */
    visibility: hidden;
    opacity: 0; /* Fully transparent */
    transition: visibility 0s linear 0.3s, opacity 0.3s ease; /* Delay visibility, animate opacity */
}

.hm_tim_sld_itm_mdkhd:hover .hm_tim_sld_itm_img_b_mdkhd:after {
    visibility: visible;
     opacity: 1; /* Fully opaque */
    transition: visibility 0s linear 0s, opacity 0.3s ease; /* Remove delay */
}





.hm_tim_ttl_mdkhd {
    margin: 0;
    color: #1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.hm_tim_sub_ttl_mdkhd{
    color:#1E4488;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 0px 45px 0px;
}

.hm_tim_sec_mdkhd {
    padding: 176px 0px 40px 0px;
}

/* Make the dots larger and circular */
.hm_tim_sec_mdkhd .slick-dots li button:before {
    font-size: 13px;
    /* Adjust size of the dots */
    color: #1E4488;
    /* Default dot color */
    opacity: 0.7;
    /* Set transparency for inactive dots */
    transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    /* Smooth transitions */
    border: 2px solid #1E4488;
    /* Add a white border */
    border-radius: 50%;
    /* Make dots circular */
    width: 10px;
    /* Define width for a bigger dot */
    height: 10px;
    /* Define height for a bigger dot */
    display: inline-block;
    /* Ensure proper alignment */
    content: '';
    /* Ensure dot is styled properly */
}

/* Style the active dot */
.hm_tim_sec_mdkhd .slick-dots li.slick-active button:before {
    color: #1E4488;
    /* Change active dot color */
    opacity: 1;
    /* Full opacity for the active dot */
    background-color: #1E4488;
    /* Add a background color for the active dot */
    border-color: #1E4488;
    /* Keep the white border */
}

/* Space out the dots */
.hm_tim_sec_mdkhd .slick-dots li {
    margin: 0 1px;
    /* Add spacing between dots */
}

/* Optional: Customize hover effect */
.hm_tim_sec_mdkhd .slick-dots li button:hover:before {
    color: #1E4488;
    /* Change color on hover */
    opacity: 1;
    /* Make it fully visible on hover */
    background-color: #1E4488;
    /* Add hover background color */
}
.hm_tim_btn_mdkhd {
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background: #1E4488;
    padding: 18px;
    width: 225px;
    margin: 95px auto;
    box-sizing: border-box;
    transition: color 0.3s ease, background-color 0.3s ease;
    border: 2px solid #1E4488;
}
.hm_tim_btn_mdkhd:hover {
    color: #1E4488 !important;
    background:  transparent;
}

.hm_tim_sec_mdkhd .slick-dots {
    bottom: -52px;
}
.hm_wp_blog_sec_mdkhd {
    background-color: #F8F8FB;
    position: relative;
    padding: 100px 0px;
}

.m_wp_blog_icn_mdkhd {
    position: absolute;
    top: 88px;
    left: 0px;
}

.hm_wp_blog_sub_ttl_mdkhd {
    color: #1E4488;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
}

.hm_ep_blog_ttl_mdkhd {
    margin: 0;
    color:#1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    padding: 12px 0px 48px 0px;
}

.hm_blg_ttl_mdkhd {
    margin: 0;
    color:#FFF;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    font-variant-numeric: lining-nums proportional-nums;
    transition: all 0.5s;
}

.hm_blg_ttl_mdkhd:hover {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.5s;
}

.hm_blog_auth_mdkhd {
    color:#E6E8F3;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    transition: all 0.5s;
}

.hm_blog_auth_mdkhd:hover {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.5s;
}
.hm_fst_blog_mdkhd, .hm_sec_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd{
    min-height: 294px;
    padding: 48px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
} 
.hm_blog_box_mdkhd {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hm_fst_blog_mdkhd , .hm_sec_blog_mdkhd {
   width: calc(50% - 10px);
}
.hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd{
     width: calc(33% - 10px);
}
.hm_blg_ttl_mdkhd:hover, .hm_blog_auth_mdkhd:hover {
    color: #ffffff !important;
}
.hm_fnc_sr_sec_mdkhd {
    padding: 0px 0px 246px 0px;
}
.hm_hst_tabs_mdkhd {
    list-style: none;
    padding: 0;
    justify-content: space-around;
    width: 100%;
    position: relative;
    margin: 30px 0px;
}
.hm_hst_bt_mdkhd {
    display: none!important;
}
.hm_hst_tabs_mdkhd:after {
    content: '';
    width: 83%;
    height: 1.6px;
    position: absolute;
    background-color: #CED0DB;
    bottom:4.5px;

}

.hm_afg_hst_tab_mdkhd {
    position: relative;
    color:#A7A9AC;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 20px 10px 40px 10px;
    text-align: center;
}
.active .hm_afg_hst_tab_mdkhd {
    color:#1E4488;
}
.hm_afg_hst_tab_mdkhd:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 2px solid #CED0DB;
    border-radius: 50%;
    display: inline-block;
    transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    background-color: #fff;
    position: absolute;
    bottom: 0; /* Align to the bottom of the parent */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust to center horizontally */
    z-index:1;
}
.active .hm_afg_hst_tab_mdkhd:after {
     background-color: #1E4488;
     box-shadow: 0px 0px 0px 4px #CED0DB;
}

.hm_hst_fst_sub_ttl_mdkhd{
    color:  #A7A9AC;
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    padding: 35px 0px 10px 0px;
}

.hm_hst_ttl_mdkhd{
    color: #1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0px 0px 26px 0px;
    font-variant-numeric: lining-nums proportional-nums;
}
.hm_hst_content_mdkhd {
    padding-bottom: 16px;
}
.hm_hst_tabs_img_fst_mdkhd {
    width: 50%;
    text-align: end;
}

.hm_hst_tabs_cont_fst_mdkhd {
    width: 50%;
}
.hm_hst_tabs_img_sec_mdkhd {
    text-align: center;
    width: 50%;
}

.hm_hst_tabs_cont_sec_mdkhd {
    width: 53%;
}
.hm_hst_tabs_cont_sec_mdkhd .hm_hst_fst_sub_ttl_mdkhd{
    color: #A8D500;
}
.hm_hst_thr_sub_ttl_mdkhd {
    color: #1E4488;
}
.fr_hst_itm_mdkhd .hm_hst_fr_sub_ttl_mdkhd{
     color: #A7A9AC;
}
.hm_hst_tabs_img_fr_mdkhd {
    width: 50%;
}

.hm_hst_tabs_cont_fr_mdkhd {
    width: 46.3%;
}
.fv_hst_itm_mdkhd .hm_hst_fr_sub_ttl_mdkhd{
    padding-top: 0px;
    color: #1E4488;
}

.fv_hst_itm_ttl_b_mdkhd {
    width: 40%;
    padding: 0px 28px;
}

.fv_hst_itm_cont_b_mdkhd {
    width: 59%;
}

.fv_hst_itm_mdkhd {
    padding: 40px 0px 0px 0px;
}
.hm_hst_tabs_cont_six_mdkhd {
    width: 34%;
}

.hm_hst_tabs_img_six_mdkhd {
    width: 60%;
    text-align: end;
}

.hm_hst_tabs_cont_six_mdkhd .hm_hst_six_sub_ttl_mdkhd{
    padding-top: 0px;
    color: #1E4488;
}
.hst_nav_box_mdkhd {
    gap: 16px;
}

.navig_box_mdkhd {
    gap: 32px;
}
.nvg_cont_mdkhd {
    color:#1C1C20;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}
.navigation_box_mdkhd{
    padding: 30px 0px;
}
.hm_hst_tabs_cont_itm_mdkhd {
    min-height: 660px;
}
.hm_afg_hst_sec_mdkhd {
    padding: 103px 0px 87px 0px;
        overflow: hidden;

}
.hm_afg_hst_tab_mdkhd, .hst_nav_pev_mdkhd , .hst_nav_nxt_mdkhd{
    cursor: pointer;
}
.hm_afg_hst_tab_mdkhd:hover{
    color: #1E4488;
}
.hm_afg_hst_tab_mdkhd:hover:after{
    background-color: #1E4488;
    box-shadow: 0px 0px 0px 4px #CED0DB;
}
.hst_nav_pev_mdkhd svg:hover circle , .hst_nav_nxt_mdkhd svg:hover circle{
    fill: #CED0DB;
}



.hm-nav-box-mdjhd {
    display: none;
}


@media (max-width: 1440px) {

.hm_hst_tabs_mdkhd:after {
    bottom: 3.5px;
}

.hm_mi_sec_lft_mdkhd{
    top: 4px;
}

.hm_mi_sec_lft_mdkhd svg {
    width: 80px;
    height: 80px;
}

.hm_mi_sec_rtl_mdkhd svg {
    width: 80px;
    height: 80px;
}
.hm_tim_sld_itm_mdkhd {
    margin: 0 10px;
}

}


@media (max-width: 1024px) {
    .hm_tim_sld_itm_mdkhd .hm_tim_sld_itm_img_b_mdkhd:after {
        visibility: visible;
         opacity: 1; /* Fully opaque */
        transition: visibility 0s linear 0s, opacity 0.3s ease; /* Remove delay */
    }
    .hm_tim_sld_itm_mdkhd .hm_tim_txt_mdkhd {
        visibility: visible;
         opacity: 1; /* Fully opaque */
        transition: visibility 0s linear 0s, opacity 0.3s ease; /* Remove delay */
        font-size: 26px;
    }
    .hm_wrk_stp_tabs_mdkhd:before{
    left: 8.1%;
}


.hm_mny_cont_b_mdkhd {
    width: 50.7%;
}

.hm_mny_sec_mdkhd {
    padding: 70px 0px;
}

.ttl_hm_sl_mdkhd {
    font-size: 33px;
}

.fst_hst_itm_mdkhd {
    align-items: center;
}

.hm_afg_hst_sec_mdkhd {
    padding: 70px 0;
}

.fnc_sr_mdkhd {
    padding: 35px 0;
}

.serv_cont_b_mdkhd {
    padding: 50px 50px 50px 30px;
}

.hm_fnc_sr_sec_mdkhd {
    padding: 0 0 170px 0;
}

.hm_wrk_prs_sec_mdkhd {
    padding: 70px 0;
}

.hm_mi_sec_mdkhd {
    padding: 50px 0;
}

.hm_mi_sec_lft_mdkhd {
    top: -2%;
    display: none;
}

.hm_mi_sec_rtl_mdkhd svg {
    width: 100px;
    height: 100px;
}

.m_wp_blog_icn_mdkhd svg {
    width: 100px;
    height: 100px;
}

.hm_wrk_prs_rtl_icn_mdkhd svg {
    width: 100px;
    height: 100px;
}

.hm_wrk_prs_rtl_icn_mdkhd {
    top: 105px;
}

.hm_tim_sec_mdkhd {
    padding: 80px 0;
}

.hm_tim_btn_mdkhd {
    margin: 80px auto 0 auto;
}

.hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd{
     width: calc(32.95% - 10px);
}

.hm_fst_blog_mdkhd, .hm_sec_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd {
    padding: 35px;
}

.hm_blg_ttl_mdkhd {
    font-size: 16px;
}

.hm_mi_con_mdkhd {
    font-size: 16px;
}

.int_pos_logo {
    top: 0%;
}

.hm_wp_blog_sub_ttl_mdkhd {
    font-size: 22px;
}

.hm_ep_blog_ttl_mdkhd {
    font-size: 30px;
}

.hm_erk_stp_ttl_mdkhd {
    font-size: 20px;
}

.hm_hst_tabs_mdkhd:after {
    bottom: 4.5px;
}

.hm_tim_sld_itm_mdkhd {
    margin: 0 10px;
}

}


@media (max-width: 992px) {
    
    .intro_vdo_box_mdkhd {
    margin: 0 32px;
    min-height: unset;
}

.intro_vdo_box_mdkhd iframe {
    min-height: unset;
}

.intro_vdo_box_mdkhd::after, .intro_vdo_box_mdkhd::before {
    width: 240px;
    height: 160px;
}

.intro_vdo_box_mdkhd::before {
    bottom: -20px;
    right: -22px;
}

.intro_vdo_box_mdkhd::after {
    top: -22px;
    left: -24px;
}
    .home_hero_mdkhd .container-fluid {
}

.ttl_hm_sl_mdkhd {
    padding: 20px 12px 60px 12px;
}

.hm_hero_slider_itm_mdkhd {
    padding: 40px 0px;
}

.fst_hst_itm_mdkhd {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.hm_hst_tabs_cont_fst_mdkhd {
    width: 100%;
}

.hm_hst_tabs_cont_itm_mdkhd {
    padding: 0 28px;
}

.hm_hst_tabs_img_fst_mdkhd {
    width: 100%;
    text-align: center;
}

.hm_wrk_stp_tabs_mdkhd:before{
    left: 11%;
}

.hm_mny_ttl_mdkhd {
    padding-top: 10px;
}

.hm_mi_sec_mdkhd .row {
    align-items: center; 
}

.hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd{
     width: calc(32.85% - 10px);
}

.sec_hst_itm_mdkhd {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.hm_hst_tabs_img_sec_mdkhd {
    width: 100%;
}

.hm_hst_tabs_cont_sec_mdkhd {
    width: 100%;
}

.hm_hst_tabs_img_fr_mdkhd {
    width: 100%;
}

.hm_hst_tabs_cont_fr_mdkhd {
    width: 100%;
}

.hm_hst_tabs_cont_six_mdkhd {
    width: 100%;
}

.hm_hst_tabs_img_six_mdkhd {
    width: 100%;
}

.fv_hst_itm_mdkhd{
    flex-direction: column;
}

.fv_hst_itm_ttl_b_mdkhd {
    width: 100%;
    padding: 0;
}

.fv_hst_itm_cont_b_mdkhd {
    width: 100%;
}

.hm_hst_tabs_mdkhd:after {
    bottom: 4.5px;
}

.hm_fnc_sr_sec_mdkhd {
    padding: 0 0 80px 0;
}

.hm_wrk_stp_tab_itm_mdkhd {
    padding: 20px;
}

.hm_erk_stp_ttl_mdkhd {
    font-size: 18px;
}

.hm_mi_sec_lft_mdkhd svg {
    width: 75px;
    height: 75px;
}

.hm_mi_btn_mdkhd {
    margin-top: 24px;
}

.hm_mi_sub_ttl_mdkhd {
    font-size: 36px;
}

.hm_fst_blog_mdkhd, .hm_sec_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd {
    padding: 28px;
    min-height: 220px;
}

.intro_ttl_mdkhd {
    font-size: 36px;
}


.hm_tim_sld_itm_mdkhd {
    margin: 0 auto;
}


}



@media (max-width: 767px) {


    
    .hm_fst_blog_mdkhd, .hm_sec_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd {
        width: 100%;
    }
    
    .hm_wp_blog_sec_mdkhd {
        padding: 80px 12px 70px 12px;
    }
    
    .hm_wp_blog_sub_ttl_mdkhd {
    font-size: 20px;
}

.hm_ep_blog_ttl_mdkhd {
    font-size: 25px;
}


.hm_tim_sub_ttl_mdkhd {
    font-size: 20px;
    padding: 12px 0 32px 0;
}

.hm_tim_ttl_mdkhd {
    font-size: 30px;
}

.hm_mi_sec_mdkhd .row {
    flex-direction: column;
    gap: 24px;
}

.col-lft_mdkhd {
    width: 100%;
}

.col-rtl_mdkhd {
    width: 100%;
}

.hm_mi_ttl_mdkhd {
    font-size: 24px;
}

.hm_mi_btn_mdkhd {
    text-align: center;
    margin-top: 24px;
    max-width: 270px;
}

.hm_mi_img_mdkhd {
    box-shadow: none;
}

.hm_mny_box_mdkhd {
    flex-direction: column;
    gap: 32px;
}

.hm_mny_cont_b_mdkhd {
    width: 100%;
}

.hm_mny_b_b_mdkhd {
    width: 100%;
}

.hm_wrk_stp_box_mdkhd {
    flex-direction: column;
    gap: 24px;
}

.hm_wrk_stp_img_box_mdkhd {
    width: 100%;
}

.hm_wrk_stp_tabs_mdkhd {
    width: 100%;
}

.serv_mdkhd{
    flex-direction: column-reverse;
}

.serv_mdkhd:nth-of-type(2){
    flex-direction: column;
}

.serv_cont_b_mdkhd {
    width: 100%;
}

.serv_img_b_mdkhd {
    width: 100%;
    text-align: center;
}

.serv_cont_b_mdkhd {
    padding: 25px;
}

.fn_sr_btn_mdkhd {
    max-width: 220px;
     /*margin: 0 auto;*/
     padding: 10px;
}

.fn_sr_ttl_mdkhd {
    font-size: 26px;
}

.fn_sr_cont_mdkhd {
    padding: 20px 0 32px 0;
}

.hm_afg_hst_tab_mdkhd {
    font-size: 16px;
    padding: 14px 2px 28px 2px;
}


.hm_afg_hst_tab_mdkhd:after {
    bottom: 10px;
}


.hm_hst_fst_sub_ttl_mdkhd {
    font-size: 16px;
    padding: 10px 0 10px 0;
}

.hm_hst_ttl_mdkhd {
    font-size: 30px;
    padding-bottom: 20px;
}

.hm_hst_content_mdkhd {
    padding-bottom: 4px;
}

.intro_author_text_box_mdkhd {
    padding: 22px;
}

.intro_vdo_box_mdkhd iframe {min-height: unset;}

.intro_vdo_box_mdkhd::before {
   bottom: -20px;
    width: 160px;
    height: 160px;
}

.intro_vdo_box_mdkhd::after {
    top: -22px;
    height: 160px;
    width: 160px;
    left: -22px;
}
.intro_vdo_box_mdkhd {
    min-height: unset;
}

.intro_ttl_mdkhd {
    font-size: 26px;
    padding: 10px 0px 50px 0px;
}


.hm_sl_btn_box_mdkhd {
    flex-direction: column;
}

.ttl_hm_sl_mdkhd {
    font-size: 20px;
}

.atn_btn_mdkhd, .sdl_btn_mdkhd {
    max-width: 220px;
    min-width: unset;
    width: 100%;
    padding: 10px;
}

.hm_hero_sliders_mdkhd .slick-prev {
    left: 10px;
    top: 40%;
}

.hm_hero_sliders_mdkhd .slick-next {
    right: 20px;
    top: 40%;
}

.ttl_hm_sl_mdkhd {
    padding: 20px 48px 60px 48px;
}


.hm_logo_sl_mdkhd {
    padding: 40px 20px 40px 30px;

}

    .hm_logo_sl_itm_mdkhd > div {
    margin: 0 16px;
}


.hm_mny_ttl_mdkhd {
    font-size: 30px;
}

.hm_mny_sub_ttl_mdkhd {
    font-size: 20px;
    line-height: 1.3;
}


.hm_wrk_sub_ttl_mdkhd {
    font-size: 20px;
    padding-bottom: 0;
}

.hm_wrk_ttl_mdkhd {
    font-size: 30px;
}

.fnc_sr_mdkhd {
    font-size: 30px;
}

.hm_hst_tabs_mdkhd:after {
    bottom: 22.5px;
}

.hm_wrk_stp_tabs_mdkhd:before{
    left: 34px;
}

.hm_wrk_stp_tab_itm_mdkhd {
    gap: 16px;
    padding: 16px;
    display: none!important;
}
.hm_wrk_stp_tab_itm_mdkhd.active {
    display: flex!important;
}

.hm_erk_stp_ttl_mdkhd {
    font-size: 18px;
}

.hm_mny_buy_btn_mdkhd {
    padding: 10px;
    max-width: 212px;
    margin-top: 32px;
}

.hm_fnc_sr_sec_mdkhd {
    padding: 0 0 70px 0;
}

.hm_mi_sec_rtl_mdkhd {
    display: none;
}

.hm_mi_sec_lft_mdkhd {
    display: none;
}

.hm_mny_book_b_mdkhd {
    padding: 32px;
}


.hm_logo_sl_sec_mdkhd {
    margin-bottom: 72px;
}


.intro_author_text_mdkhd {
    font-size: 28px;
}

.hm_mi_sub_ttl_mdkhd {
    font-size: 30px;
}

.hm_tim_btn_mdkhd {
    padding: 10px;
}

.hm_afg_hst_sec_mdkhd {
    padding: 10px 0 10px 0;
    overflow: unset; 
}

.hm_hst_tabs_cont_itm_mdkhd {
    padding: 0 8px;
}


.hm_blog_auth_mdkhd {
    font-size: 14px;
}

.hm_fst_blog_mdkhd, .hm_sec_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd, .hm_thr_blog_mdkhd {
    padding: 20px;
    min-height: 192px;
    border-radius: 4px;
}

.hm_tim_sec_mdkhd {
    padding: 70px 0;
}

.hm_tim_txt_mdkhd {
    font-size: 26px;
}



/* Revised Responsive Styles */
.navigation_box_mdkhd {
    padding: 10px;
}

.hm_hst_tt_mdkhd {
    display: none!important;
}
.hm_hst_bt_mdkhd {
    display: flex!important;
}

.hm_hst_tabs_mdkhd {
    position: sticky;
    bottom: 0px;
    z-index: 999; /* To make sure it stays above content */
    background-color: #ffffff; /* Ensure background stays solid */
    padding-bottom: 8px;
}

.hm_afg_hst_m_box_mdkhd {
    position: relative;
    padding-top: 32px;
}


.hm_wrk_stp_box_mdkhd {
    position: relative;
}


.hm-nav-box-mdjhd {
    display: flex;
    padding-top: 24px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.hm-nav-cont-mdjhd {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #1c1c20;
    font-variant-numeric: lining-nums proportional-nums;
}

.hm-nav-ibox-mdjhd {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.hm-nav-pre-mdjhd, .hm-nav-nxt-mdjhd {
    display: flex;
}

.hm-wrk-tc-mdjhd {
    display: none;
}

.hm-wrk-bc-mdjhd {
    display: block;
    padding-top: 16px
}


}









