body.no-scroll {
	overflow: hidden;
}

/* Overrides browser styles for fieldsets */
fieldset {
	border: none;
	margin-inline-end: 0;
	margin-inline-start: 0;
	min-inline-size: initial;
	padding: 0 !important;
	padding-block-end: 0;
	padding-block-start: 0;
	padding-inline-end: 0;
	padding-inline-start: 0;
}

fieldset legend,
fieldset legend + label {
	display: block;
	margin-bottom: 20px;
}

fieldset.fph-form__input-wrap {

}

fieldset.fph-form__input-wrap legend {
	margin-bottom: 10px;
}

.home .fph-hero {
	padding-bottom: 80px;
}

.home .fph-hero__content {
	height: auto;
}

.birdeye-form {

	/* padding: 40px; */
	background-color: var(--c-dim);

	/* Allows this section to float on top of others. */
	position: relative;
	z-index: 5;
}

.birdeye-form .form-title {
	margin-bottom: 5px;
}

body.home .text-and-image {
	padding-top: 0;
}

body.home .text-and-image__title {
	margin-top: 0;
}

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

	body.home .text-and-image {
		padding-top: 76px;
	}
}

.birdeye-form .card {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0 4px 20px rgb(14 30 49 / 7%);
	padding: 48px;
	transform: translateY(-40px);
}

.birdeye-form .button {
	background-color: #fff;
	display: none;
	padding: 30px 0;
}

.birdeye-form .button a {
	margin: 0 auto;
	max-width: 300px;
}


.birdeye-form .heading-4 {
	font-size: 18px;
}

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

	/* Prevents content overlap on tablet screens. */
	.birdeye-form .card {

		/* margin-top: 60px; */
	}
}

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

	.birdeye-form {
		max-height: 100%;
	}

	.birdeye-form .row {
		gap: 0;
	}

	.birdeye-form .card {
		display: none;
		transform: none;
	}

	.birdeye-form .button {
		display: block;
	}

	.birdeye-form__steps-wrap {
		height: auto !important;
	}

	.birdeye-form__steps {
		margin-bottom: 15px;
	}
}

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

	.birdeye-form {
		padding: 0;
	}

	.birdeye-form .card {
		border-radius: 0;
		box-shadow: none;
	}
}

.birdeye-form h2 {
	margin-bottom: 25px;
	margin-top: 0;
}

.birdeye-form .month-wrap h5 {
	-webkit-box-pack: justify;
	display: box;
	display: flexbox;
	display: flex;
	-ms-flex-pack: justify;
	font-size: 24px;
	font-weight: 700;
	justify-content: space-between;

	/*    padding: 30px; */
}

.birdeye-form .month-wrap.month-1 h5 .right {


}

.birdeye-form .month-wrap h5 a.previous {
	margin-right: 10px;
}

.birdeye-form .month-wrap.month-1 h5 a.previous,
.birdeye-form .month-wrap.month-2 h5 a.next {
	opacity: 0.6;
	pointer-events: none;
}

.birdeye-form .month-wrap.month-2 h5 a.previous {

	/*	pointer-events: all; */

	/*	opacity: 1.0; */
}

.birdeye-form .month-wrap h5 a.previous img {
	transform: rotateZ(180deg);
	transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.birdeye-form .month-wrap.month-2 h5 a.next {
	opacity: 0.6;
	pointer-events: none;
}

.birdeye-form.loading #loader {
	display: inline-block;
}

.birdeye-form.loading {
	opacity: 0.6;
	pointer-events: none;
}

.birdeye-form.success .form-wrapper {
	display: none;
}

.birdeye-form.success {
	height: auto;
	overflow-y: hidden;
}

.birdeye-form.success .success {
	display: block;
}

.fph-form.error .birdeye-form__errors {
	display: block;
}

.fph-form input.error,
.fph-form textarea.error,
.fph-form select.error {
	border: 1px solid var(--c-fast-red) !important;
}

.fph-form input:not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]),
.fph-form textarea {
	color: #2a2b2b;
	font-family: circular;
	max-width: 100%;
	padding: 15px;
	width: 100%;
}

.fph-form input[type="submit"] {
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	padding: 16px 29px;
	padding: 13px 30px;
}

.fph-form__row__content {
	display: flex;
	gap: 16px;
}

.fph-form__row__content .fph-form__input-wrap {
	flex: 1;
}

