.page-template-page-mbs-booking { background: #ECEBF2; padding-top: 0 !important; }

.page-template-page-mbs-booking footer,
.page-template-page-mbs-booking header .covid-info,
.page-template-page-mbs-booking header .head-top-right,
.page-template-page-mbs-booking #main_menu { display: none !important; }

.page-template-page-mbs-booking .header-top {
	padding: 0;
	border: none;
}

.page-template-page-mbs-booking #content { min-height: 700px; }

.page-template-page-mbs-booking header { background: #FFF; height: auto; padding: 30px 0; margin-bottom: 40px; position: relative; }

.page-template-page-mbs-booking header .header_section { padding: 0; }

.page-template-page-mbs-booking header .site-logo {
	float: none;
	margin: auto;
	padding-top: 30px;
}

.page-template-page-mbs-booking .mobi-iconbox,
.page-template-page-mbs-booking .mobi-icon { display: none !important; }


.page_booking .magic-section { margin-top: -40px; }

.page_booking #booking_intro { margin-bottom: 100px; }

.page_booking[data-step="2"] #booking_intro,
.page_booking[data-step="2"] .block-title,
.page_booking[data-step="3"] #booking_intro,
.page_booking[data-step="3"] .block-title,
.page_booking[data-step="4"] #booking_intro,
.page_booking[data-step="4"] .block-title,
.page_booking[data-step="5"] #booking_intro,
.page_booking[data-step="5"] .block-title { display: none; }

#mbs_frontend {
	margin: 0 auto;
	padding-bottom: 60px;
	font-family: sofia-pro,Helvetica,Arial,sans-serif;
	position: relative;
}

#mbs_frontend.loading:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url(../img/loading.gif) no-repeat center 130px #ecebf296;
	background-size: 90px;
}

#mbs_frontend h1, 
#mbs_frontend h2,
#mbs_frontend h3, 
#mbs_frontend h4, 
#mbs_frontend h5, 
#mbs_frontend h6 { /*font-family: Lato, 'sans-serif';*/ }

#mbs_frontend #mbs_steps {
	display: flex;
	position: relative;
	justify-content: space-between;
	margin: 0 auto 80px;
	max-width: 800px;
}

#mbs_frontend #mbs_steps:before {
	position: absolute;
	content: '';
	display: block;
	background: #694fb0;
	height: 3px;
	top: 30px;
	left: 30px;
	right: 30px;
}	

#mbs_frontend #mbs_steps .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#mbs_frontend #mbs_steps .step.disabled { pointer-events: none }

#mbs_frontend #mbs_steps .step i {
	font-size: 24px;
	color: #694fb0;
	font-weight: bold;
	font-style: initial;
	width: 60px;
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 3px solid #694fb0;
	background: #ECEBF2;
}

#mbs_frontend #mbs_steps .step.active i,
#mbs_frontend #mbs_steps a.step:hover i {
	background: #694fb0;
	color: #FFF;
}

#mbs_frontend #mbs_steps .step span {
	color: #694fb0;
	font-weight: bold;
	font-size: 18px;
	padding-top: 15px;
	display: block;
	max-width: 120px;
	text-align: center;
	line-height: 1.4;
}

#mbs_frontend #mbs_frontend_form #mbs_form_init { 
	max-width: 800px;
	margin: 0 auto 100px;
}

#mbs_frontend #mbs_frontend_form #mbs_form_init .notice.disclaimer { display: flex !important; }
#mbs_frontend #mbs_frontend_form #mbs_form_init .notice.disclaimer.no_appointment { padding-bottom: 30px; }
#mbs_frontend #mbs_frontend_form #mbs_form_init .notice.disclaimer.no_appointment .notice_container .notice_content { display: none; }
#mbs_frontend #mbs_frontend_form #mbs_form_init .notice.disclaimer.no_appointment .icon { margin-top: -10px; }

#mbs_frontend #mbs_frontend_form label {
	display: block;
	font-weight: 600;
	line-height: 1.4;
	font-size: 18px;
	padding-bottom: 15px;
	color: #694fb0;
}

#mbs_frontend #mbs_frontend_form .required {
	color: #d675a7;
	font-weight: bold;
}

#mbs_frontend #mbs_frontend_form select { width: 100%; }
#mbs_frontend #mbs_frontend_form .select2 { margin-bottom: 30px; max-width: 100%; width: 100% !important; }

