.serv_left_smpl_pic img{
    width: 100%;
}

.serv_left_smpl_picfirst{
    width: 100%;
    margin-top: 15px;
    margin-top: 37px;
    }

.serv_left_smpl_picsecond{
width: 100%;
    border: 5px solid #FFF;
    margin: 15px 0px;
    
}

/* ========= // services section start // ======== */

.what-we-do-main-container{
    position: relative;

}

.what-we-do-main-container {
    background-position: center;
    background-size: cover;
    width: 100%;
    padding: 15px 0px;
    background-attachment: fixed;
    background-color: #151538;
    background-image: linear-gradient(#151538f0, #151538eb), url(../images/png/line-2.png);
    background-size: auto;
}

.what-wedo-left-section {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url(../images/serv_stc.jpg);
    height: 600px;
    width: 100%;
    background-size: cover;
    float: right;
    width: 100%;
    margin-top: 0px;
}

.mbl_pic_stiky{
    display: none;
}

div .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 50px 0px 50px 50px;
    font-size: 20px;
}

.what-we-do-main_hding h2{
    color: #fff;
    font-size: 33px;
    margin: 20px 0px 20px 36px;
    width: 390px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    position: relative;
}
.what-we-do-main_hding h2::after{
    position: absolute;
    content: '';
    top: 43px;
    left: 65px;
    width: 105px;
    height: 2px;
    background-color: #bd0f0d;
}

.what-we-do-main_hding h2::before{
    position: absolute;
    content: '';
    top: 43px;
    left: 6px;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
} 


.what-we-do-main_hding h2 span{
    color: #bd0f0d;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}


.who_rowline{
  position: relative;
}

.who_rowline{
    background-color: #ffffff00;
    width: 640px;
    display: none;
    height: 4px;
    border-bottom: 1px solid #fff6;
    margin: 0 auto;
    margin-top: 224px;
}

.whatwe-section-heading h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #3192ca;
    letter-spacing: 2px;
}

.whatwe-section-heading h2 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}

.whatwe-section-heading p {
    color: #fff;
}

.what-we-do-main-container .whatwedo-right-sec {
    margin: 0px;
    padding-top: 20px;
}

.what-wedo-carditempic {
    text-align: center;
}

.what-wedo-carditempic img {
    width: 80%;

}

.what-wedo-carditem{
    height: 180px;
    margin-left: 30px;
}

.what-wedo-carditem h3 {
    width: 100%;
    padding:0px;
    color: #fff;
    font-size: 30px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-top: 12px;

}

.what-wedo-carditem p{
    color: #fff;
}

.rowss{
    padding: 0px !important;
}

.ro_wss{
    position: sticky !important;
    top: 0;
}

.what_we_right_pic{
    display: block;
    width: 412px;
    margin: auto 0px auto auto;
}
.m_pharmacy_btns{
    font-size: 18px;
    margin-left: 15px;
    position: relative;
}
.m_pharmacy_btns::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #fff;
    left: -15px;
    top: 8px;
}



.button_sec_serv{
    margin-top: 10px;
}
.button_sec_serv a{
    background: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    text-decoration: none;
    color: #3e3a74;
    border: 1px solid #3e3a74;
    transition: 0.5s ease;
}
.button_sec_serv a:hover{
    color: #fff;
    border: 1px solid #ffffff;
    background-color: #3e3a74;
    text-decoration: none;
}







/* ========= // services section end // ======== */


/* responsive start  */
@media (max-width: 1200px){
    .whatwe-section-heading{
        overflow: hidden;
    }
}



@media (max-width: 991px){
.what_we_right_pic {
    width: 350px;
    margin: 0 auto;
}
.whatwe-section-heading{
    overflow: auto;
}
.what-wedo-carditem {
    height: auto;
    width: 370px;
    text-align: center;
    margin: 0 auto;
}
.whatwedo-right-sec2 {
    flex-direction: column-reverse;
}

}

@media (max-width: 768px){
    .top_email{
        display: none;
    }

    .logo img {
            width: 150px !important;
    }       
    .what_we_right_pic {
            width: 350px;
            margin: 0 auto;
            display: none;
    }
    .mbl_pic_stiky{
        display: block;
        padding: 0px !important;
    } 
    .mbl_pic_stiky img{
        width: 100%;
       
    }
    .rowsss {
        background: #151538 !important;
    }
    .what-wedo-left-section{
        display: none;
    }
}

@media (max-width: 600px){
    .carousel-caption{
        display: none !important;
    }
    .carousel-indicators{
        display: none !important;
    }
    .what-we-do-main_hding h2 {
        width: auto;
    }
    .what-wedo-carditem {
        height: auto;
        width: auto;
    }
    .mbl_pic_stiky {
        overflow: hidden;
        position: relative;
    }
    .mbl_pic_stiky img{
        margin-top: -60px;
    }
    .top_navlinks1{
        border-right: none !important;
    }
    .top_navlinks2{
        display: none;
    }

}

@media (max-width:500px) {
    .section_A::after {
        width: 75%;
    }
}

/* -----===== *** ======-------  */
