.btm-right span a i,
a,
html,
li,
p {
	font-size: 16px
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
	font-family: Poppins, sans-serif
}

.appointment-form h4::after,
.diagnosed-sec::before,
.main-title::after,
.mediclaim-header h3::after {
	content: '';
	content: '';
	content: ''
}

.ab-img,
.about-img,
.choose-box,
.img-hover,
.profile-img,
.treatment-img {
	overflow: hidden
}

.appointment-btn a,
.btm-left p a,
.btm-right span a,
.call-now-btn a,
.cta-btn a,
.footer-icons a,
.footer-icons-two a,
a {
	text-decoration: none
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

@font-face {
	font-family: Poppins;
	src: url('fonts/Poppins-Regular.woff2') format('woff2'), url('fonts/Poppins-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Poppins;
	src: url('fonts/Poppins-Bold.woff2') format('woff2'), url('fonts/Poppins-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Poppins;
	src: url('fonts/Poppins-Medium.woff2') format('woff2'), url('fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Poppins;
	src: url('fonts/Poppins-SemiBold.woff2') format('woff2'), url('fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: HalenoirCompact;
	src: url('fonts/HalenoirCompact-DemiBold.woff2') format('woff2'), url('fonts/HalenoirCompact-DemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

:root {
	--primary-color: #1da1b8;
	--secondary-color: #dd6938;
	--lightblack-color: #1c1c1c;
}

body {
	color: #333
}

a,
li,
p {
	color: #454545;
	line-height: 1.7
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-weight: 600
}

@media (min-width:992px) and (max-width:1399.98px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1240px
	}

	html {
		font-size: 15px
	}
}

.top-navbar {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	gap: 25px;
	margin: 0 0 .5rem;
	border-bottom: 1px solid #cdcdcd3d;
	padding: 0 0 .5rem
}

.navbar-mean ul,
.top-navbar a {
	justify-content: center;
	display: flex
}

.top-navbar a {
	align-items: center;
	gap: 6px
}

.appointment-img img,
.logo-brand a img {
	width: 250px;
	height: auto
}

.btm-navbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0;
	gap: 25px;
}

.navbar-mean ul {
	align-items: center;
	margin-bottom: 0;
	padding: 0
}

.feature-info h4,
.footer-links ul li,
.footer-links-one ul li {
	margin-bottom: 12px
}

.navbar-mean ul li {
	list-style: none;
	padding: 12px 16px
}

.navbar-mean ul li a:hover {
	color: #c63;
	transition: .4s
}

.navbar-btn a {
	background-color: var(--secondary-color);
	padding: 7px 16px;
	color: #fff;
	border-radius: 20px;
	display: inline-block
}

.choose-box:hover .choose-icon,
.navbar-btn a:hover {
	background-color: var(--primary-color);
	transition: .4s
}

.hero-text {
	padding-top: 57px
}

.hero-text h5,
.map-overlay-badge i {
	color: var(--primary-color);
	font-size: 20px
}

.heading-bg {
	background-color: var(--secondary-color);
	padding: 0 6px;
	width: 100%
}

.heading-bg h2 {
	color: #fff;
	justify-content: center;
	align-items: center;
	padding: 0 8px
}

.hero-btn a {
	background-color: var(--primary-color);
	padding: 10px 20px;
	color: #fff;
	border-radius: 20px
}

.about-btn a:hover,
.hero-btn a:hover {
	background-color: var(--secondary-color);
	transition: .3s
}

.hero-btn {
	margin-top: 36px
}

.padd-sec {
	padding: 4rem 0
}

.about-img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	object-fit: cover
}

.about-text h5 {
	color: var(--secondary-color);
	font-size: 24px
}

.about-btm {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 6px
}

.about-btn a {
	background-color: #209cb6;
	padding: 8px 16px;
	color: #fff;
	border-radius: 20px;
	display: inline-block
}

.about-main-content {
	padding-left: 0
}

.about-main-content li {
	list-style: none
}

.choose-sec {
	background-color: #209cb626
}

.choose-box {
	background-color: #fff;
	width: 100%;
	height: 100px;
	border-radius: 20px;
	box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
	transition: .4s;
	position: relative
}

.choose-icon {
	background-color: var(--secondary-color);
	width: 86px;
	height: 86px;
	place-content: center;
	border-radius: 50%;
	margin: auto;
	display: none
}

.choose-box h5 {
	font-size: 17px;
	text-align: center;
	margin-top: 15px;
	transition: .4s
}

.choose-box:hover .choose-text h5 {
	color: #fff
}

.mediclaim-section {
	padding: 4rem 0;
}

.mediclaim-header h3::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 80px;
	height: 4px;
	background: var(--primary-color);
	border-radius: 2px
}

.mediclaim-features-wrapper {
	position: relative;
	width: 95%
}

.features-grid .feature-card {
	gap: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .08);
	position: relative;
	/* margin-bottom: 25px; */
	text-align: center;
	align-items: center;
	justify-content: center;
	background: white;
	padding: 20px;
	border-radius: 10px;
	transition: .4s ease;
	width: 19%;
}

.feature-card:hover {
	transform: translateX(10px);
	box-shadow: 0 8px 30px rgba(29, 161, 184, .15)
}

.feature-info h4 {
	align-items: center;
	display: flex;
	font-weight: 700
}

.feature-info h4 {
	font-size: 21px;
	color: var(--lightblack-color);
	gap: 10px
}

.feature-info h4 i {
	color: var(--primary-color);
	font-size: 22px
}

.feature-info p {
	font-size: 15px;
	line-height: 1.7;
	color: #666;
	margin: 0
}

.location-map-container {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .15);
	height: 100%;
	min-height: 500px;
	position: relative
}

.location-map-container iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
	border: none
}