.select2-dropdown { border: 2px solid #cbc9d5; }
.select2-search--dropdown { display: none; }

.logged-in .select2-container--open .select2-dropdown--below { margin-top: 32px; }


#mbs_frontend #mbs_frontend_form .select2-container--default .select2-selection--single {
	border: 2px solid #CBC9D5;
	border-radius: 2px;
	height: 48px;
}

#mbs_frontend #mbs_frontend_form .select2-container--default .select2-selection--single .select2-selection__rendered { 
	line-height: 44px; 
	color: #534A72;
	padding: 0 20px;
	font-weight: 700;
}

.select2-results__option { 
	padding: 5px 20px;
	font-weight: 500;
}

.select2-results__option { 
	padding: 10px 20px;
	font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background-color: #694fb0; }

#mbs_frontend #mbs_frontend_form .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 8px;
}

#mbs_frontend #mbs_frontend_form .select2-container--default .select2-selection--single .select2-selection__arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}

#mbs_frontend #mbs_frontend_form .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }

#mbs_frontend #mbs_frontend_form .select2-container--default.select2-container--disabled .select2-selection--single { background: #FFF; }
#mbs_frontend #mbs_frontend_form .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
#mbs_frontend #mbs_frontend_form fieldset.empty .select2-container--default .select2-selection--single .select2-selection__rendered { opacity: 0.5; font-weight: 400; }

.select2-results__option--selectable:empty { display: none; padding: 0; }

#mbs_frontend .mbs_btn {
    align-items: center;
    background-color: #c4429e;
    border: 0;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    isolation: isolate;
    justify-content: center;
    line-height: 1.375 !important;
    min-height: 55px;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#mbs_frontend .mbs_btn:before {
    border-radius: 50%;
    content: "";
    left: 50%;
    padding-bottom: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0);
    transform-origin: center center;
    transition: transform .4s ease-in-out 0s;
    width: 100%;
    z-index: 0;
}

#mbs_frontend .mbs_btn span {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
}

#mbs_frontend .mbs_btn:hover {
    background-color: #c4429e;
}

#mbs_frontend .mbs_btn:focus-visible:before, #mbs_frontend .mbs_btn:hover:before {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

#mbs_frontend .mbs_btn:disabled { opacity: 0.5; }

#mbs_frontend .notice {
	border-radius: 4px;
	position: relative;
	display: flex;
	padding: 35px 30px;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
}

#mbs_frontend .notice .icon {
	height: 42px;
	width: 42px;
	border: 3px solid #d675a7;
	border-radius: 100%;
	font-style: normal;
	font-weight: bold;
	font-size: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
	flex: 0 0 42px;
}

#mbs_frontend .notice .notice_container .notice_title {
	font-size: 18px;
	color: #694fb0;
	font-weight: bold;
	line-height: 1.4;
}

#mbs_frontend .notice .notice_container .notice_content { padding-top: 5px; line-height: 1.4; }

#mbs_frontend .notice .notice_container .notice_content ul { margin-left: 35px; } 
#mbs_frontend .notice .notice_container .notice_content ul li { 
	color: inherit; 
	font-weight: inherit; 
	list-style: disc;
	font-size: inherit;
	padding-left: 0 
}

#mbs_frontend .notice .notice_container .notice_content:empty,
#mbs_frontend .notice .notice_container .notice_content ul li:before { display: none; }

#mbs_frontend .notice .notice_container .notice_content .mbs_btn { padding: 10px 25px 10px 15px; }

#mbs_frontend .notice .notice_container .notice_content .notice_read_more { 
	display: block;
	color: #694fb0;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	z-index: 1;
	background: #ffdede;
	padding: 25px 0;
	width: 100%;
}

#mbs_frontend .notice .notice_container .notice_content .notice_read_more a {
	font-size: 16px;
	color: #694fb0;
	text-decoration: underline;
} 

#mbs_frontend .notice .notice_container .notice_content .notice_read_more a:hover { text-decoration: none; }

#mbs_frontend .notice .notice_container .notice_content .notice_read_more i { transition: 200ms all; margin-right: 15px; display: none; }
#mbs_frontend .notice .notice_container .notice_content.display .notice_read_more i { transform: rotate(180deg); } 

#mbs_frontend .notice .notice_close {
	position: absolute;
	top: 17px;
	right: 17px;
	font-size: 18px;
	display: none;
}

#mbs_frontend .notice.alert .notice_close:hover { opacity: 0.6; }

#mbs_frontend .notice.alert,
#mbs_frontend .notice.disclaimer {
	background: #FFDEDE;
	border-left: 4px solid #d675a7;
}

