@charset "utf-8";

/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@300;400;500;600;700&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap');

:root {
	--primary-color: #7A488E;

	--secondary-color: #181E49;

	--base-color: #000000;

	--primary-font: "Montserrat Alternates", sans-serif;

	--secondary-font: "Poppins", sans-serif;

}

html,
body {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	font-family: var(--secondary-font);
	font-weight: 300;
	font-size: 15px;
	color: var(--base-color);
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: var(--base-color);
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: var(--primary-font);
	font-weight: 600;
}

h1 {
	font-size: 42px;

}

h2 {
	font-size: 36px;

}

h3 {
	font-size: 30px;

}

h4 {
	font-size: 24px;

}

h5 {
	font-size: 18px;

}

h6 {
	font-size: 16px;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
	font-size: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 20px 0;
	line-height: 25px;
	color: var(--grey-color);
	font-size: 1rem;
	font-weight: 400;
}

ul,
ol {
	margin: 0;
}

strong,
b {}

.container {
	width: 90% !important;
	max-width: 1480px !important;
}

p {
	font-family: var(--secondary-font);
}

section {
	padding: 50px 0 0;
}

.navbar {
	padding: 0;
	border-bottom: #ccc solid thin;
	padding-bottom: 10px;
}

.navbar-collapse {
	flex-grow: 0;
}


.nav-link {
	color: var(--secondary-color);
	font-size: 1rem;

	font-weight: 400;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.nav-link:hover {
	color: var(--primary-color);
}

.nav-item:not(:first-child) {
	margin-left: 2.5rem;
}

.nav-link.active {
	font-weight: 700;
	color: var(--primary-color);
}

.top-contact a {
	color: var(--base-color);
	display: flex;
	align-items: center;
}

.top-contact a i {
	color: var(--primary-color);
	font-size: 1.6rem;
	margin-right: 10px;
	font-weight: 600;
}


.navbar-brand {
	margin: 10px 0;
}

img {
	width: 100%;
	height: auto;
}

.title {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 25px;
}

.title .section-title {
	position: relative;
	color: var(--secondary-color);
	font-size: 25px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: var(--primary-font);
}

.title h2 {
	font-size: 45px;
	margin-top: 15px;
	color: var(--primary-color);
	font-weight: 700;
}

.btn {
	border-radius: 30px;
}

.btn-primary {
	color: #fff;
	background: var(--primary-color);
	font-size: 15px;
	font-weight: 600;
	border-color: var(--primary-color);
	padding: 0.7rem 1.5rem;
	text-transform: uppercase;
	transition: all 0.4s ease;
}

.btn-primary:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}


.navbar-brand img {
	width: 240px;
	max-width: 100%;
}


.navbar-right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.dwnld-brchr a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dwnld-brchr a img {
	width: 27px;

}

.dwnld-icon {
	margin-right: 10px;
}

.dwnld-brchr {
	margin-left: 15px;
}

.dwnld-brchr a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	color: #fff;
	padding: 7px 20px;
	font-weight: 500;
	border-radius: 30px;

}

.dwnld-brchr a:hover {
	background: var(--secondary-color);
}

.slider-section {
	position: relative;
}


.slider-section .crown-pattern {
	position: absolute;
}

.slider-section .crown-pattern.btm-top-left {
	left: -150px;
	top: 15px;
}

.slider-section .crown-pattern.btm-top-left img {
	width: 550px;
	max-width: 100%;
}

.slider-section .crown-pattern.btm-right-crown {
	right: -150px;
	bottom: -70px;
}

.slider-section .crown-pattern.btm-right-crown img {
	width: 400px;
}

.slide-text {
	display: flex;
	height: 100%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width: 40%;
	padding: 60px 0;

}

.slide-text h2 {
	font-size: 60px;
	color: var(--primary-color);
}

.slide-text h2 span {
	font-weight: 300;
	color: var(--secondary-color);
}


.slide-text .btn {
	margin: 15px 0;
}

.slide-text .btn i {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 30px;
	color: var(--secondary-color);
	line-height: 30px;
	font-size: 1.5rem;
	margin-left: 15px;
	box-shadow: 0 0 10px 0 #181E4980;
}

header {
	border-top: var(--secondary-color) solid 5px;
	position: relative;
	z-index: 10;
	background: #fff;
}

