.modal-container1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

/* Styling for the modal content */
.modal-content1 {
	background-color: #fff;
	max-width: 700px;
	margin: 10% auto;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
}

/* Styling for the close button */
.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

/* Show the modal when the button is clicked */
.open-modal-button:focus+.modal-container1 {
	display: block;
}




.main-wrapper {
	width: 100% !important;
	max-width: 100% !important;
	margin: auto;
}

.bg_doc {
	background: #dfe;
}

.booking-doc-img {
	border: 2px solid #ddd;
}

.doctor-img img {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 4px;
}

.text-muted {
	color: #333;
}

.verified_tick {
	color: #5571A1;
	font-size: 13px !important;
	margin-left: 6px;
}

.shadow_1 {
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.shadow_2 {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.shadow_3 {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.radius_1 {
	border-radius: 10px;
}

.radius_2 {
	border-radius: 15px;
}

.radius_3 {
	border-radius: 20px;
}

.no_link {
	color: inherit !important;
}

.no_link:hover {
	color: #333;
	text-decoration: none !important;
}

.no_list {
	list-style: none !important;
	margin-left: 0px;
	padding-left: 0px;
}

.caprght_oplkion {
	transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}

.round {
	border-radius: 50%;
	overflow: hidden;
}

.round1 {
	border-radius: 10px;
	overflow: hidden;
}

.no_border {
	border: 0px !important;
}

.blur1 {
	backdrop-filter: blur(5px);
}

.blur2 {
	backdrop-filter: blur(15px);
}

.no_radius {
	border-radius: 1px !important;
}

.text_sh {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.big_text {
	font-size: 30px;
}

.text_shadow {
	text-shadow: 0px 1px 3px rgb(48 185 121) !important;
}

/* —— Mobile tab bar (frosted, floating above bottom — Apple-style) —— */
.the_mobile_fooeter.nd-mobile-tabbar {
	position: fixed;
	z-index: 10000;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(12px + env(safe-area-inset-bottom, 0px));
	width: min(calc(100vw - 24px), 400px);
	max-width: 400px;
	height: auto;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.55);
	-webkit-backdrop-filter: saturate(180%) blur(22px);
	backdrop-filter: saturate(180%) blur(22px);
	box-shadow:
		0 4px 24px rgba(0, 0, 0, 0.12),
		0 1px 0 rgba(255, 255, 255, 0.65) inset,
		0 0 0 0.5px rgba(0, 0, 0, 0.06);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	.the_mobile_fooeter.nd-mobile-tabbar {
		background: rgba(248, 248, 250, 0.94);
	}
}

.nd-mobile-tabbar__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-around;
	gap: 4px;
	padding: 10px 10px 12px;
}

.nd-mobile-tabbar__item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	padding: 8px 6px;
	border-radius: 14px;
	text-decoration: none !important;
	color: rgba(0, 0, 0, 0.82) !important;
	-webkit-tap-highlight-color: transparent;
	transition: background 0.15s ease, transform 0.12s ease;
}

.nd-mobile-tabbar__item:active {
	background: rgba(0, 0, 0, 0.06);
	transform: scale(0.97);
}

.nd-mobile-tabbar__icon {
	font-size: 22px;
	line-height: 1;
	opacity: 0.92;
}

.nd-mobile-tabbar__label {
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.55) !important;
}

