body, body p, body div{font-family: Montserrat !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Montserrat, sans-serif !important;font-weight: 600 !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: 'Montserrat';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: #FFFFFF !important;background: #5c80bc !important;font-size: 20px !important;}

.ry-btn.ry-btn-secondary:hover {background: #5c80bc !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; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

.ry-btn-primary:hover {
  background: var(--clr-secondary) !important;
  color: var(--clr-black) !important;
}


.ry-btn.ry-btn-secondary {
  color: var(--clr-black) !important;
  background: #abe5e2 !important;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}



/* Nathan - Started <December 03, 2024> */


/* Fonts - Global Edits */
	/*fonts*/
		.custom-headline h2 {
			font-size: var(--font-title) !important;
			color: var(--clr-white);
			text-align: center;
			text-transform: uppercase;
			font-weight: 500 !important;
			line-height: 1.4;
		}

		.custom-headline h2 span {
			display: block;
		}

		.custom-headline h2 span.span-1 {
			font-size: var(--font-subtitle) !important;
			letter-spacing: 0.5em;
			font-weight: 400;
		}

		.custom-headline h2 span.span-2 {
			font-size: var(--font-subtitle) !important;
			font-weight: 400 !important;
			letter-spacing: 0.34em;
		}					
	/*btns*/
		.ry-btn-white{
			color: var(--clr-black)!important;
			background: var(--clr-white) !important;
			border: 1px solid var(--clr-white) !important;
		}
		.ry-btn-white:hover{
			color: var(--clr-white) !important;
			background: transparent !important;
			border: 1px solid var(--clr-white) !important;
		}
/*Modal*/
/* Header */
	/**/
.module-34 .ry-menu .ry-nav li>a {
    padding-top: 20px;
}

.module-34 .module-34-top, 
.ry-menu .ry-nav {
    width: 90%;
    margin: 0 auto;
}
/* Hero */
	/**/
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

.module-66 .carousel .carousel-inner .item .text-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to bottom, var(--clr-white), transparent);
}
.module-66 .carousel .carousel-control {
    opacity: 0;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .background-section {
    opacity: 0;
}

.module-welcome.style-5 {
    background-color: var(--clr-primary);
    margin-top: -2px;
}

.module-welcome.style-5 .ry-flex {
    flex-direction: row-reverse;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
    width: 120%;
    height: 120%;
    top: -24%;
    left: -17%;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-text p {
    color: var(--clr-white);
}

/* Services */
	/**/
.custom-hp-services .background-section, .custom-hp-services .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.custom-hp-services .ry-flex {
    gap: 50px;
    margin: 50px 0;
    justify-content: center;
}

.custom-hp-services {
    padding: 7em 0;
}

.custom-hp-services .custom-headline h2 {
    color: var(--clr-primary);
}

.custom-hp-services .ry-flex .link, .custom-hp-services .ry-flex .link a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  bottom: 0;
  z-index: 1;
}

.custom-hp-services .ry-flex .ry-each {
    border-radius: 165px;
    overflow: hidden;
    transition: all 0.6s;
}

.custom-hp-services .ry-flex .ry-each .title {
    position: absolute;
    bottom: 11%;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all .3s;
}

.custom-hp-services .ry-flex .ry-each .title h4 {
    color: var(--clr-white);
    line-height: 1;
}

.custom-hp-services .ry-flex .ry-each .photo:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(to top, var(--clr-black), transparent);
    transition: all .3s;
}

.custom-hp-services .ry-flex .ry-each img {
    transition: all .3s;
}


.custom-hp-services .ry-flex .ry-each:hover .photo:before {
    height: 100%;
    z-index: 1;
}

.custom-hp-services .ry-flex .ry-each:hover .title {
    z-index: 1;
    bottom: 20%;
}

.custom-hp-services .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.custom-hp-services .photo {
    height: 100%;
}
.custom-hp-services .photo img {
    object-fit: cover;
    height: 100%;
}
/* Meet the Team */
	/**/
.module-28 .ry-left, .module-28 .ry-left img {
    position: relative;
}

.module-28 .ry-left img {
    left: 0;
}

.module-28 .ry-content {
    height: fit-content;
    
}

.module-28 {
    padding-top: 6.6vh;
	background: var(--clr-secondary);
}

.module-28 .ry-generic-copy {
    margin: 50px 0;
}

.module-28 .ry-generic-copy p {
    color: var(--clr-white);
}

.module-28 .ry-right {padding-bottom: 6.6vh;}
.module-28:before {
    content: "'";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--team-pattern);
    opacity: .06;
    mix-blend-mode: luminosity;
}

