@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-ExtraLight.ttf");
	font-style: normal;
	font-weight: 200;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-ExtraLightItalic.ttf");
	font-style: italic;
	font-weight: 200;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Light.ttf");
	font-style: normal;
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-LightItalic.ttf");
	font-style: italic;
	font-weight: 300;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Regular.ttf");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Italic.ttf");
	font-style: italic;
	font-weight: 400;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Medium.ttf");
	font-style: normal;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-MediumItalic.ttf");
	font-style: italic;
	font-weight: 500;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-SemiBold.ttf");
	font-style: normal;
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-SemiBoldItalic.ttf");
	font-style: italic;
	font-weight: 600;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Bold.ttf");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-BoldItalic.ttf");
	font-style: italic;
	font-weight: 700;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-ExtraBold.ttf");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-ExtraBoldItalic.ttf");
	font-style: italic;
	font-weight: 800;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-Black.ttf");
	font-style: normal;
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: "Nunito";
	src: url("../fonts/Nunito/static/Nunito-BlackItalic.ttf");
	font-style: italic;
	font-weight: 900;
	font-display: swap;
}
@font-face {
	font-family: "Anton";
	src: url("../fonts/Anton/Anton-Regular.ttf");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
}
* {
	font-family: "Nunito", sans-serif;
}
.modal {
	z-index: 100000;
	background: rgba(0, 0, 0, 0.6);
}
.modal-content {
	border-radius: 30px;
	background: #fff;
}
.modal-header {
	border-bottom: 0;
}
.modal-footer {
	border-top: 0;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(122, 17, 20);
  --bs-btn-border-color: rgb(122, 17, 20);
  --bs-btn-hover-color: #fff;
--bs-btn-hover-bg: rgb(122, 17, 20);
--bs-btn-hover-border-color: rgb(122, 17, 20);
--bs-btn-focus-shadow-rgb: 49,132,253;
--bs-btn-active-color: #fff;
--bs-btn-active-bg: rgb(122, 17, 20);
--bs-btn-active-border-color: rgb(122, 17, 20);
--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
--bs-btn-disabled-color: #fff;
--bs-btn-disabled-bg: rgb(122, 17, 20);
--bs-btn-disabled-border-color: rgb(122, 17, 20);
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none;
}
#alertmessage {
	margin:0;
}
.text-left{
    text-align:left;
}
.carousel-caption{
    position: absolute;
    right: auto;
    top: 20%;
    bottom: auto;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption h3, .cropchoice-about-text h3{
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 42px;
    text-align: left;
    color: #598000;
    line-height: 1.4;
    margin-top: 15px;
}
.cropchoice-about-text h5{
    text-align: left;
}
.cropchoice-about-text p, .carousel-caption p{
    text-align: left;
	color: #444;
	font-size: 18px;
	width:100%;
	line-height:1.8;
	margin-top:15px;
}
.color-white{
	color:white !important;
}
.custom-shape-divider-top {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1000;
}
.custom-shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
    z-index: 2000;
}
.custom-shape-divider-top .shape-fill {
    fill: #f6041a;
}
.cropchoice-about-section{
	background: #f6041a;
	position: relative;
}
.cropchoice-btn {
    border: solid 3px #fff;
    border-radius: 100px;
    padding: 10px 40px;
    background: transparent;
	float:left;
}
.cropchoice-btn a {
    color:white;
	text-decoration:none;
	font-family: 'Anton', sans-serif;
}
.cropchoice-btn-bgwhite {
	display: inline-block;
	position: relative;
    border: solid 3px #fff;
    border-radius: 100px;
    padding: 10px 40px;
    background: white;
	color:black;
	transition:all 0.3s linear;
}
.cropchoice-btn-bg-light-blue {
	display: inline-block;
    position: relative;
    border: solid 3px #0a8a4f;
    border-radius: 100px;
    padding: 10px 40px;
    background: #0a8a4f;
    color: white;
    transition: all 0.3s linear;
	float:left;
}
.cropchoice-btn-bg-light-blue a {
	color: #ffffff;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
}
.cropchoice-btn-bgwhite:hover:before, .cropchoice-btn-bgwhite:hover:after {
    transform: none;
}
.cropchoice-btn-bgwhite:before {
    top: 65%;
    left: 55%;
}

