.hero {
  margin-bottom: 40px;
}
.page-title-container {
  background-color: #f8f8f8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  /* padding-top: 100px; */
  padding-left: 20px;
}

section.hero:has(.tag-header-image){
  background-color: #f8f8f8;
}

.page-title-container.tag-header-image{
  height: 470px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title-container.tag-header-image .main-title {
  font-family: Demo;
  font-size: 88px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}


@media (max-width: 768px) {

  .page-title-container.tag-header-image{
    height: 211px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .page-title-container.tag-header-image .main-title {
    font-family: Demo;
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }
}

.page-title-container .container {
  padding-left: 0;
}

.main-title {
  font-family: Inter;
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 0;
}

.main-subtitle {
  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;
  margin-top: 16px;
  margin-bottom: 0;
}

.section-navigation {
  background-color: #f8f8f8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.tag-results-navbar {
  column-gap: 64px;
}

.section-navigation .nav-link {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  border: none;
  transition: 0.1s;
  /*min-width: 115px;*/
  max-height: 50px;
  padding: 0.5rem 0;
  font-family: Inter;
}


@media (min-width: 678px) {
  .section-navigation .nav-link:hover {
    color: #00b5d3;
    border-bottom: 3px solid #00b5d3;
  }
}

.section-navigation .nav-link.active {
  color: #00b5d3;
  border-bottom: 4px solid #00b5d3;
  pointer-events: none;
  background: transparent;
}

.page-content {
  min-height: 310px;
  margin-bottom: 0;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .page-content {
    padding-bottom: 12px;
  }
}

.overview-body {
  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;
  width: 792.6px;
  max-width: 792.6px;
}

.overview-body ul {
  padding-left: 24px;
}

.overview-body ul li {
  font-family: Inter;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 24px;
}
.overview-body.rich-text-wrap.tag-results-richtext ul li{
  margin-bottom: 0;
}


.overview-body ul li:before {
  content: " ";
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  background-image: url(../../../../assets/icons/minilogo.webp);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin-left: -27px;
  margin-top: 2px;
}

.tag-results {
  padding: 0;
  padding-left: 12px;
}

.section-all-products .search-results-count p {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  /*padding-left: 15px;*/
  padding-bottom: 10px;
  font-family: Inter;
}

.section-brands-list .search-results-count p {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  /*padding-left: 10px;*/
  padding-bottom: 10px;
  font-family: Inter;
}

@media (max-width: 768px) {
  .section-brands-list .search-results-count p {
    padding-left: 0;
  }
}

.tag-results .search-results-count p {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  /* padding-left: 10px; */
  padding-bottom: 24px;
  font-family: Inter;
}

.resources-results {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 40px;
  column-gap: 24px;
  row-gap: 42px;
  min-height: 300px;
  padding-top: 0;
}

.all-resources-item {
  display: block;
  max-width: 282px;
  min-width: 282px;
  height: 300px;
  border-bottom: 1px solid #e3e6e9;
}

.all-resources-item .all-resources-img-container {
  max-height: 159px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.all-resources-item .all-resources-img-container img {
  width: 100%;
  height: auto;
  min-height: 159px;
  border-radius: 5px;
  transition: 0.35s all;
  object-fit: cover;
  /*border-collapse: separate;*/
  /*perspective: 1px;*/
}

.all-resources-item .all-resources-img-container img:hover {
  transform: scale(1.1);
}

.all-resources-content {
  padding-top: 24px;
}

.all-resources-content span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #00b5d3;
}
.all-resources-content span i {
  color: #5bcfe2;
}

.all-resources-content span i:before,
.knowledge-hubs-icon i:before,
.knowledge-hubs-area i:before,
.most-viewed-content i:before {
  width: 24px;
  height: 24px;
  content: "";
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-bottom: 2px;
  background-repeat: no-repeat;
}

.all-resources-content .post-desc {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.icon-article:before,
.icon-testimonial:before,
.icon-product:before,
.icon-brand:before {
  background-image: url("../icons/article-icon.svg");
  /*opacity: 0.5;*/
}

.icon-article-video:before {
  background-image: url("../icons/article-video-icon.svg");
}

.icon-event:before{
  background-image: url("../icons/event-icon.svg");
  /*opacity: 0.5;*/
  width: 18px !important;
  height: 20px !important;
  margin-right: 3px;
  transform: translateY(-1px);
  background-size: unset !important;
}

.icon-news:before{
  background-image: url("../icons/news.svg");
    /*opacity: 0.5;*/
  width: 22px !important;
  height: 18px !important;
  margin-right: 2px;
/*transform: translateY(2px);*/
}

.icon-podcast:before {
  background-image: url("../icons/podcast.svg");
  transform: translateY(-1px);
    /*opacity: 0.5;*/
}
.icon-digital_tools:before {
  background-image: url("../icons/tools-icon.svg");
  margin-bottom: 0 !important;
  width: 24px !important;
  height: 24px !important;
  /*opacity: 0.5;*/
  transform: translateY(-2px);
}
.icon-trial:before {
  background-image: url("../icons/trial-results-icon.svg");
  /*opacity: 0.5;*/
  width: 18px !important;
  height: 18px !important;
  margin-right: 2px;
  transform: translateY(1px);
  background-size: unset !important;
}

.icon-ebook:before {
  background-image: url("../icons/ebook.svg");
    /*opacity: 0.5;*/
  width: 25px !important;
  margin-right: 2px;
}

.icon-tag:before{
  background-image: url("../icons/tag.svg");
  /*opacity: 0.6 !important;*/
  width: 23px !important;
  height: 31px !important;
  background-position: center;
  margin-right: 2px;
  /*transform: translate(2px, 3px);*/
}


.icon-guide:before,
.icon-crop:before {
  background-image: url("../icons/guide_blue_icon.png");
  /*opacity: 0.5;*/
}

.icon-video:before{
  background-image: url("../icons/video-icon.svg");
  /*opacity: 0.5;*/
  width: 20px !important;
  height: 20px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2px;
}

.all-resources-item .all-resources-img-container .play-icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 10;
}
.all-resources-item .all-resources-img-container .play-icon-container img {
  min-width: unset;
  min-height: unset;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.all-resources-item
  .all-resources-img-container
  .play-icon-container
  img:hover {
  transform: unset;
}

@media (max-width: 768px) {
  .hero {
    margin-bottom: 32px;
  }
  .page-title-container {
    /* min-height: 90px; */
    /* padding-left: 9%; */
  }

  .main-title {
    font-family: Inter;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    margin-bottom: 12px;
  }

  .section-navigation {
    width: 100%;
    padding-top: 0;
    height: unset;
  }
  .section-navigation ul.navbar-nav {
    column-gap: unset;
  }
  .section-navigation .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #002b46;
    max-height: 42px;
    min-width: fit-content;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 4px solid transparent;
  }
  .section-navigation .nav-item {
    width: 33%;
  }

  .tag-results .search-results-count p,
  .section-all-products .search-results-count p,
  .section-brands-list .search-results-count p {
    margin-bottom: 0;
    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;
    padding-bottom: 0;
  }

  .resources-results {
    padding-top: 16px;
    row-gap: 22px;
  }

  .all-resources-item {
    max-width: 250px;
    min-width: 250px;
    height: 300px;
  }

  .all-resources-item .all-resources-img-container {
    max-height: 189px;
  }

  .all-resources-item .all-resources-img-container img {
    height: 190px;
  }

  .all-resources-content .post-desc {
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
    font-size: 16px !important;


    margin-top :5px;
    margin-bottom :10px  ;

  }

  .all-resources-content span {
    opacity: 1;
    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;
  }

  .all-resources-content {
    /*margin-bottom: 14px;*/
  }
}

@media (max-width: 350px) {
  .all-resources-item {
    max-width: 90%;
    min-width: 90%;
  }
}

/* --------------------------- Products Style-------------------------------- */
/*.accordion-item {*/
/*  font-family: "Inter";*/
/*  margin-bottom: 40px;*/
/*  border-radius: 30px;*/
/*  background: transparent;*/
/*  border: none;*/
/*}*/

/*.accordion-item img {*/
/*  width: 138px;*/
/*  height: 192px;*/
/*  margin: 0 24px 0 0;*/
/*  object-fit: contain;*/
/*}*/

/*.accordion-header {*/
/*  border-radius: 30px;*/
/*}*/
/*.section-products-list button.accordion-button,*/
/*.section-all-products button.accordion-button {*/
/*  font-size: 18px;*/
/*  line-height: 28px;*/
/*  border-radius: 30px !important;*/
/*  border: none;*/
/*  padding-top: 16px;*/
/*}*/
/*.product-data {*/
/*  display: inline-block;*/
/*  width: unset;*/
/*}*/

/*.headers {*/
/*  margin-left: 20px;*/
/*  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-left: 15px;*/
/*}*/
/*div.title-desc-product.table-title {*/
/*  width: 44%;*/
/*}*/
/*.N-header {*/
/*  padding-left: 20px;*/
/*  padding-right: 0;*/
/*  width: 5%;*/
/*}*/
/*.P-header {*/
/*  width: 5%;*/
/*  padding-left: 2px;*/
/*}*/
/*.K-header {*/
/*  width: 6%;*/
/*  padding-left: 0px;*/
/*}*/
/*.nuti-header {*/
/*  padding-left: 0;*/
/*  width: 17%;*/
/*}*/
/*.headers div.col-2:last-child {*/
/*  padding-left: 15px;*/
/*  width: 15%;*/
/*}*/

/*.accordion-button:not(.collapsed),*/
/*.accordion-button:focus,*/
/*.accordion-button {*/
/*  color: #002b46;*/
/*  background-color: rgba(0, 181, 211, 0.1);*/
/*  box-shadow: unset;*/
/*}*/

/*.accordion-button:not(.collapsed)::after {*/
/*  background-image: url(../icons/download_arraow.svg);*/
/*}*/

/*.name {*/
/*  width: 44%;*/
/*  font-size: 18px;*/
/*  min-width: 44%;*/
/*  margin-right: 25px;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*  padding-right: 0;*/
/*  padding-left: 20px;*/
/*}*/

/*.N-metaValue {*/
/*  width: 7%;*/
/*}*/

/*.P-metaValue {*/
/*  width: 7%;*/
/*  padding-left: 5px;*/
/*}*/

/*.K-metaValue {*/
/*  width: 7%;*/
/*  padding-left: 0;*/
/*}*/

/*.metaNutri {*/
/*  padding-left: 0;*/
/*  width: 17%;*/
/*  overflow: hidden;*/
/*  white-space: nowrap;*/
/*  text-overflow: ellipsis;*/
/*}*/

/*.longevity-data {*/
/*  padding-left: 10px;*/
/*  max-width: 137px;*/
/*  white-space: nowrap;*/
/*  padding-left: 3.9%;*/
/*}*/

.search-results-content .tag-brands-item:not(:last-of-type) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .search-results-content .tag-brands-item:not(:last-of-type) {
    margin-bottom: 18px;
  }
}

.search-results-content .tag-brands-item a::before {
  content: "";
  background-image: url(../images/icons/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 25px;
  width: 15px;
}

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

.search-results-content .tag-brands-item a {
  box-sizing: inherit;
  color: rgb(19, 83, 111);
  text-decoration: none;
  background-color: rgba(0, 181, 211, 0.1);
  transition: all 0.1s ease 0s;
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 15px 55px 20px 25px;
}

.search-results-content img.brandImage {
  box-sizing: inherit;
  vertical-align: middle;
  border-style: none;
  max-width: 164px;
  height: 75px;
  object-fit: contain;
  border-radius: 3px;
}

div.tag-brands-item-labels {
  box-sizing: inherit;
  float: right;
  /* padding-top: 10px; */
  display: flex;
  column-gap: 20px;
}

.brands-item-labels-item p {
  box-sizing: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  color: rgb(0, 181, 211);
  background-color: rgb(195, 238, 246);
  padding: 5px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

p.brand-item-text {
  box-sizing: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgb(0, 44, 70);
  margin-left: 49px;
  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;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.products-container {
  /*padding-top: 16px;*/
}

.products-container .section-intro-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;
}

.brands-container {
  padding-top: 16px;
}

@media (max-width: 768px) {
  .brands-container {
    padding-right: 0 ;
    padding-left: 0 ;
  }
  }


.products-accordion {
  padding-left: 0;
}

/*.mobile-product-details {*/
/*  display: flex;*/
/*  flex-direction: row;*/

/*  justify-content: space-between!important;*/

/*}*/

/*.mobile-nutri {*/
/*  min-width: 30%;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: end;*/
/*}*/
@media (max-width: 1200px) {
  div.title-desc-product.table-title {
    width: 41%;
  }
  /*.name {*/
  /*  width: 39%;*/
  /*  min-width: 31%;*/
  /*}*/
  /*.N-header {*/
  /*  width: 7%;*/
  /*}*/

  /*.K-header {*/
  /*  width: 6%;*/
  /*  padding-left: 4px;*/
  /*}*/

  /*.P-header {*/
  /*  width: 7%;*/
  /*  padding-left: 0;*/
  /*}*/
  /*.N-header {*/
  /*  padding-left: 2%;*/
  /*}*/
  /*.K-metaValue {*/
  /*  padding-left: 3%;*/
  /*}*/
  /*.metaNutri {*/
  /*  padding-left: 2%;*/
  /*}*/
  /*.longevity-data {*/
  /*  padding-left: 3%;*/
  /*}*/
  /*.headers div.col-2:last-child {*/
  /*  width: 19%;*/
  /*}*/
}

@media (max-width: 992px) {
  .accordion-item:first-of-type .accordion-button{
    padding-top: 0;
  }

  .section-all-products .accordion-item .accordion-body{
    padding-top: 0;
    padding-bottom: 10px;
  }

  .desktop-header-container {
    display: none;
  }

  .search-results-count p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .tag-results-navbar {
    column-gap: 50px;
  }
  .single-brand-container {
    flex-direction: column;
    align-items: start !important;
  }
  .single-brand-container .col-md-5 {
    width: unset;
  }

  p.brand-item-text {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }
  .product-data {
    display: none;
  }

  .section-all-products button.accordion-button {
    background-color: transparent;
    padding: 20px 0;
    padding-bottom: 15px;
    padding-top: 16px;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    transition: 0s;
    padding-top: 24px;
    padding-bottom: 16px;
    align-items: flex-start;
  }
  /*.section-all-products*/
  /*  .accordion-item:not(:first-child)*/
  /*  button.accordion-button {*/
  /*  border-top: 1px solid #d9dfe3;*/
  /*}*/
  .section-all-products .accordion-item-num-0 button.accordion-button{
    border-top: none !important;
  }

  .accordion-button::after {
    display: none;
  }

  .accordion-button[aria-expanded="true"] {
    padding-bottom: 18px;
  }
  .accordion-button::before {
    margin-right: 15px;
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url(../icons/add_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }
  .accordion-button:not(.collapsed)::before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url(../icons/remove_black.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
  }

  .moblie-product-name {
    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;
    min-width: 170px;
    max-width: 171px;
    word-break: break-word;
    }
  .mobile-nutri {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: right;
    color: #002b46;
  padding-right: 8px;}
  .mobile-longevity {
    display: none;
    opacity: 0.7;
    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;
  }

  .products-container .section-intro-text {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .product-text {
    margin-bottom: 14px;
  }

  .products__item.accordion-item:last-child .accordion-button.collapsed {
    /*border-bottom: 1px solid #d9dfe3;*/
    transition: 0s;
  }


  .products-container {
    padding-left: 12px;
    padding-right: 0;
    padding-top: 16px;
  }
}

@media (max-width: 768px) {

  .all-resources-content {
    padding-top: 19px;
  }

  .nav-tabs {
    border-bottom: 0;
  }
  .page-title-container {
    padding-top: 0;
    /* margin-bottom: 12px; */
  }

  .main-subtitle {
    font-size: 24px;
  /* margin-bottom: 24px; */}
  .tag-results-navbar {
    column-gap: 24px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 0px !important;
    min-width: 100%;
    /* transform: translateY(16px); */
    scrollbar-width: none;
  }

  .overview-body {
    font-size: 16px;
    margin-bottom: 18px;
    max-width: 100%;
  }

  .overview-body a{
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  .overview-body ul li {
    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: 16px;
  }

  .overview-body ul li::before {
    margin-left: -25px;
    margin-top: 3px;
  }

  .brands-item-labels-item p {
    font-size: 16px;
    padding: 6px 15px;
  }
  p.brand-item-text {
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
  }

  .accordion-item {
    margin-bottom: 5px;
  }
}

@media (max-width: 576px) {
  .tag-results {
    padding: 0 15px;
  }
}

@media (max-width: 520px) {
  .tag-results-navbar {
    column-gap: 30px;
    justify-content: flex-start;
    padding-right: 20px;
    }
  .brands-item-labels-item p {
    /* max-width: 24vw; */
  }
}

@media (max-width: 560px) {
  .resources-results {
    justify-content: center;
  }

  .all-resources-item {
    min-width: 100%;
    height: 100%;
  }

  .all-resources-item .all-resources-img-container img {
    min-width: 100%;
  }
}

@media (max-width: 420px) {
  .main-subtitle {
    font-size: 16px;
  }

  .search-results-count p {
    padding-left: 0 !important;
  }

  .section-navigation .nav-link {
    /*min-width: 100px;*/
    /*min-width: fit-content;*/
  }
}

.breadcrumb-container {
  transform: translateX(-8px);
}

.products .accordion-button::after {
  display: none;
}

/* ***** min width ***** */
@media (min-width: 992px) {
  .products .accordion-button::before {
    /*flex-shrink: 0;*/
    width: 40px;
    height: 40px;
    /* margin-left: 7px; */
    /* margin-right: 12px; */
    margin-bottom: -4px;
    margin-top: 10px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    content: "";
    /* font-size: 27px; */
    background-repeat: no-repeat;
    /* background-size: 1.25rem; */
    transition: transform 0.2s ease-in-out;
    overflow: hidden;
    background-image: url(../../../../assets/icons/remove_black.svg);
  }

  .products .accordion-button.collapsed::before {
    content: "";
    background-image: url(../../../../assets/icons/add_black.svg);
  }
}

.mobile-scroll-arrow {
  display: none;
}

@media (max-width: 768px) {
  .section-navigation > .container {
    position: relative;
    display: flex;
    padding-left: 20px;
    padding-right: 20px !important;
  }

  .tag-results-navbar::-webkit-scrollbar {
    display: none;
  }

  .tag-results-navbar{
    -ms-overflow-style: none;
    scrollbar-width: none; /* Firefox */
    transform: translateY(1px);
  }

  .mobile-scroll-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 19px;
    bottom: 0px;
    width: 27px;
    height: 42px;
    background: -moz-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.99) 34%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.99) 34%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(248, 248, 248, 0) 0%, rgba(248, 248, 248, 0.99) 34%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1); /* IE6-9 */
    transform: translateY(-2px);
  }

  .mobile-scroll-arrow svg {
    transform: translateY(-1px);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .P-metaValue {
    padding-left: 23px;
  }

  .metaNutri {
    padding-left: 18px;
  }
}

@media (max-width: 992px) {
  div.tag-brands-item-labels {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-top: 10px;
  }

  .search-results-content .tag-brands-item a {
    padding: 25px 70px 25px 25px;
  }
}

@media (max-width: 768px) {
  ol.breadcrumb li::before {
    margin-left: 26px;
  }

  .section-navigation .nav-link.active{
    /* padding: 7px 22px; */
  }
}

.elemental-p{
  padding-left: 10px;
}

.elemental-k{
  padding-left: 10px;
}

@media (max-width: 1200px) {
  .elemental-p {
    padding-left: 16px;
  }

  .elemental-k {
    padding-left: 8px;
  }
}
/********************** START SEARCH STYLE **********************/

.search-results-search-bar input{
  width: 100%;
  height: 50px;
  padding: 18px 35px;
  border-radius: 5px;
  border: solid 1px #c9c9c9;
  background-color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  padding-left: 41px;
}

.search-results-search-bar input:focus-visible {
  outline: none;
}

.search-results-search-bar .search-bar-search-icon{
  content: " ";
  position: relative;
  left: 12px;
  top: 34px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 718' d='M15.5 14h-.79l-.28-.27a6.51 6.51 0 1 0-.7.7l.27.28v.79l5 4.99L20.49 19zm-6 0A4.5 4.5 0 1 1 14 9.5 4.494 4.494 0 0 1 9.5 14z' transform='translate(-3 -3)' style='fill:%23a8a8a8%0A'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .page-template-search-results .tag-results-navbar{
    padding-right: unset;
    justify-content: flex-start;
  }

  .section-navigation .nav-link{
    /*min-width: 30%;*/
  }

  .page-template-search-results .section-navigation > .container{
    padding-right: unset;
  }

  .search-results-search-bar{
    margin-top: -17px;
    margin-bottom: 9px;
  }

  .search-results-search-bar input{
    width: 100%;
    max-width: 908px;
    height: 50px;
    padding: 18px 35px;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    background-color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    padding-left: 41px;
  }

  .search-results-search-bar .search-bar-search-icon{
    content: " ";
    position: relative;
    left: 12px;
    top: 34px;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 718' d='M15.5 14h-.79l-.28-.27a6.51 6.51 0 1 0-.7.7l.27.28v.79l5 4.99L20.49 19zm-6 0A4.5 4.5 0 1 1 14 9.5 4.494 4.494 0 0 1 9.5 14z' transform='translate(-3 -3)' style='fill:%23a8a8a8%0A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/********************** END SEARCH STYLE **********************/

.gravity-form-container.container .gform_title{
font-family: Inter;
  font-size: 32px;
}
.gravity-form-container.container .gform_description{
  font-family: Inter;
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}


.bottom-form-banner-content{
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .gravity-form-container.container .gform_title{
    font-size: 24px;
  }
  .gravity-form-container.container .gform_description{
    font-size: 16px;
  }

  .bottom-form-banner-content{
    margin-bottom: 0px;
  }
}

.single-tag_results .search-results-count {
  display: none;
}

.read-more-dark{
  color: #002b46;
}

.read-more-dark 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-underline-offset: 2px;
}

.read-more-dark a:hover{
  color: #00b5d3;
  /* border-bottom: 1px solid #00b5d3; */
}

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


/* view more */

.view-more {
  margin: auto;
  text-align: center;
}

.view-more-text {
  margin: 14px 36px 1px 37px;
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
}

.brands-container .view-more-text {
  margin-top: 56px;
}

.view-more-button {
  display: inline-block;
  cursor: pointer;
  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;
  margin: auto;
  margin-top: 16px;
  padding: 12px 24px 11px;
  border-radius: 5px;
  border: solid 1px #00b5d3;
}


@media (max-width: 768px) {
  .view-more-button:hover {
    background-color: #00b5d3;
    color: #fff;
    transition: all 0.2s;
  }

  .view-more-button {
    width: 100%;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 9px;
  }
}


/* controlling hiding  */

.hidden {
  display: none;
}

.resources-results {
  margin-bottom: 70px;
}

@media (max-width: 769px) {
  .products-container .view-more-text {
    margin-top: 30px;
    font-size: 16px;
  }
}

/* on no results  */
.section-no-results {
  display: none;
}

.no-results-query {
  padding-bottom: 37px;
  max-width: 690px;

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

.no-results-message {
  padding-bottom: 36px;
  max-width: 690px;

  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-no-navigation {
  display: none;
  height: 40px;
}

.page-title-container {
  padding-bottom: 40px;
}

.section-navigation {
  height: 50px;
}

/* general fixes 22.11.22 */

.search-results-search-bar input{
  max-width: 588px;
}

@media (max-width: 769px) {
  .page-title-container {
    padding-bottom: 17px;
  }

  .no-results-query {
    font-size: 20px;
    line-height: 1.35;
    padding-bottom: 17px;
  }

  .no-results-message {
    font-size: 16px;
    line-height: 1.56;
  }
}

.tag-brands.tag-results-brands {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (max-width: 768px) {
  .tag-brands.tag-results-brands {
    padding-left: calc(var(--bs-gutter-x) * .5);
    row-gap: 20px;
  }
}

.all-resources-item {
  display: block;
}

.all-resources-item.hidden {
  display: none;
}

.desc-product-tab-container .view-more, .tag-results .view-more{
  padding-bottom:42px;
}

@media (max-width: 768px) {
  .desc-product-tab-container .view-more{
    padding-left: 0;
  }
  .desc-product-tab-container .view-more, .tag-results .view-more{
    padding-bottom:0px;
  }
}

.all-resources-content span i {
  position: relative;
  top: -2px;
}

.search-results-search-bar .search-bar-search-icon {
  cursor: pointer;
}

.all-resources-item .all-resources-img-container img.resources-video-play-icon{
  position: absolute;
  margin: auto;
  width: 65px !important;
  height: 70px !important;
  object-fit: contain !important;
}

.all-resources-item .all-resources-img-container img.resources-video-play-icon:hover {
  transform: scale(1);
}


@media (max-width: 768px) {
  .all-resources-item .all-resources-img-container img.resources-video-play-icon {
      min-width: unset;
  }
}
/*products Viewing of text*/
.load-more-container [class^="title-load-more_"] {
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: center;
  color: #002c45;
}
.single-tag_results .load-more-container{
  display: none;
}
.btn-white.products-load-more:hover,
.btn-white.products-load-more:focus,
.btn-white.products-load-more:active {
  background: #fff;
  color: #00b5d3;
  border-color: #00b5d3;
}
.overview-body iframe{
  max-width: 100%;
}

.downloads-tab-main-container{
  padding: 0;
}

.downloads-wrapper{
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 10px;
  padding-top: 20px;
  max-width: 995px;
  margin-bottom: 70px;
}

.single-download-wrapper{
  display:none;
}
.single-download{
  display: flex;
  flex-direction: column;
  width: 179px;
  max-height: 360px;
  height: fit-content;
}

.single-download .pdf-download-img-container{
  background-repeat: no-repeat;
  width: 179px;
  height: 239px;
  border-radius: 5px;
  background-color: #d7f4fa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-download .pdf-download-img-container svg{
  width: 37.5px;
  height: auto;
}

.single-download .single-download-title{
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  padding-top: 16px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.load-more-downloads-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#loadMoreDownloads{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 24px;
  border-radius: 5px;
  border: solid 1px #00b5d3;
  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;
  margin-top: 16px;
}

.load-more-downloads-counter{
  opacity: 0.5;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}
.section-overview-list img,
.section-overview-list .wp-caption{
  max-width: 700px;
}
.section-overview-list .digital_tools__area.digital_tools__area_block_container .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .section-overview-list .digital_tools__area.digital_tools__area_block_container {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .section-overview-list img,
  .section-overview-list .wp-caption{
    max-width: 335px;
  }
  .downloads-wrapper{
    justify-content: flex-start;
    column-gap: 20px;
    padding-top: 0;
    row-gap: 40px;
    width: 100%;
  }

  .single-download-wrapper{
    width: calc(50% - 10px);
  }

  .single-download {
    width: 100%;
    max-height: unset;
  }

  .single-download .pdf-download-img-container{
    width: 100%;
    height: auto;
    aspect-ratio: 157 / 209;
  }

  .single-download .pdf-download-img-container svg{

  }

  .single-download .single-download-title {
    font-size: 16px;
  }

  .load-more-downloads-counter {
    opacity: 0.5;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  #loadMoreDownloads{
    height: 48px;
    padding: 15px 24px;
    font-size: 16px;
    margin: 16px 5px 0 5px;
    width: 100%;
  }

  .load-more-downloads-wrapper{
    padding-bottom: 28px;
  }
}

 /*SEARCH RESULTS MORE DOWNLOAD SECTION*/

.single-download-img {
  width: 179px;
  height: 239px;
  border-radius: 5px;
  background-color: #d7f4fa;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37.5px;
}
.all-downloads {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 10px;
  max-width: 995px;
  margin-bottom: 70px;
}

.all-downloads .single-download-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  padding-top: 16px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 179px;
}

@media (max-width: 768px) {
  .single-download-img{
    width: 100%;
    height: auto;
    aspect-ratio: 157 / 209;
  }
  .all-downloads {
    column-gap: 20px;
    row-gap: 40px;
    justify-content: flex-start;
    width: 100%;
  }
  .single-download-link {
    width: calc(50% - 10px);
  }
  .all-downloads .single-download-title{
    font-size: 16px;
    max-width: 157px;
  }
  .page-template-search-results .all-downloads{
    margin-bottom: 24px;
  }
  .page-template-search-results .view-more-text{
    margin-bottom: 56px;
  }
  .resources-results {
    margin-bottom: 24px;
  }
  .page-template-search-results .products-container .load-more-container{
      margin-top:24px;
    padding-top: 0 !important;
    margin-bottom: 56px !important;
  }
  .page-template-search-results .products-container .row.mb-4{
    margin-bottom: 0 !important;
  }
  .page-template-search-results .brands-container .view-more-text{
    margin-top: 24px !important;
  }
}

.find_in_these_segments {
  color: #002B46;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*text-transform: capitalize;*/
  margin-bottom: 36px;
}
.search-segments-links {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 32px;
}
.search-segments-links a {
  color: #00B5D3;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 768px) {
  .find_in_these_segments {
    font-size: 16px;
    /*margin-bottom: 16px;*/
  }
  .search-segments-links {
    padding-bottom: 24px;
  }
  .search-segments-links a {
    font-size: 16px;
  }
}

.tablepress:not(.sticky-header > .tablepress) {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

@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;
  }
}