@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
}

/*!
Theme Name: cardioclinic
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cardioclinic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

cardioclinic is based on Underscores https://underscores.me/, (C) 2012-2017 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}
.bg-primary {
  background-color: #ff7070 !important;
}
.text-primary {
  color: #f16b63 !important;
}

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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: "Inter", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Montserrat", sans-serif;
}
h1,
h2 {
  color: #404040;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}
h2 span,
h2 strong,
h1 strong,
h1 span {
  display: block;
  color: #f16b63;
  font-weight: bold;
}
h3 {
  font-size: 1.13rem;
  font-weight: bold;
}
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
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
  /* Fallback for when there is no custom background color defined. */
}

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

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

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

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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%;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #e6e6e6;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e6e6e6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e6e6e6;
}

form .textbox-container input:not([type="button"]),
.nf-form-content .list-select-wrap div.nf-field-element select {
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  color: #515151;
  font-size: 14px;
  line-height: 20px;
  padding: 12px;
  background-color: #fff;
}

.nf-form-content .list-select-wrap div.nf-field-element select {
  background: none;
}
.nf-form-content div.list-select-wrap div.nf-field-element > div {
  background: none;
  border: none;
}
form .nf-form-content .label-above .nf-field-label {
  position: absolute;
  z-index: 10;
  width: auto;
  top: -10px;
  margin: 0;
  left: 7px;
  background: #fff;
  padding: 0 5px;
}
form .nf-form-content label {
  font-size: 12px;
  line-height: 1em;
  color: #515151;
}
form .nf-form-content input[type="button"] {
  background-color: #f16b63;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-color: #bb4c4a;
  padding: 0px 1.2em;
  text-align: center;
}
form .nf-after-field {
  margin: 0;
  background: #fff;
  padding: 0;
  font-size: 12px;
  text-align: right;
}
form .submit-wrap {
  text-align: right;
}
form .nf-form-content input[type="button"]:hover {
  background-color: #bb4c4a;
  border-color: #a34241;
  color: #fff;
}
form .nf-form-content textarea.ninja-forms-field {
  height: 130px;
}

.cardio-form h3 {
  color: #f16b63;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#banner-header .cardio-form .asistenta {
  border-left: 1px solid #d0d0d0;
  padding: 1.2em 0 1.2em 0.8em;
}

.cardio-form p {
  margin-bottom: 0.5em;
}
form .nf-field-container {
  margin-bottom: 15px;
}
form .nf-form-content textarea {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
}
a.anchor {
  display: block;
  position: relative;
  top: -115px;
  visibility: hidden;
}
/* --------- .asistenta widget ------------ */
.asistenta .asistenta-tel {
  font-size: 16px;
  padding-top: 1em;
  font-weight: bold;
}
.sidebar .asistenta .asistenta-tel {
  color: #f16b63;
  font-size: 26px;
  padding-top: 0.35em;
}
.sidebar .asistenta .asistenta-tel i {
  margin-right: 1em;
}
/* gallery sidebar */
.sidebar .gallery-photo .content,
.sidebar .gallery-photo .pictures {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #f16b63;
}

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

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar.navbar-default {
  padding: 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.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;
}
.navbar .navbar-nav .nav-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}
.navbar .navbar-nav .nav-link,
.navbar .navbar-nav .nav-link:visited {
  color: #212121;
  font-weight: 500;
}

