.Product_overview {
  margin: 0% 0% 5% 0%;
}

.Product_overview .Product_overview_tabs {
  /* background: #ae9c84 0% 0% no-repeat padding-box; */
  opacity: 1;
  padding: 20px;
}

.Product_overview .Product_overview_tabs .tab_content_holder {
  padding: 0px 2% 0% 2%;
  margin-top: 2%;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #808080;
  opacity: 1;
  text-transform: capitalize;
  border-radius: 0px;
  padding: 8px 20px;
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border-radius: 16px;
  margin: 0px 10px 0px 0px;
}

.Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
  background: #09558F;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.Product_overview .Product_overview_tabs .tab_content_holder p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}

.Product_overview .Product_overview_tabs .tabs_holder {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 0px) and (max-width: 991px) {
.Product_overview .Product_overview_tabs .nav-pills .nav-link {
    font-size: 14px;
    padding: 8px 14px;
}

  .Product_overview .Product_overview_tabs .nav-pills .nav-link.active {
    font-size: 14px;
  }

  .Product_overview .Product_overview_tabs .tab_content_holder p {
    font-size: 13px;
  }

  .Product_overview .Product_overview_tabs {
    padding: 20px 0px;
  }
}