/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
* {
  outline: none !important;
  font-family: Montserrat, serif;
}

body {
  background: #ffffff;
  color: #525252;
  overflow-x: hidden;
  font-family: Montserrat, serif;
  font-weight: 400;
  font-size: 16px;
}

a {
  color: #000;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #525252;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 3px 3px 0 0;
  right: 15px;
  bottom: 0;
  z-index: 10;
  transition: none;
}

.back-to-top:focus {
  color: #fff;
  outline: none;
}

.back-to-top i {
  padding-top: 10px;
  color: #ffffff;
}

.anchor {
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

.underline {
  text-decoration: underline;
}
/*--------------------------------------------------------------
# Common media queries
---------------------------------------------------------------*/
.mobile-lang {
  display: none;
}

.mobile-nav .mobile-lang ul {
  border-bottom: 0;
}

.mobile-nav .mobile-lang li a {
  color: #ffffff !important;
}

.mobile-nav .mobile-lang .active {
  color: rgba(19, 19, 19, 0.3) !important;
}

@media (min-width: 992px) {
  .container {
    min-width: 992px;
    max-width: 1440px;
  }

  .mobile-nav ul > li:hover {
    opacity: .7;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  height: 160px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#logo {
  float: left;
}

#logo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: -0.8rem;
}

#logo a {
  display: block;
}

@media (max-width: 768px) {
  .header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
}

.header-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  height: 46px;
  transition: all 0.5s;
}

#mobile-header a {
  color: #fff;
  text-decoration: underline;
}

.menu-fixed a {
  color: #FFFFFF;
  font-weight: bold;
}

.menu-fixed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  transition: all 0.5s;
  color: #FFFFFF;
}

.menu-fixed .btn-group, #logo, .menu-fixed nav li {
  padding-bottom: 17px;
  padding-top: 25px;
}

.circle {
  text-align: center;
  font-weight: 600;
  border-radius: 50%;
  line-height: 3;
  margin-top: -0.8rem;
  width: 50px;
  height: 50px;
}

#lang, #lang:hover {
  background: none;
  cursor: pointer;
}

#lang i {
  color: #ffffff;
}

.dropdown-menu {
  min-width: 5rem;
  text-align: center;
  top: -40px !important;
}

.dropdown-menu a {
  color: #000;
}

.dropdown-menu li:hover {
  color: #41a7c3;
}

.oi-chevron-bottom {
  font-size: 13px;
}

.dropdown-toggle::after {
  display: none;
}

.menu-lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  float: right;
}

.menu-lang ul *, .menu-lang ul *:hover {
  list-style: none;
}


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.main {
  padding-top: 46px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  position: relative;
}

#intro-carousel {
  margin-top: 80px;
  max-width: 100%;
  height: 520px;
}

.owl-item .intro-img {
  height: 520px;
  width: 100%;
  background-size: cover!important;
}

.owl-dots {
  position: relative;
  margin-top: -70px !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #3B3C3F;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-prev {
  width: auto;
  height: 100px;
  position: absolute;
  top: 40%;
  display: block !important;
  border:0 solid black;
}

.owl-next {
  width: auto;
  height: 100px;
  position: absolute;
  top: 40%;
  right: 5px;
  display: block !important;
  border:0 solid black;
}

.owl-prev i, .owl-next i {
  color: #525252;
  font-size: 60px;
}

.owl-next:hover, .owl-next  i:hover,
.owl-prev:hover, .owl-prev  i:hover {
  background-color: transparent !important;
}

.slider-text {
  margin: 60px 135px 0;
  color: #FFFFFF;
}

.slider-text h1 {
  color: #FFFFFF;
}

