
.section-2 {
	padding: 200px 0 130px;
}

.section-2 .inner-section-headline h2 {
	font-size: 83px;
	letter-spacing: -3px;
	line-height: .9;
}

.section-2 .ry-text p {
	/* font-size: 30px; */
	/* line-height: 1.4; */
	padding-left: 8vw;
	padding-right: 8vw;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	font-family: 'Inter';
	/* text-align: center; */
	margin-top: 30px;
	margin-bottom: 70px;
}

.section-2 .photo img {
	width: 100%;
	max-width: max-content;
	margin: 0 auto;
	display: block;
}

.section-1 {
	background: #f2f2f2;
	padding: 130px 0 150px;
}

.section-1 .inner-section-headline h1 {
	font-size: 83px;
	font-weight: bold;
	font-family: 'Inter';
	letter-spacing: -3px;
	line-height: 1;
	max-width: 1030px;
	/* text-align: center; */
	margin: 0 auto;
}

.section-1 .inner-section-headline h1 span {
	display: block;
	color: #ea3b78;
}

.section-1 .ry-flex {
	gap: 30px;
}

.section-1 .ry-flex .ry-each:nth-child(2) {
	padding: 130px 5.5vw 180px 5.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 30px;
	overflow: hidden;
}

.section-1 .ry-flex .ry-each .each-container .photo {
	position: relative;
	height: 100%;
	width: 100%;
}

.section-1 .ry-flex .ry-each .each-container .photo img {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-1 .ry-flex .ry-each:nth-child(1) {
	max-width: 600px;
	width: 42%;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
}

.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title {
	position: absolute;
	top: 80px;
	left: 50%;
	width: 100%;
	transform: translate(-50%, 0);
}

.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2 {
	font-size: 83px;
	letter-spacing: -3px;
	line-height: 1;
	color: #fff;
}
.section-1 .inner-section-headline h5 {
	font-weight: 400;
	letter-spacing: -2px;
	margin-top: 30px;
	font-size: 38px;
}
.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2 span {
	display: block;
	font-weight: 300;
}

.section-1 .ry-flex {
	margin-top: 100px;
	/* align-items: center; */
}

.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
	font-size: 38px;
	letter-spacing: -1px;
	margin-bottom: 2vw;
}

.section-1 .ry-flex .ry-each:nth-child(2) .title h2 {
	font-size: 68px;
	font-weight: 300;
	line-height: 1;
	text-align: left;
	letter-spacing: -2px;
}
.section-5 {
	padding: 80px 0 180px;
}

.section-5 .inner-section-headline h2 {
	font-size: 83px;
	font-family: 'Inter' !important;
	letter-spacing: -3px;
}

.section-5 .inner-section-headline h2 .span-2 {
	display: block;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: 7px;
	color: #ea3b78;
	margin-bottom: 5px;
}

.section-5 .button-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

.section-5 .button-wrapper .ry-btn:not(:hover) {
	color: #000 !important;
}
.section-5 .button-wrapper .ry-btn {
	text-transform: initial;
}
.section-5 .button-wrapper .ry-btn:after {
	content: "";
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
	display: block;
	background-size: contain;
	margin-left: 7px;
}

.section-5 .ry-flex {
	margin: 70px 0 0;
}

.section-5 .ry-flex .ry-each {}

.section-5 .ry-flex .ry-each .each-container {
	padding: 80px 60px 90px;
}

.section-5 .ry-flex .ry-each {
	border: 1px solid #dcdcdc;
	border-radius: 30px;
	background: linear-gradient(to bottom, #f8f8f8, #efefef);
}

.section-5 .ry-flex {
	gap: 50px;
}

.section-5 .ry-flex .ry-each .each-container .title h4 {
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 1;
	margin-bottom: 20px;
}

.section-5 .ry-flex .ry-each .each-container .ry-text p {
	text-align: left;
	font-size: 22px;
	line-height: 1.6;
	font-weight: 400;
	font-family: 'Inter';
}

.section-4 .content {
	padding-left: 8.333vw;
	padding-right: 8.333vw;
}

.section-4 .content .ry-text p {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.5;
	font-family: 'Inter';
}

.section-4 {
	margin-bottom: 80px;
}

.section-3 .ry-container {
	display: flex;
	justify-content: center;
}

.section-3 .ry-container .content {
	padding: 120px 5vw 100px;
	background: #f2f2f2;
	border-radius: 30px;
}

.section-3 {
	margin-bottom: 120px;
}

.video-poster:after {
	display: none;
}

.section-3 .ry-container .content .inner-section-headline h2 {
	font-size: 73px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 1;
	padding-right: 2vw;
}

.section-3 .ry-container .content .ry-each:nth-child(1) {
	max-width: 500px;
	width: 37%;
	padding: 30px 0;
}
.align-center {
	display: flex;
	align-items: center;
}
.section-3 .ry-container .content .ry-each:nth-child(2) {
	width: 63%;
}

.section-3 .ry-container .content .ry-each .button-wrapper .button-play {
	width: 120px;
	height: 120px;
	background: #ea3b78;
	display: flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	margin-top: 60px;
}

.section-3 .ry-container .content .ry-each .button-wrapper .button-play span {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #fff;
	margin-right: -7px;
}
/* VIDEO */
.video_wrapper {
	margin: 0 auto;
	position: relative;
}
.video_wrapper_full {
	padding-top: 56%;
	z-index: 1;
}

.videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.videoPoster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(https://www.royacdn.com/unsafe/smart/Site-2d3ea448-e4d3-45c9-8259-9465ce3e99f1/HomepageAssets/video_screenshot_1_.png);
	background-size: 100%;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	border: unset;
	padding: 0 !important;
}
.videoPoster:hover {
	cursor: pointer;
}
.videoPoster:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin: -40px 0 0 -40px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2d3ea448-e4d3-45c9-8259-9465ce3e99f1/HomepageAssets/play_video.png);
	background-size: contain;
	opacity: 0;
}