#scroll {
	position: fixed;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
	width: 50px;
	height: 50px;
	background-color: var(--primary-color);
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	z-index: 9999;
}

#scroll span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	margin-top: -12px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-bottom-color: #ffffff;
}

#scroll:hover {
	background-color: var(--secondary-color);
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.whatsapp-icon {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 65px;
	height: 65px;
	background: #fff;
	text-align: center;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	line-height: 60px;
	z-index: 1000;
	animation: zoom-in 0.5s ease;
}

.whatsapp-icon img {
	width: 40px;
	margin-top: 4px;
}

.whatsapp-icon a {
	display: block;
	width: 40px;
	height: 40px;
	margin: auto;
}

.abt-img {
	width: 100%;
	display: block;
	text-align: center;
	position: relative;
}

.abt-img img {
	width: 550px;
	max-width: 100%;
}

.experience-box {
	position: absolute;
	bottom: 170px;
	left: 100px;
	border-radius: 25px;
	background: url(../images/experience-bg.png) no-repeat center;
	background-size: 130% 130%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: left;
	padding: 20px 40px;
}

.experience-box h3 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 3rem;
}

.experience-box span {
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.3rem;
}


.slider-about-section {
	background: url(../images/rainbow-1.png) no-repeat center;
	position: relative;
	overflow: hidden;
}

.slider-section {
	background-position: center 17%;
}

.about-section {
	background-position: center 79.1%;
}

.facts-section {
	position: relative;
	margin-top: -190px;
}

.facts-section-main-row {
	background: url(../images/facts-bg.png) no-repeat top center;
	background-size: 100% 100%;
	width: 80%;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 0 150px;
	padding-top: 150px;
}

.facts-section-main-row p,
.facts-section-main-row h3 {
	color: #fff;
}

.fact-count {
	color: transparent;
	-webkit-text-stroke: 1px #ffffff;
	opacity: .3;
	font-size: 70px;
	font-weight: 700;
	font-family: var(--primary-font);
}

.facts-section-main-row h3 {
	margin-top: -45px;
}

.four-tooth {
	position: absolute;
	width: 400px;
	max-width: 100%;
	top: -12%;
	left: 23%;
}

.product-section {
	position: relative;

}

.product-rainbow {
	position: absolute;
	height: 150%;
	right: 80px;
	top: -290px;
	display: block;
	z-index: -1;
	overflow: hidden;
}

.prdct-crown-pattern {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	z-index: -1;
}

.prdct-slider .item {
	padding: 15px;
}

.product-box {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: #ccc solid thin;
	background: #fff;
}

.product-img {
	background: #f5f5f5;

}

