.container { width: 100%; max-width: 1070px; padding: 0 15px; margin: 0 auto; }
img { max-width: 100%; display: block; }
body { font-family: "Inter", sans-serif; font-weight: 400; font-size: 16px; line-height: 20px; background-color: #fff; }
.heading { display: inline-block; width: 100%; vertical-align: top; margin: 0 0 10px 0; }
.heading h2 { font-size: 28px; line-height: 38px; color: #000; font-weight: 700; font-family: "Inter", sans-serif; margin: 0; padding: 0; display: inline-block; width: 100%; vertical-align: top; text-wrap:balance;  }
.heading h2 span { color: #038E0C; }
.heading p { font-size: 20px; line-height: 28px; color: #000; font-weight: 400; font-family: "Inter", sans-serif; margin: 10px 0 0 0; padding: 0; display: inline-block; width: 100%; vertical-align: top; text-wrap:balance;}
.heading p span { font-weight: 600; color: #034589;  }
ul, li { list-style: none; margin: 0; padding: 0; }
a { transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; text-decoration: none; display: inline-block; width: auto; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
p { margin: 0; padding: 0; }
.display-inline { display: inline-block; width: 100%; vertical-align: top; }
.desktop-hide {
	display: none !important;
}
.mobile-hide {
	display: inline-block !important;
}
.pad30 {
	padding: 30px 0;
}
.inner-container {
	padding: 0 80px;
}
.button-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.button-outer .custom-btn {
	display: inline-block;
	width: auto;
	vertical-align: top;
	background-color: #fff;
	color: #fff;
	padding: 7px 20px 8px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #038E0C;
	border-radius: 30px;
}
.button-outer .custom-btn:hover {
	background-color: #038E0C;
	color: #fff;
}
.button-outer .custom-btn.green {
	background-color: #038E0C;
	color: #fff;
}
.button-outer .custom-btn.green:hover {
	background-color: #ffffff;
	color: #038E0C;
}

.top-section {
	background-color: #f4fee6;
	/* background-image: url("/front/images/top-bg.png"); */
	background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}

header {
	background-color: rgba(254, 254, 254, 0.70);
	padding: 15px 0;
}
header .logo {
	display: inline-block;
	width: auto;
	vertical-align: top;
}
header .logo img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 240px;
}

header .custom-nav {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin-top: 30px;
}
header .custom-nav ul {
	float: left;
	width: auto;
}
header .custom-nav ul li {
	float: left;
	width: auto;
	margin: 0 0 0 15px;
}
header .custom-nav ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	position: relative;
}
header .custom-nav ul li a:after {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
header .custom-nav ul li a:hover:after, header .custom-nav ul li a.active:after  {
	opacity: 1;
}
header .custom-nav ul li a.active {
	font-weight: 700;
}
.banner-content {
	padding: 40px 0;
}
.banner-content .top-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 400px;
}
.banner-content .top-cnt h1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 800;
	color: #000;
}
.banner-content .top-cnt h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 20px;
}
.banner-content .top-cnt p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	margin-top: 20px;
}
.banner-content .top-cnt .app-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.banner-content .top-cnt .app-outer a + a {
	margin-left: 2px;
}
.banner-content .top-cnt .app-outer a img {
	max-width: 160px;
}
.banner-content .top-cnt .review-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}
.banner-content .top-cnt .review-outer .review-box {
	float: left;
	width: auto;
	position: relative;
	min-width: 130px;
}
.banner-content .top-cnt .review-outer .review-box + .review-box {
	margin-left: 25px;
	padding-left: 25px;
}
.banner-content .top-cnt .review-outer .review-box + .review-box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #6E6D6D;
	content: "";
}
.banner-content .top-cnt .review-outer .review-box h3 {
	font-weight: 800;
}
.banner-content .top-cnt .review-outer .review-box h2 {
	margin-top: 5px;
}



