/*
ThemeName: koutsopoulos 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: koutsopoulos 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.

koutsopoulos 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: 'Modern No. 20';
    src: url('Modern-Regular.woff2') format('woff2'),
        url('Modern-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.homeServiceInfo3 h4 {
    min-height: 50px;
}
.container {
    margin: auto !important
}

.category .page-header.text-center {
    position: RELATIVE;
    font-weight: BOLD;
    font-size: 23px;
    display: block;
    color: black;
}

.category-services .container.photoalbums, .category-aisthitiki-dermatologia .container.photoalbums {
    display: none;
}

div#employees .owl-stage-outer.owl-height {
    min-height: 380px !important;
}

.category .page-header.text-center {
    color: #505351;
    font-size: 40px;
    font-family: 'liberation-serif';
}

.single-sptp_member .sptp-list-style {
    display: none !important;
}

.sptp-single-post {
    max-width: 100% !important;
}

#prosopiko {
    max-width: 1660px;
    margin: AUTO !important;
}

.col-md-6.cateitem {
    padding-bottom: 15px !important;
    background: #FCE2E6;
    margin-bottom: 25px;
    padding: 0;
    margin: 30px 15px;
    max-width: calc(50% - 30px);
}

.col-md-6.cateitem a {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    transition: all 0.3s linear;
}

.home header#masthead {
    width: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
}

header#masthead.allagi {
    background: #F3EEEE;
    padding-bottom: 10px;
    box-shadow: 0 0 5px lightgrey;
    position: fixed;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 99;
}

footer .sitelogo,
header .sitelogo {
    max-width: 100%;
}

header#masthead.allagi .sitelogo {
    margin-top: 5px;
    max-width: 150px;
}

.col-md-6.cateitem h4 {
    color: #505351;
    font-size: 24px;
    padding-top: 5px;
    font-weight: bold;
}

.col-md-6.cateitem i {
    font-size: 12px;
    padding-left: 5px;
    transition: all 0.3s linear;
}

.col-md-6.cateitem h4, .col-md-6.cateitem a {
    padding: 0 15px;
}

.cateitem h4 {
    margin-top: 10px;
}

.cateitem a:hover {
    letter-spacing: 1px;
}

.cateitem a:hover i {
    padding-left: 10px;
}

h4.ipers {
    text-align: left;
    font: normal normal bold 22px/30px 'proxima-nova';
    color: #505351;
    flex: 0 0 100%;
    text-align: left;
    padding-bottom: 10px;
}

article.blog-new figure.blog-new__img.hover-anim {
    margin-bottom: 0 !important;
}

article.blog-new .blog-new__inner {
    background: #FCE2E6;
    padding: 14px 0 12px 16px;
}

article.blog-new .blog-new__inner .blog-new__body {
    padding: 0 !important;
}

article.blog-new .blog-new__inner .blog-new__body h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #505351;
    letter-spacing: 0;
}

article.blog-new .blog-new__inner .blog-new__body a {
    padding: 0;
    border: none;
    font-size: 16px;
    font-family: 'proxima-nova';
    font-weight: 700;
    line-height: 19px;
    transition: all 0.3s linear;
}

article.blog-new .blog-new__inner .blog-new__body a i {
    font-size: 13px;
    padding-left: 5px;
    transition: all 0.3s linear;
}

article.blog-new .blog-new__inner .blog-new__body a:hover {
    letter-spacing: 1px;
    background: none;
    color: #000;
}

article.blog-new .blog-new__inner .blog-new__body a:hover i {
    padding-left: 10px;
}

.clock {
    pointer-events: none;
}

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

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * 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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body, button, input, select, optgroup, textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

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

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;
}

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%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.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;
}

.main-navigation a {
    font: normal normal normal 16px/22px;
    letter-spacing: 1.6px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0 15px;
}

/* 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: flex;
}

.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;
}

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

.page-content, .entry-content, .entry-summary {
    /* margin: 5px 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;
}

.atlastext {
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 500;
}

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

.home .container {
    padding-top: 10px;
    margin: auto !important;
}

.menuandlogo ul.sub-menu {
    display: block;
    background: white;
}

.menuandlogo ul.sub-menu li a {
    line-height: 30px;
}

.site-branding.col-md-5 {
    display: flex;
    align-items: center;
}

.container.menuandlogo .col-md-7 {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    padding-right: 0;
}

.hometext p {
    text-align: center;
    font: normal normal normal 16px;
    letter-spacing: 0.8px;
    color: #000000;
}

.main-navigation {
    display: flex;
    flex-wrap: WRAP;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding-right: 0;
}

.single-post .entry-content p {
    text-align: center;
    font: normal normal 300 16px/30px;
    letter-spacing: 0.8px;
    color: #000000;
}

.single-post .entry-content h2 {
    text-align: left;
    font: normal normal medium 40px/56px;
    letter-spacing: 2px;
    color: #000000;
}

.footer-menub-col ul#menu-menu-1 {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: CENTER;
    justify-content: space-around;
    padding-top: 5rem;
}

.col-12.col-sm-6.col-md-6.footer-menub-col ul.sub-menu {
    display: none;
}

a, a:hover, a:focus {
    text-decoration: unset;
    color: inherit;
}

section.no-results.not-found {
    text-align: CENTER;
    padding: 5rem;
    min-height: 60vh;
}

a:visited {
    color: black;
}

.container.photoalbums {
    display: flex;
    flex-wrap: wrap;
    padding: 3rem 0;
}

footer#footer {
    background: #F3EEEE;
}

article.blog-new {
    margin-bottom: 30px;
}

.footer-menub-col ul#menu-menu-1 a {
    color: white;
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

.hometext {
    padding: 0 5rem;
}

div#home1 .vc_column-inner {
    padding: 0;
}

.contact-us-btn {
    padding: 1em;
    border: 1px solid black;
    color: black;
    font: normal normal normal 14px/30px;
    letter-spacing: 0.7px;
    transition: all .3s ease-out
}

.black-border-btn {
    padding: .5em 1em;
    border: 1px solid black;
    color: black;
    font: normal normal normal 14px/30px;
    letter-spacing: 0.7px;
    transition: all .3s ease-out;
    display: inline-block;
}

.blog-new__body p {
    text-align: left;
    font: normal normal 300 16px/30px;
    letter-spacing: 0.8px;
    color: #000000;
}

.contact-us-btn:hover, .black-border-btn:hover {
    background: black;
    color: white;
}

a.link-accent {
    text-align: left;
    font: normal normal normal 25px/30px;
    letter-spacing: 0px;
    color: #000000;
}

.service-number-cont div:first-child {
    font-size: 150px;
    font-family: 'Modern No. 20';
    letter-spacing: 15px;
    color: #000000;
}

.service-number-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-number-cont div:last-child {
    font: normal normal 300 40px/56px;
    letter-spacing: 4px;
    color: #000000;
}

.watch-more-cont div:first-child {
    color: black;
    letter-spacing 0.8px;
    font: normal normal normal 16px/30px;
}

.portrait-text {
    display: flex;
    align-items: flex-end;
}

.portait-text .service-number-cont {
    transform: rotate(-90deg);
}

.text-1 {
    text-align: left;
    font: normal normal normal 16px/30px;
    letter-spacing: 0.8px;
    color: #000000;
}

.container {
    max-width: 1394px !important;
}

.mt-6 {
    margin-top: 6rem;
}

.footer-social-cont {
    position: relative;
    padding: 5rem;
    margin: 3rem 0;
    border-top: 1px dotted #b3b3b3;
}

/* .footer-social-cont:before{
	content="";
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:1px
	background: #b3b3b3;
	color:black;
} */
.footer-social-cont div:first-child {
    font-size: 40px;
    letter-spacing: 4px;
    color: #000000;
    font-weight: lighter;
}

.social-cont {
    gap: 1rem;
}

.social-cont {
    margin-top: 2rem;
}

.social-cont a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border-radius: 100%;
}

.go-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border: 1px solid black;
    border-radius: 100%;
    font-size: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media(max-width: 576px) {
    .footer-social-cont {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 3rem 0 0;
        padding: 2rem 0 0;
    }

    .go-top-btn {
        position: static;
        margin-top: 5rem;
    }
}

.white-black {
    transition: all .3s ease-out;
}

.white-black:hover {
    background: black;
    color: white;
}

html {
    scroll-behavior: smooth;
}

article.blog-new .blog-new__inner {
    background: #FCE2E6;
    padding: 14px 0 12px 16px;
    min-height: 102px;
}

.copyright {
    background: #505351;
    padding: 16px 49px 13px 0;
    color: #F9F1F5 !important;
}

span.copy {
    padding: 0 9px;
}

.footer-menu-1 a {
    display: flex;
    min-height: 50px;
    color: #505351;
    font-size: 18px;
}

span.icon i {
    min-width: 33px;
}

.footer-menub-col ul {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    color: #505351;
    column-count: 2;
}

.footer-menub-col ul li {
    line-height: 45px;
}

.footer-menub-col ul a:visited {
    color: #505351;
}

.footer-menub-col h2 {
    color: #505351;
    font-size: 24px;
    font-weight: 700;
}

.footer-menu-3 a {
    display: flex;
    align-items: baseline;
    line-height: 45px;
    color: #505351;
    font-size: 18px;
}

