.gfield--type-html h2,
.gform_body label:hover,
.gform_body fieldset legend:hover {
    cursor: default;
}
.gfield--type-html .gform_button.button {
  display: inline-block !important;
  padding: 12px 28px !important;

  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: center !important;

  color: #1e4e79 !important;
  background-color: #ffffff !important;

  border: 1px solid #1e4e79 !important;
  border-radius: 6px !important;

  cursor: pointer !important;
  transition: all 0.3s ease !important;
  
}
.searchsite{
	margin:0 15px;	
}
/* Hover state */
.gfield--type-html .gform_button.button:hover {
  background-color: #1e4e79 !important;
  color: #ffffff !important;
}
.gfield_label,
#gform_wrapper_14 input::placeholder,
#gform_wrapper_14 textarea::placeholder {
	font-weight: 500!important;
    box-sizing: border-box !important;
    display: block !important;
    font-family: kanit !important;
    font-size: 16px !important;
	color: #585e6a !important;
}
.gfield--type-html .gform-loader{
	height:10px !important;
	width:10px !important;
}

.gfield--width-half{
	margin-left:5px;
	margin-right:5px;
} 
input.gform-datepicker{
	width:100% !important;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #999999; /* change to your desired color */
  opacity: 1; /* ensures consistent display across browsers */
}

.gform_wrapper input::-webkit-input-placeholder,
.gform_wrapper textarea::-webkit-input-placeholder {
  color: #999999;
}

.gform_wrapper input:-ms-input-placeholder,
.gform_wrapper textarea:-ms-input-placeholder {
  color: #999999;
}
.gfield--type-address, .bycontactradio{margin-top:20px !important;}
.gform_body span.gfield_required {padding-left: 5px;}
.iti__tel-input{padding-left:64px !important;}
/* THANK YOU CONFIRMATION STARTS*/
.gform_confirmation_wrapper  {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  background: #fff;
}

.gform_confirmation_message {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e4ea;
  border-radius: 16px;
  padding: 44px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

/* Red top accent bar */
.gform_confirmation_message::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #9b1c23;
}

/* CSS-only checkmark circle */
.gform_confirmation_message .cfm-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #eaf3de;
  border: 2px solid #3B6D11;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.gform_confirmation_message .cfm-icon::after {
  content: '';
  display: block;
  width: 22px;
  height: 12px;
  border-left: 3px solid #27500A;
  border-bottom: 3px solid #27500A;
  transform: rotate(-45deg) translateY(-3px);
}

.gform_confirmation_message .cfm-heading {
  font-size: 22px;
  font-weight: 700;
  color: #104672;
}

.gform_confirmation_message .cfm-divider {
  width: 40px;
  height: 3px;
  background: #9b1c23;
  border-radius: 2px;
  margin: 0 auto 18px;
}

.gform_confirmation_message .cfm-body {
  font-size: 16px;
  font-weight:500;
  color: #104672;
  line-height: 1.65;
  margin: 0px;
}

/* Step pills */
.gform_confirmation_message .cfm-steps {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}

.gform_confirmation_message .cfm-step {
  font-size: 12px;
  color: #6b7280;
  padding: 5px 12px;
  border-radius: 20px;
  background: #f4f4f5;
  border: 1px solid #e4e4e7;
}

.gform_confirmation_message .cfm-step.active {
  background: #fff8f8;
  color: #9b1c23;
  border-color: #f0c0c2;
  font-weight: 600;
}

.gform_confirmation_message .cfm-sep {
  color: #cbd5e0;
  font-size: 12px;
}

/* CTA button */
.gform_confirmation_message .cfm-btn {
  display: inline-block;
  padding: 11px 30px;
  background: #0a2240;
  color: #fff;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  transition: background 0.15s;
}

.gform_confirmation_message .cfm-btn:hover {
  background: #9b1c23;
  color: #fff;
  text-decoration: none;
}

button.btn.btn-primary.w-100.text-uppercase,
button.btn.btn-primary.w-100.text-uppercase.uwp_forgot_submit,
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit{
	font-family: Kanit !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    border-radius: 50px !important;
    padding: 10px 30px 10px 30px !important;
    background: #001F43 !important;
    border-radius: 50px !important;
    color: #FFF !important;
	border:none !important;
	box-shadow:none !important;
	transition:none !important;
}
button.btn.btn-primary.w-100.text-uppercase:hover,
button.btn.btn-primary.w-100.text-uppercase.uwp_forgot_submit:hover,
button.btn.btn-primary.w-100.text-uppercase.uwp_login_submit:hover{
	background: linear-gradient(180deg, #C70F2E 0%, #610716 100%) !important;
	box-shadow:none !important;
	transition:none !important;
	transform:translateY(0px) !important;
}
.bookly-time-step {width: 200px !important;}