
.contact-form-block .form-col-2 {
  position: relative;
}
.contact-form-block .form-col-2 p:last-child {
  margin: 0;
}

.contact-form-block .form-title {
  font-size: 3.5rem;
  line-height: 1.2;
  position: relative;
  margin: 0 0 1.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-form-block .form-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 3.5rem;
  height: 6px;
  background: var(--secondary-color);
}

.contact-form-block input,
.contact-form-block select,
.contact-form-block textarea {
  border-radius: 0.5rem;
  color: #717171;
  font-size: 1rem;
}
.contact-form-block input::placeholder,
.contact-form-block select::placeholder,
.contact-form-block textarea::placeholder {
  color: #717171;
}

.contact-form-block textarea[rows] {
  height: 7rem;
}

[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus,
[type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus,
[type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus,
[type=url]:focus, [type=week]:focus, textarea:focus {
  box-shadow: none;
  border: 1px solid #000;
}


/*** Submit Button ***/
.contact-form-block .btn {
  margin: 0 auto;
}
.contact-form-block .btn input {
  background: none;
  border: none;
  box-shadow: none;
  color: var(--color-dark);
}
.contact-form-block .btn:after {
  content: url("data:image/svg+xml,%3Csvg class='arrow-svg' width='17' height='14' viewBox='0 0 17 14' fill='%23000000' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.2491 6.36828L10.3806 0.499704C10.2131 0.332185 9.98982 0.240234 9.75175 0.240234C9.51342 0.240234 9.29028 0.332317 9.12276 0.499704L8.58995 1.03265C8.42256 1.1999 8.33035 1.4233 8.33035 1.6615C8.33035 1.89957 8.42256 2.1305 8.58995 2.29776L12.0135 5.72886H1.13668C0.646276 5.72886 0.258789 6.11278 0.258789 6.60331V7.35675C0.258789 7.84729 0.646276 8.26992 1.13668 8.26992H12.0524L8.59008 11.7202C8.4227 11.8877 8.33048 12.105 8.33048 12.3432C8.33048 12.5812 8.4227 12.8016 8.59008 12.969L9.12289 13.5003C9.29041 13.6678 9.51355 13.7591 9.75188 13.7591C9.98995 13.7591 10.2132 13.6666 10.3807 13.4991L16.2492 7.63062C16.4171 7.46257 16.5095 7.23825 16.5088 6.99978C16.5093 6.76053 16.4171 6.53607 16.2491 6.36828Z' /%3E%3C/svg%3E");
  padding-left: 10px;
}
.contact-form-block .btn .wpcf7-spinner {
  position: absolute;
  left: 100%;
}


.wpcf7-not-valid-tip {
  background-color: #e6dddd;
  font-size: 1rem;
  padding: 4px 10px;
  position: absolute;
  top: calc(100% + 5px);
}
    .wpcf7-not-valid-tip::before {
      content: '';
      position: absolute;
      top: -9px;
      left: 24px;
      border-left: 11px solid transparent;
      border-right: 11px solid transparent;
      border-bottom: 9px solid #e6dddd;
    }

.wpcf7-list-item,
.wpcf7-form [type=checkbox] {
  margin: 0;
}
.wpcf7-list-item .wpcf7-list-item-label, .wpcf7-list-item .wpcf7-list-item-label a {
  font-size: 1rem;
  text-transform: none;
}



/***************   Mobile   ***************/