.product-details {
	padding: 15px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.emblem-circle {
	width: 75px;
	height: 75px;
	position: relative;
	margin-top: -60px;
}

.product-details h3 {
	font-size: 24px;
	margin: 10px 0;
	font-weight: 600;
}

.product-details h3 span {
	font-weight: 300;
}


.nav-vert-center .owl-nav {
	position: absolute;
	height: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	top: 0;
	bottom: 0;
	margin: auto;
}

.owl-prev>div,
.owl-next>div {
	font-size: 40px;
	color: #aaa;
	width: 50px;
	height: 50px;
	border: var(--primary-color) solid thin;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease;
	background: #fff;
	color: var(--primary-color);
}

.owl-prev>div::before {

	position: relative;
}

.owl-next>div::before {

	position: relative;
}

.owl-prev:hover>div,
.owl-next:hover>div {
	color: #fff;
	background: var(--primary-color);
	border-color: var(--primary-color);
}

.main-count-section {
	padding: 150px 0 50px;
	background: url(../images/main-count-bg.png) no-repeat center bottom;
	background-size: 100% 100%;
}

.count-inr-col {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.count-inr-col h3 {
	margin: 10px 0;
	font-weight: 700;
	color: #fff;
	font-size: 60px;
}

.count-for {
	font-size: 1.3rem;
	font-weight: 400;
	font-family: var(--secondary-font);
	color: #fff;
	line-height: 1.5rem;
}

.point-count-heading {
	font-family: var(--primary-font);
	color: var(--primary-color);
	font-size: 30px;
	font-weight: 700;
}

.choose-us-points-row p {
	padding-left: 50px;
}

.choose-img {
	position: relative;
}

.choose-overlay-text {
	position: absolute;
	bottom: 50px;
	left: 0;
	padding: 20px 40px;
	color: #fff;
	background: url(../images/choose-text-bg.png) no-repeat center;
	background-size: auto;
	background-size: 198% 200%;
	font-size: 1rem;
	border-radius: 15px;
	width: 400px;
	max-width: 100%;
}

.choose-us-section {
	position: relative;
	padding-bottom: 30px;
	/*background: url(../images/top-gradient.png) repeat-x bottom left;*/
}

.testimonial-section {
	padding-bottom: 50px;
	/*background: url(../images/bottom-gradient.png) repeat-x top left;*/
}

.testi-col {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}

.testi-header {
	width: 100%;
	display: flex;
	position: relative;
}

.testi-header::after {
	position: absolute;
	top: -10px;
	right: 15px;
	content: "";
	width: 80px;
	height: 80px;
	background: url(../images/quote.png) no-repeat center;
	background-size: 80px 80px;
}

.testi-left {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
	align-items: center;
}

.client-img img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	height: 70px;
}

.client-name {
	font-family: var(--primary-font);
	color: var(--secondary-color);
	font-size: 20px;
	font-weight: 500;
}

.client-city {
	font-family: var(--secondary-font);
	font-weight: 300;
	font-size: 14px;
	color: var(--primary-color);
}

.testi-dtl {
	margin-top: 15px;
}

.testi-dtl p {
	font-size: 13px;
}

.bfr-aftr-img-col {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.bfr-aftr-img-col img {
	height: 130px;
	max-width: 100%;
	width: auto;
	object-fit: cover;
	object-position: center;
}

.testimonial-slider .item {
	padding: 15px;
}

.owl-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.owl-dot {
	width: 10px !important;
	height: 10px;
	background: #ccc !important;
	border-radius: 50px;
}

.owl-dot.active {
	background: var(--primary-color) !important;
	width: 25px !important;
}

footer {
	background: url(../images/ftr-bg.png) no-repeat center top;
	background-size: cover;
	padding: 230px 0 0;
	margin-top: 50px;
}

.ftr-logo {
	width: 280px;
	max-width: 100%;
}

footer p,
footer a {
	color: #e5e5e5;
	font-size: 14px;
}

footer a:hover {
	color: #fff;
}

.ftr-title {
	color: #fff;
	font-size: 23px;
}

footer .row>div {
	padding-right: 50px;
}

.ftr-links {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 15px;
}

.ftr-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}


.ftr-social a {
	font-size: 25px;
}

.copyright {
	background: rgba(0, 0, 0, 0.3);
	color: #ccc;
	text-align: center;
	padding: 15px;
	margin-top: 40px;
}

.bottom-rainbow {
	position: relative;
}

.bottom-rainbow-inr {
	position: absolute;
	right: 360px;
	top: 0;
	display: block;
	overflow: hidden;
	height: 105%;
	z-index: -1;
}

.inner-header-section {
	background: url(../images/inner-header.png) no-repeat bottom center;
	background-size: auto;
	background-size: cover;
	height: 380px;
	display: flex;
	align-items: flex-start;
	margin-bottom: 50px;
	padding: 40px 0;
}

.inner-header-section h1 {
	font-size: 55px;
	color: #fff;
	text-align: center;
}

.breadcrumb {
	justify-content: center;
	margin-top: 50px;
}

.breadcrumb a {
	color: #d8d8d8;
}

.breadcrumb li.active {
	color: #fff;
}

.product-grid {
	display: flex;
	flex-wrap: wrap;

}

.product-grid .item {
	width: 33.33%;
	padding: 10px;
}

.prdct-thumb {
	position: relative;
}

.prdct-thumb img {
	height: 250px;
	object-fit: contain;
	object-position: center;
	max-width: 100%;
}

.prdct-thumb::before {
	width: 180px;
	height: 180px;
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	background: var(--primary-color);
	z-index: -1;
}

/*
.prdct-thumb.prdct-img-2::before {
	transform: translateY(20px);
}

.prdct-thumb.prdct-img-3::before {
	transform: translateY(40px) translateX(-30px);
}*/

.prdct-description {
	width: 650px;
	max-width: 100%;
	margin: auto;
}

.prdct-description p {
	text-align: center;
}

.tooth-specification {
	background: url(../images/gradient-bg.jpg) no-repeat center / cover;
	padding: 10% 0;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.hand-tooth-img {
	width: 35%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tooth-specify {
	position: relative;
	padding-left: 80px;
}

.tooth-icon {
	position: absolute;
	width: 45px;
	left: 0;
	top: 10px;
}

.tooth-specify h2,
.tooth-specify p {
	color: #fff;
}

.tooth-specify h2 {
	font-size: 30px;
}

.video-img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-img a {
	width: 700px;
	max-width: 100%;
	display: block;
}

.video-section {
	background: url(../images/video-bg.png) center no-repeat;
	background-size: auto 100%;
	padding: 50px 0;

}

.to-use-col {
	padding: 20px;
	border: #ccc solid thin;
	border-radius: 10px;
	position: relative;
	height: 100%;
	transition: all 0.4s ease;
}

.to-use-col:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.to-use-col p {
	font-size: 14px;
}

.to-use-col .step {
	background: var(--secondary-color);
	color: #fff;
	position: absolute;
	top: -15px;
	left: 20px;
	padding: 2px 10px;
	border-radius: 30px;
}

.faq-section {
	background: url(../images/faq-bg.html) no-repeat center;
	background-size: auto;
}

.faq-accordion {
	width: 900px;
	max-width: 100%;
	margin: auto;
}

.accordion-item {
	border: none !important;
	margin-bottom: 15px;
	border-radius: 0 !important;
}

.accordion-button {
	border: #ccc solid thin;
	outline: 0 !important;
	box-shadow: none !important;
	font-family: var(--secondary-font);
}

.accordion-button:not(.collapsed) {
	color: var(--primary-color);
	font-weight: 600;
	background: none;
	border: var(--secondary-color) solid thin;
	border-bottom: none;
}

.accordion-collapse {
	border: var(--secondary-color) solid thin;
	border-top: none;
	transition: all 0.4s ease;
}

.accordion-collapse.show {
	border-color: var(--secondary-color);
}

.accordion-collapse hr {
	margin-top: 0;
}

.about-section-2 {
	background: var(--secondary-color);
	margin-top: -69px;
}

.about-section-2 p {
	color: #fff;
}

.abt-img-2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.abt-img-2 img {
	width: auto;
	max-width: 95%;
}

.glry-tab a {
	display: block;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.glry-tab img {
	transition: all 0.4s ease;
}

.nav-tabs {
	border: none;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}

.nav-tabs a {
	padding: 5px 15px;
	border: var(--primary-color) solid thin;
	color: var(--primary-color);
	border-radius: 50px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
}

.nav-tabs a:hover,
.nav-tabs a.active {
	padding: 5px 15px;
	background: var(--primary-color);
	border: var(--primary-color) solid thin;
	color: #fff;
	border-radius: 50px;
}

.video-col {
	width: 100%;
}

.video-col video {
	width: 100%;
	height: 300px;
}

.full-cntct-dtl {
	padding-left: 50px;
}

.full-cntct-dtl h4 {
	color: var(--primary-color);
}

.full-cntct-dtl .social a {
	font-size: 23px;
	padding: 3px 10px;
	color: var(--secondary-color);
}

.full-cntct-dtl .social a:hover {
	color: var(--primary-color);
}

.map-section {
	width: 100%;
	float: left;
}

.map-section iframe {
	width: 100%;
	height: 400px;
	border: none;
	float: left;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	border: #fff solid thin;
}

.youtube_iframe iframe {
	height: 300px;
	width: 380px;
}

.prdct-slider .owl-stage {
	display: flex;
	flex-wrap: wrap;
}

.prdct-slider .owl-stage .item {
	height: 100%;
}

.product-box {
	height: 100%;
}

.gallery_img {
	margin: 10px 0px;
	border-radius: 5px !important;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gallery_img .text_details {
	padding: 2px 15px;
	margin: 0px;
	display: flex;
	gap: 10px;
}

.btn-text {
	margin: 10px 0;
	color: var(--primary-color);
}

.btn-textLhover {
	text-decoration: underline;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	border: none;
}

#contact-form textarea {
	height: 215px;
}

.download-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	color: #fff;
	padding: 7px 20px;
	font-weight: 500;
	border-radius: 30px;
	text-transform: none;
	margin-left: 15px;
}

.download-btn:hover {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.download-btn:focus {
	background: var(--primary-color);
	box-shadow: 0 0 0 0.25rem rgb(204 171 218);
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-menu[data-bs-popper] {
	left: 20px;
}