body, body p, body div{font-family: Manrope !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Manrope, 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: 'Manrope';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: #77a92c !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #303883 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #303883 !important;}
.ry-btn.ry-btn-secondary:hover {background: #77a92c !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;
}

.module-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .module-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
      margin-bottom: 0 !important; }
      @media (max-width: 767px) {
        .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6, .module-1 p {
          text-align: center; } }
    .module-1 h1, .module-1 h2, .module-1 h3, .module-1 h4, .module-1 h5, .module-1 h6 {
      font-size: 26px !important; }
    .module-1 .ry-box-left {
      width: 25%; }
      @media (max-width: 500px) {
        .module-1 .ry-box-left {
          width: 50%; } }
      @media (max-width: 767px) {
        .module-1 .ry-box-left img {
          margin-bottom: 20px; } }
    .module-1 .ry-box-right {
      width: 70%; }
      @media (max-width: 767px) {
        .module-1 .ry-box-right {
          width: 100%; } }


/*--- BUILD ---*/
:root {
  --site-font: Manrope,sans-serif;;
  --title-font: Cinzel;
  --primary-color: #77a92c;
  --secondary-color: #303883;
}
html {
    scroll-behavior: smooth;
}
:target {
	scroll-margin-top:200px
}

/* --- FONT ---  */
h2,h3,h4,h5,h6 {
    font-weight: 500 !important;
    color:var(--secondary-color) !important;
    font-family:var(--title-font) !important
}
.ry-headline h2 {
    line-height:1.1;
	text-transform:uppercase;
    font-size: clamp(2.1875rem, 1.8529rem + 1.3725vw, 3.5rem);
    margin-bottom:20px
}
.ry-headline h2 span {
    display:block;
    font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
    color:var(--primary-color) !important;
    margin-bottom:10px;
    letter-spacing:5px;
    font-family:var(--site-font) !important
}

body p {
	font-size: 19px;
	color: #333333;
}
/* -- CAROUSEL --- */
.carousel-control {
	width:80px
}
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		width:30px;
		height:30PX;
		font-size:30px;
		display:flex;
		align-items:center;
justify-content:center
}
/*----- HEADER UPDATE -----*/
body.default .module-34 {
    z-index:999
}
.header-cta {
	display:flex;
	align-items:center;
	gap:10px;
	padding-top:20px
}
	
.module-34 {
    background:#fff
}
body.default .module-34 {
    position: fixed;
	padding-top:10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.module-34 .ry-header-logo img {
    max-width: 320px;
    transition: all .3s ease;
}

.module-34 .module-34-bot {
    margin-top: 50px;
}
.module-34 .ry-menu a {
	font-weight:600
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	text-transform:uppercase;
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
	height: 55px;
	line-height:1.1 !important
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34 i, 
.module-34 .ry-btn-module-34 i {
	display:none
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34 {
background:var(--secondary-color) !important;
}
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover {
	background:var(--secondary-color) !important;
	color:#fff !important
}
.module-34-top-center{
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-34 .module-34-top .module-34-top-right .ry-btn-module-34, 
.module-34 .ry-btn-module-34 {
	border-radius:0 !important;
	 position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	display:flex;
	gap:4PX;
	align-items:center;
	justify-content:center;
	letter-spacing:.5px
}
.module-35 .mobile-button a {
	color:#fff;
	width:45px;
	height:45px;
	background:var(--primary-color);
}
.module-35 .mobile-button a i{
    font-size:20px !important
}
.module-35 .module-35-header-container {
	width:100%
}
.module-35 .module-35-header-left {
	flex:unset;
	width:fit-content
}
.module-35 .mobile-nav .hamburger {
	padding:15px 15px 10px 0;
	display:flex;
	align-items:center;
}

.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:1px
}
	
.mm-panel_opened {
	padding-inline:0px
}
#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
}

.ry-menu .ry-nav {
	gap:10px
}
	
.ry-menu .ry-nav .dropdown-menu>li>a{
    font-size: calc(15px + 2 * ((100vw - 320px) / 1280)) !important;
}
.module-34 .ry-menu .ry-nav li>a {
	font-size: clamp(0.9375rem, 0.4167rem + 0.6944vw, 1.25rem);
	letter-spacing: 1px;
	color: #333946;
	font-weight:400;
	text-wrap:nowrap
}

.header-cta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
}


.header-cta-item {
    position: relative;
}

.header-cta-toggle {
    border: 0;
    border-radius: 0;
    height: 48px;
    min-width: 145px;
    padding: 0 12px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .2px;
    text-transform: uppercase;
    
    cursor: pointer;
	padding-inline:30px;
	transition:all .3s ease;
	border:solid 1px transparent
}
.header-cta-toggle:hover {
	background:var(--primary-color) !important;
	border:solid 1px #fff
}

.eyewear-btn .header-cta-toggle {
    background: var(--primary-color);
    min-width: fit-content;
	
}
.eyewear-btn .header-cta-toggle:hover {
	background:var(--secondary-color) !important
}
.call-btn .header-cta-toggle {
    background: var(--secondary-color);
    min-width: 90px;
}

.appt-btn .header-cta-toggle {
    background: var(--secondary-color);
    min-width: 160px;
}

.header-cta-toggle i {
    margin-left: 12px;
    font-size: 9px;
    transition: transform .2s ease;;
	height:15px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.header-cta-toggle > span {
	border-right:solid 1px #ffffff8a;
	padding-right:10px
}
.header-cta-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    
    width: 100%;
    min-width: 160px;
    
    background: #fff;
    border: 1px solid #eee;
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    
    transition: all .2s ease;
}

.header-cta-dropdown a {
    display: block;
    padding: 12px 15px;
    
    color: #333;
    background: #fff;
    
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
    
    white-space: nowrap;
}

.header-cta-dropdown a span {
    display:block;
    text-align:center
}

.header-cta-dropdown a:not(:last-child) {
    border-bottom:solid 1px #0000001f;
    display:block
}
.header-cta-item.is-open .header-cta-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header-cta-item.is-open .header-cta-toggle i {
    transform: rotate(180deg);
}
.module-34 .ry-container {
      max-width: 1600px;
      width:95%
}
	
.module-35-header-right .mobile-button {
  display: flex;
  align-items: center;
  gap:8px;
}

.mobile-icon-dropdown {
  position: relative;
}

.mobile-icon-toggle {
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
}
.mobile-icon-dropdown button{
  width:48px;
  height:48px;
  background:var(--secondary-color);
  color:#fff;
  border-radius:50%
}

.mobile-icon-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  min-width: 190px;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0,0,0,.15);
  z-index: 9999;
}
.module-35 .mobile-button .mobile-icon-menu a {
      display: block;
  padding: 10px;
  color: #333 !important;
  text-decoration: none;
  white-space: nowrap;
  background:transparent !important;
  display:block;
  width:100%;
  text-align:center;
  font-weight:normal;
  height:100%;
  border-radius:unset;
	font-size:16px
}
.module-35 .mobile-button .mobile-icon-menu a:not(:last-child) {
  border-bottom:solid 1px #00000030
}
.module-35 .mobile-button .mobile-icon-menu a:hover {
  color:var(--primary-color)
}

