﻿
.steps {
    position: relative;
    width: 100%;
    height: 5.263rem;
    display: flex;
    justify-content: space-between;
    margin:0 auto;
}

@media screen and (min-width:800px) {
	.steps {
		width: 40rem;
	}

}

.steps .step {
    z-index: 3;
    width: 5.263rem;
    height: 5.263rem;
    background-color: #ffffff;
    border: 0.426rem solid #dddddd;
    border-radius: 50%;
    box-sizing: border-box;
}

.Arrow {
    position: relative;
    z-index: 2;
    border: 0px !important
}

.Arrow img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.789rem;
    margin-top: -0.921rem;
    width: 1.525rem;
    height: 1.631rem;
}

.barGrey {
    position: absolute;
    z-index: 1;
    width: calc(100% - 4.736rem);
    height: 0.426rem;
    background-color: #c0c0c0;
    top: 50%;
    margin-top: -0.368rem;
    margin-left: 2.368rem;
    margin-right: 2.368rem;
}

.bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #a8b769;
}


.circle-intern {
    position: relative;
    z-index: 2;
    width: 4.315rem;
    height: 4.315rem;
    margin: 0.263rem;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
}

.circle-intern span {
    font-size: 1.578rem;
    line-height: 3.157rem;
    color: #c0c0c0
}

.stepGreen {
    border: 0.426rem solid #a8b769 !important;
}

.stepGrey {
    border: 0.426rem solid #c0c0c0 !important;
}

.stepGreyDark {
    border: 0.426rem solid #9f9f9f !important;
}
