/* file upload */
.uploadfile-container {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
}

.uploadfile-btn .cam-add-foto {
	float: left;
	margin: 5px;
	max-height: 140px;
	max-width: 250px;
	min-height: 140px;
	min-width: 250px;
	padding: 6px;
	position: relative;
	width: 100%;
	border: 2px dashed #ceced8;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #ceced8;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -.02px;
	text-align: center;
	border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
}

.uploadfile-btn .cam-add-foto:hover {
	border: 2px dashed #2296f9;
	color: #2296f9;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.uploadfile-container .uploadfile-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.uploadfile-container .uploadfile-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.apnd-img {
	float: left;
	margin: 5px;
	max-height: 140px;
	max-width: 250px;
	min-height: 140px;
	min-width: 250px;
	padding: 6px;
	position: relative;
	width: 100%;
	border: 2px dashed #ceced8;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ceced8;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: -.02px;
	text-align: center;
	border-radius: 10px;
	padding: 4em;
}

.apnd-img img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.apnd-img i {
	position: absolute;
	right: 6px;
	top: 4px;
	color: #fff;
	cursor: pointer;
	background: #000000;
	padding: 10px;
	font-size: 17px;
	border-radius: 5px;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.apnd-img i:hover {
	background: red;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

/* booking form */

.booking_section {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.booking_container {
	width: 100%;
	position: relative;
}

.booking_container h1,
.booking_container .h1,
.booking_container h2,
.booking_container .h2,
.booking_container h3,
.booking_container .h3,
.booking_container h4,
.booking_container .h4,
.booking_container h5,
.booking_container .h5,
.booking_container h6,
.booking_container .h6 {
	text-align: center;
	color: #252A3F;
	font-size: 30px;
	letter-spacing: -0.2px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 1em;
}

#booking_form_steps .step {
	display: none;
	padding: 3em 10em;
	overflow: hidden;
}

#booking_form_steps .step.active {
	display: block;
	width: 100%;
	position: relative;
}

#booking_form .form-group,
#booking_form_steps .form-group {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

#booking_form .form-group .form-input,
#booking_form_steps .form-group .form-input {
	position: relative;
	width: 100%;
}

#booking_form .form-group input,
#booking_form_steps .form-group input,
#booking_form_steps .form-group textarea,
#booking_form_steps .form-group select {
	margin: 15px 0;
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	border: 1px solid #eceef1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	color: #252A3F;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
	padding-top: 0.5em;
}

#booking_form .form-group input.invalid,
#booking_form_steps .form-group input.invalid,
#booking_form_steps .form-group textarea.invalid {
	border-color: red;
}

#booking_form .form-group span.span_invalid,
#booking_form_steps .form-group span.span_invalid,
#booking_form_steps .form-group span.span_invalid {
	position: absolute;
	z-index: 9;
	right: 15px;
	background: red;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	border-radius: 10px;
	top: -10px;
}

#booking_form button.next-btn,
#booking_form button.previous-btn,
#booking_form button.submit-btn,
#booking_form_steps button.next-btn,
#booking_form_steps button.previous-btn,
#booking_form_steps button.submit-btn {
	float: right;
	margin-top: 20px;
	outline: none;
	cursor: pointer;
	padding: 0 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 5px;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	margin-left: auto;
	position: relative;
	box-shadow: none;
	border: none;
	text-shadow: none;
	background: #017aff;
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
}

#booking_form button.previous-btn,
#booking_form_steps button.previous-btn {
	float: left;
}

#booking_form button.submit-btn,
#booking_form_steps button.submit-btn {
	padding: 0 35px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	border-radius: 5px;
	height: 50px;
	font-weight: 600;
	line-height: 50px;
	margin-left: auto;
	position: relative;
	box-shadow: none;
	border: none;
	text-shadow: none;
	background: #017aff;
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
}

#booking_form_steps .input_checkbox {
	background-color: #fff;
	display: block;
	margin: 10px 0;
	position: relative;
}

#booking_form_steps .input_checkbox label {
	padding: 12px 30px;
	width: 100%;
	text-align: left;
	color: #000;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border: 1px solid #eceef1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	color: #252A3F;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
	padding-top: 0.5em;
	display: block;
}

#booking_form_steps .input_checkbox label:before {
	width: 100%;
	height: 10px;
	border-radius: 50%;
	content: "";
	background-color: #017aff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
	opacity: 0;
	z-index: -1;
}

