@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
	--font-open-sans:"Open Sans", sans-serif;
}

.the-text li b {
	color: #fff !important;
}

.the-text li strike {
	color: #f6f6f6 !important;
}
h3.naturo{
color: #212529;
font-size:24px;
font-family: Roboto, sans-serif;
font-weight: 500;
line-height: 1.2;
}

.the-text li {
	cursor: pointer;
}

li#mega-menu-item-3879 {
	padding: 0px 5px !important;
	border-radius: 20px !important;
	background-color: #40b539 !important;
}

/* Black friday 7/11/2024 */

.footer-cta-popup {
	position: fixed;
	left: 20px;
	bottom: 50px;
	padding: 12px;
	background: #f5841f;
	color: #fff;
	/* 	border: 2px solid #fff; */
	display: block;
	width: fit-content;
	z-index: 999;
	transition: 0.5s all;
	border-radius: 20px;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.9), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer-cta-popup:hover {
	transform: scale(1.1);
	color: #fff;
}

#countdown p {
	color: #fff;
}

#countdown p {
	font-size: clamp(14px, 1.4vw, 30px);
	text-transform: uppercase;
	z-index: 99999;
}

#countdown p strong {
	color: #F5C24A;
}

#mega-menu-item-4885 a {
	background: #000;
	color: #ff8a00;
	border-radius: 50px;
}

@media screen and (max-width: 767px) {

	.footer-cta-popup {
		bottom: 120px !important;
	}

	li#mega-menu-item-3879 {
		background: transparent !important;
	}

	.blackfriday-strip::before {
		right: -25% !important;
	}

	.blackfriday-strip h3 {
		margin-right: 0;
	}

	.blackfriday-strip h3 i {
		margin: 0 2px !important;
	}

	.blackfriday-strip h3 span {
		margin: 0 !important;
	}

	.blackfriday-strip #countdown span {
		width: 70px !important;
	}

	#countdown p {
		font-size: 10px !important;
	}

	.blackfriday-strip h3 span {
		display: unset !important;
	}

	.blackfriday-strip .text_area_bfs h3 img {
		width: 70px !important;
	}

	.blackfriday-strip .text_area_bfs {
		width: 52% !important;
		padding: 15px 0 15px 0% !important;
		display: flex;
		align-items: center;
		justify-content: center !important;
	}

	.blackfriday-strip #countdown {
		width: 53% !important;
	}

	.blackfriday-strip {
		flex-direction: row;
	}

	.blackfriday-strip h3 {
		font-size: 25px !important;
		flex-direction: row;
	}

	.blackfriday-strip ul li span {
		font-size: 40px !important;
	}

	.blackfriday-strip ul {
		padding: 0px 10px;
		justify-content: center;
		padding-left: 10px !important;
		margin-bottom: 10px !important;
	}

	.blackfriday-strip ul li {
		padding: 10px;
		margin-right: 10px !important;
	}

	.blackfriday-strip ul li:last-child {
		margin-right: 0;
	}
}

.blackfriday-strip {
	background-color: #1c1c25;
	position: relative;
	display: flex;
	justify-content: center;
	font-family: "Outfit", sans-serif;
}

.blackfriday-strip::before {
	position: absolute;
	content: '';
	height: 100%;
	width: 94%;
	right: -47%;
	top: 50%;
	transform: translate(0%, -50%);
	background-image: url(https://lifestylephysicians.com/wp-content/uploads/2024/11/1200x628-copy-1.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.blackfriday-strip .text_area_bfs {
	width: 60%;
	padding: 8px 0 8px 10%;
	display: flex;
	align-items: center;
}

.blackfriday-strip .text_area_bfs h3 img {
	width: 200px;
	height: auto;
	object-fit: contain;
}

.blackfriday-strip #countdown {
	background-color: #d60909;
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0px;
}

.blackfriday-strip #countdown a {
	color: #fff;
}

.blackfriday-strip ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-bottom: 0;
	align-items: center;
	padding-left: 0%;
	margin-top: 0px;
}

.blackfriday-strip ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-right: 0px;
	text-transform: uppercase;
	border: none;
	border-radius: 10px;
	color: #fff;
}

.blackfriday-strip ul li span {
	font-size: clamp(20px, 2.35vw, 45px);
	margin-right: 22px;
}

/* .blackfriday-strip img {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
} */

.blackfriday-strip h3 {
	padding-top: 0px;
	font-weight: 600;
	font-size: clamp(20px, 2.6vw, 50px);
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

.blackfriday-strip h3 i {
	color: #fff;
	margin: 0px 10px;
	font-size: clamp(14px, 3.1vw, 60px) !important;
}

.blackfriday-strip h3 span {
	font-size: clamp(14px, 3.1vw, 60px) !important;
	font-weight: 700;
	position: relative;
	margin-right: 10px;
	display: contents;
}

.blackfriday-strip #countdown span {
	background: linear-gradient(180deg, #474747 -15.18%, #333333 92.41%);
	color: #fff;
	width: 50px;
	height: 100%;
	border-radius: 10px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blackfriday-strip p {
	margin-bottom: 0;
	font-size: 13px;
	font-family: "Poppins", sans-serif;
}

.faq-h2 {
	font-size: 30px !important;
	font-weight: 400 !important;
}

.condition {
	font-size: 20px !important;
	font-weight: 400 !important;
}

.page-template-integrative-medicine {
	font-family: "Inter", sans-serif;
}

.btn-link:hover {
	text-decoration: none;
}

.page-template-integrative-medicine .header {}

.page-template-integrative-medicine header.d-none {
	display: none;
}

.page-template-integrative-medicine .lp-top-row-header {
	padding: 10px 0px;
}

.page-template-integrative-medicine .lp-top-row-header img {
	width: 315px;
	display: block;
	margin: auto;
}

.lp-header-row {
	background-color: #4FB948;
	padding: 10px 0px;
}

.lp-header-row ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	list-style: none;
}

.lp-header-row ul li:not(:last-child) {
	margin-right: 40px;
}


.lp-header-row ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}


.lp-banner-section {
	background-image: url(/wp-content/uploads/2024/10/graphic-1-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
}

.lp-banner-section h6 {
	font-size: 30px;
	font-weight: 300;
}

.lp-banner-section h1 {
	font-size: 50px;
	padding: 20px 0 20px 30px;
	text-shadow: 3px 3px 2px rgba(186, 186, 186, 1);
}

.lp-banner-section h1:first-letter {
	font-family: "Inter", sans-serif;
	font-size: unset;
}

.lp-banner-section h5 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	padding: 0px 0 20px 40px;
	letter-spacing: 3px;
	line-height: 35px;
}

.lp-banner-section ul {
	display: flex;
	flex-direction: column;
}

.lp-banner-section ul {
	display: flex;
	padding: 0px 0 0px 40px;
	list-style: none;
}

.lp-banner-section ul li {
	display: flex;
	margin-bottom: 10px;
}

.lp-banner-section ul li h4 {
	font-size: 18px;
}

.lp-banner-section ul li h4 {
	font-weight: 700;
	margin-bottom: 0;
}

.lp-banner-section ul li a {
	color: #414141;
	text-decoration: underline;
	margin-left: 5px;
	font-size: 18px;
	background: none;
	padding: 0;
}

.lp-banner-section p {
	line-height: 25px;
	width: 40%;
	padding: 0px 0 20px 40px;
}

.lp-banner-section a {
	color: #fff;
	padding: 15px 20px;
	border-radius: 50px;
	background: #F5891F;
}