#mbs_frontend .notice.alert .icon,
#mbs_frontend .notice.disclaimer .icon {
	color: #d675a7;
	border-color: #d675a7;
}

#mbs_frontend .notice.disclaimer .icon { margin-top: 50px; }

#mbs_frontend .notice.alert .notice_container .notice_title { color: #694fb0; }
#mbs_frontend .notice.alert .notice_container .notice_content { color: #694fb0; }
#mbs_frontend .notice.alert .notice_close { color: #d675a7; }


#mbs_frontend .notice.disclaimer { align-items:  initial; padding-bottom: 80px; display:none !important; }
#mbs_frontend .notice.disclaimer .notice_container .notice_title { color: #694fb0; }
#mbs_frontend .notice.disclaimer .notice_container .notice_content {
	color: #694fb0; 
	font-weight: normal; 
	max-height: 90px;
	overflow: hidden;
	transition: 200ms all;
	padding-bottom: 40px;
}

#mbs_frontend .notice.disclaimer .notice_container .notice_content h4 { font-weight: bold; }

#mbs_frontend .notice.disclaimer .notice_container .notice_content li { font-size: inherit; }

#mbs_frontend .notice.disclaimer .notice_container .notice_content.display,
#mbs_frontend .notice.info .notice_container .notice_content.display { max-height: 100%; }

#mbs_frontend .notice.disclaimer .notice_close { display: none; }


#mbs_frontend .notice.validate { 
	background: #DFFEFD;
	padding: 15px 8px;
	width: 100%;
}

#mbs_frontend .notice.validate .icon {
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	border-color: #1BCFC9;
	color: #1BCFC9;
	font-size: 19px;
	margin-right: 7px;
}

#mbs_frontend .notice.validate .notice_container .notice_title { color: #694fb0; }
#mbs_frontend .notice.validate .notice_container .notice_content { color: #694fb0; }
#mbs_frontend .notice.validate .notice_close { display: none; }

#mbs_frontend .notice.info,
#mbs_frontend .notice.info .notice_container .notice_content .notice_read_more { background: #FFF; }
#mbs_frontend .notice.info .notice_container .notice_content {
	color: #694fb0; 
	font-weight: normal; 
	max-height: 90px;
	overflow: hidden;
	transition: 200ms all;
	padding-bottom: 40px;
}

#mbs_frontend .notice.info .notice_container .notice_content h4 { font-weight: bold; }

#mbs_frontend #evocalendar_load.loading:before { 
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url(../img/loading.gif) no-repeat center 130px #ecebf296;
	background-size: 90px;}

#mbs_frontend #evoCalendar_container { 
	position: relative; 
	/*font-family: Lato;*/
	margin-bottom: 50px; 
}

#mbs_frontend #evoCalendar_container.loading:before { 
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url(../img/loading.gif) no-repeat center 130px #ecebf296;
	background-size: 90px;}

#mbs_frontend #evoCalendar_container .evoCalendar_arrow {
	border: none;
	background: transparent;	
	position: absolute;
	top: 28px;
	z-index: 2;
	left: 35px;
}

#mbs_frontend #evoCalendar_container .evoCalendar_arrow.next { left: 335px; }

#mbs_frontend #evoCalendar_container .evoCalendar_arrow i {
	color: #FFFFFF;
	background: #694fb0;
	height: 32px;
	width: 32px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}

#mbs_frontend #evoCalendar_container .evoCalendar_arrow i:hover { background: #d675a7; }

#mbs_frontend #evoCalendar { 
	box-shadow: none; 
	border-radius: 4px; 
	padding: 30px 35px;
}

#mbs_frontend #evoCalendar .calendar-sidebar { display: none !important; }

#mbs_frontend #evoCalendar .calendar-inner {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

#mbs_frontend #evoCalendar th[colspan="7"] {
	font-size: 16px;
	color: #694fb0;
	text-transform: capitalize;
	padding: 7px 0 20px;
}

#mbs_frontend #evoCalendar th[colspan="7"]:after { display: none; }

#mbs_frontend #evoCalendar th,
#mbs_frontend #evoCalendar td {
	background: transparent;
	text-align: center;
	border: none;
}

#mbs_frontend #evoCalendar tr.calendar-header .calendar-header-day {
	color: #694fb0;
	font-weight: bold;	
	font-size: 0;
}

#mbs_frontend #evoCalendar tr.calendar-header .calendar-header-day:first-letter { font-size: 14px; text-align: center; } 

#mbs_frontend #evoCalendar tr.calendar-body .calendar-day { padding: 0; }