#booking_form_steps .input_checkbox label:after {
	width: 32px;
	height: 32px;
	content: "";
	border: 2px solid #D1D7DC;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
	background-repeat: no-repeat;
	background-position: 2px 3px;
	border-radius: 50%;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: all 200ms ease-in;
}

#booking_form_steps .input_checkbox input:checked~label {
	color: #fff;
}

#booking_form_steps .input_checkbox input:checked~label:before {
	transform: translate(-50%, -50%) scale3d(56, 56, 1);
	opacity: 1;
}

#booking_form_steps .input_checkbox input:checked~label:after {
	background-color: #2296f9;
	border-color: #2296f9;
}

#booking_form_steps .input_checkbox input {
	width: 32px;
	height: 32px;
	order: 1;
	z-index: 2;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	visibility: hidden;
}

#booking_form_steps .input_checkbox.byimage .booking_icon {
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #000;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	box-shadow: 0px 0px 20px #00000020;
	background-color: white;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	text-align: center;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* #booking_form_steps .input_checkbox.byimage label {
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #000;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	box-shadow: 0px 0px 20px #00000020;
	background-color: white;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
} */

/* #booking_form_steps .input_checkbox price {
	font-size: 15px;
	background-color: #d02b2f;
	color: #fff;
	padding: 5px 15px;
	border-radius: 5px;
	margin-left: 20px;
	text-shadow: 0 -1px 1px black;
	box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 75%);
} */

.booking_receipt_section {
	width: 100%;
	padding: 20px;
	position: relative;
	float: left;
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	border: 1px solid #eceef1;
}

.booking_receipt_container {
	padding-right: 2em;
	padding-top: 2em;
}

.booking_receipt_section .div_title {
	font-size: 20px;
	color: #3B3663;
	font-weight: 600;
	text-align: center;
	border-bottom: 3px solid #3B3663;
	margin-bottom: 1em;
}

.booking_receipt_section div#checkout_total_price {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

.booking_receipt_section div#checkout_receipt,
.booking_receipt_section div#checkout_information {
	max-height: 300px;
	overflow-y: scroll;
	margin-bottom: 2em;
	position: relative;
	width: 100%;
	float: left;
}

.booking_receipt_section div#checkout_receipt::-webkit-scrollbar,
.booking_receipt_section div#checkout_information::-webkit-scrollbar {
	width: 8px;
}

.booking_receipt_section div#checkout_receipt::-webkit-scrollbar-track,
.booking_receipt_section div#checkout_information::-webkit-scrollbar-track {
	background-color: #E7E7E7
}

.booking_receipt_section div#checkout_receipt::-webkit-scrollbar-thumb,
.booking_receipt_section div#checkout_information::-webkit-scrollbar-thumb {
	background-color: rgba(223, 86, 86, 0.69);
	border: 1px solid rgba(92, 92, 92, 0.5);
	border-radius: 10px;
}

.booking_receipt_section div#checkout_receipt::-webkit-scrollbar-thumb:hover,
.booking_receipt_section div#checkout_information::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

