body, body p, body div{font-family: Montserrat !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Montserrat, 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-menu .ry-nav li.dropdown .dropdown-menu.hover .third-level-dropdown.third-hover li:first-child {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}

.module-34 .ry-menu .ry-nav li.third-level a {
    color: #fff;
}

.ry-btn:after {display:none;}
.btn, .ry-btn, .ry-btn-primary, .ry-btn-secondary {font-family: 'Montserrat';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: #e4c579 !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #231d1f !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #231d1f !important;}
.ry-btn.ry-btn-secondary:hover {background: #e4c579 !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: absolute;
    top: 15px;
    right: 1rem;
    font-size: 18px;
}

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

@media (max-width: 1060px) {
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
		right: 0;
	}
}

/* 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 - Started <August 12, 2025> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #374151;
	--clr-primary: #e4c579;
	--clr-secondary: #231d1f;
	
	--font-herotitle: clamp(3rem, 2.5722rem + 1.9013vw, 4.85375rem); /*77.66px*/
	--font-title: clamp(2.8125rem, 2.5781rem + 0.75vw, 3rem); /*48px*/
	--font-spantitle: clamp(1.14625rem, 0.9657rem + 0.7405vw, 1.854375rem); /*29.67px*/
	--font-subtitle: clamp(1rem, 0.8172rem + 0.585vw, 1.14625rem); /*18.34px*/
}
/**/

body[data-page-name="index"] {
    background: #fcfaf5;
}
	/*fonts*/
		.custom-headline h1 {
			text-align: center;
			color: var(--clr-white);
			font-size: var(--font-herotitle);
			text-transform: uppercase;
		}

		.custom-headline h2 {
			text-align: center !important;
			color: var(--clr-secondary);
			text-transform: uppercase;
			font-size: var(--font-title);
			line-height: 1.3;
		}

		.custom-headline h2 .span-1 {
			display: block;
			font-size: var(--font-subtitle);
			font-weight: 400;
			letter-spacing: 0.24em;
		}

		.custom-headline h2 .span-2 {
			display: block;
			font-family: 'Italianno';
			text-transform: capitalize;
			font-weight: 400;
			font-size: var(--font-herotitle);
		}
	/*btns*/
		.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;
		}
/*Modal*/
/* Header */
	/**/
.module-34 .module-34-top .module-34-top-right .ry-btn-module-34:hover, .module-34 .ry-btn-module-34:hover {
    color: var(--clr-white) !important;
}

.module-34 .ry-menu a:hover {
    color: var(--clr-primary) !important;
    
}
.module-34-top-center {
    display: flex;
    align-items: center;
    gap: 60px;
}

.module-34 .ry-header-logo:first-child img {
    max-width: 190px;
    width: 190px;
}
.module-34 .ry-header-logo:last-child img {
    max-width: 220px;
    width: 220px;
}
.module-35 .module-35-header-center {
    display: flex;
    max-width: 100%;
    align-items: center;
    gap: 0 10px;
    margin-left: 3%;
}

.module-35 .module-35-header-center .ry-mobile-logo:first-child img {
    max-width: 100px;
    width: 100px;
}
.module-35 .module-35-header-center .ry-mobile-logo:last-child img {
    max-width: 110px;
    width: 110px;
}
.module-34 {
    background-color: white;
}
/* 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, #231d1fa6);
}

.module-66 .carousel .carousel-inner .item img {
    height: 100vh;
    object-fit: cover;
}
/* CTA */
	/**/
/* Welcome */
	/**/

.module-welcome.style-5 .background-section {
    opacity: 0;
}

.module-welcome.style-5 .ry-each.image-wrapper {
    border: none;
    max-width: 660px;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img {
    object-fit: contain;
}

.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    max-width: calc(100% - 660px);
}

.module-welcome.style-5 .text-wrapper {
    max-width: 100%;
}


.module-welcome.style-5:before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c5c2fa39-588e-4468-9997-754a8d15586c/Background_images/EEC_welcome_before_bg.jpg) center top no-repeat;
	background-size: cover;
    opacity: 1;
    width: 40%;
    top: -5%;
	left: -10%;
    z-index: 3;
    border-top-right-radius: 250px;
    border-bottom-right-radius: 50px;
}

.module-welcome.style-5 .ry-flex {
    z-index: 3;
	align-items: center;
}
/* Services */
	/**/

.ry-services.style2 {
    padding: 6.6vh 0;
}
.ry-services.style2:before {
    opacity: 0;
}
.ry-services.style2 .ry-each .photo img {
    border: none;
    border-radius: 0;
    transition: .4s;
}

.ry-services.style2 .ry-each .title div {
    color: var(--clr-secondary);
}


.ry-services.style2 .ry-each .each-block {
    overflow: visible;
}

.ry-services.style2 .ry-each .photo:after {
    opacity: 0;
}

.ry-services.style2 .ry-each .each-block:hover .title {
    bottom: 5%;
}

.ry-services.style2 .ry-each .button-svg {
    top: 50%;
	left: 40%;
    transform: scale(1.5);
    background: var(--clr-primary);
}

.ry-services.style2 .ry-each .each-block:hover .photo img {
    transform: scale(0.9);
}
.ry-services.style2 .block-count-3 .ry-each {
    margin-left: 70px;
    width: calc(40% - 70px);
}

.ry-services.style2 .ry-each .photo:before {
    background: #f1e2bd;
    height: 100%;
    border-radius: 999px;
    border: 40px solid var(--clr-primary);
}