#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day {
	border-radius: 0;
	color: #d675a7;
	font-size: 14px;
	height: 30px;
	border-radius: 100%;
	padding: 6px 0 2px;
	width: 30px;
	position: relative;
	line-height: 1;
}

#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day:before {
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	width: 60%;
	left: 20%;
	height: 1px;
	background-color: #d675a7;
}

#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day.type-free { color: #616E7B; }
#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day.type-free:before,
#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day .event-indicator { display: none; }

#mbs_frontend #evoCalendar tr.calendar-body .calendar-day .day.calendar-active {
	background: #694fb0;
	color: #FFF;
	border: none;
}

#mbs_frontend #evoCalendar .calendar-events .event-header,
#mbs_frontend #evoCalendar .calendar-events .event-list .event-empty { display: none; }

#mbs_frontend #evoCalendar .calendar-events { padding: 40px 30px 40px 0; }
#mbs_frontend #evoCalendar .calendar-events .event-list {
	background: rgba(236, 235, 242, 0.2);
	border-radius: 4px;
	max-height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 15px;
	justify-content: space-between;
	overflow-y: auto;
	align-items: flex-start;
}

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container {
	position: relative;
	display: block;
	border-radius: 2px;
	margin-bottom: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	float: none;
	flex: 0 0 calc(50% - 10px);
	border: 1px solid #694fb0;
	text-align: center;
	margin-bottom: 10px;
}

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container:hover,
#mbs_frontend #evoCalendar .calendar-events .event-list .event-container.active {
    box-shadow: none;
    background: #694fb0;
}

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container:before,
#mbs_frontend #evoCalendar .calendar-events .event-list::after { display: none; }
#mbs_frontend #evoCalendar .calendar-events .event-list .event-icon { display: none; }

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container .event-info {
	padding: 0;
	width: 100%;
	display: block;
}

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container .event-info .event-title {
	font-size: 14px;
	color: #694fb0;
	font-weight: bold;
	padding: 6px 0 8px;
	line-height: 1;
}

#mbs_frontend #evoCalendar .calendar-events .event-list .event-container:hover .event-info .event-title,
#mbs_frontend #evoCalendar .calendar-events .event-list .event-container.active .event-info .event-title { color: #FFF; }

#mbs_frontend #mbs_form_personal {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px,
	margin: auto;
}

#mbs_frontend form fieldset { 
	margin-bottom: 30px; 
	position: relative;
}

#mbs_frontend #mbs_form_init fieldset { margin-bottom: 0; }

#mbs_frontend #mbs_location_container.loading .select2 { position: relative; }
#mbs_frontend #mbs_location_container.loading .select2:before { 
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 15px;
	width: 30px;
	height: 100%;
	background: url(../img/loading.gif) no-repeat center left transparent;
	background-size: 100%;
}

#mbs_frontend form fieldset.type-date i { 
	position: absolute;
	bottom: 15px;
	right: 10px;
}

#mbs_frontend #mbs_frontend_form form fieldset.type-radio label:not(.main_label),
#mbs_frontend #mbs_frontend_form form fieldset.type-checkbox label:not(.main_label) { font-weight: 500; }


#mbs_frontend form fieldset .iti { display: block; }
#mbs_frontend form fieldset .iti .iti__selected-flag {
	border-right: 2px solid #cbc9d5;
}

#mbs_frontend form fieldset .iti .iti__arrow {
	margin: 0 0 0 8px;
	border: none;
	height: auto;
	width: auto;
}

#mbs_frontend form fieldset .iti .iti__arrow:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
}

#mbs_frontend form ul { padding: 0; }
#mbs_frontend form ul li:before,
#mbs_frontend form fieldset .iti .iti__divider { display: none; }

#mbs_frontend form fieldset .iti .iti__country {
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #cbc9d5;
	font-weight: normal;
}

#mbs_frontend form fieldset .iti .iti__country .iti__flag-box { margin-right: 10px; }
#mbs_frontend form fieldset .iti .iti__flag { border-radius: 3px; }


#mbs_frontend form fieldset #mbs_billing_phone { padding-left: 77px; }

#mbs_frontend form fieldset input { 
	border: 2px solid #CBC9D5;
	border-radius: 2px;
	height: 48px;
	line-height: 44px;
    color: #534A72;
    padding: 0 20px;
	width: 100%;
	font-weight: 700;
}

#mbs_frontend form fieldset input::placeholder { 
	font-weight: 500;
	opacity: 0.5;
}

