/*
Author       : Finest Web Geek
Template Name: Responsive - Medical Template
Version      : 1.0
*/
/*=============================================================
    CSS INDEX
=============================

0. Common css
1. Slicknav_menu
2. Sticky 
3. Header area
4. Hero area
5. About area     
6. Choose area
7. Department area 
8. Patients area
9. Our team area
10. Subscribe area
11. Contact area
12. Footer area
13. Media Query

=============================================================*/
/* 00 ----------------common css Start-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

html {
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body {
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
	line-height: 1.87;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-x: hidden;
	/* word-break: break-all; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Fira Sans", sans-serif;
	color: #50c2d6;
	line-height: 1.6;
	font-weight: 700;
}

a:focus {
	color: #fff;
	box-shadow: none !important;
}

a:focus,
a:active,
a:hover {
	text-decoration: none;
}

button:focus,
select:focus,
input:focus,
textarea:focus {
	outline: none;
}

button:focus {
	outline: none;
}

.clearfix {
	display: block;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.container-fluid {
	max-width: 100%;
	width: 100%;
	padding-left: 80px;
	padding-right: 80px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row::after {
	content: "";
	clear: both;
	display: block;
}

img {
	max-width: 100%;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.btn1 {
	overflow: hidden;
	background: transparent linear-gradient(180deg, #ccedf2 0%, #b9e3eb 12%, #a2dde8 38%, #6fd0e1 48%, #50c2d6 100%);
	/* background-image: linear-gradient(to bottom, #87c150, #74c067, #64bf7b, #5bbc8c, #59b89a, #4cb7a6, #44b5b0, #42b2b9, #24b1c9, #02afd8, #1babe6, #44a6f0); */
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-transform: capitalize;
	padding: 14px 31px;
	padding-bottom: 12px;
	font-family: "Fira Sans", sans-serif;
	display: inline-block;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
	border: none;
	cursor: pointer;
}

.btn1::before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	background: #50c2d6;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.5s all;
	border-radius: 50px;
}

.btn1:hover {
	color: #fff;
}

.btn1:hover::before {
	width: 100%;
}

.btn1:active {
	background-image: linear-gradient(
		to bottom,
		#87c150,
		#83c058,
		#7fbf60,
		#7cbd67,
		#79bc6e,
		#72bb77,
		#6dba7f,
		#69b987,
		#62b892,
		#5eb69c,
		#5db4a5,
		#61b2ab
	);
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background: #ffffff;
}

#preloader #loader-img {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	margin: -50px 0 0 -50px;
	/* background-image: url('images/header-logo.png'); */
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
	z-index: 1020;
}

#preloader #loader {
	display: block;
	position: relative;
	left: 40%;
	width: 150px;
	height: 150px;
	margin: -60px 0 0 -60px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #6fc069;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001;
}

#preloader #loader::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #33a2ed;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#preloader #loader::after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #27447a;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

#preloader .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #ffffff;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#preloader .section-left {
	left: 0;
}

#preloader .section-right {
	right: 0;
}

#preloader #panel_left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#preloader #panel_right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* 00 ----------------common css End-------------------*/
/* 01 ----------------slicknav_menu----------------------*/
.slicknav_menu {
	display: none;
}

.slicknav_menu a.slicknav_btn span.slicknav_menutxt {
	display: none;
}

.slicknav_menu a.slicknav_btn span.slicknav_icon {
	margin: 0;
}

/* 01 ----------------slicknav_menu----------------------*/
/* 02 ----------------Sticky start---------------------*/
div#sticky-wrapper {
	position: absolute;
	width: 100%;
	z-index: 9999;
	height: auto !important;
}

.is-sticky .header-area {
	/* background: #50C2D6; */
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	transition: 0.3s all;
}

.is-sticky .header-area .main-menu ul li a {
	display: block;
	padding: 35px 0px;
	transition: 0.3s all;
	/* color: #fff; */
	color: #777777;
}

.is-sticky .header-area .main-menu ul li a::before {
	/* background: #87C251; */
	background: #50c2d6;
	bottom: 30px;
}

.is-sticky .header-area .main-menu ul li a:hover {
	/* color: #87C251; */
	color: #50c2d6;
}

.is-sticky .header-area .main-menu ul li:last-child a:hover {
	color: #fff !important;
}

.is-sticky .header-area .main-menu ul li:last-child a::before {
	/* background-image: linear-gradient(to left, #87c150, #74c067, #64bf7b, #5bbc8c, #59b89a, #4cb7a6, #44b5b0, #42b2b9, #24b1c9, #02afd8, #1babe6, #44a6f0); */
	/* border-top: 2px solid #87C151; */
}

/* .is-sticky .header-area .main-menu ul li ul {
  border-top: 2px solid #87C151;
} */

.is-sticky .header-area .main-menu ul li ul li a::before {
	/* background: #50C2D6 !important; */
}

/* 02 ----------------Sticky End---------------------*/
/* 03 ----------------Header area Start-------------------*/
header.header-area {
	position: absolute;
	width: 100%;
	z-index: 999;
	transition: 0.3s all;
}

header.header-area .logo-col {
	align-self: center;
}

header.header-area .main-menu {
	text-align: right;
}

header.header-area .main-menu ul {
	display: flex;
	justify-content: flex-end;
	column-gap: 20px;
}

header.header-area .main-menu ul li {
	align-self: left;
	display: inline-block;
}
header.header-area .main-menu ul li:last-child a {
	/* padding: 17px 28px; */
	font-weight: 500;
	color: #fff;
}

header.header-area .main-menu ul li:last-child a::before {
	background: #50c2d6;
	height: 100%;
	bottom: 0;
}

header.header-area .main-menu ul li:last-child a:hover {
	color: #fff;
}

header.header-area .main-menu ul li a {
	display: block;
	padding: 45px 0px;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	/* text-transform: capitalize; */
	/* color: #fff; */
	color: #777777;
	transition: 0.5s all;
	font-family: "Fira Sans", sans-serif;
	position: relative;
	z-index: 1;
}

header.header-area .main-menu ul li a::before {
	position: absolute;
	content: "";
	/* background: #50C2D6; */
	background: #50c2d6;
	width: 0;
	height: 2px;
	left: 0;
	bottom: 40px;
	z-index: -1;
	transition: 0.5s all;
}

header.header-area .main-menu ul li a:hover {
	/* color: #50C2D6; */
	color: #50c2d6;
}

header.header-area .main-menu ul li a:hover::before {
	width: 100%;
}

.mfp-bg {
	z-index: 99999 !important;
}

.mfp-wrap {
	z-index: 99999999 !important;
	width: 97% !important;
}

/* 03 ----------------Header area End-------------------*/
/* 04 ----------------Hero area start-------------------*/
section.hero-area {
	background-image: url(images/hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 230px;
	padding-bottom: 290px;
	position: relative;
	z-index: 1;
	opacity: 1;
}

section.hero-area::before {
	position: absolute;
	content: "";
	background-image: linear-gradient(
		to right,
		#88c250,
		#72c269,
		#60c07f,
		#55bd91,
		#54b9a0,
		#5cbcaf,
		#6abebc,
		#7ac0c5,
		#8fcad6,
		#a6d4e4,
		#bddff0,
		#d3e9fa
	);
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}

section.hero-area .hero-content {
	max-width: 500px;
}

section.hero-area .hero-content h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 70px;
	font-weight: 400;
	line-height: 1.42;
	margin-bottom: 15px;
}

section.hero-area .hero-content h1 span {
	font-weight: 700;
}

section.hero-area .hero-content p {
	font-size: 20px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 12px;
}

section.hero-area .hero-content .hero-btn ul {
	display: flex;
	justify-content: flex-start;
}

section.hero-area .hero-content .hero-btn ul li {
	display: inline-block;
	align-self: center;
}

section.hero-area .hero-content .hero-btn ul li:first-child {
	margin-right: 35px;
}

section.hero-area .hero-content .hero-btn ul li:first-child a:hover {
	color: #fff;
}

section.hero-area .hero-content .hero-btn ul li:first-child a:hover::before {
	width: 100%;
}

section.hero-area .hero-content .hero-btn ul li a {
	display: inline-block;
}

section.hero-area .hero-content .hero-btn ul li a .wave1 {
	animation: ripple 2s linear infinite;
	border-radius: 50%;
	transition: 0.5s all;
}

@keyframes ripple {
	50% {
		box-shadow:
			0 0 0 0px rgba(40, 71, 125, 0.1),
			0 0 0 2px rgba(40, 71, 125, 0.1),
			0 0 0 10px rgba(40, 71, 125, 0.1);
		transition: 0.3s all;
	}

	50% {
		transition: 0.5s all;
		box-shadow:
			0 0 0 22px rgba(40, 71, 125, 0.1),
			0 0 0 4px rgba(40, 71, 125, 0.1),
			0 0 0 12px rgba(40, 71, 125, 0.1);
	}
}

/* 04 ----------------Hero area End-------------------*/
/* 05 ---------------- book appionment area start---------------*/
section.book-appionment-area {
	position: absolute;
	width: 100%;
	z-index: 1;
	margin-top: -140px;
}

