
/*.has-text-gas {
	color: #979EA6;
}
.has-text-electrical {
	color: #7AD0FF;
}
.has-text-epc {
	color: #FFC252;
}*/

body#booking  {
  /*touch-action: pan-y;*/
}
#booking .title {
	font-weight: 500;
}
#booking .head .title {
  font-size: 2.15rem;
  line-height: 1.1;
}
#booking .head .subtitle {
  font-size: 1.3rem;
  line-height: 1.3;
}

#booking .outer-wrapper {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
}
#booking a.back {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 20;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 3.7rem;
}
#booking section.header {
	position: sticky;
	top: 0;
	z-index: 40;
}
#booking section.header .tel {
	color: #f9615d;
	font-size: 2rem;
}
#booking section.header .navbar-brand,
#booking section.header .navbar-end {
	min-width: 25%;
}
#booking section.header .navbar-end {
  display: flex;
  justify-content: flex-end;
}
#booking section.header .navbar-item,
#booking section.header .navbar-link {
	padding: 0.9rem 1rem;
}
#booking section.header progress {
	height: .375rem;
	border-radius: 0;
}
#booking section.header progress::-webkit-progress-bar {
	background-color: #f7f7f8;
}
#booking section.header .navbar-center {
	position: relative;
}
/*#booking section.header .navbar-center:after {
	left: 100%;
	top: 8px;
	bottom: 8px;
	width: 200px;
	background-image: url('https://cdn.multicerts.com/file/thumb_original_whichtt65699a8ae0bc1.png.webp');
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
}*/
#booking section.questions {
	/* min-height: 100vh; */
	width: 100vw;
	display: flex;
	/*flex-direction: column;*/
	/*align-items: center;*/
	justify-content: center;
	padding: 2.5rem 3rem 3rem 3rem;
	height: 100%;
	flex-grow: 1;
}
#booking section.questions .question {
}
#booking section.questions .question .head {
	text-align: center;
	margin-bottom: 2rem;
}
#booking section.questions .question .buttons {
	justify-content: center;
}
#booking section.questions .question .answers {
	display: flex;
	flex-wrap: wrap;
	gap: 1.3rem;
	justify-content: center;
	margin-bottom: 3rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
#booking section.questions .question .answers .answer {
	height: 340px;
	width: 300px;
	text-align: center;
	position: relative;
	border: 4px solid transparent;
	transition: border .3s ease-in-out;
	margin-bottom: 0;
	overflow: visible;
}
#booking section.questions .question .answers .answer .tag {
	position: absolute;
	right: -4px;
	border-radius: 5px 0 0 5px;
	z-index: 30;
	font-size: 1rem;
	font-weight: 400;
	transition: all .3s ease-in-out;
}
#booking section.questions .question .answers .answer .icon {
	height: 125px;
	width: 100%;
	margin: 27px 0 14px 0;
	display: flex;
	transition: height .3s ease-in-out;
}
#booking section.questions .question .answers .answer .icon img,
#booking section.questions .question .answers .answer .icon svg {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: 80px;
	transition: height .3s ease-in-out;
}
#booking section.questions .question .answers .answer .title {
	margin-bottom: 0.5rem;
	line-height: 1.25;
	font-size: 1.3rem;
}

#booking section.questions .question .answers .answer.has-description:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2.4rem;
	background-image: url('../img/i-icon.png');
	background-size: auto 21px;
	background-repeat: no-repeat;
	background-position: center top;
}
#booking section.questions .question .answers .answer:before {
	content: 'Select';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3rem;
	background-color: #f9615d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	font-size: 1.1rem;
	z-index: 5;
}



#booking section.questions .question .answers .answer.selected:before {
	content: 'Selected';
	opacity: 1;
}

#booking section.questions .question .answers .answer.has-description.selected .description {
	opacity: 1;
}

#booking section.questions .question .answers .answer.has-description.selected .icon {
	height: 100px;
}

#booking section.questions .question .answers .answer.selected:after {
	opacity:1;
}



#booking section.questions .question .answers .answer.has-description .description {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
#booking section.questions .question .answers .answer.has-description .description p {
	font-size: 0.9rem;
	color: #929394;
}


#booking section.questions .question .answers .answer.selected {
	border-color: #f9615d;
}
#booking section.questions .question .answers .answer.selected .tag {
	background-color: #f9615d;
	padding-right: 1.2rem;
}

