/**********************Checkbox Formatting***********************/
.dfb-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group {
    padding-bottom: 15px;
  }
}
.dfb-form .input-group .input-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dfb-form .response-field-date .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-date .day,
.dfb-form .response-field-date .month,
.dfb-form .response-field-date .year {
  width: 32%;
}
.dfb-form .response-field-time .above-line {
  width: 2%;
  display: flex;
  justify-content: center;
}
.dfb-form .response-field-time .hours,
.dfb-form .response-field-time .minutes,
.dfb-form .response-field-time .seconds {
  width: 30%;
}
.dfb-form .response-field-time .am_pm {
  width: 8%;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    font-size: 0.625vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    font-size: 12px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .is_required {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .is_required {
    line-height: 18px;
  }
}
.dfb-form label {
  text-align: left;
  font-family: "Nunito", sans-serif;
  font-weight: 500 !important;
  color: #000000;
}
@media (min-width: 1025px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    font-size: 0.9375vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    font-size: 16px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label {
    line-height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .dfb-form label {
    line-height: 30px;
  }
}
@media (min-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .dfb-form label:not(.checkbox-inline) {
    padding-bottom: 5px;
  }
}
.dfb-form .response-field-checkboxes {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-direction: column;
}
.dfb-form .response-field-checkboxes div {
  display: flex;
}
.dfb-form .response-field-checkboxes div a {
  display: inline !important;
  padding-left: 0 !important;
  color: #000000;
}
.dfb-form .response-field-checkboxes div a:hover {
  color: red;
}
.dfb-form .response-field-checkboxes input[type=checkbox] {
  position: absolute;
  left: 0;
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 7px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes input[type=checkbox] {
    top: 7px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .dfb-form .response-field-checkboxes .row {
    line-height: 28px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .text-danger {
  display: none !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap p {
  margin: 0 !important;
  padding-left: 0 !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap label {
  height: 0 !important;
  display: none;
}
@media (min-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form .checkboxdiv_id_wrap_cls_wrap .row {
    padding-left: 10px;
  }
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap div label {
  height: auto;
  display: block !important;
}
.dfb-form .checkboxdiv_id_wrap_cls_wrap .checkbox-inline {
  font-size: 0 !important;
}
.dfb-form .checkbox-inline {
  position: relative;
  padding-left: 1.5625vw;
}
@media screen and (max-width: 1025px) {
  .dfb-form .checkbox-inline {
    padding-left: 30px !important;
  }
}
.dfb-form input[type=text],
.dfb-form input[type=tel],
.dfb-form input[type=email],
.dfb-form input[type=date],
.dfb-form input[type=number],
.dfb-form select,
.dfb-form .select2-container--default .select2-selection--single {
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: 100%;
  font-weight: 400 !important;
  border: 1px solid #a8a9a9 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    line-height: 1.71875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .dfb-form input[type=text],
  .dfb-form input[type=tel],
  .dfb-form input[type=email],
  .dfb-form input[type=date],
  .dfb-form input[type=number],
  .dfb-form select,
  .dfb-form .select2-container--default .select2-selection--single {
    line-height: 33px;
  }
}
.dfb-form input[type=text]:focus,
.dfb-form input[type=tel]:focus,
.dfb-form input[type=email]:focus,
.dfb-form input[type=date]:focus,
.dfb-form input[type=number]:focus,
.dfb-form select:focus,
.dfb-form .select2-container--default .select2-selection--single:focus {
  border: 1px solid #000000;
  box-shadow: none !important;
}
@media (min-width: 1025px) {
  .dfb-form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form .select2-container--default .select2-selection--single .select2-selection__arrow,
  .dfb-form .select2-container--default .select2-selection--single {
    height: 45px;
  }
}
.dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: 100%;
  font-weight: 400 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 1.71875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .dfb-form .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
  }
}
.dfb-form .select2-container .select2-selection--single .select2-selection__rendered:focus {
  border: 1px solid #000000;
  box-shadow: none !important;
}
.dfb-form .select2-selection__rendered {
  display: flex !important;
  align-items: center;
}
.dfb-form .select2-container {
  width: 100% !important;
}
.dfb-form textarea {
  width: 100% !important;
  height: auto !important;
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: 100%;
  font-weight: 400 !important;
  border: 1px solid #a8a9a9 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form textarea {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form textarea {
    line-height: 1.71875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form textarea {
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .dfb-form textarea {
    line-height: 33px;
  }
}
.dfb-form textarea:focus {
  border: 1px solid #000000;
  box-shadow: none !important;
}
.dfb-form .input-group .note {
  color: #000000;
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .input-group .note {
    line-height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
@media (max-width: 600px) {
  .dfb-form .input-group .note {
    line-height: 15px;
  }
}
.dfb-form .booking-widget .select2-container--default .select2-selection--single {
  border: 1px solid #ced4da !important;
}
.dfb-form .response-field-dropdown {
  width: 100%;
}
.dfb-form #validateBtn,
.dfb-form #resetBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  width: max-content;
  text-transform: uppercase;
  overflow: hidden;
  font-style: normal;
  transition: all 0.3s;
  border-radius: 0;
  border: 1px solid #9e8c71;
  background: transparent;
  color: #000000;
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    font-size: 14px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    height: 45px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 0.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    letter-spacing: 2.4px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    padding-right: 20px;
  }
}
.dfb-form #validateBtn:hover,
.dfb-form #resetBtn:hover {
  transition: all 0.3s;
  color: #fff;
  background: #9e8c71;
  border: 1px solid #9e8c71;
}
.dfb-form .help-block.show-error {
  display: block !important;
}
.dfb-form .checkbox-inline {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.dfb-form .dfb-form-group,
.dfb-form div#gdpr_compliance_id_wrap p,
.dfb-form div#news_text_id_wrap label.checkbox-inline {
  font-family: "Nunito", sans-serif;
  color: #000000;
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .dfb-form .dfb-form-group,
  .dfb-form div#gdpr_compliance_id_wrap p,
  .dfb-form div#news_text_id_wrap label.checkbox-inline {
    line-height: 28px;
  }
}
.dfb-form div#news_text_id_wrap label {
  font-weight: 400 !important;
}
.dfb-form div#gdpr_compliance_id_wrap label:not(.checkbox-inline) {
  font-weight: 600;
}
.dfb-form div#gdpr_compliance_id_wrap p:first-child {
  margin: 0;
}
.dfb-form .recapture {
  font-family: "Nunito", sans-serif;
  color: #000000;
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture {
    line-height: 18px;
  }
}
.dfb-form .recapture a {
  font-family: "Nunito", sans-serif;
  color: #000000;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    font-size: 0.6770833333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .recapture a {
    line-height: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
@media (max-width: 600px) {
  .dfb-form .recapture a {
    line-height: 18px;
  }
}
.dfb-form .recapture a:hover {
  color: red;
}
.dfb-form div#gdpr_compliance_id_wrap a {
  text-decoration: underline;
  color: #000000;
  transition: all 0.5s;
}
.dfb-form div#gdpr_compliance_id_wrap a:hover {
  color: red;
}
.dfb-form .help-block {
  color: red;
  width: 100%;
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    font-size: 0.7291666667vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    font-size: 13px !important;
  }
}
@media (min-width: 1025px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .dfb-form .help-block {
    line-height: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .dfb-form .help-block {
    line-height: 20px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #9e8c71 transparent transparent transparent;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

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

.col-12.msg-status-row {
  margin-bottom: 30px !important;
}

.select2-results__options {
  overflow-y: auto;
}

.select2-results__option--selectable {
  font-family: "Nunito", sans-serif;
  color: #000000;
  width: 100%;
  font-weight: 400 !important;
}
@media (min-width: 1025px) {
  .select2-results__option--selectable {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-results__option--selectable {
    font-size: 0.8333333333vw !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-results__option--selectable {
    font-size: 15px !important;
  }
}
@media (max-width: 600px) {
  .select2-results__option--selectable {
    font-size: 15px !important;
  }
}
@media (min-width: 1025px) {
  .select2-results__option--selectable {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .select2-results__option--selectable {
    line-height: 1.71875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .select2-results__option--selectable {
    line-height: 33px;
  }
}
@media (max-width: 600px) {
  .select2-results__option--selectable {
    line-height: 33px;
  }
}

span.input-group-addon.checkin_date,
.response-field-datepicker input[type=text],
.datepicker .datepicker-switch,
.datepicker .next,
.datepicker .prev,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker.datepicker-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333;
  font-size: 13px;
  line-height: 1.42857143;
  direction: ltr;
}

.datepicker.datepicker-inline td,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.dropdown-menu th {
  padding: 0 5px;
}

.datepicker table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  color: #fff;
  background-color: #5d2439;
  border-color: #5d2439;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: #9e8c71 !important;
}

.select2-dropdown {
  z-index: 666666 !important;
}

.flatpickr-current-month {
  font-size: 14px !important;
  line-height: 28px !important;
  display: flex !important;
  justify-content: space-evenly;
}

span.input-group-addon {
  position: absolute;
  right: 2%;
  top: 25%;
  color: #9e8c71;
  z-index: -1;
}
@media screen and (max-width: 1025px) {
  span.input-group-addon {
    right: 5%;
  }
}

span.fa.fa-calendar.calendar-icon.glyphicon.glyphicon-calendar {
  cursor: pointer;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after,
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  content: "";
  border-bottom-color: #9e8c71 !important;
}

@media only screen and (min-width: 1025px) {
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 0.9375vw !important;
    line-height: 1.5625vw !important;
  }
  .dfb-form-group col-sm-6:not(.col-md-4), .dfb-form-group col-sm-6:not(.col-md-8) {
    width: 49.5%;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form #subscribe-text_id_wrap .input-group .row {
    width: 85%;
    font-size: 14px !important;
    line-height: 25px !important;
  }
  .dfb-form #subscribe-text_id_wrap .input-group .checkbox-inline {
    width: 15%;
  }
  .alert-success,
  .alert-success a,
  .alert-danger,
  .alert-danger a {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .dfb-form-group col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group col-md-4 {
    width: 100% !important;
  }
  #gdpr_compliance_id_wrap input {
    position: absolute;
    left: 0;
    top: 6px;
  }
  #gdpr_compliance_id_wrap .checkbox-inline {
    padding-left: 30px;
    position: relative;
  }
  .response-field-time .above-line {
    width: 2.5% !important;
    display: flex;
    justify-content: center;
  }
  .response-field-time .hours,
  .response-field-time .minutes,
  .response-field-time .seconds {
    width: 25% !important;
  }
  .response-field-time .am_pm {
    width: 20% !important;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .dfb-form-group .col-sm-6 {
    width: 49% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 32% !important;
  }
}
@media only screen and (max-width: 600px) {
  .dfb-form-group .col-sm-6 {
    width: 100% !important;
  }
  .dfb-form-group .col-md-4 {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 1.5625vw;
    height: 0.78125vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 0.78125vw;
    height: 0.78125vw;
    top: -0.1vw;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -0.78125vw;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url(".https://ugaresorts.eme-devops.com/2025/11/tick.png");
    background-size: 0.5208333333vw auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000000 !important;
  }
}
@media only screen and (max-width: 1025px) {
  .dfb-form select {
    background-position: calc(100% - 15px);
    background-size: 15px;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 30px;
  }
  .checkbox-inline {
    position: relative;
    padding-left: 30px;
  }
  .dfb-form input[type=checkbox] {
    position: relative;
    visibility: hidden;
    -moz-appearance: initial;
    display: inline-block;
    width: 30px;
    height: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    position: relative;
    content: "";
    visibility: visible;
    border: 1px solid #000000 !important;
  }
  .dfb-form input[type=checkbox]:checked:after {
    margin: auto;
    left: -15px;
    font-size: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: FontAwesome;
    background-image: url(".https://ugaresorts.eme-devops.com/2025/11/tick.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #000000;
    display: inline-block;
    border: 1px solid #000000 !important;
  }
  .dfb-form input[type=checkbox]:before {
    left: 0;
    background-color: transparent;
    display: inline-block;
  }
  .dfb-form input[type=checkbox]:before,
  .dfb-form input[type=checkbox]:checked:after {
    border: 1px solid #000000 !important;
  }
  .dfb-form #validateBtn,
  .dfb-form #resetBtn {
    border-radius: 0;
  }
}
/*# sourceMappingURL=form-builder.min.css.map */
