:root {
	--primary: #262626;
	--secondary: #B1FBAE;
	--tertiary: #55DBF5;
	--accent: #B1FBAE;
}
html {
	scroll-behavior: smooth;
}
.new-lp {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	display: flex;
	flex-direction: column;
	position: relative;
}

.lp-header {
	width: 100%;
	background: var(--primary);
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 46px 0;
	position: relative;
	z-index: 2;
}
#lp-relative {
	opacity: 0;
	margin-bottom: -30px;
}
#lp-sticky {
	position: fixed;
	top: 0;
	left: 0;
}
.lp-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	max-width: 90vw;
}
.lp-btn {
	background-color: var(--tertiary);
	color: white;
	text-transform: uppercase;
	border-radius: 100px;
	padding: 10px 20px;
	text-align: center;
	font-weight: 600;
	display: inline-block;
	box-sizing: border-box;
	transition: all .6s ease;
}
.lp-btn:visited {
	color: white;
}
.lp-btn:hover {
	background-color: var(--accent);
	color: white;
}
.lp-header-container > .lp-btn {
	width: 240px;
}
.lp-header-container > img {
	width: 300px;
}
.lp-banner {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#lp-mobile {
	display: none;
}
.lp-banner > img {
	width: 100%;
}
.lp-banner-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
}
.lp-banner-caption {
	width: 50%;
}
.lp-banner-caption > h1 {
	color: var(--primary);
	margin-bottom: 0;
	font-weight: bold;
	font-size: 64px;
}
.lp-callouts {
	width: 100%;
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}
.lp-callouts-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
}
.lp-callout {
	width: calc(33.333% - 32px);
	margin: 16px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	background-color: white;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-callout-top {
	width: 100%;
	background-color: var(--primary);
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0px 0px 50% 50%;
	/* box-sizing: border-box; */
}
.lp-callout-top > i {
	font-size: 80px;
	color: var(--accent);
}
.lp-callout-bottom {
	padding: 20px 80px 40px 80px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}
.lp-callout-bottom > h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: var(--primary);
	margin-bottom: 23px;
	font-size: 26px;
}
.lp-callout-bottom > .lp-btn {
	width: 100%;
}
.lp-about {
	background-color: var(--secondary);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 96px 0;
}
.lp-about-container {
	display: flex;
	align-items: center;
	width: 1200px;
	max-width: 90vw;
}
.lp-about-container > img {
	width: calc(50% - 53px);
	margin-right: 53px;
	border-radius: 16px;
}
.lp-about-right {
	width: calc(50% - 53px);
	margin-left: 53px;
}
.lp-about-right > h2 {
	color: var(--primary);
	font-weight: bold;
	font-size: 40px;
}
.lp-services {
	width: 100%;
	background-color: var(--primary);
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp-services-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-services-container > h2 {
	color: white;
	font-size: 40px;
	font-weight: bold;

}
.lp-services-wrapper {
	width: 800px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.lp-services-wrapper > h3 {
	color: white;
	text-transform: uppercase;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	margin: 6px;
	width: calc(50% - 12px);
	background-color: var(--tertiary);
	font-size: 20px;
}
.lp-doctors {
	width: 100%;
	padding: 96px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lp-doctors-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-doctors-container > h2 {
	font-size: 40px;
	color: var(--primary);
	font-weight: bold;
}
.lp-doctors-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}
.lp-doctor-card {
	width: calc(33.333% - 38px);
	margin: 19px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lp-doctor-card > img {
	width: 100%;
	margin-bottom: 32px;
	border-radius: 16px;
}
.lp-doctor-card > h3 {
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 0;
}
.lp-location {
	background-color: var(--tertiary);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 96px 0;
}
.lp-location-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.lp-location-container > h2 {
	color: var(--primary);
	font-size: 40px;
	font-weight: bold;
}
.lp-location-container > iframe {
	border-radius: 16px;
}
#lp-footer {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary);
	padding: 96px 0;
}
.lp-footer-container {
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: white;
}
.lp-footer-container > img {
	margin-bottom: 36px;
	width: 300px;
}
.lp-footer-container a {
	color: var(--tertiary);
	font-weight: bold;
}
.lp-footer-container p > a {
	text-decoration: underline;
}
.page-id-1870 #new-header {
	display: none;
}
@media screen and (max-width: 1024px) {
	.lp-header-container {
		flex-direction: column;
	}
	.lp-header-container > img {
		order: 1;
		margin-bottom: 24px;
	}
	.lp-header-container > .lp-btn {
		width: 100%;
	}
	.lp-header-container > .lp-btn:first-of-type {
		order: 2;
		margin-bottom: 5px;
	}
	.lp-header-container > .lp-btn:last-of-type {
		order: 3;
	}
	#lp-desktop {
		display: none;
	}
	#lp-mobile {
		display: block;
	}
	.lp-banner-caption {
		width: 100%;
	}
	.lp-callouts-container {
		flex-direction: column;
	}
	.lp-callout {
		width: 100%;
		margin: 0 0 32px 0;
	}
	.lp-about-container {
		flex-direction: column;
	}
	.lp-about-container > img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.lp-about-right {
		width: 100%;
		margin-left: 0;
	}
	.lp-services-wrapper {
		flex-direction: column;
	}
	.lp-services-wrapper > h3 {
		width: 100%;
		margin: 0 0 12px 0;
	}
	.lp-doctors-wrapper {
		flex-direction: column;
	}
	.lp-doctor-card {
		width: 100%;
		margin: 0 0 38px 0;
	}
}

.lp-banner{
    background-color: #F3FAFF !important;
}

@media screen and (max-width: 1024px){
	.lp-banner-caption{
		text-align: center;
	}
	.lp-banner-container{
		top: 5%;
	}
	.lp-banner-caption > h1{
		font-size: 24px;
	}
        .lp-banner-caption .lp-btn{
		background-color: var(--primary) !important;
	}
}

.lp-banner-caption .lp-btn {
    margin-top: 12px;
}


.lp-banner-caption>h1 span {
    text-transform: uppercase;
    color: var(--tertiary);
    font-size: 24px;
    line-height: 1.1;
}

.lp-banner-caption>h1 {
    font-size: 28px;
}