.module-28 .custom-headline h2 .span-1, .module-28 .ry-generic-copy p{
    color: var(--clr-black);
}

.module-28 .custom-headline h2 {
        color: var(--clr-primary)
}
/* Insurance */
	/**/
#section-insurances .ry-multi-item-slider {
	background: var(--clr-black);
}

#section-insurances .container.ry-container {
    padding: 0 !important;
}
#section-insurances .custom-headline h2 {
    margin-bottom: 30px;
}
#section-insurances .custom-headline h2 span.span-1 {
    color: var(--clr-white);
}
#section-insurances .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: brightness(0) invert(1);
}

#section-insurances .owl-carousel .owl-dots .owl-dot {
    background: #ffffff85;
}

#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    background: var(--clr-secondary);
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/*Custom Sections*/
#custom-hp-sections .ry-container {
  max-width: 1300px;
  width: 90%;
}
#custom-hp-sections .ry-flex {
    flex-direction: column;
    gap: 180px
}

#custom-hp-sections .ry-each .background-section, #custom-hp-sections .ry-each .background-section img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
#custom-hp-sections .ry-each {
    padding: 80px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 #33333324;
}
#custom-hp-sections .custom-headline h2 {
    color: var(--clr-primary) !important;
}

#custom-hp-sections .custom-headline h2 .span-1 {
    color: var(--clr-black) !important;
}

#custom-hp-sections .ry-text p {
    text-align: center;
    margin: 20px 0;
    margin: 20px auto;
}

#custom-hp-sections .btn-wrapper {
    display: flex;
    justify-content: center;
}
#section-custom {
    padding: 8em 0;
	background: var(--custom-bg);
}
#custom-hp-sections .content-wrapper {
	z-index: 1;
}
#custom-hp-sections .ry-each:nth-child(1) .content-wrapper {
    max-width: 50%;
    margin-left: 50%;
}

#custom-hp-sections:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 400px;
    width: 100%;
    background: var(--clr-primary);
    transform: translate(0, -50%);
}
#custom-hp-sections .ry-each .background-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: white;
    z-index: 2;
    opacity: 0;
}
#section-lowvision #custom-hp-sections .ry-each:nth-child(1) .content-wrapper {
    margin-right: 50%;
    margin-left: 0;
}

#section-lowvision #custom-hp-sections:before {
    background: var(--clr-secondary);
}
#section-lowvision {
    padding: 8em 0;
    background: var(--lowvision-bg);
}
/* Testimonials */
	/**/
.module-testimonials.option-1 .ry-container {
    max-width: 1920px !important;
}

.module-testimonials.option-1 .photo, .module-testimonials.option-1 .photo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.module-testimonials.option-1 {
    padding: 0;
    margin: -2px 0;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    background: transparent;
    padding: 0;
}

.module-testimonials.option-1:before {
    opacity: 0;
}

.module-testimonials.option-1 .custom-headline h2 {
    color: var(--clr-primary);
}

.module-testimonials.option-1  .comment *{
    color: var(--clr-black) !important;
}

.module-testimonials.option-1 .testimonials-wrapper {
    margin-top: 50px;
}

.module-testimonials.option-1 .testimonials-wrapper .carousel-indicators li {
    background: var(--clr-secondary);
}

.module-testimonials.option-1 .carousel-indicators .active {
    background-color: var(--clr-secondary) !important;
}

.module-testimonials.option-1 .testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: 0.4;
}

