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: 700 !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: #994da9 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #7b7baf !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #7b7baf !important;}
.ry-btn.ry-btn-secondary:hover {background: #994da9 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 10px !important; font-size: 18px !important;line-height:1.1}
.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 <June 05, 2026> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #994da9;
	--clr-secondary: #7b7baf;
	
	--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*/
	--primary-color: #994da9;
	--secondary-color: #7b7baf;
}
	
/*PATIENT FORMS end*/

html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:300px
}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    opacity: 0;
}
/**/
	/*fonts*/

.custom-headline h1 {
    text-align: center;
    color: white;
    text-transform: uppercase;
	font-size: clamp(2.375rem, 1.3554rem + 4.183vw, 6.375rem);
    line-height:1.1 !important
}

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

.custom-headline h2 span {
    display: block;
    text-transform: uppercase;
	color:var(--primary-color) !important
}
.custom-headline strong {
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333333;
    font-weight: 600;
    text-align:start;
    display:block;
    margin-top:15px;
	font-weight:500 !important;
	line-height:1.2
}
.custom-headline h2 .span-2 {
    color: var(--clr-secondary);
    letter-spacing: -0.06em;
    font-weight: 500;
}

	/*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);
}

.mobile-container .flex-wrap .mobile_logo img {
    max-width: 360px;
}
.module-43 .ry-right .ry-menu .nav-menu li a {
    color: #374151;
	font-weight:500;
	font-size: 18px;
	text-wrap:nowrap
}
.module-43 .ry-right .ry-menu .nav-menu li a:hover {
	color:var(--primary-color)
}
.module-43 .ry-right .ry-leads .ry-contact li.ry-el-link {
    background: var(--clr-secondary) !important;
}

.module-43 .ry-right .ry-leads .ry-contact li .contact__icon .icon__wrap {
    background: transparent;
}

/* 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 .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent, #330e39);
}
.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
	object-position:top
}

.bnr-textbox .ry-text p {
    text-align: center;
    color: white;
}
.module-66 .bnr-textbox {
       margin-bottom: 20px !important;
	position:absolute;
	bottom:0
}

/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
	max-width: 100%;
}
.module-welcome.style-5 .text-wrapper {
    max-width: 80%;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: 100%;
}
.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-flex {
    align-items: center;
}

.module-welcome.style-5 .custom-headline h2, .module-welcome.style-5 .custom-headline h2 .span-1, .module-welcome.style-5 .ry-text p {
    text-align: left !important;
}

.module-welcome.style-5 .btn-wrapper div {
    display: flex;
    width: 100%;
    gap: 20px;
}

.module-welcome.style-5 .background-section {
    opacity: 1;
    filter: none;
}

.ry-multi-item-slider {
    padding: 0;
}
/* Services */
	/**/
.module-services.style-11 {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f995338-c642-4b6a-90e0-db0accf3be31/Background_images/ModernOptoVS_services_bg.jpg) center center no-repeat;
	background-size: cover;
}
.module-services.style-11 .custom-headline h2, .module-services.style-11 .custom-headline h2 .span-1 {
    text-align: left !important;
}
.module-services.style-11 .ry-flex .ry-each .services-details p {
    color: #666;
}

.module-services.style-11:before {
    background: none;
}
.module-services.style-11 .ry-flex > .ry-each:nth-child(2) .ry-inner-flex .photo img {
    filter: brightness(0) invert(1);
}
/* Meet the Team */
	/**/
.module-28 .ry-generic-copy {
    margin: 40px 0;
}

.module-28 .custom-headline h2, .module-28 .custom-headline h2 .span-1, .module-28 .ry-generic-copy p {
    text-align: left;
}

.module-28 .ry-btn-wrapper {
    justify-content: flex-start;
}

.module-28 .ry-content {
    height: 100%;
}

.module-28 {
    padding: 6.6vh 0;
}
.module-28 .ry-left, .module-28 .ry-left img {
    position: relative;
    max-width: 60%;
    bottom: 0;
    left: 0;
	margin: 0 auto;
}
/* Custom Myopia */

.custom-hp-myopia .background-section, .custom-hp-myopia .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.custom-hp-myopia {
    padding: 6.6vh 0;
}

.custom-hp-myopia .content {
    max-width: 50%;
}

.custom-hp-myopia .custom-headline h2, .custom-hp-myopia .custom-headline h2 .span-1 {
    text-align: left;
}

.custom-hp-myopia .ry-text p {
    margin: 40px 0;
}
	/**/
/* Brand */
	/**/
.ry-multi-item-slider::before {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f995338-c642-4b6a-90e0-db0accf3be31/Background_images/brands_bg.jpg) center center no-repeat;
	background-size: cover;
}

#top-brands .custom-headline h2, #top-brands .custom-headline h2 .span-1, #top-brands .custom-headline h2 .span-2 {
    color: var(--clr-white);
}

body.home .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: brightness(0) invert(1);
}

body.home .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
    display: none;
}

.owl-carousel .owl-dots .owl-dot {
    background: #ffffff85;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: white;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-3 {
    padding: 6.6vh 0;
}

.module-testimonials.style-3 .video_wrapper {
    background: transparent;
}
/* Footer */
	/**/
.module-44:before {
    background-image: none;
}

.module-44 .ry-footer-logo {
    max-width: 560px;
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
    filter: brightness(0) invert(1);
}
/*Media Queries*/
	/**/
@media (max-width:1200px){
    .module-services.style-11 .custom-headline h2, .module-services.style-11 .custom-headline h2 .span-1 {
        text-align: center !important;
    }
    .module-services.style-11 .ry-flex > .ry-each:nth-child(1) {
        margin-bottom: 150px;
    }
    .custom-hp-myopia {
        padding: 15.6vh 0;
    }
    .custom-hp-myopia .background-section, .custom-hp-myopia .background-section img {
        object-position: left;
    }
    .custom-hp-myopia .content {
        max-width: 60%;
        margin-left: 20%
    }
    .custom-hp-myopia .custom-headline h2, .custom-hp-myopia .custom-headline h2 .span-1, .custom-hp-myopia .ry-text p {
        text-align: center;
    }
	.custom-hp-myopia .btn-wrapper {
		display: flex;
		width: 100%;
		justify-content: center;
	}
}

