@font-face {
    font-family: "Poppins";
    src: url("https://cosmodontistindia.b-cdn.net/dist/fonts/Poppins-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Poppins";
    src: url("https://cosmodontistindia.b-cdn.net/dist/fonts/Poppins-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


:root {
	--primary-light: #fcf6ea;
}

.btn.bg-secondary {
	background: #edb24a!important;
}

.counter-box {
	background: #edb24a!important;
}

.accordion-button:not(.collapsed) {
	color: #000;
}

.map {
	background: #979797;
	border-radius: 10px;
}

.logo-win {
	display: inline-flex;
	font-size: 10px;
	gap: 10px;
	align-items: center;
}

.logo-win .win {
	border: 1px solid;
	border-radius: 100%;
	width: 18px;
	height: 18px;
	text-align: center;
}

.topbar {
	background: #d91c54;
}

.banner-wrap img {
	width: 100%;
}

.treatment-box .image img {
	width: 100px!important;
	height: 100%!important;
}

.btn img {
	width: 30px!important;
	height: 30px!important;
}

.midicon img {
	width: 50px!important;
	height: 50px!important;
}

.google-logo {
	width: 150px!important;
}

body,html {
	font-family: Poppins,sans-serif;
	font-size: 15px;
	height: 100%;
	letter-spacing: .5px;
	line-height: 1.5;
}

.navbar-brand img {
	max-width: 170px;
}

img {
	max-width: 100%;
}

.image-wrap,.location-box {
	position: relative;
	text-align: center;
}

.location-box iframe {
	height: 200px;
}

.image-wrap img {
	width: 100%;
	object-fit: cover;
}

.about-us {
	background-color: #fcf6ea;
}

.bg-primary-light {
	background-color: #fff;
}

footer {
	background-color: #000018;
	color: #a1a1a1;
}

footer a {
	color: #a0a0ab;
	border-bottom: 1px solid #212236;
	font-weight: 400;
	letter-spacing: .3px;
}

.dark-bg {
	background: #da1c54;
}

.main-menu ul li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 17px 15px!important;
	color: #6d6d6d!important;
	text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.section-title h1 {
	font-size: 42px!important;
}

td:nth-child(2) {
	background-color: #da1c54;
	color: #fff;
	text-align: center;
	width: 37.5%;
}

.py-5 {
	padding-top: 5rem!important;
	padding-bottom: 5rem!important;
}

h5.fw-bold.text-white {
	margin-bottom: 25px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.cosmo-doctors {
	display: grid;
	grid-template-columns: repeat(auto-fit,minmax(270px,1fr));
	gap: 2rem;
	padding: 2rem 1rem;
	margin: auto;
}

.cosmo-doctor-card {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 6px 20px #00000014;
	overflow: hidden;
	text-align: center;
	transition: transform .3s ease;
}

.cosmo-doctor-card:hover {
	transform: translateY(-6px);
}

.cosmo-doctor-photo img {
	width: 100%;
	object-fit: cover;
	border-bottom: 3px solid #c47c1c;
}

.cosmo-doctor-info {
	padding: 1.5rem;
}

.cosmo-doctor-info h3 {
	font-size: 1.3rem;
	color: #333;
	margin-bottom: .3rem;
}

.cosmo-doctor-info .title {
	font-size: .95rem;
	color: #666;
	margin-bottom: 1rem;
}

.cosmo-doctor-info .title span {
	color: #9e2f0f;
	font-weight: 600;
}

.cosmo-doctor-info .desc {
	font-size: .9rem;
	color: #555;
	line-height: 1.5;
	margin-bottom: 1rem;
}

.cosmo-doctor-info .more {
	display: none;
	margin-top: .5rem;
	text-align: left;
}

.fixed-icons {
	position: fixed;
	bottom: 200px;
	right: 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 1000;
}

.fixed-icons .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 4px 6px #0000001a;
	transition: transform .3s,box-shadow .3s;
}

.icon.call,.icon.whatsapp {
	background-color: #25d366;
}

.icon.instagram {
	background: radial-gradient(circle at 30% 30%,#feda75,#d62976,#962fbf,#4f5bd5);
}

.icon.facebook {
	background-color: #1877f2;
}

.icon.youtube {
	background-color: red;
}

.fixed-icons .icon:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 10px #0003;
}

.blink {
	animation: blink 1s step-end infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

@keyframes blink-soft {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: .25;
	}
}

.blink-smooth {
	animation: blink-smooth 1.5s ease-in-out infinite;
}

@keyframes blink-smooth {
	0%,100% {
		opacity: 1;
	}

	50% {
		opacity: .3;
	}
}

.dropdown-menu {
	border-radius: 0;
	border: 0;
	box-shadow: 0 2px 8px #00000026;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
	position: absolute;
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	content: "›";
	float: right;
	margin-left: 5px;
	font-weight: 700;
}

.dropdown-submenu>a:after {
	content: "";
	float: right;
	margin-top: 6px;
	margin-left: 6px;
	border: solid transparent;
	border-width: 4px 0 4px 6px;
	border-left-color: #000;
}

body,div,li,p,span {
	font-family: Poppins,sans-serif;
}

.table-keylocations thead th {
	background-color: #182434;
	color: #fff;
}

.table-keylocations tr td:last-child,.table-keylocations tr th:last-child {
	text-align: center;
}

.treatment-box .image img {
	width: 100px;
	height: 100%;
}

.col-4.col-lg-4.pb-4.coldesk6 {
	max-width: 16.6%;
}

.highly {
	padding-top: 15px;
	padding-bottom: 15px;
}

.img-thumbnail {
	border-radius: 25px!important;
}

.text-shadow-new {
	Text-shadow: 1px 1px 8px #eaa724;
}

img {
	max-width: 100%;
	height: auto;
}

.hero-banner {
	display: block;
	width: 100%;
	aspect-ratio: 16/6;
	object-fit: cover;
}

.blog-card {
	background: #fff;
	border: 1px solid rgba(0,0,0,.08);
	border-radius: .75rem;
	box-shadow: 0 4px 16px #0000000f;
}

.blog-card .card-body {
	padding: 10px;
}

.blog-meta {
	font-size: .92rem;
}

.blog-content h2 {
	scroll-margin-top: 110px;
	margin-top: 2rem;
}

.step-image {
	border-radius: .5rem;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.08);
}

.font-h1 {
	font-size: 42px!important;
}

.font-h2 {
	font-size: 1.75rem!important;
}

.font-h3 {
	font-size: 2.5rem!important;
}

.font-h4 {
	font-size: 30px!important;
}

.font-h5 {
	font-size: 18px!important;
}

.text-white {
	color: #fff;
}

.image-wrap .location-title {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 15px;
	text-shadow: 2px 2px 3px #000;
}

.py-3-s {
	padding-top: 3rem!important;
	padding-bottom: 3rem!important;
}

.py-2-s {
	padding-top: 2rem!important;
	padding-bottom: 2rem!important;
}

.hero {
	margin-top: 131px;
}

.rounded-circle {
	width: 50px!important;
	height: 50px!important;
}

.cosmo-doctors {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}

.cosmo-doctor-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 8px #0000001a;
	display: flex;
	flex-direction: column;
}

.cosmo-doctor-photo img {
	width: 100%;
	height: auto;
	display: block;
}

.banner-desktop,.banner-mobile {
	display: none;
}

.banner-wrap {
	margin-top: 150px;
}

.w-100 {
	width: 100%;
	height: auto;
}

.w-33 {
	width: 33%;
}

.review-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	transition: transform .3s ease;
}