.navbar .navbar-nav .color_red .nav-link,
.navbar .navbar-nav .color_red .nav-link:visited {
  color: #f16b63;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:active,
.navbar .navbar-nav .active .nav-link,
.navbar .navbar-nav .current-menu-item .nav-link {
  color: #f16b63;
}
.navbar .navbar-nav .nou .nav-link::after {
  content: "NOU";
  font-size: 12px;
  color: #f16b63;
  position: relative;
  top: -5px;
  left: 3px;
}
.btn {
}
.btn-primary,
.btn-primary:visited {
  background-color: #f16b63;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-color: #bb4c4a;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #bb4c4a;
  border-color: #a34241;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ff9393;
}
.btn-outline-primary,
.btn-outline-primary:visited {
  font-size: 12px;
  font-weight: bold;
  background-color: #fff;
  color: #f16b63;
  border-color: #f16b63;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #f16b63;
  border-color: #f16b63;
  color: #f8f9fa;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(110, 44, 44, 0.5);
}
.btn-outline-light:visited {
  color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212121;
}
.btn-outline-primary.double {
  border-width: 2px;
}
.header-button-loc {
  font-size: 14px;
  max-width: 170px;
  border-width: 2px;
  margin-left: 20px;
}
.navbar-light .navbar-toggler {
  border: 0;
  position: absolute;
  top: 14px;
}
.navbar-light .navbar-toggler:focus {
  outline: 0;
}
.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #b6b6b6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

#navbar-mobile {
}
#menu-mobile-menu {
  margin: 0;
  padding: 10px 0;
}
#menu-mobile-menu li .nav-link {
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
}
#menu-mobile-menu li .nav-link:before {
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-weight: 400;
  color: #f16b63;
  width: 35px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  vertical-align: middle;
  content: "";
}
#menu-mobile-menu li.mob-medici .nav-link:before {
  content: "\f007";
}
#menu-mobile-menu li.mob-preturi .nav-link:before {
  content: "\f022";
}
#menu-mobile-menu li.mob-specialitati .nav-link:before {
  font-family: FontAwesome;
  content: "\f1b2";
}
#menu-mobile-menu li.mob-despre .nav-link:before {
  font-family: FontAwesome;
  content: "\f21e";
}
#menu-mobile-menu li.mob-blog .nav-link:before {
  font-family: FontAwesome;
  content: "\f02d";
}
#menu-mobile-menu li.mob-contact .nav-link:before {
  content: "\f0e0";
}
.mobile-widget {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1em;
}
.mobile-widget h3 {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.mobile-widget .header-info {
  border: none;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1em;
  padding-left: 22px;
}
.mobile-widget .header-info i {
  left: 0;
}

@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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header-info {
  padding: 0 20px 0 35px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0;
}
.banner-location .header-info {
  padding: 0 0 0 18px;
}
.header-info p {
  margin: 0;
}
.header-info > i {
  position: absolute;
  top: 3px;
  left: 18px;
  color: #f16b63;
}
.banner-location .header-info i {
  left: 0;
}
.header-info .header-info-title,
.header-info .header-info-title a {
  color: #f16b63;
  font-size: 14px;
  font-weight: 500;

  display: inline-block;
  margin-right: 10px;
}
.header-info .header-info-email {
  color: #212121;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.site-header {
  position: fixed;
  top: 0;
  max-height: 100vh;
  overflow: auto;
  width: 100%;
  background: #fff;
  z-index: 101;
  transition: top 0.2s linear;
}
.top2-nav li a {
  line-height: 3em;
}
.top2-nav li {
  padding: 0;
  text-align: center;
  border-right: 1px solid #f16b63;
}
.top2-nav li:last-child {
  border-right: 0;
}

.nav-up {
  top: -61px; // same as header height. use variables in LESS/SASS
}
.site-branding .row {
  height: 60px;
}
.inner-header {
  position: relative;
}
.inner-header .navbar {
  position: static;
  padding: 0;
  border-top: 1px solid #e6e6e6;
}
.navbar-collapse {
  padding-bottom: 1em;
}
.navbar-expand-md > .container {
  padding-left: 15px;
  padding-right: 15px;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer {
  border-top: 2px solid #ac4645;
  padding-top: 20px;
  font-size: 12px;
  line-height: 20px;
}
.site-footer .custom-logo-link {
  padding-bottom: 20px;
}
.site-footer .footer-copyright {
}
.site-footer .footer-copyright a,
.site-footer .footer-copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}
.site-footer .footer-copyright a {
  padding: 0 0.5rem;
  border-right: 1px solid #fff;
  text-decoration: underline;
}
.site-footer .footer-copyright li:last-child a {
  border: none;
}
.site-footer .footer-copyright a:hover,
.site-footer .footer-copyright a:active {
  color: #fff;
  text-decoration: underline;
}
.site-footer .widget-area {
  padding-bottom: 20px;
}
#menu-footer-menu {
  list-style: none;
  padding: 0;
  margin-left: 30px;
}
#menu-footer-menu a,
#menu-footer-menu a:visited {
  color: #212121;
}
#menu-footer-menu a:hover,
#menu-footer-menu a:active {
  color: #f16b63;
  text-decoration: underline;
}
.footer-copyright .nav {
  margin: 0 0 0 -8px;
}
.footer-end-col {
  padding-top: 1em;
  padding-bottom: 0.5em;
  color: #fff;
}
.footer-end-col .widget-area,
.footer-end-col .widget-area .widget_text,
.footer-end-col .widget-area .widget_text p {
  padding-bottom: 0;
  margin-bottom: 0;
}
.fixed-footer {
  background: #fff;
  height: 50px;
  z-index: 100;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  border-top: 1px solid #e6e6e6;
}
.fixed-footer .nav {
  margin-left: 0;
}
.fixed-footer a {
  display: block;
  padding-top: 10px;
}
.fixed-footer i {
  display: block;
  font-size: 24px;
  color: #f16b63;
}
.site-footer h3 {
  font-size: 13px;
}
.site-footer .nf-form-title h3 {
  font-size: 11px;
}
/* --- newsletter-- */
.nl-form .nf-form-content {
  position: relative;
}
.nl-form .nl-input {
  width: 75%;
}
.nl-form .nl-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
}
.nl-form .nf-form-content {
  padding: 0;
}
#text-4 .nl-form input:not([type="button"]) {
  border-radius: 4px 0 0 4px;
  border-right: none;
  height: 40px;
}
#text-4 .nl-form input[type="button"] {
  border-radius: 0 3px 3px 0;
  height: 40px;
}
#text-4 .nf-error.field-wrap .nf-field-element:after {
  top: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

