.header-wrapper .assessment-button {
  position: fixed;
  z-index: 1000;
  top: 150px;
  right: 0;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  display: flex;
  margin: 0;
  border-radius: 10px 0 0 10px;
  background-color: transparent;
  opacity: 0.9;
  box-shadow: none;
}
.header-wrapper .assessment-button:hover {
  opacity: 1;
  box-shadow: 0 0 15px 0 rgba(30, 124, 255, 0.3);
}
.header-wrapper .assessment-button img {
  width: 80px;
  border-radius: 10px 0 0 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #fde7ea !important;
  color: #dc3232 !important;
  border-color: #dc3232 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  margin: 24px auto !important;
  text-align: left !important;
  font-size: 14px !important;
  border-width: 1px !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 12px;
}

.wpcf7 .wpcf7-not-valid-tip {
  padding: 0 !important;
  margin-top: 0 !important;
  font-size: 12px;
  background-color: transparent !important;
  color: #dc3232 !important;
  position: absolute !important;
  bottom: 0px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  display: none;
}

.form-flat .form-flat-item > p {
  display: flex;
  justify-content: space-between;
  color: #333;
  gap: 0 16px;
  font-size: 16px;
}
.form-flat .form-flat-item > p > br {
  display: none;
}
.form-flat .form-flat-item > p > label {
  width: 30%;
  font-size: 16px;
  font-weight: 600;
}
.form-flat .form-flat-item > p > label .required {
  color: #dc3232;
  font-size: 14px;
  font-weight: normal;
}
.form-flat .form-flat-item > p .wpcf7-form-control-wrap {
  width: 70%;
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
  border-radius: 6px !important;
}
.form-flat .form-flat-submit {
  margin-top: 16px;
  width: 40%;
  margin-left: 30%;
}
.form-flat .form-flat-submit .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.form-flat .form-flat-submit .wpcf7-submit {
  width: 100%;
  max-width: 100%;
  margin-left: 16px;
}
@media screen and (max-width: 550px) {
  .form-flat .form-flat-submit {
    width: 100%;
    margin-left: 0;
  }
  .form-flat .form-flat-submit .wpcf7-submit {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.form-flat .wpcf7-submit {
  margin: 32px auto;
  border-radius: 6px !important;
  padding: 5px 30px;
  box-shadow: 0 4px 0 #08365a;
  position: relative;
  transition: none;
  width: 50%;
  margin: 0 auto;
  max-width: 360px;
}
.form-flat .wpcf7-submit:hover {
  box-shadow: 0 4px 0 #08365a;
}
.form-flat .wpcf7-submit:active {
  transition: none;
  top: 4px;
  box-shadow: 0 0 0 #08365a;
}

@media (max-width: 550px) {
  .wpcf7-form-control-wrap {
    margin-bottom: 0;
  }
  .form-flat .form-flat-item > p {
    flex-direction: column;
  }
  .form-flat .form-flat-item > p > label {
    width: 100%;
    margin-bottom: 4px;
  }
  .form-flat .form-flat-item > p .wpcf7-form-control-wrap {
    width: 100%;
  }
  .slider .flickity-page-dots {
    bottom: -2px !important;
    zoom: 0.8;
  }
}
.consulting-process .col {
  width: 20% !important;
  flex-basis: 20%;
  max-width: 20%;
}
@media screen and (max-width: 849px) {
  .consulting-process .col {
    width: 33% !important;
    flex-basis: 33%;
    max-width: 33%;
  }
}
@media screen and (max-width: 550px) {
  .consulting-process .col {
    width: 50% !important;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.consulting-process .col-inner {
  padding: 10px 3px 3px !important;
  background-color: #ffa601;
  border-radius: 20px;
  position: relative;
  margin-top: 80px;
}
.consulting-process .icon-box {
  background-color: #fff;
  border-radius: 18px;
  padding: 25px 20px;
  font-size: 14px;
  height: 100%;
}
.consulting-process .icon-box h5 {
  font-size: 80px;
  position: absolute;
  top: -69px;
  left: 0;
  color: #ffa601;
  font-weight: bold;
}
.consulting-process .col:nth-child(2) .col-inner {
  background-color: #ff8a47;
}
.consulting-process .col:nth-child(2) .icon-box h5 {
  color: #ff8a47;
}
.consulting-process .col:nth-child(3) .col-inner {
  background-color: #ff78d6;
}
.consulting-process .col:nth-child(3) .icon-box h5 {
  color: #ff78d6;
}
.consulting-process .col:nth-child(4) .col-inner {
  background-color: #cc89f5;
}
.consulting-process .col:nth-child(4) .icon-box h5 {
  color: #cc89f5;
}
.consulting-process .col:nth-child(5) .col-inner {
  background-color: #05a3ff;
}
.consulting-process .col:nth-child(5) .icon-box h5 {
  color: #05a3ff;
}
.consulting-process .col:nth-child(6) .col-inner {
  background-color: #ef7c8e;
}
.consulting-process .col:nth-child(6) .icon-box h5 {
  color: #ef7c8e;
}
.consulting-process .col:nth-child(7) .col-inner {
  background-color: #ff767c;
}
.consulting-process .col:nth-child(7) .icon-box h5 {
  color: #ff767c;
}
.consulting-process .col:nth-child(8) .col-inner {
  background-color: #ff6dab;
}
.consulting-process .col:nth-child(8) .icon-box h5 {
  color: #ff6dab;
}
.consulting-process .col:nth-child(9) .col-inner {
  background-color: #8899ff;
}
.consulting-process .col:nth-child(9) .icon-box h5 {
  color: #8899ff;
}

/*# sourceMappingURL=main.css.map */
