:root {
	--text-normal: "gotham" !important;
		--text-title: "" !important;
		--clr-primary: #30345a;
		--clr-secondary: #39b5ab;
		--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;
	}
	.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-btn {
		font-size: 17px;
		padding: 10px 30px;
		text-transform: uppercase;
		line-height: 1;
		font-weight: 300;
		border: 1px solid transparent !important;
		min-width: 230px;
		border-radius: 30px;
		font-weight: 400;
		font-family: 'gotham';
		height: auto;
		min-height: 58px;
		letter-spacing: -0.5px;
	}

	.ry-btn.btn-transparent:not(:hover) {
		border-color: #b6916a;
		background: transparent !important;
		color: #121212 !important;
	}

	.ry-btn.btn-center {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn:hover {
		background: var(--clr-secondary) !important;
			}
	.ry-btn.ry-btn-primary:hover {
		border: 1px solid var(--clr-secondary) !important;
			background: var(--clr-secondary) !important;
				color: #fff !important;
				}

	.ry-btn.ry-btn-secondary:hover {
		border: 1px solid var(--clr-primary) !important;
			background: var(--clr-primary) !important;
				color: #fff !important;
				}
	.ry-btn.ry-btn-white:hover {
		border: 1px solid #fff !important;
		background: transparent !important;
		color: #fff !important;
	}
	.ry-text p,
	body.default p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 400 !important;
		color: #333;
	}

	.home .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 {
		width: 12px;
		height: 12px;
		padding: 0;
		border-radius: 50%;
		border: unset;
		text-indent: -99999px;
		background: var(--clr-primary);
			transition: .5s;
			opacity: .5;
			min-width: 12px;
			}

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

	.home .slick-dots li.slick-active button {
		width: 50px;
		border-radius: 5px;
		opacity: 1;
		background: var(--clr-primary);
			}
	#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.custom .poster {
		position: relative;
		padding-bottom: 100vh;
	}

	.module-hero.custom .poster img,
	.module-hero.custom .poster video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.module-hero.custom .poster button {
		width: 150px;
		height: 150px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
		background: transparent;
		border: unset;
		padding: 0;
		opacity: 0 !important;
	}

	.module-hero.custom .poster button svg {
		width: 80px;
		height: 80px;
		fill: #fff;
	}

	.module-hero.custom .poster video {
		display: none;
	}

	.module-hero.custom .poster {
		position: relative;
	}

	.module-hero.custom .poster button.pause {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pause-circle-fill' viewBox='0 0 16 16'%3E%3Cpath d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0M6.25 5C5.56 5 5 5.56 5 6.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C7.5 5.56 6.94 5 6.25 5m3.5 0c-.69 0-1.25.56-1.25 1.25v3.5a1.25 1.25 0 1 0 2.5 0v-3.5C11 5.56 10.44 5 9.75 5'/%3E%3C/svg%3E");
		opacity: 0;
	}

	.module-hero.custom .poster button {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-play-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14m0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16'/%3E%3Cpath d='M6.271 5.055a.5.5 0 0 1 .52.038l3.5 2.5a.5.5 0 0 1 0 .814l-3.5 2.5A.5.5 0 0 1 6 10.5v-5a.5.5 0 0 1 .271-.445'/%3E%3C/svg%3E");
		z-index: 1;
		background-size: contain;
		filter: invert(1);
	}
	.module-hero.custom .poster .video-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.module-hero.custom .poster .video-wrapper:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 500px;
		background: linear-gradient(to bottom, #ffffff, transparent);
		z-index: 1;
	}

	.hero-text {
		position: absolute;
		bottom: 0;
	}


	body {
		padding: 0;
	}

	.module-hero.custom .poster {
		padding-bottom: 90vh;
	}

	.module-hero.custom  .hero-text {
		position: absolute;
		bottom: 100px;
		z-index: 1;
	}

	.module-hero.custom .poster .video-wrapper:before {
		opacity: 1;
		top: unset;
		bottom: 0;
		background: linear-gradient(to top, #000000, transparent);
	}

	.module-hero.custom .hero-text h1 {
		font-size: 85px;
		font-family: 'gotham' !important;
		color: #fff;
		font-weight: 300 !important;
		line-height: 1;
		max-width: 1080px;
		margin: auto;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	#cta-wrap {
		margin: 0;
	}

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

	.module-cta.custom .ry-container {
		max-width: 1440px;
		width: 90%;
	}

	.module-cta.custom .ry-container .each {
		width: calc(33.33% - 40px);
		padding: 10px;
		background: #ffffff7d;
		border-radius: 80px;
	}

	.module-cta.custom .ry-container .each .wrapper {
		display: flex;
		border-radius: 70px;
		background: #fff;
		padding: 20px 45px;
		gap: 30px;
		align-items: center;
	}

	.module-cta.custom .ry-container .each .wrapper .icon {
		width: 90px;
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #000b;
		border-radius: 50%;
	}

	.module-cta.custom .ry-container .each .wrapper .title p {
		line-height: 1.2;
		margin: 0;
		font-size: 25px;
		font-weight: bold !important;
		text-transform: uppercase;
		letter-spacing: -1px;
	}

	.module-cta.custom .ry-container .each:nth-child(1) .wrapper .title p {
		color: #c83700 !important;
	}

	.module-cta.custom .ry-container .each:nth-child(1) .wrapper .icon {
		background: #c83700;
	}

	.module-cta.custom .ry-container .each:nth-child(2) .wrapper .title p {
		color: var(--clr-primary) !important;
			}

	.module-cta.custom .ry-container .each:nth-child(2) .wrapper .icon {
		background: var(--clr-primary);
			}

	.module-cta.custom .ry-container .each:nth-child(3) .wrapper .title p {
		color: var(--clr-secondary) !important;
			}

	.module-cta.custom .ry-container .each:nth-child(3) .wrapper .icon {
		background: var(--clr-secondary);
			}

	.ry-headline h2,
	#ry-pg-body .ry-headline h2 {
		font-size: 60px;
		font-weight: 300 !important;
		letter-spacing: -1px;
		line-height: 1;
	}

	.ry-headline h2 .span-1,
	#ry-pg-body .ry-headline h2 .span-1 {
		display: block;
		font-size: 22px;
		text-transform: uppercase;
	}

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

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

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

	.module-welcome.custom .ry-container .ry-headline h2 .span-1 {
		margin-bottom: 20px;
		color: #c83700;
	}

	.module-welcome.custom .ry-container .ry-text p {
		text-align: center;
		margin-bottom: 45px;
	}



	.module-welcome.custom .ry-container .ry-btn {
		margin: auto;
	}



	.module-services.custom {
		background: #30345a;
	}

	.module-services.custom .content {
		max-width: 640px;
		margin-left: auto;
		padding: 100px 0;
		width: 50%;
	}

	.module-services.custom .ry-container {
		display: flex;
		justify-content: flex-end;
	}

	.module-services.custom .content ul {
		list-style: none;
		padding-left: 0;
		margin-top: 20px;
	}

	.module-services.custom .content ul li a {
		padding: 30px 40px;
		display: flex;
		color: #fff;
		font-size: 24px;
		font-weight: 300;
		text-transform: uppercase;
		line-height: 1;
	}

	.module-services.custom .content h2 {
		color: var(--clr-secondary);
			}

	.module-services.custom .content ul li:not(:last-child) {
		border-bottom: 1px solid #ffffff78;
	}

	a {}
	.module-services.custom .content ul li a:before {
		content: "";
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
		width: 25px;
		height: 25px;
		background-size: contain;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translate(0, -50%);
		filter: invert(1);
	}

	.module-services.custom .photo-left {position: absolute;width: 50%;height: 100%;}

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

	.module-news {
		padding: 120px 0;
	}

	.module-news .ry-headline h2 .span-1 {
		margin-bottom: 20px;
		color: #39b5ab;
	}

	.module-news .ry-flex {
		margin-top: 60px;
		gap: 60px;
		margin-bottom: 60px;
		justify-content: center;
	}

	.module-news .ry-flex .photo {
		position: relative;
		padding-bottom: 200px;
		border-radius: 20px;
		overflow: hidden;
	}

	.module-news .ry-flex .photo .button-wrapper {
		position: absolute;
		top: 0;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		/* opacity: 0; */
		z-index: 2;
		transition: .5s;
	}

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

	.module-news .ry-flex .photo .button-wrapper br {
		display: none;
	}

	.module-news .ry-flex .photo .button-wrapper .ry-btn:not(:hover) {
		border: 1px solid #fff !important;
		background: transparent !important;
	}

	.module-news .ry-flex .title {
		clear: both;
		padding-top: 20px;
		text-align: center;
		font-size: 24px;
		font-weight: 600 !important;
		color: #30345a;
		letter-spacing: -0.5px;
	}

	.module-news .ry-flex .photo:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #30345a8a;
		z-index: 1;
		/* opacity: 0; */
	}

	.module-news .ry-flex .each:not(:hover) .photo:before, .module-news .ry-flex .each:not(:hover) .photo .button-wrapper {
		opacity: 0;
	}

	.module-review.custom {
		padding: 150px 0;
		background: #30345a;
	}

	.module-review.custom .ry-headline h2 {
		color: #fff;
		margin-top: 0 !important;
	}

	.module-review.custom .ry-container {
		max-width: 1280px;
	}

	.module-review.custom .ry-container .ry-flex {
		gap: 100px;
	}

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

	.module-review.custom .ry-container .ry-flex .each.each-left .ry-headline h2 {
		text-align: right;
		margin-bottom: 40px !important;
		color: #39b5ab !important;
	}

	.module-review.custom .ry-container .ry-flex .each.each-left .ry-btn {
		margin-left: auto;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .photo {
		position: absolute;
		right: -50px;
		top: -60px;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .photo img {
		width: max-content;
		margin-left: auto;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .ry-text p {
		text-align: left !important;
		color: #fff;
		font-size: 18px;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right  .ry-name {
		margin-top: 40px;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .ry-name .star-wrapper {
		display: flex;
		gap: 7px;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .ry-name .star-wrapper svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .ry-name {
		display: flex;
		gap: 30px;
		align-items: center;
	}

	.module-review.custom .ry-container .ry-flex .each.each-right .ry-name h5 {
		color: #fff;
		font-size: 20px;
		margin: 0 !important;
		text-transform: uppercase;
		letter-spacing: 2px;
		opacity: .5;
		margin-bottom: -2px !important;
	}

	.module-review.custom .testimonials-wrapper .carousel-indicators {
		position: absolute !important;
		bottom: unset !important;
		bottom: 10px !important;
		max-width: max-content;
		left: unset !important;
		right: 0;
		padding: 0 !important;
		gap: 10px !important;
		display: flex !important;
	}

	.module-review.custom .testimonials-wrapper .carousel-indicators li {
		margin: 0 !important;
	}

	.module-review.custom .testimonials-wrapper .carousel-indicators li {
		width: 50px !important;
		border-radius: unset;
		opacity: .5 !important;
		height: 7px !important;
	}

	.module-review.custom .testimonials-wrapper .carousel-indicators li.active {
		opacity: 1 !important;
		background: #fff !important;
	}

	.module-review.custom .carousel-control {
		display: none;
	}

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

	.module-review.custom .ry-container .ry-flex .each.each-left .ry-btn:hover {
		border: 1px solid #39b5ab !important;
	}
	.module-map {
		padding: 120px 0 150px;
	}

	.module-map .map-wrapper,
	.module-map .map-wrapper .map-ratio,
	.module-map .map-wrapper .map-ratio #mapCustom {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.module-map .each {
		max-width: 480px;
		width: 100% !important;
	}

	.module-map .each .ry-headline {
		padding: 30px 60px;
		background: #c83700;
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}

	.module-map .each .ry-headline h4 {
		line-height: 1;
		font-size: 36px;
		text-transform: uppercase;
		letter-spacing: -1px;
		color: #fff;
		font-weight: 300 !important;
	}

	.module-map .each .each-details {
		padding: 10px 60px;
		background: #fff;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	.module-map .each .each-details .title {
		padding: 25px 0;
		font-size: 20px;
		font-weight: 500 !important;
		color: #111a23;
		letter-spacing: -0.5px;
		position: relative;
		padding-left: 25px;
		padding-right: 25px;
	}

	.module-map .each .each-details .title .icon {
		position: absolute;
		top: 50%;
		transform: translate(0, 50%);
		right: 30px;
	}


	.module-map .each .each-details .icon {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translate(0, -50%);
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.module-map .each .each-details .icon .arrow {
		border: solid black;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 4.5px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
	}

	.module-map .each .each-details .title:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23c83700' class='bi bi-geo-alt-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10m0-7a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
		background-size: contain;
		top: 50%;
		transform: translate(0, -50%);
	}

	.module-map .each .each-details .bottom-block {
		padding-left: 25px;
		padding-right: 25px;
	}

	.module-map .each .each-details .bottom-block .details p {
		font-size: 18px;
		line-height: 1.3;
		letter-spacing: -0.5px;
		color: #333;
		margin-bottom: 7px;
	}

	.module-map .each .each-details .bottom-block .details a {
		font-size: 13px;
		text-transform: uppercase;
		color: #39b5ab;
		text-decoration: underline !important;
		text-underline-offset: 3px;
		letter-spacing: -0.5px;
		display: block;
		margin-bottom: 20px;
	}

	.module-map .each .each-details .bottom-block .phone {
		display: flex;
		align-items: center;
		gap: 5px;
	}

	.module-map .each .each-details .bottom-block .phone svg {
		width: 16px;
		height: 16px;
		fill: #30345a;
	}

	.module-map .each .each-details .bottom-block .phone .text {
		font-size: 18px;
		color: #333;
		letter-spacing: -0.5px;
	}

	.module-map .each .each-details .each-item {
		position: relative;
	}

	.module-map .each .each-details .each-item:not(:last-child):before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 100%;
		height: 1px;
		background: #dbdbdb;
	}

	.module-map .each .each-details .bottom-block .details {
		/* padding-bottom: 25px; */
	}

	.module-map .each .each-details .bottom-block .phone:last-child {
		padding-bottom: 35px;
	}

	.module-map .ry-container .content {
		max-width: 480px;
	}

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

	.module-footer {
		background: #c83700;
	}

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

	.module-footer li a {
		font-size: 18px;
		font-weight: 400;
		color: #fff;
		opacity: .6;
	}

	.module-footer li {
		list-style: none;
		max-width: max-content;
	}

	.module-footer .title {
		font-size: 24px;
		text-transform: uppercase;
		letter-spacing: -0.5px;
		color: #fff;
		margin-bottom: 30px;
		line-height: 1;
	}

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

	.module-footer .footer-top .each:nth-child(1) {
		max-width: 640px;
		width: 50%;
		padding-left: 70px;
		padding-right: 70px;
	}

	.module-footer .footer-bottom * {
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		opacity: 1;
	}
	.module-footer .each .each-list-locations li, 
	.module-footer .each a, 
	.module-footer .each li {
		line-height: 1;
	}

	.module-footer .each .each-list-locations:not(:last-child),
	.module-footer .each li:not(:last-child) {
		margin-bottom: 10px;
	}
	.module-footer .footer-bottom ul a {
		display: flex;
		gap: 5px;
	}

	.module-footer .footer-bottom ul a img {
		width: 120px;
		object-fit: contain;
	}

	.module-footer .footer-bottom ul li:nth-child(1) {
		display: none;
	}

	.module-footer .footer-bottom {
		/* padding: 25px; */
		display: flex;
	}

	.module-footer .footer-bottom .ry-container {
		border-top: 1px solid #fff;
		padding: 25px  0;
	}

	.module-footer .footer-bottom {opacity: .5;}

	.module-footer .each .custom-social-wrapper .social-inner-wrap {
		display: flex;
		gap: 8px;
	}

	.module-footer .each .custom-social-wrapper .social-inner-wrap li {
		margin: 0;
		width: auto;
		max-width: max-content;
		border-radius: unset;
	}

	.module-footer .each .custom-social-wrapper .social-inner-wrap li a {
		width: 40px;
		height: 40px;
		border-radius: 50%;
		min-width: 40px;
		border: 1px solid #fff;
		background: transparent;
	}
	.module-footer .footer-bottom a:hover {
		text-decoration: underline !important;
	}

	.module-footer .each .wrapper {
		display: flex;
		flex-direction: column;
	}

	.module-footer .each .wrapper .social-block {
		margin-top: 10px;
	}
	.module-footer .each .each-details:not(:last-child) {
		margin-bottom: 10px;
	}

	.module-footer .each .each-details {
		display: flex;
		gap: 10px;
	}

	.module-footer .each .each-details svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.module-footer .each .each-details .text {
		font-size: 22px;
		line-height: 1;
		text-transform: uppercase;
		color: #fff;
		font-weight: 600 !important;
	}

	.module-footer .each .each-details .text span {
		display: block;
		font-size: 16px;
		color: #fff;
		margin-bottom: 5px;
		font-weight: 300;
	}

	.module-footer .each .each-details .text a {
		color: #fff;
	}

	.module-footer .footer-top .each:nth-child(1) {
		padding: 0;
		max-width: 460px;
	}

	.module-footer .each .each-details .text {
		opacity: .6;
		transition: .3s;
	}

	.module-footer .each .each-details:hover .text {
		opacity: 1;
	}
	.module-43 {
		padding: 0;
		position: fixed;
		background: #fff;
	}

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

	.module-43  .header-top {
		padding: 10px 0;
		background: #30345a;
		transition: .3s;
	}
	.module-43 .header-top .phone a {
		color: #fff;
		font-size: 18px;
		letter-spacing: -0.5px;
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.module-43 .header-top .ry-flex .each {
		display: flex;
		max-width: max-content;
		align-items: center;
	}

	.module-43 .header-top .ry-flex .each .list-link ul {
		list-style: none;
		display: flex;
		padding-left: 0;
		gap: 35px;
		margin: 0 45px;
		min-width: 342px;
		margin-right: 35px;
	}

	.module-43 .header-top .ry-flex .each .list-link ul li a {
		font-size: 18px;
		text-transform: uppercase;
		letter-spacing: -0.5px;
		color: #fff;
		display: block;
		line-height: 1;
	}

	.module-43 .header-top .ry-flex .each .ry-btn-transparent {
		min-width: 260px;
		display: flex;
		gap: 10px;
		border: 1px solid #fff !important;
		height: 46px !important;
		min-height: unset;
	}

	.module-43 .header-top .ry-flex .each  .button-search {
		display: none;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper input {
		height: 46px;
		background: #fff;
		border: 1px solid #fff;
		font-size: 16px;
		letter-spacing: -0.5px;
		padding: 0 35px;
		display: none;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper input::placeholder {
		font-size: 16px;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .input-group-btn {
		/* position: absolute; */
		/* right: 0; */
		/* top: 0; */
		/* width: 60px; */
		/* height: 100%; */
		width: 30px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper {
		position: relative;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .input-group-btn .btn {
		margin: 0;
		padding: 0;
		position: relative;
		top: unset;
		right: unset;
		left: unset;
	}

	.module-43 .header-bottom {
		padding: 25px 0 10px;
	}

	.module-43 .ry-left img {
		min-width: 480px;
		transition: .5s;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 0;
		transition: .5s;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 18px;
		color: #313458;
		letter-spacing: -0.5px;
	}

	.module-43 .ry-right .ry-btn {
		display: flex;
		gap: 15px;
		padding-left: 40px;
		padding-right: 40px;
		height: 52px;
		min-height: unset;
	}

	.module-hero.custom {
		margin-top: 224px;
	}

	.module-43.fixed {
		background: #fff;
		padding: 0;

		box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.2);

	}

	.module-43.fixed .header-bottom {
		padding-bottom: 20px;
	}

	.module-43.fixed .header-top {
		/* height: 0; */
		/* padding: 0; */
		/* visibility: hidden; */
		position: relative;
		margin-top: -66px;
	}
	.module-43.fixed .ry-right .ry-btn {
		height: 48px;
		font-size: 16px !important;
		padding: 10px 30px;
		gap: 10px;
	}
	.module-43.fixed .ry-left img {
		min-width: 320px;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		padding-top: 15px;
	}



	.module-43.fixed .ry-right .ry-menu .nav-menu li a {
		font-size: 16px;
	}

	.location-window .name {
		display: flex;
		flex-direction: column;
		gap: 10px;
		text-transform: uppercase;
		line-height: 1;
		color: #fff;
		text-align: center;
		font-weight: 400 !important;
		padding-top: 10px;
		padding: 10px 15px 0;
		font-size: var(--lg-small);
			}

	.location-window {
		padding: 0;
		min-width: 290px;
		background: var(--clr-secondary);
			border-radius: 5px;
			box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
			-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
			-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
			overflow: hidden;
			}


	.location-window .name .phone a:before {
		content: "";
	}

	.location-window .name .phone a {
		display: block;
		padding: 10px 15px;
		background: #fff;
		font-weight: bold;
		letter-spacing: -0.5px;
		font-size: 18px;
		outline: unset;
		margin: 0 -15px;
	}
	.group-window .location-window .phone a {
		display: block;
		padding: 5px;
		background: #fff;
		width: 100%;
		text-align: center;
		margin-top: 10px;
		font-size: 18px;
		font-weight: bold;
		letter-spacing: -0.5px;
	}
	.module-map .each .each-details .icon .arrow {
		margin-top: -3px;
		transition: .5s;
	}

	.module-map .each .each-details .each-item.active .icon .arrow {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		margin-top: 7px;
	}

	.module-news .ry-flex .photo .button-wrapper .ry-btn:hover {
		background: #fff !important;
		border-color: #fff !important;
		color: #1d2856 !important;
	}


	/* LOCATIONS TEMPLATE */
	.location-headline {
		margin-top: 149px;
	}
	.location-headline {
		background: #30345a;
	}

	.location-headline .ry-flex .each-title h1 {
		font-family: var(--text-normal);
			}

	.location-headline .ry-flex .each-title a {
		font-family: var(--text-normal);
			color: #fff;
			opacity: .8;
			font-size: 18px;
			font-weight: 400;
			line-height: 1.2;
			}
	.location-section-3.style-1 .ry-text ul li a, 
	.location-section-3.style-1 .ry-text ul li {
		font-size: 18px;
		font-weight: 400;
		color: #333;
	}
	.location-headline .ry-btn.ry-btn-white.btn-transparent {
		border-color: #fff !important;
	}

	.ry-btn.btn-white:not(:hover) {
		background: #fff !important;
	}

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

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

	.location-section-1.style-1 .section-background .photo-left {
		background-image: url(https://static.royacdn.com/Site-528c0b56-cac2-458b-9718-7f8c347beb66/HomeAssets/BG_Values.jpg);
		background-size: cover;
		background-position: bottom;
	}

	.location-section-1.style-1 .location-title h1 {
		color: #333;
		font-family: var(--text-normal);
			letter-spacing: -0.5px;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block a {
		font-size: 18px;
		color: #333;
		font-family: var(--text-normal);
			}

	.location-section-1.style-1 .ry-inner-flex .each-block .icons svg {
		width: 20px;
		height: 20px;
		margin: auto;
		margin-top: 3px;
		fill: #c83700;
	}

	.location-section-1.style-1 .ry-inner-flex {
		margin-bottom: 20px;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block.hours-full ul {
		list-style: none;
		padding-left: 0;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block.hours-full ul p {
		padding: 0;
		font-size: 18px;
		font-family: var(--text-normal) !important;
			color: #333;
			line-height: 1;
			}

	.location-section-1.style-1 .ry-inner-flex .each-block.hours-full ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.location-section-1.style-1 .location-title:after {
		background: #30345a;
	}

	.location-group {
		padding: 0;
	}

	.location-section-1.style-1 .social-block .social-list ul li a {
		width: 40px;
		height: 40px;
		background: #30345a;
	}

	.location-section-3.style-1 .ry-flex {
		padding: 0;
		padding-bottom: 120px;
		padding-top: 60px;
		align-items: center;
	}

	.location-section-3.style-1 .ry-flex .ry-each:nth-child(1) {
		max-width: 620px;
	}

	.location-section-3.style-1 .ry-flex .ry-each:nth-child(2) {
		padding-left: 0;
		padding-right: 200px;
	}

	.location-section-3.style-1 .location-title h2 {
		margin-bottom: 0;
	}

	.location-title h2 {
		font-family: var(--text-normal) !important;
			color: #333 !important;
			}

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

	.location-template-single .module-map {
		padding: 160px 0;
	}

	.location-template-single .module-map .map-ratio {
		padding-bottom: 0;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .form-control {
		background: #fff;
		height: 56px;
		border-radius: 0;
	}

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box h3 {
		font-family: var(--text-normal);
			}

	.location-section-3.style-1 .section-background .photo-left:after {
		background: #30345a;
	}
	.location-section-1.style-1 .section-background .photo-right:after {
		background: #30345a;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block.hours-full ul p {
		display: flex;
	}

	.location-section-1.style-1 .ry-inner-flex .each-block.hours-full ul p span {
		min-width: 130px;
	}

	.location-section-3.style-1 .section-background .photo-right img {
		opacity: 0;
	}
	.location-section-3.style-1 .section-background .photo-right {
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-528c0b56-cac2-458b-9718-7f8c347beb66/HomeAssets/BG_Values.jpg);
		background-position: bottom;
		background-size: cover;
		opacity: 1;
	}

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

	.location-section-review.style-1 .review-bottom .section-background {
		background: #a6825b ;
	}

	.location-headline .each-button .ry-btn.btn-transparent:not(:hover), 
	.location-headline .each-button .ry-btn {
		background: #fff !important;
		border-color: #fff !important;
		color: #333 !important;
	}
	.location-headline .each-button .ry-btn.btn-transparent:hover,
	.location-headline .each-button .ry-btn:hover {
		background: transparent !important;
		color: #fff !important;
		border-color: #fff !important;
	}
	.location-headline .each-button .ry-btn {
		color: #333 !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.location-headline .each-button {
		max-width: max-content;
	}

	.location-headline .ry-flex .photo img {
		position: absolute;
		top: 50%;
		left: 50%;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		object-fit: cover;
		max-width: unset;
		transform: translate(-50%, -50%);
		border-radius: 5px;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn.ry-btn-secondary:not(:hover) {
		background: #39b5ab !important;
	}
	.location-section-review.style-1 .ry-container {
		width: 90%;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content {
		width: 50%;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .button-group .ry-btn-primary:hover svg {
		fill: #333;
	}
	.location-section-review.style-1 .review-bottom .section-background {
		background: #fff;
	}

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

	.location-section-review.style-1 .review-bottom .ry-content > .ry-flex > .ry-each .ry-form-box .form-control {
		border: 1px solid #e8e8e8 !important;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .ry-text p {
		letter-spacing: -0.5px;
		font-weight: 400 !important;
		color: #333;
	}

	.location-section-review.style-1 .review-top .ry-container .ry-content .location-title h2 {
		letter-spacing: -0.5px;
	}

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

	body.default #ry-section-header.module-43 {
		background: #fff;
		position: fixed;
	}

	.location-headline {
		margin-top: 220px;
		background: #30345a;
	}

	.location-section-1.style-1 .location-title h1 {
		letter-spacing: -0.5px;
	}

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

	.location-section-1.style-1 .ry-inner-flex .hour-block ul li {
		display: flex;
	}

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

	.location-section-3.style-1 .location-title h2,
	.location-section-1.style-1 .location-title h1,
	.location-headline .ry-flex .each-title h1 {
		letter-spacing: -1px !important;
	}

	.location-section-3.style-1 .ry-text ul li p {
		letter-spacing: -0.5px;
		font-weight: 400 !important;
		color: #333;
	}

	.location-section-1.style-1 .ry-inner-flex .hour-block ul li {
		color: #333;
		font-weight: 400;
	}

	#ry-pg-banner .ry-bnr-wrp:before,
	#ry-pg-banner .ry-bnr-wrp:after {
		display: none;
	}
	#ry-pg-banner .ry-bnr-wrp {
		height: 230px;
	}
	#ry-pg-banner .ry-bnr-wrp {
		margin-top: 220px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		padding: 0 !important;
		margin: 0 !important;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title, 
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
		font-size: 60px;
		text-align: center;
		letter-spacing: initial;
		color: #fff !important;
		text-transform: initial;
		font-weight: 400;
		letter-spacing: -1px;
	}



	#ry-sidebar .ry-sb-title {
		letter-spacing: initial;
	}

	.map-location-inner .ry-container {
		width: 90% !important;
		max-width: 1600px !important;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex {
		flex-direction: column;
		gap: 100px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex #mapCustom {
		padding-bottom: 56.25%;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each {
		width: 100%;
		max-width: 100%;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details {
		display: flex;
		gap: 30px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .photo {
		position: relative;
		padding-bottom: 56.25%;
		border-top-left-radius: 20px;
		overflow: hidden;
		border-top-right-radius: 20px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .title {
		clear: both;
		padding: 20px 0;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .title p {
		font-size: 24px;
		letter-spacing: -0.5px;
		color: #1c2753;
		text-transform: uppercase;
		font-weight: 600 !important;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text {
		display: flex;
		/* gap: 10px; */
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text .icon {
		width: 30px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text .icon svg {
		width: 20px;
		height: 20px;
		fill: #e44416;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text:not(:last-child) {
		margin-bottom: 20px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text .text {
		text-align: left;
		font-size: 18px;
		color: #333;
		letter-spacing: -0.5px;
		line-height: 1.1;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.phone .text a, 
	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.phone .text {
		font-size: 22px;
		font-weight: 600 !important;
		letter-spacing: -0.5px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.readmore .text {
		font-size: 18px;
		color: #e44416;
		text-transform: uppercase;
		font-weight: 600 !important;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.readmore {
		gap: 5px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .group-text {
		padding: 10px 50px;
		background: #fff;
		padding-bottom: 40px;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li.primary > a:hover {
		color: #39b5ab;
	}

	.module-43 .header-top .ry-flex .each .ry-btn-transparent:hover {
		background: #39b5ab !important;
		border-color: #39b5ab !important;
	}

	.module-43 .header-top .ry-flex .each .list-link ul li a:hover {
		color: #39b5ab;
	}

	.module-cta.custom .ry-container .each .wrapper {
		transition: 0.5s;
	}

	.module-cta.custom .ry-container .each:hover .wrapper {
		transform: scale(0.9);
	}

	.module-services.custom .content ul li a {
		transition: .5s;
	}

	.module-services.custom .content ul li a:hover {
		background: #ffffff69;
		color: #fff;
	}

	.module-footer li a:hover {
		opacity: 1;
	}

	#ry-sidebar .ry-sb-cta .ry-cta-wrp .ry-btn {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}

	.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 {
		font-size: 16px;
		padding: 15px 30px !important;
	}

	.module-1 .ry-box-right h4 {
		margin-bottom: 10px !important;
	}

	.module-1 .ry-box-right .ry-btn {
		margin-top: 20px;
	}

	.module-1:not(:last-child) {
		margin-bottom: 30px !important;
		padding-bottom: 30px !important;
	}

	.module-1 .ry-box-left {
		padding: 0;
		padding-bottom: 20%;

		position: relative;
		height: 0;
	}

	.module-1 .ry-box-left img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		padding: 0 20px 0 0;
	}


	.module-326 {
		background: #fff !important;
	}

	.module-326 .ry-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		justify-content: center;
		margin: auto;
	}

	.team-inner-page.style1 .ry-flex .ry-each .each-container .photo {
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cb3e6c6a-4c69-4cec-b261-1b0e48fdcc06/HomeAssets/background_for_single_page.png);
		border: unset;
	}

	.team-box .each-container .photo {
		background: url(https://s3.amazonaws.com/static.organiclead.com/Site-cb3e6c6a-4c69-4cec-b261-1b0e48fdcc06/HomeAssets/background_for_single_page.png);
		border: unset;
		background-size: cover;
		border-radius: 30px;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details {
		flex-wrap: wrap;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-item {
		width: calc(33.33% - 30px);
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .title p {
		line-height: 1;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .search-drop {
		position: absolute;
		padding: 15px;
		min-width: 300px;
		right: 0;
		z-index: 333;
		background: #fff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.module-43 .header-top .ry-flex .each .button-search {
		display: block;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper input {
		display: block;
		box-shadow: unset;
		border: 1px solid #e8e8e8;
		padding-left: 20px;
		width: 100%;
		max-width: 100%;
		font-size: 16px;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .input-group-btn {
		position: absolute;
		right: 0;
		background: #333 !important;
		right: 0;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .input-group-btn .btn {
		background: #333;
		height: 100%;
		min-width: 40px;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper .search-drop .input-group {
		width: 100%;
	}

	.module-43 .header-top .ry-flex .each .button-search > svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.module-43 .header-top .ry-flex .each .search-wrapper input::placeholder {
		font-size: 16px;
		opacity: .5;
	}

	.provider-locations-section .provider-template .module-main-provider .ry-content .group-provider .title-block {
		font-size: 50px;
		font-weight: 400 !important;
		text-align: center;
	}

	.provider-locations-section {
		padding: 160px 0;
	}

	.basic-photo-grid {
		display: flex;
		gap: 30px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.basic-photo-grid .each {
		width: calc(50% - 30px);
		background: #e2e2e2;
		min-width: 300px;
	}

	.basic-photo-grid .each .ry-text {
		clear: both;
		padding: 30px;
	}

	.basic-photo-grid .each .ry-text p {
		line-height: 1.5;
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 20px;
	}




	.inner-module-blog {
		padding-top: 100px;
	}

	.inner-module-blog .ry-flex {
		margin-top: 60px;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 30px;
	}

	.inner-module-blog .ry-flex .each-item {
		width: calc(33.33% - 20px);
	}

	.inner-module-blog .ry-flex .each-item .photo {
		position: relative;
		padding-bottom: 60%;
	}

	.inner-module-blog .ry-flex .each-item .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.inner-module-blog .ry-flex .each-item .photo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #000000ba, transparent);
		z-index: 1;
	}

	.inner-module-blog .ry-flex .each-item .title {
		position: absolute;
		bottom: 20px;
		width: 100%;
		padding: 0 30px;
		text-align: left;
		font-size: 24px;
		color: #fff;
		z-index: 1;
		line-height: 1.2;
		font-family: 'gotham' !important;
		letter-spacing: -0.5px;
		font-weight: 300 !important;
	}

	.inner-module-blog  .pagination {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 60px;
	}

	.inner-module-blog .pagination li, .inner-module-blog .pagination li a {
		border: unset;
		/* min-width: 30px; */
	}

	.inner-module-video-custom .ry-flex {
		margin-top: 60px;
		flex-wrap: wrap;
		gap: 30px 20px;
	}

	.inner-module-video-custom .ry-flex .each {
		width: calc(33.33% - 20px);
	}

	.inner-module-video-custom {
		padding-bottom: 160px;
	}

	.inner-module-video-custom .ry-flex .each .photo {
		position: relative;
		padding-bottom: 56.25%;
	}

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

	.inner-module-video-custom .ry-flex .each .button-center {
		position: absolute;
		bottom: 20px;
		left: 20px;
		width: 60px;
		height: 60px;
		background: #39b5ab;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.inner-module-video-custom .ry-flex .each .button-center svg {
		width: 40px;
		height: 40px;
		fill: #ffffff;
	}

	.fancybox-active .module-43.fixed {
		z-index: 9 !important;
	}


	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap {
		width: 100%;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrap .icon {
		min-width: 42px;
	}

	.ry-menu .ry-nav li.dropdown .dropdown-menu.hover li {
		transition: unset !important;
	}

	.ref-buttons .each .text-group span {
		color: #333;
	}

	.ref-buttons .each .text-group {
		color: #333;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .map-ratio {
		display: none;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group {
		background: #fff;
	}

	.contact-template.style-3 .inner-flex .ry-each .inner-group .text-wrapper {
		background: #fff;
	}

	.static-banner #ry-pg-banner .ry-bnr-wrp {
		height: 560px;
		background-position: center;
	}

	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		top: unset;
		transform: unset;
		bottom: 30px;
	}

	.provider-template .module-main-provider .ry-content .group-provider > .ry-flex:not(:last-child) {
		margin-bottom: 30px;
	}

	body.default #ry-pg-body ul li, 
	body.default #ry-pg-body ol li {
		font-size: 18px;
		color: #333;
	}


	.inner-module-blog .filter-block {
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.inner-module-blog .filter-block button {
		min-width: 100px;
		padding: 10px 15px;
		font-size: 16px;
		letter-spacing: -0.5px;
		text-transform: uppercase;
		font-weight: 560;
		border: 1px solid #39b5ab;
		border-radius: 30px;
		background: transparent;
		color: #39b5ab;
		min-height: 42px;
		transition: .5s;
	}

	.inner-module-blog .filter-block button:hover,
		.inner-module-blog .filter-block button.active {
			background: #39b5ab;
			color: #fff;
		}

	.inner-module-blog .filter-block .button-group {
		display: flex;
		gap: 5px;
	}

	.inner-module-blog .filter-block .search-field input {
		border: unset;
		background: transparent;
		min-height: 52px;
		font-size: 16px;
		min-width: 230px;
		letter-spacing: -0.5px;
		padding-left: 60px;
		padding-right: 30px;
	}

	.inner-module-blog .filter-block .search-field {
		display: flex;
		gap: 10px;
		align-items: center;
		padding: 0 10px;
		border: 1px solid #e8e8e8;
		border-radius: 30px;
		position: relative;
		overflow: hidden;
		padding: 0;
	}

	.inner-module-blog .filter-block .search-field:before {
		content: "";
		position: absolute;
		left: 0;
		width: 50px;
		height: 100%;
		background: #1d2856;
	}

	.inner-module-blog .filter-block .search-field svg {
		position: absolute;
		left: 20px;
		fill: #fff;
	}
	.inner-module-blog .pagination {
		clear: both;
		margin: 0;
		padding-top: 60px;
		/* margin-bottom: 0; */
		display: flex;
		justify-content: center;
		gap: 2px;
	}

	.inner-module-blog .pagination button {
		background: transparent;
		width: 30px;
		height: 40px;
		border: 1px solid #30345a;
		color: #30345a;
		border-radius: 4px;
		font-weight: 400;
		transition: .5s;
	}

	.inner-module-blog .pagination button:hover, 
		.inner-module-blog .pagination button.active {
			background: #30345a;
			color: #fff;
		}

	#ry-pg-banner .ry-bnr-wrp.md-banner {
		height: 320px;
	}

	#ry-pg-banner .ry-bnr-wrp.md-banner h1.ry-responsive-title {
		font-size: 48px;
		line-height: 1.1;
	}


	.inner-section-grid.services-version .each-text {
		display: none;
	}

	.inner-section-grid.services-version .each-photo {
		padding: 0 !important;
	}

	.inner-section-grid.services-version .each-photo {
		width: 100%;
	}

	.inner-section-grid.services-version .each-photo .photo {
		position: relative;
		padding-bottom: 75%;
	}

	.inner-section-grid.services-version .each-photo .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.inner-section-grid.services-version .ry-container {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	.inner-section-grid.services-version .ry-container .ry-flex {
		width: calc(33.33% - 20px);
		margin: 0 !important; 
	}

	.inner-section-grid.services-version .each-photo .inner-headline {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 0 30px 20px;
		z-index: 2;
	}

	.inner-section-grid.services-version .each-photo .inner-headline h2 {
		text-align: center;
	}

	.inner-section-grid.services-version .each-photo .photo:before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #000, transparent, transparent);
		z-index: 1;
	}

	.inner-section-grid.services-version .each-photo .inner-headline h2 {
		color: #c83700 !important;
	}

	.inner-section-grid.services-version .inner-headline h2 .span-1 {
		color: #fff !important;
	}

	.inner-section-grid.services-version .each:hover .photo img {
		transform: scale(1.3);
	}

	.inner-section-grid.services-version .each-photo .photo img {
		transition: .5s;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.readmore:hover .text {
		color: #30345a;
	}

	.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.readmore:hover svg {
		fill: #30345a;
	}
	@media (max-width: 1440px) {
		.provider-locations-section .provider-template .module-main-provider .ry-content .group-provider .title-block {
			font-size: calc(30px + 20 * ((100vw - 500px) / 940));
		}
	}
	@media (max-width: 1440px) {
		.provider-locations-section {
			padding: 100px 0;
		}
	}
	@media (max-width: 500px) {
		.provider-locations-section {
			padding: 60px 0;
		}
		.provider-locations-section .provider-template .module-main-provider .ry-content .group-provider .title-block {
			font-size: 30px;
		}
	}
	@media (max-width: 1080px) {
		.static-banner #ry-pg-banner .ry-bnr-wrp {
			height: 360px;
			background-position: center;
		}
		.module-footer .each .each-details {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .each .each-details .text {
			text-align: center;
		}
		.location-section-1.style-1 .section-background .photo-right {
			height: 0;
			padding-bottom: 75%;
		}

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

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

		.location-section-1.style-1 {
			display: flex;
			flex-direction: column-reverse;
			padding-bottom: 0;
			padding-top: 100px;
		}

		.location-group {
			background: transparent;
		}

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

		.location-section-3.style-1 .ry-flex .ry-each:nth-child(2) {
			padding: 0;
			max-width: 580px;
		}

		.location-section-review.style-1 .review-top .ry-container .ry-content {
			width: 100%;
		}

		.location-section-3.style-1 .ry-flex {
			flex-direction: column-reverse;
			padding-bottom: 0;
			gap: 60px;
			padding-top: 0;
		}

		.location-section-3.style-1 .section-background {
			/* position: relative; */
			flex-direction: column-reverse;
		}

		.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-bottom .ry-content > .ry-flex > .ry-each:nth-child(1) {
			max-width: 620px;
		}

		.location-section-review.style-1 .review-bottom .ry-content > .ry-flex {
			align-items: center;
			justify-content: center;
		}

		.location-template-single .module-map {
			padding: 100px 0;
		}

		.location-headline {
			margin-top: 99px;
		}

		body.location-template-single {
			padding-top: 0;
		}
		.location-headline .ry-flex {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 30px;
		}

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

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

		.location-headline .ry-flex .each-title h1, 
		.location-headline .ry-flex .each-title a {
			text-align: center;
			display: block;
		}

		.inner-module-blog .ry-flex {
			gap: 30px 20px;
		}

		.inner-module-blog .ry-flex .each-item,
		.inner-module-video-custom .ry-flex .each {
			width: calc(50% - 10px);
		}

		.inner-module-blog .filter-block button {
			min-width: unset;
			font-size: 14px;
			font-weight: 600;
		}

		.inner-module-blog .filter-block .search-field input {
			min-width: unset;
			width: 250px;
			font-size: 14px;
			min-height: 46px;
		}

	}
	@media (max-width: 768px) {
		.location-headline .each-button .ry-btn {
			padding-left: 20px !important;
			padding-right: 20px !important;
		}
		.inner-module-blog .filter-block button {
			padding: 7.5px 10px;
			min-height: 38px;
			font-size: 12px;
			min-width: 60px;
		}
	}
	@media (max-width: 620px) {
		.inner-module-blog .filter-block .search-field input {
			width: 100%;
			max-width: unset;
		}
		
		.inner-module-blog .ry-flex {
			margin-top: 0;
		}

		.inner-module-blog {
			padding-top: 60px;
		}
	}
	@media (max-width: 1680px) and (min-width: 1481px) {
		.module-43 .ry-left img {
			min-width: 380px;
		}

		.module-43 .ry-right {
			padding-left: 30px;
		}
	}


	@media (max-width: 1480px) {

		.module-footer .each .each-details .text span {
			font-size: 14px;
		}

		.module-footer .each .each-details .text {
			font-size: 20px;
		}
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title, 
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 46px;
			line-height: 1;
		}
		.module-43 .ry-left {
			position: absolute;
			top: -10px;
			z-index: 9;
		}

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

		.module-43 .ry-right {
			max-width: 100%;
			width: 100%;
		}

		.module-43 .ry-right .ry-menu .nav-menu {
			max-width: 100%;
		}

		.module-hero.custom .hero-text h1 {
			font-size: 72px;
		}

		.module-cta.custom .ry-container .each {
			width: calc(33.33% - 10px);
		}

		.module-cta.custom .ry-container .each .wrapper .title p {
			font-size: 22px;
			line-height: 1;
		}

		.module-cta.custom .ry-container .each .wrapper {
			gap: 20px;
		}

		.module-cta.custom .ry-container .each .wrapper .icon {
			width: 80px;
			height: 80px;
			min-width: 80px;
		}

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

		.module-services.custom .content {
			width: calc(50% - 60px);
		}

		.module-services.custom .content ul li a {
			font-size: 20px;
			padding: 25px 20px;
		}

		.module-services.custom .content ul li a:before {
			right: 20px;
			width: 20px;
			height: 20px;
		}

		.module-map .each .ry-headline h4 {
			font-size: 32px;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-text p {
			font-size: 18px;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-name h5 {
			font-size: 18px;
		}

		.module-news .ry-flex .title {
			font-size: 20px;
			line-height: 1.2;
		}

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

		.module-footer .footer-top .each:nth-child(1) {
			padding: 0;
			width: 40%;
			max-width: 420px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details {
			gap: 20px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .group-text {
			padding-left: 30px;
			padding-right: 30px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text:not(:last-child) {
			margin-bottom: 10px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text .text,
		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.readmore .text {
			font-size: 16px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.phone .text a, 
		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-text.phone .text {
			font-size: 18px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .title {
			padding: 10px  0;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .title p {
			font-size: 22px;
		}



		.module-43 .header-top .ry-flex .each .list-link ul {
			min-width: 310px;
			margin: 0 20px;
		}

		.module-43 .header-top .ry-flex .each .ry-btn-transparent {
			min-width: 220px;
			height: 44px !important;
		}

		.btn, .ry-btn, .ry-btn-primary {
			font-size: 16px !important;
			padding: 10px 25px !important;
		}

		.module-43 .header-top .phone a,
		.module-43 .header-top .ry-flex .each .list-link ul li a,
		.module-43 .ry-right .ry-menu .nav-menu li a,
		.ry-text p, 
		body.default p,
		.module-footer li a,
		body.default #ry-pg-body ul li, 
		body.default #ry-pg-body ol li {
			font-size: 16px;
		}

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

		.module-43 .ry-right .ry-btn {
			height: 48px;
			padding-left: 30px;
			padding-right: 30px;
		}

		.module-footer .title {
			font-size: 20px;
		}

		.module-footer .footer-top .each:nth-child(1) {
			max-width: 360px;
		}

		.module-43 .ry-right .ry-menu .nav-menu li {
			padding: 15px 0;
		}

		#ry-pg-banner .ry-bnr-wrp,
		.module-hero.custom {
			margin-top: 205px;
		}

		.module-footer .footer-bottom * {
			font-size: 14px;
		}

		.ref-buttons .each .text-group {
			font-size: 16px;
		}

		.ref-buttons .each .text-group span {
			font-size: 22px;
		}

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

		.ry-btn {
			min-height: 48px;
			min-width: 200px;
		}

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

		.module-cta.custom .ry-container .each .wrapper .title p {
			font-size: 20px;
		}

		.module-hero.custom .hero-text h1 {
			font-size: 62px;
		}

		.module-services.custom .content ul li a {
			font-size: 18px;
		}

		.module-map .each .each-details .bottom-block .details p {
			font-size: 16px;
		}

		.module-map .each .each-details .bottom-block .phone .text {
			font-size: 16px;
		}

		.module-map .each .each-details .title {
			font-size: 18px;
		}

		.module-map .each .ry-headline h4 {
			font-size: 28px;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-text p {
			font-size: 16px;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-name h5 {
			font-size: 16px;
		}

		.module-news .ry-flex .title {
			font-size: 18px;
		}
	}

	@media (max-width: 1080px) {

		.location-headline {
			margin-top: 160px;
		}
		.inner-module-blog .ry-flex .each-item .title {
			font-size: 18px;
		}
		#menu_container {
			padding-left: 30px;
		}

		.mm-panel {
			padding-left: 30px;
		}

		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 160px;
		}

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

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

		.module-footer .footer-bottom .each-right ul {
			padding: 0;
		}

		.module-footer .footer-bottom .each-right ul a {
			display: flex;
			flex-direction: column;
		}

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

		.module-footer .footer-top .each {
			width: 100%;
			max-width: 100%;
		}

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

		.module-footer .footer-top li a {

		}

		.module-footer .footer-top .list-block ul li {
			display: flex;
			justify-content: center;
			align-items: center;
			max-width: 100%;
		}

		.module-footer  .each-list-locations {
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.module-footer .each .custom-social-wrapper .social-inner-wrap {
			justify-content: center;
		}

		.module-news {
			padding: 100px 0;
		}

		.module-news .ry-headline h2 .span-1 {
			margin-bottom: 10px;
		}

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

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

		.module-news .ry-flex {
			margin-top: 40px;
		}

		#ry-section-header {
			display: none;
		}

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

		.mobile-container {
			background: #fff;
		}

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

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

		.mobile-container .mobile-nav button .hamburger-inner, .mobile-container .mobile-nav button .hamburger-inner:before, .mobile-container .mobile-nav button .hamburger-inner:after {
			background: #30345a;
		}

		.module-hero.custom {
			margin-top: 160px;
		}

		.module-hero.custom .hero-text h1 {
			font-size: 58px;
		}

		.module-hero.custom .hero-text {
			bottom: 30px;
		}

		.module-hero.custom .poster {
			padding-bottom: calc(100% - 120px);
		}

		.module-cta.custom .ry-container .each .wrapper {
			padding: 20px 30px;
			border-radius: 50px;
			gap: 10px;
		}

		.module-cta.custom .ry-container .each {
			border-radius: 60px;
		}

		.module-cta.custom .ry-container .each .wrapper .icon {
			width: 60px;
			min-width: 60px;
			height: 60px;
		}

		.module-cta.custom .ry-container .each .wrapper .icon img {
			width: 30px;
		}

		.module-cta.custom .ry-container .each .wrapper .title p {
			font-size: 18px;
		}

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

		.module-services.custom .content ul li a {
			font-size: 18px;
			padding: 20px 10px;
		}

		.module-map .each .each-details {
			padding: 10px 40px;
		}

		.module-map .each .ry-headline {
			padding: 25px 40px;
		}

		.module-review.custom .ry-container .ry-flex {
			gap: 40px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-item {
			width: calc(50% - 10px);
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details {
			flex-wrap: wrap;
			justify-content: center;
		}

		.mobile-container .flex-wrap .flex-item.left-nav {
			width: 100%;
			max-width: unset;
			display: flex;
			justify-content: space-between;
			padding: 0 20px;
			flex-direction: row-reverse;
		}

		.mobile-container .flex-wrap {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.mobile-container {
			padding-bottom: 0;
		}

		.mobile-container .flex-wrap .flex-item {
			width: 100%;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper {
			display: flex;
			flex-direction: column;
			margin-top: 20px;
			background: #242746;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a {
			padding: 7.5px;
			display: flex;
			align-items: center;
			gap: 10px;
			justify-content: center;
			background: #242746;
			border: unset;
			box-shadow: unset;
			text-decoration: unset !important;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a svg {
			width: 15px;
			height: 15px;
			fill: #fff;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a span {
			font-size: 16px;
			color: #fff;
			text-transform: uppercase;
			letter-spacing: -0.5px;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a:nth-child(1) {
			background: #39b5ab;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a:not(:last-child) {
			border-bottom: 1px solid #ffffff1c;
		}

		.mobile-container .flex-wrap .flex-item .stack-wrapper a:hover {
			background: #c83700;
		}

		#ry-pg-banner .ry-bnr-wrp.md-banner {
			height: 280px;
		}

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

		.inner-section-grid.services-version .ry-container .ry-flex {
			width: calc(50% - 15px);
		}
	}
	@media (max-width: 991px) {
		.inner-module-blog .filter-block {
			flex-direction: column-reverse;
			gap: 30px;
		}
	}
	@media (max-width: 768px) {

		.inner-module-blog .filter-block button {
			min-width: 70px;
			font-size: 14px;
		}
		.module-1 .ry-box-left {
			padding-bottom: 30%;
		}
		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details {
			gap: 20px 10px;
		}

		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-item {
			width: calc(50% - 5px);
		}
		.module-hero.custom .hero-text h1 {
			font-size: 52px;
		}

		.module-cta.custom .ry-container .each {
			width: calc(50% - 30px);
		}

		.module-cta.custom .ry-container .ry-flex {
			flex-wrap: wrap;
			justify-content: center;
			gap: 10px;
		}

		.module-cta.custom {
			padding: 60px 0;
		}

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

		.module-services.custom {
			display: flex;
			flex-direction: column;
		}

		.module-services.custom .photo-left {
			position: relative;
			width: 100%;
			padding-bottom: 75%;
		}

		.module-services.custom .content {
			width: 100%;
			margin: auto;
			padding: 60px 0;
		}

		.module-map {
			padding: 0;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.module-map .map-wrapper {
			position: relative;
			padding-bottom: 75%;
			margin-top: -5px;
			margin-bottom: 60px;
		}

		.module-map .ry-container {
			display: flex;
			justify-content: center;
		}

		.module-map .ry-container .content {
			padding-bottom: 60px;
		}

		.module-review.custom .ry-container .ry-flex {
			gap: 30px;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

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

		.module-review.custom .ry-container {
			width: 90%;
		}

		.module-review.custom .ry-container .ry-flex .each.each-left {
		}

		.module-review.custom .ry-container .ry-flex .each.each-left .ry-headline h2 {
			text-align: center;
			margin-bottom: 20px !important;
		}

		.module-review.custom .ry-container .ry-flex .each.each-left .ry-btn {
			margin-right: auto;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-text p {
			text-align: center !important;
		}

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

		.ry-name {}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-name {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 10px;
		}

		.module-review.custom .testimonials-wrapper .carousel-indicators {
			right: unset;
			left: 0 !important;
			bottom: -30px !important;
			transform: unset;
			width: 100%;
			max-width: 100% !important;
			justify-content: center;
			align-items: center;
			margin: 0;
		}

		.module-news .ry-flex {
			display: initial;
			gap: unset;
		}

		.module-news .slick-list {
			margin: 0 -5px;
		}
		.module-news .slick-list .slick-slide {
			margin: 0 5px;
		}

		.module-news .ry-flex .title {
			font-size: 18px;
		}
		.inner-section-grid.services-version .ry-container {
			gap: 20px 10px;
		}

		.inner-section-grid.services-version .ry-container .ry-flex {
			width: calc(50% - 5px);
		}

		.inner-section-grid.services-version .each-photo .inner-headline h2 {
			font-size: 22px !important;
		}

		.inner-services-custom .inner-headline h2 .span-1 {
			font-size: 18px;
		}
		
	}

	@media (max-width: 620px) {
		.location-headline {
			margin-top: 145px;
		}
		.inner-module-blog .filter-block .button-group {
			display: none;
		}

		.inner-module-blog .filter-block {
			justify-content: flex-start;
		}
		.map-location-inner .ry-container .locations-inner .ry-flex .each .each-details .each-item {
			width: 100%;
		}
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			margin: 0 !important;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a:not(:last-child) {
			margin-right: 5px !important;
		}

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

		.module-hero.custom {
			margin-top: 160px;
		}

		.module-hero.custom .poster {
			padding-bottom: 100%;
		}

		.module-hero.custom .hero-text {
			bottom: 0;
			position: relative;
			padding: 60px 0;
			background: #30345a;
		}

		.module-hero.custom .hero-text h1 {
			font-size: 42px;
		}

		.module-cta.custom .ry-container .each .wrapper {
			flex-direction: column;
			border-radius: 20px;
			padding: 20px;
		}

		.module-cta.custom .ry-container .each {
			width: calc(50% - 10px);
			border-radius: 30px;
		}

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

		.module-welcome.custom .ry-container .ry-headline h2 .span-1 {
			margin-bottom: 10px;
		}

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

		.ry-text p {
			font-size: 16px;
		}

		.module-welcome.custom .ry-container .ry-text p {
			margin-bottom: 30px;
		}

		.module-services.custom .content ul li a {
			font-size: 16px;
		}

		.module-map .map-wrapper {
			padding-bottom: 100%;
		}

		.module-map .each .each-details .bottom-block .details p {
			font-size: 16px;
			text-align: left;
		}

		.module-map .each .each-details .bottom-block .phone .text a, 
		.module-map .each .each-details .bottom-block .phone .text {
			font-size: 16px;
		}

		.module-map .each .each-details .title {
			font-size: 18px;
			padding: 20px 25px;
		}

		.module-map .each .ry-headline h4 {
			font-size: 26px;
		}

		.module-review.custom .ry-container .ry-flex .each.each-right .ry-text p {
			font-size: 16px;
		}
		#ry-pg-banner .ry-bnr-wrp {
			margin-top: 146px;
		}

		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 42px;
		}
		.inner-module-blog .ry-flex,
		.inner-module-video-custom .ry-flex {
			gap: 10px;
		}
		.inner-module-blog .ry-flex .each-item,
		.inner-module-video-custom .ry-flex .each {
			width: 100%;
		}

		#ry-pg-banner .ry-bnr-wrp.md-banner h1.ry-responsive-title {
			font-size: 28px;
			line-height: 1.2;
		}
		
		.inner-section-grid.services-version .ry-container .ry-flex {
			width: 100%;
		}

		.module-hero.custom .poster .video-wrapper::before {
			opacity: 0;
		}
		
		.location-headline .each-button .ry-btn {
			max-width: unset;
		}

		.inner-background-section .ry-container .ry-flex .group-accord .ry-heading {
			padding-right: 40px !important;
		}
		
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 36px;
		}
	}

	@media (max-width: 420px) {
		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			min-width: 35px;
			width: 35px;
			height: 35px;
		}

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

		.mobile-container {
			padding: 20px 0 0;
		}
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title,
		#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
			font-size: 32px;
		}
		
	}
	@media (min-width: 2100px) {
		.module-services.custom .content {
			padding: 200px 0;
		}
	}
	/** PLACE YOUR MOBILE 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 **/

	}