#sliderCaptcha {
  width: 100%;
  max-width: 440px;
  margin: 50px auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

.sliderTrack {
  width: 100%;
  height: 56px;
  background: #f2f2f2;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}

.sliderHandle {
  width: 56px;
  height: 56px;
  background: #111;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  cursor: pointer;
}

.sliderText {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}

.contactBtn {
  display: block;
  margin: 8px auto;
  padding: 12px 22px;
  background: #111;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 15px;
  max-width: 240px;
}