form label.inline {
  	font-size: 18px !important;
    font-weight: 400 !important;
	
}

body, body p, body div{font-family: Poppins !important;font-weight: 400 !important; }
h1,h2,h3,h4,h5,h6{font-family: Poppins, 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: 'Poppins';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: #20397c !important;font-size: 20px !important;}
.ry-btn-primary:hover {background: #00a2de !important;color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #00a2de !important;}
.ry-btn.ry-btn-secondary:hover {background: #20397c !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 - Started <September 24, 2025> */

:root {
	--clr-white: #FFFFFF;
	--clr-black: #2f241e;
	--clr-primary: #20397c;
	--clr-secondary: #00a2de;
	
	--font-herotitle: clamp(3rem, 2.0625rem + 3vw, 3.75rem); /*60px*/
	--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*/
}
/**/
	/*fonts*/

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

		.custom-headline h2 .span-1 {
			display: block;
			font-size: var(--font-subtitle) !important;
			letter-spacing: 0.28em;
			color: var(--clr-secondary);
			font-weight: 400;
		}
	/*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*/
.details-modal .details-modal-title {
    padding: 0;
}
.details-modal .details-modal-close {
    background: var(--clr-secondary);
    height: fit-content;
    width: fit-content;
    padding: 10px;
    border-radius: 999px;
    top: -13px;
    left: auto;
    right: -7px;
    color: white !important;
    z-index: 999;
    cursor: pointer;
    pointer-events: fill;
}

.details-modal .details-modal-close svg {
    fill: white !important;
    color: white !important;
}

/* Header */
	/**/
body:not([data-page-name="index"]) .module-header.style-11 {
    position: relative;
}
.module-header.style-11 {
    background: transparent;
}

.module-header.style-11 .ry-right .button-group .text-wrapper span {
    color: #374151;
}

.module-header.style-11 .ry-right .button-group a:nth-child(even) .svg-wrapper {
    background: var(--clr-secondary);
}
.mobile-container {
    background: white;
    box-shadow: 0 0 7px #33333333;
}


/* Hero */
	/**/
.module-66 .carousel .carousel-control {
    opacity: 0;
}

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

.module-67 .background-section {
    opacity: 1;
    filter: none;
}

.module-67:before {
    opacity: 0;
}
.module-67 .card-wrapper {
    display: flex;
    z-index: 2;
    gap: 40px;
    margin-top: 50px;
}

.module-67 .card-wrapper .card {
    border-radius: 65px;
    overflow: hidden;
}

.module-67 .card-wrapper svg {
    height: 48px;
    width: 48px;
    fill: white;
}

.module-67 .card-wrapper .text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--clr-secondary);
    width: 60%;
    padding: 20px;
	transition: all .3s;
}

.module-67 .card-wrapper .text p {
    color: white;
    font-weight: 600 !important;
    text-transform: uppercase;
    font-size: var(--font-spantitle) !important;
}

.module-67 {
    padding: 12.6vh 0;
}
.module-67 .card-wrapper .card .photo {
    background: var(--clr-secondary);
}

.module-67 .card-wrapper .card .photo img {
    transition: all .3s;
}

.module-67 .card-wrapper .card:hover .photo img {
    opacity: .2;
}

.module-67 .card-wrapper .card:hover .text {
    background: transparent;
    border: 2px solid white;
    border-left-color: transparent;
    border-right-color: transparent;
    cursor: pointer;
}
/* Brand */
	/**/
.module-brands.style-5 {
    padding: 12.6vh 0;
    background-color: #fbfbfb;
}

.module-brands.style-5 .text-wrapper {
    display: flex;
    max-width: 1680px;
    margin-bottom: 40px;
	align-items: center;
}

.module-brands.style-5 .custom-headline, .module-brands.style-5 .ry-text {
    flex-basis: 50%;
}

.module-brands.style-5 .custom-headline h2 {
    text-align: left !important;
}
/* Services */
	/**/
.module-services.style-12 {
    padding: 0;
    padding-bottom: 6.6vh;
}

.module-services.style-12 .text-wrapper {
    background: var(--clr-primary);
    display: flex;
    align-items: center;
    padding: 40px 180px 180px;
    gap: 70px;
}

.module-services.style-12 .text-wrapper * {
    color: var(--clr-white);
}

.module-services.style-12 .custom-headline * {
    text-wrap-mode: nowrap;
    text-align: left;
}

.module-services.style-12 .ry-content {
    margin-top: -5vw;
}
.module-services.style-12 .content .ry-flex {
	gap: 40px;
    margin-bottom: 80px;
}

.module-services.style-12 .content .ry-flex .ry-each {
    border-radius: 0;
    box-shadow: 0 0 7px #3333335c;
    background: var(--clr-white);
    padding: 60px 2vw 120px;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details h4 {
    color: black;
}

.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .services-details p {
    color: unset;
}

.module-services.style-12 .content .ry-flex .ry-each .photo {
    height: 0;
    opacity: 0;
}
.module-services.style-12 .content .ry-flex .ry-each:nth-child(even) .icons {
    background: var(--clr-secondary);
}
.module-services.style-12 .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}
/* Meet the Team */
	/**/
.module-28 .ry-left img {
    left: 50%;
    transform: translateX(-50%);
    max-width: 42%;
}

.module-28 .custom-headline h2 {
    text-align: left;
    line-height: normal !important;
}

.module-28 .custom-headline h3 {
    font-family: 'Baskerville' !important;
    font-size: var(--font-title);
    font-weight: 400 !important;
    font-style: italic;
    line-height: normal;
}

.module-28 .ry-middle {
    flex-basis: 50%;
    position: static;
}

.module-28 .ry-generic-copy {
    position: absolute;
    right: 0;
    max-width: 30%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.module-28 .ry-generic-copy p {
    text-align: left;
}
.module-28 .ry-btn-wrapper {
    justify-content: flex-start;
    padding-top: 30px;
}
/* Insurance */
	/**/
#section-insurances .ry-multi-item-slider {
    padding: 0;
}
#section-insurances .ry-multi-item-slider::before {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-5444a561-41f0-463b-af30-06a3c9923dd8/Background_images/ProsperEC_insurances_bg.jpg) center center no-repeat;
	background-size: cover;
}