.lp-section-medicine {
	background-image: url(/wp-content/uploads/2024/10/graphic-2-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
}

.lp-section-medicine .inner-content-lp-medicine {
	width: 50%;
	position: relative;
	left: 30px;
}

.lp-section-medicine .inner-content-lp-medicine h2 {
	color: #4FB948;
	font-weight: 400;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.lp-section-medicine .inner-content-lp-medicine h3 {
	color: #F5891F;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 22px;
	margin-bottom: 20px;
}

.lp-section-medicine .inner-content-lp-medicine ul {
	padding-left: 20px;
}

.lp-section-medicine .inner-content-lp-medicine li {
	font-weight: 300;
	color: #000;
	margin-bottom: 5px;
}

.lp-section-medicine .inner-content-lp-medicine ul li a {
	color: #000;
	font-style: italic;
	text-decoration: underline;
}

.lp-section-medicine .inner-content-lp-medicine p {
	padding-left: 30px;
	margin-bottom: 0;
}

.integrative-services {
	background-image: url(/wp-content/uploads/2024/10/graphic-3-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5%;
}

.inner-content-integrative-services h2 {
	color: #4FB948;
	font-weight: 400;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: center;
}

.inner-content-integrative-services h3 {
	color: #F5891F;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
}

.inner-content-integrative-services {
	width: 50%;
	margin: auto;
}

.inner-content-integrative-services ul {
	list-style: none;
	width: fit-content;
	margin: 30px auto 0px auto;
}

.inner-content-integrative-services ul li {
	margin-bottom: 8px;
}

.inner-content-integrative-services img {
	width: 20px;
	height: 20px;
}

.inner-content-integrative-services a {
	text-align: center;
	color: #000;
	display: block;
	margin: 15px 0px;
	text-decoration: underline;
}

.inner-content-integrative-services a:hover {
	color: #F5891F;
}

.inner-content-integrative-services a.faq-btn-lp {
	padding: 8px 80px;
	border-radius: 30px;
	background: #F5891F;
	width: fit-content;
	margin: auto;
	color: #fff;
	text-decoration: none;
	border: 2px solid #F5891F;
}

.inner-content-integrative-services a.faq-btn-lp:hover {
	background: #fff;
	color: #F5891F;
}

.lp-health-conditions-section {
	background-image: url(/wp-content/uploads/2024/10/graphic-4-2.png);
	background-size: contain;
	background-repeat: repeat;
	padding: 5%;
}

.lp-health-conditions-section ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.lp-health-conditions-section ul li {
	width: 24.5%;
	margin-bottom: 15px;
	text-align: center;
}

.lp-health-conditions-section ul li img {
	height: 200px;
	width: 200px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 15px;
	border: 2px solid #F5891F;
	padding: 2px;
}

.lp-health-conditions-section h2 {
	color: #4FB948;
	font-weight: 400;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 20px;
	text-align: center;
}

.lp-health-conditions-section h3 {
	color: #F5891F;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 20px;
	text-align: center;
}

.lp-health-points-wrapper {
	margin-top: 60px;
}

.lp-health-points-wrapper h2 {
	margin-bottom: 10px;
}

.points-lp-row {
	display: flex;
	padding: 0 5%;
	margin-top: 40px;
	justify-content: center;
	position: relative;
	left: 8%;
}

.points-lp-row .p-col-lp {
	width: 33.33%
}

.points-lp-row .p-col-lp ul {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}

.points-lp-row .p-col-lp ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 2px;
}

.lp-faq-section {
	padding: 5% 0;
	background-image: url(/wp-content/uploads/2024/10/graphic-6-1.png);
	background-position: right;
	background-size: contain;
	background-repeat: no-repeat;
	/* 	display: none; */
}

.faq-lp-tabs {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	width: 60%;
	margin: auto;
	display: block;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding-bottom: 20px;
}

.lp-faq-tab-content .card {
	margin-bottom: 20px;
}

.faq-lp-tabs h4 {
	text-align: center;
	margin: 30px 0px 0px 0px;
	font-weight: 400;
	color: #F5891F;
	font-size: 22px;
}

.lp-faq-section .nav-link.active {
	border: none;
	background: transparent;
}

/* .lp-faq-tab-content .card:after{
	background-size: contain;
	background-repeat: no-repeat;
    position: absolute;
    right: -16px;
    top: 50%;
    background: url("https://lifestylephysicians.com/wp-content/uploads/2024/11/Clip-path-group.png");
    content: "";
    width: 31px;
    border: none;
    height: 31px;
    transform: unset;
    border-left: none !important;
    border-bottom: none !important;
} */

button:focus {
	outline: none !important;
}

.lp-faq-section .nav-link {
	border: none;
	background: transparent;
}

/* .lp-faq-section .nav-link.active{
	color: #3a3a3a;
} */

.lp-banner-section ul li h4 {
	line-height: 29px;
}

.appointment-cta-lp {
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #F5891F;
	border-radius: 25px;
	display: block;
	width: fit-content;
	margin: 20px auto 0px auto;
	border: 2px solid #F5891F;
}

.appointment-cta-lp:hover {
	background: #fff;
	color: #F5891F;
}

.lp-faq-tab-content .collapse:not(.show) {
	display: none;
}

.condition {
	margin: 10px 0px 20px 0px;
}

.lp-faq-tab-content ul {
	padding-left: 10px;
}

@media screen and (max-width: 767px) {

	.providers_area {
		background: #ebe6d6;
		padding: 100px 0 0px;
	}

	.page-template-integrative-medicine {
		padding-bottom: 24%;
	}

	.lp-section-medicine .inner-content-lp-medicine h3 {
		font-size: 16px;
	}

	.lp-section-medicine .inner-content-lp-medicine h2 {
		font-size: 20px;
		margin-bottom: 5px;
		text-align: left;
		margin-top: 20px;
	}

	.bg-para-lp {
		padding: 20px;
		background: #ffffffc9;
	}

	.lp-section-medicine .inner-content-lp-medicine p {
		padding-left: 0;
		margin-bottom: 0;
	}

	.condition {
		text-align: center;
		margin: 10px 0px 20px 0px;
	}

	.lp-faq-tab-content .card:after {
		right: 7px !important;
		top: 45% !important;
		width: 10px !important;
		height: 10px !important;
	}

	.faq-lp-tabs {
		width: 80%;
		margin-bottom: 40px;
	}

	.lp-health-conditions-section ul li {
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}

	.points-lp-row {
		flex-wrap: wrap;
	}

	.lp-banner-section p {
		line-height: 25px;
		width: 100%;
		padding: 0 0 20px 0px;
		font-size: 14px;
	}

	.lp-banner-section a {
		color: #fff;
		padding: 10px 4px;
		background: #F5891F;
		font-size: 11px;
		border: 2px solid #F5891F;
		margin: auto;
		text-align: center;
		display: block;
	}

	.lp-banner-section a:hover {
		color: #F5891F;
		background: #fff;
	}

	.lp-section-medicine .inner-content-lp-medicine {
		width: 100%;
		position: relative;
		left: 0px;
	}

	.lp-banner-section h6 {
		font-size: 20px !important;
		text-align: center;
	}

	.lp-banner-section h1 {
		font-size: 25px !important;
		padding: 0 0 0 0;
		text-align: center;
	}

	.lp-banner-section h5 {
		font-size: 14px !important;
		padding: 0 0 0px 0px;
		letter-spacing: 0px;
		line-height: 22px;
		text-align: center;
	}


	.lp-banner-section ul li h4 {
		font-size: 14px !important;
	}

	.lp-banner-section ul li a {
		font-size: 15px !important;
	}


}



@media screen and (max-width: 767px) {

	.lp-faq-tab-content p {
		line-height: 23px;
		font-size: 14px;
		margin: 0;
	}

	.points-lp-row .p-col-lp {
		text-align: left !important;
	}

	.lp-health-points-wrapper h2 {
		text-align: left;
		font-size: 24px !important;
	}

	.lp-health-points-wrapper h3 {
		text-align: left !important;
		font-size: 20px !important;
	}

	.lp-health-conditions-section {
		padding: 5% 5% 2% 5%;
		background-image: none;
	}

	.lp-health-points-wrapper {
		width: 100%;
		margin: 20px auto 0 auto;
	}

	.lp-health-conditions-section h2 {
		font-size: 26px;
	}

	.lp-health-conditions-section h3 {
		font-size: 18px;
		text-align: center;
	}

	.lp-banner-section h1 {
		font-size: 40px;
		padding: 0px 0 0px 0px;
		text-align: center;
	}

	.lp-banner-section ul li h4 {
		line-height: 30px;
	}

	.integrative-services {
		background-image: none;
		background: #ededed59;
	}

	.inner-content-integrative-services {
		width: 100%;
		margin: auto;
	}

	.inner-content-integrative-services ul {
		width: 100%;
	}

	.inner-content-integrative-services h3 {
		font-size: 18px;
		text-align: left;
	}

	.inner-content-integrative-services h2 {
		font-size: 25px;
		margin-bottom: 10px;
		text-align: left;
	}

	.inner-content-integrative-services ul {
		margin: 20px auto 20px auto;
	}

	.points-lp-row {
		display: flex;
		margin-top: 25px;
		left: 0%;
	}

	.points-lp-row .p-col-lp {
		width: 100%;
		text-align: center;
	}

	.lp-faq-section .row {
		flex-direction: column-reverse;
	}

}

.vlog_dis {
	margin-bottom: 50px;
}

.dwnd_form a {
	font-size: 18px;
	color: #000;
	margin: 0px 30px !important;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.dwnd_form a:hover {
	color: #ff8a00;
}

.dwnd_form a:after {
	position: absolute;
	background: url(/wp-content/uploads/2021/03/tick.png);
	background-position: center;
	background-size: 100%;
	width: 16px;
	left: -26px;
	height: 30px;
	content: "";
	background-repeat: no-repeat;
}

.dwnd_form .col-md-6 {
	background: rgb(219 218 216 / 22%);
	padding: 30px;
	margin-right: 0px;
	max-width: 49%;
	margin: 0 auto;
}

.dwnd_form .col-md-6:last-of-type {
	margin-right: 0px;
}

.dwnd_form {
	margin: 50px 0px;
}

.menu-we-accpet-patients-from-menu-container li a {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	padding: 2px 0px;
	line-height: 1.755;
}

ul#menu-important-links-menu li a {
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	padding: 2px 0px;
	line-height: 1.755;
}

ul#menu-important-links-menu {
	margin-top: 20px;
}

.menu-we-accpet-patients-from-menu-container {
	margin-top: 20px;
}

ul#menu-main-menu {
	list-style: none;
}

ul#menu-main-menu span {
	padding-left: 20px;
}

ul#mega-menu-main-menu {
	width: 100% !important;
}

nav#mega-menu-wrap-main-menu {
	width: 100%;
	background: #fff;
}

nav#mega-menu-wrap-main-menu li a {
	color: #000 !important;
}

@media(max-width: 767px) {
	.menu-we-accpet-patients-from-menu-container {
		margin-top: 0;
	}

	footer ul {
		margin: 0;
	}

	.chat_box .chat_box_trigger {
		bottom: 100px !important;
		top: unset !important;
	}

	.chat_box_wrap .chat_header p {
		line-height: normal;
		margin-bottom: 5px !important;
	}

	.wpcf7-spinner {
		display: none;
	}

	.chat_box_wrap .chat_header h4 {
		margin-bottom: 0;
	}

	.chat_box_wrap .chat_header {
		padding: 15px 15px 34px 15px !important;
	}

	.chat_box .chat_box_inner_content ul li {
		padding: 10px !important;
	}

	.chat_box .chat_box_inner_content ul {
		padding: 10px;
	}

	.form_chatbox input[type="text"] {
		width: 100% !important;
	}

	input.wpcf7-form-control.wpcf7-submit.submit {
		padding: 0 10px !important;
	}

	.form_chatbox {
		padding: 10px !important;
	}

	.form_chatbox .wpcf7-spinner {
		display: none;
	}

	.form_chatbox input[type="text"] {
		border-radius: 2px !important;
	}

	.form_chatbox select {
		border-radius: 2px !important;
		padding-left: 10px;
	}

	.form_chatbox input[type="email"] {
		border-radius: 2px !important;
	}

	.dscf7captcha input {
		padding-left: 10px !important;
	}

	.chat_box_inner_content {
		padding: 10px !important;
	}

	.last-form-row {
		margin-bottom: 0 !important;
	}

	.chat_box .chat_box_trigger {
		padding: 5px !important;
	}

	.chat_box .chat_box_trigger {
		width: 60px !important;
		height: 60px !important;
	}

}

/*&nav#mega-menu-wrap-main-menu li {
    padding-left: 20px !important;
    padding-right: 15px !important;
}
*/
nav#mega-menu-wrap-main-menu li a {
	text-transform: uppercase !important;
	color: #000 !important;
	font-size: 14px !important;
	letter-spacing: 0.7px;
}

.nav-item {
	padding-left: 0px;
}

ul#mega-menu-main-menu span {
	display: none
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-menu-item-type-custommega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
	background: transparent !important;
}

ul#mega-menu-main-menu {
	text-align: center !important;
}

html body .orange_menu a {
	color: red !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
	padding-left: 0px !important;
	left: -10px !important;
	top: -3px !important;
}

/* #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after{color:#ff8a00!important;font-size:22px!important;} */
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
	color: #000000 !important;
	font-size: 22px !important;
}

section.provider_page .row:nth-child(1) {
	margin-bottom: 100px;
}

input.wpcf7-form-control.wpcf7-submit {
	width: 100%;
	height: 55px;
	padding: 10px 60px 10px 60px;
	border-radius: 0.75rem;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	transition: .7s all ease-in-out;
	border: 0px !important;
	margin: 1rem auto;
	display: block;
	background-color: #f82245;
	background-image: linear-gradient(to right, #f82245, #a40f23);
}

.page-id-15 .all_btns.text-center.mt-4 span,
.page-id-36 .all_btns.text-center.mt-4 span {
	border-radius: 40px;
	font-size: 27px;
	font-weight: bold;
	background: black;
	padding: 5px 17px;
	position: relative;
	top: 4px;
	left: 49px;
	z-index: 999;
	color: #fff;
}

nav.pagination a,
span.page-numbers.current {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: 0 !important;
	border: 2px solid #ebe6d6;
	font-size: 22px;
	color: #000;
	margin-right: 10px;
}

span.page-numbers.current:hover,
nav.pagination a:hover {
	background-color: #ebe6d6;
}

.recent_post_right img {

	width: 85px;
	height: 85px;
	border-radius: 30%;
}


.single-post .banner_area {
	background-image: url(../images/blog-bg.jpg) !important;
	height: 358px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

p.pera.font-weight-bold.rating_star {
	display: inline-flex;
}

i.fa.fa-star {
	margin: 4px;
}

nav#mega-menu-wrap-main-menu li ul.mega-sub-menu li a {
	font-size: 15px !important;
	color: #0146a8 !important;
	text-transform: capitalize !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
	color: #000 !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item {
	border-bottom: 2px solid #eee;
	width: 80%;
	padding-bottom: 8px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
	padding-bottom: 0 !important;
}

nav#mega-menu-wrap-main-menu li ul.mega-sub-menu #mega-cont a {
	color: #000 !important;
	font-weight: bold !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item-type-custom {
	color: #000 !important;
	/* margin-right: 30px!important;*/
}

#mega-menu-main-menu .mega-current-menu-item a {
	color: #ff8a00 !important;
}

#mega-menu-main-menu .mega-menu-item-type-custom.mega-current-menu-item a {
	color: #000 !important;
}

li#mega-menu-item-text-13 {
	padding: 0 !important;
	padding-top: 15px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:hover {
	border-bottom: 3px solid #0146a8 !important;
	padding-bottom: 1rem !important;
}

/* media css */
@media screen and (max-width:1200px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item-type-custom {
		margin-right: 0px !important;
	}
}

@media screen and (max-width:1199px) {
	nav#mega-menu-wrap-main-menu li ul.mega-sub-menu li a {
		font-size: 13px !important;
	}
}

@media screen and (max-width:768px) {
	a.btn-gold {
		padding: 5px 10px;
		font-size: 12px;
	}

	nav#mega-menu-wrap-main-menu li ul.mega-sub-menu li a {
		font-size: 15px !important;
	}
}

@media screen and (max-width:767px) {
	ul#mega-menu-main-menu {
		width: 300px !important;
		left: -219px !important;
	}
}

/* @media screen and (max-width:560px){
	ul#mega-menu-main-menu {
    width: 415px!important;
}
}
@media screen and (max-width:420px){
	ul#mega-menu-main-menu {
    width: 320px!important;
}
} */

/*review page css*/