.mobile-icon-menu a span {
  display: block;
}

.mobile-icon-dropdown.active .mobile-icon-menu {
  display: block;
}
@media (max-width:1199px) {
	.module-34 {
		display:none
	}
	.module-35 {
		display:block !important;
		width:100% 
	}
	.module-35 .module-35-header-left { 
		flex: 0 0 0%;
	}


	.module-66::before {
		display:none
	}
	.module-35 .module-35-header-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.module-35-header-center .ry-mobile-logo img {
		width:100%;
		margin:0;
	}
	.module-35 .mobile-nav .hamburger {
		padding-right:0;
		margin-bottom:-10px
	}
	.module-35 .module-35-header-container {
		gap:2.5vw
	}
	.module-35-header-right .mobile-button {
		margin-left:10px
	}
}
@media (max-width:600px) {
	.mobile-icon-dropdown button{
		width:40px;
		height:40px;
	}	
}
/*----- HERO SECTION -----*/
.module-66 .bnr-textbox .ry-section-title {
	font-size: clamp(2.1875rem, 1.4706rem + 2.9412vw, 5rem);
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500 !important;
	font-family: var(--title-font) !important;
	text-align: center;
	line-height:1;
	max-width:1100px;
	width:90%;
	margin-inline:auto
}
.module-66 .bnr-textbox .ry-section-title span{
	font-size: 24px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	display:block;
	font-family: var(--site-font) !important;
	margin-bottom:20px
}

.module-66 .bnr-textbox .ry-btn{
	margin:10px auto 0
}
	
.module-66::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px; 
  background: linear-gradient(to bottom, #ffffffed 45%, #00000000 100%);
  z-index: 1; 
}
	
.module-66 video{
	height:100vh;
	width:100%;
	object-fit:cover;
	position:relative
}
.module-66::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(24 24 24 / 26%), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
}
.module-66 .carousel .carousel-control {
	display:none
}

.module-66 .bnr-textbox {
	bottom:0px;
	margin-bottom:30px !important
}
@media (max-width:1080px) {
    	.module-66 video{
		height:100%;
		width:100%;
		object-fit:cover;
            margin-top:80px
	}

    .module-66 .bnr-textbox {
        position:relative;
        padding:30px 10px;
        margin-bottom:0 !important;
        background:var(--secondary-color)
    }
    .module-66 .bnr-textbox .ry-section-title {
        width:100%
    }
}
@media (max-width:991px) {
    .module-66 video{
        margin-top:20px
    }
}
/* --- WELCOME SECTION --- */
.module-67 {
    padding-block:100px
}
.module-67 .ry-container {
    max-width:960px;
    width:90%
}

.module-67 .ry-container * {
    text-align:center
}

.module-67 .image-wrapper {
    display:flex;
    gap:4vw;
    justify-content:space-between;
    align-items:center;
    margin-top:100px
}

.module-67 .image-wrapper img:first-child,
.module-67 .image-wrapper img:last-child{
    height:fit-content;
     max-width:380px;
    width:100%;
    top:-180px;
    position:relative
}

.module-67 .image-wrapper .ry-container{
    display:flex;
    align-items:center;
    justify-self:center;
}

.module-67 .image-wrapper .ry-container img{
    max-width:100%;
    width:100% !important;
    top:unset
}
	
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

@media (max-width:1500px) {
    .module-67 .image-wrapper {
        display: flex;
        gap: 4vw;
        justify-content: space-between;
        align-items: center;
    }
    .module-67 .image-wrapper img:first-child, .module-67 .image-wrapper img:last-child {
        width:20%
}
}

@media (max-width:600px) {
    .module-67 .image-wrapper {
        margin-top:50px;
    }
    .module-67 .image-wrapper img:first-child, .module-67 .image-wrapper img:last-child {
        max-width:unset;
        width:80%;
        inset:unset;
        position:relative;
        height:auto
    }
    .module-67 .image-wrapper {
        flex-direction:column
    }
}
/*---- CTA SECTION -----*/
.cta-wrapper {
	display:flex;
	gap:5vw;
	align-items:center;
	justify-content:center;
	flex-direction:row;
}
.cta-wrapper .clearfix  {
	display:none
}
.cta-wrapper .swiper-slide{
	display:flex;
	justify-content:center;
	align-items:center
}
.module-25-cta .ry-hero-cta-img-container img {
	border:unset;
	object-fit:contain;
	 transition: opacity 0.3s ease-in-out;
  position: absolute;
  left: 0;
}
.module-25-cta .ry-hero-cta-img-container {
	max-width:280PX;
	height:280px;
	margin-bottom:0px !important;
	position: relative;
	display:flex;
	justify-content:center;
	align-items:center;
}

.module-25-cta .ry-hero-cta-link {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}

.module-25-cta .ry-hero-cta-text a{
	font-size: 20px !important;
	text-transform: uppercase;
	color: #282728 !important;
	font-weight: 500;
	text-align: center;;
	letter-spacing:1px !important;
}

.module-25-cta .ry-hero-cta-text span {
	display:block
}

