/*HP - BRANDS*/

.hp-our-brands {
	padding: 11rem 0;
}

.hp-our-brands .ry-container {
	max-width: 1600px;
	margin: auto;
	width: 90%;
}

.hp-our-brands .background-section,
.hp-our-brands .background-section img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hp-our-brands .hp-headline h2 {
	text-align: center;
	padding-bottom: 30px;
}

.hp-our-brands .btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


.hp-our-brands .swiper-slide .wrapper {
	padding: 2%;
}

.hp-our-brands .btn-wrapper {
	padding-top: 40px;
}

.hp-our-brands .btn-wrapper a {
	color: #fff !important;
}

.hp-our-brands .swiper-wrapper .slick-dots {
	padding: 55px 0 0 0;
	list-style: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.hp-our-brands .swiper-wrapper .slick-dots li button {
	font-size: 0;
	width: 11px;
	height: 11px;
	border-radius: 6px;
	background-color: #a9b6b5;
}

.hp-our-brands .swiper-wrapper .slick-dots li {
	height: 11px;
	width: 11px;
	display: flex;
}

.hp-our-brands .swiper-wrapper .slick-dots li.slick-active button {
	background-color: #76c2c0;
}

.hp-our-brands .swiper-slide {
	transition: transform 0.3s ease;
	z-index: 1;
	filter: grayscale(1);
}

.hp-our-brands .swiper-slide-active {
	transform: scale(2);
	z-index: 9;
	filter: grayscale(0);
}

.hp-our-brands .swiper-button-next,
.hp-our-brands .swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	color: #000;
	z-index: 10;
}

.hp-our-brands .swiper-pagination {
	margin-top: 20px;
	text-align: center;
}

/* Optional: Responsive image scaling */
.hp-our-brands .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}
.hp-brands-swiper {
	overflow: hidden;
	padding: 80px 0 140px;
}

.hp-brands-swiper .arrow-btn .swiper-button-prev, .hp-brands-swiper .arrow-btn .swiper-button-next, .hp-brands-swiper .arrow-btn .swiper-pagination {
    position: relative;
    bottom: unset;
    top: unset;
    transform: unset;
	margin: 0;
}

.hp-brands-swiper .arrow-btn {
    display: flex;
    width: 100%;
	justify-content: center;
	gap: 30px;
	position: absolute;
	bottom: 0;
}

.hp-brands-swiper .arrow-btn .swiper-pagination {
    display: flex;
    gap: 8px;
	justify-content: center;
    align-items: center;
}
.hp-brands-swiper .arrow-btn .swiper-pagination span.swiper-pagination-bullet-active {
    width: 40px;
    background: #17181a;
}
.hp-brands-swiper .arrow-btn .swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.hp-brands-swiper .arrow-btn .swiper-button-prev, .hp-brands-swiper .arrow-btn .swiper-button-next {
    background-size: 16px;
    filter: brightness(0) invert(0.2);
}

@media screen and (max-width: 1080px) {
	.hp-our-brands {
		padding: 120px 0;
	}
}

/*END OF HP - BRANDS*/
.module-welcome.style-7.quality-care .ry-flex .ry-each:not(.image-wrapper) {
    padding-top: 50px;
    padding-bottom: 0;
}
.module-welcome.style-7.quality-care .button-wrapper .ry-btn {
    border: 1px solid white;
}
/*.module-welcome.style-7.quality-care .ry-headline h2 {
    color: #d1d1d1 !important;
}
.module-welcome.style-7.quality-care .ry-headline h2 span {
    color: #ffffff !important;
}
.module-welcome.style-7.quality-care .ry-text p {
    color: #ffffff;
    opacity: .7;
}*/
.module-welcome.style-7.quality-care {
	background: #f9f9f9;
}
.module-welcome.style-7.quality-care .background-section, .module-welcome.style-7.quality-care .background-section img {
	display: block;
}
@media (min-width: 1081px) {
	.module-welcome.style-7 {
		margin-bottom: 3%;
	}
	.module-welcome.style-7.quality-care .ry-flex {
		flex-direction: row;
	}
	.module-welcome.style-7.quality-care .ry-flex .ry-each.image-wrapper {
		margin-bottom: 0;
		margin-top: -14%;
	}
	.module-welcome.style-7.quality-care {
		padding: 0 0 0px;
		margin-top: 6%;
	}
}

.module-welcome.style-7.quality-care {
	margin-bottom: 0px;
}

/** Services Start **/

