@import url('https://fonts.googleapis.com/css2?family=Petit+Formal+Script&family=Playfair+Display:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @font-face {
  font-family: cream-cake;
  src: url(https://3d-development.com/lifestyle/fonts/cream-cake.ttf);
} */
@font-face {
  font-family: Cream-Cake;
  src: url(https://lifestylephysicians.com/wp-content/themes/lifestyle/assets/fonts/cream-cake.otf);
}
@font-face {
  font-family:TT-Regular;
  src: url(https://lifestylephysicians.com/wp-content/themes/lifestyle/assets/fonts/TT-Regular.ttf);
}
@font-face {
  font-family:TT-Bold;
  src: url(https://lifestylephysicians.com/wp-content/themes/lifestyle/assets/fonts/TT-Bold.ttf);
}
@font-face {
  font-family:TT-Light;
  src: url(https://lifestylephysicians.com/wp-content/themes/lifestyle/assets/fonts/TT-Light.ttf);
}

:root {

		/* colors */
	--n-theme-color:rgba(245, 132, 31, 1);
	--n-black-color:rgba(14, 14, 14, 1);
	--n-bg-color:rgba(255, 248, 242, 1);
	
	/* font-sizes */
	--n-font-18px:clamp(14px, 1.1vw, 18px);
	--n-font-20px:clamp(14px, 1.1vw, 20px);
	--n-font-22px:clamp(15px, 1.25vw, 22px);
	--n-font-24px:clamp(15px, 1.3vw, 24px);
	--n-font-26px:clamp(16px, 1.4vw, 26px);
    --n-font-30px:clamp(16px, 1.56vw, 30px);
	--n-font-40px:clamp(21px, 2.1vw, 40px);
	--n-font-48px:clamp(21px, 2.5vw, 48px);
	--n-font-60px:clamp(21px, 3.125vw, 60px);

    /* font-families */
    --n-heading-font:"Merriweather", serif;
    --n-poppins:"Poppins", sans-serif;
}

/* reusable code */
.n_common_sec_width {
    max-width: 91%;
    margin: 0 auto;
}

body {
    overflow-x: hidden!important;
    font-family: 'Roboto', sans-serif;
    overflow-y: visible!important;
}
*{
    margin: 0;
    padding: 0;
}
a:hover{
  text-decoration: none;
}

/* new event page css on 04-12-2025 */
.event_page_hero_sec {
    position: relative;
}
.event_page_bg {
    position: absolute;
    inset: 0;
}
.event_page_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.certificate_box {
    background-color: rgba(255, 255, 255, 0.87);
    padding: 22px;
    max-width: 586px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.certificat_inner_box {
    border: 3px solid rgba(61, 1, 0, 1);
    padding: 5.5% 8%;
    text-align: center;
}
.certificat_logo img {
    width: 68%;
    max-width: 294px;
}
.coffee_with_doc_img img {
    max-width: 405px;
    width: 90%;
}
.certificat_logo, .coffee_with_doc_img {
    margin-bottom: 30px;
}
.session_timming_box {
    border-top: 1px solid rgba(61, 1, 0, 1);
    border-bottom: 1px solid rgba(61, 1, 0, 1);
    padding: 20px 0;
}
.session_timming_box p {
    font-size: var(--n-font-18px);
    font-family: var(--n-poppins);
    margin-bottom: 0;
    color: rgba(61, 1, 0, 1);
    font-weight: 500;
}
.session_timming_box h4 {
    font-size: var(--n-font-30px);
    font-family: var(--n-poppins);
    margin-bottom: 0;
    color: rgba(61, 1, 0, 1);
    font-weight: 400;
}
.session_timming_box h4 b {
    font-weight: 600;
}
.coffee_with_doc_img p {
   font-size: var(--n-font-18px);
    font-family: var(--n-poppins);
    margin-top: 20px;
    color: rgba(61, 1, 0, 1);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.event_session_date {
    padding-top: 30px;
}
.event_session_date h5 {
    font-size: var(--n-font-30px);
    font-family: var(--n-poppins);
    color: rgba(61, 1, 0, 1);
    font-weight: 700;
}
.event_session_date p {
    font-size: var(--n-font-18px);
    font-weight: 700;
    font-family: var(--n-poppins);
    color: rgba(61, 1, 0, 1);
    margin-bottom: 0;
}
.limited_seats_circle {
    width: 150px;
    height: 150px;
    position: absolute;
    background: linear-gradient(180deg, #BD0503 0%, #FE3102 100%);
    border-radius: 50%;
    top: 30%;
    right: 10%;
    padding: 10px;
}
.limited_seats_inner_circle {
    border: 2px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.limited_seats_inner_circle p {
    color: #fff;
    font-size: var(--n-font-24px);
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: var(--n-poppins);
}
.event_page_right_content {
    padding: 30px 0;
    padding-left: 10%;
}
.event_page_right_content .event_page_form {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    padding: 6% 5%;
    border-radius: 40px;
}
.event_page_form p {
    font-size: var(--n-font-20px);
    font-family: var(--n-poppins);
    text-align: center;
    color: rgba(61, 1, 0, 1);
    margin-bottom: 35px;
}
.event_page_form p b {
    font-weight: 600;
}
.event_page_form input, .event_page_form textarea {
    background: rgba(255, 255, 255, 1);
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 10px;
    padding: 16px 22px;
    height: auto;
    width: 100%;
    font-size: var(--n-font-18px);
    font-family: var(--n-poppins);
    color:#000;
}
.event_page_form input::placeholder, .event_page_form textarea::placeholder {
    color: #000;
}
.event_page_form input:focus, .event_page_form textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.event_page_form textarea {
    height: 130px;
    resize: none;
}
.event_btn {
    border: 3px solid rgba(61, 1, 0, 1);
    border-radius: 50px;
    background-color: rgba(255, 241, 229, 1);
    color: rgba(61, 1, 0, 1);
    font-size: var(--n-font-20px);
    font-weight: 500;
    font-family: var(--n-poppins);
    padding: 12px 30px;
    width: fit-content;
    display: inline-block;
}
.event_btn:hover {
    color: rgba(61, 1, 0, 1);
}
.event_page_form .wpcf7-form-control.event_btn {
    border: 3px solid rgba(61, 1, 0, 1) !important;
    border-radius: 50px;
    background-color: rgba(255, 241, 229, 1);
    color: rgba(61, 1, 0, 1);
    font-size: var(--n-font-20px);
    font-weight: 500;
    font-family: var(--n-poppins);
    padding: 12px 30px;
    width: fit-content;
    display: inline-block;
    margin-top: 30px;
}
.event_page_left_content {
    height: 100%;
}
.schedule_btn {
    border-color: rgba(251, 142, 40, 1);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: rgba(61, 1, 0, 1);
    background-color: #fff;
}
.rundown-card .button_box {
    margin-left: auto;
}

#coffeeWithDoctorModal .modal-dialog {
    max-width: 1200px;
    width: 65%;
}
#coffeeWithDoctorModal .modal-content{
    background: url("https://lifestylephysicians.com/wp-content/uploads/2025/12/coffee_popup_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
    border: none;
    padding: 3%;
}
#coffeeWithDoctorModal .modal-header {
    border: none;
}
#coffeeWithDoctorModal .modal-header .close {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
#coffeeWithDoctorModal .modal_header_img img {
    width: 50%;
}
#coffeeWithDoctorModal .modal_body_content {
    color: #fff;
    font-size: var(--n-font-18px);
}
#coffeeWithDoctorModal .modal_body_content h2 {
    font-size: var(--n-font-18px);
    font-weight: 600;
    font-family: var(--n-poppins);
    text-transform: capitalize;
    text-align: left;
}
#coffeeWithDoctorModal .modal_body_content p {
    font-size: var(--n-font-18px);
    color: #fff;
    line-height: 1.5;
}
#coffeeWithDoctorModal .modal_body_list h3 {
    font-size: var(--n-font-18px);
    font-weight: 600;
    margin-bottom: 5px;
    font-family: var(--n-poppins);
}
#coffeeWithDoctorModal .modal_body_list ul {
    padding-left: 30px;
}
#coffeeWithDoctorModal .modal-footer {
    border: none;
    justify-content: start;
    padding-top: 0;
    padding-bottom: 0;
}
#coffeeWithDocScheduleModal .modal-dialog {
    max-width: 850px;
    width: 45%;
}
#coffeeWithDocScheduleModal .modal-content{
    background: url("https://lifestylephysicians.com/wp-content/uploads/2025/12/cwd_shcedule_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
}
#coffeeWithDocScheduleModal .close {
    top: 20px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    backdrop-filter: blur(50px);
    color: rgba(61, 1, 0, 1);
}


/* Footer Warrenton New CSS 13-01-2026 */
span.appiont_ment {
    font-size: 13px;
	color:#f5841f;
	font-weight: bold;
}
span.no-walkin {
    color: #fff;
    font-size: 16px;
	font-weight: bold;
}

@media (min-width: 1366px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}


.scroll_sticky_area{
    margin-top: 0px;
    position: sticky;
    top: 15%;
    transition: .7s all ease-in-out;
}


.all_btns a {
    min-height: 41px;
    line-height: 37px;
    padding: 0px 25px;
    border-radius: 50px;
    color: #fff;
    background: #40b539;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    transition: .7s all ease-in-out;
    left: calc(50% - 137px / 2);
    top: 100%;
}
/* .all_btns a:before{
    position: absolute;
    content: '';
    background: #f5841f;
    height: 100%;
    width: 0;
    left: 15px;
    top: 0;
    border-radius: 40px;
    transition: .7s all ease-in-out;
    z-index: -1;
} */
/* .all_btns a:hover:before{
    width: calc(100% - 14px);
    transition: .7s all ease-in-out;
}
.all_btns a:hover{
    background: transparent;
    transition: .7s all ease-in-out;
    transition-delay: .1s;
}


.all_btns a:hover{
    color: #fff;
} */
.all_btns a span{
    border-radius: 40px;
    font-size: 27px;
    font-weight: bold;
    background: black;
    padding: 5px 17px;
    position: relative;
    top: 3px;
    left: -20px;
}