.fph-form__conditional-wrap,
.fph-input--conditional {
	display: none;
}

.fph-form__conditional-wrap.active,
.fph-input--conditional.active {
	display: block;
}

.fph-form .fph-form__input-wrap {
	margin-bottom: 20px;
}

.fph-form .fph-form__input-wrap.error .error-wrap {
	display: block;
}

.fph-form .fph-form__input-wrap.error input:not([type="checkbox"]),
.fph-form .fph-form__input-wrap.error .fph-checkbox__checkmark,
.fph-form .fph-form__input-wrap.error .radio-btn,
.fph-form .fph-form__input-wrap.error select,
.fph-form .fph-form__input-wrap.error textarea,
.fph-form .fph-form__input-wrap.error .birdeye-calendar__time {
	border: 1px solid var(--c-fast-red) !important;
}

.fph-form .fph-form__input-wrap .error-wrap {
	color: var(--c-fast-red);
	display: none;
	margin-top: 10px;
}

.fph-form .fph-form__input-wrap label,
.fph-form .fph-form__row > label {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

.fph-form .fph-form__input-wrap label.inline-block {
	display: inline-block;
}

.fph-form .fph-form__input-wrap p {
	font-size: 20px;
	padding-bottom: 10px;
}

.fph-form__input-wrap textarea {
	font-family: "Int Circular Pro Book";
	font-size: 16px;
	min-height: 200px;
}

.required {
	color: #d7282f;
}

.fph-form .radio-option {
	margin-bottom: 5px;
}

.fph-form.radio-option label {
	display: inline-block;
	font-size: 18px;
	margin-left: 5px;
}

.fph-form__select {
	appearance: none;
	appearance: none;
	appearance: none;
	background: none;
	border: 1px solid #aaa;
	border: 1px solid #d8dfe1;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.3;
	margin: 0;
	max-width: 100%;
	padding: 15px;
	width: 100%;
}

.fph-form__select::-ms-expand {
	display: none;
}

.fph-form__select-wrap {
	position: relative;
}

.fph-form__select-wrap > img,
.fph-form__select-wrap > svg {
	pointer-events: none;
	position: absolute;
	right: 24px;
	top: 20px; /* There is a better way to do this, I don't have time. */
}

.fph-form__select:hover,
.fph-form__select:focus {
	border-color: #888;
}

.fph-form__select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgb(59 153 252 / 70%);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}

.fph-form__select option {
	font-weight: 400;
}

.fph-form__select.loading {
	opacity: 0.6;
	pointer-events: none;
}

.loader {
	align-items: center;
	display: none;
	gap: 10px;
	justify-content: center;
}

.loader.loading {
	display: flex;
}

.loader--inline.loading {
	display: inline;
	vertical-align: middle;
}

.loader img {
	opacity: 0.4;
}

.loader--full {
	background-color: rgb(255 255 255 / 80%);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.loader__img {
	max-width: 50px;
}

.loader__text {
	font-size: 20px;
	font-weight: 400;
}

.birdeye-form .success {
	background-color: #f2f6f7;
	border-radius: 30px;
	display: none;
	padding: 30px;
}

.birdeye-form .success h5 {
	font-weight: 700;
}

.birdeye-form .success p {
	font-size: 18px;
	padding-bottom: 0;
}

.fph-form .birdeye-form__errors {
	background-color: #ebcdce;
	border-radius: 30px;
	display: none;
	margin-bottom: 30px;
	padding: 30px;
}

.fph-form.loading {
	opacity: 0.6;
	pointer-events: none;
}

.fph-form.loading .birdeye-form__submit-wrap img {
	display: inline-block;
}

.birdeye-form__submit-wrap {
	display: flex;
}

.birdeye-form__submit-wrap img {
	display: none;
	margin-right: 10px;
	max-width: 50px;
}

.fph-form .birdeye-form__errors > p {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
}

.fph-form .birdeye-form__errors ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.fph-form .birdeye-form__errors ul li {
	font-size: 18px;
}

.fph-form .birdeye-form__errors * {
	color: #d7282f;
}

#location-picker {
	align-items: flex-start;
	-webkit-box-align: start;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	display: box;
	display: flexbox;
	display: flex;
	-ms-flex-align: start;
	flex-direction: column;
	flex-direction: column;
}

.fphbc-modal {
	align-items: center;
	background-color: rgb(42 43 43 / 70%);
	bottom: 0;
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	box-sizing: border-box;
	display: flex;
	display: none;
	height: 100vh;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 1000;
}

