.ui-datepicker {
	background-color: #fff;
	border: 1px solid #66AFE9;
	border-radius: 32px;
	box-shadow: 0 0 8px rgba(102,175,233,.6);
	display: none;
	margin-top: 4px;
	padding: 20px 25px 0;
}

.ui-datepicker th {
	border-width: 0px 1px 1px 0px;
	font-weight: 700;
}
.ui-datepicker table {
	border-width: 1px 0px 0px 1px;
	margin: 0px 0px 1.6em;
}

.ui-datepicker table, .ui-datepicker th, .ui-datepicker td {
	border: none;
}

.ui-datepicker a,
.ui-datepicker a:hover {
	text-decoration: none;
}
.ui-datepicker a:hover,
.ui-datepicker td:hover a {
	color: #000000;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-o-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 4px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title {
	font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    padding-bottom: 15px;
}
.ea-bootstrap #booking-overview .ea-label{
	font-weight: 700;
	padding-bottom: 15px;
	font-size: 16px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.ea-bootstrap h4, .ea-bootstrap .h4 {
    font-size: 18px;
    color: #fff;
}
.ea-bootstrap p, .ea-bootstrap .p {
    font-size: 14px;
    color: #fff;
}
.ea-bootstrap #booking-overview .value{
	font-weight: 500;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
}
.form-group .checkbox label{
	font-weight: 500;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #eee;
}
.form-group input[type="checkbox"] {
  position: relative;
  width: 14px;
  height: 14px;
  color: #fb6e79;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  top: 4px;
}
.form-group input[type="checkbox"]::before {
  position: absolute;
  content: '';
  display: block;
	top: 1px;
	left: 3px;
	width: 5px;
	height: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}
.btnCancle{
    font: 800 12px/30px var(--Raleway) !important;
    color: #130f0f !important;
    background-color: transparent !important;
    border: 2px solid #130f0f !important;
    letter-spacing: 1px;
    padding: 4px 30px !important;
    border-radius: 50px !important;
    text-transform: uppercase !important;
}
.booking-button{
  background-color: #fb6e79 !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 800 !important;
  padding: 12px 33px !important;
  text-transform: uppercase !important;
}
.ui-datepicker .ui-datepicker-calendar td .well-lg .time-disabled{
	padding: 15px 0;
}
.form-group input[type="checkbox"]:checked {
  color: #fff;
  border-color: #fb6e79;
  background: #fb6e79;
}
.form-group input[type="checkbox"]:checked::before {
  opacity: 1;
}
.form-group input[type="checkbox"]:checked ~ label::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.ui-datepicker-calendar thead{
	border-bottom: 1px solid #65a2fb;
}
.ui-datepicker .ui-datepicker-calendar th{
	padding-bottom: 10px !important;
}
.ui-datepicker .ui-datepicker-calendar th span{
	color: #909090;
	font-weight: 600;
    font-size: 16px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	cursor: default;
	font-family: 'Glyphicons Halflings';
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: normal;
	height: 20px;
	line-height: 1;
	margin-top: 2px;
	width: 30px;
}
.ui-datepicker .ui-datepicker-prev {
	float: left;
	text-align: left;
	color: #3e7fe7 !important;
    font-size: 15px;
    margin-top: 7px;
}
.ui-datepicker .ui-datepicker-next {
	float: right;
    text-align: right;
    color: #3e7fe7 !important;
    font-size: 15px;
    margin-top: 7px;

}
.ui-datepicker .ui-datepicker-prev:before {
	content: "\e079";
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-next:before {
	content: "\e080";
	cursor: pointer;
}
.ui-datepicker .ui-icon {
	display: none;
}
.ui-datepicker .ui-datepicker-calendar {
  table-layout: fixed;
	width: 100%;
}
.ui-datepicker .ui-datepicker-calendar th {
	text-align: center;
	padding: 4px 0;
}
.ui-datepicker .ui-datepicker-calendar td{
	text-align: center;
	padding: 8px 0;
}
.ui-datepicker .ui-datepicker-calendar td {
	border-radius: 4px;
	-webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	     -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar td:hover {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-calendar td a {
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-current-day {
	background-color: transparent;
}
.ui-datepicker .ui-datepicker-current-day a {
	color: #fff;
    background-color: #3e7fe7 !important;
    padding: 8px 9px;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-calendar td .well-lg a {
    text-decoration: none;
    color: #a7a7a7;
    font-size: 16px;
    font-weight: 600;
}
#booking-overview small{
	font: 600 13px/33px 'Raleway', sans-serif;
	color: #ffffff;
}
#booking-overview table,#booking-overview td,#booking-overview th{
	border: none;
	    border-bottom: 1px solid #eee;
}

.ui-datepicker .ui-datepicker-current-day:hover a{
	color: #fff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
	background-color: #fff;
	cursor: default;
}
.ui-datepicker a {
	border-bottom: 0;
}
.appointmentCalender{
	width: 400px !important;
	margin: 0 auto;
}
.ea-bootstrap {
	margin: 0 auto;
	white-space: nowrap;
}

.ea-bootstrap .disabled {
	position: relative;
}

.ea-bootstrap .disabled .block {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.6;
	background-color: white;
	z-index: 101;
}

.ea-bootstrap .time {
	text-align: left;
	display: flex;
	flex-flow: row wrap;
}
.ea-bootstrap .time-value {
    display: inline-block;
    min-width: 30%;
    max-width: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1em;
    background-color: #fff;
    flex-grow: 4;
    box-shadow: 0px 0px 41px #ececec;
    margin: 5px;
    padding: 12px 11px;
}

.ea-bootstrap .time-value.am-pm, .ea-bootstrap .time-disabled.am-pm {
	padding-left: 6px;
	padding-right: 6px;
}

.ea-bootstrap .time-value.slots, .ea-bootstrap .time-disabled.slots {
	min-width: 25%;
}

.ea-bootstrap .time-value:hover {
	cursor: pointer;
}

.ea-bootstrap .time-disabled {
	cursor: default;
	display: inline-block;
	min-width: 25%;
	max-width: 25%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 1.1em;
	background-color: #ccc;
	flex-grow: 4;
}

.ea-bootstrap.ea-bootstrap .selected-time, .ea-bootstrap.ea-bootstrap .selected-time:hover {
	color: #3e7fe7 !important;
}

.ea-bootstrap .time-row td {
	padding-top: 0;
	padding-bottom: 0;
	white-space: normal;
}

.ea-bootstrap .time-row td:hover {
	background-color: #fff;
}

.ea-bootstrap .time-row .time {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.ea-bootstrap .time-row .time {
		padding: 15px 5px;
		text-align: center;
	}
}

.ea-bootstrap h3 {
	margin-top: 1.1852em;
	margin-bottom: 0.5926em;
}

.ea-bootstrap #booking-overview .ea-label {
	padding: 10px 15px;  
}

.ea-bootstrap #booking-overview .value {
	padding: 5px;
}

.ea-bootstrap label.error {
	width: 100% !important;
	color: red;
}

.ea-bootstrap input.error, .ea-bootstrap textarea.error, .ea-bootstrap select.error {
	border-color: red;
}

#ea-loader {
	background-image: url('../img/ajax-loader.gif');
	background-position: 50% 50%;
	position: absolute;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.1);
	display: none;
}