.cropchoice-btn-bgwhite:before {
    width: 1.9em;
    height: 2.9em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #0072e9;
    border-radius: 50%;
    transition: transform 1.7s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: -1;
}
.cropchoice-btn-bgwhite:after {
    top: 45%;
    right: 65%;
}
.cropchoice-btn-bgwhite:after {
    width: .9em;
    height: 3em;
    position: absolute;
    content: "";
    display: inline-block;
    background: #0072e8;
    border-radius: 60%;
    transition: transform 1s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: -1;
}
.cropchoice-btn-bgwhite a {
	color: #030303;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
}
.float-left{
	float:left;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-30{
	margin-bottom: 30px;
}
.cropchoice-sauce-img{
	width: 100%;
	margin-top: -250px;
    z-index: 3000;
    position: relative;
}
.custom-shape-divider-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0);
    z-index: 2;
}
.custom-shape-divider-bottom .shape-fill {
    fill: #f6041a;
}
#cropchoice_about .cropchoice-dot {
    position: absolute;
    bottom: -270px;
    left: 8%;
    z-index: 900;
    width: 80px;
}
.cropchoice-about-text{
	z-index: 5000;
}
.cropchoice-marquee {
	display: flex;
  height: 40px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #a90000;
    color: white;
}

.cropchoice-marquee ul {
  display: flex;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: cropchoicemarquee;
    animation-duration: 100s;
}