.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.video-poster {
	/* border: 10px solid #fff; */
	/* margin-left: 25px; */
	/* margin-bottom: 25px; */
	position: relative;
}

.video-poster.inside-pages {
	margin-bottom: 50px;
	max-width: 767px;
	float: unset;
	margin-left: auto;
	margin-right: auto;
}
.video-poster.inside-pages .video_wrapper_full {
	margin-left: 20px;
}
.video-poster.inside-pages:after {
	right: unset;
	left: 0;
	bottom: -20px;
}


/* SERVICES */
.mobile-services-accordion .headline {
	padding: 10px 25px;
	border: 1px solid rgba(255,255,255,0.4);
	border-right: unset;
	border-left: unset;
	position: relative;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-services-accordion {
	background: #000;
	position: fixed;
	top: 75.5px;
	z-index: 3;
	width: 100%;
}

.mobile-services-accordion .list-services {
	padding: 40px 25px;
	height: calc(100vh - 127px);
	overflow: scroll;
}


.mobile-services-accordion .list-services #inner-mega-list {
	padding-left: 0;
	list-style: none;
}

.mobile-services-accordion .list-services #inner-mega-list li:nth-child(1) {
	display: none;
}

.mobile-services-accordion .list-services #inner-mega-list li a.lasik:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_1.png);
	width: 46px;
	height: 46px;
}
.mobile-services-accordion .list-services #inner-mega-list li a.icl:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_2.png);
	height: 52px;
	width: 52px;
}

.mobile-services-accordion .list-services #inner-mega-list li a.smile-eye-surgery:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_3.png);
	height: 55px;
	width: 52px;
}

.mobile-services-accordion .list-services #inner-mega-list li a.prk:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_4.png);
	height: 60px;
	width: 60px;
}

.mobile-services-accordion .list-services #inner-mega-list li a.cataract:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_5.png);
	height: 58px;
	width: 58px;
}

.mobile-services-accordion .list-services #inner-mega-list li a.cross-linking:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_6.png);
	height: 56px;
	width: 56px;
}

.mobile-services-accordion .list-services #inner-mega-list li a.refractive:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_7.png);
	height: 52px;
	width: 52px;
}
.mobile-services-accordion .list-services #inner-mega-list li a:before {
	content: "";
	display: block !important;
	visibility: visible;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 25px;
	min-width: 50px;
	min-height: 50px;
}

.mobile-services-accordion .list-services #inner-mega-list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8vw;
	column-gap: 30px;
	justify-content: center;
}

.mobile-services-accordion .list-services #inner-mega-list li {
	width: calc(50% - 15px);
	display: flex;
	justify-content: center;
	/* max-width: max-content; */
}

.mobile-services-accordion .list-services #inner-mega-list li a {
	display: flex;
	text-align: center;
	color: #fff;
	/* text-transform: uppercase; */
	font-family: 'Inter';
	font-size: 16px;
	font-weight: 300;
	text-decoration: unset !important;
	max-width: max-content;
	flex-direction: column;
	justify-content: flex-end;
	line-height: 1.1;
	position: relative;
	z-index: 2222;
}

.mobile-services-accordion .list-services #inner-mega-list li a:after {
	height: 40px;
	width: calc(100% + 40px);
	left: 50%;
	bottom: -13px;
	background: #52b5b9;
	content: "";
	position: absolute;
	transform: translate(-50%, 0);
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
}

.mobile-services-accordion .list-services #inner-mega-list li a:hover:after,
.mobile-services-accordion .list-services #inner-mega-list li a.active:after{
	/* z-index: 2; */
	opacity: 1;
	transition: all .4s ease;
}

.mobile-services-accordion .headline h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-family: 'Inter';
	display: flex;
	align-items: center;
}

