<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** GLOBAL CSS **/
.ry-btn.ry-btn-primary {
    width: 350px;
    height: 50px;
    border-radius: 25px;
    background-color: #ab5f3d;
    font-size: calc(16px + 2 * ((100vw - 500px) / 940));
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
	text-transform: uppercase;
}
.ry-btn.ry-btn-primary.ry-btn-transparent {
    background-color: transparent;
	border: 1px solid #fff;	
}
.ry-btn.ry-btn-primary.ry-btn-transparent:hover {
    background: #ab603d;
    color: #fff !important;
	border: 1px solid #ab603d;
}
.ry-btn.ry-btn-primary:hover {
    background: #a29a84;
}
body .ry-section-title {
    font-size: 60px;
    letter-spacing: 6px;
    color: #d19376;
    font-weight: 400;
    font-family: "Righteous";
	margin-bottom: 40px;
}
body .ry-section-sub-title {
    position: relative;
    font-size: calc(20px + 5 * ( (100vw - 320px) / 1280));
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #333;
    font-weight: 400;
    font-family: "Outfit";
    /*max-width: 475px;*/
}
.ry-text p {
    margin-bottom: 45px;
    width: 479px;
    font-size: calc(18px + 2 * ((100vw - 500px) / 940));
    line-height: 30px;
}

/** HEADER **/
#ry-header {
    margin-top: -1px;
}
.module-228 {
    display: block;
    position: absolute;
    z-index: 10;
    padding: 40px 0 0;
}
.module-228 .top-bar {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 27%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.module-228 .button-wrap {
    width: 100%;
    max-width: 365px;
}
.module-228 .ry-logo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
}
.module-228 .ry-logo {
    width: auto;
}
.module-228 .ry-logo img {
    width: auto;
    max-width: 345px;
}
.module-228 .button-wrap:nth-child(3) {
    min-width: 365px;
}
.module-228 .button-wrap {
    width: 100%;
    max-width: 365px;
}
.module-228 .svg-icons svg {
    fill: #fff;
    width: 17px;
	margin-right: 10px;
}
#ry-section-header .ry-btn.ry-btn-primary {
    background: #a29a84;
	text-transform: capitalize;
}
#ry-section-header .ry-btn.ry-btn-primary:hover {
    background: #ab5f3d;
}
.ry-menu .ry-nav li.primary a {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover a {
    color: #333;
    text-align: left;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover a:hover, .ry-menu .ry-nav li.primary a:hover {
    color: #ab5f3d;
}
.module-228 .button-wrap .ry-btn-left-top, .module-228 .button-wrap .ry-btn-right-top {
    margin-bottom: 10px;
}
.mobile-container .mobile_button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.mobile-container .mobile_button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #d19376;
	margin-right: 10px;
}
.mobile-container .mobile_button a svg {
    fill: #fff;
    width: 18px;
}
.mobile-container .mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-container .mobile-nav .fa-bars:before {
    font-size: 30px;
}

/** HERO */
.module-45 .bnr-textbox {
    margin-bottom: 90px !important;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.module-45, .module-45 .carousel-inner {
    height: 100vh;
}
.module-45 .carousel-inner img {
    height: 100vh;
    object-fit: cover;
}
.ry-section-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-bottom: 0;
}
.module-45 .bnr-textbox .ry-section-title {
    color: #ffffff;
	text-align: center;
	font-size: 75px;
}
.module-45 .bnr-textbox .ry-section-sub-title {
    text-align: center;
    color: #ffffff;
}
.svg-icons {
    text-align: center;
}
.module-45 .carousel-control {
    display: none;
}
.module-45 .ry-btn.ry-btn-primary.ry-btn-transparent {
    width: auto;
    padding: 10px 40px;
}

/** WELCOME **/
.welcome-v2 {
    padding: 100px 0 200px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/BG_Welcome.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 1300px;
	background-position: center;
}
.welcome-v2 .ry-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.welcome-v2 .ry-right .ry-photo-welcome {
    max-width: 555px;
}
.welcome-v2 .ry-right {
    display: flex;
    justify-content: flex-end;
}
.welcome-v2 .svg-icons {
    text-align: left;
}
.welcome-v2 .ry-btn.ry-btn-primary.ry-btn-transparent {
	border: 1px solid #ab603d;	
	color: #ab603d;
}
.welcome-v2 .ry-btn.ry-btn-primary.ry-btn-transparent {
    width: auto;
}

/** FEATURED SERVICES **/
.featured-services-v2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	z-index: 99;
}   
.featured-services-v2 .ry-container {
    max-width: 1760px;
    width: 90%;
    margin: 0;
    height: 860px;
    padding: 60px 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/bg_services.png) center center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.featured-services-v2 .ry-container .ry-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 800px;
}
.featured-services-v2 .ry-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.featured-services-v2 .ry-services-content ul li {
    padding: 25px 0;
    border-bottom: 1px solid #ab603d;
    width: 640px;
    font-size: 30px;
    line-height: 35px;
    color: #333333;
    font-weight: 400;
    font-family: "Outfit";
    text-indent: 130px;
    list-style-type: none;
}
.featured-services-v2 .ry-services-content ul li a {
    color: #333;
}
.featured-services-v2 .ry-services-content ul li:before {
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #ab603d;
}
.ry-services-name ul {
    padding: 0;
}
.featured-services-v2 .ry-services-content ul li a:hover {
    color: #ab603d;
}