.fphbc-modal-header__content,
.fphbc-modal-footer {
	align-items: center;
	display: flex !important;
	flex: 20%;

	/* padding: 10px 20px; */
	font-weight: 700;
	justify-content: space-between;
}

.fphbc-modal-header__error-content {
	border: 1px solid var(--c-fast-red);
	border-radius: 6px;
	color: var(--c-fast-red);
	margin-bottom: 10px;
	padding: 5px 10px;
	width: fit-content;
}

.fphbc-modal-header-error--hidden {
	display: none;
}

.fphbc-modal-header h2 {
	font-size: 24px;
}

.fphbc-modal-header .modal-close {
	appearance: none; /* for chrome & safari */
	appearance: none; /* for firefox */
	appearance: none; /* standard property, currently not fully supported */
	background: transparent;
	border: none;
	color: inherit;
	font: inherit;
	line-height: normal;
	margin: 0;
	overflow: visible;
	padding: 0;
	text-transform: none;
}

.fphbc-modal-header .modal-close:hover {
	opacity: 0.8;
}

.fphbc-modal-header .modal-close:focus {
	border: 1px solid #00205c;
}

.fphbc-modal .birdeye-form {
	background-color: #fff;
}

.fphbc-modal .fphbc-modal-container {
	background-color: #fff;
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
	display: flex;
	flex-direction: column;
	max-height: 100%;
	max-height: 75%;
	max-width: 1100px;
	overflow: hidden;
	position: relative;
	width: 80%;
}

.fphbc-modal .birdeye-form__steps-wrap {
	overflow-y: initial;
}

.fphbc-modal .birdeye-form__navigation {
	flex: 10%;
}

.fphbc-modal-body {
	flex: 80%;
	overflow-y: auto;
	position: relative;
}

.fphbc-modal.active {
	display: flex;
}

.fphbc-modal .heading-3 {
	display: flex;
	justify-content: space-between;
}

.fphbc-modal .heading-3 a {
	opacity: 0.6;
}

.fphbc-modal .heading-3 a:hover,
.fphbc-modal .heading-3 a:focus {
	opacity: 1;
}

.fphbc-modal .birdeye-form {
	display: flex;
	flex-direction: column;
	margin-top: 0;
	overflow: hidden;
	padding: 0;
}

.fphbc-modal .container {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0 4px 20px rgb(14 30 49 / 7%);
	padding: 30px;
}

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

	.fphbc-modal .birdeye-form {
		max-height: 100%;
	}

	.fphbc-modal,
	.fphbc-modal .fphbc-modal-container {
		height: 100%;
		margin: 0;
		max-height: 100%;
		max-width: 100%;
		padding: 0;
		width: 100%;
	}

	.fphbc-modal .fphbc-modal-header {
		padding-bottom: 20px;
		padding-top: 60px;
	}

	.fphbc-modal .fphbc-modal-header .heading-3 {
		margin-bottom: 0;
		margin-top: 0;
	}

	.fphbc-modal .fphbc-modal-container {
		border-radius: 0;
	}

	.fphbc-modal .birdeye-form {
		padding: 30px;
	}

	.fphbc-modal .birdeye-form,
	.fphbc-modal-body {
		height: 100%;
		overflow: auto;
	}

	.fphbc-modal-body {

		/* height: calc(100% - 80px); */

		/* padding: 30px; */
	}

	.fphbc-modal .fphbc-modal-header {
		padding: 0 30px;
		padding-top: 40px;
	}

	.fphbc-modal .birdeye-form__navigation {
		margin-top: 0;
	}
}

.clscareblock.no-location-found .rev-select .select-styled,
.clscareblock.no-location-found .appointment-popup {
	max-width: 100%;
	width: 100%;
}

.clscareblock.valid-location-found .appointment-popup {
	margin-top: 30px;
}

.clscareblock.no-location-found .rev-select {
	margin-top: 30px;
}

.clscareblock.no-location-found .appointment-popup {
	margin-top: 10px;
}


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

	#location-picker {
		display: block;
	}
}

#location-picker.error .rev-select .select-styled {
	border: 1px solid #d7282f !important;
}


#location-picker > div {
	min-width: 300px;
}

#location-picker > img {
	margin-bottom: 8px;
	margin-left: 10px;
}

#location-picker ul.select-options {
	min-height: 200px;
}

