/* Style the tab */

.dropdown-nav-box{width:100%; background-color: #fff;  box-shadow: 1px 25px 10px rgb(0 0 0 / 20%);  border-radius: 10px 10px 10px 10px; display:flex; gap:60px; align-items: center; margin:0px; padding:20px; position:relative;}
.dropdown-content-img{width:28%; border-radius:16px; margin:0px; padding:0px; position:relative; overflow:hidden;}
.dropdown-content-img::before {
  content: "";
  position: absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height: 100%;
  background:rgb(0,0,0,.40);
  z-index:1;
}
.dropdown-content-img img{height:100%;}
.dropdown-content-imgtext{content: ""; width:100%; height:100%; position: absolute; top:0px; left:0px; width:100%;  padding:20px; height: 100%; z-index:2;}
.dropdown-content-imgtext p{font-size:18px; color:#fff9; font-family: Plus Jakarta Sans Light; }
.dropdown-content-imgtext h2{font-size:22px; color:#fff; font-family:Ubuntu Bold; margin:7px 0px 0px;}
.dropdown-content-imgtext h2 span{font-size:22px; color:#ffffff; display:block; font-family:Plus Jakarta Sans Light;}
.dropdown-content-nav{width:72%; display:flex; gap:20px; margin:0px; padding:0px; position:relative;}
.dropdown-content-navbox{width:33.33%; margin:0px; padding:0px; position:relative;}
.dropdown-content-navbox h3{font-size:20px; height:70px; color:#000; font-family:Ubuntu Medium; margin:0px 0px 0px 50px;}
.dropdown-content-navbox h3 img{width:auto; height:35px; position:absolute; top:0px; left:0px;}

.dropbtn img{width:auto; height:20px; opacity:0.7; margin-left:4px; filter: brightness(0) invert(1);}
.has-dropdown:hover .dropbtn img{opacity:1;}
.sticky .dropbtn img{width:auto; height:20px; filter:initial;}

.nav-details .dropbtn img{width:auto; height:20px; filter:initial;}
.nav-details .has-dropdown:hover .dropbtn{color:#000000;}.nav-details.page-header ul a:hover{color:#000000;}
.has-dropdown:hover .dropbtn{color:#ffffff;}
.sticky .has-dropdown:hover .dropbtn{color:#000000;}

.has-contact a{background: linear-gradient(93.81deg, rgba(0, 58, 143, 0.8) 3.12%, rgba(0, 118, 181, 0.8) 100%); border-radius:5px; color:#fff !important;}
.sticky .has-contact a{color:#fff !important;}

 

.dropbtn {
  background-color:#0f5c82;
  color: white;
  padding: 16px;
  border:block;position: relative;
}
.dropdown {
  display:inline-block;width:auto;
}
.dropdown-content1 {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 4px 18.3px 0px rgba(0, 0, 0, 0.25);
  min-width: 250px;
  height: auto;
  border:0px solid #CCCCCC;
  margin-bottom: 40px;
  z-index: 999;
  left:100%;
  top: 0px;
  border-radius:10px;
}
.dropdown-content1 ul {
  column-count:1;
  padding:20px !important;
}
.dropdown-content1 li + li {
  margin-top: 0.0rem;
  border-top:0px solid #6d6e71 !important;
}
.fa-chevron-right{float:right; color:#444444; font-size:13px; margin-top:7px; margin-right: -12px; }
.dropdown-content1 a{
  font-size: 15px !important;
  display: block;
  width: 100%;border-bottom:1px solid #E9EBEF !important;
  position: relative;
}
.has-dropdown li a:hover{  border-radius:6px;}
.has-dropdown li:hover .dropbtn{color:#575757 !important;  background:#ffd8bd;}
.has-dropdown li:hover  .fa-chevron-right{color:#fff !important;}
.dropdown-content1 a:hover {color:#575757 !important;  background:#ffd8bd;}
.dropdown:hover .dropdown-content1 {display: block; margin-top:0px;}
.has-dropdown li:hover .dropbtn img {filter: brightness(0) invert(1); }}

.tab {
  float: left;
  border:0px solid #ccc;
  width:100%;
  height:auto;
}

/* Style the buttons inside the tab */
.tab a{
  display: block;
  background-color: inherit;
  color: black;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
}

/* Change background color of buttons on hover */
.tab a:hover {
  background-color: #ddd;
}

/* Style the tab content */
.tabcontent {
  float: left;
  border:0px solid #ccc;
  width:100%;
  border-left: none;
  height:100%;
  display: none;
}

/* Clear floats after the tab */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



.dropdown-content{
  --scrollbarBG:#fff;
  --thumbBG: #fff;
}
.dropdown-boxscroll::-webkit-scrollbar {
  width:0px;
}
.dropdown-boxscroll{
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.dropdown-boxscroll::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.dropdown-boxscroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius:0px;
  border:0px solid var(--scrollbarBG);
}



.dropbtn {
  background:none;
  padding: 16px;
  border: none;
}

.dropdown {
  position:static !important;
   display:block;
}

.dropdown-content {
  display:none;
  position: absolute;
  
  max-width: 85rem;
  width: 85rem; /*box-shadow: 1px 25px 10px rgb(0 0 0 / 20%);  background-color:#fff; border-radius: 10px 10px 10px 10px;*/
  height:auto; padding:30px 0px 0px;
    left:-7%;margin-left: auto;margin-right: auto;
    right:0px;
  z-index:999;
}

@media (min-width: 64rem){.dropdown-content{ max-width:75rem;  max-width:75rem; left:-7.8%;}
}

@media (min-width:90rem){.dropdown-content{ max-width: 85rem;  max-width: 85rem; left:-7%;}
}



.dropdown-content ul{column-count:1; margin-right: 10px; display: flex;flex-wrap: wrap;} 
.dropdown-content ul li{width:100%;}
.dropdown-content span{font-size:12px; display:block; font-weight:200;}
.dropdown-content  a {color:#000000 !important; display:flex !important; align-items: center;padding:7px 7px;text-decoration: none; font-size:15px; display: block;width:100%; position:relative;   margin-bottom:5px; }
.dropdown-content  a img{position:absolute; left:10px; top:7px;width:40px; height:40px; padding:10px; background:#ccddf1; border:1px solid #ccddf1; border-radius:6px;}.dropdown-content  a:hover{color:var(--brand) !important;}
.dropdown:hover .dropdown-content {display: block;}


.dropdown-patient {
  display:none;
  position: absolute;
  background-color:#fff;
  max-width:85rem; width: 100%; box-shadow: 1px 25px 10px rgb(0 0 0 / 20%); 
  height:auto; padding:40px;
    left:0px;margin-left: auto;margin-right: auto;
    right:0px;border-radius: 10px 10px 10px 10px;
  z-index:999;
}


.dropdown-patient ul{width:100%; margin:0px; padding:0px; position:relative;} 
.dropdown-patient ul li{width:100%; display:block;}
.dropdown-patient span{font-size:12px; display:block; font-weight:200;}
.dropdown-patient  a {color:#263d80 !important; display:flex !important; align-items: center;padding:10px 10px 10px 20px;text-decoration: none;font-size:15px; font-weight:bold;display: block;width:100%; position:relative; border-radius:6px; border:1px solid #4445; margin-bottom:10px; height:50px;}
.dropdown-patient  a img{position:absolute; left:10px; top:10px;width:32px; height:32px; padding:4px; background:#fff; border:1px solid #4445; border-radius:6px;}
.dropdown:hover .dropdown-patient {display:flex; gap:50px;}

.dropdown-patient-box{width:33.33%; margin:0px; padding:0px; position:relative;}

.dropdown-patient h3{width: 100%;  font-size:22px;  font-family: Gibson SemiBold;  font-weight: bold;  color: #0A0A0A;  padding:0px 0px 20px;  margin:0px 0px 20px;  display: block;  position: relative;}
.dropdown-patient h3:before {content: "";position: absolute;left: 0;bottom: 0;height: 5px;width:25%;background-color:var(--brand); z-index:1;}
.dropdown-patient h3:after {content: "";position: absolute;left: 0;bottom: 2px;height: 1px;width:100%; background-color:#30A9FF; z-index:-1;}





.nav-treat{position: absolute !important;
top:20px;
right: 0px;
width:auto !important;
border-radius:7px;
background:#fff;border:2px dashed #41b6e6 !important;
color:#fff !important;
padding:6px 10px !important;}
.nav-treat:hover{background:#41b6e6 !important;}
.nav-treat a:hover{ color:#ffffff !important;}
/* HEADER */
.page-header {
  /*position: relative;*/
  background: var(--purple-1);
  display: flex;
  align-items: center;
}

.page-header nav {
 width:auto;
  display: flex;
  align-items: center;
  justify-content:center;;
}

.page-header .horizontal-logo,
.page-header .search span {
  display: none;
}

.page-header .vertical-logo {
  max-width: 9.5rem;
}

.page-header .top-menu-wrapper {
  color: var(--black);
}

.page-header .top-menu-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: background 0.5s;
}

.page-header .search {
  color: var(--white);
}

.page-header .panel,
.page-header .top-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-header .panel1 {
  width: 100%;
  background: var(--purple-1);
  transition-delay: 0.3s;
}

.page-header .panel2 {
  width: calc(100% - 3rem);
  background: var(--red);
  transition-delay: 0.1s;
}

.page-header .top-menu {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6rem);
  overflow-y: auto;
  padding: 2rem;
  background: var(--white);
}

.page-header .top-menu-wrapper.show-offcanvas::before {
  background: var(--overlay);
  z-index: 1;
}

.page-header .top-menu-wrapper.show-offcanvas .panel,
.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.7s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel1 {
  transition-delay: 0s;
}

.page-header .top-menu-wrapper.show-offcanvas .panel2 {
  transition-delay: 0.2s;
}

.page-header .top-menu-wrapper.show-offcanvas .top-menu {
  transition-delay: 0.4s;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 4rem 0.5rem;
}

/* FORM
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/*.page-header .search-form {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding: 1rem 0;
  background: var(--purple-2);
  transition: all 0.2s;
}

.page-header .search-form.is-visible {
  visibility: visible;
  opacity: 1;
}

.page-header .search-form div {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.page-header .search-form input {
  width: 100%;
  font-size: 2rem;
  height: 4rem;
  padding: 0 2rem;
}

.page-header .search-form button {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--purple-1);
}
*/
/* TOP MENU */
.page-header .top-menu li + li {
  margin-top: 1.5rem;
}

.page-header .top-menu > li:last-child {
  margin-top: auto;
}

.page-header ul a {
  display: inline-block;
  font-size: 1.3rem;color:#ffffff99;
  text-transform:none;
  transition: color 0.35s ease-out;
}
.sticky .page-header ul a{color:#000000;}

.page-header ul a:hover {
  color:#ffffff;
}
.sticky  .page-header ul a:hover {
  color:#000000;
}


.page-header .has-dropdown i {
  display: none;
}

.page-header .sub-menu {
  padding: 1.5rem 2rem 0;
}

.page-header .top-menu .mob-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.page-header .top-menu .mob-block i {
  color: var(--lightgray);
}

.page-header .socials {
  display: flex;
  margin-top: 3rem;
  /* some browsers ignore the padding-bottom: 2rem of the .top-menu because it has overflow-y:auto
  https://bugzilla.mozilla.org/show_bug.cgi?id=748518
  so we add a bottom margin to the .socials
  */
  margin-bottom: 1rem;
}

.page-header .socials li + li {
  margin-top: 0;
}

.page-header .socials .fa-stack {
  font-size: 1.7rem;
}

.page-header .socials .fab {
  font-size: 1.2rem;
}

/* FOOTER
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.page-footer {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.3rem;
  color: var(--black);
}

.page-footer span {
  color: #e31b23;
}

/* MQ
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media screen and (min-width: 550px) {
  .page-header .panel1 {
    width: 60%;
  }
  .page-header .panel2 {
    width: calc(60% - 3rem);
  }
  .page-header .top-menu {
    width: calc(60% - 6rem);
  }
}

@media screen and (min-width: 768px) {
  .page-header .top-menu {
    padding: 4rem;
  }
 
  .page-header ul a {
    font-size: 1.6rem;
  }

  /*.page-header .search-form input {
    font-size: 2.4rem;
    height: 5rem;
    line-height: 5rem;
  }*/
  
}

/*@media screen and (min-width: 995px) {
  .page-header {
    padding: 0 1rem;
  }*/
nav li:last-child{display:block !important;}

  .page-header .panel,
  .page-header .open-mobile-menu,
  .page-header .vertical-logo,
  .page-header .top-menu .mob-block,
  .page-header .top-menu > li:last-child,
  .page-header .top-menu-wrapper::before {
    display: none;
  }

  .page-header .horizontal-logo {
    display: block;
  }

  .page-header .top-menu-wrapper {
    display: flex;margin-top:5px;
    align-items: center;
    color: var(--white);
  }

  .page-header .top-menu {
    flex-direction: row;
    position: static;
    width: auto;
    background: transparent;
    transform: none;
    padding: 0;
    overflow-y: visible;
    box-shadow: none !important;
  }

  .page-header .top-menu li + li {
    margin-top: 0;
  }

  .page-header .top-menu > li:not(:nth-last-child(2)) {
    margin-left: 1rem;
  }

  .page-header .top-menu > li > a {
    padding:0.5rem 0.8rem;
  }

  .page-header ul a {
    font-size:16px;
  }

  .page-header .has-dropdown i {
    display: inline-block;margin-left: 6px;
  }

  .page-header .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding:10px 10px;
    background:#ffffff;border-radius: 10px;width:320px;
  }
  
.page-header .sub-menu a:hover {color:#000000;}
  .page-header .sub-menu li + li {
    margin-top:0.0rem;border-top:1px solid #E9EBEF;
  }

  .page-header .sub-menu a {
    padding: 0.5rem 1rem;color:#444444 !important;
    white-space: nowrap;display: block;
  }

  .page-header .has-dropdown {
    position: relative;
  }

  .page-header .has-dropdown:hover .sub-menu {
    display: block;box-shadow: 0px 8px 4px rgba(0,0,0,0.2);
  }

  .page-header .search {
    display: flex;
    align-items: center;
    margin-left: 3rem;
  }

@media screen and (min-width: 1200px) {
  .page-header .search {
    margin-left: 5rem;
  }

  .page-header .search i {
    margin-right: 1.5rem;
  }

  .page-header .search span {
    display: block;
    font-weight: 500;
    font-size: 1.6rem;
  }
}

/* 2026 responsive refresh: late-loading header overrides */
#header-id {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  height: auto;
  margin: 0 auto;
  z-index: 900;
}

#header-id.sticky,
.sticky {
  position: fixed !important;
  top: 12px;
  left: 0;
  right: 0;
  background: transparent;
}

.page-header {
  min-height: 78px;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(18px);
}

.nav-details,
.sticky .page-header {
  background: rgba(255, 255, 255, 0.95) !important;
  border-color: #dce7ef;
}

.headerSecondry {
  display: none;
}

.topnav-right,
.page-header .top-menu-wrapper,
.page-header .top-menu {
  display: flex;
  align-items: center;
}

.logo-d {
  flex: 0 0 260px;
  padding: 0 20px;
}

.logo-d img {
  max-height: 58px;
  width: auto;
}

.head-right-button {
  align-items: center;
  padding-right: 18px;
}

.page-header .top-menu {
  position: static;
  flex-direction: row;
  gap: clamp(16px, 2vw, 34px);
  width: auto;
  padding: 0;
  background: transparent;
  box-shadow: none !important;
  overflow: visible;
  transform: none;
}

.page-header .top-menu li + li,
.page-header .top-menu > li:not(:nth-last-child(2)) {
  margin: 0;
}

.page-header .top-menu > li {
  position: relative;
}

.page-header ul a,
.page-header .top-menu > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #111827 !important;
  font-family: Plus Jakarta Sans Medium, Arial, sans-serif;
  font-size: 15px !important;
  line-height: 1.2;
  border: 0;
  padding: 26px 0 !important;
}

.page-header .top-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-2);
  opacity: 0;
  transform: scaleX(0.25);
  transition: opacity 180ms ease, transform 180ms ease;
}

.page-header .top-menu > li:hover > a::after {
  opacity: 1;
  transform: scaleX(1);
}

.page-header .top-menu > li.has-contact > a {
  min-height: 44px;
  padding: 12px 16px !important;
  border-radius: 8px;
  background: var(--brand);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(11, 78, 162, 0.22);
}

.page-header .top-menu > li.has-contact > a::after {
  display: none;
}

.dropdown {
  position: relative !important;
  display: inline-block;
}

.dropdown-content {
  top: 74px;
  left: auto;
  right: 0;
  width: min(920px, calc(100vw - 56px));
  max-width: min(920px, calc(100vw - 56px));
  min-width: 0;
  padding-top: 0;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.12);
  overflow: hidden;
}

.dropdown-nav-box {
  gap: 24px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}

.dropdown-content-img {
  border-radius: 8px;
}

.dropdown-content-nav {
  gap: 14px;
}

.dropdown-content-navbox {
  width: 33.33%;
  border: 1px solid #dce7ef;
  border-radius: 8px;
  background: #f6f9fb;
  padding: 18px;
}

.dropdown-content-navbox h3 {
  height: auto;
  min-height: 56px;
  margin-left: 48px;
  color: var(--brand);
  font-size: 18px;
  line-height: 1.25;
}

.dropdown-content-navbox li a {
  border-radius: 6px;
  color: #566173 !important;
  padding: 7px 8px !important;
}

.dropdown-content-navbox li a:hover {
  background: #fff;
  color: var(--brand-2) !important;
}

@media screen and (max-width: 880px) {
  #header-id {
    top: 10px;
  }

  #header-id.sticky,
  .sticky {
    top: 8px;
  }

  .headerSecondry {
    display: flex;
    width: min(94%, 680px);
    min-height: 66px;
    border: 1px solid #dce7ef;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
  }

  .page-header {
    display: none !important;
  }

  .logo-m {
    width: 68%;
    justify-content: flex-start;
    padding: 10px 14px;
  }

  .logo-m img {
    max-height: 46px;
  }

  .burger {
    min-width: 42px;
    min-height: 42px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
  }

  .burger i {
    display: none;
  }

  .burger::before {
    content: "";
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 0 #fff, 0 -6px 0 #fff;
  }
}