.map-overlay-badge {
	position: absolute;
	bottom: 20px;
	right: 20px;
	background: #fff;
	padding: 15px 25px;
	border-radius: 50px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
	font-weight: 600;
	color: var(--lightblack-color);
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 10px
}

.appointment-box,
.appointment-form {
	background: #fff;
	border-radius: 20px
}

.appointment-box,
.appointment-form,
.feature-card {
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.appointment-text {
	position: relative;
	position: sticky;
	top: 115px;
}

.appointment-img {
	position: absolute;
	top: -105px;
	left: -70px;
	opacity: .1;
	pointer-events: none;
	z-index: 0
}

.appointment-box {
	padding: 40px 30px;
	position: relative;
	z-index: 1
}

.appointment-box-text h4 {
	font-size: 26px;
	font-weight: 700;
	color: var(--lightblack-color);
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid var(--primary-color)
}

.appointment-box-text h4 i,
.appointment-form h4 i {
	color: var(--primary-color);
	margin-right: 10px
}

.appointment-inner-text {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: 1px solid #eee
}

.call-now-btn-1 a:hover,
.form-control:focus,
.testimonial-box:hover {
	border-color: var(--primary-color)
}

.appointment-inner-text small:first-child {
	font-weight: 600;
	color: var(--lightblack-color);
	font-size: 15px
}

.appointment-inner-text small:first-child i {
	color: var(--primary-color);
	margin-right: 8px
}

.appointment-inner-text small:last-child {
	color: #666;
	font-size: 15px
}

.appointment-inner-text-btm small:first-child,
.appointment-inner-text-btm small:last-child {
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 15px
}

.appointment-inner-text-btm {
	display: flex;
	justify-content: space-between;
	padding: 15px 0
}

.appointment-btn a,
.icon-wrapper {
	align-items: center;
	transition: .3s
}

.appointment-inner-text-btm small:first-child i {
	margin-right: 8px
}

.appointment-form {
	padding: 45px 40px
}

.appointment-form h4 {
	font-size: 28px;
	font-weight: 700;
	color: var(--lightblack-color);
	margin-bottom: 30px;
	position: relative;
	display: inline-block
}

.appointment-form h4::after {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 60px;
	height: 4px;
	background: var(--primary-color);
	border-radius: 2px
}

.form-control {
	padding: 15px 20px;
	border: 2px solid #e0e0e0;
	border-radius: 10px;
	font-size: 15px;
	transition: .3s
}

.form-control:focus {
	box-shadow: 0 0 0 .2rem rgba(29, 161, 184, .15)
}

textarea.form-control {
	resize: vertical;
	min-height: 120px
}

.appointment-btn a {
	display: inline-flex;
	gap: 10px;
	background: var(--secondary-color);
	color: #fff;
	padding: 16px 45px;
	border-radius: 50px;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 5px 20px rgba(29, 161, 184, .3)
}

.appointment-btn a:hover,
.cta-btn a:hover {
	background: var(--primary-color);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(221, 105, 56, .4)
}

header.navbar {
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 99999;
	box-shadow: rgb(99 99 99 / 8%) 0 2px 8px 0
}

.navbar-btn-pro i {
	background: var(--secondary-color);
	padding: 15px;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
	cursor: pointer;
	transition: .3s;
	animation: 1.2s infinite call-bounce
}

.navbar-btn-pro i:hover {
	background: #00796b;
	transform: scale(1.1)
}

.navbar-btn-pro {
	position: fixed;
	z-index: 990;
	left: 16px
}

.navbars-btn-pro i {
	background: #25D366;
	padding: 15px;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
	cursor: pointer;
	transition: .3s;
	animation: 1.2s infinite call-bounce
}

.navbars-btn-pro i:hover {
	background: #00796b;
	transform: scale(1.1)
}

.navbars-btn-pro {
	position: fixed;
	z-index: 990;
	left: 16px
}

.navbar-btn-phone {
	bottom: 100px
}

.navbar-btn-phone i {
	background: var(--secondary-color);
}

.navbar-btn-whatsapp {
	bottom: 45px
}

.navbar-btn-whatsapp i {
	background: #25D366 !important;
	padding: 15px;
	font-size: 20px;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
	cursor: pointer;
	transition: .3s;
	animation: 1.2s infinite call-bounce;
}

.navbar-btn-whatsapp i:hover {
	background: #1BA853 !important;
	transform: scale(1.1);
}


@keyframes call-bounce {

	0%,
	100% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.1)
	}
}

