body, body p, body div{font-family: Inter !important;font-weight: 400 !important; color: #555;}
body {
	background:#FFF
}
h1,h2,h3,h4,h5,h6{font-family: DM Sans, sans-serif !important;font-weight: 300 !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: 'Inter';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;font-size: 20px !important;}
.ry-btn-primary:hover {color: #FFFFFF !important;}
.ry-btn.ry-btn-secondary{color: #FFFFFF !important;background: #0c2f38 !important;}
.ry-btn.ry-btn-secondary:hover {color: #FFFFFF !important;box-shadow: unset !important;}
/*.cmsForm .has-error input {border: 1px solid #ff0069;}*/
.btn,.ry-btn,.ry-btn-primary {border-radius: 30px !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;
}

/*Nathan | Build Starting - <June 19, 2025>*/

:root {
 --clr-black: #000;
 --clr-white: #fff;
--clr-primary: #41a2c1;
--clr-secondary: #0c2f38;

--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*/
	 
--brands-leaf: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/HomepageAssets/LMVC_brands_leaf.png);
--footer-leaf: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/HomepageAssets/LMVC_footer_leaf.png);
--footer-bg: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/LMVC_footer_bg.jpg);
	
--site-font: Inter;
--title-font: DM Sans;

}
/*Global*/
	/*body*/
		body[data-page-name="index"] {
			background-color: #def9fc;
		}
	
	/*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;
		}
		.ry-btn {
			width: 300px;
			max-width: 300px;
		}
/*Modal*/
/*Header*/
/*Hero*/
.module-header.style-10 .ry-left img {
    min-width: 360px;
}

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

.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, var(--clr-white), transparent, #00000087);
}

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

.module-welcome.style-5 .background-section {
    opacity: 0;
}
.module-welcome.style-5 .custom-headline h2 {
    text-align: left !important;
}

.module-welcome.style-5 .ry-text p {
    text-align: left !important;
}

.module-welcome.style-5 .ry-text .ry-btn {
    margin-left: 0;
}

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

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

.module-welcome.style-5 {
    padding: 12.6vh 0;
}
.module-welcome.style-1 .ry-flex {
    align-items: center;
}

.module-welcome.style-5 .ry-flex {
    align-items: center;
}



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

.module-welcome.style-5 .ry-each.image-wrapper .photo {
    padding-top: 10%;
}

/*CTA*/
/*Services*/
.custom-hp-services {
    padding: 12.6vh 0;
}

.custom-hp-services .ry-flex {
    margin: 170px 0 70px;
    gap: 60px;
}

.custom-hp-services .btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.custom-hp-services .ry-flex .btn-wrapper {
    justify-content: flex-start;
    margin-top: 20px;
}

.custom-hp-services::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 100%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/LMVC_service_bg.jpg) center top no-repeat;
	background-size: cover;
    transform: translateY(-50%);
}

.custom-hp-services .photo {
    position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
    border: 8px solid var(--clr-white);
    border-radius: 15px;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
    width: 90%;
    margin-left: 5%;
}

.custom-hp-services .photo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.custom-hp-services .details {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/LMVC_service_box.jpg) center top no-repeat;
	background-size: cover;
    padding: 20px 40px;
    border-radius: 15px;
    margin-top: -60px;
}

.custom-hp-services h3 {
    font-size: var(--font-h1Span);
    color: var(--clr-white);
    font-weight: 400 !important;
    letter-spacing: -0.2em !important;
    width: 320px;
}

.custom-hp-services svg {
    width: 30px;
    margin-left: 10px;
}

.custom-hp-services .ry-flex .btn-wrapper a {
    justify-content: flex-start;
    width: fit-content;
	background: transparent !important;
    padding: 0;
    height: fit-content;
}

/*Team*/
.module-28 {
    padding: 12.6vh 0;
}

.module-28 .ry-flex {
    height: fit-content;
}

.module-28 .ry-left,
.module-28 .ry-left img{
    position: relative;
}

.module-28 .ry-left img {
    max-width: 100%;
    left: 0;
}

.module-28 .ry-generic-copy p {
    text-align: left;
}

.module-28 .ry-generic-copy {
    margin: 70px 0;
}

.module-28 .ry-btn-wrapper {
    justify-content: flex-start;
}
.module-28 .custom-headline h2 {
    text-align: left !important;
}
/*Insurance*/
/*Brands*/
.ry-multi-item-slider {
    padding: 12.6vh 0;
}
body.home #top-brands .ry-multi-item-slider .container.ry-container {
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/LMVC_brands_bg.jpg) center top no-repeat;
	background-size: cover;
    border-radius: 30px;
	transform: scale(0.7);
    padding-bottom: 80px;
}

#top-brands .owl-carousel .owl-nav {
    opacity: 0
}
#section-brands .ry-multi-item-slider .container.ry-container::before {
    content: "";
    position: absolute;
    bottom: -30px;
    left: -60px;
    height: 196px;
    width: 98px;
    background-image: var(--brands-leaf);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	
}
#section-brands .ry-multi-item-slider .container.ry-container::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -60px;
    height: 196px;
    width: 98px;
	background-image: var(--brands-leaf);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	transform: scaleX(-1);
}
#section-brands .owl-item {
    background: var(--clr-black);
    border-radius: 15px;
}
#section-brands .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: invert(1);
    max-height: 70px;
}
#section-brands .owl-carousel .owl-item img {
    max-height: 70px;
}
.owl-carousel .owl-dots {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
}
/*Appointment Form*/
/*Testimonials*/
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5{
    color: #666;
}

h5 {}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 0;
    background: transparent;
}

.module-testimonials.option-1 .carousel-control.left, .module-testimonials.option-1 .carousel-control.right {
    opacity: 0;
}

.module-testimonials.option-1:before {
    opacity: 0;
}


.testimonials-wrapper .carousel-indicators li:not(.active) {
    opacity: 0.3;
}



.module-testimonials.option-1 {
    padding: 12.6vh 0;
	z-index:2
}
/*Footer*/
.footer.style-3 .footer-top .ry-each:nth-child(2) {
    background: var(--clr-white);
    padding: 30px;
    border-radius: 30px;
    margin-top: -280px;
}

.footer.style-3 .footer-top .ry-each:nth-child(2) .title {
    color: var(--clr-black);
	font-family: DM Sans !important;
    letter-spacing: 0.08em;
}

.form-control {
    background: #33333314;
}