.work-block {
	display: flex;
	width: 100%;
	column-gap: 70px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.work-block.image-right .work-image {
	order: 2;
}
.work-block .work-image {
	width: 38%;
}
.work-block .work-image img {
	display: block;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #6E6D6D;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.work-block .work-cnt {
	width: 62%;
	position: relative;
	max-width: 400px;
	padding-top: 30px;
}
.work-block .work-cnt .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.work-block .work-cnt .icon img {
	max-width: 70px;
}
.work-block .work-cnt h2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 15px;
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: 600;
}
.work-block .work-cnt p {
	display: inline-block;
	width: 100%;
	max-width: 315px;
	vertical-align: top;
	margin-top: 5px;
	font-size: 16px;
	line-height: 20px;
	color: #6E6D6D;
	font-weight: 400;
}
.work-block .work-cnt .number {
	position: absolute;
	right: 20px;
	top: 10px;
	width: 70px;
	height: 70px;
	background-color: #038E0C;
	padding: 5px;
	font-size: 44px;
	line-height: 60px;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	border-radius: 50%;
}

.section02 {
	background-image: linear-gradient(to bottom, #B8FC93, #FFFFFF);
}

.features-block {
	display: flex;
	width: 100%;
	column-gap: 60px;
	align-items: center;
	margin-top: 30px;
}
.features-block .features-img {
	order: 2;
	width: 40%;
}
.features-block .features-img img {
	max-width: 220px;
}
.features-block .features-cnt {
	width: 60%;
}
.features-block .features-cnt ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.features-block .features-cnt ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 30px 0;
	padding: 0;
	background-color: rgba(254, 254, 254, 0.7);
	border-radius: 50px;
	padding: 12px 20px;
	position: relative;
	padding-left: 90px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.features-block .features-cnt ul li .icon {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 44px;
}
.features-block .features-cnt ul li .icon img {
	display: block;
	width: 100%;
}
.features-block .features-cnt ul li h3 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
}
.features-block .features-cnt ul li p {
	font-size: 14px;
	line-height: 20px;
	color: #6E6D6D;
	font-weight: 500;
	padding-top: 4px;
}

.user-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 40px;
}
.user-block .user-image {
	display: block;
	width: 100%;
	border-radius: 10px;
}
.user-block .user-image img {
	display: block;
	width: 100%;
	border-radius: 10px;
	border: 3px solid #9C9A9A;
}
.user-block .user-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.user-block .user-cnt h3 {
	font-size: 28px;
	line-height: 34px;
	color: #000;
	font-weight: 700;
}
.user-block .user-cnt h3 span {
	font-weight: 400;
}
.user-block .user-cnt p {
	font-size: 18px;
	line-height: 24px;
	color: #626161;
	margin-top: 5px;
}
.user-block .user-cnt .star-review {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
	position: relative;
}
.user-block .user-cnt .star-review img {
	display: inline-block;
	width: auto;
	vertical-align: top;
}
.user-block .user-cnt .star-review p {
	display: inline-block;
	width: auto;
	vertical-align: top;
	margin: 3px 0 0 7px;
}
.user-block .user-cnt .rating {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
	font-size: 18px;
	line-height: 30px;
	color: #626161;
	font-weight: 500;
	padding-left: 35px;
	position: relative;
}
.user-block .user-cnt .rating:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	/* background-image: url("/front/images/icon10.svg"); */
	background-image: url("../images/icon10.svg");
	background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}
.user-block .user-cnt .active-user {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
}
.user-block .user-cnt .active-user span {
	display: inline-block;
	width: auto;
	background-color: #1AAF4D66;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
	border-radius: 10px;
}

