.mobile_menu {
  	position: fixed;
	display: none;
  	width: 100%;
  	height: 100%;
  	top: 0;
  	background-color: #0006;
  	width: 0;
  	/* overflow: hidden; */
  	visibility: hidden;
  	transition: 0.3s;
  	z-index: 9999;
}
.mobile_menu.active{
	display: block;
	width: 100%;
	visibility: visible;
}
.mobile_menu_inner {
  	max-width: 300px;
  	background-color: #d4e7d1;
  	min-height: 100vh;
}
.mobile_menu_close {
  	border-bottom: 1px solid #c4c4c4;
  	padding: 10px;
  	text-align: right;
}
.menu_close_button {
  	display: inline-block;
  	color: #3D3D3D;
  	cursor: pointer;
}
.mobile_menu_button{
	display: none;
}
.mobile_menu_nav{
	padding-top: 20px;
}
.mobile_menu_nav ul{
	margin: 0;
	padding: 0;
}
.mobile_menu_nav ul li{
	list-style: none;
	padding: 0px 20px 20px;
}
.mobile_menu_nav li a{
	text-decoration: none !important;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	color: #3D3D3D;
	font-weight: 500;
	transition: 0.3s;
}
.mobile_menu_nav li a:hover,
.mobile_menu_nav li.active a{
	color: #1F820E;
}
.menu-open {
  background-color: #1F820E;
  border-radius: 4px;
  height: 44px;
  width: 51px;
  line-height: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
@media only screen and (max-width : 1660px) {
	.container{
		max-width: 1170px;
		padding: 0 15px;
	}
	.form_heading p {
	  font-size: 20px;
	}
	.kheti_hero_content h1{
		font-size: 48px;
	}
	.kheti_hero_content p {
	  font-size: 18px;
	}
	.solution_box h3{
		font-size: 18px;
	}
	.solution_box img {
	  max-width: 110px;
	}
	.former_service_content h1{
		font-size: 36px;
	}
	.former_service_content p{
		font-size: 18px;
	}
	.team_box h3 {
	  font-size: 24px;
	}
	.team_box p{
		font-size: 18px;
	}
	.auction_content h3,
	.step_box h3{
		font-size: 22px;
	}
	.auction_content p,
	.step_box p {
	  font-size: 18px;
	}
	.contact_box h3,
	.contact_box a{
	  font-size: 22px;
	}
	.main_nav li a{
		font-size: 16px;
	}
	.hero_content h1,
	.about_page_heading h1{
		font-size: 48px;
		line-height: 1.3;
	}
	.about_page_heading h1{
		margin-top: -55px;
	}
	.hero_content p{
		font-size: 17px;
		margin: 0 0 30px;
		line-height: 1.9;
	}
	.site_button{
		font-size: 18px;
		padding: 10px 22px;
	}
	.hero_section {
    background-size: 2060px;
    background-position: 36% 8%;
  }
	.about_content {
	  	width: 45%;
	}
	.about_image {
	  	width: calc(55% - 20px);
	}
	.about_image .img_box{
		position: relative;
	}
	.about_image .img_box img{
		max-width: 100%;
	}
	.section_heading h3{
		font-size: 18px;
		line-height: 1.3;
	}
	.section_heading h1{
		font-size: 36px;
		line-height: 1.3;
		margin: 0 0 10px;
	}
	.about_content p,
	.farmer_issue_content p{
		font-size: 17px;
		margin: 0 0 30px;
		line-height: 1.9;
	}
	.farmer_issue_section{
		background-size: 515px;
		min-height: 800px;
	}
	.partnership_section.about_page_partnership{
		padding: 60px 0 20px;
	}
	.about_page_content p{
		font-size: 17px;
		line-height: 1.9;
	}
	.about_page_content {
	  padding: 80px 0;
	}
	.sec_button{
		font-size: 17px;
		padding: 10px 24px;
		line-height: 1.5;
	}
	.about_section {
  		padding: 70px 0 50px;
  	}
  	.glossary_box_image img{
  		max-width: 100%;
  	}
  	.glossary_content_box h2 {
	  	font-size: 32px;
	  	line-height: 1.3;
	  	margin: 0 0 10px;
	}
	.glossary_content_box p{
		font-size: 20px;
		line-height: 1.8;
		margin: 0 0 30px;
	}
	.glossary_content_box {
	  	padding: 36px 65px 36px;
	}
	.glossary_content_box a{
		font-size: 21px;
		padding-bottom: 7px;
	}
	.partnership_image{
		width: calc(55% - 40px);
	}
	.partnership_content{
		width: 45%;
	}
	.partnership_image .img_box{
		position: relative;
		top: 0;
	}
	.partnership_image .img_box img{
		max-width: 100%;
	}
	.partnership_content p{
		font-size: 17px;
		margin: 0 0 30px;
		line-height: 1.9;
	}
	.work_col_points {
	  	width: 55%;
	}
	.work_col_image {
	  	width: calc(45% - 30px);
	}
	.work_col_image .img_box{
		position: relative;
		top: 0;
		right: 0;
	}
	.work_col_image .img_box img{
		max-width: 100%;
	}
	.work_col_points ul li{
		font-size: 23px;
		line-height: 1.8;
	}
	.work_col_points ul li .icon img{
		max-width: 30px;
		position: relative;
		top: 6px;
	}
	.work_section{
		padding: 0;
	}
	.help_section {
		padding: 0;
  }
  .help_section.fs1-section{
	padding-bottom: 8rem;
}
.help_section.fs2-section{
	padding-bottom: 8rem;
}

  .help_section.fs3-section{
	  padding-bottom: 2rem;
  }
	.help_row{
		/* justify-content: space-between; */
	}
	.help_box{
		width: calc(90% - 30px);
		height: auto;
	}
	.help_section_heading {
	  	font-size: 36px;
	  	line-height: 1.3;
	  	margin: .5rem 0;
	}
	.help_box_inner h2 {
	  	font-size: 22px;
	}
	.help_box_inner {
  		padding: 25px 25px 35px;
  	}
  	.help_box_inner p {
	  	font-size: 17px;
	}
	.playstore_content h1 {
	  	font-size: 42px;
	  	line-height: 1.3;
	}
	.playstore_content p{
		font-size: 18px;
		line-height: 1.9;
	}
	.playstore_buttons a:first-child {
	  	margin-right: 25px;
	}
	.playstore_buttons img{
		max-width: 220px;
	}
	.footer_col p{
		font-size: 14px;
	}
	.footer_nav li a{
		font-size: 17px;
	}
	.footer_nav.social_nav li{
		margin-right: 8px;
	}
	.footer_copyright{
		padding: 15px 0;
	}
	.footer_copyright p{
		font-size: 16px;
		line-height: 1.5;
	}
	.turn_content p,
	.money_section p,
	.money_content p {
  	font-size: 18px !important;
  }
}
@media only screen and (max-width : 1400px) {
	.hero_section {
		background-size: 1745px;
		background-position: 36% -8%;
		/* padding: 100px 0 285px; */
	}
	.farmer_issue_section{
		background-size: contain;
		min-height: 800px;
	}
	.farmer_issue_image {
	  width: 45%;
	}
	.farmer_issue_content {
	  width: calc(55% - 10px);
	}
	.main_nav li{
		margin-left: 30px;
	}
	.main_nav li a{
		font-size: 15px;
	}
}
@media only screen and (max-width : 1080px) {
	.hero_section {
    background-size: 1500px;
    background-position: 36% -94%;
    padding: 100px 0 250px;
  }
}
@media only screen and (max-width : 1024px) {
	.former_service_content h1 {
	  font-size: 28px;
	}
	.former_service_content p {
	  font-size: 16px;
	}
	.team_box h3 {
	  font-size: 20px;
	  margin: 15px 0 5px;
	}
	.auction_content h3, .step_box h3 {
	  font-size: 20px;
	}
	.auction_content p, .step_box p {
	  font-size: 16px;
	}
	.team_box p {
	  font-size: 16px;
	}
	.about_page_heading h1{
		margin-left: 50px;
		font-size: 40px;
	}
	.farmer_issue_section {
	  background-size: 400px;
	  min-height: 650px;
	}
	.hero_content h1{
		font-size: 36px;
	}
	.hero_content p{
		font-size: 15px;
	}
	.hero_buttons .site_button {
	  	margin-right: 20px;
	}
	.site_button {
	  	font-size: 16px;
	  	padding: 8px 16px;
	}
	.hero_section {
	  	background-size: 1275px;
	  	background-position: 36% -35%;
	  	padding: 0;
	}
	.section_heading h1{
		font-size: 32px;
	}
	.section_heading h3 {
  		font-size: 16px;
	}
	.about_content p,
	.partnership_content p{
		font-size: 15px;
	}
	.sec_button {
	  	font-size: 15px;
	}
	.glossary_section {
	  	padding: 35px 0 30px;
	}
	.glossary_content_box h2 {
	  	font-size: 26px;
	}
	.glossary_content_box p {
  		font-size: 16px;
  	}
  	.glossary_content_box a {
	  	font-size: 17px;
	}
	.partnership_section {
  		padding: 20px 0 60px;
	}
	.work_col_points ul li {
  		font-size: 18px;
  	}
  	.help_section_heading {
	  font-size: 28px;
	}
	.help_box_inner h2 {
	  	font-size: 20px;
	  	line-height: 1.2;
	}
	.help_box_inner p {
	  	font-size: 14px;
	}
	.help_box {
	  	width: calc(95% - 15px);
		margin: .25rem;
	}
	.playstore_content h1 {
  		font-size: 32px;
  		margin: 0 0 30px;
  	}
  	.playstore_content p {
  		font-size: 16px;
  	}
  	.playstore_buttons img {
	  	/* max-width: 45%; */
	}
	.playstore_buttons a:first-child {
	  	margin-right: 15px;
	}
	.footer_nav li a {
	  	font-size: 15px;
	}
	.footer_nav.social_nav li a {
	  	font-size: 16px;
	}
	.footer_nav.social_nav li {
	  	margin-right: 10px;
	}
	.footer_nav.info_nav li{
		font-size: 18px;
	}
	.footer_heading{
		font-size: 20px;
		line-height: 1.3;
	}
	.footer_copyright p {
	  	font-size: 15px;
	}
	.form_section {
	  padding: 40px 0 60px;
	}
	.form_heading{
		margin: 0 0 50px;
	}
	.form_heading h1{
		font-size: 32px;
		line-height: 1.1;
	}
	.form_heading p{
		font-size: 16px;
	}
	.form_form,
	.form_contant {
	  width: calc(50% - 10px);
	}
	.form_contant ul li a{
		font-size: 15px;
	}
	.form_form form input, .form_form form textarea{
		padding: 14px 12px;
		font-size: 14px;
	}
	.form_contant ul li{
		margin: 0 0 75px;
	}
	.contact_box h3,
	.contact_box a{
		font-size: 20px;
	}
	.contact_icon img {
	  max-width: 100px;
	}
	.contact_icon {
	  margin-top: -100px;
	}
	.contact_col {
	  width: calc(50% - 10px);
	}
	.help_row.why_apath .help_box{
		margin-bottom: 100px;
	}
	.help_row.why_apath .help_box:last-child{
		/* margin-bottom: 0; */
	}
	.heading_small {
	  font-size: 24px;
	}
	.money_section p {
	  font-size: 16px;
	}
	.money_content p {
	  font-size: 16px !important;
	}
	.money_content h3 {
	  font-size: 22px;
	}
	.main_nav li{
		margin-left: 25px;
	}
	.main_nav li a{
		font-size: 15px;
	}
	.blogs .card_row .card_col  {
	   width: calc(50% - 30px);
  }
}
@media only screen and (max-width : 991px) {
	.main_nav li{
		margin-left: 20px;
	}
	.main_nav li a {
	  font-size: 14px;
	}
	.search-icon a{
		margin-left: 20px;
	}
}
@media only screen and (max-width : 880px) {
	.farmer_issue_section {
	  background-size: 370px;
	  min-height: 608px;
	}
	.hero_section {
	  background-size: 1235px;	}
}
@media only screen and (max-width : 768px) {
	.solution_box {
	  width: calc(25% - 20px);
	  padding: 0 10px;
	}
	.kheti_hero_content h1 {
	  font-size: 32px;
	}
	.kheti_hero_content p {
	  font-size: 16px;
	  line-height: 1.4;
	}
	.former_service_row,
	.team_row{
		flex-wrap: wrap;
	}
	.former_service_col{
		width: 100%;
	}
	.team_col{
		width: 100%;
		max-width: unset;
	}
	.team_box {
	  max-width: 300px;
	  margin: 0 auto 40px;
	}
	.team_col:last-child .team_box{
		margin-bottom: 0;
	}
	.former_service.buyer_auction .former_service_row{
		flex-wrap: wrap-reverse;
	}
	.buyer_auction .former_service_content.former_service_col {
	  width: 100%;
	}
	.buyer_auction .former_service_image.former_service_col{
		width: 100%;
	}
	.buyer_auction .former_service_image.former_service_col .image {
	  text-align: center;
	}
	.former_service.buyer_auction{
		padding: 10px 0 50px;
	}
	.auction_row{
		flex-wrap: wrap;
	}
	.auction_col{
		width: 100%;
		margin: 0 auto 20px;
	}
	.work_step_row{
		flex-wrap: wrap;
	}
	.work_step_col{
		width: 100%;
		max-width: unset;
		margin: 0 0 30px;
	}
	.work_step_col:last-child{
		margin-bottom: 0;
	}
	.solution_row{
		margin: 0 -10px;
	}
	.solution_section h1{
		font-size: 28px;
	}
	.solution_box img {
	  max-width: 90px;
	}
	.solution_box h3 {
	  font-size: 16px;
	}
	.money_row{
		flex-wrap: wrap;
		max-width: 400px;
		padding: 10px 20px 30px;
	}
	.money_row.style_2{
		flex-wrap: wrap-reverse;
	}
	.money_content{
		max-width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.style_2 .money_image {
	  justify-content: center;
	}
	.money_image{
		justify-content: center;
	}
	.money_col {
	  width: 100%;
	}
	.turn_row{
		flex-wrap: wrap-reverse;
	}
	.turn_content{
		width: 100%;
		padding-top: 20px;
	}
	.turn_image{
		width: 100%;
		text-align: center;
	}
	.turn_content p, .money_section p, .money_content p {
	  font-size: 15px !important;
	}
	.why_apath_section{
		padding: 0px 0 170px;
	}
	.help_row.why_apath {
	  margin-top: 100px;
	}
	.money_content h3 {
	  font-size: 20px;
	}
	.help_row.why_apath .icon{
		margin: -85px 0 15px;
	}
	.help_row.why_apath .icon img{
		max-width: 100px;
	}
	.form_row{
		flex-wrap: wrap;
	}
	.form_form, .form_contant{
		width: 100%;
	}
	.form_contant ul li {
	  margin: 25px 0 0;
	}
	.contact_row{
		flex-wrap: wrap;
	}
	.contact_box{
		border-radius: 36px;
	}
	.contact_box h3, .contact_box a {
	  font-size: 18px;
	}
	.contact_col{
		width: 100%;
		margin-bottom: 100px;
	}
	.contact_col:last-child{
		margin-bottom: 0;
	}
	.farmer_issue_section{
		background: #f1ffef;
		min-height: unset;
		padding: 40px 0px 50px;
	}
	.about_page_heading h1 {
	  margin-left: 0;
		font-size: 28px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.about_page_content {
	  padding: 50px 0;
	}
	.about_page_partnership .partnership_row{
		flex-wrap: wrap-reverse;
	}
	.about_page_partnership .partnership_image {
	  width: 100%;
	}
	.about_page_partnership .partnership_content {
	  width: 100%;
	}
	.about_page_partnership .partnership_image .img_box{
		text-align: center;
	}
	.section_heading h1 br{
		display: none;
	}
	.farmer_issue_content p,
	.about_page_content p{
		font-size: 15px;
	}
	.farmer_issue_image{
		width: 0;
	}
	.farmer_issue_content {
	  width: 100%;
	}
	.header_menu {
	  	display: none;
	}
	.header_search{
		display: none;
	}
	.mobile_menu_button {
	  	display: block;
	}
	.site_logo a img {
	  	max-width: 90px;
	}
	.about_row{
		flex-wrap: wrap;
	}
	.about_section .about_row{
		flex-direction: column-reverse;
	}
	.about_image,
	.about_content{
		width: 100%;
	}
	.about_content{
		padding-top: 35px;
	}
	.about_section {
	  	padding: 0px 0 50px;
	}
	.section_heading h1 {
	  	font-size: 24px;
	}
	.glossary_box,
	.partnership_row{
		flex-wrap: wrap;
	}
	.glossary_box_image,
	.glossary_box_content,
	.partnership_image,
	.partnership_content,
	.work_col_points,
	.work_col_image,
	.playstore_image,
	.playstore_content{
		width: 100%;
	}
	.glossary_content_box {
	  	padding: 30px 30px 40px;
	}
	.glossary_content_box h2 {
	  	font-size: 22px;
	}
	.glossary_content_box p {
	  	font-size: 15px;
	}
	.glossary_content_box p br{
		display: none;
	}
	.glossary_content_box a {
	  	font-size: 16px;
	}
	.glossary_box:nth-child(2),
	.work_row{
		flex-wrap: wrap-reverse;
	}
	.partnership_content,
	.work_col_points,
	.playstore_content {
	  	padding-top: 35px;
	}
	.work_col_points ul li {
	  	font-size: 15px;
	}
	.work_col_points ul li .icon {
	  	margin-right: 15px;
	  	position: relative;
		top: -7px;
	}
	.work_section {
	  	padding: 0;
	}
	.help_section_heading {
	  	font-size: 24px;
	  	margin: 0 0 25px;
	}
	.help_row{
		flex-wrap: wrap;
		justify-content: center;
	}
	.help_box {
	  	width: 100%;
	  	margin: 0 0 5rem;
	}
	.help_box.lst {
		margin: 0 0 2rem;
    }
	.fs-section .help_box {
		width: 100%;
		margin: 0 0 8rem;
    }
	
	.fs3-section .help_box {
		margin: 0;
    }
	.fs-section .help_row{
		padding: 0;
	}
	.help_section {
	  	/* padding: 10rem 0 0; */
	}
	.help_section.fs1-section{
		padding-top: 10rem;
	  }
	  .help_section.fs1-section{
		padding-bottom: 0;
	}
	.help_section.fs2-section{
		padding: 0;
	}
	.help_section.fs3-section{
		padding: 0 0 5rem;
	}
	
	.playstore_row{
		flex-wrap: wrap;
	}
	.playstore_content h1{
		font-size: 24px;
		margin: 0px 0 20px;
	}
	.playstore_content p{
		font-size: 15px;
		margin: 0 0 20px;
	}
	.playstore_content p span{
		margin: 0 0 5px;
	}
	.playstore_section {
  		padding: 50px 0 50px;
	}
	.footer_row{
		flex-wrap: wrap;
	}
	.footer_col {
	  width: 100%;
	  margin: 0 0 30px;
	}
	.footer_col:last-child{
		margin-bottom: 0;
	}
	.main_footer {
	  	padding: 40px 0 45px;
	}
	.footer_copyright p {
	  	font-size: 14px;
	}
	.hero_content h1 {
	  	font-size: 24px;
	}
	.hero_content p {
	  	font-size: 14px;
	  	margin: 0 0 30px;
	}
	.hero_section {
	  	background-size: 960px;
	  	background-position: 36% 90px;
	  	padding: 2rem 0;
	}
	.hero_buttons {
	  	display: flex;
	}
	.site_button {
	  	font-size: 15px;
	  	padding: 5px 12px;
	}
	.hero_content {
	  	max-width: 490px;
	}
	.sec_button{
		padding: 9px 22px;
	}
	.aution_box{
		flex-wrap: wrap;
	}
	.auction_col:first-child .aution_box{
		flex-wrap: wrap-reverse;
	}
	.auction_content {
	  width: 100%;
	}
	.auction_image{
		margin: 0 auto 10px;
	}
	.card_row{
		justify-content: center;
	}
	.blogs .card_row .card_col  {
		width: 100%;
  }
  .news .card_row .card_col{
  	width: 100%;
  }
  .announce_row{
  	justify-content: center;
  }
}
@media only screen and (max-width : 525px) {
	.hero_section {
	  	background-size: 655px;
	  	background-position: 36% 154%;
	}
	.solution_box {
	  width: calc(33.333% - 20px);
	  padding: 0 10px;
	}
}
@media only screen and (max-width : 480px) {
	.hero_section {
	  	background-size: 600px;
	  	background-position: 36% 125%;
	}
	.kheti_hero_row{
		flex-wrap: wrap-reverse;
	}
	.kheti_hero_content, .kheti_hero_image {
	  width: 100%;
	}
	.kheti_hero_content {
	  padding-top: 25px;
	}
	.kheti_hero_content p br{
		display: none;
	}
	.solution_section{
		padding-top: 250px;
	}

}
@media only screen and (max-width : 420px) {
	.hero_section {
	  background-size: 530px;
	  background-position: 36% 122%;
	}
	.hero_buttons .site_button {
	  margin-right: 8px;
	}
	.hero_buttons .site_button:last-child{
		margin-right: 0;
	}
}
@media only screen and (max-width : 380px) {
	.hero_section {
	  background-size: 475px;
	  background-position: 36% 116%;
	}
	.solution_box {
	  width: calc(50% - 20px);
	  padding: 0 10px;
	}
}