.BlockDoctorCategory {}
.BlockDoctorCategory .col {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 23.5%;
	max-height: 316px;
	overflow:hidden;
}
.BlockDoctorCategory .col:nth-of-type(4) {
	margin-right: 0;
}
.BlockDoctorCategory .col:nth-of-type(5) {
	margin-left: 11.75%;
}
.BlockDoctorCategory .col .background {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.BlockDoctorCategory .col a {
	color: #fff;
	text-transform: uppercase;
	background:rgba(0,0,0,.4);
	min-height: 316px;
	display: inline-block;
	width: 100%;
}
.BlockDoctorCategory .col a div {
	color: #fff;
}
.BlockDoctorCategory .col a:hover {
	background:rgba(0,0,0,.1);
}
.BlockDoctorCategory .col .cat-name {
	text-align: center;
	padding: 220px 10px 50px 10px;
}

.BlockFeaturedDoctor {
	background: #88b2a8;
	padding: 35px 0 45px 0;
	color: #fff;
	margin-top: 30px;
}
.BlockFeaturedDoctor .left {
	width: 65%;
}
.BlockFeaturedDoctor .right {
	width: 30%;
	position: relative;
}
.BlockFeaturedDoctor .title {
	color: #fff;
	font-size: 46px;
	margin-bottom: 20px;
}
.BlockFeaturedDoctor .intro {
	color: #fff;
	font-size: 22px;
	margin-bottom: 30px;
	max-width: 750px;
}
.BlockFeaturedDoctor .doctor {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 26px;
}
.BlockFeaturedDoctor .specialty {
	color: #fff;
	margin-bottom: 35px;
	font-size: 24px;
}
.BlockFeaturedDoctor .buttons {}
.BlockFeaturedDoctor .buttons .button {
	display: block;
	float: left;
	padding: 5px 15px;
	margin-right: 15px;
	text-transform: uppercase;
	background: #fff;
	color: #88b2a8;
}
.BlockFeaturedDoctor .buttons .button:hover {
	background: #e3e3e3;
	text-decoration: none;
}
.BlockFeaturedDoctor .buttons .button.blue {
	background: #212a6b;
	color: #fff;
}
.BlockFeaturedDoctor .buttons .button.blue:hover {
	background: #2e3b95;
	text-decoration: none;
}
.BlockFeaturedDoctor .doctor-image {
	width: 450px;
	height: 450px;
	overflow: hidden;
	border-radius: 225px;
	position: absolute;
	top: -70px;
	right: 50px;
	z-index: 999;
	border: 2px solid #fff;
}

.BlockDoctor .intro-text {
	margin-bottom: 45px;
}
.BlockDoctor .doctor,
.BlockDoctorCategory .category {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #999;
}
.BlockDoctor .doctor .doctor-name,
.BlockDoctorCategory .category .cat-name {
	color: #212a6b;
	font-size: 26px;
	margin-bottom: 10px;
}
.BlockDoctor .doctor .doctor-intro,
.BlockDoctorCategory .category .cat-intro {
	margin-bottom: 10px;
}
.BlockDoctor .doctor .doctor-more,
.BlockDoctorCategory .category .cat-more {
	color: #212a6b;
	font-weight: bold;
}
.BlockDoctor .doctor .left,
.BlockDoctorCategory .category .right {
	text-align: center;
}
.BlockDoctor .doctor .left img,
.BlockDoctorCategory .category .right img {
	max-width: 200px;
}
.BlockDoctor .doctor .left {
	width: 20%;
	margin-right: 2%;
}
.BlockDoctor .doctor .right {
	width: 78%;
}
/* BlockDoctorByCategory */
	.BlockDoctor .doctors,
	.BlockDoctorByCategory {
		background: #cad6d2;
		border-top: 3px solid #041a70;
		border-bottom: 3px solid #041a70;
		box-shadow: 0 24px 12px -12px #999;
		margin-bottom: 50px;
	}
	.BlockDoctor .doctors {
		padding-top: 30px;
		margin-top: 30px;
	}
	.BlockDoctorByCategory .title {
		width: 40%;
		margin: 0px 30% 50px;
		text-align: center;
		color: #fff;
		text-transform: uppercase;
		background: #041a70;
		font-size: 24px;
		font-weight: bold;
		padding: 10px;
	}
	.BlockDoctor ul,
	.BlockDoctorByCategory ul {
		list-style: none;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	.BlockDoctor ul li,
	.BlockDoctorByCategory ul li {
		float: left;
		width: 29%;
		margin: 0 2%;
		padding-bottom: 30px;
	}
	.BlockDoctor ul li .image,
	.BlockDoctorByCategory ul li .image {
		max-height: 405px;
		overflow: hidden;
	}
	.BlockDoctor ul li img,
	.BlockDoctorByCategory ul li img{
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		filter: brightness(80%);
	}
	.BlockDoctor ul li:hover img,
	.BlockDoctorByCategory ul li:hover img{
		filter: brightness(100%);
	}
	.BlockDoctor .col .name a {
		font-size: 20px;
	}
	.BlockDoctor ul li a,
	.BlockDoctorByCategory ul li a {
		color: #000;
		text-transform: uppercase;
		padding-bottom: 10px;
	}
/* ^ BlockDoctorByCategory */

.doctorBio {
	margin-top: -120px;
	z-index: 999;
}
.doctorBio .doctorName {
	background: #88b2a8;
	padding: 20px 0;
	color: #fff;
	text-indent: 70px;
	font-size: 30px;
	max-width: 600px;
	font-weight: bold;
}
.doctorBio .doctorName div {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
}
.doctorBio .doctorName span {
	color: #fff;
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin-top: 10px;
}
.doctorBio .doctorContact {
	background: #eef0ef;
	padding: 20px 0;
	color: #3570b6;
	text-indent: 70px;
	min-height: 100px;
}
.doctorBio .doctorContact span {
	color: #3570b6;
	display: block;
}
.doctorBio .doctorContact span p {
	color: #3570b6;
}
.doctorBio .doctorInfo {
	padding: 30px 0 20px 0;
}
.doctorBio .doctorInfo p {
	margin-bottom: 10px;
}
.doctorBio .doctorInfo h3 {
	margin-top: 20px;
}
.doctorBio .doctorInfo .left {
	width: 48%;
	margin-right: 2%;
}
.doctorBio .doctorInfo .right {
	width: 48%;
	margin-left: 2%;
	margin-top: 80px;
}
.doctorBio .doctorImage {
	width: 420px;
	height: 420px;
	overflow: hidden;
	border-radius: 225px;
	position: absolute;
	top: -70px;
	right: 10%;
	z-index: 999;
	border: 2px solid #fff;
}
.doctorBio .doctorImage img {
}
@media (max-width:1300px) {
	.doctorBio .doctorImage {
		width: 420px;
		height: 420px;
		border-radius: 210px;
		top: -60px;
		right: 8%;
	}
	.BlockFeaturedDoctor .doctor-image {
		width: 400px;
		height: 400px;
		top: -60px;
		right: 40px;
	}
}
@media (max-width:1200px) {
	.doctorBio .doctorImage {
		width: 350px;
		height: 350px;
		border-radius: 175px;
		top: -50px;
		right: 5%;
	}
	.BlockFeaturedDoctor .doctor-image {
		width: 370px;
		height: 370px;
		top: -60px;
		right: 30px;
	}
}
@media (max-width:1100px) {
	.BlockFeaturedDoctor .doctor-image {
		width: 350px;
		height: 350px;
		top: -60px;
		right: 30px;
	}
}
@media (max-width:1000px) {
	.doctorBio .doctorContact {
		min-height: 10px;
	}
	.BlockDoctorCategory .col:nth-of-type(5) {
		margin-left: 0;
	}
	.physician .block-image {
		display: none;
	}
	.BlockDoctor .col,
	.BlockDoctorCategory .col,
	.doctorBio .doctorInfo .left,
	.doctorBio .doctorInfo .right,
	.BlockDoctor .left,
	.BlockDoctor .right,
	.BlockFeaturedDoctor .right,
	.BlockDoctor ul li,
	.BlockDoctorByCategory ul li,
	.BlockFeaturedDoctor .left {
		width: 100%;
		margin: 10px 0;
	}
	.BlockFeaturedDoctor .right {
		text-align: center;
	}
	.BlockFeaturedDoctor .title {
		line-height: 56px;
	}
	.BlockFeaturedDoctor .doctor-image {
		position: relative;
		top: auto;
		left: auto;
		width: 300px;
		height: 300px;
		right: auto;
		bottom: auto;
		margin: 0 auto;
	}
	.BlockFeaturedDoctor .buttons .button {
		width: 100%;
		margin-bottom: 10px;
	}
	.doctorBio .doctorImage {
		position: relative;
		left: 0;
		top: 0;
		border-radius: 0;
		width: 100%;
		max-width: 100%;
	}
	.doctorBio {
		margin-top: 0px;
	}
	.doctorBio .doctorInfo {
		padding: 10px 0;
	}
	.doctorBio .cont {
		max-width: 1460px;
		margin:0px auto;
		padding:0px 30px;
	}
	.dname {
		margin: 0px;
		padding: 0px;
	}
	.doctorBio .doctorName {
		text-indent: 0;
		text-align: center;
	}
	.BlockDoctorByCategory .title {
		width: 100%;
		margin: 0 0 30px;
	}
}