section.book-appionment-area .book-appionment {
	background: #fff;
	padding: 60px 70px 53px 70px;
	border-radius: 30px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

section.book-appionment-area .book-appionment .form-col5 {
	float: left;
}

section.book-appionment-area .book-appionment .form-col7 {
	float: left;
}

section.book-appionment-area .book-appionment .content {
	margin-top: -10px;
}

section.book-appionment-area .book-appionment .content h3 {
	font-size: 36px;
	margin-bottom: 33px;
}

section.book-appionment-area .book-appionment .content p {
	margin-bottom: 0;
}

section.book-appionment-area .book-appionment form .form-col6 {
	float: left;
}

section.book-appionment-area .book-appionment form input {
	width: 100%;
	padding: 15px 40px;
	border: 1px solid #e5e5e5;
	border-radius: 50px;
	margin-bottom: 30px;
}

section.book-appionment-area .book-appionment form input::placeholder {
	color: #bababa;
}

section.book-appionment-area .book-appionment form input[type="number"] {
	-moz-appearance: textfield;
}

section.book-appionment-area .book-appionment form input::-webkit-outer-spin-button,
section.book-appionment-area .book-appionment form input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

section.book-appionment-area .book-appionment form select {
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	background-position: 90% 50%;
	color: #000;
	padding: 15px 40px;
	border: 1px solid #e5e5e5;
	border-radius: 50px;
	width: 100%;
	text-transform: capitalize;
	appearance: none;
	position: relative;
}

section.book-appionment-area .book-appionment form select::after {
	position: absolute;
	content: "";
	background-image: url(images/down-arrow.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 7px;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

section.book-appionment-area .book-appionment form select option {
	text-transform: capitalize;
}

section.book-appionment-area .book-appionment form select:focus-visible {
	outline-offset: unset;
}

section.book-appionment-area .book-appionment form .empty {
	color: #bababa;
}

section.book-appionment-area .book-appionment form button {
	padding: 18px 40px;
	border: none;
	border-radius: 50px;
	width: 100%;
	cursor: pointer;
}

/* 05 ---------------- book appionment area End---------------*/
/* 06 ----------------about area Start-------------------*/
section.about-area {
	padding-top: 90px;
	padding-bottom: 35px;
	position: relative;
}

section.about-area .details-col {
	align-self: center;
	padding-top: 100px;
}

section.about-area .about-details h2 {
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 28px;
	margin-top: -16px;
}

section.about-area .about-details p:nth-child(3) {
	margin-bottom: 0 !important;
}

section.about-area .about-details .about-btn {
	margin-top: 55px;
}

section.about-area .about-img {
	position: relative;
	width: 100%;
	height: 100%;
}

section.about-area .about-img img {
	max-width: 140%;
	position: absolute;
	top: 0;
	left: -170px;
	border-radius: 0px;
}

section.about-area .about-img .experience {
	position: absolute;
	top: 0;
	left: -180px;
	background: #fff;
	border-radius: 15px;
	padding: 15px 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

section.about-area .about-img .experience img {
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
}

section.about-area .about-img .experience h4 {
	font-size: 24px;
	padding-left: 80px;
	margin-bottom: 0;
}

section.about-area .about-img .happy-patient {
	position: absolute;
	bottom: -100px;
	left: -20px;
	background: #fff;
	border-radius: 15px;
	padding: 15px 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

section.about-area .about-img .happy-patient img {
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
}

section.about-area .about-img .happy-patient h4 {
	font-size: 21px;
	padding-left: 90px;
	margin-bottom: 0;
}

/* 05 ----------------about-area End-------------------*/
/* 06 ----------------Choose area Start-------------------*/
section.choose-area {
	padding-top: 135px;
	padding-bottom: 130px;
	background: #e3f5f7;
	position: relative;
	z-index: 999;
}

section.choose-area::after {
	position: absolute;
	content: "";
	/* background-image: url('images/Edge-Advantage.jpg'); */
	background-image: url(images/Edge-Advantage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
}

section.choose-area::before {
	position: absolute;
	content: "";

	/* background-image: linear-gradient(0deg, rgb(250, 164, 2), #fff); */
	/* background: transparent linear-gradient(180deg, #88c250 0%, #7fbe63 12%, #6ab596 38%, #61b2ac 48%, #44a6f1 100%); */
	mix-blend-mode: multiply;
	opacity: 1;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
}

section.choose-area .shape1 {
	position: relative;
}

section.choose-area .shape1::before {
	position: absolute;
	content: "";
	background-image: url(images/shape1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 310px;
	height: 135px;
	left: -200px;
	top: 65px;
	z-index: 1;
	opacity: 0.4;
}

section.choose-area .choose-col {
	/* background: transparent linear-gradient(180deg, #fef483 0%, #ffff90 12%, #ecdc94 38%, #f2d99e 48%, #f3690d 100%); */
	padding: 25px 15px;
	max-width: 600px;
	/* max-width: 770px; */
	position: relative;
	z-index: 999;
	border: 2px solid #50c2d6;
	/* background-image: linear-gradient(0deg, #ff6206, #fab832); */
	background-color: #fff;
}

section.choose-area .choose-col::before {
	position: absolute;
	content: "";
	background-image: url(images/shape3.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 310px;
	height: 135px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -75px;
	z-index: 1;
	opacity: 0.4;
}

section.choose-area .choose-col::after {
	position: absolute;
	content: "";
	background-image: url(images/shape2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 135px;
	height: 310px;
	right: -40px;
	top: -55px;
	z-index: 1;
	opacity: 0.7;
}

section.choose-area .heading {
	max-width: 460px;
	margin: 0 auto;
	margin-bottom: 35px;
}

section.choose-area .heading h2 {
	font-size: 50px;
	font-weight: 700;

	text-transform: capitalize;
	margin-bottom: 0;
}

section.choose-area .single-choose-item {
	max-width: 460px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 35px;
}

section.choose-area .single-choose-item span {
	font-size: 65px;
	font-weight: 600;
	color: #ff5d05;
	/* opacity: .1; */
	line-height: 1.1;
	font-family: "Orkney";
	position: absolute;
	left: 0;
	top: -5px;
}

section.choose-area .single-choose-item .choose-details {
	padding-left: 82px;
}

section.choose-area .single-choose-item .choose-details h4 {
	color: black;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.35;
	margin-bottom: 3px;
	text-transform: capitalize;
}

section.choose-area .single-choose-item .choose-details p {
	color: black;
	font-size: 16px;
	margin-bottom: 0;
}

section.choose-area .choose-img .image {
	overflow: hidden;
}

section.choose-area .choose-img img {
	display: none;
}

/* 06 ----------------Choose area End-------------------*/
/* 07 ----------------Department area Start-------------------*/
section.department-area {
	padding-top: 40px;
	padding-bottom: 40px;
}

section.department-area .heading {
	/* max-width: 770px; */
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: center;
}

section.department-area .heading h2 {
	font-size: 30px;
	text-transform: capitalize;
}

section.department-area .single-department-details .single-department-item {
	display: flex;
}

section.department-area .single-department-details .department-col5 {
	float: left;
	padding: 0;
	height: 100%;
	align-self: center;
}

section.department-area .single-department-details .department-col5 .department-img img {
	border-radius: 20px;
	display: block;
	width: 100%;
	object-fit: cover;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

section.department-area .single-department-details .department-col5 .department-img .cardiology {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 15px 60px;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	top: 45px;
	left: -180px;
}

section.department-area .single-department-details .department-col5 .department-img .cardiology img {
	width: 79px;
	height: 67px;
	border-radius: 0;
	box-shadow: none;
	margin: 0 auto;
}

section.department-area .single-department-details .department-col5 .department-img .cardiology h4 {
	font-size: 24px;
	max-width: 185px;
	margin: 0 auto;
}

section.department-area .single-department-details .department-col5 .department-img .doctor {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	padding: 30px 60px;
	text-align: center;
	border-radius: 30px;
	position: absolute;
	bottom: -60px;
	right: -90px;
}

section.department-area .single-department-details .department-col5 .department-img .doctor img {
	width: 59px;
	height: 75px;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-50%);
}

section.department-area .single-department-details .department-col5 .department-img .doctor h4 {
	font-size: 24px;
	padding-left: 75px;
	text-align: left;
	margin-bottom: 0;
}

section.department-area .single-department-details .department-col7 {
	float: left;
	padding: 0;
	align-self: center;
}

section.department-area .single-department-details .department-col7 .department-details {
	align-self: center;
	max-width: 575px;
	margin: 0 auto;
	padding-left: 65px;
}

section.department-area .single-department-details .department-col7 .department-details h3 {
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 0;
	text-transform: capitalize;
}

section.department-area .single-department-details .department-col7 .department-details span {
	font-size: 16px;
	font-weight: 400;
	color: #656565;
}

section.department-area .single-department-details .department-col7 .department-details p {
	margin-top: 27px;
	margin-bottom: 40px;
}

section.department-area .single-department-details .department-col7 .department-details ul li {
	display: inline-block;
	margin-right: 18px;
}

section.department-area .single-department-details .department-col7 .department-details ul li:last-child {
	margin-right: 0;
}

section.department-area .single-department-details .department-col7 .department-details ul li a i {
	color: #0e3c7b;
	transition: 0.3s all;
}

section.department-area .single-department-details .department-col7 .department-details ul li a i:hover {
	color: #00c55e;
}

section.department-area .single-department-details.clearfix.tab-pane.fade {
	display: none;
}

section.department-area .single-department-details.clearfix.tab-pane.fade.active.show {
	display: block;
}

section.department-area ul.nav-tabs {
	/* margin-top: 30px; */
	/* margin-bottom: 94px; */
	border-bottom: 0;
}

section.department-area ul.nav-tabs .nav-item {
	padding: 0 !important;
	text-align: center;
}

/* section.department-area ul.nav-tabs .nav-item:nth-child(even) {
  background: #F6F6F6;
} */

section.department-area ul.nav-tabs .nav-link {
	background-color: #eaeaea;
	padding: 90px 0px 25px;
	border: 1px solid rgb(218 214 214);
	border-radius: 0;
	transition: 0.5s all;
	position: relative;
	z-index: 1;
}

section.department-area ul.nav-tabs .nav-link::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f7d17d;
	/* background-image: linear-gradient(to bottom, #87c151, #79c064, #6dbe75, #66bc84, #63b990, #54b89c, #48b7a8, #3fb5b2, #0cb4c5, #00b1d7, #00ade6, #44a6f0); */
	left: 0;
	top: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.1);
	transition: 0.5s all;
}

section.department-area ul.nav-tabs .nav-link:hover::before {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

section.department-area ul.nav-tabs .nav-link:hover h4 {
	color: #fff;
}

section.department-area ul.nav-tabs .nav-link img {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
}

section.department-area ul.nav-tabs .nav-link h4 {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 82px;
	margin-bottom: 0;
	transition: 0.3s all;
}

section.department-area ul.nav-tabs .nav-link.active {
	background-color: #f7d17d;
	/* background-image: linear-gradient(to bottom, #87c151, #79c064, #6dbe75, #66bc84, #63b990, #54b89c, #48b7a8, #3fb5b2, #0cb4c5, #00b1d7, #00ade6, #44a6f0); */
}

section.department-area ul.nav-tabs .nav-link.active h4 {
	color: #fff;
}

/* 07 ----------------Department area End-------------------*/
/*-----------------service area start ------------------*/
section.service-area {
	background: #f6f6f6;
	padding-top: 120px;
	padding-bottom: 120px;
}

section.service-area .service-col {
	position: relative;
	z-index: 1;
}

section.service-area .service-col::before {
	position: absolute;
	content: "";
	background-image: url(images/shape6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 105px;
	height: 240px;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
	z-index: -1;
}

section.service-area .service-col::after {
	position: absolute;
	content: "";
	background-image: url(images/shape6.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 105px;
	height: 240px;
	right: -50px;
	bottom: -50px;
	opacity: 0.6;
	z-index: -1;
}

section.service-area .service-content {
	padding-top: 35px;
	padding-bottom: 235px;
	position: relative;
	z-index: 1;
}

section.service-area .service-content::after {
	position: absolute;
	content: "";
	background: #e8f1ff;
	width: 570px;
	height: 100%;
	right: 0;
	top: 0;
	border-radius: 0px 50px 50px 50px;
	z-index: -1;
}

section.service-area .service-content::before {
	position: absolute;
	content: "";
	background-image: url(images/shape5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 240px;
	height: 105px;
	left: 55%;
	top: -55px;
	transform: translateX(-50%);
	opacity: 1;
	z-index: 1;
}

section.service-area .service-content .service-title {
	position: absolute;
	width: 100%;
	bottom: 100px;
	text-align: center;
	background: #fff;
	border-radius: 0px 50px 50px 50px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	padding: 65px 50px;
}

section.service-area .service-content .service-title h2 {
	font-size: 50px;
	line-height: 1.5;
	max-width: 850px;
	margin: 0 auto;
}

/*-----------------service area end ------------------*/
/* 08 ----------------Patients area start----------------*/
section.patients-area {
	background: #f6f6f6;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

section.patients-area::before {
	position: absolute;
	content: "";
	background-image: url(images/shape1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 205px;
	height: 135px;
	left: 0;
	top: 85px;
	z-index: -1;
	transform: translateX(10px);
	animation: Moveleft 15s ease-in-out infinite;
}

@-webkit-keyframes Moveleft {
	0% {
		transform: translateX(5px);
	}

	10% {
		transform: translateX(-15px);
	}

	20% {
		transform: translateX(5px);
	}

	30% {
		transform: translateX(-15px);
	}

	40% {
		transform: translateX(5px);
	}

	50% {
		transform: translateX(-15px);
	}

	60% {
		transform: translateX(5px);
	}

	70% {
		transform: translateX(-15px);
	}

	80% {
		transform: translateX(5px);
	}

	90% {
		transform: translateX(-15px);
	}

	100% {
		transform: translateX(5px);
	}
}

section.patients-area::after {
	position: absolute;
	content: "";
	background-image: url(images/shape2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 135px;
	height: 310px;
	right: 45px;
	bottom: 120px;
	z-index: -1;
	transform: translateY(10px);
	animation: Moveup 15s ease-in-out infinite;
}

@-webkit-keyframes Moveup {
	0% {
		transform: translateY(5px);
	}

	10% {
		transform: translateY(-15px);
	}

	20% {
		transform: translateY(5px);
	}

	30% {
		transform: translateY(-15px);
	}

	40% {
		transform: translateY(5px);
	}

	50% {
		transform: translateY(-15px);
	}

	60% {
		transform: translateY(5px);
	}

	70% {
		transform: translateY(-15px);
	}

	80% {
		transform: translateY(5px);
	}

	90% {
		transform: translateY(-15px);
	}

	100% {
		transform: translateY(5px);
	}
}

section.patients-area .patient-col7 {
	margin-top: 55px;
	padding-right: 55px;
	position: relative;
	z-index: 1;
}

section.patients-area .patient-col7::before {
	position: absolute;
	content: "";
	background-image: url(images/shape1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 310px;
	height: 135px;
	left: -85px;
	bottom: 20px;
	z-index: -1;
}

section.patients-area .patients-heading {
	padding-left: 65px;
	position: relative;
	z-index: 1;
}

section.patients-area .patients-heading::after {
	position: absolute;
	content: "";
	/* background-image: url(images/quote.png); */
	background-repeat: no-repeat;
	width: 157px;
	height: 157px;
	left: 0;
	top: -50px;
	z-index: -1;
}

section.patients-area .patients-heading h2 {
	font-size: 45px;
	line-height: 1.5;
	margin-bottom: 0;
}

section.patients-area .patients-heading p {
	margin-top: 20px;
	margin-bottom: 30px;
	max-width: 380px;
}

section.patients-area .single-patient-item {
	background: #fff;
	padding: 40px 35px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
	margin: 10px;
	position: relative;
}

section.patients-area .single-patient-item .patient-img {
	position: absolute;
	left: 40px;
	top: 40px;
}

section.patients-area .single-patient-item .patient-img img {
	height: 94px;
	width: 94px;
	border-radius: 50%;
}

section.patients-area .single-patient-item .patient-details {
	padding-left: 127px;
	max-width: 510px;
	position: relative;
	z-index: 1;
}

section.patients-area .single-patient-item .patient-details::after {
	position: absolute;
	content: "";
	/* background-image: url(images/quote.png); */
	background-repeat: no-repeat;
	width: 157px;
	height: 157px;
	right: 0;
	top: 0;
	z-index: -1;
}

section.patients-area .single-patient-item .patient-details h4 {
	text-transform: capitalize;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 0;
}

section.patients-area .single-patient-item .patient-details span {
	text-transform: capitalize;
	font-size: 16px;
}

section.patients-area .single-patient-item .patient-details p {
	margin-top: 20px;
	margin-bottom: 0;
}

section.patients-area .owl-dots {
	text-align: center;
	margin-top: 5px;
}

section.patients-area .owl-dots button.owl-dot.active {
	/* background-image: linear-gradient(to bottom, #87c150, #79c063, #6ebe73, #66bc82, #63b98e, #54b89a, #47b7a6, #3eb5b1, #05b4c4, #00b1d6, #00ade6, #44a6f0); */
	background-image: linear-gradient(
		to bottom,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6,
		#50c2d6
	);
}

section.patients-area .owl-dots button.owl-dot {
	height: 13px;
	width: 13px;
	background: #e6e6e6;
	margin-right: 15px;
	border-radius: 50%;
}

section.patients-area .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

section.patients-area .patient {
	position: relative;
}

section.patients-area .patient img {
	border-radius: 80px 20px 20px 20px;
	display: block;
	object-fit: cover;
	width: 100%;
}

section.patients-area .patient .review {
	background: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	border-radius: 20px;
	padding: 14px 30px 8px 30px;
	position: absolute;
	right: -70px;
	bottom: -42px;
}

section.patients-area .patient .review img {
	border-radius: 0 !important;
	position: absolute;
	width: 63px;
	height: 50px;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

section.patients-area .patient .review h5 {
	font-size: 24px;
	font-weight: 700;
	text-transform: capitalize;
	padding-left: 95px;
	line-height: 1.5;
	margin-bottom: 0;
}

/* 08 ----------------Patients area End----------------*/
/* 09 ----------------our-team area Start-------------------*/
section.our-team-area {
	padding-top: 120px;
	padding-bottom: 120px;
}

section.our-team-area .heading {
	max-width: 770px;
	margin: 0 auto;
	margin-bottom: 65px;
	text-align: center;
}

section.our-team-area .heading h2 {
	font-size: 50px;
	text-transform: capitalize;
	margin-bottom: 15px;
}

section.our-team-area .heading p {
	margin-bottom: 0;
}

section.our-team-area .owl-carousel .team-col {
	float: left;
	width: 100%;
	max-width: 100%;
	flex: 100%;
	padding: 0;
}

section.our-team-area .owl-carousel .single-team-item {
	position: relative;
	background: #f6f6f6;
}

section.our-team-area .owl-carousel .single-team-item::before {
	position: absolute;
	content: "";
	background: transparent linear-gradient(180deg, #88c250 0%, #7fbe63 12%, #6ab596 38%, #61b2ac 48%, #44a6f1 100%) 0% 0%
		no-repeat padding-box;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.5s all;
	opacity: 1;
	mix-blend-mode: multiply;
	visibility: hidden;
	transform: scale(0);
}

section.our-team-area .owl-carousel .single-team-item:hover::before {
	visibility: visible;
	transform: scale(1);
}

section.our-team-area .owl-carousel .single-team-item:hover .social {
	opacity: 1;
	visibility: visible;
	left: 20px;
}

section.our-team-area .owl-carousel .single-team-item:hover .team-details {
	bottom: 15px;
	visibility: visible;
	opacity: 1;
	transform: translate(-50%) scale(1);
}

section.our-team-area .owl-carousel .single-team-item .social {
	position: absolute;
	top: 15px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s all;
}

section.our-team-area .owl-carousel .single-team-item .social ul {
	margin-top: 10px;
}

section.our-team-area .owl-carousel .single-team-item .social ul li {
	display: block;
	margin-bottom: 10px;
}

section.our-team-area .owl-carousel .single-team-item .social ul li:last-child {
	margin-bottom: 0;
}

section.our-team-area .owl-carousel .single-team-item .social ul li a i {
	color: #fff;
	font-size: 18px;
	transition: 0.3s all;
}

section.our-team-area .owl-carousel .single-team-item .social ul li a i:hover {
	color: #50c2d6;
}

section.our-team-area .owl-carousel .single-team-item .team-details {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scale(0.3);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s all;
}

section.our-team-area .owl-carousel .single-team-item .team-details h4 {
	font-size: 24px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1.2;
	color: #fff;
}

section.our-team-area .owl-carousel .single-team-item .team-details span {
	color: #fff;
	text-transform: capitalize;
}

section.our-team-area .owl-carousel .owl-dots.disabled {
	display: block;
}

section.our-team-area .owl-carousel .owl-dots {
	text-align: center;
	margin-top: 33px;
}

section.our-team-area .owl-carousel .owl-dots button.owl-dot.active {
	background-image: linear-gradient(
		to bottom,
		#87c150,
		#79c063,
		#6ebe73,
		#66bc82,
		#63b98e,
		#54b89a,
		#47b7a6,
		#3eb5b1,
		#05b4c4,
		#00b1d6,
		#00ade6,
		#44a6f0
	);
}

section.our-team-area .owl-carousel .owl-dots button.owl-dot {
	height: 13px;
	width: 13px;
	background: #e6e6e6;
	margin-right: 15px;
	border-radius: 50%;
}

section.our-team-area .owl-carousel .owl-dots button.owl-dot:last-child {
	margin-right: 0;
}

/* 09 ----------------our-team area End-------------------*/
/* 10 ----------------Subscribe area Start-------------------*/
section.subscribe-area {
	padding-bottom: 120px;
}

section.subscribe-area .container {
	position: relative;
	z-index: 1;
}

section.subscribe-area .container::before {
	position: absolute;
	content: "";
	background-image: url(images/shape1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 310px;
	height: 135px;
	left: -60px;
	top: -65px;
	z-index: -1;
}

section.subscribe-area .container::after {
	position: absolute;
	content: "";
	background-image: url(images/shape4.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 105px;
	height: 240px;
	right: -45px;
	bottom: -70px;
	z-index: -1;
}

section.subscribe-area .subscribe-now {
	background: #f6f6f6;
	border-radius: 30px;
	max-width: 1170px;
	margin: 0 auto;
	padding: 75px 120px;
	position: relative;
	z-index: 1;
}

section.subscribe-area .subscribe-now::before {
	position: absolute;
	content: "";
	background-image: url(images/subscribe-shape1.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 113px;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 30px 0px 0px 0px;
}

section.subscribe-area .subscribe-now::after {
	position: absolute;
	content: "";
	background-image: url(images/subscribe-shape2.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 113px;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 0px 0px 30px 0px;
}

section.subscribe-area .subscribe-col7 {
	align-self: center;
}

section.subscribe-area .subscribe-content {
	text-align: center;
	max-width: 570px;
	margin: 0 auto;
}

section.subscribe-area .subscribe-content h2 {
	font-size: 40px;
	margin-bottom: 0;
	text-align: left;
	max-width: 320px;
}

section.subscribe-area form {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
}

section.subscribe-area form input {
	width: 100%;
	max-width: 270px;
	border: 1px solid #cccccc;
	background: none;
	border-radius: 50px;
	padding: 15px 30px;
	margin-right: 30px;
	float: left;
}

section.subscribe-area form input::placeholder {
	text-transform: capitalize;
	font-size: 16px;
	line-height: 1;
	color: #b7b7b7;
}

section.subscribe-area form button {
	float: left;
	width: 100%;
	max-width: 200px;
	border: none;
	background-image: linear-gradient(
		to bottom,
		#87c150,
		#74c067,
		#64bf7b,
		#5bbc8c,
		#59b89a,
		#4cb7a6,
		#44b5b0,
		#42b2b9,
		#24b1c9,
		#02afd8,
		#1babe6,
		#44a6f0
	);
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	text-transform: capitalize;
	padding: 17px 30px;
	cursor: pointer;
}

section.subscribe-area form button::before {
	border-radius: 50px;
}

/* 10 ----------------Subscribe area End-------------------*/
/* 11 ----------------contact area start-------------------*/
section.contact-area {
	padding: 50px 0;
}

section.contact-area form {
	background: url(images/pharma/contact-form-bg.jpeg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

section.contact-area .contact-form-col {
	margin: auto;
}

section.contact-area p.form-message {
	background: #dbf0d9;
	margin-top: 30px;
	margin-bottom: 0 !important;
}

section.contact-area p.form-message.error {
	background: #ffeeee;
	padding: 15px;
	margin-bottom: 0 !important;
}

section.contact-area form {
	position: relative;
	z-index: 1;
	max-width: 1170px;
	margin: 0 auto;
	padding: 60px 50px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* section.contact-area form::before {
  position: absolute;
  content: "";
  background-image: url("images/icone/form-img-1.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 113px;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 30px 0px 0px 0px;
} */

/* section.contact-area form::after {
  position: absolute;
  content: "";
  background-image: url('images/icone/form-img-2.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 113px;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0px 0px 30px 0px;
} */

section.contact-area form .section-title {
	margin-bottom: 40px;
}

section.contact-area form .name-email-input {
	width: 100%;
}

section.contact-area form .name-email-input input {
	width: 48%;
	float: left;
}

section.contact-area form .name-email-input input.name-input {
	float: left;
}

section.contact-area form .name-email-input input.email-input {
	float: right;
}

section.contact-area form input {
	width: 100%;
	border: 1px solid #b7b7b7;
	height: 55px;
	margin-bottom: 30px;
	padding: 15px;
	border-radius: 10px;
}

section.contact-area form input::placeholder {
	font-size: 16px;
	font-weight: 500;
	color: #0e3c7b;
	opacity: 40%;
	text-transform: capitalize;
}

section.contact-area form textarea {
	padding: 15px;
	width: 100%;
	height: 180px;
	border: 1px solid #b7b7b7;
	resize: none;
	margin-bottom: 52px;
	border-radius: 10px;
}

section.contact-area form textarea::placeholder {
	font-size: 16px;
	color: #0e3c7b;
	opacity: 40%;
}

section.contact-area form button {
	border: none;
}

/* 10 ----------------contact area end-------------------*/
/* 12 ----------------footer area Start-------------------*/
footer.footer-area {
	/* background-image: url(images/footer-bg.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 50px;
	position: relative;
	z-index: 1;
}

footer.footer-area::before {
	position: absolute;
	content: "";
	background-color: #eaeaea;
	/* background: #50C2D6; */
	opacity: 0.9;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

footer.footer-area .single-footer-item1 {
	max-width: 600px;
	margin: auto;
	text-align: left;
}

footer.footer-area .single-footer-item .footer-logo {
	margin-bottom: 50px;
}

footer.footer-area .single-footer-item p {
	/* color: #fff; */
}

footer.footer-area .single-footer-item .footer-social ul li {
	display: inline-block;
	margin-right: 10px;
}

footer.footer-area .single-footer-item .footer-social ul li:last-child {
	margin-right: 0;
}

footer.footer-area .single-footer-item .footer-social ul li a i {
	font-size: 20px;
	color: #50c2d6;
	margin-right: 10px;
	transition: 0.3s all;
}

footer.footer-area .single-footer-item .footer-social ul li a i:hover {
	/* color: #84C058; */
	color: #50c2d6;
}

footer.footer-area .single-footer-item ul li a {
	color: #fff;
}

footer.footer-area .footer-bottom {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-top: 1px solid #707070;
}

footer.footer-area .footer-bottom ul li {
	display: inline-block;
	margin-right: 42px;
	color: gray;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	z-index: 1;
}

footer.footer-area .footer-bottom ul li::before {
	position: absolute;
	content: "";
	background: gray;
	height: 13px;
	width: 2px;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

footer.footer-area .footer-bottom ul li:first-child::before {
	display: none;
}

footer.footer-area .footer-bottom ul li a {
	color: gray;
	font-size: 16px;
	font-weight: 400;
	transition: 0.3s all;
}

footer.footer-area .footer-bottom ul li a:hover {
	color: #87c251;
}

/*----------------footer-area End-------------------*/
/* 13 ===========================================================
                  Media Query Start
===========================================================*/
@media only screen and (max-width: 1550px) {
	section.about-area .about-img {
		height: unset;
	}

	section.about-area .about-img img {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

	section.about-area .about-img .experience {
		left: -50px;
	}

	section.about-area .about-img .experience img {
		position: absolute;
	}

	section.about-area .about-img .happy-patient {
		width: 320px;
		bottom: -40px;
		left: 50%;
		transform: translateX(-50%);
	}

	section.about-area .about-img .happy-patient img {
		position: absolute;
	}

	section.about-area .details-col {
		padding-top: 0;
	}

	section.department-area .single-department-details .department-col5 .department-img .cardiology {
		padding: 15px 30px;
		border-radius: 30px;
		position: absolute;
		top: -40px;
		left: -80px;
	}

	section.department-area .single-department-details .department-col5 img {
		max-width: 100%;
		margin-left: 0;
	}
}

@media only screen and (max-width: 1340px) {
	section.about-area .about-details {
		margin-right: 0;
		padding-left: 0;
	}

	section.service-area .service-col::after {
		position: absolute;
		content: "";
		background-image: url(images/shape5.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		width: 240px;
		height: 105px;
		right: 0;
		opacity: 1;
	}

	section.patients-area .patient .review {
		right: unset;
		bottom: unset;
		top: -40px;
		left: -55px;
		width: 330px;
		border-radius: 20px;
	}

	section.department-area ul.nav-tabs {
		margin-bottom: 0px;
	}

	section.department-area .single-department-details .department-col5 .department-img .cardiology {
		width: 215px;
		padding: 15px 30px;
		border-radius: 20px;
		top: -70px;
		left: 50%;
		transform: translateX(-50%);
	}

	section.department-area .single-department-details .department-col5 .department-img .cardiology img {
		width: 100%;
		height: 100%;
		max-width: 45px;
		margin: 0 auto;
	}

	section.department-area .single-department-details .department-col5 .department-img .cardiology h4 {
		font-size: 20px;
	}

	section.department-area .single-department-details .department-col5 .department-img .doctor {
		padding: 15px 30px;
		bottom: -50px;
		right: -60px;
	}

	section.department-area .single-department-details .department-col5 .department-img .doctor img {
		width: 100%;
		height: unset;
		max-width: 40px;
		left: 30px;
	}

	section.department-area .single-department-details .department-col5 .department-img .doctor h4 {
		font-size: 20px;
		padding-left: 60px;
	}

	section.subscribe-area .container::after {
		background-image: url(images/shape1.png);
		width: 310px;
		height: 135px;
		right: 0;
		bottom: -70px;
		z-index: -1;
	}
}

@media only screen and (max-width: 1240px) {
	section.book-appionment-area .book-appionment {
		padding: 60px 15px 53px 30px;
	}

	section.book-appionment-area .book-appionment .content h3 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	section.about-area .about-img img {
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

	section.about-area .about-img .experience {
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
	}

	section.about-area .about-img .experience img {
		position: absolute;
	}

	section.about-area .about-img .experience h4 {
		font-size: 20px;
	}

	section.about-area .about-img .happy-patient {
		width: 320px;
		left: 50%;
		transform: translateX(-50%);
	}

	section.about-area .about-img .happy-patient img {
		position: absolute;
	}

	section.about-area .about-img .happy-patient h4 {
		font-size: 20px;
	}

	section.about-area .about-details h2 {
		font-size: 40px;
	}

	section.about-area .about-details .about-btn {
		margin-top: 35px;
	}

	section.patients-area .patients-details h2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 1200px) {
	section.hero-area {
		padding-top: 140px;
		padding-bottom: 230px;
	}

	section.hero-area .hero-content h1 {
		font-size: 50px;
	}

	section.about-area {
		padding-top: 260px;
		padding-bottom: 80px;
	}

	section.choose-area {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	section.subscribe-area .subscribe-now {
		padding: 75px 50px;
	}

	section.laboratory-area .laboratory-col7 {
		padding-left: 50px;
		bottom: -185px;
	}

	section.laboratory-area .laboratory-col7 .owl-dots {
		left: 15px;
	}

	section.department-area {
		padding-top: 80px;
		padding-bottom: 120px;
	}

	section.department-area .heading {
		margin-bottom: 30px;
	}

	section.patients-area {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	section.patients-area .patient-col5 {
		align-self: center;
	}

	section.our-team-area {
		padding-top: 70px;
		padding-bottom: 80px;
	}

	footer.footer-area {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 1100px) {
	section.choose-area .heading h2 {
		font-size: 40px;
		margin-top: 0;
	}

	section.choose-area .single-choose-item .choose-details h4 {
		color: #7ebd66;
		font-size: 24px;
	}

	section.laboratory-area .laboratory-col7 {
		position: relative;
		bottom: 0;
		right: 0;
	}

	section.department-area ul.nav-tabs .nav-link h4 {
		font-size: 24px;
	}

	section.subscribe-area .subscribe-now {
		padding: 75px 50px;
	}

	section.subscribe-area .subscribe-now .subscribe-col5 {
		max-width: 100%;
		flex: 100%;
		margin-bottom: 50px;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 {
		max-width: 100%;
		flex: 100%;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 form {
		max-width: 570px;
	}
}
@media only screen and (max-width: 1050px) {
	header.header-area .main-menu ul {
		column-gap: 10px;
	}
}
@media only screen and (max-width: 991px) {
	.header-area {
		padding: 0 !important;
		background: #fefefe;
		z-index: 999;
	}

	.header-area .main-menu {
		display: none;
	}

	.header-area .header-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header-area .logo-col {
		width: max-content;
	}

	.header-area .slicknav_menu {
		display: contents;
	}

	.header-area .slicknav_menu .slicknav_btn {
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 10px 0 0;
		background: #33a2ed;
		display: none;
	}

	.header-area .slicknav_menu .slicknav_nav {
		position: absolute;
		width: 100%;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 99999;
		background: #27447a;
	}

	.header-area .slicknav_menu .slicknav_nav ul {
		background: #000000;
		margin: 0 !important;
		padding-top: 10px;
		padding-bottom: 20px;
		overflow-y: auto !important;
		max-height: 80vh !important;
	}

	.header-area .slicknav_menu .slicknav_nav ul li {
		display: block;
		margin: 10px 0;
	}

	.header-area .slicknav_menu .slicknav_nav ul li:last-child {
		margin-top: 25px;
		margin-right: 15px;
		margin-left: 15px;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a {
		font-size: 18px;
		padding: 5px 15px;
		margin: 0;
		color: #ffffff;
		transition: 0.3s all;
	}
	.logo-area a {
		width: 300px;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a::after {
		display: none;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0 !important;
		color: #ffffff !important;
		background: #22719d !important;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a.btn1 {
		max-width: 800px;
		margin: 0 auto;
		padding: 10px 15px;
		text-align: center;
		border-radius: 20px;
		background: #71bf67 !important;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a.btn1:hover {
		border-radius: 20px !important;
		background: #22719d !important;
	}

	.header-area .slicknav_menu .slicknav_nav ul li a.btn1::before {
		display: none;
	}

	.slicknav_nav ul {
		margin: 0 !important;
	}

	section.hero-area {
		padding-top: 120px;
		padding-bottom: 70px;
	}

	section.hero-area .hero-content {
		max-width: 500px;
		margin: 0 auto;
		text-align: center;
	}

	section.hero-area .hero-content h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	section.hero-area .hero-content h1 span {
		margin-top: 5px;
	}

	section.hero-area .hero-content p {
		font-size: 20px;
		margin-bottom: 38px;
	}

	section.hero-area .hero-content .hero-btn ul {
		display: flex;
		justify-content: center;
	}

	section.hero-area .hero-content .hero-btn ul li {
		display: inline-block;
		align-self: center;
	}

	section.hero-area .hero-content .hero-btn ul li:first-child {
		margin-right: 25px;
	}

	section.book-appionment-area {
		background: #fff;
		position: relative;
		width: 100%;
		margin-top: 0;
		padding: 50px 0px;
	}

	section.book-appionment-area .book-appionment {
		padding: 0;
		border-radius: 0;
		background: none;
		box-shadow: none;
		text-align: center;
	}

	section.book-appionment-area .book-appionment .form-col5 {
		float: none;
		margin-bottom: 50px;
	}

	section.book-appionment-area .book-appionment .form-col5 .content {
		margin-top: 0;
		max-width: 500px;
		margin: 0 auto;
	}

	section.book-appionment-area .book-appionment form .form-col6 {
		max-width: 50%;
	}

	section.about-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	section.about-area .about-img {
		text-align: center;
		margin-bottom: 50px;
	}

	section.about-area .about-img .experience h4 {
		text-align: left;
	}

	section.about-area .about-img .happy-patient h4 {
		text-align: left;
	}

	/* section.about-area .details-col {
    padding-top: 50px;
  } */

	section.about-area .about-details {
		max-width: 550px;
		margin: 0 auto;
		text-align: center;
	}

	section.about-area .about-details h2 {
		font-size: 40px;
		margin-bottom: 28px;
	}

	section.about-area .about-details p {
		margin-bottom: 38px;
	}

	section.about-area .about-details p:nth-child(3) {
		margin-bottom: 0 !important;
	}

	section.about-area .about-details .about-btn {
		margin-top: 55px;
	}

	section.choose-area {
		padding-top: 60px;
		padding-bottom: 60px;
		background: #f9f9f9;
	}

	section.choose-area::after {
		display: none;
	}

	section.choose-area::before {
		display: none;
	}

	section.choose-area .shape1::before {
		position: absolute;
		content: "";
		background-image: url(images/shape2.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 135px;
		height: 310px;
		left: 0;
		top: 0;
		z-index: 1;
		opacity: 0.4;
	}

	section.choose-area .heading {
		margin-bottom: 35px;
		text-align: center;
	}

	section.choose-area .single-choose-item {
		margin-bottom: 35px;
	}

	section.choose-area .single-choose-item:last-child {
		margin-bottom: 0;
	}

	section.choose-area .single-choose-item span {
		font-size: 70px;
	}

	section.choose-area .single-choose-item .choose-details {
		padding-left: 65px;
	}

	section.choose-area .choose-col {
		padding: 50px 0px;
		max-width: 600px;
		margin: 0 auto;
	}

	section.choose-area .choose-col::before {
		background-image: url(images/shape2.png);
		width: 135px;
		height: 310px;
		left: 0;
		bottom: 0;
		opacity: 0.6;
	}

	section.choose-area .choose-img {
		padding: 0;
		max-width: 600px;
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 40px;
	}

	section.choose-area .choose-img .image {
		position: relative;
		z-index: 999;
		transition: 0.5s all;
	}

	section.choose-area .choose-img .image:hover {
		transform: scale(1.1);
	}

	section.choose-area .choose-img .image::before {
		position: absolute;
		content: "";
		/* background: transparent linear-gradient(180deg, #88c250 0%, #7fbe63 12%, #6ab596 38%, #61b2ac 48%, #44a6f1 100%); */
		mix-blend-mode: multiply;
		opacity: 1;
		width: 100%;
		height: 100%;
		right: 0;
		top: 0;
		z-index: 1;
	}

	section.choose-area .choose-img img {
		display: block;
	}

	section.company-area {
		padding-top: 50px;
		padding-bottom: 20px;
	}

	section.company-area .company-col3 {
		margin-bottom: 30px;
	}

	section.company-area .company-col3 .single-company-item {
		text-align: center;
		box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
		height: 230px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		transition: 0.5s all;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	section.company-area .company-col3 .single-company-item::before {
		position: absolute;
		content: "";
		background: #30a9ef;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		transform: scale(0);
		transition: 0.5s all;
	}

	section.company-area .company-col3 .single-company-item:hover::before {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: 0.5s all;
	}

	section.company-area .company-col3 .single-company-item a {
		display: block;
		align-self: center;
		overflow: hidden;
	}

	section.company-area .company-col3 .single-company-item a img {
		display: block;
		width: 100%;
		object-fit: cover;
	}

	section.laboratory-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.laboratory-area .heading {
		max-width: 650px;
		margin: 0 auto;
	}

	section.laboratory-area .heading h2 {
		font-size: 40px;
	}

	section.laboratory-area .heading h2 br {
		display: none;
	}

	section.laboratory-area .laboratory-details {
		max-width: 650px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	section.laboratory-area .laboratory-details p {
		margin-bottom: 20px;
	}

	section.laboratory-area .laboratory-details .laboratory-btn {
		margin-top: 35px;
	}

	section.laboratory-area .laboratory-col7 {
		max-width: 650px;
		margin: 0 auto;
		padding-left: 15px;
		position: relative;
		bottom: 0;
	}

	section.laboratory-area .laboratory-col7 .single-laboratory-item {
		max-width: 650px;
	}

	section.laboratory-area .laboratory-col7 .single-laboratory-item:hover {
		transform: unset;
	}

	section.laboratory-area .laboratory-col7 .owl-dots {
		margin-top: 30px;
		position: relative;
		top: unset;
		transform: unset;
		text-align: center;
		left: 0;
	}

	section.laboratory-area .laboratory-col7 .owl-dots button.owl-dot {
		display: inline-block;
		margin-right: 15px;
	}

	section.laboratory-area .laboratory-col7 .owl-dots button.owl-dot:last-child {
		margin-right: 0;
	}

	section.department-area {
		padding: 50px 0px;
	}

	section.department-area .heading {
		margin-bottom: 52px;
	}

	section.department-area .heading h2 {
		font-size: 40px;
	}

	section.department-area ul.nav-tabs {
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		display: block;
	}

	section.department-area ul.nav-tabs .nav-item {
		max-width: 33.33%;
		float: left;
		margin: 0 auto;
	}

	section.department-area ul.nav-tabs .nav-link h4 {
		text-transform: capitalize;
		font-size: 20px;
	}

	section.department-area .single-department-details {
		float: left;
		margin-top: 130px;
	}

	section.department-area .single-department-details .department-col5 .department-img .doctor {
		bottom: -50px;
		right: -30px;
	}

	section.department-area .single-department-details .department-col7 .department-details h3 {
		margin-bottom: 25px;
	}

	section.department-area .single-department-details .department-col7 .department-details p {
		margin-top: 0;
		margin-bottom: 0;
	}

	section.department-area .single-department-details .department-col7 .department-details .depatrment-btn {
		margin-top: 30px;
	}

	section.service-area {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.service-area .service-col::before,
	section.service-area .service-col::after {
		display: none;
	}

	section.service-area .service-content {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	section.service-area .service-content::before {
		display: none;
	}

	section.service-area .service-content::after {
		max-width: 50%;
		width: 100%;
	}

	section.service-area .service-content .service-title {
		position: relative;
		width: 100%;
		bottom: 0;
	}

	section.service-area .service-content .service-title h2 {
		font-size: 40px;
	}

	section.patients-area {
		padding-top: 100px;
		padding-bottom: 70px;
		background: #f9f9f9;
	}

	section.patients-area::before {
		display: none;
	}

	section.patients-area::after {
		display: none;
	}

	section.patients-area .patient-col7 {
		order: 2;
		padding-right: 15px;
	}

	section.patients-area .patient-col7::before {
		display: none;
	}

	section.patients-area .patient-col7 .patients-heading {
		max-width: 550px;
		margin: 0 auto;
		text-align: center;
	}

	section.patients-area .patient-col7 .patients-heading h2 {
		font-size: 40px;
	}

	section.patients-area .patient-col7 .patients-heading h2 br {
		display: none;
	}

	section.patients-area .patient-col7 .patients-heading p {
		max-width: 100%;
	}

	section.patients-area .patient-col5 {
		order: 1;
	}

	section.patients-area .patient-col5 .patient {
		position: relative;
		max-width: 550px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	section.patients-area .patient-col5 .patient img {
		border-radius: 30px;
	}

	section.patients-area .patients-details {
		max-width: 550px;
		margin: 0 auto;
		margin-bottom: 50px;
	}

	section.patients-area .patients-details h2 br {
		display: none;
	}

	section.patients-area .patients-details p {
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 25px;
	}

	section.patients-area .owl-carousel {
		max-width: 600px;
		margin: 0 auto;
	}

	section.patients-area .single-patient-item {
		max-width: 100%;
		margin: 10px auto;
	}

	section.our-team-area {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	section.our-team-area .heading {
		margin-bottom: 35px;
	}

	section.our-team-area .heading h2 {
		font-size: 40px;
	}

	section.subscribe-area {
		background: none;
		padding-top: 70px;
		padding-bottom: 0;
	}

	section.subscribe-area .subscribe-content h2 {
		font-size: 40px;
	}

	section.subscribe-area .container::before {
		display: none;
	}

	section.subscribe-area .container::after {
		display: none;
	}

	section.subscribe-area .subscribe-now {
		padding: 75px 50px;
		max-width: 700px;
	}

	section.subscribe-area .subscribe-now .subscribe-col5 {
		max-width: 100%;
		flex: 100%;
		margin-bottom: 30px;
	}

	section.subscribe-area .subscribe-now .subscribe-col5 .subscribe-content {
		max-width: 430px;
		margin: 0 auto;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 {
		max-width: 100%;
		flex: 100%;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 form {
		max-width: 430px;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 form input {
		width: unset;
		max-width: unset;
		padding: 12px 30px;
		margin-right: 30px;
	}

	section.subscribe-area .subscribe-now .subscribe-col7 form button {
		width: unset;
		max-width: unset;
		padding: 12px 30px;
	}

	section.contact-area {
		padding: 50px 0;
	}

	section.contact-area form {
		max-width: 700px;
		padding: 80px 70px;
		margin: auto;
	}

	footer.footer-area {
		padding-top: 60px;
	}

	footer.footer-area .single-footer-item {
		margin-bottom: 50px;
	}

	footer.footer-area .single-footer-item .footer-logo {
		margin-bottom: 15px;
	}

	footer.footer-area .single-footer-item .title h4 {
		margin-bottom: 15px;
	}

	footer.footer-area .single-footer-item .contact {
		max-width: 100%;
		margin-left: unset;
	}

	footer.footer-area .footer-bottom {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.btn1 {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		text-transform: capitalize;
		padding: 11px 23px;
		padding-bottom: 9px;
	}

	header.header-area .header-container .contact {
		max-width: 215px;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	header.header-area .header-container .contact ul li {
		display: block;
		margin-right: 0;
		text-align: left;
	}

	header.header-area .header-container .social {
		max-width: 215px;
		margin: 0 auto;
	}

	header.header-area .header-container .social ul li {
		margin-right: 14px;
	}

	header.header-area .header-container .social ul li:last-child {
		margin-right: 0;
	}

	section.hero-area {
		padding-bottom: 60px;
	}

	section.hero-area .hero-content h1 {
		font-size: 30px;
	}

	section.hero-area .hero-content p {
		font-size: 16px;
	}

	section.hero-area .hero-content .hero-btn ul {
		display: block;
		text-align: center;
	}

	section.hero-area .hero-content .hero-btn ul li {
		display: block;
		margin-bottom: 35px;
		margin-right: 0 !important;
	}

	section.hero-area .hero-content .hero-btn ul li:last-child {
		margin-bottom: 0;
	}

	section.hero-area .hero-content .hero-btn ul li:last-child a {
		max-width: 40px;
	}

	section.hero-area .hero-img img {
		max-width: 100%;
	}

	section.book-appionment-area {
		padding: 50px 0px 30px 0px;
	}

	section.book-appionment-area .book-appionment .form-col5 {
		float: none;
		margin-bottom: 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 {
		max-width: 100%;
		margin-bottom: 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 input {
		margin-bottom: 0;
		padding: 12px 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 select {
		padding: 12px 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 button {
		padding: 14px 30px;
	}

	section.about-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.about-area .about-details h2 {
		font-size: 30px;
	}

	section.about-area .about-details h2 br {
		display: none;
	}

	section.about-area .about-details p {
		margin-bottom: 15px;
	}

	section.about-area .about-details .about-btn {
		margin-top: 30px;
	}

	section.choose-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.choose-area .heading {
		margin-bottom: 20px;
	}

	section.choose-area .heading h2 {
		font-size: 30px;
		color: #50c2d6;
	}

	section.choose-area .choose-img {
		padding: 0 15px;
	}

	section.choose-area .choose-img .image {
		transform: none;
	}

	section.choose-area .choose-img a {
		max-width: 50px;
	}

	section.choose-area .choose-col {
		background: none;
		max-width: 100%;
		padding: 0px 15px;
	}

	section.choose-area .choose-col::after {
		display: none;
	}

	section.choose-area .choose-col::before {
		display: none;
	}

	section.choose-area .single-choose-item {
		max-width: 420px;
		text-align: center;
		margin-bottom: 0;
		padding: 25px 15px;
		background-image: linear-gradient(
			to top,
			#44a6f1,
			#00b1eb,
			#00b9d8,
			#00bebb,
			#00c099,
			#40c089,
			#5ebf79,
			#76be6b,
			#78be6a,
			#7abe68,
			#7cbd67,
			#7ebd66
		);
		border-radius: 0;
		margin-bottom: 30px;
		position: relative;
		transition: 0.5s all;
		z-index: 1;
		overflow: hidden;
	}

	section.choose-area .single-choose-item::before {
		position: absolute;
		content: "";
		background: #fff;
		width: 100%;
		height: 0;
		left: 0;
		bottom: 0;
		border-radius: 0px;
		z-index: -1;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item:hover {
		box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
	}

	section.choose-area .single-choose-item:hover::before {
		height: 100%;
	}

	section.choose-area .single-choose-item:hover span {
		position: relative;
		top: 0;
		color: #50c2d6;
		opacity: 0.1;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item:hover .choose-details {
		padding: 0 !important;
	}

	section.choose-area .single-choose-item:hover .choose-details h4 {
		margin-bottom: 10px;
		color: #7ebd66;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item:hover .choose-details p {
		max-width: 90%;
		margin: 0 auto;
		color: #777777;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item:last-child {
		margin-bottom: 0;
	}

	section.choose-area .single-choose-item span {
		position: relative;
		top: 0;
		color: #fff;
		opacity: 0.5;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item .choose-details {
		padding: 0 !important;
	}

	section.choose-area .single-choose-item .choose-details h4 {
		margin-bottom: 10px;
		color: #fff;
		transition: 0.5s all;
	}

	section.choose-area .single-choose-item .choose-details p {
		max-width: 90%;
		margin: 0 auto;
		color: #fff;
		transition: 0.5s all;
	}

	section.company-area {
		padding-bottom: 50px;
	}

	section.company-area .company-col3 {
		margin-bottom: 30px;
	}

	section.company-area .company-col3:last-child {
		margin-bottom: 0;
	}

	section.company-area .company-col3 .single-company-item {
		max-width: 350px;
		margin: 0 auto;
	}

	section.laboratory-area {
		padding-top: 50px;
		padding-bottom: 50px;
		background-image: none;
	}

	section.laboratory-area::before {
		opacity: 1;
		mix-blend-mode: unset;
	}

	section.laboratory-area .heading {
		text-align: center;
		margin-bottom: 20px;
	}

	section.laboratory-area .heading h2 {
		font-size: 30px;
	}

	section.laboratory-area .laboratory-details {
		text-align: center;
	}

	section.laboratory-area .laboratory-details p {
		margin-bottom: 20px;
	}

	section.department-area .heading {
		margin-bottom: 35px;
	}

	section.department-area .heading h2 {
		font-size: 30px;
	}

	section.department-area .tab-content {
		display: flex;
		flex-direction: column;
	}

	section.department-area ul.nav-tabs .nav-item .nav-link {
		padding-top: 80px;
	}

	section.department-area ul.nav-tabs .nav-item .nav-link img {
		max-width: 50px;
	}

	section.department-area .single-department-details .single-department-item {
		flex-direction: column;
	}

	section.department-area .single-department-details .single-department-item .department-col5 {
		float: none;
		margin-bottom: 95px;
	}

	section.department-area .single-department-details .single-department-item .department-col5 .department-img img {
		width: unset;
		margin: 0 auto;
	}

	section.department-area .single-department-details .single-department-item .department-col5 .department-img .doctor {
		bottom: -50px;
		right: 50%;
		transform: translateX(50%);
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.doctor
		img {
		width: 100% !important;
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.cardiology
		img {
		width: 100% !important;
	}

	section.department-area .single-department-details .single-department-item .department-col7 {
		float: none;
	}

	section.department-area .single-department-details .single-department-item .department-col7 .department-details {
		text-align: center;
		padding-left: 0;
	}

	section.department-area .single-department-details .single-department-item .department-col7 .department-details h3 {
		font-size: 26px;
	}

	section.service-area {
		background: #e6effd;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.service-area .service-content {
		padding-top: 0;
		padding-bottom: 0;
	}

	section.service-area .service-content::after {
		display: none;
	}

	section.service-area .service-content .service-title {
		margin-top: 35px;
		padding: 30px;
		border-radius: 0px 30px 30px 30px;
	}

	section.service-area .service-content .service-title h2 {
		font-size: 30px;
	}

	section.patients-area {
		padding-top: 90px;
		padding-bottom: 50px;
	}

	section.patients-area .patient-col5 {
		margin-top: 0;
	}

	section.patients-area .patient-col7 {
		margin-top: 0;
	}

	section.patients-area .patient .review {
		left: 0;
	}

	section.patients-area .patient .review h5 {
		font-size: 20px;
	}

	section.patients-area .patients-heading {
		text-align: center;
		margin-bottom: 30px;
		padding-left: 0;
	}

	section.patients-area .patients-heading::after {
		background-size: 100px;
		background-position: center;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	section.patients-area .patients-heading h2 {
		font-size: 30px !important;
	}

	section.patients-area .patients-heading p {
		max-width: 100%;
		margin-top: 5px;
		margin-bottom: 25px;
	}

	section.patients-area .single-patient-item .patient-img {
		position: relative;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}

	section.patients-area .single-patient-item .patient-img img {
		margin: 0 auto;
	}

	section.patients-area .single-patient-item .patient-details {
		text-align: center;
		padding-left: 0;
	}

	section.patients-area .single-patient-item .patient-details::after {
		background-size: 100px;
		background-position: center;
		right: 50%;
		top: 50%;
		transform: translate(50%, -50%);
	}

	section.patients-area .single-patient-item .patient-details h4 {
		font-size: 26px;
	}

	section.patients-area .single-patient-item .patient-details p {
		margin-top: 10px;
	}

	section.patients-area .owl-dots {
		margin-top: 15px;
	}

	section.our-team-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.our-team-area .heading {
		max-width: 550px;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	section.our-team-area .heading h2 {
		font-size: 30px;
	}

	section.our-team-area .owl-carousel {
		max-width: 100%;
		margin: 0 auto;
	}

	section.our-team-area .single-team-item {
		max-width: 350px;
		margin: 0 auto;
	}

	section.subscribe-area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	section.subscribe-area .subscribe-content h2 {
		font-size: 30px;
	}

	section.subscribe-area .subscribe-content p {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	section.subscribe-area .subscribe-content form {
		max-width: 450px;
	}

	section.subscribe-area .subscribe-content form input {
		padding: 11px 30px;
		padding-right: 125px;
	}

	section.subscribe-area .subscribe-content form button {
		font-size: 16px;
		padding: 8px 20px;
	}

	section.subscribe-area {
		background: #f6f6f6;
	}

	section.subscribe-area .subscribe-now {
		background: none;
		border-radius: 0;
		padding: 0 !important;
	}

	section.subscribe-area .subscribe-now::before,
	section.subscribe-area .subscribe-now::after {
		display: none;
	}

	section.subscribe-area .subscribe-content h2 {
		max-width: 100%;
		text-align: center;
		font-size: 26px;
	}

	section.subscribe-area form {
		margin: 0 auto;
	}

	section.subscribe-area .subscribe-col7 {
		margin: 0 auto;
		padding: 0;
	}

	section.contact-area {
		padding: 50px 0;
	}

	section.contact-area form {
		max-width: 600px;
		margin: auto;
		padding: 50px 30px;
	}

	section.contact-area form::after,
	section.contact-area form::before {
		display: none;
	}

	section.contact-area form h2 {
		font-size: 26px;
	}

	section.contact-area form .name-email-input {
		width: 100%;
	}

	section.contact-area form .name-email-input input {
		width: 100%;
		float: left;
	}

	section.contact-area form .name-email-input input.email-input {
		float: none;
	}

	section.contact-area form input {
		height: 50px;
		padding: 0 15px;
	}

	section.contact-area form input::placeholder {
		font-size: 14px;
	}

	section.contact-area form textarea {
		padding: 15px;
		height: 150px;
		margin-bottom: 40px;
	}

	section.contact-area form textarea::placeholder {
		font-size: 14px;
	}

	footer.footer-area {
		padding-top: 40px;
	}

	footer.footer-area .single-footer-item {
		margin-bottom: 35px;
	}

	footer.footer-area .single-footer-item .footer-logo {
		margin-bottom: 15px;
	}

	footer.footer-area .footer-bottom {
		padding: 20px 0px;
	}

	footer.footer-area .footer-bottom ul li {
		max-width: 350px;
		margin: 0 auto;
		text-align: left;
		display: block;
		text-align: center;
	}

	footer.footer-area .footer-bottom ul li::before {
		display: none;
	}

	footer.footer-area .footer-bottom ul li a {
		display: inline-block;
	}
}

@media only screen and (max-width: 579px) {
	section.choose-area .choose-img::before {
		top: 0;
		background-size: 40%;
	}

	section.choose-area .choose-img::after {
		background-size: 40%;
		bottom: 0;
	}

	section.service-area .service-content .service-title h2 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 479px) {
	#loader {
		width: 130px !important;
		height: 130px !important;
	}

	.slicknav_menu nav.slicknav_nav ul li:last-child {
		margin: 15px;
	}

	.slicknav_menu nav.slicknav_nav ul li:last-child a {
		padding: 10px 15px;
	}

	.slicknav_menu nav.slicknav_nav ul li a {
		font-size: 15px;
		padding: 8px 15px;
	}

	.btn1 {
		font-size: 14px;
	}

	section.hero-area {
		padding-top: 110px;
		padding-bottom: 50px;
	}

	section.hero-area .hero-content h1 {
		font-size: 26px;
	}

	section.hero-area .hero-content p {
		font-size: 14px;
		margin-bottom: 25px;
	}

	section.book-appionment-area {
		padding-top: 40px;
		padding-bottom: 10px;
	}

	section.book-appionment-area .book-appionment .form-col5 .content h3 {
		font-size: 26px;
	}

	section.book-appionment-area .book-appionment .form-col5 .content p {
		font-size: 14px;
	}

	section.book-appionment-area .book-appionment form .form-col6 {
		max-width: 100%;
		margin-bottom: 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 input {
		margin-bottom: 0;
		padding: 8px 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 select {
		padding: 8px 30px;
	}

	section.book-appionment-area .book-appionment form .form-col6 button {
		padding: 12px 30px;
		font-size: 16px;
	}

	section.about-area {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	section.about-area .about-img .experience {
		padding: 10px 15px;
	}

	section.about-area .about-img .experience img {
		max-width: 75px;
		left: 0px;
	}

	section.about-area .about-img .experience h4 {
		font-size: 16px;
		padding-left: 50px;
	}

	section.about-area .about-img .happy-patient {
		width: 200px;
		padding: 10px 15px;
	}

	section.about-area .about-img .happy-patient img {
		max-width: 107px;
		left: 15px;
	}

	section.about-area .about-img .happy-patient h4 {
		font-size: 16px;
		padding-left: 50px;
	}

	section.about-area .about-details {
		text-align: center;
	}

	section.about-area .about-details h2 {
		font-size: 26px;
	}

	section.about-area .about-details p {
		font-size: 14px;
	}

	section.choose-area {
		padding-top: 50px;
	}

	section.choose-area .heading {
		margin-bottom: 40px;
	}

	section.choose-area .heading h2 {
		font-size: 26px;
	}

	section.choose-area .choose-col {
		padding: 0 !important;
	}

	section.choose-area .choose-img::before {
		top: -25px;
	}

	section.choose-area .choose-img::after {
		bottom: -20px;
		right: 10px;
	}

	section.choose-area .choose-img a {
		max-width: 30px;
	}

	section.choose-area .single-choose-item span {
		font-size: 50px;
	}

	section.choose-area .single-choose-item .choose-details h4 {
		font-size: 18px;
	}

	section.choose-area .single-choose-item .choose-details p {
		font-size: 14px;
	}

	section.laboratory-area .heading {
		margin-bottom: 20px;
	}

	section.laboratory-area .heading h2 {
		font-size: 26px;
		margin-bottom: 0;
	}

	section.laboratory-area .laboratory-details {
		margin-bottom: 40px;
	}

	section.laboratory-area .laboratory-details p {
		margin-bottom: 20px;
		font-size: 14px;
	}

	section.department-area .heading {
		margin-bottom: 35px;
	}

	section.department-area .heading h2 {
		font-size: 26px;
	}

	section.department-area .heading p {
		font-size: 14px;
	}

	section.department-area ul.nav-tabs .nav-item {
		max-width: 50%;
		background: #fff !important;
	}

	section.department-area ul.nav-tabs .nav-item .nav-link {
		padding-top: 60px;
	}

	section.department-area ul.nav-tabs .nav-item .nav-link img {
		max-width: 90px;
		top: 15px;
	}

	section.department-area ul.nav-tabs .nav-item .nav-link h4 {
		font-size: 18px;
	}

	section.department-area .single-department-details {
		margin-top: 110px;
	}

	section.department-area .single-department-details .single-department-item .department-col7 .department-details h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	section.department-area .single-department-details .single-department-item .department-col7 .department-details p {
		font-size: 14px;
	}

	section.department-area .single-department-details .single-department-item .department-col5 {
		margin-bottom: 70px;
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.cardiology {
		width: 170px;
		padding: 15px 0px;
		border-radius: 20px;
		top: -70px;
		left: 50%;
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.cardiology
		h4 {
		font-size: 16px;
	}

	section.department-area .single-department-details .single-department-item .department-col5 .department-img .doctor {
		padding: 10px 0px;
		border-radius: 15px;
		bottom: -30px;
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 180px;
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.doctor
		img {
		left: 20px;
	}

	section.department-area
		.single-department-details
		.single-department-item
		.department-col5
		.department-img
		.doctor
		h4 {
		font-size: 16px;
		padding-left: 75px;
	}

	section.service-area .service-content .service-title {
		padding: 30px 15px;
	}

	section.service-area .service-content .service-title h2 {
		font-size: 24px;
	}

	section.patients-area {
		padding-top: 85px;
		padding-bottom: 50px;
	}

	section.patients-area .patient-col7 {
		margin-top: 0;
	}

	section.patients-area .patient-col5 .patient img {
		border-radius: 15px;
	}

	section.patients-area .patient {
		margin-bottom: 35px;
	}

	section.patients-area .patient .review {
		padding: 10px 15px;
		width: 210px;
		left: 50%;
		transform: translateX(-50%);
	}

	section.patients-area .patient .review img {
		left: 20px;
		width: 100%;
		height: unset;
		max-width: 40px;
	}

	section.patients-area .patient .review h5 {
		font-size: 16px;
		padding-left: 60px;
	}

	section.patients-area .patients-heading {
		margin-bottom: 30px;
	}

	section.patients-area .patients-heading h2 {
		font-size: 26px !important;
		margin-bottom: 10px;
	}

	section.patients-area .patients-heading p {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 14px;
	}

	section.patients-area .single-patient-item {
		padding: 20px 15px;
	}

	section.patients-area .single-patient-item .patient-img {
		margin-bottom: 10px;
	}

	section.patients-area .single-patient-item .patient-img img {
		width: 50px;
		height: 50px;
	}

	section.patients-area .single-patient-item .patient-details {
		text-align: center;
		padding-left: 0;
	}

	section.patients-area .single-patient-item .patient-details::after {
		background-size: 100px;
		background-position: center;
		right: 50%;
		top: 50%;
		transform: translate(50%, -50%);
	}

	section.patients-area .single-patient-item .patient-details h4 {
		font-size: 22px;
		line-height: 1.3;
	}

	section.patients-area .single-patient-item .patient-details p {
		margin-top: 5px;
		font-size: 14px;
		line-height: 1.7;
	}

	section.patients-area .owl-carousel .owl-dots {
		text-align: center;
		margin-top: 10px;
	}

	section.patients-area .owl-carousel .owl-dots button.owl-dot {
		height: 10px;
		width: 10px;
		margin-right: 10px;
	}

	section.our-team-area {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	section.our-team-area .heading h2 {
		font-size: 26px;
	}

	section.our-team-area .heading p {
		font-size: 14px;
	}

	section.our-team-area .single-team-item .team-details h4 {
		font-size: 22px !important;
	}

	section.our-team-area .owl-carousel .owl-dots {
		margin-top: 15px;
	}

	section.our-team-area .owl-carousel .owl-dots button.owl-dot {
		height: 10px;
		width: 10px;
		margin-right: 10px;
	}

	section.subscribe-area {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	section.subscribe-area form {
		margin: 0 auto;
	}

	section.subscribe-area form input {
		padding: 9px 15px !important;
		width: 100% !important;
		margin: auto;
	}

	section.subscribe-area form button {
		margin-top: 20px;
		width: 100% !important;
		font-size: 16px;
	}

	section.contact-area form {
		padding: 50px 20px;
	}

	footer.footer-area {
		padding-top: 40px;
	}

	footer.footer-area .heading h2 {
		font-size: 26px;
	}

	footer.footer-area .heading form input {
		padding: 7px 20px;
		padding-right: 92px;
	}

	footer.footer-area .heading form button {
		font-size: 14px;
		padding: 7px 10px;
		padding-bottom: 5px;
		right: 5px;
	}

	footer.footer-area .footer-bottom ul li {
		font-size: 15px;
	}

	footer.footer-area .footer-bottom ul li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 379px) {
	section.service-area .service-content .service-title h2 {
		font-size: 22px;
	}
}

.contact-no i {
	/* color: #fff; */
	font-size: 16px;
	align-items: left;
}

.contact-no a {
	color: grey;
}

.contact-no a:hover {
	color: #50c2d6;
}

.single-footer-item1 {
	text-align: left;
	/* color: #fff; */
}

.header-area {
	background-color: #fff;
}

@import url(css-1);

.snip1571 {
	background-color: #000;
	display: inline-block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	/* max-width: 315px;
  min-width: 230px; */
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.snip1571 *,
.snip1571 *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1571 img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
}

.snip1571 figcaption {
	bottom: 30px;
	left: 0;
	position: absolute;
	z-index: 0;
}

.snip1571 figcaption:before {
	background-color: #ffffff;
	bottom: -5px;
	content: "";
	left: 0;
	position: absolute;
	right: 100%;
	top: -5px;
	z-index: -1;
}

.snip1571 h3 {
	background-color: #50c2d6;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
	z-index: 1;
}

.snip1571 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1571:hover > img,
.snip1571.hover > img {
	opacity: 0.1;
}

.snip1571:hover figcaption:before,
.snip1571.hover figcaption:before {
	right: -5px;
}

/* ----------------------------------- */
details {
	position: relative;
	text-align: center;
}

details summary:focus {
	outline: none;
	justify-content: center;
}

details[open] {
	display: block;
	padding-bottom: 25px;
	padding-top: 10px;
	animation: open 0.2s linear;
}

details[open] summary {
	position: absolute;
	bottom: 0;
	left: 0;
}

details #open {
	padding-left: 5px;
	text-align: middle;
}

details #open:after {
	display: inline-block;
	position: relative;
	top: -3px;
	padding-left: 8px;
	content: "\00bb";
	transform: rotate(90deg);
}

details[open] #open {
	display: none;
}

details #close {
	display: none;
}

details[open] #close {
	display: block;
}

::-webkit-details-marker {
	display: none;
}

@keyframes open {
	0% {
		opacity: 0;
		transform: translateY(-10px);
	}

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

.Business-Model-list {
	padding: 30px;
}

.Business-Model-list ul li {
	list-style-type: disc;
}

/* mobile navigation bar css start */
/* --- Default Overrides - Personal Preference --- */

/* --- Clearfix for floated Elements --- */

/* I never ended up using this for the nav-bar */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --- Typography --- */

.small-caps {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 0.7rem;
}

.bolder {
	font-weight: bolder;
}

.lighter {
	font-weight: lighter;
}

.text-center {
	text-align: center;
}

.site-logo {
	font-size: 2rem;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	margin: 0 1rem;
}

/* --- Elements --- */

.nav-bar {
	position: fixed;
	/* lock to top */
	top: 0;
	width: 100%;
	/* full width */
	background-color: white;
	height: 60px;
	z-index: 1000;
	box-shadow:
		rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
		rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.nav-bar .container {
	display: flex;
	align-items: center;
	/* vertically center */
	height: 100%;
}

/* Hide checkbox that controls Mobile Nav Button*/
#drop-down-cbox {
	display: none;
}

/* Mobile Nav Button */
#drop-down-cbox + label {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	transition: all 10ms ease-in-out;
}
.logo-area {
	overflow: hidden;
}
.logo-area a {
	display: block;
}
.logo-area a img {
	object-fit: contain;
}
@media (max-width: 768px) {
	.logo-area {
		width: 100%;
	}
}

@media only screen and (max-width: 1195px) {
	section.hero-area .hero-content {
		text-align: left;
	}
}

table tr td {
	text-align: left;
}

.about-img img {
	border-radius: 50%;
	padding: 15px;
}

/* ================================== */
.lorem-ipsum {
	padding: 1em;
	margin: 1em;
}

/** carousel **/
.simple-carousel {
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;
	border-radius: 4px;
	height: 100vh !important;
	/* Carousel Heigth [now is full screen]*/
}

.simple-carousel ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simple-carousel ul li.slide {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	background: #ccc;
	text-align: center;
	line-height: 300px;
	background-size: cover;
	background-position: center;
}

.simple-carousel ul li.slide.active {
	opacity: 1;
}

.simple-carousel a.control_prev,
a.control_next {
	position: absolute;
	top: 40%;
	z-index: 999;
	display: block;
	padding: 5em 2em;
	color: #fff;
	text-decoration: none;
	opacity: 0.6;
	cursor: pointer;
}

.simple-carousel a.control_prev:hover,
a.control_next:hover {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.simple-carousel a.control_prev {
	left: 0;
	border-radius: 0 2px 2px 0;
}

.simple-carousel a.control_next {
	right: 0;
	border-radius: 2px 0 0 2px;
}

.slide-text h1 {
	color: #fff;
	font-size: 50px;
}

.hero-content {
	text-align: left;
}

.hero-content p {
	font-size: 20px;
}

.top-header {
	width: 100%;
	display: block;
	margin-top: 106px;
	padding: 20px 0;
	background-color: #50c2d6;
}

.card__img-container {
	width: 118px;
}
.card__img-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top-header h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.top-header ul li {
	display: inline;
	font-size: 18px;
}

.li-cative {
	color: black;
}

.li-index a {
	color: gray;
}

.li-index :hover {
	color: #fff;
}

/* ------------------------------ */

.arrow_box {
	position: relative;
	background: #febe48;
	width: 70%;
}

@media only screen and (max-width: 800px) {
	.arrow_box {
		width: 96%;
	}
}

.arrow_box h5 {
	color: #ffffff;
	padding: 5px 5px 5px 25px;
}

.arrow_box:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color: #febe48;
	border-width: 12px;
	margin-top: -12px;
}

.single-footer-social ul li {
	display: inline;
	color: #000;
}

.single-footer-social ul li a {
	color: #50c2d6;
	padding: 10px;
	font-size: large;
}

.single-footer-social ul li a :hover {
	color: #50c2d6;
}

.contact-map {
	margin-top: 100px;
	margin-bottom: 100px;
}

.dropdown-nav li a {
	text-align: left;
}

.is-sticky .header-area .main-menu ul ul li a {
	padding: 15px 0px;
}

header.header-area .main-menu ul ul li a {
	padding: 15px 0px;
}

header.header-area .main-menu ul ul li a::before {
	bottom: 5px;
}

.is-sticky .header-area .main-menu ul ul li a::before {
	bottom: 5px;
}

.dropdown-nav {
	position: absolute;
	display: block;
	top: 5rem;
	background-color: #fff;
	width: max-content;
	display: flex;
	flex-direction: column;
	padding: 25px;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease-in-out;
	box-shadow:
		rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
		rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

#menu ul .active {
	color: #50c2d6;
}

@media only screen and (max-width: 768px) {
	.hero-content h1 {
		font-size: 18px;
		padding-top: 6px;
	}

	.hero-content p {
		font-size: 12px;
		margin: 0px;
		padding: 0px;
	}

	.hero-content p img {
		width: 20px;
	}

	.carousel-caption {
		padding: 0px;
		margin: 0px;
		bottom: 0px;
		top: 20px;
		overflow: hidden;
	}
}

@media only screen and (max-width: 1180px) {
	.right-containt-1 {
		margin-right: 5px !important;
	}

	.left-containt_slide-1 {
		margin-right: 5px !important;
	}

	.col-lg-5,
	.col-lg-6 {
		margin-bottom: 30px;
	}

	.container {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.top-header {
		width: 100%;
		background-color: #50c2d6;
	}

	.right-containt,
	.right-containt-1 {
		padding: 15px !important;
	}
}

.right-containt-1 {
	margin-right: -50px;
}

.left-containt_slide-1 {
	margin-right: -50px;
}

.left-containt img {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.right-containt,
.right-containt-1 {
	background-color: #fff;
	border: 2px solid #50c2d6;
	padding: 15px 30px 15px;
	z-index: 1;
}

/* 
.clr-active {
  color: #50C2D6;
  font-weight: bold;
}

.li-cative a {
  color: black;
}

.li-cative a:hover {
  color: #50C2D6;
} */

/* ================ Navigation mobile menu ===================== */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* --- Typography --- */

.small-caps {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	font-size: 0.7rem;
}

.bolder {
	font-weight: bolder;
}

.lighter {
	font-weight: lighter;
}

.text-center {
	text-align: center;
}

.site-logo {
	font-size: 2rem;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 0.8rem;
	margin: 0 1rem;
}

/* --- Elements --- */
.nav-bar {
	position: fixed;
	/* lock to top */
	top: 0;
	width: 100%;
	/* full width */
	background-color: white;
	height: 80px;
}

.nav-bar .container {
	display: flex;
	align-items: center;
	/* vertically center */
	height: 100%;
}

/* Hide checkbox that controls Mobile Nav Button*/
#drop-down-cbox {
	display: none;
}

/* Mobile Nav Button */
#drop-down-cbox + label {
	position: relative;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: transparent;
	transition: all 10ms ease-in-out;
}

/* Mobile Nav Button Bars */
#drop-down-cbox + label span {
	position: absolute;
	display: block;
	background-color: #666;
	width: 34px;
	height: 4px;
	border-radius: 2px;
	left: 50%;
	transform: translate(-50%, -50%);
	/* centering trick */
	transition: all 300ms ease-in-out;
}

/* Mobile Nav Button Bars Invididually */
#drop-down-cbox + label span:nth-child(1) {
	top: 35%;
	/* evenly spaced */
}

#drop-down-cbox + label span:nth-child(2) {
	top: 50%;
	/* evenly spaced */
}

#drop-down-cbox + label span:nth-child(3) {
	top: 65%;
	/* evenly spaced */
}

/* Mobile Nav Button Styling for Checked */
#drop-down-cbox:checked + label {
	background-color: #666;
}

#drop-down-cbox:checked + label span {
	background-color: white;
}

/* Transform the bars into an 'X' */
#drop-down-cbox:checked + label span:nth-child(1) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	/* center, then rotate */
}

#drop-down-cbox:checked + label span:nth-child(2) {
	left: -150%;
	/* move center bar out of the picture */
}

#drop-down-cbox:checked + label span:nth-child(3) {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	/* center, then rotate */
}

/* Main Nav Desktop */
.main-nav {
	flex-grow: 1;
	/* fill remaining space */
	display: flex;
	justify-content: space-around;
	/* evenly space items */
	align-items: center;
	/* center vertically */
}

.main-nav li {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	/* vertically center text, matches height */
	text-align: center;
}

.main-nav li a,
.main-nav li span {
	display: block;
	width: 100%;
	height: 100%;
}

.main-nav li a:hover,
.main-nav li span:hover {
	border-bottom: 4px solid #666;
}

.main-nav li > ul {
	max-height: 0px;
	/* max-height instead of height, height can't transition to auto */
	transition: all 500ms ease-in-out;
	overflow: hidden;
	/* make it so nav doesn't show beyond the 0px max-height */
}

.main-nav li:hover > ul {
	max-height: 180px;
	/* height x how many links */
	height: auto;
}

.main-nav li > ul li a,
.main-nav li > ul li span {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
}

.main-nav li > ul li a:hover,
.main-nav li > ul li span:hover {
	background-color: #666;
	color: white;
	border-bottom: none;
}

/* Tablet and Mobile View */
@media (max-width: 1180px) {
	.site-logo {
		flex-grow: 1;
		text-align: center;
	}

	#drop-down-cbox + label {
		display: block;
		/* unhide the mobile nav button */
	}

	.main-nav {
		max-height: 0px;
		/* same vertical grow transition trick as above */
		/* height: calc(100vh - 60px); take full vertical viewport height, -60px for nav-bar */
		overflow: hidden;
		position: absolute;
		top: 80px;
		line-height: auto;
		left: 0;
		width: 100%;
		flex-direction: column;
		background-color: white;
		transition: all 500ms ease-in-out;
	}

	#drop-down-cbox:checked ~ .main-nav {
		max-height: calc(100vh - 60px);
		transition: all 500ms ease-in-out;
	}

	.main-nav li span {
		position: relative;
	}

	/* design and position downward arrow */
	.main-nav li span:after {
		content: "";
		width: 6px;
		height: 6px;
		position: absolute;
		top: 50%;
		margin-top: -2px;
		margin-left: 8px;
		transform: translateY(-50%) rotate(-45deg);
		border-left: 2px solid #666;
		border-bottom: 2px solid #666;
	}

	.main-nav li a:hover,
	.main-nav li span:hover {
		background-color: #666;
		color: white;
		border-bottom: none;
	}

	.main-nav li > ul li {
		position: relative;
	}

	.main-nav li > ul li a,
	.main-nav li > ul li span {
		background-color: #eee;
	}

	.active a {
		color: #50c2d6;
	}

	.top-header h1 {
		font-size: 25px;
	}
}

.nav-span {
	color: #0275d8;
}

.nav-span :hover {
	color: #fff;
}

.single-footer-item a {
	font-family: "Fira Sans", sans-serif;
	font-weight: normal;
}

.quick-link li a {
	color: gray;
}

.quick-link li a:hover {
	color: #50c2d6;
}

.flex-fooer-div {
	display: inline;
	height: 325px;
	width: 300px;
	border: 1px solid #dedada;
	position: absolute;
	right: 0px;
	background-color: rgb(238, 238, 238);
	margin-top: -100px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.flex-fooer-div .single-footer-item {
	padding-left: 50px;
	padding-right: 16px;
	padding-top: 55px;
}

@media only screen and (max-width: 900px) {
	section.department-area ul.nav-tabs .nav-link h4 {
		margin-top: 50px;
	}

	section.department-area ul.nav-tabs .nav-link {
		padding: 75px 10px 49px 10px;
	}
}

/* ---------------------------------------------- */
.card__body .container ul li {
	color: #777777;
}

.card__body {
	height: 100%;
}

.card__body p {
	color: #777777;
}

.bg-lightblue {
	background-color: #dff1f6;
	padding: 10px 0px 5px;
}

.contact-border {
	border: 1px solid gray;
	height: max-content;
	padding: 25px 5px 15px 5px;
	background-color: rgb(203 237 249 / 53%);
	border-radius: 10px;
	/* border-radius: 30px 0px 30px 0px; */
}

.contact-border a {
	color: gray;
}

.contact-border a:hover {
	color: #50c2d6;
}

.bottam-background {
	height: 100px;
	width: 100%;
	background-color: #50c2d6;
}

.container-crad {
	padding: 40px 50px 0px 50px;
}

.international-bg {
	background-image: url("images/pharma/International-Background.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.footer-top-marging {
	margin-top: 75px;
}

.cards-list {
	z-index: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.card {
	margin-bottom: -30px;
	padding: 10px;
	margin: 30px auto -20px;
	width: 140px;
	height: 145px;
	border-radius: 40px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	/* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
	/* box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22); */
	cursor: pointer;
	transition: 0.4s;
}

.card .card_image {
	width: inherit;
	height: inherit;
	border-radius: 40px;
}

.card .card_image img {
	width: inherit;
	height: inherit;
	border-radius: 40px;
	object-fit: cover;
}

.card .card_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: -80px;
	height: 40px;
}

.card:hover {
	transform: scale(0.9, 0.9);
	box-shadow:
		rgba(0, 0, 0, 0.25) 0px 29px 30px,
		rgba(0, 0, 0, 0.12) 0px 12px 30px,
		rgba(0, 0, 0, 0.12) 0px 12px 30px,
		rgba(0, 0, 0, 0.17) 0px 12px 30px,
		rgba(0, 0, 0, 0.11) 0px 7px 7px;
	/* box-shadow: 5px 5px 30px 15px rgba(152, 152, 152, 0.25), 
    -5px -5px 30px 15px #a3a3a300; */
}

.title-white {
	color: white;
}

.card__body {
	padding: 20px;
	border: 1px solid gray;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	/* box-shadow: rgb(0 0 0 / 25%) 5px 5px 30px 7px, rgb(0 0 0 / 22%) -5px -5px 30px 7px;;
   */
}

.title-black {
	color: black;
}

.card__title {
	color: #50c2d6;
	text-align: center;
	padding-top: 20px;
}

@media all and (max-width: 500px) {
	.card-list {
		/* On small screens, we are no longer using row direction but column */
		flex-direction: column;
	}
}

.card-1 {
	width: 100%;
	height: 100%;
	padding: 65px 0px 10px;
	border: 1px solid rgb(218 214 214);
	background-color: #eaeaea;
}

.therapa .col-lg-3 {
	padding-left: 0px;
	padding-right: 0px;
}

.card-1:hover h5 {
	color: #707070;
}

/* Rectangle Out */
.card-1 {
	height: 280px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	background: #e1e1e1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.card-1:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #f7d17d; */
	background: #afe6f0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.card-1:hover,
.card-1:focus,
.card-1:active {
	color: white;
}

.card-1:hover:before,
.card-1:focus:before,
.card-1:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media only screen and (max-width: 900px) {
	.card-1 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.dot-line-grey {
	padding-top: -10px;
}

.ine- h4 {
	line-height: 0;
}

.contact-text {
	padding: 15px;
}

.contact-text a {
	color: #777777;
}

.contact-text a:hover {
	color: #50c2d6;
}

.dark-grey-clr {
	color: #707070;
}

.bg-strip {
	background-color: #50c2d62b;
	padding: 10px;
	display: block;
	height: auto;
}

.We-Offer-01 {
	border: 2px solid #50c2d6;
}

.We-Offer-01 h2,
.We-Offer-01 p {
	padding: 0px 25px;
}

.img-box-shadow {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media only screen and (max-width: 1180px) {
	.top-header h2 {
		color: #fff;
		text-align: center;
		text-transform: capitalize;
	}
	.bottam-background {
		height: 50px;
		width: 100%;
	}
	.Formulatio img {
		transition: 0.5s;
		cursor: pointer;
	}
	.Formulatio img:hover {
		transform: scale(1.2);
	}
}

@media only screen and (max-width: 400px) {
	.logo-area a {
		width: 200px;
	}
}