.module-services.custom {
	padding: 100px 0 140px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.module-services.custom .ry-container {
    max-width: 1280px;
	width: 90%;
}

.module-services.custom .section-background {
	position: absolute;
	width: 100%;
	inset: 0;
}

.module-services.custom .section-background img {
    object-fit: cover;
    height: 100%;
	object-position: center top;
}

.module-services.custom .ry-headline h2 {
	color: #fff;
	margin-bottom: 60px;
}

.module-services.custom .ry-headline h2 .span-1 {
	margin-bottom: 0px;
	color: #fff !important;
}

.module-services.custom .ry-flex {
	justify-content: center;
	flex-wrap: wrap;
	gap: 60px;
	margin-bottom: 70px;
}

.module-services.custom .ry-flex .each-block {
    width: max-content;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.module-services.custom .ry-flex .each-block .photo {
	width: 260px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-62faa158-4056-4542-95f5-a84cd1910261/Assets/marble_cta.jpg);
	border-radius: 50%;
	background-size: cover;
}

.module-services.custom .ry-flex .each-block .photo img {
	height: 150px;
	max-width: 150px;
	object-fit: contain;
	position: absolute;
	filter: brightness(0) invert(0.3);
}

.module-services.custom .ry-flex .each-block .link, .module-services.custom .ry-flex .each-block .link a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 9;
	opacity: 0;
}

.module-services.custom .ry-flex .each-block .title {
	position: relative;
	max-width: 180px;
	line-height: 1.2;
	margin: auto;
	color: #fff;
}

.module-services.custom .ry-flex .each-block:last-child .title {
	max-width: 200px;
	width: 100%;
}

.module-services.custom .ry-btn:not(:hover) {background: #fff;color: #333;}

.module-services.custom .ry-btn {margin: auto;border:1px solid white;}

.module-66:before {
	opacity: 0 !important;
}
@media (min-width:2100px) {
	.module-services.custom {
		padding: 140px 0 140px;
	}
}

.module-services.custom .ry-flex .each-block .photo:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: 90%;
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .5s;
}

.module-services.custom .ry-flex .each-block:not(:hover) .photo:before {
    border-color: #141414;
}

.module-services.custom .ry-flex .each-block:hover .photo:before {
	transform: translate(-50%, -50%) scale(1.25);
	border-color: white;
}

.module-43.fixed .leadsDetails .button-wrapper .ry-btn.custom-icon {
    display: none;
}

@media (max-width: 1680px) { 
	.module-services.custom .section-background {
		height: 100%;
	}

	.module-services.custom .section-background img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-services.custom {
		padding: 140px 0 140px;
	}
}



@media (max-width: 1080px) {

	.module-services.custom .ry-flex .slick-list {
		margin: 0 -15px;
	}

	.module-services.custom .ry-flex .slick-list .each-block {
		margin: 0 15px;
	}

	.module-services.custom .slick-dots {
		list-style: none;
		padding-left: 0;
		display: flex !important;
		justify-content: center;
		margin: 30px 0;
		gap: 5px;
	}

	.module-services.custom .slick-dots li button {
		width: 12px;
		height: 12px;
		text-indent: -99999px;
		background: #424242;
		border-radius: 50%;
		opacity: .3;
	}

	.module-services.custom .slick-dots li.slick-active button {
		opacity: 1;
	}
	.module-hero.custom .item .text-center {
		padding-bottom: 56.25%;
	}

	.module-services.custom .ry-flex .each-block {
		max-width: unset;
		width: auto;
	}

	.module-services.custom .ry-flex {
		display: initial;
		gap: unset;
		margin: auto;
	}
	.module-services.custom .ry-flex .each-block .photo {
        /* padding-bottom: 100%; */
        /* height: 0; */
    }
}

@media (max-width: 620px) {
	.module-services.custom .ry-flex {
		width: 90%;
		max-width: 300px;
	}

	.module-services.custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.module-services.custom .ry-flex .each-block .title div {
		font-size: 16px;
	}
}

@media (max-width: 1080px) { 
	.module-services.custom .ry-flex .each-block {
		justify-content: center;
		align-items: center;
	}
	.module-services.custom .ry-flex .each-block .photo img {
		top: 50%;
		transform: translate(-50%, -50%);
		left: 50%;
	}

	.module-services.custom .ry-flex .each-block .photo:before {
		opacity: 0;
	}
}

@media (max-width: 1024px) { 
	.module-services.custom .slick-dots li {
		height: 12px;
		line-height: normal;
	}

	.module-services.custom .slick-dots li button {
		background: #fff;
		transition: .4s;
	}

	.module-services.custom .slick-dots li.slick-active button {
		width: 40px;
		border-radius: 10px;
	}
}
/** Services End **/

/** TESTIMONIAL - 2 TWO COLUMNS **/
.testimonial-two-columns .ry-grid {
	display: grid;
	grid-template-columns: 1fr 18px 1fr;
	justify-content: center;
	align-items: center;
	gap: 65px;
	margin-bottom: 0px;
}
.testimonial-two-columns .ry-grid .ry-divider img {
	height: 400px;}
