/* SECTION HERO*/
.section-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 25vw;
}
.related-products-container {
  height: fit-content;
}
.bg-img-header-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}

.section-hero-title {
  position: relative;
  text-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
  display: block;
  align-items: start;
  max-width: 1024px;
  width: 1042px;
  max-height: 100%;
  font-family: Demo;
  font-size: 88px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .section-hero-title {
    font-size: 52px;
  }

  .section-hero-bg {
    min-height: 400px !important;
  }
}

@media (max-width: 1000px) {
  .section-hero-title {
    font-size: 48px;
  }

  .section-hero-bg {
    min-height: 350px !important;
  }
}

@media (max-width: 992px) {
  .section-hero-title {
    font-size: 42px;
  }

  .section-hero-bg {
    min-height: 300px !important;
  }
}

@media (max-width: 768px) {
  .section-hero-title {
    font-size: 34px;
  }
}

@media (max-width: 460px) {
  .section-hero-title {
    font-size: 28px;
  }

  .section-hero-bg {
    min-height: 211px !important;
  }
}

.section-hero-title span {
  margin-bottom: 40px;
  display: block;
}

/* SECTION FERTILIZER*/
seciton.section-fertilizer {
  padding-bottom: 40px;
  background: #f8f8f8;
}

.section-fertilizer-title {
  padding-bottom: 12px;
  margin-bottom: 0px;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 300;
  color: #002b46;
  width: 792px;
  line-height: 1.53;
}

/* list downloads documents */

.list-produst-doc {
  margin: 0;
  padding-left: 12px;
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-wrap: wrap;
  row-gap: 16px;
}

.list-item-product-doc {
  list-style: none;
  font-size: 16px;
  line-height: 1.39;
  color: #002c45;
}
.list-item-product-doc:not(:last-child) {
  margin-right: 16px;
}

.list-item-product-doc a {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
}

.list-item-product-doc a,
.list-item-product-doc a span {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  /* margin-left: 6px; */
  color: #002c45;
}
@media (max-width: 768px) {
  .list-item-product-doc a,
  .list-item-product-doc a span {
    font-size: 16px;
  }
}

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

.list-item-product-doc a.Video:before {
  content: "";
  margin-right: 8px;
  margin-left: 0px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/play_circle_outline_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

.list-item-product-doc a.Link:before,
.list-item-product-doc a.Other:before {
  content: "";
  margin-right: 8px;
  margin-top: 1px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/link_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

/* SECTION BRAND_NAVIGATION*/

.section-brand-navigation {
  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: 3.5vw;
}

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

/* SECTION BRAND_NAVIGATION_MOBILE*/

.brand-navigation-mobile-list {
  max-height: 180px;
}

.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 .container .row {
  border-radius: 5px;
}

.discount-text {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  color: #002c45;
}

.discount-text:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}

/* SECTION INTRO-CROP */

.section-intro-crop {
  padding-top: 55px;
}

.intro-crop-item {
  position: relative;
}

.bg-img-intro-crop {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7),
    rgba(43, 43, 43, 0) 50%,
    rgba(0, 0, 0, 0.4)
  );
}

.intro-crop-img {
  border-radius: 5px;
  width: 100%;
}

.text-intro-title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark-blue);
}

.text-intro-text {
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
}

.intro-crop-list {
  margin-bottom: 80px;
}

.intro-crop-list li:last-child,
.intro-crop-list li:last-child p {
  margin-bottom: 0;
}
.text-intro-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-family: "Inter";
  font-size: 18px;
  line-height: 1.56;
  color: #002c45;
}

.text-intro-item:before {
  margin-top: 8px;
  margin-right: 8px;
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.stages {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
}

.stages p {
  margin-bottom: 8px;
}

/* SECTION POTATO-TRIALS */
.counter {
  margin-bottom: 40px;
}

/* ANIMATION COUNTER */
.counter-item {
  flex-basis: 31%;
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
}
.counter-item:not(:last-child) {
  margin-right: 24px;
}

.counter-item h6 {
  margin-bottom: 0;
  font-size: 2vw;
  color: var(--dark-blue);
  font-weight: bold;
}

h3.count {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Demo";
  font-size: 5vw;
  font-weight: 200;
  position: relative;
}

.count:after {
  padding-top: 15px;
  content: "%";
  color: #fff;
  font-size: 23px;
}

h3.count:before {
  margin-bottom: 10%;
  width: 30px;
  height: 30px;
  background: url("../../../../assets/icons/arrow-up.svg") no-repeat;
  background-size: contain;
  display: flex;
  opacity: 0.4;
  align-self: flex-end;
}

.counter-item span {
  display: block;
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
}

/*SECTION GUIDES & ARTICLES*/

.sub-title {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
}
.section-gdes-articles .sub-title {
  margin-bottom: 40px;
}

.section-gdes-articles .wrap-content {
  margin-bottom: 3.2vw;
}

.guides-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid#ebe3e3;
}

