@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900&display=swap');

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	color: #333333;
	overflow: hidden;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	line-height: 1;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.m-0 {
	margin: 0;
}

.mt-25 {
	margin-top: 25px !important;
}

a {
	outline: none;
	box-shadow: none;
}

button:focus, .btn:focus {
	outline: 0px;
	box-shadow: none !important;
}

.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.btn {
	border-radius: 15px;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 600;
}

.btn-outline {
	border-width: 2px;
}

.form-control:focus,
.custom-select:focus {
	box-shadow: none !important;
}

.custom-select {
	background: #fff url("../images/dropdown_arrow.svg") right 10px center no-repeat;
	border-radius: 10px;
	border-color: #B8B8B8;
	color: #000;
}

figure {
	margin: 0;
}

.dropdown-menu {
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.20);
	border-radius: 6px;
	border-color: #B8B8B8;
	padding: 0;
}

.dropdown-item {
	color: #000;
	font-size: 14px;
	padding: 6px 10px;
}

	.dropdown-item span {
		color: #9E9E9E;
	}

	.dropdown-item.active,
	.dropdown-item:active,
	.dropdown-item:focus,
	.dropdown-item:hover {
		color: #16181b;
		text-decoration: none;
		background-color: #F3F3F3;
	}

.actions.dropdown .dropdown-toggle::after {
	display: none;
}

/*modal styles*/

.modal {
	overflow: auto !important;
}

.modal-header {
	color: #ffffff;
	border-top-left-radius: calc(10px - 1px);
	border-top-right-radius: calc(10px - 1px);
}

.modal-dialog {
	max-width: 630px;
	margin-top: 10%;
}

.modal-content {
	border-radius: 10px;
}

.modal-header {
	border: 0;
	padding: 10px 14px;
}

	.modal-header .close {
		color: #fff;
		opacity: 1;
		font-weight: 400;
		font-size: 28px;
	}

.modal-title {
	font-weight: 600;
	font-size: 20px;
}

.modal-content {
	border: 0;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.modal-footer {
	border-top: 2px solid #ebebeb;
	padding: 15px 22px;
}

	.modal-footer .btn {
		margin: 0;
		border-width: 2px;
		height: 40px;
		font-size: 13px;
		font-weight: 600;
		line-height: 29px;
		padding: 5px 25px;
	}


/*pagination styles*/

.pagination {
	font-size: 13px;
	border-radius: 8px;
}

.page-link {
	border-color: #BBBBBB;
}

	.page-link:hover {
		background-color: #f5f7f9;
		border-color: #BBBBBB;
	}

	.page-link:focus {
		box-shadow: none;
	}

.page-item.disabled .page-link {
	color: #7E7E7E;
}

.custom-container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.navbar {
	box-shadow: 1px 0px 10px #CDCDCD;
	border-bottom: 1px solid #D2D2D2;
	background: #fff;
	z-index: 999;
	height: 70px;
	padding: 8px 10px;
}

	.navbar .custom-container {
		display: flex;
		flex-wrap: nowrap;
	}

	.navbar .navbar-nav {
		align-items: center;
		flex-direction: row;
	}

		.navbar .navbar-nav .nav-item .link {
			text-decoration: underline;
			font-size: 16px;
		}

			.navbar .navbar-nav .nav-item .link:hover {
				text-decoration: none;
			}

		.navbar .navbar-nav .btn {
			padding: 11px 36px;
			font-size: 14px;
			margin-left: 20px;
		}

#wrapper {
	overflow-x: hidden;
}

#page-content-wrapper {
	width: 100%;
}

#page-content-wrapper {
	padding-left: 0;
	-webkit-transition: padding .25s ease-out;
	-moz-transition: padding .25s ease-out;
	-o-transition: padding .25s ease-out;
	transition: padding .25s ease-out;
}

#page-content-wrapper {
	height: calc(100vh - 70px);
	position: fixed;
	top: 70px;
	overflow-y: auto;
	overflow-x: hidden;
}

.page-title {
	background: #FBFBFB;
	border-bottom: 1px solid #D2D2D2;
	padding: 14px;
}

	.page-title .breadcrumb {
		margin: 0;
		padding: 0;
		background: none;
	}

		.page-title .breadcrumb li {
			font-size: 15px;
			margin-right: 3px;
			font-weight: 600;
		}

	.page-title h1 {
		font-size: 23px;
		color: #000;
		font-weight: 600;
		line-height: 1;
		margin: 0;
	}

	.page-title .navbar-nav {
		font-size: 15px;
		font-weight: 600;
		color: #000;
		flex-direction: inherit;
		align-items: center;
		text-decoration: none;
	}

		.page-title .navbar-nav svg {
			margin-right: 10px;
		}

	.page-title .dropdown-menu {
		min-width: 125px;
		margin-top: 8px;
	}

.page-content-sec {
	padding: 20px;
}

.explore-sec {
	margin-bottom: 20px;
}

	.explore-sec .title-wrap {
		margin-bottom: 12px;
	}

		.explore-sec .title-wrap h1 {
			margin: 15px 0 0;
			float: left;
		}

		.explore-sec .title-wrap .btn {
			float: right;
		}

.page-content-sec h1 {
	color: #000;
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 4px;
}

.page-content-sec p {
	color: #000;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
}

	.page-content-sec p span {
		font-weight: 600;
	}

.filter-wrap {
	background: #FBFBFB;
	border: 1px solid #cdcdcd;
	padding: 13px 19px 8px;
	margin-bottom: 26px;
}

	.filter-wrap .form-group {
		margin-bottom: 12px;
		position: relative;
	}

		.filter-wrap .form-group label {
			font-size: 15px;
			font-weight: 600;
			line-height: 1;
			margin-bottom: 6px;
		}

		.filter-wrap .form-group .form-control {
			height: 46px;
			border-radius: 10px;
			border-color: #B8B8B8;
			font-size: 15px;
		}

	.filter-wrap .location-input .form-control {
		padding-left: 40px;
	}

	.filter-wrap .form-group .input-group-prepend {
		position: absolute;
		left: 1px;
		z-index: 9;
		height: 46px;
	}

		.filter-wrap .form-group .input-group-prepend span {
			background: none;
			border: 0;
		}

	.filter-wrap .plan-input .form-control {
		padding-left: 56px;
	}

	.filter-wrap .search-input .form-control {
		padding-left: 45px;
	}

	.filter-wrap .form-group .btn-search {
		width: 100%;
		height: 46px;
		margin-top: 26px;
		text-transform: none;
	}

	.filter-wrap .form-control::-webkit-input-placeholder {
		color: #000;
	}

	.filter-wrap .form-control::-moz-placeholder {
		color: #000;
	}

	.filter-wrap .form-control:-ms-input-placeholder {
		color: #000;
	}

	.filter-wrap .multicheck-field svg {
		position: absolute;
		bottom: 11px;
		left: 11px;
		z-index: 9;
	}

.multiselect-native-select .btn-group {
	width: 100%;
}

	.multiselect-native-select .btn-group .multiselect {
		background: #fff;
		border: 1px solid #B8B8B8;
		text-align: left;
		box-shadow: none;
		font-size: 15px;
		height: 46px;
		text-overflow: ellipsis;
		overflow: hidden;
		border-radius: 10px;
		text-transform: none;
	}

		.multiselect-native-select .btn-group .multiselect:before {
			content: "";
			border-style: solid;
			border-width: 3px 3px 0 0;
			content: '';
			display: inline-block;
			height: 12px;
			right: 15px;
			position: absolute;
			top: 15px;
			transform: rotate(-225deg);
			-webkit-transform: rotate(-225deg);
			-moz-transform: rotate(-225deg);
			vertical-align: top;
			width: 13px;
			border-color: transparent;
		}

		.multiselect-native-select .btn-group .multiselect:after {
			content: none;
		}