/*------ social media ---------*/
ul.social-links li {
  display: inline-block;
}
ul.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ff7070;
  border-radius: 50%;
}
ul.social-links li a.social-fb {
  background-color: #4267b2;
}
ul.social-links li a.social-li {
  background-color: #2867b2;
}
ul.social-links li a.social-yt {
  background-color: #ff0000;
}
.social-text {
  font-weight: 500;
  line-height: 1.4em;
}
footer .social-links li {
  padding: 0 10px;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#primary {
  padding-top: 2em;
}
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

/*--------------------------------------------------------------
## 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;
}
/*
---------------- sidebar
*/
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar li {
  list-style: none;
}
.sidebar li:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
}
.sidebar .text-light a {
  color: #fff;
}
.sidebar .vezi-tot {
  font-weight: normal;
  display: block;
  line-height: 38px;
}
.sidebar .vezi-tot:after {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
  position: absolute;
  right: 10px;
  top: 14px;
}
.vezi-tot-container a {
  font-weight: normal;
  font-size: 14px;
}
.p-investigatii .square {
  color: #212121;
  margin: 6px;
  padding: 10px;
}
.p-investigatii .square .investigation-title {
}
.p-investigatii .square .investigation-price {
  text-align: left;
  font-size: 10px;
  padding: 0 10px;
  margin-top: 10px;
}
.p-investigatii .square .investigation-price p {
  font-size: 16px;
  color: #f16b63;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
.p-pachete .sidebar .row {
  border-bottom: 3px solid #ff7070;
  border-top: 3px solid #ff7070;
  padding-top: 1em;
}
.p-gallery .content li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 1em;
}
.p-gallery .content li:before {
  color: #f16b63;
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left: 0;
  top: 4px;
}
.cardioclinic_gallery a {
  display: block;
}
.cardioclinic_gallery a .vezi-toata-galeria {
  display: table;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 0 10px;
  text-shadow: 0 0 2px #333;
}
.sidebar .cardioclinic_gallery a .vezi-toata-galeria {
  padding: 0;
}
.cardioclinic_gallery a .vezi-toata-galeria span {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .cardioclinic_gallery a .vezi-toata-galeria span {
  line-height: 1.2em;
}
.p-gallery .cardioclinic_gallery .col-img,
.sidebar .cardioclinic_gallery .col-img {
  padding: 2px;
}
.sidebar .cardioclinic_gallery .col-img {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.p-gallery .cardioclinic_gallery .col-img-0,
.p-gallery .cardioclinic_gallery .col-img-1,
.sidebar .cardioclinic_gallery .col-img-0,
.sidebar .cardioclinic_gallery .col-img-1 {
  flex: 0 0 50%;
  max-width: 50%;
}

.p-faq .card {
  border: 0;
}
.p-faq .card-header {
  padding: 0;
  border: 0;
  background: none;
}
.p-faq .card-header span {
  display: block;
  line-height: 44px;
  cursor: pointer;
  padding: 0 5px;
}
.p-faq .card-header span:hover {
  background: #f6f6f6;
}
.p-faq .card-header span:after {
  content: "\f078";
  color: #f16b63;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transition: all 0.2s linear;
}
.p-faq .card-header span:hover:after {
  right: 5px;
  font-size: 14px;
}
.p-faq .card-header span.collapsed:after {
  content: "\f054";
}
.p-faq .card-body {
  padding: 0;
  color: #939393;
  padding-left: 20px;
  padding-right: 20px;
}
.cardio-diseases.sidebar .row {
  background-color: #e6e6e6;
}
.p-boli h2 span {
  font-weight: normal;
}
.p-boli ul li a,
.p-boli ul li a:visited {
  color: #212121;
  line-height: 3em;
}
/*
----------------- homepage ----------------
*/

.banner-image {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0;
}
.banner-text {
  padding-top: 1em;
  padding-bottom: 1em;
}
#banner-header .banner-appointment {
  margin-left: -15px;
  margin-right: -15px;
}
.banner-location {
  background-color: #94bfd4;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
.banner-location .header-info {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.banner-location .header-info .header-info-title,
.banner-location .header-info .header-info-title a {
  color: #444;
  display: block;
}
.post-doctor {
}
.post-doctor h2 {
  color: #f16b63;
}
.square,
.article-square {
  display: block;
  overflow: hidden;
  margin-bottom: 1em;
  padding: 5px 10px;
  /*border: 1px solid #f1f1f1;*/
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.15),
    0 8px 12px 0 rgba(48, 49, 51, 0.1);
}
.p-medici .square {
  padding-bottom: 0;
}
.square .title,
.article-square .title {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
}
.square .thumbnail {
  padding: 0 10px 10px 0;
}
.square .title a,
.article-square .title a {
  color: #212121;
  font-weight: bold;
}
.square .title span {
  color: #939393;
  font-size: 12px;
  text-transform: uppercase;
}
.square .excerpt {
  color: #939393;
}
.content-copy {
  height: 50px;
  width: 280px;
  color: #939393;
  font-family: Roboto;
  font-size: 14px;
  line-height: 20px;
}
.experience,
.short_experience {
  color: #939393;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.short_experience {
  display: block !important;
}
.short_experience.show {
}
.experience:after {
}
.experience.collapsed:after {
}
.experience {
  color: #303030;
}
.short_experience p {
  margin-bottom: 0.5em;
}
.square-links {
  border-top: 1px solid #e6e6e6;
}
.square-links a {
  color: #00a3ff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  line-height: 46px;
}
.square-links > div:first-child {
  border-right: 1px solid #e6e6e6;
}
.square-links .col-6 {
  padding: 0;
}
.square .afla-detalii {
  font-size: 13px;
}
.p-blog .square .afla-detalii {
  color: #00a3ff;
}
.p-blog .blog_thumbnail {
  margin: -5px -10px 0;
  max-height: 200px;
  overflow: hidden;
}

.p-blog .blog-container {
  overflow: auto;
  white-space: nowrap;
}
.p-blog .blog-container .square {
  width: 80%;
  max-width: 300px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.p-blog .blog-container .square .title {
  margin-bottom: 1em;
}
.p-blog .blog-container .square .excerpt {
  margin-top: 1em;
  margin-bottom: 1em;
}
/* ****************************
********** page-template-page-preturi
***************************/
.page-template-page-preturi .page-content p {
  font-weight: 500;
}
.page-template-page-preturi h1 strong {
  display: inline-block;
}
.page-template-page-preturi .nav-preturi a {
  font-weight: 400;
  display: table;
  width: 100%;
  min-height: 4em;
  text-align: center;
  margin: 9px 0;
  border-radius: 4px;
  padding: 0 10px;
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.05),
    0 8px 16px 0 rgba(48, 49, 51, 0.1);
}
.page-template-page-preturi .nav-preturi .nav-first-text span {
  font-weight: bold;
}
.page-template-page-preturi .nav-preturi a span {
  color: #f16b63;
  display: table-cell;
  vertical-align: middle;
}
.investigation-price-list .square {
  padding: 0 15px;
}
.investigation-price-list .investigation_item {
  border-top: 1px solid #e6e6e6;
  padding-bottom: 10px;
}
.investigation-price-list .investigation_item:first-child {
  border-top: none;
}
.investigation-price-list .title-container {
  background-color: #94bfd4;
}
.investigation-price-list h4.title {
  font-size: 13px;
  font-weight: bold;
}
.investigation-price-list h5.title {
  font-family: "Inter", sans-serif;
  margin-bottom: 3px;
}
.investigation-price-list .cat-inv-description {
  color: #b38327;
  background-color: #fff1d7;
  padding: 13px 0;
}
.investigation-price-list .investigation_item p {
  color: #939393;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}
.investigation-price-list .investigation_item a {
  padding-top: 5px;
}
.investigation-price-list .investigation_price {
  color: #f16b63;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -2px;
}
/* *****************************************************article blog list */
.article-square {
  padding: 0;
}
.archive-container .square {
  padding: 0;
}
.archive-container .square .content {
  padding: 15px;
}
.archive-container .square .content p {
  margin-bottom: 0.5em;
}
.article-square .content {
  padding: 10px 15px 5px;
}
.article-square .blog_thumbnail,
.square .post-thumbnail {
  max-height: 210px;
  overflow: hidden;
  display: block;
  height: 100%;
}
.article-square .blog_thumbnail a {
  display: block;
}
.article-square .blog_thumbnail img,
.square .post-thumbnail img {
  width: 100%;
}
.article-square .title {
  padding-bottom: 0.7em;
}
.article-square .excerpt {
  color: #939393;
}
.article-square a.more-link {
  display: block;
  text-align: right;
  color: #00a3ff;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 46px;
}

/* ********************************************************* modal ********/
.modal {
  background: rgba(15, 15, 15, 0.7);
}
.modal * {
  border: none;
  padding: 0;
}
.modal-content {
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 1);
}
.modal-content .close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 24px;
  width: 26px;
  padding-bottom: 2px;
}
.modal-dialog {
  max-width: 100%;
  max-height: 90hv;
}
.modal-caption {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  padding-top: 1em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
/* ***************************************************landingpages ********* */
#cardiocheck-section1 {
  margin-bottom: 2em;
}
#cardiocheck-section1 p {
  font-weight: 500;
  color: #939393;
}
#cardiocheck-section2 h2 span {
  display: inline;
}
.cardiocheck_reasons.square,
.cardiocheck-price.square {
  padding: 15px 15px 25px;
}
.cardiocheck_reasons .icon-number {
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  font-family: Montserrat;
  font-weight: bold;
  text-align: center;
  color: #f16b63;
  border-radius: 50%;
  border: 2px dashed #f16b63;
  float: left;
}
.cardiocheck_reasons .reason-text {
  margin-left: 65px;
  margin-bottom: 0;
}
.cardiocheck_reasons .reason-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.cardiocheck-price h3.title {
  color: #404040;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  margin-bottom: 1em;
}
.cardiocheck-price h3.title span {
  color: #f16b63;
  font-size: inherit;
  text-transform: inherit;
}

