/*HEADER update*/
.top-banner {
    width: 100%;
}
.top-banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 30px;
    background: black;
    font-size: 16px;
    font-weight: 500;
    gap: 12px;
	color: #b07e56;
	transition: .3s;
}
.module-34.fixed .top-banner {
	display: none;
}
.top-banner a:hover {
	color: #fff;
	transition: .3s;
}
.top-banner a img {
    width: 50px;
    height: 30px;
    object-fit: contain;
}

#ry-pg-header .module-34 {
	position: relative;
}

.module-34 {
    position: absolute;
    z-index: 9;
    background: transparent;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li:hover a {
    color: #ffffff !important;
	background: #b07e56;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
    background: #b07e56;
}

.ry-menu .ry-nav li.dropdown .dropdown-menu li.active a {
    color: #fff !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
	background: #819e84;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li a {
    color: #ffffff !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
	padding: 0;
}
.module-34 .ry-btn-module-34 { 
	border: 1px solid #b07e56;
	background: #b07e56;
}

.module-34 .ry-btn-module-34:hover {
	border: 1px solid #819e84;
	background: #819e84;
}

#ry-pg-header .module-34 {	
	background-color: #231f20;
}

.module-35 .module-35-header-container {
	background: #231f20;
}

@media (max-width: 1080px) { 
	.module-34-top-center img {
		max-width: 260px !important;
	}
	.module-34 .ry-menu a {
    	font-size: 13px;
		padding: 15px 5px;
	}
}
@media screen and (max-width: 1701px) {
	.module-34-bot .ry-container {
		width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 1440px) { 
	.module-34 .ry-menu a {
    	font-size: 15px;
	}
	.module-34-bot .ry-container {
		max-width: 100%;
	}
}

@media screen and (max-width: 1366px) { 
	.module-34 .ry-menu {
		position: relative;
		z-index: 9999;
	}
	.module-34 .ry-content {
		padding: 20 0 0px;
	}
	/*.module-34 {
		background: #231f20;
	}*/
	.module-34 .module-34-bot {
        position: relative;
        z-index: 9;
    }
	/*.module-34 {
		position: relative;
	}*/
}

@media (max-width: 1280px) { 
	.module-34 .ry-menu a {
		font-size: 16px;
	}
}

@media (max-width: 1400px) { 
	.module-34 .ry-btn-module-34 {
		padding: 18px;
	}
	.module-34 .module-34-top-right .ry-btn-module-34 {
		width: 60px;
	}
	.module-34-top-center img {
		max-width: 250px;
	}
}

/** Header End **/

.walk-icon img {
    object-fit: contain;
    width: 100%;
    height: 100% !important;
}

.walk-icon {
    position: absolute;
    width: 160px;
    height: 160px;
    top: 34%;
    transform: translate(-50%, -50%);
    left: 14%;
}

/** Services Start **/

.module-services.custom {
	padding: 8vw 0;
	position: relative;
	z-index: 1;
}

.module-services.custom .ry-container {
    max-width: 1280px;
	width: 90%;
	position: relative;
	z-index: 99;
}
.module-services.custom:before {
    content: "";
    position: absolute;
    inset: 0;
    height: 0;
	padding-bottom: 50%;
    z-index: 1;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/services_background_bottom.png);
	background-size: contain;
	background-position: center bottom;
	top: unset;
	bottom: -1px;
}


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

/*.module-services.custom .section-background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #5d316c, transparent, #5d316c);
	z-index: 1;
}*/

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

.module-services.custom .ry-headline h2 {
	color: #e7e7e7;
	margin-bottom: 90px;
	position: relative;
	padding-bottom: 35px;
}

.module-services.custom .ry-headline h2:before {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    border-bottom: 1px solid #e7e7e7;
    height: 2px;
    width: 160px;
    margin: auto;
}

.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: 30px;
	margin-bottom: 70px;
}

.module-services.custom .ry-flex .each-block {
    width: 100%;
    max-width: calc(25% - 25px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.module-services.custom .ry-flex .each-block .photo {
	width: 100%;
	height: 100%;
	aspect-ratio: 1;
	max-width: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f9f9f9;
	position: relative;
	border-radius: 500px;
	border: 7px solid transparent;
	transition: .3s;
}

.module-services.custom .ry-flex .each-block .photo:before {
    content: "";
	position: absolute;
	inset: 0;
	width: 90%;
	height: 90%;
	margin: auto;
	border-radius: 500px;
	z-index: 1;
	transition: .3s;
}

.module-services.custom .ry-flex .each-block .photo img {
    max-width: 90%;
    object-fit: cover;
    position: absolute;
	transition: .3s;
	border-radius: 500px;
}

.module-services.custom .ry-flex .each-block .link:hover ~ .photo img { 
	transition: .3s;
    filter: grayscale(0);
}

.module-services.custom .ry-flex .each-block .link:hover ~ .photo {
	border-radius: 500px;
    background: linear-gradient(white, white) padding-box, /* inner */ linear-gradient(180deg, #b07e56, #b07e56, #b07e5600) border-box;
    border: 7px solid transparent;
	transition: .3s;
}

.module-services.custom .ry-flex .each-block .link:hover ~ .photo:before {
	background: #b07e56c2;
	transition: .3s;
}
.module-services.custom .ry-flex .each-block .photo:after {
	content: "";
	inset: 0;
	margin: auto;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/hover_icon.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	opacity: 0;
	transition: .3s;
	z-index: 5;
    width: 120px;
    height: 120px;
}
.module-services.custom .ry-flex .each-block .link:hover ~ .photo:after {
	opacity: 1;
	transition: .3s;
}

.module-services.custom .ry-flex .each-block .link a:focus {
    border: none;
    outline: none;
}

.module-services.custom .ry-flex .each-block .link, .module-services.custom .ry-flex .each-block .link a {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 500px;
	inset: 0;
	z-index: 9;
	color: transparent;
}

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

.module-services.custom .ry-flex .each-block .title * {
    font-size: 26px;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.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;
}

.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;
	}
}

@media (max-width: 1480px) { 
	.module-services.custom .ry-flex .each-block .photo {
        width: 85%;
        height: 85%;
        /* padding-bottom: 100%; */
        display: flex;
        align-items: center;
    }
	.module-services.custom .ry-flex .each-block .photo img {
		max-width: 95%;
	}
	.module-services.custom .ry-flex .each-block .photo:before {
		width: 95%;
		height: 95%;
	}
	.module-services.custom .ry-flex .each-block .title div {
		font-size: 18px;
	}
	.module-services.custom .ry-flex .each-block {width: 220px;}
}

@media (max-width: 1280px) and (min-width: 1081px) { 
	
.module-services.custom .ry-flex .each-block .photo img {
		height: 70px;
	}
}
@media (max-width: 1080px) {
	.module-services.custom {
		padding: 100px 0;
	}
	.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: #fff;
		border-radius: 50%;
		opacity: .3;
		padding: 0;
		border: 0;
	}

	.module-services.custom .slick-dots li.slick-active button {
		opacity: 1;
		background: #b48057;
	}
	.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%;
	}

}

