@charset "utf-8";

@font-face {
  font-family: 'Raleway';
  src: url('webfonts/Raleway-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
	--theme-color: #3C3C3C;
	--primary-bg: #0F8276;
	--secondary-bg: #453f85;
	--custom-orange: #F48120;
	--bootstrap-icon: 'bootstrap-icons';
	--font-family: "Raleway", sans-serif;
}

html {
	scroll-behavior: smooth
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.01em;
	font-weight: 500;
	font-family: var(--font-family);
	color: var(--theme-color);
	font-weight: 400
}

section {
	padding: 30px 0
}

@media only screen and (max-width: 991px) {
	section {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	section {
		padding: 30px 0 !important;
	}
}

@media only screen and (max-width: 479px) {
	section {
		padding: 30px 0 !important;
	}
}

li,
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	font-weight: 500;
}


ul li {
	position: relative;
	padding: 4px 0 4px 14px
}

ul li:before {
	left: auto;
	right: 0
}

ul li:before {
	/* color: var(--secondary-bg); */
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 8px;
	top: 16px;
	background: var(--secondary-bg);
	left: 0
}

.dots{
	margin-left:10px;
}

/* ol.number_list {
    list-style-type: decimal !important;
    padding-left: 1.5rem !important;
} */

/* Only the LI inside this OL should behave as numbered list items */
ol.number_list > li {
    list-style-type: decimal !important;
    display: list-item !important;
}


table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid black;
	padding: 5px;
	text-align: left;
}

th {
	background-color: #c7c2c2;
	font-weight: bold;
}

.transition,
:after,
:before {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.btn-primary:active,
.btn-primary:focus,
.btn:active,
.btn:focus,
.form-control:active,
.form-control:focus,
button:active,
button:focus,
input,
input:active,
input:focus,
option:active,
option:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	outline: 0;
	box-shadow: none;
	font-family: var(--font-family)
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #021526;
	font-weight: 700;
	font-family: var(--font-family)
}

.p,
p {
	font-size: 16px;
	line-height: 29px;
	letter-spacing: 0.01em;
	font-weight: 500;

}

a,
a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	transition: all ease-in-out .3s;
	color: var(--secondary-bg)
}

p a {
	color: var(--theme-color);
	font-weight: 600;
}

p {
	color: var(--theme-color);
	margin-bottom: 10px
}

p strong {
	font-weight: 600
}


p span {
	display: block
}

figure {
	margin: 0
}

header.fixednav {
	top: 0;
	z-index: 3;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	position: fixed;
	animation: slide-down .7s;
	-moz-animation: slide-down .7s;
	-webkit-animation: slide-down .7s;
	-o-animation: slide-down .7s;
	-ms-animation: slide-down 0.7s;
	width: 100%;
}

header.fixednav .top_header {
	display: none
}

header.fixednav nav.navbar {
	background: #fff;
	padding: 10px 0
}

.main_nav.fixednav .main-logo {
	max-width: 120px
}

header ul li {
	position: relative;
	padding: 0px 0 4px 0px !important
}

header ul li:before {
	width: 0px !important;
	height: 0px !important;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%)
	}

	100% {
		opacity: .9;
		transform: translateY(0)
	}
}

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 999;
	color: #111;
	right: 20px;
	line-height: 48px;
	width: 48px;
	bottom: 20px;
	border-radius: 50%;
	overflow: hidden
}

.scroll-top-wrapper .scroll-top-inner {
	background: var(--primary-bg);
	color: #fff;
	display: block
}

.scroll-top-wrapper .scroll-top-inner i {
	font-size: 26px;
	display: block;
	line-height: 48px
}

.scroll-top-wrapper:hover .scroll-top-inner {
	background: var(--secondary-bg)
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1
}

.top_header {
	background: var(--secondary-bg);
	padding: 5px 0px;
}

.top_header li {
	font-size: 14px;
	margin-right: 16px
}

.top_header li:last-child {
	margin-right: 0
}

.top_header a {
	color: #fff
}

.top_header .kidney-calculator-btn {
	background-color: #7069BA;
	color: #fff;
	border-radius: 50px;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	vertical-align: middle;
	padding: 5px 15px;
	transition: 0.3s ease-in-out;
}

.top_header .kidney-calculator-btn:hover {
	background-color: #4fc1b7;
}

