.wid{
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: gray;
}
.doctors {
    background-color: #edf7f8;
    padding: 50px 0px;
}
/* @media (min-width: 1200px) */
.col-lg-12 {
    width: 100%;
}
.dr-partap-sec {
    margin: 0 auto;
    padding-bottom: 60px;
}
.cs_row {
    display: flex;
    flex-wrap: wrap;
}
.dr-profile {
    background-color: white;
    margin-bottom: 2rem;
    min-height: 700px;
   
    margin: 1rem 1%;
    width: 100%;
}
.profile-header {
    background-color: #6caaa8;
    text-align: center;
    color: #fff;
    padding: 1rem 0px;
}
.dr-img {
    width: 100%;
    height: 190px;
}
.profile-content {
    background-color: white;
    padding: 1rem;
    min-height: 340px;
    /* color: black; */
}
.profile-content .dr-name {
    font-weight: 600;
    color: #6accc8;
    font-size: 20px;
    margin-bottom: 15px;
}
.profile-header .hod {
    font-weight: 500;
    font-size: 19px;
    line-height: inherit;
    margin: 0.5rem auto;
    color: white;
}
.profile-header .profile-divider {
    height: 3px;
    background-color: #fff;
    width: 100px;
    margin: 1rem auto;
}
.profile-header .designation {
    color: white;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0.5rem auto;
}
img{
    max-width: 100%;
    vertical-align: middle;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}