body, 
html {
	font-family: "Montserrat", sans-serif;
	overscroll-behavior: none;
	overflow-x: hidden !important;
}
.col-xs-12 {
	padding: 0;
}
.ry-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; 
}
.ry-landing-bg, .ry-landing-bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ry-container-1280 {
	max-width: 1280px;
	margin: 0 auto;
	float: none;
	width: 90%;
}
h1, h2, h3 {
	margin: 0;
}

.landing-meet-dr-michael .ry-content .ry-flex {
    width: min(600px, 100%);
    max-width: 100%;
}

.landing-meet-dr-michael .ry-content {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media screen and (max-width: 1080px) {
    .landing-meet-dr-michael .ry-content {
    justify-content: center;
    align-items: center;
    } 
}


@media (max-width: 1200px) {
	.ry-flex.col2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.ry-flex.col2 .ry-each {
	flex:unset;
	width: calc((100% / 2) - 20px); }
@media (max-width: 1200px) {
	.ry-flex.col2 .ry-each {
		width: 100% !important; } }
@media (max-width: 1200px) {
	.ry-flex.col3 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.ry-flex.col3 .ry-each {
	width: calc((100% / 3) - 20px); }
@media (max-width: 1200px) {
	.ry-flex.col3 .ry-each {
		width: 100% !important; } }
@media (max-width: 1200px) {
	.ry-flex.col4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.ry-flex.col4 .ry-each {
	width: calc((100% / 4) - 20px); }
@media (max-width: 1200px) {
	.ry-flex.col4 .ry-each {
		width: 100% !important; } }
.ry-container {
	max-width: 83.33333%;
	margin: 0 auto;
	float: none; }
@media (min-width: 992px) {
	.ry-container {
		max-width: 1600px; } }
@media screen and (min-width: 992px) and (max-width: 1700px) {
	.ry-container {
		max-width: 90%; } }
@media (max-width: 991px) {
	.ry-container {
		max-width: 90%; } }
.landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between; }
@media (max-width: 991px) {
	.landing-page #landing-hero .ld-leads .cmsForm .ry-flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column; } }
.landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
	width: calc(50% - 6px); }
@media (max-width: 991px) {
	.landing-page #landing-hero .ld-leads .cmsForm .ry-flex .databox {
		width: 100%; } }
/* HEADLINE */

.section-headline h1 {
	font-size: clamp(2.5rem, 2.1017rem + 1.634vw, 6.5rem);
	text-transform: uppercase;
	line-height: 1.1;
	color: #000;
	font-weight: 400;
	margin: 0;
}

.section-headline p {
	font-size: 24px;
	letter-spacing: 7px;
	text-transform: uppercase;
	color: #f5c10c;
	font-weight: 500;
}

.section-headline h2 {
	font-size: clamp(2.5rem, 2.0539rem + 1.8301vw, 6.8rem);
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
}

@media (max-width: 1660px) {
	/*.section-headline h1 {
		font-size: 60px;
	}*/
	.section-headline p {
		font-size: 20px;
		letter-spacing: 7px;
	}
}
@media (max-width: 1080px) {
	.section-headline p {
		font-size: 18px;
		letter-spacing: 7px;
	}
}
@media (max-width: 480px) {
	.section-headline p {
		font-size: 16px;
		letter-spacing: 7px;
	}
}

/* END HEADLINE */

/* TEXT */
.ry-text p {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	color: #000;
	/*font-family: 'Satoshi';*/
}
@media (max-width: 480px) {
	.ry-text p {
		font-size: 16px;
	}
}
/* TEXT */
/* BUTTON */
.ry-btn {
	display: flex;
	justify-content: flex-start;
	width: max-content;
	font-size: 19px;
	transition: .2s;
	height: auto;
	background: #f5c10c;
	border: 1px solid #f5c10c;
	padding: 15px 20px;
	font-weight: 700 !important;
	flex-direction: column;
	line-height: 1.1;
	position: relative;
	text-transform: uppercase;
	text-align: center;
}
.ry-btn.btn-svg-phone:before, .ry-btn.btn-svg-appt:before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.ry-btn .span-1 {
	font-size: 14px;
}
.ry-btn.ry-btn-primary {
	background: #f5c10c;
	color: #000;
}
.ry-btn.ry-btn-primary:hover {
	background: transparent;
	color: #f5c10c;
	transition: .4s;
}
.ry-btn.ry-btn-primary:hover, .ry-btn.ry-btn-secondary:hover {
	text-decoration: none;
}
.ry-btn:after {
	display: none;
}
.button-wrapper {
	display: flex;
	gap: 10px;
}
.ry-btn.ry-btn-secondary {
	background: ;
	color: #fff;
}
.ry-btn.ry-btn-secondary:hover {
	background: #f5c10c;
	color: #fff;
	transition: .4s;
}
.ry-btn.btn-svg-phone {
	font-weight: 600;
}
.ry-btn.btn-svg-phone:before {
	content: "\f095";
	font-family: 'FontAwesome';
}
.ry-btn.btn-svg-appt:before {
	content: "\f073";
	font-family: 'FontAwesome';
}

.btn-center {
	margin: 0 auto;
}
/* END BUTTON */

/* ACCORDION */
.ry-accordion {
	-webkit-box-shadow: 1px 1px 90px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 90px rgba(0, 0, 0, 0.1); }
.ry-accordion .ry-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #403f40;
	padding: 20px 35px;
	border: 0;
	border-bottom: 1px solid rgba(189, 189, 189, 0.5);
	border-radius: 0;
	outline: 0;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Montserrat';
    background: #fff; }
@media screen and (max-width: 500px) {
	.ry-accordion .ry-heading {
		font-size: 16px; } }
@media screen and (min-width: 1440px) {
	.ry-accordion .ry-heading {
		font-size: 18px; } }
.ry-accordion .ry-heading.ui-state-active {
	background: #ffffff;
	font-weight: 700; }
.ry-accordion .ry-heading.ui-state-active:after {
	content: "\f077";
	background: #f5c133;
    color: #000;}
.ry-accordion .ry-heading:after {
	content: "\f078";
	font-family: 'FontAwesome';
	float: right;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #fff; }
.ry-accordion .ry-heading .ui-icon {
	display: none; }
.ry-accordion .ry-content {
	z-index: 10;
	border: 0;
	padding: 30px; }
.ry-accordion .ry-content .ry-photo {
	max-width: 300px; }

/** SLICK **/
.slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    gap: 7px;
    margin-top: 2vw;
	padding-left: 0;
}
.slick-dots li,
.slick-dots button {
    opacity: 0.200;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #000000;
    color: transparent;
	padding: 0;
    margin: 0;
    border: none;
}
.slick-dots li.slick-active,
.slick-dots li.slick-active button {
    background-color: #f5c10c;
    opacity: 1;
}

/* FORM FIELD */
.form-control {
	height: 52px;
	border-radius: unset;
	box-shadow: unset;
	font-size: 18px;
	/*font-family: 'Satoshi';*/
	padding-left: 20px;
}

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

textarea.form-control {
	height: 160px;
	padding-top: 15px;
	resize: unset;
}
/* END FORM */

/* HEADER */
.landing-header {
	padding: 30px 0;
	background: #000;
}

.landing-header .ry-flex .ry-each:not(.button-block) {
	max-width: 200px;
}

.landing-header .ry-flex .ry-each.button-block {
	max-width: max-content;
}

.landing-header .ry-flex {
	align-items: center;
}


.landing-header .button-wrapper {
	display: flex;
}

@media (max-width: 1080px) {
	.landing-header .button-wrapper:not(.mobile-wrapper) {
		display: none;
	}
	.landing-header .button-wrapper .icon-button {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f5c10c;
		border-radius: 50%;
	}

	.landing-header .button-wrapper .icon-button svg {
		width: 18px;
		fill: #fff;
	}

	.landing-header .button-wrapper .icon-button:not(:last-child) {
		margin-right: 10px;
	}
}
@media (min-width: 1081px) {
	.landing-header .button-wrapper.mobile-wrapper {
		display: none;
	}
}
/* END HEADER */

/* HERO CONTENT */
.landing-hero .section-background, 
.landing-hero .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.landing-hero {
	height: 100vh;
}
.landing-hero .ry-logo-wrap img {
	max-width: 335px;
}

.landing-hero .hero-content {
	padding: 150px 0 120px;
	position: relative;
	z-index: 2;
}

.landing-hero .hero-content .ry-flex {
	align-items: flex-end;
}

/*.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
max-width: 1120px;
width: 70%;
padding-right: 7vw;
}

.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
max-width: 480px;
min-width: 480px;
}*/

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
	padding: 50px 55px;
	background: #fff;
	border: 1px solid #cdc8ca;
}


.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-text p {
	margin: 15px 0 30px;
}

.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .ry-btn {
	margin-left: auto;
	margin-right: auto;
	align-items: center;
	justify-content: center;
	padding: 15px;
}

.landing-hero .hero-content .ry-each:nth-child(1) .ry-text p {
	margin: 0;
	color: #000;
}

.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
	margin-top: 5px;
	color: #f5c10c;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
}
.landing-hero .hero-content .field-wrapper {
	margin-bottom: 20px;
}
.landing-hero .section-background:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, #0d0d0d00, #000000b8);
	width: 100%;
	height: 60%;
	z-index: 1;
	opacity: 0;
}