#location-picker ul.select-options > li {
	font-size: 20px;
	margin-bottom: 8px;
}

#location-picker ul.select-options > li:first-child {
	opacity: 0.6;
	pointer-events: none;
}

#location-picker.loading #loader {
	display: block;
}

#calendar-container.loading {
	opacity: 0.6;
	pointer-events: none;
}

.birdeye-calendar {
	border: 1px solid #d8dfe1b2;
	border-radius: 6px;
	padding: 30px;
	position: relative;
}

.birdeye-calendar__wrapper.selected {
	display: block;
}

.birdeye-calendar__wrapper {
	display: none;
}

#birdeye-form__calendar-container.loading .birdeye-calendar__loader {

	/* display: flex; */
}

.birdeye-calendar__loader {
	align-items: center;
	gap: 10px;
	justify-content: center;
}

.birdeye-calendar__header {
	margin-bottom: 30px;
	margin-top: 0;
}

.birdeye-form__additional-locations__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 100%;
}

.birdeye-form__additional-locations__header p {
	margin-bottom: 0;
	margin-top: 0;
}

.birdeye-form__additional-locations__nav {
	display: flex;
	gap: 15px;
}

.birdeye-form__additional-locations__nav-item img {
	height: 20px;
	width: 20px;
}

.birdeye-form__additional-locations__nav-item.disabled {
	opacity: 0.4;
}

.birdeye-form__additional-locations {
	padding-bottom: 15px;
}

.birdeye-form__additional-locations__wrap {
	display: flex;
	gap: 16px;
	max-width: 100%;
	overflow: scroll;
	-ms-overflow-style: none;
	padding-bottom: 20px;
	scrollbar-width: none;
}

.birdeye-form__additional-locations__wrap::-webkit-scrollbar {
	display: none;
}

.birdeye-form__additional-location {
	background-color: #fafafa;
	border: 1px solid #d8dfe1;
	border-radius: 6px;
	display: inline-block;
	min-width: 200px;
	padding: 16px 24px;
	text-decoration: none;
}

.birdeye-form__additional-location:hover,
.birdeye-form__additional-location:focus,
.birdeye-form__additional-location.selected {
	border: 1px solid #00205c;
}

.birdeye-form__additional-location__city,
.birdeye-form__additional-location__availability {
	display: block;
}

.birdeye-form__additional-location__city {
	color: #00205c;
	font-size: 20px;
	font-weight: 600;
}

.birdeye-form__additional-location__availability {
	color: #2a2b2b;
}

