.form-control, .custom-select{
  height: calc(0.5em + 2.75rem + 4px);
}
  .getstarted {
  background:#255d29;;
  padding: 8px 20px;
  font-size: 20px;
  border-radius: 4px;
  color: #fff;
  border:none;
}

.getstarted:hover {
  color: #fff;
  background: #255d29;
  border:none;
}
option{
  padding: 20px;
}

.form-control option{
  font-weight: 600;
}

optgroup .center{
  font-weight: 400;

}