/* discount page */
.single-box .discountbg {
  background-color: rgb(113, 18, 183);
}

.single-box .discountbody {
  position: relative;
  top: 2.7rem;
  margin-bottom: 10rem;
}

#pills-tab-discount {
  position: relative;
  flex-wrap: nowrap;
  padding: 0.9375rem 0;
  background-color: #f6f6f6;
}

#pills-tab-discount li {
  padding: 0 0.5rem;
}

#pills-tab-discount li a {
  color: #646566;
	font-size: 1rem;
}

#pills-tab-discount li a.active {
  border-bottom: 0.1875rem solid rgb(113, 18, 183);
  color: rgb(113, 18, 183);
}

#pills-tabContent-discount {
  position: relative;
  top: 2.5rem;
}