.rvw-bnr_txt {
	width: auto;
	margin: 0 auto;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	padding: 17px;

	position: absolute;
	top: 64%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.rvw-bnr_txt h2 {
	color: #fff;
	font-size: 38px;
	text-align: center;
}

.rvw_cont {
	background: #ebebeb;
	padding: 100px 0px;
	margin: 0px 0px;
	border-bottom: 1px solid #000;
}

.rvw_box {
	text-align: center;
}

.rvw_box a {
	display: inline-block;
	margin-right: 25px;
	width: 12%;
	padding: 15px 15px;
	background: #000;
	color: #fff;
	line-height: 38px;
	font-size: 18px;
}

.fcbk_rvw {
	background: #e00e31 !important;

}

.google_rvw:hover {
	color: #e00e31 !important;
}

.fcbk_rvw:hover {
	color: #000 !important;
}

.rvw_box h3 {
	font-size: 42px;
	margin-top: 35px;
	font-weight: 500;
}

.consliderr {
	height: 38vh;
	overflow: hidden;
}

.contact-slider-wraper .consliderr .carousel-caption {
	bottom: 55%;
}

.conwrapslide {
	padding-bottom: 50px;
}

.conwrapslide .scroll-wrap {
	height: 70px;
}

/***Media Query**/

@media (max-width: 768px) {
	.rvw_box a {
		width: 15%;
	}
}

@media (max-width: 767px) {
	#wpcf7-f404-o1 h3 {
		font-size: 18px;
	}

	#wpcf7-f404-o1 p {
		display: block;
	}

	.rvw_cont {
		padding: 65px 0px;
	}

	.review_banner {
		height: 33vh;
	}

	.rvw-bnr_txt {
		top: 70%;
	}

	.rvw-bnr_txt h2 {
		font-size: 29px;
	}

	.rvw_box a {
		width: 25%;
	}

	.rvw_box h3 {
		font-size: 38px;
	}

	.contact-slider-wraper .consliderr .carousel-caption {
		bottom: 30%;
	}

	.dwnd_form .col-md-6 {
		max-width: 100%;
		margin-right: 0px;
	}

	html {
		overflow-x: hidden;
	}

	.dwnd_form a {
		font-size: 16px;
		color: #000;
	}
}

@media (max-width: 560px) {
	.rvw-bnr_txt {
		width: 100%;
	}

	.rvw_box a {
		width: 35%;
		padding: 10px 15px;
	}

	#wpcf7-f404-o1 h3 {
		font-size: 15px;
	}

	.consliderr {
		height: auto;
		overflow: initial;
	}

}

@media (max-width: 414px) {
	.rvw_box a {
		margin-right: 5px;
	}

	.rvw_box h3 {
		font-size: 28px;
	}

	.rvw_cont {
		padding: 40px 0px;
	}

	.contact-slider-wraper .consliderr .carousel-caption {
		bottom: 13%;
	}
}

.page-id-548 .page_title {
	display: none;
}

div#wpcf7-f196-o1 span.wpcf7-list-item {
	margin: 0px;
}

.acceptance_form {
	margin-bottom: 20px;
}

.inner_page_template {
	padding: 1rem 0;
}

.bg-wraper {
	padding: 40px;
	background: #ebe6d6;
}

.blog-wraper .inner-wrap {
	padding: 50px 20px;

}

.blog-wraper .blog1 .txt {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border-radius: 0 0 10px 10px;
}

.blog-wraper .inner-wrap .blog1 a {
	display: block;
	color: #2e2529;
	position: relative;
	text-decoration: none;
	padding-bottom: 20px;
}

.blog-wraper .blog1 .date img {
	margin-right: 10px;
}

.blog-wraper .blog1 .txt h3 {
	margin: 10px 0px 0px 0px;
	font-size: 22px;
}

.page-id-390 .service_page h2.text-center,
.page-id-411 .service_page h2.text-center,
.page-id-384 .service_page h2.text-center {
	display: none;
}

.single-post section.banner_area {
	display: none;
}

/*******25 Jan 2021*******/
li#mega-menu-item-1199 ul.mega-sub-menu {
	width: 25% !important;
}

.slider_area .carousel-caption {
	top: 10%;
	left: 25%;
}

/* Cutsom Slider Right */
.carousel-item.banner-content-right {
	position: relative;
}

.carousel-item.banner-content-right .carousel-caption {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	top: 0;
	left: 0;
}

.carousel-item.banner-content-right .carousel-caption .carousel-caption\:inner {
	width: 35%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.carousel-item.banner-content-right.active {
	display: flex !important;
}

@media(max-width: 767px) {
	.carousel-item.banner-content-right .carousel-caption .carousel-caption\:inner {
		width: 75%;
	}

	.carousel-item.banner-content-right .carousel-caption h3 {
		font-size: 12px !important;
		margin: 0 auto !important;
	}

	.carousel-item.banner-content-right .carousel-caption p {
		margin: 0 auto !important;
	}

	.carousel-item.banner-content-right .carousel-caption a {
		margin: 0 auto !important;
		font-size: 12px !important;
		top: 60px;
		right: 65px;
	}
}

/* Cutsom Slider Right */
a.event\:btn.vltne_btn {
	position: absolute;
	top: 83%;
	left: 40;
	right: 25%;
}

@media (max-width: 767px) {
	a.event\:btn.vltne_btn {
		position: absolute;
		top: 42%;
		right: 40%;
	}
}

/* Reviews */
.review\:banner {
	width: 100%;
	height: 45vh;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.review\:banner>img {
	width: 100%;
	height: auto;
}

.review\:title {
	position: absolute;
	top: 25%;
	right: 15%;
	display: none;
}

.review\:content h2,
.review\:content h3 {
	text-align: center;
	margin: 1rem 0;
	padding: 0;
}

.review\:content {
	padding-top: 3rem;
	padding-bottom: 5rem;
}

@media (max-width: 992px) {
	.review\:banner>img {
		width: auto;
		max-width: max-content;
		height: 100%;
	}

	.review\:content {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
	}
}

.page-id-405 .our_program {
	display: none !important;
}

.page-id-405 .first_visit_clinic {
	display: none !important;
}

.page-id-405 .service_page {
	display: none !important;
}

.page-id-405 .maintenance_area {
	display: none !important;
}

.page-id-405 .service_page {
	display: none !important;
}

.page-id-494 .our_program {
	display: none !important;
}

.page-id-494 .first_visit_clinic {
	display: none !important;
}

.page-id-494 .service_page {
	display: none !important;
}

.page-id-494 .maintenance_area {
	display: none !important;
}

.page-id-494 .service_page {
	display: none !important;
}

.page-id-506 .our_program {
	display: none !important;
}

.page-id-506 .first_visit_clinic {
	display: none !important;
}

.page-id-506 .service_page {
	display: none !important;
}

.page-id-506 .maintenance_area {
	display: none !important;
}

.page-id-506 .service_page {
	display: none !important;
}

.screen-reader-response ul {
	display: none;
}

span.wpcf7-not-valid-tip {
	display: none;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.wpcf7-not-valid.form-control {
	border: 2px solid #FF0000;
}

/* Scroll To Top */
button.btn-scroll-to-top {
	width: 3rem;
	height: 3rem;
	padding: 0;
	margin: 0;
	display: none;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #f5841f;
	border: 0;
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 99;
	font-size: 1.25rem;
}

button.btn-scroll-to-top:hover {
	background-color: #ff7800;
}

/**/
.providers_area .row {
	justify-content: center;
}

@media screen and (max-width:560px) {
	.carousel-item.banner-content-right .carousel-caption a {
		font-size: 10px !important;
		margin-bottom: 8px !important;
	}

	.carousel-item.banner-content-right .carousel-caption a {
		font-size: 10px !important;
		margin: 8px !important;
	}

	.shpp2 {
		display: none !important;
	}
}

.footer_logo_area .textwidget a {
	color: #fff
}

/* Mini Popup Toggle */
.mini-popup-toggle {
	width: auto;
	height: auto;
	padding: 1rem;
	margin: 0;
	position: fixed;
	top: 70%;
	right: -100%;
	z-index: 9999999;
	color: #f8f6fb;
	background-color: #e21a53;
	transform: rotate(-90deg);
	transition: .3s ease-in-out all;
	transition-delay: .1s;
}

.mini-popup-toggle.show {
	right: -57px;
}

a.mini-popup-toggle:hover {
	color: #eee;
}


/* 14, April, 2022 */
@media(min-width: 991px) {
	.web\:enable {
		display: block !important;
	}

	.mobile\:enable {
		display: none !important;
	}
}

div#new-cta-primary {
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 9999;
	padding: 10px 0px;

}

#new-cta-primary .call_fixed {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#new-cta-primary .appoint_fixed {
	display: inline-block;
	width: 49%;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:991px) {

	.mb-sticky {
		position: fixed !important;
		width: 100%;
	}

	.page-id-40 .slider_area img {
		width: 100%;
		object-fit: cover;
	}

}

.vip_btn {
	left: 0% !important;
	animation: unset !important;
}

.vip_btn span {
	font-size: 20px !important;
	padding: 15px 30px !important;
}

.desclaimer--head.blck_strip {
	background: #000;
}

.desclaimer--head.blck_strip .desclaimer--title {
	margin: 0 auto;
	display: flex;
	align-items: end;

}

.desclaimer--head.blck_strip span {
	color: #fff;
}

.desclaimer--title span a {
	font-size: 22px;
	font-family: PetitFormalScript-Regular !important;
	color: #fff;
	font-style: italic;
}

.desclaimer--title,
.desclaimer--title a {
	color: #eec0a3;
	text-decoration: none !important;
}

.desclaimer--title,
.desclaimer--title b {
	text-decoration: underline;
	font-weight: 400;

}

.event_page_wrapper h5::first-letter {
	font-size: 65px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: cream-cake;
}


.health_col {
	padding-left: 35%;
	position: relative;
}

.health_col:before {
	position: absolute;
	content: '';
	height: 116%;
	width: 1px;
	top: 0;
	left: 0;
	background: #ccc;
}


@media screen and (max-width: 767px) {

	.page-template-hydrofacial .anniversary-offers .the-text ul li {
		flex-direction: column;
	}

	.event-cta-banner a {
		padding: 10px 15px !important;
		font-size: 14px !important;
		display: inline-block;
		width: max-content !important;
	}

	.event-cta-banner {
		position: absolute;
		top: 78% !important;
		left: 50%;
		transform: translatex(-50%) !important;
	}

	.event_page_wrapper h6 span {
		font-size: 20px !important;
	}

	.event_page_wrapper .event_new_form {
		margin: 0;
	}

	.event_page_wrapper .event_new_form input[type="text"] {
		margin-bottom: 15px;
	}

	.event_page_wrapper .event_new_form input[type="tel"] {
		margin-bottom: 15px;
	}

	.event_page_wrapper h5 {
		font-size: 18px !important;
	}

	.health_col {
		padding-left: 0;
	}

	.health_col:before {
		display: none;
	}

	.event_page_wrapper h5 {
		margin: 20px 0 18px 0 !important;
	}

	.event_page_wrapper ul li {
		font-size: 14px !important;
	}

	.event_page_wrapper ul {
		padding-left: 10px !important;
		margin: 0 !important;
	}

	.event_page_wrapper .raffle-times-points ul li img {
		width: 20px !important;
		height: 20px !important;
		margin-right: 5px !important;
	}

	.event_page_wrapper .event_new_form {
		padding: 10px 5% !important;
	}

	.event_page_wrapper h5::first-letter {
		font-size: 50px;
	}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
	.event-cta-banner a {
		padding: 5px 10px !important;
		font-size: 14px !important;
		display: inline-block;
		width: max-content !important;
	}

	.event-cta-banner {
		position: absolute;
		top: 86% !important;
		left: 50%;
		transform: translatex(-50%) !important;
	}

	.event_page_wrapper h6 span {
		font-size: 20px !important;
	}

	.event_page_wrapper .event_new_form {
		margin: 0;
	}

	.event_page_wrapper .event_new_form input[type="text"] {
		margin-bottom: 15px;
	}

	.event_page_wrapper .event_new_form input[type="tel"] {
		margin-bottom: 15px;
	}

	.event_page_wrapper h5 {
		font-size: 18px !important;
	}

	.health_col {
		padding-left: 0;
	}

	.health_col:before {
		display: none;
	}

	.event_page_wrapper h5 {
		margin: 0 !important;
	}

	.event_page_wrapper ul li {
		font-size: 14px !important;
	}

	.event_page_wrapper ul {
		padding-left: 10px !important;
	}

	.event_page_wrapper .raffle-times-points ul li img {
		width: 20px !important;
		height: 20px !important;
		margin-right: 5px !important;
	}

	.event_page_wrapper .event_new_form {
		padding: 10px 5% !important;
	}

	.event_page_wrapper h5::first-letter {
		font-size: 50px;
	}

}

@media screen and (min-width: 992px) and (max-width: 1350px) {

	.event_page_wrapper h6 span {
		font-size: 25px;
	}

	.event_page_wrapper h5 {
		font-size: 22px;
	}

	.event_page_wrapper p {
		font-size: 14px;
	}

	.health_col {
		padding-left: 12%;
		position: relative;
	}

	.health_col:before {
		height: 112%;
	}

	.event-cta-banner a {
		padding: 10px 16px !important;
		font-size: 14px !important;
	}

	.event_page_wrapper ul li {
		font-size: 14px !important;
	}

	.event_page_wrapper .raffle-times-points ul li img {
		width: 30px !important;
		height: 30px !important;
		margin-right: 8px !important;
	}

	.event_page_wrapper .raffle-times-points ul li {
		display: flex;
	}


}

.offers_section_event {
	background: #ebe6d6;
	padding: 10px 0 50px;
}


/* prp section */

.ul-new-prp>ul {
	list-style: none;
}

.ul-new-prp>ul li {
	margin-bottom: 20px;
}


.ul-new-prp>ul li:first-child {
	margin-top: 20px;
}

.ul-new-prp>ul li img {
	width: 15px;
	height: 15px;
	margin-right: 5px;
}

.page-id-2776 h4:first-letter {
	font-family: cream-cake;
	font-size: 55px;
}

.page-id-2776 h3:first-letter {
	font-family: cream-cake;
	font-size: 55px;
}

.page-id-2776 h2:first-letter {
	font-family: cream-cake;
	font-size: 55px;
}

/* div#id_modal {
    display: none;
} */

/* img.icon_close {
    display: none !important;
} */
/***** chatbot css******/

div#wpcf7-f4286-o1 br {
	display: none;
}