.module-25-cta {
	display:flex;
	padding:50px 0 300px;
	background:url(https://static.royacdn.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/Background_images/welcome_bg.jpg)no-repeat center /cover;
	margin-bottom:-250px
}
.module-25-cta  .ry-container {
	max-width:1280px;
	width:90%
}
.module-25-cta .swiper-container {
	padding-top:5px !important;
	margin-inline:auto
}
.module-25-cta .ry-hero-cta-text {
	margin-top:20px;
	justify-content:center;
	display:flex;
}

.cta-wrapper .slick-dots {
  bottom: -30px; 
  text-align: center;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}


.cta-wrapper .slick-dots li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
}


.cta-wrapper .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ccc;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.3s ease;
}


.module-25-cta .swiper-slide {
	transition:all .3s ease;
	width:20%;
	padding-top:40px
}
.module-25-cta .ry-hero-cta-img-container .photo {
	height:100%;
	width:100%;
	border-radius:50%;
	display:flex;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/circle_v1.png) no-repeat center / contain;
	display:flex;
	justify-content:center;
	align-items:center;
    transition: margin-top .3s ease;
}

.module-25-cta .ry-hero-cta-img-container .photo::before {
	content:"";
	width:calc(100% + 35px);
	height:calc(100% + 35px);
	position:absolute;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/circle_hover.png)no-repeat center / contain;
	border-radius:50%;
	z-index:2;
	opacity:0;
	transition:all .3s ease
}
.module-25-cta .swiper-slide:hover .photo::before {
	opacity:1
}

.module-25-cta .ry-hero-cta-img-container .photo img {
	margin-inline:auto;
	height:auto;
	border-radius:unset;
	position:relative;
	height:100px;
	object-fit:contain;
	max-width:150px
}
.module-25-cta .swiper-slide:hover .photo::before {
	border-color:var(--primary-color)
}
@media(max-width:1199px){
	.module-67 {
	    padding-bottom: 8px;
	}
}
@media(max-width:1080px){
.module-25-cta .ry-hero-cta-img-container{
	height:200px
	}
	.module-25-cta .swiper-slide {
		width:100%
	}
	.cta-wrapper{
		grid-template-columns: repeat(3, 1fr);
		padding:0 8vw;
		display:grid;
		padding:0 30PX;
	}
}
		

@media(max-width:600px){
	.cta-wrapper{
		grid-template-columns: repeat(1, 1fr);
		padding:0 10px
	}

	.module-25-cta .ry-hero-cta-img-container {
		height: 220px;
	}
	.module-25-cta .ry-hero-cta-text {
	    margin-top: 25px;
	}
	.module-25-cta .swiper-slide {
		padding-top:10px
	}
}
/* --- SERVICES SECTION ---  */
.module-services.style-12 {
	padding:250px 0 350px;
	position:relative
}
.module-services.style-12 .section-background, 
.module-services.style-12 .section-background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.module-services.style-12::before, .module-services.style-12::after {
	content:"";
	position:absolute;
	width:25%;
	height:350px;
	z-index:2;
}
.module-services.style-12::before {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/leaves_left.png)no-repeat left / contain;
	top:-120px;
	left:0
}
.module-services.style-12::after {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/leaves_right.png)no-repeat right / contain;
	bottom:-80px;
	right:0
}
.module-services.style-12 .ry-headline h2 {
text-align:start !important;
color:#fff !important
}

.module-services.style-12 .content .ry-flex {
	gap:20px;
	justify-content:space-between;
	margin-top:45px
}

.module-services.style-12 .content .ry-flex .ry-each {
    background:#464fa98f  !important;
    display: flex;
    flex-direction: column;
    width: 23% !important;
    max-width: unset !important;
    padding: 40px;
    align-items: center;
    justify-content: center;
    height: 287px;
    transition: background 0.3s ease;
	border-radius:0px;
	cursor:pointer;
	gap:5px
}
.module-services.style-12 .content .ry-flex .ry-each:hover{
	background:#ffffff !important
}
.module-services.style-12 .content .ry-flex .ry-each:hover  h4 {
	color:var(--secondary-color) !important
}
.module-services.style-12 .content .ry-flex .ry-each .services-details {
	height:0;
	opacity:0
}
.module-services.style-12 .content .ry-flex .ry-each.active {
    background: #fff !important;
    height: auto;
}
.module-services.style-12 .content .ry-flex .ry-each.active .services-details {
	display: block;
	height:100%;
	opacity:1;
	padding-top:12px
}
	
.module-services.style-12 .content .ry-flex .ry-each * {
	color:#fff !important;
	text-align:center
}
.module-services.style-12 .content .ry-flex .ry-each li p {
	text-align:start !important
}

.module-services.style-12 .content .ry-flex .ry-each h4 {
	font-weight:400 !important;
	text-transform:uppercase;
	line-height:1.2;
	text-align:center;
	margin:0 auto !important;
	display:block;
	font-family:var(--site-font) !important;
	width:90%;
	margin-top:25px !important
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
	display:flex;
	background-image: linear-gradient(55deg, #a9a9a9 0%, #eeeeee 50%, #a9a9a9 99%, #6f6f6f 100%);
	width: 100px;
	height: 100px;
	min-width:100px;
	min-height:100px;
	border-radius:50%;
	align-items:center;
	justify-content:center;
	margin-inline:auto;
	position:relative
}
.module-services.style-12 .content .ry-flex .ry-each .photo:after {
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:transparent;
	width:calc(100% + 15px);
	height:calc(100% + 15px);
	border-radius:50%;
	border:solid 2px #cccccc;
	transition:all .3s ease
}
.module-services.style-12 .content .ry-flex .ry-each.active .photo {
	background: linear-gradient(55deg, #8fc341 0%, #bdea7b 50%, #8fc341 99%, #8fc341 100%)
}
.module-services.style-12 .content .ry-flex .ry-each.active .photo:after {
	border-color:#bdea7b;
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
	height:45px;
	margin-bottom:0;
	filter:unset !important;
	max-width:60px;
	object-fit:contain
}


.module-services.style-12 .content .ry-btn {
	margin:25px auto 0;
	padding:10px 35px;
	height:55px;
	min-height:fit-content;
	background:var(--primary-color) !important;
	transition:all .3s ease
}
.module-services.style-12 .content .ry-btn:hover {
	background:var(--secondary-color) !important
}
.module-services.style-12 .content ul {
	margin-top:15px
}
.module-services.style-12 .content .ry-flex .ry-each .title {
	width:100%;
}
.module-services.style-12 .content .ry-flex .ry-each.active h4 {
	width:100%;
	max-width:100%;
	text-align:center !important;
	display:flex;
}
.module-services.style-12 .content .ry-flex .ry-each.active p,
.module-services.style-12 .content .ry-flex .ry-each.active h4{
	text-align:center;
	justify-content:center;
	color: #333333 !important;
}


.module-services.style-12 .content .ry-flex .ry-each .photo,
.module-services.style-12 .content .ry-flex .ry-each h4,
.module-services.style-12 .content .ry-flex .ry-each .services-details,
.module-services.style-12 .content .ry-flex .ry-each .ry-btn {
    transition:
        opacity 0.4s ease,
        transform 0.5s ease;
}
@media(max-width:1199px) {
.module-services.style-12 .section-background, .module-services.style-12 .section-background img{
    object-fit:cover
}
    .module-services.style-12::before {
        top:100px
    }
    .module-services.style-12 {
        padding-top:500px;
        margin-top:-100px
    }
}
@media(max-width:1080px) {
	.module-services.style-12 .content .ry-flex  {
		flex-wrap:wrap;
		justify-content:center
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		width:45% !important
	}
}
@media(max-width:600px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		width:100% !important;
		height:280PX;
	}
	.module-services.style-12 .content .ry-flex .ry-each h4{
		margin:20px auto 0 !important
	}
	    .module-services.style-12 {
        padding-top: 700px;
        margin-top: -400px;
    }
	.module-services.style-12::before {
		top:350px
	}
	#section-services {
		overflow:hidden
	}
	.module-services.style-12::before, .module-services.style-12::after {
		width:35%
	}
}


