.figboxphysician{
margin: auto;
 margin-bottom: auto;
  text-align: center;
  margin-block: 30px;
  position: relative;
  margin-bottom: 60px;
}
.figboxphysician img {
margin: auto;
  display: table;
width: 100%;
border-radius: 15% 15% 0 0;
  background-color: #DAE0FF;
max-height: 240px;
min-height: 240px;
min-width: 100%;
background-image: url('/doctorspic/menavatar.jpg'); 
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
.innerfig{
background-color: #D9D9D9;
  border-radius: 30px;
  margin-top: -30px;
  z-index: 9;
  position: absolute;
  width: 100%;
padding: 5px 5px 20px 5px;
}
.figphysianabout{
z-index: 10;
  position: absolute;
  margin-top: 30px;
  display: block;
  width: 100%;
}
.figphysianabout a {display: inline-block;
  background-color: navy;
  color: white;
  padding: 5px 16px;
  border-radius: 15px;}
.doctor-span{
font-size:13px;
}
@media only screen and (max-width: 1280px) {
.doctor-about-buttom {
  color: white;

  display: block;
  text-align: center;
  padding: -22px;
position: unset;
  padding: 6px 17px 0px 17px;
  border-radius: 16px;
}
}