.all_dr {
  margin-left: -15px;
  overflow: hidden;
}
.doc-role{
  font-size: 14px;
  font-weight: normal;
}
.doc-role-m{
  padding-top: 4px;
}
.single_dr {
  float: left;
  margin-bottom: 184px;
  margin-left: 15px;
  position: relative;
  text-align: center;
  width: 31.89%;
}
.full_doctor_area .dr_mores {
  margin-bottom: 101px;
  margin-top: -56px;
}
.s_d_info {
  background: #231f20 none repeat scroll 0 0;
  bottom: -69px;
  color: #fff;
  padding-top: 19px;
  position: absolute;
  width: 100%;
}
.s_d_desc {
  background: #231f20 none repeat scroll 0 0;
  color: #fff;
  padding: 15px;
  /*position: relative;*/
  width: 100%;
}
.s_d_desc > h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
}
.s_d_desc > p {
  color: #fff;
  margin-bottom: 10px;
}
.s_d_info > h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
}
.s_d_info > p {
  color: #fff;
  margin-bottom: 10px;
}
.dr_mores {
  clear: both;
  margin: 0 auto 101px;
  width: 134px;
}
.single_dr::after {
  background: #231f20 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.5s ease 0s;
  transform:scale(0);
}
.all_dr > a:hover .single_dr::after{
 opacity: 0.4;
 transform:scale(1);
}