@media (min-width: 768px) {

	#booking section.questions .question .answers .answer:hover {
		border-color: #f9615d;
	}
	#booking section.questions .question .answers .answer:hover .tag {
		background-color: #f9615d;
		padding-right: 1.2rem;
	}
	#booking section.questions .question .answers .answer:hover .title {
		color: #f9615d;
	}
	#booking section.questions .question .answers .answer.has-description:hover .icon {
		height: 100px;
	}
	#booking section.questions .question .answers .answer.has-description:hover .icon svg {
		/* height: 80px; */
	}
	#booking section.questions .question .answers .answer.has-description:hover:before,
	#booking section.questions .question .answers .answer.has-description:hover .description {
		opacity: 1;
	}
	#booking section.questions .question .answers .answer.has-description:hover:after {
		opacity: 0;
	}

}

#booking section.questions .question .mobile-descriptions-open {
	text-align: center;
	margin-bottom: 1.7rem;
	color: #2e3d4d;
	display: block;
	font-size: 1.1rem;
	font-weight: 500;
	outline: none !important;
	-webkit-tap-highlight-color: transparent;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#booking section.questions .question p.mobile-descriptions-open {
  font-size: 1rem;
  font-weight: 400;
}
#booking section.questions .question .mobile-descriptions-open i {
	color: #b6bdc9;
	display: inline-block;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	font-size: 1.3rem;
}
#booking section.questions .question .mobile-descriptions h3 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1.1rem;
	color: #fff;
}
#booking section.questions .question .mobile-descriptions .box {
	width: 500px;
	max-width: 100%;
	margin: 0 auto 2rem auto;
}
#booking section.questions .question .mobile-descriptions .mobile-description {
	margin-bottom: 1rem;
}
#booking section.questions .question .mobile-descriptions .mobile-description:last-child {
	margin-bottom: 0;
}
#booking section.questions .question .mobile-descriptions .mobile-description h4 {
  font-size: 1.3rem;
  font-weight: 500;
}


#booking section.questions .question .quantity {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 2rem;
}
#booking section.questions .question .quantity .field {
	display: flex;
	align-items: center;
}
#booking section.questions .question .quantity .field input {
	width: 5rem;
	font-size: 2rem;
	height: 4rem;
	padding: 0;
	text-align: center;
	border: none;
	box-shadow: none;
}
#booking section.questions .question .quantity .field input::-webkit-outer-spin-button,
#booking section.questions .question .quantity .field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#booking section.questions .question .quantity .field input[type=number] {
  -moz-appearance: textfield;
}
#booking section.questions .question .quantity .field .button {
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    outline: none !important;
    box-shadow: none !important;
    transition: background .2s ease-in-out;
}
#booking section.questions .question .quantity .field .button:hover {
	background-color: #ffffff6e;
}

#booking .question[data-question="appointment"] .calendar {
	width: 800px;
	max-width: 100%;
}
#booking .question[data-question="appointment"] .calendar .datepicker,
#booking .question[data-question="appointment"] .calendar .datepicker .datepicker-picker,
#booking .question[data-question="appointment"] .calendar .datepicker .datepicker-picker .datepicker-view,
#booking .question[data-question="appointment"] .calendar .datepicker .datepicker-picker .datepicker-grid,
#booking .question[data-question="appointment"] .calendar .datepicker .datepicker-picker .datepicker-view .days {
	width: 100%;
}

#booking .question[data-question="appointment"] .confirmation {
	position: relative;
	background-color: rgb(255 255 255 / 50%);
	padding-left: 8.1rem;
	text-align: center;
	width: 800px;
	max-width: 100%;
}
#booking .question[data-question="appointment"] .confirmation:before {
	content: '';
	background-image: url('../img/van.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	position: absolute;
	left: 1rem;
	top: 0.7rem;
	bottom: 0.3rem;
	width: 7rem;
}
#booking .question[data-question="appointment"] .confirmation p {
	font-weight: 500;
}