@media (max-width:1080px){
	.module-welcome.style-5 .ry-flex {
		gap: 40px;
	}

	.module-welcome.style-5 .custom-headline h2, .module-welcome.style-5 .custom-headline h2 .span-1, .module-welcome.style-5 .ry-text p {
		text-align: center !important;
	}

	.module-welcome.style-5 .btn-wrapper div {
		justify-content: center;
	}
	.module-welcome.style-5 .text-wrapper {
		max-width: 100%;
	}

}
@media (max-width:1024px){
    .module-66 .bnr-textbox {
        position: relative;
        background: var(--clr-secondary);
        padding: 2.2vh 0;
		margin: 0 !important;
    }
    
    .module-66 .carousel .carousel-inner .item .text-center::before {
        opacity: 0;
    }
    
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
}
@media (max-width:991px){
    .module-28 .ry-left, .module-28 .ry-left img {
        max-width: 300px;
    }
    .custom-hp-myopia {
        padding: 6.6vh 0;
    }
    .module-testimonials.style-3 img {
        max-width: 600px;
        margin: 0 auto;
    }
}
@media (max-width:768px){
    .custom-hp-myopia .content {
        max-width: 100%;
        margin-left: 0%;
    }
}
@media (max-width:498px){
    .module-welcome.style-5 .btn-wrapper div {
        flex-direction: column;
        align-items: center;
    }
}
/* End - HP Edits*/
	

/* --- BUILD ---*/
html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:200px
}
.fa-twitter::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23994da9' d='M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z'/%3E%3C/svg%3E");
}
ol, body ol {
    list-style:auto
}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;

    opacity: 0;
}
.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
    overflow: hidden;
	border-radius:20px
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.checklist ul {
    list-style: none;
    padding: 0;
}

.checklist ul li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;;
}

.checklist ul li::before {
    content: '✔'; 
    position: absolute;
    left: 0;
    color: var(--primary-color); 
    font-size: 16px;
    border:solid  2px;
    width:22px;
    height:22px;
    display:flex;
    align-items:center;
    justify-content:center
}
.pg-bottom {
    display:none
}
/*  --- HEADER UPDATE --- */
.ry-sticky-menu.fixed {
	z-index:999
}
.module-43 .ry-right .ry-leads {
    align-items:center;
    gap:10px;
	max-width: fit-content;
}
.module-43 .ry-right .ry-leads .ry-contact {
    gap: 10px;
}
.module-43 .ry-right .ry-leads .ry-contact  {
    line-height:1.1 !important
}
.module-43 .ry-right .ry-leads .ry-contact span {
    text-transform:uppercase;
    font-weight:normal !important
}
.module-43 .ry-right .ry-leads .ry-contact span a {
    display:block;
    font-weight:600 !important;
    font-size:17px !important;
	text-transform:uppercase
}
#ry-section-header .ry-social .social-inner-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
}
#ry-section-header .ry-social .social-inner-wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px
}
#ry-section-header .ry-social .social-inner-wrap li {
    margin:0
}
#ry-section-header .ry-social .social-inner-wrap li a{
    color:var(--primary-color)    ;
    background:unset;
    font-size:20px

}
.module-43 .ry-left img {
    max-width: 500px;
	width:100%;
}
#ry-section-header .ry-contact li:last-child,
	#ry-section-header .ry-contact li:first-child {
    background:var(--primary-color) !important
}
#ry-section-header .ry-contact li:last-child:hover {
    background:var(--secondary-color) !important
}
.ry-sticky-menu.fixed {
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.module-43 .ry-right .ry-leads .ry-contact li {
    border-radius: 10px;
}
.module-43 .ry-right .ry-leads .ry-contact > li {
        transition:all .3s ease
}

.module-43 .ry-right .ry-leads .ry-contact .ry-el-link:hover {
    background:var(--primary-color) !important;
}

.module-43 .ry-right .ry-leads .ry-contact > li:last-child:hover{
    background:var(--secondary-color) !important;
}
.module-43 .ry-right {
    max-width:fit-content;
	align-items: end;
}
.module-43 .ry-right .ry-menu .nav-menu {
    max-width:fit-content;
    gap:2vw;
	margin-top:5px
}

.mm-panel .mob-menu a {
	padding-block:13px
}
	
.mm-panel .mob-menu a,
#menu_container .mm-listview li a{
    text-wrap:wrap;
    line-height:1.2;
    font-size:18px;
	letter-spacing:0.5px !important;
	text-transform:uppercase;
	padding-block:15px
}
	
