* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
	text-decoration: none;
}

p,
ul,
li {
	padding: 0;
	margin: 0;
}

.offcanvas-header {
	border-bottom: 1px solid #ddd;
}

/* header */
header {
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

header .header-top {
	background-color: #fff;
	padding: 10px 0px;
}

header .header-top ul li {
	color: #fff;
	font-size: 16px;
	background: linear-gradient(to right, #FFD700, #0F0F0F);
	padding: 7px 13px;
	border-radius: 5px;
	transition: all 1s;
}

header .header-top ul li:hover {
	background: #000;
	color: #fff;
}

header .header-top ul li a {
	color: #fff;
	font-size: 16px;
}

header .navbar {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.228);
	padding: 0;
	background: #000;
}

header .navbar .navbar-brand {
	font-size: 26px;
	color: #edb915;
	font-weight: bold;
	width: 80px;
}

header .navbar .navbar-brand p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

header .navbar .nav-link {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	position: relative;
}

.navbar-nav .nav-link.active {
	color: #fff;
}

header .navbar .nav-link:after {
	content: '';
	width: 0;
	height: 2px;
	background-color: #edb915;
	position: absolute;
	bottom: 0px;
	right: 0;
	transition: .5s;
}

header .navbar .nav-link:hover:after {
	width: 100%;
}

header .navbar .nav-link:hover {
	color: #edb915;
}

header .navbar-toggler {
	padding: 8px 10px;
	color: #edb915;
	border-color: #edb915;
}

header .navbar-toggler:focus {
	box-shadow: none;
}

.disc {
	margin-left: 20px;
}


.sliderarea {
	position: relative;
}

/* slider */
.carousel-control-prev-icon {
	background-color: black;
	border-radius: 50%;
}

.carousel-control-prev span i {
	color: #fff;
	background-color: black;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 50%;
}

.carousel-control-next span i {
	color: #fff;
	background-color: black;
	font-size: 20px;
	padding: 8px 10px;
	border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
	width: 50px;
}

/* about */
#about {
	padding: 30px 0px;
	background: #fff;
}

#about .row {
	row-gap: 20px;
}

#about h2 {
	padding-bottom: 0px;
	color: #000;
	text-align: center;
	margin-bottom: 0px;
	font-size: 35px;
	font-weight: bold;
}

.heading {
	text-align: center;
	margin-bottom: 20px;
}

.heading img {
	width: 170px;
}


#about .submit-btn {
	padding: 8px 30px;
	background: #fff;
	border: none;
	color: #fff;
	font-size: 21px;
}

#about .form-control {
	border-radius: 0;
	box-shadow: none;
}

#about .form-control:focus {
	border-color: #fff;
}

.about-us p {
	margin-bottom: 10px;
	text-align: justify;
	color: #000;
	font-size: 20px;
}

.about-content {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* service */
#service {
	padding: 50px 0px;
}

#service h2 {
	text-align: center;
	font-size: 35px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: bold;
}

#service .row {
	row-gap: 20px;
}

#service .service-inr {
	border: #000 1px solid;
}

#service .service-inr h4 {
	font-size: 18px;
	padding: 10px;
	color: #000;
}

#service .service-inr .img {
	overflow: hidden;
}

#service .service-inr .img img {
	transition: .5s;
	border-bottom: 1px solid #fff;
}

#service .service-inr:hover .img img {
	transform: scale(1.1);
}

#service .service-inr .productbtn {
	display: block;
	border-top: 1px solid #fff;
	background-color: #edb915;
	color: #fff;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
	transition: .5s;
}

#service .service-inr:hover .productbtn {
	background-color: #fff;
}


/* card */
#card {
	padding: 60px 0px;
}

#card .inr {
	background-color: #ebf5f5;
	border-radius: 10px;
	padding: 50px 0px;
	text-align: center;
}


/*  */
#queation {
	background: url(../images/pattern-3.png );
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 60px 0px;
}

#queation .accordion-item {
	border-radius: 0px;
	border: 1px solid #767676;
	margin-bottom: 10px;
	box-shadow: 1px 1px 6px 0px #898989;
}

#queation .accordion-button {
	padding: 7px;
	font-size: 16px;
	border-radius: 0;
}

#queation .accordion-item:not(:first-of-type) {
	border-top: 1px solid #767676;
}

#queation .accordion-header {
	padding: 1px;
}

#queation .accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #edb915;
	box-shadow: none;
}



/* testimonial */
/* #testimonial{padding: 100px 150px; background-color: #ebf5f5;}
#testimonial h2{color: #edb915;}
#testimonial .testimonialslider{background-color: #fff; padding: 60px 100px; text-align: center;}
#testimonial .owl-item h5{color: #edb915; margin-top: 20px; font-size: 22px;}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #edb915;} */

/* google review */
#social-review {
	padding: 40px 0px;
	text-align: center;
	background: #ecfdff;
}

.rate-review {
	margin-bottom: 60px;
}

