[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.sr-only,
.visually-hidden,
.visually_hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
main {
  margin-top: 100px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #185f7f;
  text-decoration: none;
}

a:hover {
  color: #02d6ff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #185f7f;
}

p.sm {
  font-size: 12px;
}
@media (min-width: 769px) {
  p.sm {
    font-size: 14px;
  }
}

.body-link,
.body_link {
  color: #185f7f;
  font-weight: 600;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-decoration-color: #185f7f;
  text-decoration-line: underline;
  text-underline-offset: 1px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
}
.body-link:hover,
.body_link:hover {
  color: #185f7f;
  text-decoration-color: transparent;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #00adce;
  border-top-color: #b5f3ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
          animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #185f7f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #00cff7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    -webkit-transition-delay: 0 !important;
            transition-delay: 0 !important;
  }
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0px 5px rgba(24, 95, 127, 0.8);
          box-shadow: 0 0 0px 5px rgba(24, 95, 127, 0.8);
  clip: auto !important;
  clip-path: none;
  color: #185f7f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  left: 6px;
  line-height: 1.4;
  padding: 10px 20px;
  text-decoration: none;
  top: 6px;
  width: auto;
  z-index: 100000;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #185f7f;
  color: #fff;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  z-index: 996;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar i {
  padding-right: 6px;
  line-height: 0;
}
#topbar p {
  margin: 0;
  line-height: 1.1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  top: 40px;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}
#header.header-scrolled {
  top: 0;
}
@media (max-width: 580px) {
  #header .appointment-btn {
    font-size: 12px;
  }
}
#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#header .logo a {
  color: #185f7f;
}
#header .logo img {
  max-height: 40px;
}
@media (max-width: 580px) {
  #header .logo img {
    max-height: 28px;
  }
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #85438c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #185f7f;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a,
.navbar a:focus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 10px 20px;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  color: #626262;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #185f7f;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #00adce;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #185f7f;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(16, 63, 84, 0.9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #185f7f;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #00adce;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #00adce;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  padding: 0;
  position: relative;
  overflow: initial;
}
#hero .carousel-item {
  aspect-ratio: 4/5;
}
@media (min-width: 580px) {
  #hero .carousel-item {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 769px) {
  #hero .carousel-item {
    aspect-ratio: 5/3;
  }
}
@media (min-width: 992px) {
  #hero .carousel-item {
    max-height: 900px;
  }
}
#hero .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  max-width: 1800px;
  margin: 0 auto;
}
#hero .carousel-item--purple {
  background-color: #521a4a;
}
#hero .carousel-item--orange {
  background-color: #c04602;
}
#hero .carousel-item--blue {
  background-color: #006c89;
}
#hero .container {
  background: rgb(238, 238, 238);
  border-radius: 12px;
  padding: 30px 20px;
  z-index: 90;
  width: 90vw;
  margin: -40vw auto 0 auto;
  position: relative;
  z-index: 50;
}
@media (min-width: 580px) {
  #hero .container {
    margin: -20vw auto 0 auto;
  }
}
@media (min-width: 769px) {
  #hero .container {
    margin: -15vw auto 0 auto;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  #hero .container {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    background: rgba(238, 238, 238, 0.85);
  }
}
#hero .container h1 {
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 14px 0;
}
@media (min-width: 580px) {
  #hero .container h1 {
    font-size: 32px;
  }
}
@media (min-width: 769px) {
  #hero .container h1 {
    font-size: 34px;
  }
}
#hero .container p {
  font-size: 15px;
}
@media (min-width: 769px) {
  #hero .container p {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  #hero .container p {
    font-size: 18px;
  }
}
#hero .container .hero-cta {
  text-align: center;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f8f8f8;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #185f7f;
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #00adce;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #b5f3ff;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.icon-box-col {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .icon_box_wrapper {
    max-width: 850px;
    margin: 0 auto;
  }
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
          box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #185f7f;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.featured-services .section-content {
  padding: 0 0 20px 0;
}
@media (min-width: 769px) {
  .featured-services .section-content {
    text-align: center;
  }
}
.featured-services img {
  max-width: 200px;
  margin-bottom: 15px;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  background: #9befff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  color: #111;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #185f7f;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #00adce;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #009dbd;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  -webkit-box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #00adce;
  float: left;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #185f7f;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #248fbf;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #00adce;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #00adce;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #185f7f;
  overflow: hidden;
  -webkit-box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon i {
  font-size: 36px;
  line-height: 0;
}
.services .icon-box:hover .icon {
  -webkit-box-shadow: 0px 0 25px rgba(0, 173, 206, 0.3);
          box-shadow: 0px 0 25px rgba(0, 173, 206, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.services .title a:hover {
  color: #00adce;
}
.services .title::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #00adce;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
          animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #00adce;
}
.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #00adce;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #00c2e8;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #185f7f;
  border-radius: 0;
  border-left: 5px solid #fff;
  cursor: pointer;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #00adce;
}
.departments .nav-link.active {
  background: #c4f6ff;
  border-color: #00adce;
}
.departments .nav-link.active h4 {
  color: #00adce;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
          animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #00adce;
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #68e7ff;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #baf4ff;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00adce;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00adce;
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 173, 206, 0.1);
          box-shadow: 0px 2px 15px rgba(0, 173, 206, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.doctors .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doctors .member .social a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #185f7f;
  margin: 0 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doctors .member .social a i {
  line-height: 0;
}
.doctors .member .social a:hover {
  color: #00adce;
}
.doctors .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #185f7f;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}
.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00adce;
}
.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00adce;
}
.gallery .swiper-slide-active {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }
  .gallery .swiper-slide-active {
    border: 6px solid #00adce;
    padding: 4px;
    background: #fff;
    z-index: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #00adce;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #00adce;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #00adce;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: none;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #02d6ff;
}
.pricing .featured h3 {
  color: #fff;
  background: #00adce;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #00adce;
  color: #fff;
}

