/** Services Start **/

.module-services.custom .ry-container {
	max-width: 1600px;
	width: 90%;
}

.module-services.custom .ry-content .section-headline h2 {
    text-align: center;
    margin-bottom: 60px;
	color: #cbbfea !important;
}

.module-services.custom .ry-content .section-headline h2 span {
	color: #fff !important;
}

.module-services.custom .ry-content .content > .ry-flex {
	flex-wrap: wrap;
	gap: 30px;
}

.module-services.custom .ry-container .ry-flex .ry-each {
	max-width: calc(25% - 25px);
}

.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta) {
	border-radius: 40px;
	overflow: hidden;
	background: linear-gradient(to bottom, #ededed, #f9f9f9);
}

.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta) .photo img {
	width: 100%;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.module-services.custom .ry-container .ry-flex .ry-each .link,
.module-services.custom .ry-container .ry-flex .ry-each .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.module-services.custom .ry-container .ry-flex .ry-each .icons {
	position: absolute;
	bottom: 50px;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	left: 40px;
	transition: .3s;
	z-index: 1;
}

.module-services.custom .ry-container .ry-flex .ry-each .ry-headline {
	position: absolute;
	top: 100px;
	left: 0;
	padding-left: 40px;
	/* bottom: 60px; */
}

.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 {
	font-size: 48px;
	font-weight: 400 !important;
	font-family: 'Tenor Sans', sans-serif !important;
	text-transform: uppercase;
	color: #fffff0;
}

.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 .span-1 {
	display: block;
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: 2px;
	color: #d8b16c;
}

.module-services.custom .ry-container .ry-flex .ry-each .services-details {
	/*position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%, 0);*/
	width: 100%;
	padding: 0 30px;
	margin-top: 50px;
	position: absolute;
	z-index: 1;
}

.module-services.custom .ry-container .ry-flex .ry-each .services-details h4 {
	font-size: 26px;
	text-align: center;
	max-width: 240px;
	margin: auto;
	font-family: 'Poppins', sans-serif !important;
	text-transform: uppercase;
	font-weight: 500 !important;
	line-height: 1.2;
	min-height: 130px;
	color: #232323;
	transition: .3s;
}

.module-services.custom .ry-container .ry-flex .ry-each:hover .services-details h4 {
	color: #423b98;
	transition: .3s;
}

.module-services.custom .ry-container .ry-flex .ry-each:not(:nth-child(1)):not(:hover) .icons {
	opacity: 0;
	transition: .3s;
}

.module-services.custom .ry-container .ry-flex .ry-each .icons svg {
	width: 30px;
	height: 30px;
	fill: #bbb49f;
}

@media (max-width: 1080px) {
	.module-services.custom .ry-container .ry-flex {
		flex-wrap: wrap;
		gap: 30px 0;
	}

	.module-services.custom .ry-container .ry-flex .ry-each {
		max-width: calc(50% - 15px);
	}

	.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 {
		font-size: 36px;
	}

	.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 .span-1 {
		font-size: 18px;
	}
}

@media (max-width: 768px) { 
	.module-services.custom .ry-container .ry-flex .ry-each .ry-headline {
		top: 50px;
	}


	.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 {
		font-size: 26px;
	}

	.module-services.custom .ry-container .ry-flex .ry-each .ry-headline h3 .span-1 {
		/* font-size: 16px; */
	}

	.module-services.custom .ry-container .ry-flex .ry-each .services-details h4 {
		font-size: 22px;
	}

	.module-services.custom .ry-container .ry-flex .ry-each {
		max-width: calc(50% - 7.5px);
	}

	.module-services.custom .ry-container .ry-flex {
		gap: 15px 0;
	}

	.module-services.custom .ry-container .ry-flex .ry-each .icons {
		width: 50px;
		height: 50px;
	}

	.module-services.custom .ry-container .ry-flex .ry-each .icons svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.module-services.custom .ry-container .ry-flex .ry-each {
		max-width: 100%;
		overflow: hidden;
		border-radius: 20px;
	}

	.module-services.custom .ry-container .ry-flex .ry-each .photo {position: relative;padding-bottom: 115%;}

	.module-services.custom .ry-container .ry-flex .ry-each .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
div#section-services {
    background: #f9f8f9;
}
.module-services.custom {
	padding-bottom: 120px;
	padding-top: 80px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Assets/services_bg.jpg);
	background-size: cover;
	background-position: center top;
	border-radius: 14vw;
    border-radius: 0;
	margin-top:-2px
}

.module-services.custom .ry-content {
	position: relative;
	z-index: 9;
}

.module-services.custom .ry-container .ry-flex .ry-each.service-cta {
	overflow: hidden;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 60px;
}

.module-services.custom .ry-container .ry-flex .ry-each .link.last-cta a {
	background: #f9f9f9;
	height: 70px;
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	top: 86%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
}

.module-services.custom .ry-container .ry-flex .ry-each .link.last-cta a:hover {
	background: #b89f4f;
	color: #fff;
}

.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta):after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, #232323, transparent);
	z-index: 0;
	transition: .3s;
	opacity: 0;
	height: 60%;
	top: unset;
}
.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta):hover:after {
	opacity: 1;
	transition: .3s;
}

.module-services.custom .ry-container .ry-flex .ry-each .services-details p {
    display: none;
}

/** Services End **/

/*HP - TESTIMONIALS*/