.main-title {
	color: #0e7b8f;
	text-transform: capitalize
}

.img-hover {
	width: 100%;
	height: 100%;
	border-radius: 15px
}

.img-hover img,
.profile-img img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

img {
	transition: .4s
}

.img-hover:hover img {
	transform: scale(1.1)
}

.about-image {
	width: 95%;
	position: relative;
	height: 400px;
}

section#about-area {
	margin-bottom: 2rem
}

.features-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 20px
}

.mediclaim-features-wrapper .feature-card {
	background: #fff;
	border-radius: 15px;
	padding: 25px 20px;
	transition: .3s;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	text-align: left;
	margin: 0 0 22px;
}

.feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(29, 161, 184, .2)
}

.features-grid .icon-wrapper {
	width: 65px;
	height: 65px;
	background: var(--primary-color);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
}

.feature-card:hover .icon-wrapper {
	transform: scale(1.1) rotate(5deg)
}

.icon-wrapper i {
	font-size: 29px;
	color: #fff
}

.feature-title {
	color: var(--lightblack-color);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0
}

.btm-left p a:hover,
.highlight {
	color: var(--secondary-color)
}

.ab-img {
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
	height: 400px;
}

.ab-img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: transform .5s
}

.ab-img:hover img {
	transform: scale(1.05)
}

.btm-right span a:hover,
.call-now-btn a:hover {
	transform: translateY(-3px)
}

.ab-img-txt {
	position: absolute;
	bottom: -30px;
	right: 30px;
	background: #fff;
	padding: 20px 25px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	display: flex;
	align-items: center;
	gap: 15px;
	max-width: 280px;
	font-weight: 600;
	color: #1da1b8;
	font-size: 17px;
	line-height: 1.4
}

.ab-img-txt img {
	width: 50px;
	height: 50px;
	flex-shrink: 0
}

.about-btm,
.call-now-btn a {
	align-items: center;
	transition: .3s
}

.about-text {
	margin-bottom: 0
}

.main-title::after {
	display: block;
	background: var(--primary-color);
	margin-top: 15px
}

.about-text p {
	font-size: 16px;
	line-height: 1.8;
	/* color: #666; */
}

.about-btm h6,
.main-title {
	color: var(--lightblack-color)
}

.about-main-content {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 30px
}

.about-btm {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	display: flex;
	gap: 15px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .08)
}

.about-btm:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(29, 161, 184, .15)
}

.about-btm img {
	width: 45px;
	height: 45px;
	flex-shrink: 0
}

.about-btm h6 {
	font-size: 15px;
	font-weight: 600;
	margin: 0
}

.call-now-btn a:hover {
	background: var(--secondary-color);
	box-shadow: 0 8px 20px rgba(221, 105, 56, .4);
	background: #188a9e;
	box-shadow: 0 8px 25px rgba(29, 161, 184, .4)
}

.call-now-btn a,
.call-now-btn-1 a:hover {
	background: #dd6938;
	color: #fff
}

.diagnosed-sec {
	background: #fff;
	position: relative;
	z-index: 9
}

.diagnosed-sec::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	background: #f5f7fa;
	z-index: -1
}

.diagnosed-text {
	background: #fff;
	padding: 50px;
	border-radius: 20px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, .1);
	text-align: center
}

.diagnosed-text .main-title::after {
	position: absolute;
	left: 45%
}

.diagnosed-text>p {
	margin: 1rem 0 1.5rem;
}

