.form-lh-wrp {
  padding: 0 15px;
}

.lh-wrp {
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.lh-wrp .col {
  padding-bottom: 0;
  padding: 20px;
}
.lh-wrp .col:last-child {
  background-color: #E7EDE9;
}
.lh-wrp .col.lh-info h4 {
  color: #111;
}
.lh-wrp .col.lh-info p {
  font-weight: 500;
  color: var(--primary-color);
}
.lh-wrp .col.lh-info .social-wrp br {
  display: none;
}
.lh-wrp .col.lh-info .lh-btn {
  border-radius: 99px;
  background-color: #E7EDE9;
  color: var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #E7EDE9;
  padding: 8px 0;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lh-wrp .col.lh-info .lh-btn svg {
  margin-right: 8px;
}
.lh-wrp .col.lh-info .lh-btn span {
  width: 170px;
}
.lh-wrp .col.lh-info .lh-btn:hover {
  border: 1px solid var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lh-wrp form label .input-item {
  padding: 12px 16px;
  border-radius: 99px;
  color: var(--primary-color);
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lh-wrp form label .input-item::-webkit-input-placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.lh-wrp form label .input-item::-moz-placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.lh-wrp form label .input-item:-ms-input-placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.lh-wrp form label .input-item::-ms-input-placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.lh-wrp form label .input-item::placeholder {
  color: var(--primary-color);
  font-weight: 400;
}
.lh-wrp form label .input-item:hover, .lh-wrp form label .input-item:focus {
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}
.lh-wrp form label textarea.input-item {
  border-radius: 8px;
  resize: none;
}
.lh-wrp form .submit-btn {
  margin: 0;
  border-radius: 99px;
  border: 1px solid var(--primary-color);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 105px;
  height: 40px;
  text-transform: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lh-wrp form .submit-btn:hover {
  background-color: #E7EDE9;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lh-wrp form .wpcf7-spinner {
  display: none;
}

@media (min-width: 920px) {
  .lh-wrp form .form-row p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lh-wrp form .form-row p label:first-child {
    margin-right: 18px;
  }
}
@media (max-width: 650px) {
  .lh-wrp .col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.goog-te-spinner-pos {
  display: none;
}

.header-main #logo {
  margin-right: 0;
}