.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;
}

.the_mobile_fooeter {
	position: fixed;
	height: 76px;
	z-index: 9999;
	background-color: #000;
	width: 96% !important;
	border-radius: 9px;
	margin-left: auto;
	margin-right: auto;
	border-top: 0 solid #ddd;
	position: fixed;
	bottom: 10px !important;
	left: 0;
	right: 0;
}

.the_mobile_fooeter col {
	padding: 4px;
}

.the_mobile_fooeter a {
	color: #fff !important;
}

.the_mobile_fooeter 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 {
	border: 2px solid #000;
	color: #000;
}

.btn_2:hover {
	border: 2px solid #002B5E;
	color: #002B5E;
}

.ynf {
	color: #06C166;
}

.cookie_warning {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 99;
	min-width: 390px;
	max-height: 190px;
}

.theme_btn {
	background: #000;
	border: 0px;
}

.theme_btn:hover {
	background: #333;
	border: 0px;
	color: #fff;
}

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

@media only screen and (max-width: 600px) {
	.cookie_warning {
		bottom: 110px !important;
		left: 2%;
		width: 96% !important;
		min-width: auto !important
	}
}

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