.filter-wrap .multiselect-native-select .multiselect-selected-text::before {
	content: "";
	background: url("../images/boxed_check.svg");
	position: absolute;
	top: 7px;
	left: 9px;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.filter-wrap .multiselect-native-select .multiselect-selected-text {
	margin-left: 32px;
}

.multiselect-native-select .dropdown-menu {
	width: 100%;
	margin: 0;
	border-radius: 0;
	z-index: 9999;
}

	.multiselect-native-select .dropdown-menu:before {
		content: none;
	}

	.multiselect-native-select .dropdown-menu li {
		display: block;
	}

		.multiselect-native-select .dropdown-menu li a label {
			padding: 13px 8px 13px 42px !important;
			font-size: 16px;
			display: block !important;
			color: #000;
			line-height: 1;
			position: relative;
			font-weight: 400;
		}

			.multiselect-native-select .dropdown-menu li a label input[type="checkbox"] {
				margin: 0 !important;
				vertical-align: middle;
				width: 18px;
				height: 18px;
				position: absolute;
				left: 12px;
				top: 12px;
			}

.medical-sec {
	margin-bottom: 5px;
}

	.medical-sec:last-child {
		margin-bottom: 0;
	}

	.medical-sec h2 {
		color: #000;
		font-size: 19px;
		font-weight: 600;
		margin-bottom: 11px;
		line-height: 1;
	}

.service-card {
	margin-bottom: 24px;
	border-radius: 11px;
	border: 1px solid #DCDCDC;
	background: #fff;
	min-height: 195px;
	text-align: center;
	padding: 30px 18px 10px 18px;
	cursor: pointer;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(84, 84, 84, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(84, 84, 84, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(84, 84, 84, 0.16);
}

	.service-card:hover {
		-webkit-box-shadow: 0px 3px 9px 0px rgba(84, 84, 84, 0.25);
		-moz-box-shadow: 0px 3px 9px 0px rgba(84, 84, 84, 0.25);
		box-shadow: 0px 3px 9px 0px rgba(84, 84, 84, 0.25);
	}

	.service-card svg {
		margin-bottom: 20px;
	}

	.service-card p {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
		word-break: break-word;
	}

.modal-location .modal-body {
	padding: 20px 25px 25px;
}

	.modal-location .modal-body p {
		font-weight: 600;
		margin-bottom: 10px;
		font-size: 15px;
	}

	.modal-location .modal-body .input-group-prepend {
		position: absolute;
		left: 1px;
		z-index: 9;
		height: 46px;
	}

		.modal-location .modal-body .input-group-prepend span {
			background: none;
			border: 0;
		}

	.modal-location .modal-body .form-control {
		height: 46px;
		border-radius: 10px;
		border-color: #B8B8B8;
		padding-left: 40px;
	}

.modal-plan .modal-body {
	padding: 0;
}

	.modal-plan .modal-body .plan-type {
		padding: 10px 20px 14px;
		border-top: 2px solid #ebebeb;
	}

		.modal-plan .modal-body .plan-type:first-child {
			border: 0;
		}

.custom-radio {
	padding-left: 35px;
}

	.custom-radio label {
		font-weight: 600;
		font-size: 18px;
	}

		.custom-radio label span {
			display: block;
			font-size: 15px;
			line-height: 1;
		}

	.custom-radio .custom-control-label::before {
		width: 26px;
		height: 26px;
		top: 11px;
		left: -35px;
		background: transparent !important;
		border: 2px solid transparent;
	}

	.custom-radio .custom-control-label::after {
		width: 12px;
		height: 12px;
		border-radius: 100%;
		top: 18px;
		left: -28px;
	}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: none;
}

.modal-select .modal-body .plan-type {
	padding: 20px;
}

.modal-select .plan-type .custom-radio label {
	font-size: 18px;
}

.modal-select .plan-type .custom-control-label::before {
	top: -1px;
}

.modal-select .plan-type .custom-control-label::after {
	top: 6px;
}

.match-content {
	display: flex;
	justify-content: space-between;
	padding-right: 21px;
}

.explore-sec .btn,
.filter-list-container .btn-apply-filters {
	height: 42px;
	font-size: 13px;
	padding: 14px 25px;
}

.explore-sec .btn {
	min-width: 181px;
}

.match-result .btn {
	margin-top: -18px;
}

.match-result p {
	max-width: 1098px;
}

.filter-list-container {
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	border: 1px solid #b7b7b7;
}

	.filter-list-container .filter-header {
		border-bottom: 1px solid #BBBBBB;
	}

.work-locations-header-container.filter-list-container .filter-header {
	padding: 15px 20px 15px;
}

.filter-list-container .filter-list .form-group {
	width: 100%;
}

.filter-header h5 {
	font-size: 17px;
	margin: 0;
}

.filter-header .theme-text {
	font-size: 17px;
	font-weight: 600;
}

.filter-list-container .filter-header .custom-select {
	height: 46px;
	min-width: 220px;
}

.filter-list-container .filter-header .speciality-select {
	max-width: 215px;
}

.filter-header .tag-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
	position: relative;
}

.filter-header .tag-list {
	padding-right: 25px;
}

.tag {
	border-radius: 22px;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 4px 2px 13px;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 2;
}

	.tag.tag-required span {
		margin-right: 10px;
	}

	.tag .remove {
		background: #fff;
		border-radius: 100%;
		width: 22px;
		height: 22px;
		display: inline-block;
		text-align: center;
		margin-left: 15px;
	}

		.tag .remove img {
			margin-top: -2px;
		}

	.tag .count {
		background: #fff;
		border-radius: 100%;
		width: 22px;
		height: 22px;
		display: inline-block;
		text-align: center;
		margin-left: 2px;
		line-height: 24px;
		vertical-align: top;
		color: #000;
		font-size: 10px;
		font-weight: 700;
	}

.tag-wrap .clear {
	position: absolute;
	right: 0;
	font-size: 15px;
	font-weight: 600;
	text-decoration: underline;
}

.search-location-wrap {
	position: relative;
}

	.search-location-wrap .search-result {
		min-width: 600px;
	}


	.search-location-wrap .search-result {
		background: #fff;
		width: 100%;
		min-height: 100%;
		left: 0;
		top: 0;
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
	}

.location-details-wrap {
	min-height: 500px;
}


.search-location-wrap .search-details {
	border-bottom: 1px solid #BBBBBB;
	cursor: pointer;
}

.search-result .search-details .profile {
	border-bottom: 1px solid #BBBBBB;
	position: relative;
	display: flex;
}

.search-details .profile .badge-element {
	position: absolute;
	top: 5px;
	right: 15px;
}

.search-details .profile .tiering-element {
	top: 6px;
	right: 15px;
}

.search-details .profile .pic {
	text-align: center;
	padding: 15px 20px 0;
	width: 121px;
}

	.search-details .profile .pic .img-holder {
		width: 80px;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.search-details .profile .pic img {
		max-width: 100%;
	}

.search-details .profile figure {
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

	.search-details .profile figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.search-details .profile .title {
	font-size: 13px;
	color: #000;
	position: relative;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 22px;
	margin: 14px 1px 1px 1px;
	padding: 7px 12px 4px 12px;
	line-height: 1;
	margin-top: 14px;
}

	.search-details .profile .title:after,
	.search-details .profile .title:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: ' ';
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.search-details .profile .title:after {
		border-bottom-color: #f5f5f5;
		border-width: 8px;
		margin-left: -8px;
	}

	.search-details .profile .title:before {
		border-bottom-color: #f5f5f5;
		border-width: 9px;
		margin-left: -9px;
	}

.search-details .profile .address {
	padding: 10px;
}

	.search-details .profile .address h4 {
		font-size: 16px;
		font-weight: 800;
		margin: 0 0 6px;
		line-height: 21px;
		max-width: 300px;
	}

	.search-details .profile .address p {
		color: #000;
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 23px;
	}

		.search-details .profile .address p span {
			font-weight: 600;
		}

.search-result .work-location-component.search-details .profile {
	padding: 12px 20px 10px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
	display: flex;
}

.search-details .profile figure {
	width: 80px;
	height: 80px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

	.search-details .profile figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

.search-details .profile .with-placeholder-img.figure-for-location,
.search-details .profile .with-placeholder-img.figure-for-facility,
.search-details .profile .with-external-img.figure-for-location,
.search-details .profile .with-external-img.figure-for-facility {
	border-radius: 0;
}

	.search-details .profile .with-placeholder-img.figure-for-location img,
	.search-details .profile .with-placeholder-img.figure-for-facility img {
		object-fit: contain;
	}

	.search-details .profile .with-external-img.figure-for-location img,
	.search-details .profile .with-external-img.figure-for-facility img {
		object-fit: contain;
	}

.status {
	padding: 10px 18px;
	display: flex;
	align-items: center;
}

	.status .note {
		font-size: 14px;
	}

		.status .note img {
			margin-right: 9px;
		}

.pagination-nav {
	display: flex;
	justify-content: flex-end;
}

.modal-filter .modal-dialog {
	margin-top: 3%;
}

.modal-filter .modal-body {
	padding: 0;
	max-height: 800px;
	overflow: auto;
}

.modal-filter .filter-type {
	border-top: 2px solid #ebebeb;
	padding: 15px;
}

	.modal-filter .filter-type:first-child {
		border: 0;
	}

	.modal-filter .filter-type h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 10px;
	}

.modal-affiliation .modal-body {
	max-height: 580px;
}

.custom-checkbox {
	padding-left: 35px;
	margin-bottom: 15px;
}

	.custom-checkbox:last-child {
		margin-bottom: 0;
	}

	.custom-checkbox label {
		font-size: 17px;
	}

	.custom-checkbox .custom-control-label::before {
		width: 24px;
		height: 24px;
		border: 2px solid transparent;
		border-radius: 5px;
		left: -35px;
		top: 1px;
	}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
		background: transparent;
	}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		background: none;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		height: 13px;
		width: 7px;
		border-bottom: 3px solid transparent;
		border-right: 3px solid transparent;
		left: -26px;
		top: 6px;
	}

	.custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
		border-color: transparent;
	}

.modal-filter .filter-type .more {
	text-align: right;
	font-size: 16px;
	line-height: 1;
}

.modal-filter .filter-type .custom-checkbox {
	margin-bottom: 12px;
}

	.modal-filter .filter-type .custom-checkbox:last-child {
		margin-bottom: 0;
	}

.filter-type .form-inline .custom-checkbox {
	margin-right: 40px;
	margin-bottom: 0;
}

.filter-type .age-provider label {
	margin-right: 28px;
	font-size: 17px;
}

.filter-type .age-provider .input-group {
	min-width: 248px;
	margin-right: 20px;
}

	.filter-type .age-provider .input-group:last-child {
		margin: 0;
	}

.filter-type .age-provider .input-group-text {
	border-color: #B8B8B8;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 5px 16px;
	color: #000;
	font-size: 18px;
	border-right-color: transparent;
}

.filter-type .age-provider .custom-select {
	height: 46px;
}

.filter-type .age-provider .input-group-prepend {
	z-index: 1;
}

.modal-footer .btn-clear {
	color: #6D6D6D;
	text-transform: none;
	font-size: 17px;
	padding: 5px 15px;
	font-weight: 400;
}

	.modal-footer .btn-clear:hover {
		color: #000;
	}

.professional-profile {
	background: #fbfbfb;
	border: 1px solid #b7b7b7;
	padding: 20px 24px 16px;
	margin-bottom: 24px;
	position: relative;
}

	.professional-profile .profile-pic {
		width: 180px;
		height: 180px;
		display: inline-block;
		overflow: hidden;
		background: #fff;
		margin-right: 33px;
	}

		.professional-profile .profile-pic img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

.professional-details-page-image-container.profile-pic img,
.location-details-page-image-container.profile-pic img {
	object-fit: contain;
}

.professional-profile .profile-details {
	width: 80%;
	display: inline-block;
	vertical-align: top;
	margin-top: 7px;
}

	.professional-profile .profile-details h4 {
		font-size: 24px;
		line-height: 1;
		margin-bottom: 18px;
		font-weight: 800;
	}

	.professional-profile .profile-details .profile-info {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #E8E8E8;
		padding-bottom: 30px;
		margin-bottom: 18px;
	}

.locational-profile .profile-details .profile-info {
	justify-content: space-between;
}


.profile-details .profile-info .data {
	margin-right: 40px;
}

	.profile-details .profile-info .data:last-child {
		margin: 0;
	}

.profile-details .data .rating-wrap {
	position: inherit;
}

.profile-details .status {
	padding: 0;
	justify-content: inherit;
}

	.profile-details .status .note {
		font-size: 16px;
		font-weight: 700;
		margin-right: 46px;
	}

		.profile-details .status .note:last-child {
			margin-right: 0;
		}

	.profile-details .status img,
	.profile-details .status svg {
		margin-right: 9px;
	}

.additional-info {
	background: #fff;
	margin-bottom: 25px;
	border: 1px solid #b7b7b7;
}

	.additional-info .info-title {
		border-bottom: 1px solid #BBBBBB;
		padding: 18px 20px 14px;
	}

		.additional-info .info-title h1 {
			margin: 0;
		}

	.additional-info .info-sec {
		padding: 15px 20px 6px;
	}

		.additional-info .info-sec ul li {
			position: relative;
			padding-left: 20px;
			margin-bottom: 14px;
		}

			.additional-info .info-sec ul li:before {
				content: "";
				width: 10px;
				height: 10px;
				border-radius: 100%;
				background: transparent;
				position: absolute;
				left: 0;
				top: 7px;
			}

			.additional-info .info-sec ul li p {
				font-size: 15px;
				padding-right: 55px;
			}

