
@import url("https://use.typekit.net/tpc0zjy.css");

@font-face {
	font-family: "charlemagne-std", serif;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "charlemagne-std", serif;
	font-weight: 700;
	font-style: normal;
}


/** Welcome Start **/

.module-67 .welcome-img {
	position: absolute;
	width: 100%;
	max-width: 70%;
}

.module-67 .welcome-img.welcome-left {
	left: -5%;
	transform: translate(-80%, -54%);
	top: 0;
}
.module-67 .welcome-img.welcome-right {
	left: calc(100% - -5%);
	transform: translate(-20%, -54%);
	/*top: calc(100% - 4%);*/
}

@media (max-width: 1600px) {
	.module-67 .welcome-img {
		position: absolute;
		width: 100%;
		max-width: 50%;
	}
}

@media (max-width:1199px) {
   
	div.module-43 .ry-right .ry-menu .nav-menu {
    gap: 3.5%;
		
	}

    div.module-43 .ry-left img {
		max-height: 70px;
	}

}

@media (max-width:1580px) {
	
	div.module-43 .ry-left img {
		max-height: 80px;
	}

	div.module-43 .ry-container {
		max-width: 90%;
	}

	div.module-43 .ry-right .ry-menu .nav-menu {
		gap: 4%;
	}

}

@media (max-width:1200px) {
	.module-67 {
		padding: 50px 0;
	}
	.module-67 .welcome-img {
		position: relative;
		transform: unset !important;
		top: 0 !important;
		left: 0 !important;
		max-width: 440px;
		        margin: auto;
	}
	.module-67 .ry-container {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.module-67 .welcome-img.welcome-right {
		align-self: flex-end;
	}
}

/** Welcome End **/

/** Brand Start **/
.custom-brand {
    position: relative;
    overflow: hidden;
    padding: 0px 0 240px;
}
/*.custom-brand:before {
    content: "";
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/brand_black_bg.jpg);
    background-size: contain;
    position: absolute;
    inset: 0;
    background-position: bottom;
    height: 0;
    padding-bottom: 25%;
    top: unset;
}*/

/*.custom-brand .ry-multi-item-slider {
    padding: 0;
    margin-top: -12%;
}*/

.custom-brand .background-image, .custom-brand .background-image img {
    position: absolute;
    inset: 0;
    object-fit: cover;
	height: 100%;
	position: fixed;
    z-index: -1;
}

.custom-brand .ry-multi-item-slider h2.ry-multi-item-slider-heading-section.py-4.mb-4 {
    color: #fff;
	font-size: clamp(1.5rem, 1.0313rem + 1.5vw, 1.875rem);
}

body.home .ry-multi-item-slider .owl-carousel .owl-item img {
    filter: brightness(0) invert(1);
}

body.home .owl-carousel .owl-nav .owl-prev, body.home .owl-carousel .owl-nav .owl-next {
	color: #fff;
}

.featured-carousel .owl-dots {
    display: none;
}


body.home #section-insurances .owl-carousel .owl-nav .owl-prev, body.home #section-insurances .owl-carousel .owl-nav .owl-next {
	color: #242424;
}

/** Brand End **/

/** Services Start **/
.ry-services.style2 {
	padding: 0px 0 160px;
	margin-top: -150px;
}
.ry-services.style2 .ry-container.relative {
    max-width: 1400px;
}

.ry-services.style2:before {
	bottom: 0;
	height: 85%;
	background-position: center bottom;
	top: unset;
}

.feature-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feature-cta .slick-list {
    padding: 40px 0px;
    width: 90%;
    max-width: 1320px;
}

.feature-cta .slick-list .slick-track {
    margin-left: -25px;
}

.feature-cta .slick-list .each-block {
    margin-left: 50px;
	position: relative;
	padding-bottom: 100px;
}

.feature-cta .each-block .photo {
    background: transparent;
    border-radius: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    position: relative;
    transition: .3s ease;
    overflow: hidden;
}

.feature-cta .each-block:hover .photo {
    transition: .3s ease;
    transform: scale(1.05);
    background: #f0bb32;
}