.testimonials {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 50px;
}
.testimonial-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #F6F0F0;
	border-radius: 10px;
	border: 2px solid #868383;
	padding: 15px 10px;
}
.testimonial-top {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	margin-bottom: 20px;
}
.testimonial-top .testimonial-img {
	float: left;
	width: 20%;
}
.testimonial-top .testimonial-img img {
	display: block;
	width: 100%;
	border-radius: 100%;
}
.testimonial-top .testimonial-head {
	float: left;
	width: 80%;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 110px;
}
.testimonial-top .testimonial-head h3 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 500;
}
.testimonial-top .testimonial-head p {
	font-size: 14px;
	line-height: 20px;
	color: #626161;
	font-weight: 400;
}
.testimonial-top .review {
	position: absolute;
	top: 18px;
	right: 0;
	width: 80px;
	height: 18px;
}
.testimonial-top .review img {
	display: block;
	width: 100%;
}
.testimonial-cnt p {
	font-size: 16px;
	line-height: 22px;
	color: #626161;
	font-weight: 500;
}
.testimonial-cnt .date {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #626161;
	font-weight: 300;
}
.testimonial-img img {
	display: block;
	width: 100%;
	vertical-align: top;
	border-radius: 10px;
}

.testimonial-slider .owl-nav {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
	text-align: center;
}
.testimonial-slider .owl-nav button {
	margin: 0 10px;
}
.testimonial-slider .owl-nav button span {
	width: 8px;
	height: 13px;
	background-image: url("../images/icon11.svg");
	background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
}
.testimonial-slider .owl-nav button.owl-prev span {
	background-image: url("../images/icon12.svg");
}

.section04 {
	background-color: #D4F0C5;
	position: relative;
}
.section04:after {
	position: absolute;
    right: 0;
    bottom: 0;
    height: 120%;
    width: 50%;
    background-image: url(../images/image06.webp);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    content: "";
}
.section04 .container {
	position: relative;
	z-index: 2;
}
.section04 .app-block {
	display: block;
	width: 100%;
	max-width: 710px;
	margin: 15px auto;
	text-align: center;
	overflow: hidden;
	background-color: rgba(4,86,9,0.4);
	padding: 20px 30px;
	border-radius: 30px;
	border: 3px solid rgba(254, 254, 254, 0.4);
	box-shadow: 0 7px 10px 0 rgba(0, 0, 0, 0.1);
}
.section04 .app-block h2 {
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 500;
}
.section04 .app-block p {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 300;
	padding-top: 15px;
	text-wrap:balance;
}
.section04 .app-block .button-outer {
	margin-top: 15px;
}
.section04 .app-block .apps {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	text-align: center;
}

.section04 .app-block .apps img {
	max-width: 100px;
}

.plant-care-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #ededed;
	padding: 20px 50px;
	padding-bottom: 80px;
	border-radius: 20px;
	position: relative;
}

.plant-care-cnt {
	float: left;
	width: 44%;
	padding-top: 15px;
}
.plant-care-cnt h2 {
	font-size: 28px;
	line-height: 38px;
	color: #000;
	font-weight: 700;
}
.plant-care-cnt h2 span {
	color: #038E0C;
}
.plant-care-cnt h4 {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 600;
	margin-top: 25px;
}
.plant-care-cnt p {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	margin-top: 15px;
}
.plant-care-cnt .button-outer {
	margin-top: 30px;
}
.plant-care-cnt .button-outer .custom-btn {
	padding: 10px 30px;
	font-size: 18px;
	border: 3px solid rgba(254, 254, 254, 0.8); 
}
.plant-image-block {
	float: right;
	width: 45%;
}
.plant-image-block .image {
	float: right;
	width: auto;
	position: relative;
	margin: 10px 50px 0 0;
}
.plant-image-block .image img {
	width: auto;
	max-width: 180px;
	border: 4px solid #FFFFFF;
}
.plant-image-block .image p {
	position: absolute;
	bottom: -20px;
	left: -120px;
	width: 200px;
	padding: 5px;
	border-radius: 7px;
	background-color: #fff;
	font-size: 11px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
}
.plant-image-block .image p.top {
	left: auto;
	bottom: 40%;
	right: -60px;
	width: 100px;
}