#section-services {
	z-index:2
}
/* --- TEAM SECTION --- */
.module-team.style2 {
    padding:400px 0 100px;
    background:url("https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/Background_images/dr_bg.jpg")no-repeat center / cover ;
	margin-top:-280px
}
#team-wrap {
    margin-bottom:0;
    margin-top:0
}
.module-team.style2 .ry-el-bg {
    background:unset !important
}

.module-team.style2 .ry-content {
    padding: 0;
    background:unset
}

.module-team.style2 .ry-container {
    max-width:1280px;
     width:90%;
}
.module-team.style2 .ry-content .slick-dots {
    top:auto;
    bottom:-10px;
    display:flex !important;
    gap:8px;
	right:0;
	position:relative;
	display:flex;
	justify-content:center;
	float:right;
	width:52%;
}

.module-team.style2 .slick-initialized .slick-slide {
	margin:0 !important;
	padding-bottom:40px
}

.module-team.style2 .ry-flex .ry-left .img-wrap {
	padding:unset;
	height:fit-content;
	width:fit-content
}
.module-team.style2 .ry-flex .ry-left .img-wrap img {
	position:relative;
	height:100%;
}

.module-team.style2 .ry-flex .ry-right .content-wrap p {
	color:#333;
	text-align:center;
	font-size:19px
}
.module-team.style2 .ry-flex .ry-btn {
	margin-inline:auto
}

.module-team.style2 h2 , .module-team.style2 h2  span{
        text-align:center
}

.module-team.style2 .ry-flex .ry-right .content-wrap em, .module-team.style2 .ry-flex .ry-right .content-wrap em strong {
	display:none
}

.module-team.style2 .ry-content .slick-dots li button {
	display:none
}
.module-team.style2 .ry-flex .ry-right {
	padding:unset;
	max-width:unset;
	width:50%
}

.module-team.style2 .ry-flex .ry-left {
	max-width:unset;
	width:40%
}
	.module-team.style2 .ry-flex {
		justify-content:center;
		gap:4vw
	}
@media(max-width:1080px) {
	.module-team.style2 {
		padding: 320px 0px 80px;
	}
	.module-team.style2 .ry-flex .ry-right {
		width:100%
	}
	.module-team.style2 .ry-flex .ry-left  {
		display:flex;
		justify-content:center;
	}
	.module-team.style2 .ry-flex .ry-left  img {
		max-width:400px;
		width:100%
	}
	.module-team.style2 .ry-flex .ry-left {
		width:100%
	}
	.module-team.style2 .ry-content:before {
		display:none
	}
	.module-team.style2 .ry-content .slick-dots {
		width:100%
	}
	.module-team.style2 .ry-flex {
		gap:40px
	}
}


/*--- TESTIMONIALS SECTION ---*/
.hp-custom-testimonials {
    padding:100px 0;
    position:relative;
	background:url("https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/Background_images/dr_bg.jpg")no-repeat center / cover ;
	margin-top:-2px
}

.hp-custom-testimonials::before{
    content:"";
	background:url("https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/reviews_bg.jpg")no-repeat center / cover ;
    position:absolute;
    bottom:0;
    height:400px;
    width:100%
}
.hp-custom-testimonials .testimonial-slider {
	margin-top:40px
}
.hp-custom-testimonials .comment .star-wrapper{
    display:flex;
    gap:3px;
    align-items:center;
    justify-content:center;
    margin:30px 0 20px
}
.hp-custom-testimonials .comment svg {
    width:20px;
    fill:#f4cb27
}

.hp-custom-testimonials .comment {
    /* max-width: 814px; */
    height: 100%;
    background-color: #ffffff;
    border: 15px solid rgba(24,23,24,0.14);
    padding:70px;
	margin-inline:3vw
}

.hp-custom-testimonials .comment * {
    text-align:center
}
.hp-custom-testimonials .comment .quote {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:40px;
	margin-bottom:40px
}
.hp-custom-testimonials .comment .quote::before,
.hp-custom-testimonials .comment .quote::after {
	content:"";
	width:60px;
	height:1px;
	background:var(--secondary-color);
	position:relative;
	display:block
}
.hp-custom-testimonials .comment .quote img {
	width:76px;
	
}
.slick-dots {
	display:flex !important;
	gap:8px;
	align-items:center;
	justify-content:center;
	margin-top:30px
}
.slick-dots li {
	list-style:unset;
	width:12px;
	height:12px;
	background:var(--secondary-color);
	border-radius:50%;
	padding:0;
	font-size:0;
	opacity:.3
}
.slick-dots li.slick-active {
	opacity:1
}