@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;
	}
}

/*.module-services.custom .section-background:before {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    background: linear-gradient(to bottom, transparent, #819e84);
    z-index: 1;
    height: 35%;
}*/
/** Services End **/

.module-28 {
	background-position: center top;
}

/*.module-28 .ry-content.ry-flex {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/team_box_bg_3.jpg);
	background-position: right center;
	background-size: cover;
    padding: 30px 40px 0;
}*/
.module-28 .ry-content.ry-flex {
	gap: 60px;
}

.module-28 .ry-right {
    padding: 80px 10% 80px 0px;
}

.module-28 .ry-section-title span {
    margin-bottom: 20px;
}

.module-28 .ry-section-title {
    color: #fff;
}

.module-28 .ry-right {
    padding: 80px 20px 80px;
}

@media (min-width: 1081px) {
	.module-28 .ry-content.ry-flex {
		flex-direction: row-reverse;
	}
	.module-28 .ry-right {
		padding: 80px 0px 80px 10%;
	}
}

/** Testimonial Style **/

.module-testimonials.option-1 {
	margin-top: -2px;
	padding: 120px 0 120px;
}

.module-testimonials.option-1:before {
    height: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/final_testimonial_background_2025.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
	height: 100%;
}

.module-testimonials.option-1 .section-headline h2 {
	color: #fff;
}

/*.video-testimonial {
    margin-top: 50px;
    margin-bottom: 40px;
	display: flex;
    justify-content: center;
}

.video-testimonial .ry-flex {
    gap: 30px;
    flex-wrap: wrap;
	max-width: 1280px;
}

.video-testimonial .ry-flex .ry-each {
    width: 100%;
    max-width: calc(50% - 15px);
}

.video-testimonial .ry-flex .ry-each .patient-image {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
	border: 3px solid transparent;
    border-image: linear-gradient(45deg, #cca07d, #7f5737) 1;
}
.video-testimonial .ry-flex .ry-each .patient-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-testimonial .ry-flex .ry-each .patient-yt {
    position: absolute;
    z-index: 9;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-testimonial .ry-flex .ry-each .patient-yt a {
    position: absolute;
    inset: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-testimonial .ry-flex .ry-each .patient-yt a .icon {
    background: rgb(0 0 0 / 60%);
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.video-testimonial .ry-flex .ry-each .patient-yt a .icon svg.bi.bi-play-fill {
    width: 30px;
    height: 26px;
}*/

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block, .module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	background: transparent;
}
/** Testimonial 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: #819e84;
}

.footer-custom {
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/footer_background.jpg);
	background-size: cover;
}

.footer-custom>.ry-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.footer-custom .ry-container .footer-bg {
	background: #000000;
	border-radius: 0px;
	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: 3px solid transparent;
    border-image: linear-gradient(45deg, #cca07d, #7f5737) 1;
	border-radius: 0px;
	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 {
	color: #fff;
}
.footer-custom a:hover {
	color: #f9f9f9;
}

.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;
	color: #fff;
}
.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: 35px;
}
.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: #fff;
	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: #fff;
	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: #819e84;
	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: #b07e56;
	border: 1px solid;
}
.social-icon .social-list>ul li a:hover svg {
	transition: .3s;
	fill: #fff;
}

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

.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: #b07e56;
}
.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: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400 !important;
}

.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;
}

@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;
	}
	.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){
	.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: #b07e56;
	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: #b07e56;
	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: 320px;
    margin: auto;
}

@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;
		flex-direction: column;
	}
	.proud-member img {
		max-width: 260px !important;
	}
	.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;
	}
	.ry-flex.ry-roya-flex {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.ry-flex.ry-roya-flex .ry-left-side * {
		text-align: center;
	}
}

.proud-member {
    margin-top: 30px;
}

.proud-member img {
    margin: auto;
    max-width: 320px !important;
    width: 100%;
}

  #mapCustom {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

/* Footer End */

/*form popup*/


button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none
}
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20)
}

.close:hover,.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity=50)
}
.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	background-clip: padding-box;
	outline: none
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0)
}

.modal-backdrop.in {
	opacity: .5;
	filter: alpha(opacity=50)
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857143
}

.modal-body {
	position: relative;
	padding: 20px
}

.modal-footer {
	margin-top: 15px;
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}


.modal-footer {
	display: none;
}
.modal-body {
	padding: 0;
}

