body.widget-snippet .doctor-details{
  margin:100px 0;
}
body.widget-snippet .doctor-details .full-content .top-content .left-part .designation-section p,
body.widget-snippet .doctor-details .full-content .top-content .right-part p{
opacity:unset;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees{
  padding: 15px;
  background: #fff;
  border: 1px solid #e7e7e7;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees .single-item p {
  border:0;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees .single-item.one{
  background: #e7e7e7;
 margin: 8px;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees .single-item.two p{
  background: #fff;
  box-shadow: 0px 0 0 1px #e3e1e1;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees .single-item.one{
   background: #eaeaea;
}
body.widget-snippet .doctor-details .full-content .top-content .right-part .doctor-fees .single-item.two{
   padding: 8px;
}
.doctor-details {
  width: 100%;
  background: #fff;
}
.doctor-details .full-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.doctor-details .full-content .top-content {
  display: flex;
  flex-wrap: wrap;
}
.doctor-details .full-content .top-content .left-part {
  width: 20%;
}
.doctor-details .full-content .top-content .left-part img{
  width: 100%;
}
.doctor-details .full-content .top-content .right-part {
  width: 80%;
  padding: 0 0 0 60px;
}
.doctor-details .full-content .top-content .left-part .designation-section h2 {
  color:  #292663;
  text-align: center;
  font-family: Outfit;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 0 10px;
  margin: 0;
}
.doctor-details .full-content .top-content .left-part .designation-section p {
padding: 0;
  margin: 0;
  color: #272626;
  text-align: center;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;

}
.doctor-details .full-content .top-content .right-part p{
  margin: 0;
  padding: 0 0 15px 0;
  color: #000;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  font-family: Outfit;
}
.doctor-details .full-content .top-content .right-part p strong{
  font-size: 18px;
  font-weight: 700;
}

.doctor-fees {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
}
.single-item {
  display: flex;
  flex-direction: row;
}
.doctor-fees .single-item p {
  width: calc(100%/3 - 0px);
  border-bottom: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 8px 20px !important;;
  text-align: center;
}
.doctor-fees .single-item.two p{
  background: #fff;
}
.doctor-fees .single-item.one p:first-of-type,
.doctor-fees .single-item.two p:first-of-type{
   border-left: 1px solid #e7e7e7;
   width: 650px;
  text-align: left;
}
.doctor-fees .single-item.one p.fee-table-header {
  border-top: 1px solid #e7e7e7;
  font-weight: 600;
  font-size: 18px;
}

.doctor-details .full-content .bottom-content{
  margin: 20px 0 0;
}
.doctor-details .full-content .bottom-content h3 {
  color:  #000;
  text-align: left;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0 15px;
  margin: 0;

}