#mbs_frontend form fieldset input[type="checkbox"],
#mbs_frontend form fieldset input[type="radio"] { 
	width: 22px;
	line-height: 1;
	height: auto;
	margin-right: 10px;
	display: grid;
	place-content: center;
}

#mbs_frontend form fieldset.type-checkbox label:not(:first-child),
#mbs_frontend form fieldset.type-radio label:not(:first-child) {
	padding: 0 0 0 30px;
	position: relative;
}

#mbs_frontend form fieldset input[type=radio],
#mbs_frontend form fieldset input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

#mbs_frontend form fieldset input[type=radio] + label::before,
#mbs_frontend form fieldset input[type=checkbox] + label::before {
	content: '';
	position: absolute;
	border-radius: 2px;
	left: 0;
	top: 0;
	display: inline-block;
	width: 22px;
	height: 22px;
	background: white;
	border: 2px solid #CBC9D5;
}

#mbs_frontend form fieldset input[type=radio]:checked + label::after,
#mbs_frontend form fieldset input[type=checkbox]:checked + label::after {
	content: '';
	position: absolute;
	border-radius: 2px;
	left: 7px;
	top: 7px;
	border: 4px solid #694fb0;
	display: block;
}

#mbs_frontend form fieldset input[type=radio] + label::before,
#mbs_frontend form fieldset input[type=radio]:checked + label::after { border-radius: 50%; }

#mbs_frontend form fieldset input[type=checkbox]:checked + label::after {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: bold;
	border: none;
	top: 0;
	left: 4px;
}






.input-switch + label {
    position: relative;
    display: inline-block;
    height: 25px;
    width: 75px;
    border: 1px solid #000;
    border-radius: 5px;
    background-color: #666;
    line-height: 25px;
    text-align: left;
    -webkit-transition: background-color 0.5s;
}

.input-switch {
    display: none;
}

.input-switch + label span.grip {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 15px;
    height: 25px;
    background-color: #EEE;
    border-radius: 5px;
    -webkit-transition: left 0.5s;
}

.input-switch + label span.switch-label {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 17px;
    width: 56px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: opacity 0.5s;
}

.input-switch + label span.switch-label.on {
    left: 2px;
    opacity: 0;
}

.input-switch:checked + label {
    background-color: #39F;
}

.input-switch:checked + label span.grip {
    left: 60px;
}

.input-switch:checked + label span.switch-label {
    opacity: 0;
}

.input-switch:checked + label span.switch-label.on {
    opacity: 1;
}



#mbs_frontend .mbs_row {
	display: flex;
	flex-wrap: wrap;

}

#mbs_frontend .mbs_row .form_col { 
	flex: 0 0 66%; 
	min-width: 66%; 
}

#mbs_frontend .mbs_row .summary_col { 
	flex: 0 0 34%; 
	min-width: 34%; 
}

#mbs_frontend .mbs_row .summary_col #summary_container { padding-bottom: 0; }

#mbs_frontend .mbs_row .summary_col #summary_container .details li#mbs_total {
	margin-bottom: 0;
	border-bottom: 0;
}






#mbs_frontend.step_5,
#mbs_frontend.step_5 #mbs_frontend_form { max-width: 1100px; }

#mbs_frontend #mbs_form_payment {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#mbs_frontend #mbs_form_payment h3 {
	font-weight: normal;
	font-size: 30px;
	padding: 0 0 30px;
	width: 100%;
	text-align: center;
}

#mbs_frontend #mbs_form_payment .col {
	padding: 0;
	flex: 0 0 calc(50% - 15px);
}

#mbs_frontend #mbs_form_payment hr {
	background: #C2D1D9;
	height: 2px;
	border: none;
	margin: 30px 0;
}

#mbs_frontend #mbs_form_payment #summary_container hr { margin: 30px 0 15px; }

#mbs_frontend #mbs_form_payment #payment_method_container {
	background: #FFF;
	padding: 50px 25px;
}

#mbs_frontend #mbs_form_payment #payment_method_container fieldset { 
	margin: 0; 
	background-position: right top;
	background-repeat: no-repeat;
}

#mbs_frontend #mbs_form_payment #payment_method_container fieldset.fieldset_card { background-image: url('../img/icon-cards.png'); }
#mbs_frontend #mbs_form_payment #payment_method_container fieldset.fieldset_voucher { background-image: url('../img/icon-voucher.svg'); }

#mbs_frontend #mbs_form_payment #payment_method_container input[type=radio] + label::before { top: 4px; }
#mbs_frontend #mbs_form_payment #payment_method_container input[type=radio] + label::after { top: 11px; }

