@font-face {
  font-family: "ITC Eras Light";
  src: url("../fonts/ITC Eras Light Regular.otf");
}
@font-face {
  font-family: "ITC Eras";
  src: url("../fonts/ITC Eras Medium.otf");
}
@font-face {
  font-family: "ITC Eras Med";
  src: url("../fonts/ERASMD.TTF");
}
@font-face {
  font-family: "ITC Eras Demi";
  src: url("../fonts/ERASDEMI.TTF");
}
@font-face {
  font-family: "ITC Eras Bold";
  src: url("../fonts/ERASBD.TTF");
}
@font-face {
  font-family: "Verano";
  src: url("../fonts/VeranoSans-Regular.ttf");
}
@font-face {
  font-family: "Verano Bold";
  src: url("../fonts/VeranoSans-ExtraBold.ttf");
}
html, body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

#anchor {
  display: block;
  width: 10px;
  position: relative;
}

.nav-link:after {
  content: "" !important;
  background: #1a1d20;
  position: relative;
  border: none;
  display: block;
  height: 2px;
  width: 0%;
  background: none;
  margin: 0 auto;
  bottom: 0;
  transition: all 0.3s ease-in;
}

.nav-link:hover:after {
  content: "";
  background: #545558;
  position: relative;
  display: block;
  height: 2px;
  width: 90%;
  margin: 0 auto;
  bottom: 0;
  transition: all 0.3s ease-in;
}

.dropdown-toggle:hover ~ .dropdown-menu, .dropdown-menu:hover {
  display: block;
  background: rgba(255, 255, 255, 0.8196078431);
  border-radius: 0;
  border: none;
}
.dropdown-toggle:hover ~ .dropdown-menu .dropdown-item, .dropdown-menu:hover .dropdown-item {
  color: #1a1d20;
  font-weight: 600;
}
.dropdown-toggle:hover ~ .dropdown-menu .dropdown-item:hover, .dropdown-toggle:hover ~ .dropdown-menu .dropdown-item:active, .dropdown-menu:hover .dropdown-item:hover, .dropdown-menu:hover .dropdown-item:active {
  background-color: #6fbdb2;
  color: #f8f9fa;
}

h1, h2, h3, h4, h5 {
  text-align: center;
  font-family: "ITC Eras Med", serif;
}

h1 {
  font-size: 2.8em;
  color: #545558;
}

p {
  text-align: center;
}

.bg-green {
  background: #6fbdb2;
}

.text-green {
  color: #5ba59b !important;
}

.bg-dark {
  background: #343a40 !important;
}

.navbar-brand img {
  height: 150px;
}
@media (max-width: 767px) {
  .navbar-brand img {
    height: 90px;
  }
}

.hero-text {
  background: white;
  padding: 30px 70px;
  position: relative;
  display: block;
  left: 10%;
  top: 75%;
  box-shadow: 1px 1px 40px rgba(59, 59, 59, 0.5294117647);
}