.diagnosed-btn {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap
}

.call-now-btn a {
	display: inline-block;
	padding: 12px 40px;
	border-radius: 50px;
	font-weight: 600;
	box-shadow: 0 5px 15px rgba(29, 161, 184, .3);
	display: inline-flex;
	gap: 10px;
	font-size: 16px
}

.call-now-btn-1 a {
	background: #fff;
	color: var(--primary-color);
	border: 2px solid var(--primary-color);
	box-shadow: 0 5px 20px rgba(29, 161, 184, .15)
}

.treatment-sec {
	padding: 4rem 0;
	background: #f5f7fa
}

.section-header,
.testimonial-text {
	text-align: center;
	margin-bottom: 35px;
}

.main-title {
	line-height: 1.3;
	/* margin-bottom: 20px; */
}

.treatment-img {
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
	position: relative;
	height: 100%;
}

.treatment-img img {
	width: 100%;
	height: 100%;
	display: block
}

.treatment-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--secondary-color);
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 600;
	font-size: 14px;
	box-shadow: 0 5px 15px rgba(221, 105, 56, .4)
}

.treatment-content {
	background: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.treatment-subtitle {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 15px
}

.treatment-method {
	font-size: 18px;
	color: var(--lightblack-color);
	margin-bottom: 10px;
	font-weight: 600
}

.treatment-source {
	font-size: 15px;
	color: #666;
	margin-bottom: 0;
	font-style: italic
}

.benefits-list li,
.main-title,
.treatment-description h4 {
	color: var(--lightblack-color);
}

.benefits-list {
	list-style: none;
	padding: 0
}

.benefits-list li {
	position: relative;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
	margin: 10px 0;
}

.treatment-description {
	background: #f5f7fa;
	padding: 25px;
	border-radius: 15px;
	margin-top: 25px
}

.treatment-description h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}

.treatment-description p {
	font-size: 15px;
	line-height: 1.8;
	color: #666
}

.cta-btn a{
	background: var(--secondary-color);
	color: #fff;
	font-weight: 600;
	font-size: 15px;

}
.table thead th {
	background: var(--primary-color);
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}

.cta-btn {
	text-align: center;
	margin-top: 20px
}

.cta-btn a {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 32px;
	border-radius: 50px;
	transition: .3s;
	box-shadow: 0 5px 20px rgba(29, 161, 184, .3)
}

.table {
	margin-bottom: 0;
	border-radius: 20px
}

.table thead th {
	padding: 20px 15px;
	border: none
}

.table tbody td {
	padding: 18px 15px;
	vertical-align: middle;
	font-weight: 500;
	font-size: 15px
}

.table tbody tr:hover {
	background: #f8f9fa
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(29, 161, 184, .03)
}

.btm-right span a:hover,
.main-title::after {
	background: var(--primary-color);
	color: white;
}

.testimonial-sec {
	/* padding: 80px 0; */
	background: #fff
}

.main-title {
	font-size: 34px;
	/* font-weight: 700; */
	position: relative;
	display: inline-block
}

.testimonial-box {
	background: #fff;
	border-radius: 20px;
	padding: 35px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	transition: .3s;
	border: 2px solid #f5f5f5;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	/*margin: 1rem auto;*/
}

.testimonial-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(29, 161, 184, .15)
}

.testimonial-box i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: grid;
	place-content: center;
	background: var(--primary-color);
	color: white;
	font-size: 1.4rem;
}

.rating-stars {
	margin-bottom: 15px
}

.rating-stars i {
	color: #fbbf24;
	font-size: 16px;
	margin-right: 3px
}

.testimonial-box p {
	font-size: 15px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 25px;
	font-style: italic;
	flex-grow: 1
}

.testimonial-img {
	display: flex;
	align-items: center;
	gap: 15px;
	padding-top: 20px;
	border-top: 2px solid #f5f5f5
}

.profile-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	flex-shrink: 0;
	border: 3px solid var(--primary-color)
}

.testimonial-btm-text h5 {
	font-size: 18px;
	font-weight: 700;
	color: var(--lightblack-color);
	margin-bottom: 5px
}

.footer-logo p,
.verified-badge i {
	font-size: 14px
}

.testimonial-btm-text small {
	color: #999;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 5px
}

.testimonial-btm-text small::before {
	content: '\f007';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	color: var(--primary-color)
}

.verified-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: #10b981;
	color: #fff;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 5px
}

.footer-sec {
	background: #209cb626;
	padding-top: 60px
}

.footer-content {
	padding-bottom: 50px
}

