.step-regis-5-header {
    font-size: 18px;
    text-align: center;
}

.step-regis-5-sub-header {
    font-size: 14px;
    text-align: center;
    color: lightgray;
}

.card-view {
    margin: 20px 0px 20px 0px;
    width: 100%;
    height: 180px;
    background-color: #F0F0F0;
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
}

.star {
    position: absolute;
    right: 10%;
    width: 65px;
    height: 50px;
    background: #00bc4b;
}

.star .star-img {
    display: inline-block;
    margin-top: 12px;
    margin-right: -4px;
    width: 18px;
    height: 17px;
}
.star .star-first {
    margin-left: 4px;
}

.star p {
    margin-top: 5px;
    text-align: center;
    font-size: 9px;
    color: white;
}

.card-detail {
    padding-top: 20px;
}

.card-img-detail {
    width: 100%;
    padding-top: 10%;
}

.card-detail-des {
    width: 150%;
    padding-top: 8%;
}

.card-btn-sub {
    margin-top: 2%;
    font-size: 12px;
    background-color: #00b183;
    width:120px;
	color: white;
    height: 30px; 
	border: 0;
	border-radius: 0px;
}

.card-btn-sub:hover {
    color: #00b183;
	background-color: white;
    border: 2px solid #00b183;
}

/* Circle Chart */
.circular-progress-bar {
    position: relative;
    margin: 0 auto;
}

.progress-percentage, .progress-text {
    position: absolute;
    width: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px 60px;
}

.progress-percentage {
    margin-top: 4px;
    font-size: 34px;
    color: #00b183;
    transform: translate(-50%, -85%);
}

.progress-text {
    margin-top: 5px;
    transform: translate(-50%, 0%);
    color: black;
    font-size: 18px;
}