body, body p, body div{font-family: Onest !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Onest, sans-serif !important;font-weight: 600 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Onest';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #8472a2 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #b9c3de !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #b9c3de !important;}
.ry-btn.ry-btn-secondary:hover {background: #8472a2 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/* HP Edits - Started <February 02, 2026> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #8472a2;
	--clr-secondary: #b9c3de;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/**/
	/*fonts*/

.custom-headline h1 {
    text-align: center;
    font-size: var(--font-herotitle) !important;
    color: white;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 0.08em;
}

.custom-headline h2 span {
    display: block;
    font-size: var(--font-spantitle) !important;
	color: var(--clr-primary);
}

.custom-headline h2 {
    font-size: var(--font-herotitle) !important;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: #56585d;
    font-weight: 400 !important;
	text-align: center;
}
	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
/*Modal*/
/* Header */
	/**/
/* Hero */
	/**/
.module-66 .carousel .carousel-control {
    opacity: 0;
}
	/* dropdown */
		.dropdown {
		  position: relative;
		}
		.dropbtn {
		  background-color: #4CAF50;
		  color: white;
		  padding: 16px;
		  font-size: 16px;
		  border: none;
		  cursor: pointer;
		}

		.dropdown-content {
		  display: none;
		  position: absolute;
		  background-color: #f9f9f9;
		  min-width: 200px;
		  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		  z-index: 2;
		}

		.dropdown-content a {
		  color: black;
		  padding: 12px 16px;
		  text-decoration: none;
		  display: block;
		}

		.dropdown-content a:hover {
		  background-color: #f1f1f1
		}

		.dropdown:hover .dropdown-content {
		  display: block;
		}

		.dropdown:hover .dropbtn {
		  background-color: #3e8e41;
		}
.module-34 .module-34-top-left.left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    max-width: 660px;
}

#welcome-wrap .ry-flex {
    align-items: center;
    gap: 40px;
}

#welcome-wrap .photo img {
    max-width: 240px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 660px);
}
.module-welcome.style-5 .background-section {
    opacity: 1;
    filter: nonee;
}
/* Services */
	/**/

.module-19 .ry-generic .btn-wrap {
    margin-top: 20px;
}

.module-19 .ry-generic .btn-wrap:first-child {
    margin-top: 50px !important;
}

.module-19:before {
    height: 75%;
}

.module-19 .card-holder {
    align-items: flex-start;
}

.module-19.style2 .services-frame .frame {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    background: var(--clr-white);
}

.ry-btn.ry-btn-primary {
    border-radius: 999px;
}
.module-19.style2 .services-frame .frame:nth-child(even) {
  background: var(--clr-secondary);
  }
/* Custom HP Dry Eye */
.custom-hp-dryeye .photo img {
    max-width: 340px;
    margin: 0 auto;
}

.custom-hp-dryeye .ry-text p {
    margin: 20px 0;
}

.custom-hp-dryeye {
    padding-bottom: 6.6vh;
}

.custom-hp-dryeye .ry-each:first-child {
    max-width: 500px;
}

.custom-hp-dryeye .ry-flex {
    align-items: center;
}
.custom-hp-dryeye .custom-headline h2,
.custom-hp-dryeye .custom-headline h2 .span-1,
.module-19.style2 .custom-headline h2,
.module-19.style2 .custom-headline h2 .span-1{
	text-align: left;
}
/* Meet the Team */
	/**/
.module-28 {
    background: transparent;
	padding: 6.6vh 0;
}

.module-28 .ry-flex {
    flex-direction: column;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-80613d36-4fe5-42fe-9e26-555d0975ae0b/Background_images/SV_team_box.jpg) center center no-repeat;
	background-size: cover;
    border-bottom-left-radius: 169px;
    border-bottom-right-radius: 169px;
    height: fit-content;
    padding: 40px 0;
	margin-top: 40px;
	max-width: 60%;
	margin-left: 20%;
}

.module-28 .ry-left img {
    position: relative;
    max-width: 12%;
    left: 0;
    margin: 0 auto;
}

.module-28 .ry-left {
    position: relative;
}

.module-28 h4, .module-28 p {
    text-align: center;
    margin-top: 20px;
	color: var(--clr-white) !important;
}
.module-28 h4 {
    font-size: 32px;
}

.module-28 p {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
}

.module-28 .ry-btn-wrapper {
    margin-top: 30px !important;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
.module-70 .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  object-fit: cover;
}

.module-70 .photo {
 position: relative;
 padding-bottom: 60%;
  padding-top: 40%;
  height: 0;
}
.module-70 .ry-each.ry-each-4::before {
    background-color: #8473a057;
    background-image: none;
}

.module-70 .ry-each.ry-each-4 .custom-headline h2 {
    text-align: left;
}
/* Testimonials */
	/**/
.module-testimonials.option-1:before {
    height: 130%;
    z-index: -1;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-80613d36-4fe5-42fe-9e26-555d0975ae0b/HomeAssets/testi_bg.jpg) center center no-repeat;
	background-size: cover;
}
.module-testimonials.option-1 .testimonials-wrapper {
    flex-direction: column;
    margin: 0 0 90px;
}

.module-testimonials.option-1 .custom-headline h2, .module-testimonials.option-1 .custom-headline h2 .span-1 {
    text-align: left;
    color: var(--clr-white);
}

.testimonials-wrapper .testimonials-block .carousel-control.right:before {
    opacity: 0;
}

.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {
    opacity: 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 0;
    margin: 30px 0;
    background: transparent
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    text-align: left;
    max-width: 80%;
    margin-left: 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
    justify-content: flex-start;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    text-align: left;
}

.module-testimonials.option-1 .button-wrapper a {
    margin-left: 0;
}

.testimonials-wrapper .carousel-indicators {
    text-align: left;
    padding: 0;
    bottom: -140px !important;
    padding: 0 !important;
}
/* Footer */
	/**/
/*Media Queries*/
	/**/
@media screen and (max-width:1080px){
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        max-width: 100%;
    }
    .module-testimonials.option-1 .custom-headline h2, .module-testimonials.option-1 .custom-headline h2 .span-1,
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p,
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5,
    .custom-hp-dryeye .custom-headline h2, .custom-hp-dryeye .custom-headline h2 .span-1, .module-19.style2 .custom-headline h2, .module-19.style2 .custom-headline h2 .span-1{
        text-align: center;
    }
    
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
        max-width: 100%;
    }
    
    .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
        justify-content: center;
    }
    
    .module-testimonials.option-1 .button-wrapper a {
        margin: 0 auto;
    }
    
    .testimonials-wrapper .carousel-indicators {
        text-align: center;
    }
	.custom-hp-dryeye .ry-flex {
		flex-direction: column;
		gap: 20px;
	}

	.custom-hp-dryeye .ry-text p {
		text-align: center;
	}

	.custom-hp-dryeye .btn-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width:1200px){
     .module-19.style2 .custom-headline h2, .module-19.style2 .custom-headline h2 .span-1 {
         text-align: center;
     }
    .module-19 .ry-generic .btn-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    
    .module-19 .card-holder .ry-right {
        padding: 0;
    }
    
    .module-19:before {
        height: 100%;
    }

    .custom-hp-dryeye {
        padding-top: 6.6vh;
    }
    
    .module-28 .ry-flex {
        max-width: 95%;
        margin-left: 5%;
    }
}
/* End - HP Edits*/