.hp-custom-testimonials .comment h5 {
	font-family:var(--site-font) !important;
	text-transform:uppercase;
	color:#333 !important;
	letter-spacing:1px;
	font-weight:600 !important
}

@media(max-width:1080px) {
    .hp-custom-testimonials .comment{
    padding-inline:20px
}
}


@media(max-width:767px) {
body p {
    font-size: 17px;
    color: #333333;
    line-height:1.8
}
}
/*--- CONTACT SECTION ---*/
.module-21.style2 {
    padding-block:80px;
    position:relative
}
.module-21.style2::after {
    content:"";
    position:absolute;
    top:auto;
    left:0;
    bottom:-100px;
    background:url("https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/HomepageAssets/leaves_contact.png")no-repeat center / contain;
    width:13%;
    height:500px;
    opacity:1;
    z-index:2
}
.module-21.style2::before {
    opacity:1
}
.module-21 .ry-container {
    max-width: 1280px !important;
    width: 90% !important;
    padding-left:0 !important;
    padding-right:0 !important;
}

.module-21 .ry-left {
    padding-right:0;
    width:40%;
    display:flex;
    align-items:center;
    justify-content:center
}

.module-21 .ry-left * {
    text-align:center
}

.module-21 .ry-headline h2 {
    color:#fff !important
}

.module-21 .ry-right {
    padding-left: 0;
    width:45%
}
.module-21 .ry-flex {
    gap:30px;
}
.module-21 input[type="text"],
.module-21 select{
    height: 55px;
    min-height:unset;
}
.module-21 input[type="text"], .module-21 textarea,
.module-21 select {
    background:#fff;
    color: #333;
    padding: 15px;
    border-radius: 0;
}
.module-21 textarea{
     height:120px;
    min-height:unset
}
.module-21.style2 input[type="text"]::-webkit-input-placeholder, .module-21.style2 textarea::-webkit-input-placeholder,
.module-21.style2 input[type="text"]:-ms-input-placeholder, .module-21.style2 textarea:-ms-input-placeholder,
.module-21.style2 input[type="text"]::-ms-input-placeholder, .module-21.style2 textarea::-ms-input-placeholder {
	color: #333 !important;
	opacity: .8; 
}

.module-21.style2 input[type="text"]::placeholder, .module-21.style2 textarea::placeholder {
	color: #333 !important;
	opacity: .8; 
    font-weight:400
}
.module-21.style2 .input-wrap:before{
    display:none
}

.module-21 .ry-btn {
    margin-inline:auto;
    text-transform:uppercase;
    padding-inline:30px
}
.module-21 #request-appointment-form {
    margin-top: 0px;
}
	
@media(max-width:1800px) {
    .module-21.style2::after {
    width: 10%;
    height: 350px;
}
}

@media(max-width:1280px) {
        .module-21 .ry-container {
        padding: 0 !important;
    }
    .module-21 .ry-flex {
        flex-direction:row 
    }
    .module-21 .ry-left,
    .module-21 .ry-right{
        width:48%
    }
}
@media(max-width:1080px) {
    .module-21 {
    padding:80PX 0
    }
    .module-21 .ry-left,
    .module-21 .ry-right{
    margin-top:0 !important
    }
           .module-21.style2::after {
    width: 15vh;
    height: 350px;;
            bottom:-140px
}
}
@media(max-width:767px) { 
    
          .module-21 .ry-container {
        padding: 0 !important;
    }
    .module-21 .ry-flex {
        flex-direction:column 
    }
    .module-21 .ry-left,
    .module-21 .ry-right{
        width:100%;
        margin-top:0
    }

 
    
}
	
/*--- FOOTER ---*/
.module-44 {
    overflow:hidden;
    padding-top:0;
    background-color:transparent !important;
	padding-top:60px
}

.module-44::before {
background:url("https://s3.amazonaws.com/static.organiclead.com/Site-e40e0ef4-f24a-4dde-a8cc-65eb2f502e4c/Background_images/new_footer_bg.jpg")no-repeat center / cover;
}

.module-44 .logo-wrapper {
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:2;
    margin-inline:auto
}

.module-44 .logo-wrapper ul, .module-44 .logo-wrapper .footer-logo {
    width:fit-content
}

.module-44 .ry-footer-logo {
    max-widh: fit-content;
    margin: unset;
        max-width:450px;
    width:100%;
}

.module-44 .ry-footer-top{
    z-index:2;
}

.module-44 .ry-flex {
	margin-top:40px;
	gap:20PX;
	justify-content:space-between
}
.module-44 .social-icons .social-inner-wrap:before,
.module-44 .social-icons .social-inner-wrap:after{
    display:none
}

.module-44 .social-icons .social-inner-wrap {
    gap:10px;
    justify-content:center
}

.module-44 .social-icons .social-inner-wrap a {
    color:#000 !important;
}

.module-44 .social-icons .social-inner-wrap a:hover {
    background:var(--primary-color) !important
}
.module-44 .social-icons .social-inner-wrap li {
    list-style: none;
    margin: 0;
}


.module-44 h2 span {
    color:#fff;
    display:inline-block;
    font-size: clamp(1.5625rem, 1.4032rem + 0.6536vw, 2.1875rem) !important;
    font-weight:800 !important
}

.module-44 h2 {
    color:var(--secondary-color) !important;
    font-size: 28px;
    padding-bottom:20px
}

.module-44 .icon {
	width: 43px;
	min-width: 43px;
	height: 43px;
    background:var(--primary-color);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}

.module-44 .icon svg {
    width:20PX;
	fill:#fff
}

.module-44 .website-info > div {
    display:flex;
    gap:10px;
    margin-bottom:12px
}
.module-44 .ry-flex .ry-each a,
.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    font-size: 17px;
    font-weight: 400 !important;
	color: #333333;
	line-height:1.2 !important
}
.module-44 .ry-flex .ry-each span {
	text-wrap:nowrap

}
.module-44 .ry-flex .ry-each .website-info > div {
    display:flex;
    align-items:center
}


.module-44 .ry-flex .ry-each .website-info .footer-fax a {
    pointer-events:none
}


.module-44 .ry-footer-copyright {
    padding:0;
    position: relative;
    z-index: 2;
}