#booking .question[data-question="form"] {
	overflow: visible;
}
#booking .question[data-question="form"] .form {
	width: 1000px;
	max-width: 100%;
	overflow: visible;
}
#booking .question[data-question="form"] .form .fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .8rem;
}
#booking .question[data-question="form"] .form .fields:last-child {
	margin-bottom: 0;
}
#booking .question[data-question="form"] .form .fields .field {
	margin-bottom: 1rem;
	width: 100%;
}
#booking .question[data-question="form"] .form .fields .field:last-child {
	margin-bottom: 0;
}
#booking .question[data-question="form"] .form .fields .field.is-half {
	width: calc(50% - .5rem);
}
#booking .question[data-question="form"] .form .fields .field .input,
#booking .question[data-question="form"] .form .fields .field .select select {
	height: 2.7rem;
}
#booking .question[data-question="form"] .form #keyholder-info {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
#booking .question[data-question="form"] .form #keyholder-info.open {
	max-height: 1000px;
	transition: max-height 1s ease-in-out;
}


#booking .question[data-question="form"] .summary > div {
	position: sticky;
	top: 5rem;
	left: 0;
}
#booking .question[data-question="form"] .summary .items {
	/*margin-bottom: 2rem;*/
}
#booking .question[data-question="form"] .summary .items .item {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0.9rem 0;
	border-bottom: 1px dotted #2e3d4d3b;
	font-size: 0.9rem;
}
#booking .question[data-question="form"] .summary .items .item:last-child {
	border-bottom: none;
}
#booking .question[data-question="form"] .summary .items .item strong {
	font-weight: 600;
}
#booking .question[data-question="form"] .summary .items .item p {font-size: 0.8rem;padding-right: 2.5rem;}
#booking .question[data-question="form"] .summary .items .item.total {
	font-size: 1.2rem;
}
#booking .question[data-question="form"] .summary .items .item.total p {
	font-weight: 500;
	font-size: 1rem;
}
#booking .question[data-question="form"] .summary .timedate {
	display: flex;
    text-align: center;
    justify-content: space-between;
    /*margin-bottom: 1rem;*/
    font-size: 0.9rem;
}
#booking .question[data-question="form"] .summary .timedate .detail {
	width: 48.5%;
	background: #f2f3f4;
	border-radius: 3px;
	font-size: 0.9rem;
	padding: 0.5rem;
}
#booking .question[data-question="form"] .summary .timedate .detail p {
	font-size: .8rem;
}
#booking .question[data-question="form"] .summary .timedate .detail strong {
	font-weight: 600;
	margin-top: 0.1rem;
	display: block;
}

#address_lookup.has_suggestions {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.address_suggestions {
	z-index: 30;
	width: 100%;
	max-height: 250px;
	overflow: scroll;
	border-color: #c2c9d2;
	border-bottom-left-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	border: 1px solid #c2c9d2;
	border-top: 0;
	font-size: .875rem;
	border-color: #15996b;
	box-shadow: 0 0 0 0.125em #15996b1f;
}

.address_suggestions li:hover {
	background-color: #439a6b;
    color: white;
    cursor: pointer;
}

section.questions [data-question="form"] .secure {
	width: 400px;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

section.questions [data-question="form"] .whichtt {
	height: 65px;
	display: block;
	text-align: center;
}
section.questions [data-question="form"] .whichtt img {
	max-height: 100%;
	display: inline-block;
}

@media (max-width: 1040px) {

	#booking .question[data-question="form"] .form {
		width: 100%;
	}

}

@media (max-width: 860px) {

	#booking section.header .navbar-item,
	#booking section.header .navbar-link {
	  padding: .9rem 1rem;
	}

	#booking section.questions {
		display: block;
		padding: 1.5rem;
	}
/*	#booking .question[data-question="appointment"] .calendar {
		width: 100% !important;
	}
	#booking .datepicker-grid {
		display: block;
		max-height: 300px;
		overflow: auto;
	}
	#booking .datepicker-cell.day {
		margin-bottom: 3px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		height: 3.3rem;
		font-weight: 500;
		font-size: 0;
	}
	#booking .datepicker-cell.day:before {
		display: inline-block;
		content: attr(data-fulldate);
		font-size: 0.9rem;
	}*/
/*	#booking .datepicker-cell.day:nth-child(7n-6):before {
		content: 'Monday';
	}
	#booking .datepicker-cell.day:nth-child(7n-5):before {
		content: 'Tuesday';
	}
	#booking .datepicker-cell.day:nth-child(7n-4):before {
		content: 'Wednesday';
	}
	#booking .datepicker-cell.day:nth-child(7n-3):before {
		content: 'Thursday';
	}
	#booking .datepicker-cell.day:nth-child(7n-2):before {
		content: 'Friday';
	}
	#booking .datepicker-cell.day:nth-child(7n-1):before {
		content: 'Saturday';
	}
	#booking .datepicker-cell.day:nth-child(7n):before {
		content: 'Sunday';
	}
	#booking .datepicker-cell.day:after {
		content: 'th Feb 2023';
		display: inline-block;
	}*/