#section-insurances .owl-carousel .owl-nav {
    opacity: 0;
}

#section-insurances .custom-headline h2 .span-1 {color: white;}

#section-insurances .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: invert(1);
}

#section-insurances .owl-carousel .owl-dots .owl-dot {
    background: #ffffff78;
}

#section-insurances .owl-carousel .owl-dots .owl-dot.active {
    background: white;
}
/* Request Appointment */
	/**/
/* Testimonials */
	/**/
/* Custom Page */
	/**/
#section-custom .custom-hp-page .ry-container {
    max-width: 1480px;
}
.custom-hp-page .content {
    background: var(--clr-secondary);
    padding: 6.6vh 0;
}

.custom-hp-page .custom-headline h2 .span-1 {
    color: var(--clr-white);
}

.custom-hp-page .ry-flex {
    gap: 40px;
    margin: 50px 0 0;
    padding: 0 120px 0;
}

.custom-hp-page .photo img {
    width: 260px;
    margin: 0 auto;
}

.custom-hp-page .photo {
    background: #fbfbfb;
    border-radius: 10px;
    padding: 30px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Footer */
	/**/
.module-16 .logo-wrapper {
    width: 100%;
    z-index: 2;
    margin-top: -11vw;
    margin-bottom: 5vw;
    display: flex;
    justify-content: center;
}

.module-16 .logo-wrapper img {
    max-width: 120px;
    margin: 0 auto;
}

.module-16 .logo-wrapper .photo {
    background: white;
    width: fit-content;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 7px #3333333d;
}
#ry-section-map {
    height: 550px;
}
.module-16 #footer-row2 .ry-text * {
    color: white !important;
}

.module-16 #footer-row1 {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 3vw;
}
#mapCustomstyle1 {
    padding-bottom: 550px;
    width: 100%;
}
/*Media Queries*/
	/**/
