body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bitter';
    src: url('../fonts/Bitter-Regular.eot');
    src: url('../fonts/Bitter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Bitter-Regular.woff2') format('woff2'),
        url('../fonts/Bitter-Regular.woff') format('woff'),
        url('../fonts/Bitter-Regular.ttf') format('truetype'),
        url('../fonts/Bitter-Regular.svg#Bitter-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	/* box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); */
}
.header_top {
	background: #000;
	height: 42px;
	padding-top: 4px;
	overflow: hidden;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
	height: 0;
	padding: 0;
}
.header_contact_info span {
	display: inline-flex;
	align-items: center;
	color: #fdde6c;
	font-size: 14px;
	margin-right: 15px;
}
.header_contact_info span a {
	color: #fdde6c;
}
.header_contact_info span img {
	width: 15px;
	margin-right: 7px;
}
.header_top_text {
	font-family: 'Bitter';
	color: #fdde6c;
}
.header_top_btn {
	background-image: -webkit-linear-gradient(-180deg, rgb(200, 163, 82) 20%, rgb(255, 251, 209) 51%, rgb(224, 188, 110) 85%);
	display: inline-flex;
	align-items: center;
	color: rgb(17, 17, 17) !important;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_top_btn:hover {
	background: #c8a352;
	color: #fff !important;
}
.header_bottom {
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}
.logo img {
	width: 100px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader .logo img {
	width: 80px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.header_menu ul li a {
	display: block;
	color: #fff;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	z-index: 99;
	padding: 15px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #fdde6c;
}
.header_search {
	margin-left: 10px;
}
.header_search .form-control {
	border: none !important;
	height: 34px;
	border-radius: 30px;
	font-size: 14px;
	box-shadow: none !important;
}
.header_search_btn {
	background: url(../images/header_search.png) no-repeat center;
	background-size: 18px;
	padding: 0;
	position: absolute;
	top: 0;
	right: 2px;
	width: 34px;
	height: 34px;
	padding: 10px 20px;
}
.header_cart {
	margin-left: 8px;
}
.header_cart img {
	padding: 4px;
	width: 38px;
	border-radius: 50%;
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
}
.home_banner_section video {
	width: 100%;
}
.home_banner_section:before {
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 6px;
	left: 0;
}
.home_banner_section_content {
	position: absolute;
	bottom: 80px;
	left: 0;
	width: 100%;
}
.banner_subheading {
	font-size: 14px;
}
.banner_heading {
	font-family: 'Bitter';
	font-size: 50px;
	line-height: 1.2;
	margin-top: 20px;
}
.banner_text {
	margin-top: 20px;
	font-size: 14px;
	padding: 0 30%;
}
.banner_btn1 {
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	display: inline-flex;
	align-items: center;
	border: 1px solid rgb(224, 188, 110);
	color: #111 !important;
	border-radius: 30px;
	padding: 11px 20px;
	font-size: 14px;
	margin-top: 25px;
	margin-right: 10px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn1 img {
	width: 13px;
	margin-left: 20px;
}
.banner_btn1:hover {
	background: #fff;
	border-color: #fff;
}
.banner_btn2 {
	display: inline-flex;
	align-items: center;
	border: 2px solid #fff;
	color: #fff !important;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: 25px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 img {
	width: 13px;
	margin-left: 20px;
}
.banner_btn2:hover {
	background: #c8a352;
	border-color: #c8a352;
}
.banner_bottom_section {
	padding: 60px 0 0;
}
.banner_bottom_section_heading {
	font-family: 'Bitter';
	font-size: 35px;
	line-height: 1.2;
	color: #111;
}
.banner_bottom_btn {
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	display: inline-flex;
	align-items: center;
	border: 1px solid rgb(224, 188, 110);
	color: #111 !important;
	border-radius: 30px;
	padding: 11px 20px;
	font-size: 14px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_btn img {
	width: 13px;
	margin-left: 20px;
}
.banner_bottom_btn:hover {
	background: #c8a352;
	border-color: #c8a352;
}
.home_treatment_section {
	padding: 70px 0;
}
.home_treatment_box_img img {
	clip-path: polygon(100% 0, 100% 90%, 90% 100%, 0 100%, 0 0);
}
.home_treatment_box_heading {
	font-family: 'Bitter';
	font-size: 23px;
	line-height: 1.2;
	color: #111;
	margin-top: 20px;
}
.home_treatment_box_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_treatment_box_btn {
	display: inline-flex;
	align-items: center;
	border: 2px solid #111;
	color: #111 !important;
	border-radius: 30px;
	padding: 9px 20px;
	font-size: 14px;
	margin-top: 20px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_treatment_box_btn img {
	width: 13px;
	margin-left: 20px;
}
.home_treatment_box_btn:hover {
	background: #fdde6c;
	border-color: #fdde6c;
}
.home_scrolling_section {
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	width: 100%;
	white-space: nowrap;
}
.home_scrolling_section_inner {
	display: block;
	width: 200%;
	position: absolute;
	animation: marquee 50s linear infinite;
}
.home_scrolling_section_inner:hover {
	animation-play-state: paused;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.home_scrolling_section span {
	font-family: 'Bitter';
	display: inline-block;
	color: #111;
	font-size: 30px;
	line-height: 35px;
	margin-right: 110px;
	text-transform: uppercase;
	position: relative;
}
.home_scrolling_section span:before {
	position: absolute;
	content: "";
	background: url("../images/list_icon.png") no-repeat;
	background-size: 100%;
	width: 21px;
	height: 21px;
	top: 8px;
	right: -75px;
}
.home_scrolling_section span:last-child {
	margin-right: 0;
}
.home_scrolling_section span:last-child:before {
	display: none;
}
.home_about_section {
	background: url("../images/about_bg.jpg") no-repeat center bottom;
	background-size: 100%;
	padding: 75px 0;
}
.home_about_section_img img {
	clip-path: polygon(85% 0, 100% 12%, 100% 100%, 0 100%, 0 0);
}
.home_about_section_subheading {
	font-size: 15px;
	color: #555;
	padding-left: 15px;
}
.home_about_section_subheading:before {
	position: absolute;
	content: "";
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fdde6c;
}
.home_about_section_heading {
	font-family: 'Bitter';
	color: #111;
	font-size: 38px;
	line-height: 1.2;
}
.home_about_section_text {
	color: #666;
	font-size: 15px;
	margin-top: 25px;
}
.about_img_icon {
	background-color: rgb(255, 255, 255);
	border-width: 5px;
	border-color: rgba(228, 228, 228, 0.5);
	border-style: solid;
	border-radius: 50%;
	width: 69px;
	height: 69px;
	margin-top: -35px;
}
.about_right_text {
	font-family: 'Bitter';
	color: #111;
	font-size: 18px;
	line-height: 1.2;
	margin-top: 20px;
}
.home_choose_heading {
	margin-top: 100px;
}
.home_choose_block {
	margin-top: 60px;
	position: relative;
}
.home_choose_block:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 1px;
	right: 0;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.home_choose_block:last-child:before {
	display: none;
}
.home_choose_block img {
	width: 55px;
}
.home_choose_block_heading {
	font-family: 'Bitter';
	color: #111;
	line-height: 1.2;
	font-size: 18px;
	margin-top: 15px;
}
.home_choose_block_text {
	color: #666;
	font-size: 14px;
	margin-top: 15px;
}
.home_product_section {
	background: url(../images/product_bg.jpg) no-repeat center;
	background-size: cover;
	padding: 70px 0;
}
.home_product_box {
	margin-top: 30px;
}
.home_product_box_inner {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	padding: 15px 15px 25px;
	min-height: 100%;
}
.home_product_box_btn {
	display: inline-block;
	border: 1px solid #111;
	color: #111 !important;
	border-radius: 30px;
	padding: 9px 40px;
	font-size: 14px;
	margin-top: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_product_box_btn:hover {
	background: #fdde6c;
	border-color: #fdde6c;
}
.home_product_box_name {
	font-weight: 500;
	font-size: 14px;
	color: #666;
	margin-top: 20px;
	line-height: 1.3;
}
.home_product_box_price {
	font-weight: 500;
	color: #444;
	margin-top: 10px;
}
.home_testimonial_section {
	padding: 70px 0;
}
#testimonial_slide {
	margin-top: 40px;
}
#testimonial_slide .item img {
	width: 90px;
}
.testimonial_slide_text {
	font-family: 'Bitter';
	color: #111;
	line-height: 1.2;
	font-size: 25px;
	margin-top: 10px;
}
.testimonial_slide_name {
	font-family: 'Bitter';
	color: #444;
	line-height: 1.2;
	font-size: 17px;
	margin-top: 15px;
}
#testimonial_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 12px;
	height: 25px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#testimonial_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 12px;
	height: 25px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#testimonial_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: -35px;
	right: -35px;
	transform: translate(0, -50%);
	margin-top: 0;
}
#testimonial_slide .owl-dots {
	margin-top: 30px;
}
#testimonial_slide .owl-dots span {
	margin: 5px;
}
.home_cta_img img {
	clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%, 15% 0);
}
.home_cta_box {
	background: url("../images/cta_bg.jpg") #0f0f0f no-repeat center;
	background-size: cover;
	min-height: 100%;
	padding: 30px 80px;
}
.home_cta_box_text {
	font-size: 14px;
	color: #e2e2e2;
	margin-top: 20px;
}
.home_insta_section {
	padding: 70px 0;
}
.home_insta_section .banner_bottom_btn img {
	width: 25px;
}
.home_insta_section .banner_bottom_btn {
	padding: 9px 15px 9px 20px;
}
.footer {
	background: url("../images/footer_bg.jpg") #f8eee4 no-repeat center;
	background-size: cover;
	padding: 50px 0 20px;
}
.footer_top_heading {
	font-family: 'Bitter';
    font-size: 23px;
	color: #111;
	line-height: 1.2;
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: #444;
	font-style: normal;
	text-decoration: none;
	font-size: 13px;
	position: relative;
	z-index: 99;
	text-transform: uppercase;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #c8a352;
	padding-left: 2px;
}
.footer_contact_info ul {
	padding: 0;
	margin: 22px 0 0;
}
.footer_contact_info ul li {
	color: #444;
	position: relative;
	list-style: none;
	font-size: 14px;
	margin-top: 18px;
	padding-left: 35px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -4px;
	left: 0;
	padding: 3px;
	max-width: 28px;
	border-radius: 50%;
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
}
.footer_contact_info ul li a {
	color: #444;
}
.footer_social {
	margin-top: 20px;
}
.footer_social img {
	width: 28px;
}
.footer_social a {
	margin-right: 5px;
}
.footer_payment_icons {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 20px 0;
	margin-top: 30px;
}
.footer_payment_icons img {
	margin: 0 5px;
	width: 55px;
}
.footer_bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 20px 0 0;
	color: #444;
	font-size: 14px;
}
.footer_bottom a {
	color: #444;
}
#back-to-top {
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.inner_page_banner {
	background: url(../images/inner_banner.jpg) no-repeat center;
	background-size: cover;
	padding: 230px 0 100px;
	position: relative;
	text-align: center;
}
.inner_page_banner:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.63) 100%);
}
.inner_page_banner .container {
	position: relative;
	z-index: 9;
}
.inner_page_banner_heading {
	font-family: 'Bitter';
	font-size: 35px;
	line-height: 1.2;
	color: #111;
}
.appointment_page_container {
	padding: 70px 0;
}
.appointment_page_box {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.06);
	padding: 40px 30px;
	border-radius: 10px;
}
.appointment_page_box_heading {
	font-family: 'Bitter';
	font-size: 25px;
	line-height: 1.2;
	color: #222;
}
.appointment_page_box .accordion-item {
	border: none !important;
	margin-top: 25px;
}
.appointment_page_box .accordion-button {
	padding: 0;
	border: none !important;
	box-shadow: none !important;
	background: none !important;
	font-family: 'Bitter';
	font-size: 18px;
	color: #111;
}
.appointment_page_box .accordion-body {
	padding-left: 0;
	padding-right: 0;
}
.book_service_box {
	border: 1px solid #ddd;
	padding: 15px 120px 15px 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 10px;
}
.book_service_box_heading {
	font-size: 15px;
	color: #555;
}
.book_service_box_price {
	font-weight: 500;
	color: #333;
}
.book_service_box_btn {
	border: 1px solid #444;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	color: #444;
	padding: 7px 20px;
	border-radius: 30px;
	position: absolute;
	top: 18px;
	right: 15px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.book_service_box_btn:hover {
	border-color: #c8a352;
	background: #c8a352;
	color: #fff;
}
.appointment_prev_btn2 {
	background-image: -moz-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -webkit-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	background-image: -ms-linear-gradient( -180deg, rgb(200,163,82) 20%, rgb(255,251,209) 51%, rgb(224,188,110) 85%);
	display: inline-flex;
	align-items: center;
	border: 1px solid rgb(224, 188, 110);
	color: #111 !important;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.appointment_prev_btn2 img {
	width: 13px;
	margin-left: 20px;
}
.appointment_prev_btn {
	background: #111;
	display: inline-flex;
	align-items: center;
	color: #fff !important;
	border-radius: 30px;
	padding: 11px 20px;
	border: none;
	font-size: 14px;
	position: relative;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.appointment_prev_btn img {
	width: 13px;
	margin-right: 20px;
}
.appointment_provider_box {
	background: #eee;
	padding: 15px 20px;
	border-radius: 5px;
	margin-top: 20px;
}
.appointment_provider_box_heading {
	font-family: 'Bitter';
	color: #111;
	font-size: 19px;
}
.appointment_provider_box_time {
	color: #666;
	font-size: 13px;
	margin-top: 5px;
}
.appointment_provider_box_time img {
	width: 15px;
	margin-right: 7px;
}
.provider_container {
	display: block;
	margin: 15px 0 0;
	cursor: pointer;
}
.provider_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.provider_container .checkmark {
	border: 1px solid #ddd;
	display: block;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	color: #666;
	font-size: 12px;
}
.provider_container .checkmark img {
	border: 1px solid #444;
	width: 60px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 5px;
}
.provider_container .checkmark strong {
	color: #444;
	font-weight: 500;
	font-size: 14px;
	display: block;
}
.provider_container:hover input ~ .checkmark {
	background-color: #eee;
	border-color: #444;
}
.provider_container input:checked ~ .checkmark {
	background-color: #eee;
	border-color: #444;
}
.appointment_page_box_calendar img {
	border: 1px solid #ddd;
	border-radius: 8px;
}
.appointment_page_box_time_heading {
	font-family: 'Bitter';
	font-size: 17px;
	line-height: 1.2;
	color: #222;
}
.time_container {
	display: inline-block;
	margin: 10px 5px 0 0;
	cursor: pointer;
}
.time_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.time_container .checkmark {
	border: 1px solid #ddd;
	display: block;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding: 9px 15px;
	color: #666;
	font-size: 12px;
}
.time_container .checkmark strong {
	color: #444;
	font-weight: 500;
	font-size: 14px;
	display: block;
}
.time_container:hover input ~ .checkmark {
	background-color: #eee;
	border-color: #444;
}
.time_container input:checked ~ .checkmark {
	background-color: #eee;
	border-color: #444;
}
.contact_btn {
    background: #07090b;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-weight: 500;
    transition: all 500ms ease-in-out;
}
.contact_btn:hover{
    box-shadow: inset 0 80px #646464;
    color: #fff;
}
.form-part .mat-form-field {
  margin-bottom: 8px; /* Reduce spacing between fields */
  font-size: 12px;     /* Smaller font */
}
.about-title2 {
  font-family: 'Bitter';
  font-size: 23px;
  color: #111;
  line-height: 1.2;
  margin-bottom: 15px;
}
.contact_page_info {
  position: relative;
  padding-left: 46px;
  font-size: 16px;
  font-weight: 500;
}
.contact_page_info img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  border-radius: 5px;
}
.contact_page_info a {
  color: #595959;
  font-size: 14px;
}
.map iframe {
  margin-bottom: 0;
  height: 254px;
}
.infobox {
  border: 1px solid #B8B8B8;
  padding: 20px;
  margin-top: 43px;
  border-radius: 5px;
}
.thankyou_page_subheading span {
  color: #06a202;
  font-size: 20px;
}
.thankyou_page_subheading {
  color: #000;
  margin: 20px 0 0;
}
.disabled_btn{
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
}
/* =========================
   CALENDAR DESIGN
========================= */
.calendar_design{
    background:#fff;
    padding:20px;
    border-radius:12px;
    box-shadow:0 0 15px rgba(0,0,0,0.08);
}
/* =========================
   HEADER
========================= */
.calendar_header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:20px;
}
.calendar_month{
    font-size:24px;
    font-weight:600;
}
.calendar_nav_btn{
    width:40px;
    height:40px;
    border:none;
    border-radius:50%;
    background:#f5f5f5;
    font-size:24px;
    cursor:pointer;
    transition:.3s;
}
.calendar_nav_btn:hover{
    background:#000;
    color:#fff;
}
.calendar_nav_btn:disabled{
    opacity:.4;
    cursor:not-allowed;
}
/* =========================
   DAY HEADER
========================= */
.cal-day-headers{
    margin-bottom:10px;
}
.cal-day-headers .cal-header{
    text-align:center;
    font-size:14px;
    font-weight:600;
    padding:10px 0;
}
/* =========================
   CALENDAR GRID
========================= */
.cal-month-view .cal-days{
    border:none !important;
}
.cal-month-view .cal-cell-row{
    border:none !important;
}
.cal-month-view .cal-day-cell{
    min-height:auto !important;
    border:none !important;
    padding:5px;
}
/* =========================
   CUSTOM DAY
========================= */
.custom_day_cell{
    width:100%;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
    font-size:16px;
    font-weight:500;
    background:#fff;
    border:1px solid #eee;
}
/* Hover */
.custom_day_cell:hover{
    background:#f5f5f5;
}
/* Selected */
.selected_day{
    background:#000 !important;
    border-color:#000 !important;
}
.selected_day .cal-day-number{
    color:#fff !important;
}
/* Disabled */
.disabled_day{
    background:#fafafa !important;
    color:#bbb !important;
    pointer-events:none;
    opacity:.7;
}
/* Today */
.cal-today .custom_day_cell{
    border:2px solid #000;
}
/* =========================
   TIME SLOT
========================= */
.time_container{
    display:inline-block;
    margin:5px;
}
.time_container input{
    display:none;
}
.time_container .checkmark{
    padding:10px 15px;
    border:1px solid #ddd;
    border-radius:8px;
    cursor:pointer;
    display:inline-block;
    min-width:110px;
    text-align:center;
    transition:.3s;
    font-size:14px;
}
/* Active Time */
.active_time{
    background:#000;
    color:#fff;
    border-color:#000;
}
/* Disabled Time */
.disabled_time{
    background:#f5f5f5;
    color:#aaa;
    cursor:not-allowed;
    opacity:.6;
}
/* =========================
   BUTTON
========================= */
.disabled_btn{
    opacity:.5;
    cursor:not-allowed;
}
/* =========================
   MESSAGE
========================= */
.select_date_message{
    padding:30px;
    text-align:center;
    background:#fafafa;
    border-radius:10px;
    font-size:18px;
    font-weight:500;
}
.login_page{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
.login_box{
    width:100%;
    max-width:450px;
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 40px rgba(0,0,0,0.08);
	border-top: 5px solid #000;
}
.login_logo{
    text-align:center;
    margin-bottom:20px;
}
.login_logo img{
    max-width:140px;
}
.login_heading {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #000;
  font-family: 'Bitter';
}
.login_subheading{
    font-size:15px;
    color:#666;
    text-align:center;
    margin-top:15px;
}
.login_input_box label{
    display:block;
    margin-bottom:8px;
    font-size:14px;
    font-weight:600;
    color:#000;
}
.login_input_box .form-control{
    height:55px;
    border-radius:12px;
    border:1px solid #ddd;
    padding:0 15px;
    box-shadow:none;
    font-size:15px;
}
.login_input_box .form-control:focus{
    border-color:#000;
    box-shadow:none;
}
.forgot_password a{
    font-size:14px;
    color:#000;
    text-decoration:none;
    font-weight:500;
}
.login_btn{
    width:100%;
    height:55px;
    border:none;
    border-radius:12px;
    background:#000;
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin-top:25px;
    transition:.3s;
}
.login_btn:hover{
    opacity:.9;
}
.login_btn:disabled{
    opacity:.6;
    cursor:not-allowed;
}
.login_divider{
    position:relative;
    text-align:center;
    margin:30px 0;
}
.login_divider:before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:1px;
    background:#eee;
}
.login_divider span{
    position:relative;
    background:#fff;
    padding:0 15px;
    color:#999;
    font-size:14px;
}
.create_account_text{
    text-align:center;
    font-size:15px;
    color:#666;
}
.create_account_text a{
    color:#000;
    font-weight:600;
    text-decoration:none;
    margin-left:5px;
}
.is-invalid{
    border-color:red !important;
}
.validation_error{

    width:100%;

    color:#dc3545;

    font-size:13px;

    font-weight:500;

    margin-top:6px;

    line-height:20px;

    display:block;

}