.slider-text p,
.slider-text ol,
.slider-text ul {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  border-bottom: 5px solid transparent;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu li:hover {
  border-bottom: 5px solid rgba(255, 255, 255, .5);
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.menu-active {
  border-bottom: 5px solid #FFFFFF !important;
}

/* Nav Meu Container */
.nav-menu-container {
  margin: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  outline: none;
}

.nav-menu > li {
  padding: 0 5px 0;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
.mobile-nav-toggle {
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  padding-top: 10px;
}

.mobile-nav-toggle i {
  color: #fff;
}

.responsive-menu {
  top: 80px;
  margin-right: 100px;
}
/* Mobile Nav Styling */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #14425b;
  left: -300px;
  width: 300px;
  font-weight: bold;
  overflow-y: auto;
  transition: 0.4s;
}

.mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #ffffff;
}

.mobile-nav ul li {
  position: relative;
}

.mobile-nav ul li a, .mobile-nav .mobile-lang li span {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

.mobile-nav ul li a:hover, .mobile-nav .mobile-lang li span:hover {
  color: #fff;
  cursor: pointer;
}

.mobile-nav ul li li {
  padding-left: 30px;
}

.mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

.mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

.mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: #0d3145;
  opacity: 0.5;
  display: none;
}

#mobile-header {
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: inherit;
  margin-bottom: 15px;
  bottom: 0;
  background: transparent;
  color: white;
  font-weight: normal;
  transition: all 0.5s;
}

#mobile-header div {
  margin-bottom: 15px;
  padding-left: 15px;
}

#mobile-close {
  display: none;
  background: transparent;
  z-index: 999;
  position: fixed;
  top: 25px;
  right: 25px;
  border: 0;
  cursor: pointer;
}

#mobile-close i {
  color: #fff;
  font-size: 1.5rem;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active .mobile-nav {
  left: 0;
}

body.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
}

@media (min-width: 577px) and (max-width: 991px) {
  .mobile-nav {
    left: -450px;
    width: 450px;
  }
}

@media (max-width: 576px) {
  .mobile-nav ul li a, .mobile-nav {
    font-size: 14px;
  }

  #logo {
    width: 200px;
    height: 70px;
    -ms-flex-align: center;
    align-items: center;
  }

  .owl-dots {
    margin-top: -23px !important;
  }
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 60px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}
/* Section
--------------------------------*/
.section {
  padding: 90px 0 60px 0;
  overflow: hidden;
  font-family: serif;
}

.news .list-of-items,
.staff .list-of-items > div {
  margin-bottom: 14px;
}

.news .card {
  margin: auto;
  width: 100%;
  max-width: 370px;
}

/*--------------------------------------------------------------
# Header and Intro media queries
---------------------------------------------------------------*/

@media (max-width: 991px) {
  .main {
    padding-top: 0px;
  }

  .section {
    padding: 90px 0 30px 0;
  }

  .container {
    max-width: 100%;
  }

  #menu-toggle {
    display: inline !important;
  }

  .menu-lang #lang {
    display: none;
  }

  .header-fixed {
    display: none;
  }

  .menu-fixed {
    height: 72px;
  }

  #intro-carousel {
    margin-top: 72px !important;
    max-width: 100%;
    height: 320px;
  }

  .owl-item .intro-img {
    height: 360px;
  }

  .slider-text {
    margin: 60px 15px 0;
  }

  #exampleModalCenter {
    padding-right: 0 !important;
  }

  .modal-dialog {
    max-width: 100%;
  }

  .modal-dialog {
    margin: 1rem;
  }

  .contact .contact-info {
    margin-top: 50px;
  }

  .anchor {
    height: 0;
    margin-top: 0;
  }

  .contact-info p {
    margin: -20px 0 30px 0 !important;
  }

  .staff .overlay {
    margin-top: -292px  !important;
  }

  .news .overlay {
    margin-top: -292px  !important;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 70px 0 30px 0;
  }

  .container {
     width: 100%;
  }

  .slider-text {
    margin: 25px 15px 0;
    font-size: 12px;
  }

  .slider-text h1 {
    font-size: 2em;
  }

  #intro-carousel,
  .owl-item .intro-img {
    height: 300px;
  }

  .modal-dialog {
    margin: 0.5rem;
  }
}

@media (max-width: 470px) {
  .slider-text .novax-button {
    padding: 10px 30px;
  }
}

/* Lagevejen Section
--------------------------------*/