.google-rate {
	display: block;
	width: 160px;
	margin: auto;
	margin-bottom: 10px;
}

.ti-profile-img span {
	background: #745e31;
	color: #fff;
	padding: 8px;
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

#social-review .fa-star {
	color: #e9b615;
	font-size: 22px;
}

#social-review h4 {
	font-size: 20px;
	margin-top: 12px;
	margin-bottom: 3px;
	color: #fff;
}

#social-review .testi-slider .fa-star {
	font-size: 12px;
}

.testi-slider .ti-inner {
	padding: 15px;
	box-shadow: 1px 1px 7px 0 rgb(0 0 0 / 15%), 0 0 2px 0 rgb(0 0 0 / 5%);
	border-top-width: 0 !important;
	border-bottom-width: 0 !important;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	background-color: #fff !important;
	backdrop-filter: blur(0px);
}

.testi-slider .carousel-control-next,
.testi-slider .carousel-control-prev {
	width: 10%;
	width: 20px;
	height: 20px;
	top: 45%;
	border-radius: 50%;
	padding: 3px;
	background-color: #36252559 !important;
}

.testi-slider .ti-review-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: relative;
}

.testi-slider .ti-profile-img {
	margin: 0 15px 0 0 !important;
}

.testi-slider .ti-profile-img img {
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	display: block;
	border-radius: 30px;
	min-width: initial !important;
	max-width: initial !important;
	object-fit: cover;
	object-position: top;
}

.testi-slider .ti-profile-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.testi-slider .ti-inner>.ti-stars {
	margin-bottom: 6px;
	margin-top: 15px;
	text-align: left;
}

.testi-slider .ti-stars {
	margin-top: 3px;
	white-space: nowrap;
	display: block;
}

.testi-slider .ti-review-content {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 20.3px;
	height: 120px;
	font-size: 14px;
	text-align: left;
	transition: height .5s;
	font-style: normal;
	overflow-y: scroll;
	padding-right: 0;
	scrollbar-width: none;
}

::-webkit-scrollbar {
	width: 1px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;
}




.testi-slider .ti-read-more {
	display: block;
	padding: 5px 0 0;
	text-align: left;
	color: #f6bb06;
	font-size: 12px;
}

.testialign {
	align-items: center;
}

#social-review .carousel {
	padding: 0px;
}

#social-review .review-btn {
	text-align: center;
}

#social-review .btn {
	background: linear-gradient(to right, #FFD700, #0F0F0F);
	transition: .5s;
	padding: 5px 20px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* #social-review .btn:before {
	background: #047583;
	content: " ";
	color: #fff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transform: translateX(-100%);
	z-index: -1;
} */

/* #social-review .btn::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	background: #047583;
	z-index: -1;
	transform: translateX(100%);
	transition: transform .5s ease;
}

#about-6 .btn:hover:before {
	transform: translateX(0);
	transition: transform .35s ease;
}

#social-review .btn:hover:after {
	opacity: 1;
	transform: translateX(0);
	transition: transform .35s .36s ease;
} */


#social-review {
	padding: 40px 0px;
	background: #000000;
}

#social-review h5 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #fff;
}

#social-review h2 {
	font-size: 35px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	color: #fff;
}

#social-review h6 {
	text-align: center;
	margin-bottom: 25px;
}

#social-review .test-inr {
	padding: 20px 15px;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid rgb(197, 195, 195);
	border-width: 1px 1px 1px 1px;
	border-radius: 2px 2px 2px 2px;
	height: 340px;
	overflow-y: scroll;
	background: #fff;
}

#social-review .test-inr::-webkit-scrollbar {
	width: 2px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}

.owl-theme .owl-dots .owl-dot span {
	background: #a1a0a0;
}

.test-star {
	justify-content: center;
}

#social-review .test-inr .test-star li {
	color: #057384;
}

#social-review .test-inr .test-text {
	margin: 10px 0px;
	text-align: justify;
}

#social-review .test-inr .test-img li:first-child {
	display: block;
	align-items: center;
}

#social-review .test-inr .test-img li img {
	width: 50px;
	border-radius: 50px;
	margin: auto;
	margin-bottom: 15px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
}

#social-review .test-inr .test-img li .text {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-top: 20px;
}

#social-review .test-inr .test-img .six {
	font-size: 24px;
	color: rgb(60 57 111);
}

.test-img {
	text-align: center;
}

#social-review .owl-carousel.owl-drag .owl-item {
	padding-top: 0px;
}

/* end */



/* end */

/* contact */
#contact h2 {
	font-size: 35px;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	color: #000;
}

#contact h4 {
	color: #000;
	margin-bottom: 20px;
}

.contact-h2 {
	padding: 10px 0px 8px;
	color: #000;
}

#contact {
	background: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	background-attachment: fixed;
	padding: 60px 0px;
	z-index: 1;
	position: relative;
	margin: 40px 0;
}

#contact::before {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #fff;
	content: "";
	z-index: -1;
}

