.contact-block {
  border-bottom: none !important;
}

.card-body {
  display: none;
}

.bg-danger {
  background-color: rgba(0, 0, 0, 0) !important;
}

.bg-danger > .chk-card {
  background-color: rgba(220, 53, 69, 0.2) !important;
  border-color: #dc3545 !important;
}

.p-1 {
  padding: 0px !important;
}

@media (min-width: 0) {
  .contact-page {
    padding: 0rem !important;
  }

  .contact-name {
    width: 100% !important;
  }

  .contact-phone {
    width: 100% !important;
  }

  .form-group {
    flex-wrap: wrap !important;
  }

  .card-body {
    flex: 1 1 auto;
    padding: 0rem 0.3rem 0rem 0.3rem;
    font-size: 1.5rem;
  }

  .card-img-top {
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    flex-grow: 1;
    max-width: 100%;
    background: rgba(0, 0, 0, 0);
  }

  .bg-secondary {
    background-color: rgba(0, 0, 0, 0);
  }

  .bg-info {
    background-color: rgba(14, 155, 230, 0.1) !important;
    border: 1px solid #0e73e6;
  }

  .card-header {
    padding: 0.75rem 2rem;
    margin-bottom: 0;
    background-color: none !important;
    border-bottom: none !important;
  }

  .form-group {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .form-control:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #0e73e6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  label {
    color: white;
  }
}
@media (min-width: 1200px) {
  .card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    flex-grow: 1;
    max-width: 33.3%;
    background: rgba(0, 0, 0, 0);
  }

  .bg-secondary {
    background-color: rgba(0, 0, 0, 0) !important;
  }

  .bg-info {
    background-color: rgba(14, 155, 230, 0.1) !important;
    border: 1px solid #0e73e6;
  }

  .card-img-top {
    max-width: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
  }

  .card-header {
    padding: 0.75rem 2rem;
    margin-bottom: 0;
    background-color: none !important;
    border-bottom: none !important;
  }

  .form-group {
    margin-bottom: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
  }

  .form-control {
    display: block;
    width: -webkit-fill-available;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  label {
    float: left;
    margin-right: 1.2rem;
    line-height: 2.4rem;
  }

  .btn-default {
    float: right;
  }

  .form-control:focus {
    color: white;
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: #0e73e6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }

  .card-body {
    flex: 1 1 auto;
    padding: 1rem;
    font-size: 1.5rem;
  }

  label {
    color: white;
  }

  .users {
    flex-wrap: nowrap !important;
  }
}

/*# sourceMappingURL=contact.css.map */
