@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;}
body {font-family: Lato !important;}
.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: #ffd36f !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #f8b167 !important;color: #ffffff !important;}
.ry-btn-secondary:hover {background: #ffd36f !important;color: #ffffff !important;}
.ry-btn.ry-btn-secondary{color: #ffffff !important;background: #f8b167 !important;}
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;
}
@media (width > 768px) {img.full-width-img, .ry-photo img {width: 50%; margin: 0 auto;}}

/*HP Edits | Started - <September 04, 2025>*/

:root {
	 --clr-black: #000;
	 --clr-white: #fff;
	--clr-primary: #ffd36f;
	--clr-secondary: #f8b167;


	--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*/
/*font*/
	.custom-headline h1 {
		text-align: center;
		font-size: var(--font-h1);
		font-weight: 300 !important;
		color: white;
	}

	.custom-headline p {
		text-align: center;
		font-size: var(--font-h2);
		color: white;
		font-family: 'Grand Hotel';
		padding-top: 35px;
	}
	.custom-headline h2 {
		text-align: center;
		font-size: 38px;
		color: black;
		font-weight: 300;
		line-height: 1.3;
	}

	.custom-headline h2 span {
		display: block;
		color: #ffd36f;
		font-family: 'Grand Hotel';
		font-size: var(--font-h2);
	}
/*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-43 {
    padding-top: 0;
}

body[data-page-name="index"] .module-43 {
    position: absolute;
    border: none;
}

.module-43 .banner {
    padding: 5px 0;
    background: #ffd36f;
}

.module-43 .banner p {
        color: #000000;
    font-weight: 400;
}

.module-43 .ry-flex {
    padding-top: 15px;
}

.module-43 .ry-left img {
    max-width: 190px;
}

.module-43 .ry-right .ry-menu .nav-menu .primary a {
    color: #374151 !important;
}

.module-43 .ry-right .ry-menu .nav-menu .primary a:hover {
    color: #f8b167;
}
.mobile-container .flex-wrap .mobile_logo img {
    max-width: 200px;
}
.ry-sticky-menu.fixed {
    position: fixed !important;
	border-bottom: 5px solid var(--clr-secondary) !important;
}
/*Hero*/
.module-66 .carousel .carousel-inner .item .text-center::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, white, transparent, #000000b3);
}

.module-66 .carousel .carousel-inner {
    opacity: 1;
}

.module-66 .carousel .carousel-inner .item img {
    height: 100vh !important;
    object-fit: cover;
}

.module-66 .bnr-textbox {
    margin-bottom: 110px !important;
}

/*Welcome*/

.module-67 .custom-headline h2 span {
    font-size: 125.65px;
}

.module-67 p,
.module-team.style-1 .ry-text p{
    max-width: 80%;
    font-size: 18.34px !important;
    margin: 3em auto 3em 10%;
    text-align: center;
}

.module-67 .ry-btn-primary {
    margin-top: 0;
}

.module-67 .background-section {
    opacity: 1;
    filter: none;
}
/*CTA*/
/*Services*/
.module-19.style2 .custom-headline h2, .module-19.style2 .custom-headline h2 span, .module-19.style2 p {
    text-align: left;
    color: white;
}

.module-19.style2 .services-frame .frame {
    background: var(--clr-secondary);
}

.module-19 .background-section {
    opacity: 0;
}

.module-19.style2 {
    padding: 16.6vh 0;
    background: #909e62;
}
.module-19.style2 .services-frame .frame .service-img-holder .service-img {
    object-fit: cover;
}
/*Team*/
.module-team.style-1 .ry-flex {
    margin-top: 0;
    justify-content: center;
    gap: 50px;
}
.module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
    width: calc(30% - 10px);
    margin-bottom: 10px;
}
/*Insurance*/
/*Brands*/
/*Appointment Form*/
/*Testimonials*/
.module-testimonials.style-4 {
    margin-bottom: 0;
}

.module-testimonials.style-4 .ry-flex .ry-each .each-comment h5,
.module-testimonials.style-4 .ry-flex .ry-each .each-comment .ry-text p {
    text-align: center;
    color: #374151;
}

.SVG_Star {
    fill: var(--clr-secondary);
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control {
    border-color: #374151;
}

.module-testimonials.style-4 .ry-flex .ry-each .carousel-control:before,
.module-testimonials.style-4 .ry-flex .ry-each .carousel-control.right:before {
    filter: invert(1)
}

/*Footer*/
.module-16 {
    background: #909e62;
}

.module-16 #footer-row2 * {
    color: white !important;
}

.module-16 #footer-row2 .ry-right img {
    filter: brightness(0) invert(1);
}

.module-16 #footer-row1 .card .card-title .ry-heading {
    color: #374151;
}
/*Media Queries*/