.mm-panel_opened {
	padding-inline:0px
}
.mm-menu_theme-black .mm-navbar>*, .mm-menu_theme-black .mm-navbar a{
	text-wrap:wrap;
    line-height:1.2;
    font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
}
#menu_container, .mm-panels, .mm-panels>.mm-panel{
    background:var(--primary-color)
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:first-child ,
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:last-child {
    border-radius:0 !important
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li{
    padding:0;
    background: var(--primary-color) !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background:transparent;
	 display:flex;
    justify-content:space-between;
    padding:0
}
.ry-menu .ry-nav li.dropdown .dropdown-menu {
    background:transparent;
	left:50%;
    transform:translateX(-50%)
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    min-width: 240px;
    width:fit-content
}


.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a {
    display:flex;
    width:100%;
    color:#fff !important;
    padding-block:12px;
}
li.third-level-container:not(.third-level a):after {
	position:absolute
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a:hover {
    background:var(--secondary-color);
    color:#fff !important;
	opacity:1
}


.ry-menu .ry-nav .dropdown-menu>li>a{
    font-size: calc(15px + 2 * ((100vw - 320px) / 1280)) !important;
}
.header .contact-wrap .head-sched-app-wrap a::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: no-repeat center / contain
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M224 64C206.3 64 192 78.3 192 96L192 128L160 128C124.7 128 96 156.7 96 192L96 240L544 240L544 192C544 156.7 515.3 128 480 128L448 128L448 96C448 78.3 433.7 64 416 64C398.3 64 384 78.3 384 96L384 128L256 128L256 96C256 78.3 241.7 64 224 64zM96 288L96 480C96 515.3 124.7 544 160 544L480 544C515.3 544 544 515.3 544 480L544 288L96 288z'/%3E%3C/svg%3E");
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li {
    padding:0 !important;
    margin:0;
    height:fit-content;
	
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a {
    padding:12px 20px !important;
	font-size:17px
}
.ry-menu .ry-nav li.dropdown .third-level-dropdown{
	min-width:fit-content !important;
	width:100%;
	max-width:100%;
}
.ry-menu .ry-nav li.dropdown.patient-center-menu .third-level-dropdown {
	left:-100%

}
.mobile-container {
	background:#fff
}

 .mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
	 background:var(--secondary-color)
 }


.mobile-container .flex-wrap {
	display:flex;
	flex-wrap:nowrap;
	gap:10PX
}
.mobile-container .mobile-nav {
    margin-right: 3px;
}

.mobile-container .flex-wrap .flex-item.left-nav {
    width: fit-content;
    padding-left: 10px;
}
.mobile-container .flex-wrap .flex-item.right-nav {
	width: fit-content;
    padding-right: 10px;
}

.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
    margin-right: 0px;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
	display:flex;
	gap:6px
}
.module-43 .ry-right .ry-leads .ry-contact li:nth-child(1) a {
    pointer-events:none
}
@media(max-width:1480px) {
.module-43 .ry-container {
	max-width: 95%;
}
}
@media(max-width:1280px) {
	.module-43 .ry-left{ 
		position:absolute;
		width:24VW;
		left:0
	}
	.module-43 .ry-flex {
		justify-content:end
	}
	.module-43 .ry-right {
		width:100%;
		max-width:100%;
	}
	.module-43 .ry-right .ry-menu .nav-menu {
		float:unset;
		max-width:100%
	}
}

@media(max-width:1080px) {
	.module-43 .ry-container {
		max-width: 97%;
	}
}
@media (max-width: 600px) {
     .module-66 .carousel .carousel-inner .item img {
        height: 35vh;
        margin-top:80px;
        
    }
}
/* --- WELCOME SECTION --- */
.module-welcome.style-5 {
	padding-block:140px
}
@media (max-width: 1480px) {
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		max-width: unset;
		padding-right: 0px;
	}
	.module-welcome.style-5 .text-wrapper {
		max-width: 100%;
	}
	.module-welcome.style-5 .ry-flex {
		gap:20px;
		row-gap:40PX
	}

	.module-welcome.style-5 .ry-each.image-wrapper {
		max-width:700px;
		margin-inline:auto;
		width:100%
	}
	.module-welcome.style-5 {
		padding-block:60px
	}
	.module-welcome.style-5 .ry-each .ry-text p, .ry-btn {
		font-size: 17px !important;
	}
   
}
@media (max-width: 1080px) {
		.module-welcome.style-5 .ry-flex * {
		text-align:center
	}
}
@media (max-width:600px) {
    .module-welcome.style-5 .ry-each h2 {
		font-size: 32px;
	}
	.custom-headline strong {
		font-size: 20px;
	}
}
/* --- SERVICES SECTION --- */
.ry-services.style2 {
    padding: 120px 0;
}
.ry-services.style2 .ry-container {
    max-width:1480px;
    width:90%
}
.ry-services.style2 .ry-content {
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.ry-services.style2 .custom-headline * {
    text-align:center
}

.ry-services.style2 .custom-headline h2 span{
    display:inline-flex
}

.ry-services.style2 .custom-headline strong {
    margin-bottom:10px !important;
}

.ry-services.style2 .button-wrapper {
    padding-top: 30px;
    padding-bottom: 100px;
}

.ry-services.style2:before {
    background:#f5f1fd
}

.ry-services.style2 .block-count-4 .ry-each .each-block {
    margin-bottom: 0;
}

.ry-services.style2 .block-count-4 .ry-each {
    margin-left: 0px;
    width: 100%;
    display: flex;
    justify-content:space-between
}
.ry-services.style2 .block-count-4 .ry-each .block-group {
    display:flex;
    gap:2vw;
    flex-direction:row;
    justify-content:center
}

.ry-services.style2 .block-count-4 .ry-each .block-group .each-block {
    width:calc(100% / 4  - 3VW)
}

.ry-services.style2 .ry-each .photo img {
    border: 9px solid #fff;
}

.ry-services.style2 .block-count-4 .ry-each .block-group .each-block:nth-child(1),
.ry-services.style2 .block-count-4 .ry-each .block-group .each-block:nth-child(4){
    top:-100px
}

.ry-services.style2 .ry-each .each-block .title {
    line-height:1.1;
    text-transform:uppercase;
    max-width:190px;
    width:100%
}
.ry-services.style2 .ry-each .title div {
    line-height:1.1
}
.ry-services.style2 .ry-each .each-block {
    padding-inline:10px
}
.slick-dots button {
	width:13px;
	height:13px
}
@media(max-width:1080px){
	.ry-services.style2 .each-block .photo:before {
		display:none
	}
	.ry-services.style2 .each-block .title {
		bottom:40px;
		max-width:180px;
		width:80%
	}
	.ry-services.style2 .each-block .title div {
		line-height:1.1;
		text-transform:uppercase
	}
	.ry-services.style2 .each-block .photo img {
		border:solid #fff 8px;;
		border-radius:50%;
	}
	.ry-services.style2 {
		padding:60px 0
	}

}
/* --- RAYBAN SECTION --- */
.ray-ban-section {
    padding:120px 0
}
.ray-ban-section .ry-flex {
    align-items:center
}

.ray-ban-section .ry-flex  h2 {
    text-align:start
}

.ray-ban-section .ry-flex .ry-btn  {
    margin-top:40px
}

.ray-ban-section .ry-container {
    max-width:1280PX;
    width:90%
}

.ray-ban-section .ry-flex .ry-left {
    width:45%
}

.ray-ban-section .ry-flex .ry-right {
    width:45%
}
@media(max-width:1080px) {
	.ray-ban-section {
		padding:60px 0
	}
}

@media(max-width:780px) {
	.ray-ban-section .ry-flex .ry-left {
    width: 60%;
}
}
@media(max-width:767px) {
	.ray-ban-section .ry-flex {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:40px
	}
	.ray-ban-section .ry-flex * {
		text-align:center !important
	}
	.ray-ban-section .ry-flex .ry-left,
	.ray-ban-section .ry-flex .ry-right{
		width: 100%;
	}
	.ray-ban-section .ry-flex .ry-right {
		max-width:400px;;
	}
	.ray-ban-section .ry-flex .ry-btn {
		margin-inline:auto
	}
}
/*  --- BRAND SECTION --- */
.module-brand:before {
    display:none
}
.module-brand .background-section {
    opacity: 1;
    filter:unset;
}

.module-brand .ry-btn:not(:hover) {
    background:#fff !important;
    color:var(--primary-color) !important
}
.module-brand .custom-headline h2 {
    
}

.module-brand .custom-headline h2 span {
    display:inline;
    color:#e999f0 !important
}

.module-brand .custom-headline strong {
    color:#fff;
    text-align:center;
	margin-top:0;
	margin-bottom:20px
}

.module-brand  .button-nav-swiper {
    width:100%;
    max-width:1480px;
	z-index:5
}

.module-brand  .button-nav-swiper .slick-arrow {
	background:#FFF;
	padding:13px;
	border-radius:50%;
	width:45px;
	height:45px;
	transition:all .3s ease;
	cursor:pointer
}
.module-brand  .button-nav-swiper .slick-arrow:hover {
	background:var(--secondary-color)
}

.module-brand  .button-nav-swiper .slick-arrow  svg {
	fill:#333;
	stroke:#333;
	transition:all .3s ease;
}
.module-brand  .button-nav-swiper .slick-arrow:hover svg {
		fill:#fff;
	stroke:#fff;
}
.brand-wrapper .swiper-slide .logo-wrapper {
	background:var(--secondary-color)
}

.brand-wrapper .swiper-slide .logo-wrapper  img {
	filter:brightness(0) invert(1);
	max-width:90%;
	max-height:50px;
	height:100%;
	margin-inline:auto
}
.brand-wrapper .swiper-slide .logo-wrapper {
    padding: 20px;
}
.brand-wrapper .swiper-slide .photo img {
	max-height:280px;
	object-fit:cover
}
.module-brand {
    padding: 130px 0 180px;
}
.brand-wrapper .ry-pagination-swiper {
	display:flex
}
 .module-brand.module-20 .slick-dots { 
	 display:flex !important;;
	 list-style:none;
	 margin-top:40px;
	 justify-content:center;
	 padding-left:0;
	 width:90%;
	 margin-inline:auto;
	 flex-wrap:wrap;
	 justify-content:center;
	 row-gap:10px;
	 position:absolute;
	 bottom:-190px;
	 left:50%;
	 transform:translateX(-50%)
 }

.brand-container .button-wrapper {
    padding-top: 30px;
}
.module-brand.module-20 .slick-dots li {
    display:flex
}
.module-brand.module-20 .slick-dots li button {
	font-size:0;
	width:12px ;
	height:12px;
	border-radius:50% ;
	background:#FFF !important;
	opacity:.6
	
}
.brand-container .button-wrapper {
    padding-top: 40px;
}
.module-brand.module-20 .slick-dots li.slick-active button {
	opacity:1
}
	
@media(max-width:1199px) {
	.module-brand.module-20 .slick-dots {
		display:none !important
	}
}
@media(max-width:1080px) {
	.module-brand.module-20 {
		padding:60px 0 100px
	}
}	
/* --- INSURANCE SECTIONS ---  */
.module-32.style3  .custom-headline strong{
    margin-block:0;
    color:var(--primary-color)
}
.module-32 #module-32-carousel-two {
    padding:0
}
.module-32 .swiper-button-prev:before, .module-32 .swiper-button-next:before {
    color:#333;
    font-size:30px
}
.module-32 .swiper-pagination {
    display:none
}