.hero-container {
  width: 100%;
  height: 500px;
  background: url("../images/backgrounds/hero-main.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  filter: grayscale(0.5);
  z-index: -1;
  position: relative;
}

.hero-container-sleep {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-sleep.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-container-epilepsy {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-epilepsy.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-container-neuro {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-neuro.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-container-consult {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-consult.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-container-about {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-about.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.hero-container-contact {
  width: 100%;
  height: 350px;
  filter: grayscale(0.5);
  background: url("../images/backgrounds/hero-contact.webp") center no-repeat;
  margin-left: auto;
  background-size: cover;
  z-index: -1;
  position: relative;
}

.accordion .accordion-item {
  background: rgba(255, 255, 255, 0.5) !important;
}
.accordion .accordion-item .accordion-header {
  background: rgba(255, 255, 255, 0.8) !important;
}
.accordion .accordion-item .accordion-header .accordion-button {
  background: transparent !important;
  color: #6d6e72;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #6d6e72;
  background-color: white;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion .accordion-item .accordion-body {
  color: #6d6e72;
  padding: 32px 20px;
}

.nav-link {
  font-family: "Verano Bold", serif;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  color: #6d6e72;
}

.desc-section {
  padding: 80px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow-x: clip;
}
.desc-section h1 {
  font-family: "Verano", sans-serif;
  padding: 30px 40px;
}
.desc-section p {
  font-family: "Verano", sans-serif;
  font-size: 1.5em;
  padding: 0px 40px;
  color: #77787b;
}

.desc-section-about {
  padding: 80px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.desc-section-about h1 {
  font-family: "Verano", sans-serif;
  padding: 30px 40px;
}
.desc-section-about h5, .desc-section-about p {
  font-family: "Verano", sans-serif;
  padding: 0px 40px;
  color: #77787b;
}
.desc-section-about p {
  font-size: 1.1em;
}

.desc-section-sleep {
  padding: 80px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
.desc-section-sleep h1 {
  padding: 30px 40px;
}
.desc-section-sleep h2 {
  font-family: "Verano Bold", serif;
  color: #545558;
}
.desc-section-sleep h4 {
  font-family: "Verano Bold", serif;
  color: #545558;
}

.bg-left-dots {
  position: relative;
}
.bg-left-dots:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/backgrounds/ends-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 98%;
  min-width: 700px;
  z-index: -1;
  right: 60%;
  top: -20%;
  rotate: 265deg;
}

.bg-right-dots {
  position: relative;
}
.bg-right-dots:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/backgrounds/ends-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 220%;
  min-width: 774px;
  z-index: -1;
  left: 63%;
  top: -40%;
}

.bg-texture-dots {
  position: relative;
}
.bg-texture-dots:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/backgrounds/dots.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  opacity: 0.04;
}

.specialities-section {
  margin: 0 0 40px;
  padding: 100px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  box-shadow: 1px 0px 10px #549d92;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}
.specialities-section h1 {
  color: #ffffff;
  font-family: "Verano", sans-serif;
}
.specialities-section .speciality-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.specialities-section .speciality-box {
  padding: 20px;
  display: flex;
}
.specialities-section .speciality-box .speciality-box-inner {
  background: #343a40;
  box-shadow: #3a9789 1px 2px 3px, rgba(240, 248, 255, 0.4392156863) 1px 2px 15px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.specialities-section .speciality-box .speciality-box-inner p {
  display: flex;
  min-height: 140px;
}
.specialities-section .speciality-box .speciality-box-inner .btn-cont {
  display: flex;
  width: 100%;
  justify-content: center;
}
.specialities-section .speciality-box .speciality-box-inner .btn-cont .btn {
  justify-self: center;
  align-self: flex-end;
}
.specialities-section .speciality-box .speciality-box-inner h3 {
  position: relative;
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 0px;
  margin-left: -40px;
  margin-right: -40px;
  width: 121%;
  min-height: 130px;
  background: rgba(255, 255, 255, 0.231372549);
  font-family: "Verano Bold", serif;
}
.specialities-section .speciality-box .speciality-box-inner .epilepsy-icon {
  background: url("../images/icons/epilepsy-dark.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.specialities-section .speciality-box .speciality-box-inner .nerves-icon {
  background: url("../images/icons/nerves-dark.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.specialities-section .speciality-box .speciality-box-inner .sleep-icon {
  background: url("../images/icons/sleep-dark.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.specialities-section .speciality-box .speciality-box-inner .surgery-icon {
  background: url("../images/icons/surgery-dark.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}

.diagnosis-box .diagnosis-box-inner {
  margin: 10px;
  background: rgba(255, 255, 255, 0.2784313725);
  height: 100%;
  box-shadow: rgba(64, 127, 118, 0.7294117647) 1px 2px 5px;
}
.diagnosis-box .diagnosis-box-inner .inner-box-header {
  padding: 10px 0;
  background: #343a40;
}
.diagnosis-box .diagnosis-box-inner h2, .diagnosis-box .diagnosis-box-inner h4 {
  margin: 0;
  background: rgba(255, 255, 255, 0.23);
}
.diagnosis-box .diagnosis-box-inner h2 {
  padding: 20px 10px 10px;
}
.diagnosis-box .diagnosis-box-inner h4 {
  padding: 10px 10px 20px;
}
.diagnosis-box .diagnosis-box-inner p {
  text-shadow: rgba(0, 0, 0, 0.3019607843) 1px 1px 11px;
  padding: 25px 15px 0;
  margin-bottom: 0;
}

.sleep-qa-section {
  margin: 0 0 40px;
  padding: 100px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 1px 0px 10px #549d92;
  position: relative;
  overflow-x: hidden;
  overflow-y: clip;
}
.sleep-qa-section .bg-white h2 {
  color: #549d92;
  font-family: "Verano Bold", serif;
}
.sleep-qa-section .bg-white p {
  color: #549d92;
}
.sleep-qa-section h2 {
  color: #ffffff;
  font-family: "Verano Bold", serif;
}
.sleep-qa-section p {
  color: #ffffff;
}
.sleep-qa-section h4 {
  color: #ffffff;
}
.sleep-qa-section h5 {
  color: #ffffff;
  font-weight: bold;
  font-family: "Verano Bold", serif;
}
.sleep-qa-section h5 small {
  color: #ffffff !important;
  font-weight: 100;
}
.sleep-qa-section .sleep-qa-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.sleep-qa-section .speciality-box {
  padding: 20px;
  display: flex;
}
.sleep-qa-section .speciality-box .speciality-box-inner {
  background: rgba(255, 255, 255, 0.2784313725);
  box-shadow: #3a9789 1px 2px 3px, rgba(240, 248, 255, 0.4392156863) 1px 2px 15px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.sleep-qa-section .speciality-box .speciality-box-inner p {
  display: flex;
  min-height: 140px;
}
.sleep-qa-section .speciality-box .speciality-box-inner .btn-cont {
  display: flex;
  width: 100%;
  justify-content: center;
}
.sleep-qa-section .speciality-box .speciality-box-inner .btn-cont .btn {
  justify-self: center;
  align-self: flex-end;
}
.sleep-qa-section .speciality-box .speciality-box-inner h3 {
  margin: 25px 0px;
  text-shadow: rgba(58, 151, 137, 0.3882352941) 1px 1px 1px;
}
.sleep-qa-section .speciality-box .speciality-box-inner .epilepsy-icon {
  background: url("../images/icons/epilepsy.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.sleep-qa-section .speciality-box .speciality-box-inner .nerves-icon {
  background: url("../images/icons/nerves.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.sleep-qa-section .speciality-box .speciality-box-inner .sleep-icon {
  background: url("../images/icons/sleep.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}
.sleep-qa-section .speciality-box .speciality-box-inner .surgery-icon {
  background: url("../images/icons/surgery.png") center no-repeat;
  width: 100%;
  height: 150px;
  background-size: contain;
}

#fatigueform .q-row, #sleepformsection2 .q-row, #sleepformsection3 .q-row, #sleepformsection4 .q-row, #sleepformsection5 .q-row, #sleepformsection6 .q-row {
  display: flex;
  align-content: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #fatigueform .q-row, #sleepformsection2 .q-row, #sleepformsection3 .q-row, #sleepformsection4 .q-row, #sleepformsection5 .q-row, #sleepformsection6 .q-row {
    padding: 10px 10px 0px 10px;
  }
}
#fatigueform .q-row:nth-child(even), #sleepformsection2 .q-row:nth-child(even), #sleepformsection3 .q-row:nth-child(even), #sleepformsection4 .q-row:nth-child(even), #sleepformsection5 .q-row:nth-child(even), #sleepformsection6 .q-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  #fatigueform .q-row:nth-child(even), #sleepformsection2 .q-row:nth-child(even), #sleepformsection3 .q-row:nth-child(even), #sleepformsection4 .q-row:nth-child(even), #sleepformsection5 .q-row:nth-child(even), #sleepformsection6 .q-row:nth-child(even) {
    background: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 767px) {
  #fatigueform .q-row .row-question, #sleepformsection2 .q-row .row-question, #sleepformsection3 .q-row .row-question, #sleepformsection4 .q-row .row-question, #sleepformsection5 .q-row .row-question, #sleepformsection6 .q-row .row-question {
    background: rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 767px) {
  #fatigueform .q-row .row-question p, #sleepformsection2 .q-row .row-question p, #sleepformsection3 .q-row .row-question p, #sleepformsection4 .q-row .row-question p, #sleepformsection5 .q-row .row-question p, #sleepformsection6 .q-row .row-question p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #fatigueform .q-row .row-options, #sleepformsection2 .q-row .row-options, #sleepformsection3 .q-row .row-options, #sleepformsection4 .q-row .row-options, #sleepformsection5 .q-row .row-options, #sleepformsection6 .q-row .row-options {
    padding: 15px 10px;
  }
}
#fatigueform .q-row .q-item, #sleepformsection2 .q-row .q-item, #sleepformsection3 .q-row .q-item, #sleepformsection4 .q-row .q-item, #sleepformsection5 .q-row .q-item, #sleepformsection6 .q-row .q-item {
  color: white;
  width: 20%;
  justify-content: center;
}
#fatigueform .q-row .q-item input, #sleepformsection2 .q-row .q-item input, #sleepformsection3 .q-row .q-item input, #sleepformsection4 .q-row .q-item input, #sleepformsection5 .q-row .q-item input, #sleepformsection6 .q-row .q-item input {
  display: none;
}
#fatigueform .q-row .q-item label, #sleepformsection2 .q-row .q-item label, #sleepformsection3 .q-row .q-item label, #sleepformsection4 .q-row .q-item label, #sleepformsection5 .q-row .q-item label, #sleepformsection6 .q-row .q-item label {
  padding: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 0.9em;
  font-size: 1.2em;
  font-weight: 700;
  background: transparent;
  color: #343a40;
  border-radius: 20px;
  align-self: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out;
}
#fatigueform .q-row .q-item input[type=radio]:checked + label, #fatigueform .q-row .q-item label:hover, #sleepformsection2 .q-row .q-item input[type=radio]:checked + label, #sleepformsection2 .q-row .q-item label:hover, #sleepformsection3 .q-row .q-item input[type=radio]:checked + label, #sleepformsection3 .q-row .q-item label:hover, #sleepformsection4 .q-row .q-item input[type=radio]:checked + label, #sleepformsection4 .q-row .q-item label:hover, #sleepformsection5 .q-row .q-item input[type=radio]:checked + label, #sleepformsection5 .q-row .q-item label:hover, #sleepformsection6 .q-row .q-item input[type=radio]:checked + label, #sleepformsection6 .q-row .q-item label:hover {
  transition: background-color 0.2s ease-in;
  background: rgb(52, 58, 64);
  color: #ffffff;
}
#fatigueform .q-row .q-item.half, #sleepformsection2 .q-row .q-item.half, #sleepformsection3 .q-row .q-item.half, #sleepformsection4 .q-row .q-item.half, #sleepformsection5 .q-row .q-item.half, #sleepformsection6 .q-row .q-item.half {
  width: 50%;
}
#fatigueform .q-row .q-item.half label, #sleepformsection2 .q-row .q-item.half label, #sleepformsection3 .q-row .q-item.half label, #sleepformsection4 .q-row .q-item.half label, #sleepformsection5 .q-row .q-item.half label, #sleepformsection6 .q-row .q-item.half label {
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 8px;
}
#fatigueform .q-row p, #sleepformsection2 .q-row p, #sleepformsection3 .q-row p, #sleepformsection4 .q-row p, #sleepformsection5 .q-row p, #sleepformsection6 .q-row p {
  align-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 20px;
  text-align: left;
}
#fatigueform .q-row.quarter .q-item, #sleepformsection2 .q-row.quarter .q-item, #sleepformsection3 .q-row.quarter .q-item, #sleepformsection4 .q-row.quarter .q-item, #sleepformsection5 .q-row.quarter .q-item, #sleepformsection6 .q-row.quarter .q-item {
  width: 25%;
}
#fatigueform .q-row.quarter .q-item label, #sleepformsection2 .q-row.quarter .q-item label, #sleepformsection3 .q-row.quarter .q-item label, #sleepformsection4 .q-row.quarter .q-item label, #sleepformsection5 .q-row.quarter .q-item label, #sleepformsection6 .q-row.quarter .q-item label {
  font-size: 0.8em;
  line-height: 1.8em;
  padding: 8px;
}
#fatigueform .q-row.quarter .q-item:nth-child(5), #sleepformsection2 .q-row.quarter .q-item:nth-child(5), #sleepformsection3 .q-row.quarter .q-item:nth-child(5), #sleepformsection4 .q-row.quarter .q-item:nth-child(5), #sleepformsection5 .q-row.quarter .q-item:nth-child(5), #sleepformsection6 .q-row.quarter .q-item:nth-child(5) {
  display: none !important;
}

.form-floating label span {
  color: rgba(128, 128, 128, 0.6);
  font-size: 0.8em;
}

.speciality-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}

.contact-details-section {
  flex-wrap: wrap;
  padding: 50px 20px;
}
.contact-details-section .contact-details-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-details-section .contact-details-box {
  padding: 20px;
  display: flex;
}
.contact-details-section .contact-details-box .contact-details-box-inner {
  background: rgba(255, 255, 255, 0.2784313725);
  box-shadow: #3a9789 1px 2px 3px, rgba(240, 248, 255, 0.4392156863) 1px 2px 15px;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  color: #ffffff;
}
.contact-details-section .contact-details-box .contact-details-box-inner .bi {
  font-size: 4em;
  width: 100%;
  display: block;
  text-align: center;
  margin: 20px auto;
}
.contact-details-section .contact-details-box .contact-details-box-inner a, .contact-details-section .contact-details-box .contact-details-box-inner p {
  color: #ffffff;
  font-size: 1.2em;
}
.contact-details-section .contact-details-box .contact-details-box-inner h4 {
  margin: 25px 0 5px 0;
  width: 100%;
  text-shadow: rgba(58, 151, 137, 0.3882352941) 1px 1px 1px;
  font-family: "Verano", sans-serif;
}

.cta-questionare-section .cta-questionare {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px;
  color: #6d6e72;
}
.cta-questionare-section .cta-questionare h2 {
  font-size: 2.5em;
  font-family: "Verano", sans-serif;
}
.cta-questionare-section .cta-questionare h5 {
  font-size: 1.5em;
  font-family: "Verano", serif;
}

.cta-contact-section {
  box-shadow: 1px 0px 20px #2f6960, 0px 0px 3px #6fbdb2;
}
.cta-contact-section .cta-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 65px 20px;
  color: #ffffff;
}
.cta-contact-section .cta-contact h2 {
  font-size: 2.5em;
  font-family: "Verano", sans-serif;
}
.cta-contact-section .cta-contact h5 {
  font-size: 1.5em;
  font-family: "Verano", serif;
}