.heading-1{
    font-size: 26px;
    font-weight: bold;
}
.heading{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
h2{
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.heading::first-letter{
    font-size: 70px;
    font-family: cream-cake;
}

footer .heading::first-letter{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
} 

/*h2::first-letter{
    font-size: 70px;
    font-family: cream-cake;
}*/
/* h1::first-letter{
    font-size: 70px;
    font-family: cream-cake;
} */
h3 {
    font-weight: 700;
}
p {
    font-size: 1rem;
    line-height: 30px;
    color: #2d2e42;
    margin-bottom: 1.255rem;
}
.heading_pera{
    font-size: 18px;
}
.mgt100{
    margin-top: 100px;
}

.common_faq__section .cp_faq_head_wrap .n_section_title {
    font-family: var(--n-heading-font);
    font-size: var(--n-font-60px);
    font-weight: 500;
    text-transform: capitalize;
}




/*header*/
header {
    width: 100%;
	position: sticky;
	top: 0;
    left: 0;
    display: block;
    z-index: 9999;
    background-color: #ffff;
	box-shadow: 0 0 10px -5px #000000ba;
}
/*top_header*/
.top_header {
    height: 30px;
    padding: 1rem;
    background-color: rgb(237, 238, 239);
    border-bottom: 2px solid #000;
    position: relative;
}
.top_header .row{
	margin:0;
}
.top_call_calander {
    position: relative;
    top: -50%;
}
.top_call {
    background: #0146a8;
    min-height: 62px;
    line-height: 38px;
    padding: 3px 10px;
    border-radius: 8px;
    width: fit-content;
    box-shadow: 1px 1px 6px #0000007a;
    display: inline-flex;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
}
.top_calander{
    background: #ff8a00;
}
.top_call a{
    font-size: 14px;
    color: #fff;
    display: block;
}
.top_call a span{
    padding-left: 10px;
}



/*navbar*/
.navbar{
    padding: 0;
    padding-right: 0px;
    padding-bottom: 15px;
}
.navbar button:focus{
    outline: none;
}
.navbar-brand{
    padding: 0;
}
.nav-item{
    padding-left: 20px;
    padding-right: 15px;
	margin-right: 5px!important;
}
.navbar-dark .navbar-nav .nav-link{
    text-transform: uppercase;
    color: #000 !important;
    font-size: 17px;
}
.navbar-dark .navbar-nav .nav-link:hover{
    color: #767676;
}
.navbar-dark .navbar-nav .active{
    color: #f5841f!important;
    font-weight: 600;
}
.navbar-dark .navbar-toggler {
        border-color: rgb(245 132 31);
    background: #f5841f;
    opacity: 1 !important;
    border-radius: 0;
}
.navbar-nav span{
    padding-top: 15px;
}

/*mega menu*/
.navbar .megamenu{
    left: 0;
    right: 0;
    width: 100%;
    padding: 40px 20px !important;
    border-radius: 0;
    margin-top: -1px;
    padding-bottom: 0 !important
}
.dropdown:hover .dropdown-menu{
    transition: all 0.35s ease;
    transform: perspective(600px) scale(1);
}
.navbar-nav .dropdown-menu{
    display: inherit;
    transition: all 0.35s ease;
    transform: perspective(600px) scaleY(0);
}
.col-megamenu h6{
    margin-bottom: 10px;
}
.col-megamenu h6 a{
    color: #f5841f;
    /*color: #000;*/
    font-size: 17px;
    font-weight: bold;
}
.col-megamenu h6 a:hover{
    padding-left: 0;
}
.megamenu ul li{
    line-height: 33px;
}
.megamenu ul li a i{
    padding-right: 2px;
}
.megamenu ul a{
    font-size: 17px;
    color: #000;
    transition: .6s all ease-in-out;
}
.megamenu a:hover {
    color: #f5841f;
    transition: .6s all ease-in-out;
    padding-left: 10px;
}
.col-megamenu {
    margin-bottom: 40px;
}


/*slider_area*/
/*.slider_area img {
    width: 100%;
}*/

.page-id-40 .slider_area img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    margin: 0;
    left: auto;
    right: 75px;
    height: 30px;
}
.carousel-indicators li{
    background: #000!important;
    border: none;
    width: 13px;
    height: 13px;
    opacity: 1;
    margin-left: 15px;
}
.carousel-indicators li.active {
    background: #dad1b4!important;
    opacity: 1;
}
.slider_area .carousel-caption{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    height: 100%;
    color: #000;
    left: auto;
    top: -5%;
    right: 80px;
    text-align: right;
}
.slider_area .carousel-caption h3{
    font-size: 33px;
    font-weight: bold;
    text-align: center;
	line-height:42px;
}
.slider_area .carousel-caption p{
    font-size: 22px;
    text-align: initial;
    margin-bottom: 40px;
	width:100%;
}
.slider_area .carousel-caption a {
    min-height: 41px;
    line-height: 37px;
    padding: 3px 20px;
    border-radius: 40px;
    color: #fff;
    background: #000;
    font-size: 16px;
    margin: 12px auto;
    display: block;
    width: fit-content;
}

.slider_area .carousel-caption .bounce a
{
    font-size: 30px !important;
    padding: 15px 48px !important;
	font-weight: 900;
	top: 30px;
}

.slider_area .carousel-caption a span{
    border-radius: 40px;
    font-size: 27px;
    font-weight: bold;
    background: black;
    padding: 4px 15px;
    position: relative;
    top: 2px;
	display:none;
}
.slider_area a{
    min-height: 41px;
    line-height: 37px;
    padding: 13px 40px 11px 20px;
    border-radius: 40px;
    color: #fff;
    background: #40b539;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    transition: .7s all ease-in-out;
}


/*who_we_are*/
.who_we_are {
    padding-top: 40px;
}
.who_we_are_img{
    padding-left: 30px;
}
.who_we_are_img img{

}

.provider_content a p {
    color: #f5841f!important;
    font-weight: bold;
    font-style: italic;
}
/*providers_area*/
.providers_area{
    background: #ebe6d6;
    padding: 100px 0 100px;
}
.inner_providers_area .providertitle{
    font-size: 22px;
    color: #252525;
    font-weight: bold;
}
.inner_providers_area p{
    font-size: 18px;
	min-height:77px;
}


/*recent_video*/
.recent_video {
    padding: 50px 0 120px;
    background-color: #ebe6d6;
}
.inner_recent_video{
    margin-bottom: 60px;
}
.inner_recent_video .video_box iframe{
    width: 100%;
    border-radius:30px 30px  0 0 ;
}
.video_content{
    background: #ebe6d6;
    padding: 20px 0;
    border-radius: 0 0 30px 30px;
    margin-top: -7px;
}
.video_content h3{
    font-size: 22px;
    font-weight: bold;
}
.video_content p{
    font-size: 18px;
    margin-bottom: 0;
}


/* accepting_insurance_area*/
.accepting_insurance_area {
    padding-bottom: 80px;
    padding-top: 60px;
    position: relative;
    background-color: #ebe6d6;
}
.inner_accepting{
    margin-bottom: 30px;
}
.we_are_area{
    background: #ebe6d6;    
    margin: 0px;
    padding: 80px 0;
}



/* blog_area */
.blog_area{
    padding: 70px 0 100px;
}
.blog_area .inner_blog h3{
    color: #2d2e42;
    font-size: 22px;
    font-weight: bold;
}
.inner_blog {
    height: 100%;
    margin-bottom: 40px;
    position: relative;
}
.inner_blog img{
    width: 100%;
}
.blog_content{
    padding: 0 40px;
}
.blog_content p{
    font-size: 16px;
    line-height: 25px;
}

/*our_testimonial*/
.our_testimonial{
    background: #fff;
    padding: 50px 0 100px;
}
.inner_our_testimonial {
    padding: 30px 20px 25px;
    border-radius: 30px;
}
.inner_our_testimonial h3{
    font-size: 22px;
    color: #252525;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
/*slick slider*/
.slick_slider{
  width:100%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
}
.slick-slide:focus{
    outline: none!important;
}
.slick-prev{
    display: none!important;
}
.slick-next {
    display: none!important;
}
.slick-dots li button:before{
    background: black;
    width: 13px!important;
    opacity: 1!important;
    height: 13px!important;
    margin-top: 30px;
}
.slick-dots li.slick-active button:before {
    opacity: 1!important;
    color: transparent!important;
    background: #dad1b4!important;
}




/* footer */
.footer-head h3 i {
    padding-right: 15px;
}

.footer_links{
    margin-top: 20px;
}
.footer_links ul li{
    line-height: 27px;
}
.footer_links ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.footer_call{
    margin-top: 20px;
}
.footer_call li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 0px;
}
.footer_call .icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    color: #fff;
}
.footer_call .text-holder {
    color: #fff;
    margin-left: 0px;
    font-size: 16px;
    margin-top: -20px;
    line-height: 27px;
}

.bottom-footer p a {
    color: #fff;
}

element.style {
}
.bottom-footer p {
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    color: #fff;
    font-style: italic;
    font-size: 12px;
}
.footer_social ul li{
    display: inline-block;
    margin-left: 6px;
}
.footer_social ul li a{
    width: 30px;
    height: 30px;
    line-height: 33px;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    font-size: 17px;
    color: #000;
}
.disclaimer{
    display: block;
    margin-top: -90px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 8px;
}
.disclaimer 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 0px rgba(0,0,0,0.75);
}

.footer_logo_area {
    width: 100%;
    height: 100%;
    padding: 1rem;
	margin: 0 auto;
    background-color: #ffffff0f;
    border-radius: .5rem;
    box-shadow: 5px 5px 5px 5px #000;
}


.faq__section {
    background: #fff;
}

@media (max-width: 767px) {
	.footer_logo_area {
		width: 90%;
	}
}
/*accessories_area*/
.accessories_area{
    border-top: 2px solid #fff;
}
.accessories_main_box{
    width: 20%;
    border-right: 1px solid #fff;
    text-align: center;
}
.accessories_main_box:last-child{
    margin-right: 0;
}
.accessories_box{
    position: relative;
    overflow: hidden;
}
.accessories_box .strip_img{
    width: 100%;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.overlay p{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px  
}
.overlay ul{
    text-align: justify;
    display: none;
    margin-bottom: 0;
}
.overlay ul li{
    color: #fff;
    font-size: 18px;
}
.overlay ul li a{
    color: #fff;
}
.accessories_box:hover .strip-icon, .accessories_box:hover p{
    display: none;
}
.accessories_box:hover ul{
    display: block;
}




/*banner_area*/
.banner_area img{
    width: 100%;
}

.banner_area {
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to left, #ffb257, #ff9e2b);
    color: #fff;
}

h3.page_title {
    font-size: 2.555rem;
    letter-spacing: .255rem;
}

h3.page_title:first-letter {
    font-family: 'cream-cake';
    font-size: 5rem;
}

.blog_banner{
    background-image: url(../images/blog-bg.jpg);
}
.service_banner{
    background-image: url(../images/service-bg.jpg);
}
.testimonial_banner{
    background-image: url(../images/testimonial-bg.jpg);
}
.contact_banner{
    background-image: url(../images/contact-bg.jpg);
}


/*provider page*/
.provider_page{
    padding: 80px 0 50px;
}
.provider_img img {
    max-width: 396px;
    margin: 0 auto;
    display: block;
}
.provider_content{
    padding-left: 40px;
}
.provider_img{
    margin-top: 0px;
    position: sticky;
    top: 10%;
    transition: .7s all ease-in-out;
}


/*blog_page*/
.blog_page{
    padding: 80px 0 80px;
}
.blog_left{
    margin-bottom: 100px;
}
.blog_left_img{
    padding: 0 35px;
}
.blog_left_img img{
    width: 100%;
}
.blog_left_content{
    background: #ebe6d6;
    padding: 100px 40px 60px;
    margin-top: -90px;
    border-radius: 20px;
}
.blog_left_content h3{
    font-size: 22px;
    color: #2d2e42;
    font-weight: bold;
}
.blog_right{
    padding-left: 50px;
}
.blog_heading{
    font-size: 22px;
    color: #2d2e42;
    font-weight: bold;
}
.recent_post_right{
    padding-left: 35px;
    position: relative;
    margin-bottom: 50px;
}
.recent_post_right img{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 21px;
    color: #fff;
}
.recent_post_right p{
    font-size: 18px;
    color: #2d2e42;
    margin-left: 70px;
    padding-top: 13px;
}
.pagination{
    display: inline-flex;
}
.pagination-lg .page-item .page-link{
    border-radius: 0!important;
    border: 2px solid #ebe6d6;
    font-size: 22px;
    color: #000;
    margin-right: 10px;
}
.pagination-lg .page-item .page-link:hover{
    background: #ebe6d6;
}
.pagination-lg .page-item .page-link:focus{
    outline: none;
    box-shadow: none;
}
.pagination-lg .page-item .page-link i{
    font-size: 25px;
}
.blog_left_img h4{
    font-size: 17px;
    font-weight: bold;
    color: #2d2e42;
}


/*service_page*/
.service_page{
    padding: 32px 0;   
}
.service_page h4{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #2d2e42;
	margin-bottom:25px;
}

.service_details_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
	padding: .555rem 0;
}

