/* ----------------------------------

Template Name: Agrul - Organic Farm Agriculture Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Manrope
Main Color   : #6222cc

-------------------------------------

[Typography]

Body copy:    15px 'Manrope', sans-serif
Header:     36px 'Manrope', sans-serif
Input, textarea:  16px 'Manrope', sans-serif
Sidebar heading:  20px 'Manrope', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
    02. Preloader
    03. Topbar
	    - Topbar Regular
        - Topbar With Menu
    04 Navbar
        - Navbar Default
        - Navbar Right Menu
        - Navbar Sticky
        - Navbar Center
    05. Banner
        - Banner Style One
        - Banner Style Two
    06. About Us
	    - About Style One
        - About Style Two
    07. Services
        - What We Do (Slider)
        - Services With Image & Icon
        - Services Single
    09. Product
		- Product Light Version
        - Product Dark Version
    10. Why Choose Us
    11. Fun Factor
    12. Testimonials
    13. Farmers
        - Farmer Grid
        - Farmer Details
    14. Projects
        - Project Slider
        - Prject Grid
        - Prject Details
    15. Order Process
    16. Clients / Brand
    17. Blog
        - Standard
        - Blog Grid
        - Left Sidebar
        - Right Sidebar
        - Single
    18. Error 404
    19. Footer
    20. PHP Contact Form
    21. Others

*/

/*
** General Styles for HTML tags
*/




.title-link {
	margin: 15px 0 20px 0;
	padding : 0px;
	font-size: 17px;
	font-weight: 400;
	line-height: 130%;
}
.img-link {
	width: 75%;
}
@media only screen and (max-width: 767px) {
	.img-link {	width: 100%; }
}


.services-single-content ul {
	margin: 0 0 0 30px;
}


.services-single-content ul li  {
	list-style: disc;
	
}


@media only screen and (max-width: 1226px) {
	.navbar-brand > img { height: 50px; }
}





@media only screen and (max-width: 768px) {
  .w-md-33 {
    width: 33.333333% !important;
  }
}

@media only screen and (max-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

@media only screen and (max-width: 456px) {
  .w-xs-100 {
    width: 100% !important;
  }
}




.product-estimate-delivary {
	padding: 15px;
	margin-top: 50px;
	border-left: 3px solid var(--color-primary);
	border-radius: 5px;
	background: #f1f1f1;
}

.bg-gray .product-estimate-delivary {
	padding: 15px;
	border: none;
	border-left: 3px solid var(--color-primary);
	border-radius: inherit;
	background: #ffffff;
}

.product-estimate-delivary i {
	margin-right: 5px;
}

.product-estimate-delivary span {
	padding-left: 34px;
	position: relative;
	margin-left: 10px;
	z-index: 1;
}

.product-estimate-delivary span::after {
	position: absolute;
	left: 0;
	top: 10px;
	content: "";
	height: 2px;
	width: 20px;
	background: #cccccc;
}

.product-estimate-delivary strong {
	font-weight: 600;
	color: #232323;
}



