
:root {
	--text-normal: "Red Hat Display" !important;
		--text-title: "Kalnia" !important;
		--clr-primary: #d6b63e;
		--clr-secondary: #3c3c3c;
		--clr-base: #333;
		--lg-normal: 18px;
		--lg-small: 16px;
		--light: 300;
		--normal: 400;
		--bold: 700;
		--leading-tight: 1.3;
		--leading-normal: 1.5;
		--leading-spaced: 1.7;
	}

	.anchor-hidden {
		scroll-margin-top: 160px;
	}
	a:focus {
		outline: unset;
	}
	.background-section, 
	.background-section img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.link, .link a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 9;
	}


	button.slide-arrow {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
		filter: invert(1);
		background-size: contain;
		left: 0;
		transform: translate(0, -50%);
		border: unset;
		box-shadow: unset;
		outline: unset;
	}

	button.slide-arrow.next-arrow {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
		left: unset;
		right: 0;
	}

	.ry-text p,
	body.default p, 
	body.default .ry-text p  {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400;
		color: var(--clr-base);
			}

	.ry-btn {
		font-size: 18px !important;
		padding: 10px 30px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 60px !important;
		height: auto;
		border-radius: 30px;
	}

	.ry-btn.btn-transparent:not(:hover),
	.ry-btn.transparent-btn:not(:hover) {
		border-color: var(--clr-primary);
			background: transparent !important;
			color: #221f1f !important;
			}

	.ry-btn.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ry-btn.ry-btn-primary:hover {
		border: 1px solid var(--clr-primary)!important;
			background: transparent !important;
			color: var(--clr-primary) !important;
				}
	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: transparent !important;
			color: var(--clr-secondary) !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}

	.ry-btn.ry-btn-primary.btn-white:not(:hover) {
		background: transparent !important;
		border: 1px solid;
	}

	.ry-btn.ry-btn-primary.btn-white:hover {
		background: #fff !important;
		color: #333;
		border: 1px solid #fff !important;
	}
	.ry-btn.ry-btn-secondary:hover svg {
		fill: var(--clr-secondary);
			}

	.ry-btn.ry-btn-primary:hover svg {
		fill: var(--clr-primary);
			}
	.home .slick-dots,
	.default .slick-dots {
		display: flex !important;
		justify-content: center;
		width: 100%;
		margin-top: 30px;
		gap: 5px;
		list-style: none;
		padding: 0 !important;
	}

	.home .slick-dots li button,
	.default .slick-dots li button {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		border: unset;
		text-indent: -99999px;
		background: #000;
		transition: .5s;
		opacity: .5;
		min-width: 12px;
	}

	.home .slick-dots li,
	.default .slick-dots li {
		height: 12px;
		min-width: 12px;
		padding: 0 !important;
		margin: 0 !important;
	}

	.home .slick-dots li.slick-active button,
	.default .slick-dots li.slick-active button {
		width: 50px;
		border-radius: 5px;
		opacity: 1;
		background: #0f0f0f;
	}

	#menu_container {
		padding-top: 50px;
	}

	#menu_container .mm-listview li a {
		font-size: 16px;
		line-height: 1;
		letter-spacing: initial !important;
	}

	.mm-panel .mob-menu a {
		font-size: 16px;
		line-height: 1;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mm-panel {
		padding-left: 0;
		padding-right: 0p;
	}

	a.mm-navbar__title {
		font-size: 16px;
	}

	.module-hero {
		margin-top: -1px;
	}

	.module-hero .text-center {
		position: relative;
		padding-bottom: 100vh;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero .carousel-control {
		display: none;
	}

	.module-hero .text-center img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.ry-headline h2,
	body.default .ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 55px;
		font-weight: 900;
		color: var(--clr-secondary);
			line-height: 1;
			text-transform: uppercase;
			letter-spacing: -1px;
			}

	.ry-headline h2 span,
	body.default .ry-headline h2 .span-1,
	#ry-pg-body .ry-headline h2 .span-1 {
		display: block;
		font-size: 24px;
		letter-spacing: initial;
		font-weight: 400;
		letter-spacing: 1px;
		color: var(--clr-primary);
			}

	.inner-location-wrapper {}

	.module-locations-home {
		padding: 110px 0 160px;
	}

	.module-locations-home .icon {
		margin: auto;
		float: none;
		width: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 80px;
		background: var(--clr-primary);
			border-radius: 50%;
			margin-bottom: 30px;
			}

	.module-locations-home .icon svg {
		width: 35px;
		height: 35px;
		fill: #fff;
	}

	.module-locations-home .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-locations-home .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.inner-location-grid {}

	.module-locations-home .inner-location-grid {
		display: flex;
		gap: 60px;
		margin-top: 70px;
	}

	.module-locations-home .inner-location-grid .each-item .photo {
		position: relative;
		padding-bottom: 100%;
	}

	.module-locations-home .inner-location-grid .each-item .photo img {
		position: absolute;
		left: 0;
		width: 100%;
		height: 55%;
		object-fit: cover;
		object-position: top;
		bottom: 0;
	}

	.module-locations-home .inner-location-grid .each-item .photo:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #3c3c3c, #3c3c3c, #3c3c3cf7, transparent);
		z-index: 2;
	}

	.module-locations-home .inner-location-grid .each-item .group {
		position: absolute;
		left: 0;
		width: 100%;
		padding-top: 75px;
		z-index: 3;
	}

	.module-locations-home .inner-location-grid .each-item .group .small-text {
		font-size: 18px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 3px;
		opacity: .5;
		line-height: 1;
	}

	.module-locations-home .inner-location-grid .each-item .group .title {
		margin: 20px 0 25px;
		text-align: center;
		font-size: 50px;
		font-weight: 900 !important;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
	}

	.title {}

	.module-locations-home .inner-location-grid .each-item .group .title span {
		display: block;
		font-size: 40px;
		color: var(--clr-primary);
			}

	.module-locations-home .inner-location-grid .each-item .group > div:not(.headline) {
		font-size: 22px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		opacity: .5;
	}

	.module-welcome.custom {
		padding: 160px 0 150px;
		background: var(--clr-secondary);
			}

	.module-welcome.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-welcome.custom .ry-container .ry-flex {
		gap: 30px;
		align-items: center;
	}

	.module-welcome.custom .ry-container .ry-flex .each-left {
		padding-right: 70px;
	}

	.module-welcome.custom .ry-container .ry-flex .each {
		width: 50%;
	}

	.module-welcome.custom .ry-container .ry-flex {}

	.module-welcome.custom .ry-container .ry-flex .each .ry-headline h2 {
		text-align: center;
		color: #fff;
	}

	.module-welcome.custom .ry-container .ry-flex .each .ry-headline h2 span {
		margin-bottom: 15px;
	}

	.module-welcome.custom .ry-container .ry-flex .each .ry-text {
		margin: 40px 0 45px;
	}

	.module-welcome.custom .ry-container .ry-flex .each .ry-text p {
		text-align: center;
		color: #fff;
	}

	.ry-btn {
		min-height: 54px !important;
		height: auto;
		font-size: 16px !important;
		border-radius: 0;
	}

	.module-welcome.custom .ry-container .ry-flex .each svg {
		width: 13px;
	}

	.module-welcome.custom .ry-container .ry-flex .each button span {
		color: var(--clr-secondary);
			}

	.module-welcome.custom .ry-container .ry-flex .each button {
		margin: auto;
	}
	.ry-services.style2 {
		padding-bottom: 0;
		overflow: hidden;
	}

	.ry-services.style2:before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 50%;
		background: var(--clr-primary);
			background: #;
			}

	.ry-services.style2 .ry-content .content {
		max-width: 1600px;
		padding: 100px 130px 0;
		background: #fff;
	}

	.ry-services.style2 .ry-content .content .button-wrapper {
		padding-top: 30px;
		padding-bottom: 70px;
	}

	.ry-services.style2 .ry-content .content  .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.ry-services.style2 .ry-flex {
		display: flex;
		margin: 0;
		width: 100%;
		gap: 20px;
	}

	.ry-services.style2 .ry-flex .ry-each {
		margin: 0;
		width: 33.33%;
	}

	.ry-services.style2 .ry-each .photo {
		padding-bottom: 135%;
	}

	.ry-services.style2 .ry-each .title div {
		font-size: 50px;
		font-weight: 900 !important;
		line-height: 1;
		text-transform: uppercase;
	}

	.ry-services.style2 .ry-each .title div span {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: 2px;
		color: var(--clr-primary);
			margin-bottom: 10px;
			display: block;
			}

	.ry-services.style2 .ry-each .title {
		width: 100%;
	}

	.ry-services.style2 .ry-content:before {
		content: "";
		position: absolute;
		left: 50%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-96a0cf75-5aac-486d-a781-1d969d68fb4d/HomeAssets/shadow_back.png);
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		width: 1920px;
		transform: translate(-50%, 0);
	}

	.module-featured-services {
		padding: 260px 0 140px;
	}

	.module-featured-services .content {
		max-width: 600px;
	}

	.module-featured-services .content .ry-text {
		margin: 30px 0 40px;
	}

	.module-featured-services .content .button-wrapper {
		display: flex;
		gap: 10px;
	}

	.module-featured-services .content .ry-text div {
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}


	.module-featured-services .ry-headline h2 .span-1 {
		margin-top: 15px;
	}

	.module-featured-services .background-section {
		min-height: 150%;
		bottom: 0;
		top: unset;
	}

	.module-featured-services .ry-container {
		position: relative;
		z-index: 4;
	}

	.ry-services.style2 .ry-container {
		z-index: 2;
	}

	.ry-services.style2 {
		background: #f8f5f4;
	}

	.ry-services.style2:before {
		z-index: 1;
	}

	.module-featured-services .background-section img {
		object-position: bottom;
	}

	.module-welcom.custom {
		padding: 120px 0;
	}

	.col-xs-12.module-team.custom {}

	.module-team.custom {
		padding: 120px 0;
		background: var(--clr-secondary);
			}

	.module-team.custom .ry-headline h2 {
		color: #fff;
	}

	.module-team.custom .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-team.custom .ry-flex {
		display: flex;
		gap: 50px;
		margin-top: 60px;
		max-width: 700px;
		float: none;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}

	.module-team.custom .ry-flex .photo {
		padding-bottom: 100%;
		position: relative;
		margin-bottom: 25px;
	}

	.module-team.custom .ry-flex .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-team.custom .ry-flex .name {
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	.module-team.custom .ry-flex .name span {
		font-weight: 900;
	}	
	.module-team.custom .ry-flex .each {
		max-width: 390px;
	}
	.module-insurance.custom {
		padding: 110px 0;
	}

	.module-insurance.custom .each-right {
		max-width: 450px;
		padding-right: 30px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.module-insurance.custom .each-right .ry-headline h2 .span-1 {
		margin-top: 10px;
		letter-spacing: 8px;
	}

	.module-insurance.custom .each-right:before {
		content: "";
		position: absolute;
		left: 0;
		width: 18px;
		height: 191px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-96a0cf75-5aac-486d-a781-1d969d68fb4d/HomeAssets/Brands_Insurance_shadow.png);
	}
	.module-insurance.custom .each-left {
		margin-left: -10%;
		max-width: 1190px;
		min-width: calc(60% + 10%);
	}

	.module-insurance.custom .each-left img {
		filter: unset !important;
		max-width: max-content;
		width: 100%;
		opacity: .5;
	}

	.module-insurance.custom .each-left .slick-list {
		margin: 0 -40px;
	}

	.module-insurance.custom .each-left .slick-list .slick-slide {
		margin: 0 40px;
	}
	.module-insurance.custom .slick-track {
		display: flex;
	}
	.module-insurance.custom .slick-track .slick-slide {
		display: flex;
		height: auto;
		align-items: center;
		justify-content: center;
	}

	.module-insurance.custom:before {
		content: "";
		position: absolute;
		left: 0;
		width: 15%;
		height: 100%;
		background: linear-gradient(to right, #fff, transparent);
		top: 0;
		z-index: 1;
	}
	.module-testimonials.custom {
		padding: 100px 0 180px;
	}

	.module-testimonials.custom .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-testimonials.custom .ry-container .ry-flex {
		align-items: center;
	}

	.module-testimonials.custom .ry-container .ry-flex .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-testimonials.custom .ry-container .ry-flex .ry-headline h2 {
		text-align: center;
		margin-bottom: 50px;
	}

	.module-testimonials.custom .ry-container .ry-flex .star-wrapper {
		display: flex;
		gap: 5px;
		justify-content: center;
		margin-bottom: 10px;
		margin-top: 50px;
	}

	.module-testimonials.custom .ry-container .ry-flex .star-wrapper svg {
		width: 22px;
		height: 22px;
		fill: #d6b63e;
	}

	.module-testimonials.custom .ry-container .ry-flex h5 {
		text-align: center;
		font-size: 24px;
		text-transform: uppercase;
		line-height: 1;
		color: var(--clr-secondary);
			}

	.module-testimonials.custom .comment .ry-text p {
		text-align: center;
		font-size: 20px;
		color: #54493d;
	}

	.module-testimonials.custom .ry-container .ry-flex .each-right {
		padding-left: 100px;
		/* padding-top: 100px; */
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-96a0cf75-5aac-486d-a781-1d969d68fb4d/HomeAssets/_.png);
		background-size: 386px;
		background-repeat: no-repeat;
		background-position: 74% top;
	}

	.module-testimonials.custom .ry-container .ry-flex .each {
		width: 50%;
	}

	.module-testimonials.custom .ry-container .ry-flex .ry-name {
		margin-bottom: 50px;
	}

	.testimonials-wrapper .carousel-indicators {
		display: none !important;
	}

	.module-43 .ry-left img {
		min-width: 320px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 18px;
		padding-bottom: 0 !important;
		text-transform: uppercase;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li {
		padding: 0 !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu li a {
		padding: 15px 30px !important;
		font-size: 16px !important;
		text-transform: uppercase;
	}

	.module-43 .ry-right .button-phone {
		display: flex;
		gap: 35px;
	}

	.module-43 .ry-right .button-phone a {
		display: flex;
		gap: 18px;
		align-items: center;
	}

	.module-43 .ry-right .button-phone a .icon {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid #fff;
		min-width: 50px;
	}

	.module-43 .ry-right .button-phone a .icon svg {
		fill: #fff;
	}

	.module-43 .ry-right .button-phone a .group span {
		font-size: 24px;
		font-weight: 900 !important;
		color: #fff;
	}

	.module-43 .ry-right .button-phone a .group {
		display: flex;
		flex-direction: column;
		gap: 5px;
		font-size: 14px;
		text-transform: uppercase;
		color: #b1b1b1;
	}

	.module-43 .ry-right .btn-block {
		width: auto;
	}

	.module-43 .ry-right .ry-leads {
		gap: 35px;
		margin-bottom: 30px;
	}

	.module-43 .ry-btn-primary {
		font-size: 16px !important;
		min-height: 48px !important;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		justify-content: flex-end;
		gap: 70px;
	}

	.module-43 {
		padding: 30px 0;
	}

	.module-43 .dropdown-menu-right {
		padding: 0;
		margin: 0;
		border-radius: unset;
		min-width: unset;
		width: 100%;
		border: unset;
	}

	.module-43 .dropdown-menu-right a {
		padding: 15px 30px;
		background: #d6b63e;
		font-size: 16px;
		line-height: 1;
		color: var(--clr-secondary) !important;
			text-transform: uppercase;
			font-weight: 400 !important;
			}

	.module-43 .ry-btn-primary span {
		font-weight: 400;
	}

	.module-43.fixed {
		background: var(--clr-secondary);
			}

	.module-43.fixed .ry-right .button-phone a .group span {
		display: none;
	}

	.module-43 .ry-right .button-phone a .icon {
		min-width: 40px;
		width: 40px;
		height: 40px;
	}

	.module-43.fixed .ry-right .button-phone a {
		gap: 10px;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		gap: 30px;
		justify-content: flex-start;
	}

	.module-43.fixed .ry-right .ry-menu {
		width: max-content;
		align-items: center;
	}

	.module-43.fixed .ry-container {
		max-width: 1600px;
	}

	.module-43.fixed .ry-right .ry-menu .litlleLogo img {
		max-width: 120px !important;
	}

	img.img-responsive {}

	.module-43.fixed .ry-right .ry-menu img {
		min-width: 170px;
	}
	.module-footer {
		background: var(--clr-secondary);
			}

	.module-footer .footer-top {
		padding: 80px 0 0;
	}

	.module-footer .footer-top .photo img {
		max-width: 320px;
		margin: auto;
	}

	.module-footer .footer-top .ry-flex {
		padding-bottom: 50px;
		border-bottom: 1px solid #b1b1b1;
	}

	.module-footer .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-footer  .footer-top .title {
		font-size: 26px;
		color: #b1b1b1;
		text-transform: uppercase;
		line-height: 1;
		margin-bottom: 30px;
		font-weight: 900 !important;
	}

	.module-footer .footer-top ul {
		list-style: none;
		padding-left: 0;
	}

	.module-footer .footer-top ul li a,
	.module-footer .footer-top ul li span {
		line-height: 1;
		font-size: 18px;

	}

	.module-footer .footer-top ul li:not(:last-child) {
		margin-bottom: 18px;
	}

	.module-footer .footer-top .hourls ul li {
		display: flex;
	}

	.module-footer .footer-top ul li a {
		display: block;
		color: #b1b1b1;
	}

	.module-footer .footer-top ul li span {
		line-height: 1;
		display: inline-block;
		font-size: 18px;
		color: #b1b1b1;
	}

	.module-footer .footer-top ul li {
		line-height: 15px;
	}

	.module-footer .footer-top ul li .span-2 {
		min-width: 110px;
	}

	.module-footer .footer-bottom {
		padding: 30px 0;
	}

	.module-footer .footer-bottom * {
		font-size: 15px;
		color: #b1b1b1;
		line-height: 1;
	}

	.module-footer .footer-bottom .ry-container {
		display: flex;
		justify-content: space-between;
	}

	.module-footer .footer-bottom img {
		width: 110px;
	}

	.module-footer .footer-bottom .powered {
		display: flex;
		gap: 10px;
	}

	.module-footer .footer-bottom .ry-container .ry-left, 
	.module-footer .footer-bottom .ry-container .ry-right {
		max-width: max-content;
		width: auto;
	}

	.module-footer .footer-top .ry-flex .each {
		width: max-content;
	}

	.module-footer .footer-top .global-social.center-mode {
		clear: both;
		padding-top: 35px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap {
		display: flex;
		justify-content: center;
		gap: 10px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li {
		margin: 0;
		width: auto;
		background: transparent;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a {
		width: 40px;
		height: 40px;
		background: #505050;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body.default #ry-section-header.module-43 {
		background: var(--clr-secondary) !important;
			}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 66px;
		letter-spacing: initial;
		text-align: center;
		font-weight: 900;
		color: var(--clr-secondary) !important;
			}
	#ry-sidebar .ry-sb-title {
		letter-spacing: initial;
	}

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		max-width: max-content;
		display: flex;
	}

	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo,
	.module-promo .promo-image-type .ry-flex .photo-wrapper .photo img {
		position: relative;
	}

	.module-promo .ry-flex .text-wrapper .span-2 {
		display: none;
	}

	.module-promo .ry-flex .text-wrapper h3 {
		margin: 0 !important;
		color: #333;
		font-weight: 900;
		letter-spacing: -0.5px;
		font-size: 26px !important;
	}

	.module-promo .ry-flex .text-wrapper .span-1 {
		background: #333;
	}

	#ry-pg-banner .ry-bnr-wrp::after, 
	#ry-pg-banner .ry-bnr-wrp::before {
		display: none;
	}
	.module-311 .ry-payment-options-logos.review-version .ry-each:hover img {
		transform: scale(1.2);
	}

	.module-311 .ry-payment-options-logos.review-version .ry-each img {
		transition: .5s;
	}

	#ry-pg-body.locations-version  .module-locations-home {
		padding-top: 0;
	}

	#ry-pg-body.locations-version .module-locations-home .ry-headline, 
	#ry-pg-body.locations-version .module-locations-home .icon {
		display: none;
	}

	#ry-pg-body.locations-version .module-locations-home .inner-location-grid {
		margin-top: 0;
	}

	.module-location-inner #mapCustom {
		padding-bottom: 56.25%;
	}

	.micro-section-2 .ry-flex {
		flex-direction: row-reverse;
		/* align-items: center; */
	}

	.micro-section-2 .ry-flex .each.each-left {}

	.micro-section-2 .ry-flex .each.each-left .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 .span-1 {
		margin-bottom: 10px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: var(--clr-primary) !important;
			margin: 0 !important;
			}

	.micro-section-2 .ry-flex .each.each-right  .ry-text {
		margin-top: 35px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul {
		list-style: none;
		padding-left: 0;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li {
		display: flex;
		/* padding: 15px 30px; */
		width: 100%;
		line-height: 1;
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 330px;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(odd) {
		background: #ffffff;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: #f1f8ff;
		padding: 80px 60px 85px;
		justify-content: center;
		align-items: center;
		display: flex;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		font-size: 18px;
		color: #666;
		padding: 15px 30px;
		display: flex;
		letter-spacing: -0.5px;
		font-weight: 500 !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		content: "";
		width: 20px;
		height: 20px;
		margin-right: 20px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230a3a9f' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425z'/%3E%3C/svg%3E");
		background-size: contain;
	}

	.micro-section-1 .ry-container {
		max-width: 1600px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each {
		width: 50%;
	}

	.micro-section-1 .ry-container .each.each-left {
		padding-left: 70px;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.micro-section-1 .ry-container .each.each-left #MapBlock {
		padding-bottom: 60%;
	}

	.micro-section-1 .ry-container .each.each-left .map-block {
		max-width: 560px;
		padding: 10px;
		background: #fff;
		border: 1px solid #333;
		margin-top: -120px;
		margin-left: auto;
	}

	.micro-section-1 .ry-container .each.each-left .photo {
		padding-right: 69px;
	}

	.micro-section-1 .ry-container .each .wrapper {
		padding-left: 90px;
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}


	.micro-section-1 .ry-container .each .wrapper h2 {
		margin: 0 !important;
		padding-bottom: 35px;
		margin-bottom: 20px !important;
		position: relative;
	}

	.micro-section-1 .ry-container .each .wrapper h2:before {
		content: "";
		position: absolute;
		left: 0;
		width: 260px;
		height: 2px;
		background: var(--clr-primary);
			bottom: 0;
			}

	.micro-section-1 .ry-container .each .wrapper h2 span {
		margin-bottom: 10px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details {
		width: 30%;
		display: flex;
		gap: 18px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-headline {
		width: 100%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon {
		width: 45px;
		height: 45px;
		min-width: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text {
		font-size: 18px;
		letter-spacing: -0.3px;
		font-weight: 800 !important;
		color: #333;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		font-size: 16px;
		font-weight: 400;
		text-transform: uppercase;
		/* display: block; */
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul {
		padding-left: 0;
		list-style: none;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li {
		line-height: 1;
		font-weight: 400;
		display: flex;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
		font-weight: 800;
		min-width: 130px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
	.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
		min-width: 350px;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .text ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .ry-btn {
		margin-top: 20px;
	}

	.micro-section-1 {
		margin-bottom: 130px;
	}

	.micro-section-2 .ry-container {
		max-width: 1450px !important;
		width: 90%;
	}

	.micro-section-1 .ry-container .each .wrapper .each-details .icon svg {
		width: 23px;
	}

	.micro-section-2 .ry-flex .each.each-right {
		background: var(--clr-secondary);
			}

	.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
		color: #fff !important;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
		color: #333;
		/* background: #d8d8d8; */
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li:nth-child(even) {
		background: #d8d8d8;
	}

	.micro-section-2 .ry-flex .each.each-right .ry-text ul li a:before {
		filter: invert(1) brightness(0);
	}

	.micro-section-2 .ry-flex .each.each-right .wrapper {
		max-width: 360px;
	}

	.micro-section-1 .ry-flex {
		align-items: center;
	}
	.micro-section-1 .ry-container .each .wrapper .each-details .text > .span-1 {
		display: block;
		margin-bottom: 7px;
	}
	.micro-version .module-team.custom .ry-headline h2, 
	.micro-version .module-team.custom .ry-headline h2 span {
		color: var(--clr-secondary) !important;
			}

	.micro-version .module-team.custom .ry-flex .name {
		color: var(--clr-secondary);
			}

	.micro-version .module-team.custom {
		background: var(--clr-primary);
			}
	
	.micro-section-1 .ry-container .each .wrapper .social-block, .micro-section-1 .ry-container .each .wrapper .button-wrapper {
		width: 100%;
	}

	

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap {
		display: flex;
		gap: 5px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		width: auto;
		height: auto;
		border-radius: unset;
	}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-hidden=""] {
    display: none !important;
}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li li a {
		width: 40px;
		height: 40px;
		min-width: 40px;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a {
		width: 45px;
		height: 45px;
		border-radius: 50%;
		min-width: 45px;
		background: var(--clr-secondary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover {

		background: var(--clr-primary);
			}
	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li {
		margin: 0;
	}
	.micro-section-1 .custom-social-wrapper {
		list-style: none;
		padding-left: 0;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a svg {
		fill: #d6b63e;
	}

	.micro-section-1 .ry-container .each .wrapper .social-block .social-inner-wrap li a:hover svg {
		fill: #333;
	}
	.module-welcome.custom .dropdown-menu {
		max-width: unset;
		width: 100%;
		padding: 0;
	}

	.module-welcome.custom .ry-container .ry-flex .each .dropdown {
		max-width: max-content;
		margin: auto;
	}

	.module-welcome.custom .dropdown-menu li a {
		padding: 10px 23px;
		background: var(--clr-primary);
			color: var(--clr-secondary) !important;
				font-size: 16px;
				text-transform: uppercase;
				}

	.ry-services.style2 .ry-each .photo::after {
		background: var(--clr-secondary);
			}

	.ry-services.style2 .ry-each:hover .photo img {
		filter: grayscale(1);
	}
	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a {
		border-radius: 50%;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a svg {
		fill: #fff;
		width: 15px;
		height: 15px;
	}

	.module-footer .footer-top .global-social.center-mode .social-inner-wrap li a:hover {
		background: var(--clr-primary);
			}
	@media (max-width: 1680px) {
		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}

	@media (max-width: 1480px) {
		.micro-section-1 .ry-container .each .wrapper .each-details {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			gap: 20px;
			padding-left: 6vw;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(2),
		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			min-width: unset;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details:nth-child(4) {
			order: 4;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			order: 5;
		}
		.micro-section-2 .ry-flex .each.each-left .photo {
			height: 100%;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			height: 100%;
			object-fit: cover;
		}

		.module-43.fixed .ry-container {
			width: 90%;
		}
		.module-43.fixed .ry-right .ry-leads,
		.module-43.fixed .ry-right .button-phone {
			gap: 10px;
		}
		.module-43 .ry-right .ry-leads {

			margin-bottom: 20px;
		}

		.module-43.fixed .ry-btn-primary {
			padding-left: 20px;
			padding-right: 20px;
			font-size: 14px !important;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			margin: 0;
		}

		.module-43 .ry-left img {
			min-width: 280px;
		}

		.module-43 .ry-right .button-phone a .group span {
			font-size: 20px;
		}
		.module-43 .ry-right .ry-menu .nav-menu {
			margin-top: 0;
			gap: 50px;
		}

		.ry-services.style2 .ry-content .content {
			padding: 100px 60px;
		}

		.ry-services.style2 .ry-content .content .button-wrapper {
			padding: 20px 0 40px;
		}

		.ry-services.style2 .ry-each .title div {
			font-size: 42px;
		}

		.ry-services.style2 .ry-each .title div span {
			font-size: 18px;
		}

		.module-locations-home .inner-location-grid {
			gap: 20px;
			margin-top: 40px;
		}

		.module-locations-home .icon {
			margin-bottom: 20px;
		}

		.module-insurance.custom .ry-flex {
			gap: 30px;
		}

		.ry-headline h2,
		body.default .ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 50px;
		}

		.ry-headline h2 span,
		body.default .ry-headline h2 span,
		#ry-pg-body .ry-headline h2 span {
			font-size: 20px;
		}

		.module-testimonials.custom .comment .ry-text p {
			font-size: 18px;
		}

		.module-testimonials.custom .ry-container .ry-flex h5 {
			font-size: 20px;
		}
	}
	@media (max-width: 1380px) {
		.micro-section-1 .ry-container .each.each-left {
			padding-left: 0;
		}

		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 85%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 3vw;
		}
	}
	@media (max-width: 1280px) {
		.module-43 .ry-left img {
			min-width: 260px;
		}

		.module-43 .ry-right .button-phone a .group span {
			font-size: 22px;
		}

		.module-43 .ry-right .button-phone {
			gap: 20px;
		}

		.module-43 .ry-right .ry-leads {
			gap: 20px;
		}
		.module-testimonials.custom .ry-container .ry-flex .each-right {
			padding-left: 60px;
		}
		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 30px;
		}
	}

	@media (max-width: 1080px) {
		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn {
			padding: 0 !important;
			min-width: 50px;
			height: 50px;
			min-height: 50px !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .dropdown-menu li a {
			min-width: unset;
			width: 100%;
			border-radius: unset;
			text-transform: uppercase;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .dropdown-menu {
			padding: 0;
			border: unset;
		}
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 90px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
			margin: 0;
			padding: 0;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 56px;
		}
		.module-43 {
			display: none;
		}

		#theme2-smHeader {
			display: block !important;
			visibility: visible !important;
		}

		.mobile-container {
			background: var(--clr-secondary);
				}

		.mobile-container .flex-wrap .mobile_logo img {
			min-width: 190px;
		}

		.mobile-container .mobile-nav {
			margin-right: 10px;
		}

		.module-testimonials.custom .ry-container .ry-flex .each-right {
			padding-left: 60px;
		}

		.module-footer .footer-top .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

		.module-footer .footer-top .title {
			font-size: 22px;
			text-align: center;
			margin-bottom: 20px;
		}

		.module-footer .footer-top ul li a {
			text-align: center;
		}
		.micro-section-2 .ry-flex .each.each-right {
			padding: 60px 30px;
		}

		.micro-section-2 .ry-flex .each.each-right .ry-text {
			margin-top: 25px;
		}
		.module-footer .footer-top .global-social.center-mode {padding-top: 20px;}

		.module-footer .footer-bottom .ry-container {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-footer .footer-bottom .powered {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-bottom * {
			text-align: center;
		}

		.module-testimonials.custom .ry-container .ry-flex .each-right {
			padding-left: 0;
		}

		.module-testimonials.custom .ry-container .ry-flex {
			flex-direction: column;
			gap: 60px;
		}

		.module-testimonials.custom {
			padding: 0 0 100px;
		}

		.module-testimonials.custom .ry-container .ry-flex .each {
			width: 100%;
		}

		.module-testimonials.custom .ry-container .ry-flex .each.each-left {
			max-width: 620px;
		}

		.module-testimonials.custom .ry-container .ry-flex .star-wrapper {
			margin-top: 30px;
		}

		.module-insurance.custom .ry-flex {
			flex-direction: column-reverse;
			justify-content: center;
			align-items: center;
		}

		.module-insurance.custom::before {
			opacity: 0;
		}

		.module-insurance.custom .each-left {
			margin: 0;
			max-width: unset;
			min-width: unset;
		}

		.module-insurance.custom .each-right::before {
			display: none;
		}

		.module-insurance.custom .each-right {
			max-width: unset;
			justify-content: center;
			padding: 0;
		}

		.module-insurance.custom .each-right * {
			text-align: center;
		}

		.module-insurance.custom {
			padding: 100px 0;
		}

		.module-team.custom {
			padding: 100px 0;
		}

		.module-team.custom .ry-flex {
			margin-top: 40px;
			gap: 20px;
		}

		.name {}

		.module-team.custom .ry-flex .name {
			font-size: 20px;
		}

		.module-featured-services {
			padding-top: 100px;
			padding-bottom: 100px;
			display: flex;
			flex-direction: column-reverse;
		}

		.module-featured-services .background-section {
			position: relative;
			padding-bottom: 100%;
			margin-top: -50%;
		}

		.module-featured-services .background-section img {
			object-position: right;
		}

		.module-featured-services .content {
			max-width: 100%;
		}

		.module-featured-services .content .button-wrapper {
			justify-content: center;
		}

		.ry-services.style2 .ry-content .content {
			padding: 80px 30px;
		}

		.ry-services.style2 .ry-each .title div {
			font-size: 32px;
		}

		.ry-services.style2 .ry-flex {
			gap: 10px;
		}

		.module-locations-home .inner-location-grid .each-item .group .title {
			font-size: 38px;
		}

		.module-locations-home .inner-location-grid .each-item .group .title span {
			font-size: 30px;
		}

		.module-locations-home .inner-location-grid .each-item .group > div:not(.headline) {
			font-size: 18px;
		}

		.module-locations-home .inner-location-grid .each-item .group .small-text {
			font-size: 16px;
		}

		.module-welcome.custom .ry-container .ry-flex .each-left {
			padding-right: 0;
		}

		.module-locations-home {
			padding: 100px 0;
		}

		.module-welcome.custom {
			padding: 100px 0;
		}
	}

	@media (max-width: 768px) {
		.module-welcome.custom .ry-container .ry-flex {
			flex-direction: column-reverse;
			gap: 60px;
		}

		.module-welcome.custom .ry-container .ry-flex .each {
			width: 100%;
		}

		.module-locations-home .inner-location-grid {
			gap: 10px;
		}

		.module-locations-home .inner-location-grid .each-item .photo {
			padding-bottom: 140%;
		}

		.module-locations-home .icon {
			width: 60px;
			min-width: 60px;
			height: 60px;
		}

		.module-locations-home .icon svg {
			width: 25px;
			height: 25px;
		}

		.module-locations-home {
			padding: 80px 0;
		}

		.module-hero .text-center {
			padding-bottom: 75%;
		}

		.module-locations-home .inner-location-grid .each-item .group .title {
			font-size: 32px;
		}

		.module-locations-home .inner-location-grid .each-item .group .title span {
			font-size: 26px;
		}

		.ry-headline h2,
		body.default .ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 42px;
		}

		.module-featured-services {
			padding-bottom: 0;
		}

		.module-welcome.custom .ry-container .ry-flex .each.each-right {
			max-width: 620px;
		}

		.module-featured-services .background-section {
			padding-bottom: 110%;
		}

		.module-hero {
			/*margin-top: 91px;*/
		}

		.ry-services.style2 .ry-flex {
			display: initial;
		}

		.ry-services.style2 .ry-flex .ry-each {
			width: 100%;
		}

		.ry-services.style2 .slick-list {
			margin: 0 -10px;
		}

		.ry-services.style2 .slick-list .slick-slide {
			margin: 0 5px;
		}
		.micro-section-2 .ry-flex .each.each-right .ry-text ul li a {
			font-size: 16px;
		}

		.micro-section-2 .ry-flex {
			flex-direction: column-reverse;
		}



		.micro-section-2 .ry-flex .each.each-right .ry-headline h2 {
			text-align: center;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			position: relative;
			padding-bottom: 100%;
			border-bottom-left-radius: 20px;
			overflow: hidden;
			border-bottom-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-left .photo img {
			position: absolute;
			top: 0;
			left: 0;
			width: 105%;
			height: 105%;
			object-fit: cover;
		}

		.micro-section-2 .ry-flex .each.each-right {
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
		}

		.micro-section-2 .ry-flex .each.each-right,
		.micro-section-2 .ry-flex .each.each-left {
			border-radius: unset;
		}

		.micro-section-2 .ry-flex .each.each-left .photo {
			border-radius: 0;
		}

		.micro-section-1 .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 60px;
		}

		.micro-section-1 .ry-container .each.each-left {
			width: 100%;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 60px;
		}

		.micro-section-1 .ry-container .each.each-right {
			max-width: 100%;
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper h2::before {
			left: 50%;
			transform: translate(-50%, 0);
		}

		.micro-section-1 .ry-container .each .wrapper .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details * {
			text-align: center;
		}

		.micro-section-1 .ry-container .each .wrapper .each-details .text ul li .span-1 {
			text-align: left;
		}

		.micro-section-1 .ry-container .each .wrapper .ry-btn {
			margin-left: auto;
			margin-right: auto;
			display: flex;
		}

		.micro-section-1 .ry-container .each .wrapper .button-wrapper {
			width: 100%;
		}

		.micro-section-1 .ry-container .each .wrapper {
			padding-left: 0;
		}

		.micro-section-1 {
			margin: 0;
			padding-bottom: 80px;
		}
	}

	@media (max-width: 620px) {
		.mobile-container .flex-wrap .flex-item.right-nav .ry-btn {
			padding: 0 !important;
			min-width: 40px;
			height: 40px;
			min-height: 40px !important;
		}
		.module-hero .text-center {
			padding-bottom: 120%;
		}
		.mm-panels>.mm-panel>.mm-listview {
			margin-left: 0;
		}
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button {
			gap: 10px;
		}
		#menu_container .mm-listview .mm-listitem:after {
			border-color: #ffffff1a;
		}
		.ry-headline h2,
		body.default .ry-headline h2,
		#ry-pg-body .ry-headline h2,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 36px;
		}

		.module-locations-home .inner-location-grid {
			flex-direction: column;
		}

		.module-locations-home .inner-location-grid .each-item .photo {
			padding-bottom: 100%;
		}

		.module-locations-home .ry-headline h2 .span-1,
		.module-welcome.custom .ry-container .ry-flex .each .ry-headline h2 span {
			margin-bottom: 5px;
		}

		span {}

		.ry-text p, body.default p, body.default .ry-text p {
			font-size: 16px;
			line-height: 1.5;
		}

		.ry-services.style2 {
			padding-top: 80px;
		}

		.module-featured-services .content .button-wrapper {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-team.custom .ry-flex {
			gap: 10px;
			flex-direction: column;
			gap: 30px;
		}

		.module-team.custom .ry-flex .name {
			font-size: 18px;
		}

		.module-insurance.custom .each-left img {
			max-width: 200px;
			max-height: 80px;
			object-fit: contain;
		}

		.module-testimonials.custom .comment .ry-text p {
			font-size: 16px;
		}

		.module-testimonials.custom .ry-container .ry-flex .ry-headline h2 {
			margin-bottom: 30px;
		}

		.module-testimonials.custom .ry-container .ry-flex h5 {
			font-size: 18px;
		}

		.module-footer .footer-top ul li a {
			font-size: 16px;
		}

		.module-insurance.custom {
			padding: 80px 0;
		}

		.ry-services.style2 .ry-content .content .ry-headline h2 .span-1 {
			margin-bottom: 5px;
		}

		.ry-btn {
			min-height: 48px !important;
			font-size: 16px !important;
		}

		.module-featured-services .ry-headline h2 .span-1 {
			margin-top: 5px;
		}

		.module-team.custom {
			padding: 80px 0;
		}

		.module-team.custom .ry-headline h2 .span-1 {
			margin-bottom: 5px;
		}

		.module-insurance.custom .each-right .ry-headline h2 .span-1 {
			margin-top: 5px;
			letter-spacing: 2px;
		}

		.module-testimonials.custom .ry-container .ry-flex .ry-headline h2 .span-1 {
			margin-bottom: 5px;
		}

		.module-promo .ry-flex .text-wrapper h3 {
			text-align: center;
			font-size: 22px !important;
		}

		.module-promo .ry-flex .text-wrapper .span-1 {
			margin: 10px auto 20px;
		}

		.module-location-inner #mapCustom {
			padding-bottom: 100%;
		}

		.micro-section-1 .ry-container .each.each-left .map-block {
			width: 90%;
			margin-top: -30px;
		}

		.micro-section-1 .ry-container .each.each-left .photo {
			padding-right: 20px;
		}

		.micro-section-1 .ry-container .each.each-left #MapBlock {
			padding-bottom: 100%;
		}
	}
	/* END SERVICES SIDE BY SIDE */
	.services-side-by-side .each {
		display: flex;
		gap: 60px;
		align-items: center;
	}

	.services-side-by-side .each .ry-box-left {
		width: calc(50% - 30px);
		position: relative;
		padding-bottom: 40%;
		border-radius: 20px;
		overflow: hidden;
	}

	.services-side-by-side .each .ry-box-right {
		width: calc(50% - 30px);
	}

	.services-side-by-side .each .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.services-side-by-side .each .ry-box-right h4 {
		margin-bottom: 10px !important;
		font-size: 32px !important;
		letter-spacing: -1px !important;
	}

	.services-side-by-side .each .ry-box-right h4,
	.services-side-by-side .each .ry-box-right p {
		text-align: left !important;
	}

	.services-side-by-side .each .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
	}

	.services-side-by-side {
		max-width: 1080px;
		margin: auto;
		float: none;
	}

	.services-side-by-side .each:not(:last-child) {
		margin-bottom: 100px;
	}


	.services-side-by-side .each:nth-child(even) {
		flex-direction: row-reverse;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right h4, 
	.services-side-by-side .each:nth-child(even) .ry-box-right p {
		text-align: right !important;
	}

	.services-side-by-side .each:nth-child(even) .ry-box-right .ry-btn {
		margin-left: auto;
	}


	@media (max-width: 768px) {
		.services-side-by-side .each .ry-box-right,
		.services-side-by-side .each .ry-box-left {
			width: calc(50% - 15px);
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 28px !important;
		}

		.services-side-by-side .each .ry-box-left {
			padding-bottom: 50%;
		}

		.services-side-by-side .each:not(:last-child) {
			margin-bottom: 60px;
		}
		.services-side-by-side .each .ry-box-right .ry-btn {
			margin-left: auto !important;
			margin-right: auto !important;
		}
	}
	@media (max-width: 620px) {

		.services-side-by-side .each:nth-child(2n),
		.services-side-by-side .each {
			flex-direction: column;
		}

		.services-side-by-side .each .ry-box-right h4 {
			font-size: 24px !important;
		}

		.services-side-by-side .each .ry-box-left {
			width: 100%;
			padding-bottom: 75%;
		}

		.services-side-by-side .each .ry-box-right, .services-side-by-side .each .ry-box-left {
			width: 100%;
		}

		.services-side-by-side .each:nth-child(2n) .ry-box-right h4,
		.services-side-by-side .each:nth-child(2n) .ry-box-right p,
		.services-side-by-side .each .ry-box-right h4, 
		.services-side-by-side .each .ry-box-right p {
			text-align: center !important;
		}
	}



	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (min-width: 768px) {

		/** PLACE YOUR TABLET AND UP CSS HERE **/

	}

	@media (min-width: 992px) {

		/** PLACE YOUR LAPTOP AND UP CSS HERE **/

	}

	@media (min-width: 1200px) {

		/** PLACE YOUR DESKTOP AND UP CSS HERE **/

	}

	.location-headline {
		background: var(--clr-secondary);
			}

	.location-headline .ry-flex .each-title h1 {
		letter-spacing: -1px;
		font-size: 34px;
	}

	.location-headline .ry-flex .each-title a {
		font-size: 18px;
		opacity: 1;
		line-height: 1.2;
	}

	.location-headline .each-button .button-wrapper {
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
	}

	.location-headline .each-button .ry-btn.btn-transparent:not(:hover),
	.location-headline .each-button .ry-btn.ry-btn-primary:hover {
		margin: 0;
		background: #fff !important;
	}

	.location-headline .each-button .ry-btn {
		min-width: 250px;
		font-size: 18px !important;
		font-weight: 400 !important;
	}

	.location-headline .each-button .ry-btn.ry-btn-primary:hover {
		background: transparent !important;
		border-color: var(--clr-secondary) !important;
			}

	.location-group {
		margin-top: 0;
		padding: 0;
	}

	.location-section-1.style-1 .location-title h1 {
		line-height: 1 !important;
		font-size: 42px;
		color: #000;
		letter-spacing: -1px;
	}

	.location-section-1.style-1 .location-title:after {
		background: var(--clr-secondary);
			margin-bottom: 20px;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block a {
		font-size: 18px;
		line-height: 1.3;
		font-weight: 400 !important;
		color: #000;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border-radius: 50%;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons svg {
		fill: #fff;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block:not(:last-child) {
		margin: 0;
	}

	.location-section-1.style-1 .ry-inner-flex {
		flex-direction: column;
		gap: 10px;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .phone {
		display: flex;
		align-items: center;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block .phone a {
		font-size: 20px;
		font-weight: 600 !important;
		letter-spacing: -0.5px;
	}

	.location-section-1.style-1 .ry-inner-flex:not(:first-child) {
		margin-top: 10px;
	}

	.location-section-1.style-1 .ry-inner-flex ul {
		list-style: none;
		padding: 0;
	}

	.location-section-1.style-1 .ry-inner-flex ul li {
		font-size: 18px;
		color: #000;
		display: flex;
	}

	.location-section-1.style-1 .ry-inner-flex ul li span {
		min-width: 110px;
	}

	.location-section-1.style-1 .social-block .social-list ul li a {
		width: 40px;
		min-width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			}

	.location-section-1.style-1 .social-block .social-list ul {
		margin-left: 50px;
	}

	.location-section-1.style-1 .button-wrapper {
		margin-left: 50px;
		margin-top: 0;
	}

	.location-section-1.style-1 .section-background .photo-left img {
		opacity: 0;
	}

	.location-section-1.style-1 .section-background .photo-left {
		background: #fff;
	}

	.location-about .ry-content .ry-flex .ry-each:nth-child(2) {
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
		border-radius: 20px;
		background: #fff;
	}

	.location-about .ry-content .ry-flex {
		overflow: unset;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn.ry-btn-secondary:not(:hover) {
		background: var(--clr-secondary)!important;
			}

	.location-section-review.style-1 .review-bottom .section-background img {
		opacity: 0;
	}

	.location-section-review.style-1 .review-bottom .section-background {
		background: var(--clr-primary);
			}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .form-control {
		background: #fff;
		border-radius: 10px;
		height: 52px;
		padding-left: 20px;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
		letter-spacing: -1px;
		font-size: 42px;
		color: #000;
		line-height: 1;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
		font-size: 18px;
		color: #333;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
		font-size: 18px !important;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box h3 {
		letter-spacing: -0.5px;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .ry-btn:not(:hover) {
		background: var(--clr-secondary) !important;
			}

	.location-section-1.style-1 .section-background .photo-right {
		width: 50%;
	}

	.location-section-1.style-1 .section-background .photo-right:after {
		background: linear-gradient(45deg, #fff, var(--clr-secondary));
			}

	.location-section-3.style-1 .section-background .photo-left:after {
		background: linear-gradient(45deg, var(--clr-secondary), #fff);
			}
	.location-section-1.style-1 .ry-inner-flex .each-block {
		gap: 10px;
	}


	.location-about .ry-content .ry-flex .ry-each:nth-child(2) {
		display: none !important;
	}



	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box .fa {
		color: #fff;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box .star-rated .fa {
		color: #ffdd58;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box:hover .blank-star:not(.star-active) .fa {
		color: #fff;
	}
	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .rate-box:hover .star-active .fa {
		color: #ffdd58;
	}
	.location-headline .ry-flex .each-title h1 {
		font-family: 'ClashDisplay';
		letter-spacing: initial;
		color: #333;
		font-size: 40px;
	}
	.location-section-1.style-1 .section-background .photo-right img {
		object-position: top;
	}
	.location-headline .ry-flex .each-title a {
		font-family: 'Inter';
		color: #333;
		letter-spacing: -0.5px;
	}

	.location-section-1.style-1 .location-title h1 {
		font-family: 'ClashDisplay';
		font-size: 40px;
	}

	.location-section-3.style-1 .location-title h2 {
		color: #333;
		font-size: 40px;
		font-family: 'ClashDisplay';
		margin-bottom: 0;
	}

	.location-section-3.style-1 .ry-text ul li:after {
		filter: invert(1) brightness(0);
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
		font-size: 40px;
		font-family: 'ClashDisplay';
		letter-spacing: initial;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
		font-size: 16px;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
		font-size: 16px !important;
	}

	.location-section-1.style-1 .section-background .photo-right:after {
		opacity: 0;
	}

	.location-section-3.style-1 .section-background .photo-left:after {
		opacity: 0;
	}

	.location-section-3.style-1 .section-background .photo-left img {
		filter: grayscale(1);
	}

	.location-section-1.style-1 .section-background .photo-right img {
		filter: grayscale(1);
	}

	.location-section-3.style-1 .section-background .photo-right:after {
		opacity: 0;
	}

	.location-section-3.style-1 .ry-text ul li:not(:last-child) {
		border-bottom: 1px solid;
	}
	@media (max-width: 1080px) {
		.location-section-1.style-1 .section-background .photo-right:after {
			opacity: 0;
		}
		.location-section-1.style-1 {
			padding: 100px 0;
			display: flex;
			flex-direction: column-reverse;
			padding-bottom: 0;
		}

		.location-section-1.style-1 .section-background .photo-right {
			width: 100%;
			position: relative;
			padding-bottom: 56.25%;
		}

		.location-section-1.style-1 .section-background {
			position: relative;
		}

		.location-section-1.style-1 {}

		.location-group {
			background: #fff;
		}

		.location-section-1.style-1 .button-wrapper {
			margin-left: 0;
		}

		.location-section-1.style-1 .social-block .social-list ul {
			margin-left: 0;
		}

		.location-section-1.style-1 .content {
			padding-bottom: 60px;
		}

		.location-section-review.style-1 .review-top .ry-container, .location-section-review.style-1 .review-bottom .ry-container {
			width: 90%;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box {
			margin-bottom: 0;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .ry-btn {
			margin: auto;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) {
			max-width: 520px;
			margin-left: auto;
			margin-right: auto;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) .photo {
			padding-bottom: 120%;
		}

		.location-section-review.style-1 .review-top {
			padding-top: 0;
		}

	}

	@media (max-width: 768px) {

		.location-section-1.style-1 .location-title h1 {
			font-size: 32px;
		}

		.location-headline .each-button .ry-btn {
			font-size: 16px !important;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

		.location-headline .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
		}

		.location-headline .ry-flex .each-title {
			padding: 0;
		}

		.location-headline .ry-flex .each-title * {
			text-align: center;
		}

		.location-headline .each-button {
			max-width: max-content;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.location-headline .each-button .button-wrapper {
			align-items: center;
			justify-content: center;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
			font-size: 36px;
		}
	}

	@media (max-width: 620px) {
		.location-headline .each-button .ry-btn {
			font-size: 16px !important;
			padding-left: 20px !important;
			padding-right: 20px !important;
		}

		.location-headline .ry-flex {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
		}

		.location-headline .ry-flex .each-title {
			padding: 0;
		}

		.location-headline .ry-flex .each-title * {
			text-align: center;
		}

		.location-headline .each-button {
			max-width: max-content;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.location-headline .each-button .button-wrapper {
			align-items: center;
			justify-content: center;
		}

		.location-headline .ry-flex .each-title h1 {
			font-size: 30px;
			margin-top: 0;
		}

		.location-headline .ry-flex .each-title a {
			font-size: 16px;
			margin-bottom: 0;
		}

		.location-section-1.style-1 {
			padding: 60px 0 0;
		}

		.location-section-1.style-1 .location-title h1 {
			font-size: 30px;
		}

		.location-section-1.style-1 .ry-inner-flex .each-block a,
		.location-section-1.style-1 .ry-inner-flex ul li {
			font-size: 16px;
		}

		.location-section-1.style-1 .button-wrapper .ry-btn {
			max-width: max-content;
			font-weight: 400;
		}

		.location-section-1.style-1 .ry-flex .ry-each:nth-child(1) {
			margin-bottom: 0;
		}

		.location-section-1.style-1 .section-background .photo-right {
			padding-bottom: 100%;
		}



		.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
			font-size: 16px;
			line-height: 1.4;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
			font-size: 30px;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box p {
			font-size: 16px !important;
			line-height: 1.4;
		}
	}