#contact .submit-btn {
	padding: 8px 30px;
	background: linear-gradient(to right, #FFD700, #0F0F0F);
	border: none;
	color: #fff;
	font-size: 21px;
	border-radius: 5px;
	transition: all 1s;
	width: 100%;
}

#contact .submit-btn:hover {
	background: #fff;
	color: #fff;
}

#contact .form-control {
	border-radius: 0;
	box-shadow: none;
}

#contact .form-control:focus {
	border-color: #fff;
}

#contact form {
	border-radius: 10px;
	box-shadow: 0px 0px 5px #fff;
	background: #fff;
	padding: 20px
}

.cform .submit-btn {
	padding: 8px 30px;
	background: #fff;
	border: none;
	color: #000;
	font-size: 21px;
	border-radius: 10px;
	width: 100%;

}

.cform {
	background: linear-gradient(to right, #FFD700, #0F0F0F);

	color: #fff;
	padding: 30px 20px;
	width: 385px;
	position: absolute;
	right: 80px;
	border-radius: 10px;
	top: 80px;
}

.cform h2 {
	font-size: 26px;
	margin-bottom: 20px;
	color: #fff;
}

#contact .iframe {
	margin-bottom: 20px;
}

/* end */


/* footer */
footer {
	background-color: #000;
	padding: 70px 0px 30px;
}

footer .footerinr .address {
	margin-left: 0px;
}

footer .footerinr .logo {
	font-size: 25px;
	color: #e8b615;
	font-weight: bold;
}

footer .footerinr .logo p {
	font-size: 18px;
	font-weight: 400;
	color: #e8b615;
	margin-left: 0px;
}

footer .footerinr .logo:hover {
	padding: 0;
}

footer .footerinr ul {
	margin-left: 20px;
}

footer .footerinr ul.category {
	margin-left: 0px;
	height: 250px;
	overflow-y: scroll;
	list-style: inside;
}

footer .footerinr ul li {
	color: #9a6e00;
	margin-bottom: 15px;
}

footer .footerinr h4 {
	color: #9a6e00;
	font-size: 25px;
}

footer .footerinr ul li p {
	font-size: 16px;
	color: #fff;
}

footer .footerinr ul li i {
	font-size: 18px;
	color: #9a6e00;
	width: 25px;
}

footer .footerinr ul li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	transition: .5s;
}

footer .footerinr p {
	color: #fff;
}

footer .footerinr ul li a:hover {
	padding-left: 5px;
}

footer .footerinr .category li {
	margin-bottom: 8px;
}

/* footer .footerinr .link li:first-child, footer .footerinr .category li:first-child{color: #333333;} */
footer .footerinr ul li p b {
	color: #e8b615;
}

footer .copyright {
	text-align: center;
	border-top: #fff 1px solid;
	padding: 15px 0px;
	margin-top: 30px;
	color: #fff;
}

footer .copyright a img {
	width: 200px;
}

footer .copyright a {
	color: #9a6e00;
	font-weight: bold;
}



/*  */
/* whtaspcall  */
.quickcontact a,
.quickcontact1 a {
	z-index: 999;
}

.socialcontact {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1030;
}

.quickcontact a,
.quickcontact1 a {
	z-index: 999;
}

.quickcontact {
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
}

.quickcontact::after,
.quickcontact::before {
	content: "";
	width: calc(100% + 40px);
	height: calc(40% + 40px);
	position: absolute;
}

.quickcontact::before {
	border: 1px solid #47ccc8;
	border-radius: 50%;
	animation: 1s linear infinite pulse
}

.quickcontact::after {
	border: 1px solid #47ccc8;
	border-radius: 50%;
	animation: 1s linear .3s infinite pulse
}

.quickcontact1 {
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	justify-content: center;
	align-items: center;
	margin-top: 30px
}

@keyframes pulse {
	0% {
		transform: scale(.5);
		opacity: 0
	}

	50% {
		transform: scale(1);
		opacity: 1
	}

	100% {
		transform: scale(1.3);
		opacity: 0
	}
}



/* modal */
.modal .btn-theme {
	border-radius: 0px;
	background: #edb915;
	color: #fff;
}

.modal .btn-theme:hover {
	background-color: #fff;
	color: white;
}

.modal .form-control {
	border-radius: 0px;
	box-shadow: none;
}

.modal .form-control:focus {
	border-color: #fff;
}


/* ===================================================== */


.procedure-btn {
	padding-bottom: 10px;
	text-align: center;
	/* Center the buttons */
}

.procedure-btn a {
	padding: 10px 20px;
	margin: 10px 5px;
	/* vertical 10px, horizontal 5px */
	display: inline-block;
	color: #fff;
	border-radius: 10px;
	transition: all 0.5s;
}

.enquiry-btn-p{
     background: linear-gradient(to right, #FFD700, #0F0F0F);

}

#call-us-btn {
	background-color: #000;
}


.after-treatment-content h2 {
	color: #fff;
}


.responsive-iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9 Aspect Ratio */
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}