.info-sec ul li p span {
	font-weight: 700;
}

.additional-info .info-sec .sub-list li {
	padding-left: 18px;
	margin-bottom: 0;
	font-size: 15px;
	word-break: break-word;
}

	.additional-info .info-sec .sub-list li:before {
		width: 8px;
		height: 8px;
		background: #fff;
		border: 1px solid transparent;
		top: 8px;
	}

.additional-info-container {
	border-bottom: 1px solid #b7b7b7 !important;
}

.similar-result {
	margin-bottom: 25px;
}

	.similar-result h1 {
		font-weight: 600;
		margin: 0;
		padding-bottom: 15px;
		border-bottom: 1px solid #BBBBBB;
	}

	.similar-result .result-sec {
		display: flex;
	}

	.similar-result .result-card {
		width: 50%;
		border-bottom: 1px solid #BBBBBB;
		position: relative;
	}

		.similar-result .result-card:first-child {
			border-right: 1px solid #BBBBBB;
		}

		.similar-result .result-card .data {
			padding: 12px 10px 12px 40px;
			display: flex;
			align-items: center;
		}

		.similar-result .result-card .pic {
			text-align: center;
			padding: 15px 20px 0;
			min-width: 121px;
		}

			.similar-result .result-card .pic .img-holder {
				width: 80px;
				height: 80px;
				display: flex;
				align-items: center;
				justify-content: center;
			}

				.similar-result .result-card .pic .img-holder img {
					max-width: 100%;
				}

		.similar-result .result-card .address h4 {
			font-size: 16px;
			font-weight: 800;
			margin: 5px 0 20px;
		}

		.similar-result .result-card .address p {
			font-size: 16px;
			margin-bottom: 5px;
		}

		.similar-result .result-card .status .note {
			font-size: 16px;
		}

.work-location-component .status {
	display: flex;
	justify-content: space-between;
}

.facility-profile .profile-pic,
.locational-profile .profile-pic {
	text-align: center;
}

	.facility-profile .profile-pic svg {
		margin-top: 42px;
	}

	.locational-profile .profile-pic svg {
		margin-top: 33px;
	}

.service-offered {
	margin-bottom: 25px;
}

	.service-offered h1 {
		margin-bottom: 15px;
	}

	.service-offered p {
		font-weight: 600;
		margin-bottom: 10px;
	}

.search-location-wrap .hospital-info .search-details {
	padding: 18px 20px;
	border-color: #E8E8E8;
}

.hospital-info .search-details h5 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 13px;
}

	.hospital-info .search-details h5 span {
		font-weight: 400;
	}

.hospital-info .search-details p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 10px;
}

	.hospital-info .search-details p:last-child {
		margin-bottom: 0;
	}

	.hospital-info .search-details p span {
		font-size: 16px;
	}

.location-list-container {
	display: flex;
	background: #fff;
	border: 1px solid #b7b7b7;
	margin-bottom: 40px;
}

	.location-list-container .location-title {
		border-bottom: 1px solid #BBBBBB;
		font-size: 19px;
		font-weight: 600;
		padding: 20px;
		line-height: 1;
	}

	/* TODO: uncomment this once we get associated locations*/
	.location-list-container .associate-location,
	.location-list-container .provider-location {
		width: 50%;
	}


	/*.location-list-container .associate-location,
    .location-list-container .provider-location {
        width: 100%;
    }*/

	.location-list-container .associate-location {
		border-right: 1px solid #BBBBBB;
	}

	.location-list-container .location-card {
		border-bottom: 1px solid #BBBBBB;
	}

		.location-list-container .location-card .data {
			padding: 18px 10px 14px 35px;
			display: flex;
			align-items: center;
			position: relative;
		}

			.location-list-container .location-card .data .badge-element {
				position: absolute;
				top: 19px;
				right: 24px;
			}

		.location-list-container .location-card .status .note {
			font-size: 16px;
		}

		.location-list-container .location-card .pic {
			text-align: center;
			padding: 15px 20px 0;
			min-width: 121px;
		}

			.location-list-container .location-card .pic .img-holder {
				width: 80px;
				height: 80px;
				display: flex;
				align-items: center;
				justify-content: center;
			}

				.location-list-container .location-card .pic .img-holder img {
					max-width: 100%;
				}

		.location-list-container .location-card .address h4 {
			font-size: 18px;
			font-weight: 800;
			margin: 5px 0 8px;
		}

		.location-list-container .location-card .address p {
			font-size: 16px;
			margin-bottom: 5px;
		}

	.location-list-container .more {
		padding: 18px 15px;
		text-align: right;
		font-size: 16px;
		line-height: 1;
	}

	.location-list-container .provider-card {
		border-bottom: 1px solid #BBBBBB;
		padding: 18px 0px;
		display: flex;
		align-items: center;
		position: relative;
	}

		.location-list-container .provider-card .img-holder {
			width: 60px;
			height: 60px;
			border-radius: 100%;
			overflow: hidden;
		}

		.location-list-container .provider-card .pic {
			padding: 0 20px;
		}

			.location-list-container .provider-card .pic img {
				width: 100%;
				height: 100%;
				object-fit: cover;
			}

		.location-list-container .provider-card h4 {
			font-size: 18px;
			margin-bottom: 8px;
			font-weight: 800;
		}

		.location-list-container .provider-card p {
			font-size: 16px;
			line-height: 1;
		}

			.location-list-container .provider-card p span {
				font-weight: 600;
			}



		.location-list-container .provider-card .rating-wrap p {
			font-size: 14px;
		}

	.location-list-container .associate-location,
	.location-list-container .provider-location {
		border-right: 1px solid #BBB;
	}

		.location-list-container .associate-location:last-of-type,
		.location-list-container .provider-location:last-of-type {
			border-right: 0;
		}

	.location-list-container .provider-card .info {
		width: calc(100% - 100px);
		display: flex;
		justify-content: space-between;
		padding-right: 20px;
	}

.provider-list-container {
	display: block;
}

	.provider-list-container .provider-data {
		display: flex;
	}

		.provider-list-container .provider-data .provider-location:first-child {
			border-right: 1px solid #BBBBBB;
		}

		.provider-list-container .provider-data .provider-card:last-child {
			border-bottom: 0;
		}

.issue-title {
	margin-bottom: 20px;
}

	.issue-title h4 {
		font-size: 18px;
		font-weight: 600;
	}

		.issue-title h4 span {
			font-weight: 700;
		}