.ry-services.style2 .ry-each .photo img {
    right: 0;
    z-index: 2;
    height: 150px;
    width: 150px;
    left: 0;
    top: 28%;
    margin: auto;
}

.ry-services.style2 .ry-each .each-block:hover .photo:before {
    opacity: 1;
    transition: .3s;
    border: 50px solid var(--clr-primary);
    height: 100%;
    transform: scale(0.98);
}
.ry-services.style2 .ry-each .each-block:hover .title {
    bottom: -15%;
}

.ry-services.style2 .ry-each .title {
    bottom: -50px;
}
.ry-services.style2 .ry-each .title div {
    color: var(--clr-secondary);
    font-size: var(--font-spantitle);
}
/* Meet the Team */
	/**/
.module-team.style-1 .content {
    display: flex;
    gap: 100px;
    align-items: center;
}

.module-team.style-1 .ry-text p {
    text-align: center;
}

.module-team.style-1 {
    padding: 6.6vh 0;
}

.module-team.style-1 .ry-content {
    background: #f8f6f1;
    padding: 35px 70px;
}
/* Insurance */
	/**/
/* Brand */
	/**/
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
.module-testimonials.style-3 .ry-flex {
    flex-direction: row-reverse;
}

.module-testimonials.style-3 .carousel {
    padding-left: 0;
    padding-right: 60px;
}

.module-testimonials.style-3 .review-separator {
    left: -10%;
    background: transparent;
    border: none;
    box-shadow: none;
    top: 20%;
}

.module-testimonials.style-3 .review-separator span {
    font-size: 715px;
    height: 715px;
    font-family: 'Italianno';
    opacity: .05;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
    right: 55%;
}
.module-testimonials.style-3 .video_wrapper {
    background: transparent;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
    opacity: 0;
}

.module-testimonials.style-3 {
    padding: 6.6vh 0;
}

.module-testimonials.style-3:before {
    content: "";
    bottom: 5%;
    right: -9%;
    position: absolute;
    height: 60%;
    width: 50%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-c5c2fa39-588e-4468-9997-754a8d15586c/Background_images/EEC_testimonials_before_bg.jpg) center top no-repeat;
	background-size: cover;
    border-top-left-radius: 175px;
    border-bottom-left-radius: 50px;
}
/* Footer */
	/**/
.module-44:before {
    background-image: none;
    background-color: var(--clr-secondary);
}

.module-44 .ry-footer-top {
    padding-bottom: 40px;
}

.module-44 .social-icons .social-inner-wrap:before, .module-44 .social-icons .social-inner-wrap:after {
    opacity: 0;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    font-family: 'FontAwesome';
}

.module-44 {
    background-color: var(--clr-secondary);
}

.module-44 .ry-footer-logo {
    background: white;
    padding: 20px;
    border-radius: 20px;
}
.module-44 .ry-footer-logo:first-child {
    margin-bottom: 30px;
}
/*Media Queries*/
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        font-size: 20px;
    }
}
@media screen and (max-width:1080px){ 
    .module-66 .carousel .carousel-inner .item .text-center:before {
        opacity: 0;
    }
    
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
    .module-66 .bnr-textbox {
        position: relative;
        margin: 0 !important;
        background: var(--clr-secondary);
        padding: 20px 10px;
    }
    
    .module-welcome.style-5:before {
        width: 80%;
        top: 0;
        height: 40%;
        border-top-right-radius: 150px;
        border-bottom-right-radius: 25px;
        left: 0;
    }
    
    .module-welcome.style-5 .ry-each:not(.image-wrapper),
    .module-welcome.style-5 .ry-each.image-wrapper{
        max-width: 100%;
    }
    
    .module-team.style-1 .content {
        flex-direction: column;
        gap: 40px;
    }
    
    .module-testimonials.style-3:before {
        height: 30%;
        width: 80%;
        bottom: 0;
    }
    
    .module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
        flex-direction: column-reverse;
        gap: 130px;
    }
    .ry-services.style2 .each-block .photo:before {
        background: #f1e2bd;
        height: 100%;
        border-radius: 999px;
        border: 20px solid var(--clr-primary);
    }

	.ry-services.style2 .each-block .photo img {
		z-index: 2;
		height: 80%;
		width: 80%;
		left: 10%;
		top: 8%;
	}

	.ry-services.style2 .each-block .title div {
		color: var(--clr-secondary);
	}
	.module-testimonials.style-3 .carousel {
		padding: 0;
	}
}


@media screen and (max-width: 670px){
    .module-welcome.style-5:before {
        width: 100%;
        border-radius: 0;
        height: 30%;
    }
    
    .module-testimonials.style-3:before {
        width: 100%;
        border-radius: 0;
        right: 0;
        height: 20%;
    }
}
@media screen and (max-width: 580px){
    .module-team.style-1 .ry-content {
        padding: 35px;
    }
    .module-testimonials.style-3:before {
        height: 15%;
    }
}
@media screen and (max-width: 360px){
    .module-welcome.style-5:before {
        height: 20%;
    }
}

/* End - HP Edits*/
	
	
@media (max-width:1080px) {
    div.custom-headline h1 {
		line-height: 1.1;
		font-size: 45px !important;
	}
}

@media (max-width:600px) {
	div.custom-headline h1 {
		line-height: 1.3;
		font-size: 30px !important;
	}
}

body[data-page-name="contact-us"] div#ry-section-map {
    display: none;
}