.cardiocheck-price .price {
  color: #f16b63;
  font-family: Montserrat;
  font-size: 26px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  margin-bottom: 1em;
}
.cardiocheck-price .include,
.cardiocheck-price .potrivit_pentru {
  font-weight: 500;
}
.cardiocheck-price .include ul,
.cardiocheck-price .potrivit_pentru ul {
  margin-bottom: 0.5em;
}
.cardiocheck-price .include li,
.cardiocheck-price .potrivit_pentru li {
  font-weight: normal;
  color: #939393;
  padding-left: 15px;
  position: relative;
}
.cardiocheck-price .include li:before,
.cardiocheck-price .potrivit_pentru li:before {
  content: "\f054";
  color: #f16b63;
  font-weight: lighter;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
  position: absolute;
  top: 6px;
  left: 0;
}
.cardiocheck-price .durata {
  text-align: center;
  color: #94bfd4;
  padding: 1em 0;
}
#all-cardiocheck-include .title {
  text-align: center;
}
#all-cardiocheck-include ul {
  padding: 20px 0;
}
#all-cardiocheck-include i {
  color: #f16b63;
  margin-right: 6px;
}
#all-cardiocheck-include .content {
  color: #939393;
}
#carouselRecommendations .carousel-item,
#carouselTestimonials .carousel-item {
  padding: 0 2px;
}
#carouselRecommendations .carousel-item .content-text {
  background: #d7d7d7;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  color: #4a4a4a;
  font-style: italic;
  line-height: 19px;
  position: relative;
}
#carouselRecommendations .carousel-item .content-text::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 41px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #d7d7d7;
}
#carouselRecommendations .carousel-item .content-person {
  height: 78px;
  padding-top: 8px;
}
#carouselRecommendations .carousel-item .person-thumb {
  float: left;
  margin-left: 20px;
}
#carouselRecommendations .carousel-item .person-thumb img {
  width: 72px;
  height: 72px;
  border: 3px solid #f5a623;
}
#carouselRecommendations .carousel-item .person {
  float: left;
  margin-top: 19px;
  margin-left: 12px;
}
.carousel-item .person span {
  font-weight: bold;
  display: block;
  line-height: 1.2em;
}
.carousel-item .person .person-name {
  color: #4a4a4a;
}
.carousel-item .person .person-title {
  color: #f16b63;
}
body .carousel-control-prev-icon {
  transform: scaleY(1.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16b63' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
body .carousel-control-next-icon {
  transform: scaleY(1.5);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23f16b63' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
#carouselRecommendations .carousel-control-prev-icon,
#carouselTestimonials .carousel-control-prev-icon {
  position: absolute;
  top: 33px;
  left: -20px;
}
#carouselRecommendations .carousel-control-next-icon,
#carouselTestimonials .carousel-control-next-icon {
  position: absolute;
  top: 33px;
  right: -20px;
}
#carousel-doctor-list .carousel-control-prev-icon {
  position: absolute;
  left: -10px;
}
#carousel-doctor-list .carousel-control-next-icon {
  position: absolute;
  right: -10px;
}
#carouselTestimonials .testimonial {
  background: #d7d7d7;
  padding: 15px;
  border-radius: 10px;
}
#carouselTestimonials .testimonial .content-text {
  color: #4a4a4a;
  font-style: italic;
  line-height: 19px;
  padding-bottom: 1em;
}
.unilateral-bilateral {
  display: flex;
  margin-top: 2em;
  margin-bottom: 2em;
}
.unilateral-bilateral > div {
  border: 1px solid #5f7a86;
  border-radius: 4px;
  max-width: 47%;
  flex: 0 0 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1px;
}
.unilateral-bilateral .unilateral {
  margin: 0 6% 0 0;
}
.unilateral-bilateral .ticked {
  border-width: 2px;
  padding: 0;
}
.unilateral-bilateral p {
  margin: 0;
}
.unilateral-bilateral p.dopler-icon {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.unilateral-bilateral p.dopler-price-container {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 10px 0;
}
.unilateral-bilateral i {
  border-radius: 50%;
  border: 1px solid #5f7a86;
  color: #5f7a86;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.unilateral-bilateral span {
  display: block;
  color: #5f7a86;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.unilateral-bilateral span.dopler-price {
  color: #f16b63;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.banner-doppler {
  border-top: 3px solid #ff7070;
  margin: 2.5em 0 0;
  padding: 1em 0;
}
.banner-doppler .title {
  color: #303030;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.banner-doppler .subbanner {
  background-color: #ff7070;
}
.banner-doppler .subbanner .title {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-weight: 700;
}
.banner-doppler .subbanner .content {
  color: #303030;
}

.search_doctor {
  z-index: 10;
}
.search_doctor .sd-cols .sd-inner {
  padding: 12px 15px;
  margin: 0 -15px;
  background: #94bfd4;
}
.search_doctor .sd-1 .sd-inner {
  background-color: #ff8786;
}
.search_doctor .sd-3 .sd-inner {
  padding-top: 0;
}
.search_doctor .sd-1 i {
  position: absolute;
  right: 28px;
  top: 25px;
  color: red;
  background: white;
}
.custom-select {
  background: #fff
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,11-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='red'/></g></svg>")
    no-repeat right 0.7rem center/12px 12px;
}
.doctor_item {
  transition: all 0.3s linear;
}
.pagination .nav-links {
  margin: 0 auto;
}
.page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  line-height: 1;
  text-decoration: none;
  border-radius: 2px;
  font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
  background: #f9f9f9;
}

