/* Format 'Select a date' headline */
.booking { display: flex; padding: 1.75rem; }
.booking-header { width: 45%; }
.appt-type-consultation-phone-call { width: 55%; }
.booking-header .md-layout, .booking-header .md-layout .md-layout-item { display: flex; flex-direction: column-reverse; }
.booking-header .md-title, .booking-header .md-subheading { display: flex; align-items: center; font-size: 1.25rem; font-weight: 700; margin-bottom: 1.25rem; }
.booking-header .md-title:before { content: ''; background-image: url(../../images/icon-phone.png); background-repeat: no-repaet; background-size: cover; width: 1.8125rem; height: 1.875rem; display: inline-block; margin-right: 0.5rem; }
.booking-header .md-subheading:before { content: ''; background-image: url(../../images/icon-clock.png); background-repeat: no-repaet; background-size: cover; width: 1.8125rem; height: 1.8125rem; display: inline-block; margin-right: 0.5rem; }


@media (max-width: 768px) {
	.booking { display: block; }
	.appt-type-consultation-phone-call, .booking-header { width: 100%; }
}