* {
  font-family: "Assistant", arial, sans-serif;
}
#glassix-widget-launcher-container {
  bottom: 65px !important;
}

:root {
  --prime1: #2a367d;
  --prime1RGB: 14, 36, 130;
  --prime2: #dd660e;
  --prime3: #fcbb6e;
  --prime3RGB: 252, 187, 110;
  --prime4: #feca7f;
  --prime5: #ff932d;
  --prime6: #dd660e;
  --prime7: #2a367d;
  --esBlue: #0061dd;
  --asdBlue: #005e8f;
  --radius: 13px;
  --text: #414141;
  --light: #fff;

  --color1: #2a367d;
  --color2: #ed7d15;
  --color3: #6112b5;
  --color4: #14a69a;
  --color5: #38910b;
  --color6: #4f53bd;
}

#bthn[lang="he"] {
  right: auto !important;
  left: 30px !important;
}
div#bthn.english {
  display: none;
}
.nav-tabs .nav-link {
  color: inherit;
}

.nav-tabs .nav-link.active {
  color: var(--prime1);
  font-weight: 700;
}
.btn-primary {
  background-color: var(--prime1);
  border-color: var(--prime1);
}
a {
  color: var(--esBlue);

  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:focus {
  color: var(--esBlue);
}

figure {
  margin: 0;
}

.table {
  border: 1px solid var(--prime1);
}

.table td,
.table th {
  border-top: 1px solid var(--prime1);
}

.table thead th {
  border-bottom: 2px solid var(--prime1);
  background: var(--prime3);
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--prime1);
}

legend {
  font-size: 1rem;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}
.fa-external-link::before {
  font-size: 0.75rem;
  /* content: none; */
}

.floatsearch {
  position: fixed;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100vw;
  background-color: #fff;
  background-image: url("../uploads/n/1706020018.8202.svg");
  background-position: center;
  background-size: cover;
  z-index: 99;
  display: none;
}
body {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}

.header {
  background: #fff;
  color: var(--text);
  min-height: 85px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  gap: 20px;
  border-radius: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in;
}

.header.offset {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.header .logo {
  margin-right: 60px;
  position: absolute;
  flex-basis: 15%;
  width: 134px;
  height: 100%;
  background-color: var(--light);
  text-align: center;
  border-radius: 0 0 15px 15px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .logo img {
  height: 90%;
}

.header nav {
  padding-right: 190px;
  flex-basis: 60%;
}
.header > nav ul {
  list-style: none;
}
.header nav > ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-inline-start: 0.25rem;
}
.header nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0.35rem 0;
}
.header nav > ul > li:last-child > span a::after {
  content: none;
}
.header nav > ul > li:hover > ul {
  display: block;
}
.header nav > ul > li > span > a {
  display: block;
  font-size: 1em;
  position: relative;
  margin-inline-end: 1.5rem;
  border-bottom: 2px solid transparent;
  color: var(--prime1);
}

.header nav > ul > li > span > a:hover {
  text-decoration: none;
  border-bottom: 2px solid var(--prime2);
}

.header nav > ul > li:last-of-type > span > a {
  margin-inline-end: 0;
}
.header nav > ul > li > span > a::after {
  position: absolute;
  content: "";
  padding: 0;
  width: 5px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100vw;
  background-color: var(--prime3);
  margin-inline: 0.6rem;
}
.header nav > ul > li > span > a.on {
  font-weight: 700;
}
.header nav > ul > li > ul {
  display: none;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 50%;
  z-index: 9999;
  width: 500px;
  margin-right: -75px;
  background: var(--light);
  color: var(--text);
  padding: 1rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  margin-top: -5px;
  border-radius: 10px;
  column-count: 2;
}
.header nav > ul > li > ul > li > span > a {
  font-size: 1.1rem;
  color: var(--prime1);
}
.header nav > ul > li > ul > li > span > a em.arrow {
  content: "";
  font-family: "FontAwesome";
  font-style: normal;
}
.header nav > ul > li > ul > li > span > a em.arrow::before {
  content: "\f104";
}

.header .header-side {
  flex-basis: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
  gap: 0;
  padding: 0 0 0 3rem;
}
.header nav > ul > li > ul > li > span > a:hover {
  color: var(--prime6);
}