/** OFFER AND TESTIMONIALS **/
.offer-testimonial-v2 {
    width: 100%;
    height: 1672px;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/BG_Testimonials.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: -1px;
	margin-bottom: -90px
}
.offer-testimonial-v2 .ry-left {
    z-index: 99;
}
.offer-testimonial-v2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.offer-testimonial-v2 .ry-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/BG_OfferFull.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 700px;
    height: 960px;
    padding: 120px 85px 85px;
    position: relative;
}
/*.offer-testimonial-v2 .ry-left .exclusive-offer-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/Offer_FrameWhole.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
	background-position: center;
}*/
.offer-testimonial-v2 .ry-left .exclusive-offer-wrap .span-1 {
    font-size: 80px;
    line-height: 85px;
    color: #ab603d;
    font-family: "Rye";
}
.center-content-wrap .center-content .span-3 {
    font-size: 29px;
    letter-spacing: 1px;
    line-height: 50px;
    color: #333333;
    font-weight: 400;
    font-family: "Asar";
}
.bottom-content-wrap img {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.bottom-content-wrap .bottom-content p {
    font-size: 20px;
    font-family: "Asar";
}
.center-content-wrap {
    margin: 100px 0;
}
.center-content-wrap .center-content:before {
    content: '';
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/Offer_FrameUp.png);
    top: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 90px;
    position: absolute;
}
.center-content-wrap .center-content:after {
    content: '';
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/homepageAssets/Offer_Framedown.png);
    bottom: -70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 90px;
    position: absolute;
}
.offer-testimonial-v2 .ry-section-sub-title {
    color: #fff;
    max-width: 100%;
}
.offer-testimonial-v2 .ry-section-sub-title, .offer-testimonial-v2 .ry-section-title {
    text-align: center;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.offer-testimonial-v2 .ry-right {
    padding: 100px 0 100px 100px;
	z-index: 999;
}
.offer-testimonial-v2 .ry-right p, .offer-testimonial-v2 .ry-right .ry-text {
    text-align: center;
    width: 100%;
    color: #fff;
}
.carousel-indicators {
    bottom: -50px !important;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    background: #fff;
    margin: 1px 10px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background: #d19376;
    border: 1px solid #d19376;
    margin: 1px 10px;
}
.offer-testimonial-v2 .ry-right .ry-text .span-2 {
    font-size: 25px;
    letter-spacing: 7px;
    line-height: 35px;
    color: #fff;
    font-family: 'Outfit';
    text-align: center;
}
.offer-testimonial-v2 .ry-right .ry-text .fa-star {
    margin: 20px 5px;
}
.offer-testimonial-v2 .carousel-control .icon-next:before, .offer-testimonial-v2 .carousel-control .icon-prev:before {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 45px;
    color: #ffffff;
    font-family: "Font Awesome6 Free";
    text-align: center;
}
.offer-testimonial-v2 .carousel-control {
    opacity: 1
}
.carousel-control.right {
    left: auto;
    right: -15%;
}
.carousel-control.left {
    right: auto;
    left: -15%;
}
.offer-btn-wrap .ry-btn.ry-btn-primary {
    width: auto;
}

/** FOOTER **/
.module-259 .svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
}
.module-259 .svg-container svg .curve {
    fill: #000000;
}
.module-259 .svg-container {
    width: 100%;
    height: 166px;
    padding-top: 0;
    position: absolute;
    top: -96px;
    left: 0;
    z-index: 2;
    background: transparent;
}
.module-259-info-item {
    position: relative;
    left: 25px;
    color: #fff;
    margin-left: 35px;
}
.module-259-info-item .module-259-label:before  {
    font-family: fontawesome;
    position: absolute;
    left: -2em;
    top: 0;
    font-size: 24px;
}
.module-259-label.module-259-address-label:before {
    content: '\f041';
}
.module-259-label.module-259-phone-label:before {
    content: '\f095';
}
.module-259-label.module-259-fax-label:before {
    content: '\f1ac';
}
.module-259.style2 .social-icons .social-inner-wrap:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 280px;
    height: 1px;
    background: rgb(255 255 255 / 50%);
    color: #fff;
}

