@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/Helvetica-Bold.ttf");
}

@font-face {
  font-family: "HelveticaNeue-bold";
  src: url("../fonts/HelveticaNeueBold.otf");
}

@font-face {
  font-family: "HelveticaNeue-Black";
  src: url("../fonts/HelveticaNeue-Black.ttf");
}

body,
p,
label {
  font-family: "HelveticaNeue-bold";
}

#hero_form {
  padding: 60px 0;
}

.form-logo img {
  width: 50%;
}

.form-logo {
  text-align: center;
}

.form-subtext {
  padding: 30px;
  text-align: center;
}

.form-subtext p {
  font-family: "HelveticaNeue-bold";
  font-size: 16px;
  line-height: 25px;
}

/* placeholder text style */
input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field {
  color: #888;
}

.thankyou-main .thankyou-desc span a {
  color: #000;
  text-decoration: unset;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #000;
}

select:focus,
select option:checked {
  color: #111 !important;
}

.form-field .form-control {
  border-radius: 50px !important;
  padding: 10px 35px 10px 25px;
  border: none;
  box-shadow: 0px 1px 3px 0px #9999;
  background: #e7e7e7;
  color: #000 !important;
}

span.select2-selection.select2-selection--single {
  border-radius: 30px;
  border: none;
  box-shadow: 0px 1px 3px 0px #9999;
  padding: 10px 40px 10px 20px;
  color: #9b9b9b;
  background: #e7e7e7;
  height: 45px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #000 transparent transparent transparent;
  border-width: 10px 7px 0 7px;
  margin-left: -7px;
  margin-top: -4px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #000 transparent;
  border-width: 10px 7px 0 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 6px;
  width: 20px;
}

.form-field .form-select {
  border-radius: 50px;
  border: none;
  box-shadow: 0px 1px 3px 0px #9999;
  padding: 10px 40px 10px 20px;
  color: #9b9b9b;
  background-image: url(../images/down.png) !important;
  background-size: 25px 35px !important;
  background: #e7e7e7;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
}

.form-check-input:checked[type="radio"] {
  background-image: url(../images/circle.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-field .form-check-input:checked:focus {
  box-shadow: unset;
}

.form-field .form-check-input:focus {
  box-shadow: unset;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  border: none;
  background: #e7e7e7;
}

.form-check-input:checked[type="checkbox"] {
  background-image: url(../images/circle.png);
  background-size: 8px 8px;
  background-position: center center;
  background-repeat: no-repeat;
}

.form-check-input[type="checkbox"] {
  border-radius: 50%;
  border: none;
  background: #e7e7e7;
  margin-top: 6px;
}

.form-check span {
  border-bottom: 1px solid #000;
}

.form-field .form-select:focus-visible {
  outline: none;
}

.form-check label {
  font-size: 14px;
}

.form-field .form-check-input:checked {
  background-color: #e7e7e7;
  border-color: transparent;
}

.form-field .form-control::placeholder {
  color: #9b9b9b;
}

.form-field .form-control:focus-visible {
  outline: none;
}

.form-field .form-control:focus {
  border-color: #ced4da;
  box-shadow: unset;
  box-shadow: 0px 1px 3px 0px #9999;
}

.form-field .field-name {
  width: 15%;
  font-size: 14px;
}

.form-main {
  background-color: #f0f0f0;
  padding: 40px;
  border-radius: 30px;
  box-shadow: 0px 2px 10px 0px #9999;
}

#hero_form .sub-btn {
  text-align: center;
  margin-top: 40px;
}

.form-field .form-check {
  font-size: 18px;
}

.has-products-check {
  margin: 60px 0 50px 0;
}

.form-check span a {
  color: #000;
  text-decoration: unset;
}

label#agree_tc-error,
label#agree_gdpr-error {
  display: none !important;
}

.sub-btn button {
  border: none;
  background-color: #000;
  color: #f4f4f4;
  font-size: 25px;
  padding: 6px 60px;
  border-radius: 35px;
}

.form-main .field-common {
  width: 85%;
}

.thankyou-main .thankyou-subtext {
  margin: 80px 0px;
}

.thankyou-main .thankyou-subtext h2 {
  font-size: 60px;
  font-family: "Helvetica-Bold";
  margin-bottom: 30px;
}

.thankyou-main .thankyou-subtext p {
  font-size: 22px;
}

.thankyou-main .thankyou-desc p {
  font-size: 20px;
}

.thankyou-main .thankyou-desc span {
  font-family: "HelveticaNeue-Black";
}

.thankyou-main .social-links {
  display: flex;
  justify-content: center;
}

.thankyou-main .social-links {
  margin-top: 40px;
}

.thankyou-main .social-links a {
  color: #010002;
  font-size: 35px;
  margin: 0px 12px;
}

.thankyou-sociallink p {
  font-size: 22px;
  text-align: center;
  margin: 0;
}

#datepicker {
  position: relative;
  width: 85%;
}

#datepicker span.input-group-append {
  position: absolute;
  right: 10px;
  top: 4px;
}

#datepicker span.input-group-text.bg-light {
  background-color: transparent;
  --bs-bg-opacity: 0;
  border: unset;
}

#datepicker input {
  width: 85%;
  color: #9b9b9b;
}

.error,
.checkbox-error,
.checkbox-error span a {
  color: red;
  font-style: italic;
  font-size: 13px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

@media screen and (max-width: 767.98px) {
  .form-main {
    padding: 20px;
  }

  .select2-container--default
    .select2-selection--single
    .select2-selection__placeholder,
  .form-field .form-select {
    font-size: 14px;
  }

  .form-field .form-select,
  span.select2-selection.select2-selection--single {
    padding: 10px 40px 10px 10px;
  }

  .form-field .form-control::placeholder {
    font-size: 14px;
  }

  .form-subtext {
    padding: 30px 10px;
  }

  .form-field .form-control {
    padding: 10px;
  }

  .form-select {
    margin-bottom: 10px;
  }

  .form-field .field-name {
    width: 100%;
    font-size: 14px;
  }

  .form-subtext p {
    font-size: 16px;
    line-height: 21px;
  }

  .survey-form label.form-check-label {
    font-size: 16px;
  }

  .sub-btn button {
    font-size: 20px;
  }

  .thankyou-main .thankyou-subtext p {
    font-size: 18px;
  }

  .thankyou-main .thankyou-subtext h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .thankyou-main .thankyou-desc p {
    font-size: 18px;
  }

  .thankyou-main .thankyou-subtext {
    margin: 40px 0px;
  }

  #hero_form {
    padding: 12px 0;
  }

  .form-main .field-common,
  #datepicker {
    width: 100%;
  }
}
