.ab-hero {
    background-image: url("~/Content/images/aboutus bg.png");
    width: 100%;
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
}


.aboutTitle {
    text-align: center;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

    .aboutTitle h4 {
        margin: 0px auto;
        display: inline-block;
        color: #2A2B2A;
         font-size: 30px;
        position: relative;
        padding-bottom: 20px;
        text-align: center;
    }

   

        .aboutTitle h4 span {
            color: #50DBB2;
        }

        .aboutTitle h4:before {
            position: absolute;
            left: 0;
            bottom: 0px;
            content: "";
            border-bottom: 2px solid #3DA889;
            width: 100%;
        }

        .aboutTitle h4:after {
            position: absolute;
            left: 0;
            bottom: -2.5px;
            content: "";
            border-bottom: 8px solid #50DBB2;
            width: 51px;
        }

.aboutus-content {
    margin: auto;
    width: 100%;
    padding: 40px 0;
}

    .aboutus-content p {
        font-family: Lato;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-word;
        color: #6C6C6C;
    }

.doctorsTeam {
    background: #F6FAFF;
    margin-bottom: 120px;
    margin-top: 50px;
    padding-top: 20px;
}

/*.docTeam {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

    .docTeam a {
        margin-top: 20px;
    }
*//*
.doctorItem {
    max-width: 285px;
    position: relative;
}*/

   /* .doctorItem .detFrame {
        position: absolute;
        top: 17px;
        height: 100%;
        border: 5px solid #50DBB2;
        width: 100%;
        display: none;
        right: 17px;
    }

    .doctorItem:hover .detFrame {
        display: block;
    }*/

    /*.doctorItem > img {
        max-width: 100%;
    }*/
/*
.docProfile {
    position: absolute;
    bottom: 0px;
    height: 77px;
    background: #50DBB2;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

    .docProfile label {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: 0px;
        width: 100%;
        text-align: center;
        line-height: normal;
        color: #fff;
        display: block;
    }

    .docProfile span {
        width: 100%;
        display: block;
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        color: #fff;
    }

    .docProfile span {
        letter-spacing: 0.005em;
        text-transform: capitalize;
    }
*/
.usImg img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #f9f9f9;
}
/*
.doctorLink {
    display: flex;
    justify-content: center;
    align-items: center;
}
*/