.pb_frontent_template_wrapper{
	text-align: center;
    margin: 5px 0;
}
#pb_customize_template {
    padding: 16px 16px;
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    background-color:#fff;
    border-radius:0px;
    box-shadow:#d6d6d6 0px 0px 10px 3px;
}
#pb_customize_template .porgress_bar_outer{
	position: relative;
	width: 100%;
}
#pb_customize_template .porgress_bar_grey {
    background: #e3e7ed;
    height: 15px;
    border-radius: 40px;  
} 
#pb_customize_template .porgress_bar_green {
    position: absolute;
    width: 28%;
    height: 15px;
    border-radius: 40px;
    background: #4f7cfa;
    top: 0px;
} 
 
#pb_customize_template .complete_percent {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    color: #444;
    margin-bottom: 0px;
    padding: 0;
    line-height: normal;
}
 
#pb_customize_template .course_name_text {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    color: #444;
    line-height: normal;
    padding: 0;
}
#pb_customize_template{
	box-sizing: border-box;
}