/* Klinikken Section
--------------------------------*/
.owl-item {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.flexible {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.flexible span {
  margin-left: 10px;
}

.ion-android-checkmark-circle {
  font-size:  1.5rem;
}

@media (max-width: 991px) {
  .klinikken h3 {
    text-align: left;
    padding-left: 15px;
  }
}
/* About Us Section
--------------------------------*/
.about-img {
  width: 100%;
  max-height: 390px;
  object-fit: cover;
}

.about h4 {
  line-height: 1.0 !important;
}

.left-side-about {
  max-width: 770px;
}

.clinic-info {
  margin-top: 45px;
  word-break: break-word;
}

.clinic-info p {
  margin-top: -25px;
}

.mt-2rem {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .about .about-img {
    height: auto;
  }
  .about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

/* News section
--------------------------------*/
.card {
  width: 100%;
  max-width: 369px;
  height: 100%;
}

.card-title {
  font-weight: bold;
}

.card-body {
  cursor: pointer;
  position: relative;
}

.card-body a.link {
  display: block;
  /*margin-top: 25px;*/
  position: absolute;
  bottom: 20px;
}

.card-body a:hover {
  opacity: 0.5;
}

.card:hover, .btn:hover, .doc-container:hover, .back-to-top:hover, .arrow-left:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.card-img-top {
  max-height: 270px;
}

.image-block {
  position:relative;
  max-width: 370px;
  max-height: 270px;
}

.image-block .overlay {
  position:relative !important;
  height: 270px;
  width: 100%;
}

.staff .image-block .overlay {
  margin-top: -292px;
}

.news .image-block .overlay {
  margin-top: -269px;
}

.news .image-block .img-play {
  position: absolute;
  top: 87px;
  right: 135px;
  width: 96px;
}

.news .owl-stage {
  display: -ms-flexbox;
  display: flex;
}

@media (min-width:576px) {
  .modal-dialog-centered {
    height: calc(100% - (1.75rem * 2))
  }
}

/* Novax Section
--------------------------------*/
.novax-button {
  padding: 20px 30px;
  border-radius: 3px;
  color: #FFFFFF;
}

.novax-button i {
  color: #ffffff;
}

/* additional_info Section
--------------------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs a {
  color: #000;
  margin-right: 0 !important;
  padding-right: 10px;
  padding-left: 10px;
}

#nav-tab ul {
  border-bottom: 1px solid #1dc8cd;
}

#nav-tab li {
  padding-bottom: 15px;
}

#nav-tab a {
  color: #000;
  margin-right: 25px;
  padding-bottom: 15px;
  border-bottom: 5px solid transparent;
}

#nav-tab li:hover {
  color: #c2c3c4;
}

.scrtabs-tab-scroll-arrow {
  text-align: center;
}

.scrtabs-tab-scroll-arrow-left,
.scrtabs-tab-scroll-arrow-right {
  width: 48px;
  color: #000;
}

.additional_info img {
  width: 370px !important;
  height: auto !important;
}

@media (max-width: 991px) {
  #nav-tab a {
    padding-bottom: 7px;
  }

  #nav-tab a span {
   display: inline-block;
    margin-top: 8px;
  }
}

/* Doctor / Staff Section
--------------------------------*/
.btn-close  {
  position: absolute;
  top: -60px;
  right: -60px;
  color: white;
  font-size: 50px;
  width: 50px;
  border-radius: 3px;
  border: solid 2px #ffffff;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  word-break: break-word;
  overflow: auto;
}

.modal-body img {
  float: left !important;
  max-width: 100%;
  margin-right: 10px;
}

.modal-content {
  max-height: 75vh;
}

.modal-dialog-centered {
  height: auto;
}

.dot {
  font-size: 3rem;
}

.box {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  user-select: none;
}

.box:before {
  content: "";
  float: left;
  width: 5px;
  margin-top: 5px;
  height: 70px;
}

.box > *:first-child {
  float: right;
  width: 100%;
  margin-left: -5px;
}

.box:after {
  content: "\02026";
  font-size: 1.5rem;
  box-sizing: content-box;
  float: right;
  position: relative;
  top: -25px;
  left: 100%;
  width: 3em;
  margin-left: -3em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

@media (max-width: 991px) {
  .modal-body img  {
    max-width: 250px;
  }

  .modal-content {
    max-height: 100%;
  }

  .btn-close {
    position: inherit;
    top: 0;
    right: 0;
    color: inherit;
    border: none;
    font-size: 50px;
    width: inherit;
    border-radius: inherit;
  }
}

@media (max-width: 768px) {
  .modal-body img  {
    max-width: 100%;
  }
}

/* Price Section
--------------------------------*/
table {
  border: 1px solid rgba(93,113,131,0.30);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
  border: 1px solid #ddd;
  padding: .35em;
}

table td {
  padding: .625em;
  text-align: left;
  word-break: break-all;
  background-color: #FFFFFF;
  color: #525252;
}

table caption {
  caption-side: top;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  margin-top: 15px;
}

table caption h4 {
  margin: 0;
  font-weight: bold;
}

table.custom td {
  background: none;
}

@media (max-width: 991px) {
  table {
    border: 0;
    width: 95%;
  }

  table caption {
    font-size: 1.3em;
  }

  table tbody tr:first-child {
    display: none;
  }

  table tr {
    display: block;
    margin-bottom: .625em;
  }

  table td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    font-size: .8em;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 20px;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* Document Section
--------------------------------*/
.doc-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}

.doc-container span {
  font-weight: bold;
}

.doc-container a{
  color: #000;
}

.fa-icon {
  font-size: 1.3rem;
  margin-right: 10px;
}

table.dataTable th,
table.dataTable td {
  white-space: nowrap;
}

/* Gallery Section
--------------------------------*/
.gallery .container-fluid {
  padding: 0;
}

.gallery .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 15px;
}

.gallery .gallery-item img {
  max-width: 370px;
  max-height: 270px;
  opacity: 1.0;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.bg-image {
  -webkit-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
  max-height: 270px;
  width: 365px;
}

.gallery-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mfp-figure {
  position: relative;
}

.mfp-figure button{
  position: absolute;
  width: auto !important;
  right: -30px !important;
  top: -35px !important;
  cursor: pointer !important;
}

img.mfp-img {
  padding: 0;
}

/* Contact Section
--------------------------------*/
.map {
  position: relative;
  overflow: hidden;
  height: 400px;
}

.map img {
  width: 100%;
  height: 98%;
}

.contact-info p {
  margin-bottom: 10px;
}

.gm-style-iw p {
  padding: 1px;
  margin: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #333;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}

/*------------------------------------------------------------------
# news.html
 ------------------------------------------------------------------*/

.arrow-left {
  color: #0d3145;
  border-radius: 3px;
  padding: 4px 18px;
  margin-left: 25px;
  font-size: 60px;
}

.video {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 75%;
}
.video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.m-bottom {
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .arrow-left {
    margin-left: 0;
  }
}

/************  menu hamburger  ***************/

#menu-toggle, #hamburger, #menu-toggle #hamburger span {
  -ms-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
  box-sizing: border-box;
}

#menu-toggle span {
  display: block;
  background: #ffffff;
  border-radius: 2px;
}
#menu-toggle {
  display: none;
  width: 40px;
  height: 4px;
  margin-top: 15px;
  position: relative;
  cursor: pointer;
}
#hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#hamburger span {
  height: 4px;
  position: relative;
  margin: 6px 0;
}
#hamburger span:nth-child(1) {
  -ms-transition-delay: .5s;
  transition-delay: .5s;
  width: 25px;
}
#hamburger span:nth-child(2) {
  -ms-transition-delay: .625s;
  transition-delay: .625s;
  width: 16px;
}
#hamburger span:nth-child(3) {
  -ms-transition-delay: .75s;
  transition-delay: .75s;
  width: 20px;
}
#menu-toggle.open #hamburger span {
  width: 35px;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  -ms-transition-delay: .125s;
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  -ms-transition-delay: .25s;
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  -ms-transition-delay: .625s;
  transition-delay: .625s;
}

