.container { width: 100%; max-width: 1070px; padding: 0 15px; margin: 0 auto; }
img { max-width: 100%; display: block; }
body { font-family: "Outfit", 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: "Outfit", sans-serif; margin: 0; padding: 0; display: inline-block; width: 100%; vertical-align: top; text-wrap:balance;  }
.heading h2.green { color: #2F4410; }
.heading p { font-size: 20px; line-height: 28px; color: #000; font-weight: 400; font-family: "Outfit", 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; outline:none; box-shadow:none; }
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;
}
.pad40 {
	padding: 40px 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: #33A23A;
	padding: 8px 20px 9px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #FFFFFF;
	border-radius: 30px;
	border: none;
}
.button-outer .custom-btn:hover {
	background-color: #038E0C;
	color: #fff;
}

.top-section {
	background-color: #d5f1cc;
	/* background-image: url("../images/top-bg.webp"); */
	background-size: auto 102%;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 170px;
    padding-bottom: 100px;
}

header {
	background-color: rgba(254, 254, 254, 0.90);
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
header .logo {
	float: left;
	width: auto;
}
header .logo img {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 200px;
}

header .custom-nav {
	float: right;
	width: auto;
}

.custom-nav .navbar {
	margin: 19px 0;
	padding: 0;
}
.custom-nav .navbar .container-fluid {
	padding: 0;
}

.custom-nav .navbar .navbar-nav .nav-item {
	margin: 0 0 0 20px;
}
.custom-nav .navbar .navbar-nav .nav-item:first-child .nav-link {
	margin-left: 0;
}
.custom-nav .navbar .navbar-nav .nav-link {
	font-size: 18px;
	line-height: 24px;
	color: #2F4410;
	font-weight: 400;
	padding: 0;
	position: relative;	
}
.custom-nav .navbar .navbar-nav .nav-link:after {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2F4410;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.custom-nav .navbar .navbar-nav .nav-link:hover:after, .custom-nav .navbar .navbar-nav .nav-link.active:after  {
	opacity: 1;
}
.custom-nav .navbar .navbar-nav .nav-link.active {
	font-weight: 700;
}

.banner-content .top-cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	max-width: 470px;
}
.banner-content .top-cnt h1 {
	color: #1A3A00;
	font-size: 28px;
	line-height: 40px;
	font-weight: 700;
}
.banner-content .top-cnt p {
	padding-top: 30px;
	font-size: 18px;
	line-height: 26px;
	color: #1A3A00;
	font-weight: 400;
}
.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: 10px;
}
.banner-content .top-cnt .app-outer a img {
	max-width: 130px;
}

.favorites-block {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
	padding-top: 40px;
	text-align: center;
}
.favorites-block .favorites-box {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	vertical-align: top;
	background-color: #62A12F;
	border-radius: 20px;
	text-align: center;
	height: 100%;
}
.favorites-block .favorites-box .image {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.favorites-block .favorites-box .image img {
	display: inline-block;
	width: 95%;
	max-width: 300px;
	margin-top: -50px;
}
.favorites-block .favorites-box .cnt {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 15px 20px 30px;
}
.favorites-block .favorites-box .cnt h3 {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
}
.favorites-block .favorites-box .cnt p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	padding-top: 7px;
}

.everything-block {
	display: flex;
	width: 100%;
	gap: 30px;
	background-image: url("../images/image04.webp");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    margin: 40px 0 60px;
    padding: 40px 30px;
    align-items: center;
}
.everything-block .cnt {
	width: 65%;
}
.everything-block .cnt h2 {
	font-size: 28px;
	line-height: 34px;
	color: #1A3A00;
	font-weight: 800;
}
.everything-block .cnt p {
	font-size: 22px;
	line-height: 30px;
	color: #1A3A00;
	font-weight: 400;
	padding-top: 15px;
}
.everything-block .cnt .app-outer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}
.everything-block .cnt .app-outer a + a {
	margin-left: 10px;
}
.everything-block .cnt .app-outer a img {
	max-width: 130px;
}

.everything-block .cnt h3 {
	font-size: 20px;
	line-height: 30px;
	color: #1A3A00;
	font-weight: 600;
	padding-top: 40px;
}
.everything-block .image {
	width: 35%;
	position: relative;
}
.everything-block .image img {
	width: 100%;
	display: block;
}
.everything-block .image:after {
	position: absolute;
	left: 0;
	height: 150%;
	width: 100%;
	top: -25%;
	z-index: 1;
	background-image: url("../images/image06.webp");
	background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
}

.section2 {
	background-color: #E7FFE9;
}
.sets-block {
	display: flex;
	width: 100%;
	gap: 20px;
	align-items: center;
}
.sets-block .content1 {
	width: 30%;
}
.sets-block .content2 {
	width: 40%;
}
.sets-block .sets-box {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 40px 0;
}
.sets-block .sets-box .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.sets-block .sets-box .icon img {
	width: auto;
	height: auto;
	max-width: 80px;
}
.sets-block .sets-box h3 {
	font-size: 22px;
	line-height: 28px;
	color: #2F4410;
	margin-top: 15px;
	font-weight: 600;
}

.sets-block .sets-box p {
	font-size: 16px;
	line-height: 24px;
	color: #2F4410;
	margin-top: 10px;
	font-weight: 400;
}

