/* fonts size  */
body {
	font-family: "Outfit", sans-serif;
	color: #020f1e;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

header.header {
    background: linear-gradient(90deg, rgb(206 225 244) 48%, rgb(252 127 1) 100%);
}
a {
	color: #FC7F01;
	text-decoration: none;
}

h2 {
	font-size: 25px;
	font-weight: 600;
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0px;
}

.fs-13 {
	font-size: 13px;
}

.fs-12 {
	font-size: 12px;
}

.fs-10 {
	font-size: 10px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px !important;
}

.fs-22 {
	font-size: 22px !important;
}

.fs-24 {
	font-size: 24px;
}

.fs-26 {
	font-size: 26px;
}

.fw-500 {
	font-weight: 500;
}

.fw-100 {
	font-weight: 100;
}

.fw-600 {
	font-weight: 600;
}

.fw-700 {
	font-weight: 700;
}

.fw-800 {
	font-weight: 800;
}

.mw-70 {
	max-width: 70%;
}

.mw-80 {
	max-width: 80%;
}

.mw-90 {
	max-width: 90%;
}

.section-space {
	padding: 60px 0px;
}

p:last-child {
	margin-bottom: 0px;
}


@font-face {
	font-family: 'Onest';
	src: url('/assets/fonts/Onest-Regular.woff2') format('woff2'),
		url('/assets/fonts/Onest-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.btn-primary {
	color: #fff;
	background-color: #2ea641;
	border-color: #2ea641 !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .24);
	border-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-primary:hover {
	background-color: transparent;
	color: #2ea641 !important;
}

.small-btn {
	padding: 5px 15px !important;
	font-size: 13px;
}

.btn-secondary {
	color: #fff;
	background-color: #fc8a17;
	border-color: #fc8a17 !important;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, .24);
	border-radius: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-secondary:hover {
	background-color: transparent;
	color: #fc8a17 !important;
}


.off-white {
	color: #cecece;
}


.white {
	color: #fff;
}

.primary-color {
	color: #2ea641;
}

.red {
	color: #ff0000 !important;
}


/* home page css  */
.main-banner {
	background-image: url(../images/banner.png);
	background-size: cover;
	background-position: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

.transport-image .col-md-12 {
    z-index: 9;
    position: relative;
}
.transport-image:before {
    background-color: #00000047;
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}
.search-group {
	background-color: #fff;
	max-width: 500px;
	padding: 5px;
	border-radius: 30px;
}

.search-group .select2-container--default .select2-selection--single {
	padding-left: 10px;
	border: 0px solid #aaa;
	border-radius: 4px;
}


.search-filter {
	background-color: #fff;
	max-width: 500px;
	padding: 8px 15px;
	border-radius: 30px;
}

.search-filter .select2-container--default .select2-selection--single {
	padding-left: 10px;
	border: 0px solid #aaa;
	border-radius: 4px;
}


.search-button {
	border-radius: 30px;
}

.banner-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.icon-box-col.text-center {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
	z-index: 99;
    position: relative;
}

.icon-box-col.text-center:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.transition {
	transition: 0.3s;
}

.icon-box-row {
	margin-top: -100px;
}

.icon-box-icon {
	max-width: 80px;
}

.icon-boxes {
	padding-bottom: 70px;
}


.product-image {
	position: relative;
	overflow: hidden;
}

.product-image img {
	transition: transform .8s cubic-bezier(0, .14, .19, 1), opacity .8s cubic-bezier(0, .14, .19, 1);
	width: 100%;
	height: 220px;
    object-fit: cover;
}

.product-grid:hover img {
	transform: scale(1.2);
}

.like-it {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #fff;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
}

.product-content {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
}

.product-grid:hover .product-content {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.product-date {
	background-color: #2ea641;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 20px;
	display: inline-block;
	line-height: normal;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.product-title {
	color: #000;
	font-size: 18px;
	line-height: 23px;
}

span.product-price {
	font-size: 18px;
}

.img-style {
	border-radius: 20px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.section {
	padding: 70px 0px;
}

.gray-bg {
	background-color: #fafafa;
}

.form-control {
	border-radius: 0px;
	padding: 8px 10px;
}

.icon_design {
	color: #2ea641;
	background-color: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
	width: 50px;
	height: 50px;
	transition: 0.3s;
	display: inline-block;
	text-align: center;
	font-size: 30px !important;
	line-height: 50px !important;
}

ul.social_links a {
	color: #24313d;
	background-color: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
	width: 30px;
	height: 30px;
	transition: 0.3s;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

.enquiry-form {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 25px;
	border-radius: 15px;
	background-color: #fff;
}

.dropdown-listing-design li {
	list-style: none;
	line-height: normal;
}

.dropdown-listing-design a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	font-weight: normal !important;
	display: inline-block;
}

.dropdown-listing-design li:first-child a {
	font-weight: bold !important;
}

ul.dropdown-listing {
    width: 100%;
    column-count: 4;
}

.dropdown-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow-y: scroll;
    height: 80vh;
    overflow-x: hidden;
}.dropdown-listing-design .main-cat-name {
    font-weight: bold !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
}

/* home page css end */


/* price page css  */
section.mini-banner {
	padding-top: 125px;
	padding-bottom: 20px;
	background-color: #2ea641;
}

.breadcrumb-item a {
	color: #c9c9c9;
}

.breadcrumb-item.active {
	color: #ffffff;
}

.select_design .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 6px;
	height: 40px;
}

.select_design .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 35px;
}

.select_design .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container {
	width: 100% !important;
}

a.brand {
	max-width: 130px;
	display: inline-block;
	transform: scale(1.3);
}

thead.thead-color {
	background-color: #2B2A29;
	color: #fff;
}

td {
	font-size: 15px;
}

span.featured-pil {
	background-color: #fc8a17;
	color: #fff;
	font-size: 13px;
	padding: 4px 10px;
	display: inline-block;
	line-height: normal;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

/* price page css end */


/* single product price  */
.product-quantity {
	border: 2px dashed #14a800;
	width: fit-content;
	padding: 4px 20px;
	background-color: #ffffff;
}

.black {
	color: #0b0b0b;
}


.product-gallery img {
	width: 100%;
}

.product-gallery-image {
	position: relative;
}

.product-gallery-image .like-it {
	background-color: #fff;
	padding: 5px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 25px;
}


.nav-tabs .nav-link.active {
	border: 0px !important;
	border-bottom: 3px solid #2ea641 !important;
	font-weight: 600;
	color: #2ea641;
}

.nav-tabs .nav-link {
	border: 0px;
}

.product-tabs {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 20px;
	border-radius: 10px;
}

.product-details-card {
	padding: 10px;
}

.product-details-card {
	padding: 20px 10px;
}

.buyer-logo {
	max-width: 40px;
	margin: auto;
}

.buyer-title {
	background-color: #2ea641;
	padding: 5px;
	color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
}

.buyer-details {
	background-color: #fafafa;
	padding: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	border-radius: 20px;
}

ul.menu-section a {
	color: #121212;
}

.global-heading a {
	color: #121212;
}

p {
	margin-bottom: 10px;
}

button.btn-close.close-now {
	position: absolute;
	top: -12.5px;
	background-color: #f0f0f0;
	opacity: 1;
	font-size: 14px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	right: -12.5px;
	z-index: 999;
}

.alert-box {
	background-color: #FFF8E0;
	padding: 10px;
	border-radius: 10px;
}

/* single product price end */


/* select 2 css  */


/* select 2 css end */


/* market place css  */
.filter-grid {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
}


.filter-category-code .accordion-button {
	padding: 15px 0px;
}

.filter-category-code .accordion-button:not(.collapsed) {
	color: #2ea641;
	background-color: transparent;
	box-shadow: unset;
}

ul.filter-category-list li {
	list-style-type: none;
	padding-bottom: 5px;
}

.filter-category-code .accordion-button:focus {
	box-shadow: unset;
}

.filter-category-code .accordion-body {
	padding: 10px;
	background-color: #fafafa;
	border-radius: 5px;
	margin-bottom: 10px;
}

.filter-grid .form-check {
	margin-bottom: 10px;
}

.accordion-button:not(.collapsed) {
	background-color: #fafafa;
	color: #000000;

}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #2ea641;
	border-color: #2ea641;
}

.page-link {

	color: #2ea641;

}

.page-link:hover {
	z-index: 2;
	color: #fc8b19;

}

/* market place css end */


.footer-title {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 15px;
}


/* footer css  */
.footer-logo {
	max-width: 160px;
}

.footer {
	background-color: #0b0b0b;
	padding: 40px 0px;
}

.footer-logo-wrap {
	max-width: 85%;
}

section.footer-copyright {
	background: #000000;
}

/* footer css end */


/* sign in  */
.signin-form {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 40px;
    border-radius: 30px;

}

.space-top {
	margin-top: 110px;
}

.signin-form .form-control {
	border: unset !important;
	border-bottom: 1px solid #8080804a !important;

}

/* sign in end */


/* services  */
.service-section {
	background-color: #fafafa;
	color: white;
	text-align: center;
}

.service-box {
	padding: 20px;
	border-radius: 20px;
	margin-bottom: 30px;
	background: rgb(46 166 65);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.service-icon {
	max-width: 55px;
	margin: auto;
}

h3.service_title {
	font-size: 22px;
	margin-bottom: 5px;
}

.btn-request {
	background: white;
	color: #14a800;
	border: none;
	border-radius: 40px;
	padding: 5px 20px;
}

img.mobile-mockup {
	width: 100%;
	 
}
header.header h1 {
    margin: 0px;
}
.otp-container .otp-input {
    width: 40px;
margin-right: 10px;
}



.account-sidebar {
	background: #f8f9fa;
	padding: 20px; 
	border-radius: 20px;
}

.dashboard-right .card {
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 20px;
	border: unset;
}

.dashboard .icon {
	color: #2ea641;
	margin-right: 26px;
}

.dashboard .list-unstyled li a {
align-items: center;
 color: black;
}

.user-profile-icon img {
    height: 45px;
    background-color: #efefef;
    border-radius: 40px;
    width: 45px;
}
.sidebar-grid {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
/* services end */



/* user dashhboard design  */
.profile-image {
	display: inline-block;
	position: relative;
}

.profile-image img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover;
}
.search-container input {
    border: 0px;
    background-color: #f0f8ff00;
    border-radius: 25px;
    padding-left: 15px !important;
}


.edit-icon {
position: absolute;
top: 0px;
right: 0px;
background: #fff;
padding: 5px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
width: 30px;
height: 30px;
}

.edit-icon i {
	font-size: 15px;
	color: #333;
}

h4.dashboard-right-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #c4c4c4;
}
.dashboard-details {
    border: 1px solid #c4c4c4;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.delete-wishlist {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.wishlist-products {
    border: 1px solid #c4c4c4;
    padding: 20px;
    border-radius: 10px;
	margin-bottom: 20px;
}
.footer-logo img {
    filter: drop-shadow(2px 1px 0px #fff);
}
.dropdown-item {
    font-size: 15px;
}.dropdown-menu {
    border-radius: 10px;
}
.buyer-seller {
	display: flex;
	gap: 10px;
}

.buyer-seller input[type="radio"] {
	display: none;
}

.buyer-seller label {
	padding: 10px 20px;
	border: 2px solid #2ea641;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	color: #2ea641;
	transition: 0.3s;
	background: white;
}
select.form-select {
    padding: 8px 10px;
}
.buyer-seller input[type="radio"]:checked + label {
	background: #2ea641;
	color: white;
}
.indian-code {
     
    display: flex;
    align-items: center;
    gap: 5px;
}
.indian-flag {
    display: flex;
    align-items: center;
    width: 100%;
	justify-content: center;
}
.indian-flag-icon {
    max-width: 30px;
}
.mobile-input {
    width: calc(100% - 50px);
}

.wrap-menu-and-icon .fa.fa-angle-down {
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
}




.wrap-menu-and-icon a{
position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;}
ul.menu-section a {
    color: #121212;
    font-size: 15px;
}
span.wrap-menu-and-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.what-we-do .col-md-6 {
    padding-bottom: 15px;
}


.upload-box {
	 
	padding: 20px;
	border: 2px dashed #aaa;
	border-radius: 10px;
	text-align: center;
	position: relative;
  }

  .upload-box:hover {
	border-color: #333;
  }

  .upload-box input[type="file"] {
	display: none;
  }

  .upload-box label {
	display: block;
	font-size: 16px;
	color: #555;
	cursor: pointer;
  }

  .preview-container {
	display: flex;
	gap: 10px;
	 
	flex-wrap: wrap;
	justify-content: center;
  }

  .preview {
	position: relative;
	display: inline-block;
  }

  .preview img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 8px;
  }

  .remove-icon {
	position: absolute;
	top: -6px;
	right: -6px;
	background-color: #f44336;
	color: white;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 14px;
	width: 20px;
	height: 20px;
	line-height: 18px;
  }

  .uploded-video{
 
		width: 100%;
		max-width: 250px;
		margin-top: 20px;
		display: none;
	  
  }

  .right-side-buttons a {
    font-size: 14px;
    padding: 4px 15px;
}
.right-side-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
}


/* user dashhboard design end */













/* mobile css  */
@media(max-width:992px) {
	.wrap-menu-and-icon .fa.fa-angle-down {
     
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translate(0px, -50%);
		 
	}
	ul.dropdown-listing {
		width: 100%;
	}

	ul.dropdown-listing {
    column-count: 2;
}
}


@media(max-width:767px) {
    .service-design-box .col-md-4 {
        width: 100%;
        max-width: 500px;
    }
	.icon-box-row .col-md-3 {
		margin-bottom: 25px;
	}
}


@media(max-width:600px) {
.brand {
    
    transform: unset !important;
}
}
@media(max-width:480px) {
	.right-side-buttons a {
		display: block;
		margin-bottom: 5px;
	}
	
	.right-side-buttons {
		display: block;
	}
	.title-and-btn {
		flex-wrap: wrap;
	}
	.title-area {
		margin-bottom: 15px;
	}
	.header .menu-mobile-trigger {
		margin-left: 0px;
	}
    .right-side-buttons a {
		font-size: 12px;
	}
	ul.dropdown-listing {
		width: 100%;
	}
}

@media(max-width:350px) {
a.brand {
    max-width: 100px;
    display: inline-block;
}}

/* mobile css end */