.hp-custom-testimonials .background-section,
.hp-custom-testimonials .background-section img {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.hp-custom-testimonials .testi-btn a.ry-btn.ry-btn-primary {
	border-radius: 36px !important;
}


.hp-custom-testimonials .ry-content {
	width: min(676px, 100%);
	border-radius: 32px;
	filter: drop-shadow(0px 16px 43.5px rgba(0,0,0,0.17));
	background-color: #ffffff;
	padding: 85px;
	position: absolute;
	top: 10rem;
}

.hp-custom-testimonials .each-testi .star-rate {
	display: flex;
}

.hp-custom-testimonials .each-testi .star-rate svg {
	width: 20px;
	fill: #f6ae32;
}


.hp-custom-testimonials .group-testi {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 30px;
}

.hp-custom-testimonials .testimony p {
	width:100%;
	letter-spacing: 0px;
	margin: 30px 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 22px;
	line-height: 36px;
	color: #333333;
	font-weight: 400;
}

.hp-custom-testimonials .group-testi .testi-name p {
	font-size: 23px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
}

.hp-custom-testimonials .background-section {position: relative;inset: 0;padding-bottom: 49%;}

.hp-custom-testimonials .hp-headline h2 {
	line-height: normal;
}

.hp-custom-testimonials ul.slick-dots {
	padding: 0;
	list-style: none;
	display: flex !important;
	gap: 5px;
	display: none !important;
}

.hp-custom-testimonials ul.slick-dots li button {
	color: transparent;
	width: 10px;
	height: 10px;
	background: #63656a;
	opacity: .3;
}
.hp-custom-testimonials ul.slick-dots li.slick-active button {
	width: 30px;
	opacity: 1;
}

.hp-custom-testimonials .testi-name {
	display: flex;
	align-items: center;
}


@media screen and (max-width: 1680px) {
	.hp-custom-testimonials .ry-content {
		top: 6rem;
	}
}

@media screen and (max-width: 1536px) {
	.hp-custom-testimonials .background-section {
		padding-bottom: 56.25%;
	}
}


@media screen and (max-width: 1366px) {
	.hp-custom-testimonials .background-section {
		padding-bottom: 61.25%;
	}
}

@media screen and (max-width: 1280px) {
	.hp-custom-testimonials .background-section {
		padding-bottom: 62.25%;
	}

	.hp-custom-testimonials .ry-content {
		top: 5rem;
	}
}

@media screen and (max-width: 1080px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 71.25%;
	}
}

@media screen and (max-width: 991px) {
	div.hp-custom-testimonials .background-section {
		padding-bottom: 82%;
	}

}

@media screen and (max-width: 768px) {

	div.hp-custom-testimonials .background-section {
		padding-bottom: 100%;
	}

}

@media screen and (max-width: 680px) {
	div.hp-custom-testimonials .group-testi {
		align-items: center;
		justify-content: center;
		flex-direction: column-reverse;
		gap: 10px;
	}

	div.hp-custom-testimonials .hp-headline h2 {
		text-align: center;
	}

	div.hp-custom-testimonials .background-section img {
		object-position: 70%;
	}
	div.hp-custom-testimonials .ry-content {
		background-color: rgb(255 255 255 \/ 90%);
		padding: 10%;
	}

	div.hp-custom-testimonials .background-section {
		padding-bottom: 120%;
	}

	div.hp-custom-testimonials .testimony p {
		width: 100%;
		font-size: clamp(1.125rem, 0.9875rem + 0.6875vw, 1.8125rem);
	}
}



@media screen and (max-width: 768px) {
	.hp-custom-testimonials .ry-content {
		top: 50%;
		left: 50%;
		transform: translate(-50%, 12%) !important;
		background-color: rgb(255 255 255 / 92%);
	}
}
/*END OF HP - TESTIMONIALS*/

/** Start Of Footer **/

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

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
	color: #423b98 !important;
	opacity: 1 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#6b79608c;
	position:absolute;
	left:0;
	top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap {
	margin-top: 30px;
}

.module-44 .ry-divisor .social-inner-wrap:after { display: none;
	content:'';
	width:30%;
	height:1px;
	background:#423b988c;
	position:absolute;
	right:0;
	top:20%;
}
.module-44 .ry-divisor {
	border:unset !important;
}

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

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before {
	font-family: 'Fontawesome';
	width: 44px;
	height: 44px;
	border-radius: 22px;
	background-color: #423b9844;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	color:#ffffff;
	font-size:22px;
	font-weight:900; display: none;
}

.module-44 .social-icons .social-inner-wrap li .fa {
	border: 2px solid #998bc0 !important;
	box-shadow: unset;
	width:50px;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-family: 'FontAwesome';
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: column;
}

.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}
.module-44 .ry-flex .ry-each .website-info .phone p a{
	color: #ffffff;
	font-weight: 500;
	margin-top: 8px;
} 

.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
	color: #ffffff;
	font-size: 17px;
	line-height: 1.6 !important;
	font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-size: 25px !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}

.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
	opacity:1 !important;
	color: #998bc0 !important
}


.module-44 .ry-footer-logo {
	max-width: 300px;
	margin: 0 auto 0;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
	display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
	width: 100%;
	max-width:230px;
	text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom:2px;
	gap: 20px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright {
	background: #232323;
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}
.module-44 .ry-footer-copyright .ry-left img, .module-44 .ry-footer-copyright .ry-right img {
	filter:unset
}
div.module-44 .ry-footer-copyright {
	padding: 0;
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}


@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* Two columns */
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction:column;
		justify-content:center;
		text-align:center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 200px;
		margin: 0 auto 0;	
	}
}

@media (max-width: 1080px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items: center !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 680px) {
	.module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center !important;
	}

	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: center !important;
	}

}
#mapCustom {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

/** End of Footer **/
body.home div#section-brands {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Assets/brand_background.jpg);
    background-size: cover;
	background-position: center top;
	margin-top: -1px;
}
body.home .module-brand.module-20 {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Assets/services_bg.jpg);
    background-size: cover;
	background-position: center top;
    overflow: hidden;
    border-top-left-radius: 14vw;
	border-top-right-radius: 14vw;
	padding-bottom: 120px;
}

body.home .module-brand.module-20 a.btn-center.ry-btn.ry-btn-primary:not(:hover) {
    background: #fff !important;
    color: #423b98 !important;
}

body.home .module-brand .section-headline h2 {
	color: #cbbfea !important;
}

/*-----BUILD | MAICA | 10.02.2025-----*/


:root {
  --site-font: Poppins;
  --title-font: Poppins;
  --primary-color: #423b98;
  --secondary-color: #998bc0;
}

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

/*--- FONT --- */
body.home h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2), .module-32-wrapper-two .ry-flex .ry-each .ry-section-title, .module-welcome.style-5 .ry-each h2, .module-testimonials.option-1 .section-headline h2 {
    font-family: 'Poppins', sans-serif !important;
    font-weight:400 !important;
	line-height:1.1 
}
body p {
	color:#000000
}
/*--- HEADER ---*/
.mobile-container {
    background:#FFF;
}

