
.category-list  {
	display: flex;
	flex-direction: column;
	padding-right: 70px;
}

.category-list a.active-category {
	color: #FF690D;
}

.category-list a {
	width: 100%;
	display: block;
	padding: 8px 35px 8px 0;
	font-size: 14px;
	color: #0A5A88;
	font-weight: 600;
	transition: 0.3s ease all;
	border-bottom: 1px solid #15BDFF;
}
.category-list a:hover {
	color: #FF690D;
}

.category-list h4,.category-list__contact h4 {
	text-align: left;
	color:  #0A5A88;
	font-weight: 600;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.category-page {
	margin-top: 70px;
}

.category-list__contact {
	margin-top: 40px;
	
	
}

.category-list__contact p {
	color: #0A5A88;
	margin: 0;
	font-size: 14px;
}
.category-list__contact a {
	font-weight: 600;
	display: block;
}

.category-list__contact .oddzial {
	margin-bottom: 30px;
		padding-left: 35px;
}

.category-list__contact .godziny-otwarcia,.category-list__contact .phones {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.category-list__contact .godziny-otwarcia:before,.category-list__contact .phones:before {
	position: absolute;
	content: '';
	width: 21px;
	height: 21px;
	left: -35px;
	background-image: url("../../images/time-icon.png");
	background-position: center;
	background-size: contain;
}
.category-list__contact .phones:before {
	background-image: url("../../images/phone.png");
	width: 26px;
	height: 26px;
}

.single-doctor {
    background-color: #EDF3F6;
    border-radius: 15px;
	min-height: 355px;
	margin: 0 10px;
	
}
.single-doctor .title{
	color: #fff;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 16px;
}
.single-doctor .category {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	margin-bottom: 0;
	color: #15BDFF;
}
.single-doctor .heading-single-doctor {
	min-height: 114px;
	background-color: #0A5A88;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	align-content: space-between;

}
.single-doctor {
	margin-bottom: 50px;
}

.single-doctor .entry-content a {
	height: 230px;
	position: relative;
	display: block;
}
.single-doctor .entry-content a img {
	width: 100%;
	border-radius: 15px 15px 0 0;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
}
.single-doctor .hours {
	display: flex;
	padding: 30px 20px;
	align-items: center;
	justify-content: center;
	color: #0A5A88;
	font-weight: 600;
	text-align: center;
	position: relative;
}

.single-doctor .more {
	position: absolute;
	bottom: -15px;
	
}
.single-doctor .more:hover {
	color: #fff;
	background:  #FF690D;
}
.single-category,.single-category:active, .single-category:focus {
	display: block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #15BDFF;
	display: flex;
	font-size: 14px;
	justify-content: center;
	position: relative;
}
.single-category:last-of-type:after {
	display: none;
}
.single-category:after {
	position: absolute;
	content: '';
	bottom: 0;
	background-color: #fff;
	width: 20px;
	height: 1px;
	
}

@media (max-width: 767px) {  
	
	.category-list {
		padding-right: 15px;
	}
	.category-list h4,.category-list__contact h4 {
		font-size: 22px;
		margin: 0;
		padding: 10px 0;
		text-align: center;
	}
	.category-list a {
		text-align: center;
		padding-right: 0;
	}

	.category-page {
		margin-top: 30px;
	} 
	
	.single-doctor .entry-content a  {
		height: 300px;
	}
	.category-list a {
		font-size: 12px;
	}
	

	
}