/* dymanic listing page */

.controls fieldset {
	display: inline-block;
	margin: 10px 0px;
	border: 0;
	padding: 0;
	position: relative;
	margin-right: 10px;
}

.controls fieldset:last-child {
	margin-right: 0;
}

#Filters {
	padding: 0;
}

#Filters fieldset:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10%;
	width: 12px;
	height: 12px;
	background: url(https://info.neurocaregroup.com/hubfs/nuerocare_theme_2021/icons/iconmonstr-arrow-65.svg) center no-repeat;
	z-index: 1;
	transform: translateY(-50%);
}

select {
	display: inline-block;
	font-size: 20px;
	line-height: 30px !important;
	font-family: Roobert-Regular, sans-serif;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 9px 34px 9px 25px;
	text-decoration: none;
	max-width: 300px!important;
	float: none!important;
	position: relative;
	z-index: 10;
	background: transparent!important;
	/*     appearance: auto!important;
    -webkit-appearance:auto!Important; */
}

.calendar-card-container-custom {
	display: none;
}

.calendar-card-container {
	border-bottom: 1px solid rgba(167, 167, 167, 0.3);
	width: 100%;
	position: relative;
}

.card-overlay-link a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.calendar-card {
	padding: 50px 0px;
}

.image-container {
	position: relative;
}

.image-container img {
	max-width: 100%;
	min-width: 1px;
	height: 300px;
	max-height: 300px;
	object-fit: cover;
	width: 100%;
}

.card-member-info .row-name {
	font-size: 20px;
	line-height: 150%;
	font-weight: 400;
	margin-bottom: 20px;
	color: #000;
}

.card-member-info h4 {
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
}

.card-member-info p {
	font-size: 20px;
	line-height: 150%;
	color: #777777;
}

.card-button {
	margin-top: 25px;
}

.card-button a {
	font-size: 18px;
	line-height: 18px!important;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 14px 20px;
	text-decoration: none;
}

.card-date {
	position: absolute;
	top: 30px;
	left: 30px;
}

.card-date p {
	font-size: 18px;
	line-height: 18px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 23px;
	padding: 14px 20px;
	display: inline-block;
	background: #fff;
	color: #000;
}

.card-button {
	display: flex;
	min-width: 135px;
}

.card-tags p {
	font-size: 14px;
	line-height: 16.8px;
	padding: 5px 10px;
	background: #F6F6F6;
	display: inline-block;
	color: #000;
	margin-bottom: 15px;
	margin-right: 10px;
}

.card-tags p:last-child {
	margin-right: 0;
}

@media(min-width: 769px) {
	.calendar-card {
		display: flex;
	}
	.image-container img {
		min-width: 362px;
	}
	.card-member-info {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		flex-grow: 1;
	}
	/* .nlhTInner .nlhTbutton a:before {
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    line-height: normal;
    transform: rotate( 
-45deg);
    transform-origin: center bottom;
} */
	.card-member-info {
		margin-left: 150px;
	}
}

@media(max-width: 768px) {
	.card-member-info {
		margin-top: 25px;
	}
	.controls fieldset {
		width: 100%;
	}
	.controls fieldset select {
		max-width: 100%!important;
	}
	.card-member-info .row-name {
		font-size: 18px;
	}
	.card-tags {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 10px;
	}
	.row-location {
		order: 4;
	}
	.card-tags p {
		margin: 0px;
		font-size: 12px;
		line-height: 14.4px;
	}
	.card-member-info h4 {
		font-size: 25px;
		line-height: 30px;
	}
	.card-member-info p {
		font-size: 18px;
		line-height: 27px;
	}
}

@media(max-width: 767px) {
	.card-button a {
		line-height: 27px!important;
		padding: 10px 20px!important;
		text-align: center;
		width: 100%;
	}
	.image-container img {
		max-width: 100%;
		height: 272px;
		max-height: 272px;
		object-fit: cover;
		width: 100%;
	}
	.calendar-card-container {
		border-bottom: 0px;
	}
}

