.profile-wrapper {
  z-index: 3;
}
.profile-card {
  z-index: 3;
}
.circle-relate {
  z-index: 5;
}
.circle {
  position: absolute;
  top: -70px;
  left: 2%;
  z-index: 5;
}
.gender span img {
  height: 25px;
}
.rating-star i {
  font-size: 18px;
  color: #ffdf00;
  padding-right: 5px;
}
.volu-infor {
  padding-top: 10px;
}
.volu-infor i {
  font-size: 20px;
  color: #999;
  font-weight: 700;
  padding-right: 10px;
}
.volu-infor span {
  font-size: 15px;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: #999;
  letter-spacing: 0em;
}
.abo p {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  color: #999;
}
.pi-box {
  display: flex;
  justify-content: space-between;
  width: 400px;
}
.head h3 {
  color: #000000;
  flex: 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 25px;
  letter-spacing: 0em;
}
.valu h3 {
  flex: 1;

  font-size: 15px;
  font-style: normal;
  padding-bottom: 10px;
  color: #999999;

  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.valu-btn {
  background: #e34133;
  color: #fff;
  padding: 5px 5px;
  font-size: 600;
  border-radius: 10px;
}
.circle-edu {
  width: 40px;
  height: 40px;
  border-radius: 50%;

  background: #335b75;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.qualification-content {
  flex: 3;
}
.circle-edu i {
  color: #fff;
  padding: 12px;
}
.profile-flex {
  flex: 1;
}
.qualification-content h3 {
  color: #000000;
  padding-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
.qualification-content h4 {
  padding-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  color: #999999;

  letter-spacing: 0em;
}

.qualification-content p {
  padding-bottom: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  color: #999;
}
.certi h2 {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 20px;
  letter-spacing: 0em;
}
.certificate-flex {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.certificate-flex img {
  height: 250px;
  width: 250px;
  object-fit: cover;
  margin: 5px 5px;
}
.qualification-content i {
  color: #e34133;
  padding-right: 10px;
}
.qualification-content span {
  color: #e34133;

  font-size: 10px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: 0em;
}

.scri-req h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #999999;

  text-align: center;
}

/* width */
::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.product-tab .nav-link {
  border: 2px solid #666;
  display: inline-block;
  border-radius: 50px;
  padding: 5px 20px;
  margin-right: 10px;
  font-size: 18px;
  color: #000;
}
.product-tab .active {
  color: #fff !important;
  background: #335b75;
}
.desktop-only {
  height: 100%;
}
.static-position {
  position: sticky;
  top: 100px;
}
.static-position .single-scribe-box {
  padding: 20px 30px;
}
.donation-wrapper-product {
  /* background-color: #335b75; */
}
.donation-product {
  background-color: #335b75;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: bold;
}
.donation-bag-heading {
  padding: 10px 0px;
}
.product-cart-button-wrapper .btn-style-eight .btn-title {
  padding: 0px 0px;
}
.choose-amount {
  padding: 10px 10px;
  border-radius: 10px;
}
.active-choose-amount {
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #dc4549;
  color: #fff;
}
