body {
     margin: 0;
     padding: 0;
     font-family: 'Poppins';
     /* background-color:#f4f4f4; */
}
*{
    margin:0;
    padding:0;
}
a{text-decoration:none;}
li{list-style: none;}
html {scroll-behavior: smooth;}

/*-----------css start from here---------*/

.main-header .navbar-light .navbar-brand img {
	width: 150px;
}
.main-header .nav-item {
	padding: 0 15px;
}
.main-header .nav-item a {
	color: #222 !important;
	font-size: 16px;
	font-family: 'Poppins';
	position: relative;
}
.main-header .navbar-nav .nav-item a:hover:before{
	content: '';
	background: #FF9556;
	width:30px;
	height:2px;
	position:absolute;
	bottom:0;
	left:10px;
}
.main-header .nav-item a:hover {color: #FD5E00 !important;}
.main-header {
	background-color: #fff;
	padding: 0 5rem;
}
.main-header .dropdown-menu.show {
	display: block;
	width: 300px;
	border: none;
	box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
}
body .main-header .dropdown-item:hover {
	color: #fff !important;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
}

.main-header .right_bar .main_btn {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}
.main-header .right_bar a {
	font-size: 16px;
	display: block;
	margin: 0;
	text-align: right;
}
.main-header .mobile_number {
	font-weight: 600;
	font-size: 18px !important;
}
.main-header .right_bar .nav-item {
	padding: 0 50px;
	border-right: 1px solid #ccc;
	margin-right: 30px;
}
.main-header .right_bar .bar {
	display: flex !important;
	align-items: center;
}
.main-header .dropdown-item {
	padding: 10px;

}





/* Sidebar styles */
.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 1000;
	box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.15);
  }
  .sidbar_data{padding:20px;}
  .sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #000;
	display: block;
	transition: 0.3s;
  }
  
  .sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
  }
  .sidbar_data p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
}
.sidbar_data .mobile_number {
	padding: 0;
	font-size: 20px;
}
.sidbar_data .mail_id {
	padding: 0;
	font-size: 16px;
}
.banner-slider .carousel-item img {
	width: 100%;
	object-fit: cover;
	height: 767px;
}
.banner-slider .carousel-caption {
	position: absolute;
	right: inherit;
	bottom: 1.25rem;
	left: 15%;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	color: #fff;
	text-align: left;
	top: 30%;
}
.banner-slider .carousel-caption h5 {
	font-size: 44px;
	color: #000;
	width: 50%;
}
.banner-slider .carousel-caption p {
	color: #000;
	font-size: 20px;
	width: 50%;
}
.banner-slider .carousel-caption a{
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 25px 30px;
	line-height: 0;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}
.banner-slider .carousel-control-next-icon, .carousel-control-prev-icon {
	background-color: #ff8842;
	opacity: 1 !important;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
.overlap_services .card {
	border: none;
	text-align: center;
	padding: 20px;
	background-color: #ff8e4a;
	border-radius: 0;
}
.overlap_services .card img{
	width:50px;
}
.overlap_services .card img {
	width: 50px;
	margin: 0 auto;
}
.overlap_services .container {
	position: relative;
	top: -80px;
}
.overlap_services .active{
	background-color: #FD5E00 !important;
}
.overlap_services .card h4 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 10px;
}
.overlap_services .card p {
	color: #fff;
	margin: 0;
}	
.about h2 {
	font-size: 36px;
	font-family: 'Poppins';
	font-weight: 400;
}
.about h2 strong {
	font-weight: 600;
}
.about p {
	font-size: 18px;
	line-height: 34px;
}
.download_app {
	padding: 60px;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	margin-top: 0;
}
.download_app h3 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 500;
	color: #fff;
}
.download_app img {
	border-radius: 10px;
}
.download_app p {
	width: 70%;
	margin: 0 auto 40px;
	color:#fff;
}
.about a {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 25px 30px;
	line-height: 0;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}

.login_button {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 20px 25px;
	line-height: 0;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}
.about img {
	width: 100%;
}
.health_services {
	padding: 60px 0;
}
.health_services h2 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
	margin-bottom: 40px;
}
.health_services .img-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.health_services .img-card p {
	margin: 10px 0 0;
	font-size: 18px;
}
.health_services .img-card h4 {
	font-size: 24px;
	margin: 10px 0;
}
.our_services {
	background-color: #f2f2f2;
	padding: 60px 0;
}
.our_services span {
	background-color: #ff8f4d6b;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fd6308;
}
.our_services h2 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
	margin: 20px 0 40px;
}
.service-card {
	padding: 15px;
	background-color: #fff;
	text-align: center;
	border-radius: 5px;
	margin-bottom:20px;
}
.service-card i {
	color: #fd6004c4;
	font-size: 70px;
}
.service-card h4 {
	font-size: 24px;
	margin: 10px;
}
.service-card a {
	color: #fd853e;
	font-size: 15px;
}









.our_specialist .card {
	position: relative;
	height: 500px;
	box-shadow: 5px 5px 20px;
	overflow: hidden;
	border:none;
	cursor: pointer;
	box-shadow:none;
}

.our_specialist .intro {
	position: absolute;
	height: 80px;
	width: 90%;
	bottom: 20px;
	overflow: hidden;
	padding: 10px;
	color: #000;
	background-color: #fff;
	transition: .4s ease-in-out;
	margin: 0 auto;
	left: 50%;
	transform: translate(-50%, 0);
	text-align: center;
}
.our_specialist .card:hover .intro {
	height: auto;
	bottom: 0;
	background-color: #fff;
}
.our_specialist .card:hover .text-p {
	opacity: 1;
	visibility: visible;
}

.our_specialist .card:hover img {
	transform: scale(1.1) rotate(-3deg);
}

.our_specialist img {
	height: 500px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
	transition: transform .4s ease-in-out;
}

.our_specialist .text-h1 {
	margin: 10px;
	text-transform: uppercase;
	font-size: 24px;
}