.guides-list-item-link {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  line-height: 1.17;
  color: #00b5d3;
}

.guides-list-item-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.39;
  color: #002c45;
}

.section-gdes-article .wrap-iframe iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px !important;
}

.section-gdes-articles .btn-white {
  display: inline-block;
  max-width: 100%;
  width: max-content;
}

/* SECTION section-Q&A */

.section-qa .wrap-heading {
  margin-bottom: 40px;
}

.section-qa .sub-title {
  margin-bottom: 0;
}

.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);
}

div#accordionPanelsCrop {
  padding: 0;
}

#accordionPanelsCrop .acordion-item {
  margin-bottom: 0;
}

#accordionPanelsCrop .accordion-header .accordion-button.collapsed {
  margin-bottom: 40px;
}

#accordionPanelsCrop .accordion-button {
  padding-left: 20px;
  position: relative;
  display: flex;
  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: #002c46;
  border-radius: 30px;
}

#accordionPanelsCrop .text-intro-item:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

#accordionPanelsCrop button.accordion-button {
  font-weight: 500;
}

#accordionPanelsCrop .accordion-body {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
}

.title-more-ques {
  margin-bottom: 16px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  text-align: center;
  color: #002c45;
}

.section-qa a.btn-white.btn-view-more {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
}

/* SECTION SUBSCRIBE*/
.section-subscribe {
  padding: 3.5vw 0;
  background-image: url(../images/bg/bg-subscribe.jpg);
  background-repeat: repeat;
}

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

.newsletter-items img {
  max-width: 15px;
  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;
  background-color: #fff;
}

.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 MORE CROPS  */

.more-crops-list {
  margin-bottom: 0;
}

.more-crops-list-item:not(:last-child) a {
  margin-right: 24px;
}

.more-crops-list-item a img {
  margin-bottom: 19px;
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
  object-fit: cover;
}

.more-crops-list-item p {
  margin-bottom: 0;
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: #002b46;
}

.more-crops-list-item-link {
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  overflow-x :hidden;
  overflow-y :hidden;
  text-align :start;

  margin-bottom: 19px;
  object-fit: cover;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  max-width: 180px;
  max-height: 180px;
}

.more-crops-list-item-link:focus,
.more-crops-list-item-link:active,
.more-crops-list-item-link:hover img{
  box-sizing :border-box;
  display: block;
  line-height: 24px;
  object-fit :cover;
  text-align :start;
  vertical-align: middle;
}

/* SECTION TESTEMONIAL_PRODUCTS */

.section-testemonial-products {
  padding: 3vw 0;
}

.title-testemonial-product {
  font-family: "Inter";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: var(--dark-blue);
}

.testemonial-logo {
  max-width: 66px;
  height: 74px;
  object-fit: contain;
}

.testemonial-desc {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: var(--dark-blue);
}

.item-testemonial-product {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}
/* SECTION POTATO-TRIALS */
.counter {
  margin-bottom: 40px;
}

/* ANIMATION COUNTER */
.counter-item {
  flex-basis: 31%;
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 35px;
}

.counter-item h6 {
  margin-bottom: 0;
  font-size: 38px;
  color: var(--dark-blue);
  font-weight: normal;
  text-align: left;
  max-width: 243px;
  max-height: 95px;
  overflow: hidden;
}

.counter-item span {
  display: block;
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.4;
  text-align: left;
  max-width: 243px;
}

h3.count {
  padding-top: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Demo";
  font-size: 5vw;
  font-weight: 200;
  position: relative;
}

.count:after {
  padding-top: 15px;
  content: "%";
  color: #fff;
  font-size: 23px;
}
h3.count:before {
  margin-bottom: 10%;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../../../../assets/icons/arrow-up.svg) no-repeat;
  background-size: contain;
  display: flex;
  opacity: 0.4;
  align-self: flex-end;
}

span.after-count {
  margin-left: 30px;
  font-size: 16px;
}

/* SECTION oh-crop-trials */
.conrainer-wrap-tab {
  padding-top: 56px;
}

