.border-top {
    border-top: var(--bs-border-width) dotted #49ba80 !important;
}
.cme-action-wrap{
    position: relative;
    top: 20px;
    justify-content:center;
    gap:14px !important;
    /* left: 10%; */
}
span.cme-credits-badge span.fw-normal {
    color: #5c3939;
}
img.course-img {
    /* min-height: 468px; */
}
.cme-card-img-side img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}
.cme-vector-btn{
    padding: 0px 4px;
}
.accreditation-divider {
    height: 98px;
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    padding: 10px 0px 40px 90px;
    box-sizing: border-box;
}
.accreditation-divider-child {
    width: 1px;
    flex: 1;
    position: relative;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    z-index: 1;
}


.profile-holder {
  width: 291px;
  display: flex;
  align-items: flex-end;
  gap: 47px;
}
.indicators {
  flex: 1;
  display: flex;
  align-items: flex-start;
}
.indicators-child,
.indicators-item {
  width: 54.4px;
  border-radius: 50%;
  object-fit: cover;
}
.indicators-child {
  height: 54.4px;
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.indicators-item {
  z-index: 2;
}
.indicators-inner,
.indicators-item,
.navigations {
  height: 54.4px;
  position: relative;
  flex-shrink: 0;
  margin-left: -13.9px;
  width: 52px;
}
.indicators-inner {
  width: 54.4px;
  border-radius: 50%;
  object-fit: cover;
  z-index: 3;
}
.navigations {
  flex: 1;
}
.navigations-child {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #49ba80;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.vector-icon9 {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 13px;
  height: 13px;
  z-index: 5;
}
.slider,
.slider-wrapper {
  display: flex;
  align-items: flex-start;
}
.slider-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 10.4px;
}
.slider {
  align-self: stretch;
  flex: 1;
  gap: 20px;
}
.arrowup-icon {
  height: 24px;
  width: 24px;
  position: relative;
  object-fit: contain;
}
.slider img {
    width: 35px;
    height: 35px;
}
.cme-learn-view {
    background: #EDF3EE;
    padding: 14px;
    /* padding: 3px; */
}
.course-hours {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 8px; */
    z-index: 1;
}
.repeat-1-icon {
    width: 20px;
    position: relative;
    max-height: 100%;
	bottom: 2px;
}
.hour {
    color: #49ba80;
    line-height: 30px;
}
.fee-free {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    font-family: inherit;
}
.course-duration-1-container {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 30px;
    font-size: 20px;
    display: inline-block;
    font-family: inherit;
}
img.cme-end-icon {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 8px;
    right: 27px;
}
/* card limit  */
.cme-course-title {
    /* display: -webkit-box;
    -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}
/* .cme-course-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;

    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.5;
    max-height: calc(1.5em * 9); 9 lines
    max-width: 100%;
    word-break: break-word;
} */