body, body p, body div{font-family: Quicksand !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Inter, sans-serif !important;font-weight: 400 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Quicksand';z-index:99;}
.ry-btn {height: auto;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #009343 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #000000 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #000000 !important;}
.ry-btn.ry-btn-secondary:hover {background: #009343 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }

.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}

body.home .btn.btn-primary:after{
	display: none !important;
}

body.home h2:not(.ftr-widget h2, .ry-multi-item-slider-heading-section,.module-44 .ry-flex .ry-each h2),.module-32-wrapper-two .ry-flex .ry-each .ry-section-title {
	text-transform: uppercase !important;
	line-height: 110% !important;
	font-weight: 500 !important;
	font-size: clamp(2.125rem, 1.8977rem + 1.1364vw, 2.625rem) !important;
	color: #000000;
	font-family: 'Inter', serif !important;
}

body.home h2 span, body.home .ry-multi-item-slider-heading-section {
	display: block;
	font-size: 22px !important;
	line-height: 150% !important;
	margin-bottom: 15px;
	color: #333;
	font-weight: 500 !important;
	font-family: 'Inter', serif !important;
}


/* CTA */
.module-cta.custom .ry-container {
	display: flex;
	justify-content: center;
}

.module-cta.custom .ry-container .ry-content {
	max-width: 1280px;
}

.module-cta.custom {
	padding: 120px 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-d141dabc-7ffe-47ec-b673-c7889836181d/Assets/Optometry_Background_V2.jpg);
	background-position: top center;
	background-size: cover;
}

.module-cta.custom .ry-headline h2 .span-1 {
	margin-top: 20px;
}

.module-cta.custom .ry-flex {
	margin-top: 50px;
	gap: 40px;
}

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

.module-cta.custom .ry-flex .ry-each .each-container .photo {
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}

.module-cta.custom .ry-flex .ry-each .each-container .photo:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(26 147 67 / 90%);
	z-index: 1;
	opacity: 0;
	transition: .2s;
}

.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0 4vw;
	opacity: 0;
	transition: .2s;
}

.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap div {
	font-size: 33px;
	color: #fff;
	/* opacity: 0; */
}

.module-cta.custom .ry-flex .ry-each:hover .each-container .photo:before {
	opacity: 1;
	transition: .4s;
}

.module-cta.custom .ry-flex .ry-each:hover .each-container .anchor-wrap div {
	transition: 1s;
	opacity: 1;
	z-index: 2;
}

.module-cta.custom .ry-flex .ry-each:hover .each-container .anchor-wrap {
	transition: 1s;
	opacity: 1;
	z-index: 2;
}

.module-cta.custom .ry-flex .ry-each .each-container .photo {
	height: 0;
	padding-bottom: 80%;
}
.module-cta.custom .ry-flex .ry-each .each-container .photo video, .module-cta.custom .ry-flex .ry-each .each-container .photo img {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.module-cta.custom .ry-flex .ry-each {
	box-shadow: 0 0 30px rgb(0 0 0 / 15%);
	border-radius: 30px;
}

@media (max-width: 1280px) { 
	#cta-wrap {
		margin: 0;
	}
	.module-cta.custom {
		padding: 100px 0;
	}
	.module-cta.custom .ry-flex {
		gap: 20px;
	}
}
@media (max-width: 1080px) {
	.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap div {
		font-size: 26px;
	}
}