.mobile-container .mobile-button {
    display:flex;
    gap:10px
}
.mobile-container .mobile-button a {
    margin:0 !important;
    background:var(--primary-color) !important
}

.mobile-container .flex-wrap .mobile_logo img {
    max-width: 180px;
    width:100%;
    height:unset
}
.mobile-container .mobile-nav button .hamburger-inner,
.mobile-container .mobile-nav button .hamburger-inner:before, 
.mobile-container .mobile-nav button .hamburger-inner:after{
    background:var(--primary-color)
}
.mobile-container .flex-wrap .flex-item.left-nav {
    width:fit-content;
}
.module-14.center .item .card .slide-text-wrap .sub-title {
	text-shadow:unset;
	opacity:1;
	line-height:1.2
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li {
    padding:0;
    background:var(--primary-color);
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a{
    background:var(--primary-color);
    opacity:1
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li a:hover{
    background:var(--secondary-color);
    opacity:1 !important
}

.module-14 .carousel-fade .carousel-inner .item:nth-child(3) .ry-el-bg {
   position:relative;
}
.module-14 .carousel-fade .carousel-inner .item:nth-child(3) .ry-el-bg:before{
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	height:50%;
	display:block;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffffe8 100%);
}
/*--- HERO ---*/
.module-14 .carousel-inner{
    min-height:100vh;
}
.module-14 .ry-slide .ry-btn {
    margin-inline:auto
}
.module-14 .carousel-control,
.module-14 .ry-slide.ry-el-bg:before{
    display:none
}
.module-14 .ry-slide.ry-el-bg {
    background-position: 50% 20% !important;
}

#cta-wrap {
    margin-top: unset;
}

.module-14.center .item .card {
    top: unset;
    bottom:-80PX;
    padding: 0;
}

.module-14 .item .card .slide-text-wrap .big-title h1 {
    font-family: 'Poppins', sans-serif !important;
    font-weight:400 !important;
    text-transform:uppercase;
    line-height:1.1;
    color:var(--primary-color);
    font-size: clamp(2.5rem, 2.0221rem + 1.9608vw, 4.375rem) !important;
    letter-spacing:unset;
	margin-bottom: 20px;
}
.module-14.center .item .card .slide-text-wrap .sub-title {
    margin: 0 auto 20px;
    color:#333;
    text-transform:uppercase;
    max-width:unset;
}
.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
    object-fit:cover
}
.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
    max-width: unset;
    width: 49%;
}
.module-welcome.style-7 {
    padding: 120px 0 200px;
}
.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
    padding-bottom: 0px;;
    width:100% !important;
    max-width:635px
}
.module-welcome.style-7 .ry-text p {
    color:#000;
    line-height:1.7
}

.module-welcome.style-7 .ry-flex {
justify-content:space-between
}


/* --- CTA SECTION ---*/
.module-25-cta {
    display:flex;
    background-color: #423b98;
}
.module-25-cta #swiper-hero {
    background:transparent;
    padding-top: 70px;
    max-width:1600PX;
    width:90%;
    margin-inline:auto;
    padding:100px 0;
}

.module-25-cta .ry-hero-cta-img-container img {
    width: 100%;
    height: auto;
    border-radius: 20PX;
    border: unset;
}
.module-25-cta .ry-hero-cta-img-container {
    margin-bottom: 30px;
    text-align: center;;
}
.module-25-cta .swiper-slide {
  padding: 12px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.module-25-cta .swiper-slide:hover {
  transform: translateY(-8px) !important;
}
.module-25-cta .ry-hero-cta-text a {
    font-weight: 600 !important;
    letter-spacing: 0px;
    line-height: 1.1;
}


.module-25-cta {
    display: flex;
    background-color: unset;;
    background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Background_images/bg_cta.jpg) !important;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover
}
.module-25-cta .swiper-button-next, 
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -50px;;
    background:var(--primary-color);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    display:none
}

.module-25-cta .swiper-button-next img, 
.module-25-cta .swiper-button-prev img {
    height: 20px;
}
.module-services .slick-arrow {
    position:absolute;
    top:50%;
    transform:translatey(-50%)
}

.module-services .slick-arrow {
    position:absolute;
    top:50%;
    transform:translatey(-50%)
}
.module-services .slick-prev {
    left:-30px
}
.module-services .slick-next {
    right:-30px
} 

.module-services .slick-arrow .fa:before {
color:#fff;
    font-size:25px;
    opacity:.5
}
.module-services .slick-arrow:hover .fa:before {
    opacity:1
}
/*--- SERVICES SECTION ---*/
.services-wrapper ul.slick-dots {
    list-style:none;
    display:flex !important;
    gap:10px;
    align-items:center;
    justify-content:center;
    width:100%;
    margin-top:30px;
    margin-bottom:-20px
}

.services-wrapper ul.slick-dots li button {
font-size:0;
    width:30px ;
    height:5px;
    background:#FFF;;
    opacity:.5;
}

.services-wrapper ul.slick-dots li.slick-active button {
    opacity:1
}

.module-services.custom .ry-container .ry-flex .ry-each {
    height:570px;
    margin-inline:30px;
}
.module-services.custom .ry-container .ry-flex .ry-each img{height: 100%;}
.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta) {
    border-radius: 160PX;
    overflow: hidden;
}
.module-services.custom .ry-container .ry-flex .ry-each {
    margin-inline: 25px;
}
.module-services.custom .ry-container .ry-flex .ry-each .photo {
    height:100%;
}
.module-services.custom .ry-container .ry-flex .ry-each:not(.service-cta) .photo img {
    object-fit: cover;
    
}
.module-services.custom .ry-container .ry-flex .ry-each .services-details {
    width: 100%;
    padding: 0 30px;
    margin-top: unset;
    position: absolute;
    z-index: 1;
    bottom:0;
    
}

.module-services.custom .ry-container .ry-flex .ry-each .services-details h4 {
    line-height:1.1;
    color:#fff;
    font-weight:400 !important;
    font-size:23px !important
}