.footer-menu-3 i {
    min-width: 30px;
}

.copyright a {
    color: #F9F1F5 !important;
}

.footerlogo {
    padding: 1rem 0;
}

.footer-menub-col ul {
    margin: 0 !important;
}

.footer-menub-col ul#menu-menu-1 {
    justify-content: center;
}

.footer-menub-col ul#menu-menu-1>li {
    padding: 0 2rem;
}

/* #nav_menu-2{
	margin:0;
} */
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-flat.vc_btn3-color-juicy-pink {
    padding: 0.51em 1rem;
    border: 1px solid black;
    color: black;
    font: normal normal normal 14px/30px;
    letter-spacing: 0.7px;
    transition: all .3s ease-out;
    background: white !important;
    border-radius: 0 !important;
}

.footersocial.col-md-6.text-right a {
    color: white;
}

footer .widget {
    margin: 0 !important;
}

ul.social-icons-list {
    list-style: none;
    margin: 0;
}

li.social-icons-item {
    display: inline-block;
}

.flexfoot.row {
    border-top: 1px solid #505351;
}

.footer-menua-col, .footer-menub-col {
    border-right: 1px solid #505351;
}

.footer-menua-col, .footer-menub-col, .contact-col {
    padding: 50px 42px 44px 55px;
}

.footer-menu-1 a, .footer-menu-3 a {
    font-weight: bold;
}

.flexfoot.row {
    background-image: url(/wp-content/uploads/2021/07/CIRCLE.png);
    background-repeat: no-repeat;
    background-position: 108% 240%;
}

.flexfoot-social {
    padding: 27.5px 40px;
}

.flexfoot-social-col1, .flexfoot-social-col2 {
    display: flex;
    align-items: center;
}

.flexfoot-social-col2 {
    justify-content: flex-end;
}

li.social-icons-item {
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    color: #B79C7F !important;
    border: 1px solid #B79C7F;
    border-radius: 50%;
    margin: 0 10px;
}

a.social-icons-link, a.social-icons-link:hover, a.social-icons-link:focus, a.social-icons-link:visited {
    color: #B79C7F !important;
}

li.social-icons-item:hover {
    background: #B79C7F;
}

li.social-icons-item:hover i {
    color: #fff;
}

.contact-col {
    align-items: center;
    display: flex;
}

.footer-contact-cont * {
    color: white !important;
    line-height: 1;
}

.footer-contact-cont {
    align-items: center;
    justify-content: center;
}

.footer-contact-cont div:first-child {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid white;
}

body {
    position: relative;
    color: black;
}

.side-menu-absolute {
    z-index: 999;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 16px;
    top: calc(50% - 200px);
}

.side-menu-absolute span:first-child {
    font-size: 40px;
    font-family: 'Modern No. 20';
    margin-right: 1rem;
}

.side-menu-absolute a {
    display: flex;
    align-items: center;
    transition: all .3s ease-out;
    text-shadow: 0 0 .05rem white;
    line-height: .8;
    margin: .5rem 0;
}

.boldhover {
    transition: all .3s ease-out;
}

.side-menu-absolute a:hover .boldhover {
    font-weight: bold;
}

.contact-text-cont {
    margin-top: 100px !important;
}

.title-40 {
    font-size: 40px;
    letter-spacing: 2px;
    font-weight: bold;
}

a.zitiste {
    background: black;
    color: white;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 50%;
    font-size: 13px;
}

.black-bg {
    background: black !important;
    padding: 5rem;
}

.black {
    color: black !important;
}

@media(max-width: 1380px) {
    .side-menu-absolute {
        display: none;
    }
}

.form-cont>* {
    padding: .5rem;
}

.form-cont input, .form-cont textarea {
    width: 100%;
    padding: .5rem;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.8px;
    resize: none;
}

.form-cont *::placeholder, .form-cont * {
    color: #b3b3b3 !important;
}

.form-cont *:focus::placeholder, .form-cont *:focus {
    color: black !important;
}

div.btnIn {
    text-align: end !important;
}

.btnIn>input {
    width: auto;
    font-size: 14px;
    letter-spacing: 0.7px;
    color: #B79C7F !important;
    background: #fff;
    border: 1px solid #B79C7F;
    padding: 1rem;
    font-style: unset;
    transition: all .3s ease-out;
}

.btnIn>input:hover {
    border: 1px solid #B79C7F;
    background: #B79C7F;
    color: white !important;
}

.wpcf7 .ajax-loader {
    margin: 0;
    width: 0;
}

.text-black {
    color: black !important;
    font-weight: bold;
}

div.row.row-radios * {
    width: 100% !important;
    /* 	display:flex; */
    align-items: center;
    color: black !important;
}

div.row.row-radios input {
    width: auto !important;
    margin-right: .5rem;
    cursor: pointer;
}

div.row.row-radios p {
    display: unset;
}

.main-navigation li a:after {
    content: "";
    background: black;
    width: 0%;
    display: block;
    height: 2px;
}

.main-navigation li:hover a:after {
    width: 100%;
    transition: all .2s linear;
}

ul.sub-menu a:after {
    display: none;
}

a.zitiste {
    z-index: 999;
}

.who-title {
    font-size: 25px;
    letter-spacing: 1.25px;
    font-weight: bold;
    color: #000000;
    margin-bottom: .5rem !important;
}

.who-subtitle {
    font-size: 20px;
    letter-spacing: 1.25px;
}

.container-1088 {
    max-width: 1088px !important;
}

.sub-menu {
    display: none;
}

.site-main {
    overflow: hidden;
}

.footer-logo-img {
    max-width: 243px;
    margin: 1rem 0 1.5rem;
}

div#bio {
    margin: auto;
}

@media(max-width: 1700px) {
    .side-menu-absolute {
        display: none !important;
    }
}

@media(max-width: 1200px) {
    .portait-text .service-number-cont>* {
        transform: translatex(-5rem);
    }
}

@media(max-width: 991px) {

    .footer-menub-col ul#menu-menu-1 {
        padding-top: 0;
    }

    .portait-text .service-number-cont {
        transform: unset;
        margin-bottom: 0 !important;
    }

    .service-number-cont>* {
        font-size: 3rem !important;
    }

    .service-number-cont>*:last-child {
        font-size: 2rem !important;
    }

    .portait-text .service-number-cont>* {
        transform: unset;
    }

    .mt-6 {
        margin-top: 3rem;
    }

    .flexfoot .row>div:last-child {
        border-left: unset;
        border-right: unset;
    }
}

@media(max-width: 767px) {

    body {
        text-align: center;
    }

    .row-radios * {
        text-align: start !important;
    }

    .hometext {
        padding: 0rem;
    }

    .container, .container-fluid, .vc_row {
        flex-direction: column;
    }

    .footer-logo-img {
        /* 			width:70%; */
        min-width: 100px;
        margin: 2rem 0 0;
    }
}

@media(max-width: 550px) {
    .footer-menub-col ul#menu-menu-1 {
        flex-direction: column;
    }

    .footer-menub-col ul#menu-menu-1>* {
        border-left: unset;
        padding: .5rem !important;
    }

    .homeServiceInfo7 h4 {
        font-size: 20px;
    }
}

/* mmenu */
.mob-menu-header-holder {
    position: fixed !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    display: flex !important;
    box-shadow: 0 0 .4rem lightgray;
}

.mob-retina-logo {
    margin-left: 1rem;
}

.menu-menu-1-container * {
    text-align: start !important;
}

.images-split-1 img {
    height: 570px !important;
}

.menuandlogo ul.sub-menu li a {
    font-size: 14px;
    transition: all .3s ease-out;
}

.menuandlogo ul.sub-menu li a:hover {
    font-weight: bold;
}

::-moz-selection {
    background: black;
    color: white;
}

::selection {
    background: #505351;
    color: white;
}

.sectionTitle {
    font-family: "proxima-nova" !important;
    font-weight: 700;
}

body {
    font-family: "proxima-nova" !important;
}

span.toggle-menu-bars span.toggle-bar {
    margin: 4px;
    background: #505351;
    height: 2px;
    width: 100%;
    transition: all 0.3s ease-out;
}

span.toggle-menu-bars:hover span.toggle-bar.toggle-bar-2 {
    width: 16px !important;
    margin-left: -13px;
}

/* DermAestheteIntro start */
.IntroSliderText .DermAestheteHeading .n2-ss-text {
    font-size: 40px !important;
    letter-spacing: 0 !important;
    line-height: 50px !important;
	margin-bottom: 20px !important;
}

.IntroSliderText .text1 p {
    font-size: 24px !important;
    letter-spacing: 0 !important;
    line-height: 34px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
}

.IntroSliderText .text2 p {
    font-size: 16px !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
}

.IntroSliderText a.homeSliderBtn {
    display: inline-block !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    letter-spacing: 0 !important;
    line-height: 30px !important;
    margin-top: 60px !important;
    color: #505351 !important;
    padding: 11px 50px !important;
    border: 1px solid #505351 !important;
    border-radius: 30px !important;
    margin-right: 18px !important;
}

.IntroSliderText a.homeSliderBtn:hover {
    background: #505351 !important;
    color: #fff !important;
}

.drAnyTime {
    left: -45px;
    padding-left: 20px;
    margin-top: 20px !important;
}