/** INSIDE PAGE CSS **/
#ry-pg-body .ry-btn.ry-btn-primary {
    width: auto;
}
#ry-pg-footer .module-259 .svg-container svg .curve {
    fill: #fff;
}
#ry-pg-body .email {
    text-transform: lowercase;
}
#client_patient_form .fieldset {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    width: calc(100% + 10px); 
}
#client_patient_form .fieldset .field-lg {
    width: calc(100% - 10px);
    margin-left: 10px;
}
#client_patient_form .fieldset .field-md {
    width: calc(50% - 10px);
    margin-left: 10px;
}
#client_patient_form .fieldset .field-sm {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}
#client_patient_form .fieldset .field-xs {
    width: calc(25% - 10px);
    margin-left: 10px;
}
#client_patient_form .fieldset .field-sm #dateOfBirth, #client_patient_form .fieldset .field-sm #dateOfBirth2 {
    margin-top: 10px;
}
#client_patient_form .ry-text p {
    width: 100%;
}
#ry-pg-body .ry-left .offer-wrap .ry-photo {
    margin: 0 auto;
    float: none;
}
#ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex .ry-each {
    width: calc(25% - 30px);
    margin-left: 30px;
	cursor: pointer;
}
.clinic-team-name-wrap .ry-text p {
    max-width: 100%;
    font-size: calc(16px + 2 * ((100vw - 500px) / 940));
    line-height: 15px;
}
.clinic-team-name-wrap .ry-text h4 {
    margin-top: 20px;
    margin-bottom: 10px !important;
}
.our-team-header h3 {
    margin-top: 40px;
}
#ry-pg-body .grid-gallery .gallery-wrapper-v2 {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
#ry-pg-body .grid-gallery .gallery-wrapper-v2 .ry-each {
    width: calc(33.33% - 30px);
    margin-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}
.services-simple-list .services-wrapper .ry-flex {
    margin-left: -30px;
    width: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}
.services-simple-list .services-wrapper .ry-flex .ry-each {
    width: calc(50% - 30px);
    margin-left: 30px;
	cursor: pointer;
}
.services-simple-list .services-wrapper .ry-flex .ry-each .services-title {
    margin-top: 15px;
    color: #d19376;
}
#ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex .ry-each:hover h4, #ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex .ry-each:hover p {
    color: #ab5f3d;
}
.ry-photo-wrap {
    display: flex;
    justify-content: center;
}

body[data-page-name="contact-us"] #ry-pg-banner .ry-bnr-wrp {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/insideBannerAndSidebarAssets/insidebanner_education_v2.jpg) !important;
}
body[data-page-name="education"] #ry-pg-banner .ry-bnr-wrp {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/insideBannerAndSidebarAssets/insidebanner_education_v2.jpg) !important;
}
body[data-page-name="gallery"] #ry-pg-banner .ry-bnr-wrp {
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/insideBannerAndSidebarAssets/insidebanner_education_v2.jpg) !important;
}