.footer.style-3 .footer-top {
    padding: 60px 0;
    background-image: var(--footer-bg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.footer.style-3 .footer-top::before {
    content: "";
    position: absolute;
    top: -350px;
    left: 38%;
    height: 541px;
    width: 419px;
    background-image: var(--footer-leaf);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
    z-index: -1;
    transform: translateX(-50%);
}
.footer.style-3 .footer-top::after {
    content: "";
    position: absolute;
	top: -350px;
    right: 25%;
    height: 541px;
    width: 419px;
    background-image: var(--footer-leaf);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	transform: scaleX(-1);
    z-index: -1;
}
.footer.style-3 .footer-top .ry-each:nth-child(1) img {
    filter: brightness(0) invert(1);
    max-width: 260px;
    margin: 0 auto;
}
.module-testimonials.option-1 {
    padding-bottom: calc(12.6vh + 280px);
}
.footer.style-3 .footer-top .ry-each .details:not(:last-child) {
    margin: 0;
    margin-top: 25px;
	
    flex-direction: column;
}

.footer.style-3 .footer-top .ry-each .details .text a {
    display: flex
;
    justify-content: center;
}
.footer.style-3 .footer-top .ry-each .details .footer-social {
    margin-top: 25px;
    width: 100%;
}
.footer.style-3 .footer-top .ry-each .details .text .span-1 {
    font-size: 16px !important;
    transition: all .3s;
    text-align: center !important;
}
.footer.style-3 .footer-top .ry-each .details .text:hover .span-1 {
    opacity: 1;
}
.footer.style-3 .footer-top .ry-each {
    align-items: center;
    justify-content: center;
}
.footer.style-3 .footer-bottom .ry-container .ry-content .ry-flex .ry-each img {
    object-fit: contain;
    margin-left: 10px;
}
/*Media Queries*/
@media screen and (max-width:1411px){
    .module-header.style-10 .ry-left img {
        max-width: 200px;
        min-width: 200px;
    }
}
@media screen and (max-width:1251px){
   
    .module-28 .ry-left {
        width: 100%;
    }
    .module-28 .ry-btn-wrapper {
        justify-content: center;
    }
    body.home #top-brands .ry-multi-item-slider .container.ry-container {
        transform: scale(1);
        margin-top: 40px;
    }
}
@media (max-width: 1081px) {
    .mobile-container .flex-wrap .mobile_logo img {
        max-width: 150px;
    }
    .module-66 .carousel .carousel-inner .item .text-center::before {
        opacity: 0;
    }
    
    .module-66 .carousel .carousel-inner .item img {
        height: 100%;
    }
    
    .module-66 .bnr-textbox {
        margin-bottom: 0 !important;
        background: var(--clr-black) !important;
        padding: 40px;
        position: relative;
    }
	.custom-hp-services .ry-flex .ry-each {
		width: 50%;
	}

	.custom-hp-services .ry-flex {
		flex-direction: column;
		align-items: center;
	}
    .footer.style-3 .footer-top::before {
        left: -20%;
        transform: scaleX(-1);
    }
    
    .footer.style-3 .footer-top::after {
        right: -20%;
        transform: scale(1);
    }
    
    .footer.style-3 .footer-top .ry-each:nth-child(2) {
        margin-top: 0;
        margin-bottom: 25px;
    }
    
    .module-testimonials.option-1 {
        padding-bottom: 8.6vh;
    }
}




/*-----BUILD | MAICA | 07.11.2025-----*/
#ry-pg-body .ry-left .ry-photo:nth-child(2) {
  padding-top:10px
}
#ry-pg-body {
	padding-bottom:200px
}
[data-page-id="WebPage-fa024d02-1831-48c7-9779-4d73e8d18ac9"] #ry-pg-body h2 {
	margin-top:40px
}

/*------ FONTS -----*/
.custom-headline h1 span {
    font-size: clamp(1.125rem, 0.902rem + 0.915vw, 2rem) !important;
    letter-spacing: 3px;
    color: var(--clr-white);
    font-weight: 400;
    font-family: var(--site-font) !important;
    text-align: center;
    display: block;
	text-transform:uppercase;
	line-height:1.2
}

.custom-headline h1 {
    font-size: clamp(2.3125rem, 1.4681rem + 3.4641vw, 5.625rem) !important;
    color: #ffffff;
    text-align: center;
    letter-spacing:unset;
    text-transform:unset;
	letter-spacing:2px;
	line-height:1.3
}
	
.custom-headline h1 strong {
	font-weight: 600 !important;
}

.custom-headline h2 span, .section-headline h2 span{
    font-size: clamp(1.25rem, 1.1863rem + 0.2614vw, 1.5rem) !important;
    letter-spacing: 2px;
    color: var(--clr-secondary);
    font-family: var(--site-font);
	display:block;
	text-transform:uppercase
}

.custom-headline h2, .section-headline h2 {
    font-size: clamp(1.875rem, 1.3971rem + 1.9608vw, 3.75rem) !important;
    line-height: 1.2;
    color: var(--clr-primary);
    font-family: var(--title-font);
    letter-spacing:normal;
    line-height:1.2;
	text-transform:capitalize;
	letter-spacing:1px
}	
body .search-result, body .description, body ul.pagination li > a, body ol.pagination li > a, .ry-list-wrp .ry-list-item .ry-list-content .ry-list-excerpt, #ry-sidebar .ry-link-wrp .ry-link-item a, body, .ry-form.ry-form-box input[type="text"], .ry-form.ry-form-box textarea {
	color:#555
}
#ry-pg-body h2 {
    font-size: clamp(1.875rem, 1.7475rem + 0.5229vw, 2.375rem) !important;
    line-height: 1.2;
  letter-spacing:1px;
	margin-bottom:5px
}

#ry-pg-body h2 span{
    font-size:22px;
    text-transform:uppercase
}

#ry-pg-body h3 {
	font-size: clamp(1.75rem, 1.6863rem + 0.2614vw, 2rem) !important;
	margin-bottom:5px;
	line-height: 1.2;
}


/*------ BUTTONS -----*/
.ry-btn {
	 position: relative;
	z-index: 1;
	transition: transform 0.3s ease;
	line-height:1.4;
	padding-inline:30px !important;
	border-radius:5px !important;
	width:fit-content;
	background:var(--clr-primary)
}

#ry-pg-body .ry-btn {
	height:48px;
	max-height:fit-content;
	line-height:1
}

.ry-btn.ry-btn-primary {
	background:var(--clr-primary)
}

.ry-btn.ry-btn-secondary {
	background:var(--clr-secondary)
}

.ry-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: -1;
    border-radius: 5px;
}

.ry-btn.ry-btn-primary::before{
  border:solid var(--clr-primary) 2px
}

.ry-btn.ry-btn-primary:hover {
    background:var(--clr-primary) !important
}
.ry-btn.ry-btn-secondary::before,
.module-header.style-10 .ry-right .button-group .ry-btn.btn-transparent::before{
    border:solid var(--clr-secondary) 2px
}
.ry-btn:hover {
	transform: scale(1.01)!important;
	color:#fff !important
}
.module-header.style-10 .ry-right .button-group .ry-btn:hover {
	transform: scale(.94)!important;
}
.ry-btn:hover::before {
  opacity: 1;
}
/*----- HEADER -----*/
.module-header.style-10 .ry-left img {
    min-width: unset;
    max-width:280px;
    width:100%;
}
.module-header.style-10 .social-header {
    display:none
}
.module-header.style-10 .ry-right .button-group .ry-btn {
    border-radius: 5px !important;
    height:55px;
    font-size: 18px !important; 
	background:var(--clr-primary)
}
.module-header.style-10 .ry-right .button-group .ry-btn.btn-transparent {
    color:#fff !important;
	background:var(--clr-secondary) !important; 
		border:unset;
		width:100%;
}


