.header-section {
    padding-top: 50px;
}
.crop-section {
    padding-bottom: 50px;
}
.blue-button {
	text-decoration: none;
	color: #fff;
	background-color: #102d69;
	border: 1px solid #102D69;
	padding: 15px 36px;
	box-shadow: 3px 6px 24px #102d6938;
	transition: .3s ease-in-out
}

.blue-button:hover {
	color: #102d69;
	background-color: #fff;
	transition: box-shadow .25s ease-in-out;
	box-shadow: 8px 11px 30px #102d6938
}

.white-button {
	text-decoration: none;
	color: #102d69;
	background-color: #fff;
	border: 1px solid #102D69;
	padding: 15px 36px;
	box-shadow: 3px 6px 24px #102d6938;
	transition: .3s ease-in-out
}

.white-button:hover {
	color: #fff;
	background-color: #102d69;
	transition: box-shadow .25s ease-in-out;
	box-shadow: 8px 11px 30px #102d6938
}

.green-button {
	text-decoration: none;
	color: #fff;
	background-color: #13a538;
	padding: 15px 36px;
	box-shadow: 3px 2px 10px #102d6938
}

.green-button:hover {
	color: #fff;
	background-color: #13a538;
	transition: box-shadow .25s ease-in-out;
	box-shadow: 8px 11px 30px #102d6938
}

.know-more-button {
	text-decoration: none;
	color: #13a538;
	background-color: transparent;
	border: 1px solid #13A538;
	padding: 15px 36px;
	box-shadow: 3px 2px 10px #102d6938
}

.know-more-button:hover {
	color: #fff;
	background-color: #13a538;
	transition: box-shadow .25s ease-in-out;
	box-shadow: 8px 11px 30px #102d6938
}

.border-radius-sm {
	border-radius: 27px
}

.border-radius-lg {
	border-radius: 100px
}

.crops-list-section {
	padding: 20px 0
}

.green-text {
	color: #16ac5c
}

.orange-text {
	color: #fab401
}

.blue-text {
	color: #102d69
}

.dark-green-text {
	color: #007a3e
}

.crop-breadcrumb-wrapper {
	display: none
}

.crop-cards {
	background: #fff 0% 0% no-repeat padding-box;
	box-shadow: 12px 16px 44px #00000029;
	border-radius: 20px;
	padding: 70px 25px 25px;
	position: relative;
	margin-top: 100px
}

.crop-img-container {
	position: relative;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%)
}

.crop-img-container img {
	width: 112px;
	height: 112px;
	border-radius: 15%
}

.crop-name {
	font-size: 16px;
	line-height: 23px
}

.crop-para {
	font-size: 12px;
	line-height: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.crop-list-container .row:nth-of-type(n+4) {
	display: none
}

.know-more-btn {
	font-size: 12px;
	line-height: 26px
}

.show-more-btn-container {
	padding: 80px 0
}

.show-more-btn {
	border-radius: 50px
}

@media (max-width: 525px) {
	.pd-15 {
		padding-right: 15px;
		padding-left: 15px
	}
}

@media (min-width: 992px) {


	.all-crops-title {
		font-size: 60px;
		line-height: 82px
	}

	.crop-breadcrumb-wrapper {
		display: block;
		padding: 50px 0 0
	}

	.crop-breadcrumb-wrapper .breadcrumb-item.active {
		color: #102d69
	}
}

@media (min-width: 1400px) {
	.crop-img-container img {
		width: 140px;
		height: 140px;
		border-radius: 15%
	}

	.crop-cards {
		/* border-radius: 295px; */
		padding: 0;
		margin-top: 60px
	}

	.crop-img-container {
		position: static;
		transform: none
	}

	.crop-detail-div {
		padding-right: 15px
	}

	.crop-name {
		font-size: 26px;
		line-height: 36px
	}

	.crop-para {
		font-size: 16px;
		line-height: 22px;
		-webkit-line-clamp: 5
	}

	.know-more-btn {
		font-size: 16px;
		line-height: 23px
	}
}