/** COMMUNITY SPOTLIGHT **/
.past-hightlight-wrap .ry-flex {
    margin-left: -10px;
    width: calc(100% + 10px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.past-hightlight-wrap .ry-flex .ry-each {
    width: calc(33.33% - 10px);
    margin-left: 10px;
}
.past-hightlight-wrap .ry-flex .ry-each .past-content-wrap {
    background: #f5f5f5;
    padding: 20px;
    min-height: 200px;
    position: relative;
}
.past-hightlight-wrap .ry-flex .ry-each .past-content-wrap .content-wrap p {
    font-size: 18px;
    line-height: 20px;
}
.past-hightlight-wrap .ry-flex .ry-each .past-content-wrap .ry-btn-wrap {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#ry-pg-body .ry-left .ry-community-image-wrap .ry-photo {
    padding: 0 30px 30px 0 !important;
}
.latest-post-wrapper {
    padding-bottom: 300px;
}
.past-hightlight-wrap .ry-flex .ry-each .past-img-wrap {
    min-height: 253px;
	max-height: 253px;
}
.past-hightlight-wrap .ry-flex .ry-each .past-img-wrap img {
    aspect-ratio: 1/1;
    object-fit: contain;
}

/** END COMMUNITY SPOTLIGHT **/

/* QA Edits */
.module-259.style2 .ry-footer-bot img {
	max-width: 120px;
}

a.module-259-phone-link {
    font-size: 24px;
}

body[data-page-name="services"] .ry-text p {
    margin-bottom: 0;
    width: 100%;
}

body.default #ry-pg-body a:not(.ry-btn):not(.fa):hover {
    text-decoration: underline !important;
}

.alert li:last-child {
	margin-bottom: 0 !important;
}

#ry-sidebar .ry-contact-table .ry-row {
    flex-direction: column;
}

#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp {
    align-items: initial;
}

.ry-social .social-inner-wrap {
    margin-top: 10px;
}

.social-inner-wrap .fa {
    background: #d7b16d !important;
    color: #333 !important;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    font-size: 60px;
}

#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
    font-size: 60px;
}

/* Responsive */
@media (max-width: 1680px) {
	.module-259 .svg-container {
		top: -92px;
	}
	.offer-testimonial-v2 {
		height: 1550px;
	}
}

@media (max-width: 1440px) {
	.offer-testimonial-v2 {
			height: 1400px;
		}
}
	
@media (max-width: 1200px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 80%;
	}
	#ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex .ry-each, #ry-pg-body .grid-gallery .gallery-wrapper-v2 .ry-each {
		width: calc(50% - 30px);
	}
}

@media (max-width: 1024px) {
	body[data-page-name="contact-us"] #ry-pg-body .ry-right {
		width: 31%;
	}
}

@media (max-width: 991px) {
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 100%;
		margin-top: 95px;
	}
	#ry-sidebar .ry-contact-table .ry-row.ry-social-wrp {
		align-items: center;
	}
	#ry-pg-body .ry-text h2, #ry-pg-body .ry-text p {
		text-align: center;
	}
}

@media (max-width: 768px) {
	body[data-page-name="contact-us"] #ry-pg-body .ry-right {
		width: 100%;
	}
	#client_patient_form .fieldset .field-lg, #client_patient_form .fieldset .field-md, #client_patient_form .fieldset .field-sm, 
	#client_patient_form .fieldset .field-xs {
		width: calc(100% - 10px);
	}
}

@media (max-width: 500px) {
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 40px;
	}
	#ry-pg-banner .ry-bnr-wrp {
		background-position: 90%;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 70px;
	}
	#ry-pg-body .our-team-wrap .clinic-gallery-wrap .ry-flex .ry-each, #ry-pg-body .grid-gallery .gallery-wrapper-v2 .ry-each,
	.services-simple-list .services-wrapper .ry-flex .ry-each {
		width: calc(100% - 30px);
	}
}


