/*!
Theme Name: mediaglow
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mediaglow
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.

mediaglow is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

@font-face {
    font-family: 'Neutraface2Text-Book';
    src: url('fonts/Neutraface2Text-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Neutraface2Text-Book.otf') format('opentype'),
        url('fonts/Neutraface2Text-Book.woff') format('woff'),
        url('fonts/Neutraface2Text-Book.ttf') format('truetype'),
        url('fonts/Neutraface2Text-Book.svg#Neutraface2Text-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('fonts/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {

    font-family: 'Neutraface2Text-Book';


}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Neutraface2Text-Book';
    font-size: 16px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: normal;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Neutraface2Text-Book';

}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
    margin-top: 35px;
}

.main-navigation ul {
    /*display: none;*/
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
    display: block;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;

}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin: 0 28.6px 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Neutraface2Text-Book';
    padding: 23px 9.7px;
    outline: none;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    position: relative;
}

.main-navigation li>a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #a5a5a5;
    position: absolute;
    display: none;
    right: 0;
    left: 0;
    bottom: 0;
}

.main-navigation li>a:hover:after {
    display: block;
}

.main-navigation li.current-menu-item a {
    position: relative;
}

.main-navigation li.current-menu-item a:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #a5a5a5;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link:hover {
    background: none;
    color: #000;
    border-bottom: 5px solid #a5a5a5;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: none;
    color: #000;
    border-bottom: 5px solid #a5a5a5;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    background: none;
    color: #000;
    border-bottom: 5px solid #a5a5a5;
}


#mega-menu-wrap-menu-1 {
    background: #fff;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 16px 0;
    color: #000;
    font-size: 19px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Neutraface2Text-Book';
    padding: 0px 7px;
    outline: none;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    position: relative;
    height: 46px;
    line-height: normal;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 5px #333;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
    padding: 0px 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    color: #000;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc !important;
    font-weight: 400 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {
    border-color: 1px solid #ccc;
    font-size: 18px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom>a.mega-menu-link {
    font-size: 19px;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    font-weight: 600 !important;
    padding-bottom: 10px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    left: auto;
}



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

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    /*.main-navigation ul {
	display: flex;
}*/
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

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

.post,
.page {
    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;
}

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

.widget select {
    max-width: 100%;
}

/* 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 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;
    display: grid;
    grid-gap: 1.5em;
}

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

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


/************************************/

.container {
    width: 100%;
    max-width: 1491px !important;
}

/******************Header-Sec****************/

header.site-header {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 19px;
}

.header-top-sec {
    padding: 29px 0 0;
}

.header-top-cntr a {
    outline: none;
}

.header-top-lft {
    padding-top: 11px;
}

.header-top-rht {
    padding-top: 11px;
}

.header-top-lft ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-lft ul li {
    display: inline-block;
    margin-right: 18px;
}

.header-top-lft ul li a i.fab {
    color: #000;
    font-size: 20px;
}

.header-top-lft ul li a,
.header-top-rht ul li a {
    outline: none;
}

.header-top-lft ul li a i.fab.fa-facebook-f {
    font-size: 16px;
}

.header-top-lft ul li a i.fab.fa-instagram {
    font-size: 18px;
}

.header-top-rht ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    float: right;
}

span.search-icon {
    float: right;
}

.header-top-rht ul li {
    display: inline-block;
    margin-left: 18px;
}

.header-top-rht ul li a {
    font-size: 16px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
}

.header-top-rht ul li a i.fas {
    color: #000;
    font-size: 18px;
}

.header-top-rht form.search-form {
    position: absolute;
    left: auto;
    right: 45%;
    display: none;
    top: 50px;
}

.header-top-rht form.search-form input[type="search"] {
    color: #9d9d9d;
    font-size: 15px;
    text-transform: capitalize;
    border: 1px solid #e3e3e3;
    padding: 6px 15px 6px 15px;
    border-radius: 0;
    width: 300px !important;
    background: #fff;
    font-style: normal;
    height: 45px;
    border-radius: 30px;
    position: relative;
}

.header-top-rht form.search-form .search-submit {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 0;
    margin: 0;
    font-size: 0;
    color: #aaa;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.header-top-rht form.search-form .search-submit:before {
    display: block;
    content: '';
    background: url(images/search-icon.png) no-repeat;
    width: 35px;
    height: 35px;
    background-position: center;
}

/********************Footer-Sec***************/

footer.site-footer {
    float: left;
    width: 100%;
    background: #d7f1fe;
    padding: 78px 0 82px;
}

.footer-inner-sec a {
    outline: none;
}

.footer-inner-sec p {
    font-size: 20px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    padding: 0 14.2%;
    line-height: 35px;
    margin: 33px 0 45px;
}

.footer-nav-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer-nav-sec ul li {
    display: inline-block;
    padding: 0 20px 0;
    position: relative;
}

.footer-nav-sec ul li:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 15px;
    background: #abbdc6;
    left: 0;
    right: 0;
    position: absolute;
    top: 5px;
    box-shadow: 0 0 1px 0px;
}

.footer-nav-sec ul li:first-of-type:after {
    display: none;
}

.footer-nav-sec ul li a {
    font-size: 17px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.footer-nav-sec ul li a:hover {
    color: #a5a5a5;
}

.footer-inner-sec>ul {
    margin: 49px 0 0;
    padding: 0;
    list-style: none;
}

.footer-inner-sec>ul>li {
    display: inline-block;
    margin: 0 8px;
}

.footer-inner-sec>ul>li>a {
    display: block;
    width: 54px;
    height: 54px;
    border: 1px solid #000;
    line-height: 61px;
    border-radius: 50px;
    outline: none;
    text-decoration: none;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.footer-inner-sec>ul>li>a:hover {
    border: 1px solid #a5a5a5;
}

.footer-inner-sec>ul>li>a:hover i.fab {
    color: #a5a5a5;
}

.footer-inner-sec>ul>li>a i.fab {
    font-size: 24px;
    color: #000;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

.footer-copyright-sec {
    float: left;
    width: 100%;
    background: #9cd7f5;
    padding: 30px 0px;
}

.footer-copyright-sec p {
    font-size: 18px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    width: 50%;
    float: right;
    margin: 0;
}

/****************Home-Page****************/

.home-banner ul li img {
    width: 100%;
}

.home-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-banner ul li {
    position: relative;
}

.home-banner-cont {
    position: absolute;
    top: 50%;
    right: 4.4%;
    text-align: center;
    transform: translateY(-50%);
    width: 50%;
}

.owl-dots {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    display: none;
    text-align: center;
}

.owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    display: inline-block;
    border-radius: 50px;
    margin: 0 6px;
    border: 1px solid #000;
}

.owl-dots button.owl-dot.active span {
    background: #000;
}

.home-banner-cont h2 {
    font-size: 35px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 0 24px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.home-banner-cont p {
    font-size: 21px;
    color: #2c2e30;
    font-family: 'Neutraface2Text-Book';
    line-height: 40px;
    margin: 0 0 40px;
}

.home-banner-cont a {
    font-size: 20px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    text-transform: uppercase;
    width: 293px;
    height: 65px;
    line-height: 62px;
    text-align: center;
    border: 2px solid #000;
    display: inline-block;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    text-decoration: none;
    outline: none;
}

.home-banner-cont a:hover {
    background: #102a42;
    color: #fff;
}

.home-clinic-sec {
    float: left;
    width: 100%;
    padding: 100px 0 45px;
}

.home-clinic-inner {
    float: left;
    width: 100%;
}

.home-clinic-inner.hm-clinic-diff {
    margin-top: 49px;
}

.home-clinic-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
}

.home-clinic-inner ul li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 50px;
}

.hm-clinc-lft-sec {
    float: left;
    width: 53.5%;
    max-height: 472px;
    min-height: 472px;
}

.hm-clinc-lft-sec img {
    width: 100%;
    max-height: 472px;
}

.hm-clinc-rht-sec {
    float: right;
    width: 46.431%;
    background: #e2e2e2;
    max-height: 472px;
    min-height: 472px;
    padding: 3% 2%;
}

.hm-clinc-rht-sec h3 {
    font-size: 30px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    text-transform: capitalize;
    margin: 0 0 20px;
}

.hm-clinc-rht-sec p {
    font-size: 18px;
    color: #4c5258;
    font-family: 'Neutraface2Text-Book';
    line-height: 32px;
    margin: 0 0 32px;
}

.hm-clinc-rht-sec a {
    font-size: 18px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    width: 149px;
    height: 49px;
    line-height: 49px;
    display: inline-block;
    border: 1px solid #000;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    text-decoration: none;
    outline: none;
    text-align: center;
}

.hm-clinc-rht-sec a:hover {
    background: #102a42;
    color: #fff;
}

.home-specials-sec {
    float: left;
    width: 100%;
    padding: 0 5.09% 89px;
}

.home-specials-sec h1 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    text-transform: capitalize;
    margin: 0 0 51px;
}

.home-specials-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
    text-align: center;
}

.home-specials-sec ul li {
    display: inline-block;
    text-align: left;
    padding: 0px;
}

.home-specials-sec ul li img {
    width: auto !important;
    margin: 0 auto;
}

.home-specials-sec ul li p a {
    font-size: 20px;
    color: #4c5258;
    font-family: 'Neutraface2Text-Book';
    display: block;
    min-height: 50px;
    text-decoration: none;
    margin-top: 36px;
    padding: 0 0px 0 0px;
}

.home-specials-sec ul li p {
    margin-bottom: 10px;
}

.home-specials-sec ul li span {
    font-size: 28px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
}

.home-specials-sec .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 28.5%;
    z-index: 0;
    display: block;
}

.home-specials-sec .owl-nav .owl-prev {
    float: left;
}

.home-specials-sec .owl-nav .owl-next {
    float: right;
}

.home-specials-sec .owl-nav .owl-prev span {
    font-size: 0px;
    background: url(images/slider-nxt-arrow.png) no-repeat;
    width: 17px;
    height: 31px;
    display: block;
    transform: rotate(180deg);
}

.home-specials-sec .owl-nav .owl-next span {
    font-size: 0px;
    background: url(images/slider-nxt-arrow.png) no-repeat;
    width: 17px;
    height: 31px;
    display: block;
}

.hm-insta-sec {
    float: left;
    width: 100%;
}

.hm-insta-sec h4 {
    font-size: 22px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    margin: 0 0 22px;
    padding-left: 4%;
}

.hm-insta-sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hm-insta-sec ul li {
    float: left;
    width: 16.66%;
}

.hm-insta-sec ul li img {
    width: 100%;
}











/*******************************harish 28-07-20************************************************************************/



.home-about-section {
    width: 100%;
    float: left;
    margin: 100px 0px;
}

.home-about-inner-content {
    padding: 0 7%;
}

.home-about-section h3 {
    font-family: 'Neutraface2Text-Book';
    font-size: 48px;
    color: #102a42;
    margin: 0 0 25px;
}

.home-about-section p {
    font-family: 'Neutraface2Text-Book';
    font-size: 18px;
    color: #4c5258;
    margin: 0 0 30px;
    line-height: 41px;
}

.home-about-section a {
    font-family: 'Neutraface2Text-Book';
    font-size: 18px;
    color: #000;
    margin: 0px;
    display: inline-block;
    padding: 11px 35px;
    border: 1px solid #000000;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    text-decoration: none;
    outline: none;
}

.home-about-section a:hover {
    color: #fff;
    background: #102a42;
}

.inner-blog-main-section {
    padding: 0 7%;
    margin: 85px 0 95px;
}

.inner-blog-main-section h1 {
    color: #102a42;
    font-size: 35px;
    text-align: center;
    margin: 0 0 45px;
}

.single-post .inner-blog-main-section h1 {
    text-align: left;
}

.inner-blog-main-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.inner-blog-main-section ul li.news-content {
    width: 100%;
    float: left;
    margin: 0 0 97px;
}

.inner-blog-main-section ul li .newsdtl-wrapper h4 {
    font-size: 30px;
    margin: 40px 0 10px!important;
    color: #102a42;
}

.inner-blog-main-section ul li .newsdtl-wrapper h4 a {
    color: #102a42;
    font-size: 30px;
    padding: 0px;
    border: 0px;
    text-decoration: none;
}

.inner-blog-main-section ul li .newsdtl-wrapper h4 a:hover {
    background: none;
    color: #000;
}

.inner-blog-main-section ul li .newsdtl-wrapper span {
    font-size: 18px;
    margin: 0px 0 19px;
    color: #4c5258;
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
}

.inner-blog-main-section ul li .newsdtl-wrapper span p {
    display: inline-block;
    margin: 0px;
}

.inner-blog-main-section ul li .newsdtl-wrapper p {
    font-size: 18px;
    margin: 0px 0 30px;
    color: #4c5258;
    line-height: 30px;
}

.inner-blog-main-section ul li .blog-read-more-related a {
    font-family: 'Neutraface2Text-Book';
    font-size: 18px;
    color: #000;
    margin: 0px;
    display: inline-block;
    padding: 11px 35px;
    border: 1px solid #000000;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    text-decoration: none;
    outline: none;
}

.inner-blog-main-section ul li .blog-read-more-related a:hover {
    color: #fff;
    background: #102a42;
}

.newsdtl-wrapper {
    padding-left: 30px;
}

span.calender,
span.related-sec {
    padding-left: 5px;
    margin-left: 5px;
}

.pagination {
    display: block;
    width: 100%;
    float: left;
}

.pagination a.page-numbers {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 6px;
    border: 1px solid #e6e6e6;
    font-size: 21px;
    color: #9e9e9e;
    display: inline-block;
    text-decoration: none;
}

.pagination .page-numbers.current,
.pagination a.page-numbers:hover {
    background: #102a42;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 6px;
    border: 1px solid #e6e6e6;
    font-size: 21px;
    display: inline-block;
}

.inner-blog-main-section ul li.news-content:last-of-type {
    margin: 0 0 47px;
}

.recent-post form.search-form {
    width: 100%;
    float: left;
    height: 57px;
    border: 1px solid #dfdfdf;
    position: relative;
    margin: -20px 0 55px 0px;
}

.recent-post form.search-form label {
    width: 80%
}

.recent-post form.search-form input[type="search"] {
    width: 100%;
    height: 57px;
    border: 0px;
    box-shadow: none;
    background: none;
    padding-left: 15px;
}

.recent-post form.search-form input[type="submit"] {
    border: 0px;
    box-shadow: none;
    background: url(images/search-img2.png) no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    padding: 0;
}

:focus {
    outline: none !important;
}


.recent-post h2 {
    color: #102a42;
    font-size: 30px;
    margin: 0 0 30px;
}

.recent-post ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0 0 20px;
}

.recent-post ul li {
    width: 100%;
    float: left;
    margin: 0 0 15px;
}

.recent-post ul li a {
    color: #4c5258;
    font-size: 21px;
    text-decoration: none;
}

.recent-post ul li a:hover {
    color: #000;
}

.recent-post ul li a:before {
    font-family: "Font Awesome 5 Free"!important;
    content: "\f0da";
    margin-right: 12px;
    font-weight: 900;
}




.contact-address-related ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0px;
    width: 100%;
    float: left;
}

.contact-address-related ul li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border: 1px solid #dcdcdc;
    min-height: 130px;

}

.contact-address-related ul li .lft-contact-img-section {
    width: 27%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-height: 130px;
    line-height: 130px;
    border-right: 1px solid #dcdcdc;
}

.contact-address-related ul li .lft-contact-img-section .fa {
    font-size: 40px;
    color: #2ea3f2;
}

.contact-address-related ul li .lft-contact-img-section i.fa.fa-phone {
    font-size: 35px;
}

.contact-address-related ul li .lft-contact-img-section i.fa.fa-envelope {
    font-size: 30px;
}

.contact-address-related ul li .lft-contact-img-section i.fa:before {
    vertical-align: middle;
}


.contact-address-related ul li .rgt-address-contact {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}



.contact-address-related ul li .rgt-address-contact p {
    color: #4c5258;
    font-size: 21px;
    margin: 0px;
    width: 100%;
    text-align: left;
}

.contact-address-related ul li .rgt-address-contact a {
    color: #4c5258;
    font-size: 21px;
    display: block;
    text-decoration: none;
}

.contact-banner img {
    width: 100%;
}


.contact-address-related ul li .rgt-address-contact a:hover {
    color: #000;
}

.book-appointment-related {
    width: 100%;
    float: left;
    padding: 90px 0 65px;
    text-align: center;
    background: #eaeaea;
    margin-top: 95px;
}

.book-appointment-related h3 {
    font-size: 35px;
    color: #102a42;
    margin: 0 0 50px;
    text-align: center;
}

.contact-form-section {
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

.name-related {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.contact-form-section .name-related input[type="text"],
.contact-form-section .name-related input[type="email"],
.contact-form-section .name-related input[type="tel"] {
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    padding-left: 15px;
    font-size: 17px;
    color: #c1c1c1;
}

.contact-form-section .name-related textarea {
    width: 100%;
    height: 208px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    padding-left: 15px;
    padding-top: 20px;
    resize: none;
    font-size: 17px;
    color: #c1c1c1;
}

.contact-form-section .name-related input[type="submit"] {
    width: 100%;
    height: 56px;
    background: #002F6C;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
}

.name-related .wpcf7-form-control-wrap.kc_captcha {
    display: block;
}

.contact-form-section .name-related input[type="submit"]:hover {
    background: #000;
}

:focus {
    outline: none !important;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    width: 100%;
    float: left;
    text-align: center;
}

.contact-content-section {
    width: 100%;
    float: left;
    margin: 95px 0 0;
}

.contact-content-section h1 {
    text-align: center;
    font-size: 35px;
    color: #102a42;
    margin: 0 0 40px;
}

.managble-spacing-contact {
    padding: 0 7%;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 5px 0 50px;
    font-size: 19px;
    color: #102a42;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #8c8c8c;
    text-decoration: none;
}

.woocommerce .woocommerce-result-count {
    display: none;
}



.gridlist-toggle a {
    background-color: transparent !important;
    color: #d4d4d4;
    font-size: 25px !important;
}

.gridlist-toggle a.active {
    color: #102a42;
}

.col-md-9.product-right .gridlist-toggle {
    margin: -115px 0 0 !important;
    float: left;
    padding: 0px !important;
}

header.woocommerce-products-header {
    display: none;
}

.col-md-9.product-right .gridlist-toggle .dashicons:before,
.col-md-9.product-right .gridlist-toggle .dashicons {
    font-size: 32px !important;
}

.woocommerce .woocommerce-ordering select {
    height: 58px;
    width: 210px;
    padding: 0 0 0 10px;
    font-size: 18px;
    color: #9e9e9e;
    margin-right: 45px;
    border: 1px solid #e6e6e6;
}

select.select.wppp-select {
    height: 58px;
    width: 90px;
    padding: 0 0 0 10px;
    font-size: 18px;
    color: #9e9e9e;
    border: 1px solid #e6e6e6;
}

.woocommerce .woocommerce-ordering span,
form.form-wppp-select.products-per-page span {
    font-size: 18px;
    color: #102a42;
    margin-right: 15px;
    vertical-align: middle;
    display: inline-block;
    line-height: 58px;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 50px;
}

span.imghover {
    border: 1px solid #e6e6e6;
    float: left;
    text-align: center;
    padding: 10px;
    margin-bottom: 13px;
    min-height: 350px;
    width: 100%;
}

ul.products.list li.product h3,
ul.products.list li.product .woocommerce-product-details__short-description,
ul.products.list li.product .price,
ul.products.list li.product .gridlist-buttonwrap {
    width: 100% !important;
    float: left;
}


.woocommerce .products ul,
.woocommerce ul.products {
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    color: #4c5258;
    font-size: 16px;
    line-height: normal;
    margin: 0px 0 12px;
}

.woocommerce ul.products li.product .price {
    color: #102a42;
    font-size: 20px;
    line-height: normal;
    margin: 0px;
}

a.button.add_to_cart_button {
    display: none;
}

.gridlist-buttonwrap {
    float: right;
}

.woocommerce ul.products li.product .button {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}

.single-product.woocommerce ul.products li.product .button {
    float: right;
}

.woocommerce ul.products li.product a img {
    margin: 0 auto;
    width: auto;
}

.woof_redraw_zone h4 {
    color: #4c5258;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 2px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.widget input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.woof_list label {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 17px;
    color: #4c5258;
    margin-top: 10px;
}

.woof_list li {
    display: block;
}

a.woof_front_toggle {
    font-size: 0px;
}

a.woof_front_toggle:hover {
    text-decoration: none;
}

a.woof_front_toggle.woof_front_toggle_opened:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #4c5258;
    font-size: 20px;
}

a.woof_front_toggle.woof_front_toggle_closed:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #4c5258;
    font-size: 20px;
}

.woof_childs_list_opener {
    float: right;
}

.woof_childs_list_opener span.woof_is_opened {
    background: none;
    height: auto;
    margin: 12px 2px 0 0px;
}

.woof_childs_list_opener span.woof_is_opened:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #4c5258;
    font-size: 20px;
}

.woof_childs_list_opener span.woof_is_closed {
    background: none;
    height: auto;
    margin: 12px 2px 0 0px;
}

.woof_childs_list_opener span.woof_is_closed:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #4c5258;
    font-size: 20px;
}

.woocommerce nav.woocommerce-pagination {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 95px;
}

.woocommerce nav.woocommerce-pagination a.page-numbers {
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 6px;
    border: 1px solid #e6e6e6;
    font-size: 21px;
    color: #9e9e9e;
    display: inline-block;
    text-decoration: none;
    padding: 0px;
}

