@media screen and (min-width: 601px) {

.single-clinic {

}
.single-clinic .page-top-pr {
	margin-bottom: 24px;
	padding: 16px 56px 16px 18px;
	color: #4f3232;
	font-size: 15px;
	line-height: 1.45;
	background: linear-gradient(135deg, #fff6f5 0%, #fffdf7 100%);
	border: 1px solid #f2c8c2;
	box-shadow: 0 8px 18px rgba(232, 122, 102, 0.14);
}
.single-clinic .page-top-pr:hover {
	color: #dc6d5f;
	box-shadow: 0 10px 22px rgba(232, 122, 102, 0.22);
}
.single-clinic .page-top-pr:after {
	font-size: 18px;
	color: #ff7e6f;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.single-clinic .page-top-pr .pr {
	background-color: #e6786c;
	font-size: 12px;
	padding: 4px 9px;
	border-radius: 999px;
	margin-right: 12px;
}
.single-clinic .article__type-box h2 {
	padding: 0;
	color: #f80;
	font-size: 23px;
	font-weight: normal;
	border: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-clinic .article__type-box h2 .material-icons-round {
	width: 42px;
	font-size: 42px;
	position: relative;
	margin-right: 12px;
	top: 1px;
	display: block;
	text-align: center;
	color: #ffbe00;
	-webkit-text-stroke: 2px #f80;
	text-stroke: 2px #f80;
}
.single-clinic .article__type-box h3 {
	color: #333;
	padding: 5px 0 5px 20px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
}
.single-clinic .article__type-box h3:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 100%;
	background-color: #f80;
	border-radius: 10px;
	top: 0;
	left: 0;
}
.slider--clinic img {
	width: 100%;
	height: calc(640px * 2 / 3);
	object-fit: cover;
}
.single-clinic .doctor-photo {
	margin-bottom: 25px;
}
.single-clinic .doctor-photo img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
}

}



@media screen and (max-width: 600px) {

.single-clinic .page-top-pr {
	margin-bottom: 16px;
	padding: 14px 42px 14px 14px;
	font-size: 13px;
	line-height: 1.5;
}
.single-clinic .page-top-pr:after {
	font-size: 16px;
	right: 12px;
}
.single-clinic .page-top-pr .pr {
	margin-right: 9px;
	font-size: 11px;
}
.single-clinic .article__type-box h2 {
	padding: 0;
	color: #f80;
	font-size: 20px;
	font-weight: normal;
	border: none;
	background: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.single-clinic .article__type-box h2 .material-icons-round {
	width: 38px;
	font-size: 38px;
	position: relative;
	margin-right: 10px;
	top: 1px;
	display: block;
	text-align: center;
	color: #ffbe00;
	-webkit-text-stroke: 2px #f80;
	text-stroke: 2px #f80;
}
.single-clinic .article__type-box h3 {
	color: #333;
	margin-top: 30px;
	padding: 4px 0 4px 18px;
	font-size: 17px;
	font-weight: normal;
	position: relative;
}
.single-clinic .article__type-box h3:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #f80;
	border-radius: 10px;
	top: 0;
	left: 0;
}
.slider--clinic img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}
.single-clinic .doctor-photo {
	margin-bottom: 20px;
}
.single-clinic .doctor-photo img {
	display: block;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}

}