.feedback-sec {
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

	.feedback-sec .feedback-title {
		border-bottom: 1px solid #BBBBBB;
		font-size: 19px;
		font-weight: 600;
		padding: 18px 20px;
		line-height: 1;
	}

	.feedback-sec .feedback-info {
		padding: 20px;
	}

		.feedback-sec .feedback-info textarea {
			border-color: #b8b8b8;
			max-height: 174px;
			border-radius: 10px;
			resize: none;
			padding: 10px;
		}

		.feedback-sec .feedback-info .comment-sec {
			margin: 25px 0;
		}

			.feedback-sec .feedback-info .comment-sec h4 {
				font-size: 18px;
				font-weight: 600;
				margin-bottom: 10px;
			}

.feedback-info .comment-sec textarea {
	max-height: 110px;
}

.feedback-sec .feedback-info .contact-info h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.feedback-sec .feedback-info .contact-form {
	max-width: 605px;
}

.feedback-info .contact-form .form-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

	.feedback-info .contact-form .form-group label {
		margin: 0;
		font-size: 17px;
	}

	.feedback-info .contact-form .form-group .form-control {
		max-width: 450px;
		height: 46px;
		border-color: #B8B8B8;
		border-radius: 10px;
	}

.button-sec {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

	.button-sec .btn {
		font-size: 14px;
		font-weight: 600;
	}

	.button-sec .btn-outline {
		height: 48px;
		min-width: 155px;
	}

	.button-sec .btn-clear {
		text-transform: none;
		font-size: 17px;
		color: #6D6D6D;
		margin-right: 10px;
	}

		.button-sec .btn-clear:hover {
			color: #000;
		}

.provider-list-container .provider-data .location-card:last-child {
	border-bottom: 0;
}

.provider-list-container .provider-data .associate-location:last-child {
	border-right: 0;
}

.select-specialty {
	border-radius: 10px;
	border: 1px solid #E8E8E8;
	margin-bottom: 25px;
	-webkit-box-shadow: 0 3px 6px rgba(84, 84, 84, 0.16);
	-moz-box-shadow: 0 3px 6px rgba(84, 84, 84, 0.16);
	box-shadow: 0 3px 6px rgba(84, 84, 84, 0.16);
}

	.select-specialty .select-header {
		border-bottom: 1px solid #BBBBBB;
		padding: 15px;
	}

		.select-specialty .select-header .custom-checkbox {
			margin: 0 30px 0 0;
		}

	.select-specialty .select-header {
		display: flex;
		align-items: center;
	}

		.select-specialty .select-header .search-input {
			width: auto;
			min-width: 400px;
		}

			.select-specialty .select-header .search-input .form-control {
				height: 46px;
				border-radius: 10px;
				border-color: #B8B8B8;
				padding-left: 39px;
				font-size: 16px;
			}

		.select-specialty .select-header .input-group-prepend {
			position: absolute;
			left: 1px;
			z-index: 9;
			height: 46px;
		}

			.select-specialty .select-header .input-group-prepend span {
				background: none;
				border: 0;
			}

	.select-specialty .select-list-wrap {
		display: flex;
	}

		.select-specialty .select-list-wrap .select-box-sec {
			width: 50%;
			max-height: 625px;
			overflow: auto;
			padding: 15px;
		}

		.select-specialty .select-list-wrap .tag-sec {
			width: 50%;
			padding: 15px;
		}

@media screen and (min-width: 576px) {
	.select-specialty .select-list-wrap .tag-sec {
		max-height: 625px;
		overflow: auto;
	}
}

.select-list-wrap .tag-sec .tag {
	padding: 3px 5px 3px 10px;
	line-height: 22px;
	font-size: 13px;
}

	.select-list-wrap .tag-sec .tag .remove img {
		margin: 0;
	}

.filter-header .specialty-select,
.more-filters-modal .specialty-select {
	border-radius: 10px;
	border: 1px solid #B8B8B8;
	color: #000;
	height: 46px;
	font-size: 15px;
	padding: 11px;
	position: relative;
	width: 100%;
}

	.filter-header .specialty-select:before,
	.more-filters-modal .specialty-select:before {
		content: "";
		position: absolute;
		top: 17px;
		right: 9px;
		background: url(../images/dropdown_arrow.svg) 0 0 no-repeat;
		width: 17px;
		height: 11px;
		font-size: 15px;
	}

.modal-specialty .modal-dialog {
	max-width: 725px;
}

.modal-specialty .select-specialty {
	border-radius: 0;
	border: 0;
	box-shadow: none;
	margin: 0;
}

	.modal-specialty .select-specialty .select-header {
		padding: 15px;
	}

.modal-specialty .select-list-wrap .select-box-sec {
	width: 55%;
	padding: 15px;
}

.modal-specialty .select-list-wrap .custom-checkbox {
	margin-bottom: 12px;
}

.modal-specialty .select-list-wrap .tag-sec {
	width: 45%;
}

.modal-specialty .tag-sec .tag {
	font-size: 12px;
}

.modal-specialty .custom-checkbox label {
	font-size: 17px;
}

/**** Footer ****/

footer {
	border-top: 1px solid #BBBBBB;
	padding: 24px 0;
}

	footer p {
		color: #9E9E9E;
		font-size: 14px;
		margin: 0;
		line-height: 1;
	}

		footer p a {
			color: #000 !important;
			font-size: 15px;
		}

	footer .connecthealth-logo-footer {
		width: 100px;
	}

.match-result {
	padding-top: 10px;
}

.back-to-top {
	position: absolute;
	bottom: 25px;
	right: 25px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	display: none;
	opacity: .4;
}

	.back-to-top:hover {
		opacity: 1;
	}

	.back-to-top img {
		width: 30px;
	}

.modal .modal-body .alert {
	font-size: 15px;
	padding: 10px 15px;
	line-height: 18px;
	font-weight: 600;
}

.reslult-dropdown {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 9;
	margin-top: -8px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #B8B8B8;
	border-top: 0;
	background: #fff;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
}

	.reslult-dropdown.show {
		display: block;
	}

	.reslult-dropdown .result-head {
		display: flex;
		justify-content: flex-end;
		padding: 10px 22px;
		border-top: 1px solid #e6e6e6;
		margin-top: 7px;
	}

		.reslult-dropdown .result-head h4 {
			font-size: 17px;
			font-weight: 700;
		}

		.reslult-dropdown .result-head a {
			font-size: 14px;
			line-height: 1;
			color: #000;
			text-decoration: underline;
		}

			.reslult-dropdown .result-head a:hover {
				text-decoration: none;
			}

	.reslult-dropdown .result-sec {
		padding: 0 20px;
	}

		.reslult-dropdown .result-sec .title {
			text-transform: uppercase;
			font-size: 11px;
			font-weight: 700;
			background: #ddd;
			display: inline-block;
			padding: 7px 12px 6px;
			border-radius: 20px;
			line-height: 1;
		}

		.reslult-dropdown .result-sec ul {
			margin-bottom: 20px;
		}

			.reslult-dropdown .result-sec ul li {
				border-bottom: 1px solid #d2d2d2;
				padding: 10px 0;
				cursor: pointer;
			}

				.reslult-dropdown .result-sec ul li p {
					font-size: 14px;
					line-height: 1;
				}

					.reslult-dropdown .result-sec ul li p span {
						color: #9E9E9E;
					}

			.reslult-dropdown .result-sec ul.loc-drop {
				margin-bottom: 2px;
			}

				.reslult-dropdown .result-sec ul.loc-drop li:last-child {
					border-bottom: 0;
				}

.modal-confirm .modal-dialog {
	max-width: 420px;
}

.modal-confirm .modal-body {
	padding: 48px 35px 42px;
	text-align: center;
}

	.modal-confirm .modal-body h4 {
		font-weight: 600;
		font-size: 20px;
		line-height: 28px;
	}

	.modal-confirm .modal-body svg {
		margin-bottom: 15px;
	}

.terms-sec {
	height: calc(100vh - 230px);
}

	.terms-sec p {
		margin-bottom: 10px;
		line-height: 27px;
	}

.filter-wrap .form-group .use-location {
	position: absolute;
	top: 1px;
	right: 0;
	color: #5fa1f7;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	background: none;
	border: 0;
	padding: 0;
}

	.filter-wrap .form-group .use-location svg {
		margin: -3px 4px 0 0;
	}

.location-card .rating-wrap,
.similar-result .rating-wrap {
	text-align: right;
	min-width: 150px;
}

@media screen and (max-width: 768px) {
	.search-details.search-details-tiering .address {
		max-width: 320px;
	}
}

.rating-wrap p {
	text-align: right;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
}

.rating-wrap .info-popover {
	display: inline-block;
	margin-top: -2px;
	background: transparent;
	border: 0;
	padding: 0;
}

.search-details .rating-wrap .info-popover svg {
	fill: #a9a9a9;
}

.rating-wrap .rating-stars {
	display: inline-block;
}

.rating-wrap .rating {
	float: left;
	width: 22px;
	height: 22px;
	background-size: 100% !important;
	margin: 0 2px;
}

	.rating-wrap .rating:last-child {
		margin-right: 0;
	}

.rating-wrap .star {
	background: url("../images/star-rating-active.png") no-repeat 0 0;
}

.rating-wrap .unstar {
	background: url("../images/star-rating.png") no-repeat 0 0;
}

.rating-wrap .half-star {
	background: url("../images/star-rating-half-full.png") no-repeat 0 0;
}

.popover {
	border-color: #c2c2c3;
	max-width: 296px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.20);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.20);
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.20);
}

	.popover .popover-body {
		padding: 15px;
		line-height: 19px;
	}

.modal-filter .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #BBBBBB;
}

	.modal-filter .modal-header .btn {
		font-size: 13px;
		font-weight: 600;
		height: 35px;
		line-height: 25px;
		min-width: 85px;
	}

	.modal-filter .modal-header .btn-apply {
		background: #fff;
	}

	.modal-filter .modal-header .btn-clear {
		color: #fff;
		margin-right: 5px;
	}

.filter-list-container .filter-mainhead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
}

	.filter-list-container .filter-mainhead.filter-mainhead-touch {
		cursor: pointer;
	}


	.filter-list-container .filter-mainhead a.link {
		text-decoration: underline;
	}

.filter-list-container .filter-category {
	padding: 15px 15px 12px;
}

.filter-list-container .filter-list {
	display: flex;
}

	.filter-list-container .filter-list .form-group {
		margin: 0 15px 0 0;
	}

		.filter-list-container .filter-list .form-group:last-child {
			margin: 0;
		}

		.filter-list-container .filter-list .form-group label {
			line-height: 1;
			margin-bottom: 6px;
		}

.search-info {
	border-bottom: 1px solid #BBBBBB;
	padding: 10px 15px;
}

	.search-info .info-text {
		position: relative;
		padding-left: 30px;
	}

		.search-info .info-text img {
			position: absolute;
			width: 20px;
			left: 0;
			top: 2px;
		}

		.search-info .info-text p {
			color: #31a5d8;
			line-height: 20px;
			font-weight: 600;
		}

	.search-info .result-data p {
		font-style: italic;
	}

.profile .more-popover {
	margin-left: 2px;
}

	.profile .more-popover img {
		width: 15px;
	}

.profile .contact {
	margin-bottom: 3px;
}

	.profile .contact p {
		display: inline-block;
	}

		.profile .contact p.time {
			margin-left: 15px;
		}

.nearby-head {
	padding: 15px;
}

.map-link {
	text-decoration: none !important;
}

.loc-stat {
	min-width: 175px;
}

.net-stat {
	min-width: 189px;
}

.profile-details {
	width: calc(100% - 121px);
}

.profile-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 10px 0px;
	padding-bottom: 5px;
}

.profile-details h4 {
	font-size: 19px;
	font-weight: 800;
	margin: 0px 2px 0px 0px;
	line-height: 21px;
}

.similar-result .profile, .location-card .profile {
	border-bottom: 1px solid #BBBBBB;
	position: relative;
	display: flex;
}

	.similar-result .profile .address, .location-card .profile .address {
		padding: 0 10px 10px;
	}

.search-details .profile p.practice {
	line-height: 1;
}

.profile-details .profile-card-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.search-details-tiering .profile .address {
	padding-top: 5px;
}

.filter-header .togglearrow {
	border-style: solid;
	border-width: 0 3px 3px 0;
	display: inline-block;
	transform: rotate( 45deg );
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate(45deg);
	background: transparent;
	margin-top: -8px;
	vertical-align: middle;
	margin-left: 5px;
	padding: 5px;
	display: none;
}

	.filter-header .togglearrow.open {
		transform: rotate( -133deg );
		-webkit-transform: rotate( -133deg );
		-moz-transform: rotate(-133deg);
		margin-top: 6px;
		vertical-align: middle;
	}

.filter-list-container .apply {
	display: none;
	width: 100%;
	height: 40px;
	text-align: center;
	border-radius: 15px;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin: 10px 0;
}

.direction-link {
	text-decoration: underline;
}

	.direction-link:hover {
		text-decoration: none;
	}

.explore-sec .social-media {
	margin-top: 15px;
}

	.explore-sec .social-media a {
		font-size: 15px;
		color: #000;
		text-decoration: none !important;
		font-weight: 600;
	}

		.explore-sec .social-media a img {
			width: 32px;
			margin-right: 5px;
		}

	.explore-sec .social-media .ic-center {
		text-align: center;
	}

	.explore-sec .social-media .ic-right {
		text-align: right;
	}

.search-details .social-media a {
    display: block;
    font-size: 15px;
    color: rgb(0, 123, 255);
    font-weight: 600;
    margin-bottom: 15px;
}

    .search-details .social-media a .icon-linkedin {
        color: #959595;
        font-size: 22px;
        margin-left: 3px;
        margin-right: 14px;
    }

    .search-details .social-media a:last-child {
        margin-bottom: 0;
    }

    .search-details .social-media a img {
        width: 26px;
        margin-right: 10px;
    }

.filter-wrap .multi-loc-group {
	display: flex;
	justify-content: space-between;
}

.multi-loc-group .location-field {
	flex-basis: 69%;
}

.multi-loc-group .distance-field {
	flex-basis: 29%;
}

	.multi-loc-group .distance-field svg {
		position: absolute;
		bottom: 8px;
		left: 12px;
	}

	.multi-loc-group .distance-field .custom-select {
		padding-left: 48px;
	}