.review-card:hover {
	transform: translateY(-5px);
}

.review-card p {
	flex-grow: 1;
}

.swiper-slide {
	display: flex;
}

.swiper-pagination {
	position: relative!important;
	margin-top: 20px;
	text-align: center;
}

.service-box {
	transition: all .3s ease-in-out;
	border-radius: 10px;
	overflow: hidden;
}

.service-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 20px #00000026;
}

.mobile-sticky-footer,.modal {
	left: 0;
	position: fixed;
	width: 100%;
}

.sticky-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1050;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
}

.topbar {
	z-index: 1060;
}

.navbar .dropdown-menu {
	z-index: 2000;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	display: none;
}

.dropdown-menu.show {
	display: block;
}

.dropdown-menu {
	border-radius: .5rem;
	padding: .5rem 0;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.dropdown-item {
	padding: 8px 16px;
	transition: .2s ease-in-out;
}

.dropdown-item:focus,.dropdown-item:hover {
	background-color: #f5f5f5;
	color: #0d6efd;
}

#expand,#showless,.map-embed.is-active .map-activate,.mobile-insta {
	display: none;
}

.mobile-sticky-footer {
	bottom: 0;
	right: 0;
	display: flex;
	background: linear-gradient(360deg,#e9ac41,#f5d498);
	border-top: 1px solid #ddd;
	z-index: 9999;
	height: 50px;
}

.mobile-sticky-footer .item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	border-right: 1px solid rgba(255,255,255,.4);
}