.module-header.style-10 .ry-right .button-group .ry-btn svg {
    display:none
}

.module-header.style-10 .ry-right .button-group .ry-btn span {
    font-weight:400
}

.module-header.style-10 .ry-right .ry-menu {
    max-width:800px;
    width: 100%;
    padding: 0 20px;
    margin:auto
}

.module-header.style-10 .ry-right .ry-menu .nav-menu li a {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    font-family: "Inter";
    text-align: center;
    text-transform:capitalize
}

.module-header.style-10 .ry-container {
    max-width:1600px;
     width:96%;
}
	
.module-header.style-10 {
    position:relative;
    background:#fff;
    padding-block:20px
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:first-child ,
.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li:last-child {
    border-radius:0 !important
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li{
    padding:0;
    background: var(--clr-primary) !important;
}
.ry-menu .ry-nav li.dropdown .dropdown-menu li {
    background:transparent
}
.ry-menu .ry-nav li.dropdown .dropdown-menu {
    background:transparent
}

.module-header.style-10 .ry-right .ry-menu .nav-menu li .dropdown-menu li a:hover {
    opacity:1;
    background:var(--clr-secondary)
}

.module-header.style-10 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
    width:100% !important;
    padding:15px 20px !important;
    transition:all .3s ease
}

.module-header.style-10 .ry-right .ry-menu .nav-menu li .dropdown-menu li a,
.module-header.style-10 .ry-right .ry-menu .nav-menu li .dropdown-menu li{
    background:var(--clr-primary)
}

.ry-menu .ry-nav li.dropdown .dropdown-menu.hover {
    min-width: 210px;
    width: fit-content;
}


.mobile-container {
    background:#fff
}

.mobile-container .flex-wrap .mobile_logo img {
    filter: unset
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
    background:var(--clr-primary);
    display:flex;
}
.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a .fa {
    margin-top:3px;
}
.mobile-container .flex-wrap .flex-item.left-nav {
    width:fit-content
}

#menu_container, .mobile-header.style-10 .mobile-container .mobile-nav button .hamburger-inner, .mobile-header.style-10 .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-header.style-10 .mobile-container .mobile-nav button .hamburger-inner:after {
    background:var(--clr-primary)
}

.mm-panel .mob-menu a {
	padding-block:13px
}
	
.mm-panel .mob-menu a,
#menu_container .mm-listview li a {
    text-wrap:wrap;
    line-height:1.2;
    font-size:18px;
	letter-spacing:1px;
}
#menu_container .mm-listview .mm-listitem a, .mm-listitem>a, .mm-listitem>span {
    text-transform:capitalize !important;
    font-size:18px;
    letter-spacing:.5px !important
}
.mm-panel_opened {
	padding-inline:0px
}
#menu_container, .mm-panels, .mm-panels>.mm-panel{
    background:var(--clr-primary)
}


.mm-menu_theme-black .mm-navbar .mm-navbar__title {
    letter-spacing:2px;
    font-size:18px
}
	
/*----- HERO SECTION -----*/
.module-66::before, #ry-slider::after {
    content:"";
    width:100%;
    height:180px;;
    position:absolute;
    z-index:10;
    
}
.module-66::before {
    top:0;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/top.png) no-repeat center / cover
}
.module-66::after {
    bottom:0;
    background:url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/bottom.png) no-repeat center / cover
}

.module-66 .carousel .carousel-inner .item .text-center::before {
    display:none
}

/*----- WELCOME SECTION -----*/ 
.module-welcome.style-5 {
    padding: 120px 0 200px;
}
.module-welcome.style-5  .ry-container {
    max-width: 1340px;
    width:90%;
}
.module-welcome.style-5 .ry-each:not(.image-wrapper) {
    width:48%;
	max-width:unset;
	flex: unset;
}
.module-welcome.style-5 .ry-each.image-wrapper {
    max-width:unset;
    width:45%;
	flex: unset;
}

.module-welcome.style-5 .ry-each.image-wrapper .photo img,
.module-welcome.style-5 .ry-each.image-wrapper .photo {
    position:relative;
    width:100%;
    height:100%;
    margin:auto;
    padding:0
}

.module-welcome.style-5 .ry-text p {
     color:#555;
}
/*------ SERVICES SECTION -----*/
#section-services {
	z-index:2;
	margin-top:-10px;
	background:#eafeff
}
.module-services.style-6 .background-section img {
	object-fit:fill;
}
.module-services.style-6 .ry-container {
    max-width:1280px;
    width:90%;
    margin:auto;
}