.woocommerce nav.woocommerce-pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination a.page-numbers:hover {
    background: #102a42;
    color: #fff;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    margin: 0 6px;
    border: 1px solid #e6e6e6;
    font-size: 21px;
    display: inline-block;
    padding: 0px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: 0px;
}

ul.products.columns-3.list span.imghover {
    margin-right: 1%;
}

ul.products.list li.product {
    margin-bottom: 25px;
}

.woof_checkbox_count {
    display: none;
}

button.button.woof_reset_search_form {
    color: #fff;
    background: #102a42;
}

.microneedling-top-section {
    width: 100%;
    float: left;
    padding: 100px 0px;
}

.inner-microneding-space-section {
    padding: 0 7%;
}

.microneedling-top-section.middle-section-bg-color {
    background: #f2f2f2;
}

.microneedling-top-section h1,
.microneedling-top-section h3 {
    font-size: 30px;
    color: #102a42;
    margin: 20px 0px;
}

.microneedling-top-section p {
    font-size: 18px;
    color: #4c5258;
    margin: 0px 0px 15px;
    line-height: 35px;
}

.one-line-heading {
    float: left;
    width: 100%;
    display: flex;
}

.one-line-heading strong {
    font-weight: 400;
    color: #009de3;
    display: inline-block;
    padding-right: 10px;
    line-height: 35px;
    font-size: 18px;
}

.one-line-heading p {
    display: inline-block;
}

.rgt-content-bg-sectin {
    width: 100%;
    float: left;
    background: #009de3;
    padding: 25px 40px 50px;
}

.rgt-content-bg-sectin h6 {
    font-size: 30px;
    color: #fff;
    margin: 0px 0px 20px;
    padding-top: 20px;
}

.rgt-content-bg-sectin label {
    font-size: 21px;
    color: #fff;
    margin: 0px 0px 20px;
    display: block;
    float: left;
    width: 100%;
}

.rgt-content-bg-sectin label strong {
    font-weight: 400;
    float: right;
    width: 14%;
}

.rgt-content-bg-sectin.photo-rejuvenation-design label strong {
    font-weight: 400;
    float: right;
    width: 14%;
}

.rgt-content-bg-sectin.photo-rejuvenation-design label b {
    font-weight: 400;
    float: left;
    width: 64%;
}

.rgt-content-bg-sectin p {
    font-size: 21px;
    color: #fff;
    margin: 0px 0px 0px;
    display: block;
    line-height: 32px;
}

.bottum-content-microneeding {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.bottum-content-microneeding span {
    font-size: 18px;
    color: #009de3;
    text-transform: uppercase;
}

.bottum-content-microneeding a {
    font-size: 18px;
    color: #009de3;
    text-transform: uppercase;
    text-decoration: none;
}

.bottum-content-microneeding a:hover {
    color: #102a42;
}

.microneedling-top-section.microdermabrasion-top-space {
    padding-bottom: 40px;
}

.microneedling-top-section.microdermabrasion-top-space .rgt-content-bg-sectin label {
    margin-bottom: 12px;
}

.microneedling-top-section.microdermabrasion-top-space h1 {
    margin-top: -5px;
}

.middle-section-bg-color.microdermabrasion-bottum-content {
    margin-bottom: 100px;
}

.microneedling-top-section ul {
    list-style: none;
    margin: 0px 0 35px;
    padding: 0px;
    float: left;
    width: 100%;
}

.microneedling-top-section ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 18px;
    color: #4c5258;
    padding-left: 20px;
}

.microneedling-top-section ul li:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    margin-left: -20px;
}

.rgt-content-bg-sectin.photo-rejuvenation-design label:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 12px;
    float: left;
}

.microneedling-top-section.mesotherapy-mddle-section-related {
    padding: 0px;
}

.microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq h3 {
    text-align: center;
    margin: 0 0 45px;
}

.microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq p {
    padding-left: 22px;
}

.microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq ul li {
    color: #009de3;
}

.microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq ul {
    margin-bottom: 0px;
}

.microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq ul li:last-child {
    margin-bottom: 0px;
}

.microneedling-top-section h4 {
    font-size: 23px;
    color: #009de3;
    line-height: 40px;
}

.microneedling-top-section h4.top-second-heading {
    margin-top: 20px;
}

.microneedling-top-section h5 {
    font-size: 23px;
    color: #4c5258;
    line-height: 40px;
    margin: 0 0 20px;
}

.microneedling-top-section h4 a {
    font-size: 23px;
    color: #009de3;
}

.microneedling-top-section h4 a:hover {
    color: #000;
}

.microneedling-top-section.tempsure-skin-tightening-video-section {
    padding-top: 0px;
}

.woocommerce div.product .product_title {
    font-size: 40px;
    color: #102a42;
    margin: 0 0 25px;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category .product_title {
    margin: 0 0 10px;
}

.woocommerce-product-details__short-description p {
    color: #4c5258;
    font-size: 18px;
    line-height: 35px;
    margin: 0 0 15px;
}

.woocommerce div.product p.price {
    color: #2ea3f2;
    font-size: 40px;
    margin: 0px 0 40px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ebebeb;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category p.price {
    padding: 0 0 10px;
    margin: 0 0 18px;
}

.product_cat-laser-hair-removal-for-women-category .awdr_discount_bar {
    display: none;
}

.woocommerce div.product span.price {
    color: #2ea3f2;
    font-size: 30px;
    margin: 0px 0 10px;
}

.clr {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.clr b {
    font-size: 30px;
    color: #102a42;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.clr span {
    color: #4c5258;
    font-size: 20px;
    display: block;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 20px 0 0;
}

.quantity {
    width: 130px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #102a42;
    display: flex;
    justify-content: space-between;
}

.woocommerce div.product form.cart div.quantity input.minus {
    border-radius: 0;
    background: #102a42;
    border: 0px;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    padding-left: 12px;
    padding-right: 12px
}

.woocommerce div.product form.cart div.quantity input.plus {
    border-radius: 0;
    background: #102a42;
    border: 0px;
    font-size: 25px;
    padding: 0px;
    margin: 0px;
    padding-right: 12px;
    padding-left: 12px;
}

.woocommerce .quantity .qty {
    width: 60px;
    border: none;
    font-size: 25px;
    padding: 0px;
}

.woocommerce table.cart td.product-quantity .qty {
    padding: 0px;
}

.woocommerce button.button.alt {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    padding: 18px 35px;
    background: #2ea3f2;
    border-radius: 0px;
    font-weight: 400;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #102a42;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #2ea3f2;
}

.product_meta span.posted_in {
    display: none;
}

body .accordion-item-active .accordion-header {
    background: #fff;
}

body .accordion-item-active .accordion-header h1 {
    color: #102a42;
    font-size: 30px;
}

.drawer {
    border: 0px;
    border-radius: 0px;
}

.accordion-header {
    color: #102a42;
    font-size: 30px;
    padding: 5px 12px 0px 0px;
    background: #fff;
    border: 0px;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.accordion-content {
    border: 0px;
    font-size: 18px;
    line-height: 35px;
    color: #4c5258;
    float: left;
    width: 100%;
    padding: 25px;
}

.accordion-content h3 {
    font-size: 20px;
    margin: 0 0 15px;
}

.accordion-content ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}

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

.accordion-content ul li:before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 10px;
}


body .accordion-header {
    background: #fff;
}

.accordion-header h1 {
    color: #102a42;
    font-size: 30px;
    padding: 12px 12px 12px 0px;
    background: #fff;
    border: 0px;
}

body .accordion-header h1 {
    color: #102a42;
}

.accordion-header-icon.accordion-header-icon-active:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #102a42;
    font-size: 20px;
    float: right;
    margin-top: -20px;
}

.accordion-header-icon:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #102a42;
    font-size: 20px;
    float: right;
    margin-top: 20px;
}

.woocommerce div.product form.cart {
    margin-bottom: 45px;
    margin-top: 15px;
}

p.stock.in-stock {
    font-size: 20px !important;
}

div#accordion-container {
    float: left;
    width: 100%;
}

.wpgis-slider-for {
    border: 1px solid #e6e6e6;
    padding: 50px;
}

.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}

.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
    opacity: 1;
}

.wpgis-slider-for .btn-next {
    margin-right: 0px;
}

.wpgis-slider-for .btn-prev {
    margin-left: 0px;
}

section.related.products {
    width: 100%;
    float: left;
    text-align: center;
    margin: 40px 0 20px;
}

section.related.products h2 {
    font-size: 35px;
    color: #102a42;
    margin: 0 0 50px;
    text-transform: capitalize;
}




.woocommerce div.product {
    width: 100%;
    float: left;
}

.woocommerce-message {
    float: left;
    width: 100%;
}

input#coupon_code {
    width: 125px;
}



span.woocommerce-input-wrapper {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}

.select2-container .select2-selection--single {
    height: 45px;
}


.single-product.woocommerce div.product div.images img {
    width: auto;
    margin: 0 auto;
}

div#wpgis-gallery img {
    width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    flex: none;
    max-width: 100%;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    padding-left: 0px;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    padding-right: 0px;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    height: 45px;
}



.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: #2ea3f2;
    color: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: #102a42;
    color: #fff;
}




.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: #fff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #2ea3f2;
    color: #fff;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #102a42;
    color: #fff;
}

.woocommerce-info::before,
.woocommerce-message:before {
    color: #2ea3f2;
}

.woocommerce-info,
.woocommerce-message {
    border-top-color: #2ea3f2;
}

.woocommerce-info a {
    color: #2ea3f2;
}



article {
    width: 100%;
    float: left;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    background: #2ea3f2;
    padding: 15px 15px;
    text-decoration: none;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #102a42;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #102a42;
    color: #fff;
}

.woocommerce-MyAccount-content a {
    color: #2ea3f2;
}

fieldset {
    padding-left: 0px;
    padding-right: 0px;
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-right: 15px;
}

p.woocommerce-LostPassword.lost_password a {
    color: #2ea3f2;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    float: left;
    width: 100%;
}





.single-product.woocommerce ul.products li.product,
.single-product.woocommerce-page ul.products li.product {
    width: 100%;
}

.single-product .owl-dots {
    display: none;
}

.single-product .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 28.5%;
    z-index: 0;
    display: block;
}

.single-product .owl-nav .owl-prev {
    float: left;
}

.single-product .owl-nav .owl-next {
    float: right;
}

.single-product .owl-nav .owl-prev span {
    font-size: 0px;
    background: url(images/slider-nxt-arrow.png) no-repeat;
    width: 17px;
    height: 31px;
    display: block;
    transform: rotate(180deg);
    margin-left: -17px;
}

.single-product .owl-nav .owl-next span {
    font-size: 0px;
    background: url(images/slider-nxt-arrow.png) no-repeat;
    width: 17px;
    height: 31px;
    display: block;
    margin-right: -20px;
}


.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 400;
}

.h-slider {
    min-height: 300px;
}



.microneedling-top-section table td {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    padding: 12px 0px 12px 0px;
    text-align: center;
}

.microneedling-top-section table th {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 12px 0px 12px 0px;
}

.microneedling-top-section tr td:first-child {
    text-align: left;
    padding-left: 100px;
    border-left: 1px solid #fff;
    text-transform: capitalize;
}

.microneedling-top-section tr td:first-child:before {
    font-family: FontAwesome;
    content: "\f0da";
    margin-right: 10px;
}

.microneedling-top-section tr:last-child {
    border-bottom: 1px solid #fff;
}


.microneedling-top-section table {
    border-collapse: collapse;
    margin-bottom: 50px;
}

.microneedling-top-section table th {
    border: 1px solid #fff;
    width: 33.33%;
}

.microneedling-top-section tr.highlight td:first-child:before {
    padding-top: 0px;
    content: " ";
    display: none;
}

.microneedling-top-section tr.highlight-bottum td:first-child:before {
    padding-top: 0px;
    content: " ";
    display: none;
}

.microneedling-top-section table td {
    border-right: 1px solid #fff;
}

.individual-Treatment-bg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 70px 45px 25px;
    background: #009de3;
}

.microneedling-top-section .individual-Treatment-bg h3 {
    color: #fff;
    margin: 0 0 45px;
}

.microneedling-top-section.individual-Treatment-tabler-content {
    padding-top: 0px;
}

tr.highlight-bottum {
    height: 30px;
}

tr.highlight {
    height: 35px;
}


.ysm-search-widget label {
    margin: 0px;
}

.home-about-section.about-main-page h1 {
    font-family: 'Neutraface2Text-Book';
    font-size: 35px;
    color: #102a42;
    margin: 0px 0 25px;
}

.modal-content {
    border-radius: 10px;
}

.modal-body p {
    font-family: 'Neutraface2Text-Book';
    font-size: 20px;
    color: #4c5258;
    margin: 0 0 25px;
    line-height: 1.5;
}

h5.modal-title {
    font-size: 30px;
    color: #151515;
    text-transform: capitalize;
    text-align: center;
    display: block;
    width: 100%;
}

.modal-content .modal-header button.close {
    padding: 0;
    margin: 0;
    background: transparent;
    width: 30px;
    height: 31px;
    line-height: 6px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-about-section.about-main-page a {
    color: #009de3;
    font-size: 17px;
    text-transform: uppercase;
    border: 0px;
    padding: 0px;
    text-decoration: none;
}

.home-about-section.about-main-page h6 {
    color: #009de3;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0px;
}

.home-about-section.about-main-page h6 a {
    color: #009de3;
    font-size: 17px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: none;
}

.home-about-section.about-main-page span {
    display: block;
    font-size: 16px;
    color: #4c5258;
    line-height: 30px;
}

.home-about-section.about-main-page a:hover {
    background: none;
    color: #000;
}

.page-id-10469 .gallery-m22-section,
.page-id-11135 .gallery-m22-section {
    display: none;
}

.sun_spts_sect {
    width: 100%;
    display: inline-block;
    margin-top: 85px;
    margin-bottom: 65px;
}

.sun_spts_sect h1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    text-transform: capitalize;
    margin: 0 0 15px;
}

.sun_spts_sect p {
    font-family: 'Neutraface2Text-Book';
    font-size: 18px;
    color: #4c5258;
    margin: 0 0 16px;
    text-align: center;
    line-height: 35px;

}

.sun_spts_sect a {
    color: #009de3;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
}

.sun_spts_sect strong {
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
}

.sun_spts_sect b {
    color: #009de3;
    font-size: 23px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
}


.inner-microneding-space-section span {
    color: #009de3;
}

.inner-microneding-space-section a {
    color: #009de3;
    text-decoration: none;
}

.inner-microneding-space-section a:hover {
    color: #000;
}


.sun_spts_sect h4 {
    color: #009de3;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
}

.microneedling-top-section.red-vein-treatment {
    padding-top: 0px;
}


.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.bottum-velashap-related-section .panel-group {
    padding: 30px 70px 0px;
    margin-bottom: 60px;
}

.microneedling-top-section.bottum-velashap-related-section h4 {
    font-size: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #d7d7d7;
    color: #4c5258;
    margin-bottom: 40px;
    font-family: 'Neutraface2Text-Book';
}

.microneedling-top-section.bottum-velashap-related-section h4 a {
    color: #4c5258;
    font-family: 'Neutraface2Text-Book';
}

.microneedling-top-section.bottum-velashap-related-section h3 {
    text-align: center;
}

.microneedling-top-section.bottum-velashap-related-section .panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.microneedling-top-section.bottum-velashap-related-section {
    padding-top: 0px;
}