.mobile-sticky-footer .item:last-child {
	border-right: none;
}

.mobile-sticky-footer .item i {
	font-size: 23px;
	margin-bottom: 3px;
	line-height: 1;
}

.mobile-sticky-footer .item span {
	color: #000;
	font-weight: 500;
	line-height: 1;
}

.modal {
	display: none;
	z-index: 10000;
	top: 0;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(0,0,0,.6);
}

.close,.map-embed {
	position: relative;
}

.modal-content {
	background: #fff;
	margin: 5% auto;
	padding: 20px;
	border-radius: 10px;
	max-width: 500px;
}

.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: 700;
	cursor: pointer;
	text-align: right;
	bottom: 10px;
}

.footer {
	font-size: 14px;
	color: #fff;
}

.footer h5 {
	margin-bottom: 15px;
}

.footer .text-orange {
	color: #fff;
}

.footer .social-links a {
	color: #f15a29;
	font-size: 18px;
}

.text-secondary {
	color: #9e2f0f!important;
}

.map-embed {
	padding-top: 56.25%;
}

.map-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	pointer-events: none;
}

.map-embed .map-activate {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	background: rgba(0,0,0,.7);
	color: #fff;
	border: 0;
	padding: .6rem .9rem;
	border-radius: 999px;
	font: 600 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial;
	cursor: pointer;
}

.map-embed.is-active iframe {
	pointer-events: auto;
}

.py-2-s {
	padding-top: 1.5rem!important;
	padding-bottom: .5rem!important;
}

.banner-wrap {
	margin-top: 170px!important;
}

.bg-green {
	background-color: #223f37!important;
}

@media only screen and (max-width:767px) {
	.section-title h1 {
		font-size: 28px!important;
	}
}

@media (prefers-reduced-motion:reduce) {
	.blink {
		animation: none;
	}
}

@media only screen and (min-width:600px) {
	.col-3.col-md-3.px-md-4.desk25 {
		width: 20%!important;
	}

	.font-big {
		font-size: 24px;
	}
}

@media only screen and (max-width:600px) {
	.col-4.col-lg-4.pb-4.coldesk6 {
		min-width: 33%;
	}

	.col-4 {
		min-width: 100%;
	}

	.col-3 {
		min-width: 33%;
		margin-bottom: 20px;
	}
}

@media (min-width:992px) {
	.sticky-lg {
		position: sticky;
		top: 90px;
	}
}

@media (max-width:992px) {
	.cosmo-doctors {
		grid-template-columns: repeat(2,1fr);
	}
}

