.staticBanner .bannerTitle {
	font-size: 60px;
	font-family: 'Elza Text Bold';
	color: #606060;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
    width: 90%;
    max-width: 1200px;
}

.staticBanner {
	position: relative;
}

	.staticBanner .col-12 {
		padding: 0;
	}

	.staticBanner .imgcontainer img {
		width: 100%;
	}


.icon-container {
	background-color: #eef8e1;
	border-radius: 50%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

	.icon-container .icon-service {
		color: #74a333;
		font-size: 26px;
	}

.serviceList > a {
	width: 33.33%;
	color: #015C98;
	margin-bottom: 8px;
	font-family: 'Elza Text Bold';
}

	.serviceList > a:hover {
		opacity: 0.85;
	}

.serviceList {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.service-result-wrapper {
	padding-bottom: 15px;
}

.map-col .separator {
	margin: 10px 0 15px 0;
}

.asideNavSection {
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}



.subHeading {
	font-family: 'Elza Text Bold';
	font-size: 30px;
	color: #606060;
	margin-bottom: 0;
}

.searchResultSec {
	padding: 30px 0 90px 0;
}

.gridCardCol {
	margin-bottom: 20px;
}

.gridCard {
	background: #fff;
	box-shadow: 0px 15px 20px rgb(0 33 47 / 10%);
	border-radius: 30px;
	padding: 28px 28px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

	.gridCard .imgcontainer {
		max-width: 50px;
		margin-bottom: 20px;
	}

	.gridCard .title {
		font-size: 18px;
		font-family: 'Elza Text Bold';
		color: #606060;
		margin-bottom: 8px;
	}

	.gridCard .desc {
		font-size: 13px;
		color: #606060;
		margin-bottom: 2px;
	}

.showNavWrapper {
	margin-top: 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

	.showNavWrapper .showEntires {
		color: #454545;
		font-size: 14px;
	}

.page-item.active .page-link {
	z-index: 3;
	color: #6A6A6A;
	background-color: #fff;
	border: 1px solid #6A6A6A;
}

.page-item .page-link {
	padding: 8px 15px;
	font-size: 16px;
	border: 1px solid transparent;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.page-item.disabled .page-link {
	border: 1px solid transparent;
}

.page-item .page-link {
	color: #212721;
}

	.page-item .page-link:hover {
		background: #fff;
		color: #212721;
	}

.page-link.previousLink, .page-link.nextLink {
	color: #212721;
}

.page-item .page-link:hover, .page-item .page-link:focus {
	color: #212721;
	opacity: 0.8;
}

.page-link.previousLink {
	padding-right: 28px
}

.page-link.nextLink {
	padding-left: 13px;
}

.page-item.disabled .page-link {
	color: #6A6A6A;
}

.page-link.previousLink .text {
	display: inline-block;
	margin-left: 10px;
}

.page-link.nextLink .text {
	display: inline-block;
	margin-right: 10px;
}

.page-link.lastPreviousLink {
	padding: 8px 0;
}

.page-link.lastNextLink {
	padding: 8px 0;
}

.page-item .page-link span {
	display: inline-flex;
}

.page-item .nextIcon {
	background: url(../images/nextArrow-black.svg)no-repeat;
	width: 15px;
	display: inline-block;
	height: 30px;
}

.page-item.disabled .nextIcon {
	background: url(../images/nextArrow-grey.svg)no-repeat;
}

.page-item .previousIcon {
	background: url(../images/previousArrow-black.svg)no-repeat;
	width: 15px;
	display: inline-block;
	height: 30px;
}

.page-item.disabled .previousIcon {
	background: url(../images/previousArrow-grey.svg)no-repeat;
}

.page-item .lastPreviousIcon {
	background: url(../images/lastPreviousArrow-black.svg)no-repeat;
	width: 17px;
	display: inline-block;
	height: 30px;
}

.page-item.disabled .lastPreviousIcon {
	background: url(../images/lastPreviousArrow-grey.svg)no-repeat;
}

.page-item .lastNextIcon {
	background: url(../images/lastNextArrow-black.svg)no-repeat;
	width: 17px;
	display: inline-block;
	height: 30px;
}

.page-item.disabled .lastNextIcon {
	background: url(../images/lastNextArrow-grey.svg)no-repeat;
}

.pagination {
	align-items: center;
}

.page-item .page-link, .page-item.disabled .page-link {
	background: transparent;
}

.heartCareDetailRow {
	padding: 0 40px;
}

.heartCareDetailRow a {
	color: #015C98;
	text-decoration: none;
}

.heartCareDetailRow a:hover {
	color: #015C98;
	text-decoration: underline;
}

.heartCareDetailSec {
	padding: 0;
}

.tabHeader {
	border-bottom: 2px solid #015C98;
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 40px;
}

	.tabHeader a {
		text-decoration: none !important;
		background: #E5F7FF;
		border-radius: 20px 20px 0px 0px;
		color: #6A6A6A;
		font-size: 20px;
		padding: 22px 42px;
	}

	.tabHeader li {
		margin-left: 16px;
		display: flex;
	}

		.tabHeader li:first-child {
			margin-left: 0px;
		}

	.tabHeader a[aria-expanded="true"], .tabHeader a:hover, .tabHeader a:focus {
		background: #015C98;
		color: #fff;
		font-family: 'Elza Text Bold';
	}

.tabContent .sectionTitle {
	padding: 40px 0;
}

.tabContent p {
	color: #606060;
	font-size: 18px;
}

.videoWrapper {
	overflow: hidden;
	border-radius: 34px;
	position: relative;
	margin-bottom: 26px;
}

	.videoWrapper .playBtn {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

.subSectionTitle {
	font-size: 30px;
	font-family: 'Elza Text Bold';
	color: #606060;
	margin-bottom: 16px;
}

.tabContent .collapse h6 {
	font-size: 18px;
	font-family: 'Elza Text Bold';
	color: #606060;
}

.contentList {
	color: #606060;
	list-style: none;
	padding: 0;
	font-size: 18px;
	column-count: 3;
	margin-top: 16px;
}

	.contentList li {
		margin-bottom: 16px;
		position: relative;
		padding-left: 20px;
	}

		.contentList li::before {
			content: '';
			position: absolute;
			top: 9.5px;
			left: 0;
			width: 8px;
			height: 8px;
			background: #74A333;
			border-radius: 50%;
		}

.openHeartSec {
	background: #F7F7F7;
	padding: 60px 0 40px 0;
}

.blueOverride {
	background: #E5F7FF !important;
}

.openHeartRow, .awardsRow {
	padding: 0 40px;
}

.openHeartSec p {
	font-size: 18px;
	color: #606060;
}

.openHeartSec .contentList {
	margin-top: 24px;
	column-count: 1;
}

	.openHeartSec .contentList li {
		font-size: 18px;
	}

.openHeartSec h6 {
	font-size: 18px;
	font-family: 'Elza Text Bold';
	color: #606060;
}

.openHeartSec .imgGrp {
	border-radius: 30px;
	position: relative;
}

	.openHeartSec .imgGrp img {
		z-index: 2;
		position: relative;
		top: -13px;
		width: 100%;
		border-radius: 25px;
	}

	.openHeartSec .imgGrp::after {
		content: '';
		position: absolute;
		bottom: -13px;
		right: -26px;
		width: 100%;
		height: 100%;
		background: linear-gradient(180deg, #7DBE23 0%, #639320 100%) 0% 0%;
		border-radius: 30px;
	}

.awardsSec {
	padding: 80px 0 120px 0;
}

.awardsSlider {
	margin-top: 50px;
}

	.awardsSlider .slick-slide img {
		display: block;
		margin: 0 auto;
	}

	.awardsSlider .slick-dots li.slick-active button {
		background: #0075A9;
	}

	.awardsSlider .slick-dots li button {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		padding: 0;
		color: rgb(102 143 0 / 25%);
		background: #BFC4B8;
	}

.trendingSec .btn-outline-primary {
	font-size: 18px;
	padding: 11px 36px;
	border-radius: 30px;
	font-family: 'Elza Text Bold';
	border: 1px solid #0075A9;
	background: #fff;
	color: #0075A9;
}

	.trendingSec .btn-outline-primary:hover, .trendingSec .btn-outline-primary:hover {
		background: #0075A9;
		color: #fff;
	}

.trendingSec {
	background: #F7F7F7;
}

.QuickNavList li a .hoverIcon {
	display: none;
}

.QuickNavList li a .defaultIcon {
	display: inline-flex;
}

.QuickNavList li a.active .hoverIcon, .QuickNavList li a:hover .hoverIcon {
	display: inline-flex;
}

.QuickNavList li a.active .defaultIcon, .QuickNavList li a:hover .defaultIcon {
	display: none;
}

.QuickNavList li {
	margin-bottom: 20px;
	display: flex;
}

.QuickNavList {
	padding: 0;
	margin: 0;
	list-style: none;
}

	.QuickNavList li a {
		text-decoration: none !important;
		background: #E5F7FF;
		border-radius: 15px;
		width: 100%;
		display: flex;
		color: #015C98;
		align-items: center;
		padding: 20px 20px;
	}

		.QuickNavList li a:hover, .QuickNavList li a.active {
			background: #015C98;
			color: #fff;
		}

	.QuickNavList li .content {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
	}

	.QuickNavList li .imgcontainer {
		min-width: 50px;
		width: 50px;
		margin-right: 12px;
	}

	.QuickNavList li .sub {
		font-size: 16px;
	}

	.QuickNavList li h3 {
		font-size: 30px;
		font-family: 'Elza Text Bold';
		margin: 0;
	}

	.QuickNavList li .content > img {
		margin-left: 10px;
	}

	.QuickNavList li .sub {
		font-size: 16px;
	}

ul.providerSec {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.providerSec li {
	margin-bottom: 30px;
	margin-right: 30px;
	width: calc(33.33% - 30px);
}

	.providerSec li .providerWrapper {
		background: #F7F7F7;
		border-radius: 20px;
		height: 100%;
	}

.providerWrapper .imgcontainer img {
	max-height: 350px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0px 0px;
}

.providerWrapper .content {
	padding: 18px 18px 15px 18px;
	height: calc(100% - 230px);
	display: flex;
	flex-direction: column;
	/* justify-content: space-between;*/
}

	.providerWrapper .content .name {
		font-size: 20px;
		font-family: 'Elza Text Bold';
		color: #678F00;
		margin-bottom: 8px;
	}

	.providerWrapper .content .edu {
		font-size: 16px;
		font-family: 'Elza Text Medium';
		color: #606060;
	}

.newsSliderSec .imgContainer {
	position: relative;
}

	.newsSliderSec .imgContainer .playBtn {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 70px;
		height: 70px;
		transform: translate(-50%, -50%);
		cursor: pointer;
	}

ul.locationSec {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.locationSec > li {
	margin-bottom: 30px;
	margin-right: 30px;
	width: calc(50% - 30px);
}

.locationSec li .locationWrapper {
	background: #F7F7F7;
	border-radius: 15px;
	height: 100%;
	padding: 20px 20px;
}

.locationWrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.locationWrapper h6 {
	color: #678F00 !important;
	margin-bottom: 12px;
}

.locationWrapper ul li .imgIcon {
	min-width: 26px;
	margin-right: 2px;
}

.locationWrapper ul li {
	display: flex;
	color: #606060;
	font-size: 16px;
	margin-bottom: 8px;
}

	.locationWrapper ul li span:nth-child(2) {
		display: inline-flex;
		align-items: center;
	}

.locationWrapper ul h5 {
	font-size: 20px;
	color: #678F00;
	font-family: 'Elza Text Bold';
	margin: 14px 0;
}

.heartCareSec {
	background: #E5F7FF;
	padding: 64px 0;
}

.heartCareRow {
	padding: 0 26px;
}

.newsSliderSec .part2 div .imgIcon {
	min-width: 26px;
	margin-right: 6px;
	margin-top: 2px;
}

.newsSliderSec .part2 div {
	display: flex;
	color: #606060;
	font-size: 16px;
	margin-bottom: 8px;
}

.newsSliderSec .part2 .date {
	font-size: 12px;
}

.newsSliderSec .part2 div span:nth-child(2) {
	display: inline-flex;
	align-items: center;
}

.newsSliderSec .imgContainer img {
	width: 100%;
}

.heartCareSec .btn-outline-primary {
	font-size: 18px;
	padding: 11px 36px;
	border-radius: 30px;
	font-family: 'Elza Text Bold';
	border: 1px solid #0075A9;
	background: #fff;
	color: #0075A9;
}

	.heartCareSec .btn-outline-primary:hover, .heartCareSec .btn-outline-primary:hover {
		background: #0075A9;
		color: #fff;
	}

.heartCareSec .subSectionTitle {
	margin-bottom: 40px;
	padding: 0 15px;
}

.heartCareSec .slick-prev {
	left: -40px;
}

.heartCareSec .slick-next {
	right: -40px;
}

.VideoWrapper {
	position: relative;
	margin-bottom: 32px;
}

	.VideoWrapper img {
		width: 100%;
	}

	.VideoWrapper .playBtn {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 70px;
		height: 70px;
		z-index: 2;
		cursor: pointer;
	}

.serviceContentCard {
	transition: all 0.2s ease;
	display: flex;
	flex: 1;
	text-decoration: none;
	border-radius: 20px;
	background: #F7F7F7;
	transition: all 0.2s ease;
}


	.serviceContentCard:hover {
		background-color: #EAF6FC;
		border-color: #CFE6F2;
		box-shadow: 0 12px 24px rgba(0,0,0,0.10);
		transform: translateY(-4px);
		text-decoration: none !important;
	}

.serviceContentCard--disabled {
	pointer-events: none;
}

.cardInner {
	display: flex;
	flex-direction: column;
	padding: 22px 16px;
	height: 100%;
	justify-content: flex-start;
}
.serviceContentCard .cardInner .imgcontainer {
    max-width: 50px;
	margin-bottom: 20px;
	background: #fff;
}
.serviceContentCard .imgIcon {
	margin-bottom: 12px;
}


.serviceContentCard a {
    color: #678F00;
}

.serviceContentCardCol {
	display: flex;
	margin-bottom: 24px;
}

.serviceContent {
	margin-top: 26px;
}

.serviceContentCard .servicesName {
	font-size: 20px;
	color: #000000;
	font-family: 'Elza Text Medium';
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchResultRow {
	padding: 0 40px;
}

.addressSec ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #606060;
}

.addressSec li {
	display: flex;
	margin-bottom: 10px;
}

.addressSec .imgIcon img {
	width: 100%;
}

.addressSec .imgIcon {
	min-width: 20px;
	width: 20px;
	margin-right: 6px;
}

.separator {
	border-bottom: 2px dashed rgb(96 96 96 / 20%);
	margin: 16px 0;
}

.addressSec {
	background: #F7F7F7;
	border-radius: 30px;
	padding: 20px 20px;
	margin-top: 20px;
}

.mapWrapper {
	border: 1px solid #C1C1C1;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

	.mapWrapper iframe {
		width: 100%;
	}

.addressTitle {
	font-size: 20px;
}

.addressTitle {
	font-size: 20px;
	color: #678F00;
	font-family: 'Elza Text Bold';
	margin-bottom: 15px;
}

.openHeartSec .subheading {
	margin: 28px 0;
}

.conditionsSec {
	padding: 48px 0;
}

	.conditionsSec .contentList {
		column-count: 4;
		margin: 30px 0 24px 0;
	}

		.conditionsSec .contentList li {
			padding-right: 20px;
		}

	.conditionsSec p {
		font-size: 18px;
		color: #606060;
	}

#mobileaboutSection .subSectionTitle {
	padding: 0;
}

.mobileaddressSec {
	display: none;
}
/*physican page provider widget*/
.slProviderWrapper {
	margin-bottom:15px;
}
.slProviderWrapper .gridCard {
    background: #fff;
    box-shadow: 0px 10px 20px rgb(12 5 5 / 6%);
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slProviderWrapper .gridCard .imgcontainer {
    position: relative;
    width: 100%;
    max-width: 220px;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto;
}
.slProviderWrapper .gridCard .imgcontainer .providerImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}
.slProviderWrapper .gridCard .imgcontainer .TMGIcon {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 34px;
    height: 34px;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.slProviderWrapper .gridCard .info {
    min-height: 150px;
}
.slProviderWrapper .gridCard .title {
    font-size: 24px;
    color: #678F00;
    font-family: 'Elza Text Bold';
    margin-bottom: 4px;
}
.slProviderWrapper .gridCard .title a{
	color: #678F00 !important;
}
.slProviderWrapper .gridCard .specialist {
    font-size: 16px;
    color: #606060;
    font-family: 'Elza Text Medium';
    margin-bottom: 12px;
}
.slProviderWrapper .gridCard .desc {
    font-size: 14px;
    color: #606060;
}
.slProviderWrapper .gridCard .availabilityBtn {
    background: #AFD679;
    color: #000;
    border-radius: 32px;
    font-size: 16px;
    font-family: 'Elza Text Bold';
    padding: 8px 24px;
    cursor: pointer;
}
/*physican page provider widget*/
@media(min-width:768px) {
	.mobileTabHeader {
		display: none;
	}
}

@media(min-width:992px) {
	.mobileQuickNavList {
		display: none;
	}
}

@media(min-width:1366px) {
}

@media(min-width:1440px) {
}

@media(min-width:1536px) {
}

@media(min-width:1600px) {
}

@media(min-width:1920px) {
}

@media(min-width:2560px) {
}



@media(max-width:1600px) {
}

@media(max-width:1532px) {
}

@media(max-width:1440px) {
}

@media(max-width:1366px) {
	.quickSearchWrapper {
		padding: 0 30px;
	}
	.staticBanner .bannerTitle {
		font-size: 50px;
	}
}

@media(max-width:1280px) {
	.heartCareSec .slick-prev {
		left: -32px;
	}

	.heartCareSec .slick-next {
		right: -32px;
	}
}

@media(max-width:1200px) {
	.providerWrapper .content {
		height: calc(100% - 220px);
	}
}

@media(max-width:1199px) {
	.gridCard .title {
		font-size: 16px;
	}

	.gridCard {
		padding: 20px;
	}

	.searchResultSec {
		padding: 30px 0 50px 0;
	}

	.openHeartRow, .awardsRow, .heartCareDetailRow {
		padding: 0 15px;
	}

	.searchResultRow {
		padding: 0 25px;
	}

	.tabHeader a {
		font-size: 18px;
		padding: 20px 36px;
	}

	.QuickNavList li h3 {
		font-size: 24px;
	}

	.providerWrapper .content .name {
		font-size: 18px;
	}

	.providerWrapper .content .edu {
		font-size: 14px;
	}

	.providerWrapper .content {
		padding: 15px 15px;
		height: calc(100% - 206px);
	}

	.providerSec li {
		margin-bottom: 15px;
		margin-right: 15px;
		width: calc(33.33% - 15px);
	}

	.locationSec > li {
		margin-bottom: 15px;
		margin-right: 15px;
		width: calc(50% - 15px);
	}

	.heartCareSec .newsSliderSec .content {
		min-height: 200px;
	}

	.heartCareRow {
		padding: 0 15px;
	}

	.heartCareSec .slick-prev {
		left: -10px;
	}

	.heartCareSec .slick-next {
		right: -10px;
	}

	.serviceContentCard .servicesName {
		font-size: 18px;
	}

	.openHeartSec .subheading {
		margin: 20px 0;
	}
}

@media(max-width:1024px) {
	.heartCareDetailSec {
		padding: 30px 0;
	}

	.heartCareSec {
		padding: 30px 0;
	}
}

@media(max-width:1023px) {
	.tabHeader a {
		font-size: 18px;
		padding: 20px 28px;
	}

	.tabContent .collapse .sectionTitle {
		padding: 24px 0;
	}

	.subSectionTitle {
		font-size: 24px;
	}

	.providerWrapper .content {
		height: calc(100% - 200px);
	}
}

@media(max-width:992px) {
}

@media(max-width:991px) {
	.staticBanner .bannerTitle {
		font-size: 24px;
	}

	.quickSearchWrapper {
		padding: 0 15px;
	}

	.subHeading {
		font-size: 24px;
	}

	.resultWrapperCol {
		order: 4;
	}

	.headerGrpCol {
		order: 3;
	}

	.asideNavSectionCol {
		order: 2;
	}

	.searchResultSec {
		padding: 30px 0;
	}

	.filterAction {
		margin-top: 50px;
	}

	.heartCareDetailRow {
		flex-direction: column-reverse;
	}

	.heartCareDetailSec {
		padding: 40px 0;
	}

	.tabContent .collapse p {
		font-size: 16px;
	}

	.tabContent .collapse .sectionTitle br {
		display: none;
	}

	.openHeartSec {
		padding: 40px 0 40px 0;
	}

	.awardsSec {
		padding: 40px 0;
	}

	.awardsSlider .slick-dots {
		bottom: -20px;
	}

	.awardsSlider {
		margin-top: 30px;
	}

	.subSectionTitle {
		font-size: 18px;
	}

	.openHeartSec h6 {
		font-size: 16px;
	}

	.openHeartSec p {
		font-size: 16px;
	}

	.QuickNavList li h3 {
		font-size: 18px;
	}

	.QuickNavList li .sub {
		font-size: 14px;
	}

	.openHeartSec .contentList li {
		font-size: 16px;
	}

	.providerWrapper .content {
		height: calc(100% - 230px);
	}

	.heartCareSec .newsSliderSec .content {
		min-height: 174px;
	}

	.searchResultRow {
		padding: 0 15px;
	}

	.addressSec {
		margin-bottom: 20px;
	}

	.openHeartSec .imgGrp {
		margin-top: 20px;
	}

	.conditionsSec {
		padding: 30px 0;
	}

		.conditionsSec .contentList {
			column-count: 3;
			margin: 20px 0;
		}

	.addressTitle {
		font-size: 18px;
	}

	.conditionsSec p {
		font-size: 16px;
	}

	.mobileQuickNavList {
		padding: 0 30px;
	}

	#mobileaboutSection, #mobilelocationSection {
		margin: 0 0px 20px -30px;
		width: calc(100% + 56px);
	}

	.addressSec {
		display: none
	}

	.mobileaddressSec.addressSec {
		display: block;
		margin: 0 30px 20px 30px;
	}
}

@media(max-width:768px) {
}

@media(max-width:767px) {

	.service-result-wrapper {
		flex-direction: column-reverse;
	}
	.staticBanner .bannerTitle {
		font-size: 20px;
	}

	.quickSearchWrapper .form-group {
		margin-bottom: 15px;
	}

	.quickSearchWrapper .btn-outline-primary {
		width: 100%;
		margin-bottom: 15px;
	}

	.tabHeader {
		flex-direction: column;
		width: 100%;
		border-bottom: 0;
		padding-top: 0px;
	}

		.tabHeader li {
			width: 100%;
			margin-left: 0;
			margin-bottom: 15px;
		}

		.tabHeader a {
			font-size: 16px;
			padding: 18px 24px;
			border-radius: 20px;
			width: 100%;
			display: flex;
			justify-content: space-between;
		}

			.tabHeader a .mobileDownArrow {
				margin-left: 8px
			}

	.QuickNavList li .imgcontainer {
		min-width: 42px;
		width: 42px;
	}

	.QuickNavList li h3 {
		font-size: 16px;
	}

	.tabContent .collapse p {
		font-size: 14px;
	}

	.contentList {
		column-count: 2;
	}

	.awardsSlider .slick-prev {
		left: -24px;
	}

	.awardsSlider .slick-next {
		right: -24px;
	}

	.openHeartSec p, .openHeartSec .contentList li {
		font-size: 14px;
	}

	.tabHeader a[aria-expanded="true"] .mobileDownArrow img, .tabHeader a:hover .mobileDownArrow img, .tabHeader a:focus .mobileDownArrow img {
		transform: rotate(180deg);
		filter: contrast(1);
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.tabHeader {
		display: none;
	}

	.mobileTabHeader {
		display: flex;
		margin-bottom: 15px;
	}

.heartCareDetailSec {
	padding: 10px 0;
}

	.openHeartSec, .awardsSec {
		padding: 30px 0;
	}

	.providerSec li {
		width: calc(50% - 15px);
	}

	.locationSec > li {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
	}

	.serviceContentCard .servicesName {
		font-size: 16px;
	}

	.addressTitle {
		font-size: 16px;
	}

	.conditionsSec p {
		font-size: 14px;
	}

	.awardsSlider .slick-dots {
		bottom: -34px;
	}

	.openHeartSec .openHeartRow {
		flex-direction: column-reverse;
	}

	#mobileaboutSection .subSectionTitle {
		margin-top: 30px;
	}

	.gridCard .content .icon-container {
		display: none;
	}
}

@media(max-width:576px) {
	.quickSearchWrapper .control-label {
		margin-bottom: 8px;
	}

	.quickSearchWrapper .form-group {
		margin-bottom: 10px;
	}

	.quickSearchWrapper .btn-outline-primary {
		margin-bottom: 10px;
	}

	.quickSearchSec {
		padding: 15px 0;
	}

	.showNavWrapper {
		flex-direction: column;
		align-items: flex-start;
	}

		.showNavWrapper .showEntires {
			margin-bottom: 15px;
		}

	.subHeading {
		font-size: 18px;
	}

	.awardsSlider .slick-prev {
		left: -15px;
	}

	.awardsSlider .slick-next {
		right: -15px;
	}

	.providerWrapper .content .name {
		font-size: 16px;
	}

	.conditionsSec .contentList {
		column-count: 2;
	}

	.serviceList > a {
		width: 100%;
	}
}

@media(max-width:575px) {
	.contentList li {
		margin-bottom: 15px;
	}
}

@media(max-width:480px) {
	.providerWrapper .content {
		height: calc(100% - 207px);
	}
}

@media(max-width:420px) {
	.contentList li {
		margin-bottom: 8px;
	}

	.contentList {
		column-count: 1;
	}

	.providerWrapper .content {
		height: calc(100% - 175px);
	}

	.conditionsSec .contentList {
		column-count: 1;
	}
}

@media (max-width:380px) {
	.providerWrapper .content {
		height: calc(100% - 154px);
	}
}

ul.providerSec a, ul.locationSec a {
	color: #678F00
}

.specialist {
    font-size: 16px;
    color: #606060;
    font-family: 'Elza Text Medium';
}