#mbs_frontend #mbs_form_payment #payment_method_container #voucher { display: none; }

#mbs_frontend #mbs_form_payment #payment_method_container #voucher input {
	background: #DFFEFD;
	border: none;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 35px 6px 10px;
	margin-top: 15px;
}

#mbs_frontend #mbs_form_payment #payment_method_container #voucher i {
	position: absolute;
	opacity: 0.5;
	bottom: 15px;
	right: 10px;
	display: none;
}

#mbs_frontend #mbs_form_payment #payment_method_container #voucher i:hover { opacity: 1; }

#mbs_frontend #mbs_form_payment #payment_method_container #voucher #voucher_error {
	background: #FFDEDE;
	border-left: 4px solid #d675a7;
	flex: 0 0 100%;
	padding: 10px;
	display: none;
	margin-top: 15px;
}

#mbs_frontend #mbs_form_payment #payment_method_container label {
	padding-bottom: 0;
	margin-bottom: 0;
	cursor: pointer;
}

#mbs_frontend #mbs_form_payment #payment_method_container label strong {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	display: block;
}

#mbs_frontend #mbs_form_payment #payment_method_container label p {
	color: #534A72;
	font-weight: normal;
	padding: 0;
}

#mbs_frontend #summary_container {
	background: #FFF;
	padding: 50px 25px;
}

#mbs_frontend #summary_container h4 {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #C2D1D9;
	padding: 0 0 15px;
	margin-bottom: 30px;
}

#mbs_frontend #summary_container .details li {
	margin: 0;
	padding: 15px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: normal;
	position: relative;
}

#mbs_frontend #summary_container .details li#mbs_total {	
	border-top: 2px solid #c2d1d9;
	border-bottom: 2px solid #c2d1d9;
	padding: 15px 0;
	margin: 15px 0 25px;
}

#mbs_frontend #summary_container .details li#mbs_total .left { font-weight: bold; }

#mbs_frontend #summary_container .details li:first-child { padding-top: 0; }

#mbs_frontend #summary_container .details li .left {
	color: #534A72;
	font-weight: normal;
}

#mbs_frontend #summary_container .details li .left small {
	display: block;
	font-size: 14px;
}

#mbs_frontend #summary_container .details li .right {
	font-weight: bold;
	font-size: 16px;
	color: #534A72;
	max-width: 60%;
	text-align: right;
}

#mbs_frontend #summary_container .details li #mbs_price.old {
	text-decoration: line-through;
	padding-right: 5px;
}

#mbs_frontend #summary_container .details li input {
	background: #DFFEFD;
	border: none;
	font-weight: bold;
	font-size: 16px;
	padding: 6px 25px 6px 10px;
	max-width: 160px !important;
}

#mbs_frontend #summary_container .details #discount { 
	position: relative; 
	align-items: center;
	flex-wrap: wrap;
}

#mbs_frontend #summary_container .details #discount i { 
	position: absolute; 
	right: 3px;
	color: #694fb0;
	cursor: pointer;
	opacity: 0.5;
	bottom: 10px;
	display: none;
}

#mbs_frontend #summary_container .details #discount i:hover { opacity: 1; }

#mbs_frontend #summary_container .details #discount #apply_discount { 
	color: #534A72;
	cursor: no-drop;
	text-decoration: underline;	
	opacity: 0.5;
}

#mbs_frontend #summary_container .details #discount #apply_discount.enabled { 
	cursor: pointer;
	opacity: 1;
}

#mbs_frontend #summary_container .details #discount #discount_error {
	background: #FFDEDE;
	border-left: 4px solid #d675a7;
	flex: 0 0 100%;
	padding: 10px;
	display: none;
	margin-bottom: 15px;
}

#mbs_frontend #summary_container .details #check_balance { justify-content: end; }

#mbs_frontend #summary_container .details #check_balance #check_balance_btn {
	color: #694fb0;
	text-decoration: underline;
}

#mbs_frontend #summary_container .details #check_balance #check_balance_btn:hover { text-decoration: none; }

#mbs_frontend #summary_container .details #check_balance .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;	
}

#mbs_frontend #summary_container .details #check_balance .overlay:target {
	visibility: visible;
	opacity: 1;
	z-index: 1;
}

#mbs_frontend #summary_container .details #check_balance .popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}