.form-group-title {
	font-size: 17px;
	font-weight: 600;
	border-bottom: 2px solid #2296f9;
	box-shadow: 0px 0px 20px #00000020;
	padding: 10px;
	color: #2296f9;
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* calendar-7 */

.calendar-7 {
	position: relative;
	width: 100%;
	padding: 2em 0;
}

.calendar-7 .days {
	position: relative;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	height: 150px;
	vertical-align: top;
	display: inline-block;
}

.calendar-7 .days .calendar-7-day {
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	border: 1.2px solid rgba(85, 94, 105, .26);
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-box-sizing: border-box;
	margin: 3px 12px;
	width: 140px;
	box-sizing: border-box;
	height: 140px;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	border: 1px solid #eceef1;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	color: #252A3F;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
	padding-top: 0.5em;
}

.calendar-7 .days .calendar-7-day.active,
.calendar-7 .days .calendar-7-day:hover {
	color: #017aff !important;
	border-color: #017aff;
}

.calendar-7 .days .calendar-7-day .select-time-weekday {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 15px;
	font-size: 12px;
	line-height: normal
}

.calendar-7 .days .calendar-7-day .select-time-day-in-number {
	text-align: center;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	line-height: 15px;
	font-size: 18px;
	line-height: normal
}

.calendar-7 .hours,
.calendar-7 .minutes {
	position: relative;
	width: 100%;
	float: left;
	padding: 2em 0;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}

.calendar-7 .minutes {
	display: none;
}

.calendar-7 .calendar-7-hour,
.calendar-7 .calendar-7-minute {
	width: calc(100%/4 - 3%);
	float: left;
	background: #fff;
	margin: 10px 10px;
	padding: 10px;
	display: block;
	text-align: center;
	cursor: pointer;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	border: 1px solid #eceef1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	color: #252A3F;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
	padding-top: 0.5em;
}

.calendar-7 .calendar-7-hour.invalid {
	border-color: red;
	color: red;
}

@media (max-width: 500px) {

	.calendar-7 .calendar-7-hour,
	.calendar-7 .calendar-7-minute {
		width: 100% !important;
		margin: 10px 0;
	}
}

@media (max-width: 768px) {

	.calendar-7 .calendar-7-hour,
	.calendar-7 .calendar-7-minute {
		width: calc(100%/2 - 5%);
	}
}

.calendar-7 .calendar-7-hour.active {
	background-color: #017aff;
	color: #fff
}

.calendar-7 .calendar-7-hour.disabled,
.calendar-7 .disabled.calendar-7-minute {
	color: #ccc;
	cursor: not-allowed;
	display: none
}

.scroll-btn {
	width: 3%;
	height: 140px;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.scroll-img-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.scroll-btn.left {
	margin-right: 2%;
}

.scroll-btn.right {
	margin-left: 2%;
}

.days-slider {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
}

.calendar-7 .days::-webkit-scrollbar {
	display: none;
}

.calendar-7 .days .calendar-7-day .data-day {
	font-size: 40px;
	line-height: 48px;
	font-weight: 600;
}

.calendar-7 .days .calendar-7-day .data-week {
	font-size: 15px;
	line-height: 22px;
	color: #aaa;
}

.calendar-7 .days .calendar-7-day .data-month {
	font-size: 15px;
	line-height: 22px;
}

.disabled-btn {
	cursor: not-allowed;
	background-color: rgb(34 150 249 / 26%) !important;
	pointer-events: none;
}

.disabled-day {
	cursor: not-allowed;
	background-color: rgb(34 150 249 / 26%) !important;
	pointer-events: none;
}

/* other */
#booking_form_steps .select_bracket_step .byimage {
	width: calc(100%/4 - 20px);
	float: left;
	margin: 10px;
}

#booking_form_steps .select_extra_services .byimage.extra_service {
	width: calc(100%/3 - 20px);
	float: left;
	margin: 10px;
}

#booking_form_steps .input_checkbox label:after {
	display: none
}

#booking_form_steps .input_checkbox price {
	font-size: 16px;
	color: #2296f9;
	padding: 0;
	border-radius: 0;
}

#booking_form_steps .input_checkbox input:checked~label price {
	color: #fff;
}

#booking_form_steps .input_checkbox.byimage label {
	padding: 12px 30px;
	width: 100%;
	display: block;
	text-align: left;
	color: #000;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	box-shadow: 0px 0px 20px #00000020;
	background-color: white;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	text-align: center;
	flex-direction: column;
	height: 150px;
}

.step_form_btns {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#booking_form_steps .select_extra_services {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (max-width: 992px) {
	#booking_form_steps .select_extra_services {
		flex-direction: column;
		width: 100%;
	}

	#booking_form_steps .select_extra_services .byimage.extra_service {
		width: 100%;
		margin: 10px 0;
	}

	#booking_form_steps .select_bracket_step .byimage {
		width: 100%;
		margin: 10px 0;
	}
}

/* Plus Minus */
.plusminus {
	display: inline-block;
	position: relative;
	font-size: 0;
	overflow: hidden;
	border-radius: 3px;
	width: 44px;
	height: 132px;
}

.plusminus button {
	width: 44px;
	height: 44px;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #017aff;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	-moz-transition: color 200ms;
	-o-transition: color 200ms;
	-webkit-transition: color 200ms;
	transition: color 200ms;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #0000;
}

.plusminus button:focus {
	outline: none;
	color: #ffffff;
}

