
/*Progress bars*/
.progress-bar {
	 -webkit-transition: width .5s ease-out;
     -moz-transition: width .5s ease-out;
     -o-transition: width .5s ease-out;
     transition: width .5s ease-out;
	overflow: visible;
}
.progress-bar:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    background: #C7A091;
    z-index: 100;
    /* box-shadow: 0px 2px 4px -1px rgba(0,0,0,.75); */
}
.steps-1 .progress {
    position: relative;
    height: 20px;
    margin: 0;
    background-color: #d9d9d9;
    border: 1px solid #c3c3c3;
    border-width: 1px 0 0 0;
    border-radius: 10px;
    box-shadow: none;
}
.steps-1 .progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.progz label{color: #87786C;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: Tajawal;
font-size: 28.8px;
font-style: normal;
font-weight: 500;
line-height: 180%; /* 51.84px */}
.steps-1 .progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}
.steps-1 .progress-bar {
	position: relative;
	background: #0892d9;
}
.steps-1 {
	position: relative;
	margin: 0 0 25px 0;
}
.steps-1 .step  {
	position: relative;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between; 
	width: 100%;
	margin: -30px 0 0 0 ;
	padding: 0 35px;
}
.steps-1 .step-title {
	position: absolute;
	top: -37px;
	margin: 0 0 0 -11px;
	width: auto;
	color: #807d7d;
	font-size: 11px;
}
.steps-1 .point {
	width: 40px;
	height: 40px;
	padding: 3px 0 0 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #585858;
	vertical-align: middle;
	background: #d9d9d9;
}
.steps-1 .activestep {
	width: 40px;
	height: 40px;
	padding: 3px 0 0 0;
	border: 2px solid rgba(0,0,0,.25);
	border-width: 0 0 2px 0;
	box-shadow:  0 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,.5);
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background: #0892d9;
}
.steps-1 .passed {	
	width: 40px;
	height: 40px;
	border: 2px solid rgba(0,0,0,.25);
	border-width: 0 0 2px 0;
	box-shadow:  0 1px 1px rgba(0,0,0,.25);
	-webkit-box-shadow:  0 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow:  0 1px 3px rgba(0,0,0,.5);
	border-radius: 50%;
	color: transparent;
	overflow: hidden;
	z-index: 10;
	background: #0892d9 url('https://i.imgur.com/7znmb5L.png') no-repeat 3px -484px;
}
.steps-2 .progress {
    position: relative;
    height: 20px;
    margin: 0;
    border-radius: 45px;
	border: 0.9px solid #F16236;
	background: #FFF;
    box-shadow: none;
    overflow: visible;
}
.steps-2 .progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.steps-2 .progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}