.oh-crop-product-tab-container .hover-underline .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 3px;
  bottom: 15%;
  left: 5%;
  background-color: var(--blue);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.oh-crop-product-tab-container .hover-underline .nav-link.active::after {
  width: 90%;
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wrap-recomend {
  padding-left: 3rem;
}

.nav-tabs.nav-tabs-ohCrop {
  border-bottom: 0;
}

.nav-tabs.nav-tabs-ohCrop .nav-link {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--dark-blue);
  font-family: "Inter";
  font-size: 24px;
  line-height: 1.3;
  border: 0;
}

.nav-tabs.nav-tabs-ohCrop .nav-link.active {
  color: var(--blue);
  background-color: #f3f3f3;
}

#accordionPanelsOhCrop .accordion-button {
  font-size: 18px;
}

/*Img modal zoom*/
.image-holder {
  max-width: 486px;
  max-height: 237px;
}

.image-holder img {
  object-fit: contain;
}

/*Body of the Panel when it expands*/
.panel .panel-body {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  height: auto;
}

/*Image size and transition*/
.panel .panel-body a img {
  display: block;
  margin: 0;
  width: 100%;
  height: 150px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*Transform scale effect when you hover over*/
.panel .panel-body a.zoom:hover img {
  transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -moz-transform: scale(1.3);
}

/*Zoom Button*/
.panel .panel-body a.zoom span.overlay {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -webkit-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
}

/*Zoom Button and Tint Overlay*/
.panel .panel-body a.zoom:hover span.overlay {
  display: block;
  visibility: visible;
  opacity: 0.55;
  -moz-opacity: 0.55;
  -webkit-opacity: 0.55;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

/*Zoom Button*/
.panel .panel-body a.zoom:hover span.overlay i {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  font-size: 2.25em;
  color: #fff !important;
  text-align: center;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
#lightbox .modal-content img {
  width: 100%;
}

/*SECTION GUIDES & ARTICLES*/

.section-gdes-articles .wrap-content {
  margin-bottom: 64px;
}

.guides-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid#ebe3e3;
}

.guides-list-item-link {
  margin-bottom: 8px;
  display: block;
  font-size: 18px;
  line-height: 1.17;
  color: #00b5d3;
}

.guides-list-item-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.39;
  color: #002c45;
}

.single-crop .section-gdes-articles iframe {
  width: 100%;
  height: 500px;
  border-radius: 5px;
}

.section-gdes-articles .btn-white {
  display: inline-block;
  max-width: 100%;
  width: max-content;
}

/* SECTION TRAIL-DETAILS */
table.table.table-trail1 {
  border: red;
}

table.table.table-trail1 tr.text-blue td {
  color: #00b5d3 !important;
  font-weight: bold;
  font-size: 18px;
}

/* SECTION section-Q&A */

.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);
}

#accordionPanelsCrop .text-intro-item:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../images/icons/Component_@2x.webp);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}

#accordionPanelsCrop button.accordion-button {
  font-weight: 500;
}

/*Section Products*/
.section-single-crop-oh-trials {
  margin-bottom: 64px;
}
.conrainer-fluid.wrap-content-tab {
  padding: 64px 0;
  min-height: 400px;
  background: #f3f3f3;
}

