/* 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
}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}

/* HP Edits - Started <July 1, 2026> */

	/*fonts*/

	/*btns*/

/*Modal*/
/* Header */
	/**/
.snap-mobile-menu {
    background: white;
}

mm-burger {
    color: #374151;
}
.ry-menu .ry-nav li.primary .caret {
    border-color: #374151;
}

.ry-menu .ry-nav li.primary:hover .caret {
    border-color: var(--color-secondary-background);
}
.with-gradient:before {
    background-image: linear-gradient(to bottom, white, transparent, transparent);
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background: var(--color-primary-background);
    color: var(--color-primary-text);
}

span.caret {
    border-color: #616161;
}


.cta-btn {
    color: var(--color-primary-text);
	background: var(--color-primary-background);
    border-radius: 999px;
}

.mobile-menu-icon {
    color: white;
}
.ry-menu .ry-nav a {
    font-size: 22px;
}
/* Button */
	/**/
element.style {
    border-radius: 0px;
}

a.cta-btn-circle.secondary {
    color: var(--color-primary-text);
}

.t-swiper-button-next, .t-swiper-button-prev, .brand-4-swiper-button-next, .brand-4-swiper-button-prev {
    color: var(--color-primary-text);
}

/* Hero */
	/**/
#hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img {
    height: 81vh !important;
    object-fit: cover;
}
#hp-slider .swiper-pagination-bullet {
    background-color: white;
}
/* CTA */
	/**/
.cta-section.style-1.circle .span a {
    color: var(--color-primary-text);
}

.cta-section.style-1.circle img {
    background: var(--color-secondary-background);
    border-radius: 999px;
    padding: 30px;
    border: 6px solid white;
    box-shadow: 0 0 7px 3px #33333378;
    width: 200px;
    height: 200px;
}

/* Welcome */
	/**/
#welcome-wrap .text-wrapper h2 {
    text-align: left !important;
}

#welcome-wrap .ry-text p {
    text-align: left !important;
}

#welcome-wrap .ry-btn {
    margin-left: 0 !important;
    margin-right: auto !important;
}

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

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

.module-welcome.style-5 .ry-flex{
    align-items: center;
} 

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

#welcome-wrap :before {
    background-color: white;
}

/* Services */
	/**/
#section-hp-services::before, .ry-services.style2::before {
    background-color: #F7F7F2;
}

#services-12 > div:nth-child(odd), #services-12 > 
div:nth-child(even) {
    background-color: var(--color-primary-background);
}

#services-12 > div:nth-child(odd) > div > h4, 
#services-12 > div:nth-child(odd) > div > p {
    color: var(--color-primary-text);
}

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

#services-12 > div:nth-child(even) > div > a {
    color: var(--color-primary-text);
    background-color: var(--color-secondary-background);
}

#services-12 > div:nth-child(2n+1) > div > a {
    background-color: var(--color-secondary-background);
}

#services-12 > div:nth-child(even) .photo {
    border: 2px solid white;
}

#services-12 > div:nth-child(even) img{
    filter: none !important;
}

/* Meet the Team */
	/**/
#section-hp-team:before {
    background-image: none;
	background-color: #FFFFFF;
}

/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.testimonials-swiper svg{
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

/* Footer */
	/**/
/*Media Queries*/
	/**/
@media (max-width: 1080px) {
    .module-welcome.style-5 .ry-each.image-wrapper .photo{
        padding-top: 10%;
    }   
	.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    left: 0;
	}
	
	div#navigation-style-15, .ry-menu {
		display: none !important;
	}

	.snap-mobile-menu {
		display: flex !important;
	}
	

	.hp-testi-bg .swiper-wrapper .flex.items-center.space-x-2.mb-5 {
	  justify-content: center;
	  margin: 3px 0 10px;
	}
	#footer-map {
	  height: 400px !important;
	}

	div.module-welcome h6 {
		text-align:center !important;
	}
	
	#navigation-style-4 {
		display: none;
	}
	
	#welcome-wrap .text-wrapper h2, #welcome-wrap .text-wrapper p {
		text-align: center !important;
	}
	.module-welcome.style-5 .text-wrapper >div {
		text-align: center !important;
	}
	
	.testimonials-swiper .items-center {
	  justify-content: center;
	}

	div#hp-testimonials h3, div#section-hp-services h3 {
		font-size: 32px;
        line-height: 1.2;
        letter-spacing: 1px
	}

	div#hp-testimonials >div {
		text-align: center;
	}


	#welcome-wrap .ry-btn {
		float:none;
		margin-left: auto !important;
	}
	#section-hp-services >div {
		text-align: center;
	}
	

	.snap-mobile-menu {
			background: #fff;
	}

	.snap-mobile-menu img {
			max-width: 150px;
	}

	.snap-mobile-menu .gap-4 {
			gap: 0 10px;
	}
	
	#section-hp-team >div {
		text-align: center !important;
	}


	#section-hp-team .p-20 {
		padding: 0;
	}
	#section-hp-team h3 {
		font-size: 32px;
		line-height: 1.2;
		text-transform: capitalize !important;
		letter-spacing: 1px;
	}
}

@media (max-width: 1440px) {
    ul.ry-nav {
        padding-left: 3rem !important;
    }
}

@media (max-width: 1023px) {
    #hp-slider, #hp-slider .swiper-wrapper, .homepage-swiper .swiper-slide img{
        height: 100% !important;
    }
    body[data-page-name="index"] #navigation {
    position: relative;
    }
}

/* End - HP Edits*/

div#contents p, div#ry-sidebar{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    
}

div#navigation-style-4 img {
    margin-left:100px;
}


body#ry-pg-body[data-page-name="what-to-expect-at-your-first-appointment"] #ry-sidebar > div:nth-child(3),
body#ry-pg-body[data-page-name="what-to-expect-at-your-first-appointment"] #ry-sidebar > div:nth-child(4),
body#ry-pg-body[data-page-name="what-to-expect-at-your-first-appointment"] #ry-sidebar > div:nth-child(5) {
    display: none;
}

body#ry-pg-body[data-page-name="financial-information"] #ry-sidebar > div:nth-child(3),
body#ry-pg-body[data-page-name="financial-information"] #ry-sidebar > div:nth-child(4),
body#ry-pg-body[data-page-name="financial-information"] #ry-sidebar > div:nth-child(5) {
    display: none;
}

body#ry-pg-body[data-page-name="faqs"] #ry-sidebar > div:nth-child(3),
body#ry-pg-body[data-page-name="faqs"] #ry-sidebar > div:nth-child(4),
body#ry-pg-body[data-page-name="faqs"] #ry-sidebar > div:nth-child(5) {
    display: none;
}