.register_box{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 10px 40px rgba(0,0,0,0.08);

    margin:60px 0;
    border-top: 5px solid #000;

}

.register_heading{

    font-size:32px;

    font-weight:700;

    color:#000;

    text-align:center;

    margin-bottom:10px;

}

.register_subheading{

    text-align:center;

    color:#777;

    margin-bottom:35px;

    font-size:15px;

}

.login_input_box{

    margin-bottom:20px;

}

.login_input_box label{

    display:block;

    margin-bottom:8px;

    font-size:14px;

    font-weight:600;

    color:#000;

}

.login_input_box label span{

    color:red;

}

.login_input_box .form-control{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

    padding:0 15px;

    font-size:15px;

    box-shadow:none;

}

.login_input_box .form-control:focus{

    border-color:#000;

    box-shadow:none;

}

.password_group{

    position:relative;

}

.password_toggle{

    position:absolute;

    top:50%;

    right:18px;

    transform:translateY(-50%);

    cursor:pointer;

    color:#777;

    font-size:16px;

}

.validation_error{

    width:100%;

    color:#dc3545;

    font-size:13px;

    font-weight:500;

    margin-top:6px;

    line-height:20px;

    display:block;

}

.login_btn{

    width:100%;

    height:55px;

    border:none;

    border-radius:12px;

    background:#000;

    color:#fff;

    font-size:16px;

    font-weight:600;

    transition:.3s;

}

