.module-services.style-12 {
	padding: 6em 0 0;
	position: relative;
	    background: #efe7e5;
}

.module-services.style-12 .ry-container {
    z-index: 1;
}
.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: cover;
	display: none;
}
.module-services.style-12 .section-headline h2 {
	margin-bottom: 10px;
}



.module-services.style-12 .section-headline {
	margin-bottom: 80px;
}

.module-services.style-12 .content .ry-flex {
	display: block;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/*max-width: calc(25% - 30px) !important;
	width: 100% !important;*/
	-ms-flex-preferred-size: unset !important;
	flex-basis: unset !important;
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #7ea7ad;
    border-radius: 200px;
	transition: .3s;
	/*animation: morph 3s ease-in-out infinite both alternate;*/
}
/*@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }

  100% {
    border-radius: 40% 60%;
  }
}*/
.module-services.style-12 .content .ry-flex .ry-each:hover .photo {
}

.module-services.style-12 .content .ry-flex .ry-each .photo img {
	-o-object-fit: contain;
	/* object-fit: contain; */
	/* transition: .3s; */
	/* width: 80%; */
	/* height: 80%; */
	/* filter: brightness(0) invert(1); */
.module-services.style-12 .content .ry-flex .ry-each:
	hover .photo;
	/* padding: 2px; */
	/* background: #fff; */
	/* border-radius: 100%; */
}

.module-services.style-12 .content .ry-flex .ry-each:hover .photo img {
    transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
	font-size: 20px;
	text-align: left;
	margin-bottom: 10px;
	clear: both;
	min-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	line-height: 130%;
	font-weight: 400 !important;
	color: #fff;
	text-transform: uppercase;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details p {
	color: #141414;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	transition: .2s;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .services-details p {
	color: #ffffff;
	transition: .2s;
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	width: max-content;
	height: 45px;
	background: #505959;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 80px;
	padding-right: 11px;
}

.module-services.style-12 .content .ry-flex .ry-each .icons:before {
    content: "read more";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 0 9px 0 13px;
    text-transform: capitalize;
	transition: all .3s;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/* padding: 3px; */
	/* background: #ffffff; */
	/* border-radius: 500px; */
	px; */
	overflow: hidden;
}

.module-services.style-12 .content .ry-flex .ry-each .icons svg {
	fill: #FFFFFF;
}

.module-services.style-12 .content .ry-flex .ry-each {
	/* background: url(https://s3.amazonaws.com/static.organiclead.com/Site-9d49c8b7-fc73-4c71-bfd9-447493433ada/Assets/CTA_Background_V3.png); */
	/* background-size: cover; */
	/* background-position: center top; */
	/* box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); */
	/* -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05); */
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	/* background-color: #fff; */
}

.module-services.style-12 .content .ry-flex .ry-each:hover {
    /* background: rgb(0 0 0 / 100%); */
    /* box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.1); */
}

.module-services.style-12 .content .ry-flex .ry-each .icons {
	transition: .3s;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
    transition: .3s;
    background: #ffffff;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons:before {
    color: #333;
}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons svg {
	fill: #333;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
    transition: all ease 0.6s !important;
}

.module-services.style-12 .content .ry-flex .ry-each:hover .services-details h4 {
    color: #fff;
    transition: .3s;
}



.module-services.style-12 .content .ry-flex .ry-each .link,
.module-services.style-12 .content .ry-flex .ry-each .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	opacity: 0;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1680px) {
	.module-services.style-12 .content .ry-flex {
		gap: 30px;
	}

	.module-services.style-12 .content .ry-flex .ry-each {
		/*max-width: calc(25% - 22.5px) !important;*/
	}
}
@media (max-width: 1280px) {
	.module-services.style-12 .content .ry-flex .ry-each {
		/*max-width: calc(33.33% - 22.5px) !important;*/
	}
}
@media (max-width: 1080px) {

	/** PLACE YOUR TABLET AND UP CSS HERE **/
	.module-services.style-12 {
		padding: 100px 0;
	}
	.module-services.style-12 .section-headline h2 {
		font-size: 30px !important;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		font-size: 20px;
		min-height: 40px;
	}
	.module-services.style-12 .section-headline h2 .span-1 {
		font-size: 20px;
	}
	.module-services.style-12 .content .ry-flex .ry-each .services-details p {
		font-size: 16px;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		/*max-width: calc(50% - 22.5px) !important;*/
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	
	
	

	.module-services.style-12 {
		padding: 100px 0 0px !important;
	}

	.module-services.style-12 .content .ry-flex .ry-each:nth-child(1), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(4), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}
	.module-team.style2 {
		padding-top: 30px !important;
	}
	.module-services.style-12 .content .ry-flex {
		min-height: 2px !important;
	}
}
@media (max-width: 768px) {
	.module-services.style-12 .content .ry-flex {
		gap: 15px;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		/*max-width: calc(50% - 7.5px) !important;*/
	}
	
	
	.module-services.style-12 .section-headline h2 {
	  font-size: 21px !important;
	}
	
	.module-services.style-12 .section-headline h2 {
	  font-size: 21px !important;
	}

	div#eye-screening-flex {
	  padding-bottom: 2em !important;
	}

	
}
@media (max-width: 620px) {
	.module-services.style-12 .content .ry-flex {
		row-gap: 15px;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}

	.module-services.style-12 .content .ry-flex .ry-each {
		padding-left: 20px;
		padding-right: 20px;
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details h4 {
		min-height: unset;
	}
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(1), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(4), 
	.module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	.module-services.style-12 .content .ry-flex .ry-each {
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.05);
	}
}
@media (max-width: 480px) {

	/** PLACE YOUR LAPTOP AND UP CSS HERE **/
	.module-services.style-12 .section-headline h2 {
		font-size: 42px;
	}
}