.footer-logo img {
	max-width: 250px;
	margin-bottom: 15px;
	/* filter: brightness(0) invert(1); */
	/* padding: 5px; */
	/* background: white; */
}

.footer-logo p {
	line-height: 1.8;
	margin-top: 15px
}

.footer-links h5,
.footer-links-one h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 10px
}

.footer-links h5::after,
.footer-links-one h5::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 3px;
	background: var(--primary-color);
	border-radius: 2px
}

.footer-links ul,
.footer-links-one ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer-links ul li a,
.footer-links-one ul li a {
	text-decoration: none;
	font-size: 15px;
	transition: .3s;
	display: inline-flex;
	align-items: center
}

.footer-links ul li a::before,
.footer-links-one ul li a::before {
	content: '\f054';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	margin-right: 8px;
	color: #dd6938;
	transition: .3s
}

.footer-links ul li a:hover,
.footer-links-one ul li a:hover {
	color: var(--primary-color);
	padding-left: 5px
}

.footer-icons,
.footer-icons-two {
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
	align-items: flex-start
}

.footer-icons span,
.footer-icons-two span {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	transition: .3s;
	background: #dd6938;
}

.footer-icons span i,
.footer-icons-two span i {
	font-size: 16px;
	color: white;
}

.footer-icons-two:hover span,
.footer-icons:hover span {
	background: #209eb7;
	transform: translateY(-3px)
}

.footer-icons a,
.footer-icons-two a {
	font-size: 14px;
	line-height: 1.6;
	transition: color .3s
}

.btm-content {
	background: #209cb626;
	padding: 10px 0px;
	border-top: 1px solid #ffffff4a;
}

.btm-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px
}

.btm-left p {
	margin: 0;
	font-size: 14px
}

.btm-left p a {
	color: #212121;
	font-weight: 600;
	transition: color .3s
}

.btm-right {
	display: flex;
	gap: 10px;
}

.btm-right span a {
	width: 40px;
	height: 40px;
	background: #dd6938;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	transition: .3s
}


.hero-slider img {
	width: 100%;
	height: auto;
	display: block;
}


section.stats-section {
	background: #209cb626;
	padding: 2rem 0;
}

.stats-grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.stat-card {
	width: 30%;
	text-align: center;
	font-family: 'Poppins';
	font-size: 16px;
}

.stat-icon img {
	font-size: 2rem;
	color: white;
	margin: 0 auto 1rem;
	width: 85px;
	height: auto;
	object-fit: contain;
}

.stat-number {
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
}

/* Multi-color blinking effect for #1 stat */
.blink-text {
	animation: rainbow-blink 2s infinite;
	font-weight: 700;
	font-size: 2rem;
}

@keyframes rainbow-blink {
	0% {
		color: #dd6938;
		text-shadow: 0 0 10px rgba(221, 105, 56, 0.8);
		transform: scale(1);
	}
	25% {
		color: #1da1b8;
		text-shadow: 0 0 10px rgba(29, 161, 184, 0.8);
		transform: scale(1.1);
	}
	50% {
		color: #ff6b6b;
		text-shadow: 0 0 10px rgba(255, 107, 107, 0.8);
		transform: scale(1);
	}
	75% {
		color: #ffd93d;
		text-shadow: 0 0 10px rgba(255, 217, 61, 0.8);
		transform: scale(1.1);
	}
	100% {
		color: #dd6938;
		text-shadow: 0 0 10px rgba(221, 105, 56, 0.8);
		transform: scale(1);
	}
}

.hero-sec {
	padding: 4rem 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	aspect-ratio: 16 / 9;
	display: flex;
	align-items: center;
}

.hero-heading h1 {
	color: #0e7b8f;
	text-transform: capitalize;
	margin: 0 0 1rem;
	font-size: 2.7rem;
}

.hero-heading h1 span {
	font-size: 2.2rem;
	color: #dd6938;
}



.hero-content {
	width: 75%;
	font-family: Poppins, sans-serif;
}

.hero-bg-title {
	display: inline-block;
	padding: 8px 25px;
	background: #0e7b8f;
	border-radius: 30px;
	color: white;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 1.3rem;
	letter-spacing: 1px;
	margin: 0 0 1rem;
}

.hero-subheading {
	color: var(--secondary-color);
	font-weight: 600;
	font-size: 1.4rem;
	margin: 0 0 .7rem;
	text-transform: capitalize;
}

.hero-content li {
	list-style: none;
	color: #000;
	font-weight: 500;
	margin: 0 0 .5rem;
	position: relative;
	/* padding-left: 22px; */
	display: flex;
	align-items: center;
	gap: 7px;
}