.our_specialist .text-p {
	font-size: 16px;
	padding: 10px;
	visibility: hidden;
	opacity: 0;
}
.our_specialist{background-color: #fff;}
.apply_form img{
	width:100%;
	position: relative;
	z-index:2;
}
.apply_form {
	padding: 60px 0 0;
	position: relative;
	overflow: hidden;
}
.apply_form::after {
	content: '';
	background: #fd5e00;
	width: 100%;
	position: absolute;
	height: 75%;
	bottom: 0;
	left: 13%;
}
.form_group{position: relative;z-index:2;}
.apply_form span {
	background-color: #fff;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fd6308;
}
.apply_form h3 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
	margin: 20px 0 40px;
	color: #fff;
}
.apply_form form label {
	font-family: 'Poppins';
	font-weight: 400;
	margin: 10px 0;
	color: #fff;
	font-size: 16px;
}
.apply_form form input {
	border: none;
	border-radius: 2px;
	padding: 16px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #fff;
}
.apply_form button {
	background-image: linear-gradient(to right, #FFF , #fff );
	border: none;
	padding: 25px 30px;
	line-height: 0;
	display: inline-block !important;
	color: #000;
	border-radius: 2px;
	font-weight: 600;
	margin-top: 20px;
}
.our_gallery a {
	display: block;
	margin: 0 0 25px;
}
.our_gallery a img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.our_gallery {
	background-color: #fafafa;
	margin-top: 0;
	padding: 60px 0;
}
.our_gallery span {
	background-color: #ff8f4d6b;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fd6308;
	margin-bottom: 20px;
}
.testimonial {
	padding: 60px 0 150px;
}
.pq-button.form-btn {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}
.testimonial small{
	background-color: #ff8f4d6b;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fd6308;
	margin-bottom: 20px;
}
.our_gallery h1 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
}
.testimonial h2{
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
}
.content-item {
	background-color: #f2f2f2;
	margin: 10px;
	padding: 20px;
	position: relative;
}
.content-item p {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	font-family: 'Poppins';
}
.content-item p {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	font-family: 'Poppins';
}
.content-item h4 {
	font-size: 18px;
	color: #000;
	font-weight:600;
	line-height: 30px;
	font-family: 'Poppins';
	margin: 0;
}
.content-item .img img {
	width: 60px;
	border-radius: 50%;
	height: 60px;
	object-fit: cover;
}
.content-item .text {
	padding-left: 10px;
}

.content-item i {
	font-size: 60px;
	position: absolute;
	right: 20px;
	bottom: 0;
	opacity: 0.3;
}
.testimonial .slick-prev::before, .slick-next::before {
	opacity: 1;
	color: #fd6308 !important;
}
.testimonial .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	/* background-color: #ffd0b4 !important;	 */
	color: #fd6308 !important;
}

.testimonial  .slick-prev {
	left: -50px;
	/* background-color: #ffd0b4; */
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.testimonial .slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
	opacity: 1;
}
.testimonial .slick-prev::before, .slick-next::before {
	font-size: 25px !important;
}
.testimonial  .slick-next {
	right: -50px;
	/* background-color: #ffd0b4; */
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.blogs {
	background-color: #fafafa;
	padding: 60px 0 150px;
}
.blogs small{
	background-color: #ff8f4d6b;
	padding: 6px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fd6308;
	margin-bottom: 20px;
}
.blogs h2 {
	font-size: 50px;
	font-family: 'Poppins';
	font-weight: 400;
	margin-bottom: 40px;
}
.blogs .blog-card {
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	margin-bottom: 30px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.pagination li a.active{
	background-color:#fd6308;
	color:#fff;
}
.pagination li a {
	color: #000;
	border: 1px solid#ccc;
	padding: 10px 20px;
}
.blogs .blog-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.blogs .blog-card .image-card span {
	background-color: #fd6308;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0;
	left: 22px;
}
.image-card{
	position: relative;
}
.blogs .blog-card ul {
	display: flex;
	align-content: center;
	padding: 10px;
}
.blogs .blog-card ul {
	display: flex;
	align-items: center;
	padding: 10px;
	justify-content: space-between;
}
.blogs .blog-card ul li span {
	color: #848484;
	margin-left: 10px;
}
.blogs .blog-card ul li i {
	color: #848484;
	margin-left: 10px;
}
.blogs .blog-card h3 a {
	color: #000;
	display: block;
	margin: 0 16px;
	font-size: 24px;
}
.blogs .blog-card p {
	color: #000;
	display: block;
	margin: 0 16px;
	font-size: 16px;
}
.blogs .blog-card p a {
	display: block;
	padding: 20px 4px 20px !important;
	color: #fd6308;
	font-weight: 500;
}
.view_all {
	background-color: #fd6308;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	margin: 30px 0 0;
	font-weight: 600;
}

@media (max-width:767px) {
	/* .navbar-collapse.active.collapse.show { */
	/* 	display: block; */
	/* 	position: absolute; */
	/* 	top: 80px; */
	/* 	z-index: 99; */
	/* 	background: #fff; */
	/* 	width: 100%; */
	/* 	padding: 0 20px; */
	/* 	left: 0; */
	/* } */
	.testimonial {
		padding: 30px 0 30px;
	}
	.slider.responsive1.mt-5.slick-initialized.slick-slider {
		padding-top: 0 !important;
		margin-top: 0 !important;
	}
	body .about-us {
		padding: 40px 0 0 !important;
	}
	body .contact_card {
		margin: 0px 0 20px;
		padding: 20px;
	}
	/* .navbar-collapse.collapse.show{ */
	/* 	display: block; */
	/* 	position: absolute; */
	/* 	top: 80px; */
	/* 	z-index: 99; */
	/* 	background: #fff; */
	/* 	width: 100%; */
	/* 	padding: 0 20px; */
	/* } */
	.navbar.navbar-expand-lg.navbar-light {
		padding: 10px;
	}
	.main-header .container-fluid {
		padding: 0;
	}
	.apply_form .form_group .col {
		width: 100%;
		max-width: 100%;
		flex: 100%;
	}
	.testimonial .slick-next{
		display:none !important;
	}
	.testimonial .slick-prev{
		display:none !important;
	}
	body .view_profile ul {
		width: 90%;
		margin: 0 auto;
	}
	body section.view_profile .card {
		width: 100%;
	}
	footer#pq-footer .pq-footer-style-1 ul.menu li a, footer#pq-footer .pq-footer-style-1 .pq-service li a, footer#pq-footer .pq-footer-style-1 ul li a {
		padding: 0 !important;
	}
	/* .navbar-collapse.collapse.show { */
	/* 	display: none; */
	/* } */
	/* .navbar-collapse.active.collapse.show { */
	/* 	display: block; */
	/* } */
	.our_services {
		padding: 60px 0 0;
	}
	.apply_form form input {
		margin-bottom: 0;
		color: #000;
	}
	.pq-footer-recent-post .pq-footer-recent-post-media img {
		width: 80px;
		height: 80px;
		border-radius: 3px;
		object-fit: cover;
	}
	footer#pq-footer .pq-footer-style-1 ul li a {
		padding: 0 !important;
	}
	.main-header .nav-item {
		padding: 10px 0 !important;
	}
	.book_appointment form .row.mb-5 {
		margin-bottom: 0 !important;
	}
	.book_appointment .form-control {
		padding: 5px 10px !important;
	}
	.main_logos img.profile_img {
		display: none;
	}
	}
