/* .callback-card {
      background: #0097a7;
      color: #fff;
      border-radius: 8px;
      padding: 25px;
      max-width: 380px;
      margin: auto;
      text-align: center;
    } */
.callback-card {
  margin-top: 20px !important;
  background: #0097a7;
  color: #fff;
  border-radius: 8px;
  padding: 25px;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
.callback-card h5 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
}
.callback-card .form-control {
  border-radius: 6px;
  font-size: 14px;
}
.callback-card .btn-submit {
  background: #002d5b;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}
.callback-card .form-check-label {
  font-size: 12px;
  color: #e0f7fa;
}
.callback-card small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #e0f7fa;
}
.callback-card a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.callback-card a:hover {
  text-decoration: underline;
}
