@media (min-width: 992px) {
  section.doneren-form {
    padding: 85px 0;
  }
}
section.doneren-form h2 {
  font-size: 50px;
  margin-bottom: 50px;
}
section.doneren-form .cia-form {
  background-color: #E3ECFC;
}
@media (min-width: 992px) {
  section.doneren-form .cia-form {
    border-radius: 8px;
  }
}
section.doneren-form .cia-form .cia-form-part {
  color: #000;
}
@media (min-width: 1200px) {
  section.doneren-form .cia-form .cia-form-part:not(.cia-form-part-custom-padding) {
    padding: 37px !important;
  }
  section.doneren-form .cia-form .cia-form-part.cia-form-part-custom-padding .row > * {
    padding: 37px !important;
  }
}
section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-label {
  cursor: pointer;
  display: inline !important;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-label {
    font-size: 21px;
  }
}
section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-input {
  cursor: pointer;
  transform: translate(4px, 2px);
  margin-right: 15px;
}
@media (min-width: 768px) {
  section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-input {
    transform: scale(1.7) translate(4px, 2px);
    margin-right: 25px;
  }
}
section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-input.form-check-price-custom {
  transform: translate(4px, 6px);
}
@media (min-width: 768px) {
  section.doneren-form .cia-form .cia-form-part .form-check-huge .form-check-input.form-check-price-custom {
    transform: scale(1.7) translate(4px, 6px);
  }
}
@media (max-width: 767.98px) {
  section.doneren-form .cia-form .cia-form-part .form-check-flex {
    display: flex;
    align-items: center;
  }
  section.doneren-form .cia-form .cia-form-part .form-check-flex .form-check-input {
    transform: scale(1.3) translateX(4px);
    margin-right: 23px;
  }
}
section.doneren-form .cia-form .cia-form-part:not(:last-of-type) {
  border-bottom: solid 1px #BCC9DF;
}
section.doneren-form .cia-form .cia-form-part label.form-label {
  color: #000000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}
section.doneren-form .cia-form .cia-form-part label.label-check-newsletter {
  font-size: 12px;
}
section.doneren-form .cia-form .cia-form-part input:disabled, section.doneren-form .cia-form .cia-form-part select:disabled, section.doneren-form .cia-form .cia-form-part textarea:disabled {
  opacity: 0.4;
}
section.doneren-form .cia-form .cia-form-part button[type=submit] {
  background-color: #4433FF;
  height: 65px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  color: #FFF;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  section.doneren-form .cia-form .cia-form-part button[type=submit] {
    font-size: 24px;
  }
}
section.doneren-form .cia-form .form-line {
  background-color: #BCC9DF;
  height: 1px;
  margin-left: -40px;
  margin-right: -40px;
}
section.doneren-form .col-vertical-line {
  border-right: solid 1px #BCC9DF;
}
section.doneren-form .col-horizontal-line-top {
  border-top: solid 1px #BCC9DF;
}
section.doneren-form .col-horizontal-line-bottom {
  border-bottom: solid 1px #BCC9DF;
}
section.doneren-form .cert-preview-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
section.doneren-form .cert-preview-container .cert-preview {
  display: flex;
  padding: 5px;
  flex-direction: column;
}
section.doneren-form .cert-preview-container .cert-preview img {
  max-width: 150px;
  /*
  max-width : 88px;
  @include media-breakpoint-up(xl) {
    max-width : 104px;
  }

  @include media-breakpoint-up(xxl) {
    max-width : 127px;
  }*/
}
section.doneren-form .cert-preview-container .cert-preview span {
  font-size: 13px;
}

/*# sourceMappingURL=style.css.map */