#mbs_frontend #summary_container .details #check_balance .popup h2 {
	margin-top: 0;
	color: #333;
	font-family: sofia-pro,Helvetica,Arial,sans-serif;
}
#mbs_frontend #summary_container .details #check_balance .popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
#mbs_frontend #summary_container .details #check_balance .popup .close:hover {
	color: #06D85F;
}
#mbs_frontend #summary_container .details #check_balance .popup .content {
	max-height: 30%;
	overflow: auto;
}


#mbs_frontend #summary_container fieldset {
	display: flex;
	justify-content: end;
	margin-bottom: 0;
}

#mbs_frontend #summary_container fieldset label {
	font-weight: normal;
	font-size: 16px;
}

#mbs_frontend #summary_container fieldset label a {
	color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

#mbs_frontend #summary_container fieldset label a:hover { color: #d675a7; }

#mbs_frontend #summary_container .mbs_btn {
    align-items: center;
    background-color: #c4429e;
    border: 0;
    border-radius: 30px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    isolation: isolate;
    justify-content: center;
    line-height: 1.375 !important;
    min-height: 55px;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

#mbs_frontend #summary_container .mbs_btn span {
	display: flex;
	align-items: center;
}

#mbs_frontend #summary_container .mbs_btn i {
	background: url(../img//payment_button_icon.svg) no-repeat center left;
	width: 24px;
	height: 24px;
	display: block;
	padding-right: 40px;
}

#mbs_frontend #summary_container #secure_payment {
	font-size: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: end;
}

#mbs_frontend #summary_container #secure_payment small { padding-left: 58px; }

#mbs_frontend #summary_container .details li.mbs_voucher { padding-left: 25px; }

#mbs_frontend #summary_container .mbs_voucher i {
	position: absolute;
	left: 0;
	top: 20px;
	color: #d675a7;
	cursor: pointer;
	opacity: 0.5;
}

#mbs_frontend #summary_container .mbs_voucher i:hover { opacity: 1; }


#mbs_frontend #mbs_payment_return {
	max-width: 530px;
	margin: auto;
}

#mbs_frontend #mbs_payment_return .notice.validate {
	background: transparent;
	justify-content: center;
}

#mbs_frontend #mbs_payment_return .notice.validate .icon {
	width: 72px;
	height: 72px;
	flex: 0 0 72px;
	font-size: 41px;
	border-width: 4px;
	margin-right: 25px;
}

#mbs_frontend #mbs_payment_return .notice.validate .notice_container .notice_title {
	font-size: 30px;
	font-weight: 400;
}

#mbs_frontend #mbs_payment_return .notice.validate .notice_container .notice_content {
	font-size: 20px;
	font-weight: normal;
}

#mbs_frontend #mbs_payment_return #summary_container ul li:before { display: none; }

#mbs_frontend #mbs_payment_return #summary_container .details li#mbs_total {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	padding-top: 30px;
	margin-top: 30px;
}

#mbs_frontend #mbs_payment_return #goback {
	color: #d675a7;
	text-align: center;
	display: block;
	padding-top: 25px;	
}

#mbs_frontend #mbs_payment_return #goback:hover { color: #694fb0; }

.page-template-page-mbs-booking .ui-widget.ui-datepicker { border: none; }
.page-template-page-mbs-booking .ui-datepicker .ui-datepicker-header { background: transparent; }
.page-template-page-mbs-booking .ui-datepicker-calendar th { padding: 5px; }
.page-template-page-mbs-booking .ui-datepicker-calendar td { padding: 0; }
.page-template-page-mbs-booking .ui-datepicker-calendar td a {
	border: none;
	background: transparent;
	padding: 7px 5px;
	text-align: center;
}
.page-template-page-mbs-booking .ui-datepicker-calendar td a:hover {
	color: #FFF;
	background: #23125e;
}
.page-template-page-mbs-booking .ui-datepicker .ui-datepicker-prev span, .page-template-page-mbs-booking .ui-datepicker .ui-datepicker-next span { color: transparent; }
.page-template-page-mbs-booking .ui-datepicker .ui-datepicker-title { width: 100%; }