.section-single-crop-oh-trials .hover-underline .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 4px;
  bottom: 14px;
  left: 19px !important;
  background-color: var(--blue);
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.section-single-crop-oh-trials .hover-underline .nav-link.active::after,
.section-single-crop-oh-trials .hover-underline .nav-link:hover::after {
  width: calc(100% - 38px);
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* FADI */
.main-image-container {
  padding: 0;
}

.section-hero-bg {
  background-color: rgba(0, 0, 0, 0.5) !important;
  /* background-color: #000; */
  /* filter: blur(2px);  */
  background-attachment: unset !important;
  min-height: 470px;
}

.date {
  margin-top: 4px;
  margin-left: 0px;
  height: 21px;
  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-right: 20px;
}

.date:before {
  content: " ";
  width: 31px;
  height: 23px;
  left: -30px;
  /* position:absolute; */
  display: inline-block;
  z-index: 999999;
  background-image: url("../../../../assets/icons/calendar.svg");
  background-size: 23px;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  /* margin-left: 13px; */
}

.event-date,
.event-duration {
  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;
}

.event-date:before {
  content: " ";
  width: 31px;
  height: 23px;
  left: -30px;
  display: inline-block;
  z-index: 999999;
  background-image: url("../icons/event-calendar.svg");
  background-repeat: no-repeat;
  margin-bottom: -2px;
  background-size: 16px;
  background-position: center;
  margin-right: 2px;
}

.event-duration:before {
  content: " ";
  width: 31px;
  height: 23px;
  left: -30px;
  display: inline-block;
  z-index: 999999;
  background-image: url("../icons/time-icon-blue.svg");
  background-repeat: no-repeat;
  margin-bottom: -3px;
  background-size: 18px;
  background-position: center;
}

.readingTime {
  margin-top: 5px;
  margin-left: 0px;
  height: 21px;
  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;
}

.readingTime:before {
  content: " ";
  width: 25px;
  height: 24px;
  display: inline-block;
  z-index: 999999;
  background-image: url("../../../../assets/icons/time.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  margin-bottom: -6px;
  /* margin-left: 16px; */
}

.related-products-container {
  background-color: #f2fbfd;
  border: solid 1px rgba(0, 181, 211, 0.2);
  border-radius: 5px;
  padding: 40px 24px;
  width: 379px;
  margin-right: 29px;
  padding-bottom: 0;
}

.related-product-title {
  /* width: 200px; */
  font-family: Inter;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 16px;
}

.brand .related-product-secondary-text {
  width: 100%;
  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;
}

.product .related-product-secondary-text {
  width: 100%;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
  padding-top: 7px;
}

.related-product img {
  width: auto !important;
  height: 244px;
  padding: 0 !important;
  margin-bottom: 19px !important;
  max-width: 227px;
  max-height: 244px;
  object-fit: contain;
  object-position: center;
}

.related-img-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 12px;
}

.brand .related-img-wrapper {
  padding-top: 96px;
}

.related-product.brand img {
  /* max-width: 100px !important; */
  object-position: center;
  height: 80px;
}

/*.related-product.product img {*/
/*   max-width: 105px !important;*/
/*}*/


.related-product.commodity.product .related-img-wrapper{
  padding-top: 7px;
}

/*.related-product.commodity.product img {*/
/*  max-width: unset !important;*/
/*  height: 224px;*/
/*  margin-bottom: 16px !important;*/
/*  object-fit: cover;*/
/*}*/



.text-container {
  padding-right: 120px;
  padding-left: 0;
}

table.tablepress {
  width: 100%;
  /*width: 1200px !important;*/
  overflow: visible;
  font-family: Inter;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
}

.tablepress td {
  padding: 20px 0;
  vertical-align: top;
  font-family: Inter;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #002c45;
}

.tablepress th {
  color: #4c6b7c;
  font-weight: 400;
}

/*.tablepress th:first-child {*/
/*  font-weight: 500;*/
/*  color: #00b5d3;*/
/*}*/

li.side-crops-list-item a {
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 20px;
}

li.side-crops-list-item a p {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

li.side-crops-list-item img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
}

ul.list-explore {
  padding: 4px 9px 4px 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 18px;
  text-align: center;
  overflow-x: scroll;
}

ul.list-explore li {
  /* pointer-events: none; */
  color: #002b46;
  background-color: #d9e6ea;
  width: fit-content;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center; /* padding: 9px 9px 8px; */
  border-radius: 5px;
  margin-bottom: 16px;
  margin-right: 10px;
}

.title {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.explore {
  margin-top: 35px;
}

.side-crops-list-item {
  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;
}

.explore-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  /*max-width: 1240px;*/
  padding: 8px 0;
  border-top: #cbd3d9 solid 0.5px;
  border-bottom: #cbd3d9 solid 0.5px;
  margin-bottom: 60px;
  position: relative;
  z-index: 9999;
  max-width: min(95vw, 1240px);
}

.dropdown-menu.show {
  min-width: 12rem;
}

.explore-bar-list {
  margin-bottom: 0;
  display: flex;
  column-gap: 24px;
  align-content: center;
}

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

.explore-bar-list li {
  /*display: inline-block;*/
  /*margin: 0 6px;*/
  font-family: Inter;
  font-size: 18px;
  text-align: center;
  background-color: #e3e7ea;
  height: fit-content;
  border-radius: 5px;
  padding: 8px;
}

.explore-bar-list .product-term {
  /*background-color: #e3e7ea;*/
  width: fit-content;
  /*padding: 9px 9px 8px;*/
  /*border-radius: 5px;*/
  /*margin-bottom: 15px;*/
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  display: inline;
}

.read-next {
  background-color: #f2fbfd;
  border: solid 1px rgba(0, 181, 211, 0.2);
  border-radius: 5px;
  padding: 32px 40px 24px;
  margin-bottom: 60px;
}

.read-next-title {
  font-family: Inter;
  font-size: 18px;
  text-align: left;
  color: #00b5d3;
  margin-bottom: 16px;
}

.read-next li {
  /*height: 21px;*/
  font-family: Inter;
  font-size: 18px;
  line-height: 1.56;
  text-align: left;
  color: #002c45;
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.read-next 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;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: -3px;
}

.read-next img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media (max-width: 768px) {
  .read-next-title {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    padding-left: 24px;
  }

  /*.read-next img {*/
  /*  transform: translate(4px,1px);*/
  /*}*/
}

.revisiting-list h2,
.section-water h2 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  font-family: "Inter", sans-serif;
}

