/* SECTION HERO*/
.section-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
}
/*
.video-hero video {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-position: center;
    object-fit: cover;
  }

  .second {
      display: none;
    }

.buttons button {
    border-radius: 50%;
    background-color: var(--blue);
    width: 45px;
    height: 45px;
    border: none;
}
.buttons button.second {
    background-color: transparent;
}*/

.video-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}

.bg-header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0.3;
}

.section-hero-title {
  margin-top: 0px;
  padding-bottom: 64px;
  height: 470px;
  z-index: 3;
  font-family: Demo;
  font-size: 88px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
}

.fix-width > div {
  max-width: calc(100% - 24px);
}
.fix-width-1200 {
  max-width: 1200px !important;
}

/* SECTION FERTILIZER*/
.section-fertilizer {
  background-color: #f8f8f8;
}

.section-fertilizer-title p {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  max-width: 748px;
  margin-bottom: 10px;

}

/* list downloads documents */

.secondary-action-button a {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.section-fertilizer .wrap-docs {
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .hero-blue-button {
    white-space: nowrap;
    font-family: Inter;
  }
}

.section-fertilizer .list-produst-doc {
  margin: 0;
  font-family: "Inter";
}

.section-fertilizer .list-produst-doc {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  row-gap: 16px;
  margin-top: 11px ;
}

.list-item-product-doc {
  list-style: none;
  font-size: 16px;
  line-height: 1.39;
  color: #002b46;
}

.list-item-product-doc:after {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
  align-self: start;
}

.list-item-product-doc-video:after {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/icons/play_circle_outline_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
  align-self: start;
}

.list-item-product-doc-link:after {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/icons/link-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  align-self: start;
}

.download-product-doc:after {
  content: "";
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

/*.list-item-product-doc-link:after,*/
/*.list-item-product-doc-video:after {*/
/*  transform: translateY(2px);*/
/*}*/

.section-fertilizer .find-dealer-btn {
  margin-right: 40px;
  margin-top: 0;
  padding: 14.4px 16px;
  }

/* SECTION BRAND_NAVIGATION*/

.section-brand-navigation {
  padding-top: 40px;
  border-bottom: 1px solid#ebebeb;
}

.brand-navigation .nav-link:hover,
.brand-navigation .nav-link:focus {
  color: var(--blue);
  background-color: unset;
  border: 0;
  border-bottom: 3px solid;
}

.brand-navigation .nav-item:not(:last-child) {
  margin-right: 64px;
  /*margin-right: 3.5vw;*/
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.brand-navigation .nav-link {
  color: #002b46;
  font-size: 18px;
  font-family: "Inter";
  padding: 0;
  padding-bottom: 5px;
  border: 0;
  border-bottom: 3px solid transparent;
}

li.nav-item.brand-navigation-item a {
  padding: 0;
}

/* SECTION BRAND_NAVIGATION_MOBILE*/

.brand-navigation-mobile-list {
  display: grid !important;
}

.brand-navigation-mobile-list:has(li:nth-child(6)) {
  grid-template-columns: repeat(2, 1fr);
}

.brand-navigation-mobile-list li:nth-child(6) { --row-num: 1; }
.brand-navigation-mobile-list li:nth-child(7) { --row-num: 2; }
.brand-navigation-mobile-list li:nth-child(8) { --row-num: 3; }

.brand-navigation-mobile-list li:nth-child(-n+5) {
  grid-column: 1;
}

.brand-navigation-mobile-list li:nth-child(n+6) {
  grid-column: 2;
  grid-row: calc(var(--row-num));
}

.brand-navigation-mobile-title,
.brand-navigation-mobile-item a {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.44;
  color: #002b46;
}

/* SECTION DISCOUNT*/
.section-discount {
  padding-top: 40px;
  border-radius: 5px;
  font-family: "Inter";
  margin-bottom: 0;
  min-width: 82px;
  padding-left: 27px;
}

.discount-wrap {
  border-radius: 5px;
  /* margin-top: 40px; */
  margin-bottom: 0;
}

.discount-text {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  font-family: Inter;
  text-align: left !important;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  margin-bottom: 0;
  width: fit-content;
  max-width: 520px;
}

.discount-text:before {
  content: "";
  min-width: 18px;
  min-height: 18px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  transform: translate(-9px, 5px);
}

/* SECTION INTRO*/
.section-intro {
  font-family: "Inter";
  padding-top: 39px;
}

.section-intro-title {
  color: var(--dark-blue);
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.section-intro-title:last-of-type {
  margin-bottom: 24px;
}

.section-intro-text {
  font-size: 18px;
  color: #002b46;
  line-height: 1.5;
}

.section-intro-text ul,
.section-intro-text ol,
.section-qa .accordion-body ul,
.section-qa .accordion-body ol {
  list-style: unset;
  padding-left: 18px;
}

.section-intro-text table{
  display: block;
  overflow-x: auto;
}

.section-intro-text p:not(:last-of-type) {
  margin-bottom: 35px;
}

.section-intro-text h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.read-more-dark {
  font-size: 18px;
  color: #002b46;
}

.intro-img-logo {
  max-width: 270px;
  max-height: 111px;
  min-width: 270px;
  min-height: 120px;
  object-fit: contain;
  object-position: right center;
}

@media (max-width: 768px) {
.intro-img-logo {
  max-width: 176px;
  max-height: 70px;
  min-width: 176px;
  min-height: 70px;
  object-fit: contain;
  object-position: left center;
}
}

span.strong {
  font-weight: bold;
}

/* SECTION CASE STUDIES*/
.section-case-studio {
  padding-top: 120px;
}

.section-case-studio .section-title {
  margin-bottom: 40px;
}

@media (max-width: 460px) {
  .section-case-studio .section-title {
    margin-bottom: 20px;
  }
}

.section-case-studio .btn-white.btn-view-more {
  max-width: max-content;
}

.testimonials-wrap {
  padding-bottom: 64px;
  color: var(--dark-blue);
  justify-content: center;
  align-items: start;
  justify-content: space-around;
}
.img-decor {
  position: relative;
  display: flex;
  align-items: flex-end;
}

/* .img-decor:after {
  margin: 0;
  position: absolute;
  left: 40px;
  bottom: 0;
  content: "";
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  background: url(../../../../assets/images/decor/decoration.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
} */

.testimonials-wrap .thumb-img {
  width: 350px;
  height :350px;

  box-sizing :border-box;
  display: block;
  line-height: 24px;
  overflow-x :hidden;
  overflow-y :hidden;
  text-align :start;
}

.testimonials-wrap .thumb-img img {
  width: 350px;
  height: 350px;
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  object-fit: contain;
  text-align :start;
  vertical-align: middle;
}


@media (min-width: 1200px) and (max-width: 1400px)  {
  .single-testimonial {
    margin: 10px;
  }
}

@media (max-width: 992px   )   {
  .single-testimonial {
    margin: 10px;
  }
}

.testimonial-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 0px;
}

.testimonial-credit {
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 0px;
}

.testimonial-location {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 44, 69, 0.7);
}

span.work {
  display: block;
  color: #00b5d3;
}

/* SECTION BRAND RANGE*/
.section-brand-range {
  background-color: #f8f8f8;
}

.brands-range-subtitle {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 0;
}

.section-title-p {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}

.brand-range-row {
  margin-bottom: 40px;
}

.brand-range-row .section-title a {
  cursor: pointer;
}

.portfolio-brands {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.brand-range-item {
  position: relative;
  border-radius: 5px;
}

.brand-range-img {
  min-width: 155px;
  object-fit: contain;
}

.brand-range-item-title {
  font-size: 24px;
  line-height: 1.33;
  text-align: left;
  color: #002b46;
}

.brand-range-item-span {
  font-size: 18px;
  color: #00b5d3;
  border-radius: 5px;
  background-color: rgba(0, 181, 211, 0.2);
}

.brand-range-item .arrow-right {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.link-brand-range {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* SECTION BRANDS LIST */

.portfolio-brands-item {
  /* min-height: 100px; */
  /* overflow: hidden; */
  /* padding: 15px 55px 20px 25px; */
}

.portfolio-brands-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.portfolio-brands-item a {
  position: relative;
  display: block;
  height: 100px;
  border-radius: 5px;
  padding: 20px 55px 20px 25px;
  background-color: #e5f8fb;
}

.portfolio-brands-item img {
  width: 160px;
  height: 61px;
  /*height: auto;*/
  max-height: 65px;
  object-fit: contain;
  object-position: center;
}

.portfolio-brands-item a::before {
  content: "";
  background-image: url("../images/icons/arrow_back_ios_blue_24dp.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 24px;
  width: 16px;
}

.portfolio-brands-item a.rtl-arrow::before {
  transform: translateY(-50%) rotate(180deg);
}

.brand-item-text-container {
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 64px;
}

.brand-item-text {
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 430px;
}

.portfolio-brands-item-labels {
  float: right;
  margin-right: 40px;
}

.brands-item-labels-item {
  display: inline-block;
  display: none;
}

.brands-item-labels-item:not(:last-of-type) {
  margin-right: 15px;
}

.brands-item-labels-item p {
  font-size: 18px;
  margin-bottom: 0;
  color: #00b5d3;
  background-color: #c3eef6;
  padding: 8px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: right;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-all-brands {
  padding-top: 60px;
  margin-bottom: 65px;
}

.section-brands-list {
  margin-bottom: 72px;
}

/* SECTION section-Q&A */
.section-more {
  padding-top: 40px;
}
.read-more a {
  color: var(--blue);
  line-height: 1.7;
  font-size: 18px;
}

.read-more svg {
  transform: rotate(90deg);
}

.title-read-more {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
}

/*  SECTION PRE FOOTER BRAND */

.pre-footer {
  background-color: #00b5d3;
}

.pre-footer p {
  color: #fff;
  font-family: Demo;
  font-size: 32px;
  line-height: 1.22;
  font-weight: normal;
}

.pre-footer-wrap img {
  width: 41px;
  height: 41px;
  object-fit: contain;
  margin-right: 10px;
}

.pre-footer .btn-white {
  min-width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #00b5d3;
  padding: 10.5px 32px;
}

/* SECTION SUBSCRIBE*/
.section-subscribe {
  position: relative;
  padding: 3.5vw 0;
  /* background-image: url(../images/bg/subscribe-bg2.jpg) !important; */
  background-repeat: no-repeat;
  background-size: cover;
}

.section-subscribe .bg-overline {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(0, 43, 70, 0.91),
    #002b46 48%,
    rgba(0, 43, 70, 0.84)
  );
  z-index: 1;
}

.section-subscribe .container * {
  z-index: 10;
}

.news-letter-wrap {
  font-size: 18px;
}

.newsletter-items img {
  max-width: 20px;
  object-fit: contain;
}

.newsletter-wrap form .email-wrap .input-wrap input {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 230px;
  margin-right: 20px;
  padding: 0px 20px;
}

.newsletter-wrap form .email-wrap .input-wrap input::placeholder,
.newsletter-wrap form .newsletter-wrapper .input-select option {
  font-size: 18px;
  line-height: 1.17;
  color: rgba(0, 44, 69, 0.7);
}

.newsletter-wrap form .newsletter-wrapper .input-wrap select {
  padding: 0px 20px;
  margin-right: 20px;
  height: 50px;
  width: 230px;
  border: none;
  appearance: none;
  outline: none;
  border-radius: 5px;
  font-size: 18px;
  line-height: 1.17;
  color: rgba(0, 44, 69, 0.7);
  cursor: pointer;
}

.newsletter-wrap form .newsletter-wrapper .input-select {
  position: relative;
}

.newsletter-wrap form .newsletter-wrapper .input-select::after {
  position: absolute;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  color: #00b5d3;
  right: 40px;
  top: 50%;
  border-top: 0.3em solid#00b5d3;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.newsletter-wrap form button {
  border: none;
  outline: none;
  border-radius: 5px;
  height: 50px;
  width: 200px;
}

/* SECTION PRE FOOTER BRAND*/
.pre-footer.pre-footer-brand {
  margin-bottom: 64px;
  border-radius: 5px;
  /* margin-top: 64px; */
}

.pre-footer.pre-footer-brand p {
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
}

.pre-footer.pre-footer-brand p {
  /* padding-top: 9px; */
  max-width: 353px;
  margin-left: 16px !important;
}

.dealer-button-container {
  display: flex;
  align-items: center;
  max-height: 50px;
  width: auto;
}
.dealer-button-container {
  margin-top: 0;
  min-width: 140px;
  margin-left: 40px;
}

@media (max-width: 992px) {
  .dealer-button-container {
    /* margin-top: 12px; */
  }
}

.section-title-p,
.title-section-Demo {
  text-align: center !important;
}

.single-testimonial {
  max-width: 385px;
}

.thumb-content {
  width: 100%;
  max-width: 385px;
  padding: 21px 0px 24px 40px !important;
}

@media (max-width: 460px) {
  .thumb-content {
    padding-top: 17px !important;
    padding-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .brands-item-labels-item:not(:last-of-type) {
    margin-bottom: 10px;
    margin-right: unset;
  }
  .single-testimonial:last-of-type {
    /* margin-top: 50px; */
  }
}

.accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}


@media (max-width: 768px) {
  .section-title-p,
  .title-section-Demo {
    text-align: left !important;
  }
  .list-produst-doc {
    flex-direction: column-reverse;
  }
}

@media (max-width: 460px) {
  .testimonials-wrap .thumb-img img {
    max-width: 217px;
  }
  .single-testimonial {
    max-width: 278px;
  }
}

.sales-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .discount-wrap {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .sales-banner {
    flex-direction: column;
    min-height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .dealer-button-container {
    margin-top: 12px;
  }

  .dealer-button-container a {
    margin-left: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }

  .section-discount {
    padding-top: 0;
  }

  .grey-banner-content-wrapper {
    flex-direction: column;
  }
}

.sales-banner-text {
  margin-right: 52px;
}

.blue-banner {
  margin-top: 64px;
  flex-direction: row;
}

.blue-banner-button-container {
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.blue-banner-content-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 106px;
}

@media (max-width: 768px) {
  .blue-banner-content-wrapper {
    flex-direction: column;
    align-items: flex-start !important;
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .blue-banner-button-container {
    margin-left: 0;
    min-width: 100%;
  }

  .pre-footer.pre-footer-brand p {
    margin-bottom: 40px !important;
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-left: 9px !important;
  }

  .pre-footer.pre-footer-brand {
    margin-bottom: 0;
    border-radius: 0;
  }
}

.section-brand-navigation-mobile {
  padding-top: 40px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .single-testimonial {
    max-width: 380px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single-testimonial {
    max-width: 310px;
  }

  .testimonials-wrap .thumb-img {
    width: 315px;
  }

  .thumb-content {
    min-width: 340px;
  }
}

@media (max-width: 1200px) {
  .pre-footer.pre-footer-brand {
    margin-bottom: 0;
    border-radius: 0;
  }
}

@media (max-width: 992px) {
  .section-fertilizer .list-produst-doc {
    align-items: center;
    /* justify-content: center; */
  }

  .section-case-studio {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .thumb-content {
    padding-left: 50px !important;
  }

  .section-title-p,
  .title-section-Demo {
    margin-top: 8px;
    text-align: left !important;
  }

  .section-case-studio .testimonials-wrap {
    padding-bottom: 0;
    flex-wrap: nowrap;
    overflow-y: scroll;
    justify-content: unset;
    column-gap: 0px;
    scrollbar-width: none;
  }
}

@media (max-width: 768px) {
  .section-fertilizer .list-produst-doc {
    align-items: flex-start;
    justify-content: space-between !important;
    flex-direction: column;
    padding-top: 0;
    row-gap: 15px;
  }

  .action-button {
    margin-bottom: 20px;
  }
}

.mobile-blue-button {
  display: none !important;
  width: 100%;
}

.mobile-blue-button .find-dealer-btn {
  width: 100%;
}

.blue-banner-image {
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .secondary-action-button a {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .hero-blue-button {
    /*display: none !important;*/
    order: 5;
    margin-right: 0;
    padding: 14px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: center;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0;
  }
  .hero-blue-button a{
    margin-right: 0;
  }

  .mobile-blue-button {
    display: unset !important;
    margin-top: 8px !important;
  }

  .list-item-product-doc:after {
    transform: translateY(-2px);
  }

  .brand-navigation-mobile-title {
    font-weight: bold !important;
    margin-bottom: 13px;
  }

  .brand-navigation-mobile-item a {
    text-underline-offset: 2px;
    padding: 0px 0 13px 0;
    font-weight: 400;
  }

  .brand-navigation-mobile-list {
    margin-bottom: 25px;
  }

  .logo-container {
    margin-bottom: 24px !important;
  }

  .single-testimonial .thumb-content {
    padding-left: 0 !important;
    padding-top: 13px !important;
    max-width: 246px;
  }

  .brands-range-subtitle {
    text-align: left;
    margin-bottom: 0px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .brand-item-text-container {
    height: unset;
    padding-left: 12px;
  }

  .blue-banner-image {
    width: 40px;
    height: 40px;
  }
  .pre-footer .btn-white {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 460px) {
  .section-fertilizer-title p {
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

}

@media (max-width: 768px) {
  .portfolio-brands-item a {
    height: unset;
  }

  .brand-item-text {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-top: 8px;
  }

  .portfolio-brands-item-labels {
    float: left;
    margin-top: 16px;
  }

  .brands-item-labels-item p {
    font-family: Inter;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding: 6px 12px;
    height: unset;
  }


  .read-more-dark {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .section-case-studio .title-section-Demo {
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
  }

  .section-brand-range {
    background: transparent;
    padding-top: 0;
  }

  .portfolio-brands-item {
    margin-bottom: 20px !important;
  }

}


.col-xl-12 {
  padding-left: 25px;
}

.section-intro-text h3{
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  color: #002b46;
}

@media (max-width: 768px) {
  .section-intro-text .text h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #002b46;
  }
}

@media (max-width: 768px){
  .section-intro-text h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #002b46;
  }
}

.section-intro-text p{
  /*width: 335px;*/
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.super_brand-template-default .section-intro-text p{
  font-size: 16px;
}

@media (max-width: 1200px){
  .section-hero-bg, .section-hero-title{
    height: 320px ;
  }

  .section-hero-title{
    font-size: 64px;
    padding-bottom: 40px;
  }
}

@media (max-width: 992px){
  .discount-text{
    max-width: 70%;
  }
}

@media (max-width: 768px){
  .section-hero-bg, .section-hero-title{
    height: 240px ;
  }

  .section-hero-title{
    font-size: 48px;
    padding-bottom: 28px;
  }

  .discount-text{
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center !important;
    color: #002c45;
    max-width: 71%;
    justify-content: center;
  }

  .discount-text:before{
    margin-right: 5px;
    margin-left: 7px;
  }
}

@media (max-width: 460px){
  .section-hero-bg, .section-hero-title{
    height: 211px ;
  }

  .section-hero-title{
    font-size: 32px;
    padding-bottom: 34px;
  }
}


.testimonial-text{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.testimonial-credit{
  font-family: Inter;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.testimonial-related{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #00b5d3;
}

.testimonial-location{
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: rgba(0, 44, 69, 0.7);
}


@media (max-width: 768px) {

  .testimonial-text{
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 3px;
  }

  .testimonial-credit{
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 6px;
  }

  .testimonial-related{
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 5px;
  }

  .testimonial-location{
    opacity: 0.5;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

.testimonials-area .testy{
  justify-content: center;
}

#testimonials .row.testy {
  min-height: 600px;
  display: flex !important;
  flex-direction: row;
  height: fit-content;
  overflow: scroll;
  overflow-y: hidden;
}

.testimonails-section-title{
  font-family: Demo;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  padding-top: 120px;
  margin-bottom: 42px;
}

@media (max-width: 768px) {
  #testimonials .row.testy {
    flex-direction: column;
    column-gap: 16px;
    overflow-x: scroll;
  }

  .testimonails-section-title {
    font-family: Demo;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 0;
    padding-top: 80px;
    margin-bottom: 46px;
  }
  }

@media (max-width: 768px) {
  .section-fertilizer-container {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  .section-fertilizer-container .section-title-wrapper {
    padding-top: 0;
  }
  .section-fertilizer .wrap-docs:has(.hero-blue-button, .list-produst-doc) {
    padding-top: 24px !important;
  }
}

.section-fertilizer-title{
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

@media (max-width: 767px) {
  #testimonials .row.testy {
    height: 464px;
    justify-content: flex-start;
    min-height: unset;
  }

  .section-fertilizer-title{
    font-family: Inter;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin: 0;
  }

  .brand-range-row > div {
    padding-left: 14px;
  }

  .q-and-a-title-container{
    padding-left: 14px;
  }
/* product range css */
.brand-products-range.pt-50 {
  padding-top: 64px;
  padding-bottom: 20px;
}

.brand-products-range {
  font-family: "Inter";
  background-color: #ffff;
}
  .brand-products-range *{
    background: #f2fbfd;
  }
  .brand-products-range .accordion .accordion-item .accordion-body p{
    width: 100%;
  }
  .brand-products-range .products-range-title-container, .brand-products-range .products-range-title-container * {
    background-color: #fdfdfd;
  }

.text-center {
  text-align: center!important;
}

.brand-products-range .title-wrap h2 {
  margin-bottom: 8px;
  font-family: "Demo";
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
  color: #002b46;
  text-align: center;
  margin-bottom: 20px !important;
}

.products-range-title-container .after-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.productsRange {
  margin-top: 40px;
}

.brand-products-range .accordion-header {
  padding-left: 30px;
  padding-right: 20px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.56;
  color: #002c45;
  margin-bottom: 10px;
}

.brand-products-range .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0d374f;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.accordion-header.mb-30 .name {
  min-width: 532px;
  max-width: 535px !important;
}

.accordion-header.mb-30 .name, .accordion-header.mb-30 .meta, .accordion-header.mb-30 .more, .accordion-header.mb-30 .extra {
  font-weight: bold !important;
}

.accordion-header.mb-30 .meta {
  margin-right: -5px;
  min-width: 88px;
}

.accordion-header.mb-30 .name, .accordion-header.mb-30 .meta, .accordion-header.mb-30 .more, .accordion-header.mb-30 .extra {
  font-weight: bold !important;
}

.brand-products-range .accordion-header .meta {
  /* width: 100px; */
  font-weight: normal;
  text-align: left;
}

.accordion-header.mb-30 .more {
  width: 250px;
}

.accordion-header.mb-30 .extra {
  text-align: left;
  width: fit-content;
  margin-left: -5px;
}

.brand-products-range .accordion-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0d374f;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.brand-products-range .accordion-header .extra {
  width: 130px;
  font-weight: normal;
}

.brand-products-range .accordion .accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 40px;
}

.brand-products-range .accordion .accordion-item .accordion-body {
  padding: 30px 20px;
}

.brand-products-range .accordion .accordion-item .accordion-header {
  padding: 0;
  background: #e5f8fb;
  margin-bottom: 10px;
  border-radius: 50px;
  margin-right: -9px;
}

.productsRange .accordion-body img {
  max-width: 113px;
}

.agroProdAnimat img {
  transition: 0.25s all !important;
  display: block;
}

.brand-products-range .accordion .accordion-item .accordion-body p {
  margin-bottom: 8px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
  width: 520px;
}

  #accordionPanelsProducts{
    padding-left: 14px;
  }

  .testy .thumb-content {padding-left: 0px !important;}
  .testy a {
    max-width: 278px;
    margin-bottom: 0;
  }
}


.section-brand-navigation .nav-bar-wrapper{
  padding-left: 11px;
}
.brand-products-range .accordion-header {
  padding-left: 30px;
  padding-right: 20px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.56;
  color: #002c45;
  margin-bottom: 10px;
}

.agroProdAnimat {
  display: inline-block;
  overflow: hidden;
}

.brand-products-range .read-more a {
  display: inline-block;
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #002c45;
  /* border-bottom: 1px solid#002c45; */
  transition: all 0.2s ease;
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 768px) {
  .brand-products-range.pt-50 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
.brand-products-range .read-more a:hover{
  color: #00b5d3;
}

@media (max-width: 1400px) {
  .accordion-header.mb-30 .name {
    min-width: 435px !important;
    max-width: 435px;
  }
}

@media (max-width: 1200px) {
  .accordion-header.mb-30 .name {
    min-width: 265px !important;
    max-width: 265px;
  }
}

@media (max-width: 992px) {
  .accordion-header.mb-30 .name {
    min-width: 230px;
    max-width: 265px;
  }

  .accordion-header.mb-30 .meta {
    min-width: 50px;
  }

  .accordion-header.mb-30 .more {
    width: 153px !important;
  }
}

@media (max-width: 768px) {
  .brand-products-range .read-more a {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 0;
  }

  .read-more {
    padding-left: 20px;
  }

  .brand-products-range .accordion .accordion-item .accordion-body .text-container p {
    max-width: 482px;
    width: 100%;
    padding-left: 20px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 0;
  }

  .productsRange .accordion-body .text-container {
    width: 100%;
    /* padding-right: 55px; */
  }

  .productsRange div {
    background: #f2fbfd;
  }

  .image-container {
    display: none !important;
  }

  .brand-products-range.pt-50.pb-50 {
    /* background: #f2fbfd; */
    padding-top: 30px;
    /* padding-left: 5px; */
    /* padding-right: 5px; */
  }

  /*#products .col-xl-12.text-center {*/
  /*  margin-bottom: -40px;*/
  /*}*/

  .products-range-title-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .brand-products-range .title-wrap h2 {
    font-size: 28px;
    text-align: left;
  }

  .products-range-title-container .after-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    text-decoration: none;
    margin-bottom: 28px !important;
  }

  .brand-products-range .after-title {
    margin-bottom: 40px !important;
  }

  .brand-products-range .after-title {
    margin-bottom: 20px !important;
  }

  .after-title {
    text-align: left;
  }

  .productsRange div {
    background: #f2fbfd;
  }

  .brand-products-range .accordion-header > .name {
      display: none;
  }

  .brand-products-range .accordion-header > .meta, .brand-products-range .accordion-header > .extra {
    display: none;
  }

  .meta, .more {
    display: none !important;
  }

  .more {
    margin-top: -10px;
  }

  .productsRange .accordion-item:first-child {
    border-top: none !important;
  }

  .brand-products-range .accordion-item {
    border-top: 1px solid #d9dfe3 !important;
  }

  .brand-products-range .accordion .accordion-item .accordion-header {
    margin-bottom: 0;
  }

  .brand-products-range .accordion .accordion-item .accordion-body {
    padding-top: 0;
  }

  .brand-products-range .accordion .accordion-item .accordion-body {
    background-color: #f2fbfd;
  }
}

@media (max-width: 767px) {
  .productsRange .accordion-body img {
    max-width: 100%;
  }

  .brand-products-range .accordion-header .name {
    flex: inherit;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  .brand-products-range .accordion-header .meta {
    width: auto;
    padding: 0 15px;
  }

  .brand-products-range .accordion-header .extra {
    width: auto;
    padding: 0 15px;
    text-align: right;
  }

  .brand-products-range .accordion .accordion-item {
    margin-bottom: unset;
  }

  .brand-products-range .accordion-header {
    font-size: 16px;
  }
}


.no-recipe-product {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e5f8fb;
  min-height: 100px;
  margin-bottom: 40px;
}


.no-recipe-product .single-product-data {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 35px 25px;
  border-radius: 5px;
  column-gap: 60px;
}

.no-recipe-product .single-product-data .single-product-data-name {
  font-family: Inter;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  width: 30%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.no-recipe-product .single-product-data .single-product-data-description {
  display: flex;
  justify-content: start;
  align-items: center;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  width: calc(70% - 25px);
  /* margin-left: 2%; */
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  /* padding-left: 60px; */
}

.no-recipe-product::after {
  content: "";
  background-image: url(../images/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  z-index: 2;
  height: 25px;
  width: 15px;
  transform: translateX(-30px);
}

@media (max-width: 768px) {
  .no-recipe-product {
    margin-bottom: 24px;
  }

  .no-recipe-product .single-product-data {
    flex-direction: column;
  }

  .productsRange.no-recipe div {
    background: transparent;
  }

  .productsRange.no-recipe div {
    background: transparent;
  }

  .no-recipe-product .single-product-data .single-product-data-name, .no-recipe-product .single-product-data .single-product-data-description {
    width: calc(100% - 60px);
  }

  .no-recipe-product .single-product-data .single-product-data-description {
    margin-left: 0;
  }

  .no-recipe-product .single-product-data .single-product-data-name, .no-recipe-product .single-product-data .single-product-data-description {
    width: calc(100% - 60px);
  }
}


@media (max-width: 575px) {
  .no-recipe-product .single-product-data {
    padding: 20px 40px 20px 20px;
  }

  .no-recipe-product .single-product-data .single-product-data-name {
    max-width: unset;
    font-family: Inter;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 8px;
    word-break: break-all;
  }

  .no-recipe-product .single-product-data .single-product-data-name, .no-recipe-product .single-product-data .single-product-data-description {
    width: calc(100% - 10px);
  }

  .no-recipe-product .single-product-data .single-product-data-description {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-left: 0;
    -webkit-line-clamp: 2;
  }
}

ul.list-produst-doc li:hover {
  cursor: pointer;
}

[catslug="turf-landscape"] .list-item-product-doc:after{
  background-image: url(../../../../assets/icons/download-tl.svg);
}

[catslug="turf-landscape"] .list-item-product-doc-video:after{
  background-image: url(../../../../assets/icons/play_circle_outline_tl.svg);
}

[catslug="turf-landscape"] .list-item-product-doc-link:after,
[catslug="turf-landscape"] .list-item-product-doc-other:after  {
  background-image: url(../../../../assets/icons/link_tl.svg);
}


[catslug="ornamental-horticulture"] .list-item-product-doc:after{
  background-image: url(../../../../assets/icons/ohdownload2.svg);
}


[catslug="ornamental-horticulture"] .list-item-product-doc-video:after{
  background-image: url(../../../../assets/icons/play_circle_outline_oh.svg);
}

[catslug="ornamental-horticulture"] .list-item-product-doc-link:after,
[catslug="ornamental-horticulture"] .list-item-product-doc-other:after {
  background-image: url(../../../../assets/icons/link_oh.svg);
}

.find-a-dealer-and-action-buttons-container {
  column-gap: 30px;
  padding: 24px 12px ;
}

@media (max-width: 768px) {
  .find-a-dealer-and-action-buttons-container {
    flex-direction: column-reverse;
    row-gap: 24px;
    padding: 24px 12px 0;  
  }
}