.hero-content li i {
	color: #dd6938;
	font-size: 15px;
}



.hero-content ul {
	margin: 0;
	padding: 0;
}

.banner-form {
	width: 80%;
	margin: auto;
	background: #d4e7eb;
	padding: 30px 25px;
	border-radius: 20px;
}

.banner-form h3 {
	text-align: center;
	font-size: 1.5rem;
	margin: 0 0 1.2rem;
	text-transform: capitalize;
	color: #0e7b8f;
}

.banner-form input {
	width: 100%;
	border: 0;
	border-radius: 30px;
	padding: 8px 12px;
	margin-bottom: .8rem;
	font-family: Poppins, sans-serif;
	font-size: 13px;
}

.banner-form input[type="submit"] {
	background: var(--secondary-color);
	color: white;
	font-weight: 500;
	font-size: 15px;
	margin: 0;
}

/*.hero-content li:before {*/
/*    position: absolute;*/
/*    content: "";*/
/*    background: url(images/plus.png);*/
/*    width: 13px;*/
/*    height: 13px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    left: 0;*/
/*    top: 6px;*/
/*}*/

.mt-5 {
	margin-top: 2rem !important;
}

/* Default hamburger wrapper */
.hamburger {
	display: none;
	font-size: 28px;
	cursor: pointer;
	position: relative;
}

.hamburger i {
	transition: all 0.3s ease;
}

/* hide close icon */
.close-icon {
	display: none;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}



.doctor-section .text-orange {
	color: #e7681a;
	margin: 0 0 ;
}

.doctor-section .btn-orange {
	background-color: #e7681a;
	color: white;
	border-radius: 30px;
	font-size: 16px;
}

.doctor-section .btn-orange:hover {
	background-color: #cf5d15;
	color: white;
}

.doctor-section .icon-box {
	width: 50px;
	height: 50px;
	background: #e0f4ff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	color: #1ba2dd;
	flex-shrink: 0;
}

.doctor-section {
	background: #ffffff;
}

.doctor-img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.doctor-section .main-title {
	font-size: 40px;
}


/* YouTube Video Testimonials Section Styles */
.video-testimonial-sec {
	background: aliceblue;
	padding: 4rem 0;
}

.video-testimonial-header {
	text-align: center;
	margin-bottom: 50px;
}


.video-testimonial-header p {
	font-size: 1.1rem;
	color: #666;
	max-width: 700px;
	margin: 0 auto;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	gap: 20px;
	margin-top: 40px;
}

.video-card {
	background: white;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-wrapper {
	position: relative;
	padding-bottom: 75.25%;
	height: 0;
	overflow: hidden;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video-info {
	padding: 20px;
}


.video-patient-name {
	display: flex;
	align-items: center;
}

.video-patient-name i {
	color: #e74c3c;
	margin-right: 8px;
	font-size: 1.1rem;
}

.video-patient-name span {
	font-weight: 600;
	color: #34495e;
}

@media (max-width: 768px) {
	.video-grid {
		grid-template-columns: 1fr;
	}

	.video-testimonial-header h3 {
		font-size: 2rem;
	}
}

section {
    scroll-margin-top: 120px;
}





/*RESPONSIVE QUERY______*/


@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1140px) {}

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

	.navbar-mean ul li {
		padding: 12px 10px;
	}

	.hero-sec {
		background-position: center;
		aspect-ratio: 16 / 10;
	}


}

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


	.hamburger {
		display: block;
		/* margin-left: auto; */
	}

	/* Show X when active */
	.hamburger.active .fa-bars {
		display: none;
	}

	.hamburger.active .close-icon {
		display: block;
		transform: rotate(180deg);
	}

	.navbar-mean {
		display: none;
		position: absolute;
		top: 90px;
		left: 0;
		width: 100%;
		background: #fff;
		text-align: center;
		padding: 0 20px;
		/* box-shadow: 0 4px 12px rgba(0,0,0,0.1); */
	}

	.navbar-mean.active {
		display: block;
		animation: fadeDown 0.3s ease forwards;
	}

	.navbar-mean ul {
		flex-direction: column;
		align-items: self-start;
	}

	.navbar>.container {
		position: relative;
	}

	.btm-navbar {
		flex-direction: row-reverse;
	}

	.navbar-btn {
		margin-left: auto;
	}

	.navbar-mean ul li {
		width: 100%;
		text-align: left;
		padding: 8px 10px;
		border-bottom: 1px solid #cccccc36;
	}

	.banner-form {
		margin: 1rem 0 0;
	}

	.stat-icon img {
		width: 60px;
	}

	.stat-number {
		font-size: 1.1rem;
	}

	.stat-card {
		font-size: 14px;
	}

	.about-content .row {
		flex-direction: column-reverse;
	}

	.about-image {
		margin: 2rem 0 0;
	}

	.features-grid .feature-card {
		width: 30%;
	}

	.treatment-img {
		display: none;
	}

	.appointment-form {
		margin: 2rem 0 0;
	}

	.main-title,
	.doctor-section .main-title {
		font-size: 28px;
	}

	.mediclaim-features-wrapper {
		width: 100%;
	}

	.location-map-container {
		min-height: auto;
		height: 300px;
	}


}