.first_visit_clinic{
    background: #ebebeb;
    padding: 20px 0 120px;
    margin-top: 60px;
}
.first_visit_clinic_box {
margin-bottom:35px;
}
.first_clinic_right{
    margin-right: 0px;
    margin-left: 0px;
}
.maintenance_area{
    padding: 80px 0;
}

.maintenance_area_box_1{
    overflow-y: scroll;
}





/*shop_page*/
.shop_page{

}
.inner_shop_box{
    transition: .3s all ease;
    margin-bottom: 40px;
}
.inner_shop_box:hover{
    transition: .3s all ease;
    box-shadow: 2px 3px 4px 0px rgb(0 0 0 / 35%);

}
.inner_shop_box img{
    width: 100%;
}
.shop_content{
    background: #ebe6d6;
    padding: 30px 0 40px;
}
.shop_content h3{
    font-size: 18px;
    color: #2d2e42;
    font-weight: bold;
}
.shop_content p{
    font-size: 16px;
    color: #2d2e42;
    font-weight: bold;
}
.add_to_cart_btn{
    margin-top: 30px;
}
.add_to_cart_btn a{
    height: 45px;
    line-height: 42px;
    border-radius: 30px;
    width: 150px;
    border: 3px solid #fff;
    display: inline-block;
    font-size: 16px;
    color: #2d2e42;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.add_to_cart_btn a i{
    padding-right: 10px;
}
.shop_page_details_img img{
    width: 100%;
}
.shop_page_details_content h3{
    font-size: 22px;
    color: #2d2e42;
    font-weight: bold;
}
.add_to_cart a{
        background: #ebe6d6;
}
.shop_description h4{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}
.recent_products{
    padding-bottom: 80px;
}


/*testimonial_page*/
.testimonial_page{
    padding: 80px 0 100px;  
}
.testimonial_page .review_area{
    margin-bottom: 1rem;
    background: #ebe6d6;
    border-radius: 0;
    padding: 25px 20px;
    line-height: 4px;
    border: none;
    font-size: 18px;
	display:none;
}
.testimonial_page select {
    border: none;
    cursor: pointer;
    margin-top: -10px;
    background: transparent;
}
.testimonial_page select:focus{
    outline: none;
}
.testimonial_page select option{
    background: #ebe6d6;
    cursor: pointer;
	text-align:center !important;
}
.reviews_img img{
    width: 100%;
}
.reviews_content h3{
    font-size: 18px;
    font-weight: bold;
}
.rating_star i{
    color: #f5841f;
    font-size: 18px;
}
.request_consultation{
    background: #ebe6d6;
    padding: 30px 40px 40px;
    border-radius: 30px;
}
.request_consultation .form-control{
    background-color: transparent;
    border: 2px solid #ffffff;
    height: 50px;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 0 30px;
}
.request_consultation .form-control:focus{
    box-shadow: none;
}
.request_consultation ::placeholder{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #424242;
}
.request_consultation textarea{
    height: 120px!important;
    padding-top: 15px!important;
    resize: none;
}
.all_btns button{
    outline: none;
    border: none;
    background: transparent;
}
.testimonial_page .tab-content{
    margin-top: 60px;
}
.testimonial_page .nav-tabs{
    border-bottom: none;
}
.testimonial_page .nav-tabs li a.active {
    background: #f5841f;
    color: #fff;
}
.testimonial_page .nav-tabs li a{
    font-size: 21px;
    background: #ebebeb;
    padding: 17px 80px;
    border-radius: 30px;
    width: fit-content;
    margin-left: 10px;
    color: #000;
    text-transform: uppercase;
}
.testimonial_page .nav-tabs li a:hover{
    background: #f5841f;
    color: #fff;
}






/*contact_page*/
.contact_page{
    padding: 80px 0 80px;
}
.contact_page .form-control{
    height: 50px;
    border-radius: 30px;
    border: 2px solid #ebe6d6;
    padding-left: 25px;
    margin-bottom: 25px;
}
.contact_page .form-control:focus{
    box-shadow: none;
}
.contact_page select{
    text-transform: uppercase; 
    background: url("../images/select-arrow-down.png") right center no-repeat; 
    background-color: #fff; 
    line-height: 16px !important; 
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    font-size: 16px;
    color: #424242;
    cursor: pointer;
}
.contact_page .form-control::placeholder{
    font-size: 16px;
    color: #424242;
    text-transform: uppercase;
}
.contact_address{
    border: 2px solid #ebe6d6;
    padding: 30px 40px 10px;
    border-radius: 30px;
    margin-bottom: 40px;
}
.contact_address:hover{
    background: #f0ece1;
}
.contact_address h3{
    font-size: 22px;
    font-weight: bold;
}
.contact_address h3 img{
    padding-right: 10px;
}
.contact_address p span{
    font-weight: bold;
}
.mgt55{
    margin-top: 100px;
}
.main_location{
    position: relative;
}
.contact_map {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    border: 2px solid #ebe6d6;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.contact_map iframe{    
    border-radius: 30px;
    border: 2px solid #ebe6d6;
    margin-bottom: -7px;
}
.main_location:hover .contact_map{
    display: block;
}
.main-header ul.mega-menu-main-menu li a{
	font-size:14px!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu{
	padding:0!important;
}
.social-mega ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}
.social-mega ul li a i {
    font-size: 20px;
}
.megamenu-contact {
    text-align: center;
    background: #edeeef;
    padding: 10px 0px;
}
.megamenu-contact a img {
    padding: 0px 20px;
}
.social-mega ul li a i.fa-facebook{
	color:#3b5999;
}
.social-mega ul li a i.fa-twitter{
	color:#00b4ff;
}
.social-mega ul li a i.fa-linkedin{
	color:#0077b5;
}
.mega-box{
	padding-right:35px;
}
.mega-book{
	padding-right:60px;
}
.mega-box {
    padding-right: 35px;
    border-right: 1px solid #80808085;
}
.social-mega {
    border-right: 1px solid #80808085;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: -1!important;
    top: 56px!important;
    box-shadow: 0px 1px 6px 0px rgb(0 0 0 / 52%)!important;
    border-top: 1px solid #eee!important;
}