.module-services.custom .ry-container .ry-flex .ry-each .icons {
    position: absolute;
    bottom: 27%;
    left:50%;
    transform:translatex(-50%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    z-index: 1;
}
.module-services.custom .ry-container .ry-flex .ry-each:hover .services-details h4 {
    color: #fff;
    transition: .3s;
}
.right-top-shape {
  position: absolute;
  inset: 0;
  right: 0;
  left: auto;
  z-index: 100;
  width: 100%;
  max-width: 300px;
  height:fit-content;
  transform: rotate(180deg);
  z-index: 2;
}
.right-top-shape svg {
  width:300PX;
  height:fit-content
}
#section-team {
  position:relative
}
div#section-services {
  z-index:1;
}
	
/*TEAM SECTION*/
.module-team.style2 .ry-content {
    padding: 0;
    background: transparent;
    position: relative;
    overflow: visible;
}
.module-team.style2 .slick-vertical .slick-slide {
    width:100% !important
}

.module-team.style2 .ry-flex .ry-right {
    padding-left: 0em;
    width:50%
}
.module-team.style2 .ry-flex .ry-left {
    max-width:640PX;
    width:90%
}

.module-team.style2 .ry-flex .ry-right p {
    color:#000;
	line-height:1.6 !important
}


.module-team.style2 .ry-flex .ry-left .img-wrap {
    position: relative;
    padding-bottom: 0;
}

.module-team.style2 .ry-flex .ry-left .img-wrap img {
    position:relative
}
.module-team.style2 {
    padding-top:150px;
    padding-bottom: 200px;
	margin-top:-2px;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Assets/new_team_background.jpg)no-repeat center / cover
}

.module-team.style2 .ry-flex .ry-left .img-wrap {
    position: relative;
    padding-bottom: 0;
}

.module-team.style2 .ry-flex .ry-left .img-wrap img {
    position:relative
}

.module-team.style2 .ry-content .slick-dots li button {
    width: 50px;
    height: 5px;
    border-radius: 0;
}

.module-team.style2 .ry-content .slick-dots {
    right: 0;
    /* top:auto;
    bottom:0; */
    top:88%;
    display:flex !important;
    gap:10px;
}
.module-team.style2 .arrow-wrapper {
    max-width:650px;
    width:100%;
    display:flex;
    justify-content:space-between;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:99
}

.module-team.style2 .arrow-wrapper i{
    font-size:40px;
    opacity:.3
}
.module-team.style2 .ry-flex .ry-right .content-wrap em strong {
    display:none
}

body.home .module-team.style2 h2 span {
    font-size: 26px !important;
    letter-spacing: -1px !important;
    text-transform: uppercase;
    color: #333333;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom:-15PX
 }
.module-team.style2 .ry-flex .ry-right p {
    color: #000;
    line-height:1.6 !important
}

.module-team.style2 .swiper-slider,
.module-team.style2 .slick-slide{  
    margin:0 !important
}
.module-team.style2 .ry-content:before{
	background:transparent !important
}
#dr-choi,
#dr-hoang{
	scroll-margin-top:300px
}

.module-team.style2 .arrow-wrapper,
.module-team.style2 .ry-content .slick-dots {
    display:none !important
}

.module-team.style2 .ry-flex .ry-left {
    width:47%;
    max-width:unset
}
.module-team.style2 .ry-flex .ry-right {
      width:43%;
    max-width:unset
}

.module-team.style2 .slick-list {
    height:100% !important
}
/*WHY CHOOSE US*/
.why-choose-us {
    padding-block:160px;
}
.why-choose-us .content-wrapper {
    margin-top:50px
}
.why-choose-us .content-wrapper .ry-accordion {
    box-shadow:unset
}
.why-choose-us .content-wrapper .ry-accordion .ry-heading .title {
    display:flex;
    align-items:center;
    gap:30px;
}

.why-choose-us .content-wrapper .ry-accordion .ry-heading img {
    max-width:64px;
    height:64px;
    object-fit:contain
}

.why-choose-us .ry-accordion .ry-heading::after {
  content: "";
  display: inline-block;
  width: 26px;
      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z"/></svg>') no-repeat center;
  background-size: contain;;
    opacity:.3
}


.ry-accordion .ry-heading {
    border-radius: 19px;
    background-color: #ffffff;
    border: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding-block:18px;
    margin-bottom:20px
}
.why-choose-us .ry-accordion .ry-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.6s ease, opacity 0.4s ease;
}
.why-choose-us .ry-accordion .ry-heading.active .ry-content {
  opacity: 1;
}
.why-choose-us .ry-accordion .ry-heading,
.why-choose-us .ry-accordion .ry-heading .title,
.why-choose-us .ry-accordion .ry-heading img,
.why-choose-us .ry-accordion .ry-heading::after {
  transition: all 0.4s ease;
}

.why-choose-us > .ry-container {
        max-width: 1280px;
	width:90%	
    }

.why-choose-us .ry-accordion .ry-heading.ui-state-active {
background-color: #edebf5;
border: 0px solid #080909;
	padding-block:60px;
	display:flex;
	gap:10px
}
.why-choose-us .content-wrapper .ry-accordion .ry-heading  .title {
	width:50%;;
	transition:all .3s ease
}
.why-choose-us .content-wrapper .ry-accordion .ry-heading.ui-state-active  .title {
	align-items:start;
}
.why-choose-us .content-wrapper .ry-accordion .ry-heading.ui-state-active  .title img {
	margin-top:-15PX
}
.why-choose-us .ry-accordion .ry-heading.ui-state-active .title p{
	font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem);
	line-height: 1.2;
	color: #000000;
	font-weight: 600 !important;
}

.why-choose-us .ry-accordion .ry-heading.ui-state-active::after {
	opacity:0
}

.why-choose-us .content-wrapper .ry-accordion .ry-heading.ui-state-active .ry-content p {
font-size: 20px;
letter-spacing: 0px;
color: #000000;
}
.why-choose-us .content-wrapper .ry-accordion .ry-heading .ry-content {
	width:65%
}
.why-choose-us .ry-accordion .ry-heading .ry-content {
	padding-block:0;
	padding:0
}
/*DRY IRRITATED EYES*/
.dry-irritated-eyes {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Background_images/bg_dryeyerelief.jpg) no-repeat center / cover
}
.dry-irritated-eyes .ry-container{
    max-width:1280px;
    width:90%;
	position:relative
}
.dry-irritated-eyes .ry-container .ry-flex {
    padding:120px 0;
}
.dry-irritated-eyes .ry-container .ry-heading h2  {
    line-height:1.2;
    
}