.module-32 .insurance-wrapper {
    display:flex;
    justify-content:space-between;
    gap:20px;
    align-items:center;
    justify-content:space-between
}
.module-32.style3  .custom-headline {
    width:20%;
}
.module-32 #module-32-carousel-two {
    width:80%
}
.module-32.style3 .module-32-wrapper-one {
    padding-block:80px
}

.module-32 .swiper-slide img {
        max-width: 170px;
		margin-inline:auto;
		width:100%
}
.pg-insurances {
    margin-top:30px
}
.pg-insurances .module-32:before {
    display:none
}
.pg-insurances .module-32 {
    background:transparent
}
.pg-insurances .module-32.style3 .module-32-wrapper-one {
    padding:30px;
    border-radius:20px;
    
}
.pg-insurances  .module-32 .insurance-wrapper {
    flex-direction:column;
}

.pg-insurances  .module-32.style3 .custom-headline strong,
.pg-insurances  .module-32.style3 .custom-headline{
    width:100%;
    color:#333;
    text-align:center
}

.pg-insurances  .module-32 #module-32-carousel-two {
    width:100%
}
.pg-insurances  .module-32 #module-32-carousel-two img{
    padding-inline:10px
}

.pg-insurances .module-32 .swiper-button-next{
    right:-18px
}
body.default .pg-insurances .module-32 .swiper-slide img {
    max-width: 80%;
    width: 100% !important;
}
@media(max-width:1080px) {
	.module-32 .insurance-wrapper {
		flex-direction:column
	}
	.module-32.style3 .custom-headline,
	.module-32 #module-32-carousel-two{
		width:100%
	}

	.module-32.style3 .custom-headline  * {
		text-align:center
	}
	.module-32.style3 .module-32-wrapper-one {
		padding-block:60px
	}
}
/*  --- TEAM SECTION --- */
.team-testimonials-bg {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-4f995338-c642-4b6a-90e0-db0accf3be31/Background_images/bg.jpg);
	background-size: cover;
	background-position: center;
}

.module-28 {
    padding:120px 0
}
.module-28 .ry-container {
    max-width:1480px;
    width:90%
}
.module-28 .ry-content .ry-right {
    width:50%;
    max-width:unset;
	flex-basis:unset
}
.module-28 .ry-content .ry-left {
    width:42%;
    max-width:unset;
    margin:unset;
	flex-basis:unset
}

.module-28 .ry-content .ry-left > div{
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:start
}
.module-28 .ry-btn-wrapper {
  margin:0 !important
}

.module-28 .custom-headline h2 span {
	display:inline
}

.module-28 .custom-headline strong {
    margin-top:0
}
.module-28 .custom-headline br {
    display:none
}
.module-28 .ry-generic-copy {
    margin: 30px 0;
}
@media (max-width: 1199px) {
	.module-28 .ry-flex {
		flex-direction:row;
		flex-wrap:nowrap;
		gap:40px
	}
}
@media(max-width:1080px) {
	.module-28 {
		padding: 60px 0;
	}
}
@media(max-width:991px) {
	.module-28 .ry-flex {
		flex-direction:column-reverse;
	}
	.module-28 .ry-content .ry-right {
		width:100%;
		max-width:600px
	}
	.module-28 .ry-content .ry-left {
		width:100%;
	}
	.module-28 .ry-content  * {
		text-align:center !important
	}
	.module-28 .ry-content .ry-left > div {
		justify-content:center;
		align-items:center
	}
	.module-28 .ry-content .ry-btn {
		margin:unset
	}
}
/* --- TESTIMONIALS SECTION ---  */
.module-testimonials.style-3 .custom-headline strong{
    margin-top:0;
    text-align:center
}

.module-testimonials.style-3 {
    padding:100px 0
} 