.header-side .icon {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  background-size: 35px;
  transition: all 0.3s ease-in;
  border: 2px solid var(--prime1);
}

.header-side .icon-btn:hover {
  transform: scale(1.05);
}

.header-side a:before {
  content: none;
}

.header .header-side a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  width: max-content;
  color: var(--prime1);
  padding: 0 1.5rem;

  @media (max-width: 1300px) {
    padding: 0 0.5rem;
  }
}
.header .header-side a i {
  margin-inline: 5px;
  font-size: 14px;
}
header + .container {
  margin-top: 100px;
}
li.ui-menu-item {
  color: var(--text) !important;
}

.mobile-navigation nav ul.mobile-soc {
  padding: 0.5rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

ul.mobile-soc a.icon-btn {
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  background-size: 25px;
}
ul.mobile-soc.second a.icon-btn:first-child {
  border-left: 1px solid var(--prime1);
}
.mobile-soc .icon-btn.accessibility,
.mobile-soc .icon-btn.search {
  display: none;
}

a.toggle-nav {
  display: none;
}
a.herum-mobile.mobile {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: var(--prime5);
  border-radius: 100vw;
  position: absolute;
  top: 31px;
  left: 182px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
a.herum-mobile.mobile em {
  color: var(--text);
}
a.herum-mobile.mobile span {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--text);
}

.footer {
  background-color: var(--prime1);
  padding-bottom: 0;
  color: var(--light);
  font-style: normal;
  display: flex;
  flex-direction: column;
  height: 500px;
  padding-top: 4rem;
}
.footer > .container:has(.top) {
  padding-bottom: 3rem;

  @media (max-width: 1500px) {
    max-width: 94%;
  }
}
.footer i.heart {
  color: var(--prime5);
}
.footer p,
.footer ul,
.footer li,
.footer a,
.foter em,
.footer h4 {
  margin: 0;
  color: var(--light);
}
.footer a:hover {
  color: var(--prime3);
}
.footer h4 {
  font-weight: 900;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.footer h4::after {
  content: "";
  position: absolute;
  background-color: var(--prime6);
  width: 80px;
  height: 4px;
  right: 0;
  bottom: 0;
}

.footer ul {
  list-style: none;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
    max-height: 170px;
}
.footer ul li {
  flex: 1 1 30%;
  max-width: 30%;
  line-height: 1.82;
}

.footer-sections-grid {
  width: 100%;
  padding-top: 5.75rem;
}
.footer .fin {
  margin-top: auto;
  background-color: #0b073e;
}
.footer .fin .container {
  padding-top: 5rem;
  display: flex;
  font-size: 1rem;
  padding: 1rem;
  justify-content: center;
}
.footer .wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer .wrap em {
  font-style: normal;
}
.footer .wrap .icons > span {
  position: relative;
  width: fit-content;
}
.footer .wrap .icons > span::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--prime3);
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  border-radius: 100vw;
}
.footer .wrap .icons > a:first-of-type {
  padding-right: 1.5rem;
}
.footer .copyright {
  margin-top: auto;
}
.footer .icons {
  display: flex;
  flex-wrap: wrap;
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  z-index: 9999999;
  transition: 0.5s;
  visibility: hidden;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);

  background: rgba(var(--prime1RGB), 0.82);
  border-right: 2px solid var(--light);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.mobile-navigation.open {
  left: 0;
  visibility: visible;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}

.mobile-navigation .content .head {
  width: 100%;
  text-align: left;
  margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
  padding: 10px 15px;
  background: var(--text);
  color: var(--light);
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  background: var(--light);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: var(--prime1);
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
  font-weight: bold;
}

.mobile-navigation nav button {
  display: none;
}

.mobile-navigation nav ul ul {
  display: none;
}

.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}
.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 15px;
  margin-right: 48px;
}

.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  font-size: 1rem;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  color: var(--prime1);
  background: #f5f0f0;
  font-family: "FontAwesome";
  font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  padding: 1rem;
  background: var(--light);
  border: 0;
}

.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation .content .head .button {
  background: var(--light);
  color: rgb(43, 43, 43);
}

.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}
.page-content-nav {
  display: none;
}
.breadcrumbs {
  margin-bottom: 0.75rem;
}

.breadcrumbs a {
  color: var(--prime1);
}

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

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
  color: var(--prime5);
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