/* Custom HTML message box area*/
.alert-message-box {
	border-radius: 8px;
	padding: 20px 20px 20px 50px;
	margin-bottom: 20px;
	position: relative;
}

	.alert-message-box svg {
		position: absolute;
		left: 20px;
		top: 20px;
	}

		.alert-message-box svg #info {
			fill: #fff;
		}

	.alert-message-box p {
		font-size: 15px;
		color: #fff;
		line-height: 20px;
	}

	/* Reseting colors and sizes for this section */
	.alert-message-box * {
		color: #fff !important;
	}

	.alert-message-box h1 {
		font-size: 2.2rem !important;
	}

	.alert-message-box h1 {
		font-size: 2rem;
	}

	.alert-message-box h1 {
		font-size: 1.75rem;
	}

	.alert-message-box a {
		text-decoration: underline;
	}

		.alert-message-box a:hover {
			font-weight: bold;
		}

	.alert-message-box ol, .alert-message-box ul {
		margin: 0 0 0 2.5rem;
		padding: 0;
	}

		.alert-message-box ol, .alert-message-box ol li {
			list-style: decimal;
		}

		.alert-message-box ul, .alert-message-box ul li {
			list-style: disc;
		}

/**** Media Query ****/

@media screen and (min-width: 320px) {
	.d-xs-block {
		display: block;
	}

	.d-xs-none {
		display: none;
	}
}

@media (max-width: 1024px) {

	.professional-profile .profile-pic {
		width: 180px;
		height: 180px;
		overflow: hidden;
		background: #fff;
	}

	.search-location-wrap .search-result {
		min-width: 500px;
	}
}

@media screen and (max-width: 1366px) {
	.modal-filter .modal-body {
		max-height: 450px;
	}
}

@media screen and (max-width: 1280px) {
	.page-content-sec,
	.navbar,
	.page-title {
		padding-left: 30px;
		padding-right: 30px;
	}

	.filter-list-container .filter-header .custom-select {
		min-width: 185px;
	}
}

@media screen and (max-width: 1024px) {
	.filter-header .tag-list {
		padding-right: 65px;
	}

	.professional-profile .profile-pic {
		display: block;
		margin: 0 auto;
	}

	.professional-profile .profile-details {
		width: 100%;
		margin-top: 25px;
	}

	.profile-details .status {
		justify-content: space-between;
	}

	.similar-result .result-card .data {
		padding: 12px 10px 10px 20px;
	}

	.similar-result h1 {
		padding-bottom: 12px;
	}

	.similar-result .result-card .address h4 {
		margin-top: 0;
	}

	.similar-result .result-card .address p {
		font-size: 16px;
		line-height: 24px;
	}

	.search-details .profile .address p {
		font-size: 16px;
	}

	.search-details .profile .badge-element {
		top: 8px;
		right: 8px;
	}

	.additional-info .info-title {
		padding: 15px;
	}

	.additional-info .info-sec {
		padding: 15px;
	}

		.additional-info .info-sec ul li p {
			font-size: 15px;
			padding-right: 0;
			line-height: 23px;
		}

		.additional-info .info-sec ul li {
			padding-left: 18px;
			margin-bottom: 15px;
		}

			.additional-info .info-sec ul li:before,
			.additional-info .info-sec .sub-list li:before {
				top: 6px;
			}

		.additional-info .info-sec .sub-list li {
			margin-bottom: 5px;
			padding-left: 15px;
			font-size: 15px;
		}

	.similar-result h1 {
		padding-bottom: 12px;
	}

	.similar-result .result-card .address h4 {
		margin-top: 0;
	}

	.similar-result .result-card .address p {
		font-size: 16px;
		line-height: 24px;
	}

	.service-offered h1 {
		margin-bottom: 20px;
	}

	.service-offered p {
		font-size: 16px;
	}

	.service-offered {
		margin-bottom: 30px;
	}

	.location-list-container .location-title {
		font-size: 21px;
		padding: 18px;
	}

	.feedback-sec .feedback-info {
		padding: 15px;
	}

	.feedback-sec .feedback-title {
		padding: 15px;
		font-size: 20px;
	}

	.issue-title {
		margin-bottom: 20px;
	}

	.explore-sec {
		margin-bottom: 15px;
	}

	.page-content-sec h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.service-card {
		padding-top: 25px;
		min-height: 185px;
		margin-bottom: 18px;
	}

		.service-card svg {
			margin-bottom: 10px;
		}

	.page-title h1 {
		font-size: 20px;
	}

	.location-list-container .location-card .data .badge-element {
		top: 10px;
		right: 15px;
	}

	.terms-sec {
		height: auto;
	}

	.rating-wrap .rating {
		width: 18px;
		height: 18px;
	}

	.rating-wrap p {
		font-size: 13px;
	}

	.professional-profile .profile-pic {
		margin: 0 auto;
		display: block;
	}

	.filter-list-container .filter-header .custom-select {
		min-width: 165px;
	}

	.search-details .contact p.time {
		margin-left: 0;
		display: block;
	}

	.loc-stat {
		min-width: 120px;
	}

	.net-stat {
		min-width: 160px;
	}
}

@media screen and (max-width: 991px) {
	.professional-profile .profile-details .profile-info {
		padding-bottom: 15px;
	}

	.profile-details .profile-info .data {
		margin-right: 14px;
	}

	.profile-details .status .note {
		font-size: 15px;
		margin-right: 20px;
	}

	.similar-result .result-sec {
		flex-direction: column;
	}

	.similar-result .result-card:first-child {
		border-right: 0;
	}

	.similar-result .result-card {
		width: 100%;
	}

	.location-list-container {
		flex-direction: column;
	}

		.location-list-container .associate-location, .location-list-container .provider-location {
			width: 100%;
		}

		.location-list-container .associate-location {
			border-bottom: 1px solid #BBBBBB;
			border-right: 0;
		}

	.filter-wrap .form-group .btn-search {
		margin-top: 10px;
	}

	.provider-list-container .provider-data {
		flex-direction: column;
	}

	#page-content-wrapper {
		height: calc(100vh - 110px);
	}

	.filter-list-container .filter-list {
		flex-wrap: wrap;
	}

		.filter-list-container .filter-list .form-group {
			margin-bottom: 10px;
		}

	.filter-list-container .filter-header .custom-select {
		min-width: 210px;
	}
}

@media screen and (max-width: 767px) {
	.sidebar-heading img {
		max-width: 157px;
	}

	.navbar {
		height: 55px;
		padding: 0 0 0 15px;
	}

		.navbar .navbar-nav .btn {
			padding: 14px 18px;
			margin-left: 12px;
			height: 55px;
			border-radius: 0;
		}

	.navbar-nav .dropdown-menu {
		position: absolute;
		min-width: 118px;
		margin-top: 12px;
	}

	.dropdown-item {
		font-size: 13px;
	}

	#page-content-wrapper {
		top: 55px;
		height: calc(100vh - 185px);
	}

	.page-title {
		padding: 10px 15px;
		display: block;
		position: relative;
	}

		.page-title .link {
			font-size: 14px;
		}

		.page-title .breadcrumb {
			margin-bottom: 8px;
		}

			.page-title .breadcrumb li {
				font-size: 14px;
			}

	.page-content-sec {
		padding: 15px;
	}

		.page-content-sec p {
			line-height: 21px;
			font-size: 14px;
		}

		.page-content-sec h1 {
			margin-bottom: 6px;
			font-size: 17px;
		}

	.explore-sec {
		margin-bottom: 20px;
	}

	.filter-wrap {
		margin: 0 -24px 24px;
		padding: 11px 25px;
		border-radius: 0;
		border-width: 1px 0 1px 0;
	}

	.medical-sec h2 {
		margin-bottom: 12px;
		font-size: 17px;
	}

	.medical-sec .row {
		margin: 0 -5px;
	}

	.medical-sec .col-4 {
		padding: 0 5px;
	}

	.service-card {
		margin-bottom: 17px;
		padding: 18px 5px 0;
		min-height: 120px;
	}

		.service-card p {
			font-size: 13px;
			line-height: 14px;
		}

		.service-card svg {
			margin-bottom: 12px;
			height: 46px;
		}

	footer {
		padding: 10px 0;
	}

		footer p,
		footer p a {
			font-size: 14px;
		}

			footer p span {
				display: block;
				margin-top: 7px;
				font-weight: 600;
			}

	.filter-wrap .form-group {
		margin-bottom: 10px;
	}

		.filter-wrap .form-group .btn-search {
			margin-top: 12px;
		}

	.modal-header {
		padding: 8px 16px;
	}

	.modal-footer {
		padding: 14px 18px;
	}

	.modal-plan .modal-body .plan-type {
		padding: 10px 15px 12px;
	}

	.modal-plan .plan-type .custom-control-label::before {
		top: 9px;
	}

	.modal-plan .plan-type .custom-control-label::after {
		top: 16px;
	}

	.modal-select .plan-type .custom-radio label {
		font-size: 15px;
	}

	.modal-select .plan-type .custom-control-label::before {
		top: 0;
	}

	.modal-select .modal-body .plan-type {
		padding: 15px 16px 17px;
	}

	.modal-select .plan-type .custom-control-label::after {
		top: 7px;
	}

	.match-content {
		display: block;
	}

	.match-result .btn {
		margin-top: 10px;
	}

	.filter-list-container .filter-header .custom-select {
		height: 40px;
	}

	.filter-header .tag-list {
		padding: 0;
	}

		.filter-header .tag-list .tag {
			padding-left: 8px;
			margin-right: 0;
		}

	.tag-wrap .clear {
		bottom: auto;
		position: inherit;
	}

	.location-map iframe {
		max-height: 290px;
	}

	.search-location-wrap .search-result {
		width: 100%;
		position: inherit;
		max-height: inherit;
	}

	.modal-filter .filter-type h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.custom-checkbox label {
		font-size: 16px;
	}

	.custom-checkbox .custom-control-label::before {
		width: 22px;
		height: 22px;
		left: -30px;
	}

	.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
		left: -23px;
		top: 3px;
	}

	.custom-checkbox {
		padding-left: 30px;
	}

	.modal-filter .filter-type {
		padding: 10px 15px;
	}

	.custom-checkbox {
		margin-right: 20px;
		min-width: 120px;
		margin-bottom: 15px;
	}

	.location-list-container .location-title {
		font-size: 18px;
		padding: 12px;
	}

	.location-list-container .more {
		padding: 12px 15px;
		font-size: 16px;
	}

	.service-offered {
		border-bottom: 1px solid #E8E8E8;
		margin: 0 -15px 15px;
		padding: 0 15px;
	}

	.search-location-wrap {
		min-height: 100%;
	}

		.search-location-wrap .search-title {
			font-size: 21px;
			padding: 12px 15px;
		}

	.feedback-sec .feedback-title {
		font-size: 18px;
	}

	.feedback-sec .feedback-info textarea {
		max-height: 120px;
	}

	.feedback-sec .feedback-info .comment-sec {
		margin: 25px 0;
	}

		.feedback-sec .feedback-info .contact-info h4,
		.feedback-sec .feedback-info .comment-sec h4 {
			font-size: 16px;
			margin-bottom: 15px;
		}

	.feedback-info .contact-form .form-group {
		flex-direction: column;
		align-items: flex-start;
	}

		.feedback-info .contact-form .form-group .form-control {
			max-width: 100%;
			height: 48px;
			margin-top: 5px;
		}

	.feedback-sec {
		margin-bottom: 25px;
	}

	.button-sec .btn-outline {
		height: 48px;
		min-width: 130px;
	}

	.feedback-sec .feedback-info {
		padding: 20px 15px 5px;
	}

	.provider-list-container .provider-data .provider-location:first-child {
		border-right: 0;
	}

	.modal-footer .btn {
		font-size: 13px;
		padding: 5px 25px;
	}

	.modal-footer .btn-clear {
		font-size: 18px;
	}

	.search-details .profile .tiering-element {
		top: 7px;
		right: 7px;
	}

	.filter-header h5 {
		font-size: 17px;
	}

	.modal-filter .filter-type .more {
		font-size: 15px;
	}

	.filter-type .age-provider .custom-select {
		height: 45px;
	}

	.filter-type .age-provider .input-group-text {
		padding: 5px 15px;
		font-size: 16px;
	}

	.issue-title h4 {
		font-size: 18px;
	}

	.feedback-info .contact-form .form-group label {
		font-size: 16px;
	}

	.button-sec .btn-clear {
		font-size: 16px;
	}

	.button-sec {
		margin-bottom: 10px;
	}

	.modal-specialty .select-list-wrap .tag-sec,
	.select-specialty .select-list-wrap .tag-sec {
		padding: 15px 8px;
	}

	.select-specialty {
		margin: -15px -15px 20px;
		border-radius: 0;
		box-shadow: none;
		border: 0;
		border-bottom: 1px solid #E8E8E8;
	}

	.filter-list-container {
		margin: 0 -15px 15px;
		border-radius: 0;
		box-shadow: none;
		border-top: 1px solid #E8E8E8;
	}

	.modal-specialty .select-specialty .select-header {
		padding: 10px;
	}

	.filter-type .form-inline .custom-checkbox {
		margin-bottom: 8px;
	}

	.additional-info {
		margin: -15px -15px 15px;
		border-radius: 0;
		box-shadow: none;
		border-bottom: 1px solid #E8E8E8;
	}

	.similar-result {
		margin: 0 -15px;
	}

		.similar-result h1 {
			padding: 0 15px 15px;
		}

	.location-list-container {
		margin: 0 -15px 20px;
		box-shadow: none;
		border-radius: 0;
		border-top: 1px solid #E8E8E8;
	}

	.feedback-sec {
		margin: 0 -15px;
		box-shadow: none;
		border-radius: 0;
	}

	.back-to-top {
		bottom: 10px;
		right: 25px;
		opacity: .3;
	}

	.filter-header .tag-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

	.modal .modal-body .alert {
		font-size: 14px;
		padding: 6px 8px;
		line-height: 16px;
	}

	.modal-confirm .modal-dialog {
		max-width: 300px;
		margin: 15% auto 0;
	}

	.modal-confirm .modal-body {
		padding: 15px 25px 30px;
	}

		.modal-confirm .modal-body svg {
			margin-bottom: 0;
			width: 50px;
		}

		.modal-confirm .modal-body h4 {
			font-size: 17px;
			line-height: 23px;
		}

	.rating-wrap p {
		line-height: 1;
	}

	.search-location-wrap .search-result {
		min-width: auto;
	}
}