.birdeye-calendar__week {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.birdeye-calendar__week-title {
	font-size: 18px;
	margin: 0;
}

.birdeye-calendar__navigation.disabled {
	opacity: 0.2;
	pointer-events: none;
}

.birdeye-calendar__days {
	overflow: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.birdeye-calendar__days::-webkit-scrollbar {
	display: none;
}

.birdeye-calendar__days-wrapper {
	display: flex;
	gap: 20px;
	margin-bottom: 0px;
	transition: transform 0.5s;
}

.birdeye-calendar__day,
.birdeye-calendar__time {
	background-color: #fafafa;
	border: 1px solid #d8dfe1;
	border-radius: 6px;
	padding: 16px 20px;
	text-align: center;
	text-decoration: none;
}

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

	.birdeye-calendar__times-wrapper {
		flex-direction: column;
	}
}

.birdeye-calendar__day:hover,
.birdeye-calendar__day:focus,
.birdeye-calendar__day.selected,
.birdeye-calendar__time:hover,
.birdeye-calendar__time:focus,
.birdeye-calendar__time.selected {
	border: 1px solid #00205c;
}

.birdeye-calendar__day {
	min-width: 90px; /* Standardize width so we can iterate through with CSS. */
}

.birdeye-calendar__day__name,
.birdeye-calendar__day__num,
.birdeye-calendar__day__month {
	display: block;
}

.birdeye-calendar__day__name {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px;
	opacity: 0.6;
}

.birdeye-calendar__day__num {
	color: #00205c;
	font-size: 26px;
	font-weight: 900;
	line-height: 150%;
	margin-bottom: 3px;
}

.birdeye-calendar__day__month {
	color: #333;
	font-size: 14px;
	opacity: 0.6;
	text-transform: uppercase;
}

.birdeye-calendar__times-wrapper {
	display: none;
}

.birdeye-calendar__times.selected .birdeye-calendar__times-wrapper {
	display: flex;
	gap: 16px;
}

.birdeye-calendar .birdeye-calendar__times {
	margin-bottom: 0px;
}

.birdeye-calendar__time {
	color: var(--c-navy);
	font-size: 18px;
	padding: 15px 0;
	width: 100%;
	margin-bottom: 0px;
}

.birdeye-calendar__time__description {
	display: block;
	margin-top: 3px;
	opacity: 0.6;
}

.clinic-options {
	display: box;
	display: flexbox;
	display: flex;
	flex-wrap: wrap;
	flex-wrap: wrap;
}

.clinic-options .time-option {
	flex-basis: 230px;
	-ms-flex-preferred-size: 230px;
}

.birdeye-form__navigation {
	/* border-top: 1px solid #d8dfe1; */
	margin-top: 30px;

	/* padding-top: 30px; */

	/* border-top: 1px solid #d8dfe1; */
}

/* Force the form to take up the full height on the first step when a business id is supplied. */

.birdeye-form.expand .birdeye-form__steps-wrap[data-step="1"] {
	max-height: initial;
}

.birdeye-form__steps-wrap {
	max-height: 550px;

	/* height: 650px; */
	min-height: 450px;
	overflow-y: auto;
}

.birdeye-form__steps {
	align-items: center;
	display: flex;
}

.birdeye-form__steps > p {
	color: var(--c-grey-alt);
	font-size: 20px;
	margin: 0;
}

.birdeye-form__current-step {
	color: #2a2b2b;
}

.birdeye-form__navigation-items {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

/* Hide the submit button by default. */

.birdeye-form__navigation .birdeye-form__submit {
	display: none;
	pointer-events: none;
}

.birdeye-form__navigation[data-step="1"] .birdeye-form__previous-step {
	display: none;
	pointer-events: none;
}

.birdeye-form__navigation.ready-to-submit .birdeye-form__submit {
	display: block;
	pointer-events: all;
}

.birdeye-form__navigation.ready-to-submit .birdeye-form__next-step {
	display: none;
	pointer-events: none;
}

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

	.birdeye-form__navigation-items {
		display: flex;
		flex-direction: column;
	}

	.birdeye-form__next-wrap {
		order: -1; /* Moves the back button below the next button on mobile. */
	}

	.birdeye-form__navigation-item {
		display: block;

		/* margin-top: 20px; */
		max-width: 100%;
		width: 100%;
	}
}

.birdeye-form__step {
	display: none !important;
}

.birdeye-form__step.selected {
	display: block !important;
}

.birdeye-form__body-wrapper {
	text-align: center;
}

.fph-form {

	/* height: 750px; */

	/* overflow-y: scroll; */
}

.contact-form {
	padding-bottom: 30px;
}

.contact-form__back {
	align-items: center;
	color: var(--c-fast-red);
	display: inline-flex;
	font-size: 18px;
	font-weight: 600;
	gap: 8px;
	margin-bottom: 24px;
	text-decoration: none;
}

.contact-form__back img {
	transition: transform 0.3s;
}

.contact-form__back:hover img,
.contact-form__back:focus img {
	transform: translate(-5px, 0);
}

.contact-form__title {
	margin-bottom: 10px;
}

.contact-form__subtitle {
	color: #7c8794;
	margin-bottom: 35px;
}

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

	.contact-form .birdeye-form__navigation-items {
		display: block;
	}

	.contact-form input[type="submit"] {
		max-width: 100%;
		width: 100%;
	}
}

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

	.fph-form__row__content {
		display: block;
	}
}

.birdeye-form__step-success {
	background-color: #d3d3d32b;
	border-radius: 10px;
	justify-items: center;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
}

.fphbc-modal-container .birdeye-form .birdeye-form__step-success {
	background-color: #FFFFFF;
}

.birdeye-form__step-success .col-md-12 {
	max-width: 400px;
}

.birdeye-success__summary {
	background-color: #e8f5fe;
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 24px;
	padding: 24px;
	text-align: left;
}

.birdeye-success__item {
	display: flex;
	justify-content: space-between;
}

.birdeye-success__label,
.birdeye-success__value {
	font-weight: 500;
}

.birdeye-success__label {
	color: var(--c-grey-alt);
}

.fph-form__checkbox-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap {
	column-gap: 50px;
	flex-direction: row;
	row-gap: 10px;
}