/*	#booking .datepicker-cell.disabled,
	#booking .datepicker-cell.next,
	#booking .datepicker-cell.prev,
	#booking .datepicker-view .days-of-week {
		display: none;
	}*/

	#booking section.questions .question[data-question="appointment"] .calendar.box {
		padding-top: 1rem;
	}

	#booking .datepicker-grid {
		gap: 0.2rem;
	}
	#booking .datepicker-picker span {
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 500;
 }

}

@media (max-width: 690px) {

	#booking section.questions .question .answers {
		margin-bottom: 2rem;
	}
	#booking section.questions .question .quantity {
		display: block;
    text-align: center;
	}
	#booking section.questions .question .quantity .field {
		justify-content: center;
		margin-top: 1rem;
	}

}

@media (max-width: 768px) {

	#booking section.header .navbar-brand,
	#booking section.header .navbar-end {
		min-width: 0;
	}

	#booking section.questions .question .buttons .button.is-large {
		font-size: 1.25rem;
    height: 3.4rem;
	}

	#booking section.questions {
		padding: 1.1rem 0.9rem;
	}

	.navbar-brand .navbar-item img {
		max-height: 2.15rem;
	}
	#booking section.header .button {
		height: 2.6rem;
	}
	#booking section.header .navbar-item,
	#booking section.header .navbar-link {
	  padding: 0.55rem 1rem;
	}
	#booking section.questions .question[data-question="appointment"] .calendar.box {
	  padding-top: 0.5rem;
	}
	#booking section.questions .question .head {
	  margin-bottom: 1.3rem;
	  padding: 0 1.5rem;
	}
	#booking .head .title {
    font-size: 1.5rem;
 }
	#booking .head .subtitle {
	  font-size: 1.05rem;
	  margin-top: -1rem;
	}

	#booking .question[data-question="appointment"] .confirmation {
		padding-left: 1.25rem !important;
	}
	#booking .question[data-question="appointment"] .confirmation:before {
		display: none;
	}

	#booking .question[data-question="form"] .summary > div {
		position: relative;
		top: 0;
	}
	#booking .question[data-question="form"] .form .fields .field.is-half {
		width: 100%;
	}

	#booking section.questions .question .answers {
    gap: 1rem;
	}
	#booking section.questions .question .answers .answer {
		height: auto;
		display: flex;
		align-items: center;
		padding: 0.7rem;
		border-width: 3px;
		width: 400px;
		justify-content: flex-start;
		text-align: left;
		/*		padding-right: 6.5rem;*/
	}
	#booking section.questions .question .answers .answer .tag {
		right: 7px;
		font-size: 0.75rem;
		padding-right: 0.75em !important;
		border-radius: 5px;
		top: -15px;
		height: 1.9em;
	}
	#booking section.questions .question .answers .answer.has-description.selected .icon,
	#booking section.questions .question .answers .answer.selected .icon,
	#booking section.questions .question .answers .answer .icon {
		height: 35px;
		width: 35px;
		margin: 0;
		margin-right: 11px;
		flex-shrink: 0;
	}
	#booking section.questions .question .answers .answer.has-description .description {
		opacity: 1;
		display: none;
	}
	#booking section.questions .question .answers .answer.has-description:after {
		display: none;
	}
	#booking section.questions .question .answers .answer:before {
		display: none;
	}
	#booking section.questions .question .answers .answer .title {
		margin-bottom: 0;
		font-size: 1rem;
		line-height: 1.3;
	}

	#booking .datepicker-cell.day {
		height: 2.7rem;
	}
	#booking .datepicker-cell.day:before {
		font-size: .8rem;
	}

	#booking a.back {
		top: 80px;
		background-color: transparent;
		padding: 0.5rem;
	}
	#booking a.back svg path {
		fill: #f9615d;
	}

	#booking section.header .navbar-center:after {
		left: -100px;
/*		width: 100%;*/
		background-position: center;
	}

}