body.home .dry-irritated-eyes .ry-container .ry-heading h2 span {
    margin-block:15px;
	font-size: 26px !important;
	letter-spacing: -1px  !important;
	text-transform: uppercase;
	color: #333333;
	font-weight: 400;
	font-family: "Poppins";
}
.dry-irritated-eyes  .ry-container .ry-left{
	width:39%;
}
.dry-irritated-eyes  .ry-container .ry-flex {
	gap:10px;
	align-items:center;
	z-index:2
}
.dry-irritated-eyes  .ry-container .ry-right {
	width:50%
}
.dry-irritated-eyes  .ry-container .ry-left p {
	font-size: 20px;
	color: #000000;
	font-weight: 400;
}
.dry-irritated-eyes .ry-container .btn-wrapper{
	display:flex;
	flex-direction:column;
	gap:10px;
	margin-top:30px
}
.right-bottom-shape {
	transform:rotatey(-180deg);
	width:100%;
	position:absolute;
	right:0;
	bottom:0
}

.right-bottom-shape svg {
	max-width:500px;
	height:fit-content;
	margin-bottom:-1px;
}
	
/*NEUROLENS SECTION*/
#neurolens-section .neurolens .ry-container {
	max-width:1280PX;
	width:90%;
}
#neurolens-section .neurolens .ry-container .ry-right {
    display:flex;
    gap:20px;
	width:45%
}

#neurolens-section .neurolens .ry-container .ry-right img:nth-child(1) {
    padding-bottom:300px
}
#neurolens-section .neurolens .ry-container .ry-right img:nth-child(2) {
    padding-top:300px
}
#neurolens-section .neurolens .ry-container .ry-right img{
    max-width:275px;
	width:100%;
}

#neurolens-section .neurolens .ry-container .ry-left {
    display:flex;
    flex-direction:column;
    justify-content:center;
	width:45%
}
#neurolens-section .right-bottom-shape svg path{
    fill:#533b93 !important
}
#neurolens-section .neurolens{
     background:url(https://s3.amazonaws.com/static.organiclead.com/Site-6ab415b6-6146-4ed4-9319-52397788f3c9/Background_images/bg_neurolens.jpg)no-repeat center / cover
}
#neurolens-section .neurolens .neurolens-logo img {
    max-width:350PX;
    width:100%;
	margin-bottom:50PX
}
#neurolens-section .neurolens h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2) {
    color:#fff;
    line-height:1.2;
    text-transform:capitalize !important;
    font-size: clamp(2.1875rem, 2.1078rem + 0.3268vw, 2.5rem) !important;
    width:100%;
    max-width:475px;
    width:100%;
    font-weight:600 !important;
    margin-bottom:25px
}

body.home #neurolens-section .neurolens.neurolens p {
  color:#ffffffc2 ;
}

#neurolens-section .neurolens ul {
    padding-block:30px
}

#neurolens-section .neurolens .ry-btn {
    color:#333 !important;
    background:#fff !important;
    text-transform:capitalize;
    font-weight:700;
	border:solid 1px transparent
}

#neurolens-section .neurolens .ry-btn:hover {
	background:var(--primary-color) !important;
	color:#fff !important;
	border:solid 1px #fff
}

#neurolens-section .neurolens ul {
    list-style: none;
    padding-inline: 0;
}

#neurolens-section .neurolens li {
    margin-bottom: 15px;
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

#neurolens-section .neurolens li::before {
    content: '✔'; 
    position: absolute;
    left: 0;
    color: #fff; 
    font-size: 16px;
    background:#f7f7f738;
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center
}
#ry-section-map {
    height:unset
}
#ry-section-map IMG {
    object-fit:cover;
    object-position:center
}
#ry-footer .ry-each .ry-btn {
    height:50px !important;
    margin-top:20px
}

/*--- TEAM PAGE ---*/	
.team-inner-page.style3 .team-social {
	margin-top:20px
}

.team-inner-page.style3 .ry-each {
	background:#f5f5f59c;
	border: solid #423b9859 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;
}

/* ----- SERVICES PAGE -----*/

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#423b98d9
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn{
	background:var(--secondary-color) !important;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn:hover{
	background:var(--primary-color) !important;
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important
}
#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 .ry-each:hover .block-container .ry-icon-block > div {
    padding-inline:15px
}

/* STYLE 2 */


.contact-template.style-2 .section-headline h2 {
	margin-top: 0 !important;
	margin-bottom: 10px !important;
	font-size: calc(30px + 10 * ((100vw - 500px) / 940)) !important;
}

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

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

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

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

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

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

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

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

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

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

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
  line-height: 27px;
  color: #333;
}

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

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

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

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

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

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

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

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

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

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

/* SOCIAL */
.custom-social-wrapper {
	padding-left: 0;
	list-style: none;
	width: 100%;
}

.custom-social-wrapper .social-inner-wrap {
    display: flex;
}

.custom-social-wrapper .social-inner-wrap li a {

	display: flex;
	align-items: center;
	justify-content: center;
	background: #ba2c2c;
	width: 100%;
	height: 100%;
}

.custom-social-wrapper .social-inner-wrap li a svg {
	width: 16px;
	fill: #fff;
}