footer#pq-footer {
	display: inline-block;
	width: 100%;
	float: left;
	position: relative;
}
footer#pq-footer::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	opacity: 0.05;
	background-position: center;
	background-size: 60% auto;
	background-repeat: repeat;
}
footer#pq-footer .pq-footer-style-1 {
	background: #222;
	color: #fff;
}
.pq-subscribe {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: -80px;
	z-index: 10;
}
.pq-subscribe-bg {
	background: #2b2929;
	color: #fff;
	padding: 45px;
	border-radius: 3px;
}
.pq-subscribe-block {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.pq-subscribe-block .pq-subscribe-img {
	width: 55px;
	color: #000;
	/* filter: invert(1); */
}
.pq-subscribe-block .pq-subscribe-details {
	margin-left: 30px;
	color:#fff;
	flex: 1;
	padding-right: 50px;
}
.pq-subscribe-block .pq-subscribe-details h5 {
	color: #fff;
	font-size: 28px;
	line-height: 36px;
}
.pq-subscribe-from .form-fields {
	display: flex;
}
input.pq-bg-transparent {
	background: #fff;
	border: transparent;
	color: #000;
	padding: 15px;
}
  .pq-subscribe-from input {
	margin-bottom: 0;
  }
  .pq-subscribe-from input[type="submit"] {
	background: #fd6308;
	color: #000;
	margin-left: 30px;
	border: none;
	padding: 10px 30px;
	color: #fff;
}
footer#pq-footer .pq-footer-top {
	padding: 70px 0 0;
	position: relative;
	z-index: 9;
}
footer#pq-footer .pq-footer-block:first-child {
	margin-bottom: 45px;
}
footer#pq-footer .pq-footer-logo {
	height: 90px;
	margin-bottom: 30px;
	width: auto;
	border-radius: 0;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul {
	margin: 0;
	padding: 0;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li {
	list-style: none;
	float: left;
	margin-right: 10px;
}
footer#pq-footer .pq-footer-style-1 ul li {
	margin: 0 0 15px 0;
}
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a {
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.1);
	color:#fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	padding: 0;
}
footer#pq-footer .pq-footer-style-1 .footer-title {
	margin-bottom: 30px;
	padding: 0;
	font-size: 26px;
	line-height: 34px;
	position: relative;
	color: var(--white-color);
}
.pq-footer-style-1 ul {
	padding: 0;
	margin: 0;
}
footer#pq-footer .pq-footer-style-1 ul#menu-useful-links.menu li {
	/* width: 49%;
	display: inline-block; */
	margin: 0 0 12px 0;
}
footer#pq-footer .pq-footer-style-1 ul.menu li a, footer#pq-footer .pq-footer-style-1 .pq-service li a, footer#pq-footer .pq-footer-style-1 ul li a {
	position: relative;
	border: none;
	/* padding: 0 0 0 15px; */
	display: inline-block;
	width: 100%;
	color:#fff;
}
/* footer#pq-footer .pq-footer-style-1 ul#menu-useful-links li a::before {
	top: 4px;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	display: inline;
	background: transparent;
	margin: auto 0;
	content: '\f054';
	margin-right: 10px;
	font-family: "Font Awesome 6 Free";
	font-size: 11px;
	font-weight: 900;
} */
.pq-footer-style-1 ul li a i {
	padding-right: 15px;
	font-size: 19px;
}
.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date i {
	margin-right: 10px;
}
.pq-footer-recent-post .pq-footer-recent-post-info h6 a {
	color: #fff;
}
footer#pq-footer .pq-footer-recent-post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: 30px;
  }
  .pq-footer-recent-post {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(15, 40, 81, 0.1);
	padding-bottom: 24px;
  }
  .pq-footer-recent-post .pq-footer-recent-post-media {
	margin-right: 15px;
}
.pq-footer-recent-post .pq-footer-recent-post-media img {
	width: 80px;
	height: 80px;
	border-radius: 3px;
	object-fit: cover;
}
.pq-footer-recent-post .pq-footer-recent-post-info {
	flex: 1;
	align-self: center;
}
.pq-footer-recent-post .pq-footer-recent-post-info .pq-post-date {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 0.04em;
	color:#fff;
}
.pq-copyright-footer {
	padding: 16px 0 20px !important;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#lightboxExampleCarousel img {
	width: 100%;
}
  .main-header.scrolled {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff; /* Keep the background color to make the header visible */
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for effect */
	z-index: 1000;
  }
  footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a i {
	margin: 0 !important;
	padding: 0;
}	
footer#pq-footer .pq-footer-style-1 .pq-footer-social ul li a:hover {
	background-color: #fd640a;
	color: #fff !important	;
}	  
.pq-footer-style-1 ul li a:hover {
	color: #fd640a !important;
}
/*---------------about page css--------*/
.pq-breadcrumb {
	background: #ccc;
	color: #fff;
	padding: 130px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.pq-breadcrumb nav {
	position: relative;
}
.pq-breadcrumb-title h2 {
	font-size: 56px;
	line-height: 64px;
	color: #000;
}
.pq-breadcrumb-container .breadcrumb {
	background: transparent;
	padding: 0;
	margin: 0;
	justify-content: flex-start;
}
.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
	margin-right: 15px;
	padding-left: 0;
	letter-spacing: 0.04em;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color:#3e3b3b;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #000;
}
.pq-breadcrumb-container .breadcrumb li a {
	color: #000;
}
.pq-section.pq-style-1 .pq-section-sub-title {
	background-color: #ff8f4d6b;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 10px;
  color: #fd6308;
  margin-bottom: 20px;
}
.pq-section-title {
	font-size: 40px;
	font-family: 'Poppins';
	font-weight: 400;
}
.pq-section-description {
	font-size: 18px;
}
.pq-list-check {
	padding: 0;
}
.pq-list-check li {
	margin: 15px 0;
}
.pq-list-check span {
	font-size: 18px;
	margin-left: 10px;
}
.pq-button-text {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 0;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	line-height: 50px;
	margin: 30px 0;
}
.pq-contact-desciption.pq-text-primary.mb-0 {
	color: #fd6911;
	margin: 15px 0 0 !important;
}
.pq-list-check li i{
	color: #fd6911;	
}
.about-us {
	padding: 60px 0;
}
.pq-counter-60 {
	padding: 60px;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
}
.pq-counter.pq-style-2 .pq-counter-info {
	position: relative;
	padding-top: 30px;
}
.pq-counter.pq-style-2 .pq-counter-num-prefix {
	display: inline-flex;
}
.pq-counter.pq-style-2 .pq-counter-info h5 {
	font-size: 46px;
	line-height: 46px;
	display: inline-block;
	color: #fff;
}
.pq-counter.pq-style-2 .pq-counter-info .pq-counter-prefix {
	font-size: 46px;
	line-height: 46px;
	color:#fff;
	font-weight: 600;
}
.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -10px;
}
.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top h5, .pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top .pq-counter-prefix {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	opacity: 0.1;
	font-size: 62px;
	line-height: 70px;
}
.pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top h5, .pq-counter.pq-style-2 .pq-counter-num-prefix.pq-prefix-top .pq-counter-prefix {
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	opacity: 0.1;
	font-size: 62px;
	line-height: 70px;
}
.pq-counter.pq-style-2 .pq-counter-info p {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 14px;
	line-height: 22px;
	color:#fff;
	font-weight: 600;
	margin-top: 5px;
}
/*-------------blog details-------*/
.blog-detail {
	padding: 60px 0;
}
.blog-detail .full_blog img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 2px;
}
.blog-detail .full_blog ul {
	padding: 0;
	display: flex;
	margin: 15px 0;
}
.blog-detail .full_blog .date {
	padding: 0;
	display: flex;
	margin: 15px 0;
}
.blog-detail .full_blog .date li a {
	padding-right: 15px;
}
.blog-detail .full_blog .date li {
	margin-right: 15px;
}
.blog-detail .full_blog .date li a{
	margin-right: 15px;
	color: #fd6810;
}
.blog-detail .full_blog .date li {
	color: #ccc;
}
.blog-detail .full_blog .social_comments li a i {
	padding: 0 15px;
	color: #000;
}
.blog-detail .full_blog .like li{padding:0 15px;}
.blog-detail .full_blog .like li a {color:#000;}
.blog-detail .full_blog .like li a i{margin-right:10px;}
.right-blog-bar img {
	width: 200px;
	height: 100px;
	object-fit: cover;
}
.right-blog-bar p {
	font-size: 14px;
	margin: 15px 0;
}
.categories {
	padding: 0;
}
.categories li{margin:10px 0;}
.categories li a{
	color: #2b2929;
	padding:10px;
}
.tags {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.tags li a {
	color: #2b2929;
	padding: 10px;
	border: 1px solid#ccc;
	display: block;
	margin: 5px;
	border-radius: 2px;
}
.blog-detail {
	padding: 60px 0 150px;
}
.right-blog-bar {
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 20px;
	position: sticky;
	top:100px;
}
.images-blog {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.images-blog li {
	width: 30%;
	margin: 5px;
}
.images-blog li img{
	width:100%;
	height:80px;
	object-fit: cover;
}

/*---------contact us page css-----*/
.contact_card {
	margin: 0px;
	padding: 60px 30px 60px 30px;
	background-color: #F4F6F9;
	border-radius: 5px;
	text-align: center;
}
.contact_card i {
	width: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 40px;
	color:#fff;
	display: inline-block;
	border-radius: 3px;
	height: 80px;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
}
.contact-us {
	padding: 60px 0;
}
.contact_card h3 {
	font-size: 30px;
	margin: 10px 0;
}
.contact_card p {
	color: #666666f7;
	font-size: 16px;
	margin: 0;
}
.contact_card p a{
	color: #666666f7;
	font-size: 16px;
	margin: 10px 0;
	display: block;
}
.pq-form-box {
	width: 70%;
	padding: 60px 45px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px 0px rgb(21 21 21 / 11%);
	text-align: center;
	margin-bottom: -60px;
	background:#fff;
	position: relative;
	z-index: 1;
	margin-bottom:150px;
}
.pq-section.pq-style-1.text-center {
	margin-bottom: 60px;
}
.pq-section.pq-style-1 .pq-section-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	color: #000;
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
}
.pq-applyform {
	border-radius: 3px;
}
.pq-form-box input, textarea, input.form-control {
	background: #f4f6f9;
	border: 1px solid #f4f6f9;
	color: #000;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 400;
	padding: 0 15px;
	height: 54px;
	line-height: 54px;
	outline: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius: 3px;
}
.pq-form-box #message {
	height: 100px;
}
/*--------price plan page css------*/
.pricing-plan {
	position: relative;
	padding: 60px 0 150px;
}
.pq-section.pq-style-1.text-center {
	padding: 0 15em;
	margin-bottom: 60px;
}
.pq-section.pq-style-1 .pq-section-title {
	font-weight: 600;
	font-size: 48px;
	line-height: 56px;
	z-index: 9;
	color: #000;
	padding: 0;
	margin: 0 0;
	position: relative;
	display: block;
}
.pq-pricing-plan.pq-style-1 {
	text-align: center;
	padding-bottom: 45px;
	-webkit-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	-moz-box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	box-shadow: 0px 0px 30px 0 rgba(0, 20, 9, 0.1);
	border-radius: 3px;
}
.pq-pricing-plan.pq-style-1 .pq-pricing-head .pq-title {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color:#000;
	display: block;
	background:#ff8f4d6b;
	padding: 45px 30px;
	padding-bottom: 90px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.pq-pricing-plan.pq-style-1 .pq-pricing-head .pq-service-media i {
	font-size: 48px;
	line-height: 110px;
	color: #fd6308;
	display: inline-block;
	background:#fff;
	width: 110px;
	height: 110px;
	border-radius: 900px;
	margin-top: -90px;
	border: 2px solid #fff;
}
.pq-pricing-plan.pq-style-1.active .pq-title {
	background-color: #fd6308;
	color:#fff;
}
.pq-pricing-plan.pq-style-1 .pq-pricing-head .price {
	margin: 30px 0 30px;
	position: relative;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-weight: 600;
}
.pq-pricing-plan.pq-style-1 .pq-pricing-head .price .pq-amount {
	font-size: 64px;
	line-height: 72px;
}
.pq-pricing-plan.pq-style-1 .pq-pricing-head .price .price-month {
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: 400;
	color:#000;
}
.pq-pricing-plan.pq-style-1 ul.pq-pricing-list {
	list-style: none;
	padding: 0;
}
.pq-pricing-plan.pq-style-1 ul.pq-pricing-list li {
	text-transform: capitalize;
	line-height: 34px;
	margin: 0 0 10px;
}
.pq-pricing-plan.pq-style-1 ul.pq-pricing-list li i {
	color:#fd6308;
	margin-right: 5px;
	font-size: 14px;
}
.pq-pricing-plan.pq-style-1 ul.pq-pricing-list li.active i {
	color: #ff0000;
}
.book_appointment form {
	background-color: #f4f6f9;
	padding: 30px;
	border-radius: 10px;
}
.book_appointment {
	padding: 60px 0;
}
.book_appointment label {
	font-size: 16px;
	margin-bottom: 10px;
}
.book_appointment .form-control {
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 10px;
	border: 1px solid#ccc;
	border-radius: 5px;
}
.book_appointment .input-group-append {
	height: 54px !important;
	border: 1px solid#ccc !important;
	border-radius: 0px 5px 5px 0px !important;
	backgroud-color: #fff !important;
}
.book_appointment button{
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
  border: none;
  padding: 0 20px;
  height: 50px;
  line-height: 0;
  display: inline-block !important;
  color: #fff;
  border-radius: 30px;
  margin-top:20px;
  font-weight: 600;
}
.book_appointment img{width:100%;}


.our_doctors {
	padding: 60px 0 150px;
}
.our_doctors .doc-card {
	position: relative;
	background: #fff;
	transition: all .3s ease;
	margin-top: 30px;
	text-align: center;
	box-shadow: 0 0 10px #00000021;
	border-radius:10px;
	margin-bottom:20px;
}
.our_doctors .doc-card img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.our_doctors .doc-card p {
	font-size: 18px;
	margin: 0;
}
.our_doctors .doc-card h3 {
	font-size: 26px;
	padding: 10px 0 20px;
}
.our_doctors .doc-card a {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	opacity: 0; /* Start with invisible */
	transition: opacity 0.3s ease, transform 0.3s ease; /* Add smooth transition */
  }
  
  .our_doctors .doc-card:hover a {
	display: block;
	opacity: 1; /* Fade in */
	transform: translate(-50%, -45%); /* Slight movement for added effect */
  }
  .our_doctors_details {
	padding: 60px 0 150px;
}
.our_doctors_details .doc-card-detail {
	box-shadow: 0 0 10px 0 #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.our_doctors_details .doc-card-detail img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.our_doctors_details .doc-card-detail h5 {
	padding: 15px 20px;
	font-size: 30px;
}
.our_doctors_details .doc-card-detail ul {
	padding: 0 20px;
}
.our_doctors_details .doc-card-detail ul li a {
	color: #6a6a6a;
	padding: 10px;
	display: block;
}  
.our_doctors_details .doc-card-detail ul li a i {
	margin-right: 10px;
}
.our_doctors_details .doc-card-detail .social_links {
	display: flex;
}
.our_doctors_details .doc-card-detail .social_links li a i{margin:0;}
.our_doctors_details .doc-card-detail .social_links li a {
	border: 1px solid#ccc;
	margin: 10px;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
.our_doctors_details .doc-card-detail .working_hrs {
	display: flex;
	flex-wrap: wrap;
}
.our_doctors_details .doc-card-detail .working_hrs li {
	width: 50%;
	margin-bottom: 20px;
}
.traditional_card .doc-card img {
	height: 150px !important;
	width:100%;
	border-radius:10px 10px 0 0;
}
.traditional_card .doc-card p {
	padding: 15px;
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.traditional_card{padding:60px 0;}
.traditional_card .doc-card{
	box-shadow: 0 0 10px 0 #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom:20px;
}
#benefits {
	padding: 60px 0 150px;
}
.benefit-box {
	text-align: center;
	box-shadow: 0 0 10px 0 #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 20px;
}
.bg_section {
	padding: 100px 0;
	background-position: center;
}
.bg_section h2 {
	font-size: 50px;
	font-weight: 500;
}
.pq-breadcrumb::after {
	content: '';
	background-color: #ffffff36;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.pq-breadcrumb .row.align-items-center {
	position: relative;
	z-index: 9;
}

.right-blog-bar .input-group .btn {
	position: relative;
	z-index: 2;
	height: 53px;
	width: 60px;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	color: #fff !important;
	font-size: 35px;
	line-height: 37px;
	border: none;
}
.custom_drop_menu button{
	padding: 0 !important;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	color: #000;
}
.custom_drop_menu button {
	padding: 0 !important;
	width: 40px;
	height: 40px;
	border: none;
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.custom_drop_menu button:after{display:none;}
body .show_menu {
	width: auto !important;
	border: none;
	box-shadow: 0px 1px 19px 0px rgba(0, 0, 0, 0.15);
	padding: 10px;
	text-align: left;
	left: -73px !important;
}
.main-header .show_menu a {
	font-size: 16px;
	display: block;
	margin: 0;
	text-align: left;
}
.profile {
	padding: 1rem 0 10rem;
}
.profile form {
	width: 60%;
	margin: 0 auto;
}
.avatar-upload {
	position: relative;
	/* max-width: 205px; */
	margin: 50px auto;
  }
  .avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
  }
  .avatar-upload .avatar-edit input {
	display: none;
  }
  .avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  .profile input {
	border: 1px solid#ccc;
	border-radius: 10px;
}
.profile select {
	border: 1px solid#ccc;
	border-radius: 10px;
	background: #f4f6f9 !important;
	height: 54px;
}
.profile .form-control:focus{box-shadow:none !important;border-color:#ccc;}
.profile .btn-black {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 45px;
	height: 60px;
	line-height: 50px;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}
.my_booking {
	padding: 1rem 0 10rem;
}
.my_booking .nav-tabs {
	border-bottom: none;
	margin: 30px 0;
}
.my_booking .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: none;
	border-top-right-radius: .25rem;
	color: #1D1617;
	font-size: 18px;
	padding: 0;
	position: relative;
}
.my_booking .nav-tabs li{
	padding-right:40px;
}
.my_booking .nav-tabs .nav-link.active {
	color: #fd6b14;
	position: relative;
}
.my_booking .nav-tabs .nav-link.active::after {
	content: '';
	width: 50px;
	height: 2px;
	background: linear-gradient(to right, #FD5E00 , #FF9556 );
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
}
.booking-card {
	position: relative;
	background: #fff;
	transition: all .3s ease;
	text-align: center;
	box-shadow: 0 0 10px #00000021;
	border-radius: 10px;
	margin: 10px 0;
	padding: 30px;
}
.booking{display:flex;}
.booking-card .text {
	padding-left: 20px;
	text-align: left;
}
.booking-card .img img {
	width: 80px;
	border-radius: 50%;
	height: 80px;
	object-fit: cover;
}
.booking-card .text h3 {
	font-size: 22px;
}
.booking-card .text span {
	color: #7B6F72;
	font-size: 16px;
	display: block;
	margin: 10px 0;
}
.booking-card .text span .upcoming {
	background-color: #D4FFDE;
	color: #18B23C;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
}
.again-booking {
	display: flex;
	justify-content: space-between;
}
.again-booking a {
	background-image: linear-gradient(to right, #FD5E00 , #FF9556 );
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
	font-size:14px;
}
.booking-card .text span .cancelled {
	background-color: #D6080829;
	color: #D60808;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
}
.my_booking .tab-content > .active {
	padding: 0;
}


/*-----------------chat ui-------------*/
.message-area {
    height: 100vh;
    overflow: hidden;
    /* padding: 30px 0; */
    /* background: #f5f5f5; */
}
.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    height: 90vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}
.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 0;
}
/* .chat-area .modal-dialog-scrollable {
    height: 100% !important;
    overflow-y: scroll;
} */
.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}
.chat_heading {
    padding: 1rem 0px;
}
.chat_heading h2 {
    font-size: 30px;
    color: #101828;
   
    font-weight: 600;
    margin-bottom: 30px;
}
.chat_heading h3 {
    font-size: 18px;
    color: #101828;
   
    font-weight: 600;
}
.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.chat-area .form-control {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 8px;
    border: 0.5px solid #8A8A8A;
    background: #fff;
    color: #667085;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    padding: 12px 32px;
   
}
.msg-search span svg {
    width: 20px;
    height: 16px;
}
.msg-search span {
    position: absolute;
    left: 7px;
    top: 14px;
}
.chat-list {
    margin-top: 20px;
}
.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.messanger:nth-child(odd)  {
    background-color: #fff;
    padding: 15px;
    border-bottom: 1px solid#ccc;
}
.messanger:nth-child(even)  {
    background-color: #F9FAFB;
    padding: 15px;
    border-bottom: 1px solid#ccc;
}

.chat-list .flex-shrink-0 {
    margin-right: 10px;
}
.chat-list h3 {
    margin-bottom: 0;
    color: #000;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.modal-dialog-scrollable .side-content{
    border-right: 1px solid#ccc !important;
    padding-right:20px;
}
.chat-list p {
    margin-bottom: 0;
    color: #475467;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 20px;
}
.chat-list span {
    margin-bottom: 0;
    color: #000;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
}
.scroll-hidden {
    overflow: hidden !important;
}
.chatbox .modal-content {
    border-top: 0;
    border-radius: 0;
}
.msg-head {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.chat-icon {
    display: none;
}
.msg-head h3 {
    color: #101828;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
   
}
.msg-head p {
    color: #475467;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
   
}

.messanger .flex-shrink-0 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.msg-head .flex-shrink-0 img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}
.moreoption a {
    font-size: 16px;
	background-image: linear-gradient(to right, #FD5E00, #FF9556);
    border: none;
    padding: 13px 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    display: inline-block;
}
.message-area .col-md-4.pr-0 {
    padding-right: 0;
}
.scroll-hidden .modal-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-left: 0;
    padding-bottom:0;
}
.scroll-hidden .msg-body {
    flex-grow: 1;
    overflow-y: auto;
    height: 70vh;
}
.msg-body ul {
    overflow: hidden;
    padding-right: 3rem;
}
.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
    padding-left:30px;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.msg-body ul li.sender h3 {
    margin-bottom: 0;
    color: #000;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 6px;
}
.msg-body ul li.sender span {
    margin-bottom: 0;
    color: #475467;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 4px;
}
.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.msg-body ul li.repaly {
    display: block;
    width: 70%;
    text-align: right;
    position: relative;
    margin-left: auto;
}
.msg-body ul li.repaly .flex-grow-1.ms-3 {
    display: block;
    margin-bottom: 15px;
}
.msg-body ul li.repaly span {
    margin-bottom: 0;
    color: #475467;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-left: 4px;
}
.msg-body ul li.repaly h3 {
    margin-bottom: 0;
    color: #000;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 20px;
}
.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}
.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f2f2f2 transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}
.msg-body ul li.repaly p {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f2f2f2;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
   
}
li.repaly .time {
    margin-right: 20px;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}
