/* Variables */
/* Modal */
.itinary_form_right .modal-header button {
  position: absolute;
  right: -23px;
  top: -28px;
}
.itinary_form_right .modal-header button i {
  background-color: #283a2c;
  color: #ffffff;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 14px;
}
.itinary_form_right .modal-header h6 {
  font-family: "Poppins", sans-serif;
}
.itinary_form_right form .row .mb-3 {
  margin-bottom: 2rem !important;
}
.itinary_form_right form textarea::-moz-placeholder {
  color: #000000 !important;
}
.itinary_form_right form textarea::placeholder {
  color: #000000 !important;
}

/* Date Picker */
.date-picker-wrapper {
  position: relative;
}
.date-picker-wrapper input[type=text] {
  padding-right: 30px;
  color: #000000;
  opacity: 1;
}
.date-picker-wrapper i.fa-calendar {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #283a2c;
  pointer-events: none;
}

/* Form Styling */
.form-control,
.form-select {
  font-family: "Poppins" !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  letter-spacing: 0.51px !important;
}

.form-control:focus,
.form-select:focus {
  border-color: #283a2c !important;
  outline: 0;
  box-shadow: none !important;
}

/* Error Labels */
label.error {
  font-size: 12px;
  color: red;
  font-family: "Poppins", sans-serif;
  position: absolute;
}

/* Buttons */
.btn-primary3 {
  border-radius: 5px;
  background-color: #283a2c;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  line-height: 1;
  padding: 10px 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #283a2c;
  color: #ffffff !important;
}
.btn-primary3:hover {
  border: 1px solid #283a2c;
  color: #283a2c !important;
  background-color: #ffffff;
}

form strong {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}
form .btn-primary3 {
  border-radius: 5px;
  background-color: #283a2c;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  line-height: 1;
  padding: 10px 10px;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  text-decoration: none;
  border: 1px solid #283a2c;
  color: #ffffff !important;
}
form .btn-primary3:hover {
  border: 1px solid #283a2c;
  color: #283a2c !important;
  background-color: #ffffff;
}

.modal .modal-content .modal-header strong {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: normal;
}

/* Datepicker */
.ui-datepicker {
  z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
  background: #283a2c !important;
}
.ui-datepicker .ui-datepicker-title {
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
  background-color: #ffffff;
}
.ui-datepicker .ui-datepicker-next {
  background-color: #ffffff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #283a2c !important;
  color: #ffffff !important;
  background: #283a2c !important;
}

/* Responsive */
@media (max-width: 767px) {
  .itinary_form_right .modal-header button {
    right: 0;
    top: 0;
  }
  .btn-primary3 {
    padding: 7px 7px;
    font-weight: 500;
    font-size: 15px;
  }
}
.thank-you h1 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.thank-you p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.51px;
  margin-bottom: 20px;
}
.thank-you .thanku-anchor {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
  list-style: none;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .thank-you .thanku-anchor {
    flex-wrap: wrap;
    margin: 20px 0;
    gap: 10px;
  }
}
.thank-you .thanku-anchor li i {
  color: #253027;
  font-size: 16px;
  padding-right: 4px;
}
.thank-you .thanku-anchor li a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.51px;
}
@media (max-width: 767px) {
  .thank-you .thanku-anchor li a {
    font-size: 15px;
  }
}/*# sourceMappingURL=form.css.map */