header {
	-webkit-box-shadow: -8px 7px 0 0 rgba(0, 0, 0, .02);
	-moz-box-shadow: -8px 7px 0 0 rgba(0, 0, 0, .02);
	box-shadow: 0px 11px 8px -5px rgba(0, 0, 0, 0.1);
	z-index: 3;
	position: relative
}

header .navbar {
	padding: 5px 0
}

header .navbar .readmore {
	line-height: 44px;
	padding: 0 24px
}

header .navbar ul li {
	font-weight: 500;
	margin-right: 3px;
	font-size: 16px
}

header .dropdown .dropdown-menu {
	background: #fff;
	box-shadow: 0 0 50px 3px rgba(232, 232, 232, .5);
	border: none;
	border-radius: 0;
	padding: 0;
	width: 220px
}

header .dropdown .dropdown-menu li {
	margin: 0;
	font-size: 16px
}

header .dropdown .dropdown-menu a {
	padding: 9px 15px
}

header .dropdown .dropdown-menu a:hover,
header .dropdown .dropdown-menu a.active {
	background: #edf1f7;
	color: inherit
}

.navbar.navbar-light ul li a.nav-link {
	color: rgba(0, 0, 0, .9);
	padding: 0 15px;
	line-height: 40px;
	position: relative;
	z-index: 1
}

.navbar.navbar-light ul li.dropdown a.nav-link {
	padding-right: 28px
}


.navbar.navbar-light ul li a.nav-link.active:before,
.navbar.navbar-light ul li a.nav-link:active:before,
.navbar.navbar-light ul li a.nav-link:focus:before,
.navbar.navbar-light ul li a.nav-link:hover:before {
	width: 70%;
	margin: auto;
}

.dropdown-toggle:after {
	border: none;
	content: '\F282';
	font-family: var(--bootstrap-icon);
	position: absolute;
	font-size: 14px
}

header .navbar .navbar-brand {
	width: 200px
}

header .navbar .nav-link {
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
}

header .navbar .nav-link:hover {
	transform: translateY(-3px);
	color: var(--secondary-bg) !important;
}

header .navbar .nav-link::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: var(--secondary-bg);
	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.3s ease;
}

header .navbar .nav-link:hover::before {
	transform: scaleY(1);
}

.orange-button {
	background: var(--custom-orange);
	color: #fff;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	padding: 0 20px;
	padding: 3px 20px;
	border: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.orange-button:hover {
	background-color: var(--secondary-bg) !important;
	color: #fff !important;

}

.purple-button {
	background: var(--secondary-bg);
	color: #fff;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	padding: 3px 20px;
	border: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.purple-button:hover {
	background-color: var(--primary-bg) !important;
	color: #fff !important;
}

.green-button {
	background: var(--primary-bg);
	color: #fff;
	border-radius: 12px;
	font-size: 16px;
	font-weight: 500;
	padding: 3px 20px;
	border: none;
	display: inline-block;
	cursor: pointer;
	transition: 0.3s ease-in-out;
}

.green-button:hover {
	background-color: var(--secondary-bg) !important;
	color: #fff !important;

}

footer {
	background: url(../images/particles01.webp) no-repeat left top var(--secondary-bg);
	position: relative;
	z-index: 1
}

footer:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/particles02.webp) no-repeat right top;
	content: '';
	z-index: -1
}

footer h3 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 16px
}

footer .aboutinfo figure {
	margin-bottom: 20px
}

footer .aboutinfo p {
	color: #fff;
	opacity: .7
}

footer .menus li {
	padding: 3px 0
}

footer .menus li:first-child {
	padding-top: 0
}

footer .menus li:last-child {
	padding-bottom: 0
}

footer .menus li a {
	color: #fff;
	display: inline-block;
	opacity: .7;
	position: relative;
	padding: 4px 0
}

footer .menus li a:after {
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #fff;
	content: '';
	position: absolute
}

footer .menus li a:hover:after {
	width: 100%
}

footer .menus li a:hover {
	opacity: 1
}

footer .cntinfo li {
	position: relative;
	padding-left: 45px;
	margin-bottom: 10px
}

footer .cntinfo li a {
	display: inline-block;
	color: #fff;
	opacity: .7;
	padding: 4px 0
}

footer .cntinfo li a:hover {
	opacity: 1
}

footer .cntinfo li i.bi-geo-alt {
	top: 7px
}

footer .cntinfo li i {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	color: rgba(255, 255, 255, .7);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	top: 3px;
}

.copyright {
	background: rgba(0, 0, 0, .15);
	margin-top: 40px
}

.copyright p {
	color: #fff;
	font-size: 15px;
	margin: 0
}

