.form-title{
    position: relative;
    display: block;
    margin-bottom: 50px;
    float: left;
  }
  
  .form-title h6{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  
  .form-title h6:before{
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: 0px;
  }
  
  .form-title.centred h6:before{
    left: 50%;
    transform: translateX(-50%);
  }
  
  .form-title h2{
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
  }
  
  .form-title.light h2{
    color: #ffffff;
  }

  #radio-form{
    
    margin: 5px 0px;
    padding: 0px 0px;
    text-decoration: none ;

  }

  label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

select {
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select option:checked {
  font-weight: bold;
  color: #fff;
  background-color: #007bff;
}


select::-ms-expand {
  display: none;
}

select::-webkit-scrollbar {
  width: 5px;
}

select::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

select::-webkit-scrollbar-thumb {
  background-color: #007bff;
}