/************ cookie message ******************/
.coockie-message {
  display: none;
  position: fixed;
  right: 90px;
  left: 0;
  bottom: 0;
  font-size: 12px;
  background-color: #F1F2F4;
  width: 100%;
  z-index: 100;
}

.centering {
  display: flex;
  align-items: center;
}

.close-message:hover {
  cursor: pointer;
}

.alert {
  margin: 0;
}

.close-button {
  width: 20px;
}

.icon-close {
  font-size: 18px;
  margin-right: 10px;
  color: #a7202c;
}

@media (max-width: 1200px) {
  .coockie-message {
    font-size: 10px;
  }

  .icon-close {
    font-size: 14px;
  }

  .close-message-text {
    display: none;
  }
}

@media (max-width: 991px) {
  .coockie-message {
    font-size: 8px;
  }

  .icon-close {
    font-size: 12px;
  }
}

.visibility {
  display: block !important;
}


/*------------------------------------------------------------------
# form.html
 ------------------------------------------------------------------*/
#errorMessage {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(139, 0, 0, 0.5);
}

.department {
  color: var(--gray);
  font-size: .9em;
  line-height: 1.5rem;
}

.department-title {
  font-size: 1rem;
}

.department-name,
.department-by {
  color: var(--dark);
}

.department-email {
  margin-left: 2em;
}