@media(min-width: 1025px) {
	.card-bottom {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
	.card-button {
		margin-top: 0px;
	}
	.card-member-info .row-name,
	.card-member-info h4,
	.card-member-info p {
		max-width: 80%;
	}
}

.checkbox {
	display: block;
	position: relative;
	cursor: pointer;
	margin-bottom: 8px;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	margin: 0;
	opacity: 0;
	z-index: 1;
}

.checkbox label {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-left: 1.5em;
}

.checkbox label:before,
.checkbox label:after {
	content: '';
	display: block;
	position: absolute;
}

.checkbox label:before {
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	background: #ddd;
	border-radius: 3px;
}

.checkbox label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #68b8c4;
	opacity: 0;
	pointer-events: none;
}

.checkbox input:checked~label:after {
	opacity: 1;
}

.checkbox input:focus~label:before {
	background: #eee;
}

.cal-top.top-border {
	margin-top: 75px;
}

.cal-top.top-border .nlhTInner {
	border-top: 1px solid black;
	position: relative;
}

.cal-top .btnStyleUp {
	padding-top: 50px;
	position: absolute;
	right: 0;
	top: auto;
}

@media (max-width: 767px) {
	.cal-top.top-border {
		margin-top: 40px;
	}
	.cal-top .btnStyleUp {
		padding-top: 30px;
		display: none;
	}
}


/* dynamic row page*/


/* .lthrCard .lthrOver{
border-radius: 100px 100px 0 0!important;
} */

.lthrCard .lthrText {
	margin: 0!Important;
	padding: 0!important;
}

.dynamicPageOverview .ctlInner.show_top_border {
	border-top: 1px solid rgb(167 167 167 / 50%)!important;
}

.overviewTagsSection {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0px;
}

.overviewTagsBtn .nhdTObutton {
	display: flex;
}

.overviewTagsBtn .nhdTObutton a {
	color: #fff!important;
	background: #1ac8ed!important;
	border: 1px solid #1ac8ed!important;
	margin: 0!important;
}

@media(max-width:767px) {
	.overviewTagsSection {
		padding: 50px 0px;
	}
	.overviewTagsSection {
		flex-direction: column;
		align-items: flex-start;
		gap: 25px;
	}
	.dynamicPageOverview .ctlInner.show_top_border {
		padding: 50px 0px 0px !important;
	}
}


/* information section     */

.sec-content-text-table {
	background-color: #ffffff;
}

.sec-content-text-table .nc-sec {
	padding-top: 50px;
	padding-bottom: 75px;
}

.sec-content-text-table .nc-sec.show-top-border {
	border-top: 1px solid #000000;
	margin-top: 75px !important;
}

.sec-content-text-table .text-table-title {}

.sec-content-text-table .text-table-title h3 {}

.sec-content-text-table .text-table-rows.show-top-border {
	border-top: 1px solid #A7A7A7;
	border-top-color: rgba(167, 167, 167, 0.3);
}

.sec-content-text-table .text-table-row.show-bottom-border {
	border-bottom: 1px solid #A7A7A7;
	border-bottom-color: rgba(167, 167, 167, 0.3);
	padding: 24px 0;
}

.sec-content-text-table .text-table-row {
	padding: 24px 0;
}

.sec-content-text-table .text-table-row p {
	margin-top: 0px;
}

.sec-content-text-table .text-table-row-title,
.sec-content-text-table .text-table-row-description {
	vertical-align: top;
	margin-bottom: 0.9em;
}

.sec-content-text-table .text-table-row-description {
	color: #777777;
}

