body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Poppins, 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: 'Poppins';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: #1d8bcb !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #000000 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #000000 !important;}
.ry-btn.ry-btn-secondary:hover {background: #1d8bcb !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 100px !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;
	}	
	.hidden-xs {
        display: none !important;
    }
}


/* 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 <June 17, 2026> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #1d8bcb;
	--clr-secondary: #000000;
	
	--font-herotitle: clamp(1.375rem, -1.9063rem + 10.5vw, 4rem); /*60px*/
	--font-title: clamp(1rem, -1.5rem + 8vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.375rem, 0.7758rem + 1.9175vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1.125rem, 1.0984rem + 0.085vw, 1.14625rem); /*18.34px*/
}
/**/
	/*fonts*/

	.custom-headline h1 span {
		display: block;
		text-transform: uppercase;
		font-weight: 400;
	}

	.custom-headline h1 {
		text-align: center;
		font-size: var(--font-herotitle);
		color: var(--clr-white);
		line-height: 1.1;
	}
	.custom-headline h2 .span-1 {
	    display: block;
	    color: var(--clr-black);
	    text-transform: uppercase;
	    font-size: var(--font-spantitle);
	    letter-spacing: 0.28em;
	    font-weight: 400;
	}
	
	.custom-headline h2 {
	    font-size: var(--font-title) !important;
	    color: var(--clr-primary);
	    text-align: center;
	    text-transform: uppercase;
	}

	.custom-headline h2 .span-2 {
		text-transform: uppercase;
		font-weight: 300;
	}
	/*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;
		}
        .ry-menu .ry-nav li.dropdown .dropdown-menu li {
            background: var(--color-primary-background);
            color: #374151;
        }
/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
    border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
		border-top: 4px solid;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}.module-76 .ry-left .nav-wrap {
    color: #374151;
}

.module-76 .ry-right .button-wrapper a,
.module-76 button{
    border-color: #374151;
    color: #374151;
}
.module-76 button .hamburger-box .hamburger-inner, .module-76 button .hamburger-box .hamburger-inner:before, .module-76 button .hamburger-box .hamburger-inner:after {
    background: #374151;
}

.module-76 .ry-right .button-wrapper a .fa {
    color: #374151;
    background: #ffffff78;
}.ry-sticky-menu.fixed {
    background: white !important;
    box-shadow: 0 0 7px 3px #333;
}
/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
}

.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 .carousel .carousel-inner .item .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent, #000000a8, #333333db);
}

.module-66 .ry-text p {
    color: var(--clr-white);
    max-width: 80%;
    margin: 40px auto;
}

.module-66 .bnr-textbox {
    margin-bottom: 0 !important;
}

.module-66 .carousel .carousel-inner {
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-67 .ry-container #about p {
    text-align: center;
    margin: 40px 0;
}

.module-67 .ry-btn-primary {
    margin-top: 0;
}

.module-67 .ry-container {
    max-width: 980px;
}

/* Services */
	/**/
.module-services.style-12 .section-background, .module-services.style-12 .section-background img {
    opacity: 0;
}

.module-services.style-12 .content .ry-flex {
    margin: 40px 0;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details {
    transition: all ease .3s;
    margin-top: 250px;
    position: relative;
    z-index: 1;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    opacity: 0;
    transition: all ease .3s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details p {
    opacity: 1;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details {
    transition: all ease .3s;
    margin-top: 0px;
}
.module-services.style-12 .content .ry-flex .ry-each {
    height: 500px;
}

.module-services.style-12 .btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(1) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_comprehensiveExam.jpg) center center no-repeat;
    background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(2) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_dryEye.jpg) center center no-repeat;
    background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(3) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_diabeticExam.jpg) center center no-repeat;
    background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(4) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_contactLenses.jpg) center center no-repeat;
    background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_emergencyEye.jpg) center center no-repeat;
    background-size: cover;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(6) {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Services/shVS_pediatricEye.jpg) center center no-repeat;
    background-size: cover;
}
	
.module-67, 
.module-services.style-12 {
    padding: 6.6vh 0;
}
.module-services.style-12 .content .ry-flex .ry-each::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, #000000ad, transparent, #ffffffc2);
    border-radius: inherit;
    transition: all ease .3s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover::before {
    background: linear-gradient(to top, #000000e6, #000000d4, transparent);
}
.module-services.style-12 .content .ry-flex .ry-each .services-details h4,
.module-services.style-12 .content .ry-flex .ry-each .services-details p{
    color: var(--clr-white);
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .photo img {
    filter: invert(0);
}
/* Meet the Team */
	/**/
.outer-container:before {
    opacity: 0;
}

#team-wrap {
    background: none !important;
}

#team-wrap .team-card {
    background: none;
    box-shadow: none;
    flex-direction: column;
}

#team-wrap .card-container {
    max-width: fit-content;
}

#team-wrap .person-name,#team-wrap .person-info {
    text-align: center;
}

#team-wrap .img-box {
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 200px;
    max-height: 200px;
}
#team-wrap .img-box img {
    border: 3px solid var(--clr-primary);
    border-radius: 999px;
    height: 100%;
}

#team-wrap .inner-container {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cbf83f7b-3bc0-41ab-a425-a89357997036/Background_images/shVS_team_box_v2.jpg) center center no-repeat;
	background-size: cover;
    border-radius: 60px;
    padding: 80px 80px;
}

#team-wrap .team-cards-outer-container {
    margin-top: 40px;
}
#team-wrap .responsive-container-block {
    margin: 40px 0;
}

#team-wrap .btn-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
}
	
@media (max-width: 768px) {
	#team-wrap .team-cards-outer-container, #team-wrap .responsive-container-block {
    	margin-top: 0;
	}
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-4 {
    margin: 6.6vh 0 0;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    background: #e9f3fa;
}

.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.module-testimonials.style-4 .ry-flex .ry-each .each-comment h5,
.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p{
    color: #666;
    text-align: center;
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
    background: var(--clr-primary);
    border: none;
}
.module-testimonials.style-4 .ry-flex .each-middle .group-text .icon-wrapper span {
    font-size: 75px;
    font-family: 'Poppins';
}
/* Footer */
	/**/
.module-16 {
    background: var(--clr-primary);
}

.module-16 #footer-row1 {
    border-radius: 40px;
}

.module-16 #footer-row2 .ry-text * {
    color: var(--clr-white) !important;
}

.module-16 #footer-row2 .ry-right img {
    filter: brightness(0) invert(1);
}
.module-16 .custom-headline h2 {
    font-size: var(--font-spantitle) !important;
    color: var(--clr-black);
}
/*Media Queries*/
	/**/
/* End - HP Edits*/
	
	body[data-page-name="our-doctor"] .team-inner-page.style3 .btn-excerpt {
    display: none !important;
}
	
	.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
		background: #000 !important;
	}
	
	@media (max-width:  767px) {
		.module-66 .carousel .carousel-inner .item img {
			height: 500px;
		}
	}
	