.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap > label {
	margin-bottom: 0;
}

.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap .derm-checkbox-item__icon-wrap {
	margin: 0;
}

.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap .birdeye-form__derm-checkbox-item {
	align-items: center;
	background: #fafafa;
	border: none;
	display: flex;
	flex-basis: 45%;
	gap: 10px;
	justify-content: flex-start;
	padding: 10px 20px;
	text-align: left;
}

.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap .birdeye-form__derm-checkbox-item .fph-checkbox__checkmark {
	left: 0;
	margin-left: auto;

	/* display: none; */
	order: 2;
	position: relative;
	top: 0;
}

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

	.birdeye-form__step-2-orthopedic .fph-form__checkbox-wrap {
		display: none;
	}

	.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap {
		column-gap: 0;
		justify-content: space-between;
	}

	.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap .birdeye-form__derm-checkbox-item {
		flex-basis: 49%;
	}
}

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

	.birdeye-form__step-2-dermatology .fph-form__checkbox-wrap .birdeye-form__derm-checkbox-item {
		background: none;
		flex-basis: 100%;
		padding: 0;
	}
}

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

	.birdeye-success__value {
		text-align: right;
	}

	.birdeye-form__step-success .h3 {
		font-size: 24px;
	}
}

.fph-form .fph-form__radio-wrap > label,
.fph-form .fph-form__checkbox-wrap > label {
	margin-bottom: 14px;
}

/* Orthopedic */

.birdeye-form__body-hotspot-checkbox-item {
	align-items: middle;
	background-color: #f3f6f7;
	border: 1px solid #d8dfe1;
	border-radius: 6px;
	color: #2a2b2b;
	padding: 16px 20px;
}

.birdeye-form__body-hotspot-checkbox-item:hover {
	cursor: pointer;
}

.fph-checkbox-item {
	align-items: flex-start;
	color: #2a2b2b;
	display: flex;
	flex-basis: calc(50% - 20px);
	gap: 5px;
	text-decoration: none;
}

/* Dermatology */

.birdeye-form__derm-checkbox-item {
	border: 1px solid #eff2f3;
	border-radius: 6px;
	flex-basis: calc(30%);
	padding: 16px;
	position: relative;
	text-align: center;
}

.birdeye-form__derm-checkbox-item:hover,
.birdeye-form__derm-checkbox-item:focus-within {

	/* border: 1px solid #00205C !important;
	 */
	background-color: var(--c-dim);
}

.derm-checkbox-item__icon-wrap {
	align-items: center;
	background-color: #8dc6e8;
	border-radius: 25px;
	display: flex;
	height: 48px;
	justify-content: center;
	margin: 0 auto;
	min-width: 48px;
	width: 48px;
}

.birdeye-form__derm-checkbox-item input[type="checkbox"] {
	position: absolute;
	right: 20px;
	top: 20px;
}

.fph-checkbox-item input[type="checkbox"] {
	border: 1px solid #d8dfe1;
	margin-top: 2px;
}

.fph-checkbox-item input[type="checkbox"] {
	margin-right: 6px;
}

/* START Custom checkbox styles */

.fph-checkbox-item {
	cursor: pointer;
	padding-left: 40px;
	position: relative;
}

.fph-checkbox-item.reduced-padding {
	padding-left: 30px;
}

.fph-checkbox-item.reduced-padding .fph-checkbox__checkmark {
	left: 0;
	top: 5px;
}

.fph-form__radio-item,
.fph-form__radio-item label {
	cursor: pointer;
}

.fph-checkbox-item input[type="checkbox"] {
	appearance: none;
	margin: 0;
}

.fph-checkbox-item .fph-checkbox__checkmark {
	background-color: #fff;
	border: 1px solid #2a2b2b;
	height: 20px;
	left: 12px;
	min-width: 20px;
	position: absolute;
	top: 20px;
}

.fph-checkbox-item input[type="checkbox"]:checked ~ .fph-checkbox__checkmark {
	background-color: var(--c-fast-red);
	border: 1px solid var(--c-fast-red);
}

.fph-checkbox__checkmark::after {
	content: "";
	display: none;
	position: absolute;
}

.fph-checkbox__checkmark::after {
	content: "";
	display: none;
	position: absolute;
}