@media screen and (min-width: 981px) {
	.sec-content-text-table .nc-sec {
		text-align: right;
	}
	.sec-content-text-table .text-table-title,
	.sec-content-text-table .text-table-rows {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	.sec-content-text-table .text-table-title {
		padding-right: 2%;
		float: left;
	}
	.sec-content-text-table .text-table-row-title {
		width: 34%;
		padding-right: 2%;
		display: inline-block;
		margin-bottom: 0;
	}
	.sec-content-text-table .text-table-row-description {
		width: 64%;
		display: inline-block;
		font-size: 20px;
	}
}

.text-table-row-description p:last-of-type {
	margin-bottom: 0;
}

@media screen and (max-width: 768px) {
	.sec-content-text-table .nc-sec {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sec-content-text-table .nc-sec.show-top-border {
		border-top: 1px solid #000000;
		margin-top: 50px !important;
	}
}


/* card section */

.lthrInner:before {
	border: none!important;
}

.dynamicPageCards .wrapper .gm-title {
	border-top: 1px solid #000;
	padding-top: 50px;
}


/* map section */

.google-map {
	color: #242424;
	font: 400 11px Roboto, Arial, sans-serif;
	text-decoration: none;
}

.google-map .routinglink {
	white-space: nowrap;
}

.google-map form {
	margin-top: 0.75em;
	margin-bottom: 1.5em;
	font-size: 1em;
}

.google-map form input {
	margin: 0;
	vertical-align: baseline;
	font-family: inherit;
	padding: 0.85714em 1.35714em;
	line-height: normal;
	border: 1px solid #b2b9c4;
	border-bottom-color: #a4acb9;
	border-radius: 3px;
	font-size: 0.875em;
	color: inherit;
	background: #ffffff;
	outline: none;
	width: 75%;
}

.google-map form input.submit {
	margin-top: 1.125em;
	font-size: 1.1em;
	text-transform: none;
	font-weight: 600;
	background-color: #46bfe0;
	background: #46bfe0;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	width: auto;
	cursor: pointer;
	color: #fff;
}

.gm-style .gm-style-iw-c .location-tooltip-cta {
	font-family: 'Roobert-Bold' !important;
	font-weight: 700 !important;
}

.location-tooltip-cta .gm-style .gm-style-iw-c p {
	color: #717c8e;
}

.google-map form input.submit:hover {
	background-color: #e5e7e7;
	background: #e5e7e7;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: #46bfe0;
}

.google-map .extraSpace {
	position: relative;
	width: 100%;
	padding-bottom: 40%;
	overflow: hidden;
}

.google-map .extraSpace .dlh_googlemap {
	height: 100% !important;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(229, 227, 223);
}

.google-map *:focus {
	outline: none;
}

.gm-style .gm-style-iw-c * {
	font-family: Roobert-Regular, sans-serif;
}

.google-map .gmnoprint>div {
	box-shadow: none !important;
	background-color: transparent !important;
}

.google-map .gmnoprint .gm-control-active {
	background: #ffffff !important;
	border-radius: 50% !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.gmnoprint>div>div {
	background: none !important;
}

.google-map .gmnoprint .gm-svpc,
.google-map .gmnoprint .gm-style-mtc,
.google-map .gm-control-active.gm-fullscreen-control {
	display: none !important;
}


/* .google-map * {
  font-weight: normal !important;
} */

.gm-style-iw-a {
	display: none;
	!important;
}

.gm-wrapper {
	padding-top: 75px;
}

.gm-section {
	padding-top: 75px;
}

.gm-section.show-top-border {
	padding-top: 50px;
	border-top: 1px solid #000000;
}

.gm-title {
	color: #777777;
	margin: 0px 0px 50px;
}

.location-listing-section {
	padding-top: 0px !important;
}

.location-listing {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px solid #a7a7a7;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
}

.location-listing:hover {
	border-top-color: black;
}

.location-title-header {
	font-size: 24px;
}

.location-title-detail {
	color: #777777;
	font-size: 20px;
}

.location-title-detail:before {
	content: "\2022";
	display: inline-block;
	line-height: 16px;
	color: #1ac8ed;
	vertical-align: text-top;
	font-size: 50px;
}

.location-title-detail.orange:before {
	color: #FB9734;
}

.location-title-detail.green:before {
	color: #98D94F;
}

.location-link {
	padding-top: 16px;
}

.location-link a,
span.tt-arrow-wrap {
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	left: -10px;
	top: -10px;
	overflow: hidden;
	background-image: url(https://info.neurocaregroup.com/hubfs/nuerocare_theme_2021/icons/arrow-up.svg);
	background-position: -10px 30px;
	background-size: 10px 10px;
	transition: 0s ease all;
	background-repeat: no-repeat;
	padding: 10px;
}

span.tt-arrow-wrap {
	left: 0px;
	top: 9px;
	display: inline-block !important;
}

span.tt-arrow-wrap img {
	display: block !important;
	margin-left: 0;
}

.location-link a img,
span.tt-arrow-wrap img {
	position: relative;
	left: 0;
	top: 0;
	transition: 0s ease all;
}

.location-listing:hover .location-link a img,
.location-tooltip-cta:hover span.tt-arrow-wrap img {
	transition: 0.2s ease all;
	left: 20px;
	top: -20px;
}

.location-listing:hover .location-link a,
.location-tooltip-cta:hover span.tt-arrow-wrap {
	transition: 0.2s ease all;
	background-position: center center;
}

.gm-pop-out {
	padding: 30px;
	position: relative;
}

.gm-po-title,
.panel-title-header {
	font-size: 24px;
	line-height: 150%;
}

.gm-po-location-tal,
.panel-title-detail {
	color: #777777;
	font-size: 20px;
	line-height: 150%;
}

.gm-po-location-tal:before,
.panel-title-detail:before {
	content: "\2022";
	display: inline-block;
	line-height: 16px;
	color: #1ac8ed;
	vertical-align: text-top;
	font-size: 50px;
}

.gm-po-location-tal.orange:before {
	color: #FB9734;
}

.gm-po-location-tal.green:before {
	color: #98D94F;
}

.location-tooltip-cta {}

.location-tooltip-cta a {
	font-size: 20px;
	font-weight: 400;
	line-height: 150%;
	font-weight: bold;
	font-family: 'Roobert-Bold' !important;
}

.location-tooltip-cta img {
	vertical-align: middle;
	margin-left: 6px;
}

.location-tags span {
	display: inline-block;
	padding: 6px 10px 7px;
	background: #F6F6F6;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.clusterChange {
	background: #000000;
	border-radius: 50%;
	height: 60px;
	width: 60px;
}

.location-listing-section.wrapper {
	grid-template-columns: repeat(auto-fill, 32%);
	position: relative;
	display: grid;
	justify-content: space-between;
}

.location-panel {
	background: white;
	display: none;
}

.location-image-wrapper {
	width: 100%;
	height: 48%;
	overflow: hidden;
	background-size: cover;
	position: relative;
}

.location-image-wrapper .map-panel-close {
	position: absolute;
	top: 20px;
	right: 20px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	transition: 0.4s ease all;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
}

.location-image-wrapper .map-panel-close:hover {
	transform: scale(1.1);
}

.location-image-wrapper .map-panel-close path .location-image-wrapper .map-panel-close:hover path {
	transition: 0.4s ease all;
}

.location-image-wrapper .map-panel-close:hover path:not(:first-child) {
	stroke: #777777;
}

.location-image-wrapper img {
	width: 100%;
	height: auto;
}

.panel-details {
	padding: 40px;
	position: relative;
	top: 0;
	left: 0;
	height: 50%;
}

.panel-links {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.panel-links a {
	height: 46px;
	border-radius: 23px;
	border: 1px solid #1AC8ED;
	padding: 14px 20px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1;
	display: inline-block;
	margin-right: 8px;
	transition: 0.4s ease all;
	margin-top: 10px;
}

.panel-links a:hover {
	transform: scale(1.1);
	transition: 0.4s ease all;
}

a.detail-cta-1 {
	background: #1AC8ED;
	color: #ffffff;
}

a.detail-cta-2 {
	background: #ffffff;
	color: #000000;
	border-color: rgba(167, 167, 167, 0.3);
}

body .popOutNC3 {
	border-radius: 0px !important;
	padding: 0 0 0 0 !important;
}

body .popOutNC3 button[title="Close"] {
	top: 30px !important;
	right: 30px !important;
	width: 40px !important;
	height: 40px !important;
	transition: 0s all !important;
}

body .popOutNC3 button[title="Close"] img {
	margin: 0 0 0 0 !important;
	width: 40px !important;
	height: 40px !important;
}

.google-map .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
	bottom: 120px !important;
	right: auto !important;
	left: 20px !important;
}

@media screen and (min-width: 981px) {
	.gm-style .gm-style-iw-c {
		min-width: 566px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 980px) {
	.gm-style .gm-style-iw-c {
		min-width: 520px !important;
	}
}

@media screen and (max-width: 767px) {
	#dlh_googlemap_2 {
		max-height: 700px !important;
		max-height: 72vh !important;
	}
	.dynamicPageMap {}
	.gm-wrapper {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.google-map {
		margin-left: -30px;
		margin-right: -30px;
	}
	.location-listing {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.gm-style-iw.gm-style-iw-c {
		width: 80%;
		max-width: 290px !important;
		max-width: 84vw !important;
	}
	.gm-pop-out {
		padding: 0px;
	}
	.location-tooltip-cta {
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: 10px 0px;
	}
	.gm-po-location-tal {
		margin-bottom: 0px;
	}
	.location-listing-section .location-listing {
		width: 100%;
	}
	.location-listing-section.wrapper {
		grid-template-columns: repeat(auto-fill, 100%);
	}
	.location-image-wrapper {
		height: 40%;
	}
	.panel-details {
		height: 60%;
		padding: 30px 30px 0px;
	}
	.panel-links {
		left: 30px;
		bottom: 0px;
		width: calc(100vw - 60px);
		display: block;
	}
	.panel-links a {
		display: block;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	body .popOutNC3 {
		padding: 20px !important;
	}
	.gm-po-title,
	.panel-title-header {
		font-size: 20px;
	}
	.gm-po-location-tal,
	.panel-title-detail {
		font-size: 18px;
	}
	.location-tags span {
		font-size: 12px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body .popOutNC3 button[title="Close"] {
		top: 20px !important;
		right: 20px !important;
		width: 20px !important;
		height: 20px !important;
	}
	body .popOutNC3 button[title="Close"] img {
		width: 20px !important;
		height: 20px !important;
	}
	.dynamicPageOverview .nhdTObutton {
		display: flex;
		align-items: Center;
	}
	.dynamicPageOverview .nhdTObutton a {
		margin: 0!Important;
	}
}


/* @media screen and (min-width: 768px) and (max-height: 819px) {
  #dlh_googlemap_2 {
    max-height: 750px !important;
    max-height: 82vh !important;
  }
  .location-image-wrapper {
    height: 30vh;
  }
  .panel-links {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .panel-links a {
    margin-top: 10px;
  }
} */

@media(min-width: 768px) {
	.lthrCard {
		margin-top: 0px!important;
	}
}

@media(max-width: 767px) {
	#hs_cos_wrapper_module_164611224067015 .cffSection {
		padding-bottom: 20px!important;
	}
	.calendar-card {
		padding: 50px 0 0!important;
	}
	.cal-top .nlhTtext {
		padding-top: 50px!important;
	}
}

h3.h6 {
	margin-bottom: 10px;
}

.calendar-card-container {
	display: none;
/* 	margin: 10px;
	padding: 10px; */
}

.loadmore-button {
font-size: 18px;
    line-height: 18px!important;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 14px 20px;
    text-decoration: none;
    font-family: 'Roobert-Medium','Roobert-Regular';
    margin: 0px 5px;

}
/* @keyframes mymove {
0% {top: 10px;opacity:0;}
100%{top:0px;opacity:1;}

} */
.loadmore-button:hover, .loadmore-less:hover,.loadmore-button:focus, .loadmore-less:focus {
transform: scale(1.1);
outline:none;
    animation: mymove 0.5s;
}
.loadmore-button a, .loadmore-less a{
color:inherit!important;
} 

.loadmore-less {
font-size: 18px;
    line-height: 18px!important;
    border: 1px solid #d9d9d9;
    box-sizing: border-box;
    border-radius: 23px;
    padding: 14px 20px;
    text-decoration: none;
    font-family: 'Roobert-Medium','Roobert-Regular';
    margin: 0px 5px;
}

.loadmore{
text-align:Center;
margin: 50px 0px;
}

.loadmore button:disabled, .loadmore .button:disabled{
display:none;
}

.pdifferentmargin {
margin-bottom: 0px!important;

}

/* HUBDB Dynmic page banner spaicng */
.dynamicPageBanner {
    margin-top: 100px;
}

@media(max-width: 767px) {
	.pdifferentmargin {
margin-bottom: 15px!important;	
  }
/* HUBDB Dynmic page banner spaicng */
.dynamicPageBanner {
    margin-top: 60px;
}
}