@media (max-width: 768px) { 
	.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap div {
		font-size: 22px;
	}
	.module-cta.custom .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

/** Hp Services Start **/

.hp-services .section-header {
	margin: 0 0 clamp(18px, 2.250vw, 36px);
}

.hp-services {
	/* padding: clamp(72px, 12.500vw, 200px) 0 clamp(172px, 25vw, 400px); */
	padding: clamp(48px, 8.333vw, 120px) 0;
}

.hp-services .ry-container {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
	float: none;
}

.hp-services .ry-container>.ry-flex {
	align-items: flex-end;
	justify-content: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.hp-services .ry-container>.ry-flex .ry-each {
	width: 100%;
}

.hp-services .ry-flex .buttons,
.hp-services .ry-flex .contents {
	position: relative;
	padding: 18px 0;
	z-index: 1;
}

.hp-services .ry-flex .images {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 10;
}

.hp-services .services-images>div:not(.active),
.hp-services .services-contents>div:not(.active) {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.hp-services .services-contents>div:not(.active) {
	left: -100%;
}

.hp-services .services-contents>div {
	left: 0;
	transition: 0.5s cubic-bezier(1, 0.53, 0.1, 0.65) all !important;
}

.hp-services .services-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;

}

.hp-services .services-buttons>div {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(18px, 2vw, 32px);
	background: #ccc;
	padding: 12px;
	border-radius: 50px 0 0 50px;

	transition: 0.5s cubic-bezier(1, 0.53, 0.1, 0.65) all !important;
}

.hp-services .services-buttons>div:hover,
.hp-services .services-buttons>div.active {
	width: 120%;
}

.hp-services .services-buttons>div.active:hover {
	opacity: 0.8
}
.hp-services .services-buttons>div:nth-child(1),
.hp-services .services-contents>div:nth-child(1) {
    background: #de4559 !important;
}

.hp-services .services-buttons>div:nth-child(2),
.hp-services .services-contents>div:nth-child(2){
    background: #9f3481 !important;
}

.hp-services .services-buttons>div:nth-child(3),
.hp-services .services-contents>div:nth-child(3){
    background: #019b61 !important;
}

.hp-services .services-buttons>div:nth-child(4),
.hp-services .services-contents>div:nth-child(4) {
    background: #ffb800 !important;
}

.hp-services .services-buttons>div:nth-child(5),
.hp-services .services-contents>div:nth-child(5) {
    background: #73a5c0 !important;
}

.hp-services .services-buttons>div:nth-child(6),
.hp-services .services-contents>div:nth-child(6){
    background: #021aa2 !important;
}
.hp-services .services-buttons>div:hover .icon {
	transform: rotate(360deg)
}

.hp-services .service-button {
	background-color: #009343 !important;
}
.hp-services .services-content {
	background-color: #000000 !important;
}

.hp-services .service-button .icon,
.hp-services .services-contents .icon {
	height: 40px;
	width: 40px;
	background: #fff;
	border-radius: 50%;
	padding: 8px;
	transition: inherit !important;

}

.hp-services .service-button p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.hp-services .services-images {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.1);
	max-height: 680px;
	height: 100%;
	position: relative;
}

.hp-services .service-image {
	height: 100%;

}

.hp-services .services-images img {
	object-fit: cover;
	object-position: center;
	height: 100%;
	width: 100%;
}

.hp-services .services-contents {

	border-radius: 0 20px 20px 0;
}

.hp-services .services-contents .icon {
	height: clamp(52px, 4.250vw, 68px);
	width: clamp(52px, 4.250vw, 68px);
}

.hp-services .services-content {
	padding: clamp(32px, 4.167vw, 80px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	border-radius: 0 20px 20px 0;
}

.hp-services .services-content.active .icon {
	transform: rotate(360deg);
}

.hp-services .services-content h3 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: clamp(36px, 2.500vw, 40px);
}

.hp-services .services-content p {
	font-size: 19px;
	color: #fff;
	line-height: 1.5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4; 
	-webkit-box-orient: vertical;
}
.hp-services .services-contents .icon{
	align-items: center;
	justify-content: center;
	display: flex;
}
.hp-services .services-contents .icon img {
	width: 75%;
	aspect-ratio: 1;
	margin: auto;
	object-fit: contain;
	object-position: center;
}

.hp-services .services-content .ry-btn {
	margin: 18px 0 0 0;
	font-weight: 400 !important;
	background: #fff !important;
	color: #333 !important;
	font-size: 18px !important;
}

.hp-services .services-content .ry-btn:hover {
	background: #009343 !important;
	color: #fff !important
}

.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap div p {
    font-size: 18px;
    line-height: 1.5;
}

.module-cta.custom .ry-flex .ry-each .each-container .anchor-wrap div p strong {
    font-size: 20px !important;
}
.module-testimonials.option-1 .button-wrapper {
    clear: both;
}
@media only screen and (max-width:1199px) {
	.hp-services .section-header {
		margin: 0 0 48px
	}

	.hp-services .section-header h5,
	.hp-services .section-header h2 {
		text-align: center;
		;
	}

	.hp-services .ry-container>.ry-flex {
		display: flex;
		flex-direction: column;
		gap: 48px;
	}

	.hp-services .ry-flex .buttons {
		order: 3;
		padding: 0
	}

	.hp-services .ry-flex .images {
		order: 1;
		max-width: 480px;
		margin: 0 auto;
	}

	.hp-services .ry-flex .contents {
		order: 2;
		padding: 0
	}

	.hp-services .services-buttons {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.hp-services .services-buttons>div {
		border-radius: 18px;
		flex-direction: column;
		padding: 38px 28px;
		gap: 18px;
		width: calc((100% / 3) - 18px);
		min-width: 280px;

		transition: 0.3s ease-in-out all !important;
	}

	.hp-services .services-buttons>div .icon {
		height: 50px;
		width: 50px;
	}

	.hp-services .services-buttons p {
		text-align: center;
	}

	.hp-services .services-buttons>div:hover {
		width: calc((100% / 3) - 18px);
		transform: scale(1.3);
		z-index: 2;
		box-shadow: 1px 1px 28px rgba(0, 0, 0, 0.2)
	}

	.hp-services .services-buttons>div.active {
		width: calc((100% / 3) - 18px);

	}

	.hp-services .services-buttons>div.active:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: calc(100% - 15px);
		width: calc(100% - 15px);
		border-radius: inherit;
		border: 2px solid #fff;
	}

	.hp-services .services-images {
		max-width: unset;
	}

	.hp-services .services-content {
		border-radius: 20px
	}

	.hp-services .services-contents {
		border-radius: 20px;
	}

	.hp-services .services-content {
		align-items: center;
	}

	.hp-services .services-content h3,
	.hp-services .services-content p {
		text-align: center;
	}
}

/** Hp Services End **/

/* ADDITIONAL CHANGES */

.module-76 {
	padding: 40px 0;
}
.module-76 #logo-btn {
	transition: .3s;
}
.module-76.fixed #logo-btn {
	top: -10px;
	transform: translate(-50%, 0);
	transition: .3s;
}
.module-76 #logo-btn:before { 
	opacity: 0;
	transition: .3s;
}
.module-76.fixed #logo-btn:before {
	content: "";
	width: 150px;
	height: 150px;
	background: #95ca5e;
	opacity: 1;
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, 0);
	left: 50%;
	top: -10px;
}
.module-44 .social-icons .social-inner-wrap {
	max-width: 180px;
	background: #000 !important;
}
.module-76.fixed .ry-logo img {
	max-width: 130px;
	transition: .3s;
}
.footer-map .map-block #mapFooter {
	height: 600px;
}