.custom-social-wrapper .social-inner-wrap li {
    width: 100%;
    max-width: 50px;
    max-height: 50px;
	min-height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.custom-social-wrapper .social-inner-wrap li {
    margin-right: 5px;
    margin-bottom: 5px;
}

.custom-social-wrapper .social-inner-wrap li a.facebook {
    background: #1970ca;
}

.custom-social-wrapper .social-inner-wrap li a.twitter {
    background: #17a7dc;
}

.custom-social-wrapper .social-inner-wrap li a.linkedin {
    background:   #007bb6;
}

.custom-social-wrapper .social-inner-wrap li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.custom-social-wrapper .social-inner-wrap li a.google {
    background: #dd4b39;
}

.custom-social-wrapper .social-inner-wrap li a.yelp {
    background: #ba2c2c;
}
/* SOCIAL */
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .custom-social-wrapper {
    margin-top: 20px;
}


.form-group.required.has-error input {
    border: 1px solid #ff004f;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, body h1,
#ry-pg-body h2, #ry-pg-body h3,#ry-pg-body h4,#ry-pg-body h5 {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

#ry-pg-body h2 {
    font-size: clamp(1.875rem, 1.8272rem + 0.1961vw, 2.0625rem) !important;
    line-height: 1.2;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}
[data-page-id="WebPage-70ff009e-ecd4-4a8a-a146-3c52c53b350d"] #ry-pg-body h2,
[data-page-id="WebPage-70ff009e-ecd4-4a8a-a146-3c52c53b350d"] #ry-pg-body h3,
[data-page-id="WebPage-70ff009e-ecd4-4a8a-a146-3c52c53b350d"] #ry-pg-body h4,
[data-page-id="WebPage-70ff009e-ecd4-4a8a-a146-3c52c53b350d"] #ry-pg-body h5{
	margin-top:40px
}
/*----- SIDEBAR -----*/
.ry-sb-title {
	background: var(--primary-color) !important;
}
.ry-sb-title div {
	color:#fff;
	text-align: center;
}

#ry-sidebar #accordion .ry-drop-nav ul li a {
	color:inherit;
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background:#e2dbff70;
}
#ry-sidebar #accordion .ry-drop-nav ul li a, #ry-sidebar #accordion .ry-drop-nav a {
	transition:all ease-in-out .10s
}
#ry-sidebar #accordion .ry-drop-nav ul li a:hover, #ry-sidebar #accordion .ry-drop-nav a:hover{
    background:none;
    color:var(--primary-color);
    font-weight:600;
}
#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color:var(--primary-color);
		font-weight:600;
		transition:all 0.3s ease
		}

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

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

#ry-sidebar #accordion .ry-drop-nav.open {
	background:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color:  var(--secondary-color);
}
#ry-sidebar #services {
	display:none
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background:var(--secondary-color) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
    font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    color:#fff !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	background:var(--primary-color) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background:var(--secondary-color) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn.ry-btn-primary::before {
	border-color:var(--secondary-color) !important
}
#ry-sidebar .ry-link-wrp .ry-link-item a, #ry-sidebar #accordion .ry-drop-nav ul li a {
    color:#000
}
.module-25-cta .swiper-button-next, .module-25-cta .swiper-button-prev {
    display: none
}
.module-25-cta .cta-wrapper {
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px
}

.module-25-cta .swiper-slide {
	width:33.33%
}
/*---MODAL---*/
.modal-body {
        padding:0px
    }

.modal-dialog {
	max-width:800px;
	width:95%;
	margin: 30px auto;
}
.modal{
   z-index:999999;
}
.modal .modal-body,
.modal .modal-header {
   padding:0;
   min-height:unset;
   border: none;
}
.modal .modal-header button {
   font-size: 90%;
   position: absolute;
   top: -15px;
   right: -15px;
   font-family:"cursive";
   border-radius:50%;
   background:var(--primary-color);
   height:40px;
   width:40px;
   color:#Fff;
   text-shadow:unset;
   z-index:999;
   transition:0.3s ease-in-out all;
   opacity:1;
}
.modal .modal-header button:hover {
   opacity:1;
	background:var(--secondary-color)
}
/*--- FRAME PAGE ---*/
#ry-pg-body .frame-wrapper {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
    margin-top:40px
}

#ry-pg-body .frame-wrapper .brand {
    width:32.33%;
    padding:30px;
    border:solid 2px var(--primary-color);
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10PX;
}

#ry-pg-body .frame-wrapper .brand * {
    text-align:center
}