/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1600px) {
	.welcome-v2 {
		height: 1200px;
	}
	.featured-services-v2 .ry-container .ry-content {
		max-width: 760px;
	}
	.featured-services-v2 .ry-services-content ul li {
		padding: 20px 0;
	}
}
@media (max-width: 1440px) {
	body .ry-section-title {
		font-size: 60px;
	}
	.featured-services-v2 .ry-container .ry-content {
		max-width: 645px;
	}
	.featured-services-v2 .ry-services-content ul li {
		padding: 20px 0;
		font-size: 30px;
		width: 580px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		height: 845px;
		padding: 85px;
	}
	.offer-testimonial-v2 {
		margin-top: -60px;
	}
	.module-259 .svg-container {
		top: -50px;
	}
}
@media (max-width: 1366px) {
	.featured-services-v2 .ry-section-title {
		margin-bottom: 10px;
	}
	.featured-services-v2 .ry-services-content ul li {
		padding: 15px 0;
		font-size: 25px;
	}
	.featured-services-v2 .ry-services-content ul li {
		width: 520px;
	}
	.ry-services-name ul {
		padding: 0;
		margin-left: 75px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap .span-1 {
		font-size: 60px;
		line-height: 60px;
	}
	.center-content-wrap .center-content:after {
		bottom: -80%;
	}
}
@media (max-width: 1300px) {
	.ry-btn.ry-btn-primary {
		width: 300px;
	}
	.welcome-v2 {
		height: 1024px;
	}
	.welcome-v2 .ry-btn.ry-btn-primary:nth-child(2) {
		width: 360px !important;
	}
	.featured-services-v2 .ry-container .ry-content {
		max-width: 670px;
	}
	.featured-services-v2 .ry-services-content ul li {
		padding: 15px 0;
		font-size: 25px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap .span-1 {
		font-size: 50px;
		line-height: 50px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		padding: 55px 85px 70px;
	}
	.module-259 .svg-container {
		top: -1px;
	}
}
@media (max-width: 1200px) {
	.module-228 .ry-logo img {
		width: auto;
		max-width: 270px;
	}
	.module-228 .button-wrap .svg-icons {
		display: flex;
		justify-content: flex-start;
	}
	.module-228 .button-wrap:nth-child(3) .svg-icons {
		display: flex;
		justify-content: flex-end;
	}
	body .ry-section-sub-title {
		font-size: calc(20px + 2 * ( (100vw - 320px) / 1280));
	}
	body .ry-section-title {
		font-size: 45px;
	}
	.welcome-v2 .ry-btn.ry-btn-primary.ry-btn-transparent {
		margin-bottom: 10px;
	}
	.welcome-v2 .ry-right .ry-photo-welcome {
		max-width: 400px;
	}
	.welcome-v2 .ry-btn.ry-btn-primary:nth-child(2) {
		width: 315px !important;
	}
	.featured-services-v2 .ry-services-content ul li:before {
		left: 12%;
	}
	.featured-services-v2 .ry-services-content ul li {
		text-indent: 100px;
    	max-width: 500px;
	}
	.featured-services-v2 .ry-container .ry-content .ry-title {
		margin-left: 110px;
	}
	.featured-services-v2 .ry-container .ry-content {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		height: 630px;
	}
	.ry-services-name ul {
		margin-left: 95px;
	}
	.offer-testimonial-v2 {
		height: 1200px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap .span-1 {
		font-size: 40px;
		line-height: 40px;
	}
	.center-content-wrap .center-content:after {
		bottom: -90%;
		width: 300px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.center-content-wrap .center-content:before {
		top: -10%;
		width: 300px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.center-content-wrap {
		margin: 80px 0;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		padding: 60px;
	}
	.offer-testimonial-v2 {
		margin-bottom: 0;
	}
}
@media (max-width: 1199px) {
	.module-259-logo {
		width: 525px;
	}
	.module-259 .ry-content {
		margin-top: 10vh;
	}
	.module-259.style2 .social-icons .social-inner-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.module-259 .ry-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.module-259-logo {
		width: 400px;
	}
	.module-259 .social-icons {
		margin-top: 90px;
	}
	.module-259.style2 .social-icons .social-inner-wrap:before {
		top: -50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 1024px) {
	#ry-section-header .ry-container, .module-45 .bnr-textbox .ry-container {
		width: 100% !important;
	}
	.welcome-v2 {
		height: auto;
		padding: 100px 0;
	}
	.welcome-v2 .ry-text p {
		width: 470px;
	}
	.welcome-v2 .ry-btn.ry-btn-primary.ry-btn-transparent {
		margin-bottom: 10px;
	}
	.welcome-v2 .ry-right .ry-photo-welcome {
		padding-left: 20px;
	}
	body .ry-section-sub-title {
		font-size: calc(18px + 2 * ( (100vw - 320px) / 1280));
	}
	.featured-services-v2 {
		position: relative;
		transform: translate(-50%, 0%);
	}
	.featured-services-v2 .ry-container {
		width: 100%;
		height: auto;
		background-size: cover;
	}
	.ry-services-name ul {
		margin-left: 175px;
	}
	.featured-services-v2 .ry-services-content ul li {
		max-width: 400px;
	}
	.center-content-wrap {
		margin: 95px 0;
	}
	.offer-testimonial-v2 .ry-left {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.offer-testimonial-v2 {
		height: auto;
		margin-top: 0;
	}
	.offer-testimonial-v2 .ry-content {
		flex-direction: column;
	}
	.offer-testimonial-v2 {
		padding: 50px 0;
	}
	.offer-testimonial-v2 .ry-right {
		padding: 40px;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		height: 700px;
		background-size: contain;
		background-position: center;
	}
	.past-hightlight-wrap .ry-flex .ry-each {
		width: calc(50% - 10px);
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.module-259-info-item {
		margin-left: 0;
		margin-top: 50px;
		left: 0;
	}
	.module-259-info-item .module-259-label:before {
		font-family: fontawesome;
		position: absolute;
		left: 50%;
		top: -35%;
		font-size: 24px;
		transform: translate(-50%, -50%);
	}
	.offer-testimonial-v2 .ry-left {
		height: 700px;
	}	
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		height: 700px;
		padding: 40px 50px;
	}
	.offer-testimonial-v2 .ry-right {
		padding: 100px 0 100px 80px;
	}
}
@media (max-width: 768px) {
	.welcome-v2 {
		height: auto;
		padding: 60px 0;
	}
	.welcome-v2 .ry-content {
		flex-direction: column;
	}
	body .ry-section-sub-title, body .ry-section-title {
		text-align: center;
		max-width: 100%;
	}
	.welcome-v2 .ry-text p {
		width: 100%;
		text-align: center;
	}
	.welcome-v2 .svg-icons {
		text-align: center;
		margin-bottom: 40px
	}
	.welcome-v2 .ry-btn.ry-btn-primary.ry-btn-transparent {
		margin-bottom: 0;
	}
	.welcome-v2 .ry-right {
		justify-content: center;
	}
	.featured-services-v2 {
		position: relative;
		padding: 0;
		transform: translate(-50%, 0);
	}
	.featured-services-v2 .ry-container {
		background-position: 0;
		justify-content: center;
	}
	.featured-services-v2 .ry-container:before {
		content: ' ';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(250, 250, 250, 0.7);
	}
	.ry-services-name ul {
		margin-left: 50px;
	}
	.offer-testimonial-v2 .ry-content {
		flex-direction: column;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		width: 100%;
		background-size: contain;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-position: 50%;
	}
	.offer-testimonial-v2 .ry-left {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.offer-testimonial-v2 .ry-right {
		padding: 75px;
	}
	.offer-testimonial-v2 {
		margin-top: 0;
		height: auto !important;
		padding: 60px 0;
	}
}
@media (max-width: 747px) {
	.module-259 {
		padding-top: 50px;
	}
	.ry-form .form-group, form label.stacked {
		margin-bottom: 10px;
		text-align: center;
	}
	.clients-block, .patient-block {
		width: 100%;
	}
	.ry-form.ry-form-box div {
		text-align: center;
	}
		.signature-wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sign-block {
		width: 100%;
	}
}
@media (max-width: 640px) {
	.featured-services-v2 .ry-section-title {
		max-width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 500px) {
	.mobile-container .mobile_logo img {
		max-width: 130px;
		margin: 0 auto;
	}
	.mobile-container .flex-wrap .flex-item.left-nav {
		max-width: 100px;
	}
	.past-hightlight-wrap .ry-flex .ry-each {
		width: calc(100% - 10px);
		margin-bottom: 10px;
	}
	.latest-post-wrapper .ry-community-image-wrap .ry-flex {
		flex-direction: column;
	}
	#ry-pg-body .ry-left .ry-community-image-wrap .ry-photo {
		padding: 0 0 30px !important;
	}
}
@media (max-width: 390px) {
	body .ry-section-title {
		font-size: 35px;
	}
	.offer-testimonial-v2 .ry-right {
		padding: 35px;
	}
	.offer-testimonial-v2 .ry-left {
		width: 100%;
		margin: 0 auto;
	}
	.featured-services-v2 .ry-section-title {
		max-width: 90%;
		margin: 0 auto;
	}
	.mobile-container .flex-wrap .flex-item.right-nav {
		padding-right: 10px;
	}
	.mobile-container .flex-wrap .flex-item.left-nav {
		padding-left: 10px;
		width: 20%;
	}
	.mobile-container .mobile_button a {
		margin-right: 5px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
		margin-right: 5px;
	}
	.mobile-container .mobile_logo img {
		max-width: 120px;
	}
	.offer-testimonial-v2 .ry-left {
		background: #fedec5;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		background: none;
	}
	.offer-testimonial-v2 .ry-left .exclusive-offer-wrap {
		height: auto;
		padding: 40px 39px;
	}
	.offer-testimonial-v2 .ry-left {
		height: auto;
	}
}
@media (min-width: 992px) {
    #ry-section-header .ry-container, .module-45 .bnr-textbox .ry-container, .welcome-v2 .ry-container, .offer-testimonial-v2 .ry-container {
        max-width: 1600px;
        width: 90%;
    }
}
@media (min-width: 2100px) {
	#ry-header {
		margin-top: -1px;
	}
	.welcome-v2 .ry-container {
		max-width: 1600px;
	}
	.featured-services-v2 .ry-container {
		max-width: 2100px;
		background-size: 100%;
		border-radius: 0 0 40px 0;
		border-top: 3px solid #ab603d;
		border-bottom: 3px solid #ab603d;
	}
}


/**Companion Partners Section*/
div#companion-logo {
    position: relative;
    width: 20%;
}

div#companion-text {
    width: fit-content;
    position: relative;
    top: 10px;
}

div#companion-partners-section {
    align-items: center;
    justify-content: center;
    margin: 2em 0;
}

div#companion-text p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
}

div#companion-logo img {
    max-width: 150px;
	image-rendering: -webkit-optimize-contrast;

}

