.certificate-validity.page-wrapper {
    background-color: #EEEDE9;
}
.certificate-validity .inner-banner .inner-banner-bg .bg {
    background-image: url(/certificate-banner.png);
}
.certificate-validity .inner-banner .maan-primary-btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 0.75rem;
  line-height: 1.14rem;
  background: white;
  color: #2F2B2B;
  border: none;
  margin-top: 0.5rem;
}
.certificate-validity.page-wrapper .certificate-wrapper {
    padding: 5rem 0;
}
.certificate-validity .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.certificate-validity .title-wrapper > div {
  max-width: 60%;
}
/* .certificate-validity .title-wrapper .small-title {
  font-family: "Effra-medium";
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
} */
html[dir=ltr] .certificate-validity .title-wrapper .small-title {
    letter-spacing: 2px;
}
.certificate-validity .title-wrapper .small-title {
  font-family: "Effra-medium";
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.certificate-validity .title-wrapper .certificate-tab-title {
  font-size: 2.5rem;
  font-family: "Effra-medium";
  line-height: 3rem;
  color: #2F2B2B;
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.certificate-validity .title-wrapper p {
  font-size: 1rem;
  font-family: 'Poppins-Regular';
  color: #505050;
  margin-bottom: 0;
}
.certificate-validity .certificate-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.certificate-validity .certificate-content-wrapper .content {
    width: 40%;
}
.certificate-validity .certificate-content-wrapper .content .certificate-logo {
    margin-bottom: 1.5rem;
}
.certificate-validity .certificate-content-wrapper .content .certificate-logo img {
    width: 9.375rem;
    height: 3.75rem;
    object-fit: contain;
    object-position: left;
}
html[dir=rtl] .certificate-validity .certificate-content-wrapper .content .certificate-logo img{
    object-position: right;
}
.certificate-validity .certificate-content-wrapper .content .title-wrapper > div {
    max-width: 100%;
}
.certificate-validity .certificate-content-wrapper .content .title-wrapper .certificate-tab-title {
    margin-bottom: 0;
}
.certificate-validity .certificate-content-wrapper .content .certificate-status {
    font-size: 1.1rem;
    font-family: 'Effra-Medium';
    line-height: 1.5rem;
    color: #2F2B2B;
    margin-bottom: .5rem;
}
.certificate-validity .certificate-content-wrapper .content .date {
    margin-bottom: .5rem;
}
.certificate-validity .certificate-content-wrapper .content .date p,
.certificate-validity .certificate-content-wrapper .content .date p a {
    color: #2F2B2B;
    font-family: 'Poppins-Regular';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-bottom: 0;
    text-decoration: none;
    cursor: default;
}
.certificate-validity .certificate-content-wrapper .certificate-img {
    width: 50%;
    text-align: end;
}
.certificate-validity .certificate-content-wrapper .certificate-img img {
    max-width: 100%;
}

@media (max-width: 1200px) {
    .certificate-validity .certificate-content-wrapper .content {
        width: 48%;
    }
}
@media (max-width: 991px) {
    .certificate-validity .title-wrapper > div {
        max-width: 100%;
    }
    .certificate-validity .certificate-content-wrapper .content {
        width: 100%;
        margin-bottom: 2rem;
    }
    .certificate-validity .certificate-content-wrapper .certificate-img {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 767px) {
    .certificate-validity .title-wrapper .certificate-tab-title {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}