.IntroSliderText>.n2-ss-layer-row {
    max-width: 1180px;
}

/* DermAestheteIntro end */
/* home services1 start */
div#Services1 {
    position: relative;
    padding: 2rem 0;
}

div#Services1 img {
    transition: all 2s ease;
}

div#Services1 a.vc_single_image-wrapper.vc_box_border_grey {
    overflow: hidden;
}

div#Services1 #service1Col1 .wpb_wrapper:hover img {
    transform: scale(1.5);
}

div#Services1 #service1Col2 .wpb_wrapper:hover img {
    transform: scale(1.5);
}

div#Services1 #service1Col3 .wpb_wrapper:hover img {
    transform: scale(1.5);
}

div#Services1 #service1Col4 .wpb_wrapper:hover img {
    transform: scale(1.5);
}

div#Services1 h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
    margin-bottom: 20px;
}

div#Services1 .service1TextCol p {
    color: #979797;
    font-size: 20px;
    line-height: 30px;
    max-width: 440px;
    margin-bottom: 70px;
}

.service1Row1, .service1Row2 {
    max-width: 1585px;
    margin: auto !important;
}

div#service1Col1 .wpb_single_image.wpb_content_element, div#service1Col2 .wpb_single_image.wpb_content_element, div#service1Col3 .wpb_single_image.wpb_content_element, div#service1Col4 .wpb_single_image.wpb_content_element {
    margin-bottom: 0 !important;
}

div#service1Col1 .wpb_wrapper {
    max-width: 362px;
    margin-left: auto !important;
}

div#service1Col2 .vc_column-inner>div.wpb_wrapper {
    padding-top: 28px;
    border-top: 1px solid #505351;
}

div#service1Col3 .vc_column-inner>div.wpb_wrapper {
    border-bottom: 1px solid #505351;
}

.homeServiceInfo3 {
    margin-bottom: 28px !important;
}

div#service1Col4 .wpb_wrapper {
    max-width: 362px;
}

.homeServiceInfo1, .homeServiceInfo2, .homeServiceInfo3, .homeServiceInfo4 {
    padding: 11px 0 22px 18px;
    background: #FCE2E6;
}

.homeServiceInfo1 h4, .homeServiceInfo2 h4, .homeServiceInfo3 h4, .homeServiceInfo4 h4 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 700;
    color: #505351;
}

.homeServiceInfo1 a, .homeServiceInfo2 a, .homeServiceInfo3 a, .homeServiceInfo4 a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    color: #000;
    transition: all 0.3s linear;
}

.homeServiceInfo1 i, .homeServiceInfo2 i, .homeServiceInfo3 i, .homeServiceInfo4 i {
    font-size: 13px;
    padding-left: 5px;
    transition: all 0.3s linear;
}

.homeServiceInfo1 a:hover, .homeServiceInfo2 a:hover, .homeServiceInfo3 a:hover, .homeServiceInfo4 a:hover {
    letter-spacing: 1px;
}

.homeServiceInfo1 a:hover i, .homeServiceInfo2 a:hover i, .homeServiceInfo3 a:hover i, .homeServiceInfo4 a:hover i {
    padding-left: 10px;
}

.covidFree img {
    margin-bottom: 40px;
    transition: none !important;
    transform: none !important;
}

@media (min-width: 641px) {

    .covidFree.mobile {
        display: none !important;
    }

    .covidFree.desktop {
        display: block !important;
    }

}

@media (max-width: 640px) {

    .covidFree.mobile {
        display: block !important;
    }

    .covidFree.desktop {
        display: none !important;
    }

}

.covidFree.desktop {
    position: absolute;
    right: 210px;
}

/* home services1 end */
/* home services2 start */
div#Services2 {
    background: #F3EEEE;
    padding: 80px 0;
    margin-bottom: 3rem;
}

div#Services2 .container {
    max-width: 1556px !important;
}

.homeServiceImg5, .homeServiceImg6 {
    margin-bottom: 0 !important;
}

.homeServiceInfo5, .homeServiceInfo6 {
    padding: 10px 0 22px 18px;
    max-width: 733px;
    background: #FCE2E6;
}

div#Services2 a.vc_single_image-wrapper.vc_box_border_grey {
    overflow: hidden;
}

div#Services2 img, div#newsection {
    transition: all 2s ease;
}

div#Services2 .container .wpb_wrapper:hover img {
    transform: scale(1.5);
}

.homeServiceImg5 .vc_single_image-wrapper, .homeServiceImg6 .vc_single_image-wrapper, .homeServiceImg7 .vc_single_image-wrapper {
    position: relative;
    margin-bottom: -1px;
}

.homeServiceInfo6, .homeServiceInfo7 {
    position: relative;
}


.homeServiceImg5:before {
    content: "";
    position: absolute;
    display: block;
    left: -30px;
    top: -30px;
    width: 362px;
    height: 362px;
    background: #505351;
    z-index: 0;
}

.wpb_text_column.wpb_content_element.homeServiceInfo7 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.wpb_text_column.wpb_content_element.homeServiceInfo7 .wpb_wrapper {
    text-align: center;
}

.wpb_text_column.wpb_content_element.homeServiceInfo7 .wpb_wrapper p {
    margin-bottom: 0;
}

.wpb_text_column.wpb_content_element.homeServiceInfo7 a:hover {
    letter-spacing: 1px;
}

.homeServiceInfo7 i {
    color: black;
}

/* .homeServiceImg7:before {
	content: "";
    position: absolute;
    display: block;
    right: -24px;
    bottom: -26px;
    width: 1330px;
    height: 362px;
    background: #505351;
    z-index: -1;
} */

.wpb_single_image.wpb_content_element.vc_align_left.homeServiceImg7 img.vc_single_image-img.attachment-full {
    position: relative;
    z-index: -1;
}

/* .wpb_single_image.wpb_content_element.vc_align_left.homeServiceImg7 .vc_single_image-wrapper.vc_box_border_grey {
	 text-align: center;
    color: white;
    overflow: hidden;
    background: #EC8B86;
    background: transparent linear-gradient(180deg, #EC8B8600 30%, #FCE2E6 100%) 0% 0% no-repeat padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s ease-in-out;
} */

.homeServiceInfotext7 {
    position: absolute;
    top: 50%;
    left: 50%;
}


.homeServiceImg6:before {
    content: "";
    position: absolute;
    display: block;
    right: 0;
    bottom: -30px;
    width: 362px;
    height: 362px;
    background: #505351;
    z-index: 0;
}

.homeServiceInfo7 strong {
    color: #505351;
}

.homeServiceInfo5 h4, .homeServiceInfo6 h4, .newsection h4, .homeServiceInfo7 h4 {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    font-weight: 700;
}

.homeServiceInfo5 a, .homeServiceInfo6 a, .newsection a, .homeServiceInfo7 a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    color: #000;
    transition: all 0.3s linear;
}

.homeServiceInfo5 i, .homeServiceInfo6 i, .homeServiceInfo7 i {
    font-size: 13px;
    padding-left: 5px;
    transition: all 0.3s linear;
}

.homeServiceInfo5 a:hover, .homeServiceInfo6 a:hover, .homeServiceInfo7 a:hover .newsection a:hover {
    letter-spacing: 1px;
}

.homeServiceInfo5 a:hover i, .homeServiceInfo6 a:hover i, .homeServiceInfo7 a:hover i {
    padding-left: 10px;
}

.homeServiceImg5 {
    position: relative;
}

.homeServiceInfo5 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -1px !important;
    width: 100%;
}

.homeServiceImg6, .homeServiceImg7 {
    position: relative;
}

.homeServiceInfo6 {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -1px !important;
    width: 100%;
}

/* home services2 end */
/* Pro products start */
div#Pro_Products {
    padding: 4rem 0;
    background-image: url(/wp-content/uploads/2021/08/pro_productBG.png);
    background-repeat: no-repeat;
    background-position: -22% 36%;
}

div#Pro_Products .container {
    max-width: 1650px !important;
    padding: 0;
}

div#Pro_Products h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
    margin-bottom: 20px;
    max-width: 500px;
}

div#Pro_Products p {
    color: #979797;
    font-size: 20px;
    line-height: 30px;
    max-width: 440px;
    margin-bottom: 70px;
}

a.proProductBtn {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 70px;
    border: 1px solid #505351;
    border-radius: 30px;
    color: #505351;
    font-weight: bold;
}

a.proProductBtn:hover {
    background: #505351;
    color: #fff;
}

div#Pro_Products div.n2-ss-layer {
    padding: 0 !important;
}

div#Pro_Products .n2-ss-section-main-content.n2-ss-layer-with-background.n2-ss-layer-content.n2-ow.n-uc-PX3kxeAp1GxX-inner {
    padding: 0 !important;
}

div#Pro_Products div.n2-ss-slider-controls img {
    margin: auto;
    width: 18px !important;
    height: 18px !important;
}

/* Pro products end */
/* employees start */
div#Employees h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
}

.employeesCol {
    border: 1px solid #505351;
    padding: 22px 0;
}

.employeesCol .n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content {
    padding: 10px 0 !important;
}

.employeesCol:hover {
    background: #9CADA4;
}

.employeesInfo {
    text-align: left;
    max-width: 254px !important;
    margin-top: 15px !important;
}