.module-testimonials.option-1 .ry-each:nth-child(2) {
    padding: 6.6vh 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.module-testimonials.option-1 .ry-flex {
    height: 690px;
}
/* Footer */
	/**/
.footer.style-3 .footer-top .ry-each:nth-child(1) {
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.footer.style-3 .footer-top .ry-each:nth-child(1) img {
  filter: brightness(0) invert(1);
  max-width: 200px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
    text-align: left;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) {
    max-width: fit-content;
}

.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    height: fit-content;
    margin-top: 5px;
}
/*Media Queries*/
@media screen and (max-width: 900px){
	  .custom-hp-services .ry-flex {
		flex-wrap: wrap;
		max-width: 90%;
		float: none;
		margin: 50px auto;
	  }
}
@media screen and (max-width: 1080px) {
    
	#custom-hp-sections .ry-each {
	  padding: 4em 1em !important;
	}
    
    .custom-hp-services .ry-flex .ry-each {
		width: 250px;
		height: 400px;
	}
	.custom-hp-services .ry-flex .ry-each .title h4 {
		font-size: 12px;
	}
    .module-28 .ry-content {
        flex-direction: column-reverse;
    }
    .module-testimonials.option-1 .ry-flex {
        flex-direction: column;
        height: fit-content;
    }
    
    .module-testimonials.option-1 .photo, .module-testimonials.option-1 .photo img {
        position: relative;
    }
    .footer.style-3 .footer-top .ry-each:nth-child(1) img {
        max-width: 30%;
    }
    .footer.style-3 .footer-top .ry-each:nth-child(1) img {
        max-width: 30%;
    }
    .custom-hp-services .btn-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .module-28 {
        padding-bottom: 0;
    }
	
	#custom-hp-sections .ry-each:nth-child(1) .content-wrapper {
	  max-width: 100%;
	  margin: 0 !important;
	}

	#custom-hp-sections .ry-each .background-section:before {
	  opacity: 0.7;
	}

	#section-custom, #section-lowvision {
	  padding: 4em 0 !important;
	}
}

@media screen and (max-width: 1325px){
    .module-welcome.style-5 .ry-flex {
        flex-direction: column;
    }
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        max-width: 100%;
    }
    
    .module-welcome.style-5 .text-wrapper {
        max-width: 100%;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper {
        max-width: 100%;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-bottom: 60%;
    }
}

@media screen and (max-width: 1080px){
    #custom-hp-sections .ry-container {
        max-width: 990px;
    }
}

@media screen and (max-width: 990px){
   #custom-hp-sections .ry-container {
        max-width: 780px;
    }
    #custom-hp-sections .ry-each:nth-child(1) .content-wrapper,
    #custom-hp-sections .ry-each:nth-child(2) .content-wrapper{
        max-width: 100%;
        margin: 0;
    }
    #custom-hp-sections .ry-each:nth-child(1) .content-wrapper {
        
    }
    #custom-hp-sections .ry-each .background-section:before {
        opacity: 1;
    }
}
@media screen and (max-width: 1325px){
    .module-welcome.style-5 .ry-each.image-wrapper .photo img {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    .module-welcome.style-5 .ry-flex {
        gap: 100px;
    }
}


/*INNERPAGE UPDATES*/


@media (max-width:1080px) {
	#ry-pg-banner .ry-bnr-wrp {
  	margin-top: 119px !important;
	}
	
	nav#mobile_menu, #menu_container {
	  background: var(--clr-primary);
	}

}

/*END INNERPAGE UPDATES*/


:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #5c80bc;
	--clr-secondary: #abe5e2;
	
	--font-herotitle: clamp(1rem, 15vw, 70px);
	--font-title: clamp(1.875rem, 1.5rem + 1.875vw, 3.75rem);
	--font-subtitle: clamp(1.25rem, 1.2135rem + 0.1825vw, 1.4325rem);

	--team-pattern: url(https://s3.amazonaws.com/static.organiclead.com/Site-09633239-64ba-4f2e-9918-c7fe270fd82d/Background_images/Dr._Kasmani_team_pattern.jpg) center / cover no-repeat;
	--custom-bg: url(https://s3.amazonaws.com/static.organiclead.com/Site-09633239-64ba-4f2e-9918-c7fe270fd82d/Background_images/Dr._Kasmani_custom_bg.jpg) center / cover no-repeat;
	--lowvision-bg: url(https://s3.amazonaws.com/static.organiclead.com/Site-09633239-64ba-4f2e-9918-c7fe270fd82d/Background_images/lowVision_bg_v2.jpg) center / cover no-repeat;
}