.logo{
	    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.top_call img {
    padding-right: 8px;
}
.mega-menu-item-284 i{
	  font-family: 'FontAwesome';
    font-style: normal;
    color: #ff8a00;
    position: relative;
    top: -2px;
}
.mega-menu-item-284{
	margin-left:30px!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item-type-custom:last-of-type{
	margin-right:0px!important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    content: "\f107"!important;
    font-family: 'FontAwesome'!important;
    padding-left: 6px;
    font-weight: bold;
    top: 1px;
}
/* 09/03/2021 css
 */
.accessories_area{
	display:none;
}
.ourservices figure figcaption, figure figcaption:hover{
    top: -30px;
}
.ourservices figure {
    position: relative;
    float: left;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.ourservices figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.ourservices figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ourservices figure figcaption::before,
 figure figcaption::after {
    pointer-events: none;
}

.ourservices figure figcaption,
 figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ourservices figure figcaption > a {
    opacity: 0;
}



.ourservices label {
    display: block;
    width: 350px;
    height: 350px;
    cursor: pointer;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

a.btn-more {
    color: #40b539!important;
}
.ourservices .row {
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
}
.ourservices .card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 20;
    border: 10px solid #dbdad899;
    border-radius: 50%;
    margin: 0 auto;
}
.ourservices .front img {
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 50%;
}
.ourservices .card div{
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
/*  line-height: 200px;
*/  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;  
}
.ourservices .front{
    position: relative;
    -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.ourservices .front h3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    line-height: 30px;
}
.srv-list li {
    list-style: none;
    text-align: center;
    padding-left: 0;
    font-size: 15px;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.srv-list li a{
    color: #fff;
} 
.srv-list li a:hover{
    color: #40b539!important;
}
.back h3 {
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.ourservices .card .back{
  background: #000;
  color: #fff;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.ourservices label:hover .card{
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
/*   box-shadow: 0 0 10px 10px rgba(255,255,255,0.6); */
}
.card:hover .front h3{
	display:none;
}
.ourservices input {
    display: none;
}
.are-none{
    display: none;
}
.ourservices {
    padding: 100px 0 100px;
}
.ourservices h2{
    padding-bottom: 20px;
}
.ourservices .container{
    text-align: center;
}
.ourservices h3.heading{
    text-align: center;
    padding-bottom: 25px;
    font-weight: 700;
    color: #2c2825;
    font-size: 40px;
}
.srv-list{
	padding-left:0px;
}
ul.srv-list li a {
    font-size: 13px;
}
.bio-none {
    display: none;
}
.more-bio2 {
    display: block!important;
}
.rd-hide {
    display: none;
}
.rd-show {
    display: block;
}
.more-bio3 {
    display: none;
}
.more-bio2 {
    display: block!important;
}
.more-bioalex {
    display: none;
}
.seebio-alex {
    display: block;
}
section.provider_page .row:nth-child(2) {
    margin-bottom: 100px;
}
.page-template-weight-loss ul{
	margin-bottom:50px;
}

.page-template-weight-loss .face_contt ul{
		padding-left: 15px !important;
	}



.maintenance_area .col-md-6{
	margin:0 auto;
}
.nature-list ul{
	 margin: 0 auto;
    padding: 25px 0px 25px 65px;
}
.nature-list ul li {
    display: inline-block;
    width: 33%;
}
.mediac-cont {
    background: #ebebeb;
    padding: 50px;
}
.oshot-vdo p{
	margin-bottom:0px;
}
.oshot-vdo{text-align:center;}
.li-icn {
    width: 20px;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: -5px;
}
.li-icn img{height:100%;
object-fit:cover;}
.bnftss-listt li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
}
.face_contt{    display: inline-flex;
    width:100%;
}
.face_contt .row{
	width:100%;
}
.facecontt-img{width:47%;}
.facecontt-dscp{width:52%;}
.performed{background:#e9ecef;padding:50px;
margin:50px 0px;}
.performed .card{min-height:360px;}
.performed .card1 .card-header {
    background: #f2bf5e;
}
.performed .card2 .card-header {
    background: #536eb7;
}
.performed .card3 .card-header{
    background: #75cba8;
}
.performed .card4 .card-header{
    background: #ff6161;
}
.performed .card h5 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.facedscp {
    width: 100%;
}
.page-id-411 .first_visit_clinic.service_page{
	display:none;
}
.page-id-411 .maintenance_area.service_page{
	display:none;
}
.page-id-411 .jumbotron{
	display:none;
}
.page-id-411 .facial {
	text-align:center;
}
span.hd-dtll {
    display: block;
    font-size: 15px;
    margin: 10px 0px 45px 0px;
    font-weight: 400;
}
span.seen-by {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}
.all_btns a span{
	display:none;
}
.all_btns a:hover {
    background: transparent;
    color: #40b539;
    border: 1px solid #40b539;
}
/* 09/04/2021 css */
.aesthetic-cont .row {
    margin: 0;
}
.aesthetic-cont .col-md-12 {
    padding: 0;
    margin: 35px 0px;
}
.aesthetic-box {
    margin: 20px 0px;
}
.aesthetic-strip {
    width: 100%;
    display: inline-flex;
    background: #ebebeb;
    align-items: center;
    padding: 20px 35px;
}
.aest-img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    text-align: right;
    float: right;
    margin-top: -126px;
    right: -8px;
    border: 3px solid #ebebeb;
}
.aest-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.aest-txt {
    width: 100%;
    display: inline-block;
}
.price {
    font-weight: normal;
    margin-right: 25px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e00e33;
    font-size: 18px;
    font-weight: 500;
}
.even-col .aest-img {
    float: left;
    right: 0;
}
.even-col h4 {
    width: 100%;
    float: right;
    text-align: right;
}
.page-id-478 .container{
	margin-top:80px;
	margin-bottom:50px;
}
.page-id-399 .first_visit_clinic{
	display:none;
}
.page-id-399 .maintenance_area{
	display:none;
}
.page-id-384 .nature-list ul li {
    display: inline-block;
    width: 100%;
}
.procdure {
    background: #ebebeb;
    padding: 50px;
    margin: 50px 0px;
}
.procdure h2{
	text-align:center;
}
.card-1 .card-header{
	background:rgb(234 185 91);
}
.card-2 .card-header{
	background:rgb(83 110 183);
}
.card-3 .card-header{
	background:rgb(117 203 168);
}
.card-4 .card-header{
	background:rgb(255 97 97);
}
.card-5 .card-header{
	background:rgb(117 203 168);
}
.card-6 .card-header{
	background:rgb(255 97 97);
}
.procdure .col-lg-3 h2{
	color:#fff;
}
.expect-list {
    width: 100%;
    display: inline-block;
    margin: 30px 0px;
    background: #e9ecef;
    padding: 20px 35px;
}
.expect-list2 {
    background: transparent;
    padding: 0;
}
.page-id-494 .container{
	margin-top:80px;
	margin-bottom:50px;
}
.page-id-494 h3 {
    font-size: 26px;
    font-weight: bold;
}
.expect-list2 h3 {
    padding-left: 28px;
}
.page-id-506 .container{
	margin-top:80px;
	margin-bottom:50px;
}
.page-id-506 h3 {
    font-size: 26px;
    font-weight: bold;
}
.page-id-390 .first_visit_clinic{display:none;}
.page-id-390 .maintenance_area{display:none;}
.soc-txt{
	width: 50%!important;
    left: 34%!important;
    text-align: left!important;
	top:45%!important;
}
.soc-txt h2{
	font-weight:500;
}
.soc-txt span {
    font-weight: 500;
    margin: 10px 0px;
    display: block;
}
.concierge-medicine {
    margin: 100px 0px;
}
.care-cont {
    padding-top: 60px;
	width:87%;
	margin:0 auto;
}
.hd-para{line-height:1.7rem;
	padding:15px 40px 0px 40px;
}
.care-ryt p {
    line-height: 30px;
}
.care-ryt h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.concerge-mdcn{
	    display: inline-block;
    border: 1px solid #e00e33;
    padding: 10px 22px;
    margin-top: 7px;
    text-decoration: none;
    position: relative;
    background: transparent;
    color: #e00e33;
	font-weight:500;
}
.cncrg-srvcs {
    background: url(https://www.lifestylephysicians.com/wp-content/uploads/2021/04/cncrgsrvcs-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px 25px 0px;
    margin: 35px 0px;
}
.srvices-box {
    width: 100%;
    display: inline-block;
}
.srv-box {
    width: 47%;
    display: inline-flex;
    background: #ffff;
    text-align: center;
    padding: 20px;
    border-radius: 29px;
    border: 1px solid #80808063;
    margin-right: 19px;
    margin-bottom: 25px;
    min-height: 205px;
}
.icn h3 {
    font-size: 18px;
    margin: 10px 0px;
}
.nxt-txt {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 70%;
}
.nxt-img {
    position: relative;
}
.nxt-txt h3 {
    font-size: 24px;
	margin:20px 0px;
}
.gt-strtd {
    background: #e00e33;
    color: #fff;
}
.nxt-ryt {
    margin-top: 85px;
    padding: 14px 55px;
}
.col-md-6.nxt-ryt h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.nxt-ryt p{line-height:33px;}
.next-step{margin-bottom:100px;}
.soc-txt p {
    line-height: 30px;
    padding-right: 100px;
}
.srv-box:hover {
    background: transparent;
}
.page-template-coincierge-medicine .banner_area{
	display:none;
}
.page-template-coincierge-medicine .md-banner{
	background:#e6e6e6;
	position:relative;
}
.page-template-coincierge-medicine .container-fluid{
	padding:0;
}
.cncrg-txt{
	margin-top: -20%;
	position: relative;
	left: 35%;
	transform: translate(-50%, -50%);
	width: 50%;
}
.who-wecont{
	margin:80px 0px;
}

.banner_area,.video_area{
	position:relative;
}
.lyme-disease {
    width: 100%;
    display: inline-block;
/*     margin: 50px 0px; */
}
.wht-lym h3 {
    text-align: center;
}
.wht-lym {
    background: #ebebeb;
    padding: 40px 20px;
	margin:50px 0px;
}
.wht-lym2{
	background:transparent;
	padding:0;
}
.wht-lym h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

a.appnmnttt {
    position: relative;
    top: 189px;
    right: 185px;
}
a.slp-clnc.appnmnttt {
    top: 100px;
}
.process-box1 .card-header {
    background: #f75d5d;
}
.process-box2 .card-header {
    background: #506ab1;
}
.process-box3 .card-header {
    background: #71c4a2;
}
.process-box4 .card-header {
    background: #eab95b;
}
.resto-process .card-header span {
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold;
}
.resto-process .card {
    min-height: 285px;
}
.card:after {
    position: absolute;
    right: -16px;
    top: 50%;
    background: #fff;
    content: "";
    width: 31px;
    border: 2px solid #f75d5d;
    height: 31px;
    transform: rotate(
45deg
);
    border-left: none!important;
    border-bottom: none!important;
}
.card-header{
	padding:5px;
}

.process-box1 .card-body{
	border:2px solid #f75d5d;
}
.process-box2.card:after{
	border:2px solid #506ab1;
}
.process-box2 .card-body{
	border:2px solid #506ab1;
}
.process-box3.card:after{
	border:2px solid #71c4a2;
}
.process-box3 .card-body{
	border:2px solid #71c4a2;
}
.process-box4.card:after{
	border:2px solid #eab95b;
}
.process-box4 .card-body{
	border:2px solid #eab95b;
}
.resto-process{
	margin:40px 0px 0px 0px;
}
.faq-cont .card:after{
	display:none;
}
.faq .card {
    border-radius: initial;
    border: none;
    margin-bottom: 25px;
    background: transparent;
}
.faq .card-header {
    background: #e9ecef;
}
.faq button.btn-link.btn-block {
    border: none;
    color: #000;
    background: transparent;
	padding:10px;
}
.faq .card-body {
    color: #000!important;
}
.faq .card-header button i {
    color: #fff!important;
    position: absolute;
    right: 30px !important;
    font-family: fontawesome;
    font-style: normal;
    top: 11px;
    font-size: 25px;
}
.faq button.btn-link.btn-block:focus{
	outline:none;
}
.faq button.btn-link.btn-block:hover{
	text-decoration:none!important;
}
.prp-hair{
	margin-top:80px;
	margin-bottom:50px;
}
.prp-restoration{
	margin:80px 0px;
}
.down i {
    transform: rotate(
180deg
);
}
.faq h5{
	font-size:19px;
	text-decoration:none!important;
}
.prp-cost{
	margin:40px 0px;
}
.prp-cost p{
	margin-bottom:0px;
}
.prp-cost .list-group{
	margin-top:25px;
}
.performed .card1{
	border:2px solid #f2bf5e;
}
.performed .card1:after{
	border:2px solid #f2bf5e;
}
.performed .card2{
	border:2px solid #536eb7;
}
.performed .card2:after{
	border:2px solid #536eb7;
}
.performed .card3{
	border:2px solid #75cba8;
}
.performed .card3:after{
	border:2px solid #75cba8;
}
.performed .card4{
	border:2px solid #75cba8;
}
.performed .card4:after{
	display:none
}
.performed .card p{
	line-height:28px;
}
.procdure .card-header h5 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.procdure .card p{
	line-height:28px;
}
.procdure .card-1 .card-body{
	border:2px solid #f2bf5e;
}
.procdure .card-1 .card:after{
	border:2px solid #f2bf5e;
}
.procdure .card-2 .card-body{
	border:2px solid #536eb7;
}
.procdure .card-2 .card:after{
	border:2px solid #536eb7;
}
.procdure .card-3 .card-body{
	border:2px solid #75cba8;
}
.procdure .card-3 .card:after{
	border:2px solid #75cba8;
}
.procdure .card-4 .card-body{
	border:2px solid #ff6161;
}
.procdure .card-4 .card:after{
	display:none
}
.marijuana-contt .card h5{
	color:#fff;
	font-size:22px;
	text-align:center;
}
.marijuana-contt .card h4{
	color:#fff;
	font-size:22px;
	text-align:center;
}
.marijuana-contt .card p{
	line-height:28px;
}
.marijuana-contt .card-1 .card-body{
	border:2px solid #f2bf5e;
}
.marijuana-contt .card-1 .card:after{
	border:2px solid #f2bf5e;
}
.marijuana-contt .card-2 .card-body{
	border:2px solid #536eb7;
}
.marijuana-contt .card-2 .card:after{
	border:2px solid #536eb7;
}
.marijuana-contt .card-3 .card-body{
	border:2px solid #75cba8;
}
.marijuana-contt .card-3 .card:after{
	border:2px solid #75cba8;
}
.marijuana-contt .card-4 .card-body{
	border:2px solid #ff6161;
}
.marijuana-contt .card-4 .card:after{
	display:none
}
.facial-steps .card p{
	line-height:28px;
	margin-bottom:5px;
}
.facial-steps .card-1 .card-body{
	border:2px solid #f2bf5e;
}
.facial-steps .card-1 .card:after{
	border:2px solid #f2bf5e;
}
.facial-steps .card-2 .card-body{
	border:2px solid #536eb7;
}
.facial-steps .card-2 .card:after{
	border:2px solid #536eb7;
}
.facial-steps .card-3 .card-body{
	border:2px solid #75cba8;
}
.facial-steps .card-3 .card:after{
	display:none;
}
footer ul{
	list-style:none!important;
}
.footer_call li{
	list-style:none;
}
.footer-head h4 {
    font-weight: bold;
    font-size: 22px;
}
.slider_area .carousel-indicators{
	display:none;
}
.slider_area .carousel-control-prev-icon {
    background-image: url("https://lifestylephysicians.com/wp-content/uploads/2021/04/nxt.png")!important;
    width: 50px;
    height: 50px;
}
.slider_area .carousel-control-next, .carousel-control-prev {
    width: fit-content!important;
    background: none!important;
    padding: 0!important;
    position: absolute!important;
    min-height: unset!important;
    line-height: unset!important;
    z-index: 12!important;
    top: 82%!important;
    left: 77%!important;
}
.slider_area a.carousel-control-next {
    opacity: inherit!important;
}
.slider_area a.carousel-control-prev {
    opacity: initial!important;
}
.slider_area .carousel-control-next {
    color: #fff;
    text-align: left;
    transform: rotate( 
180deg
 );
    left: 82%!important;
    top: 80%!important;
}
.slider_area .carousel-control-next-icon {
    background-image: url("https://lifestylephysicians.com/wp-content/uploads/2021/04/nxt.png")!important;
    width: 50px;
    height: 50px;
}
.bottom_footer_area .container{
	margin-top:0!important;
	margin-bottom:0!important;
}
footer .container{
	margin-top:0!important;
	margin-bottom:0!important;
}
.dsclmr {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 10px 20px;
	display:none;
}
.dsc-show{
	display:block;
}
.dsclmr h5{
	font-size:18px;
	display:none;
}
.dsclmr p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 0;
}
.dsc-close {
    position: absolute;
    top: -12px;
    left: 12px;
    background: #000;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.dsc-close i{
	font-size:13px;
}
.ourservices .card:after{
	display:none;
}
.page-template-blog .banner_area h3{
	color:#fff;
}

.tsti-pic {
float:left;
	margin-right:30px;
}
.page-id-411 .banner_area h3{
	display:none;
}
.page-id-405 .banner_area h3{
	display:none;
}
.page-id-399 .banner_area h3{
	display:none;
}
.facecontt-img img{
	max-width:100%;
	height:auto;
}
.o-shot{
	margin-top:40px;
}
.o-shot .responsive-style{
	padding:35px 0px;
}
.page-id-411 .facecontt-img {
    width: 100%;
}
.process .card-header h5 {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}
.process .card-1 .card-body {
    border: 2px solid #f2bf5e;
}
.process .card-1 .card:after {
    border: 2px solid #f2bf5e;
}
.process .card-2 .card-body {
    border: 2px solid #536eb7;
}
.process .card-2 .card:after {
   display:none;
}
.acceptance_form {
	font-size:12px;
}
.page-template-contact .banner_area h3{
	display:none;
}
.faq-cont li {
    list-style: disc;
}
.all_btns span{
	display:none;
}

/* 31.08.21 */
._h_wd_bar {
    position: relative;
    color: #f47522;
    padding: 0 1rem;
}

._h_wd_bar:before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f48121;
}

.jumbotron {
    padding: 1rem 1.555rem;
    background-color: #f5f5f5;
    border-left: 5px solid #000;
}

.jumbotron p {
    font-size: 1.155rem;
    font-weight: 100;
}

/* 01.09.21 */

footer {
    width: 100vw;
    padding-top: 75px;
	background-color: #000;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}	

.footer-head h3 {
    font-size: 24px;
    color: #d2ff00;
    font-weight:100;
    text-transform: capitalize;
}

.footer-head h4 {
    font-size: 24px;
    color: #d2ff00;
    font-weight:100;
    text-transform: capitalize;
}

.footer_logo_area p {
    color: #fff;
	font-size: 1rem;
}

.bottom_footer_area {
    background: #0146a8;
    padding: 6px 0;
}

/* 06.09.21 */
.maintenance_area_box {
    background-color: #ebe6d6;
    border-radius: 10px;
    padding: 30px 20px;
    max-height: 300px;
    margin-bottom: 50px;
	overflow-y: scroll;
}

.service_page ul li {
    line-height: 32px;
    margin-bottom: 15px;
	display: flex;
    align-items: self-start;
}

.service_details_list img {
    width: 25px;
    height: 25px;
    margin: 0 1rem 0 0;
}

/* 15.09.21 */
img.img-responsive {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-fluid {
	width: 100%;
}
.page-id-390 .our_program {
    display: none;
}
.page-id-411 .our_program {
    display: none;
}

/* Desclaimer */
.desclaimer {
    position: relative;
    z-index: 1;
    background-color: #ff8a00;
}

.desclaimer--head {
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desclaimer--title {
    color: #fff;
    font-size: 1.255rem;
}

.desclaimer--button {
    width: 1.5rem;
    height: 1.5rem;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #ff8a00;
    border-radius: 100%;
    text-align: center;
	transition: .1s ease-in-out all;
}

.desclaimer--button.upside-down {
    transform: rotate(180deg);
}

.desclaimer--content {
    height: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.desclaimer--content.show {
    height: auto;
    padding: .5rem 1rem;
    overflow: auto;
    visibility: visible;
    opacity: 1;
}

.desclaimer--content > ul {
    margin: 0;
    padding: 0 1rem;
}

.desclaimer--content > p {
    margin: 0;
    color: #fff;
}

.desclaimer--content > ul > li {
    color: #fff;
}
/* Desclaimer Ends*/

.icn > img {
    width: 100%;
    max-width: 50px;
}

.who_we_are_img > img {
    max-width: 362px;
    margin: 0 auto;
    display: block;
}
/**/
.modal {
	z-index: 9999;
	background-color: #0009;
}

.modal-dialog {
    width: 35%;
    padding: 0;
    top: 10%;
}
.modal-body {
    width: 100%;
    height: auto;
    padding: 1rem;
    margin: 0;
}

.modal-body .close {
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: -1rem;
    right: 1rem;
    color: #fff;
    background-color: #fff;
    opacity: 1;
    background-image: linear-gradient(221deg, #c86403, #fad648);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-body .pre-order-btn {
    width: max-content;
    padding: 1rem;
    margin: 1rem auto;
    display: block;
    background-color: black;
    color: #fff;
    background-image: linear-gradient(0deg, #f0ac50, #c25902);
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
	}
	
}


@media (max-width:767px) {
	
	.modal-dialog {
    width: 85%;
    padding: 0;
    margin: 0 auto;
}
	
	.modal-body .close {
		width: 1.5rem;
		height: 1.5rem;
	}

	.modal-body .pre-order-btn {
		padding: .5rem;
	}
}

/* 18.Oct.21 */
.cto {
    width: max-content;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1040 !important;
}


@media (max-width: 991px) {
	.cto {
         display: flex;
    }
}


@media (max-width:767px) {	
	.page-template-contact .banner_area {
    background-image: url(https://lifestylephysicians.com/wp-content/uploads/2024/04/contactus-1-1.webp)!important;
    background-repeat: no-repeat;
    height: auto;
    background-position: center!important;
    background-size: cover!important;
}
	.contact_page {
    padding: 20px 0 56px;
}

}
.cto > a {
    width: 100%;
    height: 100%;
    padding: .5rem;
    margin: 0;
    background-color: #ff8a00;
    color: #fff;
    display: block;
}

.cto > a > i {
	font-size: 2rem !important;
}

/* CTA */
ul.cto-X {width: 100%;height: auto;padding: 0;margin: 0;list-style: none;display: none;justify-content: center;align-items: center;position: fixed;bottom: 0;left: 0;z-index: 99999999;}

ul.cto-X > li {margin: 0 .555rem;}

ul.cto-X > li > a {color: #fff;background-color: #000;display: block;margin: 0;padding: .555rem 1rem;border-radius: .25rem .25rem 0 0;}

ul.cto-X > li.mal_us > a {background-color: #ff7800;}

ul.cto-X > li.cal_us > a {background-color: #0bab00;}

@media(max-width: 991px) {
	ul.cto-X{
		display: flex;
    justify-content: flex-start;
	}
}

/*19-OCT-2021*/
img.custom-logo {
    max-width: 188px;
    height: auto;
}

.sticky-top {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* 29-12-2025 */
.contact_page .col-xl-4.offset-lg-2.col-lg-4.col-md-6.col-sm-12.col-12 {
    margin-left: 0 !important;
}

/* 12 - NOV - 2021 */
.modal {
	padding: 5% 0;
	overflow: scroll;
} 

.modal::-webkit-scrollbar {
    display: none;
}

a.btn-gold {
    width: max-content;
    height: auto;
    padding: 0.5rem 1.5rem;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 5px;
    left: 40%;
    color: #fff;
    background-color: #b68740;
    background-image: linear-gradient(221deg, #c86403, #fad648);
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    border-radius: 0rem;
}

/* 17 Nov 2021 */
.accordion-item {
    padding: 1rem;
    margin: 1rem auto;
    color: #fff;
    background-color: #ff8a00;
}

.accordion-item > p {
    margin: 0;
    font-size: 1.5rem;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 22, Nov, 2021 */
.event\:banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    position: relative;
}

.event\:banner > img {
	width: 100%;
	max-width: 100%;
}

a.event\:banner-btn {
	width: max-content;
	height: auto;
	padding: 1rem 2rem;
	margin: 0 auto;
	display: block;
	color: #fff;
	background-color: #ff003d;
	font-size: 1.25rem;
	position: absolute;
	bottom: 5%;
	left: 25%;
}

.mini-popup img {width: 100%;height: auto;}

.page-id-15 .mini-popup {
	display: none;	
}

@media (max-width: 767px) {
	a.event\:banner-btn {
		padding: 0.15rem 1rem;
		bottom: 55%;
		left: calc(50% - 112px / 2 );
		font-size: 1rem;
	}
}
/* 13, Dec, 2021 */
.error404 .blog_page {
    padding: 0;
    margin: 0 auto;
}

.error404 .blog_page .container {
	width: 100%;
	max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.error404 .blog_page .row.mt-5 > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.error404 .blog_page .row.mt-5 {
	padding: 0 !important;
	margin: 0 !important;
}


.page-id-1212 .modal.fade.show {
    display: none !important;
}

.page-id-1212 .modal-backdrop.fade.show {
    display: none !important;
}

.page-id-1212.modal-open {
    padding: 0 !important;
}

/*Css for home-banner button*/
.carousel-caption {
    /*width: max-content;
    height: max-content !important;
    position: absolute;
    top: 75% !important;
    right: 20% !important;*/
}

/* Web & Api */
@media(max-width:767px) {
    .enable\:web {
        display: none;
    }
}

@media(min-width:768px) {
    .enable\:mobile {
        display: none;
    }
}
/* 05/01/2022 css */
.page-id-399 .our_program{
	display:none;
}

.page-template-weight-loss .social-mega ul {
    margin-bottom: 0;
}


/*weight loss banner button */
a.event\:btn {
    position: absolute;
    top: 42%;
    right: 15%;
    color: #fff;
    background-color: #41b239;
    padding: 1.5rem 3.55rem;
    margin: 0 -2rem;
    display: block;
    border-radius: 4.555rem;
    transition: .1s ease-in-out all;
    font-size: 1.255rem;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: .5s;
}

@keyframes blink {
	from {
		
		background-color: #3eb136;
	}
	
	to {
		
		background-color: #f6841d;
	}	
}

a.event\:btn:hover {
    box-shadow: 0px 0px 10px 10px #ffffff45;
}


.page-id-1111 .modal-open .modal {
    display: none !important;
}

.page-id-1111 .modal-backdrop.show {
    display: none;
}

/* 06 Jan 2022 */

.wlc-popup--overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000a1;
    z-index: 9999999;
    display: none;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.wlc-popup--overlay.show {
	display: flex;
	opacity: 1;
	visibility: visible;
	overflow: auto;
}

.wlc-popup {
    width: 30%;
    height: 55vh;
    padding: 1rem;
    margin: 0 auto;
    position: fixed;
    top: 30vh;
    left: 35%;
    background-color: #ff671fed;
    z-index: 99999999999;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	visibility: hidden;
}

.wlc-popup.show {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.wlc-popup .form-control {
	max-width: 95%;
	margin: auto;
}

.wlc-popup .screen-reader-response {
    display: none;
}

.wlc-popup .wpcf7-response-output {
    display: none;
}

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


input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.form-control.wpcf7-not-valid, input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control.wpcf7-not-valid, input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control.wpcf7-not-valid {
    border: 2px solid #FF0000 !important;
}

#mega-menu-item-1108 > a, #mega-menu-item-1182 > a {
	color: #fff !important;
	background-color: red !important;
}
.sticky-btn-right {
    width: 10rem;
    height: 8rem;
    padding: 0rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    bottom: 0rem;
    right: 0rem;
    border: 0;
    background-color: red;
    color: #ffffff !important;
    text-align: center;
    border-radius: 100% 0 0 0;
    animation-name: shakee;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: .5s;
    background-image: url(https://www.lifestylephysicians.com/wp-content/uploads/2022/01/534332_34912.gif);
    background-position: center;
    font-weight: 900;
    font-size: small;
}

.sticky-btn-right span {
    transform: rotate(-32deg);
    position: relative;
    top: -2rem;
    left: 0rem;
}

@keyframes shake {
	from {
		transform: translatey(-10px);
		background-color: #3eb136;
	}
	
	to {
		transform: translatey(10px);
		background-color: #f6841d;
	}	
}

@media(max-width:767px) {
	.wlc-popup {
		width: 95%;
		height: 60vh;
		top: 20vh;
		left: 2.5%;
	}
	
	a.event\:btn {
		top: 42%;
		right: 40%;
		padding: 1rem;
	}
	.sticky-btn-right {
		width: 100%;
		height: auto;
		bottom: 0rem;
		right: 0rem;
		border-radius: 0;
	}

	.sticky-btn-right span {
    	transform: rotate(0deg);
		top: 0rem;
	}
}

/* 11, Jan, 2022 */
ul.footer--social-icons {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

ul.footer--social-icons li {
    padding: 0;
    margin: 0;
}

ul.footer--social-icons li a {
    width: 2rem;
    height: 2rem;
    padding: 0;
    margin: 0.555rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    border-radius: 0.25rem;
}

a.yt {
    color: #fff;
    background-color: #FF0000;
}

a.insta {
    color: #fff;
    background-color: #8a3ab9;
    background-image: linear-gradient(209deg, #515bd4, #8134af, #dd2a7b, #feda77);
}

a.fb {
    color: #fff;
    background-color: #4267B2;
}

/* Mini Popup */
.mini-popup {
    width: 45%;
    height: auto;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 30%;
    right: -100%;
    z-index: 999999999999;
    background-color: #ebb2b8;
    transition: .3s ease-in-out all;
}

.mini-popup.show {
    right: 27.5%;
}

button.mini-popup--close {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background-color: #fff;
    color: #e21a53;
    border: 1px solid #e21a53;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.mini-popup--cta {    
    background-color: #e21a53;
    color: #fff;
    border: 1px solid #e21a53;
    width: auto;
    height: auto;
    padding: 0.155rem 0.555rem;
    border-radius: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-popup ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mini-popup ul li {
	padding: 0 .25rem;
}

.page-id-1212 .mini-popup {
	display: none;
}
.mbl-txt{
	display:none;
}

a.mini-popup--cta.--1 {width: max-content;left: 20%;}

a.mini-popup--cta.--2 {width: max-content;right: 20%;}

.page-id-1032 .contact_page h3 {display: none;}

.contact_page h3 {
	
}
@media(max-width: 767px) {
	a.mini-popup--cta.--1, a.mini-popup--cta.--2 {
		font-size: small;
	}
	
	a.mini-popup--cta.--1 {
		left: 5%;
	}
	
	a.mini-popup--cta.--2 {
		right: 5%;
	}
}
.cto ul{
	display:none!important;
}

.page-id-1032 .mini-popup {display: none;}

.event--popup h3 {
    font-size: 2.35rem;
    color: #00b8a7;
    text-align: center;
    margin-bottom: 1rem;
}

@media(max-width: 767px) {
	.mini-popup {
		width: 95% !important;
	}
	
	.mini-popup.show {
    right: 2.5%;
}
}
@media(max-width: 991px) {
	.mini-popup {
    width: 85%;
}
	.mini-popup.show {
    right: 2.5%;
}
	/*.cto {
    position: fixed;
    bottom: 0px;
    top: unset;
    transform: rotate(90deg);
    justify-content: center;
    left: -6px;
    width: 100%;
}*/
	.dsktop-txt{
		display:none!important;
	}
	.cto ul{
		    transform: rotate(-90deg);
    display: flex!important;
		width:100%;
		justify-content:center;
		margin: 0;
	}
	.cto ul li a{
		color:#fff!important;
	}
	.cto ul li {
    padding: 10px 15px;
    margin: 0;
		list-style:none;
    color: #fff;
    background-color: #ff0000!important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    transition: .3s ease-in-out all;
    border-radius: 0.355rem 0.355rem 0 0;
}
	.cto ul li.mal_us{
		margin-right: 10px!important;
    background-color: #00bc9f!important;
	}
	.bottom-footer{
		padding-bottom:60px!important;
	}
	#mega-menu-item-284{
		display:none!important;
	}
	.ourservices .card div{
		background:none;
	}
	.ourservices{
	background: #f6f6f6;
    margin-top: 35px;
	}
	
}

/**/
@media only screen and (max-width: 768px) {
		#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: block;
		min-width: 100%;
	}	
}

a.copyright-desclaimer img {
    width: 100%;
	max-width: 76px;
    margin: 0 auto;
    height: auto;
    margin-top: 1rem;
}

/* Mobile Menu */
@media (max-width: 992px) {
	header {
		/**display: none;**/
	}
}
/* Mega Menu :: 22,Feb,2022 */
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #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:hover, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #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:focus {
    color: #666;
    font-weight: normal;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    transition: .0s ease-in-out all !important;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #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:hover {
    border-color: rgba(0, 0, 0, 0);
    color: #ff8a00 !important;
    transform: translateX(3px);
}
/* 04, March, 2022 */
.page-banner {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

.page-banner\:img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

ul.actions {
    width: fit-content;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 52%;
    left: 15%;
}

@media (max-width: 991px) {
	ul.actions {
    top: 50%;
    left: 5.5%;
}
}

a.page-banner\:btn {
    font-size: 1.5rem;
    width: 100%;
    height: auto;
    padding: 0.75rem 3.5rem;
    margin: 0;
    display: block;
    background-color: #111;
    color: #fff;
    border-radius: 3rem;
    text-transform: uppercase;
    text-align: center;
}

a.page-banner\:btn.--danger {
    background-color: #ff004f;
    background-image: linear-gradient(90deg, #ff004f, #ff0000);
}

a.page-banner\:btn.--success {
    background-color: #ef8a00;
    background-image: linear-gradient(45deg, #ef8a00, #b46400);
}

a.page-banner\:btn.--danger.--floating {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99999999;
    animation-name: glows;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: .3s;
    display: none;
}

a.page-banner\:btn.--danger.--floating sup {
    text-transform: lowercase;
}

@media (max-width: 767px) {
	a.page-banner\:btn {
		padding: 0.5rem 1rem;
		bottom: 5%;
		right: calc(30% - 52px);
	}

	.web\:enable {
		display: none;
	}
	
	.mobile\:enable {
		display: block;
	}
	
	
}

@media (min-width: 768px) {
	.web\:enable {
		display: block;
	}
	
	.mobile\:enable {
		display: none;
	}
}

@media (max-width: 767px) {
	a.page-banner\:btn.--danger.--floating {
		right: -15px;
		bottom: 40%;
		padding: 0.7555rem .5rem;
		border-radius: 0.25rem 0.25rem 0 0;
		transform: rotate(-90deg);
		transform-origin: bottom right;
		animation: none;
	}
}
@keyframes glows {
	from {
    		box-shadow: 0px 0px 0px 5px #ff004f;
	}
	to {
		box-shadow: 0px 0px 0px 10px #ff0000;
	}
}

/* Popup Banner Button */
.popup-banner {
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
	right: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-banner img {
    max-width: 100%;
}

.popup-banner\:close-btn {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    display: block;
    border: none;
    background-color: #ffe981;
    background-image: linear-gradient(to bottom, #ffd200, #cd7800);
    color: #fff;
    position: absolute;
    top: -0.75rem;
    right: 1rem;
}

button.popup-banner\:btn {
    width: max-content;
    height: auto;
    padding: 0.15rem 0.5rem;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0.15rem;
    right: 25%;
    background-color: #ffe981;
    background-image: linear-gradient(to bottom, #ffd200, #cd7800);
    color: #fff;
    border: none;
    font-weight: 900;
}

@media (max-width: 767px) {
	.popup-banner {
		width: 100%;
		display:none!important;
	}
	
	button.popup-banner\:btn {
		padding: 0.25rem 0.5rem;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.popup-banner {
		width: 30%;
	}
}

/* Event Popup */
.event--popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: #0009;
	overflow-y: auto;
}

.event--popup.x .screen-reader-response,
.event--popup.x .wpcf7-response-output,
.event--popup.x > p {
    display: none;
}


.event--popup > .inner {
    width: 60%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 99999;
    position: relative;
    overflow: hidden;
    background-image: none/*url(https://www.lifestylephysicians.com/wp-content/uploads/2022/12/bg.jpg)*/;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.event--popup.x .wpcf7 {
    width: 100%;
    height: 100%;
        padding: 2.5rem 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event--popup.x .wpcf7 form {
    width: 85%;
}


.event--popup > div[role="form"] form {
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
}

.event--popup.x .wpcf7 form h5 {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.event--popup .img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.event--popup .img-wrapper img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.page-template-valentine-2023 .event--popup.x {
    display: none !important;
}

.event--popup.x .wpcf7 form h5 span {
    color: #ee8292;
}

.event--popup > div[role="form"] input,
.event--popup > div[role="form"] select {
    height: 2.825rem;
    border-color: #000000;
    border-radius: .5rem;
}

.event--popup > div[role="form"] input:focus,
.event--popup > div[role="form"] select:focus {
    border-color: #00e5d7;
    box-shadow: 0 0 0 0.2rem #00e5d755;
}

.event--popup > div[role="form"] input[type="submit"] {
    background-color: #d1860e;
    background-image: linear-gradient(45deg, #d1860e, #f2d075);
    border-radius: 3rem;
}

/*.event--popup.x {
	background-color: #f7201d;
}*/

.event--popup .close {
    position: absolute;
    top: 0rem;
    right: 0rem;
	z-index: 1;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d1860e;
    background-image: linear-gradient(45deg, #d1860e, #f2d075);
    color: #000;
    text-shadow: 0 0px 3px #d1860e;
    opacity: 1 !important;
}

.event--popup .screen-reader-response p {text-align: center !important;color: #e21a53 !important;}

@media(max-width: 767px) {
	.event--popup > div[role="form"] {
    width: 85%;
    margin-top: -3rem;
}
	.event--popup h3 {
    font-size: 1.935rem;
}

.event--popup > div[role="form"] input[type="submit"] {
    margin: .5rem auto;
}

.event--popup.x .form-group {
    margin-bottom: .5rem;
}
	

}

@media (max-width: 991px) {
	.page-id-40 .event--popup {
		display: none;
	}	
	
}

@media (max-width: 767px) {
	.contact_map {
		position: static;
		margin-bottom: 1rem;
	}
}

/**/
.weightloss-content-only {
    display: none;
}

.page-id-314 .weightloss-content-only {
    display: block;
	padding-bottom: 0;
}

@media (max-width: 992px) {
	.page-id-814 img.img-responsive {
		min-width: 100%;
		display: block;
		padding: 0 !important;
	}

	.bg-wraper > .d-flex {
		flex-direction: column;
	}
	
	.bg-wraper {
		padding: .555rem !important;
	}
	
	.page-template-weight-loss ul {
		margin-bottom: 0;
	}
	
	.bg-wraper h3 {
		margin-top: 1rem;
	}
	
}

.call_us_button p {
    margin: 0;
}

.call_us_button a {
    width: max-content;
    min-height: 41px;
    line-height: 37px;
    padding: 0px 25px;
    border-radius: 50px;
    color: #fff;
    background: #40b539;
    font-size: 16px;
    text-transform: uppercase;
    transition: .7s all ease-in-out;
    display: block;
    margin:10px auto;
}

.call_us_button a i {
    display: none;
}

.provider_content p {
    text-align: justify;
}
.mega-menu-item-284{
	display:none!important;
}
@media ( max-width: 767px ) {
	.scroll_sticky_area {
		overflow: hidden !important;
		position: static;
		max-height: min-content !important;
	}
	
	.page-id-814 p.d-flex {
    margin: 0 !important;
}
	
}
@media screen and (max-width:560px){
	.contact_page p{
	    font-size: 14px;
    line-height: 20px;	
	}
	.contact_page .row {
    margin: 0 auto;
    display: block;
}
	a.page-banner\:btn {
    bottom: 2%;
		width:fit-content!important;
}
}
@media screen and (max-width:360px){
	.cto ul li a {
    font-size: 13px!important;
}
/* 	.cto{
		left:8%;
	} */
	
	.ourservices label {
    display: block;
    width: 300px !important;
    height: 300px !important;
    cursor: pointer;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
}

.carousel-item.banner-content-right .carousel-caption .carousel-caption\:inner h1 {
    font-size: 1.5rem;
}

/* 30, March, 2022 */
.banner_area {
	background-position: center right !important;
    background-size: cover;
    background-repeat: no-repeat;
}
.hdr_bdr{
	    /*position: fixed;
    top: 0;
    z-index: 99999;*/
}
	
.quick-visit-social {width: max-content;text-align: center;padding: 1rem;margin: 3rem auto;font-size: 1.25rem;color: #555;border-top: 1px solid #e1e1e1; display: none;}

.quick-visit-social a:hover {color: #f5841f;}

.quick-visit-social a {width: 2.5rem;height: 2.5rem;padding: 0;margin: 1rem auto;display: inline-block;color: #555;background-color: #eee;text-align: center;}

.quick-visit-social a i {vertical-align: bottom;}

.page-id-314 .quick-visit-social, .page-id-366 .quick-visit-social {display: block;}

/**/
.h1\:gradient-style {
    background-image: linear-gradient(to left, #ffb257, #ff9e2b);
    padding: 1rem 0;
    color: #fff;
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center!important;
}

.h1\:gradient-style::first-letter {
	font-size: 3.5rem;
    font-family: cream-cake;
}

.our_testimonial .slick-dotted.slick-slider {
    display: none;
}

.our_testimonial {
    padding: 50px 0 50px;
}

.inner_accepting {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.inner_accepting img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: block;
}

.footer-head {
    margin-top: 3rem;
}

.wrapper-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.call_us_button .text-label {
    margin-top: 2rem !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    margin-bottom: 2rem !important;
}

.box-item-inner {
    width: 95%;
    height: auto;
    padding: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.box-item-inner .box-item {
    width: 33%;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.box-item-inner {
    flex-direction: column;
}
	
	.box-item-inner .box-item {
		width: 100%;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.box-item-inner .box-item {
		width: 50%;
	}	
}

/* Anniversary Offers */
.anniversary-offers {
    max-width: 75%;
    height: auto;
    padding: 2rem;
    margin: 5rem auto;
    background-color: #f0f0f0;
    border-radius: 0.55rem;
    box-shadow: 0px 0px 10px 5px #0002;
}

.anniversary-offers p {
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}

.anniversary-offers h3 {
    font-size: 2.5rem;
    color: #000000;
    text-align: center;
}

.anniversary-offers > div[role="form"] input, .anniversary-offers > div[role="form"] select {
    height: 2.825rem;
    border-color: #000000;
    border-radius: 5rem;
}

.anniversary-offers > div[role="form"] input[type="submit"] {
    background-color: #ff004f;
    background-image: linear-gradient(90deg, #ff004f, #ff0000);
}

.anniversary-offers > div[role="form"] input:focus, .anniversary-offers > div[role="form"] select:focus {
    border-color: #d98806;
    box-shadow: 0 0 0 0.2rem #d9880655;
}

.anniversary-offers .close {
	display: none;
}

.the-text {
    display: none;
}

.anniversary-offers .the-text {
    display: block;
}

.anniversary-offers .the-text {
    padding: 1rem 0;
}

.anniversary-offers .the-text h5 {
    padding: 0.5rem 0;
    margin: 1.5rem auto;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    border-top: 1px dashed #9995;
    border-bottom: 1px dashed #9995;
}

.anniversary-offers .the-text p {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    color: #000;
}


.anniversary-offers .the-text ul.details {
    justify-content: center;
    align-items: flex-start;
}

.anniversary-offers .the-text ul.details li {
    width: 30%;
    padding-left: 2.5rem;
    align-items: flex-start;
    line-height: 1;
}

.anniversary-offers .the-text ul.details li:before {
    display: none;
}

.anniversary-offers .the-text ul.details li i {
    position: absolute;
    left: 0;
    color: #00bbaa;
    font-size: 1.5rem;
}

.anniversary-offers .the-text ul {
    width: 100%;
    padding: 0 1rem;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.anniversary-offers .the-text ul li {
    min-width: calc(50% - 2rem);
    padding: .5rem 1rem;
    margin: .5rem 0;
    margin-right: 1rem;
    font-size: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #000;
    background-image: linear-gradient(45deg, #000000, #424242);
    border-radius: .5rem;
}

.anniversary-offers .the-text ul li strike {
	    display: inline-block;
    padding: 0 0.5rem;
    opacity: .5;
}

.anniversary-offers .the-text ul li:before {
    content: "\f124";
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #00000000;
    font: normal normal normal 1.5rem/1 FontAwesome;
    border-radius: .5rem;
    transform: rotate(45deg);
    opacity: 0;
}

.gradient-highlight {
    font-weight: 900;
    color: #000000;
}

body.page-id-1781 .event--popup.x, body.page-id-1781  a.page-banner\:btn.--danger.--floating {
    display: none !important;
}

.anniversary-offers .form-control {
    height: 45px;
    border-radius: .5rem;
}

.anniversary-offers .details {
    width: 85%;
    padding: 1.5rem 2.5rem;
    margin: 1rem auto !important;
    margin-top: 3rem !important;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0px 10px #3335;
}

.anniversary-offers .details i.fa {
    width: 3rem;
    height: 3rem;
    font-size: 2.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff0000;
}

.anniversary-offers .details span {
    vertical-align: super;
    font-size: 1.5rem;
}

.anniversary-offers .details div[class^="col"] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .25rem 0;
}

.anniversary-offers hr {
    margin-top: 3rem;
    border-top: 1px solid rgb(255 255 255);
}

.anniversary-offers [role="form"] .row {
    width: 90%;
    margin: 0 auto;
}

.anniversary-offers p.sub-title {
    margin: 0;
    padding: 0;
    display: none;
}

.event--popup.x h3 {
    color: #0000;
    background-image: linear-gradient(180deg, #d1860e, #f2d075);
    -webkit-background-clip: text;
	text-transform: uppercase;
}

.event--popup.x h3 .gradient-highlight {
    color: #0000 !important;
}

.event--popup.x p.sub-title {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: #ffff;
    margin-bottom: 1rem;
}

.event--popup.x p {
    margin: 0;
}

.page-id-40 a.page-banner\:btn {
    width: max-content;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
}

.page-template-valentine-2023 a.page-banner\:btn.--danger.--floating {
    display: none !important;
}

.page-id-40 p#anniversary-offers {
	display: none;
}

#anniversary-offers .item {
    width: fit-content;
    height: auto;
    padding: 1rem 2.5rem;
	margin: 1.5rem auto;
    color: #fff;
    background-color: #c70009;
    border-radius: 5rem;
}
@media (max-width: 767px) {
	.anniversary-offers {
		    max-width: 100%;
	}
	.anniversary-offers [role="form"] .row {
    width: 98%;
}
	.anniversary-offers .details {
		padding: 1.5rem 0.5rem;
	}
	
	#anniversary-offers .item {
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 991px) {
	.anniversary-offers {
    max-width: 100%;
    padding: 2rem 0rem;
}
	.anniversary-offers .the-text ul li {
    font-size: 1rem;
    padding: .5rem;
    margin: .5rem auto;
}

.anniversary-offers .the-text ul {
	width: 100%;
    align-items: stretch;
	    padding: 0;
}

.anniversary-offers .details span {
    font-size: 1rem;
}

.anniversary-offers .details i.fa {
    font-size: 1.5rem;
    height: auto;
}

.anniversary-offers .details div[class^="col"] {
    align-items: flex-start;
    margin: 1rem 0;
}

.anniversary-offers hr {
    margin-bottom: 3rem;
}
	
	.anniversary-offers .the-text p {
    font-size: 1rem;
}
	#anniversary-offers .item {
    margin-left: auto !important;
    margin-right: auto !important;
}
}

@media (min-width: 767px) and (max-width: 1080px) {
	a.page-banner\:btn {
		padding: 0.5rem 1rem;
	}
}

.anniversary-offers .the-text ul li span {
    color: #ebff00;
    display: inline-block;
    padding: 0 .25rem;
}

@media (max-width: 767px) {
	.anniversary-offers .the-text ul li {
		    width: 95%;
	}
	.anniversary-offers .the-text ul li:last-child {
		display: flex;
		justify-content: flex-start;
		align-items: self-start;
	}
}

/**/
/*ul.counter*/
.offer-counter-wrapper {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: red;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 99999999999;
}

.offer-counter-wrapper p {
	margin: 0;
	padding: 0;
	font-weight: 900;
	color: #fff;
}

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

ul.counter>li {
	padding: .5rem;
}

.offer-counter-wrapper a.btn-callback {
	width: max-content;
	height: 100%;
	padding: 01rem;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	background-color: #d1ff00;
	text-decoration: none;
}

#get-a-callback {
	display: none;
}

#get-a-callback .__form {
	width: 35% !important;
	height: auto;
	padding: 1rem 1.5rem;
	margin: 0;
	position: fixed;
	top: 25%;
	left: calc(52% - 35% / 2);
	z-index: 99999999;
	background-color: #ffffff00;
	border-radius: 1rem;
	border: 3px solid #fff441;
	box-shadow: 0px 0px 35vw 35vw #0005;
	background-image: linear-gradient(-45deg, #443819, #0e0802);
}

#get-a-callback .__form .form-toggler {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -1rem;
	right: -1rem;
	border-radius: 3rem;
	background-color: #000;
	color: #fff346;
	border: 3px solid #fff346;
	font-weight: 900;
	font-size: 1.5rem;
}

#get-a-callback .__form h6 {
	color: #fff640;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
}


#wpcf7-f166-o1 .screen-reader-response {
	width: 100%;
	height: auto;
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 99999999999;
	text-align: center;
	display: block;
}

#wpcf7-f166-o1 .screen-reader-response p {
	width: max-content;
	height: auto;
	padding: 1rem 2.5rem;
	margin: 0 auto;
	color: #fff;
	background-color: #009570;
	font-weight: 600;
	border-radius: 1rem;
	border: 3px solid #fff;
}


@media (max-width: 767px) {
	.offer-counter-wrapper {
		flex-direction: column;
	}

	.offer-counter-wrapper a.btn-callback {
		display: none;
	}

	ul.counter>li {
		padding: 0.15rem;
	}
	
	.header.sticky {
    top: 53px !important;
}
	
	#get-a-callback .__form {
    width: 90% !important;
    top: 15%;
    left: 5%;
    padding: 0.5rem;
}
	
	.anniversary-offers .the-text ul li:last-child, .anniversary-offers .the-text ul li:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
	
	.anniversary-offers p {
		margin: 0;
	}
}

a.btn-sticky-callback {
    width: auto;
    height: auto;
    padding: 1rem;
    margin: 0;
    position: fixed;
    top: 70%;
    right: -50px;
    z-index: 9999999;
    color: #f8f6fb;
    background-color: #e21a53;
    transform: rotate(-90deg);
    transition: .3s ease-in-out all;
    transition-delay: .1s;
    text-decoration: none;
}

/* Event Weight Loss Challange */
video.page-video {
    width: 100%;
    height: auto;
    margin: 1.5rem auto;
    display: block;
    border-radius: 0.55rem;
    box-shadow: 0px 0px 10px 5px #0002;
}

.price-contacttt {
    display: flex;
/*     margin-top: 35px; */
}

.anniversary-offers h3 {
    font-size: 28px;
}

span.pricex- {
    font-size: 20px;
    display: inline-block;
    padding: 0 0.25rem;
    font-weight: 900 !important;
}

.page-id-1032 a.btn-sticky-callback {
    display: none;
}

@media (max-width: 767px) {
	.page-id-1032 .page-banner {
		    top: 57px !important;
	}
	
	
	
	.page-id-1032 .price-contacttt {
		flex-direction: column;
	}
}

/* Popup Media */

@media (max-width: 767px) {
		.event--popup > .inner {
			width: 95%;
			padding: 1rem 1.5rem;
		}

		.event--popup > .inner h3 {
			font-size: 1.5rem;
		}
}

@media (min-width: 320px) and (max-width: 767px) {
	.event--popup > .inner {
			width: 75%;
		
    padding: 0;
	}
	.event--popup.x .wpcf7 {
		padding: 0;
	}
	input.wpcf7-form-control.wpcf7-submit {
		    height: 2.5rem;
    padding: 0;
	}
	
	.pep_tm {
    width: 200px !important;
    height: 30px !important;
    margin: auto;
    display: flex;
}
}

@media (min-width: 768px ) and (max-width: 991px) {
	.event--popup > .inner {
		width: 90%;
    padding: 0;
	}
	.event--popup.x .wpcf7 {
		padding: .5rem 0;
	}
	
	.pep_tm {
    width: 200px !important;
	height: 30px !important;
    margin: auto;
    display: flex;
    position: absolute;
    top: 21px;
}


.event--popup.x .wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	display: block !important;
}


/* 26/04/2023 */
.bg_grey{
	padding: 20px 20px;
	margin: 60px 0;
    background: #ededed;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


/* 1/05/2023 */

.vip_btn{
	position: fixed;
	top: 90%;
	right: 5%;
	animation: zoom-in-zoom-out 4s ease infinite;
	z-index: 99;
	
}

.vip_btn span{
	color: #fff;
	font-size: 18px;
	background: red;
	padding: 8px;
	border: 2px dotted #fff;
	cursor: pointer;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.qr_modal{
	width: 500px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1068;
	cursor: pointer;
}

.hide{
	display: none;
}

.qr_modal .qr{
	height: 100%;
	width: 100%;
}

.qr_modal .icon_close{
	position: absolute;
	right: 0%;
	top: 0%;
	width: 25px;
	height: 25px;
}

.noscroll{
	overflow: hidden !important;
}

.pep_tm{
	width: 200px !important;
    margin: auto;
    display: flex
}

	
	

@media screen and (max-width: 500px){
	.qr_modal{
		width: 80%;
	}
	
	.vip_btn span{
		font-size: 14px;
	}
	
	.vip_btn{
		right: 8%;
	}
	
	.pep_tm {
    width: 200px !important;
    height: 30px !important;
    margin: auto;
    display: flex;
}
}
	
	

/* New css 04-09-2023 */

	footer .heading {
		text-transform: capitalize;
	}

.footer_call li {
    margin: 40px 0px;
}

.footer_logo_area p{
       font-weight: 500;
	margin:0px !important;
}
@media only screen and (max-width:500px){
.qr_modal {
    width: 85%;
    height: 35%;
}
}
/* New css 04-09-2023 */

footer .heading {
    text-transform: capitalize;
}

.footer_call li {
    margin: 40px 0px;
}

.footer_logo_area p{
       font-weight: 500;
	margin:0px !important;
}

.col-xl-3.col-lg-3.col-md-3.col-sm-6.col-6.inner_acceptingx {
    margin: 0 auto;
    display: block;
 } 
 /* {
    margin: 0px auto 10px auto !important;
    display: block !important;
} */
.the-text li b {
    color: #fff !important;
}

.the-text li strike {
    color: #f6f6f6 !important;
}		

}

@media screen and (max-width:767px){ 
    .anniversary-offers .the-text ul li {
        font-size: 0.7rem;
    }
}

.desclaimer--title span {
/* 	font-weight:700; */
	color: #ffd700 !important;
text-shadow: 
    0 0 5px #fff,
    0 0 10px #fff,
    0 0 15px #ffd700,
    0 0 20px #ffd700,
    0 0 25px #ffd700,
    0 0 30px #ffd700,
    0 0 35px #ffd700;
  animation: neonFlicker 1.5s infinite alternate;
}
@keyframes neonFlicker {
  0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
    opacity: 1;
    text-shadow: 
      0 0 5px #fff,
      0 0 10px #fff,
      0 0 15px #ffd700,
      0 0 20px #ffd700,
      0 0 25px #ffd700,
      0 0 30px #ffd700,
      0 0 35px #ffd700;
  }
  20%, 24%, 55% {
    opacity: 0.8;
    text-shadow: 
      0 0 2px #fff,
      0 0 5px #fff,
      0 0 7px #ffd700,
      0 0 10px #ffd700,
      0 0 12px #ffd700,
      0 0 15px #ffd700,
      0 0 17px #ffd700;
  }
}