.close-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 99;
}
.close-btn button {
	border: none;
	background: #b07e56;
		width: 35px;
		height: 35px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 !important;
		border-radius: 0px;
		}

.close-btn button:hover {
	background: #000000;
		}
.model-csutom {
	padding: 56px 9% 46px;
	position: relative;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/pop_up_bg_2025.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.model-csutom .ry-logo {
	margin-bottom: 20px;
}
.model-csutom .ry-logo img {
	width: 100%;
	max-width: 260px;
	margin: auto;
}

.model-csutom .ry-logo, .model-csutom .ry-title, .model-csutom .cmsForm {
	position: relative;
	z-index: 9;
}
.model-csutom .ry-title * {
	text-align: center;
}

.model-csutom .ry-title h3 br {
	display: none;
}
.model-csutom .ry-title h3 {
	color: #fff;
	font-weight: 700 !important;
	font-size: clamp(1.625rem, 1.3875rem + 1.1875vw, 2.8125rem);
}
.model-csutom .ry-title h3 span {
	color: #fff;
		font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
		display: block;
		margin-bottom: 10px;
	font-weight: 400 !important;
		}
.ry-title p .span-2 {
	font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
	display: block;
	color: #fff;
	font-weight: 400;
	margin: 8px 0px;
}
.model-csutom .ry-title p {
	font-size: 16px;
	color: #fff;
	line-height: 150%;
	    text-transform: uppercase;
    margin-top: 20px;
}
.model-csutom .form-control {
	border-radius: 0;
	box-shadow: none;
	height: 55px;
	font-size: 16px;
	color: #111;
	padding: 0 26px;
}
.model-csutom input.ry-btn.ry-btn-primary {
	height: 55px;
	border-radius: 0 !important;
	width: 100%;
	max-width: 100%;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 18px !important;
}
.model-csutom .cmsForm {
	margin-top: 20px;
	background: rgb(255 255 255 / 70%);
	padding: 8%;
}

.model-csutom .form-control {
	border-radius: 0;
	box-shadow: none;
	height: 55px;
	font-size: 16px;
	color: #111;
	padding: 0 26px;
	width:100%;
}
.model-csutom input.ry-btn.ry-btn-primary {
	height: 55px;
	border-radius: 0 !important;
	width: 100%;
	max-width: 100%;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 18px !important;
}
.model-csutom .cmsForm {
	margin-top: 20px;
}
.model-csutom .form-group[data-type="submit"] {
    margin: 0;
}
.cmsForm  {
	width: 100%;
}
.form-group {
	margin-bottom: 15px;
}

.model-csutom .form-group button#btnFormLeads {
    width: 100%;
}

.model-csutom .form-group button#btnFormLeads:not(:hover) {
	background: #000000 !important;
}

@media (min-width: 992px) {
	.modal-lg {
		width:900px
	}
}


@media (min-width: 768px) {
	.modal-dialog {
		width:100%;
		max-width: 800px;
		margin: 30px auto
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
		box-shadow: 0 5px 15px rgba(0,0,0,0.5)
	}

	.modal-sm {
		width: 300px
	}
}
@media (max-width: 767px){
	.model-csutom .ry-title h3 span{
		font-size: 20px;
	}
	.model-csutom .ry-title h3{
		font-size: 26px;
	}

}

@media (max-width: 360px){
	.modal .modal-dialog {
		margin: 100px auto;
	}
}


.module-28:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets_2/team_bottom_bg.png);
    background-size: contain;
    background-position: center bottom;
	background-repeat: no-repeat;
    height: 0;
    padding-bottom: 20%;
    top: unset;
}






:root {
  --site-font: Poppins;
  --title-font: Roboto Flex;
  --primary-color: #b07e56;
  --secondary-color: #819e84;
}

html {
    scroll-behavior: smooth;
}

#ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6,
#ry-pg-body h2 a, #ry-pg-body h3 a, #ry-pg-body h4 a, #ry-pg-body h5 a, #ry-pg-body h6 a{
    text-transform:uppercase;
    letter-spacing:1px
}
 #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
        line-height:1.1
    }
.fancybox-slide {
    overflow:hidden
}
/*----- TEAM PAGE -----*/
.team-inner-page.style3 .team-social {
	margin-top:20px
}
.team-inner-page.style3 .ry-each {
	background:#00000005;
	border: solid #0000001c 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
.team-inner-page.style3 .ry-each .photo {
    width: 280px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
    width: 25%;
    padding: 30px 3vw;
}

@media (max-width: 1080px) {
	.team-inner-page.style3 .ry-each .each-container .details p {
		text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title p {
		text-align: center !important;
		margin-top: 10px !important;
	}

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

	.team-inner-page.style3 .ry-each .each-container .details ul li {
		text-align: left !important;
	}

	.team-inner-page.style3 .ry-each .each-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-left: 0;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title * {
		text-align: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
		padding-top: 0;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt p,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		text-align: center;
		margin-bottom: 30px;
	}

	.team-inner-page.style3 .ry-each[data-social=""] .details .title {
		padding: 30px 0;
	}

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

	.team-inner-page.style3 .ry-each .each-container .details .title {
		padding-bottom: 0 !important;
	}
}


/*----- SERVICES PAGE -----*/
.video-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9; 
  position: relative;
	margin-block:50px
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.grid-wrapper {
	margin-top:60px
}
.grid-wrapper .ry-each {
  display: flex;
  background: var(--secondary-color);
  align-items: stretch;
}

.grid-wrapper .ry-each > div {
  width:50%;
}

.grid-wrapper .ry-each > div img {
  width: 100%;
  height: 100%;
	object-fit:cover
}

.grid-wrapper .ry-text {
  color: #fff;
  padding: 20px; 
	display:flex;
	flex-direction:column;
	justify-content:center
}

.grid-wrapper .ry-text h3 {
  margin: 0 0 5px !important;
  color: #fff;
}
.grid-wrapper .ry-text h3 a {
	color: #fff;
}

.grid-wrapper > div:nth-child(odd) {
  flex-direction: row-reverse;
}

#ry-pg-body .grid-wrapper .ry-text .ry-btn {
    padding-block:2px !important;
    margin-top:10px;
	border:solid #fff 1px;
	color:#fff
}
#ry-pg-body .grid-wrapper .ry-text .ry-btn:hover {
	background:var(--secondary-color);
	border:solid #fff 1px;
	color:#fff;
	opacity:1
}	

