/* * cta btn section */
.hlth_cta1 {
    padding: 5rem 0px 3rem 0;
    margin-bottom: 3rem;
}

.htlh_cta_flx {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.55),
            /* semi-transparent black overlay */
            rgba(0, 0, 0, 0.56)), url("../images/healthcare/cta-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 23px;
    padding: 50px 50px 50px 0;
}



.hlth_cta_lt {
    position: absolute;
    margin-bottom: 0;
    bottom: 0;
}

.hlth_cta_lt img {
    height: 400px;
    width: auto;
}

.hlth_cta_rt {
    width: 66%;
    margin-left: auto;
}

.wrap_hlthcare {
    background-color: #0a78be;
}

.hlth_cta_rt button {
    font-size: 1rem;
    font-weight: 300;
    border-radius: 50px;
    align-items: center;
    background-color: #fff;
    color: #000;
    border: 1px solid transparent;
    width: fit-content;
    cursor: pointer;
    box-shadow: none;
    padding: 10px 1rem;
    margin-top: 1rem;
}

.hlth_cta_rt p {
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 8px;
}

.hlth_cta_rt p span {
    font-size: 1.5rem;
    font-weight: 600;
}

.hlth_cta_rt h3 {
    color: #fff;

    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: normal;
}

/*  cta btn section end */

/* global presence */
.global_pressence {
    background-color: #000;
    padding: 4rem 0;
    margin-bottom: 2rem;

}

.global_pressence h4 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.global_pressence p {
    text-align: center;
    color: #fff;
    line-height: normal;
    font-size: 1rem;
}

.glob_pres_box {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding: 3rem 3rem 0 3rem;
    border-radius: 1.3rem;
    background-color: #4e4c4c8a;
}

.glob_pres_box .col-lg-2 {
    flex: 0 0 20%;
    /* Force equal width (20% for 5 items per row) */
    max-width: 20%;
    /* Ensure Bootstrap respects the width */
    margin-bottom: 3rem;
}

.glob_pres_box .col-lg-2 img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
}

.glob_pres_box .col-lg-2 h5 {
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.3rem;
}

.world_map {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

@media only screen and (max-width:500px) {
    .hlth_cta1 {
        padding: 0;
        margin-bottom: 2rem;
    }

    .htlh_cta_flx figure {
        display: none;
    }

    .htlh_cta_flx {
        padding: 1rem;
    }

    .hlth_cta_rt {
        width: 100%;
    }

    .hlth_cta_rt h3 {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    /* * cta btn section end */
    /*  */
    .global_pressence h4 {
        margin-bottom: 1rem;
        font-size: 1.3rem;
    }

    .global_pressence {
        padding: 2rem 0;
    }

    .glob_pres_box {
        margin: 0 0 2rem 0;
        padding: 2rem 0 0 0;
    }

    .glob_pres_box .col-lg-1 {
        display: none;
    }

    .glob_pres_box .col-lg-2 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 2rem;
    }

    .glob_pres_box .col-lg-2 img {
        width: 50px;
        height: 50px;
    }

    .glob_pres_box .col-lg-2 h5 {
        font-size: 1rem;
    }

}

/* cta btn section end  */