body, body p, body div{font-family: Inter !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Inter, sans-serif !important;font-weight: 600 !important;}

@media (max-width: 1024px) {


}
@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: #494850;}}
#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: #494850;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Inter';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #494850 !important;background: #c1d8de !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #59595c !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #59595c !important;}
.ry-btn.ry-btn-secondary:hover {background: #c1d8de !important;color: #494850 !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;}

.module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title, .ry-title h2, .module-brand .section-headline h2, .module-team.style-1 .section-headline h2, .module-67 .ry-container #about .ry-section-title-wrapper h2, .module-services.style-12 .section-headline h2, .module-28 .ry-section-title, .module-brands.style-5 .section-headline h2, .module-appointment.option-1 .section-headline h2, .module-testimonials.style-4 .ry-flex .each-middle .group-text .section-headline h2 {
	font-size: clamp(2.25rem, 1.9943rem + 1.2784vw, 2.8125rem) !important;
    line-height: 120%;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
.ry-title h2 span{
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	color: #59595c;
	letter-spacing: 3px;
    line-height: 100%;
}
.module-67 .ry-container #about .ry-section-title-wrapper h2 {
	font-size: clamp(1.625rem, 1.3977rem + 1.1364vw, 2.125rem) !important;
}

.module-brand .section-headline h2, .ry-title h2, .module-70 .ry-each.ry-each-4 .cmsForm .ry-section-title {
	color: #59595c;
}

/** Our Eye Care Start **/

.our-eye {
    padding: 8vw 0 0;
}

.our-eye .ry-title h2 {
	margin-bottom: 30px;
	text-align: left;
	color: #c1d8de;
}
.our-eye .ry-flex {
    align-items: center;
}

.our-eye .ry-each.for-img:before {
    content: "";
    position: absolute;
    background: #c1d8de;;
    width: 52vw;
    right: 0;
    height: 40%;
    bottom: 0;
    z-index: 9;
    border-top-right-radius: 12vw;
    border-bottom-left-radius: 0;
    box-shadow: inset -6px -6px 40px rgb(0 0 0 / 20%);
    left: 0;
    transform: translateX(-20%);
    z-index: -1;
}
.our-eye .ry-each.for-content p {
	font-size: 20px;
	line-height: 180%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 6; /* number of lines to show */
	line-clamp: 6; 
	-webkit-box-orient: vertical;
}

@media (max-width: 1080px){
	.our-eye {
		padding: 60px 0 0;
	}
	
}

@media (min-width: 1081px){
	.our-eye .ry-each.for-content {
		padding-left: 6%;
	}
}

/** Our Eye Care End **/