@media screen and (max-width: 575px) {
	.modal-title {
		font-size: 18px;
	}

	.modal-location .modal-body {
		padding: 15px;
	}

	.search-details .profile .pic {
		padding: 10px 13px 0;
		min-width: 97px;
		border-right: 1px solid #E8E8E8;
	}

		.search-details .profile figure,
		.search-details .profile .pic .img-holder {
			width: 70px;
			height: 70px;
		}

	.search-details .profile .title {
		max-width: 90px;
		margin: 14px auto 0;
		padding: 6px 8px 4px;
	}

	.search-details .profile .address h4 {
		margin-bottom: 4px;
		font-size: 15px;
	}

	.search-details .profile .address p {
		font-size: 14px;
	}

	.search-details .status .note img {
		display: block;
		margin: 0 auto 7px;
		height: 26px;
	}

	.search-location-wrap .search-details .status {
		padding: 10px 15px;
	}

	.filter-type .age-provider {
		margin-bottom: 0;
	}

		.filter-type .age-provider .input-group {
			margin: 0 0 20px;
		}

		.filter-type .age-provider .form-group {
			width: 100%;
		}

	.professional-profile {
		padding: 15px;
	}

		.professional-profile .profile-details {
			margin-top: 12px;
			text-align: center;
		}

			.professional-profile .profile-details h4 {
				font-size: 18px;
				margin-bottom: 3px;
			}

	.profile-details .status {
		flex-direction: column;
	}

		.profile-details .status .note {
			display: block;
			margin: 0 0 15px;
		}

			.profile-details .status .note:last-child {
				margin: 0;
			}

	.status .note img {
		display: inline-block;
		margin: 0 9px 0 0;
	}

	.explore-sec .title-wrap {
		flex-direction: column;
		align-items: flex-start;
	}

		.explore-sec .title-wrap h1 {
			margin: 0;
			float: none;
			clear: both;
		}

	.additional-info .info-title {
		padding: 15px;
	}

	.similar-result .result-card .data {
		padding: 62px 10px 10px;
	}

	.similar-result .result-card .status {
		padding: 10px;
	}

		.similar-result .result-card .status .note {
			font-size: 14px;
		}

	.result-card .status .note img {
		display: block;
		margin: 0 auto 5px;
	}

	.additional-info .info-sec {
		padding: 15px 15px 6px;
	}

		.additional-info .info-sec ul li p {
			padding: 0;
		}

		.additional-info .info-sec ul li {
			margin-bottom: 12px;
		}

	.facility-profile .profile-pic svg {
		margin-top: 12px;
		width: 80px;
	}

	.search-location-wrap {
		min-height: 100%;
	}

	.location-list-container .location-card .data {
		padding: 62px 10px 10px;
	}

	.location-list-container .location-card .status .note {
		font-size: 14px;
	}

		.location-list-container .location-card .status .note img {
			display: block;
			margin: 0 auto 10px;
		}

	.similar-result .result-card .address h4,
	.location-list-container .location-card .address h4,
	.location-list-container .provider-card h4 {
		font-size: 15px;
		margin-bottom: 4px;
	}

	.similar-result .result-card .address p,
	.location-list-container .location-card .address p,
	.location-list-container .provider-card p {
		font-size: 14px;
	}

	.service-offered h1 {
		margin-bottom: 10px;
	}

	.similar-result .result-card .address,
	.location-list-container .location-card .address {
		width: 100%;
	}


	.filter-list-container .filter-header .custom-select {
		max-width: 100%;
		margin-right: 0;
	}

	.select-specialty .select-header .custom-checkbox {
		margin: 0 0 10px;
	}

	.select-specialty .select-header .search-input {
		width: 100%;
		min-width: inherit;
	}

	.select-specialty .select-list-wrap .select-box-sec {
		max-height: 212px;
		padding: 15px;
		border-bottom: 1px solid #BBBBBB;
	}

	.select-list-wrap .tag-sec .tag {
		padding: 3px 5px 3px 13px;
		font-size: 12px;
	}

	.filter-header .specialty-select {
		margin: 0 0 10px;
		width: 100%;
		height: 40px;
		padding: 7px 13px;
	}

	.modal-specialty .select-header .custom-checkbox {
		margin: 0;
	}

	.modal-specialty .select-specialty .select-list-wrap,
	.select-specialty .select-list-wrap {
		flex-direction: column;
	}

		.modal-specialty .select-list-wrap .select-box-sec,
		.modal-specialty .select-list-wrap .tag-sec,
		.select-specialty .select-list-wrap .select-box-sec,
		.select-specialty .select-list-wrap .tag-sec {
			width: 100%;
		}

	.modal-specialty .select-list-wrap .select-box-sec {
		max-height: 175px;
		border-bottom: 1px solid #BBBBBB;
	}

	.select-specialty .select-header {
		align-items: flex-start;
		flex-direction: column;
		padding: 15px;
	}

	.modal-specialty .select-list-wrap .select-box-sec {
		padding: 10px;
	}

	.modal-specialty .select-list-wrap .custom-checkbox {
		margin-bottom: 8px;
	}

	.search-details .profile .badge-element,
	.location-list-container .location-card .data .badge-element {
		top: 6px;
		right: 10px;
	}

	.professional-profile .profile-details .profile-info {
		flex-direction: column;
	}

	.profile-details .profile-info .data {
		margin: 0;
	}

	.profile-info .data p {
		display: inline-block;
	}

	.feedback-info .custom-checkbox {
		margin: 0 0 15px;
	}

	.issue-title {
		margin-bottom: 5px;
	}

	.modal-affiliation .modal-body {
		max-height: 435px;
	}

	.reslult-dropdown .result-head {
		padding: 8px 15px;
	}

	.reslult-dropdown .result-sec {
		padding: 0 15px;
	}

		.reslult-dropdown .result-sec ul li p {
			font-size: 13px;
			line-height: 20px;
		}

	.reslult-dropdown .result-head a {
		font-size: 13px;
	}

	.reslult-dropdown .result-sec ul li {
		padding: 8px 0;
	}

	.reslult-dropdown .result-sec .title {
		font-size: 10px;
	}

	.profile-details .rating-wrap {
		border: 0;
		padding: 0;
	}

		.profile-details .rating-wrap p {
			text-align: center;
			line-height: 1
		}

	.profile-info .data .rating-wrap p {
		display: block;
	}

	.profile-details .data .rating-wrap {
		margin: 10px 0 0;
	}

	.modal-filter .modal-header {
		padding: 8px 10px;
	}

	.modal-filter .modal-title {
		font-size: 16px;
	}

	.modal-filter .modal-header .close {
		padding: 0;
		margin: 0 0 0 5px;
	}

	.modal-filter .modal-header .btn {
		height: 32px;
		line-height: 21px;
		min-width: 76px;
		margin: 0;
	}

	.explore-sec .title-wrap .btn {
		margin-bottom: 15px;
	}

	.loc-stat {
		min-width: 47px;
	}

	.net-stat {
		min-width: 130px;
	}

	.status .note {
		text-align: center;
	}

	.profile-details {
		width: calc(100% - 97px);
	}

	.profile-head {
		flex-direction: column;
		align-items: flex-start;
		padding: 10px;
		border-bottom: 1px solid #E8E8E8;
	}

	.profile-details h4 {
		padding: 0;
		font-size: 16px;
	}

	.similar-result .result-card .pic, .location-list-container .location-card .pic {
		padding: 10px 13px 0;
		min-width: 97px;
		border-right: 1px solid #E8E8E8;
	}

	.search-details.work-location-component .profile .pic {
		border-right: none;
	}

	.professional-profile .rating-wrap {
		position: inherit;
		margin-bottom: 10px;
	}

	.pro-status {
		justify-content: space-between;
	}

	.profile-details .profile-card-head {
		flex-direction: column;
		margin-bottom: 10px;
	}

		.profile-details .profile-card-head h4 {
			margin-bottom: 15px;
		}

	.search-details-tiering .profile .address,
	.similar-result .profile .address,
	.location-card .profile .address {
		padding-top: 10px;
	}

	.similar-result .result-card .pic .img-holder,
	.location-list-container .location-card .pic .img-holder {
		width: 70px;
		height: 70px;
	}

	.profile .contact p.time {
		margin-left: 0;
		display: block;
	}

	.filter-header .togglearrow {
		display: inline-block;
	}

	.filter-list-container .apply {
		display: block;
	}

	.filter-list-container .clear {
		display: block;
		width: 100%;
		height: 40px;
		text-align: center;
		border-radius: 15px;
		border: 2px solid transparent;
		background: #fff;
		padding: 8px;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 14px;
		text-decoration: none;
	}

	.location-map {
		display: none;
	}

	.filter-list-container .filter-list {
		display: none;
	}

	.filter-list-container .category-toggle {
		display: block;
	}

	.location-list-container .provider-card .pic {
		padding: 0 12px;
	}

	.location-list-container .provider-card .info {
		width: calc(100% - 90px);
		padding-right: 0;
		flex-direction: column;
	}

		.location-list-container .provider-card .info .profession {
			margin-bottom: 10px;
		}

	.location-list-container .provider-card .pic {
		padding: 0 12px;
	}

	.multi-loc-group .distance-field svg {
		width: 20px;
		left: 6px;
	}

	.multi-loc-group .location-field {
		flex-basis: 66%;
	}

	.multi-loc-group .distance-field {
		flex-basis: 32%;
		padding-top: 26px;
	}

		.multi-loc-group .distance-field .custom-select {
			padding-left: 28px;
		}

	.filter-wrap .form-group .use-location svg {
		margin-right: 0;
	}

	.multi-loc-group .distance-field label {
		display: none;
	}

	.filter-wrap .multi-loc-group .use-location {
		right: -113px;
	}

	.filter-wrap .location-input .form-control {
		padding-left: 34px;
	}

	.alert-message-box {
		padding: 15px 15px 15px 35px;
	}

		.alert-message-box svg {
			top: 17px;
			left: 10px;
			width: 17px;
		}
}

