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

.homepage-swiper h1, .homepage-swiper h2 {
    text-shadow: 3px 2px 10px rgb(0 0 0 / 20%);
}
.hero-sub div {
	font-size: 25px;
}
.homepage-swiper .swiper-slide img {
    object-position: center top;
}

@media (max-width: 991px) {
	.homepage-swiper .slider-info {
		position: relative;
		top: 0;
		transform: unset;
		left: 0;
		background: var(--color-primary-background);
		padding: 2em 1em 1em;
	}
	.homepage-swiper {
		padding-top: 0px;
	}
	
	.hero-title h2 {
	  font-size: 35px !important;
	  line-height: 1.2;
	}
}
@media(max-width: 991px){
	.homepage-swiper {
		padding-top: 0;
	}
}

@media (min-width: 1023px) {
	.homepage-swiper .swiper-wrapper, .homepage-swiper .swiper-slide, .homepage-swiper .swiper-slide img {
		height: 100vh !important;
	}
	.slider-info-center-bottom {
		bottom: 4%;
	}
}

@media (min-width: 1600px) {
	.homepage-swiper .swiper-slide img {
		object-position: center 0%;
	}
}
.sticky-icons li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sticky-icons li a i img {
    object-fit: contain;
    height: 34px;
}
#ry-pg-body :is(.navigation-3) {
    position: relative !important;
}

#ry-footer ul {
    line-height: 2;
}
.footer-contents ul li, .footer-contents a, .footer-contents h4, .footer-contents p {
    color: #141414;
}
#ry-footer-3::after {
	display: none;
}
#ry-footer-3::before {
	opacity: 1;
}
#ry-footer-3 .footer-contents {
    background: #fff;
	border: 6px solid var(--color-primary-background);
}
#ry-footer-3 .footer-contents::before {display: none;}
div#hp-insurance-1, div#hp-brands-5 {
    background: #f9fafe;
}
@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;
}
.ry-services.style2 .ry-each .photo:before {
	display: none;
}

@media (max-width: 500px) {
	.homepage-swiper .swiper-slide img {
		margin-top: 98px;
	}
	
	div#welcome-text p {
		font-size: 28px !important;
		line-height: 1.2 !important;
	}
	
	.module-welcome.style-5 .ry-each.image-wrapper .photo img {
		position: static !important ;
		height: auto !important;
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo {
		padding:0 !important;
		height: auto !important;
	}
}

.appointment-form form{
    width:100%;
    max-width:100%
}

.footer-privacy strong {
    color:rgb(185 28 28 / 1) !important;
}


/** Services Style **/
#services-12 .slick-arrow {
	height: 50px;
	width: 50px;
	background: #343434;
		border-radius: 8px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		border: none;
		outline: none;
		z-index: 9;
		}

#services-12 .slick-arrow.slick-prev:before,
#services-12 .slick-arrow.slick-next:before {
	display: block;
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-chevron-left" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z"/%3E%3C/svg%3E');
	height: 25px;
	width: 25px;
}

#services-12 .slick-arrow.slick-next:before {
	content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" fill="%23fff" class="bi bi-chevron-right" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E');
}

#services-12 .slick-prev:hover:before,
#services-12 .slick-prev:focus:before,
#services-12 .slick-next:hover:before,
#services-12 .slick-next:focus:before {
	opacity: 1;
}
#services-12 .slick-prev.slick-disabled:before,
#services-12 .slick-next.slick-disabled:before {
	opacity: 0.25;
}

#services-12 .slick-prev:before,
#services-12 .slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #790000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#services-12 .slick-prev {
	left: -25px;
}

#services-12 .slick-next {
	right: -25px;
}

#services-12  .slick-track {
	display: flex;
	gap: 18px;
	padding: 50px 0 50px;
}

#services-12 .hp-service {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 28px 2vw;
	position: relative;
	background: var(--color-primary-background);
}
#services-12 .hp-service:nth-child(even) {
	background: var(--color-secondary-background);
		}
#services-12 .hp-service:nth-child(odd) *,#services-12 .hp-service:nth-child(even) * {
	color: #fff;
}
#services-12 .hp-service:nth-child(even) img {
	filter: brightness(0) invert(1) !important;
}

#services-12 p {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: 0.2s;
	min-height: 140px;
	color: #383838;
}

#services-12 .custom-btn {
	z-index: 999 !important;
}

#services-12 .rounded-full {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #333 !important;
}
#services-12 .hp-service .rounded-full i {
	font-size: 20px;
	color: #333 !important;
}

#services-12 .rounded-full {
	transition: 0.3s;
	background: #fff;
		}
#services-12 .rounded-full {
	transition: 0.3s;
}
#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(1.1875rem, 1.15rem + 0.1875vw, 1.375rem);
}
#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center h4 {
	line-height: 130%;
}
div#services-12 {
	padding: 0;
}
#services-12 > div:nth-child(even) {
	background: transparent;;
}
#services-12 .hp-service h4 {
	opacity: 1;
}
#services-12 img {
	filter: brightness(0) invert(1) !important;
}
/*div#section-hp-services {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ee206ec-2334-472e-b595-3819333c1f93/Assets/new_services_bg.jpg);
	background-size: cover;
}*/
#section-hp-services::before {
    top: unset;
    bottom: 0;
    height: 0;
    padding-bottom: 38%;
}
#services-12 > div:nth-child(odd) {
	background: transparent;
}

@media (max-width:600px) {
	#services-12 .slick-track {
		padding: 0 !important;
	}

	#services-12 .hp-service .text-3xl.font-semibold.py-6.px-2.mx-auto.text-center {
		min-height: auto !important;
		padding: 0 0 10px 0 !important;
	}

	#services-12 p {
		padding:  0 10px  !important;
		font-size: 16px  !important;
	}
}

/** Services End **/