.revisiting-list h3 {
  /*display: flex;*/
}

.revisiting-list h3 a {
  text-decoration: underline;
  text-underline-offset: 2px;
  height: 21px;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  text-align: left;
  color: #002c45;
}

.revisiting-list h3 a::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  float: left;
  margin: 2px 8px 0 0;
  object-fit: cover;
  background-size: 22px;
}

.anchorTitles {
  display: flex;
  flex-direction: row;
  max-width: fit-content;
  height: 29px;
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.42;
  padding-bottom: 40px;
  color: #052b46;
  margin-top: 20px;
  z-index: 1;
}

.separator-line {
  border-top: #cbd3d9 solid 2px;
  margin-top: 55px;
  width: 300%;
  position: absolute;
  left: 0;
  /* bottom: -16px; */
  /* z-index: 99999; */
}

@media (min-width: 992px) {
  .anchorTitles li a:hover {
    color: #2eb5d3;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 4px;
    text-underline-offset: 7px;
  }
}

.section-revisiting {
  margin-top: 20px;
  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;
}

@media (min-width: 768px) {
  .section-revisiting {
    margin-top: 40px;
  }
}

.navbar-nav-container {
  margin-bottom: 10px;
  margin-top: 25px;
}

.related-products-container .revisiting-item h6.title {
  margin-bottom: 5px;
  font-weight: bold;
}

.related-products-container .revisiting-item h6.explore {
  margin-bottom: 20px;
}

.list-produst-doc {
  padding-left: 0;
}

.video {
  margin-left: 10px;
}

.action-buttons-container {
  margin-top: 16px;
  margin-bottom: 5px;
}

.revisiting-list blockquote,
.section-water blockquote {
  font-family: Inter;
  font-size: 24px;
  font-stretch: normal;
  font-weight: bold;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  border-left: solid #2eb5d3 4px;
  padding-left: 12px;
  padding-bottom: 10px;
  margin: 40px 0;
}

.filter-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
}

/* fadi mobile */
@media (max-width: 1540px) {
  .section-hero-title {
    /* left: 5vw; */
  }
}