.cropchoice-marquee li {
  float: left;
  width: 100%;
  display: inline-block;
    white-space: nowrap;
    font-style: normal;
	margin-right:15px;
  line-height: 40px;
  font-weight: 900;
    font-size: 14px;
	text-transform: uppercase;
}
.cropchoice-marquee li span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}
.cropchoice-navbar{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cropchoice-navbar.sticky {
	position: fixed;
    top: 0;
    z-index: 6000;
    width: 100%;
}
.cropchoice-savey-bg-image {
    width: 95%;
    z-index: 1;
    position: relative;
    top: -80px;
    margin-bottom: -550px;
}
.cropchoice-savey-txt-overlap {
    z-index: 2;
}
.cropchoice-savey-text-container h3 {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 3.5%!important;
    color: #a90000;
    font-size: 42px;
    text-align: left;
}
.cropchoice-savey-text-container {
    margin-top: -150px;
}
.cropchoice-savey-text-container p {
    text-align: left;
    font-size: 20px;
}
.custom-shape-divider-wmua-top {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0);
    z-index: 2;
}
.custom-shape-divider-wmua-top svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 150px;
    transform: rotateY(0);
    z-index: 2000;
}
.custom-shape-divider-wmua-top .wmua-sf {
    fill: #fff;
}
.wmua-section {
    padding: 5% 0;
    background: #f6041a;
    position: relative;
    top: -148px;
}
.wmua-section h2 {
    font-size: 66px;
    letter-spacing: 4px;
    font-style: normal;
    color: #fff;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
	margin-bottom:30px;
}
.float-none{
	float: none;
}
.wmua-feature-icon img{
	margin-bottom:10px;
}
.wmua-feature h3 {
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    color: #fff;
}
.wmua-section .wmua-dot {
    position: absolute;
    bottom: -170px;
    right: 6%;
    z-index: 900;
}
.custom-shape-divider-wmua-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0);
    z-index: 2;
    margin-top: -148px;
}
.custom-shape-divider-wmua-bottom svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 150px;
    transform: rotateY(0);
    z-index: 2000;
}
.custom-shape-divider-wmua-bottom .wmua-sf-bottom {
    fill: #f6041a;
}
.cropchoice-seen-on-section {
    padding: 8% 0;
    background: rgb(221 220 226);
    position: relative;
    margin-top: -150px;
}
.cropchoice-seen-on-section h2 {
    font-size: 66px;
    font-style: normal;
    color: #a90000;
	font-family: 'Anton', sans-serif;
}
.cropchoice-seen-on-feature {
	margin-bottom:30px;
}
.divider-seen-on-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(0);
    z-index: 2;
    margin-top: 0;
}
.divider-seen-on-bottom svg {
    position: relative;
    display: block;
    width: calc(150% + 1.3px);
    height: 150px;
    transform: rotateY(0);
    z-index: 2000;
}
.divider-seen-on-bottom .so-sf-bottom {
    fill: rgb(221 220 226);
}
.cropchoice-htmas-section {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
}
.cropchoice-htmas-main-img{
	margin-bottom:20px;
	float:left;
	width: 60%;
}
.cropchoice-htmas-section .htmas-list-col {
    background: #ffffff;
    padding: 20% 0% 15% 9%; /* 10% 2% 5% 5% */
}
.cropchoice-htmas-section .cropchoice-htmas-list h3 {
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-style: normal;
    color: #f6041a;
    font-size: 2.4em;
	text-align:left;
}
.cropchoice-htmas-section .cropchoice-htmas-list p {
    margin: 0;
    font-style: normal;
	text-align:left;
}
.cropchoice-htmas-list-row {
	margin-bottom:15px;
}
.cropchoice-htmas-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.cropchoice-htmas-image-wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
.lightwidget__lightbox{
	z-index:10000 !important;
}
.vjslider__slide{
	padding:15px !important;
}
footer {
    background: #f6041a;
    padding: 2% 0 5%;
}
.cropchoice-wave-footer {
    display: block;
    width: 100%;
    position: relative;
    top: -30px;
	max-width: 100%;
}
.cropchoice-footer-top-img {
    position: absolute;
    top: -155px;
    right: 70px;
}
.cropchoice-footer-instagram-name a {
	font-family: 'Anton', sans-serif;
    font-style: normal;
	text-align:left;
	color: #fff;
	text-decoration: none;
	float: left;
    margin-bottom: 10px;
}
.cropchoice-footer-mid-wave-img {
	width:100%;
    margin: 40px 0;
}
.cropchoice-footer-nav ul {
	list-style: none;
}
.cropchoice-footer-nav ul li{
	text-align: left;
}
.cropchoice-footer-nav ul li a {
	color: #fff;
	font-family: 'Anton', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 40px;
	text-decoration: none;
}
.cropchoice-footer-saucey-button, .cropchoice-footer-saucey-button:hover, .cropchoice-footer-saucey-button:focus, .cropchoice-footer-saucey-button:active {
    display: inline-block;
    text-align: center;
    background: #0a8a4f;
    color: #fff;
    padding: 1em 1.4em;
    line-height: 1;
    border-radius: 100px;
    position: relative;
    min-width: 8.23em;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Anton', sans-serif;
	text-decoration: none;
}
.cropchoice-footer-saucey-wrapper{
	text-align: left;
    padding-left: 2rem;
    margin-bottom: 20px;
}
.cropchoice-footer-logo-container{
	text-align:left;
}
.cropchoice-footer-logo-container h5{
	font-family: 'Anton', sans-serif;
	padding-top: 40px;
	color: #fff;
}
.cropchoice-footer-logo-container a{
	color: #fff!important;
	text-decoration: none;
}
.cropchoice-footer-social-icons-container h5{
	font-family: 'Anton', sans-serif;
	color: #ffffff;
}
a.cropchoice-footer-btn-social {
    background: #fff;
    border-radius: 50%;
    color: #f6041a!important;
    display: inline-block;
    height: 41px;
    line-height: 41px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 41px;
    font-size: 24px;
}
.cropchoice-footer-social-icons-container {
	text-align: left;
}
.cropchoice-footer-social-icons-container h5, .cropchoice-footer-social-icons {
	margin-bottom:10px;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=range], input[type=date], textarea, input.text, input[type=search] {
    display: block;
    margin: 0;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding: 10px 20px 10px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    background: #ffffff;
}
.cropchoice-form-submit input[type=submit] {
    float: right;
    background: none;
    font-family: 'Anton', sans-serif;
    padding: 10px 0;
    color: white;
    border: 0;
}
.cropchoice-footer-logo{
	width: 125px;
}
.cropchoice-footer-bottom {
    background: #a90000;
    color: white;
    padding: 15px 0 !important;
}
.cropchoice-footer-bottom p {
    padding: 0 !important;
    margin: 0 !important;
}
.cropchoice-logo img {
	width: 100px;
    margin-top: 10px;
}
.cropchoice-logo {
    position: relative;
    left: 0;
}
.link, .link:hover, .link:focus, .link:active{
    color: #555;
    text-decoration: none;
}
#es-lightbox .es-poweredby, a.feed-powered-by-es, .es-widget-header-container {
    display: none !important;
}
.es-header-btn[data-v-6ed2c626] {
    background-color: #a90000 !important;
}
@keyframes cropchoicemarquee {
  0% { left: 0; }
  100% { left: -100%; }
}
.cropchoice-side-nav-btn {
	display: inline-block;
	text-align: center !important;
	background: #0a8a4f;
	color: #fff;
	font-weight: 700;
	padding: 1.2em 3em 1.23em;
	line-height: 1;
	border-radius: 100px;
	position: relative;
	text-decoration: none;
	font-size: 1.25rem;
	width: 130px;
}
.cropchoice-side-nav-social-icons {
	float: left;
    margin-left: 8px;
    margin-bottom: 15px;
    width: 100%;
    text-align:left;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav p {
	text-align: left;
	padding-left: 15px;
	color: white;
	font-size: 14px;
}
.cropchoice-side-nav p {
margin: 0 12px 0px;
font-size: 14px;
text-align: left;
color: white;
}
#cropchoice-side-nav h5 {
	color: white;
	text-align: left;
	margin: 15px;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav .cropchoice-side-nav-social-icons a {
  display: inline-block;
  line-height: 24px;
	text-align: center;
	margin: 0 7px 0px;
}
.side-nav-contact-form{
	margin:15px 15px 35px 15px;
}
.cropchoice-navbar .cropchoice-navbar-container #cropchoice-side-nav .side-nav-contact-email a {
	font-size: 18px;
	padding: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1000px) {
	.open-btn{
		margin-right: -100px !important;
		top: 15px !important;
	}
}
@media (min-width: 992px) {
	.carousel-inner{
		/* height: calc(100vh - 65px); */
		height: 100%;
	}
	.wmua-section{
		padding-top:12%;
	}
}
@media screen and (max-width: 768px){
    .cropchoice-savey-text-container {
        margin-top:0;
    }
    #cropchoice_about .cropchoice-dot {
        bottom: -100px;
        width: 50px;
        height: 150px;
    }
    .custom-shape-divider-top svg {
        width: calc(140% + 1.3px);
        height: 50px;
    }
    .cropchoice-logo {
      left: 0;
    }
    .cropchoice-footer-logo {
        margin: 20px 0;
    }
    .cropchoice-about-text p {
        color: rgb(255 255 255);
        font-size: 18px;
    }
    .cropchoice-savey-text-container h3 {
        font-size: 36px;
        line-height: 1.4;
    }
	.cropchoice-sauce-img {
		width: 100%;
		/* margin: -100px 0 -120px 0px; */
		margin: 0;
	}
	.carousel-caption h3 {
		font-size: 32px;
        margin-top: -10px;
        line-height: 1.5;
	}
	.cropchoice-about-text h3 {
		font-size: 36px;
		color: white;
		line-height: 1.4;
	}
	.cropchoice-htmas-main-img{
	    display:none;
	}
	.cropchoice-about-section {
		padding: 40px 15px;
	}
	#cropchoice-badge-container {
		display:none;
	}
	.wmua-section {
		padding-top: 18%;
	}
	.cropchoice-seen-on-section {
		padding-top: 25%;
		padding-bottom: 12%;
	}
	.container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.cropchoice-wave-footer {
		top: -12px;
	}
	.cropchoice-htmas-section {
		top: -80px;
		margin-bottom: -70px;
	}
	.cropchoice-footer-top-img {
		top: -75px;
		right: 0px;
		width: 75px;
	}
	.cropchoice-footer-saucey-wrapper, .cropchoice-footer-nav ul {
		padding-left: 0;
	}
}
@media screen and (max-width: 575px){
.carousel-caption h3 {
    font-size: 20px;
    margin-top: 0px;
}
}