.accordion__content { color: #FFF; }

 @media screen and (max-width: 1024px) {

	#mbs_frontend #evoCalendar.sidebar-hide .calendar-inner { max-width: calc(100% - 380px) !important; }
	#mbs_frontend #evoCalendar .calendar-events { width: 400px; }
	#mbs_frontend #evoCalendar_container .evoCalendar_arrow.next { left: 335px; }


}

 @media screen and (max-width: 768px) {

 	.page-template-page-mbs-booking header .inner_page.desktop_logo { 
 		display: block; 
		max-height: 60px;
		margin: auto;
 	}

 	.page-template-page-mbs-booking header .inner_page.mobile_logo { display: none; }
 	
 	
 	#mbs_frontend #evoCalendar_container { margin-bottom: 10px; }
 	#mbs_frontend #mbs_frontend_form .mbs_btn { width: 100%; padding: 13px 10px; }
 	#mbs_frontend #mbs_frontend_form .mbs_btn span { justify-content: center; }

 	#mbs_frontend #summary_container #secure_payment { justify-content: space-between; }
 	#mbs_frontend #summary_container #secure_payment small { padding-left: 0; }

 	#mbs_frontend #evoCalendar.sidebar-hide .calendar-inner { max-width: 50% !important; }



 	#mbs_frontend #mbs_frontend_form #mbs_services_container,
 	#mbs_frontend #mbs_frontend_form #mbs_location_container { margin-bottom: 20px; }

	#mbs_frontend #evoCalendar { padding: 15px 10px; }
	#mbs_frontend #evoCalendar .calendar-events { 
		padding: 0; 
		height: auto; 
		width: 50%; 
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	#mbs_frontend #evoCalendar .calendar-events .event-list { margin: 38px 0 0 0; padding: 15px 15px 5px; max-height: 220px; }

 	#mbs_frontend #evoCalendar_container .evoCalendar_arrow { top: 15px; left: 15px; }
 	#mbs_frontend #evoCalendar_container .evoCalendar_arrow.next {
		left: 50%;
		margin-left: -35px;
	}

 	#mbs_frontend .notice { padding: 20px; }
	#mbs_frontend .notice .icon {
		height: 35px;
		width: 35px;
		margin-right: 10px;
		flex: 0 0 35px;
	}
	#mbs_frontend .notice.disclaimer .icon { margin-top: 5px; }
	#mbs_frontend .notice .notice_container .notice_title { font-size: 16px; }
	#mbs_frontend .notice .notice_container .notice_content { font-size: 14px; }
	#mbs_frontend .notice.disclaimer .notice_container .notice_content { max-height: 70px; }
	#mbs_frontend .notice .notice_container .notice_content .notice_read_more { padding: 15px 0; }
	#mbs_frontend .notice .notice_container .notice_content .notice_read_more a { font-size: 14px; }
	#mbs_frontend .notice.disclaimer { padding-bottom: 50px; }

	#mbs_frontend #mbs_steps { margin-bottom: 30px; }
	#mbs_frontend #mbs_steps .step { width: 16.6% !important; }
	#mbs_frontend #mbs_steps .step span { display: none; }
	#mbs_frontend #mbs_steps .step.active span { 
		display: block; 
		padding-top: 10px;
		font-size: 14px;
	}

	#mbs_frontend #mbs_steps .step i {
		font-size: 18px;
		width: 40px;
		height: 40px;
		align-items: center;
		padding-top: 0;
	}

	#mbs_frontend #mbs_steps:before { top: 20px; left: 40px; right: 40px; }
	#mbs_frontend form fieldset { width: 100% !important; margin: 0 0 15px !important; }

	#mbs_frontend #mbs_frontend_form .select2 { margin-bottom: 0; }

	#mbs_frontend #mbs_form_payment .col { flex: 0 0 100%; }
	#mbs_frontend #mbs_form_payment h3 { font-size: 24px; padding-bottom: 0; }
	#mbs_frontend #summary_container { padding: 35px 25px; }
	#mbs_frontend #mbs_form_payment #payment_method_container { padding: 35px 25px 10px; margin-bottom: 30px; }

	#mbs_frontend #mbs_form_payment #payment_method_container fieldset.fieldset_card {
		background-position: 28px bottom;
		padding: 0 0 50px 0;
	}

	#mbs_frontend .mbs_row .form_col {
		order: 2;
		flex: 0 0 100%;
		min-width: 100%;
	}

	#mbs_frontend .mbs_row .summary_col {
		flex: 0 0 100%;
		min-width: 100%;
	}



}


 @media screen and (max-width: 480px) {

	#mbs_frontend #evoCalendar.sidebar-hide .calendar-inner {
	    max-width: 100% !important;
	    width: 100%;
	    margin: 0 !important;
	}

	#mbs_frontend #evoCalendar .calendar-events {
		width: 100%;
		position: relative;
	}

	#mbs_frontend #evoCalendar_container .evoCalendar_arrow.next {
		left: auto;
		margin-left: 0;
		right: 15px;
	}

	#mbs_frontend #summary_container #secure_payment img { width: 110px; }



}





