.fph-checkbox-item input[type="checkbox"]:checked ~ .fph-checkbox__checkmark::after {
	border: solid white;
	border-width: 0 2px 2px 0;
	display: block;
	height: 10px;
	left: 5px;
	top: 2px;
	transform: rotate(45deg);
	transform: rotate(45deg);
	transform: rotate(45deg);
	width: 5px;
}

/* END Custom checkbox styles */

/* START custom radio button styles */

.fph-form__radio-item {
	border-radius: 6px;
	cursor: pointer;
	font-size: 22px;
	margin-bottom: 8px;
	padding-left: 30px;
	position: relative;
	user-select: none;
}

.fph-form__radio-item:focus-within {
	border: 1px solid #00205c;
}

.fph-form__radio-item input {
	cursor: pointer;
	opacity: 0;
	position: absolute;
}

.fph-form__radio-item .radio-btn {
	background-color: #fff;
	border: 1px solid #d8dfe1;
	border-radius: 50%;
	height: 18px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 18px;
}

.fph-form__radio-item input:checked ~ .radio-btn {
	background-color: var(--c-fast-red);
	border-color: var(--c-fast-red);
}

.fph-form__radio-item .radio-btn .inside {
	background: white;
	border-radius: 50%;
	display: none;
	height: 8px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 8px;
}

.fph-form__radio-item input:checked ~ .radio-btn .inside {
	display: block;
}

/* END custom radio button styles */

.birdeye-form__body-hotspots-wrap {
	display: inline-block;
	position: relative;
}

.birdeye-form__body-hotspot {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	text-decoration: none;
}

.birdeye-form__body-hotspot__img-wrap img {
	height: 30px;
	width: 30px;
}

.birdeye-form__body-hotspot__img-selected,
.birdeye-form__body-hotspot__label {
	display: none;
}

.birdeye-form__body-hotspot__label {
	color: #2a2b2b;
	font-size: 22px;
	left: 40px;
	position: absolute;
}

/* Hide the default image on hover or active. */

.birdeye-form__body-hotspot.active .birdeye-form__body-hotspot__img-default,
.birdeye-form__body-hotspot:hover .birdeye-form__body-hotspot__img-default,
.birdeye-form__body-hotspot:focus .birdeye-form__body-hotspot__img-default {
	display: none;
}

/* Show the selected image and label on hover or active. */

.birdeye-form__body-hotspot.active .birdeye-form__body-hotspot__img-selected,
.birdeye-form__body-hotspot:hover .birdeye-form__body-hotspot__img-selected,
.birdeye-form__body-hotspot:focus .birdeye-form__body-hotspot__img-selected,
.birdeye-form__body-hotspot.active .birdeye-form__body-hotspot__label,
.birdeye-form__body-hotspot:hover .birdeye-form__body-hotspot__label,
.birdeye-form__body-hotspot:focus .birdeye-form__body-hotspot__label {
	display: block;
}

.hidden {
	display: none;
}

.birdeye-form__body-hotspot-Head {
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
}

.birdeye-form__body-hotspot-Neck {
	left: 50%;
	top: 55px;
	transform: translateX(-50%);
}

.birdeye-form__body-hotspot-Shoulders {
	right: 15px;
	top: 75px;
}

.birdeye-form__body-hotspot-Chest {
	left: 50%;
	top: 120px;
	transform: translateX(-50%);
}

.birdeye-form__body-hotspot-Elbows {
	left: 15px;
	top: 175px;
}

.birdeye-form__body-hotspot-Knee {
	right: 35px;
	top: 340px;
}

.birdeye-form__body-hotspot-Wrist {
	right: 0;
	top: 225px;
}

.birdeye-form__body-hotspot-Back {
	left: 50%;
	top: 211px;
	transform: translateX(-50%);
}

.birdeye-form__body-hotspot-Hip {
	left: 24px;
	top: 252px;
}

.birdeye-form__body-hotspot-Foot {
	bottom: 0;
	left: 40px;
}

.birdeye-form__body-hotspot-Ankle {
	bottom: 23px;
	right: 47px;
}

.fph-form__pain-selector-wrap {
	max-width: 95%;
	padding-bottom: 100px;
	padding-top: 48px;
}

.fph-form__pain-selector {
	display: flex;
	gap: 2px;
	margin-bottom: 20px;
}

.fph-form__pain-selector-item {
	background-color: #f3f6f7;
	color: #c1c5c6;
	flex: 1;
	height: 24px;
	position: relative;
	text-decoration: none;
}

