.certificate-wrapper img {
}
.certificate-wrapper .single-photo {
  width: 40%;
}

.image-popup i {
  top: 0 !important;
  left: 0 !important;
}

.tabbar-wrapper {
  width: 100%;
  position: absolute;
  bottom: -30px;
}

@media (max-width: 767px) {
  .tabbar-wrapper {
    bottom: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tabbar-wrapper {
    bottom: -25px;
  }
}

.testimonial-title {
  text-align: center;
}

.testimonial-title span {
  font-family: saira, sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #696969;
}

.testimonial-title h3 {
  font-family: saira, sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  color: #212121;
  margin-bottom: 40px;
}

.intro-right h2 {
  font-size: 30px;
}

.intro-right p {
  font-size: 15px;
}

.scope-detail {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #696969;
  line-height: 32px;
  margin-bottom: 60px;
}

.single-person {
  display: flex;
}

.pdf-img {
  width: 54px;
  height: 54px;
}

.report-item-title {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
}

.report-item-subtitle {
  margin-top: 3px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #818181;
  line-height: 21px;
}

.report-item-title-wrapper {
  margin-left: 23px;
}

.blue-btn {
  width: 106px;
  height: 36px;
  background: #28c1ce;
  border-radius: 4px;
  border: 1px solid #28c1ce;
  outline: none;
  border-radius: 0;

  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
}

.blue-btn a {
  display: block;
  color: #fff;
}

.mar-r {
  margin-right: 36px;
}

.report-item {
  padding: 37px 0;
  border-bottom: 1px solid #d0d0d0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pdf-img {
    width: 40px;
    height: 40px;
  }

  .report-item-title {
    font-size: 18px;
    line-height: 25px;
  }

  .report-item-subtitle {
    margin-top: 3px;
    font-size: 12px;
  }

  .report-item-title-wrapper {
    width: 600px;
    margin-left: 20px;
  }

  .blue-btn {
    width: 95px;
    height: 30px;

    font-size: 18px;
    line-height: 25px;
  }

  .mar-r {
    margin-right: 30px;
  }

  .report-item {
    padding: 30px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pdf-img {
    width: 30px;
    height: 30px;
  }

  .report-item-title {
    font-size: 14px;
  }

  .report-item-subtitle {
    font-size: 12px;
  }

  .report-item-title-wrapper {
    width: 460px;
    margin-left: 15px;
  }

  .blue-btn {
    width: 70px;
    height: 25px;

    font-size: 14px;
  }

  .mar-r {
    margin-right: 20px;
  }

  .report-item {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pdf-img {
    width: 20px;
    height: 20px;
  }

  .report-item-title {
    font-size: 10px;
  }

  .report-item-subtitle {
    font-size: 8px;
  }

  .report-item-title-wrapper {
    width: 360px;
    margin-left: 10px;
  }

  .blue-btn {
    width: 50px;
    height: 25px;

    font-size: 10px;
  }

  .mar-r {
    margin-right: 10px;
  }

  .report-item {
    padding: 15px 0;
  }
}

@media (max-width: 576px) {
  .pdf-img {
    width: 25px;
    height: 25px;
  }

  .report-item-title {
    font-size: 10px;
  }

  .report-item-subtitle {
    font-size: 8px;
  }

  .report-item-title-wrapper {
    width: 300px;
    margin-left: 10px;
  }

  .blue-btn {
    width: 50px;
    height: 25px;

    font-size: 10px;
  }

  .mar-r {
    margin-right: 10px;
  }

  .report-item {
    padding: 15px 0;
  }
}

.honorable-detail {
  font-size: 13px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #696969;
  line-height: 28px;
}
.tab-content {
  margin-top: 20px;
}

.baseInfo-detail {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #696969;
  line-height: 28px;
  margin-bottom: 10px;
}

.custom-sec-mar {
  margin-top: 60px;
}