@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
	margin: 0px;
	padding: 0px;
}
:root {
	--clr-white: #fff;
	--clr-primary: #eb0187;
	--clr-secondary: #323090;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
	font-family: Poppins, sans-serif;
	color: #333;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none !important;
}
img {
	border: none;
	max-width: 100%;
	width: 100%;
}
.container {
	max-width: 117rem;
}
.logo .img-wrap {
	max-width: 10rem;
}
.top-bar {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 0.5rem 0;
}
.top-left ul li {
	color: var(--clr-white);
	display: inline-block;
    padding: 0 20px;
}

.top-left ul li a{
	color:#fff;
}
.top-left ul li a i{
	padding-right:10px;
	font-size:17px;
}
.header {
	padding: 0.5rem 0;
}
.logo h1 {
	background: #eb0187;
	background: -webkit-linear-gradient(to bottom, #eb0187 20%, #323090 100%);
	background: -moz-linear-gradient(to bottom, #eb0187 20%, #323090 100%);
	background: linear-gradient(to bottom, #eb0187 20%, #323090 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.logo {
	display: flex;
	align-items: center;
}
.logo h1 {
	font-size: 3.6rem;
	font-weight: bold;
}
.book-app {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}
.book-app button {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1rem 2rem;
	color: var(--clr-white);
	border-radius: 3px;
	font-weight: bold;
	font-size: 2rem;
}
.book-app button a{color:#fff;}
.book-app button:hover {
	background: radial-gradient(circle at 50% 50%, #312d95, #7a269a, #b21694, #e00a87);
}
.bs-btn {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1rem 2rem;
	color: var(--clr-white);
	border-radius: 3px;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
}
.bs-btn:hover {
	color: var(--clr-white);
}
.menu-bar {
	background: var(--clr-primary);
}
.desc {
	position: absolute;
	padding: 8%;
	z-index: 9;
	top: 50%;
	/* left: 50%; */
	transform: translate(0%, -50%);
	color: #fff;
	text-align: center;
	width: 100%;
}
.desc h2 {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 4.8rem;
}
.desc p {
	font-weight: 300;
	font-size: 3.6rem;
	margin-bottom: 2rem;
}
.desc a {
	font-size: 2rem;
	color: #fff;
}
.hero-img {
	position: relative;
}

.hero-img:before {
	background: rgba(0, 0, 0, 0.38);
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn-gradient-bg {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1rem 2rem;
	color: var(--clr-white);
	border-radius: 3rem;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
}
.delay-1 {
	animation-delay: 0.2s;
}
.delay-2 {
	animation-delay: 0.4s;
}
.delay-3 {
	animation-delay: 0.6s;
}
.delay-4 {
	animation-delay: 0.8s;
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		transform: translateZ(0);
	}
}
.fadeInUp {
	animation-name: fadeInUp;
}
.hero_carosel.owl-theme .owl-dots {
	z-index: 2;
	position: relative;
	bottom: 5rem;
}
.hero_carosel.owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.hero_carosel.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
}
.clearfix {
	clear: both;
}
.section {
	padding: 7rem 0;
}
.about-cont {
	padding: 3rem 0;
}
.abt-box {
	display: flex;
}
.abt-box li {
	background: var(--clr-secondary);
	padding: 2rem;
	margin: 0 1%;
	color: var(--clr-white);
	flex: 1 1 0;
	border-radius: 1rem;
}
.abt-box li:nth-child(even) {
	background: var(--clr-primary);
}
.abt-box h4 {
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--clr-white);
	margin-bottom: 1rem;
	font-size: 1.8rem;
	font-weight: 600;
}
.abt-box a {
	border: 1px solid var(--clr-white);
	padding: 0.5rem 1rem;
	display: inline-block;
	color: var(--clr-white);
}
.abt-box p {
	margin-bottom: 1.5rem;
}
.abt-box .number {
	font-size: 2rem;
}
.about {
	padding: 5rem 2rem 4rem;
	text-align: center;
}
.about h2 {
	background: #eb0187;
	background: -webkit-linear-gradient(to bottom, #eb0187 20%, #323090 60%);
	background: -moz-linear-gradient(to bottom, #eb0187 20%, #323090 60%);
	background: linear-gradient(to bottom, #eb0187 20%, #323090 60%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: 1rem;
}
.about h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6rem;
	background: linear-gradient(180deg, #312d95, #7a269a, #b21694, #e00a87);
	height: 0.5rem;
	text-align: center;
	bottom: 0;
	display: block;
}
.about p {
	font-size: 1.6rem;
}
.about .bs-btn {
	padding: 1rem 3rem;
	margin-top: 2rem;
}
.doctor ul {
	display: flex;
	align-items: center;
}
.doctor ul li {
	flex: 1 1 0;
	margin: 3rem 0;
}
.doctor .doc-info h3 {
	font-size: 2.8rem;
	font-weight: bold;
	color: var(--clr-secondary);
}
.doctor .doc-info span {
	color: var(--clr-primary);
	display: block;
	font-size: 2rem;
}
.bg-grey {
	background: #eee;
}
.sec-title {
	background: #eb0187;
	background: -webkit-linear-gradient(to bottom, #eb0187 10%, #323090 80%);
	background: -moz-linear-gradient(to bottom, #eb0187 10%, #323090 80%);
	background: linear-gradient(to bottom, #eb0187 10%, #323090 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 4.8rem;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: 1.5rem;
	text-align: center;
}
.sec-title::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 6rem;
	background: linear-gradient(180deg, #312d95, #7a269a, #b21694, #e00a87);
	height: 0.5rem;
	text-align: center;
	bottom: 0;
	display: block;
}
.ser-box {
	display: flex;
	margin: -1.5rem -1rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}
.ser-box li {
	width: 25%;
	padding: 1.5rem 1rem;
}
.ser-info {
	border: 1px solid var(--clr-primary);
	height: 100%;
	position: relative;
	padding-bottom: 3rem;
}
.text-info {
	padding: 1.5rem;
}
.text-info button {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 0.5rem 1rem;
	color: var(--clr-white);
	border-radius: 3px;
	font-weight: bold;
	font-size: 1.4rem;
	margin-right: 1rem;
}
.text-info button a {
	color: var(--clr-white);
}
.text-info button:last-child {
	margin-right: 0;
}
.text-info .btn-grp {
	position: absolute;
	bottom: 1rem;
	display: flex;
	justify-content: space-between;
}
.text-info p {
	margin-bottom: 2rem;
	color: var(--clr-secondary);
}
.text-info h3 {
	color: var(--clr-primary);
	font-weight: 600;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}
.ser-box .img-wrap {
	border-bottom: 3px solid var(--clr-primary);
}
.service .act-wrap {
	margin-top: 5rem;
	position: relative;
	text-align: center;
}
.service .act-wrap::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	background: var(--clr-secondary);
	top: 50%;
	z-index: 1;
}
.service .act-wrap a {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1.5rem 3rem;
	color: var(--clr-white);
	border-radius: 3px;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
	z-index: 2;
	position: relative;
}
.gallery ul {
	display: flex;
	margin: -1.5rem;
	flex-wrap: wrap;
}
.gallery ul li {
	width: 33.33%;
	padding: 1.5rem;
}
.gallery img {
	max-width: 100%;
}
.gallery .gal-item {
	padding: 0.5rem;
	border: 0.3rem solid var(--clr-secondary);
	height: 30rem;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gallery .gal-item a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}
.fetch-img-src {
	display: none !important;
}
.set-bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.gallery .owl-theme .owl-nav [class*="owl-"] {
	background: var(--clr-secondary) !important;
	font-size: 2rem !important;
	padding: 0.5rem 1rem !important;
	color: var(--clr-white);
}
.gallery .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--clr-primary) !important;
}
.testimonials {
	background: url("../images/test-bg.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
.testimonials::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--clr-white);
	opacity: 0.5;
}
.testimonials .test-item {
	padding: 1.5rem 2.5rem;
	background-color: var(--clr-white);
	border: 1px solid #f5f5f5;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	text-align: center;
	height: 100%;
	border-radius: 5px;
	position: relative;
}
.testimonials .test-item .img-wrap img {
	width: 7rem;
	height: 7rem;
	margin: 0 0 2rem 0;
	display: inline-block;
	border-radius: 100%;
}
.testimonials .test-item li {
	margin-top: 2rem;
	display: inline-block;
	color: var(--clr-primary);
}
.testimonials .test-item span {
	display: inline-block;
	background: linear-gradient(to bottom, #eb0187 10%, #323090 80%);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.6rem;
	font-style: italic;
}
.testimonials .quote {
	position: absolute;
	top: 54%;
	left: 50%;
	width: 10rem;
	height: 10rem;
	margin-left: -6.3rem;
	margin-top: -6rem;
	opacity: 0.14;
}
.testimonials .test-item p {
	color: #000;
	font-size: 1.5rem;
	line-height: 2.5rem;
}
.testimonials .owl-theme .owl-nav [class*="owl-"] {
	background: var(--clr-secondary) !important;
	font-size: 2rem !important;
	padding: 0.5rem 1.2rem !important;
	color: #fff;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
	background: var(--clr-primary) !important;
}
.testimonials .owl-carousel .owl-nav .owl-next {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	right: -5rem;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	top: 35%;
	left: -5rem;
}
.footer {
	padding: 4rem 0;
	background: var(--clr-secondary);
	position: relative;
}
.footer h4 {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	color: var(--clr-white);
	line-height: 3rem;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}
.footer h4::before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6rem;
	height: 2px;
	margin-right: 0.6rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: var(--clr-white);
	content: "";
}
.footer h4::after {
	position: absolute;
	left: 6.5rem;
	bottom: -0.2rem;
	height: 0.6rem;
	width: 0.6rem;
	content: "";
	border-radius: 50%;
	background-color: var(--clr-white);
}
.footer p {
	color: var(--clr-white);
	text-align: justify;
	font-size: 1.6rem;
}
.footer .social {
	text-align: left;
	margin-top: 3rem;
}
.user-links li {
	position: relative;
	font-size: 1.6rem;
	padding-bottom: 0.8rem;
}
.user-links li a {
	color: var(--clr-white);
	position: relative;
	padding-left: 2rem;
	display: block;
}
.pad-left-20 {
	padding-left: 8rem !important;
}
.user-links li a:before {
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 1rem;
	line-height: 2.8rem;
	color: var(--clr-white);
	font-family: "FontAwesome";
	content: "\f067";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.user-links li:hover a {
	color: var(--clr-primary);
}
.footer .loc-wrap span {
	display: block;
	font-weight: 400;
}
.footer .loc-wrap {
	/* padding-bottom: 1.5rem; */
	margin-bottom: 1.5rem;
	position: relative;
}
.footer .loc-wrap p {
	font-size: 1.6rem;
	padding-left: 5rem;
	font-weight: 600;
}
.footer .loc-wrap i {
	color: var(--clr-white);
	position: absolute;
	font-size: 3.6rem;
}
.footer-end {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1rem 0px;
	border-top: 1px solid var(--clr-secondary);
}
.footer-end p {
	color: var(--clr-white);
	margin: 0px;
	font-size: 1.3rem;
}
.footer-end a {
	text-decoration: none;
	color: var(--clr-white);
}
.right1 {
	text-align: right;
}
.social li {
	display: inline-block;
	background: var(--clr-white);
	width: 25px;
	height: 25p;
	line-height: 25p;
	text-align: center;
	border: 1px solid transparent;
	border-radius: 3px;
	margin-left: 5px;
}
.social li a {
	color: var(--clr-secondary);
}
.social li:hover a {
	color: var(--clr-white);
}
.social li:hover {
	background: transparent;
	border-color: var(--clr-white);
	transition: all 0.6s ease;
}
.social-head {
	text-align: right;
}
.banner {
	background: url("../images/banner.jpg");
	background-position: center center;
	background-size: cover;
	padding: 10rem 0;
	position: relative;
}
.banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0, 0, 0, 40%);
}
.banner h2 {
	font-size: 4.2rem;
	color: var(--clr-white);
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background: var(--clr-secondary);
	padding: 2rem;
	border: 0.3rem solid var(--clr-primary);
}
.breadcrum {
	background: var(--clr-secondary);
}
.breadcrum ul li {
	display: inline-block;
	position: relative;
	padding: 1rem;
	color: var(--clr-white);
}
.breadcrum ul li::before {
	position: absolute;
	content: "//";
	right: -1rem;
}
.breadcrum ul li:last-child::before {
	display: none;
}
.breadcrum ul li a {
	color: var(--clr-white);
}
.contact h4 {
	font-size: 2.4rem;
	color: var(--clr-primary);
	font-weight: 600;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.contact-wrap {
	border: 1px solid var(--clr-primary);
	padding: 3rem;
}
.contact-wrap ul li {
	padding-bottom: 3rem;
	position: relative;
	padding-left: 5rem;
}
.contact-wrap ul li:last-child {
	padding-bottom: 0;
}
.contact-wrap ul li i {
	position: absolute;
	background: var(--clr-secondary);
	color: var(--clr-white);
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	font-size: 2rem;
	left: 0;
	border-radius: 3px;
}
.contact-wrap ul li strong {
	display: block;
	text-transform: uppercase;
	color: var(--clr-primary);
}
.form-wrap {
	padding: 3rem;
	background: #eee;
}
.form-wrap input {
	padding: 1rem;
	width: 100%;
	margin-bottom: 1rem;
}
.form-wrap textarea {
	padding: 1rem;
	width: 100%;
	margin-bottom: 1rem;
}
.form-wrap h4 {
	margin-bottom: 3rem;
}
.map-wrap {
	width: 100%;
	height: 40rem;
}
.lab-btn {
	width: 22rem;
	height: 5rem;
	background: var(--clr-primary);
	border: none;
	outline: none;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: var(--clr-white);
	box-shadow: 0 5px 10px rgb(68 166 241 / 30%);
	font-size: 1.4rem;
	font-weight: 600;
	text-transform: uppercase;
}
.lab-btn:hover {
	background: var(--clr-secondary);
}
.test-inner {
	background: none;
}
.test-inner .test-item {
	height: auto;
	margin-bottom: 4rem;
}
.test-inner .test-item:last-child {
	margin-bottom: 0;
}
.video ul {
	display: flex;
	flex-wrap: wrap;
	margin: -1.5rem;
}
.video li {
	width: 50%;
	padding: 1.5rem;
}
.video-box {
	height: 30rem;
	width: 100%;
}
.video-item {
	border: 1px solid var(--clr-secondary);
	padding: 0.5rem;
	padding-bottom: 0;
}
.video-item h3 {
	text-align: center;
	font-size: 2rem;
	background: var(--clr-secondary);
	padding: 2rem 0;
	color: var(--clr-white);
}
.modal-header {
	background: var(--clr-primary);
	padding: 2rem;
}
.modal-title {
	text-align: center;
	color: var(--clr-white);
	font-size: 2.4rem;
	font-weight: bold;
	width: 100%;
}
.modal-header .close {
	font-size: 2rem;
	color: var(--clr-white);
	background: var(--clr-secondary);
	font-weight: 500;
	opacity: 1;
	margin: -2rem -2rem -2rem auto;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	background: #000;
	font-weight: 500;
	opacity: 1;
	text-shadow: none;
	color: var(--clr-primary);
}
.modal {
	background: rgba(0, 0, 0, 0.6);
}
.service-details h3 {
	font-size: 3rem;
	color: var(--clr-primary);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--clr-secondary);
}
.service-details p{
	font-size: 1.5rem;
}
.service-details button {
	background: linear-gradient(360deg, #312d95, #7a269a, #b21694, #e00a87);
	padding: 1rem 2rem;
	color: var(--clr-white);
	border-radius: 3px;
	font-weight: bold;
	font-size: 2rem;
	margin-top: 3rem;
}


.whatsapp .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:5px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.whatsapp .my-float{
	margin-top:16px;
}


.abt_img{text-align: center;padding-bottom:30px;}
.abt_img img{width:35%;border:4px solid #ddd;}