.microneedling-top-section.microdermabrasion-top-space.top-velashaped-section {
    margin-bottom: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.sun_spts_sect.rosacea-top-section b {
    font-size: 18px;
}

.sun_spts_sect.rosacea-bottum-section h3 {
    font-size: 30px;
    color: #102a42;
    margin: 20px 0px;
    text-align: center;
}

.rosacea-middle-section p b {
    color: #009de3;
    font-weight: 400;
}

.banner_sect img {
    width: 100%;
}


.woocommerce div.product form.cart .variations td {
    max-width: none !important;
    padding: 0 20px 20px 0 !important;
    line-height: 1.3em;
}

.woocommerce div.product form.cart .variations td select {
    padding: 12px 8px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666 !important;
    background-color: #ececec;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
}


.woocommerce div.product form.cart .variations label {
    font-size: 30px;
    color: #102a42;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    line-height: 45px;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td.label {
    width: 130px;
    vertical-align: middle;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations label {
    line-height: 50px;
    font-size: 27px;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations {
    margin-bottom: 10px;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td {
    padding: 0px !important;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td select {
    padding: 12px 20px;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
}

.woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .woocommerce-variation-description p {
    color: #77a464;
    font-size: 24px;
    margin: 0 0 10px;
}

.product_cat-laser-hair-removal-for-women-category p.stock.in-stock {
    margin-bottom: 15px;
}

.product_cat-laser-hair-removal-for-women-category section.related.products {
    margin-top: 0px;
}

.product_cat-laser-hair-removal-for-women-category section.related.products h2 {
    margin-bottom: 30px;
}

.woocommerce div.product form.cart .reset_variations {
    padding: 12px 15px;
    background: #2ea3f2;
    color: #fff;
    text-decoration: none;
}

.woocommerce div.product form.cart .reset_variations:hover {
    background: #102a42;
    color: #fff;
}





.book-appointment-related.bg-changes {
    margin-top: 0px;
    padding: 90px 0 0px;
    background: #fff;
}

.book-appointment-related.bg-changes .contact-form-section .name-related input[type="text"],
.book-appointment-related.bg-changes .contact-form-section .name-related input[type="email"],
.book-appointment-related.bg-changes .contact-form-section .name-related input[type="tel"],
.book-appointment-related.bg-changes .contact-form-section .name-related textarea,
.book-appointment-related.bg-changes .contact-form-section .name-related input[type="date"] {
    border: 1px solid #dbdbdb;
}

.contact-form-section .name-related input[type="file"],
.contact-form-section .name-related input[type="date"] {
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    padding-left: 15px;
    font-size: 17px;
    color: #c1c1c1;
}

.contact-form-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.contact-form-section ul li {
    float: left;
    width: 60%;
    margin-bottom: 15px;
    padding-right: 7%;
    font-size: 18px;
    color: #4c5258;
}

.contact-form-section ul li label {
    margin-left: -20px;
}

.contact-form-section ul li:nth-child(2n) {
    width: 40%;
    padding-right: 0px;
}

.contact-form-section h6 {
    color: #009de3;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 25px;
    display: inline-block;
    line-height: 35px;
}

.contact-form-section ul li h6 {
    color: #009de3;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 25px;
    display: inline-block;
}


.contact-form-section .wpcf7-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.contact-form-section .name-related.photo-related label {
    width: 100%;
    height: 56px;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    border: 0px;
    padding-left: 15px;
    font-size: 17px;
    color: #c1c1c1;
    text-align: left;
    cursor: pointer;
    position: relative;
}

.contact-form-section .name-related.photo-related label span {
    position: absolute;
    top: 18px;
}

.contact-form-section .name-related.photo-related label strong {
    background: url(images/photo-img.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.name-related.half {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.name-related.second {
    width: 48%;
    float: left;
    margin-left: 2%;
}

.personal-deetails-form {
    width: 100%;
    float: left;
    margin-bottom: 90px;
}

.contact-form-section .name-related.manageble-textarea textarea {
    height: 115px;
}

.microneedling-top-section.form-top-related {
    text-align: center;
}

.microneedling-top-section.form-top-related span {
    font-size: 18px;
}

input[type=checkbox],
input[type=radio] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}


.home-banner .owl-carousel .owl-item img.mobile-view {
    display: none;
}

.femail-pricelist-section {
    width: 100%;
    float: left;
    margin: 0 0 95px;
}

.femail-pricelist-section h3 {
    text-align: center;
    font-size: 30px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    text-transform: capitalize;
    margin: 0 0 35px;
}

.inner-microneding-space-section1 {
    padding: 0 10.50%;
}

.femail-pricelist-section table {
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
    text-align: center;
    margin: 0px;
}

.femail-pricelist-section table th {
    border-bottom: 1px solid #d3d3d3;
    font-size: 20px;
    padding: 10px 15px;
    color: #102a42;
    font-family: 'Neutraface2Text-Book';
    border-right: 1px solid #d3d3d3;
    text-transform: uppercase;
}

.femail-pricelist-section table td {
    font-size: 21px;
    color: #4c5258;
    padding: 10px 15px;
    border-right: 1px solid #d3d3d3;
    width: 33.33%;
}

.femail-pricelist-section table tr td:first-child {
    text-align: left;
    padding-left: 125px;
}

.femail-pricelist-section.space-mangable-first table tr td:first-child {
    padding-left: 45px;
}

.femail-pricelist-section p {
    text-align: center;
    font-size: 18px;
    color: #4c5258;
    margin: 0px;
}

.femail-pricelist-section p:last-of-type {
    margin-bottom: 35px;
}

.price-list-middle h3,
.price-list-middle p {
    text-align: center;
}

.top-price-space {
    margin-top: 45px;
}

.microneedling-top-section .lft-price-content ul li:before {
    color: #009de3;
}

.microneedling-top-section .lft-price-content ul li {
    margin: 20px 0 0;
}

.microneedling-top-section .lft-price-content ul li h5 {
    color: #009de3;
    font-size: 22px;
    display: inline-block;
    margin: 0 0 5px;
    line-height: normal;
}

.microneedling-top-section .lft-price-content ul li p {
    font-size: 18px;
    line-height: 35px;
    color: #4c5258;
    text-align: left;
    margin: 0px;
}

.inner-skin-treatment {
    width: 100%;
    float: left;
    padding: 50px;
    box-shadow: 0 0 10px #ccc;
    margin-bottom: 30px;
    min-height: 900px;
}

.microneedling-top-section.price-skin-section h3 {
    text-align: center;
    margin: 0 0 30px;
}

.inner-skin-treatment label {
    font-size: 18px;
    color: #4c5258;
    display: block;
    margin: 0px 0 5px;
}

.contact-form-section .wpcf7-form-control-signature-global-wrap {
    float: left;
    width: 100%;
}

.contact-form-section .wpcf7-form-control-signature-wrap {
    border: 2px solid #b7b7b7;
    width: 219px !important;
    height: 83px !important;
}

.contact-form-section .wpcf7-form-control-clear-wrap {
    float: right;
    text-align: right;
    width: auto;
    margin: -45px 0 0;
}

.contact-form-section span.con-my-sig {
    float: left;
    font-size: 17px;
    color: #4c5258;
    margin: 5px 0px 15px;
    font-family: 'Neutraface2Text-Book';
}

.microneedling-top-section.price-facial-section h5 {
    font-size: 22px;
    color: #009de3;
}

.microneedling-top-section.price-facial-section h3 {
    text-align: center;
}

.microneedling-top-section.price-facial-section .col-md-5,
.microneedling-top-section.price-facial-section .col-md-7,
.microneedling-top-section.price-facial-section .col-md-6 {
    padding-bottom: 45px;
}

.microneedling-top-section.price-list-bottum h3 {
    margin-top: 30px;
}

.microneedling-top-section.price-list-bottum label {
    font-size: 18px;
    color: #4c5258;
    margin: 0px 0px 8px;
    display: block;

}

.microneedling-top-section.price-list-bottum h6 {
    color: #009de3;
    font-size: 18px;
}

.microneedling-top-section.environment-top-section h1 {
    text-align: center;
    margin-bottom: 5px;
}

.microneedling-top-section.environment-top-section p {
    text-align: center;
    margin-bottom: 20px;
}

.microneedling-top-section.environment-top-section h6 {
    font-size: 20px;
    color: #009de3;
    margin: 10px 0 25px;
    text-transform: uppercase;
}

.microneedling-top-section.environment-top-section a {
    font-size: 18px;
    color: #4c5258;
    margin: 15px 0 0px;
    text-decoration: none;
}


.microneedling-top-section.environment-top-section .col-md-4 p {
    text-align: left;
}

.middle-envirenment-secton h3 {
    text-align: center;
}

.middle-envirenment-secton p {
    text-align: center;
    margin-bottom: 30px;
}

.middle-envirenment-secton .col-md-7 p {
    text-align: left;
    margin-bottom: 15px;
}

.middle-envirenment-secton .col-md-7 h3 {
    text-align: left;
}

.microneedling-top-section.bottum-enviremet {
    text-align: center;
}

.microneedling-top-section.bottum-enviremet h6 {
    font-size: 25px;
    color: #009de3;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.microneedling-top-section.bottum-enviremet span {
    font-size: 25px;
    color: #009de3;
    text-transform: uppercase;
    display: block;
}

.microneedling-top-section.bottum-enviremet a {
    font-size: 25px;
    color: #009de3;
    text-transform: uppercase;
    display: block;
}

.microneedling-top-section.middle-laser-hair-secton {
    margin-bottom: 95px;
}

.microneedling-top-section.middle-laser-hair-secton h6 {
    font-size: 23px;
    color: #009de3;
    margin: 25px 0 0;
}

.microneedling-top-section.middle-laser-hair-secton h6 a {
    color: #009de3;
}

.microneedling-top-section.image-skincare-top-section h4 a {
    color: #4c5258;
    font-family: 'Neutraface2Text-Book';
    font-size: 20px;
}

.microneedling-top-section.image-skincare-top-section h4 {
    font-size: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #d7d7d7;
    color: #4c5258;
    margin-bottom: 40px;
    font-family: 'Neutraface2Text-Book';
}

.image-skincare-top-section .panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.image-skincare-top-section h5 {
    color: #009de3;
    font-size: 23px;
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.image-skincare-top-section .rgt-content-bg-sectin {
    margin-bottom: 30px;
}

.image-skincare-top-section .panel-group {
    margin-top: 50px;
}

.entry-content ol {
    padding: 0 0 23px 0;
    line-height: 26px;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0px;
}

.entry-content ul {
    padding: 0 0 23px 1em;
    line-height: 26px;
    list-style-type: disc;
    margin: 0px;
}


.entry-content table,
body.et-pb-preview #main-content .container table {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px solid #eee;
    text-align: left;
}

#content-area table tr {
    max-width: 100%;
    padding: .857em .587em;
}

.entry-content tr td {
    border: 1px solid #eee;
    max-width: 100%;
    padding: .857em .587em;
}


.woocommerce-cart td.product-name {
    font-size: 0px;
}

.woocommerce-cart td.product-name a {
    color: #000;
    font-size: 16px;
}

.team-managble-section ul {
    margin-bottom: 0px;
}

.microneedling-top-section.mesotherapy-mddle-section-related.team-managble-section {
    margin-bottom: 95px;
}

.microneedling-top-section.top-team-section h1 {
    text-align: center;
    margin: 0 0 50px;
}

.microneedling-top-section.top-team-section .col-md-4 {
    margin-bottom: 50px;
}

.microneedling-top-section.top-team-section ul {
    margin-bottom: 0px;
}


.home-banner .owl-carousel .owl-item img {
    width: auto;
    min-width: 100%;
    height: 100%;
}

.page-template-landing-page .product-right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.page-template-landing-page .product-right ul.categories_imgs li {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    margin-bottom: 50px;
    /*     border: 1px solid #aaa; */
    border-radius: 11px;
    /*     min-height: 306px; */
    margin-left: -4px;
}

.page-template-landing-page .product-right ul.categories_imgs li img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 10px;
}

.page-template-landing-page .product-right ul.categories_imgs li:nth-child(3n) {
    margin-right: 0px;
}

.landing-outer-product {
    width: 100%;
    float: left;
    margin: 100px 0px 50px;
}

.reapeter-categoy-section h3 {
    color: #4c5258;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 30px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.reapeter-categoy-section ul {
    list-style: none;
    margin: 0 0 40px;
    padding: 0 0 0 10%;
    float: left;
    width: 100%;
}

.reapeter-categoy-section ul li {
    padding: 0 0 5px 0;
    margin: 0 3px 0 3px;
    display: flex;
}

.reapeter-categoy-section input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}


.reapeter-categoy-section label {
    padding-top: 0px;
    padding-bottom: 16px;
    font-size: 18px;
    color: #4c5258;
    margin-top: -3px;
    vertical-align: middle;
}

.toggle_this.toggled,
.toggle_this {
    font-size: 0px;
}

.toggle_this:after {
    font-family: FontAwesome;
    content: "\f067";
    color: #4c5258;
    font-size: 20px;
    float: right;
    cursor: pointer;
}



.toggle_this.toggled:after {
    font-family: FontAwesome;
    content: "\f068";
    color: #4c5258;
    font-size: 20px;
    float: right;
    cursor: pointer;
}


.page-id-2541 header.site-header {
    margin-bottom: 0px;
}


.page-template-landing-page .woocommerce.columns-3 ul.products li.product {
    margin-bottom: 50px;
}

span.resetbtn {
    text-align: center;
    display: inline-block;
    padding: 12px 40px;
    background: #337ab7;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
    border-radius: 25px;
}

span.search-icon {
    display: none;
}

form.search-form {
    display: block !important;
}




.woof_products_top_panel li span {
    color: #000;
    border: 1px solid #000;
    background-image: url(images/cross-sign1.png);
    width: 30px;
    height: 35px;
    background-size: unset;
    padding: 7px 40px 7px 15px;
}

.woof_products_top_panel li span:hover {
    color: #000;
    border: 1px solid #000;
    background-image: url(images/cross-sign1.png);
    width: 30px;
    height: 35px;
    background-size: unset;
    padding: 7px 40px 7px 15px;
}














/********************************harish 06-01-21***************************************************************/


.maximum-size-main-section .mb-0>a {
    display: block;
    position: relative;
}

.maximum-size-main-section .mb-0>a:after {
    content: "\f107";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}

.maximum-size-main-section .mb-0>a[aria-expanded="true"]:after {
    content: "\f106";
    /* fa-chevron-up */
}



.top-main-laser-removel-section {
    width: 100%;
    float: left;
    text-align: center;
    margin: 95px 0 46px;
}

.top-main-laser-removel-section h1 {
    font-size: 35px;
    color: #102a42;
    margin: 0px;
}

.maximum-size-main-section {
    max-width: 1283px;
    width: 100%;
    margin: 0 auto 80px;
    padding: 0 15px;
}

.maximum-size-main-section .card-header {
    background: #009de3;
    padding: 15px 40px;
    margin-bottom: 20px;
    border: 0px;
    box-shadow: none;
}

.maximum-size-main-section .card-header h5 a {
    font-size: 30px;
    color: #fff;
    margin: 0px;
    text-decoration: none;
}

.maximum-size-main-section .card {
    border-color: #fff;
}

.maximum-size-main-section .table thead th {
    font-size: 20px;
    color: #102a42;
    text-transform: uppercase;
    border-top: 1px solid #102a42;
    border-bottom: 1px solid #102a42;
    font-weight: 500;
    width: 18%;
    vertical-align: top;
}

.maximum-size-main-section .table td {
    font-size: 21px;
    color: #102a42;
    border-bottom: 1px solid #102a42;
    border-top: 0px;
    width: 18%;
}

.maximum-size-main-section .table td .card-header {
    white-space: nowrap;
    background: #102a42;
    padding: 12px 20px;
    margin-bottom: 0px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.maximum-size-main-section .table td .card-header h5 a {
    font-size: 21px;
    color: #fff;
    margin: 0px;
    text-decoration: none;
}

.maximum-size-main-section .table td .card {
    border: 2px solid #102a42;
}

.maximum-size-main-section .inner-content-list-rgt {
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.maximum-size-main-section .inner-content-list-rgt p {
    width: 60%;
    float: left;
    font-size: 18px;
    color: #102a42;
    margin-right: 5%;
    margin-bottom: 0px;
}

.maximum-size-main-section .inner-content-list-rgt a {
    width: 35%;
    float: right;
    font-size: 21px;
    color: #ffffff;
    background: #102a42;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}

/*.maximum-size-main-section .table tr td:last-child{width: 28%;}*/
.maximum-size-main-section .table thead th:last-child {
    width: 28%;
}



button.alumier_btn {
    background: #2ea3f2;
    padding: 18px 49px;
    color: #fff;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
    border: 0;
}


.modal-body {
    text-align: center;
    padding: 0 90px;
    padding-bottom: 40px;
}

.modal-dialog {
    max-width: 825px !important;
}

.modal-dialog input {
    width: 100%;
    height: 54px;
    border: 1px solid #102a42;
    padding: 0 20px;
    border-radius: 0;
    color: #4c5258;
}

.modal-dialog label {
    width: 100%;
    width: 100%;

}

.modal-dialog p {
    margin-bottom: 5px;
}

.modal-dialog input.wpcf7-form-control.wpcf7-submit {
    background: #2ea3f2;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-family: 'Neutraface2Text-Book';
    letter-spacing: 1px;
    font-weight: 400;

}

.modal-dialog h3 {
    line-height: 40px;
    margin-bottom: 25px;
    color: #102a42;
    font-size: 30px;
    text-transform: capitalize;
}

.modal-header {
    border: 0;
}

.modal-header .close {
    color: #102a42;
    font-size: 60px;
    font-weight: 400;
    text-shadow: inherit;
    opacity: inherit;
    margin-right: 10px;
}

.modal {
    z-index: 9999999;
}

.header-top-rht form.search-form {
    right: 0;
    top: 60px
}




/***********************************************harish 02-06-21***********************************************************************************/

.custom_subscribe_form_popup .modal {
    top: 10%;
}

.custom_subscribe_form_popup .rgt-model-bg-content {
    width: 100%;
    float: left;
    padding: 60px 100px;
}

.custom_subscribe_form_popup .modal-body {
    padding: 0px;
    text-align: left;
}

.custom_subscribe_form_popup .modal-header {
    padding: 0px;
}

.custom_subscribe_form_popup .modal-header .close {
    padding: 0px 10px;
    margin: 0px;
    float: right;
    position: absolute;
    right: 0px;
    z-index: 9999;
    color: #fff;
    font-size: 38px;
    background: #2ea3f2;


}

.custom_subscribe_form_popup .modal-dialog {
    max-width: 800px !important;
}

.custom_subscribe_form_popup .modal-body h1 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin: 0 0 10px;
    font-family: 'Poppins', sans-serif;
}

.custom_subscribe_form_popup .modal-body h6 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 35px;
    font-family: 'Poppins', sans-serif;
}

.custom_subscribe_form_popup .modal-body p {
    font-size: 18px;
    color: #000;
    font-weight: 300;
    margin: 0 0 25px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}

.custom_subscribe_form_popup .modal-dialog label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.custom_subscribe_form_popup .modal-dialog input {
    margin-top: 12px;
    border: 1px solid #b8b8b8;
}

.custom_subscribe_form_popup .modal-dialog input[type="submit"] {
    margin-top: 0px;
    border: 0px solid #b8b8b8;
    width: auto;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    background: #2ea3f2;
    padding: 0px 40px;
    letter-spacing: 3px;
    color: #fff;
    height: 48px;
    cursor: pointer;
}

.custom_subscribe_form_popup .modal-body .mc4wp-form-fields p {
    margin-bottom: 15px;
    line-height: normal;
}



#rmp_menu_trigger-8692 {
    display: none;
}

/*#offers1 .woof_container_producttypes, 
#offers1 .woof_container_skinconcerns, 

.term-offers .woof_container_producttypes, 
.term-offers .woof_container_skinconcerns, */

/*.tax-brand .woof_container_producttypes,
.tax-producttypes .woof_container_producttypes,*/
.tax-brands .woof_container_productoffers,
.tax-brand .woof_container_productoffers,
.tax-product_types .woof_container_productoffers,
.tax-productoffers .woof_container_skinconcerns,
.tax-productoffers .woof_container_producttypes {
    display: none;
}


/****************************10-6-22********************************************************************/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: left;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    text-transform: none;
    font-size: 17px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0px 40px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:first-child {
    margin-left: 00px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item:last-child {
    margin-right: 0px;
}

.middle-logo-menu-section {
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 8px 0px;
}

.middle-logo-menu-section img {
    max-width: 140px;
}

.middle-logo-menu-section .row .col-md-10 {
    padding-left: 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    height: auto;
    line-height: normal;
    letter-spacing: -.5px;
}

.main-navigation {
    margin-top: 0px;
}

.header-top-sec {
    padding: 16px 0px;
    align-items: center;
}

.header-top-lft,
.header-top-rht {
    padding-top: 0px;
}

.header-top-lft ul li {
    margin-right: 40px;
}

.header-top-lft ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-family: 'Neutraface2Text-Book';
}

.header-top-lft ul li a:hover {
    color: #337ab7;
}

.header-top-rht ul li.mobile-view-contact a {
    font-size: 16px;
    text-transform: uppercase;
    padding: 9px 20px 7px;
    color: #000;
    font-family: 'Neutraface2Text-Book';
    border: 2px solid #181818;
    text-decoration: none;
    font-weight: 600;
}

.header-top-rht ul li {
    margin-left: 30px;
}



div#search-blocks {
    max-width: 56%;
    margin: 0 auto;
}

.bottom-heder-serch {
    background: #f0f9fe;
    padding: 13px 25px;
    box-shadow: 0 0 5px #ccc;
}

.ysm-search-widget .search-field[type="search"] {
    font-size: 15px;
    padding: 11px 60px 11px 20px;
    background: #fff;
    border-radius: 45px;
    border: 1px solid #d1dee5;
    font-style: normal;
}

header.site-header {
    margin-bottom: 0px;
}

.home-clinic-sec {
    padding-top: 60px;
}

footer.site-footer {
    background: #f0f9fe;
    padding: 50px 0px;
}

.footer-nav-sec {
    margin-top: 50px;
}

.footer-copyright-sec {
    background: #ccd9e0;
    padding: 20px 0px;
}

.footer-inner-sec>ul>li>a {
    background: #d7f1fe;
}

.footer-nav-sec ul li:first-child {
    padding-left: 0px;
}

.footer-nav-sec ul li:last-child {
    padding-right: 0px;
}

.footer-nav-sec ul li a {
    font-size: 15px;
}

.footer-copyright-sec p {
    text-align: right;
}

.footer-copyright-sec p.digital_department_compamy {
    text-align: left;
}

.ob-widget-btn {
    bottom: 60px;
}

.outer-home-laser-hair-section {
    width: 100%;
    padding-bottom: 100px;
    text-align: center;
    clear: both;
}

.home-laser-hair-section {
    background: #f7f7f7;
    padding: 50px 100px;
}

.home-pay-per-section {
    padding: 100px 20px;
    width: 100%;
    height: 100%;
    position: relative;
}


.inner-bg-about:before {
    content: " ";
    background: url(images/new-bg2.jpg) no-repeat;
    width: 100%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: -1;
    background-size: cover;
}

.inner-bg-about {
    position: relative;
}

.inner-bg-about img {
    width: 90%;
    height: 90%;
    display: block;
}

.home-about-section h3 {
    font-size: 40px;
    color: #151515;
    text-transform: capitalize;
}

.home-about-section h6 {
    font-family: 'Neutraface2Text-Book';
    font-size: 24px;
    color: #4c5258;
    margin: 0 0 30px;
    line-height: 1.5;
}

.home-laser-hair-section h3 {
    font-size: 40px;
    color: #151515;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.home-laser-hair-section p {
    font-family: 'Neutraface2Text-Book';
    font-size: 25px;
    color: #4c5258;
    margin: 0 0 20px;
    line-height: 1.5;
}

.home-pay-per-section h3 {
    font-size: 40px;
    color: #151515;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.home-pay-per-section p {
    font-family: 'Neutraface2Text-Book';
    font-size: 20px;
    color: #4c5258;
    margin: 0 0 25px;
    width: 65%;
    line-height: 1.5;
}

.home-pay-per-section h6 {
    font-family: 'Neutraface2Text-Book';
    font-size: 26px;
    color: #252525;
    margin: 0px;

}

.home-pay-per-section h6 a {
    color: #252525;
    text-decoration: none;
}


.home-pay-per-section h5 {
    font-family: 'Neutraface2Text-Book';
    font-size: 24px;
    color: #4c5258;
    margin: 0px 0 25px;
    line-height: 1.5;
    width: 65%;

}

.home-pay-per-section h5 a {
    color: #4c5258;
    text-decoration: none;
}

.concers-top-section {
    padding: 70px 0 30px;
}

.concers-top-section ul {
    margin-left: 0px;
    list-style-position: inside;
    text-align: center;
}

.concers-top-section h1 {
    font-size: 35px;
    color: #102a42;
    margin: 0 0 10px;
    text-align: center;
}

.concers-top-section p {
    font-size: 20px;
    color: #454545;
    margin: 0 0 30px;
    text-align: center;
}

.concers-top-section h3 {
    font-size: 24px;
    color: #102a42;
    margin: 12px 0 13px;
}

.concers-top-section a {
    font-size: 16px;
    color: #000000;
    margin: 0px;
    display: inline-block;
    padding: 9px 20px;
    background: #e2e2e2;
    border: 1px solid #000;
    margin-bottom: 10px;
    text-decoration: none;
}

.concers-top-section .row .col-md-4 {
    padding-bottom: 40px;
}

.concers-top-section a:hover {
    background: #f0f9fe;
}

.concers-top-section.redness-rosacea-main-section h1 {
    margin-bottom: 20px;
}

.concers-top-section.redness-rosacea-main-section p {
    font-size: 16px;
    color: #4c5258;
}

.concers-top-section.redness-rosacea-main-section .manageble-inner-section p {
    text-align: left;
    margin: 0 0 20px;
}

.ysm-search-widget .search-submit:before {
    content: "SEARCH";
    font-family: 'Neutraface2Text-Book';
    font-size: 15px;
    color: #000;
}

.ysm-search-widget .search-submit {
    background: #d1dee5;
    padding: 3px 25px;
    width: auto;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 54%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item>a.mega-menu-link {
    color: #505050 !important;
    font-weight: 400;
    font-size: 17px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    border-bottom: 0px !important;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link {
    display: inline-block;
    font-size: 23px;
    color: #000;
    font-weight: 600 !important;
    padding-bottom: 15px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin: 10px 0px;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
    display: inline-block;
    font-size: 20px;
    color: #000;
    font-weight: 600 !important;
    padding-bottom: 15px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom>a.mega-menu-link {
    font-size: 18px;
    color: #505050;
    font-weight: 400 !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    font-size: 18px;
    color: #505050;
    font-weight: 400 !important;
    padding-bottom: 5px;
    padding-top: 5px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link:after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #000;
    display: block;
    margin: 10px 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    padding: 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
    border-right: 1px solid #f2f2f2;
    padding: 20px;
}




#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>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 {
    font-weight: 600;
    font-size: 15px;
    color: #000 !important;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 20px;
    text-transform: capitalize;
}




/*#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.manageble-skin-shop-mega > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu.manageble-skin-shop-mega > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
 	padding-left: 0 !important; 
 }*/
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.manageble-skin-shop-mega>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 ul {
    height: 400px;
    overflow-y: scroll;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.manageble-skin-shop-mega>ul.mega-sub-menu {
    left: 16%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns>ul.mega-sub-menu>li.mega-menu-item {
    width: 100% !important;
}

.inner-microneding-space-section1 {
    padding: 0 13%;
}


li.mobile-view-related span {
    float: right;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: #10b2f0;
    margin-top: -10px;
    font-weight: 600;
}


.skin-concern-section {
    padding-top: 50px;
}

@media (min-width:768px) {

    .col-2point4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

}


.skin-concern-section .inner-wraper-skin-concern {
    padding: 8px;
    box-shadow: 0 0 8px #eee;
    text-align: center;
}

.skin-concern-section h1 {
    font-size: 40px;
    color: #151515;
    margin: 0 0 30px;
}

.skin-concern-section .inner-wraper-skin-concern h3 {
    font-size: 25px;
    color: #151515;
    margin-bottom: 0px;
    padding: 17px 0px;
    border-bottom: 1px dashed #d3e0e7;
}

.skin-concern-section .inner-wraper-skin-concern a {
    font-family: 'Neutraface2Text-Book';
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    margin: 14px 0px 6px;
    color: #000;
    text-decoration: none;
}



.skin-concern-section .inner-wraper-skin-concern a:after {
    font-family: FontAwesome;
    content: "\f105";
    font-weight: 900;
    padding-left: 5px;
    font-size: 16px;
}


.skin-concern-section .inner-wraper-skin-concern a:hover {
    color: #337ab7;
}


.contact-banner {
    position: relative;
}

.banner-content-on {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    text-align: center;
    left: 14%;
}

.banner-content-on h1 {
    font-family: 'Neutraface2Text-Book';
    font-size: 45px;
    color: #fff;
    margin: 0 0 15px;
    -webkit-animation: zoom 6s;
    animation: zoom 6s;
    overflow: hidden;
}

.banner-content-on a {
    font-family: 'Neutraface2Text-Book';
    display: inline-block;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    padding: 11px 38px;
    background: #012f6b;
    border: 0px;
    border-radius: 30px;
    -webkit-animation: zoom 6s;
    animation: zoom 6s;
    overflow: hidden;
}


.page-template-temp-laser-hair-removal-women .banner-content-on h1 {
    color: #012f6b
}

.page-template-temp-laser-hair-removal-for-women .banner-content-on h1,
.page-template-temp-laser-hair-removal-for-men .banner-content-on h1 {
    color: #012f6b;
}

.top-m22-section {
    padding: 50px 0px 50px;
    text-align: center;
}

.top-m22-section h2 {
    font-size: 37px;
    color: #012f6b;
    margin: 0 0 20px;
}

.top-m22-section p {
    color: #615d59;
    font-size: 16px;
    margin: 0 0 25px;
    font-family: 'Avenir Next LT Pro';
    letter-spacing: .025em;
    line-height: 1.6;
}


.row.text-center.only-hydrafacial .col-md-4 {
    border: 1px solid #615d59;
    padding: 25px;
}


.row.text-center.only-hydrafacial {
    margin-bottom: 40px;
}

.row.text-center.only-hydrafacial h4 {

    color: #102a42;

}

.row.text-center.only-hydrafacial .col-md-4:nth-of-type(1) {
    border-right: 0px;
}

.row.text-center.only-hydrafacial .col-md-4:nth-of-type(2) {
    border-right: 0px;
}


.who-benefits-section {
    padding: 30px 0 80px;
}

/*.inner-who-benefits-section{padding: 70px 0 70px;background: #f0f9fe;}*/
.who-benefits-section h3 {
    font-size: 37px;
    color: #102a42;
    margin: 0 0 25px;
    text-align: center;
}

.who-benefits-section p {
    color: #4c5258;
    font-size: 16px;
    margin: 0 0 30px;
    text-align: center;
}

.who-benefits-section ul {
    margin: 10px 0 0;
    padding: 0px;
    width: 100%;
    display: block;
}

.who-benefits-section ul li {
    color: #102a42;
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 7px;
}



.photorejuvenation-table-section {
    padding: 70px 0px;
    text-align: center;
}

.photorejuvenation-table-section h3 {
    font-size: 37px;
    color: #102a42;
    margin: 0 0 30px;
    text-align: center;
}

.photorejuvenation-table-section table td,
.photorejuvenation-table-section table th {
    border: 1px solid #dff2fd;
    text-align: left;
    line-height: 1;
    padding: 16px 40px;
}


.photorejuvenation-table-section table th {
    color: #102a42;
    font-size: 18px;
    text-transform: uppercase;
    background: #f0f9fe;
}

.photorejuvenation-table-section table td {
    color: #102a42;
    font-size: 18px;
}

.photorejuvenation-table-section a {
    text-decoration: none;
    font-size: 27px;
    color: #fff;
    background: #012f6b;
    padding: 9px 55px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 35px;
}


.photorejuvenation-table-section a:hover {
    background: #102a42;
    color: #fff;
}

.banner-content-on a:hover {
    background: #102a42;
}

.bottom-m22-contact-section {
    padding: 10px 0 90px;
    text-align: center;
    clear: both;
}

.inner-wraper-contact-section {
    background: #f0f9fe;
    padding: 0px 0px 50px;
}

.bottom-m22-contact-section .contact-form-section {
    max-width: 550px;
}

.bottom-m22-contact-section .contact-form-section .name-related input[type="text"],
.bottom-m22-contact-section .contact-form-section .name-related input[type="email"],
.bottom-m22-contact-section .contact-form-section .name-related input[type="tel"],
.bottom-m22-contact-section .contact-form-section .name-related textarea {
    background: transparent;
    border: 1px solid #acc4d2;
}


a#open-close-toggle {
    cursor: pointer;
}

.bottom-m22-contact-section h4 {
    font-size: 37px;
    color: #102a42;
    margin: 0 0 40px;
    text-align: center;
}

.bottom-m22-contact-section h3 {
    font-size: 37px;
    color: #fff;
    margin: 0px 0 35px;
    text-align: center;
    background: #012f6b;
    padding: 16px 10px;
}

.bottom-m22-contact-section h3 img {
    margin-right: 10px;
}

.bottom-m22-contact-section h3 a {
    color: #fff;
    text-decoration: none;
}

.bottom-m22-contact-section h3 a:hover {
    color: #000;
}

.gallery-m22-section h3 {
    font-size: 37px;
    color: #102a42;
    margin: 0px 0 20px;
    text-align: center;
}


.gallery-m22-section .col-lg-3,
.gallery-m22-section .col-md-3,
.gallery-m22-section .col-sm-4 {
    padding: 5px;
}

.gallery-m22-section .mb-4,
.gallery-m22-section .my-4 {
    margin: 0px !important;
}


.gallery-m22-section .my-1.ufg-filters {
    border: 1px solid #14b3ef;
    margin: 0px auto;
}

.gallery-m22-section .col-md-12.my-2 {
    margin: 0px !important;
    padding: 0px !important;
}

.gallery-m22-section .mb-3 {
    margin-bottom: 0px !important;
}

.gallery-m22-section .btn-group-sm>.btn,
.gallery-m22-section .btn-sm {
    padding: 8px 17px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0px;
    text-transform: uppercase;
}



.row.ufg-gallery {
    padding-top: 20px;
}


.ufg-gallery #ufg-thumbnail {
    display: none;
}

.gallery-m22-section {
    text-align: center;
}

.gallery-m22-section a#load {
    font-family: 'Neutraface2Text-Book';
    display: inline-block;
    font-size: 17px;
    color: #000;
    font-weight: 500;
    text-shadow: 0 0 black;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 38px;
    background: #fff;
    margin-top: 30px;
    border: 1px solid #000;
}



.bottom-m22-contact-section.book-and-enquiry-contact {
    margin-top: 90px;
}

.home-about-section.bottox-doctor-about {
    float: none;
    margin: 120px 0px;
}

.bottox-doctor-about .inner-bg-about:before {
    content: " ";
    background: url(images/bottox-doctor-bg.png) no-repeat;
    width: 100%;
    height: 113%;
    position: absolute;
    top: -5%;
    left: -5%;
    z-index: -1;
    background-size: cover;
}


.home-about-section.bottox-doctor-about p {
    font-size: 17px;
    line-height: 30px;
    padding-right: 25px;
}

.home-about-section.bottox-doctor-about h3 {
    color: #102a42;
    font-size: 37px;
}



/*.content-part:hover{background: #d8d8d8;}*/
/*.content-part p:hover{color: #007bff;}
.content-part h3:hover{color: #007bff;}
.content-part ul li:hover{color: #007bff;}*/




.main-thanku-page {
    max-width: 1250px;
    width: 100%;
    margin: 70px auto 80px;
    padding: 45px;
    text-align: center;
    -moz-box-shadow: 0px 2px 5px rgb(100, 100, 100);
    -webkit-box-shadow: 0px 2px 5px rgb(100, 100, 100);
    box-shadow: 0px 2px 5px rgb(100, 100, 100);
}




.main-thanku-page h3 {
    font-size: 50px;
    color: #151515;
    margin: 45px 0 0px;
    text-transform: uppercase;
}

.main-thanku-page label {
    color: #4c5258;
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 2px solid #0ca1d7;
    padding-bottom: 10px;
}

.main-thanku-page p {
    color: #151515;
    font-size: 24px;
    background: #f0f9fe;
    padding: 12px 15px;
    border-radius: 30px;
    margin-top: 50px;
}



#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom.no-page a.mega-menu-link {
    cursor: default;
}


.treatment-banner .banner-content-on {
    width: auto;
    transform: translateY(-50%);
    left: 14%;
}

.treatment-banner .banner-content-on h1 {
    font-size: 45px;
    color: #fff;
    text-shadow: 0 0 black;
    -webkit-animation: zoom 6s;
    animation: zoom 6s;
    overflow: hidden;
}

.page-id-10390 .gallery-m22-section {
    display: none;
}

.gallery-m22-section #wpda_gall_elm_1_main_conteiner {
    box-shadow: none;
    height: 110% !important;
    overflow: visible !important;
}

.gallery-m22-section .wpda_gall_css_1_pagination_buttons_bar_clas {
    box-shadow: none;
    height: 30px;
    line-height: 30px;
    bottom: -50px;
}

.gallery-m22-section .wpda_gall_cs_go_back_button {
    font: 2em arial !important;
}

.gallery-m22-section .wpda_gall_css_1_album_kmmtc {
    width: 31% !important;
    margin: 10px 10px 10px !important;
    overflow: visible;
}



.wpda_gall_cs_rotate0,
.wpda_gall_cs_rotate1,
.wpda_gall_cs_rotate2,
.wpda_gall_cs_rotate3,
.wpda_gall_cs_rotate4,
.wpda_gall_cs_rotate5,
.wpda_gall_cs_rotate6,
.wpda_gall_cs_rotate7,
.wpda_gall_cs_rotate8,
.wpda_gall_cs_rotate9 {
    transform: rotate(0deg) !important;
}


.gallery-m22-section .wpda_gall_css_1_album_kmmtc .wpda_gall_cs_album_images {
    width: 100% !important;
    height: 100% !important;
    left: 0% !important;
    top: 0% !important;
    border: 0px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}



.gallery-m22-section .wpda_gall_cs_1_elements_title_bar {
    top: 67% !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    padding: 0px !important;
    line-height: 1 !important;
    height: auto;
    background: transparent !important;
    color: #fff;
}

.gallery-m22-section .wpda_gall_css_1_album_kmmtc:hover .wpda_gall_cs_1_elements_title_bar {
    color: #fff !important;
}


.gallery-m22-section .wpda_gall_css_1_image_kmmtc:hover .wpda_gall_cs_1_elements_title_bar {
    color: #fff !important;
}


.gallery-m22-section .wpda_gall_css_1_album_kmmtc:after {
    content: "See Gallery";
    font-size: 18px;
    padding: 10px 20px !important;
    border: 1px solid #000 !important;
    color: #000 !important;
    display: none;
    z-index: 9999;
    position: relative;
    top: 105%;
    height: 25px;
    line-height: 25px;
}



.change-link-bottom ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.change-link-bottom ul li {
    width: 90%;
    float: right;
}

.change-link-bottom ul li a {
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 10px;
    background: #012f6b;
    display: block;
    text-align: center;
    border-radius: 30px;
}



.change-link-bottom ul li a:hover {
    background: #102a42;
}


.change-header-layout .middle-logo-menu-section img {
    max-width: 200px;
    width: 100%;
}

.change-header-layout .middle-logo-menu-section {
    padding: 10px 0px;
}

.change-header-layout .header-top-sec {
    padding: 8px 0px;
}



.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 5px;
}

.change-header-layout .main-navigation {
    padding-left: 0%;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
    width: 85%;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.manageble-skin-shop-mega>ul.mega-sub-menu {
    width: 100%;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.skin-consultation-managble>ul.mega-sub-menu {
    width: 60%;
    padding: 15px;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.skin-consultation-managble>ul.mega-sub-menu>li.mega-menu-item {
    padding: 2px 10px;
}

.change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu.skin-consultation-managble>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding-bottom: 0px;
    padding-top: 0px;
}

.gallery-m22-section .col-lg-4 .stack {
    margin: 0px;
    width: 100%;
}

.gallery-m22-section .stack.twisted:before {
    transform: rotate(0deg);
}

.gallery-m22-section .stack.twisted:after {
    transform: rotate(0deg);
}

.gallery-m22-section .stack img {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
}

.gallery-m22-section .stack:before,
.gallery-m22-section .stack:after {
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
}

.gallery-m22-section .group p {
    font-size: 18px;
    padding: 6px 30px;
    border: 1px solid #000;
    color: #000;
    margin: 20px 0 20px;
    text-decoration: none;
    display: inline-block;
}





.gallery-m22-section .treatment_wrap {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
}

.gallery-m22-section .treatment_wrap:nth-of-type(3n) {
    margin-right: 0px;
}

.gallery-m22-section .hding {
    position: absolute;
    z-index: 99;
    left: 50%;
    margin: 0px;
    top: 38%;
    font-family: 'Neutraface2Text-Book';
    transform: translate(-50%, -50%);
    font-size: 25px;
    width: 90%;
    text-shadow: 0 0 5px black;
    color: #fff;
    line-height: 1.2;
}


.gallery-m22-section .col-lg-4,
.gallery-m22-section .col-md-4,
.gallery-m22-section .col-sm-4,
.gallery-m22-section .col-xs-6 {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
}



.gallery-m22-section {
    display: inline-block;
    width: 100%;
}


.photorejuvenation-table-section.only-treatment-related {
    padding-top: 40px;
}


.gallery-m22-section .group p:hover {
    background: #102a42;
    color: #fff;
}


#pbOverlay {
    z-index: 9999999999 !important;
}


@keyframes zoom {
    from {
        transform: scale(1.5);
    }

    to {
        transform: scale(1);
    }
}


.contact-banner img {
    -webkit-animation: zoom 6s;
    animation: zoom 6s;
    overflow: hidden;
}

.contact-banner {
    overflow: hidden;
}


.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}


.logged-in .fixed {
    top: 31px;
}



.treatment-banner img.mobile-banner {
    display: none;
}




.banner_sect {
    overflow: hidden;
    position: relative;
}

.banner_sect img {
    -webkit-animation: zoom 6s;
    animation: zoom 6s;
    overflow: hidden;
}



.banner_sect img.mobile-banner {
    display: none;
}






.page-template-dr-murad .banner-content-on h1 {
    color: #102a42;
}


.elementor-9053 .elementor-element.elementor-element-d85b0ec .elementor-tab-title,
.elementor-9053 .elementor-element.elementor-element-d85b0ec .elementor-tab-title:before,
.elementor-9053 .elementor-element.elementor-element-d85b0ec .elementor-tab-title:after,
.elementor-9053 .elementor-element.elementor-element-d85b0ec .elementor-tab-content,
.elementor-9053 .elementor-element.elementor-element-d85b0ec .elementor-tabs-content-wrapper {
    border-width: 0px !important;
}


.elementor-section-height-default .gallery-columns-3 {
    grid-template-columns: repeat(5, 1fr);
}




.elementor-section-height-default table.blueTable td {
    color: #102a42 !important;
    font-size: 18px !important;
    font-family: 'Neutraface2Text-Book';
}

.elementor-section-height-default table.blueTable th {
    color: #102a42 !important;
    font-size: 18px !important;
    text-transform: uppercase;
    font-family: 'Neutraface2Text-Book';
    background: #f0f9fe !important;
}


.elementor-section-height-default table.blueTable td,
.elementor-section-height-default table.blueTable th {
    border: 1px solid #dff2fd;
    text-align: left;
    line-height: 1;
    padding: 16px 40px;
}






.elementor-section-height-default table.blueTable {
    background-color: #fff !important;
    border-color: #dff2fd;
}

.elementor-section-height-default table.blueTable tr:nth-child(even) {
    background-color: #fff !important;
    border-color: #dff2fd;
}


.elementor-section-height-default table.blueTable thead {
    border-bottom: 0px;
}



.page-id-11138 .banner-content-on h1 {
    color: #102a42;
}

.page-id-11138 .gallery-m22-section {
    display: none;
}

.page-id-11138 .who-benefits-section {
    padding: 0px;
}

.page-id-11138 .photorejuvenation-table-section.only-treatment-related {
    padding-top: 0px;
}

.page-id-11138 .photorejuvenation-table-section.only-treatment-related h3 {
    display: none;
}


.page-id-10896 .banner-content-on a,
.page-id-11140 .banner-content-on a,
.page-id-10896 .gallery-m22-section {
    display: none;
}






.buttonss a {

    color: #fff;
    background: #012f6b;
    margin-right: 40px;


}

.buttonss a:hover,
.link_button a:hover,
.concers-top-section .booking_button a:hover {
    background: #102a42;
}

.buttonss a:last-child {
    margin-right: 0;
}

.link_button a {
    color: #fff;
    border-radius: 30px;
    background: #012f6b;
}

.concers-top-section .booking_button a {
    color: #fff;
    background: #012f6b;
    border-radius: 30px;
}


.row.manageble-inner-section {
    justify-content: center;
}



/*11/08/2023*/

.tab_section {
    background: #F0F9FE;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: inherit;
    border-radius: 3px;
    background: #14B2EF;
    color: #FFF;
}

.nav-tabs {
    border-bottom: 0;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.nav-link {
    color: #000;
    padding: 12px 20px;
    border-color: 0;
    border-radius: 3px;
    background: transparent;
    color: #FFF;
    font-family: 'Neutraface2Text-Book';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.nav-tabs li {
    margin-right: 15px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: 0;
    background: #14B2EF;
    color: #fff;
}

.nav-tabs .nav-link {
    border: 0;
    color: #000;
}

.box_section {
    border: 1px solid #D4EAF6;
    background: #FFF;
    margin-bottom: 30px;
}

.box_section h4 {
    background: #14B2EF;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 15px;
}

.inr_box_section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 3px;
    border: 1px solid #E1E1E1;
    background: #FFF;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1px;
}

.inr_box_section {
    padding: 30px 30px 25px;
}

.inr_box_section li {
    border-radius: 3px;
    border-right: 1px solid #E1E1E1;
    background: #FFF;
    display: inline-block;

    text-align: center;
}

.inr_box_section .var-count-4 li {
    width: 25%;
}

.inr_box_section .var-count-3 li {
    width: 33.33%;
}

.inr_box_section .nav-tabs li {
    margin-right: 0;
}

.inr_box_section li:last-child {
    border-right: 0;
}

.pri_sesction {
    display: flex;
    justify-content: space-between;
}

.h_small h6 {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0 30px;
}

.inr_box_section p {
    color: #009F10;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px;
}

.inr_box_section .nav-tabs .nav-item.show .nav-link,
.inr_box_section .nav-tabs .nav-link.active {
    border-color: inherit;
    border-radius: 0px;
    color: #000;
    background: #E1E1E1;
}

.inr_box_section .nav-tabs .nav-item.show .nav-link,
.inr_box_section .nav-tabs .nav-link.active {
    border-color: 0;
    color: #000;
    background: #E1E1E1;
}

.inr_box_section .nav-tabs .nav-link:focus,
.inr_box_section .nav-tabs .nav-link:hover {
    border-color: 0;
    color: #000;
    background: #E1E1E1;
}

.inr_box_section span {
    color: #000;
    font-family: Neutrif Pro;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    padding: 9px 0;
}

.inr_box_section strong {
    color: #646464;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.inr_box_section dt {
    color: #FF0202;
    text-align: right;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}

.btn_buy a {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 5px;
    background: #132E6C;
    display: block;
    padding: 11px 0;
    text-decoration: none;
}

.btn_buy a:hover {
    background: #102a42;
}

.tab_section h3 {
    color: #404040;
    text-align: center;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.tab_section {
    background: #F0F9FE;
    padding: 80px 0 50px;
    width: 100%;
    display: inline-block;
}

.pri_sesction_right {
    text-align: right;
}

.btn_buy {
    margin-top: 15px;
}

.h_rpt h3 {
    color: #404040;
    text-align: center;
    font-size: 37px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;

}

.benefits_of_right li {
    position: relative;
    color: #615D59;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Avenir Next LT Pro';
    margin-bottom: 20px;
    margin-right: 15px;
}

.benefits_of_right li:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(https://www.mediglow.ie/wp-content/uploads/2023/08/check-circle.png);
    vertical-align: bottom;
    margin-right: 15px;
    position: absolute;
    left: -35px;
}

.benefits_of_right ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    padding-left: 40px;
}

.benefits_of_laser {
    width: 100%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 80px;
}

#after_banner_slider img {
    width: auto;
    margin: 0 auto;
}

.rpt_section {
    max-width: 975px;
    margin: 0 auto;
}

.cont_sld {
    text-align: center;
    background: #F0F9FE;
}

.cont_sld p {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 10px 0;
}

#after_banner_slider .owl-dots {
    display: block !important;
    bottom: -17px;
}