.employeesInfo h5 {
    color: #505351;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 5px !important;
    font-weight: bold;
}

.employeesInfo h6 {
    color: #979797;
    line-height: 28px;
    font-size: 18px;
}

.employeesCol:hover .employeesInfo h5 {
    color: #fff !important;
}

.employeesCol:hover .employeesInfo h6 {
    color: #fff !important;
}

div#Employees div#n2-ss-3 .n2-style-ff477258c58cb17ea7aaabe3affed6a4-dot {
    padding: 7px !important;
}

div#Employees .n2-bullet.n2-style-ff477258c58cb17ea7aaabe3affed6a4-dot.n2-active {
    background: radial-gradient(circle, rgba(156, 173, 164, 1) 45%, rgba(255, 255, 255, 1) 45%);
    border: 1px solid #9CADA4;
}


@media(max-width: 538px) {
    .homeServiceInfo7 h4 {
        font-size: 18px;
    }
}

@media(max-width: 467px) {
    .hom eServiceInfo7 h4 {
        font-size: 20px;
    }

    .homeServiceInfo7 p strong {
        font-size: 13px;
    }
}

/* ==== carousel ==== */
div#prosopiko h2.sptp-section-title {
    display: none;
}

div#prosopiko h2.sptp-member-name-title {
    font-size: 20px;
    line-height: 28px;
    font-family: 'proxima-nova';
    color: #505351 !important;
}

div#prosopiko h4.sptp-jop-title {
    font-size: 18px;
    line-height: 28px;
    color: #979797 !important;
}

div#prosopiko .swiper-slide {
    border: 1px solid #505351;
    padding: 30px 0;
}

div#prosopiko .swiper-slide:hover {
    background: #9CADA4;
}

div#prosopiko .swiper-slide:hover h2.sptp-member-name-title {
    color: #fff !important;
}

div#prosopiko .swiper-slide:hover h4.sptp-jop-title {
    color: #fff !important;
}

div#prosopiko .swiper-pagination-bullet-active {
    background: #9cada4 !important;
}

div#prosopiko .swiper-pagination-bullet {
    background-image: radial-gradient(rgb(156, 173, 164) 40%, rgb(255, 255, 255) 40%);
    border: 1px solid #9CADA4;
    opacity: 1;
}

div#prosopiko .sptp-main-carousel .sptp-button-next, div#prosopiko .sptp-main-carousel .sptp-button-prev {
    top: 50%;
    border-radius: 50%;
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

div#prosopiko .sptp-main-carousel .sptp-button-prev {
    left: 1px;
}

/* ==== carousel ==== */
/* employees end */
/* place start */
div#Place {
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: #FCE2E6;
}

div#Place .container {
    max-width: 1650px !important;
}

div#Place h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
    margin-bottom: 20px;
}

div#Place p {
    font-size: 20px;
    line-height: 30px;
    color: #979797;
    margin-bottom: 70px;
    max-width: 470px;
}

a.placeBtn {
    font-size: 18px;
    line-height: 30px;
    padding: 15px 46px;
    border: 1px solid #505351;
    border-radius: 30px;
    color: #505351;
    font-weight: bold;
}

a.placeBtn:hover {
    background: #505351;
    color: #fff;
}

/* place end */
/* testimonials start */
#Testimonials .container {
    max-width: 1650px !important;
}

.testimonialsHeadingCol .vc_column-inner {
    padding: 0;
}

.testimonialsColumn:hover {
    background: #9CADA4;
}

.testimonialsColumn:hover p {
    color: #fff !important;
}

.testimonialsColumn:hover h5 {
    color: #fff !important;
}

.testimonialsColumn:hover i.fas.fa-quote-right {
    color: #fff !important;
}

div#Testimonials h2 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 20px;
    color: #505351;
}

div#Testimonials p {
    font-size: 20px;
    line-height: 30px;
    color: #979797;
}

.testimonialsText p, .innerTestimonialBox p {
    color: #505351 !important;
    font-size: 16px !important;
    text-align: left !important;
    line-height: 30px !important;
    margin-bottom: 20px !important;
}

.testimonialsText p {
    min-height: 100px;
}

.testimonialsColumn {
    border: 1px solid #505351;
}

.testimonialsInfo {
    text-align: left !important;
}

.testimonialsInfo h5, .innerTestimonialBox p:last-child {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    color: #9CADA4 !important;
}

.testimonialsInfo h6 {
    font-size: 14px !important;
    line-height: 30px !important;
    color: #505351;
}

#Testimonials i.fas.fa-quote-right {
    color: #9cada4;
    font-size: 30px;
    margin: 10px;
}

.innerTestimonialsRow.container {
    margin: 2rem auto;
}

.innerTestimonialBox {
    border: 1px solid #000;
    padding: 10px 20px;
    background: #fff;
}

.innerTestimonialBox:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #9cada4;
    font-size: 30px;
    margin: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

/* testimonials end */
/* Gold Card start */
div#GoldCard {
    background-color: #fce2e6;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

.goldCardRow {
    margin: auto !important;
    max-width: 1600px;
}

.goldCardRow:hover .goldCardTextCol {
    opacity: 0.9;
}

.goldCardRow:hover .goldCardInfoBox {
    transform: scale(1.2);
}

.goldCardRow:hover a {
    text-decoration: underline;
}

.goldCardImgCol .wpb_single_image {
    margin-bottom: 0 !important;
}

.goldCardTextCol {
    background-color: #B79C7F;
    transition: all 0.5s ease;
}

.goldCardInfoBox {
    max-width: 500px;
    margin: auto !important;
    transition: all 0.5s ease;
}

.goldCardTextCol h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.goldCardTextCol h4 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.goldCardTextCol p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}

.goldCardInfoBox a {
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    border: 1px solid #fff;
    text-decoration: none !important;
}

.goldCardInfoBox a:hover {
    background-color: #fff;
    color: #b79c7f;
}

/* Gold Card end */
/* newsletter start */
div#Testimonials {
    padding: 4rem 0;
}

.newsletter.container .row {
    align-items: center;
}

.newsletter .col-6 {
    max-height: fit-content;
}

.newsletter p {
    display: inline-block;
}

.newsletter h2 {
    color: #505351;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 25px;
}

.newsletter div.subheading {
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 528px;
    color: #979797;
}

.newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    padding: 8px 30px 11px;
    border-radius: 30px;
    border: 1px solid #505351;
    font-size: 18px;
    margin-right: 10px;
}

.newsletter input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    font-weight: bold;
    padding: 14px 30px 15px;
    background: #9CADA4;
    border-radius: 30px;
    font-size: 18px;
}

.newsletter input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fce2e6;
}

img.newsletter-img {
    background: #fce2e6;
    border-radius: 50%;
}

.NewsletterImgCircle {
    border: 1px solid #505351;
    width: fit-content;
    padding: 40px;
    border-radius: 50%;
    /*margin-left: auto;*/
}

/* newsletter end */
/* inner service item start */
.innerService.container {
    max-width: 1590px;
    margin: auto;
    padding: 2rem 0;
}

.innerService .contentCol h2, .innerService h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    letter-spacing: 0 !important;
    margin-bottom: 30px;
    color: #505351 !important;
}

.contentCol p {
    font-size: 17px !important;
    text-align: left !important;
    letter-spacing: 0 !important;
    line-height: 28px !important;
    color: #7a7979 !important;
    margin-bottom: 10px !important;
}

.contentCol h3 {
    font-size: 27px;
    line-height: 28px;
    letter-spacing: 0;
    color: #505351;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 30px;
    text-align: left !important;
}

.contentCol h3:first-child {
    padding-top: 0 !important;
}

.contentCol ul {
    margin: 0;
    padding: 0 0 0 24px;
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 10px;
    color: #707070;
}

.contentCol ul li {
    position: relative;
    list-style-type: none;
}

.contentCol ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -24px;
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2021/08/check-icon.jpg);
}

.contentCol a {
    color: #b79c7f;
}

.contentCol ul a {
    color: #b79c7f;
}

.contentCol a:hover {
    opacity: 0.8;
}

.innerService .sideMenuCol h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'proxima-nova';
    line-height: 21px;
    background: #F3EEEE;
    padding: 15px 30px;
    border-left: 7px solid #505351;
    letter-spacing: 0;
    margin-bottom: 20px !important;
}

.innerServiceContact h2 {
    margin-bottom: 40px;
}

.innerServiceMenu ul, .innerServiceContact ul {
    margin: 0;
    padding-left: 7px;
    list-style: none;
    line-height: 38px;
}

.innerServiceMenu ul a {
    color: #9F9F9F;
    font-size: 17px;
    font-weight: bold;
}

.innerServiceContact ul a, .innerServiceContact ul li {
    color: #505351;
    font-size: 17px;
    font-weight: bold;
}

.innerServiceMenu ul li.current-menu-item a {
    color: #505351;
    text-decoration: underline;
}

.innerServiceContact i {
    padding-right: 18px;
}

.innerPostIconText p {
    margin-bottom: 5px !important;
    color: #505351 !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.innerPostUspsEmptySpace {
    height: 73px !important;
}

.innerPostIconImg {
    margin-bottom: 20px !important;
}

.innerPostIconImg img {
    max-width: 80px !important;
}

