body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Poppins, 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: 'Poppins';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: #1f9ca8 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #9497a3 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #9497a3 !important;}
.ry-btn.ry-btn-secondary:hover {background: #1f9ca8 !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;
}

.smile-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns on desktop */
  gap: 20px; /* spacing between grid items */
  padding: 20px;
}

@media (max-width: 1024px) {
  .smile-gallery-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
  }
}

@media (max-width: 600px) {
  .smile-gallery-grid {
    grid-template-columns: 1fr; /* 1 column on mobile */
  }
}


@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;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

/* Nathan - Started <March 24, 2024> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #252525;
	--clr-primary: #1f9ca8;
	--clr-secondary: #9497a3;
}
/* Fonts - Global Edits */
	/*fonts*/
.custom-headline h1 {
    text-align: center;
    font-size: clamp(3rem, 2.0625rem + 3vw, 3.75rem);
    color: var(--clr-white);
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.custom-headline h2 {
    font-weight: 300 !important;
    text-transform: uppercase;
	text-align: center;
    font-size: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem);
}

.custom-headline h2 .span-1 {
    font-family: 'Playfair Display';
    font-style: italic;
    font-size: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); 
    letter-spacing: 0.6em;
    color: var(--clr-black);
    display: block;
}

.custom-headline h2 .span-2 {
    color: var(--clr-black);
}
.custom-headline h2 .span-3 {
    font-size: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); 
    color: var(--clr-black);
    letter-spacing: 0.4em;
    max-width: 50px;
}


	/*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-header-logo img {
    max-width: 180px;
}
.module-34 .ry-menu .ry-nav {
    width: 90%;
    margin: 0 auto;
}
/* Hero */
	/**/
.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
}
.module-66 .carousel .carousel-control {
    opacity: 0;
}

.module-66 .carousel .carousel-inner .item .text-center:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, var(--clr-white), transparent, var(--clr-black));
}

/* Welcome */
	/**/
.module-welcome.style-5 .custom-headline h2 {
    text-align: left !important;
}

.module-welcome.style-5 .ry-text p {
    text-align: left !important;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    display: flex;
    flex-direction: column;
    max-width: 710px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(1) {
    padding-bottom: 25%;
    width: 40%;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(3) {
    padding-bottom: 20%;
    width: 60%;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(2) {
    padding-bottom: 40%;
}
.module-welcome.style-5 .background-section {
    opacity: 0;
}

.module-welcome.style-5:before {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-aa3fbc0b-42f4-4711-98bc-51100d37280c/Background_images/welcome_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
    opacity: 1;
    width: 37%;
    left: auto;
    right: 0;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 710px);
    align-items: flex-end;
}

.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}

.module-welcome.style-5 .ry-flex {
    gap: 60px;
	align-items: center;
}
	
.module-welcome .ry-iframe {
    margin-top: 0;
    width: 70%;
    border-radius: 20px;
    overflow: hidden;
	border: 6px solid #fff;
}
	
.module-welcome .ry-each.yt-video {justify-content: center;}
	
/* CTA */
	/**/
.module-18 .ry-content .card .anchor-wrap, .module-18 .ry-content .card .anchor-wrap a {
    color: var(--clr-white);
}

.module-18 .ry-content .card .anchor-wrap a {
    letter-spacing: 0;
    text-transform: uppercase;
}

.module-18 .ry-content .card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.module-18 .ry-content .card .anchor-wrap {
    background: var(--clr-primary);
}

.module-18 .ry-content .card:hover .anchor-wrap {
    background: var(--clr-black);
    opacity: .9;
}

.module-18 .ry-content .card:hover {
    transform: scale(1) !important;
}
.module-18 .ry-content .card-holder {
    flex-direction: row;
    gap: 30px;
    flex-wrap: nowrap;
}

.module-18 {
    background: var(--clr-secondary);
}
/* Services */
	/**/
.custom-hp-services {
    overflow: hidden;
}
.module-20:before {
    background: var(--clr-white);
}

.custom-hp-services .custom-headline {
    padding-top: 6.6vh;
}

.custom-hp-services .list {
    padding-bottom: 16.6vh;
}

.custom-hp-services .btn-wrap {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 50%;
    height: fit-content;
    width: fit-content;
    transform: translate(-50%, 0);
    z-index: 2;
}

.custom-hp-services .custom-headline h2 {
    letter-spacing: 0.2em;
    font-size: 29.67px;
    margin-bottom: 20px;
	text-align: left;
}

.custom-hp-services .ry-each:nth-child(2) .custom-headline h2, .custom-hp-services .ry-each:nth-child(3) .custom-headline h2 {
    color: var(--clr-white);
}
	
.custom-hp-services .ry-each:nth-child(2) .custom-headline h2 {text-align: right;}

.custom-hp-services .list ul li {
    padding: 17px 0;
    background: #8fcdd3;
    border-radius: 32px;
    width: 100%;
    transition: .3s;
    display: block;
	padding-left: 30px;
	align-items: center;
}

.custom-hp-services .list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
}

