.medical-team-wrapper{
  max-width: 1280px;
  margin: 0 auto;
  background: #f2f2f0;
}
.dr-pro-left {
    width: 76%;
    float: left;
    position: relative;
    margin: 56px 0px 60px;
}
.dr-pro-right-ad {
  float: right;
  height: 600px;
      width: 300px;
      text-align: center;
}
.dr-pro-right-ad img{
  width: 100%;
  display: block;
}
.pro-details {
    background: #3975b7;
    color: #fff;
    float: left;
    border-radius: 30px;
    padding: 0;
    height: 150px;
    position: relative;
    width: 100%;
}

.pro-thumb {
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    border-radius: 30px;
    padding: 0;
    left: 0px;
    top: 0px;
}
.pro-thumb img {
    display: block;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.pro-det-block {
    margin-left: 170px;
    margin-top: 5px;
    padding: 0;
}

.pro-det-inner {
    height: 120px;
    overflow: hidden;
}
.pro-details.show-more .pro-det-inner {
    height: auto;
}
.pro-name {
    font-size: 25px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.pro-name span {
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.pro-degree {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: normal;
}

.pro-exp {
    font-size: 14px;
    line-height: 22px;
    height: 48px;
}
.pro-details.show-more {height: auto;}
.pro-details.show-more .pro-exp {height: auto;}
.pro-more {
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
}
.pro-more  a{
  text-decoration: none;
  color: #ffffff;
}
.pro-more .less{display: none;}
.pro-details.show-more .pro-more .more{display: none;}
.pro-details.show-more .pro-more .less{display: block;}
.pro-soc-media {
    position: absolute;
    right: 20px;
    top: 5px;
}

.pro-soc-media a {
    color: #1d75bf;
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    background: #fff;
    line-height: 28px;
    font-size: 20px;
}
.pro-view-experts {
    position: absolute;
    right: 10px;
    top: -30px;
}

.pro-view-experts a {
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    background: #ff8601;
    border-radius: 15px;
}

.types-of-desease{
  float: left;
  width: 76%;
  margin-bottom: 30px;
}
.types-of-desease ul li{
  float: left;
  width: 30%;
  margin-right: 3%;
}
.types-of-desease ul li a{
  color: #000000;
  text-decoration: none;
}
.types-of-desease ul li:nth-child(3n){
  margin-right: 0px;
}
.thumbimg img{
  width: 100%;
  display: block;
}
.pro-prob-list {
    border: 1px solid #ccc;
    border-radius: 25px;
    overflow: hidden;
    height: 300px;
    width: 300px;
      transition: all 0.3s ease-in-out;
}
.pro-prob-list:hover{
  box-shadow: -3px 1px 12px -2px rgba(0,0,0,0.45);
  transition: all 0.3s ease-in-out;
}
.thumb-info {
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.new-typ-block ul li{
  float: left;
  width: 22%;
  margin-right: 3%;
  margin-bottom: 30px;
}
.new-typ-block ul li a{
  text-decoration: none;
  color: #000000;
}
.new-typ-block ul li:nth-child(4n){
  margin-right: 0px;
}
.dr-pro-right-ad img{
  width: 100%;
  display: block;
}
.right-temp-img {
    float: left;
    width: 35%;
}
.right-temp-img img{
  width: 100%;
  display: block;
}
.left-temp-img {
    float: left;
    width: 35%;
}
.left-temp-img img{
  width: 100%;
  display: block;
}
.middle-doc-title {
    float: left;
    background: #1a60ae;
    color: #fff;
    width: 25%;
    padding: 7px 25px;
    text-align: center;
    border-radius: 20px;
    webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    margin-top: 15px;
}
.medical-team-list ul li{
  float: left;
  width: 22%;
  margin-right: 4%;
  margin-bottom: 20px;
  /* box-shadow: 0 0 11px rgba(33,33,33,.2); */
  transition: all 0.3s ease-in-out;
  border-radius: 35px;
  overflow: hidden;
}
.medical-team-list ul li:nth-child(4n){
  margin-right: 0px;
}
.med-doctor {
    background: #ff8a00;
    /* border-radius: 35px; */
    height: 450px;
  position: relative;
}
.med-doctor.blue-bg  {background: #2480e6;}
.medical-team-list ul li:hover{
  /* box-shadow: -3px 1px 12px -2px rgba(0,0,0,0.45); */
  -moz-box-shadow: 0 0 10px 5px #888;
  -webkit-box-shadow: 0 0 10px 5px#888;
  box-shadow: 0 0 10px 5px #888;
  transition: all 0.3s ease-in-out;
}
.doc-pic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top: 13px;
  z-index: 9999;
  background: #fff;
}
.doc-pic img{
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
}
.doc-info {
    height: 390px;
    background: #585858;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    position: relative;
top: -12px;
padding: 10px;
text-align: center;
}
.doc-info .doc-name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top: 40px;
    margin-bottom: 10px;
}
.doc-info .doc-degree {
    margin: 15px 0px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.doc-info .doc-speclist {
    margin: 10px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: underline;
}
.doc-info .doc-exp {
    margin: 16px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    height: 140px;
    overflow: hidden;
}
.know-more{
  margin: 20px auto;
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0;
  right: 0;
}
.know-more a{
  background: #f2f2f0;
color: #000;
text-decoration: none;
font-weight: 600;
padding: 5px 20px;
text-align: center;
border-radius: 20px;
}
.bd-doctor-head {
    margin-bottom: 40px;
}
#bg-color{
  background: #2480e6;
}