/* inner service item end */
/* inner employees start */
.innerEmployeesRow1 {
    padding: 4rem 0;
}

.innerEmployeesRowCon {
    display: flex;
    justify-content: center;
}

.innerEmployeesRow1 h2 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 55px;
    color: #505351;
    font-family: 'liberation-serif';
    font-weight: 700;
}

.innerEmployeesRowCon .innerEmployeesRow1Col {
    padding: 32px 52px;
    border: 1px solid #505351;
    width: fit-content;
    margin: 0 18px;
}

.innerEmployeesRow1Col .wpb_single_image.wpb_content_element {
    margin-bottom: 20px !important;
}

.innerEmployeesRow1Info {
    margin-bottom: 0 !important;
}

div#Employees.inner {
    background: #F3EEEE;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.inner.Gallery h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
    font-family: 'liberation-serif';
    font-weight: 700;
}

.inner.Gallery div#n2-ss-6 .n-uc-195b639e8c6ca-inner {
    padding: 10px 0 10px 0;
}

.inner.Gallery div#n2-ss-6 .n-uc-nz6KRmNap2H7-inner {
    padding: 10px 0 10px 0;
    justify-content: center;
}

/* inner employees end */
/* inner biographic start */
.innerBioInfoRow {
    max-width: 1591px;
    margin: auto !important;
}

.category-monimi-apotrixosi .photoalbums {
    display: none
}

.innerBio h2 {
    font-size: 50px;
    line-height: 58px;
    letter-spacing: 0;
    color: #505351;
}

h2.bioName {
    font-size: 40px;
    line-height: 48px;
}

.innerBioInfoRow h2 {
    font-family: "proxima-nova" !important;
}

.innerBioInfoRow h4 {
    font-size: 25px;
    line-height: 30px;
    color: #979797;
}

.innerBioInfoRow h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1.4px;
    text-decoration: underline;
    color: #505351;
}

.innerBioInfoRow h3 {
    position: relative;
    font-size: 25px;
    letter-spacing: 1.75px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 40px;
    color: #505351;
}

.innerBioInfoRow h3:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -24px;
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2021/08/check-icon.jpg);
}

.innerBioInfoRow p {
    font-size: 17px;
    line-height: 25px;
}

.inner.Gallery.Bio {
    background: #F9F9F9;
    padding-top: 3rem;
    margin-top: 2rem;
}

.innerBioTextCol p, .innerBioTextCol ul {
    color: #555555;
}

.innerEmployeesRow1Col:hover {
    background: #9CADA4;
    color: #fff;
}

.whoText.container {
    padding-top: 4rem;
}

.whoText.container p {
    color: #555555;
    font-size: 17px;
    line-height: 25px;
}

/* inner biographic end */
.head-search input.search-field {
    background: transparent;
    border: 1px solid #505351;
    border-radius: 30px;
    min-width: 310px;
    padding: 10px;
    font-size: 13px;
    font-style: italic;
}

.head-search input.search-submit {
    border-radius: 50%;
    background: transparent;
    border-color: black;
    position: absolute;
    right: 0;
}

.head-search {
    position: relative;
}

.head-search input[type="submit"] {
    right: 1px;
    position: absolute;
    width: 40px;
    background: transparent !important;
    color: rgb(95 0 25 / 0%) !important;
    height: 40px;
    border: none;
}

.head-search form.search-form:before {
    content: "\f002";
    display: block;
    right: 0;
    color: #505351;
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 42px;
    pointer-events: none;
    height: 40px;
    z-index: 999;
    line-height: 38px;
    border-radius: 50%;
}

.head-search label {
    margin-bottom: 0 !important;
}

/* contact page start */
.innerContactRow1 h2 {
    font-size: 50px;
    line-height: 58px;
    color: #505351;
}

.innerContactRow2 {
    background: #FCE2E6;
    padding: 2rem;
}

.innerContactRow2 h2 {
    font-size: 30px;
    line-height: 38px;
    color: #505351;
}

.innerContactRow1 {
    color: #505351;
}

.innerContactRow1 a {
    color: #505351;
}

.innerContactRow1 a:hover {
    color: #b79c7f;
}

.innerContactRow1 i {
    padding-right: 5px;
}

/* contact page end */
.sidenav {
    background: #FCFBFB 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 10px #00000029;
    height: calc(100% - 160px);
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    /* background-color: #f1f1f1; */
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 30px;
    height: 45px;
    font-size: 17px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #555;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgb(252 251 251);
    border: 0;
    border-radius: 0;
    font: normal normal medium 22px/30px 'proxima-nova' !important;
    letter-spacing: 0px;
    color: #505351 !important;
    outline: none;
}

.site-branding.col-md-5 {
    z-index: 9999999;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    border-right: 1px solid #cac8c8 !important;
    left: 310px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
    line-height: 30px;
    height: 45px;
    font-size: 18px;
    padding: 0px 10px 0px 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #555;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    font: normal normal medium 22px/30px 'proxima-nova' !important;
    letter-spacing: 0px;
    color: #505351 !important;
    outline: none;
}

.sidenav a {
    text-align: left;
    font: normal normal bold 22px/30px 'proxima-nova';
    color: #505351;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    /* font-size: 25px; */
    /* color: #818181; */
    display: block;
    transition: 0.3s;
}

ul#home {
    list-style: none;
    text-align: left;
}

.sidenav a:hover {
    color: #ada05a;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
    font-weight: bold;
    color: black;
}

span.oraios span {
    font-size: 20px;
    color: #505351 !important;
}

/* search page start */
body.search.search-results .container.pb-4 .row {
    justify-content: space-evenly;
}

body.search.search-results h1 {
    margin-bottom: 35px;
}

body.search.search-results article {
    margin-bottom: 30px !important;
    max-width: 362px;
}

body.search.search-results .blog-new__body {
    padding: 11px 0 22px 18px;
    background: #FCE2E6;
}

body.search.search-results .blog-new__body h4 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0;
    font-weight: 700;
    color: #505351;
}

body.search.search-results a.contact-us-btn {
    border: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    color: #000;
    padding-left: 0 !important;
    transition: all 0.3s linear;
}

body.search.search-results a.contact-us-btn:hover {
    letter-spacing: 1px;
    background: none;
}

body.search.search-results a.contact-us-btn i {
    font-size: 13px;
}

/* search page end */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

@media (max-width: 1350px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
        border-right: 1px solid #cac8c8 !important;
        left: 330px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
        font-size: 20px;
    }

    ul#home {
        padding-inline-start: 0;
    }
}

@media (max-width: 650px) {
    div#prosopiko h2.sptp-member-name-title {
        font-size: 18px;
    }

    div#Pro_Products p {
        color: #979797;
        font-size: 17px;
        line-height: 30px;
        max-width: 100%;
        margin-bottom: 70px;
        padding: 10px 15px;
    }

    .homeServiceInfo1, .homeServiceInfo2, .homeServiceInfo3, .homeServiceInfo4 {
        padding: 20px;
        background: #FCE2E6;
    }

    .footer-menu-3 a {
        display: block;
        align-items: baseline;
        line-height: 35px;
        color: #505351;
        font-size: 18px;
        text-align: left !important;
    }

    .mob-menu-header-holder {
        height: 60px !important;
    }

    .innerBio h2 {
        padding-top: 2rem;
        font-size: 40px;
        line-height: 45px;
        letter-spacing: 0;
        color: #505351;
    }

    article.blog-new {
        padding: 15px;
        margin-bottom: 30px;
    }

    .innerBioInfoRow h3:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
    }

    .homeServiceInfo6 {
        position: relative;
    }

    div#prosopiko h4.sptp-jop-title {
        font-size: 15px;
        line-height: 20px;
        color: #979797 !important;
        padding-bottom: 10px;
    }

    div#service1Col4 .wpb_wrapper {
        max-width: 100%;
    }

    #sptp-537 .border-bg-around-member:not(.sptp-content-on-image) {
        min-height: 260px;
    }

    div#service1Col1 .wpb_wrapper {
        max-width: 100%;
        margin-left: auto !important;
        margin-right: auto;
    }

    .innerEmployeesRowCon .innerEmployeesRow1Col {
        min-width: 330px;
        border: 1px solid #505351;
        width: 100%;
        max-width: 330px;
        margin: 10px auto;
        padding: 10px;
    }

    div#Employees h2 {
        font-size: 33px;
        line-height: 40px;
        color: #505351;
    }

    .col-md-6.cateitem h4 {
        color: #505351;
        font-size: 15px;
        padding-top: 5px;
        font-weight: BOLD;
        padding: 0 !important;
    }

    .category .page-header.text-center {
        color: #505351;
        font-size: 30px;
        font-family: 'liberation-serif';
        padding-top: 1rem;
    }

    .col-md-6.cateitem a {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        transition: all 0.3s linear;
        padding: 0 !important;
    }

    .col-md-6.cateitem h4 {
        min-height: 45px;
    }

    .flexfoot-social-col1 {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
    }

    li.social-icons-item {
        width: 39px;
        height: 39px;
        line-height: 39px;
        text-align: center;
        color: #B79C7F !important;
        border: 1px solid #B79C7F;
        border-radius: 50%;
        margin: 0 5px;
    }

    .footer-menua-col, .footer-menub-col {
        border-right: 0px solid #505351;
    }

    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 30px !important;
        letter-spacing: 0 !important;
        line-height: 90px !important;
    }

    .IntroSliderText a.homeSliderBtn {
        min-width: 165px;
        flex-wrap: WRAP;
        display: flex !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        letter-spacing: 0 !important;
        line-height: 30px !important;
        margin-top: 40px !important;
        color: #505351 !important;
        padding: 11px 25px !important;
        border: 1px solid #505351 !important;
        border-radius: 30px !important;
        margin-right: auto !important;
        text-align: CENTER !important;
        margin-left: auto !important;
        max-width: 50%;
        flex: 0 0 50%;
    }

    ul.social-icons-list {
        margin: AUTO !important;
        padding-inline-start: 0;
        margin-top: 11px;
    }

    .footer-menub-col ul {
        list-style: none;
        padding-left: 0;
        font-size: 17px;
        color: #505351;
        column-count: 1;
    }

    .footer-menu-1 span {
        text-align: left !important;
    }

    .newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
        width: 100%;
    }

    .homeServiceInfo5 {
        z-index: 99;
        position: relative;
        bottom: 30px;
        left: 0;
        margin-bottom: 0 !important;
        width: 100%;
    }

    div#Testimonials h2 {
        font-size: 40px;
    }

    .innerService .contentCol h2, .innerService h2 {
        font-size: 22px;
        line-height: 30px;
    }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: absolute;
    left: 102%;
    top: 0;
}

