

/* Form Progress */
.reg_progress {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
.reg_progress{
	direction:rtl;
}
.reg_progress .circle,
.reg_progress .bar {
    display: inline-block;
    background: #fff;
    width: 40px; height: 40px;
    border-radius: 40px;
    border: 1px solid #d5d5da;
}
.reg_progress .bar {
    position: relative;
    width: 9%;
    height: 6px;
    top: -33px;
    margin-left: -5px;
    margin-right: -5px;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.reg_progress .circle .label {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    margin-top: 3px;
    color: #b5b5ba;
    font-size: 17px;
}
.reg_progress .circle .title {
    color: #b5b5ba;
    font-size: 11px;
    line-height: 30px;
    margin-right: -40px;
	display:inline-block;
	width:auto !important; min-width:120px;
}

/* Done / Active */
.reg_progress .bar.done,
.reg_progress .circle.done {
    background: #eee;
}
.reg_progress .bar.active {
    background: linear-gradient(to right, #EEE 40%, #FFF 60%);
}
.reg_progress .circle.done .label {
    color: #FFF;
    background: #38b1de;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.reg_progress .circle.done .title {
    color: #444;
}
.reg_progress .circle.active .label {
    color: #FFF;
    background: #38b1de;
    box-shadow: inset 0 0 2px rgba(0,0,0,.2);
}
.reg_progress .circle.active .title {
    color: #38b1de;
}
////////////

/* PROGRESS BAR */
.step-content .col-xs-12{
	margin-bottom:15px;
}
.step-content .items{
	display:none;
}
.step-content .items.active{
	display:block;
}

#register_form .col-md-6{
	float:right;
}
.home_condition ul li{
	direction:rtl !important; text-align:right;list-style-type: disc !important;
}