.testimonial-two-columns .ry-grid .ry-each .testi-quote img {
	max-width: 66px;
	height: auto;
	margin: 30px auto;}
.testimonial-two-columns .ry-content .ry-heading h2 {
	text-align: center;
	font-size: clamp(2.625rem, 2.1789rem + 1.8301vw, 4.375rem);
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #17181a;}
.testimonial-two-columns .ry-content .ry-heading p {
	text-align: center;
	font-size: clamp(1.125rem, 1.0613rem + 0.2614vw, 1.375rem);
	letter-spacing: 7px;
	line-height: 60px;
	text-transform: uppercase;
	color: #17181a;}
.testimonial-two-columns {
	background: url('https://s3.amazonaws.com/static.organiclead.com/Site-62faa158-4056-4542-95f5-a84cd1910261/Assets/testimonial_bg_V3.jpg') center/cover no-repeat;
	padding: 10vw 0 15vw;
	margin-top: -3px;
}
.testimonial-two-columns .ry-grid .ry-each .btn-wrap {
	margin: 30px auto;
	display: flex;
	align-items: center;
	justify-content: center;}
.testimonial-two-columns .ry-grid .ry-each .btn-wrap a.ry-btn.ry-btn-primary.transparent {
	background: transparent !important;
	border: 2px solid #cc7b3c;
	border-radius: 30px !important;
	text-transform: capitalize;
	height: auto;
}
.testimonial-two-columns .ry-grid .ry-each .btn-wrap a.ry-btn.ry-btn-primary.transparent:hover {
	background: #e56752 !important;
	border: 2px solid #e56752 !important;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
	line-height: 35px;
	color: #242424;
	margin-bottom: 25px;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star svg {max-width: 50px;margin-right: 2px;fill: #f0a943;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star {display: flex; align-items: flex-start; flex-direction: column; gap: 15px;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star .star-rate {
	display: flex;
	flex-direction: row;
	width: 100px;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star {
	margin-right: 15px;}
.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star h5 {
	font-size: clamp(1.125rem, 1.0931rem + 0.1307vw, 1.25rem);
	line-height: 35px;
	color: #17181a;
	font-weight: 400;}

.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
	font-size: 20px !important;
}

.module-testimonial.section {
	position: relative;
}
.module-testimonial.section .carousel-control {
	display: none;
}
.testimonial-two-columns .ry-grid .ry-each .ry-text p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	color: #17181a;
}
.testimonials-wrapper .carousel-indicators li {
	background: #17181a;
}

.testimonial-two-columns .ry-grid .ry-each .btn-wrap a.ry-btn.ry-btn-primary {
	border: 1px solid #17181a;
}

@media screen and (max-width: 1599px) {
	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-divider img {
		height: 300px;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid {
		margin-bottom: 0px;
	}

	.module-testimonial.section .testimonial-two-columns {
		padding: 100px 0 18vw;
	}
}

@media screen and (max-width: 1024px) {
	div.module-testimonial.section .testimonial-two-columns {
		padding: 280px 0 120px;
	}
	.module-testimonial.section .testimonial-two-columns .ry-grid {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-divider img {transform: rotate(180deg);height: 6px;}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
		text-align: center;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star {
		text-align: center;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.testimonial-two-columns .ry-grid .ry-each .ry-text p{
		text-align:center !important;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star svg {
		margin-right: unset;
	}

	.module-testimonial.section .testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-name-star .ry-star {
		margin-right: unset;
	}
}

@media (max-width: 500px) {
	.testimonial-two-columns .ry-grid .ry-each:nth-child(3) .ry-text {
		font-size: 18px !important;
	}
}

.google-translate .goog-te-gadget {
    font-size: 9px !important;
}

@media (max-width: 1080px) {
	.module-testimonial.section {
		margin-top: -1px;
	}
	.module-testimonial.section .testimonial-two-columns {
		padding-top: 100px;
		padding-bottom: 260px;
	}
	
	div#ry-pg-banner .ry-bnr-wrp {
		margin-top: 72px;
	}
}

@media (max-width: 1024px) {
	div.module-testimonial.section .testimonial-two-columns {
		padding-top: 100px;
		padding-bottom: 260px;
	}
}

@media (max-width: 620px) {
	div.module-testimonial.section .testimonial-two-columns {
		padding-bottom: 160px;
	}
}


/** Testimonial End **/

/* Footer Start */

/** Map Start **/

.dual-maps .ry-flex {
	position: relative;
}

.dual-maps .full-map img {
	max-height: 100%;
	min-height: 600px;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.map-marker {
	width: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dual-maps .ry-flex .ry-box .full-map {
	position: relative;
	height: 0;
	padding-bottom: 42%;
}

.dual-maps .ry-flex .gps-link {
	position: absolute;
	width: 180px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(1);
	transition: .3s;
}

.dual-maps .ry-flex .gps-link:hover {
	transform: translate(-50%, -50%) scale(1.15);
	transition: .3s;
}

.dual-maps .ry-flex .ry-box:before {
	content: "";
	position: absolute;
	inset: 0;
	bottom: unset;
	height: 30%;
	background: linear-gradient(to bottom, #c6d1d7, transparent);
	z-index: 1;
}

/** Map End **/

/** Footer Start **/

.cta-v2 .ry-container .ry-content .ry-flex .ry-each:hover .each-title,
.footer-top .ry-flex .ry-each .each-group .each-details a.btn-phone:hover,
.footer-bottom .copyrights-detail a:hover,
.mobile-container.header-menu-v2 .desktop-button .header-top a:hover span {
	color: #17181a;
}

.footer-custom {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-62faa158-4056-4542-95f5-a84cd1910261/Background_images/blue_cityscape.jpg);
	background-size: cover;
	background: #17181a;
}

.footer-custom>.ry-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-custom .ry-container .footer-bg {
	background: linear-gradient(to right, #fff, #e5e5e5);
	border-radius: 20px;
	margin-top: calc(100% - (100% - -140px));
	position: relative;
	z-index: 9;
	padding: 100px 10%;
	width: calc(100% - 20px);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-custom .ry-container .footer-bg:after {
	content: "";
	position: absolute;
	z-index: -1;
	border: 10px solid rgb(255 255 255 / 52%);
	border-radius: 30px;
	left: -10px;
	top: -10px;
	right: -10px;
	bottom: -10px;
}
.footer-custom .ry-container .footer-bg .w-1280 {
	width: 100%;
	max-width: 1280px;
	gap: 40px;
	justify-content: space-between;
}

.footer-custom .ry-container .ry-box {
	width: 100%;

}

.footer-custom .ry-container .ry-box.ry-box.social-icon {
	max-width: 55px;
	display: flex;
	align-items: center;
}

.footer-custom ul {
	list-style: none;
	padding: 0;
}

.footer-custom ul li {
	position: relative;
}

.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a{
	font-size: 18px;
	text-align: left;

}

.footer-custom a:hover {
	color: #555555;
}

.footer-custom ul li span.hours {
	font-weight: 500;
}


.footer-custom .ry-container .ry-box.ry-box.social-icon ul.under-dropdown {
	top: 60px;
}


.footer-custom ul li span, .footer-custom ul li a span {
	display: block;
	line-height: 25px;
}

.footer-custom .location-show ul li {
	padding-left: 36px;
	position: relative;
}
.footer-custom .location-show ul li .fa-icon {
	position: absolute;
	left: -10px;
	top: 1px;
	background: rgb(165 184 146 / 15%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.footer-custom .location-show ul li:not(:last-child) {
	margin-bottom: 14px;
}
.footer-custom .hours-show ul li:not(:last-child) {
	margin-bottom: 8px;

}
.footer-custom .hours-show ul li{ 
	display: flex;
	justify-content: space-between;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex:not(:last-child) {
	margin-bottom: 34px;
	position: relative;
	padding-bottom: 34px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex:not(:last-child):before {
	content: "";
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-bottom: 1px solid #333;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
	gap: 25px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location {
	max-width: 50%;
	width: 100%;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
	width: 100%;

}
.footer-custom .location-show ul li.footer__phone a {
	font-size: 25px;
	margin-top: 6px;
	display: inline-block;
	line-height: 36px;
	color: #555555;
	font-weight: 600;
	font-family: "Poppins";
	font-weight: 500;
}

.ry-services-form textarea.form-control {
	height: 190px;
	border-radius: 30px;
	padding-top: 18px;
	padding-bottom: 18px;
}
.ry-services-form .form-control {
	height: 50px;
	border-radius: 100px;
	padding-left: 28px;
	padding-right: 28px;
	resize: none;
	font-size: 18px;
	color: #333;
	box-shadow: none;
	transition: .3s;
}
.ry-services-form .form-control:hover, .ry-services-form .form-control:focus {
	border-color: #555555;
	box-shadow: 0 4px 30px rgb(55 55 55 / 50%);
	transition: .3s;
}
.ry-services-form .custom-select .form-group{
	position: relative;
}
.ry-services-form .custom-select .form-group:before {
	content: "";
	position: absolute;
	top: 4px;
	right: 20px;
	bottom: 0px;
	z-index: 99;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-747ae605-82c0-475a-bd23-682c75266702/Assets/Rectangle_17.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	background-position: center;
}

.ry-services-form .custom-select .form-control {
	appearance: none !important;
}

.social-icon .social-list>ul {
	display: flex;
	flex-direction: column;
	gap: 20px;

}
.social-icon .social-list>ul li a:before {
	display: none;
}

.social-icon .social-list>ul li a svg {
	width: 18px;
	height: 18px;
	fill: #fff;
	transition: .3s;
}
.social-icon .social-list>ul>li>a {
	width: 55px;
	height: 55px;
	background: #17181a;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	transition: .3s;
}
.social-icon .social-list>ul>li>a:hover {
	transition: .3s;
	box-shadow: 3px 3px 30px rgb(0 0 0 / 20%);
	background: #444444;
	border: 1px solid;
}
.social-icon .social-list>ul li a:hover svg {
	transition: .3s;
	fill: #fff;
}

.footer-custom a:hover {
	color: #17181a;
}

.ry-roya-flex .ry-content, .ry-roya-flex span, .ry-roya-flex p, body.default .ry-roya-flex p, .ry-roya-flex a {
	text-align: left;
	color: rgb(255 255 255 / 50%);
	font-size: 16px;
	line-height: 25px;
}
.ry-roya-flex a:hover {
	color: #ffffff;
}
.ry-roya .ry-logo {
	width: auto;
	position: relative;
	top: 3px;
}

.ry-flex.ry-roya-flex {
	padding: 60px 0 50px;
}
.ry-roya.ry-flex {
	justify-content: flex-end;
	gap: 8px;
	align-items: center;
}
.ry-flex.ry-roya-flex {
	padding: 60px 0 50px;
}
.ry-flex.ry-roya-flex .ry-right-side {
	width: 100%;
	max-width: 250px;
}
.ry-flex.ry-roya-flex .ry-left-side {
	width: 100%;
	max-width: 100%;
}

.footer-custom .ry-title h4,
body.default .footer-custom .ry-title h4{
	font-size: clamp(1.375rem, 1.3375rem + 0.1875vw, 1.5625rem) !important;
	font-size: clamp(1.125rem, 1.0453rem + 0.3268vw, 1.4375rem);
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
	max-width: max-content;

}

.footer-custom .location-show ul li .fa-icon svg {
	width: 18px;
	height: 18px;
	fill: #616162;
}

html.no-scroll,
body.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
.default .module-brand {
    padding: 60px 0;
}

@media (min-width: 1081px) {
	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
		padding-right: 4%;
	}
}

@media (min-width:1025px) {

	.footer-custom .ry-box.ry-office-contact {
		width: 95% !important;
	}

	/*.footer-custom .ry-box.ry-services-form {
	width: 35% !important;
}*/
}

@media (max-width: 1300px){
	.footer-custom .ry-container .footer-bg .w-1280{
		gap: 40px;
	}
	.footer-custom .ry-container .ry-box.ry-services-form {
		max-width: 330px;
	}
}

@media (max-width: 1024px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom input.ry-btn.ry-btn-primary {
		margin: auto !important;
	}
	.footer-custom .ry-container .ry-box.ry-services-form {
		max-width: 420px;
	}
	.social-icon .social-list>ul {
		margin-top: 20px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 20px;
	}
	.social-icon .social-list>ul li:nth-child(3){
		top: 0px;
	}
	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		width: 100%;
		justify-content: center;
	}
	.social-icon .social-list>ul li.main-dropdown {
		top: 0;
	}
	.ry-flex.ry-roya-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 15px;
	}

	.ry-roya.ry-flex {
		justify-content: center;
		flex-direction: column;
	}
	.footer-custom .ry-container .ry-box.ry-services-form .ry-title h4 {
		text-align: center;
	}
}
@media (max-width: 991px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		max-width: 100%;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 80px 20px;
	}
	.ry-roya-flex .ry-content span {
		display: block;
	}
	.ry-roya-flex .ry-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.ry-roya-flex .ry-content, .ry-roya-flex span, .ry-roya-flex p, .ry-roya-flex a{
		line-height: 160%;
		text-align: center;
	}
	.footer-custom .form-group[data-type="submit"] {
		text-align: center;
	}
	.footer-custom .ry-container .footer-bg .w-1280 {
		gap: 0px;
	}

	.footer-custom .ry-container .ry-box.ry-services-form {
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4{
		text-align: center;
	}

	div.custom--brands__w-full .flex--bottom__title .each--title span:after,
	div.custom--brands__w-full .flex--bottom__title .each--title span:before {top: 35%;left: 50%;}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a {
		text-align: center;
	}
	.footer-custom .location-show ul li {
		padding-left: 0;
		padding-top: 50px;
	}
	.footer-custom .location-show ul li .fa-icon {
		right: 0px;
		margin: auto;
		top: 0px;
	}
	.dual-maps .ry-flex:before {
		left: 0px;
		right: 0px;
		top: 50%;
		transform: translateY(-50%);
		border-right: none;
		border-bottom: 2px solid #444444;
		z-index: 9;
		height: 1px;
		width: 100%;
	}
	.dual-maps .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.doctor-section .for-btn.ry-flex {
		flex-direction: column;
	}
	.doctor-section {
		padding: 60px 0 20px;
	}
	.dual-maps .full-map img{
		min-height: 300px;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 50px 20px;
		margin-top: 0 !important;
	}

	div.footer-custom {
		padding: 3em 0 0 !important;
	}
}

@media (min-width: 1700px){
	.ry-title h1,
	body.default .ry-title h1{
		font-size: 75px;
	}
	.ry-title h1 span {
		font-size: 24px;
	}
	.ry-title h2,
	body.default .ry-title h2{
		font-size: 65px;
	}
	.ry-title h2 span{
		font-size: 20px;
	}
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a{
		font-size: 18px;
	}

}
@media screen and (min-width: 992px) and (max-width: 1700px){
	.footer-custom .ry-container .footer-bg .w-1280 {
		max-width: 100%;
	}
	.footer-custom .ry-container .footer-bg {
		padding: 80px 4%;
	}
}
.social-list.contact-social ul.social-lists {
	display: flex;
	padding: 0;
	list-style: none;
	gap: 10px;
	justify-content: flex-start;
}

.social-list.contact-social ul.social-lists li a {
	width: 50px;
	height: 50px;
	background: #444444;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.social-list.contact-social ul.social-lists li a:before {
	display: none;
}

.social-list.contact-social ul.social-lists .under-dropdown {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 20px;
	list-style: none;
	width: 150px;
	left: 50%;
	transform: translateX(-50%);
	top: 53px;
	display: none
}
.social-list.contact-social ul.social-lists .under-dropdown.hover{
	display: block;
}
.social-list.contact-social ul.social-lists .under-dropdown li a {
	width: auto;
	height: auto;
	text-align: center;
	background: transparent;
	border-radius: 0px;
	font-size: 18px;
	padding: 5px 0px;
	line-height: 100%;
}
.social-list.contact-social ul.social-lists .under-dropdown li:not(:last-child) {
	border-bottom: 1px solid rgb(0 0 0 / 20%);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.social-list.contact-social ul.social-lists li a svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}
.social-list.contact-social ul.social-lists li ul li a:hover {
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
	color: #444444;
	text-decoration: none !important;
	background: transparent;
	box-shadow: none;
}
@media (max-width: 991px){
	.social-list.contact-social {
		margin-top: 20px;
	}
}

@media (max-width:500px) {

	.footer-custom ul.under-dropdown li {
		width: 100% !important;
	}

	.footer-custom .social-icon .social-list>ul {
		flex-wrap: wrap;
		width: 100%;
		padding: 0;
		gap: 5px 0;
		justify-content: center;
	}

	.footer-custom .social-icon .social-list>ul li a svg {
		width: 15px;
	}

	.footer-custom .social-icon .social-list>ul li {
		width: 22%;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		max-width: 100%;
	}

	.footer-custom .social-list {
		width: 100%;
	}
}
.footer-custom ul li p {
	text-align: center;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500 !important;
	margin-top: 13px;
}
.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
	max-width: 300px;
}

@media (max-width: 1080px) { 
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-location {
		width: 100%;
		max-width: 100%;
	}
	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-logo img {
		margin: auto;
	}

	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		flex-direction: row;
		width: 100%;
		max-width: 100%;
		justify-content: center;
		align-items: center;
	}

	.footer-custom .social-icon .social-list>ul {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}

	.footer-custom .hours-show ul li {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4 {
		text-align: center;
	}

	.footer-custom .location-show ul li {
		padding: 0;
		flex-direction: column;
		align-items: center;
		display: flex;
	}

	.footer-custom .location-show ul li .fa-icon {
		position: relative;
		left: unset;
		top: unset;
	}

	.footer-custom ul li span, .footer-custom ul li a span {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.footer-custom .location-show ul li a {
		text-align: center;
	}

	.footer-custom .ry-flex.ry-roya-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.ry-flex.ry-roya-flex .ry-right-side .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-roya-flex .ry-content,
	.footer-custom .ry-roya-flex span, 
	.footer-custom .ry-roya-flex p, 
	.footer-custom .ry-roya-flex a {
		text-align: center;
	}
}

@media screen and (max-width: 1201px) {
	.footer-custom .ry-container .footer-bg .w-1280 {
		flex-direction: column;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 50px;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-hours {
		padding: 0 !important;
		width: 350px;
	}

	.footer-custom .ry-box.ry-office-contact {
		width: 100% !important;
	}

	.footer-custom .ry-logo {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .ry-container .ry-box.ry-office-contact>.ry-flex .ry-location {
		max-width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer-custom .location-show ul li .fa-icon {
		position: relative;
		inset: 0;
	}


	.footer-custom .location-show ul li {
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.footer-custom .location-show ul li * {
		text-align: center !important;
	}

	.footer-custom .location-show ul li span {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-custom .ry-title h4, body.default .footer-custom .ry-title h4 {
		text-align: center;
	}

	.footer-custom .ry-container .ry-box.ry-box.social-icon {
		margin: 0 auto;
	}
}

/* Footer End */

/*-----BUILD | MAICA | 06.17.2025-----*/

:root {
  --site-font: Poppins;
  --title-font: Tenor Sans;
  --primary-color: #444444;
  --secondary-color: #17181a;
}

html {
    scroll-behavior: smooth;
}
	

/*--- FONT ---*/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1,
#ry-pg-body h2,
#ry-pg-body h3,
#ry-pg-body h4,
#ry-pg-body h5,
 #ry-pg-body h6{
    font-family:var(--title-font) !important;
	 line-height:1.2
}

#ry-pg-body h2 {
	font-size: clamp(1.6875rem, 1.6397rem + 0.1961vw, 1.875rem) !important;
	margin-bottom:8px
}
#ry-pg-body h3 {
	font-size:22px;
	margin-bottom:8px
}
[data-page-id="WebPage-f2c81add-04d4-4443-8c13-3c45f181fe7b"] #ry-pg-body h2 {
	margin:70px 0 0px;
}
[data-page-id="WebPage-f2c81add-04d4-4443-8c13-3c45f181fe7b"] #ry-pg-body h3 {
	margin: 30px 0 0
}

/*---  HEADER SECTION ---*/
body.default #ry-section-header.module-43.fixed {
    position:absolute;
    top:0;
}

body.default #ry-section-header.module-43 {
  top: 0;
  left: 0;
  z-index: 999;
  padding: 35px 0 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
 
body.default #ry-section-header.module-43.fixed {
    position: fixed;
    z-index: 99999;
    padding: 15px 0;
	background: rgb(259 259 259);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	background-color: rgb(239 239 239 / 90%);
}
	
/*---  WELCOME SECTION ---*/
	
.module-welcome.style-7.quality-care .ry-flex {
    align-items:end
}

.module-welcome.style-7.quality-care .ry-flex .ry-each:not(.image-wrapper) {
    margin-block:auto
}

/*---  SERVICE SECTION ---*/
.module-services.custom .ry-flex {
    gap:100px;
	row-gap:50px
}

/*----- BANNER -----*/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1{
	line-height:1.1;
	color:#fff !important
}


/* ----- TEAM PAGE -----*/
.module-1 .ry-box-left img {
   	border: double #000 4px;
    width: fit-content;
    padding: 5px;
}
.module-1 .ry-box-right .dr-name h2 {
	margin:0 !important
}
.module-1 .ry-box-right .team-title {
	margin-bottom:10px
}
.module-1 {
	margin-bottom:0
}

.team-inner-page.style3 .ry-each .each-container .team-full-description {
	display:block !important
}
	
.team-inner-page.style3 .ry-each  .btn-excerpt {
	display:none !important
}
	
/* ----- BRAND PAGE -----*/
.module-311 .ry-payment-options-logos .ry-each:nth-child(even) {
	background:var(--secondary-color)
}
	
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	
.module-311 .ry-payment-options-logos .ry-each:nth-child(even) img {
	filter:brightness(0) invert(1)
}
.module-311 .ry-payment-options-logos .ry-each p {
	font-size: clamp(1.5625rem, 1.4828rem + 0.3268vw, 1.875rem);
}
.module-311 .ry-payment-options-logos .ry-each:nth-child(even) p {
	color:#FFF
}

.module-311 .ry-payment-options-logos .ry-each img {
    max-width: 150px;
}
[data-page-id="WebPage-c07f0a56-cc54-48f7-a268-26d0fdef6b66"] .module-311 .ry-payment-options-logos .ry-each:nth-child(even) {
	background:unset
}
[data-page-id="WebPage-c07f0a56-cc54-48f7-a268-26d0fdef6b66"] .module-311 .ry-payment-options-logos .ry-each:nth-child(even) img {
	filter:unset
}
/*----- CONTACT US PAGE -----*/
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
	line-height: 1.2 !important;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a,
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a span {
	color:var(--primary-color) !important;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:not(.fax):hover .icon {
	background:var(--secondary-color)
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-2 {
	font-size: 23px;
	font-weight: bold;
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	min-height:50px;
	display:flex;
	justify-content:center;
	align-items:center
}

.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li a{
	min-width:50px;
	min-height:50px;
}
.custom-social-wrapper .social-inner-wrap li:nth-child(1) a svg {
    width: 18px;
	height:18PX
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li:hover{
	transform:scale(1.1);
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-2 {
	color:#444
}

/*--- SERVICE PAGE ---*/
.module-services.style2 {
    justify-content:center
}

.module-services.style2 .ry-headline {
    font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
    line-height:1.2;
    font-family:var(--title-font) !important
}

.module-services.style2 .ry-each .photo:before {
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0 0 0 / 15%), rgb(0 0 0 / 63%));
}
	
/*--- FOOTER ---*/
	
.footer-custom a {
	color:#444 !important;
	font-weight:500
}
/*--- MEDIA QUERIES*/
@media(min-width:991px) {
	#slider-6889e33e6c021::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 700px;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
		z-index: 2;
		pointer-events: none;
	}
}
	
@media(max-width:1280px){
	.module-welcome.style-7.quality-care .ry-flex .ry-each:not(.image-wrapper) {
		padding-bottom:60px
	}
}


@media (max-width: 1080px) {
	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img {
		max-width:400px;
		width:100%;
		margin:auto;
		object-fit: cover;
		height:auto
	}
	.module-welcome.style-7 .ry-flex, .module-28 .ry-flex {
		flex-direction: row;
	}

	.module-welcome.style-7.quality-care .ry-flex .ry-each:not(.image-wrapper) {
		padding:0;
		margin-inline:auto
	}
	.module-welcome.style-7 .ry-each.image-wrapper {
		width: 100% !important;
		max-width: unset !important;
		padding-bottom: 0px;
		margin-bottom: unset !important;
	}
	.module-welcome.style-7 .ry-flex {
		gap: 40px;
	}
	.module-welcome.style-7 .text-wrapper {
		padding:0;
	}
	.module-welcome.style-7.quality-care .ry-flex {
		align-items: center;
	}

	.module-28 .ry-flex {
		align-items:end
	}
	.module-28 {
		padding: 60px 0 0;
	}

	.module-28 .ry-left, .module-28 .ry-right  {
		flex-basis: 50%;
	}

	.module-28 .ry-right  {
		margin-bottom:60px
	}
	.module-28 .ry-left img {
		max-width:500px
	}

	.ry-section-hero {
		margin-top:100px
	}

	.module-welcome.style-7.quality-care .background-section img  {
		opacity:.6
	}
	.mobile-container .flex-wrap .mobile_logo img {
		filter:brightness(0) invert(1)
	}

	.footer-custom .hours-show ul {
		margin-bottom:20px
	}
	.footer-custom .hours-show ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 0 auto;
		padding: 40px 0;
		overflow-wrap: break-word;
		hyphens: manual;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top:80px !important
	}

	#ry-pg-banner .ry-bnr-wrp:before,
	#ry-pg-banner .ry-bnr-wrp:after {
		display:none
	}
}

@media(max-width:991px){
	.module-welcome.style-7 .ry-flex, .module-28 .ry-flex {
		flex-direction: column;
		align-items:center;
		justify-content:center
	}

	.module-welcome.style-7 .ry-flex .ry-each.image-wrapper .photo img,
	.module-28 .ry-left img{
		max-width:320px;
		width:100%;
		margin:auto;
		object-fit: cover;
		height:auto
	}


	.module-28 .ry-left, .module-28 .ry-right  {
		width:100%;
	}

	.ry-section-hero {
		margin-top:-10px
	}
	.module-66 {
		margin-top: 100px;
	}

	.team-inner-page.style3 .ry-each .each-container {
		gap:40px
	}
	.module-1 .ry-box-left img {
		margin:auto
	}

	.team-inner-page.style3 .ry-each .each-container * {
		text-align:center !important
	}
	#ry-pg-body {
		padding: 50px 0 300px;
	}
   
}

@media(max-width:600px) {
	#top-brands .owl-dots {
		display:none
	}
	.footer-custom .hours-show ul {
		max-width:290px;
		margin:auto;
		margin-bottom:20px
	}
	#ry-pg-body h3 {
			font-size:20px;
		}
	#ry-pg-body h2 {
		margin:40px 0 0px;
	}
}
@media(max-width:480px){
	#ry-pg-body {
		padding: 50px 0 100px;
	}
	
    .module-66 .bnr-textbox .ry-section-title {
        font-size:45px;
        line-height:.9;
        letter-spacing:1px
    }
    .module-66 .bnr-textbox .ry-section-title span{
        margin-bottom:10px;
        line-height:1.2;
    }
     .ry-section-hero {
        margin-top:50px
    }
    .module-66 {
        margin-top: 0;
    }
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 40px;
	}

	.team-inner-page.style3 .ry-each .each-container {
		gap:40px
	}
    .module-1 .ry-box-left img {
        margin:auto
    }

    .team-inner-page.style3 .ry-each .each-container * {
        text-align:center !important
    }

}