/* 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;}
.ry-menu .ry-nav li .dropdown-toggle {padding: 30px 0;}
ul#quick-links li a {display: block;width: 100%;}
#in-services-3 ul li a {margin-left: 0px;margin-top:30px}
*/
[x-cloak] { display: none !important; }
.promotions img { min-width: 22rem; max-width:22rem;}
#in-services-style-2.squares .ry-each:before, #in-services-style-2.squares .ry-each img {border-radius: 0;}
.mobile-menu-icon a{display: flex;height: 100%;width: 100%;justify-content: center;align-items: center;}
body.fancybox-active .ry-sticky-menu.fixed {z-index: 9999;}
.testimonials-swiper p,
.testimonials-swiper-2 p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4
}
.service-hover {
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
}

#ry-pg-body div#navigation {
    position: relative;
}
nav#menu-style-4 .mm-navbar a,
nav#menu-style-4 .dropdown-menu li a {
    text-transform: uppercase;
    font-size: 18px;
}
/* Show service-hover when parent with data-target is hovered */
[data-target]:hover .service-hover {
    opacity: 1;
}


/* Apply the overlay effect when parent is hovered */
[data-target]:hover .service-hover::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1; /* Make sure it's behind the text */
}
.mm-navbar {
	color: #ffffff;
}

div#phone-drowdown {
    top: 70px;
    width: 100%;
    text-align: center;
    background:#fff;
}


div#navigation-style-3 .cta-btn {
    overflow: visible;
}

ul.multiLocationUl li a {
    padding: 10px 0 10px 20px !important;
    white-space: nowrap;
    letter-spacing: 1px;
}

.cta-btn > div {
    font-size: calc(14px + 0 * ((100vw - 500px) / 1100));
}

.mm-navbar {
	color: #ffffff;
}

.homepage-swiper h2 {
	text-shadow: 3px 3px 3px rgb(0 0 0 / 40%);
}

@media (min-width: 1024px) {
	.navigation-3.fixed > .block.lg\:absolute.inset-0 {
		position: relative;
	}
}

@media (max-width: 1440px) {
	div#navigation-style-4.container {
		max-width: 1280px;
	}
}

.snap-mobile-menu {
	background-color: #edefec;
}
.homepage-swiper .swiper-slide img {
	object-position: top;
}

@media (max-width: 1080px) {
	.homepage-swiper .swiper-slide img {
		height: 100% !important;
	}
	.slider-info {
		width: 100% !important;
		max-width: 100% !important;
	}
	.slider-info {
		width: 100%;
		max-width: 100%;
	}
	.homepage-swiper h2 {
		text-align: center !important;
	}
}
.ry-services.style2 {
	background: #efe6dd;
}

.ry-services.style2::before {
	top: unset;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: 1;
    padding-bottom: 60%;
    bottom: 0;
}

#services-7 .each-block {
	border: 6px solid #ffffff99;
}
.ry-services.style2 > .relative, .ry-services.style2 .ry-container {
	position: relative;
	z-index: 9;
}

.ry-services.style2 .each-block .photo img {
	transform: translateX(-50%);
	object-fit: contain;
}

.ry-services.style2 .ry-each .photo {
	background: radial-gradient(var(--color-secondary-background), var(--color-primary-background)) !important;
		}

@media (max-width: 1080px) { 
	div.ry-services.style2 .each-block .photo {
		background: radial-gradient(var(--color-secondary-background), var(--color-primary-background)) !important;
	}

	.ry-services.style2 .each-block .photo::before {
		background: transparent !important;
	}
	div.ry-services.style2 .each-block .photo img {
		padding: 0;
		max-width: 100px !important;
		top: -10%;
	}
	div.ry-services.style2 .each-block .title {
		bottom: 14%;
		line-height: 1.3;
		width: 100%;
		transform: initial !important;
		left: 0;
		right: 0;
		text-align: center;
		padding: 0 40px;
	}
	div.ry-services.style2 .each-block .title div {
		text-align: center !important;
		text-wrap: balance;
		width: 80%;
		margin: 0 auto;
	}
	
	#services-7 .each-block:nth-child(2) .title div {
		width: 50%;
	}
}

