.contactTitle {
  text-align: center;
  margin-top: 15px;
}
.contactSec {
  min-height: calc(100vh - 224px);
  padding-top: 80px;
}

.contactWrapper {
  max-width: 856px;
  width: 100%;
  margin: auto;
}
.contact__wrapper {
  display: flex;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 4px 60px rgb(140 140 140 / 15%);
  border-radius: 15px;
}

.infoLeft {
  max-width: 368px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  padding: 40px 35px;
  /* background: radial-gradient(100% 100% at 50% 18%, #812be3 20%, #4c01e0 100%); */
  background: linear-gradient(0deg, #063e41 16.4%, #018751 100%);
}

.infoList {
  list-style: none;
}

.infoListDiv {
  display: flex;
  gap: 24px;
  padding-bottom: 25px;
}
.infoLeft p {
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 24.2px;
  padding-bottom: 32px;
}

.infoListDiv p {
  font-weight: 400;
  font-size: 14px;
  line-height: 27.5px;
  color: #ffffff;
  padding-bottom: 0px;
}
.bold {
  font-weight: 700;
}
.form-group-btn {
  margin-top: -20px;
}

.svgIcon {
  position: relative;
  top: 4px;
}
.form-group {
  margin-bottom: 33px;
  position: relative;
  width: 100%;
}

#submit_btn:hover {
  background-color: #065944;
  transform: scale(1.05);
}
.form-group input {
  width: 100%;
  padding: 18px 30px 19px 17px;
  max-height: 46px;
  height: 100%;
  outline: none;
  background: #ffffff;
  border: 1px solid #e0e7f3;
  border-radius: 4px;
}
.anchor:hover {
  text-decoration: underline;
}
.form-group label {
  position: absolute;
  left: -4px;
  top: -24px;
  padding: 0 5px;
  background: #fff;
  font-size: 13px;
  color: #121212;
}
.anchor {
  color: #ffffff;
  text-decoration: none;
}

.formRight {
  padding: 30px 25px 12px;
  width: 100%;
}
.form-group textarea {
  height: 132px !important;
  resize: none;
  width: 100%;
  padding: 18px 30px 19px 22px;
  outline: none;
  background: #ffffff;
  border: 1px solid #e7e9eb;
  border-radius: 4px;
}
.contactDots {
  position: absolute;
  bottom: -34px;
  left: -38px;
}

.contactDots img {
  width: 100%;
  max-width: 90px;
  height: 90px;
}

.formRight p {
  font-size: var(--headDesc-font);
  font-weight: 400;
  line-height: 26px;
  color: var(--text-color);
  padding-bottom: 45px;
}
.orderBtn {
  color: #ffffff;
  font-size: 13px;
  line-height: 15.73px;
  font-weight: 500;
  padding: 9.3px 22.3px;
  border: none;
  border-radius: 4px;
  background: var(--bg-cta);
}
.btn {
  text-align: end;
}

.error {
  color: #d60000;
  font-size: 0.8rem;
}
/* .form-group label.forIn.focused {
      position: absolute;
      left: -4px;
      top: -20px;
      padding: 0 5px;
      background: #fff;
      font-size: 13px;
      color: #121212;
    } */

.form-group-btn {
  margin-bottom: 5px;
}
.form-control:hover {
  border: 1px solid #087657;
}
.contactTitle h1 {
  font-size: var(--subHead-font);
  font-weight: 600;
  line-height: 39px;
  padding-bottom: 8px;
  color: var(--secondary-color);
}
.contactTitle p {
  font-size: var(--headDesc-font);
  font-weight: 400;
  line-height: 28.5px;
  color: var(--text-color);
  padding-bottom: 20px;
}
.steric {
  left: 3px;
  position: relative;
  top: 1px;
  color: #d60000;
}

@media screen and (max-width: 768px) {
  .contact__wrapper {
    flex-direction: column-reverse;
  }

  .contactDots {
    position: absolute;
    bottom: -20px;
    left: -11px;
  }
  .contactDots img {
    width: 100%;
    max-width: 63px;
    height: 63px;
  }
  .form-group label {
    .form-group label {
      font-weight: 400;
      font-size: 13px;
      line-height: 15.73px;
      color: #9b9b9b;
      position: absolute;
      left: -3px;
      top: -19px;
      transition: 0.3s ease all;
    }
  }
  .formRight p {
    font-size: var(--headDesc-font-mob);
    font-weight: 400;
    line-height: 20px;
    color: var(--text-color);
    padding-bottom: 30px;
  }
  .infoLeft p {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    line-height: 21.7px;
    padding-bottom: 32px;
  }
  .infoListDiv p {
    font-weight: 400;
    font-size: 13px;
    line-height: 27.5px;
    color: #ffffff;
    padding-bottom: 0px;
  }
  .formRight {
    padding: 30px 25px 40px;
    width: 100%;
  }
  .contactTitle p {
    font-size: var(--headDesc-font-mob);
    font-weight: 400;
    line-height: 24.7px;
    color: var(--text-color);
    padding-bottom: 40px;
  }
  .contactTitle h1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 26.63px;
    color: var(--secondary-color);
  }
}