.inside-page-banner {
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/final_welcome_2025.jpg) no-repeat center / cover;
    margin-top:80px;
    padding:30px;
	position:relative
}

.inside-page-banner:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 30px;
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/svp_contact_shadow.png);
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}
.inside-page-banner * {
	color:#fff
}
#ry-pg-body .btn, #ry-pg-body .ry-btn, #ry-pg-body .ry-btn-primary {
    border-radius: !important;
    font-size: clamp(1.0625rem, 1.025rem + 0.1875vw, 1.25rem) !important;
    text-transform: uppercase !important;
    padding: 10px 25px !important;
}

.apt-section {
    display:flex;
    position:relative;
    margin-top:80px;
    justify-content:end;
    align-items:center;
}

.apt-section > div:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;   
  height: 100%; 
  overflow: hidden; 
  z-index: 0; 
    border-radius:30px;
}

.apt-section > div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
	object-position:center;
}

[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .apt-section > div:nth-child(1) {
    width: 70%;
}
[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .apt-section > div:nth-child(1) img {
    object-position: right;     
}

.apt-section > div:nth-child(2) {
    background:#FFF;
    max-width:430px;
    height:100%;
    padding:20px 2vw;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin:20px -10px 20px 0;
    border-radius:20px;
    
}
.apt-banner.inside-page-banner *{
    text-align:center !important
}
.apt-banner.inside-page-banner {
    margin-bottom:50PX
}
.dr-cta p a {
    color:#fff !important
}
.link, .link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 9;
    opacity: 0;
}

.service-wrapper .service-grid {
    display:flex;
    gap:15px;
    margin:20px 0 50px
}

.service-wrapper .service-grid .ry-each {
    width:33%;
    display:flex;
    flex-direction:column;
    justify-content:start;
    border-radius:20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow:hidden;
	transition:all .3s ease;
	position:relative
}
.service-wrapper .service-grid .ry-each:hover {
	scale:1.02
}

.service-wrapper .service-grid .ry-each .ry-photo {
    margin:0;
    padding:0;
}

.service-wrapper .service-grid .ry-each .ry-photo img {
    border-radius:0
}

.service-wrapper .service-grid .ry-each .title{
    padding:0 10px 10px
}
.service-wrapper .service-grid .ry-each .title p:nth-child(2) {
    line-height:1.4 !important;
}
.service-wrapper .service-grid .ry-each h3 {
    margin-bottom:0px !important
}
#ry-pg-body  .service-wrapper .service-grid .ry-each  .ry-btn {
	padding-block:2px !important
}

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

.check-list ul li {
    margin-bottom: 15px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
}

.check-list ul li::before {
    content: '✔'; 
    position: absolute;
    left: 0;
    color: #fff; 
    font-size: 18px;
    background:var(--primary-color);
    width:30px;
    height:30px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center
}

.grid-wrapper .ry-each > div img {
  width: 100%;
  height: 300px;
	object-fit:cover;
}
.grid-wrapper .ry-text p a {
	color: #bcffc4;
}

.grid-wrapper .ry-text p a:hover {
	color:#231f20
}

  .intake-form .rw-text {
    text-align:center
}

.intake-form  .checkbox-consent-wrap * {
    text-align:center;
    line-height:1.5
}
[data-page-id="WebPage-3640116a-8e13-4cc4-ac19-7d7b9d640003"] .ry-left > div {
    margin-bottom:30px;
    margin-top:0 !important
}
.ry-accordion .ry-heading.ui-state-active {
    background:var(--primary-color)
}
.ry-accordion .ry-heading.ui-state-active p,
.ry-accordion .ry-heading.ui-state-active:after{
    color:#fff
}
.ry-accordion .ry-heading p, .ry-accordion .ry-content ul li p {
    text-align:start;
}
.ry-accordion {
    -webkit-box-shadow: 1px 1px 90px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 90px rgb(0 0 0 / 3%);
}
.ry-accordion .ry-heading {
    transition:all .3s ease
}
.ry-accordion .ry-heading:hover {
    background:#231F20;
}
.ry-accordion .ry-heading:hover p {
    color:#fff
}
#ry-pg-body .ry-content.ry-flex .ry-accordion .ry-heading p {
    margin:0
}
	
[data-page-id="WebPage-5920a605-9c28-43cf-bacc-9d167a40d51e"] ul li {
	display:flex;
	align-items:center;
	gap:10px
}

[data-page-id="WebPage-5920a605-9c28-43cf-bacc-9d167a40d51e"] ul li * {
	font-size:23px;
	line-height:1.2
}

[data-page-id="WebPage-5920a605-9c28-43cf-bacc-9d167a40d51e"] ul li svg {
	width:20px;
	height:20px;
	fill:#fff
}

[data-page-id="WebPage-5920a605-9c28-43cf-bacc-9d167a40d51e"] ul li i {
	background:var(--primary-color);
	width:40px;
	height:40px;
	display:block;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center
}


[data-page-id="WebPage-5920a605-9c28-43cf-bacc-9d167a40d51e"] ul {
  list-style: none !important;
  padding-left: 0;
}
	
