.wpcf7-file-upload__text {
  max-width: 500px !important;
  overflow-wrap: break-word !important;
  white-space: normal !important;
}

/* thank you page */
.imp-guide {
  padding: 150px 0;
}

.imp-guide .container {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  /* max-width: 1200px; */
  text-align: center;
}

.imp-guide .container h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.imp-guide .container p {
  margin: 10px 0;
  color: #555;
}

.imp-guide .progress-wrap {
  width: 100%;
}

.imp-guide .progressbarz {
  counter-reset: step;
}

.imp-guide .progressbarz li {
  list-style: none;
  display: inline-block;
  width: 17%;
  position: relative;
  text-align: center;
  cursor: pointer;
}

.imp-guide .progressbarz li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  background-color: #4a00e0;
  font-size: 10px;
  color: #fff;
}

.imp-guide .progressbarz li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #4a00e0;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.imp-guide .progressbarz li:first-child:after {
  content: none;
}

.imp-guide .progressbarz li.active {
  color: green;
}

.imp-guide .progressbarz li.active:before {
  border-color: green;
}

.imp-guide .progressbarz li.active + li:after {
  background-color: #4a00e0;
}

.imp-guide-info {
  color: red;
}
