
/* Responsive */


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.vegetable-img {
		height: 210px;
	}
  
}


/* Medium Devices, Tablet, Mobile */    

@media only screen and (max-width: 991px) {

	.banar-content h1 {
		font-size: 55px;
	}

	.menu .navbar-nav .nav-link {
		margin: 15px;
	}

	.vegetable-img {
		height: 210px;
	}

	.tomato-sliders {
	    padding: 16px 30px 34px 30px;
	}

	.tomato-sliders .owl-nav {
		padding: 0 10px
	}

	.tomato-sliders.owl-carousel.owl-loaded.owl-drag img {
	    margin-top: 60px;
	}

	.tomato-content {
	    flex-basis: 60%;
	}

	.tomato-slider-images {
	    flex-basis: 35%;
	}

	.single-crops-slide img {
		margin: auto;
	}



}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.vegetable-img {
		height: 150px;
	}


}

    
@media only screen and (max-width: 767px) {

	.s-crops-drop {
	    margin-bottom: 15px;
	}

	.crops-dropdown {
	    padding: 0;
	}

	button.btn.dropdown-toggle {
	    font-size: 14px;
	}

	.footer-social ul li a {
	    height: 40px;
	    width: 40px;
	    font-size: 20px;
	    line-height: 36px;
	    margin: 0;
	}

	.footer-social ul {
	    display: flex;
	    justify-content: space-between;
	}

	.footer-logo {
	    padding-top: 30px;
	}

	.banar-content h1 {
		font-size: 45px;
	}

	.single-banar {
		min-height: 500px;
	}

	.single-veg-box {
		margin-bottom: 15px;
	}

	.type-right {
	    padding: 30px 0 0 0;
	}


}
    
@media only screen and (min-width: 576px) and (max-width: 767px) {

	.vegetable-img {
		height: 150px;
		padding: 0 15px;
	}
	
	.vege-name {
		font-size: 16px;
	}
}

    
@media only screen and (max-width: 575px) {

	.footer-social {
	    padding-top: 15px;
	}

	.footer-social ul {
	    justify-content: flex-start;
	}

	.footer-social ul li {
	    margin-right: 15px;
	}

	.vegetable-img img {
	    display: block;
	    max-width: 100%;
	}

	.banar-slider.owl-carousel .owl-dots {
		margin-top: 148px;
	}

	.single-tomatoslide {
	    flex-direction: column;
	}

	.tomato-sliders.owl-carousel.owl-loaded.owl-drag img {
	    width: 200px;
	    margin: 0 auto;
	}

	.tomato-content h2 {
	    margin: 0;
	    margin-top: 15px;
	}

	.tomato-slider-images {
	}

	.des-box {
	    padding: 30px;
	}

	.tomato-content {
	    padding: 0 15px;
	}

	.tomato-content p {
	    padding: 15px 0 0 0;
	}

	.footer-area {
		margin-top: 100px;
	}

	.footer-area:after {
		height: 100px;
	}

	.banar-content h1 {
		font-size: 36px;
	}

	.varitem-list {
	    padding: 0 30px;
	}

	.ver-item {
	    font-size: 14px;
	}

	.type-tab-content {
	    padding: 30px;
	}

	.faq-content {
		padding: 0 15px;
	}

	.faq-content .card-header .btn-link {
		font-size: 24px;
	}

	.type-left p {
		padding-right: 0;
		font-size: 14px;
	}

	.faq-content .card-body {
		font-size: 14px;
	}

	.crops-ty-title h2 {
		font-size: 24px;
	}
	
}
    
@media only screen and (min-width: 480px) and (max-width: 575px) {
    
}

@media only screen and (max-width: 479px) {

	.vegetable-img {
		height: 150px;
		padding: 0 15px;
	}

	.video-content {
		padding: 0 30px;
	}


}
    
@media only screen and (min-width: 375px) and (max-width: 479px) {

}
    
@media only screen and (max-width: 374px) {

	.footer-logo a img {
	    display: block;
	    max-width: 100%;
	}

	.offcanvas.active {
		width: 100%;
	}


}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    
   
}
      
@media only screen and (min-width: 0px) and (max-width: 319px) {
  
}
   