.feature-cta .each-block .photo img {
    width: 92%;
    height: 92%;
    aspect-ratio: 1;
    object-fit: cover;
    transition: .3s ease;
    z-index: 9;
    overflow: hidden;
    border-radius: 100%;
    
    max-width: 150px;
    max-height: 150px;
    padding: 10px;
}

.feature-cta .each-block .photo:after {
	content: "";
	width: calc(100% - 35px);
	height: calc(100% - 35px);
	position: absolute;
	aspect-ratio: 1;
	background: linear-gradient(to bottom, #fafbfd, #ccd7dd);
	border-radius: 100%;
	transition: .3s;
    border: 0px solid white;
}
.feature-cta .each-block:hover .photo:after {
    background: #26900f;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    transition: .3s;
    border: 3px solid white;
}

.feature-cta .each-block .photo:before {
    content: "";
    position: absolute;
    width: 100%;
    background-position: center;
    transition: .3s ease;
    border: 4px solid #f0bb32;
    height: 100%;
    border-radius: 100%;
    z-index: 10;
}

.feature-cta .each-block:hover .photo img {
    transition: .3s ease;
    filter: brightness(0) invert(1);
}

.feature-cta .each-block:hover .photo:before {
    /*background: #f0bb3233;*/
    border: 0 solid;
    transition: .3s;
}

.feature-cta .slick-list .each-block .link,
.feature-cta .slick-list .each-block .link a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 180px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: transparent;
}

.feature-cta .slick-list .each-block .title * {
    font-size: clamp(1.625rem, 1.3125rem + 1vw, 1.875rem);
    font-weight: 500;
    transition: .3s;
	color: #343434;
}

.feature-cta .slick-list .each-block .title div {
    line-height: 120%;
}

.feature-cta .slick-list .each-block:hover .title * {
    color: #26900f;
    transition: .3s;
}

.feature-cta .slick-list .each-block .title {
    padding-top: 10px;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.feature-cta .slick-list .each-block .link a:focus {
    outline: none;
}

.feature-cta ul.slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none;
    gap: 30px;
}

.feature-cta ul.slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    margin: 0px;
}

.feature-cta ul.slick-dots li.slick-active {
    background: #26900f;
}

.feature-cta ul.slick-dots li button {
    color: transparent;
    border: 0;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    border: 1px solid #26900f;
    background: no-repeat;
}

.feature-cta ul.slick-dots li:after {
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 1px solid #26900f;
    left: 100%;
    transform: translateX(0%);
}

.feature-cta ul.slick-dots li:last-child:after {
    display: none;
}

.feature-cta button.slide-arrow {
    position: absolute;
    top: 40%;
    left: 2%;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 0;
    background: none;
    width: 40px;
    height: 40px;
}

.feature-cta button.slide-arrow.next-arrow {
    left: unset;
    right: 2%;
    transform: translateY(-50%) scale(-1);
}

.feature-cta button.slide-arrow:before {
    content: "";
    opacity: 0.3;
    transition: .3s;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.feature-cta button.slide-arrow:hover:before {
    opacity: .6;
    transition: .3s;
}

.ry-services.style2 .button-wrapper {
    display: none;
}

@media (max-width: 1080px) {
    .feature-cta .slick-list .each-block {
        margin-left: 30px;
    }
    .feature-cta .slick-list .slick-track {
        margin-left: -15px;
    }
    .feature-cta .slick-list {
        padding: 40px 0px 100px;
    }
    .feature-cta button.slide-arrow {
        top: unset;
        bottom: 30px;
        z-index: 99;
    }
    .feature-cta button.slide-arrow.prev-arrow {
        left: calc(50% - 50px);
    }
    .feature-cta button.slide-arrow.next-arrow {
        right: unset;
        left: calc(50% - 0px);
        bottom: 28px;
    }
}

@media (min-width: 1501px) {
    .feature-cta ul.slick-dots {
        display: none !important;
    }
    .feature-cta .slick-list {
        padding: 40px 0px 0;
    }
}

.ry-services.style2 .ry-content:after {
    content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
    border: 2px solid #f0bb32;
    z-index: 1;
    border-radius: 0px;
}

.ry-services.style2 .section-headline .span-1 {
	font-size: 30px;
	color: #26900f;
}

.ry-services.style2 .ry-content:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 50%;
	background: #f0bb32;
	z-index: 1;
	width: 4px;
	height: 160px;
	transform: translate(-50%, -50%);
}