div#wpcf7-f4286-o1 p {
	margin: 0px;
}

.main_tabs_chat i.fa.fa-angle-right {
	font-size: 20px
}

/* chat appointment form */
.chat_box_review {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 40%;
	margin: 20px auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.chat_box_review .header_appointment_chat {
	display: inline-flex;
	justify-content: space-between;
	padding: 15px 0;
}

.chat_box_review .header_appointment_chat i {
	cursor: pointer;
}

.chat_box_review .form_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.chat_box_review input[type="text"] {
	height: 40px;
	border-radius: 10px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.chat_box_review input[type="tel"] {
	height: 40px;
	border-radius: 5px;
	width: 48%;
	border: none;
	background-color: #efefef;
}

.chat_box_review input[type="email"] {
	height: 40px;
	border-radius: 5px;
	width: 48%;
	border: none;
	background-color: #efefef;
}

.chat_box_review textarea {
	height: 80px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.chat_box_review input[type="submit"] {
	border-radius: 5px;
	width: 50%;
	border: none;
	background-color: #ff7800 !important;
	color: #fff;
	padding: 10px;
	margin: auto;
	font-size: 16px;
	background-image: none !important;
}


/* chat appointment form */
.chat_appointment_box {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 40%;
	margin: 20px auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.chat_appointment_box .header_appointment_chat {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

.chat_appointment_box .header_appointment_chat i {
	cursor: pointer;
}

.chat_appointment_box .form_row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.chat_appointment_box input[type="text"] {
	height: 30px;
	border-radius: 10px;
	width: 48%;
	border: none;
	background-color: #efefef;
}

.chat_appointment_box input[type="tel"] {
	height: 30px;
	border-radius: 5px;
	width: 48%;
	border: none;
	background-color: #efefef;
}

.chat_appointment_box input[type="email"] {
	height: 30px;
	border-radius: 5px;
	width: 48%;
	border: none;
	background-color: #efefef;
}

.chat_appointment_box textarea {
	height: 80px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.chat_appointment_box input[type="submit"] {
	border-radius: 5px;
	width: 50%;
	border: none;
	background-color: #ff7800;
	color: #fff;
	padding: 10px;
	margin: auto;
	font-size: 16px;
}


/* chat box */
.chat_box .chat_box_trigger {
	background-color: #ff7800;
	height: 60px;
	width: 60px;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.chat_box .chat_box_trigger img {
	height: 100%;
	width: 100%;
}

.chat_box .hide {
	display: none;
}

.chat_appointment_box.hide {
	display: none;
}

.chat_box_review.hide {
	display: none;
}

.chat_box_wrap {
	z-index: 1111;
	position: fixed;
	top: 30%;
	right: 5%;
	height: auto;
	width: 450px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 15px;
}

.chat_box_wrap .chat_header {
	padding: 10px 15px 40px 15px;
	display: flex;
	justify-content: space-between;
	background-color: #ff7800;
	border-radius: 10px 10px 0 0;
}

.chat_box_wrap .chat_header h4 {
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.chat_box_wrap .chat_header p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.5px;
}

.chat_box_wrap .chat_header img {
	width: 25px;
	height: 25px;
	margin-top: 0px;
	cursor: pointer;
}

.chat_box_inner_content {
	padding: 20px;
}

.chat_box .chat_box_inner_content ul {
	list-style: none;
	/* padding: 10px; */
	position: relative;
	margin-top: -40px;
	box-shadow: 0 3px 3px -2px transparent, 0 3px 4px 0 transparent, 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	/* transform: translateY(-60px); */
}

.chat_box .chat_box_inner_content ul li {
	padding: 15px;
	background-color: #efefef;
	margin-bottom: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.chat_box .chat_box_inner_content ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
}

.chat_box .chat_box_inner_content .main_tabs_chat li a {
	display: flex;
	justify-content: space-between;
}


.form_chatbox {
	background-color: #fff;
	margin-top: -40px;
	padding: 20px;
	margin-bottom: 10px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.form_chatbox .chat_box_form_row {
	display: inline-flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.form_chatbox input[type="text"] {
	height: 30px;
	border-radius: 10px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.form_chatbox input[type="tel"] {
	height: 30px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.form_chatbox input[type="tel"] {
	height: 30px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.form_chatbox input[type="email"] {
	height: 30px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.form_chatbox select {
	height: 30px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

.form_chatbox textarea {
	height: 80px;
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #efefef;
}

input.wpcf7-form-control.wpcf7-submit.submit {
	border-radius: 5px;
	width: 100%;
	border: none;
	background-color: #ff7800 !important;
	color: #fff;
	padding: 10px;
	margin: auto;
	font-size: 16px;
}


@media screen and (max-width: 600px) {
	.chat_box_wrap {
		position: fixed;
		top: unset;
		bottom: 4%;
		right: 4%;
		height: auto;
		width: 300px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	}

	.chat_header p {
		margin-bottom: 0;
	}


	.chat_box .chat_box_trigger {
		width: 60px;
		height: 60px;
	}

	.chat_appointment_box {
		width: 85%;
		padding: 10px;
	}

	.chat_box_review {
		width: 85%;
		padding: 10px;
	}

}

ul.country-list {
	display: none;
}

.iti-arrow {
	display: none;
}

.chat_box_wrap {
	background: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	.chat_box .chat_box_trigger {
		padding: 5px !important;
	}

	.chat_box_wrap .chat_header p {
		margin-bottom: 0;
	}

	.chat_box_wrap {
		bottom: 5%;
		top: unset;
	}

	.chat_box_wrap .chat_header {
		padding: 20px 15px 30px 15px;
	}

	.chat_box_wrap .chat_header h4 {
		margin-bottom: 0;
	}

	input.wpcf7-form-control.wpcf7-submit.submit {
		padding: 0 20px;
	}

	.chat_box .chat_box_inner_content ul li {
		padding: 10px;
	}

	.last-form-row {
		margin-bottom: 0 !important;
	}

	.last-form-row .wpcf7-spinner {
		display: none;
	}

	.form_chatbox input[type="text"] {
		border-radius: 5px;
	}

	.form_chatbox input[type="email"] {
		border-radius: 5px;
	}

	.form_chatbox select {
		border-radius: 5px;
	}

	.dscf7captcha input {
		padding-left: 10px;
	}

	.chat_box_inner_content {
		padding: 12px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1279px) {
	.chat_box .chat_box_trigger {
		padding: 5px !important;
	}

	.chat_box_wrap .chat_header p {
		margin-bottom: 0;
	}

	.chat_box_wrap {
		bottom: 5%;
		top: unset;
	}

	.chat_box_wrap .chat_header {
		padding: 20px 15px 30px 15px;
	}

	.chat_box_wrap .chat_header h4 {
		margin-bottom: 0;
	}

	input.wpcf7-form-control.wpcf7-submit.submit {
		padding: 0 20px;
	}

	.chat_box .chat_box_inner_content ul li {
		padding: 10px;
	}

	.last-form-row {
		margin-bottom: 0 !important;
	}

	.last-form-row .wpcf7-spinner {
		display: none;
	}

	.form_chatbox input[type="text"] {
		border-radius: 5px;
	}

	.form_chatbox input[type="email"] {
		border-radius: 5px;
	}

	.form_chatbox select {
		border-radius: 5px;
	}

	.dscf7captcha input {
		padding-left: 10px;
	}

	.chat_box_inner_content {
		padding: 12px;
	}
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	.chat_box .chat_box_trigger {
		padding: 5px !important;
	}

	.chat_box_wrap .chat_header p {
		margin-bottom: 0;
	}

	.chat_box_wrap {
		bottom: 5%;
		top: unset;
	}

	.chat_box_wrap .chat_header {
		padding: 20px 15px 30px 15px;
	}

	.chat_box_wrap .chat_header h4 {
		margin-bottom: 0;
	}

	input.wpcf7-form-control.wpcf7-submit.submit {
		padding: 0 20px;
	}

	.chat_box .chat_box_inner_content ul li {
		padding: 10px;
	}

	.last-form-row {
		margin-bottom: 0 !important;
	}

	.last-form-row .wpcf7-spinner {
		display: none;
	}

	.form_chatbox input[type="text"] {
		border-radius: 5px;
	}

	.form_chatbox input[type="text"]::placeholder {
		font-size: 12px;
	}

	.form_chatbox input[type="tel"]::placeholder {
		font-size: 12px;
	}

	.form_chatbox input[type="email"] {
		border-radius: 5px;
	}

	.form_chatbox input[type="email"]::placeholder {
		font-size: 12px;
	}


	.form_chatbox select {
		border-radius: 5px;
		font-size: 12px;
	}

	.dscf7captcha input {
		padding-left: 10px;
	}

	.chat_box_inner_content {
		padding: 12px;
	}


	.chat_box_wrap {
		width: 380px;
	}
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {

	.chat_box_wrap {
		width: 380px;
	}

	.chat_box .chat_box_trigger {
		padding: 5px !important;
	}

	.chat_box_wrap .chat_header p {
		margin-bottom: 0;
	}

	.chat_box_wrap {
		bottom: 5%;
		top: unset;
	}

	.chat_box_wrap .chat_header {
		padding: 20px 15px 30px 15px;
	}

	.chat_box_wrap .chat_header h4 {
		margin-bottom: 0;
	}

	input.wpcf7-form-control.wpcf7-submit.submit {
		padding: 0 20px;
	}

	.chat_box .chat_box_inner_content ul li {
		padding: 10px;
	}

	.last-form-row {
		margin-bottom: 0 !important;
	}

	.last-form-row .wpcf7-spinner {
		display: none;
	}

	.form_chatbox input[type="text"] {
		border-radius: 5px;
	}

	.form_chatbox input[type="email"] {
		border-radius: 5px;
	}

	.form_chatbox select {
		border-radius: 5px;
	}

	.dscf7captcha input {
		padding-left: 10px;
	}

	.chat_box_inner_content {
		padding: 12px;
	}
}

.page-id-15 .chat_box_form_row p {
	margin-bottom: 0;
}

.footer-lgx img {
	width: 65% !important;
	height: auto;
}


li#mega-menu-item-3879 a.mega-menu-link {
	color: #fff !important;
}

li#mega-menu-item-3879 a {
	background: none !important;
}

li#mega-menu-item-3878 a {
	padding: 0px 20px !important;
	background-color: #f5841f !important;
	border-radius: 20px !important;
	color: #fff !important;
}

li#mega-menu-item-3878 a.mega-menu-link {
	color: #fff !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li#mega-menu-item-3878.mega-menu-item>a.mega-menu-link:hover {
	border-bottom: 0px !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu>li#mega-menu-item-3879.mega-menu-item>a.mega-menu-link:hover {
	border-bottom: 0px !important;
}

@media only screen and (max-width:767px) {
	li#mega-menu-item-3879 a {
		/*     display: none !important; */
	}

	li#mega-menu-item-3878 a {
		display: none !important;
	}


}

.chat_box_form_row p {
	margin: 0px !important;
}

.page-template-contact input.wpcf7-form-control.wpcf7-submit.has-spinner.submit {
	width: fit-content;
}

.page-id-36 input.wpcf7-form-control.wpcf7-submit.has-spinner.submit {
	width: fit-content;
}

/* 14-11-24 16:32 */

section.provider_page .row:nth-child(1) {
	margin-bottom: 75px;
}

section.provider_page .row:nth-child(2) {
	margin-bottom: 75px;
	gap: 90px 0px;
}

section.provider_page .row .offset-xl-1 {
	margin-left: 0px !important;
}

section.provider_page .row,
section.accepting_insurance_area .row {
	justify-content: center;
}

section.accepting_insurance_area .call_us_button {
	margin-top: 40px;
}

.blog_page {
	padding: 15px 0 80px;
}

.anniversary-offers .the-text ul li {
	font-size: 1rem;
}

.blog_left {
	margin-bottom: 50px;
}

nav.pagination a,
span.page-numbers.current {
	padding: 4px 12px !important;
	margin-right: 10px;
	margin-bottom: 20px !important;
	font-size: 16px;
}

.call_us_button a {
	line-height: 41px;
}

span.page-numbers.current {
	background: #f5841f;
	color: white;
}

.navbar.navbar-expand-lg {
	justify-content: center;
}

.blog_left_img ul {
	margin-left: 18px;
}

.blog_left_img h2,
.blog_heading {
	color: #2d2e42;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 22px;
}

.blog_left_img h2 span {
	font-weight: 700 !important;
}

.single.single-post.single-format-standard section.blog_area {
	display: none;
}

.single.single-post.single-format-standard .blog_left_img img {
	width: 65%;
}

.contact_page {
	padding: 25px 0 45px;
}

.mgt55 {
	margin-top: 20px;
}

.contact_map iframe {
	height: 100%;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0px;
}

.wpcf7 form .wpcf7-response-output {
	margin-top: 0px;
}

.contact_us_button p {
	margin-bottom: 0px;
}

.contact_page .form-control {
	padding-left: 15px;
}

.inner_page_template h2 {
	text-align: left !important;
}

.bg-wraper ul {
	margin-left: 15px;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1480px;
	}
}

@media (min-width: 993px) {
	.blog_left_img {
		width: 80%;
		margin: auto;
	}
}

@media screen and (max-width: 993px) {
	.navbar.navbar-expand-lg {
		justify-content: flex-end;
	}

	.page-template-contact .banner_area {
		background-position: center right;
		background-size: auto;
	}

	.page-template-contact .dscf7captcha input {
		border: 1px solid;
		padding: 0px 7px;
	}

	.page-template-contact .bg-white-bottom,
	.page-template-contact .fixed_cta a:first-child {
		display: none !important;
	}
}

@media screen and (max-width:1680px) {
	.blog_page {
		padding: 0px 0 80px;
	}

	.h1\:gradient-style {
		font-size: 2rem;
	}

	.blog_area {
		padding: 0px 0 100px;
	}

	.blog_area .inner_blog h3 {
		font-size: 18px;
		line-height: 25px;
	}

	.contact_page .form-control::placeholder {
		font-size: 14px !important;
	}

	.contact_page .form-control {
		font-size: 14px;
	}

	.bg-wraper h2,
	.bg-wraper h3 {
		font-size: 1.5rem;
	}

	.our_program.text-justify .our_program_heading {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:767px) {
	.provider_page .row:nth-child(1) {
		flex-direction: column;
	}

	.provider_page .row {
		flex-direction: column;
	}

	.provider_page .row:nth-child(2) {
		gap: 0px 0px !important;
	}

	section.provider_page .row:nth-child(1) {
		margin-bottom: 0px;
	}

	section.provider_page .row:nth-child(2) .row {
		width: 100%;
		margin: auto;
	}

	.pdg-lft {
		padding: 0px 0px !important;
	}

	.footer-head h4,
	.footer-head h3 {
		margin-bottom: 35px;
	}

	.provider_page {
		padding: 0px 0 35px;
	}

	.page-id-32 .provider_img {
		margin-top: 25px !important;
		width: 85%;
		margin: auto;
	}

	.heading-1 {
		font-size: 22px;
	}

	.anniversary-offers .the-text ul li {
		font-size: 0.7rem;
	}

	.blog_left_content {
		padding: 100px 18px 20px;
	}

	.recent_post_right p {
		padding: 0;
	}

	.recent_post_right {
		margin-bottom: 30px;
	}

	.all_btns a {
		position: relative;
		left: 0;
		top: 0;
		padding: 10px 25px;
	}

	.h1\:gradient-style {
		font-size: 1.5rem;
		padding: 0px 10px 20px;
	}

	p.pera.mt-4 {
		margin: 8px 0px !important;
	}

	.blog_left_img {
		padding: 0 15px;
	}

	.blog_left_img h2,
	.blog_heading {
		text-align: left;
	}

}

.pdflink {
	display: flex;
	gap: 20px;
	height: 100%;
}

.pdflink a {
	min-height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 0;
	font-weight: 500;
	color: #fff;
	font-style: italic;
	font-size: 12px;
	text-decoration: underline;
}

.disclaimernew {
	display: block;
	margin-top: -90px;
	text-transform: uppercase;
	padding: 5px 12px;
	border-radius: 8px;
}

.disclaimernew a {
	color: #fff;
	display: inline-block;
	background: #f5841f;
	padding: 5px 12px;
	font-size: 20px;
	border-radius: 8px;
	margin-top: -70px;
	box-shadow: 3px 2px 5px 0 rgba(0, 0, 0, .75);
}

/* Gaurav css bug fixes */
.header .desclaimer--head {
	padding: .5rem 1rem !important;
}

.main-header .logo {
	display: inline-block;
}

.mega-menu-horizontal .nav-item {
	margin-right: 0 !important;
}

.main-header .logo img {
	width: 100%;
	height: 100%;
}

.aesthetic-strip h3 {
    margin-right: 25px;
    color: #f5841f;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879 {
	margin-right: 5px !important;
	padding: unset !important;
	border-radius: unset !important;
	background-color: unset !important;
}

#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879>a.mega-menu-link {
	padding: 0 20px !important;
	border-radius: 20px !important;
	background-color: #40b539 !important;
}

.mega-menu-wrap ul#mega-menu-main-menu {
	text-align: end !important;
}

.main-header #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background: #f5841f !important;
	outline: none;
}

.page-id-34 #mega-menu-main-menu .mega-current-menu-item a {
	color: #ff8a00 !important;
}

#mega-menu-main-menu li.mega-current-menu-ancestor>a {
	color: #ff8a00 !important;
}

.chat_box_form_row.last-form-row p {
	display: flex;
	align-items: center;
}

.chat_box_form_row.last-form-row p span.wpcf7-spinner {
	flex-shrink: 0;
}

.page-id-40 .inner_recent_video .video_box iframe {
	border-radius: 0;
}

.lc_text-widget--bubble {
	bottom: unset !important;
	top: 85% !important;
}

.page-id-32 .provider_img {
	top: 140px !important;
}

.wpcf7-form-control-wrap input::placeholder {
	text-align: left !important;
}

.form_chatbox input[type="text"],
.form_chatbox .form-control {
	padding-left: 6px;
	padding-right: 6px;
}

input.wpcf7-form-control.wpcf7-submit.submit {
	padding: 8px 14px;
	line-height: normal;
}

.form_chatbox input::placeholder {
	font-size: 14px;
}

.testimonial_page select option {
	text-align: left !important;
}

.testimonial_page select.form-control {
	text-transform: uppercase !important;
}

.pera .service_details_list br {
	display: none;
}

.service_details_list {
	align-items: self-start;
}

.service_details_list img {
	margin-top: 7px;
}

.maintenance_area .maintenance_area_box {
	overflow-y: auto;
}

.facial .responsive-style p {
	text-align: left !important;
}

.facial-steps.jumbotron p {
	font-size: 1rem;
}

.captcha-container .label-alignment {
	display: none !important;
}

footer[data-wpr-lazyrender],
.page-id-40 [data-wpr-lazyrender],
page-id-478 [data-wpr-lazyrender] {
	content-visibility: unset !important;
}

.footer_call .text-holder .footer-head {
	margin-top: 0;
}

.footer_call .text-holder {
	margin-top: 0;
}

.more-bio4 {
	display: none;
}

.provider_content a {
	color: #f5841f;
	cursor: pointer;
}

section.provider_page .row:nth-child(3) {
	margin-bottom: 75px;
}

/* .banner1 .banner_webinar_title {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
}

.banner1 .new-banner-section .banner_webinar_large_heading {
	font-size: 38px;
	line-height: 45px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
	color: rgba(245, 132, 31, 1);
}

.banner1 .new-banner-section p {
	margin-bottom: 0;
	line-height: normal;
	text-align: right;
}

.banner1 .new-banner-section p .baner_webinar_small_text br {
	display: none;
}

.banner1 .new-banner-section ul {
	justify-content: end;
	margin-top: 16px;
	margin-bottom: 0;
}

.banner1 .baner_webinar_small_text {
	margin: 18px 0;
	display: inline-block;
}

.banner1 .new-banner-section h3.banner_webinar_large_heading {
	font-weight: 600;
}

.banner1 .new-banner-section .banner_webinar_date {
	margin-top: 15px;
	font-size: 24.5px;
} */

/* .page-id-40 .slider_area .carousel-item img {
	max-height:545px;
		height:unset !important;
	aspect-ratio:16 / 9;
	object-fit:cover;
	} */
.page-id-40 .slider_area .carousel-item {
	height: unset !important;
}

.page-id-40 .slider_area img {
	height: 420px;
}

.inner_page_template {
	margin-bottom: 20px;
}

.new-banner-section .banner-large-heading {
	width: 30%;
	margin-left: 46% !important;
	font-size: 30px ;
	line-height: 42px !important;
}

.new-slide-heading {
	text-align: center !important;
	font-size: 45px !important;
	width: 100%;
	text-align: center;
	margin-left: 20%;
	line-height: normal !important;
}

.main-header #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link:focus {
	background: unset !important;
}

.banner7 .new-banner-section ul li:first-child a, .banner10 .new-banner-section ul li:first-child a {
	background-color: #fff !important;
}

.banner8 .new-banner-section ul {
	margin-left: 46%;
}

#car10 ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

#car10 ol {
	width: 80%;
	gap: 0px 10px;
	justify-content: center;
	margin-left: 32%;
	margin-bottom: 0;
}

#car10 ol li {
	width: 48%;
}

#car10 ul li a {
	display: flex;
	align-items: center;
}

#car10 ul li a br {
	display: none;
}

