[data-theme="high-contrast"] .text-white {
	color: var(--black-color) !important
}
[data-theme="theme-dark"] [data-luno="theme-black"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-indigo"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-blue"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-cyan"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-green"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-orange"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-blush"] .text-dark, [data-theme="theme-dark"] [data-luno="theme-red"] .text-dark {
	color: var(--primary-color) !important
}
.landing-page .section.header {
	background-color: var(--card-color)
}
.landing-page .section.header-2 {
	color: var(--white-color);
	background-image: url("../images/iStock-1182619006.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: contain
}
.landing-page .section.header-2 .brand-icon {
	margin-right: 2rem
}
.landing-page .section.header-2 .nav {
	font-size: 1rem
}
.landing-page .section.header-2 .nav .nav-link {
	color: var(--white-color)
}
.landing-page .section.header-2 .nav .nav-link.active, .landing-page .section.header-2 .nav .nav-link:hover {
	color: var(--secondary-color)
}
.landing-page .section.header-3 {
	background-color: var(--card-color)
}
.landing-page .section.header-4 {
	background-color: var(--card-color)
}
.landing-page .section.header-5 {
	background-image: url("../images/fronend-uikit/hero-2-bg.jpg");
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: contain
}
.landing-page .section.header-5 .brand-icon {
	margin-right: 2rem
}
.landing-page .section.header-5 .nav {
	font-size: 1rem
}
.landing-page .section.header-5 .nav .nav-link {
	color: var(--white-color)
}
.landing-page .section.header-5 .nav .nav-link.active, .landing-page .section.header-5 .nav .nav-link:hover {
	color: var(--secondary-color)
}
.landing-page .section.header-6 {
	display: flex;
	align-items: center;
	top: 20px;
	height: 70px;
	z-index: 997;
	transition: all 0.5s;
	padding: 10px 0
}
.landing-page .section.header-6 .logo a {
	color: var(--white-color);
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
	margin: 0;
	line-height: 1
}
.landing-page .section.header-6 .logo a:hover {
	color: var(--white-color);
	text-decoration: none
}
.landing-page .section.header-6.header-scrolled {
	top: 0;
	background: rgba(26, 24, 22, 0.85)
}
@media (max-width: 992px) {
	.landing-page .section.header-6 {
		top: 0px
	}
}
.landing-page .section.header-6 .navbar {
	padding: 0
}
.landing-page .section.header-6 .navbar ul {
	display: flex;
	list-style: none;
	align-items: center;
	margin: 0;
	padding: 0
}
@media (max-width: 991px) {
	.landing-page .section.header-6 .navbar ul {
		display: none
	}
}
.landing-page .section.header-6 .navbar > ul > li {
	position: relative;
	white-space: nowrap;
	padding: 8px 0 8px 20px
}
.landing-page .section.header-6 .navbar li {
	position: relative
}
.landing-page .section.header-6 .navbar a, .landing-page .section.header-6 .navbar a:focus {
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
	transition: 0.3s;
	border-bottom: 2px solid transparent;
	padding: 5px 2px;
	font-size: 16px
}
.landing-page .section.header-6 .navbar a i, .landing-page .section.header-6 .navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px
}
.landing-page .section.header-6 .navbar a:hover, .landing-page .section.header-6 .navbar .active, .landing-page .section.header-6 .navbar .active:focus, .landing-page .section.header-6 .navbar li:hover > a {
	color: var(--primary-color);
	border-bottom: 2px solid var(--primary-color)
}
.landing-page .section.header-6 .navbar .mobile-nav-toggle {
	color: var(--color-500);
	cursor: pointer;
	display: none;
	font-size: 28px;
	line-height: 0;
	transition: 0.5s
}
.landing-page .section.header-6 .navbar .mobile-nav-toggle.bi-x {
	color: var(--white-color)
}
@media (max-width: 991px) {
	.landing-page .section.header-6 .navbar .mobile-nav-toggle {
		display: block
	}
}
.landing-page .section.header-6 .navbar.navbar-mobile {
	background: var(--primary-color);
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	transition: 0.3s;
	z-index: 999
}
.landing-page .section.header-6 .navbar.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 30px;
	right: 15px
}
.landing-page .section.header-6 .navbar.navbar-mobile ul {
	background-color: var(--white-color);
	overflow-y: auto;
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	transition: 0.3s
}
.landing-page .section.header-6 .navbar.navbar-mobile > ul > li {
	padding: 0
}
.landing-page .section.header-6 .navbar.navbar-mobile a {
	color: var(--color-500);
	border: none;
	padding: 10px 20px !important
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul {
	background: var(--white-color);
	visibility: visible;
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 99;
	opacity: 1;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25)
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul li {
	min-width: 200px
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown ul a {
	padding: 10px 20px
}
.landing-page .section.header-6 .navbar.navbar-mobile .dropdown > .dropdown-active {
	display: block
}
.landing-page .section.header-6 .navbar.navbar-mobile .getstarted {
	margin: 15px
}
.landing-page .section.header-7 {
	background: var(--body-color);
	position: relative;
	padding: 0
}
.landing-page .section.header-7 .navbar-brand {
	color: var(--color-900)
}
.landing-page .section.header-7 .navbar-brand small {
	font-size: 14px;
	letter-spacing: 2px
}
.landing-page .section.header-7 .navbar {
	position: relative;
	z-index: 999
}
.landing-page .section.header-7 .banner-text {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vh - 100px);
	z-index: 10
}
@media (max-width: 768px) {
	.landing-page .section.header-7 .banner-text .row {
		background: var(--card-color);
		padding: 0 30px
	}
}
@media (max-width: 600px) {
	.landing-page .section.header-7 .banner-text .row {
		background: transparent;
		padding: 0
	}
}
.landing-page .section.header-7 .hero-img {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 9
}
@media (max-height: 900px) {
	.landing-page .section.header-7 .hero-img {
		width: 1090px
	}
}
@media (max-width: 1366px) {
	.landing-page .section.header-7 .hero-img {
		width: 880px
	}
}
@media (max-width: 600px) {
	.landing-page .section.header-7 .hero-img {
		display: none
	}
}
.landing-page .section.sliders .carousel-caption {
	top: 28%;
	right: 10%;
	left: 10%;
	text-shadow: none
}
.landing-page .section.sliders-2 {
	background-color: var(--card-color)
}
.landing-page .section.sliders-2 .testimonial-wrap {
	padding-left: 50px
}
@media (max-width: 767px) {
	.landing-page .section.sliders-2 .testimonial-wrap {
		padding-left: 0px
	}
}
.landing-page .section.sliders-2 .testimonial-item {
	border-left: 5px solid var(--primary-color);
	box-sizing: content-box;
	position: relative;
	padding: 30px 30px 30px 40px;
	margin: 30px 15px;
	min-height: 200px
}
.landing-page .section.sliders-2 .testimonial-item .testimonial-img {
	position: absolute;
	width: 80px;
	left: -70px
}
@media (max-width: 767px) {
	.landing-page .section.sliders-2 .testimonial-item .testimonial-img {
		position: static;
		left: auto
	}
}
@media (max-width: 767px) {
	.landing-page .section.sliders-2 .testimonial-item {
		padding: 30px;
		margin: 15px
	}
}
.landing-page .section.sliders-2 .fa-quote-left, .landing-page .section.sliders-2 .fa-quote-right {
	font-size: 26px
}
.landing-page .section.sliders-2 .swiper-pagination {
	position: relative;
	margin-top: 20px
}
.landing-page .section.sliders-2 .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	width: 12px;
	height: 12px;
	opacity: 1
}
.landing-page .section.sliders-2 .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color)
}
.landing-page .section.sliders-3 {
	background-color: var(--card-color)
}
.landing-page .section.sliders-4 {
	overflow: hidden;
	width: 100%;
	height: 80vh;
	background-color: rgba(39, 37, 34, 0.8);
	padding: 0
}
.landing-page .section.sliders-4 .carousel-item {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 80vh
}
.landing-page .section.sliders-4 .carousel-item::before {
	content: '';
	background-color: rgba(12, 11, 10, 0.3);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0
}
.landing-page .section.sliders-4 .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0
}
.landing-page .section.sliders-4 h2 {
	color: var(--white-color)
}
.landing-page .section.sliders-4 h2 span {
	background-color: var(--primary-color);
	padding: 2px 5px
}
.landing-page .section.sliders-4 .carousel-inner .carousel-item {
	transition-property: opacity;
	background-position: center top;
	opacity: 0
}
.landing-page .section.sliders-4 .carousel-inner .active.carousel-item-start, .landing-page .section.sliders-4 .carousel-inner .active.carousel-item-end {
	opacity: 0;
	left: 0;
	transform: translate3d(0, 0, 0)
}
.landing-page .section.sliders-4 .carousel-inner .active, .landing-page .section.sliders-4 .carousel-inner .carousel-item-next.carousel-item-start, .landing-page .section.sliders-4 .carousel-inner .carousel-item-prev.carousel-item-end {
	opacity: 1;
	transition: 0.5s
}
.landing-page .section.sliders-4 .carousel-inner .carousel-item-next, .landing-page .section.sliders-4 .carousel-inner .carousel-item-prev {
	left: 0;
	transform: translate3d(0, 0, 0)
}
.landing-page .section.sliders-4 .carousel-control-next-icon, .landing-page .section.sliders-4 .carousel-control-prev-icon {
	color: var(--white-color);
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 0;
	border-radius: 50px;
	transition: 0.3s;
	width: 54px;
	height: 54px
}
.landing-page .section.sliders-4 .carousel-control-next-icon:hover, .landing-page .section.sliders-4 .carousel-control-prev-icon:hover {
	color: rgba(255, 255, 255, 0.8)
}
.landing-page .section.sliders-4 .carousel-indicators {
	display: none
}
.landing-page .section.call-action {

	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 80px 0;
	z-index: 2
}
.landing-page .section.call-action:before {
	background: var(--secondary-color);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	z-index: -1
}
.landing-page .section.call-action-6 {
	padding: 0
}
.landing-page .section.call-action-6 .call-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../assets/img/gallery/2.jpg);
	background-size: 100%;
	height: 414px
}
.landing-page .section.testimonials .testimonial-wrap {
	padding-left: 50px
}
@media (max-width: 767px) {
	.landing-page .section.testimonials .testimonial-wrap {
		padding-left: 0px
	}
}
.landing-page .section.testimonials .testimonial-item {
	border-left: 5px solid var(--primary-color);
	box-sizing: content-box;
	position: relative;
	padding: 30px 30px 30px 40px;
	margin: 30px 15px;
	min-height: 200px
}
.landing-page .section.testimonials .testimonial-item .testimonial-img {
	position: absolute;
	width: 80px;
	left: -70px
}
@media (max-width: 767px) {
	.landing-page .section.testimonials .testimonial-item .testimonial-img {
		position: static;
		left: auto
	}
}
@media (max-width: 767px) {
	.landing-page .section.testimonials .testimonial-item {
		padding: 30px;
		margin: 15px
	}
}
.landing-page .section.testimonials .fa-quote-left, .landing-page .section.testimonials .fa-quote-right {
	font-size: 26px
}
.landing-page .section.testimonials .swiper-pagination {
	position: relative;
	margin-top: 20px
}
.landing-page .section.testimonials .swiper-pagination .swiper-pagination-bullet {
	background-color: var(--white-color);
	border: 1px solid var(--primary-color);
	width: 12px;
	height: 12px;
	opacity: 1
}
.landing-page .section.testimonials .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--primary-color)
}
.landing-page .section.services .list i {
	font-size: 0.8rem
}
.landing-page .section.services .list li {
	line-height: 32px
}
.landing-page .section.services .list a {
	color: var(--color-600);
	font-size: 1rem
}
.landing-page .section.services .list a:hover {
	color: var(--primary-color)
}
.landing-page .section.services.more .list li {
	line-height: 40px
}




