@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic');
/*
Theme Name: Anara 2019
Theme URI: http://www.sensationsolutions.com/
Author: Jeevan Singla
Author URI: http://www.sensationsolutions.com/
Description: A custom WordPress website theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: anara2017
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
   ## Links
   ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
   ## Posts and pages
   ## Comments
# Infinite scroll
# Media
   ## Captions
   ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
img {
    height: auto;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.left-side .left-side {
    width: 100% !important;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}



.infusion-field-container {
    width: 100%;
}



.entry-content {
    width: 100%;
    float: left;
}

.entry-content h4 {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
}

.entry-content h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    color: #8ab540;
}

.entry-content ul {
    width: 100%;
    float: left;
    margin: 0px;
}

.entry-content ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #41443c;
    text-align: justify;
    margin-bottom: 12px !important;
}

.menu-footer-menu-3-container {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.footer-menu {
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    margin-right: 10px;
}

.footer-menu li {
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.footer-menu li+li {
    margin-left: 15px;
}

.footer-menu li+li:before {
    content: "|";
    position: absolute;
    left: -11px;
    top: 0px;
}

.footer-menu li a {
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    color: #7da739;
}

.modal-backdrop.in {
    opacity: .7 !important;
}

.video-iframe {
    width: 100%;
    height: 350px;
    border: 0px;
}

.video-group iframe {
    width: 100%;
    height: 350px;
    border: 0px;
}

.contact-group .single-contact .icon-contact .lazy-hidden {
    background-image: none !important;
}

.wp-block-gallery {
    width: 100%;
}

.page-content-group .main-content .right-side .skin-care-page .subtitle {
    margin-bottom: 10px !important;
}

.skin-care-page h2.title {
    width: 100% !important;
    float: left !important;
    font-weight: 800 !important;
    text-transform: capitalize !important;
    font-size: 35px !important;
    text-shadow: none;
    line-height: 50px;
    margin-bottom: 0px !important;
    color: #8ab540 !important;
    text-align: left !important;
}

.skin-care-page .wp-block-buttons {
    margin-bottom: 20px;
    justify-content: center;
}

.skin-care-page .wp-block-buttons .wp-block-button__link {
    width: auto;
    float: right;
    margin: 0px;
    background: #8ab540;
    padding: 6px 25px;
    color: #fff;
    outline: none;
}

.skin-care-page .wp-block-card .wp-block-column {
    background-color: #eaf4f7;
    font-size: 1.25rem;
    margin-left: 20px;
    max-width: 320px;
    position: relative;
    width: 30%;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
}

.skin-care-page .wp-block-card .wp-block-column:first-child {
    margin-left: 0;
}

.skin-care-page .wp-block-card .wp-block-column h4 {
    padding: 10px;
    margin: 0;
}

.skin-care-page .wp-block-card .wp-block-column p {
    margin: 0 !important;
    word-break: break-word;
    text-align: left;
    padding: 10px;
}

.skin-care-page .wp-block-card {
    justify-content: center;
}

.service-video-control .mejs-container .mejs-controls {
    display: none;
}

.service-video-control .mejs-container {
    width: 500px;
    height: 260px;
    min-width: 216px;
}

.wp-video div#mep_0 {
    height: 260px !important;
}

.updated-inner-pages-sidebar-section .left-side-ul #menu-item-9192 a::after{
    color: #575656;
    right: 0;
    top: -5px;
    position: absolute;
    z-index: 999;
    content: "\f0d7";
    font-family: 'FontAwesome';
    width: 20px;
    height: 20px;
    background: #e7e7e7;
    text-align: center;
    line-height: 22px;
}
.updated-home-about-us-section .left-image-area figure img{
	height: 430px;
    width: 100%;
    object-fit: cover;
}
.yellow-offer-cupon-2 h6 {
    font-size: 18px;
    margin-top: 0;
    color: #456d48;
    margin-bottom: 6px !important;
}

@media (min-width: 600px) and (max-width: 781px) {
    .skin-care-page .wp-block-card .wp-block-column {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0;
    }
}

@media (max-width: 599px) {
    .skin-care-page .wp-block-card .wp-block-column {
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }
}

.free-consultation .consultation-form p {
    display: block !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 0;
    text-align: center;
    color: #fff;
    border: none;
    margin: 0;
}


/******** membership page start************/
.offer-heading-member-section {
    font-family: "Neue Haas Grotesk";
    font-weight: 400;
    color: #4e5952;
}

.inner-section-member-row {
    margin: auto;
}

.inner-section-offers {
    margin: auto;
}

.membership-heading {
    border-radius: 50%;
    padding: 20px;
    background: #4e5952;
    max-width: 160px;
    margin: auto;
    height: 160px;
    font-size: 64px;
    color: white;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.member-section {
    max-width: 1200px;
}

.vc_row.wpb_row.vc_row-fluid.inner-section-member-row.vc_custom_1739879907800.vc_row-o-content-middle.vc_row-flex {
    margin: auto;
    gap: 35px;
    padding: 40px 0px !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.text-box {
    margin: auto;
    width: 80%;
}

.section-pricing {
    width: 65%;
    margin: auto !important;
}

.wpb_content_element h1{
	font-size:24px !important;
}
.ul-list-lineheight li{
	padding-bottom:10px;
}

.updated-video .col-md-6:first-child:before{
	display:none;
}
.top-left-section li{
	    padding: 10px 6px 0px 0px !important;
}
@media (max-width: 768px) {
    .section-pricing {
        width: 100%;
        margin: auto !important;
    }
}

/******** membership page end************/