@media (min-width: 992px) {
  .pre-footer .btn-white {
    min-width: unset;
    display: block;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .section-hero-bg .container {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  #into-content {
    display: block !important;
  }
  .section-hero-bg {
    height: 210px;
  }

  .list-item-product-doc a.Video:before {
    /* margin-left: -2px; */
  }

  .section-fertilizer .row {
    margin: 0;
  }

  .readingTime {
    margin-top: 20px;
  }
  .header.details .readingTime:before,
  .header.details .date:before {
    background-size: 24px;
    margin-top: 0px;
    margin-right: 4px;
    margin-left: 0;
  }

  .section-hero-title {
    /* left: 0%; */
    /* top: 35%; */
    /* padding: 80px 20px 20px 20px; */
    /* font-size: 28px; */
    /* width: 95%; */
  }

  .section-hero-title span {
    font-size: 16px;
  }

  .section-fertilizer {
    padding-bottom: 40px;
  }

  .section-fertilizer-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    padding-top: 16px;
  }

  .section-fertilizer .list-produst-doc {
    margin-bottom: 26px;
    width: 100%;
  }

  .section-fertilizer .bnt-blue {
    width: 100%;
    margin: 26px 0 40px 0;
  }

  .section-fertilizer .list-produst-doc {
    flex-direction: column-reverse;
    margin-bottom: 0;
    margin-top: 18px;
  }

  .section-fertilizer ul.list-produst-doc li {
    align-items: start;
    justify-content: start;
  }

  .section-fertilizer .stay-reverse {
    margin-bottom: 26px;
  }

  .section-intro h4 {
    font-size: 22px;
  }

  .intro-crop-wrap {
    flex-wrap: nowrap;
    overflow: scroll;
  }

  .intro-crop-item {
    flex-basis: unset;
    width: 70%;
    min-width: 70%;
  }

  .btn-white {
    max-width: 100%;
  }

  .section-revisiting {
    padding-top: 0px;
  }

  .text-intro-item {
    font-size: 16px;
  }

  .revisiting-video iframe {
    width: 100%;
    max-width: 335px;
    max-height: 200px;
    height: 200px;
  }

  .section-subscribe {
    padding-bottom: 32px;
    padding-top: 32px;
  }

  .section-subscribe .item-margin-18 {
    margin-bottom: 18px;
  }

  .section-subscribe .news-letter-wrap p,
  .section-subscribe .news-letter-wrap h3 {
    text-align: left !important;
    margin-bottom: 0;
  }

  .section-subscribe form input,
  .section-subscribe form select,
  .section-subscribe form button {
    min-width: 100%;
  }

  .section-subscribe form > div {
    width: 100%;
    margin-bottom: 10px;
  }

  /* section-tables */
  section.section-tables.section-pt-120.section-pb-120 {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .section-tables table tr td,
  .section-tables table tr th {
    border-bottom: 0;
  }

  .section-tables .table > :not(:first-child) {
    border-top: 1px solid#f5f5f5;
  }

  /*section chart*/
  .section-charts.section-pb-120 {
    padding-bottom: 40px;
  }

  .chart-img-wrap img {
    width: 335px;
  }

  /*section answer*/
  .section-answers p:last-child {
    margin-bottom: 0;
  }

  /*section share-footer*/
  .section-share-footer {
    padding: 40px 0;
  }
  .share-footer-wrap {
    padding: 16px 0;
  }
  .section-share-footer ul.list-explore li:not(:last-child) {
    margin-right: 8px;
  }

  .bg-light-blue-sec {
    padding: 40px 20px;
  }



  .side-bar-wrap {
    /* padding-top: 40px; */
  }

  .revisiting-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .revisiting-item h5,
  .revisiting-item h6 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    color: #002c46;
    margin-bottom: 24px;
  }

  .revisiting-item a.btn-white.btn-view-more {
    max-width: 100%;
    width: 100%;
  }

  /*SECTION TESTEMONIAL_PRODUCTS*/

  .section-testemonial-products {
    padding-top: 40px;
  }

  .item-testemonial-product {
    flex-basis: 100%;
  }

  .item-testemonial-product:not(:last-child) {
    margin-bottom: 40px;
  }
  .title-testemonial-product {
    font-size: 24px;
  }

  .testemonial-desc {
    font-size: 16px;
  }

  .testemonial-logo {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .section-testemonial-products .item-testemonial-product a.btn-white {
    max-width: 100%;
  }
}

/* FADI-mobile */
.secondary-icon {
  display: none;
}

@media (max-width: 800px) {
  .section-fertilizer-title {
    width: auto !important;
  }

  .icons-container {
    flex-direction: column;
    /*margin-bottom: 20px;*/
  }

  table.tablepress {
    width: unset !important;
  }

  .text-container {
    padding-right: 12px;
    padding-left: 12px;
  }

  .anchorTitles {
    justify-content: start;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 30px;
    height: fit-content;
  }

  .anchorTitles:before {
    font-family: Inter;
    font-size: 16px;
    line-height: 1.56;
    text-align: left;
    margin-bottom: 10px;
  }

  .anchorTitles li,
  .anchorTitles .selected {
    width: 100%;
    color: #052b46;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.44;
    text-align: left;
    text-decoration: underline;
    text-underline-offset: 2px;
    margin-bottom: 10px;
  }

  .separator-line {
    display: none;
  }

  .section-revisiting .navbar-nav-container {
    margin-left: 5px;
    padding-bottom: 0;
    margin-top: 0;
  }

  .revisiting-list h3 a {
    text-decoration: underline;
    text-underline-offset: 2px;
    height: 21px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    text-align: left;
    color: #3a5a6f;
    margin-bottom: 40px;
  }

  .revisiting-list h3 a:after {
    content: " ";
    display: block;
    z-index: -1000;
    background-color: #f8f8f8;
    width: 200%;
    height: 75px;
    margin-left: -50px;
    margin-top: -60px;
  }

  .revisiting-list h3 a:before {
    height: 50px;
  }

  .explore-bar {
    width: 90%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 64px;
  }

  .explore-bar .share,
  .ebook-explore-bar .share,
  .event-explore-bar .share,
  .podcast-explore-bar .share{
    display: none;
  }

  .explore-bar .share {
    margin-bottom: 5px;
    padding-left: 2px;
  }

  .explore-bar-list {
    margin-bottom: 8px;
    margin-left: -5px;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 8px;
    margin-top: 8px;
    padding-left: 6px;
  }

  .explore-bar-list .product-term {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    display: inline;
    padding: 9px 9px 8px;
    background-color: #e3e7ea;
    border-radius: 5px;
  }
  .explore-bar-list li{
    padding: 0;
  }
  .read-next {
    background-color: #f2fbfd;
    border: solid 1px rgba(0, 181, 211, 0.2);
    border-radius: 5px;
    padding: 40px 20px;
    margin-bottom: 38px;
  }

  .main-content:has(.read-next + .bottom-form-banner) .read-next {
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
  }

  .read-next li {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 1.44;
    /* margin-bottom: 44px; */
  }

  .read-next li 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-left: 10px;*/
    margin-top: 0;
  }

  .section-fertilizer .container .row .action-buttons-container {
    margin-left: 0;
    padding-left: 0;
  }

}