/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}
.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  border-bottom: 1px solid #00adce;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #00adce;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #00829b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list .collapsed {
  color: black;
}
.faq .faq-list .collapsed:hover {
  color: #185f7f;
}
.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.faq .faq-list .collapsed .icon-close {
  display: none;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
          box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #00adce;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #82ebff;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  -webkit-box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
          box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
          animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #00adce;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #00adce;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #02d6ff;
}
@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #555555;
  font-size: 14px;
}
#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}
#footer .footer-top .footer-info img {
  max-height: 40px;
  margin-bottom: 30px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #00adce;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #02d6ff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #185f7f;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #555555;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #185f7f;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #a8d8ee;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #00adce;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #02d6ff;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

.btn-primary {
  background: #85438c;
  border-color: #85438c;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
  font-size: 14px;
  display: inline-block;
}
.btn-primary:hover {
  background: #185f7f;
  color: #fff;
}

section.contact_section form {
  border: 3px solid #185f7f;
  border-radius: 0;
  padding: 35px 30px;
  margin-top: 20px;
}
section.contact_section form .radio-group {
  margin-bottom: 0;
}
section.contact_section form .radio-group label {
  margin: 0;
}
@media (max-width: 580px) {
  section.contact_section form {
    padding: 35px 20px;
  }
}