div#mySidenav span {
    color: #b79c7f;
}

.mobmenu-content li a {
    display: block;
    letter-spacing: 1px;
    padding: 10px 5px !important;
    text-decoration: none;
    font-size: 14px;
}

body, button, input, select, optgroup, textarea {
    border: none;
    outline: none;
}

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

span.toggle-menu-bars {
    color: #505351;
    font-size: 45px;
    cursor: pointer;
    font-family: 'proxima-nova';
    max-width: 50px;
    line-height: 42px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

span.toggle-menu-bars:before {
    content: "";
    background: #505351;
    opacity: 0.7;
    width: 1px;
    height: 103px;
    position: absolute;
    top: -26px;
    left: -13px;
}

span.toggle-menu-word {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

/* Media Queries Start */
@media (max-width: 1600px) {

    .container.menuandlogo,
    .service1Row1, .service1Row2,
    div#Pro_Products .container,
    div#Place .container,
    div#Testimonials .container {
        max-width: 1500px !important;
    }

    div#Place .container .vc_col-sm-8 {
        padding-right: 35px;
    }

    .IntroSliderText .n-uc-1e8fc3f640f47-inner {
        padding: 10px 10px 10px 40px !important;
    }
	
/*  home page slider here  
    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 40px !important;
        line-height: 60px !important;
    }

    .IntroSliderText .text1 p {
        font-size: 21px !important;
        line-height: 38px !important;
        margin-bottom: 30px !important;
        max-width: 850px;
    }

    .IntroSliderText .text2 p {
        font-size: 16px !important;
        line-height: 36px !important;
        max-width: 950px;
    }

    .IntroSliderText a.homeSliderBtn {
        font-size: 15px !important;
        line-height: 28px !important;
        margin-top: 45px !important;
        color: #505351 !important;
        padding: 11px 50px !important;
        margin-right: 18px !important;
    } */

    .covidFree.desktop {
        right: 80px;
    }

    .goldCardRow {
        margin: auto !important;
        max-width: 1450px;
    }

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

    .goldCardTextCol h4 {
        font-size: 30px;
    }

    .goldCardTextCol p {
        font-size: 18px;
    }

}

@media (max-width: 1440px) {
    .IntroSliderText {
        padding-top: 6rem;
    }

    .container.menuandlogo,
    .service1Row1, .service1Row2,
    div#Pro_Products .container,
    div#Place .container,
    div#Testimonials .container,
    div#Services2 .container {
        max-width: 1360px !important;
    }

    .homeServiceImg6:before {
        right: -30px;
    }

    .flexfoot-social {
        padding: 27.5px 20px;
    }

    .footer-menua-col, .footer-menub-col, .contact-col {
        padding: 50px 42px 44px 40px;
    }

    .flexfoot.row {
        background-position: 110% 200%;
    }

    .IntroSliderText .text2 p {
        max-width: 850px;
    }

    .drAnyTime img {
        max-width: 270px !important;
    }

    .goldCardRow:hover .goldCardInfoBox {
        transform: scale(1.1);
    }

    .goldCardRow {
        margin: auto !important;
        max-width: 1200px;
    }

    .goldCardTextCol h3 {
        font-size: 36px;
    }

    .goldCardTextCol h4 {
        font-size: 28px;
    }

    .goldCardTextCol p {
        font-size: 16px;
    }

}

@media (max-width: 1280px) {

    .IntroSliderText .n-uc-1e8fc3f640f47-inner {
        padding: 10px 10px 10px 10px !important;
    }

    div#n2-ss-5 .n-uc-HLLYnh9c67oY-inner {
        padding: 10px 10px 10px 10px !important;
    }
	
/*  home page slider here  
    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 50px !important;
        line-height: 90px !important;
    }

    .IntroSliderText .text1 p {
        font-size: 24px !important;
        line-height: 36px !important;
        margin-bottom: 25px !important;
    }

    .text1 {
        max-width: 710px !important;
    }

    .IntroSliderText .text2 p {
        font-size: 17px !important;
        line-height: 33px !important;
        max-width: 710px;
    }

    .IntroSliderText a.homeSliderBtn {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-top: 30px !important;
        color: #505351 !important;
        padding: 11px 50px !important;
        margin-right: 18px !important;
    }
	*/

    .container.menuandlogo, .service1Row1,
    .service1Row2,
    div#Pro_Products .container,
    div#Place .container,
    div#Testimonials .container,
    div#Services2 .container,
    .newsletter.container {
        max-width: 1230px !important;
    }

    .sectionTitle {
        font-size: 47px !important;
        line-height: 55px !important;
    }

    div#Services1 .service1TextCol p,
    div#Pro_Products p,
    div#Place p {
        font-size: 17px;
        line-height: 30px;
        max-width: 380px;
        margin-bottom: 60px;
    }

    div#Testimonials p,
    .newsletter div.subheading {
        font-size: 17px;
        line-height: 30px;
    }

    a.proProductBtn,
    a.placeBtn {
        font-size: 16px;
        line-height: 28px;
    }

    div#prosopiko h4.sptp-jop-title {
        font-size: 16px;
        line-height: 20px;
    }

    .covidFree.desktop {
        right: 55px;
    }

    .drAnyTime {
        max-width: fit-content !important;
    }

}