#car10 ol li a {
	width: 100%;
	text-align: center;
	border-radius: 0 !important;
	background: none;
	border: 3px solid #000;
	color: #000;
	font-size: 14px;
	padding: 4px;
	min-height: unset;
	height: unset;
	line-height: unset;
}

/* #car10 ul {
	justify-content: end;
}
 */
#car10 ul li a {
	background-color: #000 !important;
	color: #fff;
}

.page-id-40 .slider_area img {
	object-fit: cover;
}

.page-id-478 .aesthetic-cont .row div:nth-of-type(2).col-md-12,
.page-id-478 .aesthetic-cont .row div:nth-of-type(3).col-md-12,
.page-id-478 .aesthetic-cont .row div:nth-of-type(9).col-md-12,
.page-id-478 .aesthetic-cont .row div:nth-of-type(11).col-md-12,
.page-id-478 .aesthetic-cont .row div:nth-of-type(12).col-md-12,
.page-id-478 .aesthetic-cont .row div:nth-of-type(13).col-md-12 {
	display: none;
}

.aesthetic-strip {
	display: flex;
	align-items: center;
}

.even-col .aesthetic-strip {
	justify-content: end;
}

.even-col h4 {
	width: unset;
	float: none;
}

.aesthetic-strip p,
.aesthetic-strip h4 {
	margin-bottom: 0;
}

.aesthetic-strip h4 {
	margin-right: 25px;
	color: #f5841f;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
}

.even-col .aest-img {
	right: 10px;
}

.aest-img {
	margin-top: -140px;
}

.aest-txt {
	margin-top: 15px;
}

.aesthetic-strip .aesthetic_btn {
	padding: 9px 16px;
	border-radius: 10px;
	color: #fff;
	background: #000;
	display: inline-block;
	line-height: normal;
}

.price {
	font-size: 22px;
	font-weight: 600;
	display: inline-block;
}

.main-header #mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879>a.mega-menu-link:focus {
	background: #f5841f !important;
}

.main-header {
	padding: 8px 0;
}

footer .bottom-footer {
	padding: 0 30px;
}

nav.pagination span.page-numbers.dots {
	margin-right: 10px;
}

.faq__section {
	background-color: #fff;
}

@media screen and (max-width: 1500px) {
	.banner1 .new-banner-section .banner_webinar_large_heading {
		font-size: 32px;
		line-height: 40px;
	}

	.banner1 .new-banner-section .banner_webinar_date {
		font-size: 20.5px;
	}

	.banner1 .baner_webinar_small_text {
		font-size: 18px;
	}

	.banner1 .banner_webinar_title {
		font-size: 24px;
	}
}