.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}
.scroll-hidden .send-box {
    margin-top: auto;
    padding: 25px 0;
    position: relative;
    background-color: #FCFCFD;
}
.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-bottom: 15px; */
}
.send-box form input {
    padding: 40px;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
}
.chat-wrapper {
    padding: 2rem 0;
}
.modal-dialog-scrollable .modal-content{border:none;}
.msg-body ul li.sender p {
    color: #101828;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
   
    width: 80%;
}
.msg-body ul li.sender p {
    margin: 8px 15px;
    background-color: #F2F4F7;
}
.msg-body ul li.sender .flex-grow-1.ms-3 {
    display: flex;
    justify-content: space-between;
    width: 78%;
    max-width: 78%;
}
.scroll-hidden .send-box button {
    font-size: 16px;
    background-image:linear-gradient(to right, #FD5E00 , #FF9556 );
    border: none;
    padding: 13px 30px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 10px;
    margin-top: 0;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    right: 65px;
}

.bottom-content a.subscribe {
    border: 1px solid#000;
    background-color: #F6C7D8;
}

.bottom-content a.subscribe:after{
    display:none;
}
.bottom-content a.subscribe img {
    width: 25px;
    height: auto;
    position: relative;
    top: -4px;
}
section.consultant_chat {
    padding: 4rem 0 0;
}
.user-card {
    position: relative;
}
.user-card img {
    border-radius: 5px;
}
.user-card p {
    color: #162B3F;
    font-size: 12px;
   
    font-weight: 500;
    position: absolute;
    margin-top: -56px;
    left: 10px;
    background: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.user-card h3 {
    font-size: 22px;
    font-weight: 500;
   
    margin: 20px 0;
}
.user-card ul {
    display: flex;
    padding: 0;
}
.user-card ul li {
    list-style: none;
    padding: 0 5px;
}
.user-card ul li a {
    color: #797979;
    font-size: 16px;
    text-decoration: none;
   
}
.user-card ul li a i {
    color: #FFB446;
}
.user-card ol {
    display: flex;
    padding: 0;
}
.user-card ol li {
    list-style: none;
    padding: 0 10px 0 0;
    width:50%;
}
.about-btn {
    text-align: center;
    background-color: #F3F3F3;
    color: #162B3F;
    font-size: 16px;
   
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 4px;
    min-width: 200px;
    width: 100%;
}
.about-btn:hover{
    background-color: #162B3F;
    color: #fff;
}
.chat-btn:hover{
    background-color: #F3F3F3;
    color: #162B3F;
}
.chat-btn {
    text-align: center;
    background-color: #162B3F;
    color: #fff;
    font-size: 16px;
   
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 4px;
    min-width: 200px;
    width: 100%;
}
.user-card img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
/*----------media css----------*/
@media (max-width:1440px) {
	.main-header .nav-item a{padding:0 !important;}
	.main-header .right_bar .nav-item {
		padding: 0 10px;
		margin-right: 10px;
	}
	.main-header {
		padding: 0 2rem;
	}
	.main-header .navbar-light .navbar-brand img {
		width: 120px;
	}
	
}
@media (max-width:991px) {
	.banner-slider .carousel-caption p {
		width: 90%;
	}
	.banner-slider .carousel-caption h5 {
		font-size: 36px;
	}
	.banner-slider .carousel-item img {
		height: 500px;
	}
	.banner-slider .carousel-caption {
		top: 15%;
	}
	.health_services h2{font-size:40px;}
	.our_services h2{font-size:40px;}
	.our_specialist img {
		height: 300px;
	}
	.our_specialist .card {
		height: auto;
		margin-bottom:20px;
	}
	.pq-breadcrumb-title h2 {
		font-size: 36px;
		line-height: 46px;
		color: #000;
	}
	.pq-form-box {
		width: 90%;
		padding: 20px;
	}
	.pq-section.pq-style-1 .pq-section-title {
		font-size: 28px;
		line-height: inherit;
	}
	.pq-section.pq-style-1.text-center {
		padding: 0 15em;
		margin-bottom: 30px;
	}
	.pq-breadcrumb-container .breadcrumb li{color:#000;}
	.pq-breadcrumb-container .breadcrumb li a {
		color: #000;
	}
	.bg_section h2 {
		font-size: 28px;
	}
	.our_specialist .text-h1 {
		margin: 10px;
		font-size: 18px;
	}
	.our_specialist .intro{height:64px;}
	.about h2 {
		font-size: 40px;
	}
	.about p {
		font-size: 16px;
		line-height: 27px;
	}
	.apply_form {
		padding: 20px 0 50px 0;
	}
	.apply_form .form_group {
		margin: 0 !important;
		padding: 0 !important;
	}
	.apply_form::after {
		left: 0;
		height:100%;
	}
	.apply_form h3 {
		font-size: 34px;
		margin: 12px 0;
	}
	.apply_form form input{
		margin-bottom:0;
	}
	.our_gallery h1{font-size:40px;}
	.our_gallery p br{display: none;}
	.testimonial h2{font-size:40px;}
	.blogs h2{font-size:40px;}
	.blogs .blog-card h3 a {
		font-size: 18px;
	}
	.blogs .blog-card p {
		font-size: 14px;
	}
	.main-header {
		padding: 0;
	}
	.main-header .navbar-light .navbar-brand img {
		width: 120px;
	}
	.navbar-toggler {
		padding: 5px 10px;
		font-size: 16px;
	}
	button:focus:not(:focus-visible) {
		outline: 0;
		box-shadow: none;
	}
	.right_bar {
		flex-wrap: wrap;
	}
	.main-header .right_bar .nav-item {
		padding: 0;
		border-right: none;
		margin-right: 30px;
		width: 100%;
		text-align: left;
		margin: 20px 0;
	}
	.main-header .right_bar a {
		text-align: left;
	}
	.main-header .right_bar .bar{display:none !important;}
}
@media (max-width:767px) {
	.health_services .img-card h4 {
		font-size: 18px;
		margin-bottom:5px;
	}
	.img-card {
		margin-bottom: 20px;
	}	
	.overlap_services .card {
		padding: 10px;
	}
	.overlap_services .card h4 {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin: 10px 0;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.health_services .col-lg-3.col-md-6.col-sm-6 {
		width: 50%;
	}
	.overlap_services .card p {
		color: #fff;
		margin: 0;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
		overflow: hidden;
		font-size:14px;
	}
	.health_services .img-card img {
		height: 150px;
	}
	.overlap_services .card {
		padding: 10px;
		min-height: 205px;
	}
	.health_services .img-card p {
		margin: 0 !important;
		font-size: 14px;
	}
	.pq-counter-60 {
		padding: 20px;
	}
	.pq-counter-60 .col-lg-3.col-md-6 {
		width: 50%;
		margin-top: 0 !important;
	}
	body .show_menu {
		left: 0 !important;
	}
	.profile form {
		width: 100%;
	}
	.my_booking .nav-tabs li {
		padding-right: 20px;
	}
	.my_booking .nav-tabs .nav-link{font-size:15px;}
	.booking-card .text span .cancelled {
		padding: 5px 10px;
		font-size: 13px;
		margin-left: 10px;
	}
	.again-booking a {
		height: 40px;
		line-height: 40px;
	}
	.booking-card .text span .upcoming {
		padding: 5px 10px;
		font-size: 13px;
		margin-left: 10px;
	}
	.download_app {
		padding: 20px;
		margin-top: 0;
	}
	.download_app h3 {
		font-size: 28px;
	}
	.download_app h3 br{display:none;}
	.download_app p {
		width: 100%;
	}
	.download_app img {
		width: 150px;
	}
	.main-header {
		padding: 0;
	}
	.main-header .navbar-light .navbar-brand img {
		width: 120px;
	}
	.navbar-toggler {
		padding: 5px 10px;
		font-size: 16px;
	}
	button:focus:not(:focus-visible) {
		outline: 0;
		box-shadow: none;
	}
	.right_bar {
		flex-wrap: wrap;
	}
	.main-header .right_bar .nav-item {
		padding: 0;
		border-right: none;
		margin-right: 30px;
		width: 100%;
		text-align: left;
		margin: 20px 0;
	}
	.main-header .right_bar a {
		text-align: left;
	}
	.main-header .right_bar .bar{display:none !important;}
	.banner-slider .carousel-caption {
		display: block !important;
		top:5%;
	}
	.banner-slider .carousel-caption h5 {
		font-size: 20px;
		width: 90%;
	}
	.banner-slider .carousel-caption p {
		font-size: 16px;
	}
	.about img {
		margin-top: 30px;
	}
	.about h2 {
		font-size: 30px;
	}
	.health_services h2 {
		font-size: 30px;
	}
	.our_services h2 {
		font-size: 30px;
	}
	.apply_form {
		padding: 30px;
		background: #fd5e00;
	}
	.apply_form::after {display:none;}
	.apply_form img{display:none;}
	.apply_form span {
		margin: 0 !important;
	}
	.our_gallery h1 {
		font-size: 30px;
	}
	.our_gallery p{font-size:16px;}
	.testimonial h2 {
		font-size: 30px;
	}
	.slider.responsive {
		margin-top: 0 !important;
	}
	.blogs h2 {
		font-size: 30px;
	}
	.pq-subscribe-bg {
		padding: 20px;
	}
	.pq-subscribe-block .pq-subscribe-details {
		margin-left: 10px;
		padding-right: 0;
	}
	.pq-subscribe-block .pq-subscribe-details h5 {
		font-size: 24px;
		line-height: 30px;
	}
}

.pay_button{
	background-image: linear-gradient(to right, #FD5E00, #FF9556);
	border: none;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	display: inline-block !important;
	color: #fff;
	border-radius: 30px;
	font-weight: 600;
}

.card_brand {
	background-color: #D4FFDE;
	color: #18B23C;
	padding: 5px 20px;
	border-radius: 5px;
	font-size: 14px;
	margin-left: 10px;
}
.add_Card button#submit-button {
    background-image: linear-gradient(to right, #FD5E00, #FF9556) !important;
    border: none;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    display: inline-block !important;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
}
  
  
  .loader_box {
	width: 100%;
	background: #000000a6;
	position: fixed;
	opacity: 1;
	font-size: 50px;
	color: #4cffc5;
	z-index: 999999;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .book_appointment .container {
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgb(21 21 21 / 11%);
    margin: 40px auto 100px;
}
.book_appointment img {
    width: 62%;
}
.book_appointment form {
    background-color: #f4f6f9;
    padding: 30px;
    border-radius: 0;
    height: 100%;
}
section.view_profile .profile_img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.view_profile ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
	padding:0;
}
section.view_profile ul li{
    width:50%;
	padding:10px 0;
}
section.view_profile ul li:nth-child(odd) {
    text-align: left; /* Align odd items to the left */
}

section.view_profile ul li:nth-child(even) {
    text-align: right; /* Align even items to the right */
}
section.view_profile .card {
    box-shadow: 3px 3px 15px 11px rgba(0, 0, 0, 0.05);
    border: none;
    width: 70%;
    margin: 50px auto;
    border-radius: 30px;
    padding: 40px 0;
}

section.view_profile {
    padding-bottom: 5rem;
}
input[type=date],
 input[type=time] {
     border            : none;
     box-sizing        : border-box;
     outline           : 0;
     padding-left      : .75rem;
     display           : flex;
     justify-content   : center;
     position          : relative;
     width             : 100%;
     -moz-appearance   : textfield;
     -webkit-appearance: none;
     margin            : 0;
 }

 input[type=date]::placeholder,
 input[type=time]::placeholder {
     font-family: 'Roboto';
     font-size  : 17px;
     font-style : normal;
     font-weight: 400;
 }

 input[type=date]::-webkit-calendar-picker-indicator,
 input[type=time]::-webkit-calendar-picker-indicator {
     background: none;
     bottom    : 0;
     color     : transparent;
     cursor    : pointer;
     height    : auto;
     left      : 0;
     position  : absolute;
     right     : 0;
     top       : 0;
     width     : auto;
 }


 input[type=date]::-webkit-datetime-edit,
 input[type=time]::-webkit-datetime-edit {
     text-align: center;
     width     : 100%;
 }