.plusminus button:disabled {
	background: #ffffff40;
	color: #000;
	cursor: default;
	border: 1px solid #000;
}

.plusminus button.button-minus {
	bottom: 0;
}

.plusminus button.button-minus:before {
	content: "-";
}

.plusminus button.button-plus {
	top: 0;
}

.plusminus button.button-plus:before {
	content: "+";
}

.plusminus button.button-plus:focus {
	color: #ffffff;
}

.plusminus input[type="number"] {
	position: absolute;
	width: 44px;
	height: 44px;
	top: 44px;
	margin: 0;
	border: 0;
	font-size: 17.6px;
	font-weight: bold;
	text-align: center;
	-moz-appearance: textfield;
	color: #3B3663;
}

.plusminus input[type="number"]::-webkit-outer-spin-button,
.plusminus input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.plusminus.horiz {
	width: 132px;
	height: 44px;
}

.plusminus.horiz button.button-minus {
	left: 0;
}

.plusminus.horiz button.button-plus {
	right: 0;
}

.plusminus.horiz:after {
	bottom: 0;
}

.plusminus.horiz input[type="number"] {
	position: absolute;
	top: 50%;
	left: 44px;
	transform: translateY(-50%);
}

.plusminus.stacked {
	width: 88px;
	height: 88px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.plusminus.stacked:after {
	width: 100%;
	bottom: 50%;
}

.plusminus.stacked button {
	float: none;
	top: auto;
	bottom: 0;
}

.plusminus.stacked button:first-child {
	left: 0;
}

.plusminus.stacked button.button-plus {
	right: 0;
}

.plusminus.stacked input[type="number"] {
	top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border: 1px solid #eee;
	width: 100%;
}

.plusminus.stacked input[type="number"]:after {
	width: 100%;
}

.input_plusminus {
	padding: 12px 30px;
	width: 100%;
	text-align: left;
	cursor: pointer;
	position: relative;
	z-index: 2;
	transition: color 200ms ease-in;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin: 1em 0;
	color: #000;
	border: 1px solid #eceef1;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
	box-shadow: 0 3px 20px 0 rgb(131 134 163 / 12%);
}

.input_plusminus .input_plusminus_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.input_plusminus .input_plusminus_footer {
	border-top: 1px solid #dadce4;
	padding-top: 1em;
}

.input_plusminus .input_plusminus_footer span {
	font-size: 16px;
	margin-top: 23px;
	margin-bottom: 46px;
}

.input_plusminus .input_plusminus_header .text {
	color: #252A3F;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.75em;
	letter-spacing: -0.25px;
	position: relative;
}

.input_plusminus .input_plusminus_header .plusminus {}

.book-a-service-area h1 {
	margin-bottom: 1em;
	position: relative;
	padding-bottom: .5em;
	text-align: center;
}

.book-a-service-area h1:before {
	content: "";
	background: #3B3663;
	width: 100px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.booking_receipt_section strong {
	display: block;
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	color: #252A3F;
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 1em;
}

.booking_receipt_section strong:nth-child(2) {
	font-size: 16px;
}

.booking_receipt_section .booking_receipt_info {}

.booking_receipt_section .booking_receipt_info .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
	padding: 10px 0;
}

.booking_receipt_section .booking_receipt_info .item span.item-text {
	display: inline-block;
}

.booking_receipt_section .booking_receipt_info .item span.item-price {
	display: block;
	font-weight: bold;
}

.booking_receipt_section .booking_receipt_description {
	margin-top: 15px;
	position: relative;
	width: 100%;
}

.booking_receipt_section .booking_receipt_description h5 {
	display: block;
	width: 100%;
	color: #252A3F;
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 20px;
	font-weight: 800;
	margin-bottom: 1em;
}

.booking_receipt_section .booking_receipt_description p {
	padding: 0;
	margin: 0;
}

.uploadfile-btn .cam-add-foto span {
	text-align: center;
	font-size: 40px;
	margin-bottom: 10px;
}

/* Responsive CSS */
@media only screen and (max-width: 991px) {
	#booking_form_steps .step {
		padding: 3em 1em;
	}

	.booking_receipt_container {
		padding-right: unset;
		padding-top: unset;
		padding: 1em;
	}

	.uploadfile-container {
		flex-direction: column;
	}

	.uploadfile-container .uploadfile-row {
		flex-direction: column;
	}
}