@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
	#page-content-wrapper {
		height: calc(100vh - 185px);
	}
}

/* Custom CSS - Filter list (Search results page - fix for multiselect) */
@media only screen and (max-width: 576px) {
	.filter-list-container .filter-header .multiselect-native-select {
		padding: 0;
		margin: 0 0 10px;
		width: 100%;
		height: 40px;
	}

		.filter-list-container .filter-header .multiselect-native-select .btn-group .multiselect {
			height: 40px;
		}
}

.filter-list-container .filter-header .multiselect-native-select .btn-group .multiselect::before,
.more-filters-modal .multiselect-native-select .btn-group .multiselect::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 9px;
	background: url(../images/dropdown_arrow.svg) 0 0 no-repeat;
	width: 17px;
	height: 11px;
	font-size: 15px;
	transform: none;
	border: none;
}

.filter-list-container .multiselect-native-select input[type="checkbox"] {
	margin-left: -40px !important;
}

.filter-list-container .multiselect-native-select label.checkbox {
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-left: 0;
}

/* Pagination */
.pagination .page-item {
	cursor: pointer;
}

/* Map component */
.map-component {
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: 0;
}

@media (max-width: 762px) {
	.map-component {
		height: 500px;
	}
}

/* Professional details */
.work-location-img-profile {
	max-width: 80px;
}

/* Error lists */
.error-message-list,
.error-message-list li {
	list-style-type: initial;
}

	.error-message-list li {
		margin-left: 1.5em;
	}

/* Modal background */
.modal-background {
	background: rgba(0,0,0,0.4);
}

/* Similar results component */
.similar-result-card-component .result-card a {
	height: 100%;
}

.similar-result-link {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.similar-result .result-card .similar-result-link .data {
	height: 100%;
}

@media screen and (max-width: 768px) {
	.similar-result .result-card .data,
	.location-list-container .location-card .data {
		padding: 50px 10px 10px;
	}
}

/* Z-index helpers */
.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.form-control#txtAddress, .form-control#txtPlanType {
	border-radius: 10px;
}

/* Location details page - Professionals at this location */
.location-professionals-grid-container {
	border: 0;
	margin-bottom: 0;
}

	.location-professionals-grid-container .provider-data {
		display: inherit;
	}

		.location-professionals-grid-container .provider-data .provider-card:last-child {
			border-bottom: 1px solid #bbb;
			border-left: 1px solid #bbb;
		}

	.location-professionals-grid-container .provider-location {
		display: flex;
	}

	.location-professionals-grid-container .provider-card {
		width: 100%;
	}

	.location-professionals-grid-container .provider-location:last-child .provider-card {
		border-bottom: 0;
	}

	.location-professionals-grid-container .provider-data .provider-location:first-child {
		border-right: 0;
	}

@media screen and (max-width: 991px) {
	.location-professionals-grid-container {
		margin: 0;
	}

		.location-professionals-grid-container .provider-location {
			display: inherit;
		}


		.location-professionals-grid-container .provider-data .provider-card:last-child {
			border-left: 0;
		}

		.location-professionals-grid-container .provider-location:last-child .provider-card {
			border-bottom: 1px solid #bbb;
		}

			.location-professionals-grid-container .provider-location:last-child .provider-card:last-child {
				border-bottom: 0;
			}
}

.work-location-component .rating-wrap {
	right: 12px;
	top: 12px;
	text-align: right;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.work-location-component .address {
		max-width: 350px !important;
	}
}

.similar-result .address-data {
	line-height: 20px;
}

.location-professionals-grid-container .provider-location:last-child .provider-card:last-child {
	border-bottom: 0;
}

}

.work-location-component .rating-wrap {
	right: 12px;
	top: 12px;
	text-align: right;
	margin-left: auto;
}

@media screen and (max-width: 768px) {
	.work-location-component .address {
		max-width: 350px !important;
	}
}

}

.search-result .search-details .contact {
	min-width: 250px;
}

.search-result .search-details .address-wrapper {
	position: relative;
}

.similar-result .address-data {
	line-height: 20px;
}

.location-professionals-grid-container .provider-location:last-child .provider-card:last-child {
	border-bottom: 0;
}

/* Multi-select adjustments */
.filter-list-container .multiselect-native-select .btn-group .multiselect {
	text-overflow: ellipsis;
	overflow: hidden;
}

.more-filters-modal .multiselect-native-select {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.filter-list-container .multiselect-native-select .btn-group .multiselect {
		height: 40px;
	}

	.filter-header .specialty-select {
		margin: 0 0 10px;
		width: 100%;
		height: 40px;
		padding: 7px 13px;
	}
}

@media screen and (min-width: 569px) {
	.filter-list-container .multiselect-selected-text {
		margin-right: 25px;
	}

	.filter-list-container .multiselect-container.dropdown-menu.show {
		transform: none !important;
		top: 50px !important;
		min-width: 300px;
	}
}


/* More filters modal */
@media screen and (max-width: 767px) {
	.more-filters-modal select,
	.more-filters-modal .multiselect-native-select .btn-group {
		height: 45px;
	}
}

@media screen and (min-width: 768px) {
	.more-filters-modal select,
	.more-filters-modal .multiselect-native-select .btn-group {
		height: 46px;
	}
}

/* Filter by section */
.filter-list-container .filter-column {
	padding-right: 5px;
	padding-left: 5px;
}


@media screen and (min-width: 577px) {
	.filter-list-container .filter-buttons-mobile .btn-apply-filters {
		width: 200px;
	}
}

.search-details .profile .address p span.open,
.similar-result .result-card .address p span.open,
.location-card .address p span.open {
	color: #5ac873;
}

.search-details .profile .address p span.closing,
.similar-result .result-card .address p span.closing,
.location-card .address p span.closing {
	color: #cb0000;
}

.professional-profile .rating-wrap-professional-details-page {
	position: absolute;
	right: 20px;
	top: 10px;
}

@media screen and (max-width: 575px) {
	.profile-details .rating-wrap {
		position: inherit;
		margin-bottom: 8px;
		margin-top: 8px;
	}
}

.search-details .more-popover img, .similar-result .more-popover img {
	width: 15px;
}

@media screen and (max-width: 767px) {
	.work-locations-header-container.filter-list-container {
		margin: 0 -15px 15px;
		border-radius: 0;
		box-shadow: none;
		border: 0;
		border-top: 1px solid #E8E8E8;
	}

	.location-list-container {
		border-right: 0;
	}
}

@media screen and (min-width: 768px) {
	.work-location-card.search-details:last-of-type {
		margin-bottom: 45px;
	}

	.location-list-container .location-card:last-of-type {
		border-bottom: 0;
	}
}

@media screen and (min-width: 575px) and (max-width: 792px) {
	.similar-result-card-component .profile {
		height: 85%;
	}
}

@media screen and (min-width: 991px) {
	.similar-result-card-component .profile {
		height: 80%;
	}
}

@media screen and (max-width: 991px) {
	.location-list-container .associate-location, .location-list-container .provider-location {
		border-right: 0;
	}

	.location-list-container .provider-card:last-of-type {
		border-bottom: 0;
	}
}

@media screen and (min-width: 768px) {
	.similar-result-card-component .status {
		height: 45px;
	}
}

@media screen and (min-width: 792px) and (max-width: 991px) {
	.professionals-at-this-location-component .location-title {
		border-top: 1px solid #BBB;
	}
}

@media screen and (max-width: 575px) {
	.work-location-card .rating-wrap,
	.similar-result .rating-wrap,
	.location-card .rating-wrap {
		min-width: auto;
		margin-bottom: 0;
		margin-top: 0;
	}
}

.professionals-at-this-location-component .provider-card a {
	display: flex;
	align-items: center;
	width: 100%;
}

