.main_catergory {
  display: flex;
  flex-direction: row;
  font-size: 30px;
  text-align: center;
  flex-wrap: wrap;

}

.catergory_box {
  padding: 10px;
  flex: 20%;
}

.box_item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
  padding: 20px;
}

.farmer_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #00a651;
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0.6;

}

.icon_box {
  z-index: 2;
  position: relative;
  width: 50px;
  margin: auto;
  transition: 0.9s;
}

.main_catergory_title h4 {
  z-index: 2;
  position: relative;
  color: white;
  text-transform: uppercase;
  margin: 10px 0px;
  font-size: 16px;
  letter-spacing: 1px;
  font-family: ubuntu, sans-serif;
}


.main_catergory_title h4::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: white;
  left: 50%;
  bottom: -5px;
  /* margin: 5px 0px; */
  transform: translate(-50%);
}

.icon_box:hover {
  transition: 0.9s;
  transform: rotate(360deg);
}



.dealer {
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.dealer_title_sec h4 {
  font-size: 30px;
  color: black;
  text-transform: capitalize;
  font-family: ubuntu, sans-serif;
}

span.bold_text {
  font-weight: bold;
}

.dealer_title_sec p {
  color: black;
  text-align: start;
}


.dealer_icon_box {
  display: flex;
  flex-direction: row;
  padding: 0px 10px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*
.dealer_icon{   
   padding: 10px;
  flex: 33.3%;}
*/
.dealer_icon p {
  font-size: 12px;
  text-transform: capitalize;
  color: black;
}

.list-inline {
  padding-left: 0;

  list-style: none;
}

.whyppt {
  margin: 50px 0px 30px;
}

.whyppt ul li {
  width: 50%;
  height: 100px;
  float: left;
  color: #333;
  font-size: 12px;
  padding: 15px 15px 0;
  border-right: 1px dotted #777;
  border-bottom: 1px dotted #777;
}

.choose_img {
  width: 40px;
  height: 40px;
  margin: auto;
}

.whyppt ul li strong {
  display: block;
  text-transform: uppercase;
}

.whyppt ul li p {
  line-height: 24px;
  color: black;
}

.whyppt ul li:nth-child(2n) {
  border-right: none;
  border-left: 1px dotted #777;
}

.whyppt ul li:nth-child(3n) {
  border-bottom: none;

}

.whyppt ul li:nth-child(4n) {
  border-bottom: none;
}

ul.list-inline li {
  display: inline-block;
  margin-right: 0px;
}


.dealer_form input {
  width: 100%;
  background-color: transparent;
  padding: 5px 20px;
  margin: 5px;
  border: 1px solid #00000057;
  border-right: none !IMPORTANT;
  border-top: none !important;
  border-left: none !IMPORTANT;
  outline: none !important;
  font-size: 14px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
}

/* From uiverse.io by @alexroumi */
.dealer_form button {
  padding: 10px 40px;
  border: unset;
  border-radius: 15px;
  color: #212121;
  z-index: 1;
  background: #e8e8e8;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  margin-top: 20px;
  text-transform: uppercase;
}

.dealer_form button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background-color: #212121;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms
}



.cater_product {
  background-color: #fff;
  padding: 30px;
  overflow: hidden;

  margin-bottom: 40px;
  margin-top: 40px;
}


.dealer_form button:hover {
  color: #e8e8e8;
}

.dealer_form button:hover::before {
  width: 100%;
}

.pro_category_sec {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;

  padding: 5px 10px;
  align-items: center;
  width: 100%;
  border-radius: 10px;

}

.pro_cater {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 5px;

  padding: 5px 10px;
  border: 1px dashed #00000066;
  border-radius: 5px;
}

.pro_img {
  width: 80px;

}

.pro_meta p {
  margin: 1px;
  padding: 0px 10px;
}

.pro_meta h6 {
  padding: 0px 10px;
  color: black;
  font-weight: 800;
}

.pro_meta p a {
  color: black;
  font-size: 14px;
}

.banner_side_img {
  position: relative;
  margin: 10px 0px;
}

/*
.banner_side_img::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:linear-gradient(45deg,rgba(20,169,152,0.9) 0%,rgba(20,169,152,0.9) 42%,rgba(27,171,137,0.9) 54%,rgba(45,177,101,0.9) 74%,rgba(52,179,86,0.9) 84%,rgba(55,180,80,0.9) 90%,rgba(55,180,80,0.9) 100%);
  z-index: 1;
  opacity: 0.5;
}*/
.banner-text {
  position: absolute;
  /* top: 0; */
  bottom: 20px;
  left: 10px;
  z-index: 2;
}

.banner-text h5 {
  margin: 20px 0px;
}

.banner-text h5 a {
  color: #fff;
  font-size: 20px;
  margin: 0px;


}

.banner-text h5 a:hover {
  color: #00a651;
}

a.btn_banner {
  padding: 5px 25px 7px;
  background-color: #0072bc;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 5px 0px;
}

a.btn_banner:hover {
  background-color: #00a651;
}

.cate_head h3 {
  font-size: 36px;
  color: black;
  padding: 10px 20px;
}

.section.category-ad.text-center h4 {
  color: black;
  font-size: 30px;
}

.category-ad {
  width: 100% !important;
}



.blog_section {
  background-color: #fff;
  padding: 15px 30px 0;
  overflow: hidden;
  border-radius: 4px;
}

.blog-card {
  margin-bottom: 30px;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}

.blog-img {
  position: relative;
  overflow: hidden;
  z-index: -1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-img img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.blog-overlay span {
  color: var(--white);
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.blog-content {
  margin-top: -30px;
  padding: 0px 20px 20px;
}

.blog-avatar {
  margin-bottom: 15px;
}

.blog-content .blog-avatar img {
  width: 60px;
  border-radius: 8px;
  border: 3px solid var(--white);
}

.blog-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.blog-meta li {
  display: flex;
  margin: 5px;
  justify-content: center;
}

.blog-meta li i {
  font-size: 15px;
  margin-right: 8px;
  color: var(--primary);
  margin-top: -1px;
}

.blog-meta li p {
  font-size: 15px;
  line-height: 15px;
  color: var(--heading);
  text-transform: capitalize;
}

.blog-meta li p a {
  color: var(--heading);
}

.blog-text {
  margin-bottom: 27px;
}

.blog-text h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-text h4 a {
  color: var(--gray);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-read {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--heading);
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-read i {
  margin-left: 3px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.blog-read:hover {
  color: var(--primary);
}

.marketing {
  background: #28a745;
}

.blog .owl-prev:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 50%;
  margin-right: -20px;
  width: 1px;
  height: 16px;
  background-color: #f2f2f2;
}

.fa-angle-right:before {
  content: "\f105";
}

.blog_section .featured-top h4 {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

select.quty {
  height: 44px;
  width: 100%;
  padding: 0px 20px;
  border: 1px solid #e3e3e3;
  outline: none;
}


#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 5px 20PX;
  text-transform: uppercase;

}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

li.log_out a {
  color: #00a651 !important;
  font-weight: 700 !important;
}

li.log_out span {
  margin: 0px 5px;
}






/* From uiverse.io by @adamgiebl */
.cssbuttons-io-button {
  background: #00a651;
  color: white;
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #00a651;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #00a65196;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon i {
  width: 1.1em;
  transition: transform 0.3s;
  color: #00a651;
}

.cssbuttons-io-button:hover .icon i {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.right_nav {
  justify-content: end;
}


li.nav_img img {
  margin: 0px 8px;
}

.navbar-nav li {
  position: relative;
}

.navbar-nav li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #00a651;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  left: 10px;
}

.navbar-nav li:hover:after {
  width: 100%;
}



/* From uiverse.io by @G4b413l */
.buttonDownload {
  display: inline-block;
  position: relative;
  padding: 6px 15px;
  background-color: #00a651;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  text-align: center;
  text-indent: 15px;
  border: none;
  border-radius: 10px;
}

.buttonDownload:hover {
  background-color: #00a651;
  color: white;
}

.buttonDownload:before,
.buttonDownload:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 15px;
  top: 52%;
}

.buttonDownload:before {
  width: 10px;
  height: 2px;
  border-style: solid;
  border-width: 0 2px 2px;
}

.buttonDownload:after {
  width: 0;
  height: 0;
  margin-left: 1px;
  margin-top: -7px;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: transparent;
  border-top-color: inherit;
  animation: downloadArrow 1s linear infinite;
  animation-play-state: paused;
}

.buttonDownload:hover:before {
  border-color: #cdefbd;
}

.buttonDownload:hover:after {
  border-top-color: #cdefbd;
  animation-play-state: running;
}

@keyframes downloadArrow {
  0% {
    margin-top: -7px;
    opacity: 1;
  }

  0.001% {
    margin-top: -15px;
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    margin-top: 0;
    opacity: 0.4;
  }
}

.category-dropdown a {
  font-size: 14px !IMPORTANT;
  text-transform: uppercase;
}

.banner-form .form-control,
.banner-form .category-dropdown {
  font-size: 14px !IMPORTANT;
  text-transform: uppercase;
}


/*slider*/
/*search box css start here*/
.search-sec {
  padding: 2rem;

}

.search-slt {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.wrn-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius: 0;
}

.carousel-caption {
  position: absolute;
  top: 25%;
  left: 100px;
  width: 60%;
  text-align: start;
  color: black;
}

.first_slide {
  left: 40% !important;
}

.title {
  color: black !important;
  ;
}

.first_slide h3 {
  color: black !important;
}

section.slider_sec {
  padding: 0px !important;
}

.slide .carousel-item.active h1,
.slide .carousel-item.active h3 {
  animation: fadeInLeft 1s ease forwards;
  opacity: 0;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }

}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }

}