.mobile-services-accordion .headline h4:before {
	content: "";
	display: block !important;
	visibility: visible;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	min-width: 30px;
	min-height: 29px;
	margin-right: 15px;
	height: 29px;
	width: auto;
	margin-left: 0;
	max-width: 30px;
}

.mobile-services-accordion .headline h4.icl:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_2.png);
	height: 29px;
	width: auto;
}
.mobile-services-accordion .headline h4.lasik:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_1.png);
}
.mobile-services-accordion .headline h4.evo:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_2.png);
}

.mobile-services-accordion .headline h4.smile:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_3.png);
}

.mobile-services-accordion .headline h4.prk:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_4.png);
}

.mobile-services-accordion .headline h4.cataract:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_5.png);
}

.mobile-services-accordion .headline h4.cross-linking:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_6.png);
}

.mobile-services-accordion .headline h4.refractive:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_7.png);
}


.mobile-services-accordion .toggle-block.arrow:before {
	border: solid #fff;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 4px;
	content: "";
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .3s;
	margin-bottom: 2px;
}
.mobile-services-accordion .toggle-block.arrow.active:before {
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
}
.video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-block {
	padding-bottom: 56%;
	position: relative;
}
.section-5 .ry-flex.four-column .ry-each {
	width: calc(33.33% - 34px);
}

.section-5 .ry-flex.four-column {
	flex-wrap: wrap;
	justify-content: center;
}
.styled-accordion {
	box-shadow: unset;
}

.styled-accordion .group-accordion .ry-heading {
	background: transparent;
	padding: 0;
	border: unset;
	margin: 0 !important;
}

.styled-accordion .group-accordion .ry-heading div {
	font-size: 18px;
	font-family: 'Manrope';
	letter-spacing: -.5px;
	/* line-height: 1; */
}

.styled-accordion .group-accordion .ry-content .ry-text {
	text-align: left;
	font-size: 18px;
	font-family: 'Manrope';
	padding-top: 15px;
	line-height: 1.5;
}

.styled-accordion .group-accordion {
	padding: 30px 30px;
	border: 1px solid #e8e8e8;
	border-radius: 30px;
}
.styled-accordion .ry-content {
	padding: 0;
}
.styled-accordion .group-accordion:not(:last-child) {
	margin-bottom: 10px;
}

.styled-accordion .group-accordion .ry-heading:after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	content: "" !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	width: 30px;
	height: 30px;
	background-size: cover;
}

.styled-accordion .group-accordion .ry-heading.ui-state-active:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.section-media {
	padding: 60px 0;
	background: #000;
}

.section-media .ry-container {
	display: flex;
	justify-content: center;
}

.section-media .ry-container .ry-content {
	max-width: 1024px;
}

.section-media .ry-container .ry-content .ry-flex {
	justify-content: center;
	gap: 20px;
}

.section-media .ry-container .ry-content .ry-flex .ry-each img {
	max-height: 50px;
	object-fit: contain;
}

.section-media .ry-container .ry-content .ry-flex .ry-each {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-2.grid-style {}

.section-2.grid-style .ry-content {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	/* max-width: 1400px; */
}

.section-2.grid-style .ry-content .content {
	display: flex;
}

.section-2.grid-style .ry-content .content .text-block {}

.section-2.grid-style .ry-content .content .text-block.inner-section-headline h2 {}

.section-2.grid-style .ry-content .content .text-block .inner-section-headline h2 {
	font-size: 48px;
	letter-spacing: -2px;
	text-align: initial !important;
}

.section-2.grid-style .ry-content .content .text-block .ry-text p {
	padding: 0;
	text-align: initial !important;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
	font-family: 'Manrope';
}

.section-2.grid-style .ry-content .content .text-block, .section-2.grid-style .ry-content .content .photo {
	width: 50%;
	max-width: 100%;
	flex-basis: 100%;
}

.section-2.grid-style .ry-content .content .photo {
	padding-bottom: 33%;
}

.section-2.grid-style .ry-content .content .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
	object-position: center;
}

.section-2.grid-style .ry-content .content .text-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.section-2.grid-style .ry-content .content:nth-child(even) {
	flex-direction: row-reverse;
}

.section-2.grid-style .ry-content .content:nth-child(even) .text-block {
	padding-left: 60px;
}

.section-2.grid-style .ry-content .content:nth-child(odd) .text-block {
	padding-right: 60px;
}

.section-2.grid-style .ry-container {
	display: flex;
	justify-content: center;
}
.section-5.doctor-version .ry-flex .ry-each .each-container {
	padding: 0 !important;
}

.section-5.doctor-version .ry-flex .ry-each .each-container .title {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
	padding: 0 30px;
	z-index: 3;
}

.section-5.doctor-version .ry-flex .ry-each .each-container .title h4 {
	color: #fff;
	font-size: 34px;
	letter-spacing: -1px;
	margin-bottom: 0;
	text-align: center;
}