@media only screen and (max-width: 980px) {}

@media only screen and (max-width: 840px) {}

@media only screen and (max-width: 800px) {}

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

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

	.logo-brand a img {
		width: 155px;
	}

	.top-navbar {
		gap: 10px;
	}

	.top-navbar a {
		font-size: 13px;
	}

	.navbar-btn a {
		font-size: 13px;
	}

	.navbar-btn {
		position: fixed;
		top: 200px;
		right: -57px;
		z-index: 9;
		transform: rotate(-90deg);
	}

	.hamburger {
		font-size: 20px;
	}

	.hero-content {
		width: 100%;
	}

	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-bg-title {
		font-size: 1rem;
	}

	section.stats-section {
		padding: 1rem 0;
	}

	.stat-card {
		width: 48%;
	}

	a,
	li,
	p,
	.about-text p {
		font-size: 15px;
	}

	.call-now-btn a {
		padding: 7px 30px;
		font-size: 14px;
	}

	.features-grid .feature-card {
		width: 46%;
	}

	.main-title,
	.doctor-section .main-title {
		font-size: 26px;
	}

	.section-header,
	.testimonial-text {
		margin: 0 0 .8rem;
	}

	.padd-sec {
		padding: 3rem 0;
	}

	.cta-btn a {
		padding: 10px 35px;
		font-size: 15px;
	}

	.appointment-box-text h4,
	.appointment-form h4 {
		font-size: 20px;
	}

	.form-control {
		padding: 10px 15px;
	}

	.appointment-btn a {
		padding: 10px 30px;
		font-size: 14px;
	}

	.mb-5 {
		margin-bottom: 1rem !important;
	}

	.feature-info h4 {
		font-size: 17px;
	}

	.top-navbar a:first-child {
		display: none;
	}


}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 600px) {}

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

	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-sec::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(255, 255, 255, 0.05);
		z-index: 1;
	}

	.hero-sec .container {
		position: relative;
		z-index: 2;
	}

	.banner-form {
		width: 100%;
	}

	.hero-heading h1 {
		font-size: 2.1rem;
		margin: 0 0 .5rem;
	}

	.hero-bg-title {
		font-size: 14px;
		margin: 0 0 10px;
	}

	.banner-form h3 {
		font-size: 1.3rem;
		margin: 0 0 .5rem;
	}

	.main-title {
		font-size: 22px;
	}

	.ab-img {
		height: auto;
	}

	.about-image {
		height: auto;
		width: 100%;
	}

	.ab-img-txt {
		bottom: -50px;
		font-size: 14px;
	}

	.ab-img-txt img {
		width: 45px;
		height: auto;
	}

	.features-grid .icon-wrapper {
		width: 55px;
		height: 55px;
	}

	.icon-wrapper i {
		font-size: 22px;
	}

	.feature-title {
		font-size: 16px;
	}

	.diagnosed-text {
		padding: 30px;
	}

	.appointment-form {
		padding: 30px;
	}

	.cta-btn a,
	.table thead th {
		font-size: 14px;
	}

	.table tbody td {
		padding: 10px;
		font-size: 13px;
	}

	.mediclaim-section {
		padding: 2rem 0;
	}

	.mediclaim-features-wrapper.mt-4 {
		margin-top: 10px !IMPORTANT;
	}

	.footer-content {
		padding-bottom: 20px;
	}

	.btm-text {
		justify-content: center;
		gap: 10px;
	}

	.btm-right span a {
		width: 30px;
		height: 30px;
		font-size: 13px;
	}

	.btm-right span a i {
		font-size: 13px;
	}

	.footer-icons span,
	.footer-icons-two span {
		width: 30px;
		height: 30px;
		font-size: 12px;
	}

	.navbar-mean {
		top: 65px;
	}

	.stats-grid .stat-card:nth-child(2) {
		order: 3;
	}

	.diagnosed-text>p {
		margin: 0 0 1.5rem;
	}



}