.icon_input {
  width: 100%;
  position: relative;
}
.icon_input input {
  padding-left: 38px !important;
}
.icon_input i {
  position: absolute;
  font-size: 1.6em;
  color: #848484;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label,
legend {
  color: #444444;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0.8em 0;
  font-size: 15px;
  position: relative;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}
@media (min-width: 769px) {
  label,
  legend {
    font-size: 16px;
  }
}

.label_helper {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  margin-top: 4px;
}

/*====================================
   INPUTS
====================================*/
input,
textarea,
select {
  margin: 0;
  border: 2px solid #8f8f8f;
  padding: 6px 8px;
  display: block;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid rgba(24, 95, 127, 0.8);
  border-color: #000;
}

.input_helper {
  font-size: 1.3em;
  opacity: 1;
  margin: 5px 0 0 0 !important;
  color: #000;
}

.field-xs input {
  max-width: 120px;
  width: 100%;
}

.field-sm input {
  max-width: 200px;
  width: 100%;
}

.field-md input {
  max-width: 70%;
  width: 100%;
}
@media (max-width: 991px) {
  .field-md input {
    max-width: 100%;
  }
}

/*====================================
   RADIO & CHECKBOX
====================================*/
.radio,
.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.radio:not(:last-child),
.checkbox:not(:last-child) {
  margin: 0 0 16px 0;
}
.radio input[type=radio],
.radio input[type=checkbox],
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
  outline: 1px solid hotpink;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 6;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.radio input[type=radio]:checked ~ span,
.radio input[type=checkbox]:checked ~ span,
.checkbox input[type=radio]:checked ~ span,
.checkbox input[type=checkbox]:checked ~ span {
  background-color: #185f7f;
  border-color: #185f7f;
}
.radio input[type=radio]:focus-visible ~ span, .radio input[type=radio]:focus ~ span,
.radio input[type=checkbox]:focus-visible ~ span,
.radio input[type=checkbox]:focus ~ span,
.checkbox input[type=radio]:focus-visible ~ span,
.checkbox input[type=radio]:focus ~ span,
.checkbox input[type=checkbox]:focus-visible ~ span,
.checkbox input[type=checkbox]:focus ~ span {
  outline: 3px solid rgba(24, 95, 127, 0.8);
  border-color: #000;
  border-style: solid;
}
.radio input[type=radio]:focus-visible:checked ~ span, .radio input[type=radio]:focus:checked ~ span,
.radio input[type=checkbox]:focus-visible:checked ~ span,
.radio input[type=checkbox]:focus:checked ~ span,
.checkbox input[type=radio]:focus-visible:checked ~ span,
.checkbox input[type=radio]:focus:checked ~ span,
.checkbox input[type=checkbox]:focus-visible:checked ~ span,
.checkbox input[type=checkbox]:focus:checked ~ span {
  background-color: #1a6588;
  border-color: #fff;
}
.radio > span,
.checkbox > span {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  display: block;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 3px auto auto auto;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.radio input[type=checkbox] ~ span,
.checkbox input[type=checkbox] ~ span {
  border-radius: 0;
}
.radio label,
.checkbox label {
  cursor: pointer;
  font-weight: 400;
  margin: 0 0 0 8px;
  width: 100%;
  line-height: 1.4;
  -webkit-transition: border 0.4s ease, background 0.4s ease;
  transition: border 0.4s ease, background 0.4s ease;
}
.radio label a,
.checkbox label a {
  position: relative;
  z-index: 10;
}

.radio_flex .input_group_row .radio {
  width: auto;
}
.radio_flex .input_group_row .radio:not(:last-child) {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .radio_flex .input_group_row .radio:not(:last-child) {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 991px) {
  .radio_flex .input_group_row .radio {
    width: 100%;
  }
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .input_group_row > .col-lg-6:not(:first-child) {
    margin-top: 26px;
  }
}

.radio_card {
  --padding: 30px;
}
.radio_card.col-lg-6:not(:last-child), .radio_card.col-lg-6:last-child {
  margin: 20px 0 0 0;
}
.radio_card > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.radio_card > div > span {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #185f7f;
  position: absolute;
  bottom: 26px;
  left: var(--padding);
  z-index: 20;
  border-radius: 50%;
}
.radio_card > div input:hover ~ label {
  border-color: #185f7f;
}
.radio_card > div input:hover ~ label .selector {
  border-top-color: #185f7f;
}
.radio_card > div input:checked ~ label {
  border-color: #185f7f;
}
.radio_card > div input:checked ~ label .selector {
  border-top-color: #185f7f;
}
.radio_card > div label {
  border: 2px solid #d7d2cb;
  border-radius: 15px;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.radio_card > div label span.content {
  display: block;
  padding: 30px var(--padding);
  position: relative;
  z-index: 30;
}
.radio_card > div label span.selector {
  display: block;
  padding: 20px calc(var(--padding) + 20px);
  border-radius: 0 0 13px 13px;
  background: rgba(215, 210, 203, 0.25);
  border-top: 2px solid #d7d2cb;
  -webkit-transition: border 0.4s ease;
  transition: border 0.4s ease;
}

.explanation-btn {
  background-color: transparent;
  border: 0;
  margin: 0 0 6px 0;
  padding: 0;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 1px solid transparent;
  color: #444444;
}
.explanation-btn:hover {
  color: #185f7f;
  border-bottom-color: #185f7f;
}

/* ===============
WHO MAY QUALIFY
=============== */
.questionnaire-wrapper {
  max-width: 762px;
  margin: 0 auto;
  position: relative;
}
.questionnaire-wrapper.align-start {
  margin: 0;
}

.questionnaire-heading h2 {
  padding: 0;
  margin-bottom: 0;
}

.questionnaire {
  background-color: #fff;
  border: 1px solid #185f7f;
  padding: 36px 40px;
  position: relative;
  z-index: 12;
  text-align: left;
  border-radius: 15px;
  /*-----------------------
     STEPS */
}
@media (max-width: 580px) {
  .questionnaire {
    padding: 20px;
  }
}
.questionnaire .btn {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 580px) {
  .questionnaire .btn {
    margin-bottom: 15px;
  }
}
.questionnaire .group {
  margin: 30px 0;
}
.questionnaire .group p {
  margin: 0 0 0.8em 0;
  font-size: 15px;
}
@media (min-width: 769px) {
  .questionnaire .group p {
    font-size: 16px;
  }
}
.questionnaire .group p.sm {
  font-size: 12px;
}
@media (min-width: 769px) {
  .questionnaire .group p.sm {
    font-size: 14px;
  }
}
.questionnaire .group .group_description {
  margin-bottom: 20px;
}
.questionnaire .group.align_end .input_group_row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.questionnaire .group.align_center .input_group_row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.questionnaire .group.space_between .input_group_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.questionnaire .group.border_top {
  border-top: 1px solid rgba(119, 119, 119, 0.4);
  padding-top: 30px;
}
@media (max-width: 580px) {
  .questionnaire .group.border_top {
    padding-top: 25px;
  }
}
.questionnaire .group.border_bottom {
  border-bottom: 1px solid rgba(119, 119, 119, 0.4);
  padding-bottom: 30px;
}
@media (max-width: 580px) {
  .questionnaire .group.border_bottom {
    padding-bottom: 25px;
  }
}
.questionnaire .group.no_margin_top {
  margin-top: 0;
}
.questionnaire .group.no_margin_bottom {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .questionnaire .group {
    margin: 25px 0;
  }
}
.questionnaire .wizard {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 580px) {
  .questionnaire .wizard {
    padding-bottom: 15px;
    padding-top: 20px;
  }
}
.questionnaire .wizard p {
  color: #2d2d2d;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 6px 0;
  font-size: 14px;
}
.questionnaire .wizard .progress_bar {
  width: 100%;
  height: 4px;
  background-color: rgba(24, 95, 127, 0.4);
  position: relative;
}
.questionnaire .wizard .progress_bar .progress_bar_fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #185f7f;
}

.references {
  margin-top: 20px;
}
.references .reference_heading {
  color: #444444;
  font-size: 1.3em;
  text-transform: initial;
}

ol.footnote_list {
  padding: 0;
  margin: 0 0 0 19px;
}
ol.footnote_list li {
  margin-bottom: 4px;
  font-size: 13px;
}
ol.footnote_list li:target, ol.footnote_list li:focus {
  outline: 0;
}
ol.footnote_list li:target span, ol.footnote_list li:focus span {
  outline: 2px solid #185f7f;
}
ol.footnote_list li a {
  font-size: 1em;
  display: inline-block;
  padding: 0 2px;
  text-decoration-color: transparent;
}
ol.footnote_list li a:hover {
  text-decoration-color: #185f7f;
}
ol.footnote_list li a:focus-visible {
  outline: 2px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 10;
}

sup.footnote_sup:target a {
  outline: 2px solid rgba(24, 95, 127, 0.5);
}
sup.footnote_sup a {
  border: 1px solid transparent;
  color: #444444;
  font-size: 0.8em;
  padding: 0;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
}
sup.footnote_sup a:focus {
  outline: 2px solid #185f7f;
  -webkit-box-shadow: none;
          box-shadow: none;
}
sup.footnote_sup a:hover {
  outline: 2px solid #185f7f;
}

#leavingSiteModal {
  /*
     Style edits in addition to the bootstrap modal defaults
  */
}
#leavingSiteModal .modal-header,
#leavingSiteModal .modal-body {
  padding-left: 20px;
  padding-right: 20px;
}
#leavingSiteModal .modal-footer .btn {
  margin-top: 0;
}
#leavingSiteModal .modal-header,
#leavingSiteModal .modal-content {
  border-radius: 0;
}
#leavingSiteModal .modal {
  backdrop-filter: blur(6px);
}
#leavingSiteModal .modal .modal-header {
  border-bottom: 0;
  height: 40px;
}
#leavingSiteModal .modal .modal-dialog {
  max-width: 730px;
}
#leavingSiteModal .modal .divider {
  margin: 17px 0 24px 0;
}
#leavingSiteModal .modal .btn {
  margin: 0;
}
#leavingSiteModal .modal .modal-body {
  padding-bottom: 37px;
  text-align: center;
}
@media (min-width: 769px) {
  #leavingSiteModal .modal .modal-body {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
#leavingSiteModal .modal .modal-body,
#leavingSiteModal .modal .modal-footer {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 769px) {
  #leavingSiteModal .modal .modal-body,
  #leavingSiteModal .modal .modal-footer {
    padding-left: 70px;
    padding-right: 70px;
  }
}
#leavingSiteModal .modal .modal-footer {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
  border-top: 0;
  padding-top: 20px;
}
#leavingSiteModal .modal #modalRedirectContent {
  margin-bottom: 22px;
}
#leavingSiteModal .modal #modalRedirectContent p {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media (min-width: 769px) {
  #leavingSiteModal .modal #modalRedirectContent p {
    max-width: 700px;
  }
}
#leavingSiteModal .modal_part {
  margin: 0 0 50px 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#leavingSiteModal .modal_controls {
  padding: 0 7px 0 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#leavingSiteModal .modal_controls svg.spinner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 18px;
  margin: 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: spin;
          animation-name: spin;
  z-index: 99;
}
#leavingSiteModal .modal_controls .progress_bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 157, 189, 0.3);
}
#leavingSiteModal .modal_controls .progress_bar #progress_bar_fill {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #009dbd;
}
#leavingSiteModal .modal_controls button.pause_btn {
  display: block;
  background-color: #185f7f;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  margin: 0 0 10px 5px;
  border: 2px solid transparent;
  padding: 0;
  width: 19px;
  height: 19px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 80;
}
#leavingSiteModal .modal_controls button.pause_btn:focus-visible {
  border-color: #fff;
  outline: 2px solid #185f7f;
}
#leavingSiteModal .modal_controls button.pause_btn svg {
  display: block;
  width: auto;
  height: 65%;
}
#leavingSiteModal .modal_controls button.pause_btn svg.play_icon {
  display: none;
  -webkit-transform: translateX(1px);
          transform: translateX(1px); /* visually center */
}
#leavingSiteModal .modal_controls button.pause_btn.paused svg.pause_icon {
  display: none;
}
#leavingSiteModal .modal_controls button.pause_btn.paused svg.play_icon {
  display: block;
}

