* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ethica{
  padding-top: 100px;
}
.Contribution{
  padding-top: 50px;
}
.form-tbl{
  border: 1px solid #eee;
    border-radius: 10px;
    border: 0!important;
}
.form-tbl h6{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0!important;
    margin-top: 0!importnat;
        
}
.form-tbl .row{
    padding: 0!important;
}

.Contribution .titel{
  background: #062f61;
  color: #FFF;
  font-style: normal;
  font-family: 'RobotoMedium', Arial;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
}
.Contribution .text{
  font-style: italic;
  padding-left: 15px;
  font-weight: 300;
}
.Contribution .total{
  background: #eff8fa;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}
.Contribution h5{
  font-size: 16px;
}
.ethica input{
  width: 80%;
  font-weight:100;
  margin-bottom: 2rem;
}
.ethica select{
  width: 80%;
  font-weight:100;
  height: 30px;
}
.ethica label{
  color: #333;
  font-family: 'RobotoLight',Arial;
  font-size: 15px;
  font-weight: 600;
}
.ethica span{
  font-style: italic;
    font-size: 12px;
    font-weight: 300;
}
.check{
  padding-top: 40px;
}
.check button{
  margin: 20px;
  padding: 10px 25px;
  font-size: 18px;
  color: #fff;
  background: #062f61;
  font-weight: 600;
  border: 1px solid #062f61;
}
.check button:hover{
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.check label{
  font-weight: 300;
}
.panelSevenDayFree .form-group button{
    margin: 0!important;
}