@font-face {
	font-family: Montserrat;
	src: url(https://dentalkrafts.com/fonts/Montserrat-Regular.woff2) format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Poppins;
	src: url(https://dentalkrafts.com/fonts/Poppins-Bold.woff2) format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

body {
	position: relative;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
	overflow-x: hidden
}

* {
	margin: 0;
	padding: 0;
	border: 0
}

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

p {
	font-size: 16px;
	color: #000;
	margin-bottom: 25px;
	font-family: Montserrat, sans-serif;
	line-height: 28px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #000;
	padding: 0;
	font-family: Poppins, sans-serif
}

a {
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	font-family: Montserrat, sans-serif
}

a:focus,
a:hover {
	text-decoration: none;
	outline: 0
}
img {
    width: 100%;
}

.bg-color-1 {
    background: #f3f7ff;
}


.main-box-loction {
    background: #f3f7ff;
    padding: 30px;
    border-radius: 15px;
    text-align: justify;
}

.main-box-loction strong {
    font-family: 'Poppins';
    margin: 30px 0;
    display: block;
}

/* ================= GLOBAL ================= */



.tpbreadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.tpbreadcrumb ul li {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	align-items: center;
}

.tpbreadcrumb ul li a {
	color: #75b53d;
	text-decoration: none;
	transition: 0.3s;
}

.tpbreadcrumb ul li a:hover {
	color: #ef7f2d;
}

.tpbreadcrumb ul li::after {
	content: "/";
	margin: 0 6px;
	color: #ccc;
}

.tpbreadcrumb ul li:last-child::after {
	display: none;
}

.tpbreadcrumb ul li:last-child {
	color: #fff;
	font-weight: 500;
}

.text-white {
	color: #fff;
}

.text-black,
p.font-kss {
	color: #000;
}



.bg,
.item,
.mian-box,
.overlay {
	height: 100%;
}

.btn-know {
    display: inline-block;
    padding: 12px 20px;
    background: #019ed6;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    font-size: 14px;
    transition: .3s;
}
.btn-know:hover {
    background: #ef7e2c;
    color: #fff;
}

/* ================= BUTTON ================= */
.theme-btn {
	cursor: pointer;
	font-weight: 500;
	padding: 15px 25px;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ef7f2d;
	color: #000 !important;
	text-decoration: none;
	transition: 0.5s;
}

.theme-btn:hover {
	background: #000;
	color: #fff !important;
}

/* ================= BANNER ================= */
.banner-img img {
	width: 100%;
	height: 900px;
	object-fit: cover;
}

.home-banner,
.tpbreadcrumb-overlay {
	position: relative;
	z-index: 1;
}

.home-banner .banner-wrapper {
	display: flex;
	align-items: center;
	justify-content: end;
	min-height: 900px;
	padding: 150px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.home-banner .overlay {
	background: linear-gradient(90deg, rgba(15, 16, 29, 0) 40%, #019ed6 70%);
	opacity: 0.7;
}

/* ================= BANNER TEXT ================= */
.banner-section-info .section-sub-title {
	background: #ef7f2d;
	padding: 5px 10px;
	font-weight: 600;
}

.banner-section-info .section-title {
	border-left: 3px solid #ef7f2d;
	padding-left: 20px;
	color: #fff;
	font-size: 40px;
}

.banner-section-info .section-paragraph {
	color: #fff;
}

/* ================= BREADCRUMB ================= */
.tpbreadcrumb-overlay {
	padding: 130px 0;
	background-size: cover;
}

.tpbreadcrumb-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.74);
	z-index: -1;
}

.tpbreadcrumb-title {
	font-size: 50px;
	color: #fff;
}

.tpbreadcrumb p {
	color: rgba(255, 255, 255, 0.8);
}

/* ================= FEATURES ================= */
.home-feature-section {
	padding: 50px 0;
}

.home-feature-section .feature-type {
	padding: 40px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	border-radius: 26px;
	text-align: center;
	background: #fff;
}

.home-feature-section .servie-icon {
	width: 100px;
	height: 100px;
	background: #f4f4f4;
	border-radius: 50%;
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ================= ACCORDION ================= */
.accordion-item {
	width: 100%;
}

.accordion-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.accordion-content {
	width: 100%;
}

.accordion-item {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
}

.accordion-header {
	background: #12447d;
	color: #fff;
	padding: 14px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat';
	margin: 10px 0;
	text-align: left;
}




.accordion-content {
	overflow: hidden;
	height: 0;
	transition: height 0.35s ease;
	padding: 0 20px;
}

/* active state padding */
.accordion-item.active .accordion-content {
    padding: 20px;
    background: #fff;
}

.icon {
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	transition: 0.3s ease;
	margin-left: 10px;
}

.accordion-header:hover .icon {
	border-color: #000;
}

.accordion-item.active .icon {
	transform: rotate(-135deg);
}
/* ================= CONTENT ================= */
.heading-30 {
	font-size: 35px;
	color: #422774;
}

.sub-headings {
    background: #ff6833;
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.list-order li {
	margin-bottom: 10px;
}

ul.order-list-icon li {
	padding-left: 30px;
	position: relative;
	font-family: 'Montserrat';
	color: #000;
	margin: 10px 0;
}

ul.order-list-icon li strong {
    font-family: 'Poppins';
}

ul.order-list-icon li:before {
	content: "\f138";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: #ef7f2d;
}

/* ================= SERVICE BOX ================= */
.service3-boxarea {
	background: #fff;
	padding: 30px;
	position: relative;
}

.service3-text2 p {
	font-size: 14px;
	text-align: center;
}


/* ================= APPOINTMENT ================= */
.appointment-row {
	display: flex;
	gap: 30px;
}

.schedule-box {
	background: #422774;
	padding: 40px;
	border-radius: 20px;
	color: #fff;
}

/* ================= GALLERY ================= */
.gallery-container {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	flex-basis: 33%;
	padding: 5px;
}

.gallery-item img {
	width: 100%;
	object-fit: cover;
}

.lightbox {
	position: fixed;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

/* ================= VIDEO ================= */
.o-video {
	position: relative;
	padding-top: 56.25%;
}

.o-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ================= FLOAT ICON ================= */
.fixed-icom {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 500;
}

.h-whatsapp {
	width: 56px;
	height: 56px;
	background: #2db742;
	border-radius: 50%;
	padding: 13px;
	margin: 10px;
}



.mian-box {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
}

.mian-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Image wrapper */
.main-box-1-icon {
	position: relative;
}

.main-box-1-icon img:first-child {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

/* zoom effect */
.mian-box:hover .main-box-1-icon img:first-child {
	transform: scale(1.1);
}

/* floating icon */
.main-box-1-icon img:nth-child(2) {
	position: absolute;
	bottom: -25px;
	left: 20px;
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0 8px 20px rgba(0,0,0,0.15);
	transition: all 0.3s ease;
}

/* icon hover lift */
.mian-box:hover .main-box-1-icon img:nth-child(2) {
	transform: translateY(-5px);
}

/* content */
.main-box-2-icon {
	padding: 40px 20px 20px;
}

.heading-list {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}

.heading-list a {
	color: #222;
	text-decoration: none;
	transition: 0.3s;
}

/* hover text */
.mian-box:hover .heading-list a {
	color: #ef7f2d;
}

/* ================= RESPONSIVE ================= */
@media (max-width:767px) {
	.tpbreadcrumb-title {
		font-size: 25px;
	}

	.gallery-item {
		flex-basis: 50%;
	}
}

/* ================= RESPONSIVE ================= */
@media (max-width:991px) {

	.appointment-row {
		display: block;
		margin-top: 50px;
	}

	.appointment-row .form-wrap {
		display: block;
		margin-top: 100px;
	}

	.banner-section-info {
		padding: 15px;
	}

	.banner-section-info .section-title {
		font-size: 25px;
		line-height: 30px;
	}

	.banner-section-info .section-sub-title {
		font-size: 14px;
	}

	.home-banner .banner-wrapper {
		min-height: unset;
		padding: 180px 0;
	}

	.home-banner {
		background-position: left;
	}

	.home-banner .overlay {
		background: linear-gradient(90deg, #000 40%, rgba(0, 0, 0, 0.6) 70%);
	}

	.shape-mockup {
		display: none;
	}

	.col-phone-4 .feature-item {
		max-width: 46%;
		margin-top: 30px;
	}

	.home-feature-section .feature-type {
		height: 100%;
	}

	.col {
		padding: 0 15px;
	}

	.home-feature-section .feature-item {
		margin: 0;
	}

	.main-box-1-icon img {
		width: 100%;
	}

	.main-box-1-icon img:nth-child(2) {
		bottom: 4px;
		top: auto;
	}

	.appointment-row .img-box4 {
		text-align: center;
	}

	.main-box-2-icon {
		padding: 20px;
	}

	.heading-30 {
		font-size: 25px;
	}

	.theme-btn {
		padding: 15px 14px;
	}

	ul.icon-with-text li {
		width: 49%;
	}
}

/* ================= MOBILE ================= */
@media (max-width:767px) {

	#contact h3,
	.schedule-box .box-title,
	h5.ser-head-line span {
		font-size: 25px;
	}

	.col-phone-4 .feature-item {
		max-width: 48%;
		padding: 8px;
	}

	.home-feature-section {
		padding-bottom: 0;
	}

	.about-text {
		padding-bottom: 50px;
	}

	h5.ser-head-line {
		line-height: 25px;
		font-size: 16px;
	}

	.mian-box {
		height: unset;
		margin: 20px;
	}

	.main-box-loction {
		margin: 30px 0;
	}

	.schedule-box .shape {
		left: 20px;
	}

	#contact h3 {
		margin-top: 25px;
	}

	.tpbreadcrumb-overlay {
		padding-top: 160px;
		padding-bottom: 70px;
	}

	.pt- {
		margin-top: -61px;
	}

	.gallery-item {
		flex-basis: 50%;
		margin-left: -5px;
		margin-bottom: 5px;
	}
}

/* ================= TEXT ================= */
span.tagline {
	font-size: 9px;
	font-weight: 900;
}

.icon-img-main {
	background: #fff;
	padding: 25px;
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.08);
	transition: all 0.3s ease;
	height: -webkit-fill-available;
}

.icon-img-main:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Icon */
.box-img-maain {
	min-width: 80px;
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background: #f5f7fb;
	border-radius: 50%;
}

.box-img-maain img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

/* Text */
.box-img-textt p {
	margin: 0 0 10px;
	line-height: 1.6;
	color: #444;
	font-size: 15px;
}

.box-img-textt strong {
	font-size: 18px;
	color: #222;
	display: block;
	margin: 10px;
	font-family: 'Poppins';
}

/* Link */
.box-img-textt a {
	color: #ef7f2d;
	text-decoration: none;
	font-weight: 500;
}

.box-img-textt a:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 767px) {
	.icon-img-main {
		flex-direction: column;
		align-items: flex-start;
	}

	.box-img-maain {
		width: 60px;
		height: 60px;
	}

	.box-img-maain img {
		width: 30px;
		height: 30px;
	}
	.icon-img-main { height: auto; }
}