.copyright a {
	color: #fff;
	padding: 0 7px;
	font-size: 13px
}

.breadcrumb-bar {
	padding: 8px 0;
	background: #f3f3f3;
	font-size: 14px
}

.breadcrumb-bar .breadcrumb {
	margin-bottom: 0rem;
}

.breadcrumb-bar .breadcrumb li {
	text-transform: capitalize;
	font-weight: 600;
}

.breadcrumb-bar .breadcrumb .breadcrumb-item,
.breadcrumb-bar .breadcrumb .breadcrumb-item a {
	color: var(--theme-color);
	opacity: 0.8;
}

.breadcrumb-bar .breadcrumb .breadcrumb-item.active {
	color: var(--secondary-bg);
	font-weight: 700;
	opacity: 1;

}

.breadcrumb-bar .breadcrumb li a:hover {
	color: var(--primary-bg);
}

.breadcrumb-bar .breadcrumb li a {
	position: relative;
	font-weight: 600;
}

@media screen and (max-width:1200px) {
	.navbar-brand {
		width: 175px
	}
}

@media screen and (min-width:992px) {
	header .dropdown .dropdown-menu {
		display: block;
		visibility: hidden;
		-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		opacity: 0;
		transform: translateY(100px)
	}

	header .dropdown:hover>.dropdown-menu {
		visibility: visible;
		opacity: 1;
		transform: translateY(0)
	}
}


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

	.navbar-toggler {
		border: none;
		padding: 0;
		box-shadow: none;
		margin-left: 10px
	}

	.navbar-toggler:active,
	.navbar-toggler:focus {
		box-shadow: none
	}

	header .navbar-collapse {
		position: absolute;
		left: 0;
		top: calc(100% + 12px);
		width: 100%;
		background: #fff;
		box-shadow: 0 0 50px 3px rgba(232, 232, 232, .5);
		border-radius: 0 0 20px 20px;
		padding-bottom: 15px;
	}

	header .navbar-collapse ul {
		position: relative;
		z-index: 1
	}

	header .navbar .container {
		position: relative
	}

	header .navbar ul li {
		margin: 0
	}

	.navbar.navbar-light ul li a.nav-link.active:before,
	.navbar.navbar-light ul li a.nav-link:before {
		content: none
	}

	.navbar.navbar-light ul li a.nav-link.active,
	.navbar.navbar-light ul li a.nav-link:active,
	.navbar.navbar-light ul li a.nav-link:focus,
	.navbar.navbar-light ul li a.nav-link:hover {
		color: rgba(0, 0, 0, .9);
		background: #fafcff
	}

	.navbar.navbar-light ul li a.nav-link,
	header .dropdown .dropdown-menu li a {
		border-bottom: 1px solid #eee
	}

	.navbar.navbar-light ul li:last-child a.nav-link,
	header .dropdown .dropdown-menu li:last-child a {
		border-bottom: none
	}

	header .dropdown .dropdown-menu {
		width: 100%;
		box-shadow: none;
		background: #fbfbfb;
		margin: 0
	}

	.dropdown-toggle:after {
		right: 12px
	}
}

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

	.scroll-top-wrapper {
		width: 44px;
		height: 44px;
		line-height: 44px
	}

	.scroll-top-wrapper .scroll-top-inner i {
		line-height: 44px;
		font-size: 22px
	}

	.top_header .col-md-7 {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		padding: 8px 0
	}

	header .navbar {
		padding: 8px 0
	}

	.navbar-brand {
		width: 200px
	}


	header .navbar-collapse {
		top: calc(100% + 8px)
	}

	.navbar-light .navbar-toggler-icon {
		width: 1.3em;
		height: 1.3em
	}

}

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

	footer h4 {
		font-size: 20px
	}

}

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

	.top_header .hdr_cnt li:first-child,
	.slider-info .readmore {
		display: none
	}

	.navbar-brand {
		width: 170px
	}

	.copyright {
		margin-top: 20px
	}

	.scroll-top-wrapper {
		bottom: 70px
	}

}

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


	footer h4 {
		font-size: 18px
	}

	.navbar-brand {
		width: 120px
	}


	.copyright p,
	footer .menus {
		width: 100%
	}

	footer .menus li a {
		padding: 2px 0
	}

}