@media screen and (max-width:1080px){
    .module-66 .carousel .carousel-inner .item .text-center::before {
        opacity: 0;
    }
    
    .module-66 .bnr-textbox {
        position: relative;
        margin: 0 !important;
        background: var(--clr-secondary);
        padding: 40px 20px;
    }
    
    .module-66 .carousel .carousel-inner .item img {
        height: 100% !important;
    }
    
    .module-19.style2 .custom-headline h2, .module-19.style2 .custom-headline h2 span, .module-19.style2 p {
        text-align: center;
    }
    
    .module-19 .btn-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
    }
	
	.day-and-time {
		text-align: center;
	}
}


@media screen and (max-width:991px){
    .module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
        width: calc(70% - 10px);
        margin-bottom: 10px;
    }
}
/* END | HP Edits*/


.module-311 .ry-payment-options-logos .ry-each {
    display: flex;
    justify-content: center;
    align-items: center;
}

	body[data-page-name="contact-us"] #ry-section-map {
		display: none;
	}
	
	body[data-page-name="contact-us"] .module-16 {
		padding-top: 200px;
	}

	@media (max-width: 390px) {
		.custom-headline p {
			font-size: 26px;
		}
		
		.module-67 h2 .span-1 {
			font-size: 65px !important;
		}
		
		.module-19 .card-holder .ry-left .ry-generic .title-wrap {
			padding-left: 0;
		}
		
		.custom-headline h2 span {
			font-size: 36px;
		}
		
		.custom-headline h2 {
			font-size:23px;
		}
	}

/*--- FOOTER UPDATES ---*/
@media(max-width:1080px) {
    .module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-1 {
        text-align:start;
    }
}
@media(max-width:991px) {
        .module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time{
        -ms-flex-direction: row;
        flex-direction: row;
            justify-content:space-between;
            gap:20px;
            max-width:300px;
            width:100%;
            margin-inline:auto
    }
    .module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-1 {
        text-align:start;
        width:120px
    }
    .module-16 #footer-row1 .card .card-body .office-hours .day-and-time-wrap .day-and-time span.span-2{
        width:180px;
        text-align:end;
    }

    .module-16 #footer-row1 {
        padding:50px 20px;
    }
}
@media(max-width:480px) {
    .module-67 p, .module-team.style-1 .ry-text p {
		max-width: 100%;
		margin-inline:auto;
	}
	.module-19.style2, .module-team.style-1 {
		padding: 80px 0;
	}
	.module-testimonials.style-4 {
		padding: 80px 0;
		margin:0
	}
	.module-16 #footer-row1 .card .card-title .ry-heading {
		font-size:23PX
	}
}
	
/*--- END FOOTER UPDATES ---*/
@media(max-width:1080px){
	#ry-pg-banner .ry-bnr-wrp:before {
		background: rgb(46 34 5 / 44%);
	}
}

/*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 !important;
	top: 0px !important;
	right: 0px !important;
	z-index: 99 !important;
}
.close-btn button {
	border: none;
	background: #000;
		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: 70px 9%;
	position: relative;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-7cd68929-e225-4ca2-9e84-9abb6a3d790e/pop_up_bg.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	body.home .modal-dialog {
    margin-top: 30px !important;
}
.model-csutom:before {
    content: "";
    position: absolute;
    border: 3px solid #9c9c56;
    left: 8%;
    top: 8%;
    bottom: 8%;
    right: 8%;
}
	
	.model-csutom .ry-title {
		padding: 8%;
		padding-top: 30px;
		padding-bottom: 0;
	}

.model-csutom .ry-logo {
	margin-bottom: -70px;
}
.model-csutom .ry-logo img {
	width: 100%;
	max-width: 140px;
	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: #000;
	font-weight: 500 !important;
	font-size: clamp(1.625rem, 1.45rem + 0.875vw, 2.5rem);
}
	.model-csutom .ry-title h3 strong {
    font-weight: 900;
}
.model-csutom .ry-title h3 span {
	color: #000;
		font-size: clamp(1.625rem, 1.45rem + 0.875vw, 2.5rem);
		display: block;
		margin-bottom: 10px;
	font-weight: 500 !important;
		}
.ry-title p .span-2 {
	font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
	display: block;
	color: #000;
	font-weight: 400;
	margin: 8px 0px;
}
.model-csutom .ry-title p {
	font-size: 16px;
	color: #000;
	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%;
	padding-top: 10px;
}
	

.model-csutom .form-control {
	border-radius: 0;
	box-shadow: none;
	height: 55px;
	font-size: 16px;
	color: #111;
	padding: 0 26px;
	width:100%;
}
	.model-csutom textarea#Message.form-control {
    padding-top: 11px;
    height: 120px;
    resize: none;
    padding-bottom: 14px;
}
.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 .form-group[data-type="submit"] {
	margin: 0;
	display: flex;
	justify-content: center;
}
.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;
	}
}