.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
    font-size: 14px !important;
    font-weight:400 !important;
    color:#000;
    opacity:1
}


.module-44 .ry-footer-copyright .ry-left,
.module-44 .ry-footer-copyright .ry-right .powered,
.module-44 .ry-footer-copyright .ry-right{
    width:fit-content
}

.module-44 .ry-footer-top .ry-container {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-direction:column
}

.module-44 .ry-footer-top .ry-container {
	width: 90%;
	margin-inline:auto
}

.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
    max-width: 120px;
    padding:0;
    margin:0;
}
.module-44 .ry-footer-copyright .ry-container {
	 display:flex;
    justify-content:space-between;
    align-items:center;;
	border-top:solid 2px #332f2f1c !important
}
.module-44 .ry-flex .ry-each ul li a:hover,
.module-44 .ry-flex .ry-each a:hover,
.module-44 .ry-flex .ry-each a:hover span{
    color:var(--primary-color) 
}
.module-44 .ry-flex .ry-each .address  {
	text-align:start !important
}

.module-44 .each-location {
	width:45%
}

.module-44 .each-location .location-info{
	display:flex;
	justify-content:space-between
}
.module-44 .each-location .location-info > .ry-each,
.module-44 .each-location .website-info{
	width:fit-content;
	flex-basis:unset;
	display:flex;
	flex-direction:column
}

.module-44 .ry-flex .ry-each ul li {
	display:flex;
	gap:20px;
	margin-bottom:11px
}

.module-44 .ry-flex .ry-each ul li .span-3 {
	width:150PX
}

.module-44 .location-social {
	margin-top:20px;
	display:flex;
	justify-content:space-between
}
.module-44 .location-social .note p {
	font-size:15px;
	font-style:italic
}
.module-44 .location-social .note {
	padding-top:5px;
	border-top:solid 1px #33333361;
	opacity:.6
}
.module-44 .location-social ul,
.module-44 .location-social ul li{
	display:flex;
	align-items:center;
	gap:10px;
	list-style:unset
}
.module-44 .location-social ul li a{
	width:40px;
	height:40px;
	border-radius:50%;
	background-color: #acaeb4;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff
}
.module-44 .location-social ul li a:hover {
	background:var(--secondary-color)
}
@media(max-width:1600px) {
.module-44 .logo-wrapper {
	width:75%
}
}
@media(max-width:1280px) {

	.module-44 .ry-footer-top,
	.module-44::after {
	border-top-left-radius:150px;
	border-top-right-radius:150px;
	}
	.module-44 .ry-footer-copyright .ry-container {
	flex-direction:column;
		gap:5px
	}
	    .module-44 .ry-flex {
        flex-direction:column;
        align-items:center;
			gap:40px
    }

	  .module-44 .each-location {
		  width:47%
	}
}
@media(max-width:1199px) {
	.module-44 .each-location {
	max-width:580px;
	  width:100%
	}
	.module-44 h2 {
	text-align:center
	}
	.module-44 .ry-flex .ry-each .span-2 {
		width:90px;
		text-align:start
	}
	.module-44 .ry-flex .ry-each .span-3{
		text-align:start
	}
}
@media(max-width:767px) {
	.module-44 .each-location .location-info, .module-44 .location-social {
		flex-direction:column
	}
		.module-44 .location-social ul, .module-44 .location-social ul li {
		justify-content:center;
		padding-bottom:8px
		
	}
	.module-44 .ry-flex {
		margin-top:0
	}
    .module-44 .logo-wrapper {
        flex-direction:column;
        padding-bottom:40px
    }
    .module-44 .logo-wrapper ul {
        padding-bottom:0;
        margin-bottom:0;
    }
    .module-44 .ry-flex .ry-each {
        margin-inline:auto;
        flex-basis:unset;
        max-width:500px;
        width:90%
    }
	.module-44 .ry-flex .ry-each .span-2 {
		width:90px;
	}
   
    .module-44 .ry-flex .ry-each h2 {
        margin-bottom:0;
        padding-bottom:20px
    }
    .module-44 .ry-flex .ry-each .website-info > div {
        flex-direction:column
    }
    .module-44 .ry-flex .ry-each .website-info > div:last-child {
        margin:0
    }
    .module-44 .ry-flex .ry-each:nth-child(1) ul {
        margin-top:-15px
    }
    .module-44 .ry-flex .ry-each:nth-child(4) ul li .span-3 {
        text-align:end
    }
    .module-44 .ry-footer-top,
    .module-44::after {
        border-start-end-radius: 20vw;
    border-start-start-radius: 20vw;
    }
	.module-44 .ry-footer-top {
		padding-bottom:40px
	}
}
/* --- INSIDE PAGES ---*/
#ry-pg-banner .ry-container, #ry-pg-body .ry-container {
        max-width: 1600px;
        width:90%
}
#ry-pg-body video {
    border-radius:20px
}
#ry-pg-body .ry-left {
    flex: unset;
    width: 70%;
}
#ry-pg-body .ry-btn {
	z-index:1
}
.ry-photo.right,
.ry-photo.left{
    width: 40%;
    max-width: 350px;
}
.ry-photo.left{	
	padding: 0;
    margin: 0 40px 30px 0;
}
.ry-photo.right{
	margin: 0 0 30px 40px;
}	
.ry-photo .slide  img {
    height:500px;
    object-fit:cover
}
.ry-content.ry-flex {
    gap:40px
}

.photo-slider {
    margin-bottom:40px
}
.photo-slider img {
    width: 100%;
    aspect-ratio: 16 / 11;
    object-fit: cover;
    display: block;
	object-position:center 10%
}
.carousel-control.left {
        background-image: linear-gradient(to right, rgb(0 0 0 / 14%) 0, rgba(0, 0, 0, 0.0001) 100%);
}
.carousel-control.right {
        background-image: linear-gradient(to left, rgb(0 0 0 / 14%) 0, rgba(0, 0, 0, 0.0001) 100%);

}

#ry-pg-body .btn-wrapper {
    gap:20px;
    position:relative;
    display:flex;
	margin-block:20px
}

.faq-wrapper {
	margin-block:20px
}

.ry-accordion .ry-heading *{
    font-weight:400 !important;
    transition: color .35s ease;
	opacity:1
}