.login_btn:hover{

    opacity:.9;

}

.login_btn:disabled{

    opacity:.6;

    cursor:not-allowed;

}

.create_account_text{

    text-align:center;

    font-size:15px;

    color:#666;

}

.create_account_text a{

    color:#000;

    font-weight:600;

    text-decoration:none;

}

.alert{

    border-radius:10px;

    font-size:14px;

}
.booking_form_box,
.booking_summary_box{

    background:#fff;

    padding:30px;

    border-radius:20px;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

    margin:50px 0;

}


.booking_heading{

    font-size:28px;

    font-weight:700;

    margin-bottom:25px;

}


.login_input_box{

    margin-bottom:20px;

}


.login_input_box label{

    display:block;

    margin-bottom:8px;

    font-size:14px;

    font-weight:600;

}


.login_input_box label span{

    color:red;

}


.form-control{

    height:55px;

    border-radius:12px;

    border:1px solid #ddd;

    padding:0 15px;

    box-shadow:none;

}


.textarea_control{

    height:120px !important;

    padding:15px !important;

}


.validation_error{

    color:red;

    font-size:13px;

    margin-top:5px;

}


.login_btn{

    width:100%;

    height:55px;

    border:none;

    border-radius:12px;

    background:#000;

    color:#fff;

    font-size:16px;

    font-weight:600;

}


.summary_item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:15px 0;

    border-bottom:1px solid #eee;

}


.summary_item span{

    color:#777;

}


.summary_item strong{

    color:#000;

}


.summary_item.total{

    font-size:20px;

    font-weight:700;

}


.thankyou_page{

    padding:80px 0;

}


.thankyou_box{

    max-width:700px;

    margin:auto;

    background:#fff;

    padding:60px 40px;

    border-radius:20px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,0.08);

}


.thankyou_icon{

    font-size:80px;

    color:#28a745;

    margin-bottom:20px;

}


.thankyou_title{

    font-size:38px;

    font-weight:700;

    margin-bottom:15px;

}


.thankyou_message{

    font-size:18px;

    color:#666;

    line-height:30px;

    margin-bottom:35px;

}


.thankyou_btn{

    border:none;

    background:#000;

    color:#fff;

    padding:14px 35px;

    border-radius:10px;

    font-size:16px;

    font-weight:600;

}