.ry-services.style2 .ry-content {
    display: flex;
    justify-content: center;
    box-shadow: 0px 30px 40px rgb(0 0 0 / 10%);
    background: #ffffff;
    position: relative;
    border-radius: 0px;
	padding: 160px 0px 0px;
}



.ry-services.style2 .ry-container {
    display: flex;
    position: relative;
    z-index: 99;
}

/*.ry-services.style2:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 54%;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/brand_black_bg.jpg);
    background-size: cover;
}*/

@media (max-width: 500px) {
	div#section-hp-services .ser-title h4 {
		font-size: 20px;
	}
	div#section-hp-services .ser-title {
		left: 20px;
	}
}

@media(max-width: 1080px){
	.ry-services.style2 .each-block .photo img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.ry-services.style2 .each-block .photo:before {
		background: unset;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.feature-cta .each-block:hover .photo img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.feature-cta .each-block .photo:after {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}


.homepage-swiper .swiper-button-next, .homepage-swiper .swiper-button-prev {
    display: none !important;
}


.feature-cta .slick-list .each-block:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, #ffffff, #d8e3e9);
    z-index: -1;
    margin: 0 -22px;
    transition: .3s;
	opacity: 0;
}

.feature-cta .slick-list .each-block:hover:before {
	transition: .3s;
	opacity: 1;
}

.feature-cta .each-block .button-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #f0bb32;
    border-radius: 500px;
    padding: 12px;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0;
}

.feature-cta .each-block .button-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 2px solid #f0bb32;
    border-radius: 500px;
    padding: 12px;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0;
}

.feature-cta .each-block:hover .button-svg {
	transition: .3s;
    opacity: 1;
}

/** Services End **/

/*----- SERVICE SECTION -----*/
.module-services.style-6.custom-services {
	background:url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/whole_custom_services_bg_2.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
}
.module-services.style-6.custom-services:before {
    content: "";
    position: absolute;
    inset: 0;
    top: unset;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/custom_services_bottom.png);
    background-size: contain;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.module-services.style-6 {
	padding-top:0px;
	padding-bottom:120px;
}
.module-services.style-6 .section-headline h2{
    color:#fff;
       line-height: 1.2;
    font-size: clamp(2.8125rem, 2.4142rem + 1.634vw, 4.375rem) !important;
    text-transform:capitalize !important;
    letter-spacing:unset !important
}
.module-services.style-6 .background-section {
    display:none
}
.module-services .ry-container {
    padding-top:00px;
    max-width:1280px;
	width:90%;
	z-index:2
}
.module-services.style-6 .background-section, .module-services.style-6 .background-section img {
    object-position:top;
}