/* kaaz.me app shell — contextual CTA + tabs */
.the_mobile_fooeter.nd-mobile-tabbar--ombre,
.the_mobile_fooeter.nd-mobile-tabbar--kickchange {
	width: 100%;
	max-width: none;
	left: 0;
	right: 0;
	transform: none;
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__cta-wrap {
	padding: 8px 10px 4px;
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 14px;
	border: none;
	border-radius: 12px;
	background: #2563EB;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	font-family: inherit;
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__cta .ti {
	font-size: 18px;
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__item.is-active {
	background: rgba(0, 0, 0, 0.06);
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__item.is-active .nd-mobile-tabbar__label {
	color: #2563EB !important;
	font-weight: 700;
}

.nd-mobile-tabbar--ombre .nd-mobile-tabbar__icon.ti {
	font-size: 22px;
	line-height: 1;
}

html.ombre-app .nd-mobile-tabbar__label {
	font-size: 12px;
}

html.ombre-app .nd-mobile-tabbar__icon {
	font-size: 24px;
}

/* Legacy row/col markup (if still in DB) */
.the_mobile_fooeter col {
	padding: 4px;
}

.the_mobile_fooeter:not(.nd-mobile-tabbar) a {
	color: #fff !important;
}

.the_mobile_fooeter:not(.nd-mobile-tabbar) small {
	color: #fff !important;
}

.wa_float {
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index: 999;
	font-size: 34px;
}

.wa_float i {
	color: #000 !important;
}

.themain_leoafers {
	background: rgba(0, 0, 0, 0.72);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100%;
	height: 100%;
	display: none;
}

.bradius_1 {
	border-radius: 4px;
	overflow: hidden;
}

.yn_img {
	width: 80%;
	height: auto !important;
}

/*Video Full SCreen*/
.video-container {
	width: 100vw;
	height: 100vh;
}

.iframe_video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
	.video-container .iframe_video {
		height: 56.25vw;
	}
}

@media (max-aspect-ratio: 16/9) {
	.video-container .iframe_video {
		width: 177.78vh;
	}
}

.the_banner_white {
	position: absolute;
	left: 10%;
	top: 35%;
	max-width: 570px;
}

.the_banner_white h2 {
	color: #003;
	font-size: 28px;
}


.btn_2 {
	background-image: var(--nd-btn-gradient, linear-gradient(135deg, #000000, #90989c));
	background-color: #000;
	border: none;
	color: #fff !important;
	box-shadow: var(--nd-btn-shadow, 0 2px 10px rgba(0, 0, 0, 0.2));
	border-radius: var(--nd-btn-radius, 0.5rem);
}

.btn_2:hover {
	background-image: var(--nd-btn-gradient-hover, linear-gradient(135deg, #2a2a2a, #9ea6aa));
	color: #fff !important;
}

.ynf {
	color: #06C166;
}

/* —— Cookie / privacy sheet (translucent card — Apple-style) —— */
.cookie_warning.nd-cookie-sheet {
	position: fixed;
	z-index: 10050;
	left: 50%;
	transform: translateX(-50%);
	/* Stacked above floating tab bar (~72px) + tab offset + home indicator */
	bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	width: min(420px, calc(100vw - 32px));
	min-width: 0;
	max-height: none;
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	pointer-events: auto;
}

.nd-cookie-sheet__glass {
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.52);
	-webkit-backdrop-filter: saturate(180%) blur(24px);
	backdrop-filter: saturate(180%) blur(24px);
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.14),
		0 1px 0 rgba(255, 255, 255, 0.7) inset,
		0 0 0 0.5px rgba(0, 0, 0, 0.06);
}

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
	.nd-cookie-sheet__glass {
		background: rgba(252, 252, 254, 0.97);
	}
}

.nd-cookie-sheet__body {
	padding: 20px 22px 20px;
}

.nd-cookie-sheet__eyebrow {
	margin: 0 0 6px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.45);
}

.nd-cookie-sheet__title {
	margin: 0 0 10px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: -0.02em;
	color: rgba(0, 0, 0, 0.88);
}

.nd-cookie-sheet__text {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.55);
}

.nd-cookie-sheet__link {
	color: #007aff !important;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 122, 255, 0.35);
}

.nd-cookie-sheet__link:hover {
	border-bottom-color: #007aff;
}

.nd-cookie-sheet__btn {
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 18px;
	border: none;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #fff;
	background-color: #000;
	background-image: var(--nd-btn-gradient, linear-gradient(135deg, #000000, #90989c));
	-webkit-tap-highlight-color: transparent;
	box-shadow: var(--nd-btn-shadow, 0 2px 10px rgba(0, 0, 0, 0.2));
	transition: background 0.15s ease, transform 0.1s ease, box-shadow 0.15s ease;
	cursor: pointer;
}

.nd-cookie-sheet__btn:hover {
	background-image: var(--nd-btn-gradient-hover, linear-gradient(135deg, #2a2a2a, #9ea6aa));
	color: #fff;
}

.nd-cookie-sheet__btn:active {
	transform: scale(0.98);
}

/* Older cookie markup still in DB (no nd-cookie-sheet) */
.cookie_warning:not(.nd-cookie-sheet) {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 99;
	min-width: 390px;
	max-height: 190px;
}

.theme_btn {
	background-color: #000;
	background-image: var(--nd-btn-gradient, linear-gradient(135deg, #000000, #90989c));
	border: 0;
	color: #fff !important;
	box-shadow: var(--nd-btn-shadow, 0 2px 10px rgba(0, 0, 0, 0.2));
}

.theme_btn:hover {
	background-image: var(--nd-btn-gradient-hover, linear-gradient(135deg, #2a2a2a, #9ea6aa));
	color: #fff !important;
}

.border_1 {
	border: 1px solid #ddd;
}

/* sm and up: mobile tab bar hidden — cookie sits lower */
@media (min-width: 576px) {
	.cookie_warning.nd-cookie-sheet {
		bottom: 28px;
	}
}

@media only screen and (max-width: 575px) {
	.cookie_warning.nd-cookie-sheet {
		bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		width: min(420px, calc(100vw - 24px)) !important;
		min-width: 0 !important;
	}

	.cookie_warning:not(.nd-cookie-sheet) {
		bottom: 110px !important;
		left: 2%;
		width: 96% !important;
		min-width: auto !important;
	}
}

@media (prefers-color-scheme: dark) {
	.the_mobile_fooeter.nd-mobile-tabbar {
		background: rgba(28, 28, 30, 0.62);
		box-shadow:
			0 4px 24px rgba(0, 0, 0, 0.45),
			0 1px 0 rgba(255, 255, 255, 0.08) inset,
			0 0 0 0.5px rgba(255, 255, 255, 0.1);
	}

	.nd-mobile-tabbar__item {
		color: rgba(255, 255, 255, 0.92) !important;
	}

	.nd-mobile-tabbar__item:active {
		background: rgba(255, 255, 255, 0.1);
	}

	.nd-mobile-tabbar__label {
		color: rgba(235, 235, 245, 0.55) !important;
	}

	.nd-mobile-tabbar--ombre .nd-mobile-tabbar__cta {
		background: #e8ecf0;
		color: #1a2332 !important;
	}

	.nd-mobile-tabbar--ombre .nd-mobile-tabbar__item.is-active {
		background: rgba(255, 255, 255, 0.1);
	}

	.nd-mobile-tabbar--ombre .nd-mobile-tabbar__item.is-active .nd-mobile-tabbar__label {
		color: rgba(255, 255, 255, 0.95) !important;
	}

	.nd-cookie-sheet__glass {
		background: rgba(44, 44, 46, 0.65);
		box-shadow:
			0 8px 32px rgba(0, 0, 0, 0.4),
			0 1px 0 rgba(255, 255, 255, 0.1) inset,
			0 0 0 0.5px rgba(255, 255, 255, 0.08);
	}

	.nd-cookie-sheet__eyebrow {
		color: rgba(235, 235, 245, 0.45);
	}

	.nd-cookie-sheet__title {
		color: rgba(255, 255, 255, 0.95);
	}

	.nd-cookie-sheet__text {
		color: rgba(235, 235, 245, 0.6);
	}

	.nd-cookie-sheet__btn {
		background-image: var(--nd-btn-gradient, linear-gradient(135deg, #000000, #90989c));
		box-shadow: var(--nd-btn-shadow, 0 2px 10px rgba(0, 0, 0, 0.35));
	}

	.nd-cookie-sheet__btn:hover {
		background-image: var(--nd-btn-gradient-hover, linear-gradient(135deg, #2a2a2a, #9ea6aa));
	}

	@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
		.the_mobile_fooeter.nd-mobile-tabbar {
			background: rgba(28, 28, 30, 0.94);
		}

		.nd-cookie-sheet__glass {
			background: rgba(44, 44, 46, 0.97);
		}
	}
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none !important;
}

/* ========== Uniform buttons: gradient (solid) or transparent (outline / link) ========== */
:root {
	--nd-btn-gradient: linear-gradient(135deg, #000000, #90989c);
	--nd-btn-gradient-hover: linear-gradient(135deg, #2a2a2a, #9ea6aa);
	--nd-btn-gradient-active: linear-gradient(135deg, #000000, #7a8286);
	--nd-btn-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	--nd-btn-radius: 0.5rem;
}

button.btn,
a.btn,
input.btn[type="submit"],
input.btn[type="button"],
input.btn[type="reset"],
.btn {
	border-radius: var(--nd-btn-radius);
	transition: background 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease, border-color 0.2s ease, color 0.2s ease;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark {
	background-image: var(--nd-btn-gradient) !important;
	background-color: #000 !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: var(--nd-btn-shadow);
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover {
	background-image: var(--nd-btn-gradient-hover) !important;
	color: #fff !important;
	border-color: transparent !important;
}

.btn-primary:active,
.btn-secondary:active,
.btn-success:active,
.btn-danger:active,
.btn-warning:active,
.btn-info:active,
.btn-dark:active {
	background-image: var(--nd-btn-gradient-active) !important;
}

.btn-primary:focus,
.btn-secondary:focus,
.btn-success:focus,
.btn-danger:focus,
.btn-warning:focus,
.btn-info:focus,
.btn-dark:focus {
	box-shadow: 0 0 0 0.2rem rgba(144, 152, 156, 0.35) !important;
}

.btn-light {
	background: transparent !important;
	background-image: none !important;
	border: 2px solid rgba(144, 152, 156, 0.55) !important;
	color: #212529 !important;
	box-shadow: none !important;
}

.btn-light:hover {
	background: rgba(0, 0, 0, 0.04) !important;
	border-color: #90989c !important;
	color: #000 !important;
}

.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-success,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info,
.btn-outline-dark {
	background: transparent !important;
	background-image: none !important;
	border-width: 2px !important;
	border-color: #90989c !important;
	color: #1a1a1a !important;
	box-shadow: none !important;
}

.btn-outline-primary:hover,
.btn-outline-secondary:hover,
.btn-outline-success:hover,
.btn-outline-danger:hover,
.btn-outline-warning:hover,
.btn-outline-info:hover,
.btn-outline-dark:hover {
	background-image: var(--nd-btn-gradient) !important;
	background-color: #000 !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: var(--nd-btn-shadow);
}

.btn-outline-light {
	background: transparent !important;
	background-image: none !important;
	border: 2px solid rgba(255, 255, 255, 0.65) !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn-outline-light:hover {
	background: rgba(255, 255, 255, 0.12) !important;
	border-color: #fff !important;
	color: #fff !important;
}

.btn-link {
	background: none !important;
	background-image: none !important;
	border: none !important;
	box-shadow: none !important;
	color: #000 !important;
	text-decoration: underline;
}

.btn-link:hover {
	color: #90989c !important;
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	opacity: 0.55;
	cursor: not-allowed;
	background-image: none !important;
	background-color: #b0b8bc !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: none !important;
}

button.btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-close):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light),
input[type="submit"].btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light),
input[type="button"].btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light),
a.btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-close):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light) {
	background-image: var(--nd-btn-gradient) !important;
	background-color: #000 !important;
	border-color: transparent !important;
	color: #fff !important;
	box-shadow: var(--nd-btn-shadow);
}

button.btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-close):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light):hover,
input[type="submit"].btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light):hover,
input[type="button"].btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light):hover,
a.btn:not([class*="btn-outline"]):not(.btn-link):not(.btn-close):not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-danger):not(.btn-warning):not(.btn-info):not(.btn-dark):not(.btn-light):hover {
	background-image: var(--nd-btn-gradient-hover) !important;
	color: #fff !important;
}