.steps{align-items:center;background:#fff;border-radius:50px;box-shadow:0 4px 10px 0 hsla(0,0%,48%,.3);color:#ccc;display:flex;font-size:14px;gap:20px;justify-content:space-between;margin:0 auto 30px;max-width:1200px;padding:20px 30px}@media (max-width:1024px){.steps{gap:0!important}}@media (max-width:1199px){.steps{gap:10px!important}.step-num{height:17px!important;width:17px!important}.step-text{line-height:1!important}}@media (max-width:430px){.steps{font-size:12px!important;gap:0!important;padding:10px 20px!important}.step{gap:5px!important}}.step{align-items:center;display:flex;gap:10px}.step.active{color:var(--ntiva-orange)}.step-num{align-items:center;background:#ccc;border-radius:50%;color:#fff;display:flex;font-weight:700;height:24px;justify-content:center;width:24px}.step.active .step-num{background:var(--ntiva-orange)}.step-line{background:#ccc;border-radius:4px;flex:1;height:4px;width:auto}.step-line.active{background:var(--ntiva-orange)}@media (max-width:1024px){.step-line{display:none}}@media (max-width:767px){.step-text{display:block!important}}