.ry-accordion.ui-accordion{
	box-shadow: none;
}

.ry-accordion .ry-heading {
	border: 0;
	position: relative;
	overflow: hidden;
	z-index: 99;
	transition: box-shadow .35s ease, color .35s ease;
}

.ry-accordion .ry-heading:nth-last-child(2) {
	margin-bottom: 0;
}

.ry-accordion .ry-heading div {
	padding-right: 50px;
	text-align: left;
}

.ry-accordion .ry-heading:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, #182e55, var(--secondary-color));
	z-index: -1;

	transform: scaleX(0);
	transform-origin: left;
	transition: transform .45s cubic-bezier(.4,0,.2,1);
}

.ry-accordion .ry-heading:hover{
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	color: #fff !important;
}

.ry-accordion .ry-heading:hover * {
	color:#fff !important;
	
}

.ry-accordion .ry-heading:hover:before{
	transform: scaleX(1);
}

.ry-accordion .ry-heading.ui-state-active{
	background: linear-gradient(90deg, #182e55, var(--secondary-color));
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
	margin-bottom: 0;
}

.ry-accordion .ry-heading.ui-state-active *{
	color:#fff !important;
}

.ry-accordion .ry-heading.ui-state-active:before{
	display:none;
}

.ry-accordion .ry-heading span,
.ry-accordion .ry-heading div,
.ry-accordion .ry-heading:after{
	position:relative;
}

.ry-accordion .ry-heading:after{
	font-weight:400;
	font-size:18px;
	transition: color .35s ease;
}

#ry-pg-body .brand-wrapper {
	gap:25px;
	justify-content:center;
	align-items:center;
	margin-block:30px
}
#ry-pg-body .brand-wrapper img {
	width:calc(100% / 4 - 25px);
	object-fit:contain;
}
#ry-pg-body .pg-comment {
    display:flex;
    width:100%;
    padding:20PX;
    margin-block:30px;
    padding-left:20px;
    border-left:solid 4px var(--secondary-color);
    flex-direction:column
}

#ry-pg-body .pg-comment p {
    font-weight:bold !important;
	text-align:start !important
}

	.responsive-video {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	.responsive-video video {
		display: block;
		width: 100%;
		height: auto;
		max-width: 100%;
	}

	@media (max-width: 767px) {
		.responsive-video {
			width: 100%;
		}

		.responsive-video video {
			width: 100%;
			height: auto;
		}
  }
@media(max-width:1280px) {
    .pg-dry-eye-center.col-4 .ry-flex .ry-each {
		width: calc(100% / 2 - 10px);
	}

	.ry-photo.right, .ry-photo.left {
		width: 100%;
		max-width: unset;
		margin:40px auto 40px
	}
	.ry-photo.right img, .ry-photo.left img{
		height:500px;
		object-fit:cover
	}
		.ry-content .ry-photo.left:first-of-type {
		margin-top:0
	}
		#ry-pg-body .btn-wrapper {
		flex-direction:column;
		gap:10PX
	}
}

@media(max-width:600px) {
	.pg-dry-eye-center.col-4 .ry-flex .ry-each {
		width: calc(100% / 2 - 10px);
	}

	.pg-dry-eye-center .ry-flex .ry-each img {
		width: 100%;
		object-fit: cover;
		min-height: 180px;
		max-height: 180px;
	}
	.ry-photo.right img, .ry-photo.left img{
		height:300px;
	}
}
/* --- GLOBAL DRY EYE SERVICES --- */
.pg-dry-eye-center  {
    margin-top:40px
}

.pg-dry-eye-center .ry-flex {
    justify-content:center;
    gap:10px;
    flex-wrap:wrap
}

.pg-dry-eye-center .ry-flex .ry-each {
    width:calc(100%/3 - 10px);
	height:100%
}
.pg-dry-eye-center.col-4 .ry-flex .ry-each {
		width:calc(100%/4 - 10px);
		height:100%
}
.pg-dry-eye-center .ry-flex .ry-each .title a,
.fasion-optical a {
    text-align:center !important;
    padding:12px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    color:#fff;
    transition:all 3.s ease;
    background:var(--secondary-color);
    line-height:1.1
    
}
	.pg-dry-eye-center .ry-flex .ry-each .title a:hover,
		.fasion-optical a:hover {
			background:var(--primary-color);
				color:#fff
				}
.pg-dry-eye-center .ry-flex .ry-each img {
    width:100%;
    object-fit:cover;
	min-height:260px;
	max-height:260px
}

.pg-section {
    padding:50px 30px;
    margin-block:25px;
}

.pg-section:nth-child(odd) {
    background:#30388314
}
/* Envision Forma-I */
[data-page-id="WebPage-cec4069b-87f8-4146-a4c1-903a8f292fc1"] .pg-dry-eye-center .forma {
    display:none
}
/* Zest */
[data-page-id="WebPage-76f67359-af67-419c-976d-355e81a086a2"] .zest {
    display:none
}	
	
/* Allergy Testing */
[data-page-id="WebPage-19001df1-5fbb-4630-9fa6-085b5dd0936d"] .allergy-testing {
    display:none
}
/* Tearcare */
[data-page-id="WebPage-8adb4537-f34d-478d-b4e5-148ed1078ae9"] .tearcare {
    display:none
}
/* Rinsada */
[data-page-id="WebPage-5d8b153d-d599-4044-b7bf-82bc0ffafde7"] .rinsada {
    display:none
}
/*--- NEUROLENS PAGE ---*/
.neurolens-help .ry-flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

/*--- OPTILIGHT PAGE ---*/
[data-page-id="WebPage-6f384e6d-662a-47a7-8a09-5670f6e34899"] .optilight {
    display:none
}
.optilight-slider {
    background:#008cff0d;
    margin-block:30px;
    height:fit-content;
}
.optilight-slider .carousel-control {
    background:unset
}

.optilight-slider h2  {
    margin:0
}
.optilight-slider  > div {
    padding:100px;
}

.optilight-slider  .slide  {
    height:600px
    
}
/*-- FASHION OPTICAL ---*/
.fasion-optical .ry-flex {
justify-content:center;
    gap:30px;
    padding:60px 10px;
    background:#30388312;
    margin:40px 0 60px;
    border: double 4px var(--secondary-color);
    max-width:900px;
    width:100%;
}