[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .icon {
    max-width:300px;
    margin-right:20px;
    width:100%;
}
/*--- LOCAL RSS ---*/
.ry-left.local-rs-wrapper .ry-each{
    display:flex;
    gap:20px;
     justify-content:space-between;
}

.ry-left.local-rs-wrapper .ry-each:not(.ry-left.local-rs-wrapper .ry-each:last-child){
 margin-bottom:20px;
 padding-bottom:20px;
 border-bottom:solid #48484830 1px
}

.ry-left.local-rs-wrapper .ry-each > div:first-child {
 width:30%;
}

.ry-left.local-rs-wrapper .ry-each > div:last-child {
 width:60%;
 background:rd
}

.ry-left.local-rs-wrapper .ry-each a {
  display: block;
  white-space: normal;     
  overflow-wrap: break-word; 
  word-wrap: break-word;
 line-height:1.1
}

.ry-left.local-rs-wrapper .ry-each H4 {
 color:#231F20;
 font-weight:400 !important
}

/*---HEALTH PAGE---*/
.video-wrapper .ry-each a::after {
  content: "▶";                 
  font-size: 25px;              
  color: white; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;  
  background:#ff0032;
  width:70px;
  height:45px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center
}

.health-page .video-wrapper .ry-each{
  width: 100%;
  height:fit-content
}

.health-page .video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.health-page .video-wrapper {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:10px !important;
	aspect-ratio: unset;
	margin:unset;
}

.health-page .video-wrapper .ry-each a {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9; 
  overflow: hidden;
}

.health-page .video-wrapper .ry-each img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}


	/*--SPINE SIMULATOR--*/
.spine-modal .modal-body {
    display: flex;
    max-width: 1080px;
    width: 95%;
    top: 0px;
    height:fit-content
}

.spine-modal .modal-content {
    max-height:700px;
    overflow-x:hidden;
    overflow-y:auto;
    height:100%;
}

.spine-modal .modal-content p {
    text-align: start !important;
    line-height: 1.5;
    width:100%;
    font-size:16px
}
.spine-modal .modal-content h3 {
    padding:0;
    margin:5px 0 !important
}
.spine-modal .modal-content > div, .spine-modal .modal-content .modal-text {
    gap: 10px;
}

.spine-modal .modal-content::-webkit-scrollbar {
    width: 6px; 
}

.spine-modal .modal-content::-webkit-scrollbar-track {
    background: #ffffffc4; 
}

.spine-modal .modal-content::-webkit-scrollbar-thumb {
    background: #b0703875;
}

.spine-modal .modal-content::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color);
}

.spine-modal .modal-header {
    background: var(--primary-color)
}

.spine-modal .modal-header button {
    opacity: 1;
    text-shadow: unset;
    color: #fff !important;
}

.spine-modal ul {
    width:100%;
}