.plant-care-block .bottom-image {
	position: absolute;
	right: 40%;
	bottom: -20px;
	width: 150px;
	height: 154px;
	z-index: 1;
}

.section06 {
	background-color: #F2FFF6;
}
.section06 .plant-image {
	margin-top: 20px;
	text-align: center;
}
.section06 .plant-image img {
	max-width: 860px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.section07 .insights-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-image: url(../images/image10.webp);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 30px;
    background-color: #f1f0eb;
}
.section07 .insights-block .heading {
	max-width: 340px;
	margin-top: 20px;
}
.section07 .insights-block .heading p {
	font-size: 16px;
	line-height: 24px;
}
.section07 .insights-block .button-outer {
	margin-top: 20px;
}
.section08 {
	background-image: linear-gradient(to bottom, #EEF7F1, #FFFFFF);
}
.section08 .heading {
	display: inline-block;
	width: calc(100% - 310px);
	vertical-align: top;
}
.section08 .faq-contact {
	display: inline-block;
	width: 300px;
	vertical-align: top;
	text-align: center;
}
.section08 .faq-contact p {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	padding-bottom: 7px;
}

.faq-section {
	margin: 10px  0;
	position: relative;
}

.accordion {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.accordion .accordion-item {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	background-color: #ffffff;
	border: 1px solid #CAC6C6;
	margin-top: 30px;
	border-radius: 8px;
}
.accordion .accordion-item .accordion-header {
	display: inline-block;
	width: 100%;
	padding: 20px 20px;
	padding-right: 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}
.accordion .accordion-item .accordion-header:after {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 34px;
	height: 34px;
	content: "";
	/* background-image: url("/front/images/plus.png"); */
	background-image: url("../images/plus.png");
    background-size: 16px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion .accordion-item.show .accordion-header:after {
	background-image: url("../images/minus.png");
	}
.accordion .accordion-item .accordion-body {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 20px 20px 20px;
	display: none;
}
.accordion .accordion-item .accordion-body p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.accordion .accordion-item .accordion-body ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 10px 0 0 15px;
}
.accordion .accordion-item .accordion-body ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 0 0 15px;
	margin-top: 8px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	list-style: none;
}
.accordion .accordion-item .accordion-body ul li:before {
	position: absolute;
	left: 0;
	top: 6px;
	width: 7px;
	height: 7px;
	background-color: #000;
	border-radius: 50%;
	content: "";
}

/*---------------footer css start here---------------*/
footer {
	background-color: #F0FFDF;
}
footer .footer-top {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 40px 0 30px 0;
}
footer .footer-section1 {
	float: left;
	width: 30%;
}
footer .footer-about {
	float: left;
	width: 30%;
	padding-top: 25px;
}
footer .footer-contact {
	float: right;
	width: 30%;
	padding-top: 25px;
	max-width: 230px;
}

footer .footer-logo {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
footer .footer-logo img {
	width: 100%;
	max-width: 230px;
	margin-bottom: 10px;
}
footer .footer-top h2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 22px;
	line-height: 28px;
	color: #038E0C;
	font-weight: 600;
}
footer .follow-us {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
}
footer .follow-us h3 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	font-size: 22px;
	line-height: 28px;
	color: #038E0C;
	font-weight: 500;
}
footer .follow-us ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 7px;
}
footer .follow-us ul li {
	float: left;
	width: auto;
	margin-right: 10px;
}
footer .follow-us ul li a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
footer .follow-us ul li img {
	display: block;
	width: 28px;
}