@media (max-width: 1200px) and (min-width: 992px) {
  .anchorTitles {
    margin-top: 23px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .anchorTitles {
    margin-top: 29px;
  }

  .section-hero-title {
    /* font-size: 4.5vw; */
    /* top: 60px; */
  }
}

@media (max-width: 399px) {
  .section-hero-title {
    margin-top: 45px;
  }
}

@media (max-width: 354px) {
  .section-hero-title {
    margin-top: 18px;
    font-size: 22px;
  }
}

@media (max-width: 248px) {
  .section-hero-title {
    margin-top: 30px;
    font-size: 20px;
  }
}

@media (max-width: 1240px) {
  table.tablepress {
    display: block;
    font-size: 15px;
    block-size: -23px;
    width: 720px;
    white-space: nowrap;
  }
  table.tablepress:not(.sticky-header table.tablepress){
    overflow-x: scroll;
  }

  .tablepress td {
    min-width: 120px;
  }

  .tablepress td:first-child {
    min-width: 280px;
  }
}

.revisiting-item h4 {
  font-weight: 300 !important;
  font-family: "Inter", sans-serif;
  color: #002c46;
}

.anchorTitles li {
  margin-right: 40px;
}

.writers_container{
  display: grid;
  grid-template-columns: auto auto;
  flex-wrap: wrap;
  column-gap: 68px;
  padding: 0;
  width: auto;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}

@media (max-width: 768px) {
  .writers_container{
    display: flex;
    flex-direction: column;
  }
}

.author {
  /*width: 100%;*/
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding-left: 0;
}

.authorName {
  font-family: "Inter", sans-serif;
  font-family: Inter;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.authorImage {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 8px;
}

.authorLocation {
  opacity: 0.7;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.79;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

@media (max-width: 800px) {
  table.tablepress {
    width: unset !important;
  }

  li.side-crops-list-item img {
    height: 68px;
    width: 68px !important;
    object-fit: cover;
    margin-bottom: unset !important;
  }

  .author {
    /* margin-top: 0px; */
    /*margin-bottom: 10px;*/
  }

  .authorName {
    font-size: 16px;
  }
}

.main-content .rich-text ul,
.section-water ul {
  list-style: unset;
  list-style-type: unset;
}
.main-content .rich-text ul li,
.section-water ul li {
  margin-left: 20px;
}

.section-hero-bg .container {
  height: 100% !important;
  display: flex;
  align-content: end;
}
@media (max-width: 992px) {
  .section-hero-bg .container {
    height: 55%;
  }
  .custom-text-container > div {
    padding-left: 0;
    color: #002b46;
  }
  .revisiting-item h4 {
    margin-bottom: 10px;
  }
}

.rich-text img,
.section-water img {
  width: auto;
  height: auto;
}

.rich-text [id^="attachment"] {
  width: unset !important;
}
.custom-text-container {
  padding-bottom: 0 !important;
}
.rich-text,
.text-container {
  color: #002b46;
  font-family: Inter;
}

.rich-text h4 {
  font-family: Inter;

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.related-product-secondary-text-mobile {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mobile-crops-list-item-link 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;
}

h4.mobile-related-products-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: bold !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 16px;
}

.mobile-crops-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 0;
}

h6.mobile-topics-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-bottom: 16px;
}

.hero-title-container {
  display: flex;
  align-items: flex-end;
}

.btn-white {
  max-width: 240px;
  padding: 15px 32px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #00b5d3;
  border: 1px solid #00b5d3;
  border-radius: 5px;
  background: #fff;
}

.reading-timr-container {
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .date {
    margin-top: 2px;
  }

  .reading-timr-container {
    margin-bottom: 6px;
  }
}

ul.list-explore li a {
  height: 100%;
  width: 100%;
  padding: 5px 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 768px) {
  ul.list-explore li a {
    font-family: Inter;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.77;
    letter-spacing: normal;
    color: #002b46;
    padding: 4px 8px;
  }
}

.related-product.sidebar .side-bar-wrap .list-explore {
  flex-wrap: wrap;
}

.event-explore-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto;
  padding: 8px 0;
  border-top: rgba(0, 43, 70, 0.2) solid 1px;
  border-bottom: rgba(0, 43, 70, 0.2) solid 1px;
  margin-bottom: 60px;
}