#ry-pg-body .frame-wrapper .brand h3 {
    color: #000;
    font-size:40pX
}
#ry-pg-body .frame-wrapper .brand img {
    max-width:180px;
    height:100PX;
    object-fit:contain;
    margin:0 auto 20px
}
/*--- MQ ---*/
@media(max-width:1480px) {
	.module-team.style2 .ry-flex .ry-left {
		max-width: 45% !important;
		width: 100%;
	}
	.module-team.style2 .arrow-wrapper {
		max-width: 45% !important;
		width: 100%;
	}
}
@media(max-width:1480px) {
.module-43.fixed {
    padding:35px 0 10px
}
    .module-43.fixed .ry-right {
        flex-direction:column-reverse;
        gap:20px
    }
    .module-43.fixed .ry-right .ry-leads {
        width:100%
    }
    .module-43.fixed .ry-right .ry-menu {
        width:100%;
    }
      .module-43.fixed .ry-right .ry-menu .nav-menu li a {
        font-size: 20px !important;
    }
    .module-43.fixed .ry-right .ry-menu #litlleLogo {
        position:absolute;
        top:-15px
    }
        div#litlleLogo img {
        max-width: 230px !important;
}
}
@media(max-width:1280px) {
    .module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
    max-width: unset;
    width: 40%;
}
    .module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
    padding-bottom: 0px;;
    width:60% !important;
    max-width:unset
}
    .module-welcome.style-7 .ry-flex {
        gap:40px
    }
	
	.module-team.style2 .ry-flex .ry-left {
        max-width: unset !important;
        width: 40%;
    }
	.module-team.style2 .ry-flex .ry-right {
		max-width: unset !important;
        width: 55%;
	}
    .module-team.style2,
    .module-welcome.style-7{
        padding-bottom:100PX
    }
	
	
}
@media(max-width:1200px) {
    #ry-footer .ry-each .ry-btn {
    margin-inline:auto
}
}
@media(max-width:1080px) {
	.module-25-cta .swiper-slide {
		padding:8px 0 0 8px !important;
	}
	.module-welcome.style-7 .ry-flex {
		gap:20px;
		flex-direction:column-reverse
	}
	.module-welcome.style-7 .ry-flex .ry-each,
	.module-welcome.style-7 .text-wrapper,
	.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper){
		width:100% !important;
		max-width:unset !important
	}
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper {
		margin-bottom:0
	}
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper img {
		max-width:600px;
		width:100%;
		margin-inline:auto
	}
	.module-welcome.style-7 .text-wrapper {
		padding-bottom: 0
	}
	.module-welcome.style-7 {
		padding:100px 0
	}
	.module-welcome.style-7:after {
		display:none
	}
	
	.module-team.style2 .ry-flex .ry-left {
		max-width: 100% !important;
		width: 100%;
	}
	.module-team.style2 .ry-flex .ry-left img {
		max-width:500px;
		width:100%;
		margin:auto
	}
	.module-team.style2 .arrow-wrapper {
		max-width: 100% !important;
		width: 100%;
	}
	.module-team.style2 .ry-flex .ry-right { 
		max-width:800px !important;
		width: 90%;
	}

	.module-team.style2 .ry-flex .ry-right * {
		text-align:center
	}

	.module-team.style2 .arrow-wrapper {
		display:none
	}
	.module-team.style2 .ry-content .slick-dots {
		right: 0px;
		top: auto;
		bottom:-60px;
		display: flex !important;
		gap: 10px;
		left:50%;
		width:100%;
		transform:translate(-50%);
		justify-content:center
	}
	
	.why-choose-us {
		padding-block: 80px;
	}

	.dry-irritated-eyes .ry-container .ry-flex {
		gap: 10px;
		align-items: center;
		z-index: 2;
		flex-direction:column;
		gap:40px;
		padding:100px 0
	}
	.dry-irritated-eyes .ry-container .ry-left,
	.dry-irritated-eyes .ry-container .ry-right{
		max-width:100%;
		width:100%;
	}
	.dry-irritated-eyes .ry-container .ry-left * {
		text-align:center
	}
	.dry-irritated-eyes .ry-container .ry-left .btn-wrapper {
		align-items:center;
	}
	.dry-irritated-eyes .ry-container .ry-right img {
		max-width:600px;
		width:100%;
		margin:auto
	}
	
	#neurolens-section .neurolens .ry-container .ry-flex {
		flex-direction:column;
		gap:50px
	}
	#neurolens-section .neurolens .ry-container .ry-flex .ry-right,
	#neurolens-section .neurolens .ry-container .ry-flex .ry-left {
		width:100%
	}
	#neurolens-section .neurolens .ry-container .ry-flex .ry-heading {
		width:100%
	}

	#neurolens-section .neurolens .neurolens-logo img {
		margin-inline:auto
	}
	#neurolens-section .neurolens h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2) {
		width:100%;
		margin:auto;
		max-width:800px
	}
	#neurolens-section .neurolens .ry-container .ry-flex .ry-left * {
		text-align:center
	}

	#neurolens-section .neurolens .ry-container .ry-flex .ry-left ul li P {
		text-align:start !important
	}
	#neurolens-section .neurolens .ry-container .ry-flex .ry-left ul {
		max-width:450px;
		width:100%;
		margin-inline:auto
	}
	#neurolens-section .neurolens .ry-container .ry-btn {
		margin-inline:auto;
		line-height:1.1
	}

	#neurolens-section .neurolens .ry-container .ry-right {
		justify-content:center
	}
	#neurolens-section .neurolens .ry-container .ry-right img {
		height:600px
	}
	#neurolens-section .neurolens .ry-container .ry-right img:nth-child(1) {
		padding-bottom:50px
	}
	#neurolens-section .neurolens .ry-container .ry-right img:nth-child(2){
		padding-top:50px
	}
	#neurolens-section .neurolens  {
		padding-bottom:100px
	}

	.module-map img {
		height:60vh;
		transform:scale(1.8)
	}
	
	#sldr .carousel-inner {
		height:100%;
		min-height:unset;
	}
	.module-14 .ry-slide.ry-el-bg {
		background:transparent !important;
		height:fit-content;
	}
	.module-14 .ry-slide.ry-el-bg img {
		margin-top:50PX;
		display: block;
		height: 100%;
		object-fit: cover;
		min-height: unset;
		position:relative
	}
	.module-14 .ry-slide.ry-el-bg .card {
		background:#fff;
		inset:0;
		padding: 50px 10px !important;
		position:relative;
		transform:unset;
	}    .module-14 .ry-slide.ry-el-bg img {
        margin-top: 50PX;
        display: block;
        height: 100%;
        object-fit: cover;
        min-height: unset;
        position: relative;
    }
	.module-14.center .item .card .slide-text-wrap .sub-title {
		color:#000 !important;
		text-shadow:unset;
	}
	
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text {align-items:center;}
	.contact-template.style-2 .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
	  line-height: 35px !important;
	}

	.contact-template.style-2 .ry-flex .contact-form {
		width: 100%;
		padding: 60px 40px;
	}

	.contact-template.style-2 .ry-flex .contact-details {
		width: 100%;
		min-width: unset;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex{align-items:center;}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(:last-child){min-width:40%;}
	.custom-social-wrapper .social-inner-wrap{justify-content:center;}
	
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
		text-align: center;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
		width: 100%;
		max-width: 100%;
		min-width: unset;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex,
	.contact-template.style-2 .ry-flex .contact-form {
		padding: 50px 5vw;
	}

	.custom-social-wrapper .social-inner-wrap {
		justify-content: center;
	}
	.module-25-cta #swiper-hero {
		padding: 80px 0px;
	}
	#ry-pg-body .frame-wrapper .brand{
		width:48%;
	}
	
	.module-team.style2 .ry-flex .ry-left,
	.module-team.style2 .ry-flex .ry-right{
		width: 100%;
	}
	.module-team.style2 .ry-flex .ry-right h2 {
		max-width:600px;
		width:100%;
		margin-inline:auto;
	}

	.right-top-shape svg {
		width: 200PX;
	}
}
@media(max-width:991px) {
	.team-inner-page.style3 .ry-each .each-container .details .title h5 {
		font-size:30px !important
	}
	
	#ry-pg-body.services-grid .col-lg-4{
		flex: unset;
		max-width: 30.33%;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width: calc(100% - 20px);
	}
	
	#ry-pg-body.services-grid .module-services.style1 .ry-each:hover .block-container .ry-icon-block .ry-btn {
    max-width:fit-content;
    padding-block:8px
}
	/*.module-25-cta .swiper-button-next, 
	.module-25-cta .swiper-button-prev {
		display:flex;
		opacity:.6;
	}*/
	.module-25-cta .swiper-button-next:hover, 
	.module-25-cta .swiper-button-prev:hover {
		opacity:1
	}
}
@media(max-width:780px){
	.contact-template.style-2 p {
		font-size: 16px !important;
		line-height: 1.5 !important;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text {
		font-size: 16px;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-1, 
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour .ry-text p {
		font-size: 14px;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text a {
		font-size: 20px;
	}
	.contact-template.style-2 .contact-form .ry-form-box-wrapper .form-control{
		height: 60px;
		font-size: 16px;
		padding-left: 20px;
	}
	.module-25-cta .swiper-slide {
		width:48% !important
	}
	.module-25-cta .cta-wrapper {
		flex-wrap: wrap;
	}
	.module-services .slick-prev {
		left:-20px
	}
	.module-services .slick-next {
		right:-20px
	} 
}

@media screen and (max-width: 600px) {
    .hp-custom-testimonials .ry-content {
        position:relative;
        inset:unset;
        transform:unset !important;
    margin-block:50px !important
    }
        div.hp-custom-testimonials .background-section img {
        object-position: 80% center;
    }
	  #ry-pg-body .frame-wrapper .brand{
		  width:100%;
	  }
}

@media screen and (max-width: 680px) {
	.module-44 .ry-flex .ry-each:last-child ul li {
		flex-direction: row;
	}
	.module-44 .ry-flex .ry-each:last-child ul li .span-2 {
		text-align:START !important
	} 
	.module-44 .ry-flex .ry-each:last-child ul li .span-3 {
		text-align:end !important
	}
	.module-44 .ry-flex .ry-each .office-hours ul li span {
		width: 100%;
		max-width: 100%;
		display: unset;
	}
}

@media (max-width: 600px) {
	#ry-pg-body.services-grid .col-lg-4{
		max-width: unset;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width:90%;
	}

	.why-choose-us .content-wrapper .ry-accordion .ry-heading .title{
		width: 90%;
	}
	.why-choose-us .content-wrapper .ry-accordion .ry-heading .title * {
		text-align:start;
		line-height:1.2;
	}

	.why-choose-us .content-wrapper .ry-accordion .ry-heading  .ry-content {
		width:100%;
	}
	.why-choose-us .ry-accordion .ry-heading {
		flex-direction:column;
	}
	.why-choose-us .ry-accordion .ry-heading::after {
		position:absolute;
		right:20PX;
		z-index:9;
		top:50%;
		width:30PX;
		height:30PX;
		transform:translateY(-50%)
	}
	
	.hp-custom-testimonials .ry-content {
		position:relative;
		inset:unset;
		transform:unset !important;
		margin-block:50px !important
	}
	div.hp-custom-testimonials .background-section img {
		object-position: 80% center;
	}
}
@media(max-width:480px) {
	.module-welcome.style-7 {
		padding:80px 0
	}

	.dry-irritated-eyes .ry-container .ry-flex {
		padding:80px 0
	}
	.dry-irritated-eyes .ry-container .ry-left .btn-wrapper .ry-btn {
		line-height:1.1;
		width:100%;
		max-width:100%
	}

	#neurolens-section .neurolens  {
		padding-bottom:80px
	}
	#neurolens-section .neurolens h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2) {
		margin-bottom:30px !important;
		font-size:30px !important
	}
	#neurolens-section .neurolens .ry-container .ry-right {
		width:100%;
		gap:10px;
		justify-content:center;
		align-items:center
	}
	
	.mobile-container .mobile-button {
		gap:8px
	}
	.mobile-container .flex-wrap .mobile_logo {
		max-width: 150px;

	}
	.module-25-cta .swiper-button-next {
		margin-right:-8px
	}
	.module-25-cta .swiper-button-next:hover, 
	.module-25-cta .swiper-button-prev:hover {
		opacity:1
	}
	.module-25-cta #swiper-hero {
		padding: 50px 0px;
	}
	.module-25-cta .swiper-slide {
		width:100% !important
	}
	  .module-team.style2 .ry-flex .ry-right {
       padding-top:30px !important
	  }

	.right-top-shape svg {
		width: 100PX;
	}
	.module-team.style2 {
		padding: 100PX 0;
	}
	
}