.ea-bootstrap .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;
}

.ea-bootstrap .ui-datepicker .free {
	
}

.ea-bootstrap .ui-datepicker .no-slots, .ea-bootstrap .ui-datepicker .no-slots:hover {
	background-color: transparent;
	color: #fff;
	cursor: default;
}

.ea-bootstrap .ui-datepicker .no-slots a {
	color: #f00;
	cursor: default;
}
.ui-datepicker-calendar .ui-state-default{
	color: #606060;
    font-size: 17px;
    font-weight: 600;
}
.ui-datepicker .ui-datepicker-calendar tbody tr{
	padding: 10px 0;
}
.ea-bootstrap .ui-datepicker .busy, .ea-bootstrap .ui-datepicker .busy:hover {
	background-color:rgba(255,0,0,0.5);
	color: #fff;
	cursor: default;
}

.ea-bootstrap .ui-datepicker .busy a {
	color: #fff;
	cursor: default;
}

.ea-bootstrap .ea-actions-group button, .ea-bootstrap .ea-actions-group a {
	margin-left: 10px;
}

.ea-cancel {
	margin-left: 10px;
}

.ea-bootstrap .final h3 {
	white-space: normal;
}

.ea-bootstrap .gdpr, .ea-bootstrap .i-agree {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;

	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;

	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	white-space: initial;
}

.ea-phone-field-group {
	display: block;
}

.ea-phone-field-group label {
	display: none;
}

.ea-phone-field-group .ea-phone-country-code-part {
	text-align: center;
	width: 100%;
}

.ea-phone-field-group .ea-phone-number-part {
	width: 100%;
}

.ea-phone-field-group .ea-phone-number-part::placeholder {
	color: #cccccc;
}

.ea-bootstrap td.ui-datepicker-week-col:hover {
	background-color: inherit;
	cursor: default;
}

.ea-bootstrap .ui-datepicker {
	width: auto;
}

.ea-bootstrap .ui-state-default, .ea-bootstrap .ui-widget-content .ui-state-default {
	border: none;
	background-color: transparent;
	background-image: none;
}

.ea-bootstrap .ui-widget-header {
	background-color: transparent;
	background-image: none;
	border: none;
	color: inherit;
}

.ea-bootstrap .ui-datepicker td span, .ui-datepicker td a {
	text-align: center;
}

.ea-checkout-section {
	width: 100%;
	max-width: 800px;
}

/* BOOTSRAP FORM FIELDS LABEL ABOVE THE FIELD - START */
.ea-form-v2 .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.ea-form-v2 .form-horizontal .control-label {
  width: 100%;
  text-align: left;
  font-weight: normal;
}

.ea-form-v2 .form-group div.col-sm-8 {
  width: 100%;  
}

@media (min-width: 768px) {
  .ea-form-v2 .form-horizontal .control-label {
    text-align: left;
  }
/*
  .ea-form-v2 .form-group div.col-sm-8 {
    width: 100%;  
  }*/
}
/* BOOTSRAP FORM FIELDS LABEL ABOVE THE FIELD - END */