.ry-services.style2 .ry-each .photo:after  {
	opacity:.9 !important;
	z-index:2;
	background: linear-gradient(to bottom, var(--color-secondary-background), rgba(0, 0, 0, 0.9)) !important
		}
.ry-services.style2 .ry-each .each-block:hover .photo img{
	z-index:1
}

.ry-services.style2 .ry-each .each-block:hover .button-svg {
	z-index:2;
}

/** Footer Start **/

#ry-footer ul {
    line-height: 2;
}

}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
	    background: #141414;
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-secondary-background);
}
#ry-footer-3 .footer-contents::before {
	opacity: 1;
    background: #707e5e;
}

@media (max-width:700px) { 
	#ry-footer-3 .footer-contents {
		max-width: 90% !important;
		width: 100% !important;
		padding: 3em 1em !important;
	}

	div#ry-footer-3 {
		padding: 0;
	}

	#ry-footer-3 .footer-contents {
		text-align: center !important;
	}
}

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

body[data-page-name="contact-us"] div#ry-footer-3 {
    margin-top: 200px;
}
.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}

body#page div#hp-insurance-1 {
    background: #fcfbfd;
}

body#page div#hp-insurance-1 .swiper-slide.rounded-lg.bg-gray-200 {
    background: transparent;
}


/** Footer End **/
.slider-info-center-bottom {
    max-width: 100% !important;
}

@media (max-width: 630px) {
	.col-xs-12.p-20.max-w-5xl.mx-auto.bg-primary-background.rounded-md.text-primary-text.comments-holder.relative {
		padding-left: 30px;
		padding-right: 30px;
	}
	#section-hp-team div#team-inner-block {
		padding-left: 20px;
		padding-right: 20px;
	}
	#section-hp-team div#team-inner-block .lg\:max-w-\[460px\] {
		max-width: 280px;
	}
	div#hp-slider {
		padding-top: 100px;
	}
	.ry-services.style2 > .relative, .ry-services.style2 .ry-container {
		max-width: 300px;
	}
	.snap-mobile-menu img {
		max-width: 150px;
	}
}

body#page div#hp-brands-6 .ry-container {
    max-width: 1280px;
    width: 90%;
    background: #8fc3c3;
    border-radius: 40px;
    padding: 100px 60px 24%;
    box-shadow: 0 0 80px rgb(0 0 0 / 20%);
    margin-top: -200px;
	position: relative;
	border: 4px solid #2aa2de;
	overflow: hidden;
}

body#page div#hp-brands-6 .ry-container:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
    padding-bottom: 86%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-da33e4c6-53b8-4ef7-99a8-53645ced1a33/Assets/brand_box_bg_V2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	top: unset;
}

body#page div#hp-brands-6 .ry-container .swiper-slide {
    background: transparent;
}

body#page div#hp-brands-6 .ry-container .swiper-slide img {
    max-height: 80px;
}

body#page div#hp-brands-6:before {
    content: "";
    position: absolute;
    display: block;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e6d3ec5d-23b0-4912-b641-8e0db7bf1da5/Assets/brand_background_2.jpg);
    background-size: cover;
    z-index: 0;
    inset: 0;
    height: 100%;
    top: unset;
    background-position: bottom;
}

div#section-hp-team {
    padding: 120px 0 100px;
}

div#section-hp-team .swiper.homepage-team-swiper h6 {
    letter-spacing: 2px;
    font-size: clamp(1.25rem, 1.2037rem + 0.2469vw, 1.5rem);
	text-transform: uppercase;
	color: #ffffff;
}


@media (max-width: 1024px) {
	div#section-hp-team .mx-auto .md\:text-center.text-gray-500>p {
		text-align: center !important;
	}
	.homepage-team-swiper .text-gray-800 {
		font-size: 20px;
	}
	.homepage-team-swiper .text-gray-600 {
		font-size: 16px;
	}
}

.module-testimonials.style-2 {
    background: #f9f9f9;
	padding-bottom: 100px;
	    overflow: hidden;
}
.module-testimonials.style-2::before, .module-testimonials.style-3::after {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-bee80b1c-ca61-495d-99be-ffd8b6859c8f/Assets/testimonial_background.jpg);
	background-size: cover;
}

