:root {
	--text-normal: "Afacad Flux" !important;
		--text-title: "Boska" !important;
		--clr-primary: #6b8ab6;
		--clr-secondary: #6c9182;
		--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;
	}
	a:focus {
		outline: unset;
	}
	.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-btn {
		font-size: 20px !important;
		padding: 10px 20px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 1;
		font-weight: 400;
		border: 1px solid transparent;
		min-height: 52px !important;
		height: auto;
	}

	.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-headline h2 {
		font-size: 80px;
		font-family: 'Boska' !important;
		text-transform: uppercase;
		color: #111;
		font-weight: bold;
	}

	.ry-headline h2 .span-1 {
		font-size: 24px;
		display: block;
		font-family: 'Afacad Flux';
		letter-spacing: 3px;
		color: #6c9182;
		font-weight: 400;
	}

	.ry-text p {
		font-size: 20px;
		line-height: 1.6;
		font-weight: 400;
		color: #221f1f;
		letter-spacing: -0.3px;
	}

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

	#menu_container .mm-listview li a {
		text-transform: uppercase;
		font-family: "Oswald" !important;
		letter-spacing: 0.5px !important;
	}

	a.mm-navbar__title {
		font-family: 'Oswald';
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 500;
	}

	.mm-panel .mob-menu a,
	#menu_container .mm-listview li a{
		font-family: 'Oswald';
		text-transform: uppercase;
		font-size: 16px;
		letter-spacing: -0.5px;
	}


	.module-hero .text-center {
		padding-bottom: calc(100vh - 140px);
		position: relative;
		padding-bottom: 100vh;
	}

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

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

	.module-hero .hero-text {
		position: absolute;
		top: 100px;
	}

	.ry-headline h1 {
		font-family: "Boska" !important;
		text-transform: uppercase;
		font-size: 100px;
		color: #111;
	}

	.module-hero .hero-text .ry-text p {
		font-size: 22px;
		line-height: 1.3;
		max-width: 950px;
		margin: auto;
		margin: 10px auto 20px;
	}

	.module-hero .hero-text .button-wrapper {
		display: flex;
	}

	.module-hero .hero-text .button-wrapper p {
		display: flex;
		justify-content: center;
		width: 100%;
		gap: 10px;
	}

	a.ry-btn.ry-btn-primary.btn-tranparent {}

	.module-welcome.custom {
		margin-top: -20px;
		padding: 200px 0 180px;
	}

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



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

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

	.module-welcome.custom .ry-container .ry-text p {
		font-size: 22px;
		line-height: 1.3;
		font-weight: 300 !important;
		color: #333;
		margin: 20px 0 35px;
	}


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

	.module-welcome.custom .ry-container .ry-each.image-wrapper {
		padding-right: 80px;
		margin-top: -100px;
		margin-left: -90px;
		margin-bottom: -400px;
		z-index: 2;
	}

	.module-welcome.custom .ry-container .ry-each:not(.image-wrapper) {
		padding-left: 50px;
	}

	.module-welcome.custom .ry-container .ry-each.image-wrapper img {
		min-width: 120%;
	}


	.module-services.custom {
		padding: 380px 0 200px;
	}

	.module-services.custom .inner-flex {
		display: flex;
		gap: 40px;
	}

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

	.module-services.custom .ry-container .ry-flex .each.each-text {
		padding-right: 140px;
	}

	.module-services.custom .ry-container .ry-flex .each.each-text .ry-text p {
		font-size: 22px;
		line-height: 1.3;
		font-weight: 300 !important;
		color: #fff;
		margin: 20px 0 35px;
	}

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

	.module-services.custom .ry-container .ry-flex .each.each-text .ry-headline h2 .span-1 {
		margin-bottom: 15px;
		color: #fff;
	}

	.module-services.custom .inner-flex .block:nth-child(2) {
		margin-top: 120px;
	}

	.module-services.custom .inner-flex .block .title-group {
		position: absolute;
		bottom: 20px;
	}

	.module-services.custom .inner-flex .block .title-group .title div {
		font-size: 32px;
		text-transform: uppercase;
		color: #fff;
		margin-top: 15px;
	}

	.module-services.custom .inner-flex .block .title-group img {
		width: max-content;
		margin: auto;
	}

	.module-services.custom .ry-container .ry-flex .each.each-image {
		margin-top: -30px;
	}

	.module-services.custom .inner-flex .block:before {
		content: "";
		position: absolute;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/services_line_hover.png);
		height: 100%;
		width: 100%;
		background-size: contain;
		left: -50px;
		background-repeat: no-repeat;
		min-width: 340px;
		top: -60px;
		filter: invert(1) brightness(100);
	}

	.module-services.custom .inner-flex .block:nth-child(even):before {
		top: unset;
		bottom: -60px;
		left: unset;
		right: -50px;
	}

	.module-services.custom .inner-flex .block:hover:before {
		opacity: 1;
		filter: unset;
	}

	.module-services.custom {
		position: relative;
	}

	.module-services.custom:before, 
	.module-services.custom:after,
	.module-team.custom:before, 
	.module-team.custom:after {
		content: "";
		position: absolute;
		right: 0;
		width: 900px;
		height: 421px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/vector_right_gold.png);

		z-index: 1;
		right: -80px;
		top: -40px;
	}

	.module-services.custom:after,
	.module-team.custom:after {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/vector_left_gold.png);
		top: unset;
		right: unset;
		left: -80px;
		bottom: -40px;
	}

	.module-brands.style-5 {
		padding: 240px 0 160px;
		background: #f0f8ff;
	}

	.module-brands.style-5 .ry-headline h2 .span-1 {
		margin-bottom: 15px;
	}

	.module-brands.style-5 .ry-text p {
		font-size: 22px;
		max-width: 820px;
		line-height: 1.3;
		margin: auto;
		font-weight: 300 !important;
		margin-top: 20px;
		margin-bottom: 60px;
	}

	.module-brands.style-5 .button-wrapper {
		padding-top: 100px;
	}

	.module-brands.style-5 .slick-dots li button {
		background: #6c9182;
	}

	.module-brands.style-5 .slick-dots li.slick-active button {
		width: 15px;
		border-radius: 50%;
	}

	.module-brands.style-5 .slick-dots {
		gap: 10px;
	}

	.module-team.custom {
		position: relative;
		padding: 200px 0;
	}

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

	.module-team.custom .each.each-image {
		padding-left: 140px;
	}

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

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

	.module-team.custom .ry-container .ry-text p {
		margin: 20px 30px 30px 0;
		color: #fff;
		font-size: 22px;
		line-height: 1.3;
		font-weight: 300 !important;
	}

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

	.module-team.custom .each.each-text {
		margin-top: 40px;
	}


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

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

	.module-review.custom .ry-text p {
		font-size: 28px;
		text-align: center;
		font-weight: 300 !important;
		line-height: 1.3;
		margin-top: 40px;
		max-width: 1060px;
		margin-left: auto;
		margin-right: auto;
		color: #555555;
	}

	.module-review.custom .comment-icon {
		display: none;
	}

	.module-review.custom  .star-wrapper {
		display: flex;
		gap: 15px;
		justify-content: center;
		margin-bottom: 40px;
	}

	.module-review.custom .star-wrapper svg {
		width: 20px;
		height: 20px;
		fill: #d8ab20;
	}

	.module-review.custom .ry-name {
		margin-top: 30px;
	}

	.module-review.custom .ry-name h5 {
		text-align: center;
		font-size: 32px;
		font-weight: 400 !important;
		color: #000;
		text-transform: uppercase;
		max-width: max-content;
		margin: auto;
		position: relative;
	}

	.module-review.custom .ry-name h5:before, 
		.module-review.custom .ry-name h5:after {
			content: "";
			width: 140px;
			height: 1px;
			background: #c5c2c0;
			position: absolute;
			left: -200px;
			top: 50%;
		}

	.module-review.custom .ry-name h5:after {
		left: unset;
		right: -200px;
	}

	.module-review.custom .carousel-control {
		/* display: none; */
		width: 40px;
		height: 40px;
		top: 28%;
		background: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.module-review.custom .carousel-control.left {
		left: 10%;
	}

	.module-review.custom .testimonials-wrapper .testimonials-block .carousel-control:before {
		padding: 12px;
		/* background: #000; */
		border-color: #555555;
	}
	.module-review.custom .ry-text {
		min-height: 190px;
	}

	.module-review.custom .carousel-control.right {
		right: 10%;
	}

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

	.module-map #mapPIN {
		padding-bottom: 660px;
	}

	.module-appointment.custom {
		padding: 80px 0 100px;
		position: relative;
		/* background: #f5f2ef; */
	}

	.module-appointment.custom:before {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 90%;
		background: #6b8ab6;
		/* background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/form_bg_og.png); */
		/* background-size: cover; */
		/* z-index: 1; */
	}

	.module-appointment.custom .ry-each:nth-child(1) {
		max-width: 540px;
		width: 45%;
	}

	.module-appointment.custom .ry-each .ry-headline h2, .module-appointment.custom .ry-each .ry-headline h2 span {
		color: #fff;
	}

	.module-appointment.custom .ry-each .ry-text p {
		color: #fff;
		margin-top: 30px;
		font-size: 22px;
		line-height: 1.2;
		max-width: 420px;
	}

	.module-appointment.custom .ry-container {
		/* max-width: 1280px; */
	}

	.module-appointment.custom .ry-flex {
		padding-left: 260px;
	}

	.module-appointment.custom .ry-flex .form-block {
		padding: 35px 30px;
		background: #fff;
	}

	.module-appointment.custom .ry-flex .form-block .form-control {
		height: 45px;
		box-shadow: unset;
		border-radius: 5px;
		font-size: 16px;
	}

	.module-appointment.custom .ry-flex .form-block  .label {
		display: block;
		font-size: 16px;
		color: #333;
		text-align: left;
		padding-left: 0;
		padding-top: 0;
	}

	.module-appointment.custom .ry-flex .form-block  .group-block {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		width: calc(50% - 5px);
	}

	.module-appointment.custom .ry-flex .form-block .group-block .field-md {
		width: calc(50% - 5px);
	}

	.module-appointment.custom .ry-flex .input-form-wrap {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

	.module-appointment.custom .ry-flex .form-block .form-group {
		margin-bottom: 10px;
	}

	.module-appointment.custom .ry-flex .form-block .field-lg {
		width: 100%;
	}

	.module-appointment.custom .ry-flex .form-block .field-lg textarea.form-control {
		height: 302px;
		resize: unset;
	}

	.module-appointment.custom .ry-flex  .check-custom {
		display: flex;
		gap: 10px;
		margin-top: 15px;
	}

	.module-appointment.custom .ry-flex .check-custom label {
		font-size: 16px;
		line-height: 1;
		display: block;
	}

	.module-appointment.custom .ry-flex .btn-primary {
		height: 60px;
		width: 100%;
		border-radius: unset;
		margin-top: 20px;
		background: #6c9182;
		text-transform: uppercase;
		font-size: 22px !important;
		border: 1px solid #6c9182;
		transition: .5s;
	}

	.module-appointment.custom .ry-flex .btn-primary:hover {
		background: #6b8ab6;
		border-color: #6b8ab6;
	}

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

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

	.module-appointment.custom .ry-each:nth-child(2) {
		width: 55%;
		max-width: 700px;
	}

	.module-appointment.custom {
		margin-top: -360px;
	}

	#request-appointment {
		background: #f6f2ef;
	}

	.module-appointment.custom:after {
		width: 95%;
		content: "";
		position: absolute;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/vector_line_bg.png);
		height: 100%;
		right: 0;
		top: -54px;
		height: calc(100% + 140px);
		background-size: contain;
		z-index: 1;
		opacity: 0;
	}

	.module-footer {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/footer_new_bg.png);
		background-size: cover;
		background-position: top;
		position: relative;
	}

	.module-footer .footer-top {
		padding: 150px 0 100px;
		position: relative;
		z-index: 2;
	}
	
	.module-footer .ry-container {
		max-width: 1280px;
		width: 90%;
	}

	.module-footer .footer-top .each {
		max-width: 320px;
		width: 33.33%;
	}

	.module-footer .footer-top .each .title {
		font-size: 40px;
		font-family: 'Boska' !important;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold !important;
		margin-bottom: 30px;
	}

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

	.module-footer .footer-top .each .each-details .icon {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		border-radius: 50%;
	}

	.module-footer .footer-top .each .each-details .icon svg {
		width: 20px;
		height: 20px;
	}

	.col-xs-12.each-details {}

	.module-footer .footer-top .each .each-details .text, .module-footer .footer-top .each .each-details .text p, .module-footer .footer-top .each .each-details .text a {
		font-size: 22px;
		color: #fff;
		line-height: 1.3;
	}

	.module-footer .footer-top .each .each-details .text .span-1 {
		display: block;
		font-size: 16px;
		text-transform: uppercase;
	}

	.module-footer .footer-top .each .each-details:not(:last-child) {
		margin-bottom: 30px;
	}

	.module-footer .footer-top .each.each-right {
		max-width: 360px;
	}

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

	.module-footer .footer-top .each .text ul li span {
		font-size: 22px;
	}

	li {}

	.module-footer .footer-top .each .text ul li .span-1 {
		font-size: 22px !important;
		text-transform: initial !important;
		min-width: 120px;
	}

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

	.module-footer .footer-top .each .custom-social-wrapper {}

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

	.module-footer .footer-bottom * {
		font-size: 18px;
		color: #fff;
		line-height: 1.2;
		font-weight: 300;
	}

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

	.module-footer .footer-bottom .nopadding.powered img {
		width: 120px;
		filter: invert(1) brightness(1000);
	}

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

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

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

	.module-footer:before {
		content: "";
		position: absolute;
		top: -35px;
		left: -90px;
		width: 913px;
		height: 420px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/footer_top_line.png);
		z-index: 1;
	}

	.module-footer .footer-top .each .social-inner-wrap {
		display: flex;
		gap: 15px;
		justify-content: center;
		width: 100%;
	}

	.module-footer .footer-top .each  .global-social {
		display: flex;
		clear: both;
		padding-top: 35px;
		width: 100%;
		justify-content: center;
	}

	.module-footer .footer-top .each .social-inner-wrap li {
		width: auto;
		height: auto;
		margin: 0;
		border-radius: unset;
	}

	.module-footer .footer-top .each .social-inner-wrap li a {
		width: 50px;
		height: 50px;
		background: transparent;
		border: 1px solid #ffffff4d;
		border-radius: 50%;
	}

	.module-footer .footer-top .each .social-inner-wrap li a:hover {
		background: #6b8ab6;
		border: 1px solid #6b8ab6;
	}

	.header {
		max-height: unset;
		padding: 0;
	}

	.header .ry-container {
		max-width: 1820px;
		width: 90%;
	}

	.header .ry-container .head-logo-wrap {
		max-height: unset;
		max-width: max-content !important;
		padding: 0;
	}
	body.fixed-header .head-menu-list {
		gap: 25px;
	}

	body.fixed-header .header {
		padding: 20px 0;
	}
	.header {
		padding: 30px 0;
	}

	.header .ry-container .head-logo-wrap img {
		max-width: 240px;
		min-width: 240px;
	}

	.header .ry-flex {
		justify-content: space-between;
		align-items: center;
	}

	.header .contact-custom {
		max-width: max-content;
	}

	.header .contact-custom .button-group {
		display: flex;
		gap: 10px;
	}

	.header .contact-custom .button-group .ry-btn {
		display: flex;
		gap: 10px;
	}

	.header .head-menu-wrap li a {
		font-size: 22px;
		font-weight: 400;
		letter-spacing: -0.3px;
		line-height: 22px !important;
		display: block;
	}

	.header .ry-menu .ry-nav li.primary {
		margin: 0;
	}
	body.fixed-header .header .head-logo-wrap img {
		padding: 0;
		height: 60px;
		object-fit: contain;
		min-width: unset;
		width: auto;
	}

	#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: 70px;
		color: #fff !important;
		letter-spacing: initial;
		font-family: 'Boska' !important;
		text-align: center;
	}

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

	#ry-sidebar .ry-sb-title > div {
		font-size: 22px;
	}

	body.default p {
		line-height: 1.5;
	}

	.services-grid .module-1 .ry-box-left img {
		width: 100% !important;
		position: absolute;
		left: 0;
		height: 100% !important;
	}

	.services-grid .module-1 .ry-box-left {
		padding-bottom: 200px;
	}

	.services-grid .module-1 {
		display: flex;
		gap: 30px;
	}

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

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

	.module-appointment.custom:after {
		display: none;
	}

	#request-appointment {
		padding-bottom: 250px;
	}

	.bg-custom:before {
		content: "";
		position: absolute;
		right: 0;

		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/form_bottom_line.png);
		width: 100%;
		height: 653px;
		background-size: contain;
		background-repeat: no-repeat;
		bottom: -97px;
		left: 65px;
	}

	.bg-custom:after {
		position: absolute;
		top: -39px;
		left: 460px;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/form_line_top.png);
		width: 100%;
		content: "";
		height: 39px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.module-appointment.custom:before {
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/form_bg_new.png);
	}

	.bg-custom::before {
		left: unset;
		width: 90%;
		background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-3d9d4a57-32a2-41fb-9cee-3151b8852bdb/HomeAssets/bg_form_2.png);
		height: 856px;
		bottom: -97px;
		right: 188px;
		background-position: left;
	}

	.bg-custom::after {
		display: none;
	}

	.module-appointment.custom .ry-each .ry-text p {
		margin-top: 20px;
	}

	.module-appointment.custom::before {}

	.module-appointment.custom {
		padding-top: 75px;
	}

	.bg-custom {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
	}

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

	#ry-pg-banner .ry-bnr-wrp:before, 
	#ry-pg-banner .ry-bnr-wrp:after {
		display: none;
	}

	.custom-social-wrapper .social-inner-wrap li {
		height: auto;
		width: auto;
		max-width: max-content;
		border-radius: unset;
		overflow: unset;
	}

	.custom-social-wrapper .social-inner-wrap li a {
		width: 50px;
		height: 50px;
		border-radius: 50%;
	}
	@media (max-width: 1920px) {
		.bg-custom::before {
			right: unset;
			left: 0;
			min-width: 1773px;
		}
	}
	
	@media  (min-width:1700px) and (max-width:1850px) {

		div.header .ry-container .head-logo-wrap img {
		max-width: 220px;
		min-width: 220px;
	}

	.head-menu-list {
		gap: 0 25px !important;
	}

	.header .ry-container {
		width: 93%;

	}
}
	@media (max-width: 1680px) {
		.bg-custom::before {
			left: unset;
			right: -20px;
		}
		.head-menu-list {
			gap: 20px;
		}

		.header .head-menu-wrap li a {
			font-size: 20px;
		}

		.header .ry-container {
			width: calc(100% - 60px);
		}

		.module-review.custom .ry-text p {
			font-size: 24px;
		}

		.module-appointment.custom::before {
			width: 95%;
		}

		.module-appointment.custom .ry-flex {
			padding-left: 6vw;
		}

		body.fixed-header .header .head-logo-wrap img {
			object-fit: contain;
			padding: 0;
			height: 60px;
			min-width: unset;
			max-width: unset;
		}
		.module-welcome.custom .ry-flex {
			gap: 30px;
		}

	}

	@media (max-width: 1480px) {
		.bg-custom::before {
			left: -116px;
		}
		#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;
		}
		
		.head-menu-list {
			gap: 0 30px !important;
		}
		.module-appointment.custom::before {
			width: 95%;
		}

		.module-appointment.custom .ry-flex {
			padding-left: 6vw;
		}

		.ry-headline h2 {
			font-size: 66px;
		}

		.ry-headline h2 .span-1 {
			font-size: 22px;
		}

		.module-appointment.custom .ry-each .ry-text p {
			font-size: 20px;
		}

		.module-review.custom .ry-text p {
			font-size: 22px;
		}

		.module-review.custom .carousel-control.left {
			left: -30px;
		}

		.module-review.custom .carousel-control.right {
			right: -30px;
		}

		.module-team.custom .each.each-image {
			padding-left: 2vw;
		}

		.module-welcome.custom .ry-container .ry-each:not(.image-wrapper) {
			padding-left: 0;
		}

		.module-services.custom .ry-container .ry-flex .each.each-text {
			padding-right: 100px;
		}

		.ry-headline h1 {
			font-size: 80px;
		}

		.header .contact-custom .button-group .ry-btn span {
			display: none;
		}

		.header .contact-custom .button-group .ry-btn {
			padding: 0;
			width: 52px;
			min-width: 52px;
		}

		.module-services.custom .inner-flex .block .title-group .title div {
			font-size: 24px;
			margin-top: 10px;
		}
		
		.module-footer:before {
			left: -220px;
		}
	}

	@media (max-width: 1380px) {
		.bg-custom::before {
			left: -120px;
		}
	}
	@media (max-width: 1280px) {
		.bg-custom::before {
			left: -10vw;
		}
	}

	@media (max-width: 1200px) {
		.bg-custom::before {
			left: -134px;
			bottom: -83px;
		}
	}
	@media (max-width: 1080px) {
		#request-appointment {
			padding-bottom: 0;
		}
		.bg-custom {
			display: none;
		}
		.header .menu-bar {
			display: flex !important;
		}

		.header .contact-custom {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.header .head-menu-wrap {
			display: none;
		}

		.header {
			padding: 15px 0;
		}

		.header .ry-container .head-logo-wrap img {
			min-width: 200px;
			max-width: 200px;
		}

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

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

		.module-services.custom .inner-flex {
			gap: 10px;
		}

		.module-services.custom .inner-flex .block::before {
			min-width: 120%;
			left: -30px;
		}

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

		.module-brands.style-5 {
			padding: 120px 0;
		}

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

		.module-services.custom::after, .module-team.custom::after {
			left: -200px;
		}

		.module-services.custom::before, .module-services.custom::after, .module-team.custom::before, .module-team.custom::after {
			right: -200px;
		}

		.module-review.custom .ry-text p {
			font-size: 20px;
			width: 90%;
			max-width: 620px;
		}

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

		.module-review.custom .ry-name h5 {
			font-size: 26px;
		}

		.module-appointment.custom {
			margin-top: -200px;
		}

		.module-appointment.custom .ry-flex {
			padding: 0;
			flex-direction: column;
			align-items: center;
			gap: 40px;
		}

		.module-appointment.custom::before {
			width: 100%;
		}

		.module-appointment.custom .ry-each:nth-child(1), .module-appointment.custom .ry-each:nth-child(2) {
			max-width: 100%;
			width: 100%;
		}

		.module-appointment.custom .ry-each .ry-headline h2, .module-appointment.custom .ry-each .ry-headline h2 span {
			text-align: center;
		}

		.module-appointment.custom .ry-each .ry-text p {
			margin-left: auto;
			margin-right: auto;
			text-align: center;
		}

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

		.module-footer .footer-top .each .title {
			font-size: 34px;
			text-align: center;
		}

		.module-footer .footer-top .each .each-details {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.module-footer .footer-top .each .each-details .text, .module-footer .footer-top .each .each-details .text p, .module-footer .footer-top .each .each-details .text a {
			text-align: center;
		}

		.module-footer .footer-top .each .text ul li .span-1 {
			text-align: left;
		}

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

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

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

		.mm-panel .mob-menu a, #menu_container .mm-listview li a {
			font-family: 'Afacad Flux' !important;
			font-size: 18px;
			font-weight: 300 !important;
			line-height: 1;
		}
	}
	/** PLACE YOUR MOBILE AND UP CSS HERE **/

	@media (max-width: 768px) {
		.services-grid .module-1 {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.services-grid .module-1 .ry-box-left {
			padding-bottom: 56.25%;
		}
		/** PLACE YOUR TABLET AND UP CSS HERE **/
		.ry-headline h1 {
			font-size: 66px;
		}
		#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: 56px;
		}
		.module-hero .hero-text .ry-text p {
			font-size: 20px;
		}

		.module-hero .hero-text .button-wrapper p {
			flex-wrap: wrap;
			justify-content: center;
		}

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

		.module-hero .hero-text {
			position: relative;
			top: unset;
			padding: 60px 0;
		}

		.header .ry-container .head-logo-wrap img {
			min-width: 200px;
			width: 200px;
			padding: 0 !important;
		}

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

		.module-welcome.custom .ry-container .ry-each.image-wrapper {
			margin-bottom: 0;
			margin-left: -30px;
			max-width: 520px;
		}

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

		.module-welcome.custom .ry-headline h2, .module-welcome.custom .ry-text p {
			text-align: center;
		}

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

		.module-services.custom .ry-container .ry-flex .each.each-text {
			padding: 0;
		}

		.module-services.custom .ry-container .ry-flex {
			flex-direction: column;
			gap: 60px;
			justify-content: center;
		}

		.module-services.custom .ry-container .ry-flex .each.each-image {
			margin: 0;
		}

		.module-services.custom .inner-flex {
			gap: 40px;
		}

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

		.module-services.custom .ry-headline h2, .module-services.custom .ry-text p {
			text-align: center;
		}

		.module-services.custom .ry-headline h2 {}

		.module-services.custom .ry-btn {
			margin-left: auto;
			margin-right: auto;
		}

		.module-team.custom .each.each-image {
			padding: 0;
			max-width: 520px;
		}

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

		.module-team.custom .ry-headline h2 {
			text-align: center;
		}

		.module-team.custom .ry-text p {
			text-align: center;
		}

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

		.module-team.custom .ry-container .ry-text p {
			margin-right: 0;
			font-size: 20px;
		}

		.ry-headline h2 {
			font-size: 52px;
		}

		.ry-headline h2 .span-1 {
			font-size: 20px;
			letter-spacing: 2px;
		}

		.module-brands.style-5 .block {
			padding-left: 5%;
			padding-right: 5%;
		}

		.module-brands.style-5 .ry-text p {
			font-size: 20px;
		}

		.module-services.custom .ry-container .ry-flex .each.each-text .ry-text p {
			font-size: 20px;
		}

		.module-welcome.custom .ry-container .ry-text p {
			font-size: 20px;
		}

		.ry-btn {
			font-size: 18px !important;
		}

		.module-footer .footer-top .each .each-details .text, .module-footer .footer-top .each .each-details .text p, .module-footer .footer-top .each .each-details .text a {
			font-size: 18px;
		}

		.module-footer .footer-top .each .text ul li .span-1 {
			font-size: 18px !important;
		}

		.module-footer .footer-top .each .text ul li {
			font-size: 18px !important;
			line-height: 1;
		}

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

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

		.module-footer .footer-bottom * {
			font-size: 16px;
			line-height: 1;
		}

		.module-services.custom .inner-flex .block::before {
			min-width: 109%;
		}
	}

	@media (max-width: 620px) {
		.header .contact-custom .button-group .ry-btn {
			width: 40px;
			min-width: 40px;
			height: 40px;
			min-height: 40px !important;
		}

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

		.ry-headline h1 {
			font-size: 48px;
		}
		#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;
		}
		.module-hero .hero-text .ry-text p {
			font-size: 18px;
		}

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

		.ry-headline h2 {
			font-size: 46px;
		}

		.ry-headline h2 .span-1 {
			font-size: 18px;
			letter-spacing: 1px;
		}

		.module-welcome.custom .ry-container .ry-text p {
			font-size: 18px;
		}

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

		.module-services.custom .inner-flex {
			gap: 10px;
		}

		.module-services.custom .inner-flex .block .title-group .title div {
			font-size: 18px;
		}

		.module-services.custom .inner-flex .block .title-group img {
			width: 75%;
		}

		.module-services.custom .inner-flex .block::before {
			min-width: 130%;
			left: -30px;
		}

		.module-services.custom .inner-flex .block:nth-child(2n)::before {
			right: -70px;
			/* min-height: 280px; */
		}

		.module-brands.style-5 .ry-text p {
			font-size: 18px;
			margin-bottom: 30px;
		}

		.module-brands.style-5 .content .brand-block .each-brand {
		}

		.module-team.custom .ry-container .ry-text p {
			font-size: 18px;
		}

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

		.module-review.custom .testimonials-wrapper .testimonials-block .carousel-control::before {
			padding: 7px;
		}

		.module-review.custom .carousel-control.left {
			left: -20px;
		}

		.module-review.custom .carousel-control.right {
			right: -20px;
		}

		.module-review.custom .ry-name h5 {
			font-size: 22px;
		}

		.module-appointment.custom .ry-each .ry-text p {
			font-size: 18px;
		}

		.module-appointment.custom .ry-flex .form-block .group-block {
			width: 100%;
		}

		.module-footer::before {
			left: -250px;
		}

		.col-xs-12.ry-container {
			width: calc(100% - 40px);
		}
	}

	@media (min-width: 992px) {

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

	}

	@media (min-width: 1200px) {

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

	}