#after_banner_slider .owl-dots button.owl-dot span {
    background: #bfecfe;
    width: 20px;
    height: 20px;
    border: 1px solid #bfecfe;
}

#after_banner_slider .owl-dots button.owl-dot.active span {
    background: #14b2ef;
}

.real_results {
    margin-bottom: 90px;
    width: 100%;
    display: inline-block;
}

.full_body_section {
    margin-bottom: 90px;
    width: 100%;
    display: inline-block;
}

.Laser_bikini {
    margin-bottom: 90px;
    width: 100%;
    display: inline-block;
}

.Laser_bikini p {
    color: #615D59;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin: 20px 0 0;
}

.what_customers_inr {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 0px 0px #14B2EF, 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 35px 35px;
    margin-bottom: 3px;
}


.what_customers_say p {
    color: #615D59;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.what_customers_say strong {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    margin-bottom: 6px;
}

.what_customers_say {
    padding-bottom: 90px;
    width: 100%;
    display: inline-block;
    background: #F0F9FE;
    padding-top: 80px;
}

.can_help {
    background: #14B2EF;
    padding: 25px 0;
    margin-bottom: 80px;
}

.can_help_inr strong {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    vertical-align: middle;
}

.can_help_inr a {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    background: #FFF;
    text-decoration: none;
    padding: 15px 30px;
    margin-left: 40px;
}