/* products page css starts */
.cropchoice-hero-header {
    background: black;
    background: url('../images/products-page-hero-banner.gif');
    height: 65vh;
    background-size: cover;
	position: relative;
}
.products-container{
	padding: 50px 0;
}
.product-card{
	margin-bottom: 20px;
	border: 1px solid #cc8c25;
	padding: 40px 15px;
	border-radius: 30px;
	box-shadow: 0 4px 4px rgba(122, 17, 20, 0.1);
	border: 1px solid rgba(0,0,0,0.05);
}
.product-card .card-body h5{
	color: black;
}
.product-card .card-body p{
	margin-bottom:10px;
}
.products-cart-btn {
	border: 1px solid #a90000;
    background-color: #a90000;
}
.products-cart-btn:hover, .products-cart-btn:focus, .products-cart-btn:active {
	border: 1px solid #f6041a;
    background-color: #f6041a;
}
.cropchoice-hero-header-title{
	color: white;
	font-size: 4em;
	font-family: 'Anton', sans-serif;
	line-height: 1.2;
	margin-top: -80px;
}
.cropchoice-divider-products-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
  margin-bottom: -15px;
  background: transparent;
}
@media screen and (max-width: 768px){
	.cropchoice-hero-header {
		height: 25vh;
	}	
	.cropchoice-hero-header-title{
		text-align:right;
		color:white;
		font-size: 1.5em;
	}
}
/* products page css ends */