.custom-hp-services .list a {
    color: var(--clr-white);
    margin-left: 20px;
    list-style: none;
    text-decoration-style: unset;
}

.custom-hp-services .list ul li:hover {
    background: var(--clr-primary);
}

.custom-hp-services .ry-each:nth-child(2) .list ul li:hover {
    background: var(--clr-white);
}

.custom-hp-services .ry-each:nth-child(2) .list ul li:hover a {
    color: var(--clr-black);
}
.custom-hp-services .list ul li {
    display: flex;
}

.custom-hp-services .list ul li img {
    filter: brightness(0) invert(1);
}

.custom-hp-services .list ul li:hover img {
    filter: brightness(0.5);
}
	
	
.custom-hp-services > .ry-flex, .ry-each.slick-slide .ry-flex {
    flex-wrap: wrap;
}	
	
.custom-hp-services > .ry-flex > .ry-each {
	width: 50%;
	min-height: 575px;
}
.ry-each.slick-slide .logo {
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
}
.custom-hp-services > .ry-flex > .ry-each:nth-of-type(2), .custom-hp-services > .ry-flex > .ry-each:nth-of-type(3){
    background: #1f9ca8;
}
.custom-hp-services > .ry-flex > .ry-each:nth-of-type(3) .logo img {
    filter: brightness(0) invert(1);
}
.custom-hp-services .mid-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 550px;
    border: 10px solid #fff;
    border-radius: 50%;
	width: 30%;
    min-width: 300px;
}
.custom-hp-services > .ry-flex > .ry-each .logo img {
    object-fit: contain;
    object-position: center;
    max-width: 150px;
}
.ry-each.slick-slide .ry-flex {
    gap: 30px;
}
.custom-hp-services > .ry-flex > .ry-each:nth-of-type(2) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(4) .ry-content {
    padding-left: 12vw;
}
.custom-hp-services > .ry-flex > .ry-each:nth-of-type(1) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(3) .ry-content {
    padding-right: 10vw;
}
/* Meet the Team */
	/**/
.module-20 .background-section {
    opacity: 0;
}

.module-20 .slider-bg-wrap {
    width: 0 !important;
}

.module-20 .carousel {
    margin: 0;
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
}

.module-20 .carousel .ry-left img {
	margin: 0 auto;
    border-radius: 30px !important;
    width: 21vw !important;
    height: 21vw !important;
	object-fit: contain !important;
}

.module-20 .btn-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.module-20 .ry-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.module-20 .slider-controller {
    top: 64%;
    transform: translate(0, -50%);
    left: 9vw;
}

.module-20 .ry-left {
    flex-basis: 40%;
}

.module-20 .ry-right {
    flex-basis: 60%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 4vw;
}

.module-20 .ry-generic .content-wrap p {
    text-align: justify;
    padding-top: 15px;
    color: var(--clr-black);
}

.module-20 .dr-name {
    padding-top: 0;
}

.module-20 .dr-name h4 {
    font-size: 29.67px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 400 !important;
    color: var(--clr-black);
    margin-bottom: 0;
}

.module-20 .dr-name em strong {
    height: 0;
    opacity: 0;
    display: flex;
}
.module-20 .slider-controller .ry-slider-nav .slider-btn:hover {
    background-color: var(--clr-black) !important;
}
.module-20 .title-wrap {
    margin-bottom: 4vw;
}
.module-20 .ry-flex {
    gap: 40px;
}
/* Insurance */
	/**/
#section-insurances {
    background-color: var(--clr-black);
}

#section-insurances .ry-multi-item-slider {
    padding: 0;
}

#section-insurances .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: invert(1);
}

#section-insurances .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
    opacity: 0;
}

#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    background: var(--clr-white);
}

#section-insurances .owl-carousel .owl-dots .owl-dot {
    background: #ffffff57;
}
#section-insurances .custom-headline h2 .span-1 {
    color: var(--clr-white);
    margin-bottom: 30px;
}
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
#section-insurances .custom-headline h2 .span-1 {
    color: var(--clr-white);
    margin-bottom: 30px;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    color: var(--clr-black);
    max-width: 100%;
}

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

.module-testimonials.option-1:before {
    background: none;
}

.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
}

.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: .2;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color: var(--clr-black) !important;!i;!;
}