.module-services.style-6 {
	padding:100px 0 300px;
	margin-top:-50px
}
.module-services.style-6 .section-headline h2 span {
    color:var(--clr-primary) !important
}
.module-services.style-6 .section-headline h2 {
    color:#fff;
    letter-spacing:1px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
    width:100%;
}
.module-services.style-6 .services-wrapper .ry-flex {
    flex-direction:column;
    gap:180px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
    display:flex;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) {
    flex-flow:row-reverse
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
    border-radius: 40px;
    overflow:hidden
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo {
	width:60%;
	/* max-width: 768px; */
	border-radius: 40px;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:hover .photo{
	filter:unset
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) .description{
    right:unset;
    left:0
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
	position:relative;;
	margin:0;
	padding:0
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 {
    font-size: clamp(1.375rem, 1.0882rem + 1.1765vw, 2.5rem);
    line-height: 1.1;
	transition:all .3s ease
}


.module-services.style-6 .services-wrapper .ry-flex .ry-each .description * {
    text-align:start !important;
    color: #555555;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:40px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow {
	background:var(--clr-primary);
	width:80px;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	transition:all .3s ease
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each {
  position: relative;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .description {
  width: 50%;
  height: 525px;
  background: #fff;
  padding: 0 110px;
  position: absolute;
  right: 0;
  top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .description:hover .title-wrapper .arrow{
	background:var(--clr-secondary);
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .description:hover .title-wrapper h3 {
	color:var(--clr-secondary);
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow svg {
	fill:#fff;
	transform:rotate(-45deg);
	width:30px;;
}
	
/*------ TEAM SECTION -----*/
html {
  scroll-behavior: smooth;
}
#dr-hixon, #dr-turrill, #dr-morgan{
	scroll-margin-top:100px;
}
#section-team {
  background: linear-gradient(to top, #eafeff 95%, #e9fcfd);
}

.module-team.style-1 .ry-container{
	max-width:1600px;
	width:90%
}

.module-team.style-1 .section-headline * {
	text-align:center
}

.module-team.style-1 .section-headline h2 {
	text-transform:capitalize
}

.module-team.style-1 .ry-flex .ry-each {
    margin-left: 0px;
	max-width: 478px;;
	width:100%;
	border-radius: 40px;
	position:relative;
	overflow:hidden;
	background:transparent;
	
}
.module-team.style-1 .ry-flex .ry-each .photo img{
	max-width: 100%;
	height:100%;
}

.module-team.style-1 .ry-flex .ry-each .photo:after {
	display:none
}
.module-team.style-1 .ry-flex {
    margin-left: 0;
    width:100%;
    display: flex;
	justify-content:space-between;
	gap:30px;
}

.module-team.style-1 .ry-flex .each-name {
	font-size: clamp(1.5625rem, 1.4191rem + 0.5882vw, 2.125rem);
	line-height: 1.2;
	color: #ffffff;
	font-weight: 500 !important;
	font-family: var(--title-font) !important;
	position:relative;
	padding:0;
	letter-spacing:1px;
	inset:unset;
}
.module-team.style-1 .info{
	position: absolute;
	bottom: 30px;
	z-index: 1;
	color: #fff;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.module-team.style-1 .info .excerpt {
	display:none;
	transition:all .3s ease
}

.module-team.style-1 .ry-flex .ry-each .excerpt p{
	color:#fff;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.module-team.style-1 .content .ry-btn,
.module-team.style-1 .ry-flex{
	margin-top:80px
}

.module-team.style-1 .ry-flex .ry-each .info .ry-btn {
	margin:30px 0
}

.module-team.style-1 .ry-flex .ry-each {
	overflow:visible
}

.module-team.style-1 .ry-flex .ry-each .photo {
	border-radius:40px;
	overflow:hidden 
}

.module-team.style-1 .ry-flex .ry-each .info .each-name {
	transition:all .3s ease
}
.module-team.style-1 .ry-flex .ry-each:hover .info .each-name {
	text-align:center;
	margin-bottom:10px
}
.module-team.style-1 .ry-flex .ry-each:hover .photo {
	filter:unset;
	margin-top:-40px;
}
.module-team.style-1 .ry-flex .ry-each:hover .excerpt{
	display:block;
}

.module-team.style-1 .ry-flex .ry-each:hover .info .each-name {
	text-align:start;
	margin-bottom:10px
}

.module-team.style-1 .ry-flex .ry-each .photo::before{
	content:"";
	width:100%;
	height:100%;;
	position:absolute;
	top:0;
	left:0;
	background: linear-gradient(
	to top,
	rgba(0, 0, 0, 0.9) 0%,
	rgba(10, 58, 63, 0.8) 40%,
	rgb(19 112 149 / 85%) 70%,
	rgb(11 188 208 / 85%) 100%
	);
	z-index:1;
	opacity:0;
	transition:all .3s ease
}
.module-team.style-1 .ry-flex .ry-each:hover .photo::before {
	opacity:1
}
.module-team.style-1 .ry-flex .ry-each:hover .info {
	height:100%;
	top:0px;
	bottom:0;
	padding:70px 50px;
	z-index:1;
	border-bottom-right--radius:40px;
	border-bottom-left-radius:40px;
	margin-top:-50px;
	z-index:2;
}
.module-team.style-1 .ry-flex .ry-each:hover {
	position:relative;
	
}
.module-team.style-1 .ry-flex .ry-each::before {
  content: "";
  position: absolute;
  bottom: 13px;
  width: 100%;
  height: 60px;
  z-index: 3;
	background-color:#fff;
  background: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/HomepageAssets/hover_bottom.png)
    no-repeat center/ 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
} 
.module-team.style-1 .ry-flex .ry-each:hover::before {
  opacity: 1;
}
	
@media(max-width:1540px){
    .module-team.style-1 .ry-flex .ry-each .excerpt p{
    -webkit-line-clamp: 8;
    }
}

@media(max-width:1480px){
    .module-team.style-1 .ry-flex .ry-each:hover .photo {
	margin-top:-37px;
}
}

@media(max-width:1360px){
	.module-team.style-1 .ry-flex .ry-each .excerpt p{
		-webkit-line-clamp: 7;
	}
	.module-team.style-1 .info{
		padding: 0 10px;
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		padding-inline:25px
	}
	.module-team.style-1 .ry-flex .ry-each:hover .photo {
		margin-top:-38px;
	}
}

@media(max-width:1280px){
	.module-team.style-1 .ry-flex .ry-each .each-name {
		font-size: 25px;
	}
	.module-team.style-1 .ry-flex .ry-each, 
	.module-team.style-1 .ry-flex .ry-each .photo {
		border-radius:20px
	}

}
@media(min-width:992px) and (max-width:1180px){
	.module-team.style-1 .ry-flex .ry-each .excerpt p{
		-webkit-line-clamp: 6;
		font-size:18px;
		line-height:1.5
	}

	.module-team.style-1 .ry-flex .ry-each .ry-btn {
		height:45px
	}

	.module-team.style-1 .ry-flex .ry-each:hover .info {
		padding-inline:18px
	}

	.module-team.style-1 .ry-flex .ry-each:hover .photo {
		margin-top:-40px;
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		margin-top:-75px;
	}
}

@media(max-width:991px){
	.module-team.style-1 .ry-flex .ry-each .excerpt p{
		-webkit-line-clamp:10;
		text-align:center
	}
	.module-team.style-1 .ry-flex .ry-each:hover .photo {
		margin-top:-30px;
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		margin-top:0px;
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		padding-inline: clamp(0.9375rem, -0.625rem + 6.4103vw, 2.5rem)
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		/* margin-top:0 */
	}
	.module-team.style-1 .ry-flex .ry-each::before {
		bottom:-25px
	}
	.module-team.style-1 .ry-flex .ry-each .each-name {
		font-size: clamp(1.5625rem, 1.4191rem + 0.5882vw, 2.125rem);
		text-align:center !important
	}
	.module-team.style-1 .ry-flex .ry-each .ry-btn {
		margin-inline:auto !important
	}
	
}

@media(max-width:600px){
	.module-team.style-1 .ry-flex .ry-each .excerpt p{
		-webkit-line-clamp:7;
		text-align:center
	}
	.module-team.style-1 .ry-flex .ry-each:hover .info {
		margin-top:-40px;
	}
	.module-team.style-1 .ry-flex {
		gap:25px
	}
}
/*TESTIMONIAL SECTION*/
#section-testimonials {
	background:#eafeff 
}
.module-testimonials.option-1{
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/testimonials_bg_1.png);
	background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center top;
	padding:100px 0 0
}
	
.module-testimonials.option-1 .testimonials-wrapper .btn-wrapper {
 padding-left:10px;
 padding-bottom:10px
}

.module-testimonials.option-1:before {
	display:none
}

.module-testimonials.option-1 .star-wrapper {
	display:flex;
	gap:8px
}
.module-testimonials.option-1 .star-wrapper svg {
	fill: #ffcd62;
	width:25px
}
.module-testimonials.option-1 .testimonials-wrapper {
	margin-top:10px
}
.module-testimonials.option-1 .testimonials-wrapper * {
	text-align:start !important
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	display:flex;
	gap:20px;
	margin-block:45px;
	justify-content:space-between;
	flex-direction:row-reverse
}

.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5{
	font-family:var(--site-font) !important;
	text-transform:uppercase;
	color:#FFF;
	line-height: 1.2;
	color: #ffffff;
	font-weight: 600 !important;
}
.module-testimonials.option-1  .content {
	display:flex;
	justify-content:space-between;
	flex-direction:row-reverse
}
.module-testimonials.option-1 .carousel-indicators {
	padding:0 !important
}


.module-testimonials.option-1 .ry-left {
	max-width:640px;
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	position:relative;
}

.module-testimonials.option-1 .ry-left:before{
	 content:"";
	position:absolute;
	z-index:1;
	width:150px;
	height:150px;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/quote_1.png) no-repeat center / contain;
	top:10%;
	left:-30%;
}

.module-testimonials.option-1 .ry-left:after{
	 content:"";
	position:absolute;
	z-index:1;
	width:150px;
	height:150px;
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/quote_2.png) no-repeat center / contain;
	bottom:18%;
	right:-30%;
	
}
.module-testimonials h2{
	text-align:start;
	
}
.module-testimonials.option-1 .ry-left *,
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p{
	color:#fff
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.module-testimonials.option-1 .testimonials-wrapper .ry-name span{
	display:none
}
.module-testimonials.option-1 .ry-right {
	max-width:45%;
	width:100%;
	display:flex;
	align-items:end;
	opacity:0 !important
}

.module-20 .ry-generic .btn-wrap, .module-20 .ry-generic .btn-container {
	margin-bottom: 5px;
}

.testimonials-wrapper .carousel-indicators {
    bottom: -40px !important;
}

.testimonials-wrapper .carousel-indicators li.active{
	background:#fff !important
}

.testimonials-wrapper .comment-icon {
	display:none
}
.module-testimonials.option-1 .testimonials-wrapper .btn-wrapper {
 padding-left:10PX;
 padding-bottom:10px
}

/*----- FOOTER -----*/
#ry-footer .footer-wrapper{
  margin-top:-70px;
    z-index:1
}
.footer-wrapper .pin {
    position:absolute;
    z-index:3;
    top:52%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50px;
}

.footer-wrapper .map-container {
    position:relative
}

#ry-footer .footer-wrapper{
  margin-top:-70px;
    z-index:1
}
.footer-wrapper .pin {
    position:absolute;
    z-index:3;
    top:52%;
    left:50%;
    transform:translate(-50%,-50%);
    width:50px;
}

.footer-wrapper .map-container {
    position:relative
}

.ftr-widget.shedule {
	flex: 0 0 33.33333333%;
	max-width: 33.33333333%;
}

.footer-widgets-wrap .contact-info {
	max-width:320px;
	width:100%
}
.footer-widgets-wrap .contact-info span{
	display:block;
	text-transform:uppercase;
	font-weight:600
}
.footer-widgets-wrap .ry-footer-phone a, .footer-widgets-wrap .ry-footer-fax  {
	font-size: 18px !important;
	font-weight: 700 !important;
	color:#fff !important
}
.footer-widgets-wrap .shedule{
	max-width:fit-content;
	width:100%;
}

.footer-widgets-wrap .logo-wrapper{
	max-width:330px;
	width:100%
}

.footer-widgets-wrap .row{
	display:flex;
	justify-content:space-between;
}

.ftr-widget.schedule table, .ftr-widget-3.schedule table {
	width: 100%;
	min-width: unset;
	max-width: unset;
	margin: 0 auto;
}

.ftr-widget  * {
	font-size: 18px !important;
line-height: 1.3;
font-weight: 400;
}

.table-responsive {
	border: none;
	display: unset;
}

.ftr-widget.schedule table tr td:last-child, .ftr-widget-3.schedule table tr td:last-child {
	text-align:start;
	width:fit-content
}

.ftr-widget-3.schedule table tr td {
	width:170px;
}

.footer-widgets-wrap .row > div div {
	min-width:100%;
}

.footer-widgets-wrap h2 {
    font-size: 30px !important;
    line-height: 1.2;
    color: #41a2c1;
    font-weight: 300;
    margin-bottom:0
}
.ry-footer-address::before, .ry-footer-phone::before ,.ry-footer-email::before, .ry-footer-fax::before {
	font-family: 'Fontawesome';
	min-width: 45px;
	height: 45px;
	border-radius: 22px;
	background-color: var(--clr-primary);
	display: inline-flex
		;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

.ry-footer-address::before {
	content: "\f3c5";  
}


.ry-footer-phone:before {
	content: "\f095";
}
.ry-footer-email:before {
	content: "\f0e0";
}

.ry-footer-fax:before {
	content: "\f1ac";
}

.footer-widgets-wrap .ry-footer-detail {
	display:flex;
	align-items:center;
	gap:10px
}

.footer-widgets-wrap .ry-footer-detail * {
	color:#FFF
}

.footer-widgets-wrap .ry-footer-address, .footer-widgets-wrap .ry-footer-phone, .footer-widgets-wrap .ry-footer-fax {
	margin-bottom:15px
}

.footer-widgets-wrap .socials {
	justify-content:center;
	display:flex;
	margin-top:30px
}
.footer-widgets-wrap .ry-footer-email a {
	border-bottom:solid #fff 1px;
}

.footer-widgets-wrap .socials li a{
	background:#ffffff21;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:unset
}
.footer-widgets-wrap .socials li a:hover {
	background:var(--clr-primary)
		}

.footer-widgets-wrap .logo-wrapper img {
	width:240px ;
	margin:0 auto

}
.footer-widgets-wrap .socials li a i {
	font-size:18px !important
}
.ftr-widget.shedule, .footer-widgets-wrap .contact-info {
    flex: unset;
}
.ry-copyright-conts {
    background: unset;
    display: unset;
    width: 100%;
    padding: 0;
	background:var(--clr-secondary)
}

.ry-copyright-conts .container {
	padding: 20px 0;
}
.ry-copyright-conts *{
    font-size: 15px !important;
    line-height: 1.2;
    font-weight: 300;
}
.ry-copyright-conts li a {
	display:flex;
	align-items:center;
	 gap:10px
}
.ry-copyright-conts img {
	width:120px;
	height:auto
}

div#footer-settings {
    display:none
}
#ry-footer .footer-wrapper {
    background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6f7cc1dc-71ea-43a6-8747-2525c2c30978/Background_images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
}

.footers:after {
	display:none
}

.footers {
    padding-top: 100px;
	margin-top: unset;
    padding-bottom: 100px;
	margin-top:-50px
}
.footer-widgets-wrap .table-responsive {
    overflow:hidden
}

.footer-wrapper a:hover {
   text-decoration:underline !important;
    color:#fff
}
.footer-wrapper .ry-copyright-conts a {
    font-weight:400
}
.ftr-widget .socials li a svg {
    width:16px;
    fill:#333
}

.ftr-widget .socials li a {
    background:#FFF;
    color:#333
}
.ftr-widget.schedule table tr td span,.ftr-widget-3.schedule table tr td span {
    color:#fff
}

.footer-wrapper .col-md-7, .footer-wrapper .col-md-5 {
	flex:unset !important;
	max-width:fit-content !important;
	width:fit-content;
	display:flex;
	justify-content:center;
	align-items:center
}
#ry-footer .row.gy-3 ul {
	display:flex;
	justify-content:center;
	align-items:center
}