@media (min-width: 1200px) {

	/** PLACE YOUR DESKTOP AND UP CSS HERE **/

}

.module-services.style-12 .ry-container .content {
    padding-top: 0%;
}

.module-services.style-12 .ry-container {
	z-index: 99;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0px;
	max-width: 1600px;
	width: 90%;
}


.module-services.style-12 .content .ry-flex .ry-each:hover:before {}



.serv-inner:before {
    content: "";
    position: absolute;
    background: var(--color-secondary);
    border-radius: 100%;
    z-index: 1;
    inset: 0;
    transform: scale(0);
    transition: all ease 0.6s;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details {
    position: absolute;
    width: 100%;
    background: transparent;
    bottom: -4em;
    transition: all ease 0.6s !important;
    z-index: 99999 !important;
}
.module-services.style-12 .content .ry-flex .ry-each .photo, .module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {
    z-index: 9;
}

.module-services.style-12 .content .ry-flex .ry-each .link {
	 z-index: 500; 
}

.module-services.style-12 .content .ry-flex .ry-each {
	margin-left: 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.module-services.style-12 .content .ry-flex .slick-list {
	padding-bottom: 80px;
	padding-top: 15px;
}

.module-services.style-12 .content .ry-flex .slick-track {
	margin-left: -18px;
	display: flex;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details h4, .module-services.style-12 .content .ry-flex .ry-each .services-details p {
    text-align: center;
    justify-content: center;
}
.module-services.style-12 .content .ry-flex .ry-each .icons {
    left: 0;
    right: 0;
    margin: auto;
}
.module-services.style-12 .content .ry-flex .ry-each:after {
    content: "";
    position: absolute;
    inset: 0;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 500px;
}

.module-services.style-12 .content .ry-flex .ry-each:hover:after {
	/* border: 12px solid #7ea7ad; */
	transition: .3s;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}



.service-technology .section, .service-technology .technology-section {
    position: relative;
    z-index: 9;
}

.service-technology {
    position: relative;
    padding-bottom: 100px;
}

.service-technology:after {
    content: "";
    position: absolute;
    inset: 0;
    height: 25%;
    top: unset;
    bottom: 0;
    background: #cca215;
}

.service-technology:before {
    content: "";
    position: absolute;
    inset: 0;
    top: 50%;
    bottom: unset;
    height: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-60fef8f9-6c91-4259-9907-45686140b83e/Assets/feature_service_background.jpg);
    background-size: contain;
    transform: translateY(-50%);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 60%;
}

.module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {transition: .4s;}

.module-services.style-12 .content .ry-flex .ry-each:hover .services-details {/* position: absolute; */bottom: 34%;}
.module-services.style-12 .content .ry-flex .ry-each:hover .icons {
	height: 38px;
	opacity: 1;
    transition: .4s;
}

.module-services.style-12 .content .ry-flex .ry-each {
    transition: .3s;
    /* padding: 30px; */
}
.module-services.style-12 .content .ry-flex .ry-each:hover {
    transition: .3s;
    /* padding: 40px 2vw 150px; */
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
	transition: .3s;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	aspect-ratio: 1;
	background: #fff;
	border-radius: 100%;
	padding: 5px;
}
.module-43 .ry-right .btn-wrapper .apt .ry-btn:before {
  content: '\f095';
  font-family: 'FontAwesome';
  position: absolute;
  top: 14px;
  left: 10px;
}


.module-services.style-12 .content .ry-flex .ry-each:hover .services-details {
  /* z-index: 9999; */
  pointer-events: none; 
}

.module-services.style-12 .content .ry-flex .ry-each:hover .serv-inner:before {
  transform: scale(1);
  opacity: 0.9;
}

.module-services.style-12:after {
    content: "";
    position: absolute;
    inset: 0;
    top: 0;
    height: 65%;
    background: url(https://www.royacdn.com/unsafe/smart/Site-60fef8f9-6c91-4259-9907-45686140b83e/Assets/bg_services_new.jpg);
    background-size: cover;
}

.module-services.style-12 .ry-container .ry-content {}
.module-services.style-12 .ry-container .for-btn {
    display: none;
}
.module-services.style-12 .ry-container a.ry-btn.ry-btn-primary {
    border: 2px solid #fff;
}

.module-services.style-12 ul.slick-dots {
    list-style: none;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
	display: none !important;
}
.module-services.style-12 ul.slick-dots li button {
    color: transparent;
    border: 0;
    padding: 0;
    height: 16px;
    width: 16px;
    border-radius: 100px;
    background: #fff;
    opacity: .5;
}

.module-services.style-12 ul.slick-dots li.slick-active button, .module-services.style-12 ul.slick-dots li:hover button {
    opacity: 1;
}

.module-services.style-12 .slide-arrow {
    position: absolute;
    bottom: -4em;
    left: calc(50% - 25px);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 200px;
    background: #fff;
    opacity: .85;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.module-services.style-12 .slide-arrow.next-arrow {
    left: calc(50% - -25px);
}

.module-services.style-12 .slide-arrow:before {
    content: "";
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 2px;
}
.module-services.style-12 .slide-arrow.next-arrow:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: -2px;
}

@media (max-width: 1700px) {
	.module-services.style-12 .content .ry-flex {
		/* min-height: 730px; */
		/* margin-bottom: 40px; */
	}
}

@media (max-width: 1365px) {
	.module-services.style-12 {
		padding-bottom: 60px;
		margin-bottom: -1px;
	}
	.module-services.style-12 .section-headline {
		margin-bottom: 40px;
	}
	
	
	.module-services.style-12 .content .ry-flex .ry-each .photo {
		margin-bottom: 20px;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each .services-details, .module-services.style-12 .content .ry-flex .ry-each .icons {
		height: auto;
		opacity: 1;
	}
	
	.module-services.style-12 .content .ry-flex .ry-each .icons {
		height: 45px;
	}

	
}

/*@media (min-width: 1366px) {
	.module-services.style-12 .slide-arrow {
		bottom: unset;
		top: 24.5%;
		transform: translateY(-50%);
		left: -40px;
	}
	.module-services.style-12 .slide-arrow.next-arrow {
		left: unset;
		right: -40px;
	}
}*/


div#serv-header span.span-1 {
    color: #fff;
    font-weight: 400;
}

div#serv-header  h2 {
    text-transform: capitalize !important;
    color: #fff !important;
}

.module-services.style-12 .content {
    margin-bottom: 7em;
}

a#hp-lasik-btn {
    margin: 1em auto 0;
}


div#eye-screening-flex .section-headline {
    padding: 2em 0;
    margin-bottom: 0;
    box-shadow: 1px 5px 6px rgb(14 10 10 / 7%);
}




@media (max-width:1299px) {
  .module-services.style-12 .slide-arrow {
	  bottom: -3em !important;
	}

	.module-services.style-12 .content .ry-flex .ry-each .services-details {
	  bottom: -3em !important;
	}

}