.service_banner_sec {
    height: auto;
    margin-top: -90px;
    background: #022a5e;
    color: #fff;
    padding: 150px 0 100px;
    /* position: relative;
    background: url('https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/about-new/our-company.jpg') no-repeat 0 / cover; */


    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    background: url('../images/our-company.webp') no-repeat center center;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.service_banner_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/telemedicine/overlay-pattern.webp) rgba(4, 12, 23, .7) !important;
}

.service_banner_sec_con {
    width: 70%;
}

.service_banner_sec h1 {
    text-transform: uppercase;
    font-size: calc(2rem + 4vw);
    line-height: 1;
    font-weight: 900;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0%);
    -webkit-text-stroke: 1px #fff;
    opacity: 0.9;

    display: block;
}


.service_banner_sec h2 {
    margin-bottom: 1.5rem;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
}

.service_banner_sec p {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    margin-top: 1rem;
    font-weight: 400;
    line-height: 2rem;
}




/*  */
.missionVisionValues {
    margin: 4rem 0;
}


.missionVisionValues h3 {
    top: 70px;
    /* margin-bottom: -500px; */
    color: #e2e2e2;
    text-transform: uppercase;
    /* content: attr(data-text); */
    font-size: 190px;
    font-style: normal;
    font-weight: 700;
    left: 0;
    letter-spacing: -.03em;
    line-height: 0px;
    opacity: .25;
    position: absolute;
    width: 1600px;
    z-index: -1;
}

.missionVisionValues h4 {
    font-size: 1.8rem;
    text-align: start;
    font-weight: 600;

}

.missionVisionValues h5 {
    font-weight: 500;
    font-size: 1.5rem;
}

.missionVisionValues img {
    opacity: 1;
    transition: opacity .3s;
    height: auto;
    max-width: 100%;
}

.mission {
    margin-bottom: 1rem;
}

.vision {
    margin-bottom: 1rem;
}

.values {
    margin-bottom: 1rem;
}

/*  */
.about-us .bg-img {
    background-image: url('../images/hero-sect-bottom-img.webp');
    background-size: cover;
    height: 100%;
}

.about-us .card {
    background-color: #FBEFEC;
    padding: 40px;
    margin: 0;
    min-height: 370px;
}

.align-self-center {
    align-items: center;
}

.title-h4 {
    font-size: 42px;
}

.font-w-400 {
    font-weight: 400;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.c-red {
    color: #DC2E3D;
}

/*  */

.about_services_heading {
    margin: 4rem 0;
}

.about_services_heading h3 {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;

}

.about_services {
    height: 100%;
    border-radius: 10px;
    padding: 30px 20px;
    margin-bottom: 25px;
}

.about_services_1 {
    background-color: #f2f2ff;
}

.about_services_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
}

.about_services h4 {
    font-size: 1.4rem;
    font-weight: 600;
}

.about_services_1 {
    background-color: #f2f2ff
}

.about_services_2 {
    background-color: #fffbeb
}

.about_services_3 {
    background-color: #f2f9ff
}

.about_services_4 {
    background-color: #e5f5f0
}

.about_services_5 {
    background-color: #fff2f2
}

.about_services_6 {
    background-color: #ebf9ff
}

.about_services_1:hover,
.about_services_r {
    color: #fff;
    background-color: #5c55c9
}

.about_services_2:hover,
.about_services_r2 {
    color: #fff;
    background-color: #ffb85f
}

.about_services_3:hover,
.about_services_r3 {
    color: #fff;
    background-color: #1dc7d4
}

.about_services_4:hover,
.about_services_r4 {
    color: #fff;
    background-color: #4a978a
}

.about_services_r5 {
    color: #fff;
    background-color: #f32c5c
}

.about_services_r6 {
    background-color: #298dff
}



.about_services_5:hover {
    color: #fff;
    background-color: #f32c5c
}

.about_services_6:hover {
    color: #fff;
    background-color: #298dff
}

.about_services_1:hover .about_services_r,
.about_services_2:hover .about_services_r2,
.about_services_3:hover .about_services_r3,
.about_services_4:hover .about_services_r4,
.about_services_5:hover .about_services_r5,
.about_services_6:hover .about_services_r6 {
    background: #fff
}

.about_services_r,
.about_services_r2,
.about_services_r3,
.about_services_r4,
.about_services_r5,
.about_services_r6 {
    height: 30px;
    width: 30px;
    border-radius: 7px;
    margin-left: 10px;
}

.about_services_1:hover,
.about_services_r {
    background-color: #5c55c9;
}

@media only screen and (max-width:500px) {

    .service_banner_sec_con {
        padding: 7rem 0 1rem 0;
        width: 100%;
    }

    .service_banner_sec h1,
    .service_banner_sec h2 {
        font-size: 1.5rem;
    }
    .service_banner_sec{
        height: 100%!important;
        padding: 10px 0!important;
    }

    .service_banner_sec p {
        margin-bottom: 0;
    }


    /*  */
    .missionVisionValues h3 {
        top: 2rem;
        font-size: 4rem;
    }

    .about-us .card {
        display: none !important;
    }
    .values ul{
        margin-left: 1rem;
    }
    .about_services_heading h3{
        font-size: 1.5rem;
    }
    .about_services_heading{
        margin: 2rem 0;
    }
}