#ry-footer .row.gy-3 {
	display:flex;
	justify-content:space-between;
	gap:20px;
	align-items:center;
}
#ry-footer  .container {
        max-width: 1280px;
	width:90%;
    }
.ftr-widget.about img {
    max-width:300px
}

.ftr-widget.about h6{
    display:none
}

.footer-widgets-wrap .ry-footer-email a em,
.footer-widgets-wrap .socials li a,{
 transition:all .3s ease
}
.footer-widgets-wrap .ry-footer-detail a:hover,
.footer-widgets-wrap .ry-footer-email a:hover em{
 color:var(--clr-primary) !important;
 text-decoration:none !important
}
.footer-widgets-wrap .socials li a:hover i{
 color: #fff
}

.footer-widgets-wrap .socials li a:hover svg {
 fill:#fff
}
@media only screen and (min-width: 1200px) {
	#ry-footer .row {
		justify-content: space-between;
	}
	#ry-footer .footer-widgets-wrap .row > div:first-child {
		display:flex;
		align-items:center;
	}
	.ftr-widget .socials {
		margin-bottom:0
	}
}
	
/*----- SIDEBAR -----*/
.ry-sb-title {
	background: var(--clr-secondary) !important;
}
.ry-sb-title div {
	color:#fff;
	text-align: center;
}