@media only screen and (max-width: 480px) {
	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-heading h1 {
		font-size: 1.8rem;
	}

	.hero-heading h1 span {
		font-size: 1.6rem;
	}

	.hero-subheading {
		font-size: 1.1rem;
	}

	.hero-bg-title {
		font-size: 12px;
		padding: 6px 15px;
	}

	.hero-content li {
		font-size: 14px;
	}
}

@media only screen and (max-width: 414px) {
	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-heading h1 {
		font-size: 1.6rem;
	}

	.hero-heading h1 span {
		font-size: 1.4rem;
	}
}

@media only screen and (max-width: 375px) {
	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-heading h1 {
		font-size: 1.5rem;
	}

	.hero-heading h1 span {
		font-size: 1.2rem;
	}

	.hero-bg-title {
		font-size: 11px;
		padding: 5px 12px;
	}
}

@media only screen and (max-width: 360px) {
	.hero-sec {
		background: #f2fefe;
        padding: 2rem 0;
	}

	.hero-heading h1 {
		font-size: 1.4rem;
		margin: 0 0 0.3rem;
	}

	.hero-heading h1 span {
		font-size: 1.1rem;
	}

	.hero-content li {
		font-size: 13px;
		margin: 0 0 0.3rem;
	}
}


@media only screen and (max-width: 320px) {
	.hero-sec {
		aspect-ratio: 9 / 13;
		padding: 0.5rem 0;
	}

	.hero-heading h1 {
		font-size: 1.3rem;
	}

	.hero-heading h1 span {
		font-size: 1rem;
	}

	.hero-bg-title {
		font-size: 10px;
		padding: 4px 10px;
	}

	.hero-subheading {
		font-size: 0.95rem;
	}

	.hero-content li {
		font-size: 12px;
	}
}

/* Diagnosis List Styling */
.diagnosis-list {
	list-style: none;
	padding: 0;
	margin: 2rem 0;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.diagnosis-list li {
	background: #f5f7fa;
	padding: 18px 24px;
	margin-bottom: 15px;
	border-radius: 10px;
	border-left: 4px solid var(--primary-color);
	font-size: 16px;
	line-height: 1.6;
	transition: all 0.3s ease;
	color: #333;
}

.diagnosis-list li:hover {
	transform: translateX(5px);
	background: #e8f4f8;
	box-shadow: 0 5px 15px rgba(29, 161, 184, 0.1);
}

.diagnosis-list li strong {
	color: var(--primary-color);
	font-weight: 600;
}

/* google review */

.gp-review-wrapper{
background:#fff;
padding:80px 20px;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

.gp-google-logo{
width:110px;
margin-bottom:10px;
}

.gp-review-heading{
font-size:30px;
letter-spacing:3px;
font-weight:600;
margin-bottom:10px;
}

.gp-rating{
font-size:24px;
margin-bottom:40px;
}

.gp-stars{
color:#ffb400;
font-size:22px;
}

.gp-slider-box{
max-width:750px;
margin:auto;
position:relative;
overflow: hidden;
padding: 0 10px;
}

.gp-review-text{
font-size:16px;
color:#333;
line-height:1.7;
max-width:650px;
margin:auto;
}

.gp-user-circle{
width:42px;
height:42px;
background:#6c63ff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-weight:bold;
margin:20px auto 10px auto;
}

.gp-user-name{
font-weight:600;
margin-top:10px;
}

.gp-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:32px;
cursor:pointer;
color:#777;
}

.gp-arrow:hover{
color:#000;
}

.gp-left{
left:-40px;
}

.gp-right{
right:-40px;
}



/* Awards */
.awards-section {
  padding: 80px 20px;
  text-align: center;
  background: #ffffff;
}

.awards-section h2 {
  font-size: 34px;
  margin-bottom: 20px;
  letter-spacing: 2px;
}

.awards-desc {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.awards-slider {
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

.awards-track {
  display: flex;
  gap: 40px;
animation: awardSlide 10s linear infinite;
}

.award-card {
  min-width: 300px;
}

.award-card img {
  height: 60px;
  margin-bottom: 15px;
}

.award-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 600;
}

.award-card span {
  font-size: 14px;
  color: #777;
}

@keyframes awardSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Mobile */
@media (max-width: 768px) {
  .award-card {
    min-width: 260px;
  }

  .awards-desc {
    font-size: 14px;
  }
}

.doctor-degree{
    padding-left:14%;
}

@media (max-width:768px){
    .doctor-degree{
        padding-left:21%;
    }
}