.module-testimonials.style-3 .custom-headline h2 span {
    display:inline
}

.module-testimonials.style-3 .ry-container {
    justify-content:space-between;
    gap:40px
}

.module-testimonials.style-3 .ry-container {
    max-width:1480px;
    width:90%
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
    width:35%
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
    width:40%
}


.module-testimonials.style-3 .review-separator {
    width: fit-content;
    height: fit-content;
    top: 50%;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    border: unset;
    background: unset;
}

.module-testimonials.style-3 .review-separator img:first-child {
    min-width:150px;
    min-height:150px;
    object-fit:contain;
    position:absolute;
    left:0%;
    transform:translatex(-50%)
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
    display:none
}

.module-testimonials.style-3 .carousel {
    padding-left: 0px;
}

.module-testimonials.style-3 .ry-flex {
	justify-content:space-between;
    align-items:center
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    right: 50%;
}
.module-testimonials.style-3 .ry-container .ry-content {
    max-width:100%
}
	
.module-testimonials.style-3 .ry-container .ry-content {
    max-width:100%
}
@media(max-width:991px) {
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:first-child {
		width:100%;
		max-width:400PX

	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:last-child {
		width:100%;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box {
		margin-top: 40px;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
		gap:20px
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
		margin-bottom:10px
	}
	.module-testimonials.style-3 {
		padding-top:60px
	}
}


/* --- MEMBER OF SECTION ---*/
.member-section {
     padding:50px 0;
     background:#ece5fa
 }

.member-section .logo-wrapper {
    display:flex;
    gap:20px;
    justify-content:space-between;
    width:80%;
    align-items:center
}

.member-section .custom-headline strong {
    margin-top:0;
	color:#333 !important
}
.member-section .logo-wrapper img {
    max-height:120px;
    object-fit:contain;
    max-width:200px
}
.member-section .logo-wrapper > div {
    width:fit-content
}

.member-section .ry-container {
    display:flex;
    gap:20PX;
    justify-content:space-between
}

.member-section .ry-container .custom-headline {
    width:fit-content;
    align-items:center;
    display:flex;
    width:20%
}
.pg-proud-member .member-section {
    margin-top:30px;
    padding-block:30px;
    border-radius:20px
}
.pg-proud-member .member-section .logo-wrapper {
	flex-wrap:wrap;
	justify-content:center;
	gap:30PX
}
.pg-proud-member .member-section .ry-container {
    flex-direction:column;
    align-items:center
}
.pg-proud-member .member-section .ry-container > div {
    width:100% !important
}
.pg-proud-member .member-section .ry-container .custom-headline strong {
    text-align:center;
    width:100%
}
.pg-proud-member .member-section .logo-wrapper > div {
    width:30%;
	display:flex;
	align-items:center;
	justify-content:center
}
.pg-proud-member .member-section .logo-wrapper > div img {
	width:100%;
	max-width:100%;
	object-fit:contain
}
#ry-pg-body .pg-proud-member .ry-container {
	max-width:90%
}

@media(max-width:991px) {
	.member-section .ry-container {
		flex-direction:column;
		align-items:center;;
		gap:20px
	}
	.member-section .ry-container  > div {
		width:100% !important
	}
	.member-section .ry-container .custom-headline * {
		margin-inline:auto
	}
	.member-section .logo-wrapper {
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
		gap:40px;
		row-gap:30px
	}
		.pg-proud-member .member-section .logo-wrapper > div {
    width:30%;
	}

}
@media(max-width:480PX) {
	.member-section .logo-wrapper > div {
		width:calc(50% - 20px);
	}
	.pg-proud-member .member-section .logo-wrapper > div { 
		width:100%;
		max-width:180px
	}
}
/* --- FOOTER SECTION ---  */
#ry-footer .ry-footer-logo{
    margin:0;
    max-width:400px;
    width:95%;
	background:transparent;
	padding:0;
	margin-bottom:40px
}

.module-44 .ry-flex .ry-each h2 {
	margin-bottom:20px
}
.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .office-hours:before,
.module-44 .social-icons .social-inner-wrap li .fa{
    font-family: 'fontawesome';
    min-width: 44px;
	width: 44px;
    height: 44px;
    border-radius: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}
.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .office-hours:before {
	background:#d9d9f5;
	color:#7e7db1;
	font-size:20px !important
}
.module-44 .social-icons .social-inner-wrap:before,
.module-44 .social-icons .social-inner-wrap:after{
	display:none
}
.module-44 .ry-flex .ry-each h2 {
    line-height:1.1;
}

#ry-footer .ry-container .ry-flex .ry-each:nth-child(1) {
    width:35%
}
#ry-footer .ry-container .ry-flex .ry-each{
    width:27%;
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    margin-bottom:20px;
	align-items:center
}
.module-44 .ry-flex .ry-each .website-info .phone.fax a,
.module-44 .ry-flex .ry-each .website-info .phone a{
	font-size: 22px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Poppins";
}
.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    line-height:1.2 !important;
}

.module-44 .ry-flex .ry-each a {
    margin-top:0;
    font-size: 18px;
}
.module-44 .ry-flex .ry-each .website-info .phone.fax a {
    pointer-events:none
}
#ry-footer * {
    color:#fff
}
#ry-footer a:hover {
    color:#f2b7ff !important
}

.module-44 .ry-flex .ry-each .span-1 {
    text-transform:capitalize;
    font-weight:normal !important;
    font-size:18px !important
}

.module-44 .ry-flex .ry-each .website-info .address::before {
    content: "\f3c5";
    font-size:16px
}
.module-44 .ry-flex .ry-each .website-info .phone::before {
    content: "\f095";
    font-size:16px
}

.module-44 .ry-flex .ry-each .website-info .fax::before {
    content: "\f1ac";
    font-family:'fontawesome';
    font-size:16px
}

.module-44 .office-hours::before {
    display:none
}
.module-44 .office-hours {
    padding:0
}
#ry-footer .office-hours * {
    font-size:18px;
    text-transform:capitalize
}
#ry-footer .office-hours  ul li {
    margin-bottom:10px;
	display:flex;
	gap:10px;
	justify-content:space-between
}
#ry-footer .office-hours  ul li .span-2{
    width:200px;
    display:block
}
#ry-footer .office-hours  ul li .span-3 {
    width:300px;
    display:block;
	max-width:unset;
}
#ry-footer .note  {
    padding-top:10px
}
#ry-footer .note  p{
    line-height:1.1;
    font-size:18px;
    text-transform:none
}