.landing-hero .hero-content .ry-flex .ry-each .text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 2vw;
}
.landing-hero .hero-content .ry-flex .ry-each {
	width: 100%;
	max-width: 650px;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
	max-width: 480px;
	float: right;
	position: relative;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 104%;
	height: 104%;
	border: 2px solid #f5c10c;
	z-index: -1;
}
.landing-hero .ry-content {
	display: flex;
	flex-direction: column;
	gap: 4vw;
}
.landing-hero .ry-badge-logo-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 2vw;
}
.landing-hero .ry-badge-logo-wrap .ry-each img {
	max-width: max-content;
	margin: 0 auto;
}
.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
	color: #050505;
	margin-bottom: 1.5vw;
	font-size: 40px;
}
@media (max-width: 1440px) {
	.landing-hero .hero-content .ry-each:nth-child(1) .section-headline p {
		font-size: 20px;
	}
}
@media (max-width: 1080px) {
	.landing-hero .hero-content {
		padding: 60px 0;
		background: #fafafa;
		min-height: auto !important;
	}
	.landing-hero .hero-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper .section-headline h2 {
		text-align: center;
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(1) {
		width: 100%;
		padding-right: 0;
	}
	.landing-hero .hero-content .ry-flex .ry-each .section-headline h1, 
	.landing-hero .hero-content .ry-flex .ry-each .section-headline p, 
	.landing-hero .hero-content .ry-flex .ry-each .ry-text p {
		text-align: center;
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		max-width: 100%;
		min-width: unset;
		width: 80%;
		margin-top: -15vw;
	}
	.landing-hero .section-background img {
		object-position: center;
	}
	.landing-hero .section-background {
		position: relative;
		padding-bottom: 75%;
	}
	.landing-hero .section-background:before {
		opacity: 0;
	}
}
@media (max-width: 620px) {
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
		padding: 50px 30px;
	}
}
/* END HERO */