.bNagish-toggle {
  position: absolute;
  bottom: auto;
  top: 24px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: var(--light);
  color: var(--prime1);
  border-radius: 50%;
  border: 2px solid var(--prime1);
}

.bNagish-toggle em {
  font-size: 18px;
}
.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  position: relative;
}

.skip-ad .skip-ad-content .msg {
  background: var(--light);
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 3rem;
}

.skip-ad .skip-ad-close {
  position: absolute;
  top: -25px;
  left: -30px;
  width: 100%;
  text-align: left;
  color: var(--text);
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: var(--light);
  color: var(--text);
  border: 2px solid var(--text);
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: var(--text);
  color: var(--light);
  border: 2px solid var(--light);
}

/* Header Search */

.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--prime1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

  display: none;
}

.header-search .content {
  position: relative;
  height: 100%;
}

.header-search input {
  border: 0;
  background: #fff;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  height: 100%;
  outline: none;
}

.header-search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header-search button.submit {
  left: 101px;
  font-size: 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.header-search button.submit:hover {
  color: var(--prime1);
}

@media (max-width: 991px) {
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }
  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }
}

[class^="root-page"] .page-content {
  padding-inline: 4rem;
}

.page-header {
  padding-bottom: 20%;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 1.5rem;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: -1;
}

.page-content {
  background: var(--light);
  max-width: inherit;
  margin-bottom: 3rem;
}

.page-content-head {
  color: var(--prime1);
  position: relative;
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.page-content-head h1 span {
  color: var(--prime1);
  font-weight: 600;
}

.page-content-head a {
  color: var(--prime1);
}

.root-page-405 {
  .rich-content {
    color: var(--prime1);
  }
}

.custom-nav li a .fa-external-link::before {
  font-size: 1.5rem;
}
.custom-nav > ul {
  display: flex;
  flex-wrap: wrap;
}
.custom-nav ul {
  list-style-type: none;
}
.custom-nav > ul > li {
  margin-bottom: 3rem;
  position: relative;
}
.custom-nav li {
  flex: 1 1 49%;
  font-weight: 400;
  font-size: 1.75rem;

  @media (max-width: 767px) {
    flex: 1 1 100%;
    font-size: 1.43rem;
  }
}
.custom-nav li a {
  color: var(--prime1);
  position: relative;
  line-height: 1.7;
}
.custom-nav > ul > li > span > a {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    width: 75px;
    height: 2px;
    border-radius: 2px;
    background-color: var(--prime5);
    right: 0;
    bottom: -20px;
  }
}
.custom-nav li._h1 {
  font-weight: 900;
  font-size: 1.75rem;
}

.custom-nav li ul {
  position: relative;
  padding-right: 0;
  padding-top: 2.25rem;
}
.custom-nav li ul li {
  position: relative;
  padding-right: 2.75rem;
  margin-bottom: 1rem;
}
.custom-nav li ul li:has(.fa) {
  padding-right: 0;
}
.custom-nav li ul li a .fa {
  color: var(--prime5) !important;
}
.custom-nav > ul > li > ul > li a:hover {
  color: var(--prime2);
  font-weight: 500;
}

.custom-nav li ul li:not(:has(em.fa))::after {
  position: absolute;
  font-weight: 900;
  content: "\f177";
  font-family: "Font Awesome 6 Free";
  right: 0;
  top: 0.5rem;
  color: var(--prime5);
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-share {
  font-size: 16px;
  text-align: center;
}

.social-share .h6 {
  font-size: 1.3rem;
}

.social-share a {
  min-width: 40px;
  text-align: center;
  display: inline-block;
}

.toc-container {
  border: 1px solid #ddd;
  background: #f1f1f1;
  display: inline-block;
  padding: 0.5rem;
}

.toc-toggle a span {
  display: none;
}

.toc-toggle a:before {
  content: "הצג";
}

.toc-container.active .toc-toggle a:before {
  content: "הסתר";
}

.toc-expendable {
  display: none;
}

.toc-expendable ol {
  margin: 0;
  margin-top: 1rem;
}

/* InPage Style - Rich Content */

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
  font-weight: bold;
}

.rich-content h2 {
  color: var(--text);
}

.rich-content h3 {
  color: var(--text);
}