.can_help_inr {
    text-align: center;
}

/*.frequently_section .panel-heading{
	border-radius: 3px;
    background: #14B2EF;
}
.frequently_section h4{
	color: #fff;
}
.frequently_section.image-skincare-top-section .panel-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0;
    border-radius: 3px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    padding-top: 15px;
}
.frequently_section .panel.panel-default {
    margin-bottom: 15px;
}
.frequently_section.microneedling-top-section.image-skincare-top-section h4 {
    color: #fff;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}
.frequently_section.microneedling-top-section.image-skincare-top-section h4 a{
    color: #fff;
    
}*/

.frequently_section .h_rpt h3 {
    margin: 0;
}

.full_body_section .h_rpt h3 {
    padding: 0 15px;
}

.inr_box_section .nav-link {
    margin: 0;
}










.full_img_D {
    display: block;
}

.full_img_M {
    display: none;
}


div#wpgis-gallery {
    display: none;
}

.Laser_bikini.d_viwe {
    display: block;
}

.Laser_bikini.m_viwe {
    display: none;
}

.what_customers_say.m_viwe {
    display: none;
}

.what_customers_say.d_viwe {
    display: block;
}



/******************************29-09-23******************************************************************************************/



.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
    display: none;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
}


.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    padding-bottom: 40px;
    position: relative;
}

.woocommerce ul.products li.product .gridlist-buttonwrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto !important;
}

.woocommerce ul.products li.product .price {
    position: absolute;
    bottom: 7px;
    left: 0;
}




.archive.tax-producttypes.term-gift-vouchers .col-md-3.category-left {
    display: none;
}


.archive.tax-producttypes.term-gift-vouchers .col-md-9.product-right {
    flex: none;
    max-width: 100%;
}


p#calc_shipping_state_field {
    width: 100%;
    display: inline-block;
}


.woocommerce-billing-fields,
.woocommerce-additional-fields__field-wrapper {
    text-align: left;
}

.top_banner_section {
    position: relative;
}


.top_banner_section .carousel-caption {
    left: 11%;
    right: 0;
    text-align: left;
    transform: translate(0%, -50%);
    top: 50%;
    bottom: inherit;
    padding: 0;
    width: 40%;
}


.banner_title {
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: left;
    color: #000;
}

.top_banner_section ul.sector_list {
    margin: 40px 0;
    list-style: none;
    padding: 0;
}


.top_banner_section ul.sector_list li {
    color: #343434;
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: "Livvic", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    position: relative;
}

.top_banner_section ul.sector_list li:before {
    width: 24px;
    height: 24px;
    line-height: 25px;
    font-size: 12px;
    border-radius: 50%;
    content: "\f00c";
    font-family: 'font awesome 5 free';
    font-weight: 600;
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    background: #132e6c;
    text-align: center;
}

.book_appointment {
    background: #132e6c;
    font-family: neutraface2text-book;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    padding: 18px 34px;
    color: #fff;
    text-transform: uppercase;
}

.book_appointment:hover {
    background: #102a42;
    color: #fff;
    text-decoration: none;
}

.card_box {
    background: #F0F9FE;
    padding: 100px 0;
}

.heading_sect {
    font-family: neutraface2text-book;
    font-size: 37px;
    font-weight: 400;
    line-height: 1.18;
    margin: 0 0 20px;
}

.card_box p {
    font-family: avenir next lt pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    margin: 0;
    padding: 0 10%;
}

.treatments_section {
    padding: 100px 0;
    background: #fff;
}

.inner_card {
    margin-bottom: 35px;
}

.inner_card p {
    font-family: avenir next lt pro;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66;
    padding: 0 10%;
}

body .treatments_section .bafg-slider-info .bafg-slider-title {
    font-family: neutraface2text-book;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.21;
    padding: 20px 15px;
    margin: 0;
}

.button_box {
    margin-top: 30px;
}

.treatments_section:nth-child(2n+2) {
    background: #f0f9fe;
}

.listing_rept>img {
    width: 100%;
}

.mobile_view {
    display: none;
}

a.book_appointment.clr_cng {
    color: #fff;
}



/**/

.main_img_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.inr_box_rpt {
    width: calc(33.33% - 30px);

}

.img_boxx {
    position: relative;
}

.img_boxx:hover .hover_img {
    display: block;
    position: absolute;
    bottom: -146px;
    right: 0;
    left: 0;
    box-shadow: 0 0 7px #ccc;
    z-index: 999;
}

a.hover_img {
    display: none;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover {}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
    color: #505050 !important;
    background: transparent !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link {
    background: transparent;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column-standard>a.mega-menu-link:focus,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #FFF !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link {
    color: #505050 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/* li.mega-menu-megamenu.mega-skin-menu>ul.mega-sub-menu{
	width: 80% !important;
} */
.mega-skin-menu>ul.mega-sub-menu {
    width: 60% !important;
}

.page-template-landing-page .bottom-heder-serch {
    display: none;
}




#mega-menu-wrap-menu-1 #mega-menu-menu-1>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 {
    color: #FFF !important;
    background: #012f6b;
}





/*************************RESPONSIVE CSS*******************************************************************/