.section-5.doctor-version .ry-flex .ry-each .each-container  .photo {
	padding-bottom: 100%;
	position: relative;
}

.section-5.doctor-version .ry-flex .ry-each .each-container .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.section-5.doctor-version .ry-flex .ry-each .each-container .photo:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #00000082, #ffffff00, #ffffff00);
	z-index: 1;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

/* CHANGES SERVICES MENU */
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu {
	/*display: flex;*/
	display: -webkit-inline-box;
	top: 0;
	width: 100%;
	max-width: 100%;
	background: transparent;
	margin: 0;
	padding: 0;
	border: unset;
	height: 100%;

	padding: 13px 0 15px;
	z-index: 1;
	box-sizing: border-box;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	max-width: 1660px;
	padding-left: 30px;
	padding-right: 30px;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu > li {
	min-width: 150px;
	display: inline-block;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu > li:not(:last-child) {
	margin-right: 20px;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu:not(.active-third) {
	transition: .2s;
	opacity: 0;
	visibility: hidden;

}
.desktop-services-menu .ry-content .services-menu-block .carousel-menu:not(.active-third) {
	z-index: -1 !important;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .carousel-menu {
	max-width: 1660px;
	width: calc(100% + 60px);
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0 10px;
	top: 0;
	left: 0;
	z-index: 1;

}
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu::-webkit-scrollbar {
	display: none;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .carousel-menu .dropdown-menu {
	position: relative !important;
	float: unset;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown .dropdown-menu.active-third {
	transition: .4s;
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third > li > a,
.desktop-services-menu .ry-content .services-menu-block.onLoading > li > a {
	opacity: 0;
	visibility: hidden;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown {
	position: unset;
}

.desktop-services-menu .ry-content li.dropdown .dropdown-menu li a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li > a:before {
	min-width: 30px;
	min-height: 30px;
	filter: invert(1);
}
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li > a:before {
	content: "";
	width: 50px;
	min-height: 50px;
	display: block;
	margin: 0 auto;
	content: "";
	display: block;
	margin: auto;
	content: "";
	visibility: visible;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 15px;
	max-height: 50px;
	min-height: 50px;
}
/* LASIK CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LP a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LP > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_Process.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LT > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_Technology.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_Cost.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LRT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LRT > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_Recovery_Time.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LFA a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LFA > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_for_Astigmatism.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.HLDLL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.HLDLL > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/How_long_does_LASIK_last.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.PVL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.PVL > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/PRK_vs_LASIK.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.LA a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.LA > a:before  {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_LES/LASIK_Alternatives.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.lasik-child.CLS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.lasik-child.CLS > a:before  {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/LasikInner/Comparing_LASIK_Surgery.png);
}
/* EVO CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.IS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.IS > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/ICL_surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIRT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIRT > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_Recovery_Time_.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIVL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIVL > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_vs_LASIK.png);
}

.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIKB a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIKB > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_Key_Benefits.png);
}

.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIT > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_Testimonials.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIVP a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIVP > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_vs_PRK.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.evo-child.EIC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.evo-child.EIC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_EI/EVO_ICL_cost_.png);
}
/* PRK CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.prk-child.PESC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.prk-child.PESC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_PRK/PRK_Eye_Surgery_Cost.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.prk-child.PVL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.prk-child.PVL > a:before{
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_PRK/PRK_vs_LASIK.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.prk-child.PT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.prk-child.PT > a:before{
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_PRK/PRK_Patient_Testimonials.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.prk-child.PESSE a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.prk-child.PESSE > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_PRK/PRK_Eye_Surgery_Side_effects_.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.prk-child.PVEIVS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.prk-child.PVEIVS > a:before{
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_PRK/PRK_vs_EVO_ICL_vs_SMILE_.png);
}
/* SMILE CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SESC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SESC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Smile/SMILE_Eye_Surgery_Cost_.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SESPC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SESPC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Smile/SMILE_Eye_Surgery_Pros_and_Cons.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SES a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SES > a:before {
	background-image: url("https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_3.png");
	filter: unset;
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SESC2 a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SESC2 > a:before {
	background-image: url(https://www.royacdn.com/unsafe/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/SMILE_Eye_Surgery_Cost_.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SVL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SVL > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Smile/SMILE_vs_LASIK.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.smile-child.SVEI a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.smile-child.SVEI > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Smile/SMILE_vs_EVO_ICL.png);
}
/* CATARACT CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.BLFCS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.BLFCS > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/Best_Lens_for_Cataract_Surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.CSR a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.CSR > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/Cataract_Surgery_Recovery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.CSC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.CSC > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/Cataract_Surgery_Cost.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.HLDCST a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.HLDCST > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/How_Long_Does_Cataract_Surgery_take.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.HLBCS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.HLBCS > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/How_long_between_cataract_surgery_on_each_eye.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.ACS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.ACS > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/After_Cataract_surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.cataract-child.HL a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li.cataract-child.HL > a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Cataract/How_long_to_wear_eye_shield_at_night_after_cataract_surgery.png);
}
/* EYELID CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.DES a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.DES a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Double_Eyelid_Surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.ELS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.ELS a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Eyelid_lift_surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.UES a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.UES a:before{
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Upper_Eyelid_Surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.LES a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.LES a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Lower_eyelids_surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.DES2 a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.DES2 a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Droopy_eyelid_Surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.HES a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.HES a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Hooded_eyelid_Surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.HQ a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.HQ a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/How_to_qualify_for_eyelid_surgery.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.ESC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.ESC a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Eyelid_surgery_cost.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.eyelid-child.Photos a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.eyelid-child.Photos a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Eyelid/Photos.png);
}
/* OTHERS CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.Kera a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.Kera a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/Keratoconus.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.Cross a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.Cross a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/Cross_Linking.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.Glau a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.Glau a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/Glaucoma.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.Slt a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.Slt a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/SLT.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.NA a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.NA a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/Narrow_Angles.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.other-child.DE a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.other-child.DE a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Others/Dry_Eye.png);
}
/* AGE CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.age-child.LFP a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.age-child.LFP a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Age/LASIK_for_Presbyopia.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.age-child.LLT a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.age-child.LLT a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Age/Laser_Lens_Treatment.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.age-child.CS a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.age-child.CS a:before {
	background-image: url(https://www.royacdn.com/unsafe/150x0/smart/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_Age/Cataract_Surgery.png);
}

/* END AGE CHILD */
.desktop-services-menu .ry-content .services-menu-block li.dropdown .dropdown-menu li a:hover {
	background: transparent;
}
/* RLE CHILD */
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RU a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RU a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Understanding.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RP a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.CS a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Purpose.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RIC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RIC a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Ideal_Candidates.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.ILO a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.ILO a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Intraocular_Lens_Options.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RRAPOC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RRAPOC a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Recovery_And_Post_Operative_Care.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RVA a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RVA a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Vs_AVCP.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RCAI a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RCAI a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Costs_And_Insurance.png);
}
.desktop-services-menu .ry-content li.dropdown .dropdown-menu li.RLE-child.RRAC a:before,
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu li.RLE-child.RRAC a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/Icons_RLE/Refractive_Lens_Exchange_Risks_And_Complications.png);
}
/* RLE END CHILD */
/*
.desktop-services-menu .ry-content .services-menu-block li.dropdown .dropdown-menu li:before {
	content: "";
	height: 40px;
	width: calc(100% + 40px);
	left: 50%;
	bottom: -6px;
	background: #52b5b9;
	content: "";
	position: absolute;
	transform: translate(-50%, 0);
	border-radius: 20px;
	z-index: 1;
	opacity: 0;
	transition: .2s;
}
.desktop-services-menu .ry-content .services-menu-block li.dropdown .dropdown-menu li:hover:before {
	opacity: 1;
	transition: .2s;
}
*/
.desktop-services-menu .ry-content .services-menu-block li.dropdown .dropdown-menu li:hover a {
	z-index: 3;
	position: relative;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown-menu:not(.active-third) + .paddles {
	opacity: 0;
	visibility: hidden;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;

}

.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button {
	width: 15px;
	height: 15px;
	padding: 0;
	border: unset;
	background: transparent;
	position: absolute;
	left: 0;
	transform: translate(0, -50%);
	top: 50%;
	z-index: 9999;
	cursor: pointer;
}

.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
	content: "";
	filter: invert(1);
	width: 15px;
	height: 15px;
	display: block;
	margin: auto;
	margin-left: 10px;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button.left-paddle:before {
	margin: auto;
	margin-left: -10px;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button.right-paddle:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button.right-paddle:after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: calc(100% - 40px);
	background: #fff;
	top: 50%;
	transform: translate(0, -50%);
	opacity: .2;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button.right-paddle {
	right: 0;
	left: unset;
}
.desktop-services-menu .ry-content .services-menu-block.parent-active-third .paddles button.left-paddle:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: calc(100% - 40px);
	background: #fff;
	top: 50%;
	transform: translate(0, -50%);
	opacity: .2;
}



.mobile-services-accordion .list-services .services-menu-block {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown {
	width: 50%;
	position: unset;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown > a.dropdown-toggle:before {
	content: "";
	display: block;
	margin: auto;
	content: "";
	visibility: visible;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto;
	margin-bottom: 15px;
	max-height: 50px;
	min-height: 50px;
	width: 100%;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown > a.dropdown-toggle {
	font-size: 14px;
	color: #fff !important;
	text-align: center;
	display: block;
	font-family: 'Manrope' !important;
	position: unset;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown > a.dropdown-toggle .caret {
	display: none;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown > a.dropdown-toggle:hover {
	text-decoration: unset;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown:not(:last-child) {
	margin-bottom: 5vh;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.lasik > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_1.png);
	width: 46px;
	height: 46px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.evo > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_2.png);
	height: 52px;
	width: 52px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.prk > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_4.png);
	height: 50px;
	width: 50px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.smile > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_3.png);
	height: 55px;
	width: 52px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.age > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_3.png);
	height: 55px;
	width: 52px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.cataract > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_5.png);
	height: 58px;
	width: 58px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.eyelid > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_1.png);
	width: 46px;
	height: 46px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown.other > a:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-c6b210cb-3d7f-4cd3-bf26-ff9eb820f32a/megamenu/menu_icon_6.png);
	height: 56px;
	width: 56px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu {
	position: absolute;
	width: 100%;
	top: 57px;
	left: 0;
	opacity: 1;
	visibility: visible;
	display: block;
	padding: 0;
	margin: 0;
	border: unset;
	border-radius: unset;
	/*
	display: flex;
	flex-wrap: wrap;
	*/
	/* gap: 30px; */
	justify-content: space-between;
	padding: 40px 25px;
	background: #000;
	transition: .5s;
	height: calc(100vh - 127px);
	overflow: scroll;
}

.mobile-services-accordion .list-services .ry-content {
	position: unset;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li {
	width: 50%;
	line-height: initial;
	margin-bottom: 5vw;
	height: 100px;
	display: inline-block;
	float: left;
	padding: 0 10px;
}

.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li > a {
	color: #fff;
	font-size: 14px !important;
	font-family: 'Manrope' !important;
	padding: 0;
	text-align: center;
	white-space: break-spaces;
	line-height: 1.2;
}
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu > li > a:hover {
	background: transparent;
}
.mobile-services-accordion .list-services .services-menu-block .dropdown:not(.open):not(.active) .dropdown-menu {
	left: 110%;
	transition: .8s;
}
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu .back-to-main {
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-family: 'Manrope' !important;
	display: flex;
}
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu .back-to-main:hover {
	text-decoration: unset;
}
.mobile-services-accordion .list-services .services-menu-block .dropdown .dropdown-menu .back-to-main:before {
	content: "";
	width: 15px;
	height: 11px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
	display: inline-block;
	filter: invert(1);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.desktop-services-menu .ry-content .services-menu-block li a:hover {
    color: #3dc1c4;
}

.desktop-services-menu .ry-content .services-menu-block.hasActive .dropdown > a {
    opacity: 0;
}

.desktop-services-menu .ry-content .services-menu-block.hasActive .dropdown.active .carousel-menu {
    z-index: 1 !important;
}

.desktop-services-menu .ry-content .services-menu-block.hasActive .dropdown.active .carousel-menu .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    
}
.desktop-services-menu .ry-content .services-menu-block .dropdown.disabledCarousel .paddles {
    display: none !important;
}
.desktop-services-menu .ry-content .services-menu-block .dropdown.disabledCarousel .dropdown-menu {
    display: flex;
    justify-content: space-evenly;
}
.ry-summary-section {
    padding-bottom: 180px;
}

@media (max-width: 1680px) {
	.section-1 .inner-section-headline h1,
	.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2,
	.section-2 .inner-section-headline h2,
	.section-5 .inner-section-headline h2 {
		font-size: calc(80px + 18 * ((100vw - 1660px) / 768));
	}
	.section-3 .ry-container .content .inner-section-headline h2 {
		font-size: calc(70px + 18 * ((100vw - 1660px) / 768));
	}
	.section-1 .inner-section-headline h5,
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		font-size: calc(30px + 18 * ((100vw - 1080px) / 768));
		margin-top: 20px;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h2 {
		font-size: calc(60px + 18 * ((100vw - 1080px) / 768));
	}
	.section-2 .ry-text p,
	.section-4 .content .ry-text p {
		font-size: calc(30px + 2 * ((100vw - 1080px) / 768));
	}
	.section-5 .ry-flex .ry-each .each-container .title h4 {
		font-size: calc(40px + 2 * ((100vw - 1080px) / 768));
	}
	.section-5 .ry-flex .ry-each .each-container .ry-text p {
		font-size: calc(20px + 2 * ((100vw - 1080px) / 768));
	}
	.section-3 .ry-container .content .ry-each .button-wrapper .button-play {
		width: 7vw;
		height: 7vw;
		margin-top: 3vw;
	}
	.section-5 .ry-flex {
		gap: 30px;
	}
}
@media (max-width: 1480px) {
	.section-5 .ry-flex .ry-each .each-container {
		padding: 60px 5vw;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) {
		width: 58%;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) {
		width: 58%;
		padding: 70px 4.5vw 150px 4.5vw;
	}
	.section-3 .ry-container .content .inner-section-headline h2 {
		font-size: calc(60px + 18 * ((100vw - 1200px) / 768));
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h2,
	.section-2.grid-style .ry-content .content .text-block .inner-section-headline h2 {
		font-size: calc(40px + 18 * ((100vw - 1080px) / 768));
		line-height: 1.2;
	}
	.section-2.grid-style .ry-content .content .text-block .ry-text p {
		font-size: calc(24px + 2 * ((100vw - 1080px) / 768));
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		margin-bottom: 4vw;
		margin-top: 0;
	}
	.section-1 .ry-flex .ry-each .each-container .photo {
		height: auto;
		padding-bottom: 110%;
	}
	.section-1 .inner-section-headline h1, .section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2, .section-2 .inner-section-headline h2, .section-5 .inner-section-headline h2 {
		font-size: calc(70px + 18 * ((100vw - 1660px) / 768));
	}
	.section-3 .ry-container .content {
		padding: 7vw 60px;
	}
	.section-3 .ry-container .content .ry-each:nth-child(2) {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.section-5 .ry-flex.four-column .ry-each {
		width: calc(50% - 34px);
	}
}
@media (max-width: 1380px) {
	.section-2.grid-style .ry-content .content .photo img {
		object-position: left;
	}
	.section-2.grid-style .ry-content .content .photo {
		padding-bottom: 45%;
	}
	.section-1 .ry-flex .ry-each .each-container .photo {
		padding-bottom: 120%;
	}
}
@media (max-width: 1080px) {
	.desktop-services-menu {
		display: none;
	}
	.section-1 .inner-section-headline h1, 
	.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2, 
	.section-2 .inner-section-headline h2, 
	.section-5 .inner-section-headline h2 {
		font-size: calc(70px + 18 * ((100vw - 1080px) / 768));
	}
	.section-1 {
		padding: 100px 0 120px;
	}
	.section-1 .inner-section-headline h5, 
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		font-size: calc(33px + 18 * ((100vw - 1080px) / 768));
		margin-top: 20px;
	}
	.services-template {
		margin-top: 125px;
	}
	.team-template {
		margin-top: 77px;
	}
	.section-1 .ry-flex .ry-each .each-container .photo {
		height: auto;
		padding-bottom: 120%;
	}
	.section-1 .ry-flex {
		margin-top: 60px;
	}
	.section-2 .ry-text p, 
	.section-4 .content .ry-text p {
		font-size: calc(24px + 2 * ((100vw - 768px) / 768));
	}
	.section-3 {
		margin-bottom: 60px;
	}
	.section-3 .ry-container .content .ry-each:nth-child(1) {
		padding: 0;
	}

	.section-3 .ry-container .content .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.section-3 .ry-container .content .ry-each:nth-child(1) {
		max-width: 100%;
		width: 100%;
		padding-bottom: 30px;
	}

	.section-3 .ry-container .content .inner-section-headline h2 {
		padding-right: 0;
		text-align: center;
	}

	.section-3 .ry-container .content .ry-each .button-wrapper .button-play {
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.section-3 .ry-container .content .ry-each:nth-child(2) {
		width: 100%;
	}
	.section-4 .content {
		padding-left: 2vw;
		padding-right: 2vw;
	}
	.section-5 {
		padding-top: 60px;
		padding-bottom: 120px;
	}
	.section-5 .ry-flex {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.section-5 .ry-flex .ry-each {
		width: calc(50% - 7.5px);
	}
	.section-3 .ry-container .content .ry-each .button-wrapper .button-play span {
		border-top: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-left: 25px solid #fff;
	}
	.section-2.grid-style .ry-content .content .photo img {
		object-position: left;
	}

	.section-2.grid-style .ry-content .content:nth-child(2) {
		flex-direction: column-reverse;
	}

	.section-2.grid-style .ry-content .content .text-block, 
	.section-2.grid-style .ry-content .content .photo {
		width: 100%;
		max-width: 100%;
	}
	.section-2.grid-style .ry-content .content .photo {
		height: 0;
		flex-basis: unset;
	}
	.section-2.grid-style .ry-content .content:nth-child(2) .text-block {
		padding-left: 0;
		padding-bottom: 60px;
	}

	.section-2.grid-style .ry-content .content {
		gap: 30px;
	}

	.section-2.grid-style .ry-content .content {
		flex-direction: column-reverse;
	}

	.section-2.grid-style .ry-content .content .text-block {
		padding-right: 0 !important;
		padding-top: 30px;
		padding: 0 !important;
	}

	.section-2.grid-style {
		padding: 100px 0;
	}
	.section-2.grid-style.ratio-mobile .ry-content .content .photo {
		padding-bottom: 100%;
	}
	.section-2.grid-style .ry-content .content:nth-child(even) {
		flex-direction: column-reverse;
	}
}
@media (max-width: 991px) {
	.section-1 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.section-1 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.section-1 .ry-flex .ry-each:nth-child(1) {
		width: 100%;
	}

	.section-1 .ry-flex .ry-each:nth-child(2) {
		max-width: 600px;
		width: 100%;
		padding: 14vw 6vw;
	}
	.section-1 .ry-flex .ry-each .each-container .photo {
		height: auto;
		padding-bottom: 100%;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h2 {
		font-size: calc(50px + 18 * ((100vw - 1080px) / 768));
		line-height: 1.2;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		margin-bottom: 20px;
		margin-top: 0;
	}
	.section-2 {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.section-5 .ry-flex.four-column .ry-each {
		width: calc(100% - 35px);
	}
}

@media (max-width: 768px) {
	.section-1 .ry-flex .ry-each:nth-child(2) .title h2 {
		text-align: center;
	}
	.section-5 .ry-flex .ry-each .each-container .ry-text p {
		text-align: center;
	}
	.section-1 .inner-section-headline h5, .section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		font-size: calc(33px + 18 * ((100vw - 768px) / 768));
		margin-top: 20px;
	}
	.section-1 {
		padding-top: 120px;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		text-align: center;
	}
}
@media (max-width: 680px) {
	.section-5 .ry-flex .ry-each .each-container .title h4 {
		font-size: calc(36px + 2 * ((100vw - 768px) / 768));
	}
	.section-5 .ry-flex .ry-each {
		width: 100%;
	}
	.section-3 .ry-container .content .ry-each .button-wrapper .button-play {
		width: 60px;
		height: 60px;
	}
	.section-2 .ry-text p, .section-4 .content .ry-text p {
		font-size: calc(20px + 2 * ((100vw - 768px) / 768));
	}
	.section-5 .inner-section-headline h2 .span-2 {
		font-size: 20px;
	}
	.section-1 .inner-section-headline h1,
	.section-3 .ry-container .content .inner-section-headline h2,
	.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2, .section-2 .inner-section-headline h2, .section-5 .inner-section-headline h2 {
		font-size: calc(60px + 18 * ((100vw - 1080px) / 768));
	}
	.mobile-services-accordion .list-services #inner-mega-list li a {
		padding: 0 20px;
		line-height: 1.1;
	}
	.section-3 .ry-container .content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 546px) {
	.mobile-services-accordion .list-services #inner-mega-list li a {
		font-size: 14px;
	}
}
@media (max-width: 498px) {
	.mobile-services-accordion .list-services #inner-mega-list li a {
		font-size: 14px;
		/* min-height: 108px; */
		max-width: 100px;
		padding: 0;
	}
	.mobile-services-accordion .list-services #inner-mega-list li a.smile-eye-surgery:after,
	.mobile-services-accordion .list-services #inner-mega-list li a.prk:after,
	.mobile-services-accordion .list-services #inner-mega-list li a.cataract:after,
	.mobile-services-accordion .list-services #inner-mega-list li a.refractive:after {
		bottom: -8px;
		height: 44px;
	}
}
@media (max-width: 480px) {
	.section-1 .inner-section-headline h1, .section-3 .ry-container .content .inner-section-headline h2, .section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2, .section-2 .inner-section-headline h2, .section-5 .inner-section-headline h2 {
		font-size: 38px;
		line-height: 1;
		letter-spacing: -2px;
	}
	.section-1 .inner-section-headline h5, 
	.section-1 .ry-flex .ry-each:nth-child(2) .title h3 {
		font-size: 24px;
	}
	.section-1 .ry-flex .ry-each:nth-child(1) .each-container .title h2 {
		letter-spacing: -2px;
	}
	.section-1 .ry-flex .ry-each:nth-child(2) .title h2 {
		font-size: 36px;
	}
	.section-2 .ry-text p, 
	.section-4 .content .ry-text p,
	.section-5 .ry-flex .ry-each .each-container .ry-text p,
	.section-2.grid-style .ry-content .content .text-block .ry-text p {
		font-size: 16px;
	}

	.section-2 .photo img {
		width: 80%;
	}
	.section-5 .inner-section-headline h2 .span-2 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.section-5 .ry-flex .ry-each .each-container .title h4 {
		font-size: 30px;
		letter-spacing: -1px;
	}
	.mobile-services-accordion .list-services #inner-mega-list {
		row-gap: 50px;
	}
	.section-5 .button-wrapper {
		padding-top: 20px;
	}
	.section-1 {
		padding-top: 60px;
	}
	.ry-content .content .text-block .ry-text p {
		margin-top: 10px;
	}
}
@media (max-width: 414px) {
	.mobile-services-accordion .list-services .services-menu-block .dropdown > a.dropdown-toggle {
		font-size: 14px;
	}
}
@media (min-width: 1081px) {
	.mobile-services-accordion {
		display: none !important;
	}
}

/* TEAM */
.team-template .mobile-services-accordion {
    display: none !important;
}