@media screen and (max-width: 1080px){
    .module-66 .carousel .carousel-inner .item img {
        height: 100% !important;
    }
    .module-67 .card-wrapper,
    .module-brands.style-5 .text-wrapper{
        flex-direction: column;
    }
    .module-brands.style-5 .custom-headline h2,
    .module-brands.style-5 .ry-text p,
    #section-custom .custom-hp-page .custom-headline h2,
    #section-custom .custom-hp-page .ry-text p{
        text-align: center !important;
    }
    
    .module-brands.style-5 .custom-headline, .module-brands.style-5 .ry-text {
        flex-basis: 100%;
    }
    .module-brands.style-5 .text-wrapper{
        max-width: 85%;
    }
    .custom-hp-page .ry-flex {
        flex-direction: column;
    }
    .custom-hp-page .btn-wrapper {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    #section-custom .custom-hp-page .text-wrapper {
        padding: 7vw;
    }
    
    #section-custom .custom-hp-page .content:last-child .ry-flex {
        flex-direction: column-reverse;
		padding: 5%;
    }
	.module-44 .ry-flex .ry-each ul li {
		max-width: 300px;
		margin: 0 auto;
		justify-content: space-between;
	}

	.module-44 .ry-flex .ry-each .website-info .details {
		justify-content: center;
		margin: 0 auto;
	}

	.module-44 .ry-flex {
		margin-top: 50px;
	}
    .module-services.style-12 .content .ry-flex .ry-each:nth-child(odd) {
    box-shadow: 0 0 7px #3333335c;
    background: var(--clr-white);
    }
    .module-services.style-12 .content .ry-flex .ry-each:nth-child(1), .module-services.style-12 .content .ry-flex .ry-each:nth-child(4), .module-services.style-12 .content .ry-flex .ry-each:nth-child(5) {
        background: #fff;
        box-shadow: 0 0 7px #3333335c;
        -webkit-box-shadow: 0 0 7px #3333335c;
        -moz-box-shadow: 0 0 7px #3333335c;
    }
}
@media screen and (max-width: 1200px){
    .module-28 .ry-flex {
        flex-direction: column;
    }
    
    .module-28 .ry-middle {
        position: relative;
        width: 100%;
    }
    
    .module-28 .ry-generic-copy {
        position: relative;
        max-width: 100%;
        transform: none;
    }
    
    .module-28 .ry-generic-copy p {
        text-align: center;
    }
    
    .module-28 .ry-right {
        width: 100%;
    }
    
    .module-28 .custom-headline h2, .module-28 .custom-headline h3 {
        text-align: center;
    }
    
    .module-28 .ry-btn-wrapper {
        justify-content: center;
    }
    
    .module-28 .ry-content {height: 100%;gap: 40px;}
    
    .module-28 .ry-left {
        position: relative;
    }
    
    .module-28 .ry-left img {
        position: relative;
        max-width: 450px;
        width: 450px;
        left: 0;
        transform: none;
    }
	.module-services.style-12 .text-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    .module-services.style-12 .custom-headline *,
    .module-services.style-12 .ry-text p{
        text-align: center;
    }
    .module-services.style-12 .text-wrapper {
        padding-left:100px;
        padding-right: 100px;
    }
}

@media (max-width: 1199px) {
    .module-28 {
        padding-bottom: 0;
    }
}
	
	@media (max-width: 991px) {
		div#ry-pg-banner .ry-bnr-wrp {
			margin-top: 120px;
		}
		
		div.ry-section.services-grid .ry-btn {
			margin: 30px auto;
		}
	}
@media (max-width: 500px) {
	
	div.module-services.style-12 .custom-headline h2 {
		text-wrap: balance !important;
	}

	div.module-services.style-12 .text-wrapper {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 15%;
	}
	
	div.module-66 {margin-top: 0;}
    .module-28 .ry-left img {
        width: 100%;
    }
    .module-67 .card-wrapper .card {
        border-radius: 15px;
    }
	
	
}
/* End - HP Edits*/
	
	.module-1 {
    padding: 40px 0;
    border-bottom: 1px solid #ccc;
}
	
	.module-1 .ry-box-right p {
    padding: 20px 0;
}