.module-44 .ry-footer-copyright * {
    font-size: 16px !important;
    color:#FFF !important;
	line-height:1.3;
	font-weight:400 !important;
	opacity:1 !important
}
.module-44 .ry-footer-copyright .ry-left,
.module-44 .ry-footer-copyright .ry-right{
    width:fit-content;
    max-width:fit-content
}

.module-44 .social-icons .social-inner-wrap li .fa {
	color:var(--primary-color) !important
}
#ry-footer .module-44 .social-icons .social-inner-wrap li .fa:hover {
	background:var(--secondary-color) !important;
}

.module-44 .ry-footer-copyright .ry-container {
	display:flex;
	align-items:center ;
	justify-content:space-between
}
.module-44 .ry-footer-copyright {
	padding-bottom:0px
}
@media(max-width:1480px) {
	.module-44 .ry-flex .ry-each .office-hours ul li {
		gap:20px
	}
	.module-44 .ry-footer-copyright .ry-container{
		flex-direction:column;
		gap:0px
	}
}
@media(max-width:1080px) {
	#ry-footer .ry-container .ry-flex .ry-each {
		width:35%
	}

}
@media(max-width:991px) {
	#ry-footer .ry-footer-logo {
	    margin: 0;
	    max-width: 300px;
	}
	.module-44 .ry-flex {
		flex-direction:column;
		align-items:center;
		justify-content:center;
		gap:20PX
	}
	
	.module-44 .ry-flex  .website-info {
		max-width:300px;
		margin-inline:auto
	}
	.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before, .module-44 .ry-flex .ry-each .website-info .email:before, .module-44 .office-hours:before {
		position:relative
	}
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items:center;
		text-align:start !important;
		padding:0;

	}
	.module-44 .ry-flex .ry-each h2 {
		text-align:center !important;
		margin-bottom:0
	}

	.module-44 .ry-flex .ry-each {
		width:90% !important;
		display:flex;
		flex-direction:column;
		gap:20px
	}
	#ry-footer .ry-footer-logo{ 
		margin-inline:auto
	}

	.module-44 .ry-flex .ry-each .office-hours {
		max-width:350PX;
		width:100%;
		margin-inline:auto
	}
	.module-44 .ry-flex .ry-each .office-hours .span-3 {
		text-align:end !important
	}


	#ry-footer .office-hours ul li .span-2 {
		text-align:start
	}
	.module-44 .ry-footer-top {
    padding-bottom: 0px;
}
}

@media (max-width: 768px) {
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2{
		text-align: start !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: end !important;
	}
}
	
body.default #ry-section-header.module-43 {
	background:#fff
}
/* --- INSIDE PAGES ---*/
#ry-pg-body p {
	line-height:1.5
}
#ry-pg-body.frames-pg .btn-wrapper {
    justify-content:start
}

@media(max-width:767px) {
	.each-service-pg .ry-left img {
		margin-inline:auto
	}
	#ry-pg-body.frames-pg .btn-wrapper {
		justify-content:center
	}
	#ry-pg-body.frames-pg .custom-headline strong {
		text-align:center
	}
}
/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp:before {
	display:none
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1.5px;
	font-size: clamp(2.1875rem, 1.7892rem + 1.634vw, 3.75rem) !important;
	line-height:1.1 !important;
	font-family:var(--title-font);
		font-weight:700 !important;
	color:#fff !important
}
#ry-pg-banner .ry-bnr-wrp {
height: 280px !important;
}
@media(max-width:1024px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top:80px
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding:0;
		margin:0
	}
	#ry-pg-banner .ry-bnr-wrp {
		height: 220px !important;
	}

}


/*--- SIDEBAR ---*/
.ry-sb-title {
	background: var(--primary-color) !important;
}

.ry-sb-title div {
	font-family: var(--title-font) !important;
	letter-spacing: .5px;
	text-transform: uppercase;
	font-size: 20px !important;
	color:#fff;
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background: #1628b10a;
}

#ry-sidebar #accordion .ry-drop-nav ul li a,
#ry-sidebar #accordion .ry-drop-nav a {
	transition:all .3s ease;
	text-decoration:none
}

#ry-sidebar #accordion .ry-drop-nav ul li a:hover,
#ry-sidebar #accordion .ry-drop-nav a:hover {
	color: #fff
}

#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition: unset;
}

#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color: #FFF;
	transition: all 0.3s ease;
	background: var(--secondary-color)
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight: 500;
	background: var(--primary-color);
	color: #fff
}

#ry-sidebar #accordion .ry-link-item.open>a {
	color: #fff;
	font-weight: 400 !important;
	background: var(--secondary-color);
}

#ry-sidebar .ry-link-wrp .ry-link-item.active {
	background: unset
}

#ry-sidebar #searchfield button:before {
	color: var(--primary-color);
}

#ry-sidebar #searchfield input[type="text"] {
	border-color: var(--primary-color);
	background: #fff;
	color: #313438
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background: unset
}

#ry-sidebar #services {
	display: none
}


#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
	line-height: 1.1 !important;
	font-family:var(--title-font) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	height: 50px;
}

#ry-pg-content:not([data-button-color=""]) .ry-btn.ry-btn-primary:not(.btn-transparent):hover{
	background:var(--secondary-color) !important
}

#ry-sidebar .ry-link-wrp .ry-link-item a,
#ry-sidebar #accordion .ry-drop-nav ul li a {
	color:#666666;
	font-size: 18px;
	padding:15px 30px
}


@media (max-width: 991px) {
	#ry-pg-body .ry-content {
		gap:80px
	}
}
	
	
/* --- TEAM PAGE ---  */
.team-inner-page.style3 .team-social {	
	margin-top:20px
}
.team-inner-page.style3 .btn-excerpt {
	display:none !important
}
.team-inner-page.style3 .ry-each {
	border: solid #474d5b0a 2px;
	border-radius:20px
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
	height: auto;
	border-radius:20px;
	border:solid 4px var(--primary-color)
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description img {
    max-width:400px;
    width:100%;
}
body.default #ry-section-header.module-43 {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
#ry-pg-body .team-inner-page.style3 .ry-each .each-container .details .title p {
    font-size: 15px !important;
}
.team-inner-page.style3 .ry-each .each-container .details .title h5 {
	font-size:25px !important
}

body.default #ry-section-header.module-43 .ry-btn:hover, .module-43 .btn-wrapper .ry-btn:hover {
    background:var(--secondary-color) !important
}
.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
.team-inner-page.style3 .ry-each .each-container .details .team-full-description,
.team-inner-page.style3 .ry-each .each-container .details .title{
	padding:0
}
.team-inner-page.style3 .ry-each .each-container .details {
	flex-direction:column;
	width:78%
}
	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt, .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 100%;
	}


