
:root {
  /* --theme-color: #FF5F13; */
  /* --theme-color: #e59b24; */ /* logo icon color  */
  /* --theme-color: #d59226;
  --primary-color: #02665b;
  --secondary-color: #25aca3;
  --text-primary-color: #222222;
  --text-secondary-color: #4a5568;
  --background-color: #2faea513;
  --heading-color: #013b34; */


}

  .contact-icon{
    width: 32px;
    height: 32px;
    background-color: var(--theme-color);
    border-radius: 5px;
    position: absolute;
    margin-left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .contact-desc{
    padding: 12px 10px 12px 30px ;
    & p{
      font-size: 13px;
    }
  }
  .get-in-touch::after{
    content: "";
    height: 2px;
    width: 80px;
    background-color: var(--theme-color);
    display: block;
  }

  .contact-main label, .form-control {
    font-size: 14px;
  }