@media (max-width:767px) {
	.banner-mobile {
		display: block;
	}

	.banner-wrap {
		margin-top: 150px;
	}

	.review-card {
		min-height: auto;
	}
}

@media (max-width:576px) {
	.cosmo-doctors {
		grid-template-columns: repeat(2,1fr);
		gap: 15px;
	}

	.cosmo-doctor-info p {
		font-size: 14px;
	}

	.cosmo-doctor-info .desc.short,.cosmo-doctor-info .title {
		font-size: 13px;
	}
}

@media (min-width:768px) {
	.banner-desktop {
		display: block;
		margin-top: 0;
	}
}

@media (max-width:767px) {
	.hero {
		margin-top: 120px;
	}

	.footer {
		padding-bottom: 85px!important;
	}
}

@media (min-width:992px) {
	.dropdown-submenu:hover>.dropdown-menu {
		display: block;
	}
}

@media (max-width:576px) {
	.col-xsm-6 {
		flex: 0 0 auto;
		width: 50%!important;
	}
}

@media (max-width:991px) {
	.dropdown-submenu>.dropdown-menu {
		left: 0;
		margin-left: 0;
		margin-top: 0;
		position: relative;
		border-radius: 0;
	}
}

@media (max-width:575px) {
	.map-embed {
		padding-top: 75%;
		position: relative;
	}

	.map-embed .map-activate {
		padding: .7rem 1rem;
		font-size: 15px;
	}
}

.defer-render {
	content-visibility: auto;
	contain-intrinsic-size: auto 800px;
}

.defer-render--compact {
	contain-intrinsic-size: auto 450px;
}

.defer-render--large {
	contain-intrinsic-size: auto 1200px;
}

@media screen and (min-width:768px) {
	.cosmo-doctors {
		display: grid!important;
		grid-template-columns: repeat(auto-fit,250px)!important;
		gap: 20px!important;
		justify-content: center!important;
	}
}

@media screen and (min-width:600px) {
	.mobile-view-show {
		display: none;
	}

	.desktop-view-show {
		display: block;
	}
}

@media screen and (max-width:600px) {
	.mobile-view-show {
		display: block;
	}

	.desktop-view-show,.hide-mobile {
		display: none;
	}

	.cust-btn {
		background: #db2c60;
		color: #fff;
		padding: 10px 7px;
		border: 1px solid #fff;
		border-radius: 10px;
	}

	.py-2-s div {
		font-size: 18px!important;
	}

	.py-2-s p {
		font-size: 13px!important;
	}

	.swiper-slide video {
		max-height: 350px;
	}

	.cust-sec .col-sm-4 {
		max-width: 33%;
	}

	.cust-sec .col-sm-3 {
		max-width: 25%;
	}

	.cust-sec .col-sm-2 {
		max-width: 20%;
	}
}

@media screen and (max-width:450px) {
	.py-2-s div {
		font-size: 13px!important;
	}

	.py-2-s p {
		font-size: 8px!important;
	}

	.px-3 {
		padding-right: .2rem!important;
		padding-left: .2rem!important;
	}
}

@media (max-width:767px) {
	.navbar-nav .flag-menu {
		display: flex!important;
		gap: 10px;
		align-items: center;
	}

	.navbar-nav .flag-menu li {
		margin: 0;
	}

	.fixed-icons {
		display: none!important;
	}

	.mobile-insta {
		display: flex;
		position: fixed;
		bottom: 175px;
		right: 15px;
		background: radial-gradient(circle at 30% 30%,#feda75,#d62976,#962fbf,#4f5bd5);
		color: #fff;
		font-size: 20px;
		padding: 12px;
		border-radius: 50%;
		box-shadow: 0 2px 8px rgba(0,0,0,.2);
		z-index: 9999;
		justify-content: center;
		align-items: center;
	}

	.banner-wrap {
		margin-top: 170px!important;
	}
}