/*--- Dr. Dustin Scott ---*/
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .btn-excerpt {
    display:none !important
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .details {
    display:flex;
    flex-direction:column
;
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .team-inner-page.style3 .ry-each .each-container .details .title {
    width:100%;
    padding:0
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .details .team-excerpt, 
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .details .team-full-description {
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .details {
    display: flex;
    width: 100%;
}
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container {
    gap:10px !important;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .col-lg-3 {
    width:fit-content;
    display:flex !important;
    gap:20px;
    justify-content:center;
	align-items:center;
    margin: auto;
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .team-inner-page.style3 .ry-each .photo {
    width: 300PX;
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper .info {
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-bottom:20px;
	margin-inline:auto
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper .info a {
    line-height:1.4
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper .info svg {
    fill:var(--primary-color);
    margin-right:5px
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .team-inner-page.style3 .ry-each {
	border:0;
	background:transparent
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  #ry-pg-banner {
	display:none
}

[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  #ry-pg-body {
	padding-top:50px
}
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .team-inner-page.style3 .ry-flex.object-top .photo img {
	border-radius:20PX;
}
[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .details * {
	text-align:center !important
}
	
/**-- SIDEBAR --**/
#ry-sidebar .ry-sb-title {
        background-color: #231f20;
}
 #ry-sidebar #accordion .ry-drop-nav ul {
         background:#0d09000f
 }

#ry-sidebar #accordion .ry-drop-nav ul li:hover  a{
        background:var(--primary-color);
        color:#fff
}

#ry-sidebar #accordion .ry-drop-nav ul li a {
        color:inherit
}
 #ry-sidebar #accordion div#services {
  display:none
 }
	
/*--- SERVICES PAGE---*/
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
    background:#231f20e8
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
    color:var(--primary-color) !important;
    font-weight:500 !important;
    line-height:1.1 !important;
    text-transform:uppercase
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn {
    background:var(--primary-color);
		margin-bottom:0
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn:hover {
    background:#000 !important
}
.ry-list-wrp .ry-list-item .ry-list-content .ry-list-title a {
    font-weight:500;
    text-transform:uppercase
}

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

@media (min-width: 992px) {
    #ry-pg-banner .ry-container, #ry-pg-body .ry-container {
        max-width: 1400px;
		width:95%
    }
}
@media(max-width:1280px){
    #ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
        font-size:22px
    }
    #ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block P {
        font-size:16px !important
    }
}
@media(max-width:1080px) {
	.ry-photo {
		padding: 10px 0 30px;
	}
	[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper  {
        margin:auto
    }
    [data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"]  .social-wrapper .ry-btn {
        width:100%;
    }
    [data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container {
    gap: 30px;
	}
	[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] #ry-pg-body {
		padding-top: 180px;
	}
}
@media(min-width:991px) and (max-width:1080px) {
	.grid-wrapper .ry-each{
		flex-direction:column !important;
	}
	.grid-wrapper .ry-each > div  {
		width:100%;
	}
	.apt-section {
		flex-direction:column
	}
	.apt-section > div:nth-child(1),
	[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .apt-section > div:nth-child(1) {
		position:relative;
		border-end-end-radius:0;
		border-end-start-radius:0;
		max-width:100%;
		width:100%;
	}
	.apt-section > div:nth-child(2) {
		max-width:100%;
		margin: 0;
		border-start-start-radius:0;
		border-start-end-radius:0;
	}
	.service-wrapper .service-grid {
		flex-direction:column;
		gap:30px
	}

	.service-wrapper .service-grid .ry-each {
		width:100%;
	}
}

@media(max-width:773px){
	.grid-wrapper .ry-each{
		flex-direction:column !important;
	}
	.grid-wrapper .ry-each > div  {
		width:100%;
	}
	.apt-section {
		flex-direction:column
	}
	.apt-section > div:nth-child(1),
	[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .apt-section > div:nth-child(1) {
		position:relative;
		border-end-end-radius:0;
		border-end-start-radius:0;
		max-width:100%;
		width:100%;
	}
	.apt-section > div:nth-child(2) {
		max-width:100%;
		margin: 0;
		border-start-start-radius:0;
		border-start-end-radius:0;
	}
	.service-wrapper .service-grid {
		flex-direction:column;
		gap:30px
	}

	.service-wrapper .service-grid .ry-each {
		width:100%;
	}
	.check-list ul {
		max-width:400PX;
		margin:auto;
		width:100%;
	}
	.ry-left.local-rs-wrapper .ry-each * {
		text-align:start;
	}
	.video-wrapper .ry-each a::after {
		font-size: 18px; 
		width:50px;
		height:35px
	}
	.health-page .video-wrapper {
		display:flex;
		flex-wrap:wrap;
		gap:1.5%
	}

	.health-page .video-wrapper .ry-each {
		width:48.5%;
	}
	[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .col-lg-3 {
		flex-direction:column
	}
	[data-page-id="WebPage-0d0081fc-9051-44e9-b9ee-410b3c845af3"] .team-inner-page.style3 .ry-each .each-container .col-lg-3 * {
		text-align:center
	}
}
@media(max-width:600px){
	.ry-left.local-rs-wrapper .ry-each * {
		text-align:center;
	}
	.ry-left.local-rs-wrapper .ry-each{
		flex-direction:column;
		justify-content:center;
		gap:0
	}
	.ry-left.local-rs-wrapper .ry-each > div:first-child,
	.ry-left.local-rs-wrapper .ry-each > div:last-child {
		width:100%;
	}
	.ry-left.local-rs-wrapper .ry-each h3 {
		margin-bottom:0 !important
	}
	.ry-left.local-rs-wrapper .ry-each h4 {
		margin-bottom:0 !important
	}
}
@media(max-width:480px){
	.inside-page-banner:after {
		top:99%;
		background-size:contain;
		background-repeat:no-repeat
	}
	.video-wrapper .ry-each a::after {
		font-size: 16px; 
		width:35px;
		height:25px;
		border-radius:5px
	}
	.team-inner-page.style3 .ry-each {
		padding: 20px;
	}
	#ry-pg-body.services-grid .module-services.style1 {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0px;
		width: 100%;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width: 100%;
		margin-left:0
	}
	.fancybox-slide {
		padding:10px
	}
}
	
	@media (max-width: 1400px) {
		.module-welcome.style-7 .ry-flex {
			gap: 60px;
		}
		.module-welcome.style-7 .ry-each:not(.image-wrapper) {
			max-width: calc(100% - 480px);
		}
		.btn, .ry-btn, .ry-btn-primary {
			padding: 18px 20px !important;
		}
		.module-services.custom .ry-flex .each-block .photo img {
			height: auto !important;
		}
	}
	
	@media (max-width: 1080px) {
		#ry-section-map {
			height: 60vw;
		}
		.module-34 {
			display: none;
		}
		.module-35 {
			display: flex !important;
			width: 100%;
			flex-direction: column;
		}
		.module-welcome.style-7 .ry-flex .ry-each:not(.image-wrapper) {
			max-width: 100%;
		}
		.module-welcome.style-7 .ry-each .ry-btn {
			margin: 0;
		}
		.module-welcome.style-7 .button-wrapper {
			justify-content: center;
		}
		.module-28 {
			padding: 40px 0 80px;
		}
		.module-28 .ry-right {
			padding-top: 0;
		}
		.module-services.custom .ry-container .col-xs-12.content {
			display: flex;
			flex-direction: column;
		}
		.module-66 img {
			height: auto;
		}
		.module-66 .bnr-textbox {
			position: relative;
			background: #231f20;
			padding: 70px 30px;
			margin: 0 !important;
		}
		.walk-icon {
			position: relative;
			left: 0;
			top: 0;
			margin-top: 0px;
			transform: unset;
			margin-bottom: 40px;
		}
		.module-66 .bnr-textbox .ry-section-title-wrapper {
			align-items: center;
		}
		.module-66 {
			margin-top: 0 !important;
		}
		.module-35 {
			position:fixed !important;
			z-index:999
		}

		.sections.ry-section-hero {
			margin-top:120px
		}
	}
	
	@media (max-width: 767px) {
		#ry-section-map {
			height: 65vw;
		}
		[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .icon {
			max-width:100%;
			margin-right:0px;
		}
		[data-page-id="WebPage-18b68a9a-63c8-46eb-a13a-e376bd3a88cf"] .icon img {
			max-width:300px ;
			margin:0 auto 20px
		}
	}
	@media(max-width:600px) {
		.sections.ry-section-hero {
			margin-top:80px
		}
	}

	@media (max-width: 540px) {
		#ry-section-map {
			height: 100vw;
		}
		.top-banner a {
			font-size: 13px;
			padding: 10px 30px;
		}
		.top-banner a img {
			display: none;
		}
	}

	
/*--- CLIENT EDITS ---*/
.module-14 .item .card .slide-text-wrap .big-title h1 {
  text-transform:uppercase
}
.walkIn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9 !important;
    pointer-events: none; 
    display:none
}

.walkIn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.module-14.center .item .card::after {
     content:"";
     position: absolute;
    top: 50%;
    left: 20%;
    width: 250px;
    height: 250px;
    transform: translate(-50%, -50%);
    z-index: 390 !important;
    pointer-events: none;
    background:url('https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets_2/walk_in_badge_V2.png') no-repeat center / contain
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn {
	background:#b07e56 !important;
	border:0;
	font-weight:700 !important;
	letter-spacing:1px;
	font-size: clamp(1.125rem, 1.0135rem + 0.4575vw, 1.5625rem) !important;	
}
.module-14 .item .card .slide-text-wrap .btn-wrap .btn:hover {
	background:var(--secondary-color) !important;
		font-weight: bold!important;
}
#ry-pg-banner .ry-bnr-wrp {
    height: 230px;
    background-size: cover;
    background-position: 90% center;
}
.module-testimonials .carousel-control.left,
.module-testimonials .carousel-control.right {
    display:none
}
.module-14 .carousel-inner .item:nth-child(1) .ry-el-bg{
    background-position:top
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each:nth-child(5) .photo img{
    object-position:35%;
}
body .module-14 .item .card .slide-text-wrap .big-title h1 {
     font-weight:800 !important
}
.module-1 .ry-box-left img {
    border-radius:20px
}
[data-page-id="WebPage-6334081a-83a8-4b6e-af43-814edd34dc60"] .carousel {
    max-width:1080px;
    width:100%;
    margin:auto
}

[data-page-id="WebPage-6334081a-83a8-4b6e-af43-814edd34dc60"] .carousel img {
    border-radius:20px;
}

a.ry-btn.ry-btn-primary {
	font-weight:500;
	font-size:21PX !important;
	padding-block:18PX !important
}
	


.module-welcome.style-7 .button-wrapper .ry-btn {
    max-width:350px;
    width:100% !important; 
    min-width:unset
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone.email .ry-text .span-2{
    font-weight:400 !important;
    font-size: 18px;
    color:var(--primary-color);
    text-wrap:wrap;
}
	
.footer-custom .location-show ul li.footer__phone.footer-email a {
    font-size: 18px;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
	color: #fff !important;
}
body.home h2:not(.module-44 .ry-flex .ry-each h2,body.home .ry-multi-item-slider-heading-section,.ftr-widget h2),
.module-32-wrapper-two .ry-flex .ry-each .ry-section-title,
.module-welcome.style-5 .ry-each h2,
	.module-testimonials.option-1 .section-headline h2 {
		font-weight: 700 !important;
	}
body.home h2 span:not(.ry-custom-services .ry-grid .ry-items:first-child .ry-services-title-wrap h2 span,.logo-bold), 
body.home .ry-multi-item-slider-heading-section, .ry-services.style2 h2 span {
	font-weight: 700;
}
body.default h1, body.default h2, body.default h3, body.default h4, body.default h5, body.default h6 {
    font-weight: 700 !important;
}
	#ry-pg-body h2, #ry-pg-body h3, #ry-pg-body h4, #ry-pg-body h5, #ry-pg-body h6, #ry-pg-body h2 a, #ry-pg-body h3 a, #ry-pg-body h4 a, #ry-pg-body h5 a, #ry-pg-body h6 a {
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height:1.1 !important;
}
	
/*SERVICE APT UPDATE*/	

	.apt-section {
		flex-direction:column
	}
	.apt-section > div:nth-child(1),
	.apt-section > div:nth-child(1) {
		position:relative;
		border-end-end-radius:0;
		border-end-start-radius:0;
		max-width:100%;
		width:100%;
	}
	.apt-section > div:nth-child(2) {
		max-width:100%;
		margin: 0;
		border-start-start-radius:0;
		border-start-end-radius:0;
	}
	
@media(max-width:1680px) {
    .module-14.center .item .card::after {
        left: 15%;
    }
}
	
@media(max-width:1080px){
    #ry-pg-banner .ry-bnr-wrp {
    margin-top:120px
}
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title {
    margin: 10px auto;
    }
}
@media(min-width:1080px) {
	.module-14.center .item .card .slide-text-wrap {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		z-index:333
	} 

	.module-14 .ry-slide.ry-el-bg {
		position: relative; /* required for overlay positioning */
		min-height: auto;
	}

	.module-14 .ry-slide.ry-el-bg:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.55); 
		z-index:1;
	}
	.module-14.center .item .card {
		z-index:2;
	}
	.module-14 .item .card .slide-text-wrap .big-title h1 {
		margin-top: -10px;
		font-size: 2.5em !important;
	}

	.module-14.center .item .btn{
		padding:20px 40px !important;
	}
	.module-14.center .item .card .slide-text-wrap .sub-title {
		margin-bottom:40px;
		line-height:1.3;
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex {
		padding-left:55px
	}
	#ry-pg-body h2 {
		font-size:40px;
	}
	#ry-pg-body h3 {
		font-size:33px
	}

}
@media(min-width:1202px) and (max-width:1380px) {
	.footer-custom .location-show ul li.footer__phone.footer-email a,
	.footer-custom a{
		font-size: 15px;
	}
	.footer-custom, .footer-custom div, .footer-custom span, .footer-custom a {
		font-size: 15px;
		text-align: left;
	}
	.footer-custom .ry-container .ry-box.ry-office-contact > .ry-flex .ry-logo img,
	.proud-member img {
		max-width: 200px !important;
		margin: auto;
}

}
@media(min-width:1080px) and (max-width:1480px) {
    .module-14.center .item .card .slide-text-wrap .btn-wrap {
        text-align:center;
        display:flex;
        justify-content:center
    }
    .module-14.center .item .card {
    top: 70%;
    }
    .module-14.center .item .card::after {
    width: 220px;
    height: 220px
    }
    .module-14.center .item .card::after {
        left: 12%;
    }
} 
	

@media(min-width:1080px) and (max-width:1280px) {
    .module-14.center .item .card::after {
    width: 180px;
    height: 180px
    }
    .module-14.center .item .card::after {
        left: 11%;
    }
}
@media(min-width:992px){
	.module-1 .ry-box-left {
		width: 26%;
	}

	.module-1 .ry-box-right h4 {
		padding-top:0;
		margin-top:0 !important
	}

	.module-1 {
		margin-bottom: 80px;
}  
}
@media (max-width:1080px) {
	.module-14 .ry-slide.ry-el-bg:before {
		opacity: 0;
	}

	#sldr .carousel-inner {
		padding-bottom: 0;
	}

	.module-14 .ry-slide.ry-el-bg {
		height: auto;
		padding: 0;
		background: transparent;
	}

	.module-14 .ry-slide.ry-el-bg img {
		display: block;
		height: 55vh !important;
		object-fit: cover;
		min-height: unset;
	}
	.module-14 .item .ry-el-bg, .module-14 .item .ry-el-bg img {
        visibility: visible;
    }

	.module-14 .ry-slide.ry-el-bg .card {
		position: relative;
		top: unset !important;
		padding: 0 !important;
		transform: unset;
		padding: 60px 30px !important;
		justify-content: center;
		align-items: center;
		background:url(https://s3.amazonaws.com/static.organiclead.com/Site-2ead2050-82e7-4af8-a8b1-c4946ae8b8e2/Assets/final_welcome_2025.jpg)no-repeat top / cover;
		flex-direction:column;
		align-items:center;
		justify-content:center
	}

	body .module-14 .item .card .slide-text-wrap .big-title h1 {
		margin-top: 0 !important;
		font-size: 2.8em  !important;
		text-align: center;
		line-height: 1.1;
		margin-bottom: 20px !important;
	}

	.module-14 .item .card .slide-text-wrap .big-title {
		margin-bottom: 0;
	}

	body .module-14 .item .card .slide-text-wrap .sub-title {
		text-align: center;
		font-size: 18px;
		line-height: 1.5;
		color: #fff !important;
		margin-bottom: 20px;
	}
	 body .module-14 .item .card .slide-text-wrap .big-title h1 {
	margin-top: 0 !important;
	font-size: 1.8em !important;
 }
	.module-14.center .item .card::after {
		display:none
	}
	.walkIn-icon {
		display:flex;
		position:relative;
		transform:unset;
		inset:unset;
		width:100%;
		align-items:center;
		justify-content:center;
		margin-bottom:30px;
		height: fit-content;
	}

	.module-14 .ry-slide.ry-el-bg .walkIn-icon img {
		object-fit:contain;
		max-width: 180px;
		width:100%;
		min-height:unset;
		max-height: 180px;
	}
	.module-welcome.style-7 .button-wrapper {
		justify-content:center;
		align-items:center
	}
	.module-welcome.style-7 .button-wrapper .ry-btn {
		max-width:300px;
	}
	
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone.email .ry-text .span-2{
		display:block
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.hour p,
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each *{
		text-align:center
	}
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each {
		flex-direction:column;
		gap:10px;
	}
}
@media(max-width:991px){
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1, body h1 {
        text-align:start
    }
	[data-page-id="WebPage-6334081a-83a8-4b6e-af43-814edd34dc60"] #ry-pg-body .ry-content p,
	[data-page-id="WebPage-6334081a-83a8-4b6e-af43-814edd34dc60"] .ry-content h3{
		text-align:center        
	}
	.module-1 {
		flex-direction:column;
		align-items:center;
		margin-bottom: 60px;
	}
	.module-1 .ry-box-right,
	.module-1 .ry-box-left{
		width:100%;
	}
	.module-1 .ry-box-left img {
		max-width:380px;
		margin:0 auto
	}

	.module-1 .ry-box-right * {
		text-align:center
	}
}
@media(max-width:600px){
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
        text-align:center;
    }
    #ry-pg-banner .ry-bnr-wrp .ry-pg-title {
        z-index:1
    }
    #ry-pg-banner .ry-bnr-wrp::after {
        background:#6f3402c9;
    }
     #ry-pg-banner .ry-bnr-wrp {
        margin-top:110px
    }
    #ry-pg-banner .ry-bnr-wrp {
    height: 170px;
    }
}
@media (max-width: 500px) {
	.module-1 .ry-box-left {
		width: 100%;
	}
}
@media (max-width:480px) {
		.module-14 .ry-slide.ry-el-bg img {
		height: 100% !important;
		}
	.module-14 .ry-slide.ry-el-bg .walkIn-icon img {
		max-width: 120px;
		max-height: 120px;
	}
	.module-14 .ry-slide.ry-el-bg .card {
		padding-top:30px !important
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
		-webkit-line-clamp: 6;
		line-clamp: 6;
	}
	.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
		padding-inline:20px
	}
	  body .module-14 .item .card .slide-text-wrap .big-title h1 {
        margin-top: 0 !important;
        font-size: 28px !important;
    }
	.footer-custom .location-show ul li.footer__phone.footer-email a,
	.footer-custom .location-show ul li a:not(.footer-custom .location-show ul li.footer__phone a){
		font-size: 17px !important;
	}
}
	
