.staticBanner .bannerTitle{
	font-size:60px;
	font-family: 'Elza Text Bold';
    color: #606060;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.staticBanner{
	position:relative;
}
.staticBanner .col-12 {
	padding: 0;
}
.staticBanner .imgcontainer img {
	width:100%;
}
.blueOverride {
	background: #E5F7FF !important;
}
.grayOverride {
	background: #F7F7F7 !important;
}
.before-after-gallery img {
	cursor: zoom-in;
}
.aboutUs{
	/*padding:64px 0;*/
	padding: 14px 0;
}
.aboutUsWrapper{
	padding:0 40px;
}
	.aboutUsWrapper a {
		color: #015C98;
		text-decoration: none;
	}
		.aboutUsWrapper a:hover {
			text-decoration: underline;
		}

	.aboutUsWrapper .btn-primary {
		color: #fff;
	}
	.aboutUsWrapper .btn-primary:hover {
		text-decoration: none;
	}

.aboutUsWrapper img {
	border-radius: 25px;
}

	.aboutUsWrapper strong {
		font-family: "Elza Text Bold";
		font-weight: normal;
	}

.asideNavSection {
	padding: 24px 20px 12px 20px;
}
.aboutUs .sectionTitle{
	margin-bottom:15px;
	margin-top: 15px;
}
.aboutUs .titleDesc{
	font-size:20px;
	margin-bottom:20px;
	font-family: 'Elza Text';
    color: #606060;
}
.aboutUsSecImg {
    width: 100%;
    border-radius: 60px;
	position:relative;
} 
.aboutUsSecImg > img {
    width: 100%;
}
.aboutUsSecImg .aboutUsYears {
    max-width: 210px;
    position: absolute;
    bottom: -105px;
    left: 35px;
}
.aboutUsContent {
    margin-top: 125px;
	margin-bottom:35px;
    color: #606060;
    font-size: 18px;
    font-family: 'Elza Text';
}
.aboutUsContent p{
    margin-bottom:24px;
}

.conditionsSec {
    padding: 48px 0;
}

	.conditionsSec .contentList {
		column-count: 4;
		margin: 30px 0 24px 0;
	}

.heartCareDetailRow {
    padding: 0 40px;
}
.redefineCareSec{
	background:url(../images/about/redefineCareBg.svg) no-repeat;
	width:100%;
	padding:90px 0 60px 0;
	background-size: cover;
}
.redefineCareWrapper, .whatTannerWrapper{
	padding:0 40px;
}
.redefineCareWrapper .sectionTitle{
	margin-bottom:42px;
}
.redefineCareWrapper .content {
    color: #606060;
    font-size: 18px;
}
.redefineCareWrapper .imgGrp{
	border-radius:30px;
	position:relative;
}
.redefineCareWrapper .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;
}
.redefineCareWrapper .imgGrp img {
    z-index: 2;
    position: relative;
    top: -13px;
    width: 100%;
}

	.redefineCareWrapper .imgGrp iframe {
		z-index: 2;
		position: relative;
		top: -13px;
		width: 100%;
		border-radius: 30px;
	}

.redefineCareWrapper .content{
	padding-left:55px;
}
.redefineCareWrapper .playBtn, .whatTannerWrapper .playBtn{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:70px;
	height:70px;
	z-index:2;
	cursor:pointer;
}
.whatTannerWrapper .sectionTitle{
	margin-bottom:42px;
}
.whatTannerWrapper .content {
    color: #606060;
    font-size: 18px;
}
.whatTannerSec{
	padding: 90px 0 60px 0;
}
.whatTannerWrapper .imgContainer{
	border-radius:30px;
	position:relative;
	width:100%;
}
.whatTannerWrapper .imgContainer img{
	width:100%;
	border-radius: 25px;
}

.whatTannerWrapper .imgContainer iframe {
    z-index: 2;
    position: relative;
    top: -13px;
    width: 100%;
    border-radius: 30px;
}

.newsBlogsSec {
	background: #F7F7F7;
}

.subSectionTitle {
	font-family: 'Elza Text Bold';
	font-size: 30px;
	color: #606060;
	margin-bottom: 8px;
	padding-top: 15px;
}

h3.subSectionTitle {
	font-size: 24px;
}

h4.subSectionTitle {
	font-size: 20px;
}