footer .footer-about ul {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding-top: 15px;
}
footer .footer-about ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 15px;
}
footer .footer-about ul li a {
	color: #038E0C;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
footer .footer-about ul li a:hover {
	color: #000;
}

footer .footer-contact h3 a {
	display: inline-block;
	width: auto;
	font-size: 18px;
	line-height: 24px;
	color: #038E0C;
	text-decoration: underline;
	font-weight: 500;
	margin-top: 10px;
}
footer .footer-contact h3 a:hover {
	color: #000;
	text-decoration: none;
}

footer .footer-contact .app-block {
	display: flex;
	width: 100%;
	margin-top: 30px;
	gap: 4px;
}
footer .footer-contact .app-block .apps {
	width: 55%;
}
footer .footer-contact .app-block .scanner {
	width: 45%;
}
footer .footer-contact .app-block .apps a {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 10px;
}
footer .footer-contact .app-block .apps img, footer .footer-contact .app-block .scanner img {
	display: block;
	width: 100%;
}
footer .copyright-section {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 25px 0;
	border-top: 1px solid #000;
}
footer .copyright-section p {
	float: left;
	width: auto;
	font-size: 16px;
	line-height: 24px;
	color: #038E0C;
	font-weight: 400;
}
footer .copyright-section p.right {
	float: right;
}



/*-------------------------About Us css----------------------------------*/

.about-top-section {
	background-image: url("../images/about-top-bg.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.about-banner-content {
	padding: 130px 0 230px 0;
	position: relative;
}
.about-banner-content .top-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.about-banner-content .top-cnt h1 {
	font-size: 34px;
	line-height: 40px;
	font-weight: 800;
	color: #fff;
}
.about-banner-content .top-cnt p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	padding-top: 20px;
	text-wrap: balance;
}
.rating-block {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(4,86,9, 0.5);
	z-index: 1;
	padding: 15px 0;
}
.rating-block .rating-outer {
	display: flex;
	width: 100%;
	gap: 10px;
}
.rating-block .rating-box {
	width: calc(33.3333% - 6px);
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	padding: 15px 0;
	position: relative;
}
.rating-block .rating-box span {
	font-weight: 800;
	font-size: 24px;
	line-height: 34px;
	margin: 0 5px 0 0;
	display: inline-block;
	width: auto;
	vertical-align: top;
}
.rating-block .rating-box:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
	content: "";
}
.rating-block .rating-box:first-child:before {
	display: none;
}

.our-mission-block {
	display: flex;
	width: 100%;
	gap: 30px;
}
.our-mission-block .our-mission-cnt {
	width: 50%;
	padding-bottom: 240px;
	padding-top: 60px;
	position: relative;
}
.our-mission-block .our-mission-cnt:before {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 150px;
	height: 180px;
	content: "";
	background-image: url("/front/images/image12.png");
	background-size: 100% auto;
    background-position: left center;
    background-repeat: no-repeat;
}
.our-mission-block .our-mission-cnt p {
	padding-top: 130px;
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-weight: 600;
}
.our-mission-block .our-mission-img {
	width: 50%;
	position: relative;
}
.our-mission-block .our-mission-img img {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: auto;
	max-width: 200%;
	right: 0;
}

.our-story-section {
	background-image: linear-gradient(to bottom, #DAF1E1, #FFFFFF);
}

.our-story-section .our-story-block {
	display: flex;
	width: 100%;
	gap: 30px;
}
.our-story-block .our-story-cnt {
	width: 75%;
}
.our-story-block .our-story-img {
	width: 25%;
}
.our-story-block .our-story-img img {
	height: 100%;
	width: auto;
	border-radius: 20px;
	border: 1px solid #6E6D6D;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.our-story-cnt .inner-cnt {
	display: flex;
	width: 100%;
	gap: 20px;
	margin-top: 20px;
}
.our-story-block .our-story-cnt p {
	padding: 3px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #000;
	font-weight: 400;
}
.our-story-block .our-story-cnt p span {
	font-weight: 600;
	color: #038E0C;
}
.our-story-block .our-story-cnt img {
	width: auto;
	max-width: 300px;
	margin: 0 0 10px 20px;
	border-radius: 20px;
	border: 1px solid #6E6D6D;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}

.why-us-block {
	display: flex;
	width: 100%;
	gap: 60px;
}
.why-us-block .why-us-image {
	width: 45%;
}
.why-us-block .why-us-image img {
	border-radius: 15px;
	padding: 7px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.why-us-block .why-us-cnt {
	width: 55%;
}
.why-us-block .why-us-cnt .why-us-box {
	display: flex;
	width: 100%;
	margin-top: 50px;
	align-items: center;
	gap: 20px;
}
.why-us-block .why-us-cnt .why-us-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: 1px solid #6E6D6D;
	border-radius: 10px;
	width: 75px;
	height: 75px;
	background-color: #89CE63;
	position: relative;
}
.why-us-block .why-us-cnt .why-us-box .icon img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 75%;
	margin: auto;
}
.why-us-block .why-us-cnt .why-us-box p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	width: calc(100% - 100px);
}