/* WELCOME */
.landing-welcome {
	padding: 10vw 0 27vw;
	background: #ecf5f7;
}

.landing-welcome .ry-container {
	display: flex;
	justify-content: center;
}

.landing-welcome .ry-container .ry-content .ry-each {
	width: 50%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
	max-width: 51%;
	width: 100%;
}

.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
	width: 49%;
	padding-left: 5vw;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
	margin-bottom: 15px;
}

.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
	margin-bottom: 0;
}

.landing-welcome .ry-container .ry-content .ry-flex {
	align-items: center;
}
.landing-welcome .ry-container .ry-content .ry-each .ry-text h5 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Lato';
}
.landing-welcome .ry-flex {
	gap: 20px;
}
.landing-welcome .ry-flex .text-wrapper {
	max-width: 640px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.landing-welcome .ry-flex .text-wrapper .ry-list-wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.landing-welcome .ry-flex .text-wrapper .ry-list-wrap .ry-icon-check {
	width: max-content;
}
.landing-welcome .ry-flex .ry-list-content {
	width: 100%;
}
.landing-welcome .ry-flex .ry-list-content p {
	color: #fff;
}


@media (max-width: 1080px) {
	.landing-welcome {
		padding: 60px 0;
	}

	.landing-welcome .ry-flex {
		flex-direction: column;
	}

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 80%;
	}

	.landing-welcome .ry-container .ry-content .ry-each:nth-child(2) {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}

	.landing-welcome .ry-container .ry-content .ry-each .section-headline h2, 
	.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
		text-align: center !important;
	}

	.landing-welcome .ry-container .ry-content .ry-each .ry-text p {
		text-align: center;
	}

	.landing-welcome .ry-container .ry-content .ry-each .section-headline p {
		margin-bottom: 20px;
	}
}
/* END WELCOME */