@media (max-width: 1024px) {

    .mob-standard-logo,
    .mob-retina-logo {
        max-height: 60px !important;
    }

    .IntroSliderText {
        padding-top: 0;
    }
	
/*  home page slider here  */
    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 40px !important;
        line-height: 80px !important;
    }

    .IntroSliderText .text1 p {
        font-size: 22px !important;
        line-height: 35px !important;
        margin-bottom: 25px !important;
    }

    .IntroSliderText .text2 p {
        font-size: 17px !important;
        line-height: 33px !important;
        max-width: 620px;
    }

    .container.menuandlogo, .service1Row1, .service1Row2, div#Pro_Products .container, div#Place .container, div#Testimonials .container, div#Services2 .container, .newsletter.container, div#newsection {
        max-width: 100% !important;
        padding: 0 20px;
    }

    .sectionTitle {
        font-size: 40px !important;
        line-height: 45px !important;
    }

    a.proProductBtn, a.placeBtn {
        font-size: 16px;
        line-height: 28px;
        padding: 13px 45px;
    }

    .homeServiceInfo1 h4, .homeServiceInfo2 h4, .homeServiceInfo3 h4, .homeServiceInfo4 h4 {
        font-size: 16px;
        line-height: 20px;
    }

    .homeServiceInfo1 a, .homeServiceInfo2 a, .homeServiceInfo3 a, .homeServiceInfo4 a, .homeServiceInfo5 a, .homeServiceInfo6 a, .homeServiceInfo7 a {
        font-size: 14px;
        line-height: 19px;
    }

    .homeServiceInfo1 i, .homeServiceInfo2 i, .homeServiceInfo3 i, .homeServiceInfo4 i, .homeServiceInfo5 i, .homeServiceInfo6 i {
        font-size: 11px;
    }

    .homeServiceInfo1, .homeServiceInfo2, .homeServiceInfo3, .homeServiceInfo4, .homeServiceInfo5, .homeServiceInfo6 {
        padding: 11px 0 15px 18px;
    }

    .homeServiceInfo5 h4, .homeServiceInfo6 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .homeServiceImg5:before, .homeServiceImg6:before {
        width: 287px;
        height: 287px;
    }

    div#Pro_Products {
        background-position: -85% 33%;
    }

    div#n2-ss-4 .n2-style-efaf7d4329f9bf6eb0cb9e53385dca9e-heading {
        padding: 10px !important;
        --widget-offset: -15px !important;
    }

    div#Services1 .service1TextCol p, div#Pro_Products p, div#Place p {
        font-size: 17px;
        line-height: 30px;
        max-width: 312px;
        margin-bottom: 60px;
    }

    div#Employees h2.sectionTitle {
        padding-bottom: 0px !important;
    }

    .sptp-main-carousel.top-right {
        padding-top: 35px;
        padding-bottom: 50;
    }

    div#prosopiko .swiper-slide {
        padding: 15px 0;
    }

    div#prosopiko h2.sptp-member-name-title {
        font-size: 18px;
        line-height: 24px;
    }

    div#prosopiko h4.sptp-jop-title {
        font-size: 14px;
        line-height: 20px;
    }

    div#prosopiko .sptp-main-carousel .sptp-button-next, div#prosopiko .sptp-main-carousel .sptp-button-prev {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .testimonialsText p, .innerTestimonialBox p {
        font-size: 15px !important;
        line-height: 25px !important;
        margin-bottom: 20px !important;
    }

    #Testimonials i.fas.fa-quote-right {
        font-size: 22px;
        margin: 8px;
    }

    .newsletter input.wpcf7-form-control.wpcf7-submit {
        padding: 13px 30px 14px;
        font-size: 16px;
    }

    .footer-menua-col, .footer-menub-col, .contact-col {
        padding: 40px 22px 34px 30px;
    }

    .footer-menu-1 a {
        min-height: 45px;
        font-size: 15px;
    }

    .footer-menub-col h2 {
        font-size: 20px;
    }

    .footer-menub-col ul li {
        line-height: 40px;
        font-size: 15px;
    }

    .footer-menu-3 a {
        line-height: 45px;
        font-size: 15px;
    }

    .flexfoot.row {
        background-position: 115% 285%;
    }

    span.copy {
        font-size: 13px;
    }

    .innerBioInfoRow h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .cateitem h4 {
        font-size: 22px !important;
    }

    .cateitem a {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .cateitem i {
        font-size: 11px !important;
    }

    article.blog-new .blog-new__inner .blog-new__body h4 {
        font-size: 18px;
        line-height: 20px;
    }

    article.blog-new .blog-new__inner .blog-new__body a {
        font-size: 14px;
        line-height: 17px;
    }

    article.blog-new .blog-new__inner .blog-new__body a i {
        font-size: 11px;
    }

    .innerService .contentCol h2, .innerService h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .contentCol h3 {
        font-size: 23px;
        line-height: 26px;
    }

    .innerService .sideMenuCol h2 {
        font-size: 16px;
        padding: 13px 13px;
    }

    .innerServiceMenu ul, .innerServiceContact ul {
        line-height: 35px;
    }

    .innerServiceMenu ul a {
        font-size: 14px;
    }

    .innerServiceContact h2 {
        margin-bottom: 20px;
    }

    .innerServiceContact ul a, .innerServiceContact ul li {
        color: #505351;
        font-size: 14px;
        font-weight: bold;
    }

    .text1 {
        max-width: 580px !important;
    }

    .innerPostIconText p {
        font-size: 13px !important;
    }

    .goldCardRow {
        max-width: 90%;
    }

    .goldCardTextCol h3 {
        font-size: 34px;
    }

    .goldCardTextCol h4 {
        font-size: 26px;
    }

    .goldCardTextCol p {
        font-size: 15px;
    }


}
@media (max-width: 1690px) {
	.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content.n-uc-1bfbf2d956035-inner , div#n2-ss-5 .n-uc-1bfbf2d956035-inner{
    padding-top: 7rem !important;
}
}
@media (max-width: 960px) {
	.n2-ss-layer-col.n2-ss-layer-with-background.n2-ss-layer-content.n-uc-1bfbf2d956035-inner , div#n2-ss-5 .n-uc-1bfbf2d956035-inner{
    padding-top: 3rem !important;
}

    div#Services1 .service1TextCol p, div#Pro_Products p, div#Place p {
        font-size: 17px;
        line-height: 30px;
        max-width: 285px;
        margin-bottom: 60px;
    }

    .sectionTitle {
        font-size: 38px !important;
        line-height: 45px !important;
    }

    .footer-menu-1 {
        width: fit-content;
        margin: auto;
    }

    .footer-menub-col h2 {
        font-size: 20px;
        text-align: center;
    }

    .footer-menub-col ul {
        width: fit-content;
        margin: auto !important;
    }

    .contact-col {
        justify-content: center;
    }

    .footer-menua-col, .footer-menub-col, .contact-col {
        padding: 15px 0 8px 0;
    }

    .container.photoalbums {
        padding: 0 !important;
    }

    article.blog-new .blog-new__inner .blog-new__body h4 {
        font-size: 16px;
        line-height: 20px;
    }

    article.blog-new .blog-new__inner .blog-new__body a {
        font-size: 12px;
        line-height: 15px;
    }

    article.blog-new .blog-new__inner .blog-new__body a i {
        font-size: 9px;
    }

    .innerService .contentCol h2, .innerService h2 {
        font-size: 28px;
        line-height: 37px;
    }

    .contentCol h3 {
        font-size: 21px;
        line-height: 26px;
    }

    .innerService .sideMenuCol h2 {
        font-size: 15px;
        padding: 13px 10px;
    }

    .IntroSliderText .text2 p {
        font-size: 17px !important;
        line-height: 33px !important;
        max-width: 570px;
    }

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

    .goldCardTextCol h4 {
        font-size: 22px;
    }

    .wpb_text_column.wpb_content_element.homeServiceInfo7 {
        width: 100%;
    }

}

@media (max-width: 800px) {

    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 40px !important;
        line-height: 80px !important;
    }

    .IntroSliderText .text2 p {
        font-size: 16px !important;
        line-height: 28px !important;
        max-width: 515px;
    }

    .text1 {
        max-width: 455px !important;
    }

    .IntroSliderText a.homeSliderBtn {
        font-size: 15px !important;
        line-height: 20px !important;
        margin-top: 24px !important;
        padding: 11px 35px !important;
        margin-right: 18px !important;
    }

    a.proProductBtn, a.placeBtn {
        font-size: 14px;
        line-height: 26px;
        padding: 13px 22px;
    }

    .homeServiceInfo1, .homeServiceInfo2, .homeServiceInfo3, .homeServiceInfo4, .homeServiceInfo5, .homeServiceInfo6 {
        padding: 11px 0 12px 18px;
    }

    .homeServiceImg5:before, .homeServiceImg6:before {
        width: 215px;
        height: 215px;
    }

    .sectionTitle {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    div#Pro_Products {
        background-position: -147% 33%;
    }

    #Testimonials i.fas.fa-quote-right {
        font-size: 18px;
        margin: 5px;
    }

    .testimonialsText p, .innerTestimonialBox p {
        font-size: 13px !important;
        line-height: 21px !important;
        margin-bottom: 15px !important;
    }

    .testimonialsInfo h5 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .innerBioInfoRow h4 {
        font-size: 22px;
        line-height: 27px;
    }

    .innerBioInfoRow h3 {
        font-size: 22px;
        line-height: 27px;
        margin-top: 30px;
    }

    .cateitem h4 {
        font-size: 18px !important;
    }

    .cateitem a {
        font-size: 13px !important;
        line-height: 17px !important;
    }

    article.blog-new .blog-new__inner {
        padding: 9px 0 9px 7px;
    }

    article.blog-new .blog-new__inner .blog-new__body h4 {
        font-size: 13px;
        line-height: 15px;
    }

    article.blog-new .blog-new__inner .blog-new__body a {
        font-size: 10px;
        line-height: 15px;
    }

    article.blog-new .blog-new__inner .blog-new__body a i {
        font-size: 8px;
    }

    .drAnyTime img {
        max-width: 230px !important;
    }

    .goldCardTextCol h3 {
        font-size: 23px;
    }

    .goldCardTextCol h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

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

}

@media (max-width: 768px) {

    .sectionTitle {
        font-size: 31px !important;
        line-height: 40px !important;
    }

    .testimonialsInfo h6 {
        font-size: 13px !important;
        line-height: 20px !important;
    }

}