@media screen and (max-width: 1200px) {
	.banner1 .new-banner-section .banner_webinar_large_heading {
		font-size: 28px !important;
		line-height: 36px !important;
	}

	.banner1 .new-banner-section .banner_webinar_date {
		font-size: 18px;
	}

	.banner1 .baner_webinar_small_text {
		font-size: 16px;
		margin: 15px 0;
	}

	.banner1 .banner_webinar_title {
		font-size: 21px;
		margin-bottom: 14px;
	}
}

@media screen and (max-width:1024px) {
	.page-id-40 .slider_area img {
		height: 340px;
	}

	.new-banner-section h2.banner-large-heading {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 991px) {
	.bottom-footer {
		padding-bottom: 100px !important;
	}

	.banner8 .new-banner-section ul {
		margin-left: 35%;
	}

	.banner1 .new-banner-section .banner_webinar_large_heading {
		font-size: 21px !important;
		line-height: 31px !important;
	}

	.banner1 .new-banner-section .banner_webinar_date {
		font-size: 15px;
	}

	#car10 .new-slide-heading {
		font-size: 28px !important;
		line-height: 40px !important;
	}

	#car10 ol li a {
		font-size: 11px;
		padding: 4px 0;
	}

	.page-id-40 .slider_area img {
		height: 310px;
	}

}

@media screen and (max-width:767px) {
	.banner8 .new-banner-section .banner-large-heading {
		width: 100%;
		margin-left: unset !important;
	}

	.banner8 .new-banner-section ul,
	#car10 .new-slide-heading {
		margin-left: unset;
	}

	#car10 ol {
		margin: 0 auto;
	}

	#car10 ol li a {
		font-size: 11px !important;
		margin: 0 !important;
		margin-bottom: 6px !important;
	}

	.banner1 .banner_webinar_title,
	.banner1 .new-banner-section .banner_webinar_large_heading,
	.banner1 .new-banner-section p,
	.banner1 .new-banner-section .banner_webinar_date {
		text-align: center;
	}

	.banner1 .baner_webinar_small_text {
		margin: 5px 0;
	}

	.banner1 .new-banner-section .banner_webinar_large_heading {
		font-size: 18px !important;
		line-height: 24px !important;
		width: 100%;
	}

	.banner1 .banner_webinar_title {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.banner1 .new-banner-section ul {
		margin-top: 0;
	}

	.banner1 .new-banner-section .banner_webinar_date {
		margin-top: 8px !important;
	}

	.carousel-caption.new-caption {
		left: 0% !important;
		display: block !important;
		margin: 12px auto !important;
		position: unset !important;
	}

	.new-banner-section .banner-large-heading {
		line-height: 30px !important;
	}

	.new-banner-section h1 {
		font-size: 30px !important;
		line-height: 35px !important;
		text-align: center !important;
	}
}

@media screen and (max-width:576px) {
	.banner1 .banner_webinar_title {
		font-size: 15px;
		margin-bottom: 3px;
	}

	.banner1 .new-banner-section .banner_webinar_large_heading {
		font-size: 16px !important;
		line-height: 20px !important;
	}

	.banner1 .baner_webinar_small_text {
		margin: 4px 0;
		font-size: 14px;
	}

	.banner1 .new-banner-section .banner_webinar_date {
		margin-top: 5px !important;
	}
	.new-banner-section h1 {
		font-size: 24px !important;
	}
}

@media screen and (min-width:767.5px) {
	.banner7 .new-banner-section h1 {
		color: #fff;
	}
}

@media screen and (min-width: 992px) {
	.main-header>.container-fluid>.row {
		align-items: center;
	}
}

.points-lp-row {
	left: 0;
}

.o-shot .responsive-style {
	padding-left: 15px;
	padding-right: 15px;
}

div#new-cta-primary {
	box-shadow: unset !important;
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100% !important;
	padding: 0 !important;
	border-radius: unset !important;
	z-index: 998 !important;
}

#new-cta-primary a {
	background-color: #ff9800;
	flex-shrink: 0;
	padding: 10px 15px;
	border-radius: 40px;
	box-shadow: 0px 4px 4px 0px #0000001A;
	line-height: 39px;
}

.fixed_cta a {
	width: unset !important;
}

#new-cta-primary .eventBtn {

	padding: 10px 20px;
	background-color: #40B539 !important;
}

.main-header .row.main_header_row {
	min-height: 75px;
}
.peel-banner.carousel-item.banner-content-right .carousel-caption {
	left: 130px !important;
	align-items: flex-start !important;
}
.peel-banner .banner-heading h1 {
    color: #FFF;
    font-size: 40px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 30px;
    text-align: left;
}
.peel-banner .banner_unique_content {
    color: #fff;
}
.peel-banner .banner_unique_content p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
	margin-bottom: 0;
	width:fit-content;
	margin-right: 8%;
	text-transform: uppercase;
    line-height: 1.3;
    font-style: italic;
}
.peel-banner .schedule_content h2 {
    font-weight: 900;
    font-size: 60px;
    color: rgba(209, 255, 0, 1);
	line-height: normal;
}
.peel-banner .schedule_content h3 {
    font-size: 45px;
    margin-top: 30px;
    color: #fff;
    text-align: left;
}
.slider_area .carousel-caption .button_n_tag h3 {
    font-size: 54px;
    font-weight: 900;
    font-style: italic;
    font-family: 'Archivo';
}
.peel-banner .schedule_content p {
    margin-top: 15px;
}
.peel-banner .schedule_content p i {
    margin-right: 8px;
}
.peel-banner .banner_unique_content .price_tag {
    margin-left: -160px;
    margin-top: 0;
    width: 250px;
    height: auto !important;
    flex-shrink: 0;
}
.page-id-40 .slider_area .peel-banner .banner_unique_content .price_tag>img {
    width: 100%;
    height: auto !important;
}
.peel-banner .button_n_tag {
    display: flex;
    align-items: center;
	margin-top: 30px;
}
.slider_area .peel-banner .carousel-caption a {
    margin: 0;
    background-color: #ffffff;
    color: #242121;
}
.slider_area .carousel-caption .button_n_tag h3 small {
    font-size: 60%;
    font-weight: 900;
}
 .banner10.carousel-item.banner-content-right .carousel-caption a {
    top: 220px;
    right: 100px;
}
@media screen and (min-width: 767.5px) and (max-width: 991.5px) {
	.page-id-405 .facial .performed .col-md-3 {
		max-width: 100% !important;
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1410px) {
	nav#mega-menu-wrap-main-menu li a {
		font-size: 12px !important;
	}

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
		line-height: 30px !important;
		height: 30px !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item:first-child>a.mega-menu-link {
		padding-left: 0 !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3878 a,
	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3879 a {
		padding: 0 8px !important;
	}

	li#mega-menu-item-3879 {
		padding: 0 2px !important;
		margin-left: 4px !important;
	}

	nav#mega-menu-wrap-main-menu li a {
		letter-spacing: 0px;
	}

	.main-header .sticky-top>.col-lg-12 {
		padding-left: 0 !important;
		padding-right: 7px;
	}
}

@media screen and (max-width: 1680px) {
	.page-id-40 .blog_area {
		padding: 70px 0 100px;
	}
}
@media screen and (max-width: 1600px) {
	.peel-banner .banner-heading h1 {
		font-size: 28px;
		margin-top: 20px;
	}
/* 	h1::first-letter {
    	font-size: 50px;
	} */
	.peel-banner .banner_unique_content p {
		font-size: 18px;
	}
	.slider_area .carousel-caption .button_n_tag h3 {
    	font-size: 42px;
	}
	.peel-banner .schedule_content h2 {
		font-size: 41px;
        margin-bottom: 0;
	}
	.peel-banner .schedule_content h3 {
		font-size: 31px;
        margin-top: 20px;
	}
	.peel-banner .schedule_content p {
    	margin-top: 10px;
	}
	.peel-banner .banner_unique_content .price_tag {
		margin-left: -161px;
        margin-top: 0;
    	width: 200px;
	}
	.slider_area .peel-banner .carousel-caption a {
		font-size: 15px;	
		min-height: 35px;
    	line-height: 33px;
	} 
	.peel-banner .button_n_tag {
	    margin-top: 20px;
	}
}
@media screen and (max-width:1599.5px) {
	.banner10.carousel-item.banner-content-right .carousel-caption a {
		top: 190px;
		right: 100px;
	}
}
@media screen and (max-width:1400px) {
	.banner10.carousel-item.banner-content-right .carousel-caption a {
		top: 170px;
		right: 70px;
	}
	.peel-banner .banner-heading h1 {
        font-size: 22px;
        margin-top: 10px;
    }
/* 	 h1::first-letter {
        font-size: 38px;
    } */
	.peel-banner .banner_unique_content p {
        font-size: 16px;
    }
	.slider_area .carousel-caption .button_n_tag h3 {
    	font-size: 31px;
	}
	.peel-banner .schedule_content h2 {
		font-size: 28px;
	}
	.peel-banner .schedule_content h3 {
        font-size: 22px;
        margin-top: 10px;
    }
	.peel-banner .banner_unique_content .price_tag {
        margin-left: -121px;
        margin-top: 0;
        width: 160px;
    }
	.peel-banner .button_n_tag {
        margin-top: 10px;
    }
	.peel-banner.carousel-item.banner-content-right .carousel-caption {
		left: 100px !important;
	}
}
@media screen and (max-width: 1199px) {
	.ourservices label {
		width: 310px;
		height: 310px;
	}

	#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879 {
		margin-right: 5px !important;
	}

}

@media screen and (min-width: 992px) and (max-width: 1060px) {
	#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879 {
		margin-right: 2px !important;
	}

	li#mega-menu-item-3879 {
		margin-left: 0px !important;
	}

	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
		padding: 0 6px 0 6px !important;
	}
}

@media screen and (max-width:1024px) {
	.banner10.carousel-item.banner-content-right .carousel-caption a {
		top: 130px;
		right: 40px;
	}
	.peel-banner .banner-heading h1 {
        font-size: 18px;
        margin-top: 5px;
    }
	.peel-banner h1::first-letter {
        font-size: 32px;
    }
	.peel-banner .banner_unique_content p {
		font-size: 15px;
	}
	.peel-banner .schedule_content h2 {
        font-size: 24px !important;
        margin-top: 0;
        line-height: normal !important;
    }
	.peel-banner .schedule_content h3 {
        font-size: 18px;
        line-height: 30px;
        margin-top: 5px;
    }
	.peel-banner .schedule_content p {
    	margin-top: 0px;
	}
	.peel-banner .banner_unique_content .price_tag {
    	margin-top: 0px;
        width: 140px;
	}
	.slider_area .peel-banner .carousel-caption a {
		font-size: 14px;	
		min-height: 33px;
    	line-height: 30px;
		padding: 3px 16px;
	} 
}

@media screen and (max-width: 991.5px) {
	#mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
		display: inline-block !important;
	}

	#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879 {
		margin-bottom: 10px !important;
	}

	.main-header .sticky-top .navbar {
		margin-top: 10px;
	}

	.facecontt-dscp {
		padding-left: 20px;
	}

	.aesthetic-strip .aesthetic_btn {
		top: 0;
		left: 0;
		position: relative;
	}

	.chat_box .chat_box_trigger {
		bottom: 100px !important;
		top: unset !important;
	}

	.lc_text-widget--bubble {
		bottom: 90px !important;
	}


}

@media screen and (max-width: 768px) {
	.main-header .main_header_row .col-sm-12 {
		padding: 0;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
		margin: 0 !important;
	}

	.main-header .sticky-top .container-fluid {
		padding: 0;
	}

	.wlc_callus {
		top: unset !important;
		bottom: 22px;
		right: 20px !important;
	}

}

