/*Common styles starts */
body {
  font-family: 'Lato', sans-serif;
}
.primary_green_color {
  color: #97bf26;
}
.primary_green_bg {
  background-color: #97bf26;
}
.secondary_grey_bg {
  background-color: #e5e5e5;
}
a {
  color: #000;
  text-decoration: underline;
}
h1 {
  font-size: 4.2rem;
  font-weight: 900;
}
h2 {
  font-size: 3rem;
  font-weight: 700;
}
h3 {
  font-size: 2.25rem;
  font-weight: 700;
}
h4 {
  font-size: 2rem;
  font-weight: 700;
}
h5 {
  font-size: 1.7rem;
  font-weight: 700;
}
h6 {
  font-size: 1.5rem;
  font-weight: 700;
}
.color_white {
  color: #fff;
}
.color_black {
  color: #000;
}
p, ul, li {
  font-size: 1.1rem;
}
ul {
  padding-left: 20px;
}
.li {
  line-height: 28px;
}
.btn1 {
  color: #000;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.btn1:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.btn2 {
  color: #fff;
  background-color: #97bf26;
  cursor: pointer;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 8px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.btn2:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.small_border {
  position: relative;
  margin-bottom: 56px;
  padding-bottom: 16px;
}
.small_border:after {
  position: absolute;
  content: "";
  width: 14%;
  height: 8px;
  background: #97bf26;
  bottom: -20px;
  left: 0;
}

.custom-container {
  max-width: 1200px;
  margin: auto;
}

.section-spacing {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 16px;
}

img {
  width:100%;
  height:auto;
}
/*Common styles ends */


/* header styles starts */

.header_wrapper {
  border: 1px solid #707070;
}
.top_web_info {
  position: relative;
  word-break: break-word;
}
.top_web_info.top_phone:after {
  display: none;
}
.top_web_info:after {
  position: absolute;
  content: '';
  width: 2px;
  background: #97bf26;
  height: 80%;
  top: 10%;
  right: -8px;
}
.top_web_info p {
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.top_web_info p a {
  color: #000000;
  text-decoration: none;
}
.top_phone::before {
  position: absolute;
  content: "\f3cd"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 700;
  left: -5px;
  width: 30px;
  height: 30px;
  top: 0;
  font-size: 28px;
}
.top_phone {
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top_hours {
  position: relative;
}
.top_hours::before {
  position: absolute;
  content: "\f017";
  font-family: "Font Awesome 5 Free"; 
  left: -5px;
  width: 30px;
  height: 30px;
  top: 0;
  font-size: 28px;
}
.grey, .grey a {
  color:rgba(0,0,0,0.64) !important;
}

/* header styles ends */

/* body styles starts */

.clover-container {
  display:flex;
  gap: 24px;
  align-items: center;
}

.clover-txt {
  max-width: 600px;
}

@media screen and (max-width:992px){
  .clover-container {
    flex-direction: column-reverse;
  }

  .clover-txt {
    margin-left:auto;
    margin-right:auto;
  }
}

.title_social_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.title_social_inner .small_title_top a {
  color: #000000;
  border-bottom: 2px solid #ffffff;
  font-size: 14px;
  padding-bottom: 2px;
  display: inline-block;
  text-decoration: none;
}
.title_social_inner .top_order_social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social_media_wrapper a {
  margin: 0 4px;
  font-size: 20px;
  position: relative;
  display: inline-block;
}
.social_media_wrapper a:hover {
  color: #000;
}
.banner-container {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0)), url("../images/bulk-grass-seeds-for-sale-near-me-burlington-hero.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-logo {
  max-width: 350px;
  margin-bottom: 24px;
}

.hero {
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 150px 24px;
}

#hero-para{
  max-width: 750px;
}

.hero p {
  font-size: 24px;
  font-weight: 600;
}

.brand-logo {
  width: 100%;
  max-width: 220px;
}

.btn-big {
  padding: 16px 24px;
  background-color:#97bf26;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 24px;
  margin-bottom:24px;
  border-radius: 5px;
  transition:all 0.2s ease-in-out; 
  text-wrap: nowrap;
}

.text-shadow {
  text-shadow: 0px 0px 8px #000;
}

.btn-big:hover {
  background-color: #000;
  text-decoration: none;
  color:#fff;
}

.product-icons-con {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
}

.icon {
  width: 48px;
  height: 48px;
}

.grey-card {
  background: #e5e5e5;
  padding: 21px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}

.grey-card:hover {
  background:#97bf26;
}

.grey-card p {
  margin-bottom: 0;
}

.in-lite-system {
  display:flex;
  flex-direction: column;
  gap:24px;
}

.category-img {
  border-radius: 5px;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}

.category-img img {
  width: 100%;
  transition: 0.5s all ease-in-out;
}

.category-img img:hover {
  transform: scale(1.15);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 16px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item {
  grid-column: 1 / span 4;
}

.testimonial_container {
  background-color: #e5e5e5;
}
.testimonial_author {
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 900;
}
.testimonial_star {
  margin-bottom: 0px;
  font-size: 14px;
}
.testimonial_list {
  padding: 0 45px;
  position: relative;
}

.testimonial_list::before {
  position: absolute;
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #97bf26;
  left: 0;
  font-size: 45px;
  transform: rotate(180deg);
  top: 0px;
  line-height: 35px;
}
.fa-quote-right {
  font-weight: 700;
  color: #97bf26;
  left: 0;
  font-size: 45px;
}
.testimonial_list p {
  margin: 10px 0px;
}
.product_sell_row {
  overflow: hidden;
}
.we_sell_prod_grid .img_cont img {
  border-radius: 5px;
  border: 0px solid #707070;
  background-color: #f6f6f6;
}
.we_sell_prod_grid .link_title {
  margin: 16px 0px 24px 0px;
}
.we_sell_prod_grid .link_title a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.large_greenbg_text,
.large_greenbg_text p {
  font-size: 2.3rem;
}
.medium_greenbg_text,
.medium_greenbg_text p {
  font-size: 2rem;
}
.middle_order_now .btn1 {
  font-size: 1rem;
  position: relative;
  top: -3px;
}

.size_price_cont .p_title {
  font-size: 14px;
  font-weight: 900;
  margin-top: 14px;
  margin-bottom: 0px;
  line-height: 14px;
}
.size_price_cont .p_title_small {
  font-size: 12px;
  margin-bottom: 0px;
}
.size_price_cont .p_title_green {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 20px;
  transition: all 0.2 ease-in-out;
}

.size_price_cont .p_title_green:hover {
  opacity: 0.6;
  color:#97bf26;
}

.size_price_cont .p_start {
  font-size: 14px;
  color: #666;
}

.gallery_img_fill img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_secondary_col .row:last-child {
  padding-top: 16px;
}
.gallery_secondary_col .row:first-child {
  padding-bottom: 16px;
}
ul.round_b4_first_letter {
  padding-left: 0;
  list-style: none;
}
ul.round_b4_first_letter li {
  position: relative;
}
ul.round_b4_first_letter li:first-letter {
  padding-left: 15px;
}
ul.round_b4_first_letter li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 2px;
  top: 12px;
  background: #000;
  border-radius: 50%;
}
.faq_colmn ul li {
  margin-bottom: 20px;
}
.faq_colmn {
  background:#eeeeee;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  padding: 24px;
  height: 100%;
}
.faq_colmn table {
  border: 1px solid #222;
  width: 100%;
}
.faq_colmn table th {
  background-color: #000;
  color: #fff;
}
.faq_colmn table tr td:last-child, .faq_colmn table tr th:last-child {
  border-right: none;
}
.faq_colmn table tr td, .faq_colmn table tr th {
  border-right: 1px solid #222;
  padding-top: 4px;
  padding-bottom: 4px;
}
.cubic_ft_col {
  min-width: 70px;
}
.middle_locations ul li {
  padding-right: 15px;
  margin-right: 15px;
  font-size: 31px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.middle_locations ul li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: -5px;
  top: calc(50% - 3.5px);
  background: #000;
  border-radius: 50%;
}

.popup_action {
  cursor: pointer;
}
.vb_popup_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
}
.vb_popup_wrapper .vb_popup_inner {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  top: 5%;
  text-align: center;
  background: transparent !important;
  overflow: auto;
  border-radius: 2px;
  -webkit-animation: animateThis 0.8s ease-in-out;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes animateThis {
  0% {
      width: 10px;
      height: 10px;
  }
  100% {
      width: 90%;
      height: 90%;
  }
}

@media screen and (min-width:768px){
  .vb_popup_wrapper .vb_popup_inner {
    -webkit-animation: animateThis 0.8s ease-in-out;
    -webkit-animation-fill-mode: forwards;
  }
  @-webkit-keyframes animateThis {
    0% {
        width: 10px;
        height: 10px;
    }
    100% {
        width: 50%;
        height: 90%;
    }
  }
}

.vb_popup_wrapper .vb_close_popup {
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  width: 25px;
  height: 25px;
  font-size: 20px;
  line-height: 23px;
  color: #8BC34A;
  font-weight: 900;
  text-decoration: none;
}
/* body styles ends */

/* footer styles starts */

.footer_wrapper a {
  text-decoration: none;
}
.footer_disclaimer {
  background-color: #000;
}
.footer_logo_address p,
.footer_email_container p,
.footer_address_container .footer_address p {
  font-size: 14px;
}
.footer_address_container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_address_container .footer_address:first-child:before {
  position: absolute;
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  left: -5px;
  width: 25px;
  height: 25px;
  top: -3px;
  font-size: 24px;    
}
.footer_address_container .footer_address {
  position: relative;
}
.footer_address_container .footer_address:first-child {
  padding-left: 24px;
}
.footer_email_container:before {
  position: absolute;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  width: 20px;
  height: 20px;
  top: -5px;
  font-size: 20px;  
}
.footer_email_container {
  padding-left: 24px;
  position: relative;
}

/* footer styles ends */

/* media queries starts */

@media(min-width: 992px) {
  .product_sell_row {
      display: flex;
      flex-wrap: wrap;
  }
  .product_sell_row .col.firstcol {
      padding-left: 0 !important;
  }

  .header-logo {
      margin-bottom: 0;
  }
  .icon {
      width: 120px;
      height: 120px;
  }
}

@media(min-width: 768px) {
  .top_hours {
      padding-left: 30px;
  }
  .top_phone .phone_grid:first-child {
      padding-left: 25px;
  }
  .top_phone {
      display: flex;
  }
  .footer_logo {
      max-width: 360px;
  }
  .testimonial_list p {
      font-size: 30px;
  }
  .title_social_inner {
      flex-direction: row;
  }

  .in-lite-system {
      flex-direction: row;
  }

  .gallery-item {
      grid-column: span 1;
  }

  .item-lg {
      grid-column: 1 / span 2;
      grid-row: span 2;
  }
}


@media (max-width: 991px) {
  .product_sell_row .col {
      width: 50%;
      float: left;
      margin: 20px 0px;
  }
  .product_sell_row .firstcol {
      width: 100%;
  }
}

@media(max-width: 767px) {
  h1 {
      font-size: 3rem;
  }
  h2 {
      font-size: 2rem;
  }
  h3 {
      font-size: 1.75rem;
  }
  .top_hours {
      padding-top: 30px;
  }
  .top_phone .phone_grid:first-child {
      padding-top: 25px;
      padding-bottom: 5px;
  }
  .top_hours::before {
      left: calc(50% - 14px);
      font-size: 20px;
  }
  .top_phone::before {
      left: calc(50% - 14px);
      font-size: 20px;   
  }
  .social_media_wrapper {
      min-width: 78px;
  }
  .testimonial_list p {
      font-size: 24px;
  }
  .middle_locations ul li {
      font-size: 27px;
  }
  .gallery_secondary_col {
      padding-top: 24px;
  }

}

@media screen and (max-width: 600px){
  .product_sell_row .col {
      width: 100%;
  }
  .top_web_info{
      display: none;
  }
  .header-logo{
      margin-bottom: 0;
  }
  .icon-text {
      font-size: 14px;
  }
}


/* media queries ends */