.single-post_doctor h1 {
  margin-bottom: 0;
}
.single-post_doctor td {
  font-size: small;
}
.doctor_thumbnail {
  overflow: hidden;
  margin-bottom: 1em;
  border-radius: 10px 0 0 10px;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1px 0 rgba(48, 49, 51, 0.15),
    0 8px 12px 0 rgba(48, 49, 51, 0.1);
}
.doctor_thumbnail img {
  width: 100%;
}
.doctor_title {
  color: #939393;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.archive-container .blog_thumbnail img {
  width: 100%;
}

.home .post_doctor_item:nth-child(n + 4) {
  display: none;
}
.nav-preturi .nav-item {
  width: 48%;
  margin: 1%;
}
/*
#nf-field-42-container{
	display: none;
}
*/

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .site-footer .footer-copyright {
    text-align: center;
  }
  .footer-copyright .nav {
    display: inline-flex;
  }
  .banner-container {
    background-color: #e1dfe0;
  }
  .banner-image {
    width: auto;
    left: 0;
    margin-left: 0;
  }

  .short_experience {
    display: block !important;
    height: 3em;
    overflow: hidden;
  }
  .short_experience.show {
    height: auto;
  }
  .experience:after {
    content: "\f077";
    color: #f16b63;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    text-rendering: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.2s linear;
    cursor: pointer;
  }
  .experience.collapsed:after {
    content: "\f078";
  }
  .p-gallery h2 span {
    display: inline;
  }
  .p-gallery .cardioclinic_gallery .col-img {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .page-template-page-doppler .cardiocheck_reasons .reason-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-template-page-doppler .cardiocheck_reasons .reason-item.col-reason-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-square .blog_thumbnail,
  .square .post-thumbnail {
    max-height: 160px;
  }
  .home .post_doctor_item:nth-child(n + 4) {
    display: inherit;
  }
  .square-links a {
    font-size: 14px;
  }
  .search_doctor .sd-3 .sd-inner {
    padding-top: 12px;
    margin-left: -15px;
  }
  .search_doctor .sd-1 i {
    right: 20px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .site-header {
    position: fixed;
  }
  .nav-up {
    top: 0;
  }
  .site-branding .row {
    height: auto;
  }
  body {
    padding-top: 160px;
    padding-bottom: 0;
  }
  .inner-header .navbar {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .navbar-collapse {
    padding-bottom: 0;
  }
  .navbar-expand-md .navbar-collapse {
    display: block !important;
  }
  .navbar .dual-collapse1 ul li:first-child .nav-link {
    padding-left: 0;
  }
  .navbar .dual-collapse2 ul li:last-child .nav-link {
    padding-right: 0;
  }
  .dual-collapse2 {
    border-top: 1px solid #e6e6e6;
  }
  .site-footer .footer-copyright a {
    text-decoration: none;
  }
  .banner-appointment {
    background: none !important;
  }
  .p-blog .blog-container .square {
    width: 100%;
    max-width: 100%;
  }
  .p-blog .blog-container .blog_thumbnail img {
    position: absolute;
  }
  .p-blog .blog-container {
    white-space: normal;
    overflow: inherit;
  }
  .p-blog .blog_thumbnail {
    margin: -5px 0 -5px -10px;
  }
  #cardiocheck-section1 {
    border-bottom: 5px solid #f16b63;
  }
  .archive-container .square .content {
    padding-left: 0;
  }
  .archive-container .post-thumbnail {
    max-height: none;
  }
  .archive-container .post-thumbnail img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  .modal-dialog {
    max-width: 90%;
    max-height: 90hv;
  }
  .square-links a {
    font-size: 13px;
  }
  .page-template-page-cardiocheck .cardiocheck-price h3.title {
    word-spacing: 400px;
  }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    padding-top: 112px;
  }
  .anchor:before {
    content: "";
    display: block;
    height: 165px;
    margin-top: -165px;
    visibility: hidden;
  }
  #preturi-section2 {
    background-color: #e6e6e6;
    position: sticky;
    top: 112px;
    z-index: 10;
  }
  .custom-logo-link {
    padding: 15px 0;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .header-info {
    display: inline-block;
    margin-top: 16px;
  }
  .header-info .header-info-title,
  .header-info .header-info-title a {
    display: block;
    margin-right: 0;
  }
  .header-info:first-child {
    border-left: none;
  }
  .navbar .navbar-nav .menu-item {
    text-align: center;
    line-height: 1;
  }
  .dual-collapse2 {
    border-top: none;
  }
  .header-info {
    border-left: 1px solid #e6e6e6;
  }
  .banner-location {
    background: none;
  }
  .banner-location {
    padding: 0;
  }
  #banner-header {
    border-bottom: 1px solid #e5e5e5;
  }
  #banner-header .cardio-form {
    border-left: 1px solid #e5e5e5;
  }
  .banner-container {
    margin-left: -200em;
    padding-left: 200em;
  }
  .square-links a {
    font-size: 11px;
  }
  .page-template-page-preturi .nav-preturi .nav-preturi-item {
    padding: 5px 1px;
  }
  .page-template-page-preturi .nav-preturi .nav-preturi-item a {
    box-shadow: none;
    margin: 0;
    padding: 0;
    font-size: small;
    line-height: 2em;
    min-height: unset;
  }
  .page-template-page-preturi .nav-preturi .nav-preturi-item.active a {
    border-radius: 4px;
    background: #f66462;
  }
  .page-template-page-preturi .nav-preturi .nav-preturi-item.active a span {
    color: #fff;
  }
  .sidebar .asistenta .asistenta-tel i {
    margin-right: 0em;
  }
  .article-square .blog_thumbnail {
    max-height: 135px;
  }
  .archive-container .post-thumbnail {
    max-height: none;
  }
  .modal-dialog {
    max-width: 75%;
    max-height: 90hv;
  }
  .nav-preturi .nav-item {
    width: auto;
    margin: inherit;
  }
  .page-template-page-preturi .nav-preturi a span {
    color: #212121;
  }
  .search_doctor {
    position: sticky;
    top: 112px;
  }

  .search_doctor .sd-cols .sd-inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search_doctor .sd-1 .sd-inner {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
  }
  .search_doctor .sd-3 .sd-inner {
    padding-top: 10px;
  }
  .search_doctor .sd-1 i {
    top: 23px;
    text-align: center;
    width: 23px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  body {
    padding-top: 106px;
  }
  #preturi-section2 {
    top: 106px;
  }
  .page-template-page-preturi .nav-preturi .nav-preturi-item a {
    font-size: unset;
  }
  .square-links a {
    font-size: 13px;
  }
  .sidebar .asistenta .asistenta-tel i {
    margin-right: 1em;
  }
  .article-square .blog_thumbnail {
    max-height: 165px;
  }
}