.sleep-section {
  position: relative;
  overflow: hidden;
}
.sleep-section .sleep-inner, .sleep-section .sleep-inner-right {
  position: relative;
  margin-right: -100px;
  padding-bottom: 40px;
  padding-top: 40px;
  z-index: 1;
}
.sleep-section .sleep-inner .sleep-inner-text, .sleep-section .sleep-inner .sleep-inner-text-green, .sleep-section .sleep-inner-right .sleep-inner-text, .sleep-section .sleep-inner-right .sleep-inner-text-green {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 90px 60px;
}
.sleep-section .sleep-inner .sleep-inner-text h2, .sleep-section .sleep-inner .sleep-inner-text-green h2, .sleep-section .sleep-inner-right .sleep-inner-text h2, .sleep-section .sleep-inner-right .sleep-inner-text-green h2 {
  font-family: "Verano", sans-serif;
  margin-bottom: 15px;
  text-align: left;
  font-size: 2.5em;
  width: 100%;
}
.sleep-section .sleep-inner .sleep-inner-text h4, .sleep-section .sleep-inner .sleep-inner-text-green h4, .sleep-section .sleep-inner-right .sleep-inner-text h4, .sleep-section .sleep-inner-right .sleep-inner-text-green h4 {
  font-family: "ITC ERAS DEMI", sans-serif;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  color: #343a40;
}
.sleep-section .sleep-inner .sleep-inner-text h5, .sleep-section .sleep-inner .sleep-inner-text-green h5, .sleep-section .sleep-inner-right .sleep-inner-text h5, .sleep-section .sleep-inner-right .sleep-inner-text-green h5 {
  font-family: "ITC ERAS", sans-serif;
  margin-bottom: 30px;
  font-weight: 100;
}
.sleep-section .sleep-inner .sleep-inner-text p, .sleep-section .sleep-inner .sleep-inner-text-green p, .sleep-section .sleep-inner-right .sleep-inner-text p, .sleep-section .sleep-inner-right .sleep-inner-text-green p {
  font-family: "Verano", sans-serif;
  text-align: left;
}
.sleep-section .sleep-inner .sleep-inner-text, .sleep-section .sleep-inner-right .sleep-inner-text {
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 1px 1px 56px rgba(52, 96, 90, 0.3490196078);
  color: #6d6e72;
}
.sleep-section .sleep-inner .sleep-inner-text-green, .sleep-section .sleep-inner-right .sleep-inner-text-green {
  background: #6fbdb2;
  box-shadow: 1px 0px 10px #549d92;
  color: #ffffff;
}
.sleep-section .sleep-inner:after, .sleep-section .sleep-inner-right:after {
  content: "";
  display: block;
  position: absolute;
  filter: grayscale(1);
  opacity: 0.03;
  background-image: url(../images/backgrounds/dots.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.sleep-section .sleep-inner-right {
  margin-left: -100px;
}
.sleep-section .sleep-img {
  background: url("../images/backgrounds/sleep-image.jpeg") center no-repeat;
  position: relative;
  display: flex;
  min-height: 200px;
}
.sleep-section .sleep-img-1 {
  background: url("../images/backgrounds/sleep-side-1.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 480px;
}
.sleep-section .sleep-img-2 {
  background: url("../images/backgrounds/sleep-side-2.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 500px;
}

.epilepsy-img-1 {
  background: url("../images/backgrounds/epilepsy-side-4.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 480px;
}

.epilepsy-img-2 {
  background: url("../images/backgrounds/epilepsy-side-2.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 480px;
}

.epilepsy-img-3 {
  background: url("../images/backgrounds/epilepsy-side-3.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 480px;
}

.epilepsy-icons {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 150px;
  margin: 20px;
  filter: invert(1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.epi-icon-1 {
  background-image: url("../images/icons/genetics.svg");
}

.epi-icon-2 {
  background-image: url("../images/icons/head-trauma.svg");
}

.epi-icon-3 {
  background-image: url("../images/icons/brain-disease.svg");
}

.epi-icon-4 {
  background-image: url("../images/icons/stroke.svg");
}

.epi-icon-5 {
  background-image: url("../images/icons/diseases.svg");
}

.neuro-icon-6 {
  filter: unset;
  background-color: #343a40;
  min-height: 100px;
  background-image: url("../images/icons/nerve-conduct.svg");
}

.neuro-icon-7 {
  filter: unset;
  background-color: #343a40;
  min-height: 100px;
  background-image: url("../images/icons/emg.svg");
}

.neuro-icon-1 {
  background-image: url("../images/icons/weakness.svg");
}

.neuro-icon-2 {
  background-image: url("../images/icons/paralysis.svg");
}

.neuro-icon-3 {
  background-image: url("../images/icons/pain.svg");
}

.neuro-icon-4 {
  background-image: url("../images/icons/numbness.svg");
}

.neuro-icon-5 {
  background-image: url("../images/icons/tingling.svg");
}

.consult-icon-1 {
  background-image: url("../images/icons/motor.svg");
}

.consult-icon-2 {
  background-image: url("../images/icons/mep.svg");
}

.consult-icon-3 {
  background-image: url("../images/icons/electro.svg");
}

@media (max-width: 767px) {
  .sleep-section .bg-mobile-style {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .sleep-section .text-mobile-style {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.sleep-disorder-section .sleep-img-3 {
  background: url("../images/backgrounds/sleep-side-3.jpeg") center no-repeat;
  position: relative;
  background-size: cover;
  display: flex;
  min-height: 300px;
}
.sleep-disorder-section h2 {
  font-family: "Verano Bold", serif;
  color: #545558;
}

.sleep-disorder-types-section {
  box-shadow: 1px 0px 10px #549d92;
}
.sleep-disorder-types-section h2, .sleep-disorder-types-section h4 {
  font-family: "Verano Bold", serif;
  color: #ffffff;
}
.sleep-disorder-types-section h5 {
  font-family: "Verano", serif;
  font-weight: 100;
  color: #ffffff;
  margin-bottom: 40px;
}
.sleep-disorder-types-section p {
  padding: 15px;
  color: white;
}
.sleep-disorder-types-section .owl-carousel .owl-stage {
  position: relative;
  display: flex;
}
.sleep-disorder-types-section .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: #FFFFFF;
}
.sleep-disorder-types-section .owl-theme .owl-dots .owl-dot.active span {
  background: #343a40;
}
.sleep-disorder-types-section .owl-carousel .owl-item {
  padding: 25px 8px;
}
.sleep-disorder-types-section .block {
  background: #343a40 !important;
  height: 100%;
  box-shadow: #3a9789 1px 2px 10px, rgba(160, 223, 214, 0.54) 1px 2px 15px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.sleep-disorder-types-section .block h4 {
  color: white;
  padding: 27px 15px 25px;
  background: rgba(255, 255, 255, 0.23);
  min-height: 85px;
}
.sleep-disorder-types-section .block p {
  padding: 25px;
  color: #FFFFFF;
  font-weight: 400;
}
.sleep-disorder-types-section .block.block-lg h4 {
  margin-top: 10px;
}

.text-dark {
  color: #343a40 !important;
}

.btn-primary-white {
  background: white;
  color: #343a40;
  box-shadow: 2px 5px 9px rgba(14, 16, 18, 0.44), 1px 1px 2px #ecf9f7 inset;
  border: 1px solid transparent;
  padding: 10px 55px;
  border-radius: 0;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-primary-white:hover, .btn-primary-white:active, .btn-primary-white:focus {
  box-shadow: 2px 5px 9px rgb(88, 151, 143), 1px 1px 2px #ecf9f7 inset;
  color: white;
  border: 1px solid white;
  transition: all 0.3s ease;
}

.btn-primary-dark {
  transition: all 0.3s ease;
  background: #343a40;
  color: white;
  box-shadow: 2px 5px 9px rgba(22, 54, 49, 0.52), 1px 1px 2px #3f4241 inset;
  border: 1px solid transparent;
  padding: 10px 55px;
  border-radius: 0;
  font-weight: 600;
}

.btn-primary-white-outline {
  transition: all 0.3s ease;
  background: transparent;
  color: white;
  box-shadow: 2px 5px 9px rgb(88, 151, 143), 1px 1px 2px #ecf9f7 inset;
  border: 1px solid white;
  padding: 10px 55px;
  border-radius: 0;
  font-weight: 600;
}
.btn-primary-white-outline:hover, .btn-primary-white-outline:active, .btn-primary-white-outline:focus {
  box-shadow: 2px 5px 9px rgb(88, 151, 143), 1px 1px 2px #ecf9f7 inset;
  background: white;
  color: #343a40;
  border: 1px solid white;
  transition: all 0.3s ease;
}

.btn-primary-green {
  transition: all 0.3s ease;
  background: #67b1a6;
  box-shadow: 2px 5px 9px rgba(53, 112, 104, 0.5215686275), 1px 1px 2px #ecf9f7 inset;
  color: #ffffff;
  font-weight: 600;
  border: none;
  padding: 10px 55px;
  border-radius: 0;
}

#loaderresult {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6784313725);
  z-index: 9;
}
#loaderresult img {
  max-height: 200px;
}

hr {
  width: 90%;
  margin: 5px auto;
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
  background: #343a40;
  margin-top: 50px;
  box-shadow: 1px 1px 5px grey;
}
footer h4 {
  color: #ffffff;
  text-align: left;
}
footer p {
  color: #ffffff;
}
footer p a {
  text-decoration: none;
  margin-bottom: 10px;
  text-align: left;
  padding: 5px 0;
}
footer a {
  padding: 5px 0;
  text-decoration: none;
  display: block;
  color: #ffffff;
}

h5.box-heading {
  color: #ffffff;
  background: #343a40;
  padding: 35px 35px;
  font-size: 1.7em;
  margin-bottom: 0;
}

.guide-box {
  background: rgba(255, 255, 255, 0.11);
  box-shadow: #56a196 1px 1px 12px;
  align-content: flex-start;
}
.guide-box h4 {
  color: #ffffff;
  background: #343a40;
  padding: 35px 35px;
  font-size: 1.7em;
  text-align: left;
}
.guide-box p {
  padding: 5px 35px;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}
.guide-box p span {
  position: relative;
  color: #6fbdb2;
  background: #ffffff;
  text-align: center;
  line-height: 1.8em;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  margin-right: 10px;
  top: 10px;
}
.guide-box p small {
  display: block;
  padding-left: 43px;
  font-weight: 400;
}

#fatigueform {
  margin-top: -30px;
  margin-bottom: -30px;
  margin-left: -30px;
  box-shadow: rgba(255, 255, 255, 0.0784313725) 1px 1px 11px, rgba(52, 58, 64, 0.4196078431) 1px 1px 17px;
}
#fatigueform .bg-white {
  background: rgba(255, 255, 255, 0.9) !important;
}
#fatigueform .bg-white p {
  color: #343a40;
  font-weight: 500;
}

@media (max-width: 1200px) {
  #fatigueform {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    box-shadow: rgba(255, 255, 255, 0.0784313725) 1px 1px 11px, rgba(52, 58, 64, 0.4196078431) 1px 1px 17px;
  }
}
.form-floating .form-control, .form-floating .form-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  border-radius: 0;
  color: #ffffff;
  padding: 0rem 0.75rem;
}
.form-floating .form-control:active, .form-floating .form-control:focus, .form-floating .form-select:active, .form-floating .form-select:focus {
  background: transparent;
  border: none;
  border-bottom: 1px solid white;
  box-shadow: none;
  padding-bottom: 0rem;
}
.form-floating .form-control:focus ~ label::after, .form-floating .form-select:focus ~ label::after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 5px;
  height: 1.9em;
  top: 8px;
}
.form-floating .form-control:focus ~ label, .form-floating .form-select:focus ~ label {
  color: white;
}
.form-floating .form-control ~ label {
  color: #ffffff;
}
.form-floating .form-select ~ label {
  color: rgba(95, 95, 95, 0.6);
}
.form-floating option {
  color: #343a40;
}
.form-floating .form-control:not(:placeholder-shown) ~ label::after {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: 5px;
  height: 1.9em;
  top: 8px;
}
.form-floating .form-control:not(:placeholder-shown) ~ label {
  color: rgba(128, 128, 128, 0.6);
}
.form-floating .form-control:focus ~ label {
  color: rgb(255, 255, 255);
}

.bg-white .form-floating .form-control, .bg-white .form-floating .form-select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #343a40;
  border-radius: 0;
  color: #343a40;
  padding: 0rem 0.75rem;
  padding-top: 25px;
}
.bg-white .form-floating .form-control:active, .bg-white .form-floating .form-control:focus, .bg-white .form-floating .form-select:active, .bg-white .form-floating .form-select:focus {
  background: transparent;
  border: none;
  border-bottom: 2px solid #343a40;
  box-shadow: none;
  padding-bottom: 0rem;
  padding-top: 25px;
}
.bg-white .form-floating .form-control:focus ~ label::after, .bg-white .form-floating .form-select:focus ~ label::after {
  background-color: rgba(255, 255, 255, 0);
}
.bg-white .form-floating .form-select ~ label {
  color: rgba(128, 128, 128, 0.6);
}
.bg-white .form-floating .form-control ~ label {
  color: rgba(128, 128, 128, 0.6);
}

.bg-qa-image {
  background-color: #67b1a6;
  height: 100%;
  z-index: -1;
  display: block;
  position: fixed;
  width: 100%;
}
.bg-qa-image:before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(41, 161, 159, 0.63), rgba(63, 175, 173, 0.63)), url(../images/backgrounds/sleep-side-2.jpeg) no-repeat center;
  background-size: cover;
  filter: blur(10px);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.6;
}

.sleep-questionare-section {
  margin: 0 0 40px;
  padding: 50px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-shadow: 1px 0px 10px #549d92;
  position: relative;
}
.sleep-questionare-section [data-lastpass-icon-root] {
  display: none !important;
}
.sleep-questionare-section .collapse {
  opacity: 0;
  transition: opacity ease 0.5s;
}
.sleep-questionare-section .show {
  opacity: 1;
  transition: opacity ease 0.5s;
}
.sleep-questionare-section h2 {
  color: #ffffff;
  font-family: "Verano Bold", serif;
}
.sleep-questionare-section p {
  color: #ffffff;
}
.sleep-questionare-section h4 {
  color: #ffffff;
}
.sleep-questionare-section h5 {
  color: #ffffff;
  font-weight: bold;
  font-family: "Verano Bold", serif;
}
.sleep-questionare-section h5 small {
  color: #ffffff !important;
  font-weight: 100;
}
.sleep-questionare-section .sleep-qa-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
.sleep-questionare-section .sleep-qa-inner form {
  box-shadow: #4e8a89 1px 1px 11px;
  background: rgba(255, 255, 255, 0.1333333333);
  padding: 30px;
}
.sleep-questionare-section .sleep-qa-inner form h5 {
  font-weight: 400;
  font-family: "Verano", serif;
}
.sleep-questionare-section .sleep-qa-inner form .form-check {
  display: flex;
  flex-wrap: wrap;
}
.sleep-questionare-section .sleep-qa-inner form .form-check .form-check-input {
  display: none;
}
.sleep-questionare-section .sleep-qa-inner form .form-check .form-check-label {
  position: relative;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.sleep-questionare-section .sleep-qa-inner form .form-check .form-check-label:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 3px;
  margin-right: 10px;
  background: white;
  display: block;
  position: relative;
}
.sleep-questionare-section .sleep-qa-inner form .form-check .form-check-input:checked ~ .form-check-label {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.sleep-questionare-section .sleep-qa-inner form .form-check .form-check-input:checked ~ .form-check-label:after {
  content: "\f272";
  font-family: bootstrap-icons, serif !important;
  height: 20px;
  width: 20px;
  font-size: 1.7em;
  font-weight: 700;
  color: #2f756b;
  border-radius: 3px;
  margin-right: 10px;
  display: block;
  position: absolute;
  left: 0px;
  top: -10px;
}
.sleep-questionare-section #steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 40px;
}
.sleep-questionare-section #steps .step {
  padding: 5px;
  width: calc(14.2857142857% - 15px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sleep-questionare-section #steps .step h3 {
  background: rgba(255, 255, 255, 0.64);
  border-radius: 40px;
  padding: 5px;
  color: #6fbdb2;
  height: 30px;
  width: 30px;
  font-size: 1.1em;
}
.sleep-questionare-section #steps .step p {
  display: none;
}
.sleep-questionare-section #steps .step.active {
  width: 14.2857142857%;
}
.sleep-questionare-section #steps .step.active h3 {
  background: white;
  border-radius: 40px;
  padding: 6px;
  color: #40918b;
  height: 40px;
  width: 40px;
  font-size: 1.7em;
  box-shadow: rgba(18, 79, 74, 0.6784313725) 0px 0px 38px;
}
.sleep-questionare-section #steps .step.active p {
  display: block;
  width: 160%;
  left: -30%;
  text-align: center;
  font-weight: 600;
}
.sleep-questionare-section .input-group {
  height: calc(3.5rem + var(--bs-border-width) * 2);
  min-height: calc(3.5rem + var(--bs-border-width) * 2);
  line-height: 1.25;
}
.sleep-questionare-section .input-group .input-group-text {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0);
  color: white;
  border-radius: 0;
}
.sleep-questionare-section .input-group .form-select, .sleep-questionare-section .input-group .form-control {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #FFFFFF;
  color: white;
  border-radius: 0;
  padding-right: 5px;
}
.sleep-questionare-section .input-group .form-select:focus, .sleep-questionare-section .input-group .form-control:focus {
  box-shadow: none;
}
.sleep-questionare-section .input-group .form-select option, .sleep-questionare-section .input-group .form-control option {
  color: grey;
}
@media (max-width: 767px) {
  .sleep-questionare-section #steps {
    margin-bottom: 0px;
  }
  .sleep-questionare-section .sleep-qa-inner form {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .hero-container, .hero-container-contact, .hero-container-about, .hero-container-neuro, .hero-container-sleep, .hero-container-epilepsy, .hero-container-consult {
    height: 250px;
  }
  h1 {
    font-size: 1.8em !important;
  }
  h2 {
    font-size: 1.6em !important;
  }
  h5 {
    font-size: 1.1em !important;
  }
  p {
    font-size: 1em !important;
  }
  .specialities-section, .sleep-qa-section, .specialities-section, .desc-section, .desc-section-about, .desc-section-sleep {
    padding: 40px 10px;
  }
}
.form-floating .form-control:focus > label {
  top: -5px;
}

.form-floating > label {
  padding: 0.7rem 0.75rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0rem;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2.625rem;
  padding-bottom: 0.625rem;
}

body::-webkit-scrollbar {
  width: 0.7em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #6d6e72;
  outline: 1px solid #6d6e72;
}

/*# sourceMappingURL=styles.css.map */