#ry-sidebar #accordion .ry-drop-nav ul li a {
	color:inherit;
}

#ry-sidebar #accordion .ry-drop-nav ul {
	background:#b7dce870;
}
#ry-sidebar #accordion .ry-drop-nav ul li a, #ry-sidebar #accordion .ry-drop-nav a {
	transition:all ease-in-out .10s
}
#ry-sidebar #accordion .ry-drop-nav ul li a:hover, #ry-sidebar #accordion .ry-drop-nav a:hover{
    background:none;
    color:var(--clr-primary);
    font-weight:600;
}
#ry-sidebar .ry-link-wrp .ry-link-item a {
	transition:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item a:hover {
	color:var(--clr-primary);
		font-weight:600;
		transition:all 0.3s ease
		}

#ry-sidebar .ry-link-wrp .ry-link-item.active a {
	font-weight:600;
	background: #b7dce870;
	color: var(--clr-secondary);
	}

#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color: var(--clr-secondary) !important;
}
#ry-sidebar #accordion .ry-link-item.open > a {
	color:var(--clr-secondary)
		}
#ry-sidebar .ry-link-wrp .ry-link-item.active{
	background:unset
}
#ry-sidebar #searchfield button:before {
	color:var(--clr-secondary)
	}

#ry-sidebar #searchfield input[type="text"] {
	border-color:var(--clr-secondary);
	background:#fff
}

#ry-sidebar #accordion .ry-drop-nav.open {
	background:unset
}
#ry-sidebar .ry-link-wrp .ry-link-item.active a:hover {
    color:  var(--clr-secondary);
}
#ry-sidebar #services {
	display:none
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background:var(--clr-secondary) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp p {
    font-family:var(--title-font) !important;
    font-size: clamp(1.875rem, 1.7157rem + 0.6536vw, 2.5rem) !important
}

#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
    color:#fff !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
	background:var(--clr-secondary) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
    background:var(--clr-secondary) !important
}
#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn.ry-btn-primary::before {
	border-color:var(--clr-secondary) !important
}
/*----- BANNER -----*/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1{
	line-height:1.1;
    color:#fff !important
}

/*----- TEAM PAGE -----*/
.team-inner-page.style3 .team-social {
	margin-top:20px
}


.team-inner-page.style3 .ry-each {
	background:#f9fcfc;
	border: solid #d9ebed9c 2px;
}
.team-inner-page.style3 .ry-each .each-container .details .title {
	padding-inline:2vw
}

.team-inner-page.style3 .ry-flex.object-top .photo img {
	position:relative;
	object-position:top;
	object-fit:cover;
	height: 350px;
}
.team-inner-page.style3 .ry-each .photo {
	padding-bottom:unset;
	height:fit-content
}
	
/* ----- PAYMENT PAGE -----*/
.module-311 .ry-payment-options-logos .ry-each {
	padding:10px
}	

.module-311 .ry-payment-options-logos .ry-each img {
	max-width:140px;
}
	
 .module-311 .ry-payment-options-logos  .check img, .module-311 .ry-payment-options-logos  .debit > div{
	max-width:130px;
	min-height:60px;
	max-height:80px;
	 width:100%;
	height:100%;
	background:#f8f8f8;
	border-radius:5px;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:10px;
	object-fit:contain;
}
 .module-311 .ry-payment-options-logos .debit h2 {
    font-family: Poppins !important;
    font-weight: 600 !important;
    font-size: 25px !important;
    text-transform: uppercase;
}
	
/* ----- SERVICES PAGE -----*/

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	background:#011f1fd9
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn{
	background:var(--clr-primary) !important
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block p {
	color:#fff !important;
	font-weight:400 !important
}
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	margin-bottom:15px
}
	
#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block {
	position:relative
}

#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block:after {
	content:"";
	width:95%;
	height:95%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	border:solid #fff 1px
}
	
/*----- GLOBAL CUSTOM SECTION -----*/
#ry-pg-body .ip-custom-section {
    background:var(--clr-secondary);
    margin:30px auto;
    padding:30px 5px;;
	position: relative;
	display: inline-block;
	border-radius: 6px;
	clip-path: polygon(50px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 50px);
	transition: clip-path 500ms;
}

#ry-pg-body .ip-custom-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: #24696e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); 
  border-radius: 0 0 6px 0;
  transition: transform 500ms;
}
#ry-pg-body .ip-custom-section:hover {
  clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%, 0% 0px);
}

#ry-pg-body .ip-custom-section:hover:after {
  transform: translate(-100%, -100%);
}

#ry-pg-body .ip-custom-section >div {
	padding:20px 20px 10px
}

#ry-pg-body .ip-custom-section *{
    color:#fff
}

#ry-pg-body .ip-custom-section a {
	margin:15px auto 0 !important
}
.pg-btn-wrapper {
	display:flex;
	gap:10px;
	margin-block:10px;
	flex-wrap:wrap
}

.pg-btn-wrapper .ry-btn,
#ry-pg-body .ip-custom-section a{
	max-width:fit-content;
	width:100%;
	line-height:1.1 !important;
	max-height:65px !important;
	height:100% !important;
	padding-block:15px
}
#ry-pg-body .ip-custom-section h4 {
	font-size: clamp(1.25rem, 1.1703rem + 0.3268vw, 1.5625rem);
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:1.2
}
#ry-pg-body .ip-custom-section h2 {
	letter-spacing:1.5px;
	text-transform:uppercase;
	line-height:1.2
}
#ry-pg-body .ip-custom-section h4 {
	margin-top:0;
	margin-bottom:15px;
}
#ry-pg-body .ip-custom-section span {
	font-size:19px;
	font-weight:500
}
#ry-pg-body .ip-custom-section span:last-child {
	display:block;
	margin-bottom:15px;
	padding-bottom:5px;
	border-bottom:solid #ffffff4d 1px;
	width:fit-content;
	text-align:center;
	margin-inline:auto
}
#ry-pg-body .ip-custom-section p {
	padding:0;
	margin:0;
	line-height:1.2 !important;
}

