/* Before adding any unnecessary CSS rules, please check out the Snap documentation at https://bit.ly/3PqSii8. */
/* Override Styles */

.service-style-1 h2 {
    margin: 10px 0;
}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.no-margin-photo img {
    margin: 0 !important;
}
/* HP Edits - Started <June 22, 2026> */

/**/
	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.ry-menu .ry-nav li.primary .caret {
    border-color: var(--color-primary-text);
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: #fff;
}
.with-gradient:before {
    background-image: none;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}
mm-burger {
    color: white;
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 100vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
/* Welcome */
	/**/
.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 70%;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}
/* Services */
	/**/
#services-12 > div:nth-child(odd), #services-12 > div:nth-child(even) {
    background-color: #e3e4e8;
}

#services-12 > div:nth-child(odd) > div > h4, #services-12 > div:nth-child(even) > div > h4 {
    color: #374151;
}

#services-12 > div:nth-child(odd) > div > p, #services-12 > div:nth-child(even) > div > p {
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

#services-12 > div:nth-child(even) img, #services-12 > div:nth-child(odd) img {
    filter: invert(1) !important;
    width: 100px;
    height: 100px;
}
/* Meet the Team */
	/**/
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/

.testimonials-swiper .swiper-slide {
    background-color: #e3e4e8;
}

.testimonials-swiper svg {
    color: var(--color-primary-background);
}
/* Footer */
	/**/
/*Media Queries*/
	/**/

.team-inner-page.style3 .btn-excerpt {
    display: none !important;
}
@media (max-width:1080px){
    .module-welcome.style-5 .ry-each.image-wrapper .photo {
        padding-top: 0;
    }
}

@media (max-width:1024px){
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
        height: 100% !important;
    }
}
/* End - HP Edits*/

#contents p, #ry-pg-body p {
    font-size: 18px;
    line-height: 1.5;
}

body[data-page-name="contact-us"] #footer-map {
	display: none;
}

body[data-page-name="contact-us"] #ry-footer-3 {
	padding-top: 220px;
}

@media(max-width:1080px) {
.footer-map iframe {
   height: 500px !important
 }
}