.module-testimonials.style-2 .swiper-pagination-bullet-active {
	background-color: var(--color-secondary-background);
}

/*#section-hp-team .main-title h2, #section-hp-team .sub-title h4, #section-hp-team p {
    color: #fff;
}*/

#section-hp-team .swiper-wrapper {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 70px;
}

#section-hp-team h6 {
    font-size: 26px;
    margin-bottom: 10px;
}
#section-hp-team .swiper-slide img {
    max-height: max-content !important;
    aspect-ratio: 0;
}
.homepage-team-swiper .text-gray-800 {
    font-size: 20px;
}
.homepage-team-swiper .text-gray-600 {
    color: #ffffff;
    opacity: .8;
}

#hp-brands-6 .bg-gray-200.rounded-lg {
    background: transparent;
}
#section-hp-services::before, .module-19.style2::before, .ry-services.style2::before {
	background-size: cover;
	background-position: center bottom;
	height: 100%;
	bottom: -1px;
	background-repeat: no-repeat;
	top: unset;
	opacity: 1;
}	
#section-hp-services .ry-card {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    overflow: hidden;
    border-radius: 30px;
	margin-left: 30px;
	height: 0;
    padding-bottom: 95%;
}

#section-hp-services .sub-title h4, #section-hp-services .main-title h2 {
    color: #fff;
}


.ry-card .ry-icon {
	box-shadow: 0 10px 55px 5px rgb(210 161 35 / .2);
	opacity: 0;
}
.ry-card:before {
	background: #0b0b0b99;
}
.ry-card:hover::before {
	opacity: .75;
	background: #d6ad35;
}
#section-hp-services .ry-card div a {
    color: transparent;
    position: absolute;
    inset: 0;
    z-index: 99;
	cursor: pointer;
	background: transparent;
}
#section-hp-services .ry-card div a i {
    display: none;
}
#section-hp-services .ry-card div a:hover {
    background: transparent;
}

div#section-hp-services {
	width: 90%;
    max-width: 1400px;
    padding-bottom: 80px;
}
#section-hp-services .ry-card * {
    text-align: center;
	color: #fff;
}
#section-hp-services .mb-10.excerpt-hidden {
    display: none;
}
div#section-hp-services .col-xs-12.grid.grid-cols-3.justify-center.lg\:space-x-4.mt-10.relative.z-10 {
    margin-top: 80px;
}
#section-hp-services .ry-card .text-xl.md\:text-3xl.font-bold.text-primary-background.my-4 {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-transform: uppercase;
    padding: 70px 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid;
    border-bottom: 1px solid;
    width: 100%;
    max-width: 350px;
	    border-color: #d6ad35;
	transition: .3s ease;
}
#section-hp-services .ry-card:hover .text-xl.md\:text-3xl.font-bold.text-primary-background.my-4 {
	transition: .3s ease;
	border: 0;
	top: 75%;
}
#section-hp-services .ry-card {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    flex-direction: column;
}
@media (max-width: 1023px) {
	div#section-hp-services {
		max-width: 520px;
	}
}

@media (max-width: 1200px) {
	#section-hp-services .ry-card .text-xl.md\:text-3xl.font-bold.text-primary-background.my-4 {
		font-size: 22px;
		max-width: 240px;
	}
}

.module-testimonials.style-2 .comments-holder {
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.with-gradient::before {
    background: linear-gradient(to top, rgb(0 0 0 / 30%), transparent, transparent);
}

.goog-te-gadget-simple, .goog-te-gadget-simple span a {
    display: flex !important;
}

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

div#cleaning, div#xrays {
    scroll-padding-top: 200px;
    scroll-margin-top: 200px;
}

@media (max-width: 1080px) {
    div#hp-slider {
        padding-top: 100px;
    }
	div#navigation-style-4.container {
		display: none;
	}
	.snap-mobile-menu {
		display: flex !important;
	}
}

.map-ratio {
    position: relative;
    height: 0;
    padding-bottom: 500px;
	margin-top: 40px;
	overflow: hidden;
    border-radius: 10px;
}
.map-ratio iframe {
    position: absolute;
    inset: 0;
}

@media (max-width: 767px) {
	.map-ratio {
		padding-bottom: 320px;
	}
}