.team-inner-page.style3 .ry-each .each-container .details .team-excerpt {
	display:none !important
}
.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
	display:flex !important
}
.team-inner-page.style3 .ry-each .each-container {
	justify-content:space-between;
	gap:20PX
}
.team-inner-page.style3 .ry-each .photo {
	max-width:unset;
	width:17%
}

@media (max-width: 1280PX) {
	.team-inner-page.style3 .ry-each .photo {
		width:30%

	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:65%
	}
}
@media (max-width: 991px) {
	.team-inner-page.style3 .ry-each .photo {
		width:100%	
	}
	.team-inner-page.style3 .ry-each .photo img {
		max-width:300px;
		width:100%;
		margin-inline:auto
	}
	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction:column;
		width:100%
	}
	.team-inner-page.style3 .ry-each {
		padding-inline:20PX
	}
	
}
	
/* --- OFFICE TOUR ---*/
.grid-gallery .gallery-wrapper-v2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	gap:10px;
	margin-block:30px
}

.grid-gallery .gallery-wrapper-v2 .ry-each {
	width: calc(33% - 10px);
	overflow:hidden
}
.grid-gallery .gallery-wrapper-v2 .ry-each:hover {
	cursor: pointer;
}

.grid-gallery .gallery-wrapper-v2 .ry-each .box-shadow {
	position: absolute;
	top: -10px;
	right: -10px;
	width: calc(100% - 10px);
	height: 100%;
	background: linear-gradient(to right, #5c87a0, #351d0a);
}
.grid-gallery .gallery-wrapper-v2 .ry-each .photo {
	position: relative;
	max-height:300px;
	object-fit:
}

.grid-gallery .gallery-wrapper-v2 .ry-each .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:all .3s ease
}
.grid-gallery .gallery-wrapper-v2 .ry-each:hover img {
	scale:1.1
}
.fancybox-caption .fancybox-caption__body {
	text-align: center;
}

.fancybox-caption:after {
	opacity: 0;
}
@media (max-width: 1480px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: calc(33.33% - 10px);
	}
}
@media (max-width: 680px) {
	.grid-gallery .gallery-wrapper-v2 .ry-each {
		width: 48%;
	}
}

/* --- SATURDAY HOURS PAGE ---*/
.saturday-hours-pg .date-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    table-layout: fixed;
}

.saturday-hours-pg .date-table th,
.saturday-hours-pg .date-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.saturday-hours-pg .date-table th {
    background: #f5f5f5;
    font-weight: 600;
}

.saturday-hours-pg .date-table tbody tr:nth-child(even) {
    background: #fafafa;
}
.saturday-hours-pg .table-responsive {
padding:0;
    margin:0;
    border: unset
}
@media (max-width: 768px) {
    .saturday-hours-pg .date-table {
        font-size: 14px;
    }

    .saturday-hours-pg .date-table th,
    .saturday-hours-pg .date-table td {
        padding: 8px 6px;
        white-space: normal;
        word-break: break-word;
    }
}

@media (max-width: 480px) {
    .saturday-hours-pg .date-table {
        font-size: 12px;
    }

    .saturday-hours-pg .date-table th,
    .saturday-hours-pg .date-table td {
        padding: 6px 4px;
    }
}
/* --- OFFICE HOLIDAYS PAGE ---*/  /* --- INSURANCE PAGE ---*/
.office-holidays-pg .ry-left ul, .insurance-pg .ry-left ul{
    padding:0;
    list-style:none;
}

.office-holidays-pg .ry-left ul li, .insurance-pg .ry-left ul li {
    margin-bottom:15px;
	list-style:none;
	
}

.office-holidays-pg .ry-left ul li p, .insurance-pg .ry-left ul li p{
    line-height:1.5;
}

.insurance-pg .accepted li * {
	color:green !important
}
.insurance-pg .accepted li a:hover {
	color:var(--primary-color) !important
}
.insurance-pg .not-accepted li * {
	color:red !important
}
/* --- BLOG PAGE ---*/
.blog-pg .ry-list-content p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
   line-height:1.5
}

.blog-pg .ry-list-title a{
   line-height:1.2
}

/* --- PAYMENT PAGE ---*/
.payment-pg .each-payment img{
    max-width:200px;
    width:100%;
}
.payment-pg .each-payment {
    margin-bottom:30px
}
@media(max-width:991px) {
    .payment-pg .each-payment img{
        margin-inline:auto
    }
}
	
.related-blog-container {
    display:flex;
    gap:10px;
    margin-top:30px
}

.related-blog-container .ry-each{
    width:calc(33.33% - 10px);
    position:relative;
    overflow:hidden
}


.related-blog-container .ry-each img {
    filter:brightness(.5);
    transition:all .3 ease;
    height:180px;
    object-fit:cover
}
.related-blog-container .ry-each:hover img {
    transform:scale(1.04);
}
.related-blog-container .title {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:95%;
}
#ry-pg-body .related-blog-container .title  p {
    line-height:1.2 !important;
    color:#fff;
    font-weight:600 !important;
    text-align:center
}

@media(max-width:600px) {
	.related-blog-container {
		display:flex;
		flex-direction:column
	}

	.related-blog-container .ry-each{
		width:100%
	}
}
	
/* --- CASESTUDY PAGE ---*/	
.case-study-container .ry-each {
display:flex;
    gap:15px;
    padding:30px 20PX
}

#ry-pg-body .case-study-container .ry-each .ry-left {
width:40%;
}
#ry-pg-body .case-study-container .ry-each .ry-right {
    width:60%;
    max-width:100%
}

@media(min-width:992px) and (max-width:1080px) {
	.case-study-container .ry-each {
		flex-direction:column
	}
	#ry-pg-body .case-study-container .ry-each .ry-left {
		width:100%;
	}
	#ry-pg-body .case-study-container .ry-each .ry-right {
		width:100%;
		max-width:100%
	}

}
@media(max-width:767px) {
		.case-study-container .ry-each {
		flex-direction:column
	}
	#ry-pg-body .case-study-container .ry-each .ry-left {
		width:100%;
	}
	#ry-pg-body .case-study-container .ry-each .ry-right {
		width:100%;
		max-width:100%
	}

}
/* --- BRANDS AND PAYMENT PAGE */
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	

.module-311 .ry-payment-options-logos .ry-each img {
	object-fit:contain;
	max-width:180px;
	height:65PX
}