.landing-page .section.services-2 .icon {
	background: var(--secondary-color);
	transition: all .3s ease-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	transform-style: preserve-3d;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 5px;
	margin-bottom: 20px
}
.landing-page .section.services-2 .icon i {
	color: var(--white-color);
	font-size: 28px
}
.landing-page .section.services-2 .icon:before {
	background: var(--secondary-color);
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	opacity: .25;
	border-radius: 5px;
	transition: all .3s ease-out 0s;
	transform: translateZ(-1px)
}
.landing-page .section.services-2 .card:hover .icon {
	background: var(--white-color)
}
.landing-page .section.services-2 .card:hover .icon i {
	color: var(--secondary-color)
}
.landing-page .section.services-2 .card:hover .icon:before {
	background: var(--secondary-color)
}
.landing-page.rtl_mode {
	overflow-y: auto
}
.landing-page.rtl_mode .header .hero-img {
	transform: scaleX(-1);
	left: 0;
	right: auto
}
.landing-page.rtl_mode .header .collapse form .btn {
	margin-left: 0 !important;
	margin-right: .5rem !important
}
.landing-page.rtl_mode .section.testimonials {
	direction: ltr;
	text-align: left
}
.landing-page.rtl_mode .section.facts .col {
	border-right: 0;
	border-left: 1px solid var(--color-100)
}
.landing-page.rtl_mode .section.facts .col:last-child {
	border-left: 0
}
.landing-page.rtl_mode .swiper-container {
	direction: ltr;
	text-align: left
}
.landing-page.rtl_mode .accordion-button::after {
	margin-right: auto;
	margin-left: unset
}
.landing-page.rtl_mode .footer-link, .landing-page.rtl_mode .address {
	padding-right: 2rem;
	padding-left: 0
}
.landing-page .main-raised {
	position: relative;
	border-radius: 2rem;
	z-index: 99;
	top: -6rem;
	margin: 0 6rem;
	margin-bottom: -6rem
}
@media only screen and (max-width: 1600px) {
	.landing-page .main-raised {
		border-radius: 1rem;
		top: -3rem;
		margin: 0 3rem;
		margin-bottom: -3rem
	}
}
@media only screen and (max-width: 768px) {
	.landing-page .main-raised {
		border-radius: .5rem;
		top: -1rem;
		margin: 0 .5rem;
		margin-bottom: -1rem
	}
}
.landing-page .section {
	padding: 60px 0
}
.landing-page .section.menubar {
	transition: all 0.5s;
	z-index: 997;
	top: -1px
}
.landing-page .section.menubar .navbar-brand {
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: var(--secondary-color)
}
.landing-page .section.menubar .navbar-toggler {
	border-color: var(--secondary-color);
	color: var(--secondary-color)
}
.landing-page .section.menubar .navbar {
	padding: 0
}
.landing-page .section.menubar .navbar .navbar-nav {
	display: inline-flex
}
.landing-page .section.menubar .navbar .navbar-nav li {
	margin-left: 0.25rem;
	margin-right: 0.25rem
}
.landing-page .section.menubar .navbar .navbar-nav li a {
	color: var(--color-500);
	border-bottom: 2px solid transparent;
	font-size: 16px;
	transition: 0.3s
}
.landing-page .section.menubar .navbar .navbar-nav li a:hover, .landing-page .section.menubar .navbar .navbar-nav li a:active, .landing-page .section.menubar .navbar .navbar-nav li a.active {
	color: var(--secondary-color);
	border-bottom-color: var(--secondary-color)
}
.landing-page .section.about .video-box {
	background: url("../../hospital/landing/assets/img/about.jpg") center center no-repeat;
	background-size: cover;
	min-height: 480px
}
.landing-page .section.about .play-btn {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 94px;
	height: 94px;
	background: radial-gradient(var(--primary-color) 50%, rgba(25, 119, 204, 0.4) 52%);
	border-radius: 50%;
	left: calc(50% - 47px);
	top: calc(50% - 47px)
}
.landing-page .section.about .play-btn:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid var(--white-color);
	z-index: 100;
	transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.landing-page .section.about .play-btn:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation: pulsate-btn 2s;
	animation: pulsate-btn 2s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: steps;
	animation-timing-function: steps;
	opacity: 1;
	border-radius: 50%;
	border: 5px solid rgba(var(--primary-rgb), 0.9);
	top: -15%;
	left: -15%;
	background: rgba(198, 16, 0, 0)
}
.landing-page .section.about .play-btn:hover:after {
	border-left: 15px solid var(--primary-color);
	transform: scale(20)
}
.landing-page .section.about .play-btn:hover:before {
	content: '';
	position: absolute;
	border: none;
	-webkit-animation: none;
	animation: none;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid var(--white-color);
	z-index: 200;
	left: 50%;
	top: 50%;
	transform: translateX(-40%) translateY(-50%);
	width: 0;
	height: 0;
	border-radius: 0
}
.landing-page .section.facts {
	background: var(--body-color)
}
.landing-page .section.facts .card {
	border-color: var(--color-100)
}
.landing-page .section.facts .col {
	border-right: 1px solid var(--color-100)
}
.landing-page .section.facts .col:last-child {
	border-right: 0
}
.landing-page .section.departments {
	overflow: hidden
}
.landing-page .section.departments .nav-tabs {
	border: 0
}
.landing-page .section.departments .nav-link {
	color: var(--color-600);
	border: 0;
	transition: 0.3s;
	border-radius: 0;
	border-right: 3px solid transparent
}
.landing-page .section.departments .nav-link:hover, .landing-page .section.departments .nav-link.active {
	color: var(--secondary-color);
	border-color: var(--primary-color)
}
@media (max-width: 992px) {
	.landing-page .section.departments .nav-link {
		padding: 15px
	}
	.landing-page .section.departments .nav-link.active {
		color: var(--white-color);
		background: var(--primary-color)
	}
}
.landing-page .section.departments .tab-pane.active {
	-webkit-animation: fadeIn 0.5s ease-out;
	animation: fadeIn 0.5s ease-out
}
.landing-page .section.footer {
	background: var(--body-color)
}
.landing-page .section.footer .footer-top {
	color: var(--color-400)
}
.landing-page .section.footer .footer-link {
	list-style: square;
	line-height: 36px;
	font-size: 1rem
}
.landing-page .section.footer .footer-link li a {
	color: var(--color-500)
}
.landing-page .section.footer .footer-link li a:hover {
	color: var(--primary-color)
}
.landing-page .section.footer .address {
	line-height: 26px;
	font-size: 15px
}