:root {
	--text-normal: "Inter" !important;
		--text-title: "Kalnia" !important;
		--clr-primary: #023398;
		--clr-secondary: #000000;
		--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;
	}

	.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;
		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 .item .text-center {
		position: relative;
		padding-bottom: 95vh;
	}

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

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

	.hero-text {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}

	.hero-text h1 {
		font-size: 92px;
		font-family: "Tenor Sans" !important;
		text-transform: uppercase;
		color: var(--clr-secondary);
			line-height: 1.1;
			font-weight: 400 !important;
			letter-spacing: -2px;
			/* display: flex; */
			position: relative;
			}

	.ry-headline h2,
	body.default #ry-pg-body .ry-headline h2 {
		font-size: 65px;
		font-family: 'Tenor Sans' !important;
		line-height: 1;
		color: var(--clr-secondary);
			text-transform: uppercase;
			font-weight: 400 !important;
			letter-spacing: -2px;
			}

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


	.hero-text {
		top: unset;
		transform: unset;
		bottom: 70px;
	}

	.hero-text h1 {
		font-size: 106px;
		color: #fff;
		font-weight: 400 !important;
		line-height: 1;
	}

	.hero-text h1 span {
		display: block;
		font-size: 24px;
		font-family: 'Inter';
		font-weight: bold;
		letter-spacing: 12px;
		margin-top: 25px;
	}

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

	.ry-btn {
		border-radius: 10px;
		/*font-weight: bold;*/
	}

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

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

	.ry-headline h2 .span-1,
	body.default #ry-pg-body .ry-headline h2 .span-1 {
		font-size: 18px;
		font-weight: bold;
		letter-spacing: 1px;
		color: var(--clr-secondary);
			font-family: 'Inter' !important;
			}

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

	.module-welcome.custom .ry-container .each-text {
		max-width: 370px;
		width: 30%;
	}

	.module-welcome.custom .ry-container .each-image {
		width: 70%;
		max-width: 830px;
	}

	.module-welcome.custom .ry-container .each-text .ry-btn {
		width: 100%;
		max-width: 100%;
		display: flex;
		justify-content: flex-start;
	}

	.module-welcome.custom .ry-container .each-text .ry-btn span {
		margin-right: auto;
		margin-left: 20px;
	}

	.module-welcome.custom .ry-container .each-text .ry-btn svg {
		width: 20px;
		height: 20px;
	}

	.module-welcome.custom .ry-container .each-text .button-wrapper {
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-top: 35px;
	}

	.module-welcome.custom .ry-container .each-text .ry-text {
		margin-top: 20px;
	}

	.module-welcome.custom .ry-container .each-text .ry-headline h2 {
		color: var(--clr-primary);
			margin-left: -10px;
			}

	.module-welcome.custom .ry-container .each-text .ry-headline h2 span {
		margin-left: 10px;
		margin-top: 10px;
	}

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

	.module-services.custom {
		padding: 180px 0 210px;
	}

	.module-services.custom .ry-headline h2 {
		color: var(--clr-primary);
			}

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

	.module-services.custom .ry-flex {
		margin-top: 80px;
		margin-bottom: 80px;
		gap: 30px;
	}

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

	.module-services.custom .ry-flex .left-block {
		width: 35%;
		max-width: 380px;
	}

	.module-services.custom .ry-flex .right-block {
		width: 70%;
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}

	.module-services.custom .ry-flex .right-block .each .photo {
		position: relative;
		padding-bottom: 380px;
		border-radius: 25px;
		overflow: hidden;
	}

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

	.module-services.custom .ry-flex .right-block .each {
		width: calc(50% - 15px);
	}

	.module-services.custom .ry-flex .each .title {
		font-size: 28px;
		font-weight: 600 !important;
		letter-spacing: -0.3px;
		color: #fff;
		position: absolute;
		bottom: 0;
		padding: 20px 30px 30px 40px;
		line-height: 1.1;
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.module-services.custom .ry-flex .each .title:after {
		display: inline-block;
		content: "";
		width: 53px;
		height: 53px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23fff'%3E%3Cpath d='M704-240 320-624v344h-80v-480h480v80H376l384 384-56 56Z'/%3E%3C/svg%3E");
		background-color: #023398;
		border-radius: 50%;
		background-position: center;
		transform: rotate(93deg);
		background-size: 23px;
		background-repeat: no-repeat;
		/* position: absolute; */
		min-width: 53px;
		min-height: 53px;
	}

	.module-services.custom .ry-flex .right-block .each:nth-child(3) {
		width: 100%;
	}

	.module-services.custom .ry-flex .right-block .each:nth-child(3) .photo {
		padding-bottom: 380px;
	}

	.module-services.custom .ry-flex .left-block .photo {
		border-radius: 25px;
		overflow: hidden;
	}

	.module-services.custom:before {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6cbb7ee2-1d01-44b7-be51-301ca92c077c/HomeAssets/services_bg.png);
		background-size: cover;
		top: 0;
	}

	.module-featured-service {
		padding: 160px 0 240px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-6cbb7ee2-1d01-44b7-be51-301ca92c077c/HomeAssets/myopia_bg.png);
		background-size: cover;
	}

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

	.module-featured-service .ry-container {}

	.module-featured-service .ry-container .each-text {
		max-width: 480px;
	}

	.module-featured-service .ry-container .each-text .ry-headline h2 {
		color: #fff;
	}

	.module-featured-service .ry-container .each-text .ry-headline h2 .span-1 {
		margin-bottom: 10px;
		color: #76a3ff;
	}

	.module-featured-service .ry-container .each-text .ry-text p {
		color: #fff;
	}

	.module-featured-service .ry-container .each-text .ry-text {
		margin-top: 40px;
		margin-bottom: 35px;
	}

	.module-featured-service .ry-container .each-image {
		margin-bottom: -240px;
		margin-top: -100px;
	}

	.module-featured-service .ry-container .each-image img {
		min-width: 136%;
	}

	.ry-btn.white-version:not(:hover) {
		background: #fff !important;
		color: var(--clr-primary) !important;
			}

	.module-review.custom {
		padding: 160px 0 180px;
	}

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

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

	.module-review.custom .ry-container .each.each-left {
		padding-right: 80px;
	}

	.module-review.custom .ry-container .each .ry-headline h2 {
		text-align: left !important;
		color: var(--clr-primary);
			}

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

	.module-review.custom .ry-container .each .icon-text {
		margin-top: 15px;
		display: flex;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: max-content;
		padding: 10px 20px;
		background: #e8e8e8;
		border-radius: 30px;
		font-size: 15px;
		font-weight: 700 !important;
		color: #1f1f1f;
		text-transform: uppercase;
		/* letter-spacing: 1px; */
		margin-bottom: 50px;
	}

	.module-review.custom .ry-container .each .comment .ry-text {
		padding: 70px 55px;
		background: #f3f8ff;
		border-radius: 30px;
		margin-bottom: 55px;
	}

	.module-review.custom .ry-container .each .comment .ry-text p {
		text-align: left !important;
	}

	.module-review.custom .ry-container .each .comment .ry-name {
		display: flex;
		gap: 2;
	}

	.module-review.custom .ry-container .each .comment .ry-name .review-photo {
		height: 80px;
		width: 80px;
		padding: 10px;
		background: #fff;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		/* box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3); */
		-moz-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.3);
		/* overflow: hidden; */
	}

	.module-review.custom .ry-container .each .comment .ry-name .review-photo.initial {
		background: #333;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 40px;
	}

	.module-review.custom .ry-container .each .comment .ry-name .details {
		display: flex;
		flex-direction: column-reverse;
		margin-left: 20px;
		justify-content: center;
	}

	.module-review.custom .ry-container .each .comment .ry-name .details h5 {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold;
		color: #000;
		margin-bottom: 10px;
		line-height: 1;
	}

	.module-review.custom .ry-container .each .comment .ry-name .details .star-wrapper {
		display: flex;
		gap: 4px;
	}

	.module-review.custom .ry-container .each .comment .ry-name .details .star-wrapper svg {
		width: 22px;
		height: 22px;
		fill: #e5b353;
	}

	.testimonials-wrapper .carousel-indicators {
		bottom: 37px !important;
		padding: 0 !important;
		display: flex !important;
		justify-content: flex-end;
		gap: 7px;
	}

	.testimonials-wrapper .carousel-indicators li {
		margin: 0 !important;
		background: #ccd6ea;
		border: unset !important;
	}

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

	.locations-v2 {
		padding: 120px 0 150px;
	}

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

	.locations-v2 .ry-container {
		display: flex;
	}

	.locations-v2 .ry-container .ry-content {
		max-width: 500px;
		margin-left: auto;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
		padding: 10px;
		background: #fff;
		border-radius: 30px;
	}

	.locations-v2 .ry-container .ry-content .ry-headline {
		padding: 35px;
		background: var(--clr-primary);
			border-top-left-radius: 20px;
			border-top-right-radius: 20px;
			}

	.locations-v2 .ry-container .ry-content .ry-headline h4 {
		font-size: 30px;
		line-height: 1;
		font-family: "Kalnia" !important;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: -0.5px;
	}

	.locations-v2 .ry-container .ry-content .each-item {
		padding: 25px 35px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline .title {
		font-size: 18px;
		text-transform: uppercase;
		font-weight: bold !important;
		color: var(--clr-primary);
			line-height: 1;
			}

	.locations-v2 .ry-container .ry-content .each-item .headline svg {
		fill: var(--clr-primary);
			width: 20px;
			height: 20px;
			}

	.locations-v2 .ry-container .ry-content .each-item .headline {
		padding-bottom: 14px;
	}

	.locations-v2 .ry-container .ry-content .each-item.active {
		background: #f6f6f6;
	}

	.locations-v2 .ry-container .ry-content .each-item .content, .locations-v2 .ry-container .ry-content .each-item .content .each-item {
		padding: 0;
	}
	.locations-v2 .ry-container .ry-content .each-item .each-details[data-hidden=""] {
		display: none;
	}
	.locations-v2 .ry-container .ry-content .each-item .each-details.address {
		padding-left: 35px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a {
		font-size: 18px;
		line-height: 1.3;
		display: block;
		color: #000000;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a.directions {
		display: none;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details {
		display: flex;
		gap: 15px;
		align-items: center;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details .icon {
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details .icon svg {
		width: 20px;
		height: 20px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details:not(:last-child) {
		margin-bottom: 20px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details a, .locations-v2 .ry-container .ry-content .each-item .each-details * {
		font-size: 18px;
		color: #000;
		line-height: 1.3;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours {
		padding: 30px;
		margin-top: 30px;
		padding-bottom: 5px;
		border-top: 1px solid #dddddd;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul {
		list-style: none;
		padding: 0;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li {
		display: flex;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1 {
		min-width: 170px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1, .locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li {
		line-height: 1;
		/* color: #000; */
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	.locations-v2 .ry-container .ry-content .each-item .each-details.phones a span {
		font-weight: bold;
	}

	.locations-v2 .ry-container .ry-content .each-item .headline:after {
		content: "";
		display: inline-block;
		position: absolute;

		display: inline-block;
		border-right: 2px solid #023398; 
		border-bottom: 2px solid #023398;
		width: 10px;                 
		height: 10px;
		transform: rotate(-45deg);    
		transform: rotate(45deg);
		right: 0;
		top: 2px;
		transition: .2s;
	}
	.locations-v2 .ry-container .ry-content {
		float: right;
		margin: 0;
		position: relative;
		z-index: 3;
	}

	.locations-v2 .ry-container {
		justify-content: flex-end;
	}

	.locations-v2 .map-ratio #mapCustom, 
	.locations-v2 .map-ratio,
	.locations-v2 .map-wrapper {
		z-index: 2;
	}

	.locations-v2 .ry-container .ry-content .each-item.active .headline:after {
		transform: rotate(-135deg);
	}

	.module-brand-custom {
		padding: 50px 0;
	}

	.footer-bottom {
		padding: 40px 0;
		background: #333333;
	}

	.footer-bottom * {
		font-size: 16px !important;
		color: #fff  !important;
		font-family: 'Inter' !important;
		font-weight: 400 !important;
		line-height: 1.1 !important;
	}

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

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

	.footer-bottom .ry-container .ry-right .powered {
		display: flex;
		gap: 10px;
	}

	.footer-bottom .ry-container .ry-right .powered img {
		width: 110px;
	}

	.module-brand-custom .photo img {
		max-width: 200px;
		height: 50px;
		object-fit: contain;
		margin: auto;
	}

	.module-brand-custom .basic-brand-carousel {
		max-width: 1400px;
		padding: 0 60px;
	}

	.module-brand-custom .content {
		display: flex;
		justify-content: center;
	}

	.module-brand-custom .basic-brand-carousel .slide-arrow {
		position: absolute;
		left: 0;
		width: 30px;
		height: 30px;
		display: inline-block;
		border-right: 2px solid #a0a0a0; 
		border-bottom: 2px solid #a0a0a0;
		width: 15px;                   
		height: 15px;
		transform: rotate(-45deg);
		filter: unset;
		background: transparent !important;
	}

	.module-brand-custom .basic-brand-carousel .slide-arrow.prev-arrow {
		transform: rotate(135deg);
	}

	.module-brand-custom .slick-list {
		margin: 0 -20px;
	}

	.module-brand-custom .slick-list .slick-slide {
		margin: 0 20px;
	}

	.module-brand-custom .basic-brand-carousel .slide-arrow.next-arrow {
		left: unset;
		right: 0;
	}
	.module-brand-custom .ry-headline h2 {
		color: var(--clr-primary);
			}

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

	body.home .module-brand-custom .ry-headline {
		display: none;
	}
	.module-team.custom {
		background: #f4f4f4;
	}

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

	.module-team.custom .ry-flex .each-left {
		max-width: 420px;
	}

	.module-team.custom .ry-flex .each-right {
		max-width: 760px;
	}

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

	.module-team.custom .ry-flex .each-right .inner-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team {
		width: 160px;
	}

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

	.module-team.custom .ry-flex .ry-text {
		margin: 30px 0 50px;
	}

	.module-team.custom .ry-flex .ry-headline h2 {
		color: var(--clr-primary);
			}

	.module-team.custom .ry-flex .title {
		position: absolute;
		bottom: 50px;
		width: 100%;
		padding: 0 30px;
	}

	.module-team.custom .ry-flex .title a {
		min-height: 65px;
		display: flex;
		justify-content: space-between;
		font-size: 18px;
		padding: 10px 30px;
		background: #1f1f1f;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		align-items: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		border-radius: 15px;
	}

	.module-team.custom .ry-flex .title a svg {
		fill: #fff;
		transform: rotate(90deg);
		width: 23px;
		height: 23px;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .main-team {
		width: calc(100% - 210px);
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team {
		padding-top: 100px;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list {
		height: 620px !important;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide {
		margin-bottom: 50px;
	}
	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide.active .photo {
		border-radius: 50%;
		border: 1px solid #000;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide.slick-current.slick-active .photo {
		box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.3);
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide .photo {
		border-radius: 50%;
		border: 2px solid #fff;
		transition: .5s;
	}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide.slick-current.slick-active .photo {
		border-color: var(--clr-primary);
			}

	.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list {
		overflow: unset !important;
	}
	.module-43 {
		padding: 45px 0;
	}

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

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

	.module-43 .ry-btn {
		padding-left: 25px;
		padding-right: 25px;
		display: flex;
		gap: 8px;
		border-radius: 15px;
	}

	.module-43 .ry-btn span {
		font-size: 18px;
		font-weight: 400;
		text-transform: initial;
	}

	.module-43 .ry-btn svg {
		width: 20px;
		height: 20px;
		fill: #fff;
	}

	.module-43 .ry-right .ry-leads .ry-contact {
		display: flex;
		gap: 10px;
	}

	.module-43 .ry-btn.ry-btn-transparent:not(:hover) {
		background: transparent !important;
		border: 1px solid #000;
		color: #000 !important;
	}

	.module-43 .ry-btn.ry-btn-transparent:not(:hover) .icon svg {
		fill: #000;
	}

	.module-43 .ry-btn.ry-btn-transparent .icon svg {
		width: 25px;
		height: 25px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		margin-top: 29px;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a {
		font-size: 18px;
		letter-spacing: initial;
		color: var(--clr-secondary);
			text-transform: initial;
			letter-spacing: -0.5px;
			}

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

	.module-43 .ry-right {
		justify-content: flex-start;
	}

	.module-43 .ry-right .ry-menu .nav-menu li a:hover {
		color: var(--clr-primary);
			}

	.module-43 .ry-right .ry-menu .nav-menu li .dropdown-menu, 
	.module-43:not(.fixed) .ry-right .ry-menu .nav-menu>li.primary .dropdown-menu {
		top: 25px !important;
	}

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

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

	.module-43.fixed {
		padding: 20px 0;
		background: #fff;
		box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
		-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.3);
	}

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

	.module-43.fixed .ry-btn span {
		display: none;
	}

	.module-43.fixed .ry-right .ry-leads .ry-contact {
		justify-content: flex-end;
	}

	.module-43.fixed .ry-btn {
		min-width: 50px;
		min-height: 50px !important;
		border-radius: 10px;
	}

	.module-43.fixed .ry-right .ry-menu .nav-menu {
		margin-top: 20px;
	}

	.module-43 .ry-right .ry-menu .nav-menu {
		max-width: 700px;
	}
	
	.module-43 .location-drowpdown .ry-phone-wrap {
		min-width: 200px;
		top: 65px;
	}
	
	.module-43.fixed .location-drowpdown .ry-phone-wrap {
		top: 55px;
	}
	body.default #ry-section-header.module-43 {
		background: #fff;
	}

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

	#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-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title {
		text-align: center;
		font-size: 70px;
		letter-spacing: initial;
		font-family: 'Kalnia' !important;
		font-weight: 400;
		color: #fff !important;
	}

	#ry-pg-banner .ry-bnr-wrp:before, 
	#ry-pg-banner .ry-bnr-wrp:after {
		opacity: 0;
	}

	.our-locations-custom > .wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 25px;
	}

	.our-locations-custom > .wrapper .icon {
		font-size: 250px;
		font-family: 'Kalnia' !important;
		color: var(--clr-primary);
			}

	.our-locations-custom > .wrapper  .ry-headline h2 {
		font-size: 70px !important;
		text-transform: uppercase;
		margin: 0 !important;
		max-width: 500px;
		line-height: 0.9 !important;
	}

	.our-locations-custom > .wrapper .ry-headline h2 .span-5 {
		display: none;
	}

	.our-locations-custom > .wrapper .ry-headline h2 .span-1 {
		margin-top: 15px;
	}

	.our-locations-custom .ry-text p {
		color: #666;
		max-width: 900px;
		margin: auto;
		clear: both;
		padding-top: 20px;
		padding-bottom: 50px;
	}

	.our-locations-custom .inner-details .each-details {
		display: flex;
		gap: 20px;
	}

	.our-locations-custom .inner-details .each-details .each-item .photo, .our-locations-custom .inner-details .each-details .each-item .photo img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.our-locations-custom .inner-details .each-details .each-item {
		padding: 55px 65px 420px;
		width: calc(50% - 10px);
		border-radius: 20px;
		overflow: hidden;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .photo {
		display: none;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 30px;
		margin-bottom: 35px;
		border-bottom: 1px solid #9fb9e0;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 {
		font-size: 38px !important;
		margin: 0 !important;
		font-family: 'Kalnia';
		color: #333;
		font-weight: 400 !important;
		letter-spacing: -1px;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 span {
		display: block;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'Inter';
		font-weight: bold;
		letter-spacing: 1px;
		margin-top: 10px;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon a {
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: var(--clr-primary);
			border-radius: 50%;
			}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon a svg {
		transform: rotate(90deg);
		fill: #fff;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}

	.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon span {
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
		color: var(--clr-primary);
			}

	.our-locations-custom .inner-details .wrapper .each-details .icon {
		min-width: 190px;
		display: flex;
		align-items: center;
		margin-top: 2px;
		text-transform: uppercase;
		font-weight: bold !important;
		color: #333;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon svg {
		width: 25px;
		height: 25px;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon path {
		stroke: #333;
	}

	.our-locations-custom .inner-details .wrapper .each-details {
		align-items: flex-start;
	}

	.our-locations-custom .inner-details .wrapper .each-details p, 
	.our-locations-custom .inner-details .wrapper .each-details a {
		font-size: 18px;
		line-height: 1.4;
		color: #333;
	}

	.our-locations-custom .inner-details .wrapper .each-details:not(:last-child) {
		margin-bottom: 15px;
	}

	.our-locations-custom .inner-details .wrapper .button-wrapper {
		padding-top: 20px;
		clear: both;
	}

	.our-locations-custom .inner-details .wrapper .button-wrapper .ry-btn {
		min-width: 100%;
	}
	body, html {
		overflow: initial;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon > .icon {
		min-width: unset;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon {
		align-items: center;
		margin: 0;
		line-height: 1;
		gap: 10px;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon svg {
		margin-top: -3px;
	}

	.our-locations-custom .inner-details .wrapper .each-details .icon {
		margin-top: 3px;
	}

	.micro-section-1 .ry-flex .each {
		width: calc(50% - 50px);
	}

	.micro-section-1 .ry-flex .each .wrapper > .ry-text {
		margin-bottom: 20px;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details {
		padding: 25px 0;
		display: flex;
	}
	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul li {
		display: flex;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul li .span-1 {
		min-width: 85px;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .text ul li:not(:last-child) {
		margin-bottom: 5px;
	}
	.micro-section-1 .ry-flex .each .wrapper .each-details:not(:last-child) {
		border-bottom: 1px solid var(--clr-primary);
			}

	.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
		min-width: 200px;
		display: flex;
		align-items: flex-start;
		padding-top: 3px;
		font-weight: bold !important;
		font-size: 16px;
		letter-spacing: -0.3px;
		text-transform: uppercase;
		color: #333;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .icon svg {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		fill: #333;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .text, .micro-section-1 .ry-flex .each .wrapper .each-details .text * {
		color: #333;
		line-height: 1.2;
		font-size: 18px;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .text br {
		display: none;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details:nth-child(4) {
		border-bottom: unset;
	}

	.micro-section-1 .ry-flex .each .wrapper .each-details .button-wrapper .ry-btn {
		width: 100% !important;
		max-width: 100% !important;
	}

	.micro-section-1 .ry-flex .each .wrapper .ry-btn {
		width: 100%;
		max-width: 100%;
	}

	.micro-section-1 .ry-flex {
		align-items: center;
	}

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

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

	.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;
	}

	body.default #ry-footer .module-locations-v2 {
		order: 2;
	}

	body.default #ry-footer .block-footer {
		display: flex;
		flex-direction: column;
	}

	body.default #ry-footer .block-footer .module-location-v2 {
		order: 2;
	}

	body.default #ry-footer .block-footer .module-footer {
		order: 3;
	}

	body.default #ry-footer .block-footer .module-brand-custom .content {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 60px;
	}

	body.default #ry-footer .block-footer .module-brand-custom {
		padding: 140px 0;
	}

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

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


	.team-inner-page.style3 .ry-each .photo {
		padding-bottom: 300px;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title p {
		letter-spacing: initial;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title h5 {
		font-size: 24px !important;
		font-family: 'Kalnia';
		letter-spacing: -0.5px;
	}

	.team-inner-page.style3 .ry-each .each-container .details .title {
		padding: 30px;
	}
	.mm-listview {
		margin-left: 0 !important;
	}

	.mm-panel .mob-menu a {
		text-transform: capitalize;
	}

	#menu_container .mm-listview li a,
	.mm-panel .mob-menu a {
		text-transform: initial;
		font-size: 16px !important;
	}

	#menu_container {
		padding-top: 40px;
	}
	a:focus {
		outline: unset !important;
	}

	.module-1 {
		display: flex;
		gap: 20px;
	}

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

	
	/** PLACE YOUR MOBILE AND UP CSS HERE **/
	@media (max-width: 1680px) {
		.hero-text h1 {
			font-size: 86px;
		}

		.hero-text h1 span {
			font-size: 20px;
			letter-spacing: 10px;
			margin-top: 20px;
		}

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

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


	}
	@media (max-width: 1680px) and (min-width: 1281px) and (max-height: 820px) {
		.module-hero .item .text-center:before {
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 35%;
			background: linear-gradient(to bottom, #fff,  #fff, transparent);
			z-index: 1;
		}
	}
	@media (max-width: 1480px) {
		.module-services.custom .ry-flex .each .title {
			font-size: 24px;
		}

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

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

		.module-featured-service .ry-container .each-image {
			display: flex;
			justify-content: flex-end;
			align-items: flex-end;
		}

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

		.module-services.custom::before {
			background-position: center;
		}

		.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;
		}

		.micro-section-1 .ry-flex .each {
			width: calc(50% - 15px);
		}

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			min-width: 170px;
		}

		.our-locations-custom .inner-details .wrapper .each-details .icon {
			min-width: 160px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 {
			font-size: 32px !important;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 span {
			letter-spacing: initial;
		}

		.our-locations-custom > .wrapper .ry-headline h2 {
			font-size: 60px !important;
		}

		.our-locations-custom > .wrapper .icon {
			font-size: 200px;
		}

		.ry-headline h2 .span-1, body.default #ry-pg-body .ry-headline h2 .span-1 {
			letter-spacing: initial;
		}
	}

	@media (max-width: 1280px) {
		.ry-headline h2,
		body.default #ry-pg-body .ry-headline h2 {
			font-size: 56px;
		}

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

		.module-featured-service .ry-container .each-image img {
			min-width: 120%;
		}

		.module-services.custom .ry-flex .each .title {
			font-size: 22px;
		}

		.module-services.custom .ry-flex .each .title::after {
			width: 50px;
			min-width: 50px;
			height: 50px;
		}

		.our-locations-custom .inner-details .wrapper .each-details .icon {
			font-size: 16px;
			min-width: 130px;
		}

		.our-locations-custom .inner-details .wrapper .each-details p, .our-locations-custom .inner-details .wrapper .each-details a {
			font-size: 16px;
		}

		.our-locations-custom .inner-details .each-details .each-item {
			padding-left: 3vw;
			padding-right: 3vw;
		}
	}

	@media (max-width: 1080px) {

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .phone-location {
			padding: 0;
			width: 40px !important;
			height: 40px;
			min-width: 40px;
			min-height: 40px !important;
			background: var(--clr-primary) !important;
				}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button  .ry-phone-wrap {
			min-width: 200px;
			top: 45px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button  .ry-phone-wrap a {
			width: auto;
			line-height: 1;
			justify-content: flex-start;
			line-height: 1;
			height: auto;
			margin-top: 5px;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-phone-wrap a em {
			line-height: 1;
		}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button .ry-phone-wrap em {
			text-align: center;
			line-height: 1;
			font-size: 16px;
			text-align: left;
		}
		.module-43 {
			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: 150px;
		}

		.mobile-container .mobile-nav button .hamburger-inner, 
		.mobile-container .mobile-nav button .hamburger-inner:before,
		.mobile-container .mobile-nav button .hamburger-inner:after {
			background: var(--clr-secondary);
				}

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

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a {
			background: var(--clr-primary);
				}

		.mobile-container .flex-wrap .flex-item.right-nav .mobile-button a svg {
			fill: #fff;
			width: 20px;
		}

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

		.hero-text {
			position: relative;
			bottom: unset;
			padding: 60px 0;
			background: var(--clr-secondary);
				}

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

		.hero-text h1 span {
			margin-top: 10px;
			letter-spacing: 6px;
		}

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

		.module-welcome.custom .ry-flex {
			flex-direction: column;
		}

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

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

		.module-welcome.custom .ry-container .each-text * {
			text-align: center;
		}

		.module-welcome.custom .ry-container .each-text .ry-btn {
			max-width: max-content;
			min-width: 340px;
			margin: auto;
		}

		.module-services.custom {
			padding-bottom: 100px;
		}

		.module-services.custom .ry-flex {
			gap: 10px;
			margin: 30px 0;
		}

		.module-services.custom .ry-flex .right-block {
			gap: 10px;
		}

		.module-services.custom .ry-flex .right-block .each {
			width: calc(50% - 5px);
		}

		.module-services.custom .ry-flex .each .title {
			padding: 20px;
			font-size: 20px;
			width: 100%;
			justify-content: space-between;
		}

		.module-services.custom .ry-flex .right-block .each .photo {
			padding-bottom: 100%;
		}

		.module-services.custom .ry-flex .right-block .each:nth-child(3) .photo {
			padding-bottom: calc(56.25% - 10px);
		}

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

		.module-featured-service {
			padding: 100px 0;
		}

		.module-featured-service .ry-flex {
			flex-direction: column-reverse;
			gap: 60px;
		}

		.module-featured-service .ry-container .each-text {
			max-width: 100%;
		}

		.module-featured-service .ry-container .each-text .ry-text {
			margin: 20px 0 30px;
		}

		.module-featured-service .ry-container .each-text * {
			text-align: center;
		}

		.module-featured-service .ry-container .each-text .ry-btn {
			margin: auto;
		}

		.module-featured-service .ry-container .each-image img {
			min-width: 80%;
			width: 80%;
			margin: auto;
		}

		.module-featured-service .ry-container .each-image {
			margin: 0;
			margin-bottom: -100px;
		}

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

		.module-review.custom .ry-container .each.each-left {
			padding-right: 0;
			margin-left: -30px;
		}

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

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

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

		.module-team.custom .ry-flex {
			flex-direction: column;
			align-items: center;
		}

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

		.module-team.custom .ry-flex .each-left {
			width: 100%;
			max-width: 100%;
		}

		.module-team.custom .ry-flex .each-left * {
			text-align: center;
		}

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

		.module-team.custom .ry-flex .ry-text {
			margin: 20px 0 30px;
		}

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

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

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

		.micro-section-2 .ry-flex .each.each-right {
			padding: 60px 30px;
		}

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

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			padding: 0;
		}

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

		body.default #ry-footer .block-footer .module-brand-custom {
			padding: 100px 0;
		}

		body.default #ry-footer .block-footer .module-brand-custom .content {
			gap: 30px;
		}

		.our-locations-custom .inner-details .wrapper .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 5px;
		}

		.our-locations-custom .inner-details .wrapper .each-details * {
			text-align: center;
		}

		.our-locations-custom .inner-details .wrapper .each-details .icon {
			min-width: unset;
		}

		.our-locations-custom .inner-details .each-details .each-item {
			padding-top: 60px;
			padding-left: 60px;
			padding-right: 60px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block {
			flex-direction: column;
			align-items: center;
			justify-content: center;
			gap: 20px;
			padding-bottom: 20px;
			margin-bottom: 25px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block * {
			text-align: center;
		}
	}

	@media (max-width: 768px) {
		.module-1 {
			flex-direction: column;
		}

		.module-1 .ry-box-right * {
			text-align: center;
		}
		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team {
			padding-top: 60px;
			width: 140px;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide {
			margin-bottom: 30px;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .main-team {
			width: calc(100% - 160px);
		}

		.module-review.custom .ry-container .ry-flex {
			flex-direction: column-reverse;
			gap: 30px;
		}

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

		.module-review.custom .ry-container .each * {
			text-align: center;
		}

		.module-review.custom .ry-container .each .ry-headline h2 {
			text-align: center !important;
		}

		.module-review.custom .ry-container .each .icon-text {
			margin: auto;
			margin-top: 10px;
			margin-bottom: 30px;
		}

		.module-review.custom .ry-container .each .comment .ry-text {
			padding: 60px 40px;
			margin-bottom: 70px;
		}

		.module-review.custom .ry-container .each .comment .ry-text p {
			text-align: center !important;
			font-size: 18px;
		}

		.module-review.custom .ry-container .each .comment .ry-name .details h5 {
			text-align: left;
			margin-bottom: 5px;
		}

		.module-review.custom .ry-container .each .comment .ry-name .review-photo {
			width: 60px;
			height: 60px;
		}

		.module-review.custom .ry-container .each .comment .ry-name .review-photo.initial {
			font-size: 24px;
		}

		.module-review.custom .ry-container .each .comment .ry-name .details {
			margin-left: 10px;
		}



		.module-services.custom .ry-flex .each .title {
			font-size: 18px;
		}

		.module-services.custom .ry-flex .each .title::after {
			width: 40px;
			min-width: 40px;
			height: 40px;
			min-height: 40px;
			background-size: 18px;
		}

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

		.testimonials-wrapper .carousel-indicators {
			justify-content: center;
			bottom: 90px !important;
		}

		.module-review.custom .ry-container .each.each-left {
			margin: 0;
		}

		.module-review.custom .ry-container .each.each-left img {
			max-width: 480px;
			margin: auto;
		}
		.micro-section-1 .ry-flex .each .ry-text p {
			font-size: 16px;
		}

		.micro-section-1 .ry-flex .each .wrapper .each-details .text, .micro-section-1 .ry-flex .each .wrapper .each-details .text * {
			font-size: 16px;
		}

		.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-1 {
			margin-bottom: 80px;
		}

		.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;
		}

		.our-locations-custom .inner-details .each-details .each-item {
			padding-left: 30px;
			padding-right: 30px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 {
			font-size: 26px !important;
		}

		.our-locations-custom .inner-details .each-details {
			gap: 10px;
		}

		.our-locations-custom .inner-details .each-details .each-item {
			width: calc(50% - 5px);
			padding-top: 40px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block {
			flex-direction: row;
			justify-content: space-between;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block * {
			text-align: left;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 {
			font-size: 22px !important;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon a {
			width: 40px;
			height: 40px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon a svg {
			width: 19px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block .icon span {
			font-size: 13px;
		}

		.our-locations-custom .inner-details .each-details .each-item .wrapper .top-block h3 span {
			font-size: 13px;
		}
	}
	@media (max-width: 620px) {
		.module-team.custom .ry-flex .each-right .inner-wrapper {
			flex-direction: column;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .main-team {
			width: 100%;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team {
			padding-top: 30px;
			width: 100%;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list {
			height: auto !important;
		}

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

		.hero-text h1 {
			font-size: 46px;
		}

		.hero-text h1 {}

		.hero-text h1 span {
			letter-spacing: 2px;
			font-size: 18px;
		}

		.hero-text {
			padding: 60px 0;
		}

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

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

		.ry-headline h2 .span-1,
		body.default #ry-pg-body .ry-headline h2 .span-1 {
			letter-spacing: unset;
		}

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

		.module-welcome.custom .ry-container .each-text .ry-btn span {
			margin-left: 10px;
		}

		.module-services.custom {
			padding-top: 120px;
		}

		.module-services.custom .ry-flex .left-block {
			width: calc(50% - 5px);
			max-width: unset;
		}

		.module-services.custom .ry-flex .right-block {
			width: calc(50% - 5px);
			flex-direction: column;
			gap: 10px;
		}

		.module-services.custom .ry-flex .right-block .each {
			width: 100%;
		}

		.module-services.custom .ry-flex .each .title {
			font-size: 16px;
			line-height: 1.2;
			padding-left: 10px;
			padding-right: 10px;
		}

		.module-services.custom .ry-flex .each .title::after {
			width: 35px;
			height: 35px;
			min-width: 35px;
			min-height: 35px;
		}

		.module-services.custom .ry-flex .right-block .each .photo {
			padding-bottom: 102.5%;
		}

		.module-services.custom .ry-flex .right-block .each:nth-child(3) {
			margin-left: calc(-100% - 10px);
			min-width: calc(200% + 10px);
		}

		.module-featured-service .ry-container .each-image img {
			min-width: 100%;
		}

		.module-team.custom .ry-flex .title {
			padding-left: 20px;
			padding-right: 20px;
			bottom: 30px;
		}

		.module-team.custom .ry-flex .title a {
			font-size: 16px;
			height: 56px;
			min-height: 56px;
		}

		.locations-v2 .ry-container .ry-content .each-item {
			padding-left: 30px;
			padding-right: 30px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details a, .locations-v2 .ry-container .ry-content .each-item .each-details * {
			font-size: 16px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.hours ul li .span-1 {
			min-width: 110px;
		}

		.locations-v2 .ry-container .ry-content .each-item .each-details.hours {}

		.locations-v2 .ry-container .ry-content .each-item .each-details:not(:last-child) {
			margin-bottom: 10px;
		}

		.locations-v2 .ry-container .ry-content .ry-headline h4 {
			font-size: 26px;
			text-align: center;
		}

		.locations-v2 .ry-container .ry-content .ry-headline {
			padding: 20px 30px;
		}

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

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

		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list {
			margin: 0 -10px;
		}

		.module-team.custom .ry-flex .each-right .inner-wrapper .thumb-team .slick-list .slick-slide {
			margin: 0 5px;
		}

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

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

		.micro-section-1 .ry-flex .each .wrapper .each-details .icon {
			min-width: unset;
		}

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

		.our-locations-custom .inner-details .each-details {
			flex-wrap: wrap;
		}

		.our-locations-custom .inner-details .each-details .each-item {
			width: 100%;
		}

		.our-locations-custom > .wrapper .ry-headline h2 {
			font-size: 36px !important;
		}

		.our-locations-custom > .wrapper {
			gap: 10px;
		}

		.our-locations-custom > .wrapper .icon {
			font-size: 180px;
		}

		.our-locations-custom > .wrapper .ry-headline h2 .span-1 {
			font-size: 16px !important;
			line-height: 1.1;
		}
	}

	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}

	/* CUSTOME SERVICES */

	.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;
		}
	}