h5.subSectionTitle {
	font-size: 18px;
}

h6.subSectionTitle {
	font-size: 16px;
}

p {
	font-size: 18px;
	color: #606060;
}

.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: 24px;
		font-family: 'Elza Text Bold';
		margin: 0;
	}

	.QuickNavList li .content > img {
		margin-left: 10px;
	}

	.QuickNavList li .sub {
		font-size: 16px;
	}

.separator {
	border-bottom: 2px dashed rgb(96 96 96 / 50%);
	margin: 16px 0;
}

.bgblueCard {
	background: #E5F7FF;
	border-radius: 20px;
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 28px 28px;
	justify-content: space-between;
}

.bgblueCardCol {
	margin-bottom: 30px;
}

.bgblueCard .innerSec .imgIcon img {
	width: 100%;
}

.bgblueCard .innerSec .imgIcon {
	display: inline-flex;
	width: 50px;
	margin-bottom: 12px;
}

.bgblueCard .servicesName {
	color: #015C98;
}

.bgblueCard .subSectionTitle {
	color: #015C98;
	font-size: 30px;
	margin-bottom: 16px;
}

.bgblueCard .desc {
	color: #212721;
	margin-bottom: 12px;
}

.bgblueCard a.btn-link {
	font-size: 14px;
	margin: 0;
}

iframe {
	border-radius: 30px;
}

.openHeartSec {
	background: #F7F7F7;
	padding: 60px 0 40px 0;
}

.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;
	}

.openHeartSec .subheading {
	margin: 28px 0;
}

.serviceContent2 {
	margin-top: 50px;
}

.serviceListWrapper {
	padding: 0 40px;
}

	.serviceListWrapper .serviceSectionTitle {
		font-size: 25px;
		font-family: 'Elza Text Bold';
		color: #606060;
		margin-bottom: 48px;
	}
.heartCareDetailRow p {
    font-size: 16px;
}

/*Accordion Styles*/
/* Header */
.ui-accordion-header {
    position: relative;
    margin-top: 12px;
    padding: 18px 55px 18px 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #606060;
	font-family: 'Elza Text Bold';
    font-size: 1.05rem;
    cursor: pointer;
    transition: all .25s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

/* Hover */
.ui-accordion-header:hover {
    border-color: #678f00;
    box-shadow: 0 4px 12px rgba(0,0,0,.08);
    transform: translateY(-1px);
}

.ui-accordion-header:first-child {
    margin-top: 0;
}

/* Active */
.ui-accordion-header.ui-state-active {
    color: #678F00;
    border-color: #e5e7eb;
    border-bottom: 1px solid #e5e7eb; /* keep border */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: -1px; /* overlaps content border */
    box-shadow: none;
}

/* Content */
.ui-accordion .ui-accordion-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	margin: 0;
}

/* Remove old borders */
.ui-accordion .ui-accordion-content-active {
    border-top: 0;
}

/* Plus / Minus Icon */
.ui-accordion-header:before {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-right: 2px solid #678F00;
    border-bottom: 2px solid #678F00;
    transform: translateY(-60%) rotate(45deg);
    transition: transform .25s ease;
}

.ui-accordion-header.ui-state-active:before {
	transform: translateY(-40%) rotate(-135deg);
}


