#steps{
  padding: 70px 0 80px;
}
 .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_base,  .progress_inner #step-3:checked + input + input + div + div + div + div > .box_base,  .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_base {
  top: 50%;
  left: 0px;
  opacity: 1;
}
 .progress_inner #step-1:checked + input + input + input + input + div + div + div + div > .box_item,  .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item,  .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -30px;
  left: 0px;
  opacity: 0;
}

 .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_lid{
  top: -20px;
  left: 0px;
  opacity: 0;
}
 .progress_inner #step-2:checked + input + input + input + div + div + div + div > .box_item {
  top: -10px;
  left: 0px;
  opacity: 1;
}

 .progress_inner #step-3:checked + input + input + div + div + div + div > .box_item {
  top: 10px;
  left: 0px;
  opacity: 1;
}
 .progress_inner #step-3:checked + input + input + div + div + div + div > .box_lid {
  top: -1px;
  left: 0px;
  opacity: 1;
}
 .progress_inner #step-3:checked + input + input + div + div + div + div > .box_ribbon{
  top: 70%;
  left: 0px;
  opacity: 0;
}
 .progress_inner #step-3:checked + input + input + div + div + div + div > .box_bow {
  top: 0px;
  left: 0px;
  opacity: 0;
}



* {
  box-sizing: border-box;
}

 .progress_inner__status .box_string,  .progress_inner__status .box_tag,  .progress_inner__status .box_bow__right,  .progress_inner__status .box_bow__left,  .progress_inner__status .box_bow,  .progress_inner__status .box_ribbon,  .progress_inner__status .box_item,  .progress_inner__status .box_base,  .progress_inner,  .progress_inner__step:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}

 .progress_inner__bar--set,  .progress_inner__bar {
  height: 6px;
  left: 30%;
  background: #d12023;
  transition: width 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
  top: -75px;
}

 .progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #000;
  background: white;
  line-height: 26px;
  border: 3px solid #ffa097;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  pointer-events: none;
}

 .progress_inner__step {
  width: 20%;
  font-size: 18px;
  padding: 0 10px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  pointer-events: none;
  position: relative;
}
 .progress_inner__step label {
  padding-top: 50px;
  top: -20px;
  display: block;
  position: relative;
  cursor: pointer;
}
 .progress_inner__step:hover {
  color: #000;
}
 .progress_inner__step:hover:before {
  color: white;
  background: #f86254;
}


 .progress_inner {
  height: 300px;
  width: 700px;
}

@media only screen and (min-width: 1400px) {
  .progress_inner {
    height: 280px;
    width: 700px;
  } 
}


@media only screen and (min-width: 1500px) {
  .progress_inner {
    height: 280px;
    width: 700px;
  } 
}

@media only screen and (min-width: 1650px) {
  .progress_inner {
    height: 280px;
    width: 700px;
  } 
}