@media (max-width: 640px) {

    .IntroSliderText {
        background: #ffffff70;
    }

    .text2 {
        display: none;
    }

    .IntroSliderText .n2-ss-layer {
        max-width: 100% !important;
    }

    .IntroSliderText a.homeSliderBtn {
        padding: 11px 11px !important;
        margin: 23px auto !important;
        justify-content: center;
    }

    .drAnyTime img {
        margin-left: 88px !important;
    }

    div#Services1 .service1TextCol p, div#Pro_Products p, div#Place p {
        font-size: 17px;
        line-height: 30px;
        max-width: 100%;
        margin: 0 auto 60px auto;
    }

    #service1Col4 .vc_column-inner .wpb_wrapper {
        width: fit-content;
        margin: auto;
    }

    div#service1Col2 .vc_column-inner>div.wpb_wrapper {
        padding-top: 0;
        border: none;
    }

    div#service1Col3 .vc_column-inner>div.wpb_wrapper {
        border: none;
    }

    .homeServiceImg5:before, .homeServiceImg6:before {
        width: 362px;
        height: 362px;
    }

    .homeServiceImg6:before {
        right: -30px;
        bottom: -110px;
    }

    div#Pro_Products {
        background-position: -352% 0%;
    }

    div#Place .container .vc_col-sm-8 {
        padding-right: 0;
    }

    div#Testimonials p, .newsletter div.subheading {
        font-size: 17px;
        line-height: 30px;
        margin: 0 auto 20px auto;
    }

    .NewsletterImgCircle {
        margin: auto;
    }

    .innerBioInfoRow h3 {
        font-size: 22px;
        line-height: 27px;
        margin-top: 30px;
        text-align: left !important;
        padding-left: 20px;
    }

    .innerBioInfoRow p {
        font-size: 16px;
        line-height: 23px;
        text-align: left !important;
        padding-left: 20px;
    }

    .cateitem {
        max-width: calc(100% - 30px) !important;
    }

    .cateitem h4 {
        font-size: 22px !important;
    }

    .cateitem a {
        font-size: 16px !important;
        line-height: 17px !important;
    }

    .cateitem i {
        font-size: 12px !important;
    }

    article.blog-new {
        width: fit-content;
        margin: auto;
    }

    article.blog-new .blog-new__inner .blog-new__body h4 {
        font-size: 18px;
        line-height: 20px;
    }

    article.blog-new .blog-new__inner .blog-new__body a {
        font-size: 14px;
        line-height: 15px;
    }

    article.blog-new .blog-new__inner .blog-new__body a i {
        font-size: 12px;
    }

    .contentCol p {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .contentCol ul {
        font-size: 16px;
        line-height: 30px;
    }

    .contentCol ul li {
        text-align: left !important;
    }

    .goldCardTextCol {
        padding: 2rem 0;
    }

    .goldCardTextCol h3 {
        font-size: 30px;
    }

    .goldCardTextCol h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .goldCardTextCol p {
        font-size: 15px;
    }

    .innerService h5 {
        font-size: 17px;
    }

    .secondImgES {
        height: 0 !important;
    }

    .innerBioTextCol p, .innerBioTextCol ul {
        text-align: left !important;
    }

}
/* Dermaesthete - Mobile Slider Start */
@media (max-width: 480px) {

    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 25px !important;
        line-height: 35px !important;
    }

    div#Pro_Products {
        background-position: 484% -6%;
    }

    div#prosopiko .swiper-slide {
        padding: 0;
    }

    div#prosopiko h2.sptp-member-name-title {
        font-size: 13px;
        line-height: 24px;
    }

    div#prosopiko h4.sptp-jop-title {
        font-size: 12px;
        line-height: 17px;
    }

    .testimonialsText p, .innerTestimonialBox p {
        font-size: 15px !important;
        line-height: 21px !important;
        margin-bottom: 15px !important;
        text-align: center !important;
    }

    .NewsletterImgCircle {
        margin-top: 20px;
    }

    .cateitem h4 {
        font-size: 20px !important;
    }

    .cateitem a {
        font-size: 15px !important;
        line-height: 17px !important;
    }

    .wpb_text_column.wpb_content_element.homeServiceInfo7 {
        top: 35%;
        width: 100%;
    }


}
/* Dermaesthete - Mobile Slider Start */

@media (max-width: 380px) {

    .IntroSliderText .DermAestheteHeading .n2-ss-text {
        font-size: 21px !important;
        line-height: 25px !important;
    }

    .IntroSliderText .text1 p {
        font-size: 18px !important;
        line-height: 35px !important;
        margin-bottom: 25px !important;
    }

    .drAnyTime {
        left: 50%;
        transform: translateX(-50%);
    }

    .drAnyTime img {
        max-width: 100% !important;
        margin-left: 0 !important;
    }

    div#Services1, div#Pro_Products, div#Testimonials {
        padding: 1rem 0;
    }

    div#Services2 {
        margin-bottom: 1rem;

    }

    .homeServiceImg5:before, .homeServiceImg6:before {
        width: 250px;
        height: 250px;
    }

    .homeServiceInfo7 h4 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .homeServiceInfo7 strong {
        font-size: 14px;
    }


    .homeServiceImg7:before {
        height: 62px;
    }

    .wpb_text_column.wpb_content_element.homeServiceInfo7 {
        width: 100%;
    }

    div#Place {
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 100% !important;
    }

    div#Employees h2.sectionTitle {
        padding-bottom: 0px !important;
        padding-top: 0 !important;
    }

    .copyright {
        padding: 16px 0 13px 0;
    }

    .innerService .contentCol h2, .innerService h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .contentCol h3 {
        font-size: 19px;
        line-height: 22px;
    }

    .contentCol ul {
        font-size: 15px;
        line-height: 28px;
    }

    .innerServiceMenu ul, .innerServiceContact ul {
        line-height: 30px;
    }

    li.social-icons-item {
        margin: 0 2px;
    }

    .goldCardTextCol h3 {
        font-size: 23px;
    }

    .goldCardTextCol h4 {
        font-size: 20px;
    }

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

}

/* Media Queries end */
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item {
    margin: 0 0px 0 0;
    display: block !important;
    height: auto;
    vertical-align: middle;
}

li#menu-item-89s5 span {
    padding-left: 30px;
    display: block;
    font-weight: 300 !important;
    color: #505351 !important;
    font-size: 17px;
}

div#mySidenav i {
    max-width: 22px;
    margin-right: 8px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-flyout ul.mega-sub-menu {
    width: 360px !important;
}

.innerService h5 {
    text-align: left !important;
}

body.archive.category.category-aisthitiki-dermatologia--.category-8.koutsopoulos.mega-menu-menu-1.hfeed .container.photoalbums {
    display: none;
}

body.archive.category.category---monimi-apotrixosi.category-10.koutsopoulos.mega-menu-menu-1.hfeed .container.photoalbums {
    display: none;
}

body.archive.category.category-services-.category-1.koutsopoulos.mega-menu-menu-1.hfeed .container.photoalbums {
    display: none;
}

/* Pricetable start */
.pricetableRow {
    max-width: 1750px;
    margin: auto !important;
}

.pricetableRow img {
    max-width: 446px !important;
}

@media (max-width: 640px) {
    .pricetableRow img {
        max-width: 100% !important;
    }
}

.startingParagraph {
    padding: 0 1.2rem;
    margin-top: 3.3rem;
}

.startingParagraph p {
    margin-bottom: 10px;
    text-align: center;
    font-size: 17px;
}

.pricetableTabs .vc_tta-tab a {
    background-color: #f3eeee !important;
    color: #505351 !important;
}

.pricetableTabs .vc_tta-tab.vc_active a, .pricetableTabs h4.vc_tta-panel-title a {
    background-color: #FCE2E6 !important;
    color: #b79c7f !important;
    font-weight: bold;
}

table.tableizer-table tr {
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
    line-height: 35px;
}

@media (max-width: 1024px) {
    table.tableizer-table tr {
        line-height: 20px;
    }
}

table.tableizer-table tbody tr:hover {
    background-color: #f3eeee;
    color: #b79c7f;
}

table.tableizer-table tbody tr:hover a {
    color: #b79c7f;
}

table.tableizer-table thead {
    background-color: #f3eeee;
}

.pricetable p {
    font-size: 15px;
    margin-bottom: 5px !important;
}

@media (max-width: 640px) {
    h4.vc_tta-panel-title {
        font-size: 20px;
        text-align: center;
    }

    .vc_tta-panel-body {
        padding: 0 !important;
    }
}

/* New section homepage */

.newsection {
    padding: 10px 0 22px 18px;
    max-width: 733px;
    background: #FCE2E6;
    border: 18px solid #F3EEEE;
    border-radius: 10px;
}

/* Pricetable end */






/* ============= */
div#n2-ss-5 .n-uc-1e8fc3f640f47-inner {
    /* padding-top: 2rem !important; */
}

div#n2-ss-5 .n2-font-dad317399c2263bf9cefa35e81f4385b-hover {
    font-size: 3rem !important;
    line-height: 1.25 !important;
    margin-bottom: 1rem !important;
}

div#n2-ss-5 .n-uc-HLLYnh9c67oY-inner{
    justify-content: center !important;
}

div#n2-ss-5 .n2-font-cecfc5ec4b06b4b3b4e1a02f9d9256ec-paragraph{
    font-size: 1.5rem !important;
}

@media(max-width:1199px){
    .n2-ss-slider .n2-ss-item-image-content img {
        max-width: 12rem !important;
    }
}


@media(max-width:575px){
	div#Services1 h2 , div#Pro_Products h2, div#Place h2 , div#Testimonials h2{
		text-align: center !important;
	}
	.footer-menu-1 a {
    text-align: center !important;
    display: BLOCK;
    margin-bottom: 3px;
    padding: 0 !important;
}
	div#Testimonials .vc_column-inner {
    padding: 0 !important;
}

	.footer-menu-3 a {
    text-align: CENTER !important;
}
.footer-menu-1 span {
     text-align: CENTER !important;
}
a.clock span {
    line-height: 2;
}
    div#n2-ss-5 .n2-font-dad317399c2263bf9cefa35e81f4385b-hover{
        font-size: 2rem !important;
    }
	.footersocial.col-12.text-center.text-md-right {
    padding: 0 !important;
    text-align: center !important;
    width: 100% !important;
}

.footersocial span.copy {
    padding: 0;
}

    div#n2-ss-5 .n2-font-cecfc5ec4b06b4b3b4e1a02f9d9256ec-paragraph {
        font-size: 1rem !important;
        line-height: 1.75 !important;
    }
}
#service1Col1s .wpb_single_image {
    margin-bottom: 0;
}