@media(min-width:992px){
	
}
@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){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1200px){
	
}
@media(max-width:1199px){
	.aboutUs .titleDesc {
		font-size: 18px;
	}
	.aboutUsSecImg .aboutUsYears {
		max-width: 150px;
		bottom: -75px;
	}
	.aboutUsContent {
		margin-top: 90px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.aboutUsContent p {
		margin-bottom: 15px;
	}
	.redefineCareSec {
		padding: 70px 0 40px 0;
	}
	.redefineCareWrapper .sectionTitle, .whatTannerWrapper .sectionTitle {
		margin-bottom: 24px;
	}
	.redefineCareWrapper .content {
		padding-left: 30px;
		font-size: 16px;
	}
	.whatTannerWrapper .content{
		font-size: 16px;
	}
	.whatTannerSec {
		padding: 40px 0;
	}
	.redefineCareWrapper, .whatTannerWrapper {
		padding: 0 15px;
	}
	.aboutUs {
		padding: 40px 0;
	}
	.aboutUsWrapper {
		padding: 0 15px;
	}
	
	.staticBanner .bannerTitle {
		font-size: 50px;
	}
	.QuickNavList li h3 {
		font-size: 24px;
	}
	.bgblueCard .subSectionTitle {
		font-size: 24px;
	}

	.bgblueCard .desc {
		font-size: 14px;
	}
	.openHeartRow, .awardsRow, .heartCareDetailRow {
		padding: 0 15px;
	}
	.openHeartSec .subheading {
		margin: 20px 0;
	}
	.serviceListWrapper {
		padding: 0 30px;
	}
}
@media(max-width:1024px){
	
}
@media(max-width:1023px){
	
	  
}
@media(max-width:992px){
	
}
@media(max-width:991px){
	.aboutUsWrapper {
		flex-direction: column-reverse;
	}
	.staticBanner .bannerTitle {
        font-size: 24px;
    }
	.redefineCareWrapper .imgGrp::after {
		right: -15px;
	}
	.aboutUs {
        padding: 10px 0;
    }
	.redefineCareSec {
        padding: 50px 0;
    }
	.redefineCareWrapper .imgGrp img {
		top: -2px;
	}
	.redefineCareWrapper .content {
        padding-left: 0;
        margin-top: 30px;
	}
	.whatTannerSec {
        padding: 30px 0;
    }
	.whatTannerWrapper .imgContainer {
		margin-top: 20px;
	}
	.QuickNavList li h3 {
		font-size: 18px;
	}

	.QuickNavList li .sub {
		font-size: 14px;
	}
	.desktopQuickNavList {
		display: block;
	}

	.mobileQuickNavList {
		padding: 0 30px;
	}
	.bgblueCard {
		padding: 20px 20px;
	}

		.bgblueCard .subSectionTitle {
			font-size: 20px;
			margin-bottom: 8px;
		}

	.subSectionTitle {
		font-size: 20px;
	}

	h3.subSectionTitle {
		font-size: 18px;
		margin-top: 25px;
	}

	h4.subSectionTitle {
		font-size: 17px;
	}

	h5.subSectionTitle {
		font-size: 16px;
	}

	h6.subSectionTitle {
		font-size: 15px;
	}

	.openHeartSec {
		padding: 40px 0 40px 0;
	}
		.openHeartSec h6 {
			font-size: 16px;
		}

		.openHeartSec p {
			font-size: 16px;
		}
		.openHeartSec .contentList li {
			font-size: 16px;
		}
		.openHeartSec .imgGrp {
			margin-top: 20px;
		}

	.serviceContent2 {
		margin-top: 20px;
	}
	.serviceListWrapper .serviceSectionTitle {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.serviceListWrapper {
		padding: 0 15px;
	}
}
@media(max-width:768px){
	
	
}
@media(max-width:767px){
	.staticBanner .bannerTitle {
        font-size: 20px;
    }
	.conditionsSec .contentList {
		column-count: 3;
	}
	.aboutUs .titleDesc {
        font-size: 14px;
    }
	.aboutUsSecImg .aboutUsYears {
        max-width: 120px;
        bottom: -60px;
    }
	.aboutUsContent {
        margin-top: 70px;
		margin-bottom: 0px;
        font-size: 14px;
	}
	.aboutUsContent p, .whatTannerWrapper .content {
        margin-bottom: 10px;
    }
	.redefineCareWrapper .sectionTitle, .whatTannerWrapper .sectionTitle {
        margin-bottom: 20px;
		margin-top: 15px;
    }

	.QuickNavList li .imgcontainer {
		min-width: 42px;
		width: 42px;
	}

	.QuickNavList li h3 {
		font-size: 16px;
	}
	.bgblueCard .subSectionTitle {
		font-size: 16px;
	}
	.openHeartSec p, .openHeartSec .contentList li {
		font-size: 14px;
	}
	.heartCareDetailSec, .openHeartSec, .awardsSec {
		padding: 30px 0;
	}
		.openHeartSec .openHeartRow {
			flex-direction: column-reverse;
		}

	.serviceListWrapper .serviceSectionTitle {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media(max-width:576px){
	
}
@media(max-width:575px){
	
}
@media(max-width:480px){
	
	
}
@media(max-width:420px){
	
	
}
@media (max-width:380px){
	
	
}
