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

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0 !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 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;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.logoZone {
  float: left;
  margin-top: 5px;
}
.clinicaMenu {
  float: left;
  margin-left: 30px;
}
.clinicaMenu li.menu-item {
  display: inline-block;
  margin: 6px 0;
}
.clinicaMenu li.menu-item a {
  text-decoration: none;
  color: black;
  padding: 10px 10px;
  display: inline-block;
  transition: 0.2s all ease-in-out;
  border-radius: 5px;
  outline: none;
}
header.newHeader {
  width: 100%;
  float: left;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: white;
}
.clinicaPageWrap {
  width: 100%;
  float: left;
  margin-top: 76px;
}
.menuRightProg {
  float: right;
  margin: 4px 0;
}
a.btnOrange,
.btnOrange {
  background: linear-gradient(
    84.6deg,
    #f12711 0.51%,
    #f48016 83.79%,
    #f5af19 99.83%
  );
  border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 12px 15px;
  display: inline-block;
  font-weight: bold;
  cursor: pointer;
}

body {
  font-size: 16px;
  line-height: 1.5 !important;
  background-color: white;
}
section.homeFirstZone {
  width: 100%;
  position: relative;
  float: left;
}

.imageBack {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.imageBack img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

section.homeFirstZone .container {
  position: relative;
}

.imageBack::after {
  content: "";
  background: linear-gradient(
    90.35deg,
    #363636 0.28%,
    rgba(54, 54, 54, 0.92) 39.49%,
    rgba(54, 54, 54, 0) 99.7%
  );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
}

.homeDescoper {
  color: white;
  margin: 120px 0;
}

.homeDescoper h1 {
  font-size: 32px;
  font-family: "Merriweather", sans-serif;
  line-height: 1.3;
  margin: 0 0 10px;
  font-weight: bold;
}

.btns {
  margin-top: 30px;
}

.homeDescoper h1 small {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 20px;
  display: inline-block;
}

.homeDescoper h1 span {
  font-size: 24px;
  display: inline-block;
  margin-top: 14px;
}

a.btnnaked {
  border-radius: 5px;
  color: white;
  text-decoration: none;
  padding: 12px 15px;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #909090;
}

.btns > a {
  margin-right: 10px;
}
.clinicaPageWrap section {
  margin-bottom: 100px;
  width: 100%;
  float: left;
}

.sectionTitle {
  width: 100%;
  float: left;
  text-align: center;
  margin: 0 0 40px;
}

.sectionTitle h2,
.sectionTitle big {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  max-width: 680px;
  margin: 0 auto;
}

section.darkSection {
  background: #363636;
  padding: 100px 0;
  color: white;
}

.testimSliderWrap {
  width: 100%;
  float: left;
  position: relative;
}

.darkSection .sectionTitle h2,
.darkSection .sectionTitle big {
  color: white;
}

.oneTestimCl {
  background: #292929;
  border-radius: 10px;
  color: #c2c2c2;
  float: left;
  width: 400px;
  margin: 0 15px;
  padding: 30px;
}

.imageTestim {
  width: 65px;
  float: left;
}

img {
  max-width: 100%;
}

.imageTestim img {
  border-radius: 10px;
}

.rightTestim {
  width: calc(100% - 65px);
  float: left;
  padding-left: 20px;
  box-sizing: border-box;
}

.rightTestim p {
  margin-bottom: 5px;
}

.starsTestim {
  color: gray;
  position: relative;
  letter-spacing: 3px;
  font-size: 17px;
}

.filledStars {
  position: absolute;
  top: 0;
  left: 0;
  color: #f3aa18;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.leftContentRightImage {
  width: 100%;
  float: left;
}

.leftContent {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}

.rightContent {
  width: calc(50% - 5px);
  display: inline-block;
  vertical-align: middle;
}

ul.checkList li:before {
  /* content: "\f633"; */
  display: inline-block;
  /* font-family: bootstrap-icons !important; */
  /* font-style: normal; */
  /* font-weight: normal !important; */
  /* font-variant: normal; */
  /* text-transform: none; */
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f37917;
  font-size: 20px;
  border: 2px solid #f37917;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 1px;
  content: "✔️";
}

ul.checkList {
  margin: 10px 0 0;
}

ul.checkList li {
  margin: 0 0 10px;
  padding-left: 30px;
  position: relative;
}

.comparisonTable {
  text-align: center;
}

.comparisonTable tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.comparisonTable table {
  margin: 0 auto;
}

.comparisonTable tr th,
.comparisonTable tr td {
  padding: 4px 10px;
}

.comparisonTable tr td:nth-child(2) {
  color: #f27917;
}

.comparisonTable tr td:nth-child(3),
.comparisonTable tr td:nth-child(2) {
  font-size: 20px;
  text-align: center;
}

.comparisonTable tr td:nth-child(1) {
  min-width: 300px;
}

section.headerPageSec {
  width: 100%;
  background-color: #363636;
  text-align: center;
  color: white;
  padding: 45px 0px;
}

section.headerPageSec h1.pageTitle {
  color: white;
  padding: 0;
  margin: 0;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  text-transform: inherit;
  font-size: 32px;
  line-height: 40px;
}

.leftContent img,
.rightContent img {
  border-radius: 10px;
}

.raport25_75 .leftContent {
  width: 25%;
}

.raport25_75 .rightContent {
  width: calc(75% - 5px);
  padding-left: 50px;
  box-sizing: border-box;
}

.raport35_65 .leftContent {
  width: 35%;
}

.raport35_65 .rightContent {
  width: calc(65% - 5px);
  padding-left: 50px;
  box-sizing: border-box;
}

.raport50_50 .leftContent {
  width: 50%;
  padding-right: 25px;
  box-sizing: border-box;
}

.raport50_50 .rightContent {
  width: calc(50% - 5px);
  padding-left: 25px;
  box-sizing: border-box;
}

.raport65_35 .leftContent {
  width: calc(65% - 5px);
  padding-right: 50px;
  box-sizing: border-box;
}

.raport65_35 .rightContent {
  width: 35%;
}

.raport75_25 .leftContent {
  width: 25%;
  width: calc(75% - 5px);
  padding-right: 50px;
  box-sizing: border-box;
}

.raport75_25 .rightContent {
  width: 25%;
}

.clinicaPageWrap section p:not(:last-child) {
  margin-bottom: 10px;
}

.clinicaPageWrap section.smaller_margin_bottom {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather";
}

hr.linieDespartitoare {
  background-color: #898989;
  height: 1px;
  margin: 0 auto;
}

.darkSection hr.linieDespartitoare {
  background-color: #ffffff;
}

textarea.form-input {
  height: 90px;
  width: 100% !important;
}
.form-wrapper input.wpcf7-submit {
  margin: 0 auto;
  background: #629dab;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px 35px;
  color: white;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  letter-spacing: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  display: inline-block;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}
.btnSubmitwrp {
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.gdprcheck {
  margin: 20px 0;
}
.gdprcheck span.wpcf7-list-item {
  margin: 0;
}
.gdprcheck span.wpcf7-list-item span.wpcf7-list-item-label a {
  color: inherit;
}
.gdprcheck span.wpcf7-list-item > label {
  width: 100%;
  float: left;
}

.form-group {
  position: relative;
  width: 100%;
  display: inline-block;
}
.form-group + .form-group {
  margin-top: 15px;
}
.form-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 9px;
  /*    color: white;*/
  z-index: 10;
  transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  transition: transform 150ms ease-out, font-size 150ms ease-out,
    -webkit-transform 150ms ease-out;
}
.focused .form-label {
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  font-size: 0.75em;
  color: #ffffff;
  top: 5px;
  left: 5px;
  background: #363636;
  padding: 0 5px;
  font-weight: bold;
}
.form-input {
  position: relative;
  padding: 7px 0px 15px 10px !important;
  width: 100%;
  outline: 0;
  border-radius: 5px;
  background: none;
  border: 1px solid #c3c3c3;
  /*    color: #f9f9f9 !important;*/
  transition: all 150ms ease-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-input:focus {
  border-color: #de005f;
}
textarea.form-input {
  height: 90px;
  width: 100% !important;
}
.form-wrapper input.wpcf7-submit {
  margin: 0 auto;
  background: #629dab;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 10px 35px;
  color: white;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
  letter-spacing: 1px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  display: inline-block;
  cursor: pointer;
  border: 0;
  font-size: 16px;
}
.btnSubmitwrp {
  margin: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
.form-group.focused .form-input.filled {
  border-color: #878787;
}
.form-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.contactPageForm {
  display: inline-block;
  margin: 0 auto;
  box-sizing: border-box;
  background: #f1f0ec;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 30px 30px;
  transition: 0.2s all ease-in-out;
  max-width: 600px;
}
.leftContactForm {
  width: calc(50% - 50px);
  display: inline-block;
  vertical-align: top;
  background: #363636;
  border-radius: 10px;
  color: white;
  padding: 30px 40px;
  box-sizing: border-box;
  border: 5px solid #f35f16;
}
.leftContactForm h2 {
  margin-bottom: 5px;
}
.rigthInfoZOne {
  width: 50%;
  margin-left: 45px;
  display: inline-block;
}
.rigthInfoZOne h3 {
  margin-bottom: 10px;
}
.rigthInfoZOne a {
  text-decoration: none;
  color: inherit;
  margin-bottom: 2px;
}
.rigthInfoZOne h3:not(:first-child) {
  margin-top: 20px;
}
.gdprcheck {
  margin: 20px 0;
}
.gdprcheck span.wpcf7-list-item {
  margin: 0;
}
.gdprcheck span.wpcf7-list-item span.wpcf7-list-item-label a {
  color: inherit;
}
.gdprcheck span.wpcf7-list-item > label {
  width: 100%;
  float: left;
}
.formSubmit input.wpcf7-form-control.wpcf7-submit {
  padding: 10px 20px;
  font-size: inherit;
  color: white;
  background: #2c2f3e;
  width: 100%;
  border: 0;
  background: linear-gradient(
    84.6deg,
    #f12711 0.51%,
    #f48016 83.79%,
    #f5af19 99.83%
  );
  border-radius: 5px;
  font-weight: bold;
}

.formProgramare {
  background: #363636;
  padding: 30px 25px;
  border-radius: 15px;
  color: white;
  max-width: 390px;
  margin: 0 auto;
  border: 3px solid #f14413;
}

.clinicaPageWrap section p.formDescription {
  margin-bottom: 25px;
}

footer.footerClinica {
  width: 100%;
  background-color: #363636;
  float: left;
  padding: 30px 0;
}

.fourColsFooter {
  width: 100%;
  float: left;
}

.fourColsFooter .singleCol {
  width: 25%;
  float: left;
  margin-bottom: 20px;
}

.fourColsFooter .singleCol .titleOfCol {
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
}

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

.footerMenu ul a {
  color: #b9b9b9;
  text-decoration: none;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 1.2;
}

.copyRightBottom {
  width: 100%;
  float: left;
  text-align: center;
  margin: 10px 0 0;
  color: #b9b9b9;
}

.serviciiListing {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

a.serviciuOne {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  font-family: "Open Sans";
  width: calc(100% / 4 - 30px);
  margin: 50px 10px 50px;
  text-align: center;
  padding: 20px 0;
  transition: 0.2s all ease-in-out;
}

a.serviciuOne h3 {
  font-family: "Open Sans";
  font-weight: bold;
  margin: 0 auto;
  max-width: 160px;
  line-height: 1.5;
}

.servciuImageWrap {
  width: 100%;
  height: 130px;
  margin-top: -70px;
  position: relative;
  margin-bottom: 10px;
}

.servciuImageWrap img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

a.serviciuOne:hover {
  transform: translateY(-10px);
  border-color: #f36115;
  box-shadow: 0 6px 10px rgb(112 112 112 / 29%);
}

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

.clinicaMenu li.menu-item.menu-item-has-children li.menu-item {
  display: block;
  padding: 0;
  margin: 0;
}

.clinicaMenu li.menu-item.menu-item-has-children ul.sub-menu {
  position: absolute;
  top: 100%;
  z-index: 1;
  background-color: whitesmoke;
  width: 250px;
  padding: 0;
  margin: 0;
  padding-inline-start: 0;
  border-radius: 5px;
  left: -3500%;
  transform: translateX(-50%);
}

.clinicaMenu li.menu-item.menu-item-has-children li.menu-item a {
  padding: 12px 20px 12px 30px;
  color: #171717;
  width: 100%;
  box-sizing: border-box;
}

.clinicaMenu li.menu-item:hover > a,
.clinicaMenu li.menu-item.menu-item-has-children li.menu-item a:hover {
  background-color: #f36815;
  color: white;
}

.clinicaMenu
  li.menu-item.menu-item-has-children
  li.menu-item:not(:first-child)
  a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.clinicaMenu
  li.menu-item.menu-item-has-children
  li.menu-item:not(:last-child)
  a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.clinicaMenu li.menu-item.menu-item-has-children:hover ul.sub-menu {
  left: 50%;
}

.clinicaMenu li.menu-item.menu-item-has-children > a:after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F22C";
  margin-left: 5px;
}

.clinicaMenu li.menu-item.menu-item-has-children li.menu-item a:before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f234";
  margin-left: -20px;
  margin-right: 4px;
}

.clinicaPageWrap .no_margin_bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

section.blank_title.darkSection {
  background: none;
  padding: 0;
}

section.blank_title .sectionTitle {
  margin: 0;
}

section.blank_title h2 {
  max-width: inherit;
}

section.blank_title.darkSection .sectionTitle {
  background-color: #363636;
  padding: 25px 10px;
  border-radius: 15px;
}

.leftContentRightImage h2 {
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.4;
}

.leftContentRightImage h2:not(:first-child) {
  margin-top: 30px;
}

.leftPgContent {
  width: calc(100% - 350px);
  float: left;
}

.eventSidebar {
  width: 350px;
  float: left;
  padding-left: 30px;
  box-sizing: border-box;
}

.featuredImage img {
  width: auto;
  max-height: 350px;
  display: inline-block;
}

.featuredImage {
  text-align: center;
  background: #f5f5f5;
  line-height: 0;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}

.leftPgContent {
  color: #535353;
}

.eventSdbBox {
  background: #363636;
  border-radius: 10px;
  color: white;
  padding: 25px;
  position: relative;
}

.eventSdbBox:before {
  content: "";
  background: linear-gradient(
    84.6deg,
    #f12711 0.51%,
    #f48016 83.79%,
    #f5af19 99.83%
  );
  border-radius: 13px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.eventSdbBox h3 {
  margin-bottom: 20px;
}

.eventsWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}

.eventdate {
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
}

.eventhours {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

.oneQueriedEvent {
  width: calc(100% / 3 - 30px);
  float: left;
}

.oneQueriedEvent a {
  width: 100%;
  float: left;
  outline: none;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 30px 0px #4b4b4b3d;
  text-decoration: none;
  color: inherit;
}

.imageOfEvent {
  width: 100%;
  float: left;
  padding-bottom: 180px;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 10px 0 0;
  position: relative;
}

.dateOfPost {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: white;
  text-align: center;
  line-height: 1.2;
  padding: 5px 5px;
  border-radius: 5px;
  min-width: 35px;
  color: black;
}

.dateOfPost .dateDay {
  display: block;
  font-size: 20px;
}

.dateOfPost .dateMonth {
  display: block;
  text-transform: uppercase;
  color: #f23d13;
}

.eventShortDetails {
  width: 100%;
  float: left;
  margin: 10px 0 10px;
  padding: 0 20px;
  box-sizing: border-box;
}

.nameOfTheQevent {
  font-weight: bold;
}

.eventShortDetails .eventdate {
  font-size: 90%;
  color: gray;
}

.eventExcerpt {
  font-size: 90%;
  color: gray;
  padding: 0 20px;
  box-sizing: border-box;
}

.readMoreEvent {
  float: left;
  margin: 10px 0 20px 20px;
  border-radius: 5px;
  color: gray;
  text-decoration: underline;
  transition: 0.2s all ease-in-out;
}

.btnOrange.smallBtn {
  font-weight: inherit;
}

.readMoreEvent:hover {
  color: #f23d13;
}

.readmoreEventWrp {
  width: 100%;
  float: left;
  text-align: center;
  margin: 50px 0 0;
}

.oneQueryedArticle {
  box-shadow: 0 5px 30px 0px #4b4b4b3d;
  background: white;
  border-radius: 10px;
}

.imageOfRelated {
  position: relative;
}

.latepoint-w .latepoint-booking-form-element.latepoint-color-blue h1,
.latepoint-w .latepoint-booking-form-element.latepoint-color-blue h2,
.latepoint-w .latepoint-booking-form-element.latepoint-color-blue h3,
.latepoint-w .latepoint-booking-form-element.latepoint-color-blue h4,
.latepoint-w .latepoint-booking-form-element.latepoint-color-blue h5 {
  color: #f23d13;
}

.latepoint-w .latepoint-booking-form-element h1,
.latepoint-w .latepoint-booking-form-element h2,
.latepoint-w .latepoint-booking-form-element h3,
.latepoint-w .latepoint-booking-form-element h4,
.latepoint-w .latepoint-booking-form-element h5 {
  color: #f23d13;
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-progress
  ul
  li.active
  .progress-item,
.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-progress
  ul
  li.complete
  .progress-item {
  background-color: #f23d13;
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-summary-w
  .summary-header {
  color: #f23d13;
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-summary-w
  .summary-header
  .os-lines:before,
.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-summary-w
  .summary-header
  .os-lines:after {
  border-color: #f23d13;
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .os-items
  .os-item.selected
  > .os-item-i {
  border-color: #f23d13;
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .latepoint-btn.latepoint-btn-primary {
  background: linear-gradient(
    84.6deg,
    #f12711 0.51%,
    #f48016 83.79%,
    #f5af19 99.83%
  );
}

.latepoint-w
  .latepoint-booking-form-element.latepoint-color-blue
  .os-items
  .os-item
  > .os-item-i:hover {
  border-color: #f23d13;
}

.latepoint-w .latepoint-booking-form-element .os-items .os-item-details-btn {
  color: #f23d13;
}

.formPrgramareOnPage {
  width: 100%;
  float: left;
}

a {
  outline: none;
}

.container {
  width: calc(100% - 50px);
}

.leftContentRightImage ul {
}

.leftContentRightImage ul:not(.checkList) li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.leftContentRightImage ul:not(.checkList) li:before {
  content: "\f133";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f37917;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}

.leftContentRightImage ol {
  list-style-type: decimal;
  padding-inline-start: 20px;
}

.leftContentRightImage ol li::marker {
  color: #f37918;
  font-weight: bold;
  position: absolute;
  display: inline-block;
}

.leftContentRightImage ol li {
  padding-left: 5px;
  position: relative;
  margin-bottom: 10px;
}

.contentSecWrap {
  max-width: 700px;
  margin: 0 auto;
}

.formPrgramareOnPage .amelia-v2-booking #amelia-container.am-fs__wrapper {
  margin: 0 auto;
}

.clinicaPop_up {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
}

.constructInnerPop2 {
  width: 100%;
  float: left;
  border-radius: 10px;
}

.closePop_Up2 {
  position: absolute;
  right: 28px;
  top: 8px;
  z-index: 1;
  color: #000000;
  display: inline-block;
  padding: 7px 14px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #cdcdcd;
  font-size: 18px;
  transition: 0.2s all ease-in-out;
}

.constructInnerPop2 .amelia-v2-booking #amelia-container.am-fs__wrapper {
  margin: 0;
  width: 100%;
  box-shadow: none;
}

a.buttonInscriere {
  margin-top: 25px;
}

.imageBack.dark {
  background-color: #363636;
}

.homeLeftImage {
  width: 200px;
  vertical-align: middle;
  display: inline-block;
}

.homeDescoper.withImageLeft {
  width: calc(100% - 205px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  box-sizing: border-box;
}

.panel {
  display: none;
  overflow: hidden;
}

div#accordionList .outsideAccordion {
  background: rgb(224 224 224);
  border-style: solid;
  border-color: rgb(224 224 224);
  border-width: 1px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 25px;
}

.accordion {
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

div#accordionList .accordion {
  font-weight: bold;
  font-size: 17px;
  font-family: "Merriweather", serif;
  background: transparent;
  outline: 0 !important;
  padding: 20px 60px 20px 20px;
  position: relative;
  box-shadow: none;
}

button.accordion:after {
  content: "\f078";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-top: 2px;
  position: absolute;
  right: 20px;
  top: 18px;
}

button.accordion.active:after {
  content: "\f077";
}

.outsideAccordion .panel {
  font-size: 16px;
  line-height: normal;
  padding: 0 20px 20px 20px;
}

div#accordionList {
  width: 100%;
  float: left;
}

.darkSection div#accordionList .outsideAccordion {
  background: rgb(91 91 91);
  border-color: rgb(91 91 91);
  color: white;
}

.darkSection div#accordionList .outsideAccordion .accordion {
  color: white;
}

.blogPostsWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.oneQueryedArticle {
  display: inline-block;
  width: calc(33.3% - 20px);
  margin: 0 auto 20px;
  box-sizing: border-box;
  background: #f1f0ec;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  /* padding: 0 0 20px; */
  transition: 0.2s all ease-in-out;
}

.imageOfRelated {
  width: 100%;
  float: left;
  padding: 10px;
  min-height: 200px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center center;
}

.oneQueryedArticle .nameOfTheQpost {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  line-height: 1.2;
  margin: 10px 0 0;
  color: black;
}

.oneQueryedArticle .postExcerpt {
  padding: 10px 20px 60px;
  box-sizing: border-box;
  width: 100%;
  float: left;
  line-height: 1.2;
}

span.readMoreLnk {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #1a80b6;
}

.oneQueryedArticle a {
  color: inherit;
}

.morePostsBtnWrap {
  text-align: center;
  margin: 20px 0 0;
  box-sizing: border-box;
  width: 100%;
  float: left;
}

section.mnSecPag {
  margin-bottom: 0;
  height: 44px;
}

.meniuSectPagina {
  position: fixed;
  top: 76px;
  background-color: #d4d4d4;
  width: 100%;
  float: left;
  z-index: 1;
}

.meniuSectPaginaInner a.goToSecLink {
  text-decoration: none;
  padding: 10px 5px;
  color: inherit;
  margin-right: 20px;
  transition: 0.2s all ease-in-out;
  outline: none !important;
  display: inline-block;
}

.meniuSectPaginaInner a.goToSecLink:hover {
  background: #bbbaba;
}

.container.aliniere_centrata {
  text-align: center;
}

.container.aliniere_centrata .homeLeftImage {
  margin: 100px auto 0;
}

.container.aliniere_centrata .homeDescoper.withImageLeft {
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}

.oneQueryedTerapeut {
  width: 30%;
  margin: 0 auto 50px;
  background-color: #fafafa;
  padding-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  color: #444444;
}

.terapeutiWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.imageOfTerapeut {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}

.nameOfTerapeut {
  margin: 20px 0 0px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 20px;
  box-sizing: border-box;
}

.oneQueryedTerapeut a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

.descTerapeut {
  padding: 0 20px;
  box-sizing: border-box;
}

.btnTerapeut {
  padding: 0 20px;
  margin-top: 15px;
  color: #f35b14;
}

.terapeutiWrap.sliderTerapeuti .oneQueryedTerapeut.slick-slide {
  margin: 0 10px;
}

.terapeutiWrap .slickArrow.slickLeft.slick-arrow {
  position: absolute;
  top: calc(50% - 5px);
  left: -10px;
}

.terapeutiWrap .slickArrow.slickRight.slick-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: -10px;
}

ul.twoColsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.twoColsList li {
  width: 49%;
  float: left;
  box-sizing: border-box;
}

.meniuSectPagina .container {
  overflow-x: auto;
}

.meniuSectPaginaInner {
  white-space: nowrap;
}

.addTestimBtnWrap {
  width: 100%;
  text-align: center;
  margin: 35px 0 0;
  float: left;
}

.formTestimonialWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.formTestimonialWrap .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 69%);
}

.formtestimInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  max-width: 100%;
  background-color: white;
  color: black;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 5px;
  max-height: 96vh;
  overflow-y: auto;
}

.closeFormTestim {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px 10px 7px;
  border: 2px solid gray;
  line-height: 1;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
}

.steleTestimonial {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
}

.formtestimInner form p:nth-child(3) {
  margin-bottom: 20px;
}

.ctaZoneProgramare {
  background: #fff0d5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  /* flex-direction: column; */
}

.ctaZoneProgramare .iconTxtCtaPrg > div {
  margin: 10px;
}

.sectionTitleCta {
  font-weight: bold;
}

.iconTxtCtaPrg {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.prgrZnBtn {
  margin: 10px;
  min-width: 130px;
}

div.site-content.singleArticleTbe .ctaZoneProgramare p.descriereMini {
  margin: 0;
}

div.site-content.singleArticleTbe .entry-content .ctaZoneProgramare {
  margin: 0 0 20px;
}

section.darkSection .oneQueryedArticle {
  background: #4c4c4c;
}

section.darkSection .nameOfTheQpost {
  color: white;
}

section.darkSection .postExcerpt {
  color: #ebebeb;
}

section.darkSection span.readMoreLnk {
  color: #f5a319;
}

.openProgramare {
  cursor: pointer;
}

.baraCifre {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.cifreText {
  font-family: "Merriweather";
  font-weight: bold;
}

.cifreWrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}

.cifraWrap:not(:last-child) {
  border-right: 1px dashed gray;
  padding-right: 20px;
}

.cifraWrap {
  position: relative;
}

.cifraWrap:not(:last-child)::after {
  content: "";
  position: absolute;
}

.cifraWrap .fa-chevron-right {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #f35e13;
}

.cautAjutor {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.fieldCautareWrap {
  width: 100%;
  background-color: white;
  color: #303030;
  border-radius: 10px;
  border: 1px solid #363636;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 10px;
}

.selectCautare {
  width: 50%;
}

.selectCautare select {
  width: 100%;
}

.cautareBeneficii {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  opacity: 0.6;
}

.amAparutIn {
  text-align: center;
}

.listaLogouri {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

.unLogoMedia {
  height: 50px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.oneBoxToBe {
  width: calc(16.66% - 10px);
  float: left;
  height: 250px;
  background: gray;
  margin: 5px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}

.bigger_container {
  width: 1500px;
  margin: 0 auto;
  max-width: 95%;
}

.allBoxesWrp {
  width: 100%;
  float: left;
  position: relative;
}

.allBoxesWrp:after {
  content: "";
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 6%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 6%,
    rgb(54 54 54) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 6%,
    rgb(54 54 54) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  pointer-events: none;
}

.container.pesteBoxes {
  position: absolute;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 480px;
  left: 0;
  right: 0;
}

.boxesSection {
  position: relative;
  width: 100%;
  float: left;
}

.pesteBoxesWrp {
  width: 100%;
  float: left;
  text-align: center;
  padding: 50px;
  background: #1a1a1a;
  background: rgba(26, 26, 26, 1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 15px rgb(0 0 0 / 60%);
  width: 380px;
}

.pesteBoxesWrp h2 {
  margin: 0 auto;
  width: 100%;
  float: left;
  line-height: 1.5;
  font-size: 25px;
}

.pesteBoxesWrp hr {
  width: 100%;
  float: left;
  margin: 20px 0;
  border-color: #666666;
  border: 1px solid #666666;
}

.pesteBoxesWrp p {
  width: 100%;
  float: left;
  margin: 0 auto;
}

section.cifreGraySection {
  padding: 15px 0;
  margin-bottom: 0;
  background-color: #e5e5e5;
}

.clinicaPageWrap section .cifraWrap p,
.clinicaPageWrap section .cifreText p {
  margin-bottom: 0;
}

.ourPromise {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.processWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.oneProcessStep {
  text-align: center;
}

.oneProcessStep img {
  width: 100px;
}

.descriptionPromise h3 {
  margin-bottom: 20px;
}

.cautAjutor .titluCautAjutor {
  font-family: "Merriweather";
  font-size: 2em;
  margin: 0 0 0.67em;
  font-weight: bold;
  display: block;
}

.fieldCautareWrap .butonCautare a.btnOrange {
  padding: 8px 15px;
}

.blogPostsWrap.afisare_coloane_blog {
}

.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle {
  width: calc(50% - 10px);
  background: none;
  box-shadow: none;
}

.oneQueryedArticle {
}

.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle .nameOfTheQpost {
  padding: 10px 0;
}

.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle .postExcerpt {
  display: none;
}

.blogPostsWrap.afisare_coloane_blog
  .oneQueryedArticle:nth-child(4)
  .imageOfRelated,
.blogPostsWrap.afisare_coloane_blog
  .oneQueryedArticle:nth-child(3)
  .imageOfRelated,
.blogPostsWrap.afisare_coloane_blog
  .oneQueryedArticle:nth-child(5)
  .imageOfRelated,
.blogPostsWrap.afisare_coloane_blog
  .oneQueryedArticle:nth-child(6)
  .imageOfRelated {
  display: none;
}

.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle:nth-child(4),
.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle:nth-child(3),
.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle:nth-child(5),
.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle:nth-child(6) {
  border-top: 1px solid gray;
  border-radius: 0;
}

.oneQueryedArticle.featuredAticle {
  width: calc(40% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  /* min-height: 350px; */
}

.blogPostsWrap.afisare_coloane_blog {
  width: 60%;
}

.blogPostsWrap.afisare_coloane_blog .oneQueryedArticle .imageOfRelated {
  min-height: 120px;
}

.oneQueryedArticle.featuredAticle .imageOfRelated {
  min-height: 350px;
  position: relative;
}

.oneQueryedArticle.featuredAticle .imageOfRelated .nameOfTheQpost {
  position: absolute;
  bottom: 20px;
  padding: 0;
  z-index: 1;
  font-family: "Merriweather";
  font-size: 20px;
}

.oneQueryedArticle.featuredAticle .imageOfRelated .dateOfPost {
  bottom: inherit;
  top: 10px;
  z-index: 1;
}

.oneQueryedArticle.featuredAticle .imageOfRelated:after {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
}

.descriptionPromise {
  max-width: 400px;
}

.echipaWrap {
  width: 100%;
  float: left;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.echipaWrap.withDescriptionEchipa {
  width: 55%;
}

.oneQueryedMemberEchipa {
  width: calc(50% - 10px);
  float: left;
}

.oneQueryedMemberEchipa a {
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 5px;
}

.oneQueryedMemberEchipa .imageOfEchipa {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center center;
  background-color: #ededed;
  border-radius: 10px;
}

.oneQueryedMemberEchipa .nameOfEchipa {
  font-weight: bold;
}

.echipaDescriere {
  width: 45%;
  float: left;
}

.echipaDescriere > h3 {
  margin-bottom: 10px;
}

div#cursuriWrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}

a.oneCourseHome {
  text-decoration: none;
  color: inherit;
  background-size: cover;
  background-position: center;
  width: calc(100% / 3 - 14px);
  min-height: 200px;
  border-radius: 10px;
  position: relative;
}

a.oneCourseHome .titluCurs {
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
}

a.oneCourseHome:before {
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
}

@media (min-width: 1100px) {
  .clinicaMenu
    li.menu-item.menu-item-has-children
    ul.sub-menu
    li.menu-item:first-child {
    display: none;
  }
}

@media (max-width: 1100px) {
  .mobileMenuRight {
    display: inline-block;
  }
  .toggle-icon {
    width: 25px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 3px;
    display: block;
    display: inline-block;
  }

  .toggle-icon .bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }

  .toggle-icon .bar:nth-child(1) {
    top: 0;
  }

  .pushed .toggle-icon .menu .bar:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%;
  }

  .toggle-icon .bar:nth-child(2),
  .toggle-icon .bar:nth-child(3) {
    top: 7px;
  }

  .pushed .toggle-icon .menu .bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .pushed .toggle-icon .menu .bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .toggle-icon .bar:nth-child(4) {
    top: 14px;
  }

  .pushed .toggle-icon .menu .bar:nth-child(4) {
    top: 18px;
    width: 0;
    left: 50%;
  }
  .clinicaMenu,
  .menuRightProg {
    display: none;
  }
  .logoZone {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobileMenuRight .toggle-icon {
    margin-left: 20px;
  }

  .mobileMenuRight a.btnOrange {
    padding: 5px 10px 7px;
  }

  .clinicaMenu {
    margin: 0;
    width: 100%;
  }

  .clinicaMenu li.menu-item {
    text-align: center;
    display: block;
  }

  .clinicaMenu li.menu-item.menu-item-has-children > a {
    pointer-events: none;
  }

  .clinicaMenu li.menu-item.menu-item-has-children.subActive > a:after {
    transform: rotate(180deg);
  }

  .clinicaMenu li.menu-item:hover > a,
  .clinicaMenu li.menu-item.menu-item-has-children li.menu-item a:hover {
    background-color: initial;
    color: initial;
  }

  .clinicaMenu li.menu-item.menu-item-has-children ul.sub-menu {
    position: relative;
    width: 100%;
    transform: none;
    display: none;
    left: inherit;
  }

  .clinicaMenu li.menu-item.menu-item-has-children:hover ul.sub-menu {
    left: inherit;
  }

  .clinicaMenu li.menu-item.menu-item-has-children li.menu-item a {
    box-sizing: border-box;
  }

  .clinicaMenu li.menu-item.menu-item-has-children li.menu-item a:before {
    display: none;
  }

  header.newHeader.pushed {
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
  }

  .menuRightProg {
    width: 100%;
    text-align: center;
    margin: 0;
  }

  body.bodyDisableScroll {
    overflow-y: hidden;
    height: 100vh;
  }
}

@media (max-width: 900px) {
  a.serviciuOne {
    width: calc(100% / 2 - 30px);
  }

  .leftContentRightImage .leftContent {
    width: 100%;
    padding: 0;
  }

  .leftContentRightImage .rightContent {
    width: 100%;
    padding: 0;
  }

  .fourColsFooter .singleCol {
    width: 100%;
    text-align: center;
  }

  .leftPgContent {
    width: 100%;
  }

  .eventSidebar {
    width: 100%;
    padding: 0;
    margin: 50px 0 0;
  }

  .mblDrpt1Stg2 {
    display: flex;
    flex-wrap: wrap;
  }

  .mblDrpt1Stg2 .leftContent {
    order: 2;
  }

  .mblDrpt1Stg2 .rightContent {
    order: 1;
    margin-bottom: 30px;
  }

  .mblStg1Drpt2 .leftContent {
    margin-bottom: 30px;
  }
  .leftContactForm {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .rigthInfoZOne {
    width: 100%;
    margin: 0;
  }

  .homeLeftImage {
    max-width: 200px;
    margin: 100px auto 40px;
    display: inline-block;
  }

  .homeDescoper.withImageLeft {
    width: 100%;
    padding-left: 0;
    margin: 0 0 100px;
  }

  .oneQueryedArticle {
    width: calc(50% - 20px);
  }

  ul.twoColsList li {
    width: 100%;
  }

  .comparisonTable {
    overflow-x: auto;
    width: 100%;
  }
  .oneQueryedArticle.featuredAticle {
    width: 100%;
    margin: 0 0 20px;
  }
  .blogPostsWrap.afisare_coloane_blog {
    width: 100%;
  }
  .baraCifre {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .ourPromise {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .processWrap {
    gap: 20px;
  }

  .echipaWrap.withDescriptionEchipa {
    width: 100%;
  }

  .echipaDescriere {
    width: 100%;
    margin-top: 50px;
  }

  a.oneCourseHome {
    width: calc(100% / 2 - 14px);
  }
}

@media (max-width: 750px) {
  .iconTxtCtaPrg {
    flex-direction: column;
  }

  .ctaZoneProgramare {
    flex-direction: column;
    text-align: center;
    padding: 20px 10px;
  }

  .oneQueryedArticle.featuredAticle {
    width: 100%;
    margin: 0 0 20px;
  }

  .blogPostsWrap.afisare_coloane_blog {
    width: 100%;
  }

  .blogPostsWrap.afisare_coloane_blog .oneQueryedArticle {
    width: 100%;
  }

  .blogPostsWrap.afisare_coloane_blog .oneQueryedArticle .imageOfRelated {
    display: none;
  }

  .blogPostsWrap.afisare_coloane_blog .oneQueryedArticle {
    border-top: 1px solid gray;
    margin: 0;
    border-radius: 0;
  }

  .blogPostsWrap.afisare_coloane_blog .oneQueryedArticle .nameOfTheQpost {
    margin: 0;
    padding: 20px 0;
  }

  .fieldCautareWrap {
    flex-direction: column;
    padding: 20px 0;
  }

  .selectCautare {
    width: 90%;
  }

  .butonCautare {
    width: 90%;
  }

  .fieldCautareWrap .butonCautare a.btnOrange {
    width: 100%;
    box-sizing: border-box;
  }

  .preCautare {
    font-weight: bold;
  }

  a.oneCourseHome {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .mobileMenuRight a.btnOrange span {
    /*  display: none; */
  }

  .oneQueriedEvent {
    width: 100%;
  }

  .oneQueriedEvent:nth-child(even) {
    margin-left: 0;
  }

  .oneQueryedArticle {
    width: 100%;
  }

  .cifreWrap {
    flex-direction: column;
  }

  .cifraWrap:not(:last-child) {
    padding-right: inherit;
    border-right: none;
    border-bottom: 1px dashed gray;
    padding-bottom: 20px;
  }

  .processWrap {
    flex-direction: column;
  }

  .cautareBeneficii {
    flex-direction: column;
    gap: 10px;
  }
}

/*AFDV*/
#cmplz-cookiebanner-container,
.cmplz-cookiebanner {
  z-index: 999999 !important;
}

.homeDescoper .descriereMini{
  color:#321009 !important;
}