@media (min-width:220px) and (max-width:767px) {
    .mobile_view {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    .inr_box_section ul {
        flex-direction: inherit;
    }

    .what_customers_say.m_viwe {
        display: block;
    }

    .Laser_bikini.d_viwe {
        display: none;
    }

    .Laser_bikini.m_viwe {
        display: block;
    }

    #Laser_bikini_slider img {
        width: auto;
        margin: auto;
    }

    .what_customers_say.d_viwe {
        display: none;
    }

    #what_customers_slider img {
        width: auto;
    }

    .modal-body {
        padding: 0 40px;
    }

    .woocommerce div.product {
        margin: 130px 0 0;
    }


    .main-navigation {
        display: none;
    }

    html body div#wprmenu_bar {
        height: 95px;
    }

    #wprmenu_bar .bar_logo {
        height: 80px;
        margin: -25px 0 0;
        padding: 0px;
    }

    #wprmenu_menu_ul {
        margin-top: 15px !important;
        padding: 0px !important;
        text-align: center;
    }

    #mg-wprm-wrap ul li {
        border-top: 1px solid #d7d7d7;
    }

    .cbp-spmenu-bottom.cbp-spmenu-open.custom,
    .cbp-spmenu-top.cbp-spmenu-open.custom {
        top: 135px !important;
    }

    html body div.wprm-overlay {
        background: #fff !important;
        position: static !important;
    }

    header.site-header {
        margin-bottom: 0px;
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        z-index: 9999;
        height: 100px;
        top: 0px;
    }

    .header-logo-related {
        width: 100%;
        margin: 5px auto 0;
        max-width: 175px;
        padding: 0px;

    }


    .header-top-sec {
        padding: 12px 0 8px;
        height: auto;
        line-height: normal;
        margin: 0 0 10px;
        border-bottom: 1px solid #eee;
    }

    .ysm-search-widget .search-field[type="search"] {
        border-radius: 25px;
    }

    div#search-blocks {
        margin: 0px;
        max-width: none;
    }

    .landing-outer-product {
        margin: 40px 0 20px;
    }

    .rght-landing-product ul li {
        margin-bottom: 25px;
    }

    .col-md-4.col-sm-12.col-12.header-top-lft.text-left {
        width: 30%;
        padding: 0;
        flex: none;
    }

    .header-top-lft ul li {
        margin-right: 6px;
    }

    .col-md-4.col-sm-12.col-12.header-top-rht.text-right {
        width: 68%;
        padding: 0;
        flex: none;
    }

    html.wprmenu-body-fixed body {
        position: static !important;
    }




    .mobile-view-related {
        top: 81px;
        position: absolute;
        right: 15px;
        list-style: none;
    }

    .mobile-view-related a {
        color: #000;
    }





    #wpadminbar .quicklinks ul {
        text-align: left;
        width: 100%;
        background: #fff;
    }

    div#wpadminbar {
        display: none;
    }

    .logged-in .wprmenu_bar #custom_menu_icon.hamburger {
        top: 24px;
        position: absolute;
        padding: 10px 15px 0px;
    }

    .wprmenu_bar #custom_menu_icon.hamburger {
        padding: 10px 15px 0px;
    }

    body.admin-bar .cbp-spmenu-bottom.custom.cbp-spmenu-open,
    body.admin-bar .cbp-spmenu-top.custom.cbp-spmenu-open {
        top: 185px !important;
        width: 100% !important;
        left: 0;
        height: auto;
    }



    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu li.menu-item-type-custom>a {
        font-size: 19px;
        text-transform: capitalize;
        border-bottom: 1px solid #fff;
        font-weight: 600 !important;
        padding-bottom: 10px;
    }

    #mg-wprm-wrap li.menu-item-has-children ul.sub-menu a {
        text-transform: capitalize;
    }

    /********************All-Banner-Sec-8april-2021*********************/

    .home-banner,
    .contact-banner,
    .banner_sect,
    article.hentry,
    .archive.tax-brand {
        margin: 134px 0 0;
    }

    .archive.tax-brand {
        margin: 72px 0 0;
    }

    .smart-search-popup {
        width: 95% !Important;
    }

    .logged-in .home-banner,
    .logged-in .contact-banner,
    .logged-in .banner_sect,
    .logged-in article.hentry,
    .logged-in .archive.tax-brand {
        margin: 88px 0 0;
    }

    .ysm-search-widget label {
        width: 85%;
    }


    .site-branding .text-right ul li {
        margin-left: 5px;
    }

    .site-branding .text-right ul li:first-child {
        margin-left: 0px;
    }

    .home-banner-cont h2 {
        font-size: 15px;
        line-height: normal;
        margin: 0 0 10px;
        letter-spacing: 0px;
        text-shadow: 0 0 5px #fff;
    }

    .home-banner-cont h3 {
        font-size: 14px;
        line-height: normal;
        margin: 0 0 10px;
        letter-spacing: 0px;
        text-shadow: 0 0 5px #fff;
    }

    .home-banner .owl-carousel .owl-item img.desktop-view {
        display: none;
    }

    .home-banner .owl-carousel .owl-item img.mobile-view {
        display: block;
    }

    .home-banner .owl-carousel .owl-item img {
        height: auto;
    }

    .home-banner-cont p {
        font-size: 13px;
        line-height: 14px;
        margin: 0 0 10px;
        text-shadow: 0 0 5px #fff;
    }

    .home-banner-cont a {
        font-size: 13px;
        width: 200px;
        height: 32px;
        line-height: 30px;
        border: 1px solid #000;
        text-shadow: 0 0 5px #fff;
    }

    .home-clinic-sec {
        padding: 30px 0px 30px;
    }

    .home-clinic-inner ul li {
        width: 100%;
        margin-bottom: 20px;
        min-height: auto;
    }

    .hm-clinc-rht-sec h3 {
        font-size: 20px;
        line-height: normal;
        margin: 0 0 10px;
    }

    .hm-clinc-rht-sec p {
        font-size: 13px;
        line-height: 20px;
    }

    .hm-clinc-rht-sec a {
        font-size: 15px;
        width: 130px;
        height: 40px;
        line-height: 40px;
    }

    .home-specials-sec h1 {
        font-size: 25px;
    }

    .home-specials-sec ul li p a {
        font-size: 17px;
        min-height: 50px;
    }

    .home-specials-sec ul li span {
        font-size: 20px;
    }

    .h-slider {
        min-height: 130px;
    }

    .home-specials-sec {
        padding: 0 0 40px;
    }

    .hm-insta-sec ul {
        font-size: 0px;
    }

    .hm-insta-sec ul li {
        width: 33.33%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .home-about-section {
        margin: 50px 0px;
    }

    .home-about-inner-content {
        padding: 0px;
    }

    .home-about-section h3 {
        font-size: 35px;
        margin: 25px 0 20px;
    }

    .home-about-section p {
        font-size: 15px;
        line-height: 30px;
    }

    footer.site-footer {
        padding: 55px 0px;
    }

    .footer-inner-sec p {
        font-size: 15px;
        line-height: 30px;
        padding: 0px;
    }

    .footer-nav-sec ul li {
        padding: 0 10px 10px;
    }

    .footer-nav-sec ul li a {
        font-size: 13px;
    }

    .home-about-section.about-main-page h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .home-about-section.about-main-page img {
        margin-top: 20px;
    }


    .inner-blog-main-section {
        padding: 0px;
        margin: 30px 0px;
        float: left;
        width: 100%;
    }

    .inner-blog-main-section h1 {
        margin: 0 0 20px;
    }

    .newsdtl-wrapper {
        padding-left: 0px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper h4 a {
        font-size: 22px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper span {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper p {
        font-size: 15px;
    }

    .inner-blog-main-section ul li.news-content {
        margin: 0 0 50px;
    }

    .recent-post form.search-form {
        margin: 15px 0 30px;
    }

    .comment-navigation .nav-links,
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: block;
    }

    .contact-banner img {
        min-height: 100px;
        object-fit: cover;
        object-position: center;
    }

    .contact-content-section {
        margin: 30px 0px;
    }

    .managble-spacing-contact {
        padding: 0px;
    }

    .contact-content-section h1 {
        font-size: 30px;
        margin: 0 0 25px;
    }

    .contact-address-related ul {
        margin: 0px;
    }

    .contact-address-related ul li .rgt-address-contact p {
        font-size: 18px;
    }

    .book-appointment-related {
        margin: 0px;
        padding: 30px 0px;
    }

    .microneedling-top-section {
        padding: 40px 0px;
    }

    .inner-microneding-space-section {
        padding: 0px;
    }

    .microneedling-top-section h1,
    .microneedling-top-section h3 {
        font-size: 25px;
    }

    .bottum-content-microneeding {
        margin-top: 30px;
    }

    .lft-microneding-img img {
        width: 100%;
    }

    .rgt-content-bg-sectin label {
        font-size: 16px;
    }

    .rgt-content-bg-sectin {
        padding: 20px;
    }

    .rgt-content-bg-sectin p {
        font-size: 17px;
        line-height: 28px;
    }

    .microneedling-top-section h5,
    .microneedling-top-section h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .middle-section-bg-color.microdermabrasion-bottum-content {
        margin-bottom: 40px;
    }

    .rgt-content-bg-sectin h6 {
        font-size: 25px;
    }

    .microneedling-top-section.middle-section-bg-color.microdermabrasion-bottum-content.skin-tightening-faq h3 {
        margin: 0 0 20px;
    }


    .microneedling-top-section tr td:first-child {
        padding-left: 20px;
    }

    .microneedling-top-section table td {
        white-space: nowrap;
    }

    .microneedling-top-section table th {
        white-space: nowrap;
    }

    .individual-Treatment-bg {
        padding: 20px;
    }

    .microneedling-top-section table th {
        font-size: 14px;
        padding: 10px;
    }

    .microneedling-top-section table td {
        font-size: 15px;
        padding: 10px;
    }

    .top-main-laser-removel-section {
        margin: 40px 0 35px;
    }

    .top-main-laser-removel-section h1 {
        font-size: 30px;
    }

    .maximum-size-main-section .table thead th {
        white-space: nowrap;
        font-size: 15px !important;
    }

    .maximum-size-main-section .table td {
        /* 	white-space: nowrap; */
        font-size: 16px;
    }

    .maximum-size-main-section .inner-content-list-rgt a {
        font-size: 16px;
    }

    .maximum-size-main-section .inner-content-list-rgt p {
        font-size: 16px;
    }

    .maximum-size-main-section .card-header h5 a {
        font-size: 22px;
    }

    .maximum-size-main-section .table td .card-header h5 a {
        font-size: 16px;
    }

    /* .maximum-size-main-section .inner-content-list-rgt{white-space: pre-wrap;} */
    .maximum-size-main-section .inner-content-list-rgt p {
        width: 100%;
    }

    .maximum-size-main-section .inner-content-list-rgt a {
        width: 100%;
        margin: 15px 0 0;
    }

    .col-md-9.product-right .gridlist-toggle {
        display: none;
    }

    .hid {
        width: 100%;
        float: left;
        padding: 20px 20px 0px;
        z-index: 99;
        position: relative;
        height: 100%;
        box-shadow: 0 0 10px #333;
        margin-bottom: 0px;
        margin-top: 0px;
        background: #fff;
    }

    .mob-dis:after {
        content: url(images/filter-img.png);
        margin-right: 0px;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        left: 5px;
        position: relative;
    }

    h4.mob-dis {
        font-size: 15px;
        text-align: left;
    }

    .col-md-3.category-left {
        padding: 0 7px;
    }

    .row.cate-div {
        position: relative;
        margin-top: 150px;
    }

    .woocommerce .woocommerce-ordering {
        margin: 0px 0 25px !important;
        float: left;
    }

    form.form-wppp-select.products-per-page {
        margin: 0px;
        float: right;
    }


    .woocommerce .woocommerce-ordering select {
        height: 38px;
        width: 75%;
        font-size: 13px;
        padding: 0 5px;
        margin-right: 0px;
    }

    .woocommerce .woocommerce-ordering span,
    form.form-wppp-select.products-per-page span {
        font-size: 13px;
        line-height: 38px;
        margin-right: 3px;
    }

    select.select.wppp-select {
        width: 50px;
        font-size: 15px;
        height: 38px;
        padding: 0 5px;
    }

    .woocommerce .woocommerce-breadcrumb {
        margin: 10px 0 30px;
        font-size: 16px;
    }

    .col-md-9.product-right {
        margin-top: 15px;
    }

    span.imghover {
        min-height: 200px;
        padding: 30px 10px 20px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 17px;
    }

    .woocommerce ul.products li.product .price {
        font-size: 23px;
    }

    .woocommerce nav.woocommerce-pagination {
        margin-bottom: 50px;
    }

    .wpgis-slider-for {
        padding: 10px;
    }

    .woocommerce div.product .product_title {
        font-size: 28px;
    }

    .clr b {
        font-size: 25px;
    }

    .clr {
        margin-bottom: 12px;
    }

    .woocommerce div.product form.cart {
        width: 100%;
    }

    p.stock.in-stock {
        width: 100%;
    }

    .woocommerce div.product form.cart div.quantity {
        margin: 0 7px 0 0;
    }

    .woocommerce-cart .quantity {
        width: auto;
        height: auto;
        line-height: normal;
        border: 0px;
        display: block;
    }

    .woocommerce-cart td.product-quantity:before {
        content: " ";
        margin-top: 8px;
    }

    form.checkout.woocommerce-checkout {
        width: 100%;
        float: left;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        padding-left: 0px;
    }

    .header-top-rht form.search-form {
        left: auto;
        transform: none;
        top: auto;
        right: auto;
        position: static;
    }

    .woocommerce table.cart td.product-quantity .qty {
        padding: 0px !important;
    }

    .accordion-header h1 {
        font-size: 23px;
    }

    section.related.products h2 {
        font-size: 30px;
    }

    .banner_sect img {
        min-height: 100px;
    }

    .sun_spts_sect {
        margin: 30px 0px;
    }

    .sun_spts_sect h1 {
        font-size: 25px;
    }

    .sun_spts_sect strong,
    .sun_spts_sect b {
        font-size: 19px;
    }

    .sun_spts_sect h4 {
        font-size: 19px;
        line-height: 30px;
    }

    .microneedling-top-section.red-vein-treatment img {
        width: 100%;
    }

    .microneedling-top-section.microdermabrasion-top-space.top-velashaped-section {
        margin-bottom: 0px;
    }

    .bottum-velashap-related-section .panel-group {
        padding: 30px 0 0px;
    }

    .microneedling-top-section.bottum-velashap-related-section h4 a {
        font-size: 18px;
    }

    .microneedling-top-section.bottum-velashap-related-section .panel-body {
        padding-left: 15px;
        padding-right: 15px;
    }

    .microneedling-top-section.bottum-velashap-related-section .panel-body p {
        font-size: 15px;
        line-height: normal;
    }

    .microneedling-top-section.bottum-velashap-related-section .panel-body ul li {
        font-size: 15px;
        line-height: normal;
    }

    .sun_spts_sect.rosacea-bottum-section h3 {
        font-size: 21px;
    }


    .contact-form-section ul li {
        width: 100%;
        padding-right: 0px;
    }

    .contact-form-section ul li:nth-child(2n) {
        width: 100%;
    }

    div#mg-wprm-wrap ul li span.wprmenu_icon {
        float: none;
        display: inline-block;
        position: static;
        padding: 16px 0 0;
        line-height: normal;
    }

    #mg-wprm-wrap li.menu-item a {
        display: inline-block;
    }

    .icon_default.wprmenu_icon_par:before {
        content: "\f0d7";
        font-family: FontAwesome;
    }

    .icon_default.wprmenu_par_opened:before {
        content: "\f0d8";
        font-family: FontAwesome;
    }

    .inner-microneding-space-section1 {
        padding: 0px;
    }

    .femail-pricelist-section h3 {
        font-size: 22px;
    }

    .femail-pricelist-section table tbody {
        display: table;
        width: 100%;
    }

    .femail-pricelist-section table th {
        white-space: nowrap;
        font-size: 16px;
    }

    .femail-pricelist-section table td {
        white-space: nowrap;
    }

    .femail-pricelist-section table tr td:first-child {
        padding-left: 15px;
    }

    .femail-pricelist-section.space-mangable-first table tr td:first-child {
        padding-left: 15px;
    }

    .inner-skin-treatment {
        min-height: auto;
    }

    .microneedling-top-section .lft-price-content ul li:before {
        margin-right: 7px;
        vertical-align: top;
    }

    .footer-copyright-sec p {
        width: auto;
        float: none;
    }

    .microneedling-top-section.top-team-section p,
    .microneedling-top-section.top-team-section h4 {
        padding: 0 15px;
    }

    .microneedling-top-section.top-team-section ul {
        padding: 0 15px;
    }

    .microneedling-top-section.top-team-section .col-md-4 {
        margin-bottom: 25px;
    }

    .microneedling-top-section.team-managble-section h4 {
        margin-top: 20px;
    }

    .hm-clinc-lft-sec {
        width: 100%;
        min-height: auto;
        max-height: initial;
        text-align: center;
    }

    .hm-clinc-lft-sec img {
        width: auto;
        display: block;
        margin: 0 auto;
        max-height: inherit;
    }

    .hm-clinc-rht-sec {
        width: 100%;
        min-height: auto;
        max-height: initial;
    }

    .page-template-landing-page .product-right ul.categories_imgs li {
        min-height: auto;
        width: 49%;
        margin-bottom: 2%;
    }

    .page-template-landing-page .product-right ul.categories_imgs li:nth-child(3n) {
        margin-right: 2%;
    }

    .page-template-landing-page .product-right ul.categories_imgs li:nth-child(2n) {
        margin-right: 0px;
    }

    .woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations label {
        font-size: 20px;
        line-height: 34px;
        margin-right: 5px;
    }

    .woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td select {
        padding: 9px 10px;
        border-radius: 25px;
        max-width: 76%;
        font-size: 14px;
        min-width: 76%;
        margin-right: 5px;
        height: 35px;
        line-height: 35px;
    }

    .woocommerce div.product form.cart .reset_variations {
        padding: 7px 6px;
    }

    .woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td.label {
        width: auto;
    }

    .maximum-size-main-section .mb-0>a:after {
        right: -15px;
        top: -3px;
    }

    /************8-april-2021***************/

    #wpfront-notification-bar-spacer {
        display: none !important;
    }

    html.js {
        margin: 0 !important;
    }


    .custom_subscribe_form_popup .modal-lgt-img {
        width: 100%;
    }

    .custom_subscribe_form_popup .modal-lgt-img img {
        width: 100%;
    }

    .custom_subscribe_form_popup .rgt-model-bg-content {
        width: 100%;
        padding: 60px 15px 30px;
    }

    .custom_subscribe_form_popup .modal-body h1 {
        font-size: 22px;
    }

    .custom_subscribe_form_popup .modal-body h6 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .custom_subscribe_form_popup .modal-body p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .custom_subscribe_form_popup .modal-dialog label {
        font-size: 16px;
        color: #000;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

    #rmp_menu_trigger-8692 {
        display: block;
        width: 40px;
        height: 40px;
        top: 18px;
        right: auto;
        left: 15px;
    }

    .middle-logo-menu-section img {
        max-width: 130px;
        position: fixed;
        left: 48%;
        top: 20px;
        transform: translateX(-50%);
    }

    .header-top-lft.text-left {
        display: none;
    }

    .change-header-layout .middle-logo-menu-section img {
        max-width: 130px;
    }

    #rmp-container-8692 {
        min-width: 270px;
        width: 92%;
        max-width: 100%;
    }

    #rmp_menu_trigger-8692.is-active {
        left: auto;
        right: 15px;
        top: 0px;
    }

    .mobile-view-related i.fas.fa-shopping-cart {
        float: left;
    }

    .mobile-view-related {
        top: 15px;
        right: 0px;
    }

    .header-top-rht ul {
        margin-right: 0px;
        width: 100%;
    }

    #rmp-container-8692 {
        background-color: #fff;
    }

    #rmp-menu-wrap-8692 .rmp-menu-current-item .rmp-menu-item-link {
        background-color: #f5f5f5;
        color: #000;
    }

    #rmp-menu-wrap-8692 .rmp-menu-current-item .rmp-menu-item-link:hover {
        color: #000;
    }

    #rmp-menu-wrap-8692 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link:hover {
        color: #000;
    }

    .smart-search-results.has-viewall-button {
        width: 100% !important;
    }

    #rmp-menu-wrap-8692 .rmp-menu-item-link {
        color: #000;
        text-align: left;
        font-size: 19px;
        border-bottom: 1px solid #ccc;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        text-transform: capitalize;
    }

    #rmp-menu-wrap-8692 .rmp-submenu .rmp-menu-item-link {
        color: #000;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding-left: 30px;
        height: auto;
        line-height: normal;
    }


    #rmp-menu-wrap-8692 .rmp-submenu .concern_headeing .rmp-menu-item-link,
    #rmp-menu-wrap-8692 .rmp-submenu .no-page .rmp-menu-item-link {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
        padding-left: 22px;
    }


    #rmp-menu-wrap-8692 .rmp-menu-subarrow,
    #rmp-menu-wrap-8692 .rmp-menu-subarrow-active:hover {
        color: #000;
    }

    #rmp-menu-wrap-8692 .rmp-menu-item-link:hover,
    #rmp-menu-wrap-8692 .rmp-menu-subarrow:hover {
        color: #000;
    }

    #rmp-menu-wrap-8692 .rmp-menu-subarrow {
        top: 12px;
    }

    #rmp_menu_trigger-8692:hover,
    #rmp_menu_trigger-8692:focus {
        background: #fff;
    }

    #rmp_menu_trigger-8692.is-active,
    #rmp_menu_trigger-8692 {
        background: #fff;
    }

    #rmp_menu_trigger-8692.is-active {
        box-shadow: 0 0 5px #ccc;
    }

    #rmp-menu-wrap-8692 .rmp-submenu .rmp-menu-item-link:hover,
    #rmp-menu-wrap-8692 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link {
        color: #36bef7;
    }

    #rmp_menu_trigger-8692 .responsive-menu-pro-inner,
    #rmp_menu_trigger-8692 .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-8692 .responsive-menu-pro-inner::after {
        background-color: #000;
    }

    #rmp_menu_trigger-8692:hover .responsive-menu-pro-inner,
    #rmp_menu_trigger-8692:hover .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-8692:hover .responsive-menu-pro-inner::after {
        background-color: #000;
    }


    #rmp_menu_trigger-8692.is-active .responsive-menu-pro-inner,
    #rmp_menu_trigger-8692.is-active .responsive-menu-pro-inner::before,
    #rmp_menu_trigger-8692.is-active .responsive-menu-pro-inner::after {
        background-color: #000;
    }

    .bottom-heder-serch {
        background: #f0f9fe;
        padding: 10px 0px;
        box-shadow: none;
        margin: 6px 0 0 0;
    }

    .header-top-rht ul li:first-child {
        margin: 13px 41px 0 19px;
    }

    .header-top-rht form.search-form input[type="search"] {
        width: 100% !important;
        margin: 40px auto 0px;
    }

    .middle-logo-menu-section {
        box-shadow: none;
        padding: 0px;
    }

    .change-header-layout .middle-logo-menu-section {
        padding: 0px;
    }

    .home-banner .owl-carousel .owl-item img.mobile-view {
        min-height: 145px;
        object-fit: cover;
        object-position: center;
    }

    .ysm-search-widget .search-field[type="search"] {
        padding: 9px 60px 9px 20px;
    }

    .ysm-search-widget .search-submit:before {
        font-size: 18px;
        font-family: 'ysm-fontello';
        content: '\e800';
        line-height: 1;
    }

    .term-gift-vouchers span.imghover {
        margin-top: 80px;
    }

    .woocommerce table.shop_table td {
        line-height: 1.5;
    }

    .header-top-sec {
        border: 0px;
    }

    select:focus,
    textarea:focus,
    input:focus {
        font-size: 16px;
    }

    .ysm-search-widget .search-field[type="search"] {
        font-size: 16px;
    }

    .home-pay-per-section p {
        display: none;
    }

    .home-about-section h3 {
        font-size: 30px;
        margin: 30px 0 15px;
    }

    .home-about-section h6 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .home-laser-hair-section {
        padding: 30px 20px;
    }

    .home-laser-hair-section h3,
    .home-pay-per-section h3 {
        font-size: 28px;
        margin: 0 0 15px;
    }

    .home-laser-hair-section p,
    .home-pay-per-section h5,
    .home-pay-per-section h6 {
        font-size: 18px;
    }

    .outer-home-laser-hair-section {
        padding-bottom: 45px;
    }

    .home-pay-per-section {
        padding: 40px 15px;
        position: relative;
    }

    .footer-copyright-sec p {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .footer-copyright-sec p.digital_department_compamy {
        text-align: center;
        padding-top: 10px;
    }

    .footer-inner-sec>ul {
        margin: 30px 0 0px;
    }

    footer.site-footer {
        padding-bottom: 40px;
    }


    .concers-top-section {
        padding: 45px 0 20px;
    }

    .concers-top-section h1 {
        font-size: 26px;
    }

    .concers-top-section .row .col-md-4 {
        padding-bottom: 25px;
    }

    .concers-top-section .row .col-md-4 img {
        width: 100%;
    }

    .home-pay-per-section:before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
    }

    .home-pay-per-section h5 {
        width: 100%;
    }

    .inner-bg-about img {
        margin-bottom: 20px;
    }

    .home-about-inner-content {
        position: relative;
        z-index: 2;
    }

    #rmp-menu-wrap-8692 .rmp-submenu-depth-2 .rmp-menu-item-link {
        padding-left: 45px;
        padding-right: 2%;
        font-size: 15px;
        color: #012f6b;
    }

    .header-top-rht ul li.mobile-view-contact a {
        display: none;
    }

    li.mobile-view-contact {
        list-style: none;
        width: 100%;
        text-align: center;
        margin-top: 27px;
    }

    li.mobile-view-contact a {
        font-size: 13px;
        text-transform: uppercase;
        padding: 9px 15px 7px;
        color: #000;
        font-family: 'Neutraface2Text-Book';
        border: 2px solid #181818;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
    }


    .skin-concern-section h1 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .skin-concern-section .inner-wraper-skin-concern h3 {
        font-size: 16px;
        padding: 12px 0px;
    }

    .skin-concern-section .inner-wraper-skin-concern a {
        font-size: 10px;
        margin: 8px 0 3px;
    }

    .col-2point4 {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 10px;
    }

    .skin-concern-section {
        padding-top: 5px;
    }


    .banner-content-on h1 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .banner-content-on a {
        font-size: 15px;
        padding: 5px 25px;
    }

    .top-m22-section {
        padding: 45px 0 20px;
    }

    .who-benefits-section {
        padding: 0 0 45px;
    }

    .inner-who-benefits-section {
        padding: 40px 15px 0px;
    }

    .who-benefits-section h3,
    .top-m22-section h2,
    .photorejuvenation-table-section h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .who-benefits-section ul {
        margin-top: 25px;
    }

    .who-benefits-section ul li {
        font-size: 17px;
    }

    .photorejuvenation-table-section {
        padding: 45px 0px;
    }

    .photorejuvenation-table-section table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    .photorejuvenation-table-section table td,
    .photorejuvenation-table-section table th {
        padding: 12px 20px;
        font-size: 13px;
        width: 100%;
    }

    .photorejuvenation-table-section a {
        font-size: 20px;
    }

    .bottom-m22-contact-section h3 {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .bottom-m22-contact-section h4 {
        font-size: 25px;
        margin: 0 0 25px;
    }

    .bottom-m22-contact-section {
        padding-bottom: 50px;
    }

    .home-about-section.bottox-doctor-about {
        margin: 30px 0 55px;
    }

    .home-about-section.bottox-doctor-about h3 {
        font-size: 25px;
        margin: 0 0 20px;
    }

    .bottox-doctor-about .inner-bg-about:before {
        left: -3%;
    }

    .bottox-doctor-about .inner-bg-about {
        margin-top: 30px;
    }

    .gallery-m22-section .btn-group-sm>.btn,
    .gallery-m22-section .btn-sm {
        font-size: 12px;
        padding: 6px 10px;
        margin-bottom: 5px !important;
    }

    .gallery-m22-section .btn-group-sm>.btn,
    .gallery-m22-section .btn-sm {
        width: 90%;
    }

    .bottom-m22-contact-section.book-and-enquiry-contact {
        margin-top: 50px;
    }

    .treatment-banner .banner-content-on h1 {
        font-size: 20px;
    }

    .gallery-m22-section h3 {
        font-size: 26px;
    }

    .gallery-m22-section .hding {
        font-size: 15px;
        top: 30%;
    }

    .gallery-m22-section .group p {
        font-size: 15px;
        padding: 6px 15px;
        margin-bottom: 0px;
    }

    .gallery-m22-section .treatment_wrap {
        width: 49%;
    }

    .gallery-m22-section .treatment_wrap:nth-of-type(3) {
        margin-right: 2%;
    }

    .gallery-m22-section .treatment_wrap:nth-of-type(2n) {
        margin-right: 0px;
    }

    .gallery-m22-section .col-lg-4,
    .gallery-m22-section .col-md-4,
    .gallery-m22-section .col-sm-4,
    .gallery-m22-section .col-xs-6 {
        padding: 0 2px;
    }

    .who-benefits-section .row {
        flex-direction: column-reverse;
    }

    .row.text-center.only-hydrafacial {
        padding: 0 15px;
    }

    .row.text-center.only-hydrafacial .col-md-4:nth-of-type(1) {
        border-right: 1px solid #615d59;
        margin-bottom: 15px;
    }

    .row.text-center.only-hydrafacial .col-md-4:nth-of-type(2) {
        border-right: 1px solid #615d59;
        margin-bottom: 15px;
    }

    .row.text-center.only-hydrafacial h4 {
        font-size: 20px;
    }

    .treatment-banner img.desktop-banner {
        display: none;
    }

    .treatment-banner img.mobile-banner {
        display: block;
    }

    .banner_sect img.mobile-banner[src=""] {
        display: none;
    }

    .page-template-temp-special-offers .sun_spts_sect {
        margin-top: 0px;
    }




    .benefits_of_laser {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .benefits_of_right ul {
        margin-top: 40px;
        column-count: 1;
    }

    .benefits_of_right li {
        font-size: 16px;
    }

    .real_results {
        margin-bottom: 60px;
    }

    .full_img_D {
        display: none;
    }

    .full_img_M {
        display: block;
    }

    .h_rpt h3 {
        font-size: 25px;
    }

    .full_body_section {
        margin-bottom: 50px;
    }

    .can_help_inr strong {
        font-size: 25px;
        display: block;
        margin-bottom: 25px;
    }

    .can_help_inr a {
        margin-left: 0;
    }

    .can_help {
        padding: 35px 0;
        margin-bottom: 50px;
    }

    .tab_section h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .tab_section {
        padding-top: 50px;
    }

    .what_customers_say {
        padding-top: 60px;
    }

    .box_section h4 {
        font-size: 22px;
    }

    .inr_box_section span {
        font-size: 26px;
    }

    .btn_buy a {
        font-size: 20px;
    }

    .nav-tabs {
        border-bottom: 0;
        justify-content: inherit;
        flex-direction: column;
        margin: 0;
        text-align: center;
        border: 1px solid #D4EAF6;
        background: #FFF;
        padding: 30px 15px;
        margin-bottom: 25px;
    }

    .full_body_section img {
        width: 100%;
    }

    .nav-tabs li {
        margin-right: 0;
    }

    .nav-link {
        margin-bottom: 15px;
    }


    #what_customers_slider .owl-dots,
    #Laser_bikini_slider .owl-dots {
        display: block;
        bottom: -57px;
    }

    #what_customers_slider .owl-dots button.owl-dot span,
    #Laser_bikini_slider .owl-dots button.owl-dot span {
        background: #bfecfe;
        width: 20px;
        height: 20px;
        border: 1px solid #bfecfe;
    }

    #what_customers_slider .owl-dots button.owl-dot.active span,
    #Laser_bikini_slider .owl-dots button.owl-dot.active span {
        background: #14b2ef;
    }

    .can_help_inr a {
        padding: 12px 18px;
        font-size: 14px;
    }

    .inr_box_section p {
        font-size: 16px;
    }

    .cont_sld p {
        font-size: 16px;
    }

    .inr_box_section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .Laser_bikini p {
        font-size: 16px;
    }

    .row.cate-div {
        margin-top: 0;
    }

    .woocommerce-notices-wrapper {
        text-align: left;
    }

    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
        font-size: 13px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        justify-content: space-between;
    }

    .woocommerce ul.products li.product .price,
    .woocommerce ul.products li.product .gridlist-buttonwrap {
        position: static;
        float: none;
    }

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        padding-bottom: 0px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.product h3 {
        font-size: 14px;
    }

    .single-product.woocommerce ul.products li.product .button {
        float: none;
    }

    .inr_box_rpt {
        width: 100%;
    }

    .treatments_section .bafg-slider-title {
        font-size: 20px;
    }

    .fancybox-container {
        z-index: 999999 !important;
    }

    .change-link-bottom ul li a {
        font-size: 12px;
    }

}


@media (min-width:359px) and (max-width:767px) {}