.similar-result h1 {
	margin-bottom: 0;
}

/* Professionals at this location and associated locations - grid display*/
@media screen and (max-width: 991px) {
	.provider-location.provider-location-grid:not(:last-of-type) .provider-card:last-of-type {
		border-bottom: 1px solid #bbb;
	}

	.associated-locations-component-grid-display .provider-location-grid:not(:last-of-type) .location-card:last-of-type {
		border-bottom: 1px solid #bbb;
	}

	.professionals-at-this-location-component.professionals-at-this-location-component-grid-display .location-title,
	.associated-locations-component-grid-display .location-title {
		border-top: 0;
	}
}

@media screen and (min-width: 992px) {
	.provider-location.provider-location-grid {
		display: flex;
		width: 100%;
		border-right: 0;
	}

		.provider-location.provider-location-grid:not(:last-of-type) {
			border-bottom: 1px solid #bbb;
		}

		.provider-location.provider-location-grid .provider-card {
			width: 50%;
			border-bottom: 0;
		}

			.provider-location.provider-location-grid .provider-card:first-of-type {
				border-right: 1px solid #bbb;
			}

	.associated-locations-component-grid-display .provider-location.provider-location-grid .location-card {
		width: 50%;
		border-bottom: 0;
	}

		.associated-locations-component-grid-display .provider-location.provider-location-grid .location-card:first-of-type {
			border-right: 1px solid #bbb;
		}

		.associated-locations-component-grid-display .provider-location.provider-location-grid .location-card .profile {
			height: 80%;
		}
}

@media screen and (min-width: 576px) {
	.profile-details .profile-info .data.languages-column {
		width: 350px;
	}
}

/* Custom checkbox */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: transparent;
}

@media screen and (max-width: 767px) {
	.page-title .custom-container div:first-child {
		display: block;
	}
}

.info-icon-image {
	width: 20px;
	height: 20px;
}

.table th:first-child, td:first-child {
	padding: .75em !important;
}

/* Breadcrumb, title and languages select area CSS */
.page-title .custom-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

ul.list-style-disc li {
	list-style: disc;
	margin-left: 1.5em;
}

.table-striped.table-striped-warning tbody tr:nth-of-type(2n+1) {
	background-color: #fff3cd;
}

@media screen and (max-width: 1024px) {
	.filter-wrap .input-group .plan-input,
	.filter-wrap .input-group-text,
	.filter-wrap .form-group #Location_Icon, .filter-wrap .form-group #search_icon,
	.filter-wrap svg, .filter-wrap path,
	.filter-wrap .input-group-prepend {
		z-index: 1 !important;
	}

		.filter-wrap .input-group-prepend.plan-type-icon-group,
		.filter-wrap .input-group-prepend.plan-type-icon-group .input-group-text,
		.filter-wrap .form-group #Plan_icon {
			z-index: 9 !important;
		}
}

p.report-issue-paragraph {
	font-size: 17px !important;
}

.issue-title h4.span:first-child {
	font-weight: bold !important;
}

/* Helpers for inputs */
.text-ellipsis {
	text-overflow: ellipsis;
}

.website-logo img {
	width: 200px;
}

@media screen and (min-width: 1300px) {
	.website-logo img {
		margin-left: -15px;
	}
}

.btn-custom-size {
	width: 200px;
	height: 35px;
}

.html-text-editor {
	min-height: 250px;
}

.cursor-pointer {
	cursor: pointer;
}

.table-custom-html-areas .col-actions {
	padding-left: 5.5rem;
}

.table-custom-html-areas .cell-enabled {
	padding-left: 1.8rem;
}

.plan-type-text-field:hover,
.plan-type-text-field:active,
.plan-type-text-field:focus,
.plan-type-text-field:focus-visible,
.plan-type-text-field:focus-within,
.plan-type-text-field:visited,
.plan-type-text-field:target {
	color: #555;
	text-shadow: none !important;
}

/* Plan Type selection - position adjustment when there is no descripton */
.custom-radio .custom-control-label.plan-no-description::before {
	top: 0;
}

.custom-radio .custom-control-label.plan-no-description::after {
	top: 7px;
}

/* Trick to Keep footer at the bottom of all pages when there is no enough content to push it to the bottom. */
@media screen and (min-width: 1200px) {
	.footer-position-fix {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
}

/* Hides the language dropdown when it is disabled. We don't remove the dropdown to not mess with the header alignment. */
.dropdown-languages-hidden {
	visibility: hidden;
	opacity: 0;
}

/* Location Details and Get Directions links */
@media screen and (max-width: 550px) {
	.professional-profile .location-directions-links.location-directions-links-mobile {
		display: block;
	}

	.professional-profile .location-directions-links.location-directions-links-desktop {
		display: none;
	}
}

@media screen and (min-width: 551px) {
	.professional-profile .location-directions-links.location-directions-links-mobile {
		display: none;
	}

	.professional-profile .location-directions-links.location-directions-links-desktop {
		display: block;
		min-width: 225px;
	}
}

/* Specialties selection modal */
.modal-specialty .select-specialty .select-header .custom-checkbox {
	margin: 0 20px 0 0;
}

@media screen and (max-width: 576px) {
	.modal-specialty .select-header .custom-control.custom-checkbox {
		order: 2;
	}

	.modal-specialty .select-header .input-group.search-input {
		order: 1;
		padding-bottom: 1em;
	}
}

@media screen and (min-width: 768px) {
	.modal-specialty .select-header .input-group.search-input {
		min-width: 500px;
	}
}

.text-black {
	color: #000 !important;
}

.issue-title h4 {
	line-height: 1.2;
}

/* Map Adjustments */
.filter-list-container .row.search-location-wrap .search-result {
	min-width: auto !important;
}

	.filter-list-container .row.search-location-wrap .search-result .profile-head .theme-text {
		padding: 0 10px 0 0;
	}

.gm-style-mot {
	color: white !important;
	font-size: 22px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
	-ms-transform: translateY(-50%) !important;
}

/* Location Card padding adjustments */
.search-result .search-details .profile {
	min-height: 150px;
}

@media screen and (max-width: 575px) {
	.search-result .search-details .profile {
		min-height: 120px;
	}
}

/* Medical Categories outline fix for IOS */
.medical-categories-area a:focus,
.medical-categories-area a .service-card:focus,
.medical-categories-area a .service-card svg:focus {
	outline: none;
}

/* Filter By section default background */
.filter-list-container .filter-mainhead {
	background: #f5f5f5;
}

.filter-header .togglearrow {
	border-color: #ff6747;
}

.filter-list-container .filter-header .link {
	color: #ff6747;
}

/* Search Results - Fix Spacing between Card Icons */
@media screen and (min-width: 768px) {
	.search-result .search-details .note.loc-stat,
	.search-result .search-details .note.net-stat {
		min-width: 110px;
	}

	.search-result .search-details .note.net-stat {
		margin-right: 20px;
	}
}

@media screen and (min-width: 1300px) {
	.search-result .search-details .note.net-stat {
		min-width: 130px;
	}

	.search-result .search-details .note.net-stat {
		margin: 0 20px;
	}
}

/* Location languages paragraph adjustment */
p.languages-paragraph {
	line-height: 1.5 !important;
}

/* Universal Search Style */
.universal-search-item {
	word-wrap: break-word;
	word-break: break-word;
	display: inline-block
}

/* Dran-and-drop features */
.grab {
	cursor: grab;
}

	.sortable-ghost,
	.sortable-chosen,
	.grab.sortable-ghost,
	.grab.sortable-chosen,
	.grab.sortable-ghost.sortable-chosen {
		cursor: grabbing;
	}

/* Medical Categories - Icon Preview */
.category-icon-preview {
	border: 1px dashed #ced4da;
	padding: 5px 0 5px 15px;
}

/* Medical Categories display */
.medical-categories-area .service-card {
	overflow: hidden;
}

	.medical-categories-area .service-card .medical-category-description {
		font-size: 14px;
		margin: 15px 0 10px 0;
		color: rgba(0, 0, 0, 0.8);
	}

@media screen and (max-width: 767px) {
	.medical-categories-area .service-card .medical-category-description {
		font-size: 12px;
	}
}

/* About area adjustment in details pages */
.about-title {
	line-height: 25px;
}

/* Provider Card - Specialty Display */
.provider-card-component .profile-head {
	align-items: start;
}

.provider-card-component .profile-head-title-wrapper {
	margin-right: 15px;
}

.provider-card-component .provider-specialty-name {
	color: #009ad4;
	font-weight: bold;
	font-size: 14px;
}

.provider-card-component .rating-wrap {
	display: contents;
}

.provider-card-component .rating-wrap img {
	display: block;
}

@media screen and (max-width: 575px) {
	.provider-card-component .provider-specialty-name {
		margin-bottom: 5px;
	}
}

/* Arrow display for more items*/
.img-more-items {
	width: 15px;
	height: 15px;
}

/* Professionals at this location */
.professionals-at-this-location-component .rating-wrap {
	display: contents;
}

@media screen and (min-width: 576px) {
	.professionals-at-this-location-component .rating-wrap .info-popover {
		margin-left: 20px;
	}
}

.professionals-at-this-location-component .rating-wrap img {
	display: block;
}

/* Provider Card - Icons Adjustments */
@media screen and (min-width: 315px) and (max-width: 575px) {
	.provider-card-component .status {
		justify-content: space-between;
		justify-content: space-between;
	}

	.provider-card-component .note.accepting-new-patients-note {
		min-width: 150px;
	}
}


/* Provider and Location Profile */
@media screen and (max-width: 575px) {
	.professional-profile .rating-wrap,
	.locational-profile .rating-wrap {
		display: contents;
	}

		.professional-profile .rating-wrap .info-popover,
		.locational-profile .rating-wrap .info-popover {
			display: contents;
		}

		.professional-profile .rating-wrap img,
		.locational-profile .rating-wrap img {
			display: block;
			margin-bottom: 0.5em;
			margin-top: 0.5em;
		}

	.professional-profile .profile-card-head,
	.locational-profile .profile-card-head {
		margin-bottom: 0 !important;
	}

		.professional-profile .profile-card-head h4,
		.locational-profile .profile-card-head h4 {
			margin-bottom: 0 !important;
		}
}

@media screen and (max-width: 767px) {
	.locational-profile .data {
		font-size: 14px;
	}
}


.professionals-at-this-location-component .profession p {
	line-height: 1.25;
}

/* Similar Results Adjustments */
.similar-result .rating-wrap {
	display: contents;
}

.similar-result .rating-wrap img {
	display: block;
}

.similar-result .profile-head h4 {
	margin-bottom: 0.5em;
}