.header{
  text-align: center;
}
.contact1-form-title{
  font-size: 45px !important;
  font-weight: 200;
  color: #FEDB29;
}
.second-title{
  font-size: 24px;
  font-weight: 100;
  color: #FFFF;
  padding-bottom: 10px;
}
.content-title {
  font-size: 16px;
  color: #FFF;
  margin-top: -10px;
  padding-left: 3px;
  padding-bottom: 20px;
}
.label-confirm{
  font-size: 20px;
  color: #FFF;
  text-align: center;
}
.chk{
  width: 20px !important;
  height: 20px !important;
}
.img{
  margin-top: 10px;
  margin-bottom: 25px;
}
.error{
  color: #FEDB29 !important;
}

@media (max-width: 991.98px) {
  .label-confirm{
      font-size: 13px !important;
  }
}