.cb_cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.2);
  /*------------------------------*/
  /* the buttons */
  /*------------------------------*/
  /* pre-content */
  /*------------------------------*/
  /* initial banner that shows */
  /*------------------------------*/
  /* when you click the renew link,
     change the look of the modal to have new options */
  /*-------------------------------*/
  /* Checkbox design */
}
.cb_cookieBar .cb_button {
  cursor: pointer;
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 22px;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  background-color: #85438c;
  border-color: #85438c;
  color: #fff;
}
.cb_cookieBar .cb_button:hover {
  background-color: #185f7f;
  border-color: #185f7f;
}
.cb_cookieBar .cb_button:focus-visible {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(24, 95, 127, 0.75);
          box-shadow: 0px 0px 0px 4px rgba(24, 95, 127, 0.75);
  outline: 0;
}
.cb_cookieBar .cb_header {
  display: none;
}
.cb_cookieBar .cb_mainContent {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media (min-width: 769px) {
  .cb_cookieBar .cb_mainContent .cb_contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.cb_cookieBar .cb_mainContent .cb_contentWrapper .cb_mainNotice {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .cb_cookieBar .cb_mainContent .cb_contentWrapper .cb_mainNotice {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.cb_cookieBar .cb_mainContent p {
  margin: 0;
  font-size: 17px;
}
.cb_cookieBar .cb_mainContent p a {
  font-size: 1em;
}
.cb_cookieBar.renew {
  width: auto;
  padding: 0;
  width: 100vw;
}
@media (min-width: 769px) {
  .cb_cookieBar.renew {
    width: 300px;
  }
}
.cb_cookieBar.renew .cb_header {
  display: block;
  position: relative;
  padding: 20px 20px 0 20px;
}
.cb_cookieBar.renew .cb_header .cb_headerContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px 0px;
}
.cb_cookieBar.renew .cb_header .cb_headerContent .CybotCookiebotDialogBodyContentHeading {
  display: none;
}
.cb_cookieBar.renew .cb_header .cb_closeBtn {
  background-color: transparent;
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  width: 27px;
  height: 27px;
  cursor: pointer;
  padding: 0 !important;
  margin: 0 !important;
}
.cb_cookieBar.renew .cb_header .cb_closeBtn:before, .cb_cookieBar.renew .cb_header .cb_closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  background-color: #000;
}
.cb_cookieBar.renew .cb_header .cb_closeBtn:focus-visible {
  border-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.7);
  outline: 0;
}
.cb_cookieBar.renew .cb_header .cb_closeBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cb_cookieBar.renew .cb_header .cb_closeBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cb_cookieBar.renew .cb_header h2 {
  display: none;
}
.cb_cookieBar.renew .cb_mainContent {
  display: none;
}
.cb_cookieBar.renew .cb_expandedContent {
  display: block;
  padding: 0 20px 20px 20px;
}
.cb_cookieBar.renew .cb_expandedContent .cb_optionsWrapper {
  padding-bottom: 50px;
}
.cb_cookieBar.renew .cb_expandedContent .cb_expandButtons {
  border-top: 1px solid #999;
  padding-top: 20px;
}
.cb_cookieBar .cb_expandedContent {
  display: none;
}
.cb_cookieBar .cookieCheckbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cb_cookieBar .cookieCheckbox:not(:last-child) {
  margin: 0 0 10px 0;
}
.cb_cookieBar .cookieCheckbox.align-start span {
  margin: 2px 0 0 0;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox] {
  outline: 1px solid hotpink;
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  z-index: 6;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled {
  cursor: initial;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span .checkl1,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span .checkl2,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span .checkboxbox,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span .checkmark {
  display: none;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span .lock {
  display: block;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span polyline,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span line,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span rect,
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span path {
  stroke: #747474 !important;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ span circle {
  fill: #747474 !important;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:disabled ~ label {
  color: #747474;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:checked ~ span svg .checkl1 {
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:checked ~ span svg .checkl2 {
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:checked ~ span svg .checkmark {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cb_cookieBar .cookieCheckbox input[type=checkbox]:checked ~ span svg .uncheck {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.cb_cookieBar .cookieCheckbox > span {
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  margin: auto;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.cb_cookieBar .cookieCheckbox > span .lock {
  display: none;
}
.cb_cookieBar .cookieCheckbox > span .uncheck {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.cb_cookieBar .cookieCheckbox > span .uncheck line {
  stroke-width: 5px !important;
  stroke: #000 !important;
}
.cb_cookieBar .cookieCheckbox > span .checkmark {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  stroke-width: 5px !important;
  stroke: #000 !important;
}
.cb_cookieBar .cookieCheckbox > span .checkl1,
.cb_cookieBar .cookieCheckbox > span .checkl2,
.cb_cookieBar .cookieCheckbox > span .checkboxbox {
  stroke-width: 4px !important;
}
.cb_cookieBar .cookieCheckbox > span .checkl1,
.cb_cookieBar .cookieCheckbox > span .checkl2,
.cb_cookieBar .cookieCheckbox > span .checkmark,
.cb_cookieBar .cookieCheckbox > span .uncheck {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.cb_cookieBar .cookieCheckbox > span .checkl2 {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.cb_cookieBar .cookieCheckbox input[type=checkbox] ~ span {
  border-radius: 0;
}
.cb_cookieBar .cookieCheckbox label {
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 0 8px;
  width: 100%;
  line-height: 1.5;
  -webkit-transition: border 0.4s ease, background 0.4s ease;
  transition: border 0.4s ease, background 0.4s ease;
}

/*------------------------------------------------------------- 
   Cookiebot default for OUS
   Uses cookiebots swift template and just modifies the colors
*/
#CybotCookiebotDialog * {
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
}

#CybotCookiebotDialogHeader,
#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: rgb(133, 67, 140) !important;
  border-color: rgb(133, 67, 140) !important;
  color: #fff !important;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  border-color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border: 2px solid rgb(133, 67, 140) !important;
  background-color: transparent !important;
  color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover {
  color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border-bottom: 2px solid rgb(133, 67, 140) !important;
  color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: rgb(133, 67, 140) !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink,
#CybotCookiebotDialogDetailBodyContentTextAbout a {
  color: rgb(133, 67, 140) !important;
  text-decoration: underline !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover,
#CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover {
  color: rgb(133, 67, 140) !important;
}

#privacy-policy {
  margin-top: calc(103px + 60px);
  margin-bottom: 60px;
  padding: 0;
}
@media (min-width: 991px) {
  #privacy-policy {
    margin-top: calc(117px + 60px);
  }
}
#privacy-policy h1:not(:first-child), #privacy-policy h2:not(:first-child) {
  margin-top: 30px;
}