.steps-2 .progress-bar	{
	position: relative;
	display: block;
	background: #F16236;
    height: 20px;
    margin: 0;
    border: 1px solid #c3c3c3;
    border-width: 1px 0 0 0;
    border-radius: 10px;
    box-shadow: none;
}
.steps-2 .p-baz{
	position: relative;
	display: block;
	background: #F16236;
    height: 20px;
    margin: 0;
    border: 1px solid #c3c3c3;
    border-width: 1px 0 0 0;
    border-radius: 10px;
    box-shadow: none;
}
.p-baz:after {    
	content: " ";
	position: absolute;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	background: #F16236;
	z-index: 100;
	left: 0px;
    top: -10px;
}
.steps-2 span:hover {color: #DF491B;}
.steps-2 {
	position: relative;
	margin: 12px 0 65px 0;

}
.steps-2 .step  {
	position: absolute;
	top: 7px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between; 
	width: 80%;
	padding: 0px;
}
.steps-2 .step2 {
    position: absolute;
    top: 7px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    width: 92%;
    padding: 0px;
}
.steps-2 .step-title {
	position: absolute;
	top: 25px;
	margin: 0 0 0 -15px;
	color: #87786C;
	text-align: center;
	font-size: 21.6px;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 38.88px */
	cursor: pointer;
}
.steps-2 .point {
	cursor: pointer;
	position: relative;
	width: 7px;
	height: 7px;
	margin: 0 0 0 10px;
	padding: 3px 0 0 0;
	border-radius: 25px;
	text-align: center;
	vertical-align: middle;
}
.steps-2 .point .price {
    position: absolute;
    top: -30px;
    left: -56px;
    width: 110px;
    color: #0892d9;
    text-align: center;
}
.steps-2 .caret {
	display: block;
	margin: 0 0 0 12px;
	transform: rotate(180deg);
}
.steps-3 .progress {
    position: relative;
    height: 45px;
    margin: 0;
    background-color: #d9d9d9;
    border: none;
    border-width: 1px 0 0 0;
    border-radius: 5px;
    box-shadow: none;
    overflow: visible;
}
.steps-3 .progress > .progress-type {
    position: absolute;
    left: 0px;
    font-weight: 800;
    padding: 3px 30px 2px 10px;
    color: rgb(255, 255, 255);
    background-color: rgba(25, 25, 25, 0.2);
}
.steps-3 .progress > .progress-completed {
    position: absolute;
    right: 0px;
    font-weight: 800;
    padding: 3px 10px 2px;
}
.steps-3 .progress-bar {
	position: relative;
	background: #585858;
    margin: 0;
    border: 1px solid #c3c3c3;
    border-width: 1px 0 0 0;
    border-radius: 5px;
    box-shadow: none;
}
.steps-3 .progress-bar:after{
    top: -7px;
    right: 0;
    width: 62px;
    height: 54px;
}
.steps-3 span:hover {color: #F58723;}
.steps-3 {
	position: relative;
	margin: 50px 0 50px 0;
}
.steps-3 .step  {
	position: absolute;
	top: 6px;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between; 
	width: 100%;
	padding: 0 35px;
}
.steps-3 .step-title {
	position: absolute;
	top: 55px;
	margin: 0 0 0 -50px;
	width: auto;
	color: #807d7d;
	font-size: 11px;
	cursor: pointer;
}
.steps-3 .point {
	cursor: pointer;
	position: relative;
	width: 39px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
}
.s-1,.s-2,.s-3,.s-5,.s-10,
.s-1-active,.s-2-active,.s-3-active,.s-5-active,.s-10-active,
.s-1-passed,.s-2-passed,.s-3-passed,.s-5-passed,.s-10-passed {
	z-index: 10;
}
.s-1 {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -266px -49px;}
.s-2 {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -314px -97px;}
.s-3 {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -362px -147px;}
.s-5 {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -411px -200px;}
.s-10 {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -462px -244px;}
.s-1-active{background: url('https://i.imgur.com/7znmb5L.png')no-repeat -151px -153px;}
.s-2-active {background: url('https://i.imgur.com/7znmb5L.png')no-repeat -199px -200px;}
.s-3-active {background: url('https://i.imgur.com/7znmb5L.png')no-repeat -252px -244px;}
.s-5-active {background: url('https://i.imgur.com/7znmb5L.png')no-repeat -305px -289px;}
.s-10-active {background: url('../img/sprite.png')no-repeat -362px -332px;}
.s-1-passed {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -198px -97px;}
.s-2-passed {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -252px -153px;}
.s-3-passed {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -305px -194px;}
.s-5-passed {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -362px -244px;}
.s-10-passed {background: url('https://i.imgur.com/7znmb5L.png')no-repeat  -411px -289px;}
.steps-3 .point .price {
    position: absolute;
    top: -35px;
    left: -40px;
    width: 110px;
    color: #0892d9;
    text-align: center;
}
.steps-3 .caret {
	display: block;
	margin: 0 0 0 42px;
	transform: rotate(180deg);
}
.progress-bar::after {    
	content: " ";
	position: absolute;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	background: #F16236;
	z-index: 100;
	    left: 0;
    top: -10px;
}
.p-baz::after {    
	content: " ";
	position: absolute;
	border-radius: 50px;
	width: 36px;
	height: 36px;
	background: #F16236;
	z-index: 100;
}
/*Progress bars*/