@media (min-width: 1400px) {
  body {
    padding-top: 115px;
  }
  #preturi-section2 {
    top: 115px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1330px;
  }
  .square-links a {
    font-size: 14px;
  }
  .article-square .blog_thumbnail {
    max-height: 197px;
  }
}

/*
		MULTIPLE ITEMS CAROUSELL
	    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
	    code customized by Azmind.com
	*/
@media (min-width: 768px) and (max-width: 991px) {
  /* Show 4th slide on md if col-md-4*/
  #carousel-doctor-list
    .carousel-inner
    .active.col-md-4.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  /* Show 3rd slide on sm if col-sm-6*/
  #carousel-doctor-list
    .carousel-inner
    .active.col-sm-6.carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 576px) {
  #carousel-doctor-list .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  #carousel-doctor-list .carousel-inner .active + .carousel-item {
    display: block;
  }
  #carousel-doctor-list
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #carousel-doctor-list
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item {
    transition: none;
  }
  #carousel-doctor-list .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  #carousel-doctor-list
    .active.carousel-item-left
    + .carousel-item-next.carousel-item-left,
  #carousel-doctor-list .carousel-item-next.carousel-item-left + .carousel-item,
  #carousel-doctor-list
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  #carousel-doctor-list
    .carousel-inner
    .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  #carousel-doctor-list
    .active.carousel-item-right
    + .carousel-item-prev.carousel-item-right,
  #carousel-doctor-list
    .carousel-item-prev.carousel-item-right
    + .carousel-item,
  #carousel-doctor-list
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 768px) {
  /* show 3rd of 3 item slide */
  #carousel-doctor-list
    .carousel-inner
    .active
    + .carousel-item
    + .carousel-item {
    display: block;
  }
  #carousel-doctor-list
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  #carousel-doctor-list .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  #carousel-doctor-list
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  #carousel-doctor-list
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* LG */
@media (min-width: 991px) {
  /* show 4th item */
  #carousel-doctor-list
    .carousel-inner
    .active
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    display: block;
  }
  #carousel-doctor-list
    .carousel-inner
    .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    transition: none;
  }
  /* Show 5th slide on lg if col-lg-3 */
  #carousel-doctor-list
    .carousel-inner
    .active.col-lg-3.carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* left or forward direction */
  #carousel-doctor-list
    .carousel-item-next.carousel-item-left
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction //t - previous slide direction last item animation fix */
  #carousel-doctor-list
    .carousel-item-prev.carousel-item-right
    + .carousel-item
    + .carousel-item
    + .carousel-item
    + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.i-red {
  color: #ed6f62;
}
.i-title {
  font-size: 67px;
  font-weight: 700;
  line-height: 1.3 !important;
}
.i-p24 {
  font-size: 24px;
}
.i-line {
  width: 90%;
  max-width: 450px;
  height: 2px;
  background-color: #8fc1e0;
}
.i-pt70 {
  padding-top: 90px;
}
.i-black {
  color: #000;
}
.i-mt60 {
  margin-top: 60px;
}
.i-bg-blue {
  background: #8fc1e0;
}
.i-blue-m {
  margin-top: 90px;
  padding: 40px 125px 60px;
}
.i-p32 {
  font-size: 32px;
}
.i-strong {
  font-weight: 700;
}
.i-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 120px;
  row-gap: 35px;
  margin-top: 40px;
}
.i-grid-item {
  background-color: #fff;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  border-radius: 22px;
}
.i-deleted {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.i-deleted::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed6f62;
  transform: rotate(-8deg) translateY(-50%);
}
.i-mt50 {
  margin-top: 50px;
}
.i-p14 {
  font-size: 14px;
}
.i-disc-list {
  list-style-type: disc;
}
.i-p16 {
  font-size: 16px;
}
.i-blue {
  color: #8fc1e0;
}
.i-btn {
  border-radius: 8px;
  border: 2px solid #ed6f62;
  color: #ed6f62;
  font-size: 16px;
  padding: 10px 25px;
  font-weight: 700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.i-btn:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ed6f62;
}
.i-flex-1 {
  flex: 1;
}
.i-mt95 {
  margin-top: 95px;
}
.i-max-800 {
  max-width: 800px;
  width: 100%;
}
.i-motive-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.i-motive-item {
  display: flex;
  column-gap: 30px;
}
.i-motive-number {
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ed6f62;
  display: grid;
  place-items: center;
  font-size: 40px;
  color: #fff;
}
.i-blue-p {
  padding-top: 120px;
  padding-bottom: 120px;
}
.i-max-500 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
}
.i-p36 {
  font-size: 36px;
}
.i-p18 {
  font-size: 18px;
}
.i-flex-list {
  display: flex;
  gap: 40px;
}
.i-flex-list .i-disc-list {
  list-style-position: inside;
}
.i-mb95 {
  margin-bottom: 95px;
}
.i-form {
  margin-top: 155px;
}
.i-form .nf-form-title,
.i-form .nf-form-fields-required {
  display: none;
}
.i-form .i-submit {
  color: #ed6f62 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-radius: 8px !important;
  border: 2px solid #ed6f62 !important;
  padding: 10px 60px !important;
  background: transparent !important;
}
.i-form .i-submit:hover {
  color: #fff !important;
  background: #ed6f62 !important;
}
.i-tel-flex,
.i-flex-p {
  display: flex;
  align-items: center;
}
.i-flex-p {
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1000px) {
  .i-grid {
    column-gap: 35px;
  }
  .i-motive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .i-blue-m {
    padding: 40px 20px;
  }
  .i-bg-blue {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 700px) {
  .i-grid,
  .i-motive-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .i-title {
    font-size: 50px !important;
  }
  .i-form {
    margin-top: 40px;
  }
  .i-flex-list {
    flex-direction: column;
    gap: 0;
  }
  .i-p36 {
    font-size: 30px !important;
  }
  .i-line {
    display: none;
  }
  .i-pt70 {
    padding-top: 0;
  }
}