@media only screen and (min-width: 1750px) {
  .progress_inner {
    height: 280px;
    width: 700px;
  } 
}

 .progress_inner #step-3:checked + input + input + div {
  width: 40%;
}
 .progress_inner #step-3:checked + input + input + div + div + div > .tab-progress:nth-of-type(3) {
  opacity: 1;
  top: 0;
}
 .progress_inner #step-3:checked + input + input + div + div + div + div {
  right: 50%;
}
 .progress_inner #step-2:checked + input + input + input + div {
  width: 20%;
}
 .progress_inner #step-2:checked + input + input + input + div + div + div > .tab-progress:nth-of-type(2) {
  opacity: 1;
  top: 0;
}
 .progress_inner #step-2:checked + input + input + input + div + div + div + div {
  right: 70%;
}
 .progress_inner #step-1:checked + input + input + input + input + div {
  width: 0%;
}
 .progress_inner #step-1:checked + input + input + input + input + div + div + div > .tab-progress:nth-of-type(1) {
  opacity: 1;
  top: 0;
}
 .progress_inner #step-1:checked + input + input + input + input + div + div + div + div {
  right: 90%;
}
 .progress_inner__step:nth-of-type(1):before {
  content: "1";
}
 .progress_inner__step:nth-of-type(2):before {
  content: "2";
}
 .progress_inner__step:nth-of-type(3):before {
  content: "3";
}

 .progress_inner__bar--set {
  width: 40%;
  top: -80px;
  background: #f3cdca;
  position: relative;
  z-index: -2;
}
.progress_inner__tabs{
  display: flex;
  justify-content: center;
}
 .progress_inner__tabs .tab-progress {
  opacity: 0;
  position: absolute;
  border-top: 3px solid #d12023;
  border-bottom: 3px solid #d12023;

  width: 80%;
  top: 40px;
  text-align: center;
  margin-top: 100px;
  
  padding: 15px 25px 0;
  background: white;
  border-radius: 10px;
  transition: all 0.2s;
}
 .progress_inner__tabs .tab-progress h1 {
  margin: 0;
}
 .progress_inner__tabs .tab-progress p {
  font-weight: 400;
  opacity: 0.8;
}
 .progress_inner__status {
  width: 40px;
  height: 40px;
  top: -80px;
  transition: right 800ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transform: translateX(50%);
  position: absolute;
}
 .progress_inner__status div {
  opacity: 0;
  transition: all 600ms cubic-bezier(0.915, 0.015, 0.3, 1.005);
  transition-delay: 300ms;
}
 .progress_inner__status div {
  position: absolute;
}
 .progress_inner__status .box_base {
  background: repeating-linear-gradient(45deg, #986c5d, #986c5d 2px, #775144 2px, #775144 4px);
  width: 36px;
  height: 40px;
  z-index: 1;
  border-radius: 1px;
}
 .progress_inner__status .box_lid {
  width: 40px;
  height: 13.3333333333px;
  background: #775144;
  z-index: 2;
  border-radius: 1px;
  top: 0;
}
 .progress_inner__status .box_item {
  width: 20px;
  height: 20px;
  background: #be69d2;
  z-index: 0;
  border-radius: 4px;
  transform: rotate(45deg);
}
 .progress_inner__status .box_ribbon {
  width: 10px;
  height: 42px;
  background: #ee0f29;
  z-index: 4;
  border-radius: 1px;
}
 .progress_inner__status .box_bow__right,  .progress_inner__status .box_bow__left {
  width: 6px;
  height: 10px;
  background: #be0c21;
  position: absolute;
  z-index: 3;
  opacity: 1;
  border-radius: 1px;
}
 .progress_inner__status .box_bow {
  top: -6px;
  z-index: 1;
  transition-delay: 500ms;
}
 .progress_inner__status .box_bow__left {
  left: 6px;
  transform: rotate(45deg);
}
 .progress_inner__status .box_bow__right {
  left: -4px;
  transform: rotate(-45deg);
}
 .progress_inner__status .box_tag {
  width: 20px;
  height: 10px;
  background: #487ac7;
  z-index: 4;
  transform: rotate(-10deg) translateX(-40px) translateY(0px);
  border-radius: 2px;
  transition-delay: 500ms;
}
 .progress_inner__status .box_string {
  width: 17px;
  height: 2px;
  background: #343434;
  z-index: 4;
  transform: rotate(-39deg) translateX(-22px) translateY(-12px);
}
 .progress_inner input[type=radio] {
  display: none;
}


@media only screen and (max-width: 700px) {
  .progress_inner__tabs .tab-progress{
    width: 90%;
  }
  .progress_inner{
    width: 100%;
  }
  .progress_inner__step{
    /* width: 33.33%; */
  }
}

@media only screen and (max-width: 640px) {
  .progress_inner__step{
    font-size: 15px;
  }
}

@media only screen and (max-width: 550px) {
  .progress_inner__step{
    font-size: 12px;
    line-height: 1.3;
  }
}



.active-dash {
  position: absolute;
  bottom: -5px; /* Adjust this to fit under your step label */
  left: 20px;
  background-color: #d12023;
  width: 0px;
  height: 2px;
  transition: all 0.4s ease-in-out;
}


@media only screen and (max-width: 550px) {
  .active-dash {
    position: absolute;
    bottom: -5px; /* Adjust this to fit under your step label */
    left: 15px;
    background-color: #f86254;
    width: 0px;
    height: 2px;
    transition: all 0.4s ease-in-out;
  }
  
}