.why-us-box2 {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 80px 0 20px 0;
	text-align: center;
}
.why-us-box2 .inner-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 600px;
	border: 3px solid #038E0C;
	border-radius: 15px;
	padding: 40px  40px 30px 40px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	position: relative;
}
.why-us-box2 .inner-cnt:before {
	position: absolute;
	left: 30px;
	top: -31px;
	width: 58px;
	height: 58px;
	z-index: 1;
	content: "";
	background-image: url("../images/icon16.svg");
	background-size: 100% auto;
    background-position:center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.different-section {
	background-image: linear-gradient(to bottom, #B8FC93, #FFFFFF);
}
.different-section .different-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 30px 0 20px 0;
}
.different-block .different-box {
	display: block;
	width: 100%;
	max-width: 250px;
	margin: 0 auto;
	height: 100%;
	border-radius: 15px;
	background-color: #ffffff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.different-block .different-box .image, .different-block .different-box .image img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-radius: 15px 15px 0 0;
	position: relative;
}
.different-block .different-box .image .icon {
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	border-radius: 50%;
	background-color: #89CE63;
	border: 1px solid #757373;
	z-index: 1;
	padding: 15px;
}
.different-block .different-box .cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 55px 15px 20px 15px;
	text-align: center;
}
.different-block .different-box .cnt h2 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 700;
}
.different-block .different-box .cnt p {
	font-size: 13px;
	line-height: 20px;
	color: #000;
	font-weight: 400;
	padding: 12px 0 0 0;
}




/* Privacy policy css */
/* Privacy Policy Page Styles */

.privacy-policy-page .about-top-section {
	background-image: url("../images/about-top-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.privacy-content-section {
    background-color: #ffffff;
}

.privacy-content-block {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

.privacy-section {
    margin-bottom: 50px;
}

.privacy-section .heading h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.privacy-section .heading h2 span {
    color: #038E0C;
}

.privacy-section h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
    margin-bottom: 15px;
}

.privacy-section p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
}

.privacy-section ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 20px;
}

.privacy-section ul li {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
}

.privacy-section ul li strong {
    font-weight: 600;
    color: #000;
}

.privacy-section a {
    color: #038E0C;
    text-decoration: none;
    font-weight: 500;
}

.privacy-section a:hover {
    text-decoration: underline;
}

.privacy-section.contact-section {
    background-color: #f8f9fa;
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #038E0C;
}

.contact-info {
    margin-top: 20px;
}

.contact-info p {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 10px;
}

.contact-info strong {
    font-weight: 600;
    color: #000;
    display: inline-block;
    min-width: 100px;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .privacy-section .heading h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .privacy-section h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .privacy-section p,
    .privacy-section ul li {
        font-size: 15px;
        line-height: 26px;
    }

    .privacy-section.contact-section {
        padding: 25px 20px;
    }
}

@media (max-width: 576px) {
    .privacy-section {
        margin-bottom: 35px;
    }

    .privacy-section .heading h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .privacy-section h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .privacy-section ul {
        padding-left: 20px;
    }
}