/*-- GOOGLE TRANSLATE --*/
.googletranslateWrapper, .skiptranslate.goog-te-gadget, #google_translate_element{
    width:fit-content;
}

.googletranslateWrapper .goog-te-gadget-simple span {
    font-size:14px
}
.goog-te-gadget-simple span{
}
.goog-te-gadget-simple,
.goog-te-gadget-simple span a{
    display:flex !important
}
.goog-te-gadget-simple {
    margin-right:10px
}
.module-43 .ry-right .ry-menu .nav-menu li {
    width:fit-content;
    line-height:1.1;
}

.module-43 .ry-right .ry-menu .nav-menu {
    gap:10px
}

.module-43 .ry-right .btn-wrapper {
    gap:15PX
}

.module-43 .ry-right .btn-wrapper .ry-flex {
    gap:20px;
    justify-content:center;
    width:fit-content
}

.module-43 .ry-right .btn-wrapper .ry-flex .btn-wrap{
 margin:0
}
.module-43.fixed {
    padding:20px 0 15px 0
}
.module-43 .ry-right {
    max-width:100%
}
@media(max-width:1480px) {
    .module-43 .ry-right .ry-menu .nav-menu {
    max-width:100% !important;
}
    .module-43 .ry-logo {
    position:absolute;;
    top:30%;
    transform:translateY(-50%);
        display:block;
        z-index:9
        
}
    .module-43 .ry-logo img {
        max-width:250px
    }
}
@media(min-width:1481px) and (max-width:1780px)  {
.module-43.fixed .ry-right {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    gap:30px
}
.module-43.fixed .ry-right .ry-leads{
    width:100%
}
.module-43.fixed .ry-right .ry-menu {
    width:100%;
    justify-content:space-between
}

.module-43.fixed .ry-right .ry-menu a {
    font-size:20px !important
}
div#litlleLogo img {
    position:absolute;;
    top:30%;
    transform:translateY(-50%)
}
.module-43 .ry-right .ry-menu .nav-menu {
    width:100% !important;
    max-width:100% !important;
}
}