.ad-info .item-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.sign-in {
  display: inline;
  padding: 12px 10px;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.gst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

.gst_box h5,
p {
  color: #000;

}

h4.search_heading {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

h6.heading_1 {
  text-align: center;
  color: black;
  font-size: 18px;
  text-transform: capitalize;
}



.title {
  line-height: 45px !important;
}

@media (min-width: 1024px) {
  .search-sec {
    position: relative;
    top: -172px;
    z-index: 2;
    background: rgba(26, 70, 104, 0.51);
  }

  .container.main_catergory_container {
    margin-top: -100px;
  }
}

@media (max-width: 1024px) {
  .search-sec {
    background: #1A4668;
  }

  .container.main_catergory_container {
    margin-top: 40px;
  }
}





@media (max-width: 991px) {
  .carousel-caption {
    top: 20%;
  }

  .title {
    line-height: 36px !important;
    font-size: 30px;
  }

  .carousel-caption h3 {
    font-size: 20px;
  }

}

@media (max-width: 767px) {
  .carousel-caption {
    width: 50%;
    left: 30px;
    top: 10%;
  }

  .title {
    line-height: 22px !important;
    font-size: 22px;
  }

  .carousel-caption h3 {
    font-size: 16px;
  }

  .first_slide {
    left: 40% !important;
  }

  .first_slide {
    width: 60% !important;
  }

  .first_slide {
    top: 0% !important;
  }

  .nav-right {
    margin-bottom: 30px !important;
    margin-top: -60px !important;
  }
}

@media (max-width: 575px) {
  .title {
    font-size: 22px;
    line-height: 22px !important;
  }

  .carousel-caption h3 {
    font-size: 14px;
  }

  .carousel-caption {
    left: 10px !important;
    top: 10%;
  }

  .first_slide {
    left: 40% !important;
  }

  .first_slide {
    width: 60% !important;
  }

  .first_slide {
    top: 0% !important;
  }

  h4.search_heading {
    font-size: 14px;
  }

  .search-sec {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 16px;
    line-height: 18px !important;
  }

  .carousel-caption {
    top: 0%;
    width: 60%;
  }

  .carousel-caption h3 {
    font-size: 12px;
  }

  .first_slide .title {
    font-size: 14px !important;
    line-height: 15px !IMPORTANT;
  }

}

.price_heading p {
  font-size: 16px;
  text-align: center;
  text-transform: capitalize;
}

.price_heading span {
  font-weight: 900;
}

.heading_plan h3 {
  line-height: 34px;
  color: black;
  font-family: ubuntu, sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 10px 0px;

}

.box_design {
  background: white;
  padding: 40px;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
  border-radius: 10px 10px 0px 0px;
  border-bottom: 1px dashed #0000002e;

}

.box_design h5 {
  color: black;
  text-transform: capitalize;
  font-size: 20px;
  position: relative;
}

/*
.box_design h5:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon/icon-h4.png);
  left: 0px;
  top: 0px;
}*/
.box_heading_img {
  display: flex;

  flex-direction: row;
  align-items: center;
}

.box_heading_img img {
  height: 20px;
  width: 20px;
  margin: 0px 10px;
}

.box_design:nth-child(2) {
  border-radius: 0px !IMPORTANT;
}

.box_design:nth-child(3) {
  border-radius: 0px !IMPORTANT;
}

.box_design:last-child {
  border-radius: 0px 0px 10px 10px !important;
  border: none !important;
  ;
}

h3.contact_details {
  color: #00a651;
  font-weight: 700;
  text-transform: capitalize;
}

li.help_support i {
  margin: 0px 10px;
}

.radio_btn {
  width: 400px;
  background: white;
  padding: 40px;
  justify-content: center;
  text-align: center;
  /* position: absolute; */
  /* top: 0; */
  margin: 20px auto;
}

h4.otp_heading {
  color: #00a651;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

p.otp_pragraph {
  text-align: center;
  text-transform: capitalize;
  color: black;
  font-weight: 400;
  font-size: 14px;
}

ul.dropdown-menu-1 {
  background: white;
  position: absolute;
  top: 25px;
  padding: 10px 20px;
  left: -10px;
  text-align: start;
  z-index: 2;
  text-transform: capitalize;

  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
  border-radius: 0px 0px 10px 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.8 ease;

}

ul.dropdown-menu-1 li {
  display: block;
  padding-left: 10px;

}

.dropdown-menu-1 li:last-child:before {
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url(../images/1.png);
  background: none !important;
  background-repeat: no-repeat;
  width: 7px;
  height: 14px;
  content: "";
  margin-top: -7px;
}

li.dropdown:hover ul.dropdown-menu-1 {
  visibility: visible;
  opacity: 1;
  transition: all 0.8 ease;
}

.error-container {
  position: fixed;
  top: 0;
  left: 50%;
  min-width: 320px;
  max-width: 480px;
  z-index: 9;
  transform: translateX(-50%);
}

/* Buyer page style start */
lable.lable_radio {
  display: flex;
  flex-direction: row;
}

lable.lable_radio input {
  margin: 2x;
  margin-top: -10px;
  margin-right: 5px;
}

.form-check-label {
  margin-bottom: 30px;
}

.radio3.radio_input {
  display: flex;
  width: 100%;
  flex-direction: row;
}

.radio3.radio_input input {
  width: 100% !important;
  padding: 10px;
  margin: 10px;
}

.buyer_header {
  color: white;
}

.buyer_header h2 {
  font-weight: 900;
}

#main.user-page {
  padding: 40px 0px;
}

section.buyer-form {
  background: white;
  padding: 0px;
}

.main_form {
  margin-top: -130px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 0px !important;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 10%);
}

.curve {
  position: relative;
}

.curve p {
  background: #282c3f;
  color: white;
  padding: 20px;
  text-align: center;
}

.curve:before {
  content: "";
  position: absolute;
  height: 15px;
  width: 100%;
  background-image: url(../images/curver.png);
  top: -14px;
  left: 0;

  background-repeat: repeat-x;
}

.user-account {
  padding: 10px 50px;
}

.user-account h2 {
  margin-bottom: 20px;
}

.box_design {
  box-shadow: none !important;
  border-bottom: 1px solid #000000 !important;
}

/* Buyer page style end */
