.Product_overview {
  margin: 0 0 5%;
}

.Product_overview .Product_overview_tabs {
  padding: 0 0 5%;
}

.Product_overview .Product_overview_tabs .tabs_holder {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  border-bottom: 1px solid #d9e8dc;
  scrollbar-width: none;
}

.Product_overview .Product_overview_tabs .tabs_holder::-webkit-scrollbar {
  display: none;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 12px 22px;
  margin: 0;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link:hover {
  color: #087a35;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 3px;
  border-radius: 10px;
  background: linear-gradient(90deg, #075c2b, #09a83e);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
  color: #075c2b;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  box-shadow: none;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link.active::after {
  width: 55px;
}

.Product_overview .Product_overview_tabs .tab_content_holder {
  margin-top: 20px;
  padding: 25px;
  background: #f7fbf8;
  border: 1px solid #dcebe0;
  border-radius: 10px;
  position: relative;
}

.Product_overview .Product_overview_tabs .tab_content_holder p {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  color: #3f4a43;
  margin-bottom: 0;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Product_overview .Product_overview_tabs .nav-pills .nav-link {
    font-size: 14px;
    padding: 9px 14px;
  }

  .Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .Product_overview .Product_overview_tabs .nav-pills .nav-link.active::after {
    width: 40px;
  }

  .Product_overview .Product_overview_tabs .tab_content_holder {
    margin-top: 15px;
    padding: 18px 16px;
    border-radius: 8px;
  }

  .Product_overview .Product_overview_tabs .tab_content_holder p {
    font-size: 13px;
    line-height: 1.7;
  }
}