.module-services.style-6 .ry-flex {
    flex-direction:column;
	row-gap:50px
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each {
    width:100%;
    display:flex;
	align-items:center;
	justify-content:space-between;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each > div {
	width:48%;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each > div:nth-child(2) {
    max-width:480px;
    width:100%;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info *{
	text-align:start !important;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .info p {
    color:#242424;
    line-height:1.4 !important;
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .info .ry-btn {
	margin-top:30px
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each:nth-child(even){
	flex-direction:row-reverse
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title {
    padding-top:0;
	padding-bottom:10px
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3{
    color: #000;
    font-size: clamp(2.1875rem, 1.9804rem + 0.8497vw, 3rem);
    line-height:1.2 !important;
	text-transform: uppercase;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .title h3 span {
    font-size: 24px;
    color: #000;
}

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

.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo:before {
	display:none
}

.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo {
    margin: 12px 0 30px;
}
.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo img {
    width: 220px;
    object-fit: contain;
}

@media (max-width: 1080px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each:not(:last-child) {
		margin-bottom: 0px;
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		max-width: unset;
		margin: 0 auto;
		gap:4vw
	}
	.module-services.style-6 {
		padding-bottom: 240px;
	}
}

@media (max-width: 991px) {
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div,
	.module-services.style-6 .services-wrapper .ry-flex .ry-each > div:nth-child(2){
		max-width:100%;
		width:100%
	}

	.module-services.style-6 .services-wrapper .ry-flex .ry-each {
		flex-wrap:wrap
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .photo img {
		max-width:500px;
		margin:auto
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .info * {
		text-align:center !important
	}
	.module-services.style-6 .services-wrapper .ry-flex .ry-each .ry-btn {
		margin-inline:auto
	}
	
	div.module-services.style-6 .services-wrapper .ry-flex .ry-each .product-logo img {
		margin: 0 auto;
	}
}
/** End Services Style **/

/** Team Start **/

.module-team.style-1 {
	overflow: hidden;
}
.module-team.style-1 .content .ry-btn {
    position:unset;
	margin-left: unset;
}

.module-team.style-1 .ry-content .content .ry-left {
    width: 50%;
}
.module-team.style-1 .ry-content .content .ry-right {
    width: 40%
}
.module-team.style-1 .ry-content .content .ry-right *{
    text-align:start
}

.module-team.style-1 .ry-flex .each-name {
    font-size: 22px;
    font-weight: 500 !important;
    text-transform: uppercase;
    line-height: 1.2;
}

.module-team.style-1 .ry-flex {
    margin-top:0;
    gap:10px;
    align-items:center;
}
.module-team.style-1 .ry-content .content {
    flex-direction:row;
    justify-content:space-between
}

.module-team.style-1 .ry-flex .ry-each:hover .photo {
    filter: unset;
}
.module-team.style-1 .ry-flex .ry-each .hover {
    display: none;
}
/*.module-team.style-1 .ry-flex .ry-each:hover .default {
    display: none;
}*/

.module-team.style-1 .ry-flex .ry-each:hover .hover {
    display: block;
}

.module-team.style-1 {
   padding: 180px 0;
	margin-top: -3px;
	position: relative;
}

.module-team.style-1 .ry-flex .ry-each {
    margin-left: 35px;
}
.module-team.style-1 .ry-flex .ry-each:hover .each-name {
    color: #26900f;
}

@media (max-width: 1080px) { 
	.module-team.style-1 {
		padding: 100px 0px 100px;
	}
}

@media (max-width: 1280px) {
	.module-team.style-1 .ry-content .content {
		flex-direction:column-reverse;
		gap:40px
	}
	.module-team.style-1 .ry-content .content .ry-right,
	.module-team.style-1 .ry-content .content .ry-left{
		width:100% !important
	}
	.module-team.style-1 .ry-content .content .ry-right *{
		text-align:center
	}
	.module-team.style-1 .ry-flex { 
		gap:25px
	}
}

@media (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 {
		max-width: 300px;
		width:100%;
		margin: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0;
	}
	.module-team.style-1 .content .ry-btn {
		margin: 0 auto !important;
	}
}

@media (max-width: 480px) {
	.module-team.style-1 .ry-flex.block-count-3 .ry-each, .module-team.style-1 .ry-flex.block-count-2 .ry-each {
		max-width: 300px;
	}
	.module-team.style-1 .ry-flex {
		gap:0;
	}
}

	
/*----- TEAM UPDATE REVIEW ----- */
	
@media(min-width:1701px) {
	.module-team.style-1 .ry-content .content img {
		max-width: max-content;
		height: max-content;
		width:100%;
		object-fit:contain;
	}

	/*.module-team.style-1 .ry-content .content .photo {
		transform:scale(1.2)
	}*/

	.module-team.style-1 .ry-flex .each-name {
		margin-top:30px
	}
}

@media(max-width:1700px) {
	.module-team.style-1 .ry-content .content img {
		max-width: max-content;
		height: max-content;
		width:100%;
		object-fit:contain;
	}
	.module-team.style-1 .ry-flex .each-name {
		max-width:max-content;
		width:100%;

	}
}

@media (min-width:992px) and (max-width:1280px) {
	.module-team.style-1 .ry-content .content .photo {
		transform:scale(1.2);
		margin-top:40px;
		margin-inline:auto;
		display:flex;
		align-items:center;
		justify-content:center
	}
	.module-team.style-1 .ry-flex .each-name {
		margin-top:50px;
		margin-inline:auto
	}
}
/*@media (min-width:488px) and (max-width:991px) {
	.module-team.style-1 .ry-flex .each-name {
		margin-top:-10px;
	}
}*/

/** Team End **/

/** Start Of Footer **/

.module-44 .social-icons .social-inner-wrap a {
    color: #f0bb32 !important;
}

.module-44 .social-icons .social-inner-wrap li .fa:hover {
	background: #fff !important;
    color: #f0bb32 !important;
    opacity: 1 !important;
}

.module-44 .ry-divisor .social-inner-wrap:before { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    left:0;
    top:20%;
}

.module-44 .ry-divisor {
	margin: 0;
}

.module-44 .social-icons .social-inner-wrap {
	margin-top: 40px;
}
	
.module-44 .ry-divisor .social-inner-wrap:after { display: none;
    content:'';
    width:30%;
    height:1px;
    background:#6b79608c;
    position:absolute;
    right:0;
    top:20%;
}
.module-44 .ry-divisor {
    border:unset !important;
}

.module-44 .ry-flex .ry-each .website-info .address:before {
    content: "\f3c5";
}
.module-44 .ry-flex .ry-each .website-info .phone:before {
    content: "\f095";
}

.module-44 .ry-flex .ry-each .website-info .address:before, .module-44 .ry-flex .ry-each .website-info .phone:before {
    font-family: 'Fontawesome';
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #f0bb3244;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    color:#ffffff;
    font-size:22px;
    font-weight:900; display: none;
}

.module-44 .social-icons .social-inner-wrap li .fa {
    border: 2px solid #d9b372 !important;
    box-shadow: unset;
    width:50px;
    height:50px;
    display:flex;
    justify-content:center;
    align-items:center;
	    font-family: 'FontAwesome';
}
.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
}
	
.module-44 .ry-flex .ry-each .website-info .phone p{
	display:flex !important;
	flex-direction:column;
}
.module-44 .ry-flex .ry-each .website-info .phone p a{
	color: #ffffff;
	font-weight: 500;
	margin-top: 8px;
} 

.module-44 .ry-flex .ry-each a, .module-44 .ry-flex .ry-each div, .module-44 .ry-flex .ry-each span {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6 !important;
    font-weight: 400;
}
.module-44 .ry-flex .ry-each h2 {
	color: #ffffff;
	font-size: 28px !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.module-44 .ry-footer-top a, 
.module-44 .ry-flex .ry-each a .span-1 {
    font-weight: 400;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: text-shadow 0.3s ease, color 0.3s ease, opacity 0.3s ease;
}
	
.module-44 .ry-footer-top a:hover,  .module-44 .ry-flex .ry-each a:hover .span-1, .module-44 .ry-footer-copyright a:hover  {
    opacity:1 !important;
	color: #f0bb32 !important
}

	
.module-44 .ry-footer-logo {
	max-width: 380px;
	margin: 0 auto 0;	
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 span {
    display: unset;
}

.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
    width: 100%;
    max-width:230px;
    text-align:start;
	white-space: nowrap;
}

.module-44 .ry-flex .ry-each .office-hours ul li {
	margin-bottom:2px;
	gap: 20px;
}

.module-44 .ry-flex .ry-each {
	-ms-flex-preferred-size: unset;
	flex-basis: unset;
	width:fit-content;
	padding: 0;
}

.module-44  .office-hours ul li{
	display:flex;
	justify-content:space-between
}

.module-44 .ry-footer-copyright {
	background: #26900f;
}

.module-44 .ry-footer-copyright *{
	font-size: 16px;
	color: #ffffff !important;
	font-weight: 400 !important;
	text-align: center;
}

div.module-44 .ry-footer-copyright {
	padding: 0;
}
.module-44 .ry-footer-copyright .ry-left p {
	line-height:1.2 !important
}

@media(min-width:1080px) {
	.module-44 .ry-footer-copyright p, .module-44 .ry-footer-copyright a {
		text-align:start
	}
}

@media (max-width: 1500px) {
	.module-44 .ry-flex .ry-each h2 {
		font-size: 22px !important;
	}
	.module-44 .ry-footer-logo {
		max-width: 320px;
	}
}
	
@media (max-width: 1380px) {
	div.module-44 .ry-flex .ry-each .span-2 {
		width: 140px;
	}	
}

@media (max-width: 1200px) {
	.module-44 .ry-flex {
		display: grid;
		grid-template-columns: repeat(2, 1fr); /* Two columns */
		gap: 40px;
		justify-content: center;
		align-items: start;
		padding:0 4vw 50px;
	}

	.module-44 .ry-flex > div {
		max-width: 100% !important;
	}
	.module-44 .ry-flex .ry-each {
		margin:0 auto
	}

	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction:column;
		justify-content:center;
		align-items:center;
		margin-bottom:10px
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2, .module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: center!important;
	}

	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone {
		flex-direction:column;
		justify-content:center;
		text-align:center;
	}
	.module-44 .ry-flex *  {
		text-align:center !important
	}
	.module-44 .ry-footer-logo {
		max-width: 320px;
		margin: 0 auto 0;	
	}
}

@media (max-width: 680px) {
    .module-44 .ry-flex {
		grid-template-columns: 1fr;
		justify-content: center;
		align-items: center;
	}

}

@media (max-width: 1080px) {
	.module-44 .ry-flex .ry-each .website-info .address, .module-44 .ry-flex .ry-each .website-info .phone, .module-44 .ry-flex .ry-each .website-info .email {
		align-items: center !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li {
		flex-direction: row;
		justify-content: space-between;
	}
	.module-44 .ry-flex .ry-each .office-hours .span-2 {
		text-align: left !important;
	}
	.module-44 .ry-flex .ry-each .office-hours ul li .span-3 {
		text-align: right !important;
	}
	.module-44 .ry-flex .ry-each div.office-hours {
		width: 100%;
		max-width: 320px;
	}
}

#mapCustom {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.module-44 .social-icons .social-inner-wrap li .fa svg {
    fill: #f0bb32;
}

.unlink ul {
    margin-top: 24px;
}
.unlink ul li * {
    text-align: center;
}
.unlink ul li p {
    line-height: 170%;
}
.module-44 .ry-flex .ry-each .website-info .address p{
	margin-bottom: 0;
}
.module-44 .ry-flex .ry-each .span-1 {
	display: block;
}

/** End of Footer **/

/** Model Start **/
body.home .modal-dialog {
    max-width: 720px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    height: 100%;
}

body.home .modal-body {
    padding: 0;
}

body.home .modal-footer {
    display: none;
}

body.home .main-modal .modal-content {
    box-shadow: none;
	background: transparent;
	border: none;
}
body.home .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

body.home .close-btn button.btn.btn-primary {
    border-radius: 0 !important;
    border: none;
    background: #000;
    height: 30px;
    width: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1400px) {
	body.home .modal-dialog {
		max-width: 720px;
	}
}

@media (max-width: 1080px) {
	body.home .modal-dialog {
		max-width: 767px;
	}
}

@media (max-width: 767px) {
	body.home .modal-dialog {
		height: auto;
		margin: 40px auto;
	}
}

.reviews-container-iframe {
    display: block;
    margin: 0 auto;
    width: 31rem;
}

@media screen and (max-width: 767px) {
    div.reviews-container-iframe {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
}

/** Model End **/

.hp-Juicer {
    padding: 120px 0;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-eb2478c7-a09d-4a4c-aa2f-cb4f77ae911f/assets/ic_bg.jpg);
	background-size: cover;
}

.hp-Juicer .ry-container {
    max-width: 1440px;
    width: 90%;
}
.juicer-feed .j-paginate {
    border: none !important;
    padding: 14px 30px !important;
    width: 230px !important;
    font-weight: 400 !important;
}

@media (max-width: 2100px) {
	.hp-Juicer .ry-container {
		max-width: 1280px;
		width: 90%;
	}
}