div#companion-logo:after {
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 21%;
    content: '';
    top: 8px;
}



@media (max-width:1024px) and (min-width:992px) {
    div#companion-logo:after {
		right: 9% !important;
	}
}

@media (max-width:991px) {
    div#companion-partners-section {
		flex-direction: column;
		margin-top: 0;
	}

	div#companion-logo:after {
		display: none;
	}

	div#companion-logo {
		width: 100%;
	}

	div#companion-text {
		top: 0;
		margin: 15px auto 0;
		max-width: 500px;
	}

	div#companion-text p {
		text-align: center;
    		padding: 0 1em;
	}

	div#companion-logo img {
		margin: auto;
	}
}

@media (max-width: 680px) {
	div.modal-dialog {
	    width: 330px !important;
	}
	
	div.modal-dialog {width: 480px;margin: 8rem auto 0 !important;}
}

/** Static Banner **/

[data-page-id="WebPage-d05fe0cd-a629-405f-a014-19c100e51296"] #ry-pg-banner .ry-bnr-wrp {background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-70976448-20d6-437c-8c6a-50bfb2052f2d/community_assets/insidebanner_community_spotlight.jpg) !important;}






div.modal-body {
    padding: unset;
}

div.modal-footer {
    display: none;
}

div.modal-content {
    border: unset;
    background-color: unset;
}

body[data-page-name="thank-you"] #ry-pg-banner .ry-bnr-wrp, body[data-page-name="thank-you-new"] #ry-pg-banner .ry-bnr-wrp {
	display: none !important;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
	margin-right: 0px;
}
a.phone-bar *, a.phone-bar:hover {
    color: #fff !important;
    text-align: center;
}
a.phone-bar {
    width: 100%;
    padding: 10px 20px;
    display: flex;
    margin-top: -15px;
    margin-bottom: 10px;
    background: #a19b80;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 9px;
    font-size: 17px;
    font-weight: 600;
}</pre></body></html>