/*!
Theme Name: Family Dental of Bel Air Aesthetic Family Dentistry
Theme URI: http://www.360yourbusiness.com/
Author: 360 Your Business
Author URI: http://www.360yourbusiness.com/
Description: Family Dental of Bel Air Aesthetic Family Dentistry
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dental
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.

Family Dental of Bel Air Aesthetic Family Dentistry 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

/*! normalize.css v8.0.0 | 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

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

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

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

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

figure {
	margin: 1em 0;
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	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%;
}

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

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

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

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

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

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	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: 14px;
	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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## 0. GENERAL

Szary - #EDEDED - rgba(237, 237, 237, 1);
Ciemny Szary: #878787 - rgba(135, 135, 135, 1);
#FFFFFF - biały;
	

   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;


--------------------------------------------------------------*/
/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cabin'), local('Cabin-Regular'), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8___1amg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cabin'), local('Cabin-Regular'), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8-__1amg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Cabin'), local('Cabin-Regular'), url(https://fonts.gstatic.com/s/cabin/v14/u-4x0qWljRw-Pd8w__0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3OhquylWeg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3OhruylWeg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Cabin Medium'), local('Cabin-Medium'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdfD3Ohluyk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhquylWeg.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhruylWeg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cabin Bold'), local('Cabin-Bold'), url(https://fonts.gstatic.com/s/cabin/v14/u-480qWljRw-PdeL2uhluyk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Raleway Light'), local('Raleway-Light'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwIYqWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqhPAMif.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(https://fonts.gstatic.com/s/raleway/v14/1Ptrg8zYS_SKggPNwJYtWqZPAA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  body {
	  overflow-x: hidden;
	  font-family: 'Raleway', sans-serif;
	  margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
	  font-family: 'Cabin', sans-serif;
  }
  a, p {
	 font-family: 'Raleway', sans-serif;
  }
  .page {
	  margin-bottom: 0px;
  }
  article {
	  width: 100%;
  }
  .w1180 {
	  max-width: 1180px;
	  width: 100%;
	  margin: 0 auto; 
  }
  .w1380 {
	  max-width: 1380px;
	  width: 100%;
	  margin: 0 auto; 
  }
  .w900 {
	  max-width: 900px;
	  width: 100%;
	  margin: 0 auto;
  }
  .w650 {
	  max-width: 650px;
	  width: 100%;
	  margin: 0 auto;
  }
  .cnt {
	  text-align: center;
  }
  .rgt {
	  text-align: right;
  }
  .lft {
	  text-align: left;
  }
  .pr{
	  padding-right: 0;
  }
  .pl {
	  padding-left: 0;
  }
  .np {
	  padding-left: 0;
	  padding-right: 0;
  }
  figure {
	  margin: 0; padding: 0;
	  display: inline-block;
  }
  nav {
	  margin: 0; padding: 0;
  }
  .pd40 {
	  padding-top: 40px;
  }
  .mp{
	  margin: 0; padding: 0;
  }
  ::-webkit-scrollbar {
	  width: 10px;
  }
  ::-webkit-scrollbar-track {
	  background: #f1f1f1; 
  }
  ::-webkit-scrollbar-thumb {
	  background: rgba(40, 40, 52, 1);
	  transition: all .12s ease-in;
  }
  ::-webkit-scrollbar-thumb:hover {
	  background: rgba(40, 40, 52, .7);
  }
  ::-moz-selection { 
	  color: #fff; 
	  background: rgba(14, 59, 140, 1);
  }
  ::selection {
	  color: #fff; 
	  background: rgba(14, 59, 140, 1);
  }
  .bold {
	  font-weight: 700;
  }
  .mt20 {
	  margin-top: 30px;
  }
  .mt30 {
	  margin-top: 30px;
  }
  .mt40 {
	  margin-top: 40px;
  }
  .rel {
	  position: relative;
  }
  .mob-non {
	  display: none;
  }
  @media only screen and (max-width: 768px) {
	  .mob-non {
		  display: block;
	  }
	  .mob-np {
		  padding-left: 0;
		  padding-right: 0;
	  }
	  .mob-cnt {
		  text-align: center
	  }
	  .mob-mt0 {
		  margin-top: 0;
	  }
	  .mob-mt30 {
		  margin-top: 30px;
	  }
	  .mob-w50 {
		  -ms-flex: 0 0 50%;
			 flex: 0 0 50%;
			max-width: 50%;
	 }
  }

/* STYLE */

/* Footer */
.sec-copy {
	background: #00A6CA;
	padding: 10px 0;
}

.p-copy {
	margin-bottom: 0px;
	color: #E1E1E1;
	font-weight: 300;
	font-size: 14px;
}

.a-dka,
.a-dka:visited,
.a-dka:active {
	font-weight: bold;
	color: #fff;
	transition: .2s ease-in-out opacity;
	font-size: 14px;
}
.a-dka:hover,
.a-dka:focus {
	text-decoration: none;
	color: #fff;
	opacity: .85;
}

.sec-footer {
	background-image: url(/wp-content/uploads/2020/04/Zasób-25@300x-8-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}

.ul-foot {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.a-foot,
.a-foot:visited,
.a-foot:active {
	color: #E1E1E1;
	transition: .2s color ease-in-out;
	margin-bottom: 10px;
	font-size: 14px;
}

.a-foot:hover,
.a-foot:focus {
	color: #00A6CA;
	text-decoration: none;
}

.h3-foot {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.p-foot-more {
	color: #E1E1E1;
	font-size: 14px;
}
.img-sm {
	margin-right: 10px;
	transition: .2s scale ease-in-out;
}
.img-sm:hover {
	transform: scale(1.05);
	cursor: pointer;
}
.img-fb {
	height: 22px;
	transition: .2s fill ease-in-out;
}
.img-inst {
	height: 22px;
	transition: .2s fill ease-in-out;
}
.img-fb path {
	fill: #888887;
}
.img-inst path {
	fill: #888887;
}

.img-fb:hover path {
	fill: #4267B2;
}

.img-inst:hover path {
	fill: #7D32AA;
}
.a-sm-se {
	font-size: 0;
}

.r-foot-logo {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 30px;
}
.img-logo-foot {
	margin-bottom: 30px;
}

/* Location */
.sec-location {
	background-image: url(/wp-content/uploads/2020/04/sec-location.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 60px 0;
}

.r-location {
	background: rgba(255, 255, 255, 0.89);
}
.cm-maps {
	padding-left: 0px;
	padding-right: 0px;
}
.cm-loc-txt {
	padding: 40px 50px;
}
.h2-loc {
	font-family: Cabin;
	font-style: italic;
	font-weight: 500;
	font-size: 36px;
	color: #1E3578;
	border-left: 8px solid #00A6CA;
	padding-left: 15px;
	margin-left: 15px;
}
.r-loc-txt {
	margin-top: 50px;
}
.p-loc {
	font-size: 14px;
	text-align: justify;
	margin-top: 15px;
}
.d-loc-num {
	margin-top: 40px;
}
.a-loc-tel,
.a-loc-tel:visited,
.a-loc-tel:active {
	display: block;
	font-size: 15px;
	transition: .2s color ease-in-out;
	margin-bottom: 12px;
	color: #424242;
}

.a-loc-tel:hover,
.a-loc-tel:focus {
	text-decoration: none;
	color: #00A6CA;
}

.a-loc-tel {
	height: 24px;
}

.d-op-hours {
	margin-top: 15px;
}
.p-op-hours {
	font-size: 14px;
	margin-bottom: 8px;
}
/* Tour */
.sec-tour {
	padding: 60px 0;
}
img.img-logo-tour {
	width: 80px;
}
.h3-tour {
	color: #1E3578;
	font-family: Cabin;
	font-style: italic;
	font-weight: 500;
	font-size: 36px;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Section Testimonials */
.hr-testi {
	width: 200px;
    height: 3px;
    background: rgba(84, 173, 182, 1);
}


.sec-testimonials {
	padding: 60px 0;
	background-image: url(/wp-content/uploads/2020/04/Group-48-min.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;	
	position: relative;
	margin-top: 4px;
}
.row-test {
	margin-top: 40px;
}
.pic-star {
	height: 25px;
	margin-bottom: 20px;
}
.h3-test {
	font-family: Cabin;
	font-style: italic;
	font-weight: 500;
	font-size: 36px;
	color: #1E3578;
	}
.p-test-txt {
	font-weight: 500;
	font-size: 15px;
	line-height: 32px;
	color: #000000;
	width: 100%;
}
.p-test-aut {
	font-style: italic;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.d-test {
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
}
.owl-test .item {
	position: relative;
	height: 220px;
}
/** OWL Testimonials Arrows **/
.owl-test .owl-dots {
	display: none;
}
.owl-test .owl-prev span,
.owl-test .owl-next span {
	display: none;
}

.owl-test .owl-prev:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/Group-12.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
.owl-test .owl-next:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/Group-13.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
.owl-test button:focus {
	outline: none;
}
.owl-test .owl-nav {
	margin-top: -190px;
	position: absolute;
  width: 100%;
}
.owl-test .owl-nav .owl-prev  {
	position: absolute;
	left: -90px;
	transition: opacity .2s ease-in-out;
}
.owl-test .owl-nav .owl-next  {
	position: absolute;
	right: -90px;
	transition: opacity .2s ease-in-out;
}
.owl-test .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
.owl-test .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}


/* Benefits  */
.sec-ben-logo {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cm-logo-ben {
	position: relative;
	height: 130px;
}

.img-logo-ben {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	max-height: 100px;
}

.img-ben-tooth {
	position: absolute;
	bottom: -60px;
	height: 160px;
	
}
/* meet doctors */
.r-doct {
	padding: 25px;
	background: #F9F9F9;
	margin-bottom: 30px;
}

.h3-doctor {
	font-size: 20px;
	margin-bottom: 50px;
	font-weight: bold;
}

.d-doct-photo {
	float: left;
	width: 270px;
}

.d-doct-txt {
	float: left;
	width: calc(100% - 270px);
	padding-left: 15px;
	padding-right: 15px;
}
.cont-sp-doct {
	margin-top: 80px;
}

.btn-mos,
.btn-mos:active,
.btn-mos:visited {
	color: #fff;
	background: #00A6CA;
	transition: opacity .2s ease-in-out;
	padding: 8px 25px;
	border-radius: 0px;
	font-weight: bold;
}

.btn-mos:hover,
.btn-mos:focus {
	opacity: .85;
	text-decoration: none;
}

.sec-doct-team {
	background-image: url(/wp-content/uploads/2020/04/image-1-1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 700px;
}

/* Team */
.cf-team-bcg {
	background-image: url(/wp-content/uploads/2020/07/Group-31-min.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	padding-top: 180px;
	padding-bottom: 60px;
	margin-top: -126px;
}

.h2-nag-team {
	border-left: 8px solid #00A6CA;
	padding-left: 20px;
	color: #1E3578;
	font-size: 22px;
	margin-bottom: 60px;
}

.cont-sp-team {
	padding-top: 80px;
}

.d-team-photo figure {
	width: 100%;
}

.d-team-txt {
	background: rgba(229, 229, 229, 0.46);
	padding: 10px 5px;
	text-align: center;
}

.img-team {
	width: 100%;
}

.h3-team {
	font-size: 16px;
}
.p-occup {
	margin-bottom: 0px;
	font-size: 14px;
}
.cm-team {
	margin-bottom: 30px;
}

/* Dekor */
.img-dekor-ben {
	position: absolute;
	width: 61px;
	top: -307px;
	left: -34px;
}

.img-dekor-loc {
	position: absolute;
	width: 36px;
	top: -102px;
	left: 16px;
}

.img-dekor-doc {
	position: absolute;
	width: 50px;
	top: -94px;
	left: 16px;
}

/** section about - boxes **/
div.box-boxes {
    height: 250px;
	position: relative;
	text-align: center;
	overflow: hidden;
    cursor: pointer;
}
div.box-boxes-abs {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	margin: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all .3s ease-in-out;
}

p.p-boxes {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 35px;
	color: #fff;
	position: relative;
	margin: 0;
	position: absolute;
	top: 50%;	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
p.p-boxes span {
	font-weight: bold;
	font-size: 28px;
}
p.p-boxes::after {
	content: '';
	background-image: url(/wp-content/uploads/2020/04/boxes-right.png);
	height: 20px;
	width: 15px;
	background-size: 15px 20px;
	position: absolute;
	top: 25px; right: -40px;
	transition: transform .2s ease-in-out;
	will-change: transform;
}
div.box-boxes:hover p.p-boxes::after {
	transform: translateX(20px);
}

.box-boxes:hover .box-boxes-abs,
.box-boxes:focus .box-boxes-abs {
  transform: scale(1.2);
}


.box-boxes-abs::before {
  content: "";
 opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52, 73, 94, 0.75);
	transition: .2s opacity ease-in-out;
}

.box-boxes:hover .box-boxes-abs:before,
.box-boxes:focus .box-boxes-abs:before {
 opacity: 1;
}

.col-bcg-about {
	background-image: url(/wp-content/uploads/2020/04/pic-about-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.box-about {
	margin-left: calc(100% - 1180px / 2 + 15px);
	padding-right: 30px;
	padding-top: 60px;
	padding-bottom: 120px;
}

/* font-family: 'Cabin', sans-serif;
font-family: 'Raleway', sans-serif; */

/** subpage - our reviews **/
div.card-rev {
	padding: 20px 30px;
	border-color: #00A6CA;
	transition: box-shadow .3s ease-in-out;
}
div.card-rev:hover {
	box-shadow: 0 10px 28px rgba(0,0,0,.05), 0 10px 10px rgba(0,0,0,.01);
}
p.p-rev {
	font-size: 15px;
	margin-bottom: 20px;
	text-align: justify;
}
p.p-rev-aut {
	font-size: 14px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: right;
}
figure.fig-rev-star {
	display: block;
	margin: 0 auto;
}
img.pic-rev-star {
	display: block;
	margin: 0 auto 20px auto;
}

.d-all-rev {
	text-align: center;
	width: 100%;
	margin-bottom: 30px;
}
a.btn-rbiz, 
a.btn-rbiz:visited, 
a.btn-rbiz:active {
    background-color: #00A6CA;
    border-radius: 5px;
    font-weight: normal;
    color: #fff;
    padding: 8px 30px;
    transition: padding .3s ease-in-out;
}

a.btn-rbiz:focus, 
a.btn-rbiz:hover {
    color: #fff;
    text-decoration: none;
    padding: 8px 40px;
}

/** end **/

/** subpage -  hi tech **/
h2.h2-hi-tech {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  color: #1E3578;
}
div.col-box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
/** end **/
/** subpage - contact us **/
div.cont-sp-links {
	margin-bottom: 40px;
}
section.sec-con {
	padding: 60px 0 0 0;
}
section.sec-mapa {
	margin-top: 40px;
}
.page-id-165 footer {
	margin-top: -7px;
}
.page-id-165 section.sec-location {
	display: none;
}
	/** table **/
.table-con {
	margin-bottom: 20px;
}
.table td, .table th {
  padding: 0;
  vertical-align: top;
  border-top: none;
}
td.td-con {
	width: 60px;
}
img.pic-con {
	width: 35px;
	margin-top: -5px;
}
p.p-con {
	font-size: 15px;
	margin-bottom: 0;
	text-align: justify;
}
a.a-con,
a.a-con:visited,
a.a-con:active {
	font-size: 15px;
	display: block;
	color: #000;
}
a.a-con:hover,
a.a-con:focus {
	color: #00A6CA;
	text-decoration: none;
}

/** contact form **/
.h2-form-k {
	font-weight: bold;
	margin-bottom: 20px;
	color: #f07c00;
}
p.p-con-info span {
	font-size: 30px;
	position: absolute;
	left: -15px; top: -10px;
}
p.p-con-info {
	position: relative;
	font-size: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	text-align: justify;
	color: rgba(0,0,0,.5);
}
.form-box {
	margin-bottom: 30px;
}
label.form-label {
	margin-bottom: 0;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	position: relative;
}
label.form-label span {
	font-size: 30px;
	position: absolute;
	top: -12px;	right; 0;
}
.form-box .form-k {
	border-radius: 0;
	margin-bottom: 15px;
	font-family: 'Cabin', sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-left: 30px;
	height: 40px;
	margin-top: 10px;
	
	background-color: #EDEDED;
	border-color: #EDEDED;
}
.form-box .btn-send,
.form-box .btn-send:visited,
.form-box .btn-send:active,
.form-box .btn-send:focus{
	font-family: 'Raleway', sans-serif;
	background-color: #00A6CA;
  margin-top: 40px;
  color: #fff;
	font-size: 14px;
	font-weight: 100;
  border-radius: 3px;
	border: none;
	float: right;
  padding: 15px 30px;
  transition: padding .3s ease-in-out, box-shadow .3s ease-in-out;
}
.form-box .btn-send:hover{
	color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);

}
.form-box .form-txt {
	height: 200px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #00A6CA;
  outline: 0;
  box-shadow: none;
}

/** Walidacja Kontaktu **/
span.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  font-size: 13px;
  text-align: center;
	margin-top: -10px;
  margin-bottom: 40px;
}
div.wpcf7-mail-sent-ok {
  margin-top: -10px;
  border: 2px solid #398f14;
  margin-bottom: 40px;
  font-size: 13px;
  text-align: center;
}
/** end **/

/** ACF style txt **/
div.box-txt-wyzwig p {
	font-weight: 300;
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
	color: #000;
	margin-bottom: 10px;
}
div.box-txt-wyzwig a,
div.box-txt-wyzwig a:visited,
div.box-txt-wyzwig a:active {
	color: #1E3578;
	font-weight: 300;
	font-size: 15px;
	text-decoration: underline;
	transition: color .3s ease-in-out;
}
div.box-txt-wyzwig a:hover,
div.box-txt-wyzwig a:focus {
	color: #00A6CA;
}

/** end **/
/** subpage footer call **/
section.sec-sp-f {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
	position: relative;
	background-image: url(/wp-content/uploads/2020/04/399-2.jpg);
}
a.btn-sp-f,
a.btn-sp-f:active,
a.btn-sp-f:visited {
	font-size: 24px;
	line-height: 32px;
	color: #00A6CA;
}
a.btn-sp-f span {
	font-weight: 900;
}
a.btn-sp-f:focus,
a.btn-sp-f:hover {
	color: #1E3578;
	text-decoration: none;
}

/** end **/

/** subpage patient center **/
h2.h2-sp, h1.h2-sp {
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	color: #1E3578;
	margin-bottom: 10px;
}
a.btn-nav,
a.btn-nav:active,
a.btn-nav:visited,
p.btn-nav {
	display: inline;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.62);
	padding: 0;
	margin-bottom: 0;
}
a.btn-nav:focus,
a.btn-nav:hover,
p.btn-nav {
	cursor: pointer;
	color: #1E3578;
	text-decoration: none;
}
div.cont-sp-content {
	margin-top: 40px;
}
h2.h2-sp-patient {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  margin-bottom: 0;
  color: #1E3578;
}
div.box-sp-patient-txt {
	min-height: 0px;
}
figure.fig-sp-patient {
	display: block;
	margin-bottom: 30px;
}
img.pic-sp-patient {
	display: block;
}
a.btn-sp-blue,
a.btn-sp-blue:active,
a.btn-sp-blue:visited {
	background-color: #00A6CA;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	line-height: 32px;
	color: #fff;
	transition: box-shadow .2s ease-in-out, padding .2s ease-in-out;
}
a.btn-sp-blue:focus,
a.btn-sp-blue:hover {
	color: #fff;
	padding: 5px 25px;
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
/** end **/

/** subpage - header **/
section.sec-sp-h {
	height: 137px;
	background: linear-gradient(90deg, #1E3578 21.51%, #00A6CA 97.14%);
background-blend-mode: multiply;
	
}
section.sec-sp {
	padding: 60px 0;
}
/** end **/

/** section benefits **/
section.sec-bene {
	padding: 60px 0;
	position: relative;
	background-image: url(/wp-content/uploads/2020/04/bcg-benefits.jpg);
	background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
div.box-bene-txt {
	background-color: rgba(255,255,255,.7);
	padding: 20px 30px;
}
h3.h3-bene  {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  margin-bottom: 0;
  color: #1E3578;
}
div.box-bene-txt b {
	font-weight: bold;
}

/** end **/

/** section doctors **/
section.sec-doctors {
	padding: 100px 0;
	position: relative;
}
div.box-owl-doctor {
	text-align: center;
}
h2.h2-doctor {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  margin-bottom: 0;
  color: #1E3578;
}
p.p-doctor {
	font-family: 'Cabin', sans-serif;	
	font-weight: bold;
	font-size: 15px;
	line-height: 32px;
	color: #000;
	margin-bottom: 0;
}
a.btn-doctor,
a.btn-doctor:visited,
a.btn-doctor:active {
	background-color: #00A6CA;
	font-weight: normal;
	color: #fff;
	border-radius: 2px;
	padding: 3px 30px;
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	display: block;
	width: 70%;
	margin: 20px auto 0 auto;
	font-size: 15px;
	line-height: 32px;
	transition: box-shadow .3s ease-in-out, background-color .3s ease-in-out;
}
a.btn-doctor:focus,
a.btn-doctor:hover {
	color: #fff;
	background-color: rgba(0, 166, 202, .8);
	text-decoration: none;
	box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
div.box-doctors {
	padding-right: 60px;
}

	/** owl doctors **/
div.box-owl-doctor .owl-dots {
	display: none;
}
div.box-owl-doctor .owl-prev span,
div.box-owl-doctor .owl-next span {
	display: none;
}
div.box-owl-doctor .owl-prev:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/left-doctor.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
div.box-owl-doctor .owl-next:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/right-doctor.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
div.box-owl-doctor button:focus {
	outline: none;
}
div.box-owl-doctor .owl-nav {
	margin-top: -260px;
	position: absolute;
  width: 100%;
}
div.box-owl-doctor .owl-nav .owl-prev  {
	position: absolute;
	left: -40px;
	transition: opacity .2s ease-in-out;
}
div.box-owl-doctor .owl-nav .owl-next  {
	position: absolute;
	right: -40px;
	transition: opacity .2s ease-in-out;
}
div.box-owl-doctor .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
div.box-owl-doctor .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}

/** section emergency **/
section.sec-emergency {
	padding: 60px 0;
	position: relative;
	background-image: url(/wp-content/uploads/2020/04/bcg-emergency.png);
	background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
	position: relative;
}
h2.h2-emergency {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 0;
	color: #1E3578;
}
h2.h2-emergency span {
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	margin-bottom: 0;
	color: #1E3578;
}
div.box-circle-tel {
	margin-top: 40px;
	background-color: #00A6CA;
	display: inline-block;
	border-radius: 50%;
	width: 300px; height: 300px;
	position: relative;
	border: 30px solid #fff;
	transition: border-color .35s ease-in-out;
}
div.box-circle-tel:hover {
	border-color: #1E3578;
}
div.box-circle-abs {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
p.p-circle-a {
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
}
p.p-circle-b {
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0;
}

.a-circle-tel {
	width: 100%;
	height: 100%;
	display: block;
}
.d-puls {
	position: relative;
	width: 300px;
	height: 300px;		
}
.box-circle-tel {
	margin-top: 0px;
	position: relative;
	z-index: 10;			
}
					
/* PULSAR */
div.box-circle-tel {
	margin-top: -67px;
}
.over_content {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	top: 40px;
	left: -15px;
	z-index: 10;
	position: relative;
}
.preloader {
    background: transparent;
    width: 100%;
    height: 100%;
}


 @-webkit-keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
 @keyframes ball-scale-ripple-multiple {
 0% {
 -webkit-transform: scale(0.1);
 transform: scale(0.1);
 opacity: 1;
}
 70% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0.7;
}
 100% {
 opacity: 0.0;
}
}
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}
.a-circle-tel:hover .ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.a-circle-tel:hover .ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.a-circle-tel:hover .ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.a-circle-tel:hover .d-point-1:hover .ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.a-circle-tel:hover .ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid red;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
 @-webkit-keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes ball-beat {
 50% {
 opacity: 0.2;
 -webkit-transform: scale(0.75);
 transform: scale(0.75);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
.a-circle-tel:hover .ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}
.a-circle-tel:hover  .ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}
 @-webkit-keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
 @keyframes ball-scale-multiple {
 0% {
 -webkit-transform: scale(0);
 transform: scale(0);
 opacity: 0;
}
 5% {
 opacity: 1;
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
 opacity: 0;
}
}
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  transform: translateY(-45px);
	margin-left: -14px;

}
.a-circle-tel:hover .ball-scale-multiple > div:nth-child(2)  {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.a-circle-tel:hover  .ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.a-circle-tel:hover .ball-scale-multiple > div {
  background-color: #fff;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 410px;
  height: 410px;
  -webkit-animation: ball-scale-multiple 1.6s 0s linear infinite;
  animation: ball-scale-multiple 1.6s 0s linear infinite;
}

.box-circle-tel {
	position: relative;
}

/** end **/



/** section about **/
section.sec-about {
	padding: 0;
	overflow: hidden;
	position: relative;
}
figure.fig-about {
	position: absolute;
	top: 0; right: 0;
	width: 700px
}
div.box-title {
	padding-left: 20px;
	border-left: 11px solid #00A6CA;
	margin-bottom: 40px;
}
h1.h1-title {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 0;
	color: #1E3578;
}
h2.h2-title {
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	margin-bottom: 0;
	color: #1E3578;
}
p.p-front {
	font-weight: 300;
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
	color: #000;
	margin-bottom: 10px;
}
a.btn-blue,
a.btn-blue:visited,
a.btn-blue:active {
	background-color: #00A6CA;
	font-weight: normal;
	margin-top: 40px;
	color: #fff;
	border-radius: 3px;
	padding: 8px 30px;
	transition: padding .3s ease-in-out, box-shadow .3s ease-in-out;
}
a.btn-blue:focus,
a.btn-blue:hover {
	color: #fff;
	text-decoration: none;
	padding: 8px 40px;
	box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
}
/** end **/

/** section hero **/
div.attr-hero {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
	position: relative;
}
div.attr-hero::after {	 
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #000 100%);
  height: 120px;
  width: 100%;
  content: '';
}


	/** content hero **/
div.box-hero-abs,
div.box-hero-lft {
	width: 100%;
	height: 850px;
	position: relative;
	max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
div.box-hero-abs-con {
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 50px; left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
div.box-hero-lft-con {
	margin-top: 350px;
}
h2.h2-hero {
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8), 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 48px;
	color: #fff;
}
h2.h2-hero span {
	font-weight: bold;
}
a.btn-hero,
a.btn-hero:visited,
a.btn-hero:active {
	background-color: #00A6CA;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 40px;
	color: #fff;
	padding: 8px 30px;
	transition: padding .3s ease-in-out;
}
a.btn-hero:focus,
a.btn-hero:hover {
	color: #fff;
	text-decoration: none;
	padding: 8px 40px;
}

	/** owl hero navigation **/
div.box-owl-hero .owl-dots {
	display: none;
}
div.box-owl-hero .owl-prev span,
div.box-owl-hero .owl-next span {
	display: none;
}
div.box-owl-hero .owl-prev:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/left-hero.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
div.box-owl-hero .owl-next:after {
  content: '';
  background-image: url(/wp-content/uploads/2020/04/right-hero.png);
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 40px 40px;
  margin-left: 1px;
}
div.box-owl-hero button:focus {
	outline: none;
}
div.box-owl-hero .owl-nav {
	margin-top: -450px;
	position: absolute;
  width: 100%;
}
div.box-owl-hero .owl-nav .owl-prev  {
	position: absolute;
	left: 100px;
	transition: opacity .2s ease-in-out;
}
div.box-owl-hero .owl-nav .owl-next  {
	position: absolute;
	right: 100px;
	transition: opacity .2s ease-in-out;
}
div.box-owl-hero .owl-nav .owl-prev:hover  {
	background: transparent;
	opacity: .7;
}
div.box-owl-hero .owl-nav .owl-next:hover  {
	background: transparent;
	opacity: .7;
}
/** end section hero **/

/** top header **/
div.cont-th {
	background-color: #fff;
	padding-bottom: 10px;
	border-bottom: 5px solid rgba(0, 166, 202, 1);
}
a.btn-red,
a.btn-red:visited,
a.btn-red:active {
	background-color: #DD0404;	
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: 900;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	transition: padding .2s ease-in-out, box-shadow .2s ease-in-out;
}
a.btn-red:focus,
a.btn-red:hover {
	color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -1px 3px rgba(0, 0, 0, 0.25);
	padding: 5px 15px;
	text-decoration: none;
}
a.btn-th,
a.btn-th:visited,
a.btn-th:active {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #1E3578;
	transition: padding .2s ease-in-out, box-shadow .2s ease-in-out;
}
a.btn-th span {
	font-weight: 900;
}
a.btn-th:focus,
a.btn-th:hover {
	color: #DD0404;
	text-decoration: none;
}
a.btn-social,
a.btn-social:visited,
a.btn-social:active {
	padding: 0;
	transition: opacity .2s ease-in-out;
}
svg.svg-h path {
	transition: stroke .3s ease-in-out;
	margin-left: 5px;
	display: inline-block;
}
a.btn-social:focus svg.svg-h path,
a.btn-social:hover svg.svg-h path {
	stroke: #DD0404;
}

/** header **/
.desk-h {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	z-index: 2;
}
img.logo-h {
	margin-top: 5px;
}
ul.ul-h {
	margin: 0; padding: 0;
	list-style: none;
}
ul.ul-h li {
	display: inline;
}
.page-id-7 li.li-home {
	display: none;
}
a.a-h,
a.a-h:visited,
a.a-h:active {
	display: inline-block;
	padding: 30px 15px;	
	font-family: 'Cabin', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	border-radius: 0 0 3px 3px;
	text-decoration: none;
	transition: background-color .3s ease-in-out;
}
a.a-h:hover,
a.a-h:focus {
	background-color: rgba(0, 166, 202, 0.5);
	text-decoration: none;
}


@media screen and (max-width: 769px) {
/* 	Footer */
	.img-sm {
		margin-bottom: 30px;
	}
	.r-foot-logo {
		text-align: center;
	}
	
/* 	Location */
	.d-loc-num {
		margin-bottom: 40px;
	}
	.cm-loc-txt {
		padding: 20px 15px;
	}
	h2.h2-loc {
		font-size: 32px;
	}
	
/* 	Tour */
	.sec-tour iframe {
		height: 300px;
	}
	h3.h3-tour {
		font-size: 30px;
	}
/* 	Testimonials */
	
	h3.h3-test {
		font-size: 30px;
	}
	.owl-test .item {
		height: auto;
		min-height: 330px;
	}
	p.p-test-txt {
		line-height: 24px;
	} 
	section.sec-testimonials {
		padding-bottom: 30px;
	}
	
/* 	Our DOct */
	
	.r-doct {
		padding: 20px 15px;
	}
	.d-doct-photo {
		float: none;
		width: 100%;
		text-align: center;
	}
	.d-doct-txt {
		float: left;
		width: 100%;
		padding: 20px 5px;
		text-align: center;
	}
	.h3-doctor {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.sec-doct-team {
		height: 210px;
	}
	
	
/* 	Our Team */
	.cf-team-bcg {
		background-position: center center;
	}
	.d-txt-team-wysw {
		text-align: justify;
	}
	.cf-team-bcg {
		padding-bottom: 20px;
	}
	.cont-sp-team {
		padding-top: 40px;
	}
}


/* Coupon */
.d-coupon {
/* 	padding: 20px 30px; */
	border: 2px dashed #00A6CA;
/* 	transition: box-shadow .3s ease-in-out; */
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 10px 28px rgba(0,0,0,.05), 0 10px 10px rgba(0,0,0,.01);
}
.h3-coupon {
	font-family: Cabin;
	font-style: italic;
	font-weight: 500;
	font-size: 36px;
	color: #1E3578;
	border-bottom: 3px solid #00A6CA;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
	background: yellow;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.coupon_description {
	border-bottom: 2px solid #00A6CA;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.p-value-price {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 2px;
}
.p-coupon-val-desc {
	color: lightgray;
	font-weight: bold;
	font-style: italic;
}
.p-discount-id span {
	font-weight: bold;
}
.p-expires span {
	font-weight: bold;
}

@media screen and (max-width: 769px) {
	.d-puls {
		width: 100%;
		height: auto;
	}
	.over_content {
		display: none;
	}
}


/* Z PERSO */
/* font-family: 'Cabin', sans-serif;
font-family: 'Raleway', sans-serif; */

/** information bar **/

@media only screen and (max-width: 768px) {
	.box-about {
    margin-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
	}
	div.box-patient a.btn-sp-blue,
	div.box-patient a.btn-sp-blue:active,
	div.box-patient a.btn-sp-blue:visited {
		max-width: 320px;
		width: 100%;
		margin-top: 10px;
	}
}

section.sec-infobox {
	position:  fixed;
	bottom: 0; left: 0;
	z-index: 100;
	width: 100%;
	opacity: 0;
  animation-name: hudini;
  animation-duration: 6s;
	animation-fill-mode: forwards;
/*   animation-delay: 6s; */
	transition: opacity .2s ease-in-out;
}

@keyframes hudini {
  0% {
		opacity: 0;
	}
	99% {
		opacity: 0;
	}
  100% {
		opacity: 1;
	}
}

div.row-th {
	padding-top: 10px;
}
div.container-h-info {
	background-color: #DD0404;
	padding: 10px;
}
.pic-info-close {
  width: 12px;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1;
  transition: opacity .2s ease-in-out;
}
img.pic-info-close:hover {
    cursor: pointer;
    opacity: .8;
}
div.box-info-wyzwig {
	padding-right: 20px;
}
div.box-info-wyzwig a,
div.box-info-wyzwig a:visited,
div.box-info-wyzwig a:active {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
	text-decoration: underline;
	transition: color .3s ease-in-out;
}
div.box-info-wyzwig a:hover,
div.box-info-wyzwig a:focus {
	color: #00A6CA;
}
div.box-info-wyzwig p {
	font-weight: 300;
  font-size: 13px;
  line-height: 20px;	
  text-align: justify;
  color: #fff;
  margin-bottom: 0;
}

/** end **/

/** subpage our services **/
div.row-services {
	margin-top: 40px;
}
figure.fig-service {
	display: block;
	margin-top: 20px;
}
a.a-services,
a.a-services:active,
a.a-services:visited {
	color: #1E3578;
	font-weight: 300;
	display: block;
	margin-top: 40px;
	font-size: 15px;	
	transition: color .3s ease-in-out;
}
a.a-services:hover,
a.a-services:focus {
	color: #00A6CA;
	text-decoration: none;
}

/** end **/

/** subapge about us **/
div.box-about-wyzwig h1,
div.box-about-wyzwig h2,
div.box-about-wyzwig h3,
div.box-about-wyzwig h4,
div.box-about-wyzwig h5,
div.box-about-wyzwig h6 {
	font-weight: bold;
  font-family: 'Raleway', sans-serif;
  font-size: 36px;
  margin: 30px 0 20px 0; 
  color: #1E3578;
  padding-left: 20px;
  border-left: 11px solid #00A6CA;
}
div.box-about-wyzwig a,
div.box-about-wyzwig a:visited,
div.box-about-wyzwig a:active {
	color: #1E3578;
	font-weight: 300;
	font-size: 15px;
	text-decoration: underline;
	transition: color .3s ease-in-out;
}
div.box-about-wyzwig a:hover,
div.box-about-wyzwig a:focus {
	color: #00A6CA;
}
div.box-about-wyzwig p {
	font-weight: 300;
  font-size: 15px;
  line-height: 32px;
  text-align: justify;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	div.box-about-wyzwig h1,
	div.box-about-wyzwig h2,
	div.box-about-wyzwig h3,
	div.box-about-wyzwig h4,
	div.box-about-wyzwig h5,
	div.box-about-wyzwig h6 {
		font-size: 32px;
	}
}

/** mobile header **/
.mob-h,
.sec-menu,
.sec-mob-footer,
div.box-mob-about {
	display: none;
}
@media only screen and (max-width: 1200px) {
	div.mob-logo-col-a {
		padding-left: 0;
		padding-right: 3px;
	}
	div.mob-logo-col-b {
		padding-left: 0;
		padding-right: 0;
	}
	a.a-h,
	a.a-h:visited,
	a.a-h:active {
		padding: 30px 3px;
		font-size: 13px;
	}
	div.box-owl-doctor .owl-nav,
	.owl-test .owl-nav,
	div.box-owl-hero .owl-nav {
		display: none;
	}
	figure.fig-about {
		display: none;
	}
	div.box-mob-about {
		display: block;
		margin-top: 60px;
	}
}
@media only screen and (max-width: 960px) {	
	.sec-copy {
		padding-bottom: 55px;
	}
	
	/** social menu mobile **/
	h3.h3-mob-social, p.h3-mob-social {
		color: #fff;
		font-weight: 600;
		font-size: 20px;
		margin-bottom: 20px;	
	}
	div.box-mob-social {
		margin-top: 40px;
	}
	img.mob-social-menu {
		width: 30px;		
		margin-right: 10px;
	}
	
	/** subpage **/
	section.sec-sp-h {
		height: 66px;
		display: none;
		background-color: #1E3578;
	}
	
	/** mobile footer **/
	section.sec-mob-footer {
		display: block;		
		position: fixed;
		bottom: 0; left: 0;
		width: 100%;
		z-index: 14;
	}
	div.col-mb-f-sp {
		display: block;		
	}
	div.col-mob-f {
		float: left;
		width: 25%;
		text-align: center;
		position: relative;
		z-index: 4;
	}	
	a.a-mob-f,
	a.a-mob-f:visited,
	a.a-mob-f:focus {
		display: block;
		position: relative;
		z-index: 4;
		font-weight: bold;
		width: 100%;
		padding: 15px 0;
		color: #fff!important;
		font-size: 12px;		
		border-bottom: 1px solid rgba(255,255,255,.1);
		background-color: #1E3578;
	}
	a.a-mob-f:visited,
	a.a-mob-f:focus {		
		color: #fff;
		text-decoration: none;
		background-color: #00A6CA;
	}
	a.a-mob-f-red {
		background-color: #DD0404;
	}
/* 	figure.mob-fig-f {
		display: block;
	}
	img.mob-pic-f {
		width: 18px;
		display: block;
		margin: 0 auto 5px auto;
	} */
	/** end **/
	
	div.mob-cont-h {
		padding-top: 5px;
		padding-left: 3px;
		padding-right: 3px;
	}
	.desk-h {
		display: none;
	}
	.mob-h {
		display: block;
		background-color: #1E3578;
		position: relative;
		left: 0; top: 0;
		width: 100%;
		z-index: 17;
		padding-bottom: 3px;
		transition: background-color .2s ease-in-out, box-shadow .2s ease-in-out;
	}
	.mob-h-bcg {
		background-color: #1E3578;
		box-shadow: 0 14px 28px rgba(0,0,0,.1), 0 10px 10px rgba(0,0,0,.01);
	}
	/** Mobilne Menu **/

	.sec-menu {
		display: block;
	position: relative;
	top: auto; right: auto;
	width: 100%;
	padding: 30px 0;
	z-index: 16;
	background-color: #1E3578;

	}
	/** collapse menu **/
	.collapse-menu {
	}
	div.collapse-menu div.card {
		border-radius: 0;
	}
	div.collapse-menu .card-body {
		padding: 0;
		border: none;
	}
	/** Mobilne Menu - content **/
	img.mob-logo-h {
		width: 200px;
	}
	ul.mob-ul-h {
		margin: 0; padding: 0;
		list-style: none;
	}
	ul.mob-ul-h li {
		margin-bottom: 5px;
	}
	a.mob-a-h::before {
		content: '— ';
		color: #fff;
		display: inline-block;
	margin-right: 10px;
	}
	a.mob-a-h,
	a.mob-a-h:visited,
	a.mob-a-h:active {
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	font-size: 18px;
}
	a.mob-a-h:hover,
	a.mob-a-h:focus {
	text-decoration: none;
	color: rgba(255,255,255,.5);
	}

	img.mob-pic-h {
		width: 180px;
	}
	div.box-menu {
		display: inline-block;
		position: absolute;
		right: 0;   top: 2px;
	}
	div.box-menu:hover {
		cursor: pointer;
	}
	p.p-menu {
		display: inline;
		font-size: 13px;
		color: #fff;
		margin-bottom: 0;
		margin-right: -15px;
		margin-left: 15px;
	}
	
	/** Hamburger **/
	.ham {
		cursor: pointer;
		-webkit-tap-highlight-color: transparent;
		transition: transform 400ms;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.hamRotate.active {
		transform: rotate(45deg);
	}
	.hamRotate180.active {
		transform: rotate(180deg);
	}
	.page-id-7 .line {
		fill:none;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke:#fff;
		stroke-width:5.5;
		stroke-linecap:round;
	}
	.line {
		fill:none;
		transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
		stroke:#fff;
		stroke-width:5.5;
		stroke-linecap:round;
	}
	.line-color {
		stroke:#fff!important;
	}
	.ham-h .top {
		stroke-dasharray: 40 139;
	}
	.ham-h .bottom {
		stroke-dasharray: 40 180;
	}
	.ham-h.active .top {
		stroke-dashoffset: -98px;
	}
	.ham-h.active .bottom {
  stroke-dashoffset: -138px;
	}
}

@media only screen and (max-width: 768px) {
	
	/** section hero **/
	div.attr-hero {
		height: 500px;
		position: relative;
	}
	div.box-hero-abs,
	div.box-hero-lft {
		position: relative;
		top: auto; left: auto;
		transform: none;
	}
	div.box-hero-abs-con {
		bottom: 300px;
	}
	h2.h2-hero {
    font-size: 40px;
	}
	div.box-hero-lft-con {
		margin-top: 150px;
	}
	
	/** section about **/
	section.sec-about {
		padding: 40px 0 60px 0;
	}
	a.btn-blue,
	a.btn-blue:visited,
	a.btn-blue:active {
		display: inline-block;
		text-align: center;
		margin-top: 20px;
	}
	h2.h2-title {
		font-size: 32px;
	}
	
	/** section boxes **/
	div.box-boxes {
    height: 200px;
	}
	
	/** section emergency **/
	section.sec-emergency {
		padding: 60px 0;
	}
	div.box-circle-tel{
		margin-top: 0;
		margin-bottom: 20px;
	}
	h2.h2-emergency span {
		font-size: 32px;
	}
	
	/** section meet the doctors **/
	section.sec-doctors {
		padding: 60px 0;
	}
	h2.h2-doctor {
		font-size: 32px;
	}
	div.box-doctors {
		padding-right: 0;
	}
	
	/** section benefits **/
	section.sec-bene {
		padding: 60px 0;
	}
	.img-ben-tooth {
    position: relative;
    bottom: auto;
    height: 80px;
		display: block;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 40px;
	}
	div.box-bene-txt {
		padding: 15px 10px;
	}
	div.cm-logo-ben {
		padding-left: 0;
		padding-right: 0;
	}
	.col-md-2.cm-logo-ben {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	}
	section.sec-ben-logo {
		padding: 20px 0;
	}
	/** subpage **/
	section.sec-sp {
		padding: 40px 0;
	}
	div.cont-sp-links {
    margin-bottom: 20px;
	}
	iframe.iframe-tour {
		height: 400px;
	}
	
	/** subpage contanct **/
	.form-box .btn-send,
	.form-box .btn-send:visited,
	.form-box .btn-send:active,
	.form-box .btn-send:focus {
		margin-top: 0;
		display: block;
		margin: 0 auto;
		float: none;
	}
	iframe.iframe-map {
    height: 350px;
	}
	
	/** subpage patient center **/
	div.box-title {
		margin-bottom: 20px;
	}
	h2.h2-sp-patient {
		font-size: 32px;
	}
	div.box-sp-patient-user {
		margin-bottom: 70px;
	}
	img.pic-sp-patient {
		display: inline;
	}
	
	/** subpage txt phone **/
	section.sec-sp-f {
		padding: 50px 0;
	}
	
	/** subpage hight tech **/
	div.col-box {
    margin-bottom: 15px;
    padding-bottom: 35px;
		margin-bottom: 40px
	}
	
/* 	subpage contact */
	.box-con-txt {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 1200px) {
	.col-tab-w100 {
		-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
	.col-bcg-about {
		display: none;
	}
	.box-about {
		margin-left: 0;
		padding-bottom: 60px;
	}
}

.btn-modal {
	display: none;
}
div.d-coupon {
	background-color: #fff;	
}
.modal-content {
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0; margin: 0;
}
div.modal-body {
    padding: 0;
}
img.pic-close {
	width: 35px;
	position: absolute;
	top: 5px; right: 5px;
	z-index: 2;
	transition: transform .2s ease-in-out;
}
img.pic-close:hover {
	transform: scale(1.08);
	cursor: pointer;
}
img.pic-google {
	width: 150px;
	margin-left: 10px;
	transition: opacity .2s ease-in-out;
}
img.pic-google:hover,
img.pic-google:focus {
	opacity: .6;
}

/* Popr */
section.sec-mot {
	padding-top: 0px;
}



/**** Emergency Dental Care Template ****/

.brdcrmpsec {
    padding-top: 45px;
}
.brdcrmpsec .container-fluid.cont-sp-links {
    margin-bottom: 0;
}
.brdcrmpsec .row.w1180 {
    max-width: 1140px;
}
.sec1 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.imm {
    padding-right: 30px;
}
.edcservpg p {
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px;
}
.edcservpg .h2-title {
    line-height: 1.4;
}
.edcservpg h3.h3-bene {
    font-size: 31px;
    line-height: 1.4;
}
.section-row {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-row:nth-of-type(even) {
    background: #f9f9f9;
}
.section-row:first-child {
    padding-top: 0;
}
.section-row p:last-child {
    margin-bottom: 0;
}
.section-row:first-child .box-title {
    margin-top: 20px;
}
ul.ull li {
    font-weight: 300;
    font-size: 15px;
    line-height: 32px;
    color: #000;
    margin: 3px 0;
}
ul.ull {
    margin: 0 0 15px;
    padding: 0px 0 0 16px;
}
ul.ull li strong {
    font-weight: 600;
}
.edcservpg p a {
    color: inherit;
    text-decoration: underline;
}
.edcservpg p a:hover {
    color: #01a0c5;
    text-decoration: none;
}
.hedmargn {
    margin-top: 40px;
}


.serv-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin-top: 50px;
	justify-content: center;
}
.serv-col {
    float: left;
    width: 32.13%;
    background: #125e95;
    text-align: center;
    padding: 20px 22px 30px;
    color: #fff;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.serv-col h3 {
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}
.serv-col a {
    text-decoration: none;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.serv-col p {
    color: #fff;
    line-height: 1.7;
}
.learnmorebtn:after {
    content: "";
    background: #fff;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}
.serv-col:hover .learnmorebtn:after {
    width: 50%;
}
.learnmorebtn {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 6px;
    position: relative;
    width: max-content;
    font-size: 14px;
}
.faqblck {
    margin-bottom: 25px;
}
.faqblck h4 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5;
}
.h4-title {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    margin-bottom: 0;
    color: #1E3578;
}


@media screen and (max-width:768px){
	
	.imm {
    padding-right: 0;
    margin-bottom: 30px;
}
	.sec1 {
		padding-top: 45px;
		padding-bottom: 12px;
	}
.section-row {
    padding-top: 45px;
    padding-bottom: 45px;
}
.edcservpg h3.h3-bene {
    font-size: 27px;
    line-height: 1.4;
}
	
.serv-col
 {
    width: 100%;
}
	h1.h1-title {
    font-size: 20px;
}
	.h4-title {
    font-size: 21px;
    line-height: 1.4;
}
	.faqblck h4 {
    font-size: 18px;
}
	
}

@media screen and (min-width:769px) and (max-width:991px){
	
	.serv-col
 {
    width: 48%;
}
	
}


@media screen and (min-width:992px) and (max-width:1200px){
	
	.serv-col
 {
    width: 31.13%;
}
	
}

/**** Emergency Dental Care Template ****/



.page-template-main-service p {
    line-height: 1.6;
}
.rmsec11 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
h1.hed {
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
    color: #1E3578;
    margin-bottom: 25px;
}
.msec1 {
    padding-top: 40px;
    padding-bottom: 35px;
}
.msec2 {
    padding-bottom: 45px;
}
.rmsec21 {
    margin-bottom: 30px;
}
.msec2 .box-title
 {
    margin-bottom: 25px;
}
.bttn {
    position: relative;
    display: inline-flex;
}
.bttn a {
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1;
    color: #1e3578;
	    padding-bottom: 2px;
}
span.spa {
    font-size: 36px;
    margin-top: -7px;
}
.bttn  a:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #1e3578;
    transition: .3s;
}
.bttn a:hover {
    color: #00a6ca;
}
.bttn:hover a:after {
    width: 70%;
    background: #00a6ca;
}

.sec-faq {
    background: #f9f9f9;
    padding: 60px 0;
}
.sec-faq .h2-title {
    text-align: center;
}
.sp-easy-accordion {
    margin-top: 40px;
    width: 100%;
    max-width: 1000px;
	margin-left: auto;
    margin-right: auto;
}
.ea-body p:last-child {
    margin-bottom: 0 !important;
}
.faqcont h2 {
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    margin-bottom: 0;
    color: #1E3578;
    text-align: center;
}





@media screen and (min-width:961px){
	
	.site-header .navbar{
    padding: 15px 0;
}

/* Main Menu */

.navbar-nav{
    align-items: center;
    gap: 20px;
	margin: 0;
}

.navbar-nav li{
    position: relative;
    list-style: none;
}

.navbar-nav li a{
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    border-radius: 0 0 3px 3px;
    text-decoration: none;
    transition: background-color .3s ease-in-out;
    text-align: left;
    padding: 30px 6px;
}

/* First Dropdown */

.navbar-nav .sub-menu{
    position: absolute;
    top: 53px;
    left: 0;
    min-width: 240px;
    background: #fff;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    z-index: 999;
}

/* Show Dropdown */

.navbar-nav li:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
}

/* Dropdown Links */

.sub-menu li{
    position: relative;
}

.sub-menu li a{
    display: block;
    padding: 10px 22px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
	color: #000
}

/* Third Level */

.sub-menu .sub-menu{
    top: 0;
    left: 100%;
}

/* Hover Effect */

.sub-menu li:hover > a{
        background: #0a7dac;
    color: #fff;
}
.site-header .navbar .container {
    padding: 0;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .current-menu-ancestor > a{
    color: #0d6efd;
}
.navbar-nav .current-menu-item > a,
.navbar-nav .current-menu-parent > a,
.navbar-nav .current-menu-ancestor > a{
    background:#0a7dac;
    color: #fff;
}
.desknav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
	
}


@media screen and (max-width:960px){
	
	/* Main Menu */

.navbar-nav li{
    position: relative;
    list-style: none;
}

/* Parent Arrow */

.navbar-nav .menu-item-has-children > a::after{
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    margin-left: 8px;
}

/* First Dropdown */

.navbar-nav .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    background: #fff;
    padding: 12px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    z-index: 999;
}

/* Show Dropdown */

.navbar-nav li:hover > .sub-menu{
    opacity: 1;
    visibility: visible;
}

/* Dropdown Links */

.sub-menu li a{
    display: block;
    padding: 12px 22px;
    white-space: nowrap;
}

/* Third Level */

.sub-menu .menu-item-has-children{
    position: relative;
}

/* Third Level Arrow */

.sub-menu .menu-item-has-children > a::after{
    content: "\f054";
    float: right;
    margin-top: 5px;
}

/* Third Level Menu */

.sub-menu .sub-menu{
    top: 0;
    left: 100%;
}

/* Hover Color */

/*.sub-menu li:hover > a{
    background: #f5f5f5;
}*/
	
	 .navbar-nav .sub-menu{
        display:none;
        position:static;
        opacity:1;
        visibility:visible;
        box-shadow:none;
        width:100%;
        padding-left:15px;
    }

    .navbar-nav .sub-menu.show-submenu{
        display:block;
    }
	
	.navbar-collapse{
        background:#1f347d;
        padding:0;
        margin-top:0;
    }

    .navbar-nav{
        width:100%;
        gap:0;
        align-items:start;
		margin: 0;
    }

    .navbar-nav li{
        width:100%;
        position:relative;
    }

    .navbar-nav li a{
        color: #fff;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 15px;
        display: block;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
		display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Dropdown Arrow */

    .menu-item-has-children > a::after{
        content:"+";
        float:right;
        font-size:22px;
        line-height:1;
    }

    /* Submenu */

    .navbar-nav .sub-menu{
        display:none;
        position:static;
        opacity:1;
        visibility:visible;
        width:100%;
        background:rgba(255,255,255,0.05);
        padding:10px 15px;
        margin:0;
        box-shadow:none;
    }

    /* Open Submenu */

    .navbar-nav .sub-menu.show-submenu{
        display:block;
    }

    /* Submenu Links */

    .sub-menu li a{
        padding:10px 0;
        font-size:14px;
        color:#fff;
        border:0;
    }

    /* Third Level */

    .sub-menu .sub-menu{
        padding-left:15px;
        background:none;
    }
	.navbar-light .navbar-toggler span.navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
	.navbar-light .navbar-toggler {
    border-color: rgb(255 255 255);
}
	
	
	
}


@media screen and (max-width:768px){
	
	h1.hed {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 18px;
}
.msec1 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.msec2 .box-title {
    margin-top: 25px;
    margin-bottom: 20px;
}
.rmsec21 .col-md-6 {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
   .rmsec21  h2.h2-title {
        font-size: 27px;
    }
.rmsec21 {
    margin-bottom: 40px;
}
section.msec2 {
    padding-bottom: 20px;
}
	.faqcont h2 {
    font-size: 32px;
}
	
}


@media screen and (min-width:769px) and (max-width:992px){
	
	h2.h2-title {
    font-size: 29px;
}
	
}