#container {
    max-width: 550px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #EA7B10;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    /* Added cursor pointer */
}

.progress-bar {
    background-color: #EA7B10 !important;
}

.progress {
    background-color: #ccc !important;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #EA7B10;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.step:not(.step-1) {
    display: none;
}

.step-circle.active-step {
    background-color: #EA7B10 !important;
    /* Set your desired color for the active step */
    color: #fff;
    /* Set text color to make it readable */
}

.completed-step {
    background-color: #28a745;
    /* Change this to the desired completed background color */
    color: #fff;
    /* Change this to the desired completed text color */
}


.tab-heading h6 {
    font-size: 14px;
    font-weight: 600;
}

.horo {
    margin-right: 100px;
}

.horo-1 {
    margin-right: 85px;
}