  .error {
    width: 100%;
    margin-bottom: -23px;
    color: #ffffff;
    background: #db0c0c;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid red;
    margin-left: 1.5px;
  }

  .elementor-form {
    opacity: 1 !important
  }

  .custom-loader {
    margin: auto;
    margin-top: 1rem;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 4px solid;
    border-color: #E4E4ED;
    border-right-color: #FFFFFF;
    animation: s2 2s infinite linear;
  }

  @keyframes s2 {
    to {
      transform: rotate(1turn)
    }
  }

  #resultResponse {
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 105%;
    display: none;
    padding: 15px;
    background: #81b1cb;
    color: #fff;
    font-size: 32px;
    border-radius: 4px;
    z-index: 9;
    align-content: center;
    text-align: center;
  }

  .loader {
    display: none;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 0;
    left: -2.5%;
    width: 105%;
    height: 105%;
    z-index: 8;
    align-content: center;
    text-align: center;
    background: #81b1cb;
  }

  .section-form {
    background-color: #81b1cb;
    width: 60%;
    margin-left: 40px;
    padding: 20px 20px;
    border-radius: 8px;
  }

  .section-form h2 {
    text-align: center;
    font-weight: 700;
  }

  .elementor-field-group .elementor-field-textual {
    background-color: #fff;
  }

  .elementor-field-group {
    padding-right: calc(1px / 2);
    padding-left: calc(1px / 2);
    margin-bottom: 30px;
  }

  .elementor-field-group:last-child {
    margin-bottom: 0px;
  }

  .elementor-button {
    border-radius: 30px 30px 30px 30px;
    flex-basis: 100%;
    background-color: #324e5d;
    font-weight: 700;
    color: #fff;
  }

  .elementor-button:hover {
    background-color: #283d49;
  }

  @media (max-width:1212px) {
    .section-form {
      margin: 0 auto !important;
      width: 60%;
    }
  }

  @media (max-width:800px) {
    .section-form {
      margin: 0;
      width: 100%;
    }
  }

  @media (max-width: 767px) {
    .elementor-column.elementor-sm-50 {
      width: 100% !important;
    }
  }