/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */
/*
.service-style-1 h2 {margin: 10px 0;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}

/** ---NULIDS PAGE--- **/
/* GLOBAL CSS FOR NULIDS */
.ry-section-headline h2 {
	font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem);
	color: #81997d;
	font-weight: 400 !important;
	font-family: "", serif !important;
	line-height: 1.1;
}
.ry-section-headline h4 {
	font-size: 18px;
	color: #01abe7;
	font-weight: 400 !important;
	font-family: "Poppins", serif !important;
	letter-spacing: 4px;
	text-transform: uppercase;
	line-height: 1.1;
}
.ry-section-headline {
	padding-bottom: 1vw;
	margin-bottom: 1vw;
	position: relative;
}
.ry-section-headline:before {
	content: '';
	width: 71px;
	height: 1px;
	background: #01abe7;
	display: inline-flex;
	position: absolute;
	bottom: 0;
}
.ry-section-headline.ry-section-headline-center:before {
	left: 50%;
	transform: translateX(-50%);
}
.ry-each-link, .ry-each-link a {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	opacity: 0;
}

/* HERO SECTION */
.ry-nulids-hero-section {
	& > * {
		grid-area: initial
	}
}
.ry-padding-section {
	padding: 6vw 0;
}

/* CONTENT - IMAGE FLEX SECTION */
.ry-text-image-flex-section .ry-content .flex:nth-child(even) {
	flex-direction: row-reverse;
}

/* YOUTUBE SECTION */
.ry-youtube-section .ry-youtube-wrap iframe {
	filter: drop-shadow(0px 17px 25.5px rgba(0,0,0,0.08));
}
.ry-youtube-section:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #005e83;
	z-index: -1;
}

.ry-what-can-i-expect-section .ry-section-headline h2,
.ry-what-can-i-expect-section .ry-section-headline h4 {
	color: #fff;
}

.ry-dry-eye-relief-section .ry-step-title h4 {
	font-size: clamp(1.5rem, 1.3088rem + 0.7843vw, 2.25rem) !important;
	line-height: 1.4 !important;
	margin-bottom: 0 !important
}

/* BEFORE AFTER SECTION */
.gallery-title li {
	list-style: none;
}
.gallery-title ul {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 1em;
}
.before-after .gallery-title p {
	font-size: 18px;
	letter-spacing: 4px;
	line-height: 28px;
	text-transform: uppercase;
	color: #000000;
	font-weight: 700 !important;
	text-align: center;
}
.before-after .ry-before-after-swiper-button-prev,
.before-after .ry-before-after-swiper-button-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #02abe7;
    display: flex;
    justify-content: center;
    align-items: center;
}
.before-after .ry-before-after-swiper-button-prev i,
.before-after .ry-before-after-swiper-button-next i {
    color: #02abe7
}

@media (min-width: 1081px) {
	.ry-nulids-hero-section {
		display: grid;
		& > * {
			grid-area: 1/1;
		}
	}
}
@media (max-width: 1025px) {
	.ry-text-image-flex-section .ry-content .flex:nth-child(even) {
		flex-direction: column;
	}
}
@media (max-width: 769px) {
	.ry-section-headline:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.ry-text-image-flex-section .ry-btn-wrap {
		justify-content: center;
	}
	.before-after .optilight-gallery .gallery-item {
		flex-direction: column;
	}
	.ry-section-headline h2, .ry-section-headline h4 {
		text-align: center;
	}
}
/** ---NULIDS PAGE--- **/

/*Nathan | Build Starting - <Feabruary 28, 2025>*/

/*Global*/
	/*btn*/
/*Modal*/
/*Header*/
body[data-page-name="index"] #navigation {
    position: absolute;
}
.cta-btn:nth-child(1) {
    background: var(--color-primary-background);
}

.cta-btn:hover {
    background: transparent;
    border-color: black;
    color: black;
}

.cta-btn {
    width: 265px;
}
/*Hero*/
.with-gradient:before {
    top: auto;
    bottom: 0;
    background-image: linear-gradient(to top, black, transparent, white);
	opacity: .6;
}
#hp-slider .homepage-swiper, .homepage-swiper .swiper-slide img {
    height: 100vh;
    object-fit: cover;
}
.slider-info {
    min-height: fit-content;
}
/*Welcome*/
.hp-welcome-1 .background-section, .hp-welcome-1 .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*CTA*/
/*Services*/
#services-12 > div > div > p {
    display: none;
}

#services-12 img {
    background: white;
    border-radius: 100%;
}
#services-12 img {
    width: 195px !important;
    height: 195px !important;
}
#services-12 > div:nth-child(odd) > div > h4 {
    color: var(--color-black);
}

.list ul li {
    list-style: disc;
}

.list ul {
    padding-left: 16px;
}

.list li p {
    margin: 0 !important;
}


/*Team*/
/*Insurance*/
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
/*Footer*/

/*Media Queries*/
@media screen and (max-width: 1080px){
    .with-gradient:before {
        opacity: 0;
    }
	#hp-slider .homepage-swiper, .homepage-swiper .swiper-slide img {
		height: 100%;
	}
	
	.nav-white-logo {
		filter: brightness(0) invert(1);
	}

	div.custom-headline h1 {
		font-size: 25px;
		line-height: 1.2 !important;
	}

	.swiper-autoheight .swiper-wrapper {
		height: 100% !important;
	}

	.homepage-swiper .swiper-slide {
		margin-top: 100px;
	}
	
	.mm-panel--opened{
		background-color:var(--color-primary-background) !important;
			
	
	}
	
	.mm-navbar{
		background:var(--color-primary-background) !important;
	}
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] div#ry-footer-3 {
	padding-top: 240px;
}