#category-consultation {
  background-color: #183A34;
  color: #ffffff;
  padding: 64px 54px;
  margin: 32px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#category-consultation > div:nth-child(1) {
  max-width: 767px;
  margin-right: 24px;
  width: 67%;
}

#category-consultation h2 {
  font-size: 34px;
  margin-bottom: 24px;
}

#category-consultation h2 + p {
  font-size: 20px;
  line-height: 41px;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: lighter;
  text-align: justify;
}

.consultation-trust {
  background-color: #1C453D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  padding: 0 48px 24px 48px;
  border-radius: 5px;
}

.consultation-trust div {
  text-align: center;
  width: 133px;
  margin-top: 24px;
}

.consultation-trust div span {
  line-height: 21.8px;
  font-weight: 600;
  font-size: 12px;
}

.consultation-trust img {
  margin-bottom: 16px;
  display: inline-block;
}

#superintendent-pharmacist {
  margin-top: -64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* align-items: center; */
}

#superintendent-pharmacist img {
  height: 395px;
  width: 298px;
  max-width: inherit;
}

#superintendent-pharmacist p {
  color: #ffffff;
  font-weight: lighter;
  font-size: 14px;
  line-height: 21.8px;
  text-align: center;
  margin-bottom: 16px;
}

#superintendent-pharmacist p:first-of-type {
  font-weight: bold;
  font-size: 16px;
  margin-top: 32px;
}

.btn-category-questionaire {
  /* Auto layout */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 64px;
  gap: 16px;
  width: 403px;
  height: 89px;
  background: #FFD261;
  color: #0A1816;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
}

.btn-category-questionaire:hover {
  background-color: #FAB300;
}

.treatment-recommendations-wrapper .card__title {
  font-size: 24px;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel {
  margin: 20px 0;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #DBEDEB;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 20px;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-image img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-details {
  padding: 15px 0;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-title {
  margin: 17px 0 7px;
  font-weight: 600;
  font-size: 16px;
  line-height: 168%;
  letter-spacing: 0.02em;
  color: #235A50;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-price {
  font-weight: bold;
  color: #183A34;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn.prev-slide {
  left: -20px;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .owl-nav .nav-btn.next-slide {
  right: -20px;
}

.treatment-recommendations-wrapper .treatment_recommendations_carousel .slide-content {
  padding: 15px;
  max-width: 250px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  #category-consultation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 16px;
  }
  #category-consultation > div:nth-child(1) {
    margin-right: 0;
    width: 100%;
  }
  #category-consultation h2 {
    font-size: 20px;
    line-height: 31.5px;
    text-align: center;
    line-height: 40px;
  }
  #category-consultation h2 + p {
    font-size: 14px;
    line-height: 21.5px;
    text-align: center;
  }
  #superintendent-pharmacist {
    display: none;
  }
  .btn-category-questionaire {
    margin: 0 auto;
    width: 292px;
    height: 57px;
    font-size: 16px;
    padding: 24px 36px;
  }
  .consultation-trust {
    padding: 0 25px 24px 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .consultation-trust div {
    width: 108px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.tax-product_cat .toggle-btn {
  display: none;
}
/*# sourceMappingURL=category-page.css.map */