.fph-form__pain-selector-item:first-child {
	border-bottom-left-radius: 20px;
	border-top-left-radius: 20px;
}

.fph-form__pain-selector-item:last-child {
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
}

.fph-form__pain-selector-item.filled {
	background-color: var(--c-fast-red);
}

.fph-form__pain-selector-label {
	padding: 10px 15px;
	position: absolute;
	right: -15px;
	top: -50px;
}

.fph-form__pain-selector-item.selected .fph-form__pain-selector-label {
	background-color: var(--c-fast-red);
	color: var(--c-white);
}

.fph-form__pain-selector-item.selected .fph-form__pain-selector-label::after {
	background-color: var(--c-red);
	bottom: 0;
	content: "";
	height: 10px;
	left: 50%;
	position: absolute;
	transform: rotateZ(-45deg) translateX(-50%);
	width: 10px;
}

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

	.clinic-options .time-option {
		flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		margin-right: 0 !important;
	}
}

.clinic-options .time-option:not(:last-child) {
	margin-right: 10px;
}


.birdeye-calendar .time .times .time-option {
	display: none;
}

.birdeye-calendar .time .times .time-option > h5,
.clinic-options .time-option > h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}

.birdeye-calendar .time .times .time-option > p,
.clinic-options .time-option > p {
	color: #181818;
	font-size: 16px;
	opacity: 0.8;
}

.clinic-options .time-option > p {
	padding-bottom: 0;
}

.birdeye-calendar .time .times .time-option a.time span.interval,
.clinic-options .time-option p {
	color: #194f90;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin-top: 5px;
	opacity: 0.8;
}

.birdeye-calendar .time .times .time-option.current,
.clinic-options .time-option.current {
	display: block;
	width: 100%;
}

.birdeye-calendar .time .times .time-option.current.error a {
	border: 1px solid #d7282f !important;
}

.birdeye-calendar .time .times .time-option > a,
.clinic-options .time-option {
	background-color: rgb(25 79 144 / 10%);
	border: 1px solid #194f90;
	border: 1px solid #f2f6f7;
	border-radius: 50px;
	color: #194f90 !important;
	display: block;
	font-size: 18px;
	font-weight: 700;
	height: auto;
	margin-bottom: 10px;
	padding: 0 30px;
	padding: 12px 20px;
	text-align: center;
	width: 100%;
}

.birdeye-calendar .time .times a.current,
.clinic-options .time-option.current {
	background-color: #194f90;
	color: #fff !important;
}

.clinic-options .time-option.current h5,
.clinic-options .time-option.current p,
.birdeye-calendar .time .times a.current span.interval {
	color: #fff !important;
}

/* Controls the displaying of multiple calendars. */

#birdeye-form__calendar-container .calendar-group {
	display: none;
}

#birdeye-form__calendar-container .calendar-group.active {
	display: block;
}

#birdeye-form__calendar-container.loading {
	pointer-events: none;
}

#birdeye-form__calendar-container .birdeye-form__submit-wrap {
	text-align: right;
}

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

	.birdeye-form__next-wrap,
	.birdeye-form__submit-wrap {
		width: 100%;
	}
}

#birdeye-form__submit {

}

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

	.birdeye-calendar {
		display: block;
	}

	.birdeye-calendar .time {
		margin-bottom: 30px;
		margin-top: 30px;
		padding-right: 0;
	}

	.birdeye-calendar .time a {
		margin-top: 10px;
	}
}

.mobile-only {
	display: none;
}

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

	.mobile-only {
		display: block;
	}

	#loader {
		margin-left: 0 !important;
	}

	.birdeye-calendar {
		border: none;
		padding: 0;
	}

	.birdeye-calendar .date {
		display: none;
	}

	.birdeye-calendar .time .times #load-more {
		background-color: #f2f2f2;
		border-radius: 30px;
		padding: 10px;
		text-align: center;
	}

	.birdeye-calendar .time {
		margin-bottom: 50px;
	}

	.birdeye-calendar .time .times h4 {
		text-align: center;

		/*		display: none; */
	}

	.birdeye-calendar .time .times .time-option {
		margin-bottom: 30px;
		text-align: center;
	}

	.birdeye-calendar .time .times .time-option:nth-child(-n + 4),
	.birdeye-calendar .time .times .time-option.show-mobile {
		display: block;
	}

	.birdeye-calendar .time .times .time-option > p {
		display: none;
	}
}