@media screen and (max-width: 767.5px) {
.banner10.carousel-item.banner-content-right .carousel-caption a {
		top: 0;
		right: 0;
	}

.peel-banner .banner-heading h1 {
    color: #000;
	font-size: 18px;
	text-align: center;
}
.peel-banner .banner_unique_content {
    color: #000;
}
.peel-banner .banner_unique_content p {
    color: #000;
	font-size: 14px;
	text-align: center;
	display: none;
}
.peel-banner img {
    object-position: bottom;
}
.peel-banner .schedule_content h2 {
        font-size: 22px !important;
        margin-top: 0px;
		color: rgb(64 181 57);
}
.peel-banner.carousel-item .schedule_content h3 {
    color: #000;
	font-size: 22px !important;
	text-align: center;
	line-height: 22px;
}
.peel-banner .button_n_tag {
    display: block;
}
.slider_area .peel-banner.carousel-item .carousel-caption a {
    margin: 0 auto !important;
    background-color: #000;
    color: #fff;
	font-size: 12px !important;
    min-height: 29px;
    line-height: 23px;
    padding: 3px 16px;
}
.page-id-40 .slider_area .peel-banner .banner_unique_content .price_tag>img {
	display: none;
}
    .peel-banner h1::first-letter {
        font-size: 32px;
    }


	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3878 a,
	#mega-menu-wrap-main-menu #mega-menu-main-menu li#mega-menu-item-3879 a {
		border: 0;
		border-radius: 0 !important;
		background: transparent !important;
		padding: 0 10px !important;
	}

	#mega-menu-wrap-main-menu .mega-menu-horizontal li#mega-menu-item-3879 {
		margin-bottom: 0px !important;
	}

	.main-header>.container-fluid>.row {
		align-items: center;
	}

	.main-header .row .col-2 {
		padding: 0;
	}

	.facecontt-dscp {
		padding-left: 0;
		margin-top: 15px
	}

	.wht-prp {
		margin-top: 20px;
	}

	.procdure {

		padding-top: 20px;
	}

	.aesthetic-box {
		margin: 40px 0;
	}

	.aesthetic-strip,
	.even-col .aesthetic-strip {
		justify-content: space-between;
	}

	.aest-img {
		width: 200px;
		height: 200px;
		margin-top: 0;
	}

}