.appointment .form-group:not(.optional) label:not(.optional)::after {
  content: ' *';
  color: var(--danger);
}

.input-icon {
  position: relative;
}

.input-icon::after {
  display: block;
  position: absolute;
  right: .8em;
  bottom: .16em;
  font-size: 1.3em;
  font-family: 'Ionicons';
  opacity: .9;
  pointer-events: none;
}

.input-icon.calendar::after {
  content: '\f2d1';
}

.input-icon.time::after {
  content: '\f3b3';
}

.input-icon > .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-icon > .form-control::-ms-expand {
  display: none;
}

.spinner {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: -.125em;
  opacity: 0.7;
  border: .25rem solid var(--primary);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-loop;
  animation: .75s linear infinite spinner-loop;
}

.spinner.light {
  border-color: var(--light);
  border-right-color: transparent;
}

@keyframes spinner-loop {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.input-spinner-wrapp {
  display: none;
  position: absolute;
  bottom: .2em;
  right: 2em;
  font-size: .8em;
  pointer-events: none;
}

.appointment .form-group {
  position: relative;
}

.form-group.loading .form-control {
  opacity: .7;
}

.form-group.loading .input-spinner-wrapp {
  display: block;
}

#modal .modal-footer {
  justify-content: space-between;
}

/* datepicker */
.ui-widget-header {
  background: #fff;
}

.ui-datepicker-calendar tr,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
}

.available .ui-state-default {
  color: #fff;
  background-color: var(--primary);
  opacity: .7;
}

.available .ui-state-default:hover,
.available .ui-state-default:focus {
  opacity: 1;
}

.ui-datepicker td span, .ui-datepicker td a {
  padding: 0.35em;
}

.ui-datepicker-calendar td a.ui-state-active {
  opacity: .8;
  font-weight: bold;
}

.ui-datepicker td {
  padding: 0px;
}

@media (max-width: 991px) {
  .ui-datepicker-calendar td {
    display: table-cell;
  }

  .ui-datepicker-calendar tr,
  .ui-datepicker-calendar tbody tr:first-child {
    display: table-row;
    margin-bottom: 0;
  }

  .ui-datepicker-calendar td::before {
    content: none;
  }
}

@media (max-width: 768px) {
  .ui-datepicker td span, .ui-datepicker td a {
    font-size: 1em;
  }
  
  .ui-datepicker-calendar td {
    font-size: 1em;
  }
}
@media (max-width: 425px) {
  .ui-datepicker {
    width: calc(100% - 30px);
  }

  .ui-datepicker-calendar td span,
  .ui-datepicker-calendar td a {
    padding: .8em;
  }
  .department .department-email::before {
    content: '\A';
  }
}

.language-flag {
    margin-bottom: 2px;
    width: 16px;
}