.event-explore-bar .share {
  align-content: center;
  text-underline-offset: 2px;
}

.event-explore-bar .share span {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-underline-offset: 2px;
}

@media (max-width: 768px) {
  .event-explore-bar {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    row-gap: 13px;
    margin-left: 20px !important;
    width: 90%;
    margin-bottom: 40px !important;
    padding-bottom: 15px !important;
    padding-top: 18px !important;
    padding-left: 5px !important;
  }

  .event-explore-bar .share span {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0 !important;
  }

  .event-explore-bar .share {
    padding-left: 0;
    text-decoration: none !important;
  }
}

.carousel-control-prev-icon:before {
  font-size: 55px;
  font-weight: 200;
  height: auto;
  padding-top: 12px;
  content: "\f104";
  font-size: 22px;
  font-weight: 200;
  width: 26px;
  height: 26px;
    background-size: contain;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: -4px;
  margin-left: -4px;
}

.carousel.slide{
  display: flex;
  flex-direction: row;
}

.carousel-control-next, .carousel-control-prev{
  opacity: 1;
  position: unset;
  height: 316px;
}

.carousel-control-next svg, .carousel-control-prev svg{
  width: 29px;
}

.related-brands-products-contianer{
  border-radius: 5px;
  border: solid 1px #c2edf5;
  background-color: rgba(214, 239, 245, 0.42);
  margin-bottom: 35px;
  min-height: 350px;
}

.carousel-inner{
  margin-top: 24px;
  max-width: 226px;
}

@media (max-width: 992px) {
  .side-bar-wrap .revisiting-img {
    margin-bottom: 16px;
    /*object-fit: cover;*/
    /* max-width: 150px; */
    display: block;
    margin-bottom: 18px !important;
  }
  .side-bar-wrap .related-product.brand img {
    object-fit: contain;
    /*height: 170px;*/
  }
}

.carousel-item {
  padding: 0 10px;
}

/*.mobile-bottom-related-bar .carousel-control-next, .mobile-bottom-related-bar .carousel-control-prev {*/
/*  height: 268px;*/
/*}*/

.mobile-bottom-related-bar .carousel-item.brand .related-img-wrapper {
  /*padding-top: 74px;*/
}

.mobile-bottom-related-bar .related-brands-products-contianer{
  /*min-height: 362px;*/
  margin-bottom: 29px;}

.mobile-bottom-related-bar .brand .related-product-secondary-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;
}

.mobile-bottom-related-bar {
  background-color: #f2fbfd;
  border-top: solid 1px #c2edf5;
  border-bottom: solid 1px #c2edf5;
  padding-top: 33px;
}

@media (min-width: 768px) {
  .mobile-bottom-related-bar{
    display: none;
  }
}

.carousel.slide.carousel-rtl {
  flex-direction: row-reverse;
}

.author-name{
  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;
}

@media (max-width: 768px) {
  .author-name {
    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;
  }
}


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

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

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


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


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

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

[catslug="ornamental-horticulture"] .date:before {
  background-image: url("../../../../assets/icons/oh-date.svg");
  background-size: 17px;
  transform: translate(3px,2px);
}

[catslug="turf-landscape"] .date:before {
  background-image: url("../../../../assets/icons/turf-date.svg");
  background-size: 17px;
  transform: translate(3px,2px);
}

[catslug="ornamental-horticulture"] .readingTime:before {
  background-image: url("../../../../assets/icons/oh-time.svg");
  background-size: 20px;
  transform: translate(2px, 2px);
}

[catslug="turf-landscape"] .readingTime:before {
  background-image: url("../../../../assets/icons/turf-time.svg");
  background-size: 20px;
  transform: translate(2px, 2px);
}


@media (max-width: 768px) {
  [catslug="ornamental-horticulture"] .date:before,
  [catslug="turf-landscape"] .date:before {
    background-size: 18px !important;
  }

  [catslug="ornamental-horticulture"] .readingTime:before,
  [catslug="turf-landscape"] .readingTime:before {
    background-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .tablepress::-webkit-scrollbar {
    all: initial !important;
    height: 8px !important;
    background: #ebebeb !important;
  }

  .tablepress::-webkit-scrollbar-thumb{
    all: initial !important;
    background: #c9c9c9 !important;
  }
  .tablepress:not(.sticky-header > .tablepress) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.anchors-wrapper {
  padding-bottom: 40px !important;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .anchors-wrapper {
    margin-left: -12px;
  }
}