.module-testimonials.option-1 .testimonials-wrapper {
    margin: 0;
}
.module-testimonials.option-1  .comment-icon span {
    font-size: 600px;
    font-family: 'Playfair Display';
}

.module-testimonials.option-1  .comment-icon {
    position: absolute;
    opacity: 0.03;
    top: -290px;
    left: 50%;
    transform: translate(-50%, 0);
}
/* Footer */
	/**/
.module-44 .social-icons .social-inner-wrap:before,
.module-44 .social-icons .social-inner-wrap:after{
    opacity: 0;
}

.module-44 .ry-footer-logo {
    filter: brightness(0) invert(1);
}

.tagline p {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.module-44:before {
    background-color: var(--clr-black);
}

.module-44 .ry-flex .ry-each ul li {
    display: flex;
    justify-content: space-between;
}
.module-44 .logo-wrapper {
    margin-bottom: 40px;
}
/* Slick */
.slick-dots li {list-style: none;}

.slick-dots {
    display: flex !important;
    gap: 3px;
    align-items: center;
    padding: 0;
}

.slick-dots button {
    color: transparent;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    aspect-ratio: 1;
	background: #7ac3cb;
}

.slick-dots .slick-active button {background: #1f9ca8;}
.custom-hp-services .slick-dots {margin-top: 60px;}
.custom-hp-services .ry-each:nth-child(3) .slick-dots .slick-active button {background: #fff;}
	
/* Other */
.home #ry-main > div:empty {display: none;}
.hp-section {padding: 80px 0;}
.hp-section.optilight {
	background: #1f9ca8;
	padding-bottom: 140px;
}
.optilight .ry-content.ry-flex {
	gap: 30px;
	align-items: center;
}
.optilight .custom-headline h2 {
    color: #fff;
    text-align: left;
}
.optilight .custom-headline h2 span, .optilight p {color: #fff;}
.optilight .optilight-logo {
    max-width: 400px;
    margin: 30px 0 40px;
}
.optilight .imgs.ry-flex {
    align-items: flex-end;
}
.optilight .ry-btn.ry-btn-primary {
    background: #fff !important;
    color: #1f9ca8 !important;
}	
.optilight .ry-btn.ry-btn-primary:hover {
	color: #fff !important;
    background: #8fcdd3 !important;
}
.optilight .imgs.ry-flex {
    align-items: flex-end;
}
.optilight .imgs .tech {
    width: 330px;
    margin-right: -80px;
    margin-bottom: -110px;
    z-index: 1;
}
.optilight .img img {
	border-radius: 20px;
	border: 6px solid #fff;
}
.module-brand.module-20 .background-section {opacity: 1;}
.module-brand .custom-headline h2 {line-height: 30px;}
.custom-hp-services .ry-container {width: 75%;}
	
.office-tour-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}	
.office-tour-grid .ry-each {width: 100%;}
.office-tour-grid .ry-each:hover {cursor: pointer;}
	
/*Media Queries*/
@media (max-width: 1536px) {	
	.custom-hp-services .mid-img {max-width: 430px;}
}
@media (max-width: 1440px) {
	.module-welcome .ry-iframe {width: 100%;}
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {max-width: calc(100% - 680px);}
}
@media (max-width: 1366px) {
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {max-width: calc(100% - 600px);}	
}
@media (max-width: 1200px) {
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {max-width: calc(100% - 400px);}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(2) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(4) .ry-content {padding-left: 10vw;}
	.module-20 .slider-controller {
		left: 50%;
		transform: translate(-55%, -60%);
	}
}
@media screen and (max-width: 1080px){
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
    
    .module-welcome.style-5 .ry-each:not(.image-wrapper) {
        max-width: 100%;
    }
    
    .module-welcome.style-5:before {
        height: 40%;
        width: 100%;
        top: auto;
        bottom: 0;
    }
    
    .module-welcome.style-5 .custom-headline h2 {
        text-align: center !important;!i;!;
    }
    
    .module-welcome.style-5 .custom-headline h2 .span-3 {
        display: block;
        max-width: 100%;
    }
    
    .module-welcome.style-5 .ry-text p {
        text-align-last: center !important;!i;!;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(2) {
        width: 160%;
        padding-bottom: 60%;
        margin-top: -330px;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper {
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(3) {
        margin-top: -100px;
        width: 80%;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(1) {
        width: 30%;
        padding-top: 18%;
    }
    
    .module-welcome.style-5 .ry-flex {
        gap: 180px;
    }
    
    .module-welcome.style-5:before {
        background-position: center;
    }
    
    .module-18 .ry-content .card-holder {
        flex-wrap: wrap;
    }
  
    .custom-hp-services .ry-each, .custom-hp-services .ry-flex .ry-each:nth-child(2) {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .custom-hp-services .ry-each:nth-child(1) .list{
        padding-bottom: 22.6vh;
    } 
    
    .custom-hp-services .ry-content::before {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .custom-hp-services .btn-wrap {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .module-20 .carousel .ry-left img {
        height: 38vw !important;
        width: 38vw !important;
    }
    
    .module-20 .dr-name h4,
    .module-20 .ry-generic .content-wrap p{
        text-align: center !important;
    }
    
    .module-20 .btn-wrap {
        padding-top: 90px;
    }
    
    .module-20 .dr-name {
        margin: 0;
    }
    
    .module-20 .carousel .ry-right .ry-generic {
        margin: 28px 0 0 0;
    }
    
    .module-20 .carousel {
        width: 100%;
        margin: 0;
    }
	.custom-hp-services > .ry-flex > .ry-each {
    	width: 100%;
	}
	.custom-hp-services .mid-img {
    	display: none;
	}
	.custom-hp-services .custom-headline h2,
	.optilight .custom-headline h2,
	.optilight .txt p {text-align: center;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(1) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(3) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(2) .ry-content, .custom-hp-services > .ry-flex > .ry-each:nth-of-type(4) .ry-content {padding: 0;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(1) {order: 1;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(3) {order: 3;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(2) {order: 2;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(4) {order: 4;}
	.custom-hp-services .list ul {align-items: center;}
	.optilight .ry-content.ry-flex {
		flex-direction: column;
		gap: 60px;
		align-items: center;
		justify-content: center;
	}
	.optilight .optilight-logo {
		margin: 30px auto;
		float: none;
	}
	.optilight .ry-btn.ry-btn-primary {margin: 0 auto;}
	.ry-each.slick-slide .logo {justify-content: center;}
	.custom-hp-services .slick-dots {justify-content: center;}
	.custom-hp-services .ry-each:nth-child(2) .custom-headline h2 {text-align: center;}
	div#ry-pg-banner {margin-top: 95px;}
}

@media screen and (max-width: 980px){
    .custom-hp-services .ry-content::before {
        height: 0;
        opacity: 0;
    }

    .module-20 .ghost-title .ry-heading {
        font-weight: 400 !important;
        color: var(--clr-black);
    }
    .module-20 .ghost-title .ry-heading {
        font-weight: 400 !important;
        color: var(--clr-black);
    }
    
    .custom-hp-services .ry-each:nth-child(1) .list {
        padding-bottom: 0;
    }
    
    .custom-hp-services .ry-each:nth-child(2) .custom-headline {
        padding: 0;
    }
    .custom-headline h1 {
    font-size: 28px !important;
}
    
    .custom-hp-services .list {padding-bottom: 6.6vh;}
        .module-20 .carousel .ry-right {
        margin-top: 0;
    }
    
    .module-20:before {
        top: 20%;
        height: 370px;
    }
}
	
@media (max-width: 768px) {
	.module-44 .ry-flex .ry-each ul li {flex-direction: column;}
	.module-18 .ry-content .card {max-width: 500px;}
	.custom-hp-services > .ry-flex > .ry-each:nth-of-type(2) {padding-top: 30px;}
}

@media screen and (max-width: 530px){
    .module-welcome.style-5:before {
        height: 40%;
        width: 100%;
        top: auto;
        bottom: 0;
    }
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(1) {
        width: 50%;
        padding: 0;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(2) {
        width: 100%;
        margin: 0;
    }
    
    .module-welcome.style-5 .ry-each.image-wrapper .photo:nth-child(3) {
        width: 60%;
    }
    
    .module-welcome.style-5 .ry-flex {
        gap: 100px;
    }
   
    .custom-hp-services .ry-each:nth-child(1) .list{
        padding: 0;
    }
    
    .custom-hp-services .ry-content::before {
        height: 0;
    }
    
    .custom-hp-services .btn-wrap .ry-btn-primary {
		box-shadow: 0 0 7px 0 #fff;
    }
	.module-20 .carousel .ry-left img {
		height: 500px !important;
		width: 500px !important;
	}
	.module-18 .ry-content .card {max-width: 300px;}
	.module-welcome.style-5:before {height: 35%;}
	.module-18 {padding: 30px 0;}
	.custom-hp-services > .ry-flex > .ry-each {min-height: 620px;}
	.module-20, .module-20 .btn-wrap {padding-top: 0;}
	.module-20 .ghost-title .ry-heading {margin: 0;}
}
	
@media (min-width: 2500px) {
	#ry-section-map iframe {height: 740px;}		
}
	
body[data-page-name="optometry-services"] p {
        text-align: left;
    }
}