#ry-pg-body .ip-custom-section span {
	line-height:1.1 !important
}
	#ry-pg-body .ip-custom-section p {
		font-weight:300 !important;
		line-height:1.3 !important
}
	
.ry-left .ry-accordion p{
    text-align:start !important;
    line-height:1.2
}

.ry-accordion .ry-content * {
    line-height:1.5 !important
}
.ry-accordion {box-shadow:unset}

.ry-accordion .ry-heading {
    background:var(--clr-primary);
    transition:all .3s ease;
    color:#fff !important
}

.ry-accordion .ry-heading * {
    color:#fff !important
}
.ry-accordion .ry-heading > div {
    display:flex;
    align-items:center
}
.ry-accordion .ry-heading:hover {
    background:var(--clr-primary);
    color:#fff
}
.ry-accordion .ry-heading.ui-state-active {
    background:var(--clr-secondary);
    color:#fff !important
}

.ry-accordion .ry-heading.ui-state-active * {
    color:#fff !important
}

.ry-accordion .ry-content {
    border:solid var(--clr-secondary) 2px;
    border-top:0;
    background:transparent
}
.icon-bar .appointment, .icon-bar .phone, .icon-bar .book, .icon-bar .cart, .icon-bar .shop {
    background:var(--clr-primary)
}

.icon-bar a:hover {
    background:#6a7d88 !important;
}
	
.ui-widget-content a{
    color:var(--clr-primary)
}
	
a.cart {
    display: none;
}

#userwayAccessibilityIcon .uiiw{
    background:var(--clr-primary);
    border-radius:50%;
}	
/*----- CONTACT US PAGE -----*/
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .ry-text a {
	line-height: 1.2 !important;
}

.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a,
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .ry-text a span {
	color:var(--clr-primary) !important;
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each .icon {
	transition:all .3s ease
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each:hover .icon {
	background:var(--clr-primary)
}
.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.phone .ry-text .span-2 {
	font-size: 23px;
	font-weight: bold;
	color: #555;
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	min-height:50px;
	display:flex;
	justify-content:center;
	align-items:center
}

.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li a{
	min-width:50px;
	min-height:50px;
}
.custom-social-wrapper .social-inner-wrap li:nth-child(1) a svg {
    width: 18px;
	height:18PX
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li {
	transition:all .3s ease
}
.contact-template.style-2 .custom-social-wrapper .social-inner-wrap li:hover{
	transform:scale(1.1);
}
.contact-template.style-2 .contact-form .ry-form-box-wrapper input.ry-btn {
    box-shadow: inset 0 0 0 0 var(--clr-secondary);
    color:#fff !important;
		height:fit-content;
	margin:0
}

	
/*----- FORMS ----- */
#ry-pg-body form [data-type="submit"] {
    width:fit-content;
    padding:2px;
    border-radius:8px;
    border:solid 2px transparent;
    transition:all .3s ease
}
#ry-pg-body form [data-type="submit"]:hover {
    width:fit-content;
    padding:2px;
    border-radius:8px;
    border:solid 2px var(--clr-primary);
    transform:scale(1.05)
}
	
/*----- ARTICLE PAGE ----- */	
.ry-list-wrp .ry-list-item {
    gap:20px
}
[data-page-id="WebPage-9fe01245-707c-489b-b83c-d25495673d47"] #ry-pg-banner .ry-container, 
[data-page-id="WebPage-9fe01245-707c-489b-b83c-d25495673d47"] #ry-pg-body .ry-container {
    max-width:1400px;
    width:90%
}
	
/*-----BLOGS-----*/
[data-page-id="WebPage-7c084bbf-b88e-468b-a802-8d6c0cc22640"] #ry-pg-body .ry-left .ry-photo {
	padding-bottom:3PX
}

.author em{
	color:var(--clr-primary);
	padding-bottom:10px;
	display:block
}
/*----- MEDIA QUERIES -----*/
	
@media screen and (min-width: 1440px) {
    #ry-pg-body h5 {
        font-size: 25px;
    }
}
@media(min-width:1280px){
    #ry-pg-body .ry-left .ry-photo img {
		height:500px;
		object-position:center;
		object-fit:cover
	}

}
@media(min-width:991px){
	#ry-pg-body.services-grid .col-lg-4{
		flex: unset;
		max-width: 30.33%;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width: calc(100% - 20px);
	}
}
@media(max-width:1480px) {
	.module-header.style-10 .ry-right .button-group .ry-btn {
		max-width:280px;
		width:100%;
	}
	
	.module-welcome.style-5 .ry-each:not(.image-wrapper) {
		padding-right: 0px;
	}
	.module-testimonials.option-1 .ry-left:before{
		left:-27%
	}
	.module-testimonials.option-1 .ry-left:after {
		right:-18%;
		bottom:5%
	}
	
	.footer-wrapper .map-container img{
		height:600px;
		object-fit:cover
	}
	.footer-wrapper .pin {
		width: 40px;
	}
	
	.team-inner-page.style3 .ry-flex.object-top .photo img {
		height: 20vw;
		min-height:230px;
	}
}

