
.wohs-details, .wohs-main, #wohs-doctors-clear-container, #wohs-services-clear-container, .wohs-noresults {
	display: none;
}

.wohs-preloeader {

}

.wohs-hide {
	position: absolute;
	left: -999999px;
	top: -999999px;
}

.wohs-back-btn {
	margin-top:3px;
}

.wohs-tabs {
	display: flex;
	/* max-width: 450px; */
	margin: auto;
}

	.wohs-tabs div {
		flex-basis:50%;
	}


	.wohs-tabs div:nth-child(1) {
		margin-right: 10px;
		flex-basis: 0 0 50%;
	}

	.wohs-tabs div:nth-child(2) {
		margin-left: 10px;
	}

@media only screen and (max-width: 991px) {
		.wohs-tabs {
		flex-direction: column;
		max-width: inherit;
	}

		.wohs-tabs div:nth-child(1) {
			margin-right: 0;
		}

		.wohs-tabs div:nth-child(2) {
			margin-left: 0;
		}

		.wohs-tabs div {
			flex-basis: auto;
		}
	.findDoctor_ListItemData {
		display: block !important;
	}

	.findDoctor_ListItemDescriptor {
		padding-left: 2px !important;
		padding-right: 0 !important;
	}
}
.wohs-tabs-body {
	height:150px;
}
/*
.wohs-tabs {
	display:flex;
}

	.wohs-tabs > div {
		flex-basis: 50%;
	}

		.wohs-tabs > div > div {
			max-width: 400px;
		}

			.wohs-tabs > div > div:first-child {
				margin-right: 25px;
			}
*/
.wohs-clear-container {
	margin-top: 10px;
	text-align: right;
}

h3.wohs-list-header, .wohs-detail-h3 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	margin: 20px 0 15px;
	padding: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

	.wohs-results {
		display: flex;
	}

	.wohs-results-col {
		flex-basis: 50%;
	}

		.wohs-results-col:first-child {
			margin-right: 25px;
		}

.wohs-detail-h2 {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	margin: 20px 0 15px;
	padding: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
	border-bottom: 1px solid #e1e1e8;
}

	#printArea .wohs-results-col ul, #printArea .wohs-detail-div ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.wohs-detail-div {
		margin-left: 8px;
	}

	.wohs-list uk li {
		color: #ff0022;
	}

#wohs-detail-doctor-photo {
	float: right;
	font-size: 17px;
	font-family: Rubik,sans-serif;
	font-weight: 400;
	color: #424242;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	width: 256px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.075);
	max-width: 250px;
	height: auto;
}

@media only screen and (max-width: 991px) {
	#wohs-detail-doctor-photo {
		float: none;
		width: 100%;
	}
}

	.wohs-download {
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: transparent;
		-webkit-text-size-adjust: 100%;
		box-sizing: border-box;
		font: inherit;
		font-family: inherit;
		-webkit-appearance: button;
		clear: both;
		border: 0 none;
		transition: all 0.23s ease-in-out 0s;
		color: #FFFFFF !important;
		cursor: pointer;
		line-height: 32px;
		margin: 10px 5px 10px 0;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		white-space: nowrap;
		width: 300px;
		height: 48px;
		padding: 0 43.6px;
		background-color: #00569a;
		border-radius: 30px;
		font-size: 1.0625rem;
		font-weight: 700;
		padding-top: 10px;
	}

	@media only screen and (max-width: 991px) {
		.wohs-results {
			flex-direction: column;
			max-width: auto;
		}
		/*
	.wohs-tabs {
		flex-direction: column;
		max-width: auto;
	}

	.wohs-tabs > div {
		flex-basis: auto;
	}

		.wohs-tabs > div > div {
			max-width: none;
		}
		*/
	}

	/* List Item*/
	#wohs-list-results {
		scroll-margin: 100px;
	}

	.findDoctor_ListItemContainer {
		width: 100%;
	}

		.findDoctor_ListItemContainer .findDoctor_ListItem {
			width: 100%;
			display: flex;
			text-decoration: none;
			border: 1px solid #e1e1e8;
			padding: 5px 15px;
			margin-bottom: 10px;
			border-radius: 4px;
		}

			.findDoctor_ListItemContainer .findDoctor_ListItem:hover {
				background: #eee;
			}

			.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemData {
				display: flex;
				flex-grow: 1;
			}

			.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemDetails {
				width: 100%;
				align-items: center;
				justify-content: left;
				display: flex;
			}

			.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemData .findDoctor_ListItemDetails {
				display: flex;
			}

				.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemData .findDoctor_ListItemDetails .findDoctor_ListItemDetailsName {
					font-weight: bold;
					margin-left: 10px;
				}

				.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemData .findDoctor_ListItemDetails .findDoctor_ListItemDetailsImage {
					font-size: 17px;
					font-family: Rubik,sans-serif;
					text-rendering: optimizeLegibility;
					-webkit-font-smoothing: antialiased;
					-webkit-tap-highlight-color: transparent;
					-webkit-text-size-adjust: 100%;
					font-weight: 700;
					color: #337ab7;
					box-sizing: border-box;
					vertical-align: middle;
					display: inline-block;
					padding: 4px;
					line-height: 1.42857143;
					background-color: #fff;
					border: 1px solid #ddd;
					border-radius: 4px;
					transition: all .2s ease-in-out;
					box-shadow: 0 1px 2px rgba(0,0,0,0.075);
					width: 65px;
					max-width: 100%;
					height: auto;
					flex: 0 0 70px;
				}

			.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemData .findDoctor_ListItemDescriptor {
				flex: 0 0 350px;
				align-items: center;
				display: flex;
				padding-left: 10px;
				padding-right: 30px;
			}

			.findDoctor_ListItemContainer .findDoctor_ListItem .findDoctor_ListItemCheveron {
				flex: 0 0 30px;
				align-items: center;
				justify-content: center;
				display: flex;
				font-size: 36px;
			}

	/* Pager */
	.findDoctor_pager {
		display: flex;
	}

		.findDoctor_pager .findDoctor_pager_button {
			height: 29px;
			width: 29px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #f3f4f6;
			border: 1px solid #e5e7eb;
			color: #6b7280;
			font-weight: bold;
		}

			.findDoctor_pager .findDoctor_pager_button,
			.findDoctor_pager .findDoctor_pager_button:hover,
			.findDoctor_pager .findDoctor_pager_button:active,
			.findDoctor_pager .findDoctor_pager_button:visited {
				text-decoration: none;
				color: #00569a;
			}

				.findDoctor_pager .findDoctor_pager_button.disabled {
					border: 1px solid #e5e7eb;
					font-weight: normal;
					cursor: default;
				}

				.findDoctor_pager .findDoctor_pager_button.active {
					border: 1px solid #00569a;
					background: #e5e7eb;
					color: #00569a;
					cursor: default;
				}

	.findDoctor_pager_button.btnPreItems,
	.findDoctor_pager_button.btnPostItems {
		cursor: default;
	}

		.findDoctor_pager_button.btnPreItems.btnHide,
		.findDoctor_pager_button.btnPostItems.btnHide {
			display: none;
		}


	.findDoctor_footer {
		display: flex;
		/* background: #f0f3f3; */
		padding: 11px 15px;
		border-left: 1px solid #e5e7eb;
		border-right: 1px solid #e5e7eb;
		border-bottom: 1px solid #e5e7eb;
	}

		.findDoctor_footer .findDoctor_dispplayTotal {
			margin-left: auto;
			font-size: 12px;
			display: flex;
			align-items: center;
		}

		.findDoctor_footer.fetching {
			opacity: 0.25;
		}
