.custom-control-label:before{
  background-color:rgb(230, 227, 249);
  border: none !important;
  margin-right: 30px !important;
  padding: 10px !important;
}

.custom-control-input:checked ~ .custom-control-label {
  background-position: calc(50%+10px) 50% !important;
}

.btn-yellow {
  display: inline-block;
  background-color: rgb(255, 213, 12);
  padding: 10px 70px;
  border-radius: 50px;
  color: #000;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  font-weight: 500;
  font-size: 14pt;
}

.font-16 {
  font-size: 16pt;
}

.font-13 {
  font-size: 13pt;
}

.fw-400 {
  font-weight: 400;
}

.text-purple {
  color: #4834da;
}

input[type="text"], input[type="tel"], input[type="email"] {
  background-color: rgb(230, 227, 249) !important;
  border: none !important;
}