/* contact us page css starts */
.cropchoice-contact-page-section {
	padding: 120px 0;
	min-height: 100vh;
}
.cropchoice-contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
      margin-bottom: 10px;
}
.cropchoice-contact-info-icon {
margin-bottom: 15px;
}
.cropchoice-contact-info-item {
  background: #fff;
padding: 30px 15px;
border: 1px solid #0a8a4f;
border-radius: 15px;
min-height: 250px;
}
.cropchoice-contact-page-section .cropchoice-contact-page-form h2 {
  color: #030303;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 700;
}
.cropchoice-contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.cropchoice-contact-page-form input {
  margin-bottom: 5px;
}  
.cropchoice-contact-page-form textarea {
  height: 110px;
}
.cropchoice-contact-page-form input[type="submit"] {
  background: #0a8a4f;
    width: 150px;
    border-color: #0a8a4f;
    color: white;
}
.cropchoice-contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.cropchoice-contact-info-text p{margin-bottom:0px;}
.cropchoice-contact-info-text h2 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.cropchoice-contact-info-text span {
  color: #555;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
  word-break: break-all;
word-wrap: break-word;
}

.cropchoice-contact-page-form input {
  background: white;
	border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 15px;
}

.cropchoice-contact-page-form .cropchoice-message-input {
display: inline-block;
width: 100%;
padding-left: 0;
}
.cropchoice-input-field textarea {
  background: white;
border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 15px;
}
.cropchoice-input-fieldsbtn input[type="submit"] {
  background: #fda40b none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.cropchoice-input-fieldsbtn input[type="submit"]:hover{background:#ce6d27;transition: all 0.4s ease-in-out 0s;border-color:#ce6d27}
.cropchoice-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.cropchoice-contact-page-form {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.cropchoice-contact-page-map {
  margin-top: 36px;
}
.cropchoice-contact-page-form form {
    padding: 20px 15px 0;
}
@media screen and (max-width: 768px){
	.cropchoice-contact-page-section {
	  padding: 80px 0;
	}
}
/* contact us page css ends */

/* about us page css starts */
.cropchoice-about-us-header {
	background-image: url('../images/cropchoice-about-us-header.webp');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}
.cropchoice-about-us-blob {
  background-image: url('../images/about_us_blob.svg');
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  bottom: 0px;
  left: 100px;
}

.cropchoice-blob-text {
	display: block;
	top: 70px;
	left: 40px;
	padding: 40px 110px 30px 100px;
	color: #fff;
}

.cropchoice-blob-text p {
	font-size: 16px;
	line-height: 24px;
}
.cropchoice-blob-text h1 {
	font-family: 'Anton', sans-serif;
	font-size: 3em;
	font-weight: 400;
  line-height: .8em;
  margin-bottom: 15px;
}
.cropchoice-history {
	padding-top: 80px;
	padding-bottom: 40px;
}
.cropchoice-history h2 {
	font-family: 'Anton', sans-serif;
  line-height: 1.2;
  padding-bottom: 2%;
  color: #a90000;
  font-size: 48px;
}
.container.cropchoice-history p {
  color: #222222;
  margin-bottom: 15px;
}
.cropchoice-about-dots {
	position: absolute;
	right: 5%;
}
.cropchoice-about-us-middle-banner {
  width: 100%;
  height: auto;
}

a.btn.cropchoice-about-btn {
	background: #0a8a4f;
	color: #fff;
	border-radius: 40px;
	padding: 10px 31px;
}

.cropchoice-founders img {
 border-radius: 100% 
}
.cropchoice-founders {
	margin-top: -150px; 
	padding-bottom: 10%;
}
.cropchoice-founders .col-md-6 {
 padding-left: 15px;    
}
.cropchoice-founders p {
	color: #222222;
}
.cropchoice-founders h3 {
  margin-bottom: 0;
  font-family: 'Anton', sans-serif;
font-size: 45px;
}
.cropchoice-founders h3, .cropchoice-founders h4 {
  color: #f6041a;
}
@media only screen and (max-width: 768px) {
.cropchoice-founders {
	margin-top: 50px;
	padding-bottom: 50px;
}
  }
@media only screen and (min-width: 1400px) {
	.cropchoice-blob-text p {
			font-size: 18px;
		line-height: 30px;
	}
	  .cropchoice-blob-text {
		display: block;
		top: 0;
		left: 0;
		padding: 110px 200px 30px 200px;
		color: #fff;
	}
}
@media only screen and (min-width: 1440px) {
	.cropchoice-blob-text p {
			font-size: 18px;
		line-height: 30px;
	}
	  .cropchoice-blob-text {
		display: block;
		top: 90px;
		left: 160px;
		padding: 0;
		color: #fff;
		width: 320px;
	}
}
@media only screen and (min-width: 1600px) {
	.cropchoice-blob-text p {
		font-size: 18px;
line-height: 28px;
	}
	  .cropchoice-blob-text {
		display: block;
		top: 80px;
		left: 160px;
		padding: 0;
		color: #fff;
	}
}
/* @media only screen and (min-width: 1400px) {
	.cropchoice-blob-text p {
		font-size: 20px;
		line-height: 28px;
	}
} */
@media only screen and (max-width: 1400px) {
	.cropchoice-blob-text p {
		font-size: 15px;
		line-height: 24px;
	}
	  .cropchoice-blob-text {
		display: block;
		top: 80px;
		left: 100px;
		padding: 0;
		color: #fff;
		width: 320px;
	}
	.cropchoice-about-us-header {
	  height: 80vh;
	}
}
@media only screen and (max-width: 1440px) {
	
}
@media only screen and (max-width: 1024px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
		left: 130px;
		width: 250px;
		top: 100px;
	}
	.cropchoice-blob-text p {
	  font-size: 12px;
	  line-height: 20px;
	}
	.cropchoice-blob-text h1 {
		font-size: 2em;
	}
	.cropchoice-about-us-header {
	  height: 80vh;
	}
}
@media only screen and (max-width: 992px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
		left: 100px;
		width: 250px;
		top: 75px;
	}
	.cropchoice-blob-text p {
	  font-size: 12px;
	  line-height: 20px;
	}
	.cropchoice-blob-text h1 {
		font-size: 2em;
	}
	.cropchoice-about-us-header {
	  height: 80vh;
	}
}
@media only screen and (max-width: 768px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
left: 75px;
width: 235px;
top: 50px;
	}
	.cropchoice-blob-text p {
	  font-size: 11px;
	  line-height: 20px;
	}
	.cropchoice-blob-text h1 {
		font-size: 2em;
	}
	.cropchoice-about-us-header {
	  height: 70vh;
	}
}
@media only screen and (max-width: 575px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
		width: 200px;
		left: 95px;
		top: 55px;
	}
	.cropchoice-blob-text p {
	  font-size: 11px;
    line-height: 16px;
	}
	.cropchoice-blob-text h1 {
		font-size: 1.5em;
	}
	.cropchoice-about-us-header {
	  height: 75vh;
	}
}
@media only screen and (max-width: 425px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
left: 55px;
top: 65px;
width: 295px;
	}
	.cropchoice-blob-text p {
	  font-size: 14px;
    line-height: 18px;
	}
	.cropchoice-blob-text h1 {
		font-size: 1.5em;
	}
	.cropchoice-about-us-header {
	  height: 70vh;
	}
}
@media only screen and (max-width: 375px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
width: 200px;
top: 50px;
left: 100px;
	}
	.cropchoice-blob-text p {
	  font-size: 12px;
    line-height: 16px;
	}
	.cropchoice-blob-text h1 {
		font-size: 1.5em;
	}
	.cropchoice-about-us-header {
	  height: 60vh;
	}
}