.rich-content h4 {
  color: var(--text);
}

.rich-content h5 {
  color: var(--text);
}

.rich-content h6 {
  color: var(--text);
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid var(--prime5);
  background: #fcbe771f;
  padding: 1rem;
  border-radius: 15px 15px 0 0;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}
.card {
  border-radius: 22px 22px 0 0;
  overflow: hidden;
}
.card-header {
  background: var(--prime1);
  color: var(--light);
}

.card-header h2 {
  color: inherit;
  margin: 0;
  font-size: 1.3rem;
}

.card-body {
  background: #f1f1f1;
}

.form-category-group {
  background: #f1f1f1;
  border-right: 3px solid var(--prime1);
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: var(--light);
}

.form-category-group a {
  color: inherit;
}

.form-category-group .tofes-link {
  display: inline-block;
  padding: 0.1rem 0.6rem;
  border-radius: 2rem;
  border: 1px solid #ddd;
  background: var(--light);
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

.page-event-promo {
  display: block;
  padding: 1rem;
  color: #000;
  margin: 15px 0;
  background: #f1f1f1;
  border-bottom: 3px solid #d8d8d8;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: var(--light);
  transform: scale(1.1);
  background: #0c97ff;
  border-bottom: 3px solid #2d55aa;
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: var(--prime1);
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: var(--light);
}

.page-event-promo .date {
  background: var(--prime1);
  color: var(--light);
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: var(--prime1);
  background: var(--light);
}

.page-events .more {
  text-align: left;
}

.page-phonebook-category {
  margin: 15px 0;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: 20px;
}

.page-phonebook-category-title h3 {
  color: var(--prime1);
  background: var(--light);
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.page-phonebook-category-title h3:before {
  content: "\f196";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category.opened .page-phonebook-category-title h3:before {
  content: "\f147";
  font-family: "FontAwesome";
  padding-left: 0.5rem;
}

.page-phonebook-category-title h3:hover,
.page-phonebook-category.opened .page-phonebook-category-title h3 {
  background-color: var(--prime1);
  color: var(--light);
}

.page-phonebook-category-body {
  display: none;
  background-color: var(--light);
  border: 1px solid var(--prime1);
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: var(--prime1);
  padding: 10px 0;
  font-size: 1.2em;
  margin: 0;
}

.page-phonebook .phonebook.active > h2 {
  padding: 10px;
}

.page-phonebook .phonebook h2 a {
  color: inherit;
}

.page-phonebook .phonebook.active {
  margin-bottom: 15px;
  border: 1px solid var(--prime1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}

.page-phonebook .phonebook.active > h2 {
  background: var(--prime1);
  color: var(--light);
}

.page-phonebook .phonebook > h2 > a > em:before {
  content: "\f137";
}

.page-phonebook .phonebook.active > h2 > a > em:before {
  content: "\f13a";
}

.page-phonebook .phonebook .info {
  background: #f1f1f1;
  padding: 15px;
}

.page-phonebook .phonebook .info:focus {
  outline: 0;
}

.page-phonebook .phonebook .info p {
  margin: 0 0 20px 0;
}

.page-phonebook .member {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.page-phonebook .pic {
  float: right;
  margin-left: 10px;
}

.page-phonebook .pic img {
  display: block;
  max-width: 100px;
}

.page-phonebook .fa-stack {
  font-size: 100%;
}

.page-phonebook .phone .fa-stack {
  color: var(--prime7);
}

.page-phonebook .mobile .fa-stack {
  color: var(--prime2);
}

.page-phonebook .email .fa-stack {
  color: var(--prime5);
}

.page-phonebook .fax .fa-stack {
  color: var(--prime3);
}

.page-phonebook .fa-mobile {
  font-size: 130%;
}

.page-phonebook .fa-envelope {
  font-size: 90%;
}

.page-phonebook .fa-fax {
  font-size: 90%;
}

.page-phonebook .contact-info {
  float: right;
}

.page-phonebook .contact-info a {
  color: inherit;
}
.appointments .department-btn,
.appointments .appointment-btn,
.appointments .date-btn {
  border-right-color: var(--prime1) !important;
  border-radius: 30px !important;
}
.style1 {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid var(--prime1);
  box-shadow: 0 0 15px rgb(0 0 0 / 13%);
  border-radius: 2rem;
  overflow: hidden;
  padding: 1.5rem;
}

.style1 > li {
  border-bottom: 1px solid #ddd;
}
.style1 > li:last-child {
  border-bottom: 0;
}

.style1 > li > a {
  display: block;
  padding: 0.5rem 0;
  color: var(--text);
}

.style1 > li > a:before {
  font-family: "FontAwesome";
  content: "\f104";
  padding: 0 5px;
  display: inline-block;
  color: var(--prime1);
}

.style1 > li > a:hover,
.style1 > li > a:focus {
  background: var(--prime1);
  color: var(--light);
  padding-right: 15px;
  border-radius: 2rem;
}

.search-btn.mobile {
  display: none;
}
.under-dev {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999999;
  width: 300px;
  height: 300px;
  overflow: hidden;
  pointer-events: none;
  transform-origin: bottom left;
  transform: scale(1.6);

  transform-origin: -220px 210px;
  transform: scale(1.26);
}

.under-dev > div {
  width: 100%;
  height: 100%;
  position: relative;
}

.under-dev > div > div {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 999;
  background: red;
  color: var(--white);
  transform: rotate(312deg);
  padding: 0.2rem 5rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* START OF GRID */
.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* display: grid;
  grid-template-columns: repeat(3, 1fr); */
}

.sub-pages-nav ul > li {
  position: relative;
  padding: 1rem;
  flex: 1 1 47%;
  max-width: 47%;
  min-width: 200px;

  @media (max-width: 1024px) {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.sub-pages-nav a {
  display: block;
  color: inherit;
  font-size: 1.3rem;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 10px;
  background: #ffffff;
}
.sub-pages-nav li a {
  position: relative;
  display: flex;
}
.sub-pages-nav li a .fa-external-link {
  color: var(--prime7);
  font-size: 0.8rem;
  margin-top: 7px;
  position: absolute;
  left: 0.5rem;
}
.sub-pages-nav li a:hover {
  border-color: #a0a0a0;
  box-shadow: 0 0 9px rgba(172, 172, 172, 0.2);
  .arrow {
    inset-inline-end: 9px;
    color: #a0a0a0;
  }
}
.sub-pages-nav a .icon {
  position: relative;
  border-radius: 0 8px 8px 0;
  padding: 0;
  width: 10px;
}
.sub-pages-nav a > span {
  display: table-cell;
  vertical-align: middle;
  padding: 0.75rem 0.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 98%;

  @media (max-width: 387px) {
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
  }
}
.sub-pages-nav li:nth-child(5n + 1) a .icon {
  background: var(--color1);
}
.sub-pages-nav li:nth-child(5n + 2) a .icon {
  background: var(--color2);
}
.sub-pages-nav li:nth-child(5n + 3) a .icon {
  background: var(--color3);
}
.sub-pages-nav li:nth-child(5n + 4) a .icon {
  background: var(--color4);
}
.sub-pages-nav li:nth-child(5n + 5) a .icon {
  background: var(--color5);
}
.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  float: left;
  margin-right: 10px;
  color: #b6b6b6;
  position: absolute;
  inset-inline-end: 15px;
  transition: all 0.2s ease-out;
}

@media (max-width: 991px) {
  .sub-pages-nav ul > li {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

@media (min-width: 1600px) {
  .container {
    min-width: 90%;
  }
}

@media print {
  .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .header,
  .blocks-skip,
  #bNagish,
  .mobile-navigation-container,
  .page-header,
  .social-share,
  .footer,
  .skip {
    display: none;
  }
}
@media (max-width: 991px) {
    .footer ul {
        max-height: none;
    }
  }
@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}

@media (max-width: 1500px) {
  .header .logo {
    margin-right: 20px;
    width: 124px;
    height: 124px;
  }

  .header nav {
    padding-right: 175px;
  }

  .header .logo img {
    height: 100px;
  }
}
@media (max-width: 1300px) {
  .header .logo {
    margin-right: 0px;
    width: 110px;
    height: 110px;
  }
  .header .logo img {
    height: 82px;
  }
  .header nav {
    padding-right: 115px;
    flex-basis: 75%;
  }
  .header nav > ul > li > span > a {
    margin-inline-end: 0.9rem;
  }
  .header nav > ul > li > span > a::after {
    margin-inline: 0.3rem;
    width: 3px;
    height: 3px;
  }
  .header .header-side a.search span {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header .header-side a:last-child i {
    display: none;
  }
  .header-side a.search.icon {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .under-dev {
    /* transform: scale(0.75); */
    bottom: 0;
    right: -140px;
    right: -14px;
  }
  body {
    padding-top: 105px;
    padding-bottom: 0;
  }
  .header {
    height: 105px;
    border-radius: 0;
  }
  .header .logo {
    margin-right: 0;
    height: inherit;
    box-shadow: none;
    width: 110px;
  }

  .header .logo img {
    height: 80px;
  }
  .header.offset .logo {
    height: inherit;
  }

  .header-side {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 2rem 0 0;
    padding: 0.75rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 62px;
  }

  .page-header {
    margin: 15px -15px;
  }

  .header .header-side {
    display: none;
  }

  .bNagish-toggle {
    display: block;
    top: 32px;
    bottom: auto;
    left: 80px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--prime2);
  }

  .footer {
    height: auto;
  }

  .footer ul li {
    padding-inline: 5px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .footer-sections-grid {
    padding-block: 5.5rem;
  }
  .footer .wrap .icons > a:first-of-type {
    width: 100%;
    padding-right: 0;
  }
  .footer .wrap .icons > span::after {
    content: none;
  }
  .page-content-head {
    padding: 1rem;
  }

  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: var(--light);
    font-size: 2rem;
  }

  [class^="root-page"] .page-content {
    padding-inline: 1rem;
  }
  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }

  .page-content-body {
    padding: 1rem;
  }

  .page-content-nav {
    margin-top: 2rem;
    display: block;
  }

  .pages-nav-title {
    border-radius: 15px 15px 0 0;
    display: block;
  }
  .header > nav {
    display: none;
  }

  a.toggle-nav {
    position: absolute;
    top: 32px;
    left: 30px;
    width: 40px;
    height: 40px;
    background: var(--prime1);
    color: var(--light);
    display: block;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  a.toggle-nav em {
    font-size: 18px;
  }
  .header-search input {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  .header-search button {
    width: 50px;
    padding: 0.5rem 1rem;
  }

  .header-search button.submit {
    left: 51px;
    font-size: 18px;
  }

  .page-header {
    display: none;
  }

  .page-content {
    margin: 0 -15px;
  }
  .header-search {
    left: 1.5rem;
    max-width: 75%;
    top: 100px;
  }
  .fast-navigation {
    flex-direction: column;
    width: 75%;
  }
  .fast-navigation > label,
  .fast-navigation > select,
  .fast-navigation > span {
    display: block;
    border-radius: 2rem;
    width: 100%;
  }
  .fast-navigation .smart-nav-sub > label,
  .fast-navigation .smart-nav-sub > select,
  .fast-navigation .smart-nav-sub > button {
    display: block;
    border-radius: 2rem;
  }
  .fast-navigation .smart-nav-sub > select {
    width: 100%;
    margin: 0.5rem 0;
  }

  .smart-nav-submit {
    margin: 0 auto;
  }
  .fast-navigation .smart-nav-sub > button {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
  }
  .header-search button {
    width: 150px;
  }
  .fast-navigation button::after {
    width: 158px;
  }
  .header-search button.submit {
    left: 7px;
  }
  .header-search button.close.close-all {
    bottom: -55px;
    height: 45px;
    width: 45px;
  }
  .header-search em.fa.fa-times {
    position: relative;
    left: 2px;
  }
  .header-search button.submit > img {
    width: 18px;
    position: relative;
    left: 8px;
    top: -8px;
  }
  .search-btn.mobile {
    position: absolute;
    background: var(--prime3);
    z-index: 100;
    top: 32px;
    left: 130px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
  }
  .search-btn.mobile img {
    width: 36px;
    height: 36px;
  }

  .search-btn.mobile:focus {
    outline-color: var(--prime1);
  }
}

@media (max-width: 767px) {
  .page-phonebook .contact-info {
    margin-left: 5px;
  }
}

@media (max-width: 400px) {
  .header-search {
    left: 5px;
    max-width: 90%;
  }

  .fast-navigation {
    width: 92%;
  }
}
