body, body p, body div{font-family: Lato !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Lato, sans-serif !important;font-weight: 600 !important;}
b, strong {font-weight: bold !important;}
@media (max-width: 991px) {}
@media only screen and (max-width: 768px){
	.swiper-slide {width: 100% !important;}
	.testimonials-wrapper .testimonials-block .carousel-control {display: none;}
	.carousel-control.left, .carousel-control.right {background-image: unset; background-image: unset;background-repeat: unset;}
	.carousel-control, .carousel-control:hover, .carousel-control:focus {color: #FFFFFF;}}
#services-box a{ margin:0 auto;}
#articles .ry-btn-primary, 
#articles .ry-btn-primary:after {color: #FFFFFF;}
#articles .ry-btn-primary:hover, 
#articles .ry-btn-primary:hover:after {color: #FFFFFF;}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Lato';z-index:99;}
.ry-btn {height: 60px;display: flex;align-items: center;justify-content: center;padding-left: 25px;padding-right: 25px;max-width: max-content;color: #FFFFFF !important;background: #d94021 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #000000 !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #000000 !important;}
.ry-btn.ry-btn-secondary:hover {background: #d94021 !important;color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius:  !important; font-size: 18px !important}
.btn-img {z-index: 999;}

.ry-anchor-hidden { display: block; position: relative; top: -200px; visibility: hidden;}
.full-link, .full-link a { position: absolute; inset: 0; color: transparent;}
.full-link:hover a { color: transparent; }
#ry-pg-body .owl-carousel .owl-item img {filter: unset;}
.HOLDsp-slides-container {height: calc(100vh - 120px) !important;}
li.third-level-container:not(.third-level a):after {
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    position: relative;
    top: 12px;
    right: 12px;
}

@media (max-width: 1080px) {
	.ry-list-wrp .ry-list-item .ry-list-photo img {
		margin: auto;
	}
	.ry-list-wrp .ry-list-item .ry-box-right * {
		text-align: center;
	}
	.ry-list-wrp .ry-list-item .ry-box-right .col-xs-12 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* INTERIOR PAGE SIDEBAR AND FULL WIDTH */
body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-left {
    width: 100%;
    max-width: 100%;
    float: unset;
}

body.default #ry-pg-body[data-interior-layout="Full Width"] > .ry-container > .ry-content > .ry-right {
    display: none;
}

.title-open {
  border-radius: 10px 10px 0 0 !important;
}

.title-closed {
  border-radius: 10px !important;
}

/*HP Edits - Starting - <September 01, 2025>*/

:root {
	 --clr-black: #000;
	 --clr-white: #fff;
	--clr-primary: #d94021;
	--clr-secondary: #000000;


	--font-h1: clamp(3rem, 0.6828rem + 7.415vw, 4.85375rem); /*77.77px*/
	--font-h1Span: clamp(1.14625rem, 0.2455rem + 2.8825vw, 1.866875rem); /*29.87px*/
	--font-h2: clamp(1.14625rem, -1.1709rem + 7.415vw, 3rem); /*48px*/
	--font-h2Span: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
	}
/*Global*/
/*Headline*/
	.custom-headline h2 .span-1 {
		display: block;
		letter-spacing: 0.28em;
		font-size: var(--font-h2Span) !important;
		color: var(--clr-primary);
	}

	.custom-headline h2 {
		text-align: center;
		font-size: var(--font-h2) !important;
		text-transform: uppercase;
		font-weight: 400 !important;
		color: var(--clr-secondary);
	}
/*btn*/
	.ry-btn-white{
	color: var(--clr-black) !important;
	background: var(--clr-white) !important;
	border: 1px solid var(--clr-white) !important;
	}
	.ry-btn-white:hover{
	color: var(--clr-white) !important;
	background: transparent !important;
	border: 1px solid var(--clr-white) !important;
	}
	.ry-btn-white-outline {
		background: transparent;
		border: 1px solid white;
		transition: all .3s;
	}

	.ry-btn-white-outline:hover {
		background: white !important;
		color: black;
		border: none;
	}
/*Modal*/
/*Header*/
.module-header.style-10 .ry-right .ry-menu .nav-menu li a {
    font-size: calc(14px + (12 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.mobile-container {
    background: white;
    box-shadow: 0 0 7px #33333330;
}
.module-header.style-10 {
    padding-top: 0;
}

.module-header.style-10 .banner {
    padding: 5px 0;
    background: var(--clr-primary);
    margin-bottom: 25px;
	margin-top: -1px;
}

.module-header.style-10 .banner p {
    color: white;
    font-size: 15px;
}
/*Hero*/
.module-67,
.module-testimonials.option-1 {
    padding: 6.6vh 0;
}

.module-66 .carousel .carousel-control {
    opacity: 0;
}
/*Welcome*/
.module-67 .background-section {
    opacity: 0;
}
.module-67 .ry-btn-primary {
    margin-top: 0;
}

.module-67 .ry-container #about p {
    margin: 2em 0;
    max-width: 50%;
    margin-left: 25%;
}
/*CTA*/
/*Services*/
.module-services.style-5:before,
.module-testimonials.option-1:before{
    background: var(--clr-primary);
    opacity: .1;
}

.module-services.style-5 .services-wrapper {
    box-shadow: 0 0 7px #33333330;
}
.module-services.style-5 .services-wrapper .ry-flex .ry-each .title {color: var(--clr-primary);text-shadow: 0 0 BLACK;}

.module-services.style-5 .services-wrapper .ry-flex .ry-each:hover .title {
    color: var(--clr-secondary);
}
.module-services.style-5 .services-wrapper .ry-flex .ry-each .photo:before {
    background: #dccba8;
}
/*Team*/
.module-20 .background-section {
    opacity: 0;
}

.module-20:before {
    background: transparent;
}

.module-20 .custom-headline h2 {
    text-align: left;
}

.module-20 .carousel-control {
    opacity: 0;
}

.module-20 .dr-name h4 {
    font-size: var(--font-h1Span);
    color: var(--clr-black);
    font-weight: 400 !important;
    margin: 0;
}
.module-20 .ry-generic .content-wrap p {
    margin: 25px 0;
}

.module-20 .ry-generic .btn-wrap, .module-20 .ry-generic .btn-container {
    margin: 0;
}
.module-20 .slider-bg-wrap:before {
    opacity: 0;
}
.module-20 .carousel .ry-left img {
    margin: 0 auto;
}

.module-20 .ry-flex {
    align-items: center;
}

.module-20 .slider-bg-wrap {
    width: 20.16667vw !important;
}

.module-20 {
    padding-top: 10.6vh;
}
/*Insurance*/
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
.module-testimonials.option-1 .testimonials-wrapper {
    margin-bottom: 45px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block{
    background: #dccba8;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
    background: var(--clr-primary) !important;
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5{
    color: var(--clr-black) !important;
}

.testimonials-wrapper .testimonials-block .carousel-control:before {
    opacity: 0;
}
.testimonials-wrapper .carousel-indicators li {
    background: var(--clr-primary);
}

.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: 0.2;
}
,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
    color: var(--clr-black) !important;
}
/*Footer*/

.module-16:before {
    background: none;
}

.module-16 {
    background: var(--clr-primary);
}

.module-16 #footer-row2 .ry-text * {
    color: var(--clr-white) !important;
}

.module-16 #footer-row2 .ry-right img {
    filter: brightness(0) invert(1);
}
.module-16 #footer-row2 .ry-right .ry-text {display: flex;gap: 10px;}
/*Media Queries*/
@media (max-width: 991px) {
    .module-20 .slider-bg-wrap {
        width: clamp(180px, 30vw, 320px) !important;
    }
	#ry-pg-banner .ry-bnr-wrp {
        margin-top: 130px;
    }
}

@media screen and (max-width:1200px){
    .module-20 .custom-headline h2 {
        text-align: center;
    }
}
@media screen and (max-width:1080px){
    .module-67 .ry-container #about p {
        margin: 3em 0;
        max-width: 100%;
        margin-left: 0;
    }
}
/* End - HP Edits*/
	
	
body[data-page-name="payment-options"] #payment-insurance .module-32-heading-2 h4 {
    color: #d94021;
    text-transform: capitalize;
    letter-spacing: normal;
}
	
	body[data-page-name="contact-us"] div#map-wrap {
		display: none;
	}
	
	body[data-page-name="contact-us"] #ry-pg-body {
		padding: 100px 0 220px;
	}