.footer-address{
    color: white;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 7px;
}
.footer-link, .footer-link:hover, .footer-link:focus{
    color: white;
text-decoration: none;
text-align: left;
width: 100%;
display: inline-block;
margin-bottom: 7px;
}
.footer-whatsapp-no {
font-size: 46px;
font-family: 'Anton', sans-serif;
letter-spacing: 2px;
}
.footer-phone-no {
font-size: 32px;
font-family: 'Anton', sans-serif;
letter-spacing: 2px;
}
.side-nav-contact-email a, .side-nav-contact-phone a {
	margin-bottom: 5px !important;
	font-size: 16px !important;
	font-weight: 100 !important;
	margin-bottom: 0 !important;
    padding: 2px !important;
}
@media only screen and (max-width: 320px) {
	.cropchoice-about-us-blob {
		left: 0px;
	}
	  .cropchoice-blob-text {
		padding: 0;
		left: 75px;
		top: 55px;
		width: 195px;
	}
	.cropchoice-blob-text p {
	  font-size: 10px;
    line-height: 14px;
	}
	.cropchoice-blob-text h1 {
		font-size: 1.5em;
	}
	.cropchoice-about-us-header {
	  height: 70vh;
	}
}

.about-us-container {
  position: relative;
  text-align: center;
  color: white;
}
.about-us-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us-text h1 {
font-family: 'Anton', sans-serif;
font-size: 2.5em;
font-weight: 400;
}
.about-us-text p {
    font-size: 16px;
}
.about-us-container {
  margin-top: 7%;
}
.about-us-container img {
	width: 100% !important;
}
  @media (max-width: 992px){
.about-us-container img {
  width:90% !important;
}
.about-us-text h1 {
  font-size: 2.2em;
}
.about-us-text p {
    font-size: 13px;
}
}
@media (max-width: 768px){
.about-us-container img {
  width:80% !important;
}
.about-us-text h1 {
  font-size: 1.8em;
}
.about-us-text p {
    font-size: 12px;
}
.about-us-container {
  margin-top: 7%;
}
}
@media (max-width: 575px){
.about-us-container img {
  width:80% !important;
}
.about-us-text h1 {
  font-size: 2em;
}
.about-us-text p {
    font-size: 11px;
}
}
@media (max-width: 425px){
.about-us-container img {
  width:100% !important;
}
.about-us-text h1 {
  font-size: 1.3em;
}
.about-us-text p {
    font-size: 10px;
}
}
/* about us page css ends */
.card-title {
    font-size: 18px;
}
}