@media(max-width:1400px) {
	.module-header.style-10 .ry-right .ry-menu .nav-menu {
		justify-content:center;
		gap:clamp(1.25rem, -1.2813rem + 3.75vw, 2.1875rem);
	}

	.module-header.style-10 .ry-right .ry-menu .nav-menu li a {
		font-size:18px !important
	}
	.module-header.style-10 .ry-right .button-group .ry-btn,
	.module-header.style-10 .ry-right .button-group .ry-btn span {
		font-size:16px !important
	}

	.module-header.style-10 .ry-left img {
		max-width: 230px;
	}
}
@media(max-width:1280px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .description {
		padding:0 5vw;
		height:480px
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow {
		width: 60px;
		height: 60px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow svg {
		width:25px
    }
	
	.module-testimonials.option-1 .ry-left:before,
    .module-testimonials.option-1 .ry-left:after{
    width: 90px;
    height: 90px;
    }

	.module-testimonials.option-1 .ry-left:before{
		left:-27%
	}
	.module-testimonials.option-1 .ry-left:after {
		right:-27%;
		bottom:5%
	}
	.module-testimonials.option-1{
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-40ee471a-ad60-434e-8c05-a678123217d9/Background_images/testimonials_bg_2.png);
		padding-bottom:0
	}
	.module-testimonials.option-1 .ry-right {
		opacity:1 !important;
		margin-top:40px
	}
	.module-testimonials.option-1 .ry-right img {
		max-width:400px;
		width:100%;
		margin:auto;
	}
	.module-testimonials.option-1 .content {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		gap:40px
	}

	.module-testimonials.option-1 .content * {
		text-align:center !important
	}

	.module-testimonials.option-1 .ry-btn {
		margin:auto
	}
	
	#ry-footer .row.gy-3 {
		justify-content:center;
	}
	#ry-footer .container {
		max-width: 1280px;
		width: 90%;
	}
	.footer-widgets-wrap .col-lg-4 {
		flex: unset !important;
		max-width: unset !important;
		width:fit-content
	}
	.ry-copyright-conts p {
		text-align:center
    }
}
@media (max-width: 1200px) {
	.module-welcome.style-5 .ry-flex {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap:35px
	}
	.module-welcome.style-5 .ry-each {
		width:100% !important;
		max-width:unset !important
	}

	.module-welcome.style-5 .ry-each p,.module-welcome.style-5 .ry-each h2 {
		text-align:center !important
	}
	.module-welcome.style-5 .ry-each h2 br {
		display:none
	}
	.module-welcome.style-5 .ry-text {
		margin-top:-15px
	}
	.module-welcome.style-5 .ry-btn {
		margin:auto !important
	}
	.module-welcome.style-5 .ry-each.image-wrapper .photo img {
		max-width:400px
	}
}
@media (max-width: 1080px) {
	.module-66 .bnr-textbox {
		margin-bottom: 0 !important;
		background: var(--clr-secondary) !important;
			padding: 40px 15px;
			position: relative;
			}
	.module-66   .ry-container {
		max-width: 100%;
	}
	.module-66 {
		margin-top:70px
	}
	
	.module-welcome.style-5 {
		padding: 120px 0 120px;
	}
	
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		flex-direction:column !important;
		max-width:700px;
		width:90%;
		margin:auto
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
		width:100%;
		height:fit-content
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .description{
		width:100%;
		position:relative;
		inset:unset
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo {
		left:-5%
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .description{
		position:relative;
		top:-50px;
		right:-5%;
		height:fit-content;
		padding-block:40px
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) .description{
		right:0;
		left:-5%;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) .photo {
		right:-5%;
		left:0
	}
	.module-services.style-6 .services-wrapper .ry-flex {
		gap: 10px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:not(:last-child) {
		margin-bottom:0
	}
	.module-services.style-6 {
		padding: 100px 0 120px;
		margin-top: -50px;
	}
	
	#ry-footer .row.gy-3 {
        justify-content:center;
    }
    .ftr-widget.about img {
    max-width: 280px;
}
    .footer-widgets-wrap h2 {
        margin-top:0;
        text-align:center !important
    }
        .footer-widgets-wrap .col-lg-4 {
        flex: unset !important;
        max-width: unset !important;
            width:100%;
    }
    #ry-footer .row {
        justify-content:center;
        column-gap: clamp(0.625rem, -0.9129rem + 6.3091vw, 3.125rem);
    }
   .footer-widgets-wrap .ry-footer-email, .footer-widgets-wrap .ry-footer-address, .footer-widgets-wrap .ry-footer-phone, .footer-widgets-wrap .ry-footer-fax {
       max-width:230px;
       width:100%;
       margin-inline:auto;
       min-width:unset !important
    }
    .footer-widgets-wrap .shedule {
        max-width: fit-content;
        max-width:285px;
        width: 100%;
}

	.table-responsive h6 {
		display:none
	}
	.footer-widgets-wrap .ry-footer-email {
		margin-bottom:0;
	}
	.footer-widgets-wrap .ry-footer-address {
		margin-top:10px
	}
	.ftr-widget-3.schedule table tr td:nth-child(1){

		width:130px
	}
	.footers {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 0 auto;
		padding: 30px 0;
		overflow-wrap: break-word;
		hyphens: manual;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top:90px
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each .ry-icon-block .ry-btn {
		height:45px;
		margin-block:10px;
		width:fit-content
	}
	#ry-pg-banner .ry-bnr-wrp:before,
	#ry-pg-banner .ry-bnr-wrp:after {
		display:none
	}

	.team-inner-page.style3 .ry-each .each-container .details p {
		text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title p {
		text-align: center !important;
		margin-top: 10px !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details p {
		text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details ul li {
		text-align: left !important;
	}

	.team-inner-page.style3 .ry-each .each-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-left: 0;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
		width: 100%;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title * {
		text-align: center;
		justify-content: center;
	}

	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description {
		padding-top: 0;
		width: 100%;
		text-align: center;
		padding-right: 0;
	}
	.team-inner-page.style3 .ry-each .each-container .details .team-excerpt p,
	.team-inner-page.style3 .ry-each .each-container .details .team-full-description p {
		text-align: center;
		margin-bottom: 30px;
	}

	.team-inner-page.style3 .ry-each[data-social=""] .details .title {
		padding: 30px 0;
	}

	.team-inner-page.style3 .ry-each .each-container .details p {
		text-align: center !important;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
		padding-bottom: 0 !important;
	}
	#ry-pg-body h5 {
		line-height: 1;
		font-size: calc(30px + 2 * ((100vw - 320px) / 1120));
	}
}
@media(max-width:991px){
    #ry-pg-body .ry-content{
        gap:100px
    }
     #ry-pg-body .ry-left.col-md-8 {
        max-width: 100%;
    }
}


@media(max-width:780px) {
	.module-testimonials.option-1 .ry-left:before{
		left:-13%;
		top:-20%
	}
	.module-testimonials.option-1 .ry-left:after {
		right:-13%;
		bottom:-20%
    }
}
	
@media(max-width:767px){
    #ry-pg-body form [data-type="submit"] {
        margin-inline:auto;
    }
    #ry-pg-body form > div > div:last-child {
        display:flex
    }
}

@media(max-width:700px) {
	#ry-footer .row {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		gap:40px;
		HEIGHT: fit-content;
	}
	.ftr-widget .socials {
		margin: 20px  0 0;
	}

	.footers {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#ry-footer .row::after {
		display:none
	}
	.ftr-widget-3.schedule table tr td:last-child {
		text-align:end
	}
}

	
@media (max-width: 600px) {
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
		width:35px;
		height:35px;
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:first-child {
		margin:0
	}
	.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
		gap:8px
	}
	
	.module-66 .custom-headline h1 span {
		margin-bottom:5px
	}
	.module-66 .custom-headline h1 {
		line-height:1.1;
		font-size:33px !important
	}

	.icon-bar {
		position: fixed;
		top: 70%;
	}
	
    .module-66 .bnr-textbox {
        padding: 20px 15px;
        margin-top:-1px
    }
    .module-66 .carousel .carousel-inner .item img{
        height:35vh
    }
	.module-66 {
		margin-top: 65px;
	}
	
	.module-welcome.style-5 .ry-each h2 br {
		display:block
	}
	 .module-welcome.style-5 {
        padding: 80px 0 120px;
    }

	.module-services.style-6 .services-wrapper .ry-flex .ry-each .description{
		top:-30px;
		right:-3%;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .description P {
		text-align:center !important
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) .photo {
		right:-3%;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even) .photo {
		right:-3%;
		left:0
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo {
		left:-3%
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > DIV{
		border-radius:20PX !important
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow {
		width: 45px;
		height: 45px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .title-wrapper .arrow svg {
		width:18px
	}
	.module-services.style-6 .background-section img {
		object-fit:cover;
		background-position:top
    }

	.module-testimonials.option-1 {
		padding: 140px 0px 0px;
	}

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

	#ry-pg-body.services-grid .col-lg-4{
		max-width: unset;
	}
	#ry-pg-body.services-grid .module-services.style1 .ry-each {
		width:90%;
	}

}
	
	.contact-template.style-2 .ry-flex .contact-details .inner-flex .ry-each.fax:hover .icon {
    background-color: #555;
}