/* Location page css starts here */
/* lifestylephysicians.com/gainesville/ css starts */
:root {
	--paragraph-font:20px;
	--smallfont-18px:18px;
	--medium-font-24px:24px;
	--large-font-33px:33px;
	--title-font-40px:40px;
	--first-letter-font:80px;
	--first-letter-font-90:90px;
}
.location_common_width {
	max-width:94.7%;
	margin:0 auto;
}
.location_sec_pad {
	padding:60px 0;
}
.location_title {
    font-size: var(--title-font-40px);
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
	text-transform:capitalize;
}
.cake_letter::first-letter {
    font-family: cream-cake;
}
.location_title::first-letter {
	font-size:var(--first-letter-font);
	font-weight:400;
}
.orange_btn1 {
    font-size: var(--paragraph-font);
    font-weight: 700;
    padding: 16px 22px;
    background-color: #f5841f;
    color: #fff;
    border-radius: 40px;
	display:inline-block;
}
.green_btn2 {
    font-size: var(--paragraph-font);
    font-weight: 700;
    padding: 16px 22px;
    background-color: #40B539;
    color: #fff;
    border-radius: 40px;
	display:inline-block;
}
.orange_btn1:hover, .green_btn2:hover {
	color:#fff;
}
.orange_text {
    color: #f5841f;
}
.green_text {
	color:#3FD836;
}
/* location hero section start */
section.location_hero_sec {
    position: relative;
    z-index: 1;
}
section.location_hero_sec::after {
    content: ' ';
    position: absolute;
    inset: 0;
    background: linear-gradient(89.24deg, rgba(255, 255, 255, 0) 35.74%, #FFFFFF 61.92%);
    z-index: 0;
}
.location_hero_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8%;
    z-index: 1;
}
.location_hero_sec .location_title {
	text-transform:uppercase;
	--title-font-40px: 48px;
	margin-bottom:20px;
}
.location_hero_sec .location_title::first-letter {
	font-size:var(--first-letter-font-90);
}
.location_hero_subtitle {
    font-size: 35px;
    text-transform: capitalize;
}
.location_hero_subtitle {
    font-size: var(--large-font-33px);
    text-transform: capitalize;
    margin-bottom: 24px;
    color: #000;
}
.location_hero_buttons .orange_btn1 {
    margin-right: 10px;
}
/* location near section start */
section.located_near_sec {
    background-color: #1E1E1E;
	padding: 20px 0;
	color: #fff;
}
.located_near_sec .located_near_wrap {
    display: flex;
	align-items: center;
    gap: 6%;
	overflow: hidden;
}
.located_near_wrap .located_near_heading {
    display: flex;
    align-items: center;
    gap: 20px;
	flex-shrink: 0;
}
.located_near_heading span {
    font-size: var(--medium-font-24px);
    line-height: normal;
    text-transform: capitalize;
    font-weight: 600;
}
.located_near_location {
    display: flex;
    white-space: nowrap;
  	gap: 50px;
    flex-shrink: 0;
	overflow: hidden;
}
.located_near_wrap .located_near_location ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    gap: 50px;
	-webkit-animation: loop 20s infinite linear;
	  animation: loop 20s infinite linear;
	height:40px;
}
@keyframes loop {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.located_near_location li {
    white-space: nowrap;
}
.located_near_wrap .located_near_location ul li img {
    max-width: 22px;
    margin-right: 3px;
}
.located_near_wrap .located_near_location ul li span {
    font-size: var(--paragraph-font);
    font-weight: 900;
    color: #f5841f;
    vertical-align: middle;
}
/* location_about_sec start here */
.location_about_sec p {
	font-size:var(--paragraph-font);
}
.location_about_sec p {
    font-size: var(--paragraph-font);
    margin-bottom: 0;
    line-height: 1.6;
}
.location_about_sec .location_about_text {
    padding-left: 4%;
}
/* location_wellness_service_sec starts here */
.location_wellness_service_sec {
    background-color: #EBE6D6;
}
.location_wellness_service_title_wrap .location_title, .location_wellness_service_title_wrap p {
    text-align: center;
}
.location_wellness_service_title_wrap p {
	font-size:var(--paragraph-font);
	margin-bottom:30px;
	line-height: 1.5;
}
.location_wellness_service_sec .location_wellness_service_wrap {
    position: relative;
    z-index: 1;
	margin-top:30px;
}
.location_wellness_service_sec .location_wellness_service_wrap:hover::after {
    content: ' ';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
	z-index:0;
}
.location_wellness_service_content .location_wellness_service_title {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    transition: all 0.6s ease;
    z-index: 1;
}
.location_wellness_service_content .location_wellness_service_detail {
    position: absolute;
    top: 56%;
    text-align: center;
    width: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    z-index: 1;
}
.location_wellness_service_sec .location_wellness_service_wrap:hover .location_wellness_service_detail {
    opacity: 1;
    visibility: visible;
}
.location_wellness_service_sec .location_wellness_service_wrap:hover .location_wellness_service_title {
    top: 10%;
}

.location_wellness_service_content .location_wellness_service_title {
    font-size: var(--paragraph-font);
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.location_wellness_service_detail p {
    color: #fff;
    font-size: var(--smallfont-18px);
	line-height:1.5;
}
.location_wellness_service_detail a {
    color: #3FD836;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: var(--paragraph-font);
    font-weight: 600;
}
/* location_health_priority_sec starts here */
.location_health_priority_sec .location_health_priority_content {
    padding-left: 40px;
}
.location_health_priority_content p {
    font-size: var(--paragraph-font);
    margin-bottom: 0;
	line-height:1.5;
}
.location_health_priority_sec .row:nth-child(even) {
    flex-direction: row-reverse;
}
.location_health_priority_sec .row:nth-child(even) .location_health_priority_img {
    margin-top: 60px;
}
.location_health_priority_sec .row:nth-child(even) .location_health_priority_content {
    margin-top: 60px;
}
.location_health_priority_sec .row:nth-child(even) .location_health_priority_content {
    padding-left: 0;
    padding-right: 40px;
}
.location_health_priority_sec .row:nth-child(even) .location_health_priority_content a.orange_btn1 {
    margin-top: 30px;
}
/* location_faq_sec starts */
.location_faq_sec {
	 background-color: #EBE6D6;
}
.location_faq_title_wrap .location_title {
    font-size: 60px;
}
.location_faq_title_wrap .location_title::first-letter {
	font-size:var(--first-letter-font-100);
}
.location_faq_title_wrap p {
    font-size: var(--medium-font-24px);
    font-weight: 300;
	margin-bottom:60px;
}
.location_faq_wrap .card-body {
    font-size: var(--paragraph-font);
    padding-top:15px;
	padding-bottom:35px;
}
/* accordian css starts here */
.accordian_wrp .accordion>.card {
    border: none;
	background-color:transparent;
}
.accordian_wrp .accordion>.card::after {
	content:none;
}
.accordian_wrp .accordion>.card>.card-header {
    background: transparent;
    border-bottom: none;
}
.accordian_wrp .accordion>.card>.card-header button {
    font-size: var(--paragraph-font);
    font-weight: 600;
    color: #000 !important;
    position: relative;
}
.accordian_wrp .accordion>.card>.card-header button:focus {
	box-shadow:none;
	text-decoration:none;
}
.accordian_wrp .accordion>.card>.card-header button::after {
    content: "";
    background: url(https://lifestylephysicians.com/wp-content/uploads/2025/06/plus.png) no-repeat center / contain;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-left: auto;
    display: inline-block;
    position: absolute;
    right: 0;
}
.accordian_wrp .accordion>.card>.card-header button:not(.collapsed)::after {
    background: url(https://lifestylephysicians.com/wp-content/uploads/2025/06/minus.png) no-repeat center / contain;
}

.page-id-478 .inner_page_template {
    padding: 0 !important;
}

/* lifestylephysicians.com/gainesville/ css end */

/* fairfax banner on home page css sart here  on 5-01-2026*/
.static-slide-img {
    width: 100%;
    position: relative;
}
.static-slide-extra-img {
    position: absolute;
    right: 12%;
    bottom: 0;
    display: flex;
    align-items: center;
	width: 40%;
	justify-content: end;
}
.static-slide-extra-img-text {
    flex-shrink: 0;
	margin-top: auto;
    margin-bottom: 15%;
    margin-right: 2%;
	font-family:var(--font-open-sans);
}
.static-slide-extra-img-text h4 {
    color: #fff;
    font-size: var(--large-font-33px);
	margin-bottom: 0;
	font-family:var(--font-open-sans);
}
.static-slide-extra-img-text p {
    color: #fff;
    font-size: var(--paragraph-font);
    margin-bottom: 0;
	font-weight: 300;
	font-family:var(--font-open-sans);
}
.slider_area .carousel-item div.static-slide-extra-img img {
    height: auto !important;
    width: 52%;
}
.static-slide .carousel-caption.new-caption {
    left: 7% !important;
}
.static-slide .new-banner-section h2 {
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
	font-family:var(--font-open-sans);
	font-size: var(--n-font-60px) !important;
    margin-bottom: 25px;
}
div.static-slide .new-banner-section p {
    color: #fff;
    font-size: var(--medium-font-24px);
	font-family:var(--font-open-sans);
	line-height: 1.5;
}
.static-slide.carousel-item.banner-content-right .carousel-caption a {
    background-color: rgba(245, 132, 31, 1) !important;
    border-radius: 30px !important;
    border: none;
    color: #fff !important;
    font-size: var(--paragraph-font) !important;
    font-weight: 750;
    text-transform: uppercase !important;
    padding: 10px 30px;
	font-family:var(--font-open-sans);
}
.static-slide.carousel-item.banner-content-right .carousel-caption {
    align-items: flex-start !important;
}
.static-slide .new-banner-section h4 {
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-style: italic;
    font-size: var(--n-font-40px);
	font-family:var(--font-open-sans);
}

/* fairfax banner on home page css end here*/

/* Doctor Sagar verma banner on home page css starts here */
.sagar-verma-slide.static-slide .new-banner-section h6 {
    text-align: left;
    color: #fff;
    font-size: var(--n-font-24px);
    font-family: var(--font-open-sans);
    margin-bottom: 16px;
}
.sagar-verma-slide.static-slide .new-banner-section h2 {
    font-size: var(--n-font-48px) !important;
	margin-bottom: 15px;
	line-height: 1.5;
}
.sagar-verma-slide.static-slide .new-banner-section p {
    margin-bottom: 20px;
}
.sagar-verma-slide .static-slide-extra-img-text {
    margin-bottom: 10%;
}
.sagar-verma-slide.static-slide .new-banner-section h4 {
    margin-bottom: 0;
}
/* Doctor Sagar verma banner on home page css ends here */

@media screen and (min-width:1400px) {
	.page-id-40 .slider_area .carousel-item img {
		height: 500px !important;
	}
}

@media screen and (min-width:1600px) {
	.page-id-40 .slider_area .carousel-item img {
		height: 570px !important;
	}
}

@media screen and (min-width:1800px) {
	.page-id-40 .slider_area .carousel-item img {
		height: 620px !important;
	}
}

@media screen and (max-width:1800px) {
	:root {
		--smallfont-18px: 17px;
		--paragraph-font:18px;
		--medium-font-24px:22px;
		--large-font-33px: 30px;
		--title-font-40px: 38px;
		--first-letter-font: 72px;
		--first-letter-font-90:80px;
		--first-letter-font-100:90px;
		
	}
	.location_hero_sec .location_title {
		--title-font-40px: 46px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 54px;
	}
}
@media screen and (max-width:1600px) {
	:root {
		--smallfont-18px: 16px;
		--paragraph-font:17px;
		--medium-font-24px:20px;
		--large-font-33px: 28px;
		--title-font-40px: 36px;
		--first-letter-font: 65px;
		--first-letter-font-90:70px;
		--first-letter-font-100:80px;
		
	}
	.location_hero_sec .location_title {
		--title-font-40px: 44px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 48px;
	}
	.location_about_sec .location_about_text {
		padding-left: 2%;
	}
	.accordian_wrp .accordion>.card>.card-header button::after {
		width: 22px;
		height: 22px;
	}
	.location_health_priority_sec .location_health_priority_content {
		padding-left: 20px;
	}
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_content {
		padding-right: 20px;
	}
	.location_wellness_service_content .location_wellness_service_title, .location_wellness_service_detail p {
		margin-bottom: 10px;
	}
	.static-slide .new-banner-section h2 {
		margin-bottom: 15px;
	}
	div.static-slide .new-banner-section p {
		margin-bottom: 30px;
	}
	.static-slide.carousel-item.banner-content-right .carousel-caption a {
		padding: 7px 30px;
	}
	.sagar-verma-slide.static-slide .new-banner-section p {
		margin-bottom: 15px;
	}
}
@media screen and (max-width:1500px) {
	:root {
		--smallfont-18px: 15px;
		--paragraph-font:16px;
		--medium-font-24px:19px;
		--large-font-33px: 26px;
		--title-font-40px: 33px;
		--first-letter-font: 58px;
		--first-letter-font-90:65px;
		--first-letter-font-100:70px;
	}
	.location_hero_sec .location_title {
		--title-font-40px: 40px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 44px;
	}
	.location_about_sec .location_about_text {
		padding-left: 0;
	}
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_content {
		padding-right: 0px;
	}
	.location_title {
		margin-bottom: 10px;
	}
	.located_near_wrap .located_near_location ul li img {
		max-width: 20px;
	}
	.located_near_heading img {
		max-width: 30px;
	}
	.accordian_wrp .accordion>.card>.card-header button::after {
		width: 20px;
		height: 20px;
	}
	.location_health_priority_sec .location_health_priority_content {
		padding-left: 0px;
	}
}
@media screen and (max-width:1400px) {
	:root {
		--smallfont-18px: 14px;
		--paragraph-font:15.5px;
		--medium-font-24px:18px;
		--large-font-33px: 24px;
		--title-font-40px: 28px;
        --first-letter-font: 52px;
		--first-letter-font-90:60px;
		--first-letter-font-100:65px;
	}
	.location_hero_sec .location_title {
		--title-font-40px: 36px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 38px;
	}
	.location_title {
		margin-bottom: 5px;
	}
	.location_hero_subtitle, .location_hero_sec .location_title {
		margin-bottom: 15px;
	}
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_content a.orange_btn1 {
		margin-top: 20px;
	}
	.orange_btn1 {
		padding: 12px 18px;
	}
	.green_btn2 {
		padding: 12px 18px;
	}
	.static-slide .new-banner-section h4 {
		margin-bottom: 0;
	}
	.static-slide .new-banner-section h2 {
		margin-bottom: 8px;
	}
	div.static-slide .new-banner-section p {
		margin-bottom: 20px;
	}
	.static-slide.carousel-item.banner-content-right .carousel-caption a {
		font-weight: 700;
	}
	.sagar-verma-slide.static-slide .new-banner-section h2 {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:1300px) {
	:root {
		--smallfont-18px: 13px;
		--paragraph-font:14.5px;
		--medium-font-24px:16px;
		--large-font-33px: 20px;
		--title-font-40px: 24px;
        --first-letter-font: 45px;
		--first-letter-font-90:50px;
		--first-letter-font-100:55px;
	}
	.location_hero_sec .location_title {
		--title-font-40px: 30px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 34px;
	}
	.orange_btn1 {
        padding: 10px 14px;
    }
	.green_btn2 {
		padding: 10px 14px;
	}
}
@media screen and (max-width:1200px) {
	:root {
		--smallfont-18px: 12px;
		--paragraph-font:14px;
		--medium-font-24px:15px;
		--large-font-33px: 18px;
		--title-font-40px: 22px;
        --first-letter-font: 40px;
		--first-letter-font-90:45px;
		--first-letter-font-100:50px;
	}
	.location_hero_sec .location_title {
		--title-font-40px: 26px;
	}
	.location_faq_title_wrap .location_title {
    	font-size: 30px;
	}
	.orange_btn1 {
        padding: 8px 12px;
    }
	.green_btn2 {
		padding: 8px 12px;
	}
	.location_hero_subtitle, .location_hero_sec .location_title {
        margin-bottom: 10px;
    }
	
	.located_near_heading img {
        max-width: 24px;
    }
	.located_near_wrap .located_near_heading {
		gap: 10px;
	}
	.located_near_wrap .located_near_location ul li img {
        max-width: 16px;
    }
	.located_near_wrap .located_near_location ul li img {
		margin-right: 1px;
	}
	.location_about_sec .location_about_text {
        margin-top: 20px;
    }
	.location_health_priority_content br {
		display: none;
	}
	.location_faq_title_wrap p {
		margin-bottom: 30px;
	}
	.location_faq_wrap .card-body {
		padding-top: 10px;
   	    padding-bottom: 20px;
	}
	.located_near_wrap .located_near_location ul {
		gap: 15px;
		line-height: normal;
	}
	.static-slide .new-banner-section h2 {
		margin-bottom: 0;
	}
	.static-slide.carousel-item.banner-content-right .carousel-caption a {
		padding: 4px 30px;
	}
}
@media screen and (max-width: 1199.5px) {
	.location_wellness_service_sec .location_wellness_service_wrap:hover .location_wellness_service_title {
		top: 25%;
	}
	.sagar-verma-slide .static-slide-extra-img {
		right: 5%;
	}
}
@media screen and (max-width: 992px) {
	.location_sec_pad {
		padding: 30px 0;
	}
	.location_wellness_service_title_wrap p {
		margin-bottom: 15px;
	}
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_content {
		margin-top: 30px;
	}
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_img {
		margin-top: 30px;
	}
}
@media screen and (max-width: 991.5px) {
	.location_health_priority_sec .row:nth-child(even) .location_health_priority_img {
		margin-top: 50px;
	}
	.location_health_priority_sec .location_health_priority_content {
		margin-top: 30px;
	}
	.static-slide-extra-img {
		right: 7%
	}
	.static-slide-extra-img-text {
		margin-bottom: 2%;
	}
	
}

@media screen and (max-width: 768px) {
.accordian_wrp	.collapse:not(.show) {
		display:none;
	}
	.static-slide .static-slide-extra-img {
		display: none;
	}
}
@media screen and (max-width: 767.5px) {
	.static-slide .new-banner-section h2, .static-slide .new-banner-section h4 {
		display:none;
	}
	.location_wellness_service_sec .location_wellness_service_wrap:hover .location_wellness_service_title {
		top: 13%;
	}
	.static-slide-extra-img {
		right: 50%;
		width: 85%;
		transform: translateX(50%);
		justify-content: center;
	}
	.static-slide .new-banner-section h4 {
		color: #000;
		text-align: center;
		font-size: 18px;
	}
	.static-slide .new-banner-section h2 {
		color: #000;
		text-align: center;
		line-height: 1.6;
		font-size: 23px !important;
	}
	.static-slide .new-banner-section h2 b {
		color: rgba(245, 132, 31, 1);
	}
	div.static-slide .new-banner-section p {
		color: #000;
		text-align: center;
		line-height: 1.4;
		font-size: 14px;
	}
	.static-slide.carousel-item.banner-content-right .carousel-caption a {
        padding: 3px 13px;
        font-weight: 600;
        margin-top: 12px !important;
    }
	.static-slide-extra-img-text {
		margin-bottom: 10%;
	}
	.static-slide.carousel-item.banner-content-right .carousel-caption {
		padding: 0 10px;
	}
	.sagar-verma-slide .static-slide-extra-img {
		right: 50%;
	}
	.slider_area .sagar-verma-slide.carousel-item div.static-slide-extra-img img {
		width: 45%;
	}
}



@media screen and (max-width: 576px) {
	section.located_near_sec {
		padding:15px;
	}
	section.location_hero_sec::after {
		background: rgba(255, 255, 255, 0.4);
	}
	.location_hero_content {
		transform: translate(50%, -50%);
   	    right: 50%;
		text-align: center;
		width: 90%;
	}
	.location_hero_content .location_hero_buttons {
		text-align: center;
	}
	.location_hero_sec .location_title {
		text-align: center;
	}
		.location_faq_title_wrap .location_title {
		text-align:center;
	}
	.location_hero_sec img {
		height: 280px;
		object-fit: cover;
		object-position: left;
	}
	.accordian_wrp .accordion>.card>.card-header button {
		padding-right: 25px;
	}
	.location_faq_title_wrap p {
        margin-bottom: 10px;
    }
	.location_title {
		text-align:left;
	}
	.location_about_sec p {
		text-align: justify;
	}
	.location_common_width {
		max-width: 100%;
	}
	.location_faq_title_wrap .location_title {
        font-size: 26px;
    }
	:root {
		--first-letter-font-100:46px;
	}
	.location_wellness_service_title_wrap p br {
		display: none;
	}
	.page-id-314 .our_program {
		padding: 0 10px;
	}

	.jumbotron {
		padding-left: 0;
		padding-right: 0;
	}

	.performed {
		padding: 25px 15px;
	}

	.aesthetic-strip h4 {
		font-size: 18px;
		margin-right: 8px;
	}

	.aesthetic-strip .aesthetic_btn {
		padding: 7px 12px;
	}

	.price {
		font-size: 18px;
	}

	.accepting_insurance_area .inner_accepting {
		margin-top: 20px;
	}

	footer .bottom-footer {
		padding: 0 60px;
	}

	.page-id-40 .slider_area .carousel-item img {
		height: 280px !important;
	}

	.contact_page .contact_form_row {
		margin: 0 -15px;
	}
	.sagar-verma-slide .static-slide-extra-img-text p {
		font-size: 13px;
		line-height: 1.6;
	}
	.sagar-verma-slide.static-slide .new-banner-section h2 {
		font-size: 17px !important;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	.sagar-verma-slide.static-slide .new-banner-section h4 {
		font-size: 15px;
	}
	.sagar-verma-slide.static-slide .new-banner-section h6 {
		color: #000;
		text-align: center;
		margin-top: 5px;
		margin-bottom: 0px;
		font-size: 13px;
	}

}
@media screen and (max-width: 575.5px) {
	.location_wellness_service_sec .location_wellness_service_wrap:hover .location_wellness_service_title {
		top: 20%;
	}
}
@media screen and (max-width: 450px) {
	.fixed_cta a:first-child img {
		display: none;
	}

	#new-cta-primary a {
		line-height: 35px;
		padding: 6px 10px !important;
	}

	div#new-cta-primary {
		gap: 10px;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		width: 35px !important;
	}

	#mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
		width: 35px !important;
	}

	.banner_area {
		background-position-x: 52% !important;
	}

	.peel-banner .banner-heading h1 {
        font-size: 16px;
    }
	    .peel-banner h1::first-letter {
        font-size: 28px;
    }
	    .peel-banner .banner_unique_content p {
        font-size: 13px;
        line-height: 20px;
    }
	.peel-banner .schedule_content h2 {
        font-size: 20px !important;
	}
	.carousel-item.banner-content-right .carousel-caption h3 {
		font-size: 15px !important;
		line-height: 20px;
	}
	.carousel-item.peel-banner .new-banner-section {
    	padding: 0 10px;
	}
}

@media screen and (max-width: 420px) {
	.main-header .logo {
		text-align: unset;
		padding: 0;
		width: unset;
	}
}

@media screen and (max-width: 390px) {
	footer .bottom-footer {
		padding: 0px 50px;
	}
}
@media screen and (max-width:370px) {
	.sagar-verma-slide.static-slide .new-banner-section h2 {
		font-size: 16px !important;align-content
	}
	.sagar-verma-slide .static-slide-extra-img-text p {
		font-size: 12px;align-content
	}
	div.static-slide .new-banner-section p {
		font-size: 13px;
	}
}
@media screen and (max-width: 360px) {
	.mega-menu-wrap ul#mega-menu-main-menu {
		left: -255px !important;
	}
	

}