.fasion-optical .ry-flex > div{
    width:35%
}
@media(max-width:660px) {
    .fasion-optical .ry-flex {
    flex-direction:column;
        justify-content:center;
        align-items:center;
        padding:30px
    }
    .fasion-optical .ry-flex > div{
    width:100%
    }
	.pg-dry-eye-center .ry-flex .ry-each img {
		width: 100%;
		object-fit: cover;
		min-height: 180px;
		max-height: 180px;
	}
}

@media (max-width: 1080px){
    .neurolens-help .ry-flex {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .neurolens-help .ry-flex {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media(max-width:1199px) {
	.pg-dry-eye-center .ry-flex .ry-each {
		width:calc(100%/2 - 10px)
	}
}

@media(max-width:991px) {
	#ry-pg-body .ry-left {
		width:100%
	}
}
@media(max-width:767px) {
	.ry-photo.right, .ry-photo.left {
		width: 100%;
		max-width: 350px;
	}
	.pg-dry-eye-center .ry-flex .ry-each,
	.pg-dry-eye-center.col-4 .ry-flex .ry-each {
		width:calc(100%/2 - 5px);
		height:100%;
	}
}
	
}
@media(max-width:480px) {
	.pg-dry-eye-center .ry-flex .ry-each img {
		min-height:170px;
		max-height:170px
	}
}
/* --- BANNER ---*/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	letter-spacing:1px;
	  font-family:var(--title-font) !important;
    line-height: 1 !important;
	color:#FFF !important;
	font-weight:400 !important
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
	padding:0 !important;
	margin:0;

}
#ry-pg-banner .ry-bnr-wrp {
	height: 320px;
	margin-top:220px
}
#ry-pg-banner .ry-bnr-wrp:after,
#ry-pg-banner .ry-bnr-wrp:before{
	display:none
}
@media(max-width:1199px) {
  
    #ry-pg-banner .ry-bnr-wrp {
    height: 250px;
    }
	#ry-pg-banner .ry-bnr-wrp {
		margin-top:100px
	}

}

@media(max-width:780px) {
	#ry-pg-banner .ry-bnr-wrp {
		min-height:fit-content;
    }
	#ry-pg-banner .ry-bnr-wrp:after,
#ry-pg-banner .ry-bnr-wrp:before{
	display:block;
	background:#0200475c
}
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
    font-size: 52px;
}

@media screen and (max-width: 992px) {
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
        font-size: 35px;
    }
    #ry-pg-body h2 {
    font-size: 33px;
}
	
}
@media (max-width: 500px) {
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
        font-size: 30px;
        line-height: 1;
}

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

.ry-sb-title div {
	letter-spacing: 1px;
	text-transform: capitalize;
	font-size: 25px !important;
	color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background: #91c4f126;
}

#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;
    background:var(--primary-color)
}

#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(--primary-color)
}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight: 500;
	background: var(--secondary-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(--secondary-color);
}

#ry-sidebar #searchfield input[type="text"] {
	border-color: var(--secondary-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 {
	font-size: 35px !important;
	line-height: 1.1 !important;
	font-family:var(--title-font) !important;
    z-index:2;
    opacity:1
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    color:#fff !important;
    max-width:fit-content;
}


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

/* --- SERVICES PAGE ---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each {
	overflow:hidden
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#041048cc;
}

#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 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;
}

#ry-pg-body.services-grid .module-services.style1 {
	width:100%;
	margin-inline:auto
}
#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 {
	font-size:20px !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-btn {
	width:fit-content
}
@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:30px !important
	}
}
@media(max-width:480px) {
	#ry-pg-body.services-grid .module-services.style1 .ry-each  {
		width:90% !important;
		margin-inline:auto !important
	}

}

/* --- 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;
}
.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;
}
.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%;
		margin-bottom:10px
	}
	.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;
	flex-direction:column
}
.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:20%
}
.team-inner-page.style3 .ry-each .team-social {
	display:none
}
@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
	}
	
}

/* --- CONTACT US PAGE ---*/
.map-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}

.map-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
    padding:20px 15px
}

.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
    width: 60%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
    width: 38%;
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .ry-text a {
    font-size:18px
}
.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
    min-width:42px
}


.contact-template.style-3 .inner-flex .ry-each {
    width: calc(50% - 15px);
    max-width: 100%;
    flex-basis: unset;
}

@media(max-width:1400px) {
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		flex-direction:column;
		display:flex
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(1) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap:nth-child(2) {
		width: 100%;
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
		margin-right:0
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
		flex-direction:column;
		gap:15pX;
		margin-bottom:15px
	}
	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap * {
		text-align:center
	}
}

@media(max-width:1080px) {
	.contact-template.style-3 .inner-flex .ry-each {
		max-width:500px;
		width:100%;
	}
}
@media(max-width:991px) {
	.contact-template.style-3 .contact-form .ry-form-box-wrapper .form-group[data-type="radiolist"] {
		display:flex !important;
		justify-content:center;
		margin-block:15PX !important
	}

}


.appointment-wrapper {
    justify-content:center;
    gap:30PX;
    margin-top:40px
}

.appointment-wrapper  > div {
    width:42%;;
    background:#f6f5f5;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    padding:30px 10px
}

.appointment-wrapper  > div * {
    text-align:center   !important
}

@media(max-width:1080px) {
    .appointment-wrapper  > div {
        max-width:500px;
        width:100%;
    }
}

@media(max-width:600px) {
 .appointment-wrapper {
     flex-direction:column
 }
}

/* -- PROMOTION PAGE ---*/
.module-promo .promo-image-type .ry-flex .photo-wrapper .photo, .module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
    position:relative;
}

@media(max-width:767px) {
    .module-promo .promo-image-type .ry-flex *{
        text-align:center !important;
        margin-inline:auto !important
    }
}


.ads-container {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
	border:solid 3px var(--secondary-color);
	width:fit-content;
	margin-inline:auto;
	padding:5px
}

.ads-container .each-left{
    display:flex;
    gap:5px
}

@media(max-width:767px) {
    .ads-container .each-left{
        flex-direction:column
    }
}