@media (min-width:320px) and (max-width:479px) {
    .home-banner-cont {
        width: 80%;
    }

    .woocommerce div.product form.cart .reset_variations {
        padding: 4px 6px;
        margin-top: 8px;
        display: inline-block;

    }

    .inr_box_section span {
        font-size: 20px;
    }

}


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

    .microneedling-top-section .table-responsive-lg {
        display: table;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    body .treatments_section .bafg-slider-info .bafg-slider-title {
        font-size: 18px;
    }

    .banner_title br {
        display: none;
    }

    .banner_title {
        font-size: 20px;
    }

    .top_banner_section ul.sector_list li {
        font-size: 14px;
        padding-left: 27px;
        margin-bottom: 15px;
    }

    .top_banner_section ul.sector_list li:before {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 8px;
        top: 1px;
    }

    .book_appointment {
        font-size: 12px;
        padding: 15px 25px;
    }

    .card_box {
        padding: 50px 0;
    }

    .heading_sect {
        font-size: 24px;
    }

    .card_box p {
        font-size: 15px;
        padding: 0 4%;
    }

    .treatments_section {
        padding: 50px 0;
    }

    .inner_card p {
        font-size: 15px;
        padding: 0 4%;
    }

    .listing_content h4 {
        font-size: 17px;
    }

    .button_box {
        margin-top: 15px;
    }

    .top_banner_section ul.sector_list {
        margin: 20px 0;
    }

    .top_banner_section .carousel-caption {
        width: 50%;
        left: 4%;
    }


    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
        width: 138px;
    }

    .header-top-rht ul li {
        margin-left: 10px;
    }

    .main-navigation li {
        margin: 0 5px;
    }

    .main-navigation a {
        font-size: 13px;
        padding: 22px 2px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0px;
        color: #000;
        font-size: 10px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: block;
        font-size: 10px;
        padding: 10px 0px;
    }

    .middle-logo-menu-section .row .col-md-10 {
        padding-left: 15px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 30px 20px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: auto;
    }

    .main-navigation {
        margin-top: 0px;
    }

    .middle-logo-menu-section img {
        max-width: 100%;
    }

    .header-top-lft ul li a {
        font-size: 14px;
    }

    .header-top-lft ul li {
        margin-right: 20px;
    }

    .header-top-rht ul li:first-child a {
        font-size: 12px;
    }

    .home-banner-cont h2 {
        font-size: 20px;
        line-height: 20px;
        margin: 0 0 10px;
        letter-spacing: 0px;
    }

    .home-banner-cont p {
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 20px;
    }

    .home-clinic-inner ul li {
        width: 100%;
        min-height: auto;
    }

    .home-clinic-sec {
        padding-top: 50px;
    }

    .home-banner-cont a {
        font-size: 15px;
        width: 233px;
        height: 45px;
        line-height: 42px;
    }

    .home-specials-sec ul li p a {
        font-size: 18px;
    }

    .home-specials-sec ul li span {
        font-size: 20px;
    }

    .home-about-inner-content {
        padding: 0 2%;
        z-index: 2;
        position: relative;
    }

    .home-about-inner-content .align-items-center {
        align-items: normal !important;
    }

    .home-about-section h3 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .home-about-section p {
        font-size: 15px;
        line-height: 28px;
    }

    .home-about-section {
        margin: 50px 0px;
    }

    .footer-inner-sec p {
        font-size: 17px;
        line-height: 28px;
        padding: 0 7%;
    }

    .footer-nav-sec ul li {
        padding: 0 5px;
    }

    .footer-nav-sec ul li a {
        font-size: 10px;
    }

    .inner-blog-main-section {
        margin: 40px 0px;
        padding: 0 2%;
    }

    .newsdtl-wrapper {
        padding-left: 0px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper h4 a {
        font-size: 24px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper span {
        margin-bottom: 0px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper p {
        margin-top: 20px;
    }

    .inner-blog-main-section ul li.news-content {
        margin: 0 0 50px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper h4 {
        margin-top: 20px;
    }

    .contact-content-section {
        margin-top: 45px;
    }

    .contact-address-related ul {
        margin-top: 0px;
    }

    .contact-address-related ul li .rgt-address-contact p {
        font-size: 16px;
    }

    .managble-spacing-contact {
        padding: 0 2%;
    }

    .book-appointment-related {
        margin-top: 20px;
        padding: 40px 0px;
    }

    .contact-address-related ul li .rgt-address-contact a {
        font-size: 17px;
    }

    .inner-microneding-space-section {
        padding: 0 2%;
    }

    .microneedling-top-section {
        padding: 50px 0px;
    }

    .rgt-content-bg-sectin {
        padding: 15px 20px 30px;
    }

    .rgt-content-bg-sectin label {
        font-size: 16px;
    }

    .rgt-content-bg-sectin h6 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .rgt-content-bg-sectin p {
        font-size: 17px;
        line-height: 28px;
    }

    .microneedling-top-section h1,
    .microneedling-top-section h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .microneedling-top-section p {
        font-size: 15px;
        line-height: 25px;
    }

    .bottum-content-microneeding {
        margin-top: 20px;
    }

    .middle-section-bg-color.microdermabrasion-bottum-content {
        margin-bottom: 50px;
    }

    .microneedling-top-section h5,
    .microneedling-top-section h4 {
        font-size: 20px;
        line-height: 30px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 10px;
    }

    .microneedling-top-section tr td:first-child {
        padding-left: 60px;
    }

    .microneedling-top-section table td {
        white-space: nowrap;
    }

    .microneedling-top-section table th {
        white-space: nowrap;
    }

    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 48%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }

    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: right;
        clear: none !important;
    }

    span.imghover {
        min-height: 270px;
    }

    .woocommerce .woocommerce-ordering select {
        width: 160px;
        margin-right: 20px;
    }

    .widget h4 {
        font-size: 15px;
        padding: 0 10px 20px;
    }

    ul.woof_list {
        padding-left: 10px;
    }

    .woof_list label {
        font-size: 15px;
    }

    .woocommerce div.product .product_title {
        font-size: 28px;
    }

    .accordion-header h1 {
        font-size: 25px;
    }

    .single-product.woocommerce ul.products li.product,
    .single-product.woocommerce-page ul.products li.product {
        width: 100%;
    }

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        width: 100%;
        float: left;
    }

    .header-top-rht form.search-form {
        left: auto;
        right: 12px;
        top: 46px;
    }

    .header-top-rht form.search-form input[type="search"] {
        width: 230px !important;
    }

    .sun_spts_sect {
        margin: 45px 0px;
    }

    .inner-microneding-space-section1 {
        padding: 0px 2%;
    }

    .femail-pricelist-section h3 {
        font-size: 22px;
    }

    .femail-pricelist-section table tbody {
        display: table;
        width: 100%;
    }

    .femail-pricelist-section table th {
        white-space: nowrap;
        font-size: 16px;
    }

    .femail-pricelist-section table td {
        white-space: nowrap;
    }

    .femail-pricelist-section table tr td:first-child {
        padding-left: 15px;
    }

    .femail-pricelist-section.space-mangable-first table tr td:first-child {
        padding-left: 15px;
    }

    .microneedling-top-section .lft-price-content ul li:before {
        margin-right: 7px;
        vertical-align: top;
    }

    .h-slider {
        min-height: 200px;
    }

    .hm-clinc-rht-sec p {
        font-size: 16px;
    }

    .hm-clinc-lft-sec img {
        height: 457px;
        max-height: initial;
    }

    .hm-clinc-lft-sec {
        min-height: auto;
        max-height: initial;
    }

    .hm-clinc-rht-sec {
        min-height: auto;
        height: 457px;
    }

    .rght-landing-product ul li {
        min-height: auto;
    }

    .landing-outer-product {
        margin: 40px 0 20px;
    }

    .page-template-landing-page .product-right ul.categories_imgs li {
        margin-bottom: 25px;
        min-height: auto;
    }

    .woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations td select {
        padding: 9px 10px;
        border-radius: 25px;
        max-width: 70%;
        font-size: 14px;
        min-width: 70%;
        height: 36px;
        line-height: 36px;
    }

    .woocommerce div.product form.cart .reset_variations {
        padding: 5px 10px;
        margin-top: 8px;
        display: inline-block;
    }

    .woocommerce div.product.product_cat-laser-hair-removal-for-women-category form.cart .variations label {
        line-height: 35px;
        font-size: 24px;
    }


    .top-main-laser-removel-section {
        margin: 40px 0 35px;
    }

    .top-main-laser-removel-section h1 {
        font-size: 30px;
    }

    .maximum-size-main-section .table thead th {
        white-space: nowrap;
        font-size: 15px;
    }

    .maximum-size-main-section .table td {
        white-space: nowrap;
        font-size: 16px;
    }

    .maximum-size-main-section .inner-content-list-rgt a {
        font-size: 16px;
    }

    .maximum-size-main-section .inner-content-list-rgt p {
        font-size: 16px;
    }

    .maximum-size-main-section .card-header h5 a {
        font-size: 25px;
    }

    .maximum-size-main-section .table td .card-header h5 a {
        font-size: 16px;
    }

    .maximum-size-main-section .inner-content-list-rgt {
        white-space: pre-wrap;
    }

    .maximum-size-main-section .inner-content-list-rgt p {
        width: 100%;
    }

    .maximum-size-main-section .inner-content-list-rgt a {
        width: 100%;
    }

    .maximum-size-main-section .mb-0>a:after {
        right: -15px;
        top: -3px;
    }

    .custom_subscribe_form_popup .rgt-model-bg-content {
        padding: 60px 25px 30px;
    }


    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        padding: 0px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: auto;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
        font-size: 15px;
        line-height: normal;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link {
        font-size: 15px;
        padding-top: 0px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom>a.mega-menu-link {
        font-size: 14px;
    }

    .change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 105%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        padding: 20px 10px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>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 {
        font-size: 13px;
    }

    .change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0px;
    }

    .home-about-section h6 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .home-laser-hair-section {
        padding: 30px 50px;
    }

    .home-laser-hair-section h3,
    .home-pay-per-section h3 {
        font-size: 30px;
    }

    .home-laser-hair-section p,
    .home-pay-per-section h5,
    .home-pay-per-section h6 {
        font-size: 20px;
    }

    .outer-home-laser-hair-section {
        padding-bottom: 60px;
    }

    .home-pay-per-section {
        padding: 60px 15px;
    }

    .home-pay-per-section p {
        font-size: 15px;
    }

    .skin-concern-section h1 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .skin-concern-section .inner-wraper-skin-concern h3 {
        font-size: 16px;
        padding: 12px 0px;
    }

    .skin-concern-section .inner-wraper-skin-concern a {
        font-size: 10px;
        margin: 8px 0 3px;
    }

    .col-2point4 {
        padding-left: 8px;
        padding-right: 8px;
    }


    .banner-content-on h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .banner-content-on a {
        font-size: 16px;
        padding: 7px 25px;
    }

    .top-m22-section {
        padding: 55px 0 30px;
    }

    .who-benefits-section {
        padding: 0 0 55px;
    }

    .inner-who-benefits-section {
        padding: 50px 15px;
    }

    .who-benefits-section h3,
    .top-m22-section h2,
    .photorejuvenation-table-section h3 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .who-benefits-section ul {
        column-gap: 40px;
    }

    .who-benefits-section ul li {
        font-size: 17px;
    }

    .photorejuvenation-table-section {
        padding: 55px 0px;
    }

    .photorejuvenation-table-section table td,
    .photorejuvenation-table-section table th {
        padding: 12px 20px;
        font-size: 15px;
    }

    .photorejuvenation-table-section a {
        font-size: 20px;
    }

    .bottom-m22-contact-section h3 {
        font-size: 28px;
        margin: 0 0 30px;
    }

    .bottom-m22-contact-section h4 {
        font-size: 30px;
        margin: 0 0 30px;
    }

    .bottom-m22-contact-section {
        padding-bottom: 60px;
    }

    .treatment-banner .banner-content-on h1 {
        font-size: 35px;
    }

    .change-link-bottom ul li a {
        font-size: 8px !important;
    }

    .change-link-bottom ul li {
        width: 100%;
    }

    .change-header-layout .main-navigation {
        padding-left: 0px;
    }

    .gallery-m22-section h3 {
        font-size: 30px;
    }

    .gallery-m22-section .hding {
        font-size: 20px;
        top: 35%;
    }

    .home-pay-per-section:before {
        content: " ";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
    }

    .tab_section h3 {
        font-size: 30px;
    }

    .h_rpt h3 {
        font-size: 30px;
    }

    .Laser_bikini p {
        font-size: 16px;
    }

    .what_customers_say p {
        font-size: 16px;
    }

    .what_customers_inr {
        margin-bottom: 30px;
    }

    .can_help_inr strong {
        font-size: 20px;
    }

    .can_help_inr a {
        font-size: 14px;
    }

    .benefits_of_right ul {
        margin-top: 30px;
    }

    .btn_buy a {
        font-size: 17px;
    }

    .inr_box_section span {
        font-size: 20px;
    }

    .inr_box_section p {
        font-size: 15px;
    }

    .inr_box_section strong {
        font-size: 16px;
    }

    .h_small h6 {
        font-size: 16px;
    }

    .box_section h4 {
        font-size: 17px;
    }

    .inr_box_section {
        padding: 15px 15px 25px;
    }

    .what_customers_say {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .full_body_section {
        margin-bottom: 60px;
    }

    .Laser_bikini {
        margin-bottom: 60px;
    }

    .real_results {
        margin-bottom: 60px;
    }

    .benefits_of_right li {
        font-size: 16px;
    }

    .benefits_of_laser {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .tab_section {
        padding-top: 60px;
    }

    .woocommerce .products ul,
    .woocommerce ul.products {
        justify-content: space-between;
    }

    .single-product.woocommerce ul.products li.product .price {
        position: static;
    }

    .single-product.woocommerce ul.products li.product .button {
        float: none;
    }

    .treatments_section .bafg-slider-title {
        font-size: 20px;
    }

}


@media (min-width: 992px) and (max-width: 1199px) {
    body .treatments_section .bafg-slider-info .bafg-slider-title {
        font-size: 20px;
    }

    .banner_title br {
        display: none;
    }

    .banner_title {
        font-size: 22px;
    }

    .top_banner_section ul.sector_list li {
        font-size: 15px;
        padding-left: 30px;
    }

    .top_banner_section ul.sector_list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        top: -1px;
    }

    .book_appointment {
        font-size: 12px;
        padding: 15px 25px;
    }

    .card_box {
        padding: 50px 0;
    }

    .heading_sect {
        font-size: 24px;
    }

    .card_box p {
        font-size: 15px;
        padding: 0 4%;
    }

    .treatments_section {
        padding: 50px 0;
    }

    .inner_card p {
        font-size: 15px;
        padding: 0 4%;
    }

    .listing_content h4 {
        font-size: 18px;
    }

    .button_box {
        margin-top: 15px;
    }

    .top_banner_section ul.sector_list {
        margin: 20px 0;
    }

    .top_banner_section .carousel-caption {
        width: 50%;
        left: 3%;
    }


    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
        width: 138px;
    }

    .main-navigation li {
        margin: 0 5px;
    }

    .main-navigation li a {
        font-size: 14px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0px;
        color: #000;
        font-size: 12px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: block;
        font-size: 12px;
        padding: 0 2px;
    }

    .change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0px;
    }

    .header-top-rht ul li:first-child a {
        font-size: 13px;
    }

    .middle-logo-menu-section .row .col-md-10 {
        padding-left: 15px;
    }

    .header-top-lft ul li a {
        font-size: 14px;
    }

    .home-banner-cont h2 {
        font-size: 25px;
        line-height: 35px;
        margin: 0 0 15px;
    }

    .home-banner-cont p {
        font-size: 17px;
        line-height: 30px;
        margin: 0 0 25px;
    }

    .footer-nav-sec ul li {
        padding: 0 10px;
    }

    .footer-nav-sec ul li a {
        font-size: 11px;
    }

    .hm-clinc-rht-sec h3 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .hm-clinc-rht-sec p {
        font-size: 15px;
        line-height: 30px;
    }

    .home-specials-sec ul li p a {
        font-size: 15px;
    }

    .home-about-inner-content {
        padding: 0 4%;
    }

    .home-about-section h3 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .home-about-section p {
        font-size: 15px;
        line-height: 30px;
    }

    .home-clinic-inner ul li {
        width: 100%;
        min-height: auto;
    }

    .inner-blog-main-section {
        margin: 40px 0px;
        padding: 0 4%;
    }

    .newsdtl-wrapper {
        padding-left: 0px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper h4 a {
        font-size: 24px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper span {
        margin-bottom: 0px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper p {
        margin-top: 20px;
    }

    .inner-blog-main-section ul li.news-content {
        margin: 0 0 50px;
    }

    .inner-blog-main-section ul li .newsdtl-wrapper h4 {
        margin-top: 20px;
    }


    .contact-content-section {
        margin-top: 50px;
    }

    .contact-address-related ul li .rgt-address-contact p {
        font-size: 18px;
    }

    .managble-spacing-contact {
        padding: 0 4%;
    }

    .book-appointment-related {
        margin-top: 20px;
        padding: 40px 0px;
    }

    .contact-address-related ul li .rgt-address-contact a {
        font-size: 18px;
    }

    .inner-microneding-space-section {
        padding: 0 4%;
    }

    .microneedling-top-section {
        padding: 50px 0px;
    }

    .rgt-content-bg-sectin {
        padding: 15px 20px 30px;
    }

    .rgt-content-bg-sectin label {
        font-size: 16px;
    }

    .rgt-content-bg-sectin h6 {
        font-size: 25px;
        margin: 0 0 10px;
    }

    .rgt-content-bg-sectin p {
        font-size: 17px;
        line-height: 28px;
    }

    .microneedling-top-section h1,
    .microneedling-top-section h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .microneedling-top-section p {
        font-size: 16px;
        line-height: 27px;
    }

    .bottum-content-microneeding {
        margin-top: 20px;
    }

    .middle-section-bg-color.microdermabrasion-bottum-content {
        margin-bottom: 50px;
    }

    .microneedling-top-section h5,
    .microneedling-top-section h4 {
        font-size: 20px;
        line-height: 30px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
        padding: 0 4px;
    }

    .microneedling-top-section tr td:first-child {
        padding-left: 60px;
    }

    span.imghover {
        min-height: 250px;
    }

    .widget h4 {
        font-size: 17px;
        padding: 0 10px 20px;
    }

    ul.woof_list {
        padding-left: 10px;
    }

    .woof_list label {
        font-size: 15px;
    }


    .woocommerce div.product .product_title {
        font-size: 32px;
    }

    .accordion-header h1 {
        font-size: 25px;
    }

    .header-top-rht form.search-form {
        left: auto;
        right: 10px;
        top: 50px;
    }

    .inner-microneding-space-section1 {
        padding: 0px 6%;
    }

    .femail-pricelist-section h3 {
        font-size: 24px;
    }

    .femail-pricelist-section table tbody {
        display: table;
        width: 100%;
    }

    .femail-pricelist-section table th {
        white-space: nowrap;
        font-size: 16px;
    }

    .femail-pricelist-section table td {
        white-space: nowrap;
    }

    .femail-pricelist-section table tr td:first-child {
        padding-left: 30px;
    }

    .femail-pricelist-section.space-mangable-first table tr td:first-child {
        padding-left: 30px;
    }

    .microneedling-top-section .lft-price-content ul li:before {
        margin-right: 7px;
        vertical-align: top;
    }

    .h-slider {
        min-height: 250px;
    }

    .rght-landing-product ul li {
        min-height: auto;
    }

    .landing-outer-product {
        margin: 60px 0 40px;
    }

    .page-template-landing-page .product-right ul.categories_imgs li {
        margin-bottom: 25px;
        min-height: auto;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: auto;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
        font-size: 17px;
        line-height: normal;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.concern_headeing>a.mega-menu-link {
        font-size: 18px;
        padding-top: 0px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link,
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom>a.mega-menu-link {
        font-size: 16px;
    }

    .change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 112%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        padding: 15px;
    }

    .home-about-section h6 {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .home-laser-hair-section {
        padding: 30px 50px;
    }

    .home-laser-hair-section h3,
    .home-pay-per-section h3 {
        font-size: 30px;
    }

    .home-laser-hair-section p,
    .home-pay-per-section h5,
    .home-pay-per-section h6 {
        font-size: 20px;
    }

    .outer-home-laser-hair-section {
        padding-bottom: 60px;
    }

    .home-pay-per-section {
        padding: 60px 15px;
    }

    .home-pay-per-section p {
        font-size: 15px;
    }

    .skin-concern-section h1 {
        font-size: 30px;
        margin: 0 0 15px;
    }

    .skin-concern-section .inner-wraper-skin-concern h3 {
        font-size: 18px;
        padding: 12px 0px;
    }

    .skin-concern-section .inner-wraper-skin-concern a {
        font-size: 12px;
        margin: 10px 0 3px;
    }

    .who-benefits-section ul {
        column-gap: 40px;
    }

    .who-benefits-section ul li {
        font-size: 17px;
    }

    .container {
        width: 98% !important;
    }

    .treatment-banner .banner-content-on h1 {
        font-size: 35px;
    }

    .change-link-bottom ul li a {
        font-size: 10px !important;
    }

    .change-link-bottom ul li {
        width: 95%;
    }

    .change-header-layout .main-navigation {
        padding-left: 2%;
    }

    .woof_redraw_zone h4 {
        font-size: 17px;
        padding: 0 0 10px;
        margin-bottom: 20px;
    }



    .Laser_bikini p {
        font-size: 16px;
    }

    .what_customers_say p {
        font-size: 16px;
    }

    .what_customers_inr {
        margin-bottom: 30px;
    }

    .can_help_inr strong {
        font-size: 20px;
    }

    .can_help_inr a {
        font-size: 14px;
    }

    .benefits_of_right ul {
        margin-top: 30px;
    }

    .btn_buy a {
        font-size: 17px;
    }

    .inr_box_section span {
        font-size: 20px;
    }

    .inr_box_section p {
        font-size: 15px;
    }

    .inr_box_section strong {
        font-size: 16px;
    }

    .h_small h6 {
        font-size: 16px;
    }

    .box_section h4 {
        font-size: 17px;
    }

    .inr_box_section {
        padding: 15px 15px 25px;
    }

    .what_customers_say {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .full_body_section {
        margin-bottom: 60px;
    }

    .Laser_bikini {
        margin-bottom: 60px;
    }

    .real_results {
        margin-bottom: 60px;
    }

    .benefits_of_right li {
        font-size: 16px;
    }

    .benefits_of_laser {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .tab_section {
        padding-top: 60px;
    }

    .single-product.woocommerce ul.products li.product .price {
        position: static;
    }

    .single-product.woocommerce ul.products li.product .button {
        float: none;
    }

    .treatments_section .bafg-slider-title {
        font-size: 20px;
    }

}







@media (min-width: 1200px) and (max-width: 1439px) {
    body .treatments_section .bafg-slider-info .bafg-slider-title {
        font-size: 22px;
    }

    .banner_title {
        font-size: 28px;
    }

    .top_banner_section ul.sector_list li {
        font-size: 16px;
        padding-left: 30px;
    }

    .top_banner_section ul.sector_list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        top: 1px;
    }

    .book_appointment {
        font-size: 12px;
        padding: 15px 25px;
    }

    .card_box {
        padding: 80px 0;
    }

    .heading_sect {
        font-size: 28px;
    }

    .card_box p {
        font-size: 16px;
        padding: 0 4%;
    }

    .treatments_section {
        padding: 80px 0;
    }

    .inner_card p {
        font-size: 16px;
        padding: 0 4%;
    }

    .listing_content h4 {
        font-size: 22px;
    }

    .button_box {
        margin-top: 20px;
    }

    .top_banner_section ul.sector_list {
        margin: 25px 0;
    }

    .top_banner_section .carousel-caption {
        left: 3%;
        width: 50%;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
        width: 138px;
    }

    .container {
        width: 96% !important;
    }

    .main-navigation li {
        margin: 0 15px;
    }

    .main-navigation li a {
        font-size: 18px;
    }

    .home-banner-cont h2 {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 15px;
    }

    .footer-nav-sec ul li {
        padding: 0 10px;
    }

    .footer-nav-sec ul li a {
        font-size: 13px;
    }


    .home-about-inner-content {
        padding: 0 5%;
    }

    .inner-blog-main-section {
        padding: 0 5%;
    }

    .inner-microneding-space-section {
        padding: 0 5%;
    }

    .rght-landing-product ul li {
        min-height: auto;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 40px 0;
        color: #000;
        font-size: 15px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: block;
        font-size: 15px;
        padding: 0px;
    }

    .ysm-search-widget .search-field[type="search"] {
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .ysm-search-widget .search-submit {
        padding: 2px 25px;
    }

    .ysm-search-widget .search-submit:before {
        font-size: 13px;
    }

    .header-top-rht form.search-form {
        right: 10px;
    }

    .header-top-lft ul li a {
        font-size: 16px;
    }

    .header-top-rht ul li:first-child a {
        font-size: 13px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
        font-size: 18px;
        color: #000;
        font-weight: 600 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 62%;
    }

    .home-about-section h3,
    .home-laser-hair-section h3,
    .home-pay-per-section h3 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .home-about-section h6,
    .home-laser-hair-section p,
    .home-pay-per-section h5,
    .home-pay-per-section h6 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .home-about-section p,
    .home-pay-per-section p {
        font-size: 16px;
        line-height: 32px;
    }

    .home-specials-sec ul li p a {
        font-size: 16px;
    }



    .concers-top-section {
        padding: 60px 0 30px;
    }

    .concers-top-section h1 {
        font-size: 30px;
        margin: 0 0 10px;
    }

    .concers-top-section p {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .concers-top-section h3 {
        font-size: 22px;
        margin: 12px 0 13px;
    }

    .concers-top-section a {
        font-size: 15px;
        padding: 8px 20px;
    }

    .concers-top-section .row .col-md-4 {
        padding-bottom: 30px;
    }

    .concers-top-section.redness-rosacea-main-section h1 {
        margin-bottom: 15px;
    }

    .concers-top-section.redness-rosacea-main-section p {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .concers-top-section.redness-rosacea-main-section .manageble-inner-section p {
        text-align: left;
        margin: 0 0 15px;
    }

    .skin-concern-section h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .skin-concern-section .inner-wraper-skin-concern h3 {
        font-size: 20px;
        padding: 12px 0px;
    }

    .skin-concern-section .inner-wraper-skin-concern a {
        font-size: 13px;
        margin: 10px 0 3px;
    }

    .who-benefits-section ul {
        column-gap: 50px;
    }

    .who-benefits-section ul li {
        font-size: 18px;
    }


    .change-link-bottom ul li a {
        font-size: 12px !important;
    }

    .change-header-layout #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 3px;
    }

    .treatment-banner .banner-content-on h1 {
        font-size: 60px;
    }

    .change-header-layout .main-navigation {
        padding-left: 3%;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-columns-6-of-12 {
        padding: 15px;
    }

    .woof_redraw_zone h4 {
        font-size: 18px;
        padding: 0 0 10px;
        margin-bottom: 20px;
    }


    .Laser_bikini p {
        font-size: 16px;
    }

    .what_customers_say p {
        font-size: 16px;
    }

    .what_customers_inr {
        margin-bottom: 30px;
    }

    .can_help_inr strong {
        font-size: 20px;
    }

    .can_help_inr a {
        font-size: 14px;
    }

    .benefits_of_right ul {
        margin-top: 30px;
    }

    .btn_buy a {
        font-size: 17px;
    }

    .inr_box_section span {
        font-size: 20px;
    }

    .inr_box_section p {
        font-size: 15px;
    }

    .inr_box_section strong {
        font-size: 16px;
    }

    .h_small h6 {
        font-size: 16px;
    }

    .box_section h4 {
        font-size: 18px;
    }

    .inr_box_section {
        padding: 15px 15px 25px;
    }

    .what_customers_say {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .full_body_section {
        margin-bottom: 60px;
    }

    .Laser_bikini {
        margin-bottom: 60px;
    }

    .real_results {
        margin-bottom: 60px;
    }

    .benefits_of_right li {
        font-size: 16px;
    }

    .benefits_of_laser {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .tab_section {
        padding-top: 60px;
    }

    .single-product.woocommerce ul.products li.product .price {
        position: static;
    }

    .single-product.woocommerce ul.products li.product .button {
        float: none;
    }

    .treatments_section .bafg-slider-title {
        font-size: 20px;
    }


}


@media (min-width: 1440px) and (max-width: 1700px) {
    body .treatments_section .bafg-slider-info .bafg-slider-title {
        font-size: 22px;
    }

    .top_banner_section .carousel-caption {
        left: 3%;
        width: 50%;
    }

    .banner_title {
        font-size: 32px;
    }

    .top_banner_section ul.sector_list li {
        font-size: 18px;
        padding-left: 30px;
    }

    .top_banner_section ul.sector_list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .book_appointment {
        font-size: 14px;
        padding: 16px 30px;
    }

    .card_box {
        padding: 80px 0;
    }

    .heading_sect {
        font-size: 28px;
    }

    .card_box p {
        font-size: 16px;
    }

    .treatments_section {
        padding: 80px 0;
    }

    .inner_card p {
        font-size: 16px;
    }

    .listing_content h4 {
        font-size: 22px;
    }

    .button_box {
        margin-top: 20px;
    }


    .container {
        width: 96% !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        display: block;
        font-size: 17px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
        margin: 0 32px 0;
        color: #000;
        font-size: 17px;
    }

    .header-top-lft ul li a {
        font-size: 17px;
    }

    .header-top-rht ul li:first-child a {
        font-size: 14px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item.mega-menu-item-type-custom:first-child a.mega-menu-link {
        font-size: 21px;
        color: #000;
        font-weight: 600 !important;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-megamenu>ul.mega-sub-menu {
        width: 61%;
    }

    .home-about-section h3,
    .home-laser-hair-section h3,
    .home-pay-per-section h3 {
        font-size: 35px;
        margin: 0 0 18px;
    }

    .home-about-section h6,
    .home-laser-hair-section p,
    .home-pay-per-section h5,
    .home-pay-per-section h6 {
        font-size: 23px;
        margin: 0 0 20px;
    }

    .home-about-section p,
    .home-pay-per-section p {
        font-size: 18px;
        line-height: 35px;
    }

    .home-specials-sec ul li p a {
        font-size: 18px;
    }

    .footer-nav-sec ul li a {
        font-size: 14px;
    }

    .concers-top-section {
        padding: 70px 0 30px;
    }

    .concers-top-section h1 {
        font-size: 33px;
        margin: 0 0 10px;
    }

    .concers-top-section p {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .concers-top-section h3 {
        font-size: 24px;
        margin: 12px 0 13px;
    }

    .concers-top-section a {
        font-size: 15px;
        padding: 8px 20px;
    }

    .concers-top-section .row .col-md-4 {
        padding-bottom: 40px;
    }

    .concers-top-section.redness-rosacea-main-section h1 {
        margin-bottom: 15px;
    }

    .concers-top-section.redness-rosacea-main-section p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .concers-top-section.redness-rosacea-main-section .manageble-inner-section p {
        text-align: left;
        margin: 0 0 15px;
    }

    .skin-concern-section h1 {
        font-size: 35px;
        margin: 0 0 20px;
    }

    .skin-concern-section .inner-wraper-skin-concern h3 {
        font-size: 22px;
        padding: 14px 0px;
    }

    .treatment-banner .banner-content-on h1 {
        font-size: 70px;
    }

    .woocommerce-cart-form__cart-item.cart_item .product-quantity .quantity {
        width: 138px;
    }

    .single-product.woocommerce ul.products li.product .price {
        position: static;
    }

    .single-product.woocommerce ul.products li.product .button {
        float: none;
    }

}


@media (min-width:1200px) and (max-width: 1300px) {
    .hm-clinc-rht-sec h3 {
        font-size: 25px;
        margin: 0 0 0px;
    }

    .hm-clinc-rht-sec p {
        font-size: 15px;
        line-height: 25px;
        margin: 0 0 10px;
    }

    .hm-clinc-rht-sec {
        min-height: auto;
        height: 357px;
    }

    .hm-clinc-lft-sec {
        min-height: auto;
    }

    .hm-clinc-lft-sec img {
        height: 357px;
    }

}

@media (min-width:1301px) and (max-width: 1540px) {
    .hm-clinc-rht-sec h3 {
        font-size: 26px;
        margin: 0 0 5px;
    }

    .hm-clinc-rht-sec p {
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 10px;
    }

    .hm-clinc-rht-sec {
        min-height: auto;
        height: 387px;
    }

    .hm-clinc-lft-sec {
        min-height: auto;
    }

    .hm-clinc-lft-sec img {
        height: 387px;
    }

}



@media (max-width: 767px) {
    .top_banner_section img {
        width: 100%;
    }

    .mobile_banner_image {
        display: block !important;
    }

    .desk_banner_image {
        display: none;
    }

    .banner_title {
        font-size: 20px;
    }

    .top_banner_section ul.sector_list li {
        font-size: 15px;
        padding-left: 30px;
    }

    .top_banner_section ul.sector_list li:before {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
        top: -1px;
    }

    .book_appointment {
        font-size: 14px;
        padding: 15px 25px;
    }

    .card_box {
        padding: 40px 0;
    }

    .heading_sect {
        font-size: 28px;
    }

    .card_box p {
        font-size: 16px;
        padding: 0;
    }

    .treatments_section {
        padding: 40px 0;
    }

    .inner_card p {
        font-size: 16px;
        padding: 0;
    }

    body .treatments_section .bafg-slider-info .bafg-slider-title {
        font-size: 20px;
        padding-bottom: 0;
    }

    .button_box {
        margin-top: 15px;
    }

    .top_banner_section ul.sector_list {
        margin: 20px 0;
    }

    .top_banner_section .carousel-caption {
        width: 60%;
        left: 4%;
    }

    .top_banner_section {
        margin-top: 134px;
    }

    .banner_title br {
        display: none;
    }

    .listing_rept {
        margin-bottom: 0px;
    }

    li.mobile-view-contact a {
        font-size: 13px;
        text-transform: uppercase;
        padding: 9px 15px 7px;
        color: #fff;
        font-family: neutraface2text-book;
        border: 0;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        background: #012f6b;
        border-radius: 30px;
    }

}




@media(min-width: 768) {}

/* Hide book now button shop pages */

.page-template-landing-page .ob-widget-btn,
.archive.woocommerce .ob-widget-btn,
.single-product .ob-widget-btn,
.woocommerce-cart .ob-widget-btn,
.woocommerce-checkout .ob-widget-btn {
    display: none;
}

.products .outofstock .button.product_type_simple {
    visibility: hidden;
}



.soldout {
    padding: 8px 11px;
    text-align: center;
    background: #0eb1f0;
    color: white;
    font-weight: 500;
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 17px;
    text-transform: uppercase;
}


@media (min-width: 480px) {
    .hide-deskop {
        display: none !important;
    }

    .maximum-size-main-section .table td .card {
        /* 		max-width: 225px; */
    }
}

@media (max-width: 479px) {

    body .top_banner_section .carousel-caption {
        width: 100%;
        left: 0;
        padding: 0 15px;
    }


    .hide-deskop {
        display: table-row !important;
    }

    .last-th,
    .last-td {
        display: none !important;
    }

    .maximum-size-main-section .table td .card {
        max-width: 325px;
    }

    .btn-primary.reviews-button {
        margin-top: 50px !important;
        font-size: 18px !important;
    }

    .woocommerce-notices-wrapper .woocommerce-message {
        display: flex;
        flex-direction: column-reverse;

    }

    .woocommerce-notices-wrapper a.button.wc-forward {
        text-align: center;
        padding: 10px 15px;
        max-width: max-content;
        margin: 7px auto 0;
    }
}

@media (max-width: 320px) {
    .maximum-size-main-section .table td .card {
        max-width: 225px;
    }
}


.btn-primary.reviews-button {
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    margin: -20px auto 20px;
    font-size: 20px;
    padding: 10px 20px;
}

.btn-primary.reviews-button:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}

.entry-content>div {
    position: relative;
    float: none !important;
    text-align: center;
    margin: 0 auto;
}


.woocommerce ul.products li.product .onsale {
    background: #00adef;
}

.woocommerce span.onsale {
    background: #00adef !important;
}

.gallery-section {
    clear: both;
    padding-top: 15px;
}

.gallery-image-box {
    padding: 15px 0px;
}

.gallery-section img {
    width: 100%;
    height: auto;
}




.concers-top-section .treatmentss a:hover {
    text-decoration: underline;
}




.concers-top-section .treatmentss a {
    font-size: 16px;
    color: #000000;
    margin: 0px;
    display: inline-block;
    padding: 9px 20px;
    background: transparent;
    border: 0;
    margin-bottom: 10px;

}


.accordion-header h1 {
    color: #102a42 !important;
}

.accordion-item-active .accordion-header h1 {
    color: #000;
}

.accordion-header {
    background: #fff !important;
}


span.regular_price {
    font-size: 1rem;
    text-decoration: line-through;
    color: red;
    padding: 0;
}











/* ************************** Ankur 13-2-26 ************************** */

/* custom css starts here */
html {
    margin-top: 0px !important;
}

body {
    margin: 0 !important;
}

.elementor-widget-image img {
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.page-id-54 .pagination {
    display: block;
}
.page-id-54, .page-id-1225 , .page-id-1229, .page-id-2087{
    font-family: neutraface2text-book;
}

.page-id-1225 h1, .page-id-1229 h1, .page-id-2087 h1 {
    font-size: 2em;
    margin: .67em 0!important;
}


h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin-top: 0 !important;
}

.line-height-1-1 .elementor-icon-list-text {
    line-height: 1.1 !important;
}


.five-hundred .elementor-icon-list-text {
    font-weight: 500 !important;
}

.paragrapgh p:last-child {
    margin-bottom: 0 !important;
}

.colored-span {
    color: var(--e-global-color-primary);
}

.footer-phone-link p,
.footer-email-link {
    color: #fff;
}

.nav-btn .elementor-button-icon svg {
    width: 17px;
}

.nav-btn .elementor-button-icon {
    align-items: flex-start !important;
}

.footer-bottom-text p {
    margin: 0;
}

.treat-btn .elementor-button-content-wrapper {
    justify-content: space-between;
}


#rmp_menu_trigger-8692 {
    display: none;
}

.custom-list-nav .elementor-icon-list-item:first-child .elementor-icon-list-text {
    display: none;
}

.cat-carousal .swiper-wrapper {
    margin-bottom: 20px !important;
}

.pricing-colore {
    display: flex;
    align-items: baseline !important;
}

.pricing-colore h3 {
    margin-bottom: 0;
    margin-right: 10px;
    font-family: "Roboto", Sans-serif;
    font-size: clamp(20px, calc(20px + 15 * ((100vw - 320px) / 1600)), 35px) !important;
    font-weight: 800;
    line-height: 1.3;
    color: var(--e-global-color-cdb9cda);
}

.pricing-colore span {
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    font-size: clamp(13px, calc(13px + 3 * ((100vw - 320px) / 1600)), 16px) !important;
    color: #848199;
}

.location-icon .elementor-icon-list-text {
    padding-top: 27px;
    padding-bottom: 27px;
    border-left: 1px solid var(--e-global-color-primary);
    padding-left: 15px !important;
}

.accordian-radius details:not([open]) summary {
    border-radius: 10px !important;
}

.cat-carousal span.elementor-button-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.key-feature-icon-text {
    background: #fff !important;
    box-shadow: 0px 0px 54px 0px #00000014 !important;
}

.key-feature-icon-text ul {
    padding-left: 15px !important;
    padding-right: 15px !important;
    height: stretch;
}

.key-feature-icon-text ul li {
    height: stretch;
}

.key-feature-icon-text .elementor-icon-list-text {
    padding: 30px 0;
}

/*============================laser product style*/


.laser-product-grid .tab_section {
    background: transparent;
    padding: 0;
}

.laser-product-grid .tab_section .container {
    display: flex;
    flex-direction: column;
    gap: clamp(25px, calc(25px + 15 * ((100vw - 320px) / 1600)), 40px);
}

.laser-product-grid .tab_section .container h3 {
    font-size: var(--e-global-typography-86894bc-font-size);
    line-height: var(--e-global-typography-86894bc-line-height);
    letter-spacing: var(--e-global-typography-86894bc-letter-spacing);
    font-family: var(--e-global-typography-86894bc-font-family), Sans-serif;
    font-weight: var(--e-global-typography-86894bc-font-weight);
    color: #000;
    text-transform: capitalize;
}

.laser-product-grid .tab_section .container #myTab {
    border: none!important;
}
.laser-product-grid .tab_section .container #myTab  li{
    border-top: 1px solid var( --e-global-color-primary );
    border-bottom: 1px solid var( --e-global-color-primary );
    border-left: 1px solid var( --e-global-color-primary );
    overflow: hidden;
    display: inline-flex;
}
.laser-product-grid .tab_section .container #myTab  li:last-child{
    border-right: 1px solid var( --e-global-color-primary );
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.laser-product-grid .tab_section .container #myTab li:first-child{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.laser-product-grid .tab_section .container #myTab  .nav-item{
    margin: 0;
}
.laser-product-grid .tab_section .container #myTab  .nav-item .nav-link.active {
    border: none;
    background: var( --e-global-color-primary );
    color: #fff;
}

.laser-product-grid .tab_section .container .tab-content .box_section{
    border-radius: 10px;
    overflow: hidden;
}
.laser-product-grid .tab_section .container .tab-content .box_section h4{
    font-family: var(--e-global-typography-6a56f07-font-family), Sans-serif;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
    font-size: clamp(18px, calc(16px + 4 * ((100vw - 320px) / 1600)), 22px);
}
.laser-product-grid .tab_section .container .inr_box_section .nav-tabs .nav-link{
    font-family: var(--e-global-typography-6a56f07-font-family), Sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #888888;
}

.laser-product-grid .tab_section .container .inr_box_section .nav-tabs .nav-link.active{
    border: none;
    display: block;
    height: 100%;
    color: #494949;
}

.laser-product-grid .tab_section .container .tab-content .h_small h6{
    font-family: var(--e-global-typography-6a56f07-font-family), Sans-serif;
    font-weight: 400;
    margin-top: 10px!important;
    margin-bottom: 4vw;
}
.laser-product-grid .tab_section .container .tab-content .pri_sesction{
    align-items: end;
}

.laser-product-grid .tab_section .container .tab-content .pri_sesction *{
    font-family: var(--e-global-typography-6a56f07-font-family), Sans-serif!important;
}

.laser-product-grid .tab_section .container .tab-content .btn_buy a{
    background: #000000!important;
    text-transform: capitalize;
    font-family: var(--e-global-typography-6a56f07-font-family), Sans-serif;
    font-size: clamp(16px, calc(16px + 4 * ((100vw - 320px) / 1600)), 20px);
}
.laser-product-grid .tab_section .container a.button.add_to_cart_button{
	display: block;
}

.no-event .elementor-button{
    cursor: none;
    pointer-events: none;
}

.woocommerce-cart-form .quantity .minus, .woocommerce-cart-form .quantity .plus{
    background: white;
    padding: 8px;
    border-radius: 0;
    color: var( --e-global-color-primary );
}
.elementor-element-2cc9088 .swiper-wrapper, .elementor-element-64053c9 .swiper-wrapper, #swiper-wrapper-4c9cf1521cd572a9, #swiper-wrapper-c4a458710d989e1f1, #swiper-wrapper-154c87ab0e97e12d{
    margin-bottom: 20px;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover{
    color: #4B4B4B!important;
}

/*==========================table design*/

.elementor-widget-tablentor-table-csv tbody tr:nth-child(odd) {
  background-color: #EFF4FF;
}
.elementor-widget-tablentor-table-csv table{
    margin: 0;
}
.elementor-widget-tablentor-table-csv th:not(:last-child){
    border-right: 1px solid #fff;
}
.elementor-widget-tablentor-table-csv tbody td:not(:last-child){
    border-right: 1px solid #D4DFF6;    
}

.key-feature-icon-text.color-change-puple{
    background-color: #EFF4FF!important;
    border-radius: 10px;
    box-shadow: none !important;
}

@media (min-width: 767px) {
    .columncount-2 ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-header{
        padding: 15px!important;
    }
    .elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-platform-icon{
        width: 30px!important;
        height: 30px!important;
    }
    .elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-profile-details .ti-stars .ti-star{
        width: 15px!important;
        height: 15px!important;
    }
    .elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-rating, .elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-text{
        font-size: 14px;
    }
}



@media (max-width: 1661px) and (min-width: 768px) {
    .treat-btn .elementor-button-content-wrapper .elementor-button-text {
        max-width: 276px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media (max-width: 1440px) {
    .elementor-kit-9052 {
        --e-global-typography-918d824-font-weight: 300 !important;
    }
    .treatment-grid a.elementor-element{
        padding-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .nav-btn .elementor-button-icon svg {
        width: 14px;
    }
    
}

@media (max-width: 1025px) and (min-width: 881px) {
    .custom-list-nav .elementor-icon-list-text {
        display: none !important;
    }
}
@media (max-width: 1025px) and (min-width: 767px) {
	.laser-product-grid .tab_section .container .tab-content .col-md-4 {
        flex: 0 0 auto;
        width: 50%!important;
    }
}


@media (max-width: 767px) {
    .treat-btn .elementor-button-content-wrapper .elementor-button-text {
        max-width: 117px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .custom-list-nav .elementor-icon-list-text {
        display: none;
    }
    .laser-product-grid .tab_section .container #myTab .nav-item .nav-link{
    	width: 100%;
    }
    .laser-product-grid .tab_section .container #myTab  li{
    	border-bottom: 0;
    	border-right: 1px solid var( --e-global-color-primary );

    }
    .laser-product-grid .tab_section .container #myTab  li:last-child{
    border-bottom: 1px solid var( --e-global-color-primary );
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;

}
.laser-product-grid .tab_section .container #myTab li:first-child{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
}
.laser-product-grid .tab_section .container #myTab{
	padding: 0;
}

.elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-platform-icon{
    width: 20px !important;
    height: 20px !important;
    display: none;
}
.elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-header{
    padding: 8px!important;
}
.elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-profile-details .ti-stars .ti-star {
    width: 10px !important;
    height: 10px !important;
}
.elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-rating, .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-text{
    font-size: 10px!important;
}
.elementor-shortcode .ti-widget[data-layout-id='11'][data-set-id='drop-shadow'] .ti-rating{
    font-size: 12px!important;
    top: 0;
}
}