

.steps .keto-step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.steps .keto-step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    text-align: center;
}

.steps .keto-step .step-icon-wrap::before,
.steps .keto-step .step-icon-wrap::after {
    display: block;
    position: absolute;
    top: 50%;
    width: 51%;
    height: 8px;
    margin-top: -1px;
    background-color: #000;
    content: '';
    z-index: 1;
}
.steps .keto-step .first-step-wrap::before, .steps .keto-step .first-step-wrap::after {
    width: 14%;
}
.steps .keto-step .step-icon-wrap::before {
    left: 0;
}

.steps .keto-step .step-icon-wrap::after {
    right: 0;
}

.steps .keto-step .step-icon {
    display: inline-block;
    position: relative;
    width:  55px;
    height: 55px;
    border: 1px solid #000;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    line-height: 52px;
    z-index: 5;
    font-weight: bold;
}

.steps .keto-step .step-title {
    margin-top: 16px;
    margin-bottom: 0;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
}

.steps .keto-step:first-child .step-icon-wrap::before {
    display: none;
}

.steps .keto-step:last-child .step-icon-wrap::after {
    display: none;
}

.steps .keto-step.completed .step-icon-wrap::before,
.steps .keto-step.completed .step-icon-wrap::after {
    background-color: #42bf17;
}

.steps .keto-step.completed .step-icon {
    border-color: #42bf17;
    background-color: #42bf17;
    color: #fff;
}
.steps .keto-step.completed .step-icon.first-step {
    border-color: transparent;
    background-color: transparent;
    color: #fff;
}
@media (max-width: 576px) {
    /*.flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none;
    }*/
	.steps .keto-step .step-icon-wrap::before, .steps .keto-step .step-icon-wrap::after {
		width: 26px;
	}
	.steps .keto-step .first-step-wrap::before, .steps .keto-step .first-step-wrap::after {
		width: 0 !important;
	}
}
@media (max-width: 420px) {
	.steps .keto-step .step-icon-wrap::before, .steps .keto-step .step-icon-wrap::after {
		width: 13px;
	}
}
@media (max-width: 397px) {
	.steps .keto-step .step-icon-wrap::before, .steps .keto-step .step-icon-wrap::after {
		width: 10px;
	}
}

@media (max-width: 768px) {
    .flex-md-nowrap .keto-step .step-icon-wrap::before,
    .flex-md-nowrap .keto-step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .keto-step .step-icon-wrap::before,
    .flex-lg-nowrap .keto-step .step-icon-wrap::after {
        display: none;
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .keto-step .step-icon-wrap::before,
    .flex-xl-nowrap .keto-step .step-icon-wrap::after {
        display: none;
    }
}
.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}
@media (max-width: 575px) { 
	.steps .keto-step {
		display: contents;
		width: auto;
		margin-bottom: 35px;
		text-align: left;
		float: left;
	}
	.steps .keto-step .step-icon-wrap {
		width: auto;
	}
}	