.section3 {
	box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	padding: 20px 0;
}
.section3 .four-boxes {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.section3 .four-boxes .icon {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.section3 .four-boxes .icon img {
	display: inline-block;
	width: auto;
	vertical-align: top;
	max-width: 60px;
}
.section3 .four-boxes h3 {
	font-size: 18px;
	line-height: 24px;
	color: #2F4410;
	font-weight: 600;
	margin-top: 10px;
}

.section4 {
	background-image: linear-gradient(to bottom, #ABDF9F, #FFFFFF);
}

.faq-section {
	margin: 0 0 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;
	color: #1A3A00;
}
.accordion .accordion-item .accordion-header:after {
	position: absolute;
	right: 10px;
	top: 17px;
	width: 30px;
	height: 30px;
	content: "";
	background-image: url("../images/down-arrow.svg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.accordion .accordion-item.show .accordion-header:after {
	background-image: url("../images/up-arrow.svg");
}
.accordion .accordion-item .accordion-body {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	display: none;
	background-color: rgba(51, 162, 58, 0.5);
}
.accordion .accordion-item .accordion-body p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #2F4410;
}
.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: "";
}

.call-us-block {
	display: flex;
	width: 100%;
	align-items: center;
}
.call-us-block .call-us-outer {
	width: 85%;
	padding: 30px 230px 30px 30px;
	background-color: #9EE7A3;
	border-radius: 30px;
}

.form-outer {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 0 0 20px;
}
.form-outer .form-group {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0 0 20px 0;
}
.form-outer .form-group label {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 18px;
    line-height: 30px;
    color: #2F4410;
    font-weight: 600;
    margin: 0 0 5px 0; 
}
.form-outer .form-group .form-control {
    display: inline-block;
    width:100%;
    height: 50px;
    vertical-align: top;
    font-size: 18px;
    color: #5CA64B;
    font-weight: 300;
    border: 1px solid #2F4410;
    border-radius: 20px; 
    padding: 0 20px;
    outline: none !important;
    box-shadow: none !important;
    background-color: #FFFFFF;
}
.form-outer .form-group textarea.form-control {
	resize: none;
	height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.form-outer .button-outer .custom-btn {
	float: right;
	margin-top: 5px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}

.call-us-block .address-block {
	width: 15%;
	position: relative;
	z-index: 1;
}
.call-us-block .address-block .addres-inner {
	display: inline-block;
	width: 220%;
	background-color: #33A23A;
	margin-left: -120%;
	border-radius: 30px;
	padding: 20px 30px;
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}
.call-us-block .address-block .addres-inner h3 {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
}
.call-us-block .address-block .address-box {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	padding: 10px 15px;
	align-items: center;
	margin-top: 20px;
	column-gap: 15px;
}
.call-us-block .address-block .address-box .icon {
	width: 36px;
}
.call-us-block .address-block .address-box .cnt {
	width: calc(100% - 51px);
}
.call-us-block .address-block .address-box .cnt h4 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}
.call-us-block .address-block .address-box .cnt p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 300;
}
.call-us-block .address-block .address-box .cnt p a {
	color: #000;
}
.call-us-block .address-block .address-box .cnt p a:hover {
	color: #038E0C;
}

.call-us-block .address-block .follow-us {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
.call-us-block .address-block .follow-us h4 {
	float: left;
	width: auto;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: 500;
}
.call-us-block .address-block .follow-us ul {
	float: right;
	width: auto;
}
.call-us-block .address-block .follow-us ul li {
	float: left;
	width: auto;
	margin-left: 10px;
}
.call-us-block .address-block .follow-us ul li a img {
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: top;
}

footer {
	background-color: #CDFFCF;
	margin-top: 30px;
}

footer .footer-top {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 30px 0;
}
footer .footer-top .fotter-box1 {
	width: 25%;
	float: left;
}
footer .footer-top .fotter-box2 {
	width: 15%;
	float: left;
}
footer .footer-top .fotter-box3 {
	width: 15%;
	float: left;
}
footer .footer-top .fotter-box4 {
	width: 45%;
	float: right;
	text-align: right;
}
footer .footer-top h2 {
	font-size: 20px;
	line-height: 28px;
	color: #1A3A00;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
}
footer .footer-top .footer-logo img {
	max-width: 180px;
}
footer .footer-top .footer-link {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
footer .footer-top .footer-link li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 5px;
}
footer .footer-top .footer-link li a {
	font-size: 14px;
	line-height: 20px;
	color: #1A3A00;
	font-weight: 400;
}
footer .footer-top .footer-link li a:hover {
	color: #000;
}
footer .footer-top .follow-us {
	float: right;
	width: 100%;
	margin-top: 5px;
}
footer .footer-top .follow-us ul {
	float: right;
	width: auto;
}
footer .footer-top .follow-us li {
	float: left;
	width: auto;
	margin-left: 10px;
}
footer .footer-top .follow-us li img {
	width: 28px;
	height: 28px;
}
footer .footer-top .app-outer {
	float: right;
	width: 100%;
	margin-top: 12px;
}
footer .footer-top .app-outer ul {
	float: right;
	width: auto;
	margin-top: 2px;
}
footer .footer-top .app-outer li {
	float: left;
	width: auto;
	margin-left: 10px;
}
footer .footer-top .app-outer li img {
	width: 130px;
} 
footer .footer-copyright {
	padding: 20px 0;
	border-top: 1px solid #1A3A00;
	margin-top: 20px;
}
footer .footer-copyright p {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
}