.module-311 .ry-payment-options-logos {
	margin-top:10px
}
#ry-pg-body .btn-wrapper {
   display: flex;
    gap: 10px;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center
}

@media(max-width:767px) {
    #ry-pg-body .btn-wrapper .ry-btn {
    margin:unset 
}
    #ry-pg-body .btn-wrapper { 
        justify-content:center;
     align-items:center
        
    }
}
@media(max-width:500px) {
 #ry-pg-body .btn-wrapper { 
        justify-content:center;
    flex-direction:column;
    }
    #ry-pg-body .btn-wrapper .ry-btn  {
        width:100%
    }
}

	
/* --- Eye Conditions PAGE---*/
.eye-conditions-list ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 40px;
	list-style: none;
	margin: 0 0 40px 0;
	border:solid 1px var(--primary-color);
	padding:20px 40px 10px ;
	border-radius:10px
}

.eye-conditions-list li {
	margin-bottom: 10px;
	display:flex;
	align-items:center;
}

@media(max-width:500px) {
	.eye-conditions-list ul{
		row-gap:0px;
		padding-inline:20px
	}
}

/* --- SUPPLEMENTS PAGE---*/
.supplements-pg .gallery-wrapper-v2{
    margin:30px auto 50px
}
.supplements-pg  .grid-gallery .gallery-wrapper-v2 .ry-each {
    width: calc(25% - 10px);
    display:flex;
    align-items:center;
    justify-content:center
}

@media (max-width: 1480px) {
    .supplements-pg  .grid-gallery .gallery-wrapper-v2 .ry-each {
        width: calc(33.33% - 10px);
    }
}
/* --- CONTACT US PAGE --- */
.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

.contact-template.style-2 .ry-flex .contact-form {
	padding: 100px 4vw;
	background: #f5f5f5;
	width: 68%;
}

.contact-template.style-2 .contact-form .section-headline {
	margin-bottom: 30px;
}

.contact-template p {
	line-height: 1.5;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
	margin-top: 10px;
}

.contact-template.style-2 .ry-flex .contact-details {
	width: 32%;
	min-width: 420px;
	border: 1px solid #e8e8e8;
}

.contact-template.style-2 .ry-flex .contact-details #mapCustomstyle2 {
	padding-bottom: 500px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex {
	padding: 50px 40px;
	display: flex;
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color) !important;
	border-radius: 50%;
	margin-right: 10px;
	min-width: 45px;
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text * {
	color:var(--secondary-color) !important
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon svg {
	fill: #fff;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:nth-child(3) {
	pointer-events:none
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
	display: flex;
	font-size: 18px;
	line-height: 35px;
	font-weight: 300;
}



.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child) {
	margin-bottom: 25px;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text {
	flex-direction: column;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
	font-size: 23px;
	font-weight: bold;
	color: #373737;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour {
	padding-top: 40px;
	margin-top: 25px;
	border-top: 1px solid #e8e8e8;
	width: 100%;
	max-width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {
	flex-direction: column;
	width: 100%;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, 
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
	font-size: 15px;
	text-transform: uppercase;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control {
	height: 65px;
	border-radius: unset;
	box-shadow: unset;
	padding-left: 25px;
	font-size: 18px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-group {
	margin-bottom: 10px;
}

.contact-template.style-2 .contact-form .ry-form-box-wrapper .field-wrapper textarea.form-control {
	height: 290px;
	padding-top: 15px;
	resize: unset;
}

.contact-template.style-2 .contact-form .ry-text .span-2 {
	font-size: 23px;
    font-weight: bold;
    color: #373737;
}


.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
	display: flex;
	width: 100%;
	flex-basis: 100%;
	max-width: 100%;
	align-items: center;
	max-width: max-content;
}

.custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.custom-social-wrapper .social-inner-wrap li:hover {
	scale:1.1
}

form label {
	color:#333 !important
}

form [data-type="radiolist"] {
	margin-top:10PX
}

@media(max-width:1080px) {
	.contact-template.style-2 .ry-flex .contact-form,
	.contact-template.style-2 .ry-flex .contact-details{
		width:100%;
		min-width:unset
	}
	.contact-template.style-2 .ry-flex .contact-form {
		padding-block:50px
	}
}

/* --- SERVICES PAGE ---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	overflow:hidden;
	border-radius:20px
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	border-radius:20px;
	background:#47014ebd
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5; 
	padding-inline:10px;
	-webkit-box-orient: vertical;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p  a {
	color:#fff
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	margin-bottom:15px;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid #fff 1px;
	border-radius:20px
}
#ry-pg-body.services-grid .module-services.style1 {
	width:100%;
	margin-inline:auto;
	gap:10px
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-contain .ry-headline {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem) !important;
	line-height:1.1 !important;
	width:90%;
	text-align:center;
	margin-inline:auto;
	color: #fff !important;
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	font-size:18px !important;
	line-height:1.2 !important
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn:after{
	display:none
}
#ry-pg-body.services-grid .module-services.style1 .ry-each {
    margin-left: 0px;
    width: calc(33.33% - 20px);
    margin-bottom: 0px;
    position: relative;
	flex:unset;
}
@media(max-width:1080px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
		height:50px;
		font-size:16px !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
		font-size:16px !important;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		color: #fff !important;
		font-size:25px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:100% !important;
		margin-inline:auto !important
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
		font-size:30px !important
	}
}
	
	
/* --- MYOPIA MANAGEMENT FORM ---*/
#myopia-management-form p {
    color:#333;
}
#myopia-management-form  .form-control {
    height: 65px;
    border-radius: unset;
    box-shadow: unset;
    padding-left: 25px;
    font-size: 18px;;
}

#myopia-management-form  .label {
    color:#333;
    padding:15px 0 0 !important;
    display:block;
}
#myopia-management-form  .label p {
    font-weight:500 !important
}
.label  p span {
    font-size:14px;
    font-style:italic;
    color:red;
    font-weight:normal !important
}

#myopia-management-form .ry-flex {
    gap:10PX
}

#myopia-management-form textarea {
    height:120px !important
}
#myopia-management-form .ry-btn {
    margin-top:40px
}

@media(max-width:767px) {
    #myopia-management-form .ry-flex { 
        flex-direction:column;
        gap:0
    }
    form [data-type="radiolist"] {
        display:flex;
        justify-content:center
    }
}
	
	#top-brands .custom-headline h2 {
		color: #fff !important;
	}
	
	#ry-section-header .ry-contact li:first-child:hover {
    background-color: #7b7baf !important;
}