@media screen and (max-width:360px) {
	header .navbar .readmore {
		padding: 0 15px;
		font-size: 14px
	}

	.scroll-top-wrapper {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.scroll-top-wrapper .scroll-top-inner i {
		line-height: 40px;
		font-size: 20px
	}

	.copyright .container {
		display: block !important;
		text-align: center
	}

	.copyright .social {
		margin-top: 10px
	}

	.top_header .col-md-5 {
		padding: 0
	}

	.top_header .kidney-btn {
		width: 100%
	}

}



.yt-facade {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	cursor: pointer;
	background: #fff;
	overflow: hidden;
}

.yt-facade img {
	width: 105% !important;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.yt-facade .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url('https://www.medicoverhospitals.in/images/icons/play-button-icon.svg') no-repeat center;
	background-size: 30px;
	width: 80px;
	height: 60px;
	border: none;
	background-color: rgb(224, 15, 15);
	border-radius: 10px;
}


.video-modal .modal-dialog {
	max-width: 700px
}

.video-modal .modal-content {
	box-shadow: none;
	border: none;
	border-radius: 0
}

.video-modal .modal-body .close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	border: none;
	background: var(--primary-bg);
	color: #fff;
	font-size: 27px;
	line-height: 1
}

.video-modal .embed-responsive iframe {
	width: 100%;
	min-height: 450px;
	float: left
}

ul.navigation-list li {
	margin: 5px 0px;
	position: relative;
	padding: 4px 0 4px 14px;
}

.right-side-sticky .sticky {
	position: sticky;
	top: 70px
}

.right-side .right-side-navigation {
	margin-bottom: 30px;
	border: 1px solid #ddd;
	border-radius: 16px;
	padding: 20px
}

.right-side-navigation .navigation-title {
	color: #1b1b1f;
	font-weight: 500;
	font-size: 1.25rem;
}


.call-back-form-card {
	background: rgba(240, 240, 240, 1);
	padding: 15px;
	border-radius: 12px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-top: 15px;
}

.call-back-form-card .call-back-form-card-title {
	color: var(--secondary-bg);
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;	
	font-size: 1.25rem;
}

.call-back-form-card .form-control {
	margin-bottom: 10px;
	border-radius: 10px;
}

.purple-highlight {
	color: var(--secondary-bg);
}

.postTableOfContents h5 {
	color: var(--secondary-bg);
	display: flex;
	align-items: center;
	gap: 5px;
}

.postTableOfContents h5:before {
	font-family: "bootstrap-icons" !important;
	content: "\F479";
	/* Replace with the icon you want */
	display: inline-block;
	font-size: 1.2em;
	width: 30px;
	margin-left: 10px;
}

.postTableOfContents.fixednav {
	position: fixed;
}

.postTableOfContents.sticky-active {
	margin: auto;
	top: 60px;
	z-index: 1;
	margin-top: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .15), 0 8px 16px 0 rgba(0, 0, 0, .05);
	max-height: calc(100% - 20px);
	overflow: auto;
	width: calc(100% - 20px) !important;
}

.postTableOfContents {
	border: 1px solid #efeee9;
	padding: 10px 30px 10px 10px;
	margin: 30px 0;
	border-radius: 4px;
	background: #fff;
}

.postTableOfContents.sticky-active:not(:hover) .inner-wrap {
	height: 0 !important;
}

.postTableOfContents .inner-wrap {
	height: auto;
	overflow: hidden;
	transition: height 0.5s;
}

.postTableOfContents .inner-wrap ol {
	padding-left: 1rem;
}

.postTableOfContents .inner-wrap ol li {
	position: relative;
	padding: 4px 0 4px 14px
}

.postTableOfContents .inner-wrap ol li a {
	color: var(--theme-color);
}

.postTableOfContents .inner-wrap ol li:before {
	left: auto;
	right: 0
}

.postTableOfContents .inner-wrap ol li:before {
	/* color: var(--secondary-bg); */
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 8px;
	top: 16px;
	background: var(--secondary-bg);
	left: 0
}

@media (max-width: 767.98px) {
	.postTableOfContents.sticky-active:not(:hover) {
		width: calc(100% - 20px) !important;
	}
}

@media (max-width: 767.98px) {
	.postTableOfContents.sticky-active {
		transition: width 0.5s;
		left: 10px;
	}
}

.owl-carousel .owl-dots {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	display: flex;
	justify-content: center;
}

.owl-dot {
	width: 8px !important;
	height: 8px !important;
	margin: 0 2px;
	background: #ccc;
	border-radius: 50%;
	transition: all .3s;
}

.owl-dot.active {
	background: var(--primary-bg) !important
}