.single-doctor .featured-image, .single-hospital .featured-image{
	border: 1px solid #00919b;
	border-radius: 50%;
	display: inline-block;
	height: 120px;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 120px;
}
.wpdhd-thumb-s{
	display: inline-block;
	height: auto;
	margin: 5px;
	margin-right: 15px;
	vertical-align: middle;
	width: 30px;
}
.dhr-term {
	font-size: 0.8rem;
}
.wpdhd-hospital-row-item td:nth-child(2){
	width:200px;
}
.hospital-title, .doctor-title{
	font-size: 1rem;
}
.wpdhd-chamber-item{
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	text-align: center;
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.10),
		0 8px 20px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	transform: scale(0.98);
}
.wpdhd-chamber-item:hover{
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.10),
		0 8px 20px rgba(0, 0, 0, 0.12);
	transform: scale(1);
}
.wpdhd-chamber-item .chamber-desc{
	font-size: 14px;
}
.wpdhd-chamber-item:before{
	content: "\f701";
	color: #008f99;
	font-family: "Medical" !important;
	font-size: 40px;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	z-index: 1;
}
.wpdhd-schedule-item:before{
	content: "\e900";
	color: #008f99;
	display: inline-block;
	font-family: "Medical" !important;
	margin-right: 6px;
}
.wpdhd-chamber-item h3{
	border-bottom: 1px solid #ccc;
	clear: both;
	display: inline-block;
	font-size: 1.5rem;
	margin-bottom: 8px;
}
.chamber-fees span{
	border: 1px solid #00919b;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	padding: 3px 5px;
}
.wpdhd-phone-link{
	display: inline-block;
	margin: 2px;
	text-decoration: none;
	vertical-align: middle;
}
.wpdhd-phone-link:before, .wpdhd-phone a:before{
	font-family: "Medical" !important;
	content: "\e97d";
	display: inline-block;
	margin-right: 6px;
	color: #008f99;
}
.single-doctor .entry-header, .single-hospital .entry-header{
	display: inline-block;
	margin-bottom: 2em;
	vertical-align: middle;
	width:calc(100% - 150px);
}
.wpdhd-term, .doctor-focus .wpdhd-term, .doctor-degree-fellow .wpdhd-term{
	background: #e8e8e8;
	cursor: pointer;
	display: inline-block;
	list-style: none;
	margin: 5px;
	padding: 3px 10px;
}
.wpdhd-doctors-list li{
	list-style: none;
}
.single-doctor .entry-header .entry-title, .single-hospital .entry-header .entry-title{
	background: transparent;
	color: #000000;
	text-align: left;
	text-wrap: auto;
	white-space: break-spaces;
}
.archive .doctor .entry-title, .archive .hospital .entry-title{
	background: transparent;
}
.single-doctor .inside-article, .single-hospital .inside-article{
	position: relative;
}
.single-doctor .comments-area, .single-hospital .comments-area{
	display: none!important;
}
.wpdhd-banner {
	background: url(../banner-1.jpg) no-repeat top left;
	width: 100%;
	height: 100px;
	background-color: #ccc;
	position: absolute;
}
.archive .hospital .post-image, .archive .doctor .post-image{
	border: 1px solid #00919b;
	border-radius: 50%;
	display: inline-block;
	height: 120px;
	overflow: hidden;
	vertical-align: top;
	width: 120px;
}
.archive .hospital .entry-summary, .archive .doctor .entry-summary {
	display: inline-block;
	width: calc(100% - 150px);
	vertical-align: top;
}

.wpdhd-term h4{
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}
.wpdhd-tags{
	padding: 15px;
}
.wpdhd-tag{
	cursor: pointer;
	background: #ededed;
	display: inline-block;
	font-style: italic;
	margin: 1px;
	padding: 2px 8px;
	text-decoration: underline;
	text-transform: capitalize;
}
.archive main article.doctor, .archive main article.hospital{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10), 0 8px 20px rgba(0, 0, 0, 0.12);
	position: relative;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	transform: scale(0.98);
}
.archive main article.doctor:hover, .archive main article.hospital:hover{
	transform: scale(1);
}
.wpdhd-info-container{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10), 0 8px 20px rgba(0, 0, 0, 0.12);
	padding: 20px;
	position: relative;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	transform: scale(0.98);
}
.wpdhd-info-container:hover{
	transform: scale(1);
}
.wpdhd-info-container li{
	list-style: none;
	padding: 6px 10px;
}
.wpdhd-visit-container{
	padding: 3px 10px;
}
.wpdhd-contact a{
	display: inline-block;
	margin:2px 8px;
	text-decoration: none;
}
.wpdhd-location-map{
	height: 200px;
	padding: 20px;
}
.wpdhd-location-map iframe{
	height: 100%;
	width: 100%;
}
a.read-more{
	display: block;
	text-align: right;
}
.wpdhd-location:before {
	content: "\e963";
	font-family: 'Medical';
	color: red;
	font-size: 2rem;
	display: inline-block;
	margin-right: 8px;
}