.mobile-menu-toggler {
    color: #ffffff !important;
}

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

.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: #1351D8;
	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: 30px;
	right: 30px;
	z-index: 999;
	font-size: 30px;
}

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

#nav ul.row>li>a {
	margin-top: 10px !important;
	color: #FF8080 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 18px !important;
	padding: 10px 10px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	border: #ececec double !important;
	margin-bottom: 10px !important;
	font-family: 'Montserrat', sans-serif !important;
}


/* Variant CSS */
.variant-radio:checked,
.variant-radio:not(:checked) {
	position: absolute;
	left: -9999px;
}

.variant-radio:checked+label,
.variant-radio:not(:checked)+label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}

.variant-radio:checked+label:before,
.variant-radio:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #fff;
}

.variant-radio:checked+label:after,
.variant-radio:not(:checked)+label:after {
	content: '';
	width: 12px;
	height: 12px;
	/* background: #F87DA9; */
	background: #E14548;
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.variant-radio:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.variant-radio:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* Variant CSS End */

/* Gifts for him and her */

/* .gift-container a.info {
	display: block !important;
	overflow: hidden !important;
} */

.gift-container .mask {
	background-color: #000;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in 0.4s;
	-moz-transition: all 0.3s ease-in 0.4s;
	-o-transition: all 0.3s ease-in 0.4s;
	-ms-transition: all 0.3s ease-in 0.4s;
	transition: all 0.3s ease-in 0.4s;
}

.gift-container a.info {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
}

.gift-container:hover .mask {
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

.gift-container:hover a.info {
	opacity: 1;
	-webkit-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	transform: translateY(70px);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.gift-container .mask,
.gift-container .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	text-align: center;
}

.gift-container a.info {
	display: inline-block;
	text-decoration: none;
	padding: 8px 18px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 13px;
	border: 1px #fff solid;
	text-transform: uppercase;
	margin-top: 10%;
}

.gift-container a.info:hover {
	background: #ed6663;
}


.no-star {
	color: gray !important;
}

.yes-star {
	color: orange !important;
}


/* Gifts for him and her End */