/** LANDING DOCTOR **/
.landing-meet-dr-michael {
	position: relative;
	padding: 2vw 0;
	background: #050506;
	overflow: visible;
	min-height: 1650px;
}
.landing-meet-dr-michael .ry-landing-bg {
	top: -18vw;
}
.landing-meet-dr-michael .ry-flex {
	justify-content: center;
	gap: 6vw;
}
.landing-meet-dr-michael .ry-flex .ry-each {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-text p {
	color: #fff;
	margin-bottom: 0;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-text p a {
	color: #f5c10c;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-img-wrap img {
	max-width: 460px;
	margin: 0 auto;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-dr-btn-wrap {
	max-width: 650px;
	border: 1px solid #f5c10c;
}
.landing-meet-dr-michael .ry-flex .ry-each:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-dr-btn-wrap .ry-btn-wrap a {
	width: 100%;
}
.landing-meet-dr-michael .ry-flex .ry-each:first-child p {
	padding: 10px;
	line-height: 1.1;
	font-style: italic;
}
.landing-meet-dr-michael .ry-flex .ry-each:first-child p a {
	color: #fff !important;
	line-height: 1.1 !important;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-icon-flex {
	display: flex;
	gap: 20px;
}
.landing-meet-dr-michael .ry-flex .ry-each .ry-icon-flex .ry-icons {
	max-width: max-content;
}

/** LANDING PROCEDURES **/
.landing-procedures {
	position: relative;
	margin-top: -14vw;
	background: #050506;
	padding: 8vw 0;
}
.landing-procedures .ry-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.landing-procedures .ry-content .section-headline * {
	text-align: center;
}
.landing-procedures .ry-content .ry-text p {
	color: #fff;
	text-align: center;
}
.landing-procedures .ry-content .ry-flex {
	margin-top: 2vw;
	gap: 4vw;
}
.landing-procedures .ry-content .ry-flex .ry-each {
	max-width: 320px;
	display: flex;
	flex-direction: column;
}
.landing-procedures .ry-content .ry-each .ry-img-circle-wrap {
	margin-bottom: 20px;
}
.landing-procedures .ry-content .ry-text * {
	color: #fff;
}
.landing-procedures .ry-content .ry-text h4 {
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 36px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	font-family: "Lato";
}
.landing-procedures .ry-sub-heading h4 {
	font-size: 41px;
	letter-spacing: -1px;
	line-height: 36px;
	color: #f5c10c;
	font-weight: 700;
	font-style: italic;
	font-family: "Cormorant";
	text-align: center;
}

/** LANDING GALLERY **/
.landing-gallery {
	position: relative;
	padding: 4vw 0;
}
.landing-gallery .ry-box-white {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 2em;
	padding: 6em 4vw;
}
.landing-gallery .ry-box-white .ry-box-bg, .landing-gallery .ry-box-white .ry-box-bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.landing-gallery .ry-box-white .section-headline {
	position: relative;
	z-index: 2;
}
.landing-gallery .ry-box-white .ry-btn-wrap {
	display: flex;
	justify-content: center;
}
.landing-gallery .ry-box-white .section-headline h2 {
	color: #121211
}
.ry-gallery-slider .ry-each-slide {
	display: flex;
	gap: 2.5em;
}
.ry-gallery-slider .ry-each-slide .ry-each p {
	font-size: 21px;
	line-height: 30px;
	text-transform: uppercase;
	color: #121211;
	font-weight: 600;
	font-family: "Montserrat";
	text-align: center;
}
.ry-gallery-slider .ry-each-slide .ry-each {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.landing-gallery .slick-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #121211;
	display: flex !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: transparent;
}
.landing-gallery .slick-prev:before {
	content: "\f053";
}
.landing-gallery .slick-next:before {
	content: "\f054";
}
.landing-gallery .slick-arrow:before {
	font-family: "fontAwesome";
	color: #fff;
	font-size: 24px;
	position: absolute;
}
.landing-gallery .ry-box-white .ry-gallery-slider {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.landing-gallery .ry-box-white .ry-gallery-slider .slick-list {
	width: 100%;
}
@media (max-width: 1440px) {
	.landing-gallery {
		margin-top: -1px;
	}
}

/** LANDING CTA **/
.landing-cta {
	position: relative;
	padding: 160px 0 6vw;
	min-height: 130vh;
	background: linear-gradient(180deg, #1b2930, #0b151b, #000, #000);
}
.landing-cta .ry-landing-bg, .landing-cta .ry-landing-bg img {
	z-index: 2;
}
.landing-cta .ry-content .ry-flex {
	position: relative;
	z-index: 3;
	align-items: center;
	gap: 4vw;
}
.landing-cta .ry-content .ry-flex .section-headline {
	margin-bottom: 1.5vw;
}
.landing-cta .ry-content .ry-flex .ry-text p {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 0;
}
.landing-cta .ry-content .ry-flex .ry-text {
	max-width: 500px;
	width: 100%;
}
.landing-cta .ry-list-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.landing-cta .ry-list-wrap .ry-flex {
	gap: 20px;
	align-items: center;
}
.landing-cta .ry-list-wrap .ry-icon-check {
	width: max-content;
}
.landing-cta .ry-list-content {
	width: 100%;
}
.landing-cta .ry-content .ry-flex .ry-each .ry-top-box > .ry-text p {
	font-size: 21px;
	letter-spacing: 0px;
	line-height: 28px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	font-family: "Montserrat";
	margin-bottom: 20px
}
.landing-cta .ry-content .ry-flex .ry-each .ry-top-box {
	padding: 2em 3vw;
	border: 1px solid #f5c10c;
}
.landing-cta .ry-content .ry-flex .ry-each .ry-bottom-box {
	padding: 2em 3vw;
	background: #f5c10c;
	border: 1px solid #f5c10c;
	position: relative;
}
.landing-cta .ry-content .ry-flex .ry-each .ry-bottom-box .ry-btn-wrapper {
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #050505;
	font-weight: 700;
	font-family: "Montserrat";
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ry-each-link, .ry-each-link a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 99;
}
.landing-cta .ry-content .ry-flex .ry-each .ry-bottom-box:hover {
	background: transparent;
}
.landing-cta .ry-content .ry-flex .ry-each .ry-bottom-box:hover .ry-btn-wrapper {
	color: #fff;
}
.landing-cta .ry-btn-wrapper:after {
	content: '\f054';
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	background-color: #ffffff;
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #050505;
	justify-content: center;
	align-items: center;
}
@media (max-width: 1440px) {
    .landing-cta {
        min-height: 1430px;
    }
}
/** LANDING FAQ **/
.ry-faq-box-bg, .ry-faq-box-bg img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.landing-faq {
	padding: 6vw 0;
	position: relative;
	margin-top: -34vw;
}
.landing-faq .faq-accordion {
	padding: 4em 6vw;
	position: relative;
	z-index: 4;
}
.landing-faq .faq-accordion .section-headline h2 {
	color: #121211;
}
.landing-faq .faq-accordion .section-headline {
	margin-bottom: 2vw;
}

/* FEATURED SERVICE */
.landing-featured-service {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e8cded92-df14-4bd9-96aa-da854ee86d7d/PPC_Landing_Assets/why_choose_bg.png) center center no-repeat;
	background-size: cover;
	padding: 8vw 0 16vw;
	margin-bottom: 3px;
}

.landing-featured-service .section-headline p {
	margin-top: 15px;
	margin-bottom: 50px;
}

.landing-featured-service .photo {
	padding: 0;
	margin-top: 1.5vw;
}

.landing-featured-service .ry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.landing-featured-service .ry-container {
	max-width: 960px;
	width: 90%;
}
.landing-featured-service .section-headline h2, .landing-featured-service .ry-text ul li {
	color: #fff;
}
.landing-featured-service .ry-text ul li .span-2 {
	color: #f5c10c;
}
.landing-featured-service .ry-text ul {
	column-count: 2;
}
.landing-featured-service .ry-content .ry-text {
	max-width: 860px;
	margin-top: 50px;
}
.landing-featured-service .ry-text ul li {
	list-style-type: none;
	text-align: left !important;
}
.landing-featured-service:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30vw;
	width: 0;
	height: 0;
	border-left: 50vw solid #000;
	border-right: 50vw solid #000;
	border-top: 230px solid transparent;
	z-index: 9;
}
@media (max-width: 1080px) {
	.landing-featured-service {
		padding: 60px 0 30px;
	}
	.landing-featured-service .section-headline p {
		margin-bottom: 20px;
	}
	.landing-featured-service:after {
		border-top: 100px solid #fff !important;
		bottom: -100px !important;
	}
}
/* END SERVICES */

/* LIST SERVICES */
.landing-services {
	padding: 330px 0 140px;
	background: ;
}

.landing-services .section-headline h2 {
	color: #fff;
}

.landing-services .section-headline p {
	margin-top: 15px;
	color: #fff;
}

.landing-services .ry-flex .ry-each .link, .landing-services .ry-flex .ry-each .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}

.landing-services .ry-flex {
	max-width: 1280px;
	/* margin: 0 auto; */
	width: calc(100% + 30px);
	margin-left: -30px;
}

.landing-services .section-headline {
	margin-bottom: 60px;
}

.landing-services .ry-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.landing-services .ry-flex .ry-each {
	margin-left: 30px;
	width: 25%;
}

.landing-services .ry-flex .ry-each .title {
	clear: both;
	padding: 30px;
	text-align: center;
	font-size: 18px;

	text-transform: uppercase;
	background: ;
	color: #fff;
	letter-spacing: 2px;
	transition: .2s;
}
.landing-services .ry-flex .ry-each:hover .title {
	background: #fff;
	color: ;
	transition: .5s;
}

.landing-services .slick-dots {
	position: absolute;
	bottom: -60px;
	padding-left: 0;
	list-style: none;
	display: flex !important;
	justify-content: center;
	align-items: center;
	left: 50%;
	transform: translate(-50%, 0);
}

.landing-services .slick-dots li button {
	text-indent: -9999999px;
	padding: 0;
	width: 50px;
	height: 2px;
	box-shadow: unset;
	border: unset;
	background:  !important;
}

.landing-services .slick-dots li {
	margin: 0 5px;
	opacity: .5;
}

.landing-services .slick-dots li.slick-active {
	opacity: 1;
}

.landing-services .ry-flex {
	width: 100%;
	margin-left: 0;
}

.landing-services .ry-flex .slick-list {
	margin-left: -30px;
	width: calc(100% + 30px);
	overflow: hidden;
}
@media (max-width: 1080px) {
	.landing-services {
		padding: 180px 0 100px;
		background: ;
	}
	.landing-services .section-headline {
		margin-bottom: 30px;
	}


}
/* END LIST SERVICES */

/* REVIEW */
.landing-reviews {
	padding: 6vw 0 2vw;
	background: #fff;
	margin-top: 0;
}

.landing-reviews .ry-container {
	display: flex;
	justify-content: center;
}

.landing-reviews .ry-container .ry-content {
	max-width: 1280px;
}

.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
	max-width: 500px;
	min-width: 500px;
	padding-right: 70px;
	padding-top: 70px;
	padding-bottom: 110px;
	position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
	text-align: right;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 18px;
}

.landing-reviews .ry-container .ry-content .ry-each  .carousel-navigation-slide {
	display: flex;
	justify-content: flex-end;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #f5c10c;
	display: flex !important;
	align-items: center;
	justify-content: center;
	/* transform: rotate(-45deg); */
	/* -webkit-transform: rotate(-45deg); */

}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {
	border: solid #f5c10c;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev:before {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow.prev {
	margin-right: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:hover {
	background: #f5c10c;
	cursor: pointer;
}

.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:hover:before {
	border-color: #fff;
}

.landing-reviews .ry-container .ry-content .ry-each .section-headline p {
	font-size: 18px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: center;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel {
	max-width: 767px;
	position: relative;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name {
	display: flex;
	flex-direction: column;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate {
	display: flex;
	align-items: center;
	justify-content: center;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name .star-rate svg {
	width: 20px;
	fill: #eab936;
	margin: 0 2px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5 {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	letter-spacing: 5px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
	text-align: center;
	margin-top: 4vw;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	color: #fff;
}
.landing-reviews .section-headline h2 {
	color: #fff;
}
.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
	content: "";
	width: 50px;
	height: 449px;
	position: absolute;
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-df6f8a80-211f-4bcd-b2d4-3eb54e11f05a/LandingTemplate/footer_shadow.png);
	background-size: contain;
	top: 0;
	right: -50px;
}
.landing-reviews a.ry-btn.ry-btn-primary {
	padding: 15px 20px;
	color: #fff;
}
/*
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before, 
.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
content: '“';
font-family: 'Satoshi';
font-size: 230px;
opacity: .2;
position: absolute;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:before {
top: -28px;
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .review-carousel .ry-text:after {
content: "”";
right: 0;
bottom: -40px;
}
*/
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before, 
.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
	content: '“';
	font-family: 'Satoshi';
	font-size: 200px;
	opacity: .7;
	position: absolute;
}


.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before {
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
	content: "”";
	right: 0;
	bottom: -40px;
	opacity: 0;
}
.landing-gallery .ry-box-white .ry-gallery-slider .slick-list {
	width: 100%;
}
.landing-reviews .ry-container .ry-content .ry-each  * {
	color: #121211 !important;
}

@media (max-width: 1280px) {
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 300px;
		min-width: 300px;
		padding-right: 40px;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		width: calc(100% - 300px);
	}
}
@media (max-width: 1080px) {
	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		width: calc(100% - 300px);
	}

	.landing-reviews .ry-container .ry-content .ry-flex {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) {
		max-width: 100%;
		min-width: unset;
		padding-right: 0;
		padding: 0;
	}

	.landing-reviews .ry-container .ry-content .ry-each .section-headline * {
		text-align: center;
	}

	.landing-reviews .ry-container .ry-content .ry-each .carousel-navigation-slide {
		justify-content: center;
	}

	.landing-reviews .ry-container .ry-content .ry-each.review-container {
		padding-top: 30px;
		width: 100%;
		justify-content: center;
	}

	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1):before {
		opacity: 0;
	}
}
@media (max-width: 768px) {
	.landing-reviews .ry-container .ry-content .ry-each.review-container .ry-text p {
		width: 100%;
	}

	.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:before,
	.landing-reviews .ry-container .ry-content .ry-each.review-container .slick-list:after {
		opacity: 0;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:before, 
	.landing-reviews .ry-container .ry-content .ry-each.review-container:after {
		content: '“';
		font-family: 'Satoshi';
		font-size: 230px;
		opacity: .2;
		position: absolute;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:after {
		content: "”";
		right: 0;
		bottom: -100px;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:before {
		top: -60px;
		left: 0;
	}
}
/* END REVIEW */

/* CONTACT */
.landing-contact {
	padding: 0;
}
.landing-contact .section-background, 
.landing-contact .section-background img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-contact .ry-container {
	display: flex;
	justify-content: center;
}

.landing-contact .ry-container .ry-content {
	max-width: 538px;
	padding: 6vw 2vw;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e8cded92-df14-4bd9-96aa-da854ee86d7d/PPC_Landing_Assets/yellow.png) center center no-repeat;
	background-size: cover;
}

.landing-contact .ry-container .ry-content h2 {
	text-align: center;
	margin-bottom: 30px;
}
.landing-contact .ry-container .ry-content .button-wrapper a {
	color: #000;
}
.landing-contact .ry-container .ry-content .ry-text p {
	text-align: center;
}
.landing-contact .ry-container .ry-content .button-wrapper {
	justify-content: center;
}
@media (max-width: 1080px) {

	.landing-contact {
		padding-top: 100px;
		padding-bottom: 20vw;
	}

	.landing-contact .section-background {
		height: 100%;
		bottom: 0;
		top: unset;
	}

	.landing-contact:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #e9d7cf, #e9d8d000);
		z-index: 1;
		opacity: 0;
	}

	.landing-contact .ry-container {
		position: relative;
		z-index: 2;
	}

	.landing-contact .section-background img {
		object-position: 30%;
	}

	.landing-contact .ry-container .ry-content {
		padding: 0;
		max-width: 320px;
	}
}
@media (max-width: 768px) {
	.landing-contact {
		display: flex;
		flex-direction: column-reverse;
		padding-bottom: 0;
		padding-top: 0;
		margin-top: -30px;
	}

	.landing-contact .section-background {
		position: relative;
		padding-bottom: 75%;
	}

	.landing-contact .ry-container {
		justify-content: center;
		padding-bottom: 60px;
	}

}
/* END CONTACT */

/* FOOTER */
.landing-footer {
	padding: 0;
}
.landing-footer .footer-top {
	padding: 80px 0 70px;
	background: #000;
}

.landing-footer .footer-top .ry-flex {
	align-items: flex-start;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
	max-width: 320px;
}

.landing-footer .footer-top .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-top .ry-container .ry-content {
	max-width: 1280px;
}

.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
	max-width: max-content;
	width: 33.33%;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-title {
	font-size: 25px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Lato';
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details a {
	color: #fff;
}
.landing-footer .footer-top .ry-flex .ry-each  .footer-details.hours-list ul {
	list-style: none;
	padding-left: 0;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
	display: flex;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	min-width: 160px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	/*font-family: 'Satoshi';*/
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
	font-size: 18px;
	color: #fff;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details:not(:last-child) {
	margin-bottom: 25px;
}

.landing-footer .footer-top .ry-flex .ry-each .footer-details .phone, 
.landing-footer .footer-top .ry-flex .ry-each:nth-child(2) .footer-details .span-1 {
	font-weight: 600;
}

.social-block .social-icons-custom {
	display: flex;
	list-style: none;
	padding-left: 0;
}

.social-block .social-icons-custom .social-inner-wrap {
	display: flex;
}

.social-block .social-icons-custom .social-inner-wrap li {
	margin-right: 5px;
}

.social-block .social-icons-custom .social-inner-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #222;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: #fff;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	background: transparent;
	fill: #222;
}
.social-block .social-icons-custom .social-inner-wrap li a svg {
	width: 15px;
	fill: #fff;
}

.landing-footer .footer-top .ry-flex .ry-each {
	flex-direction: column;
	display: flex;
}

.landing-footer .footer-bottom {
	padding: 20px 0;
}

.landing-footer .footer-bottom .ry-container {
	display: flex;
	justify-content: center;
}

.landing-footer .footer-bottom .ry-container .ry-content {
	max-width: 1280px;
}

.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
	font-size: 16px;
	font-weight: 300;
	color: #000;
	font-family: 'Satoshi';
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
	display: flex;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) img {
	width: 120px;
	margin-left: 5px;
}

.landing-footer .footer-bottom .ry-container .ry-content .ry-each {
	max-width: max-content;
}

/* QA CHANGES */
.landing-hero .hero-content {
	display: flex;
	align-items: center;
}
.landing-hero .hero-content {
	padding: 60px 0;
	min-height: 100vh;
}
.landing-hero .hero-content .form-wrapper .alert li, 
.landing-hero .hero-content .form-wrapper .alert {
	font-size: 14px;
	line-height: 1;
	text-align: left;
}
.landing-hero .hero-content .form-wrapper .alert li:last-child {
	margin-bottom: 0;
}
.landing-welcome .ry-container .ry-content .ry-each .section-headline h2 {
	text-align: left;
}
.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a:hover {
	color: ;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover svg {
	fill: #222;
	background: transparent;
}
.social-block .social-icons-custom .social-inner-wrap li a:hover {
	background: ;
}
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a:hover {
	text-decoration: underline !important;
}
.landing-footer .footer-top .ry-flex .ry-each:first-child {
	align-self: center;
}

.landing-footer-v2 {
	position: relative;
	padding: 4vw 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e8cded92-df14-4bd9-96aa-da854ee86d7d/New_Landing_Assets/footer_bg.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 1400px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 1;
	margin-top: -30vw;
}
.landing-footer-v2 .ry-flex {
	flex-direction: column;
	gap: 20px;
}
.landing-footer-v2 .landing-footer-logo {
	max-width: max-content;
	margin: 0 auto;
}
.landing-footer-v2 .ry-flex *:not(.ry-btn) {
	text-align: center;
	color: #fff;
}
.landing-footer-v2 .ry-btn-wrap {
	display: flex;
	justify-content: center;
}
.landing-footer-v2 .roya-logo {
	max-width: max-content;
	margin: 0 auto;
	float: none;
}
@media (max-width: 1440px) {
	.landing-footer-v2 {
		min-height: 1100px;
	}
}
@media (max-width: 1080px) {
	.landing-footer .footer-top .ry-flex {
		flex-direction: column;
		align-items: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(1) {
		max-width: 280px;
	}

	.landing-footer .footer-top .ry-flex .ry-each:nth-child(2), .landing-footer .footer-top .ry-flex .ry-each:nth-child(3) {
		max-width: 100%;
		width: 100%;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-title {
		text-align: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p, .landing-footer .footer-top .ry-flex .ry-each .footer-details .ry-text p a {
		text-align: center;
	}

	.social-block .social-icons-custom {
		justify-content: center;
	}

	.landing-footer .footer-top .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 30px;
	}

	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul {
		max-width: max-content;
		margin:  auto;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.landing-footer .footer-bottom .ry-container .ry-content .ry-each:nth-child(2) .powered-text {
		margin: 10px 0;
	}
}
@media (max-width: 620px) {
	.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
	.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
		text-align: center;
	}
}
/* END FOOTER */



/*
PPC FONT:


*/
.section-headline h1,
.section-headline h2,
.landing-services .ry-flex .ry-each .title {
	font-family: "Lato", serif !important;
}
.section-headline p,
.ry-text p,
.form-control,
.landing-reviews .ry-container .ry-content .ry-each.review-container .name h5,
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li, 
.landing-footer .footer-top .ry-flex .ry-each .footer-details.hours-list ul li .span-1,
.landing-footer .footer-bottom .ry-container .ry-content .powered-text, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text p, 
.landing-footer .footer-bottom .ry-container .ry-content .powered-text a {
	font-family: "Montserrat" !important;
}
@media (max-width: 1680px) {
	.landing-featured-service {
		margin-bottom: 5px;
	}
}
@media (max-width: 1080px) {
	.landing-hero {
		height: auto;
	}
	.landing-hero .ry-logo-wrap img {
		margin: 0 auto;
	}
	.landing-hero .hero-content .ry-flex .ry-each:nth-child(2) .form-wrapper {
		float: none;
		margin: 0 auto;
	}
	.landing-hero .ry-badge-logo-wrap {
		/*flex-direction: column;*/
		display: block;
	}
	.landing-hero .ry-badge-logo-wrap .slick-dots {
		padding-left: 0;
	}
	.landing-hero .ry-badge-logo-wrap .ry-each img {
		max-width: 200px;
	}
	.landing-welcome .ry-landing-bg, .landing-welcome .ry-landing-bg img {
		object-position: right;
	}
	.landing-welcome {
		position: relative;
	}
	.landing-welcome:before {
		content: '';
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: #0000008f;
		z-index: 1;
	}
	.landing-welcome .ry-content {
		position: relative;
		z-index: 9;
	}
	.landing-welcome .ry-flex .text-wrapper {
		max-width: 100%;
	}
	.landing-welcome .ry-flex .text-wrapper * {
		text-align: center;
	}
	.landing-welcome .ry-flex {
		justify-content: center;
		align-items: center;
	}
	.ry-btn-wrap {
		display: flex;
		justify-content: center;
	}
	.landing-meet-dr-michael .ry-landing-bg {top: -13vw;z-index: 2;display: none;}
	.landing-meet-dr-michael .ry-flex {
		flex-direction: column;
		z-index: 3;
	}
	.landing-meet-dr-michael .ry-flex .ry-each * {
		text-align: center;
	}
	.landing-meet-dr-michael .ry-flex .ry-each .ry-icon-flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.landing-meet-dr-michael .ry-flex .ry-each:first-child {
		max-width: 360px;
		margin: 0 auto;
	}
	.landing-cta .ry-content .ry-flex {
		flex-direction: column;
	}
	.landing-cta .ry-content .ry-flex .ry-each * {
		text-align: center;
	}
	.landing-cta .ry-content .ry-flex .ry-text {
		max-width: 100%;
	}
	.landing-faq {
		margin-top: -1px;
		background: #000000;
	}
	.landing-cta .ry-content .ry-flex .ry-each .ry-bottom-box .ry-btn-wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 15px;
	}
	.landing-procedures .ry-content .ry-flex {
		flex-direction: column;
	}
	.landing-procedures .ry-content .ry-flex .ry-each {
		max-width: unset;
	}
	.landing-procedures .ry-content .ry-each .ry-img-circle-wrap img {
		max-width: 320px;
		margin: 0 auto;
	}
	.landing-procedures .slick-dots li, landing-procedures .slick-dots button {
		background: #fff;
	}
}
@media (max-width: 500px) {
	.ry-btn {
		width: 100%;
	}
	.landing-gallery .ry-box-white .ry-gallery-slider {
		flex-direction: column;
		padding-bottom: 20vw;
	}
	.landing-gallery .slick-arrow {position: absolute;bottom: 0;}
	.landing-gallery .slick-arrow.slick-prev {
		left: 80px;
	}
	.landing-gallery .slick-arrow.slick-next {
		right: 80px;
	}
	.ry-gallery-slider .ry-each-slide {
		gap: 10px;
	}
	.ry-gallery-slider .ry-each-slide .ry-each p {
		font-size: 16px;
		line-height: 1.1;
	}
	.landing-reviews .ry-container .ry-content .ry-each.review-container:before, .landing-reviews .ry-container .ry-content .ry-each.review-container:after {
		opacity: 0;
	}
	.ry-accordion .ry-heading {
		padding: 15px;
		align-items: center;
	}
	.ry-accordion .ry-heading > div {
		width: calc(100% - 44px);
	}
	.ry-accordion .ry-heading > div p {
		margin-bottom: 0;
	}
	.landing-cta {
		min-height: 100%;
		overflow: visible;
		padding-top: 9em;
	}
	.landing-procedures {
		margin-top: -1px;;
	}
}
/* END QA */


/** UPDATES **/
.landing-header, .landing-hero .hero-content .ry-flex .ry-each:first-child,
.landing-hero .hero-content .ry-flex .ry-badge-logo-wrap {
    display: none;
}
@media (min-width: 1081px) {
	.ry-mobile-welcome-img, .ry-mobile-wave-2, .ry-mobile-transform-img {
		display: none;
	}
}
@media (max-width: 1080px) {
    .landing-header,
    .landing-hero .hero-content .ry-flex .ry-each:first-child,
    .landing-hero .hero-content .ry-flex .ry-badge-logo-wrap,
	.ry-mobile-welcome-img {
        display: block;
    }
    .landing-hero .ry-content > .ry-badge-logo-wrap,
    .landing-hero .hero-content .ry-flex .ry-each .text-wrapper .ry-logo-wrap,
    .landing-hero .section-background,
	.ry-mobile-welcome-img {
        display: none;
    }
	.slick-prev:before, .slick-next:before {
		position: absolute;
		color: #505050;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.slick-prev:before {
		content: "\f053";
	}
	.slick-next:before {
		content: "\f054";
	}
	.slick-arrow {
		font-family: 'FontAwesome';
		font-size: 31px;
		line-height: 66px;
		color: #505050;
		text-align: center;
		width: calc(53px - 20px);
		height: 33px;
		border: none;
		background: none;
		align-items: center;
		color: transparent;
		position: relative;
	}
	.landing-hero .hero-content .ry-flex .ry-badge-logo-wrap {
		display: flex;
	}
	.landing-hero .hero-content .ry-flex .ry-each {
		max-width: unset;
	}
	.landing-hero .hero-content .ry-flex .ry-each .form-wrapper {
		float: none;
		margin: 0 auto;
	}
	.landing-hero .hero-content .slick-track {
		display: flex !important;
		align-items: center;
	}
	.landing-hero .hero-content .ry-flex .ry-each .section-headline p {
		letter-spacing: normal;
		font-weight: 600;
	}
	.landing-hero .hero-content .ry-flex .ry-each:last-child {
		margin-top: 4vw;
	}
	.landing-welcome .ry-landing-bg {
		display: none;
	}
	.landing-welcome {
		background: #000;
	}
	.landing-welcome .ry-container-1280 {
		width: 100%;
	}
	.landing-welcome .ry-container-1280 .ry-flex .ry-each {
		width: 90%;
	}
	.landing-procedures .ry-content .ry-flex {
		flex-direction: row;
		align-items: center;
	}
	.landing-procedures .ry-sub-heading h4 {
		font-size: 22px;
	}
	.landing-reviews .ry-container .ry-content .ry-each:nth-child(1) > .carousel-navigation-slide {
		display: none;
	}
	.landing-reviews .ry-container .ry-content .ry-each .slick-arrow {
		background: #000;
		border: 1px solid #000;
		color: #fff;
	}
	.landing-reviews .ry-container .ry-content .ry-each .slick-arrow:before {border-color: #fff;}
	.landing-cta .ry-landing-bg, .landing-cta .ry-landing-bg img {
		display: none;
	}
	.landing-cta {
		background: #050506;
		margin-top: 40vw;
		padding: 0;
	}
	.ry-mobile-wave-2 {
		margin-top: -32vw;
	}
}