#ry-pg-banner .ry-bnr-wrp {
	margin-top: 200px;
	height: 300px;
}
@media (min-width: 1441px) {
	.module-76 {
		padding: 70px 0;
	}
	.module-76 .ry-right .button-wrapper a {
		max-width: max-content;
	}
	.footer-map .map-block #mapFooter {
		height: 700px;
	}
}
@media (max-width: 1080px) {
	.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
		padding: 60px 30px;
		background: #fff;
	}

	.module-welcome.style-7 .ry-each .ry-text p, body p {
		font-size: 18px;
		line-height: 1.6;
	}
	.hp-services .services-buttons {
		align-items: initial;
		justify-content: center;
	}

	.hp-services .service-button p {
		font-size: 18px;
		line-height: 1.4;
	}
}
@media (max-width: 1024px) {
	.module-76 {
		display: none;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 80px;
		height: 360px;
	}
	.mobile-container .mobile_logo {
		position: absolute;
		left: 50%;
		transform: translate(-50%, 0);
		top: 10px;
	}

	.mobile-container {
		padding: 25px 0;
		background: #95ca5e;
	}

	.mobile-container .mobile_logo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		top: -8px;
		width: 120px;
		height: 120px;
		background: #95ca5e;
		border-radius: 50%;
		z-index: -1;
	}

	.mobile-container .mobile-nav button .hamburger-inner, 
	.mobile-container .mobile-nav button .hamburger-inner:before, 
	.mobile-container .mobile-nav button .hamburger-inner:after {
		background: #000;
	}

	#menu_container .mm-listview li a {
		font-size: 18px;
		letter-spacing: initial !important;
		font-weight: 400 !important;
	}
	.module-66 {
		margin-top: 89px;
	}

	.module-66 .text-center {
		position: relative;
		padding-bottom: 65%;
	}

	.module-66 .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media (max-width: 480px) {
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 80px;
		height: 260px;
	}
}



.ry-photo.small {
    max-width: 390px;
    float: none;
    margin: 0 auto
}

.ry-photo.medium {
    max-width: 600px;
    float: none;
    margin: 0 auto
}

.ry-photo.large {
    max-width: 768px;
    float: none;
    margin: 0 auto
}

.ry-photo.x-large {
    max-width: 991px;
    float: none;
    margin: 0 auto
}

.ry-flex.points .ry-each {
    width: fit-content;
}

.ry-flex.points {
    gap: 3vw;
    justify-content: center;
}

@media (max-width: 1200px) {
	.ry-flex.points {gap: 0;}
}