* {
  font-family: "Heebo", "Assistant",arial, sans-serif;
}
:root {
  --white: #fff;
  --dblue: #1b3c61;
  --orange: #ef722b;
  --darkgreen: #00864f;
  --linkhighlight: #256686;
  --blue: #256686;
  --lightgray: #eaeaea;
  --yellow: #fdba38;
  --text:#414141;
}
.alert.alert-info{
    color: #ffffff !important;
    background-color: #276484 !important;
    border-color: #276484 !important;
}
.alert.alert-info p{
    color:#fff !important;
}
.alert.alert-info span{
    color:#fff !important;
}
.table {
  border: 1px solid var(--blue);
}
.table thead th {
  border-bottom: 2px solid var(--blue);
  background: #ffecc5;
    color: var(--text);
}
.table td,
.table th {
  border-top: 1px solid var(--blue);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(241 247 255);
}
.table-bordered td,
.table-bordered th {
  border: 1px solid var(--blue);
}

legend {
  font-size: 1rem;
}
input[readonly] {
  background-color: #e9e9e9;
  color: #6e6e6e;
}
.form-category-group.sub-pages-nav a.tofes-link {
  margin: 2rem;
}
/** **/

p.warn {
  font-weight: bold;
  font-size: 0.82rem;
  margin-bottom: 0;
}

.col-md-2::-webkit-scrollbar,
.links-row::-webkit-scrollbar {
  width: 0.18em;
}

.col-md-2::-webkit-scrollbar-track,
.links-row::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.col-md-2::-webkit-scrollbar-thumb,
.links-row::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  outline: 1px solid var(--blue);
}
.links {
  box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.links .row {
  margin: 0;
}

.links h4 {
  color: var(--linkhighlight);
  font-size: 1.1rem;
  font-weight: bold;
}
.links .wrap {
  display: flex;
  flex-direction: column;
}

.links .links-row {
  flex-wrap: wrap;
  overflow: auto;
  scroll-snap-align: start;
  scroll-snap-type: x mandatory;
}
.links .col-md-2 {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.14);
  margin: 0.8rem auto;
  padding: 2rem 1.5rem 1rem 0.8rem;
  min-width: 218px;
  width: clamp(100%, 18%, 246px);
  min-height: 200px;
  border: 1px solid rgba(194, 194, 194, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 275px;
  overflow-y: auto;
}

.links span {
  background: var(--linkhighlight);
  display: block;
  padding: 1px;
  margin-bottom: 0.75rem;
}
.links .col-md-2 a:hover {
  text-decoration: none;
}
.links h2 {
  background-color: var(--yellow);
  color: #fff;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.7rem;
  text-align: center;
  margin-bottom: 0;
}

.links strong {
  color: var(--linkhighlight);
}

.links a {
  margin-bottom: 0;
  font-weight: normal;
  color: inherit;
  position: relative;
}
.links a::after {
  content: "\203A";
  position: absolute;
  margin: auto;
  margin-right: 5px;
  font-size: inherit;
  color: inherit;
}

.links a:hover {
  color: var(--linkhighlight);
  text-decoration: underline;
}
.links .content {
  font-size: 1rem;
  line-height: 1.6em;
}
figure {
  margin: 0;
}


.sub-pages-nav.with-icons ul > li {
  width: 33.33%;
}
.sub-pages-nav.with-icons a {
  display: block;
  color: #333;
  background: #fff;
  color: #0056b3;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  position: relative;
  box-shadow: 0 0 26px rgb(0 0 0 / 13%);
  border-radius: 15px;
  overflow: hidden;
}
.sub-pages-nav.with-icons a .icon{
  padding-bottom: 56.25%;
    margin-bottom: 0.5rem;
    display: block;
    position: relative;
    overflow: hidden;
}
.sub-pages-nav.with-icons a .info {
  min-height: 100px;
  display: block;
  padding: 1rem;
}
.sub-pages-nav.with-icons a .name {
  display: block;
  font-weight: bold;
  color: #34465f;
}
.sub-pages-nav.with-icons a .description {
  display: block;
  color: #777;
  margin: 10px 0;
}
.sub-pages-nav.with-icons a .read-more {
  display: block;
  text-align: center;
}
.sub-pages-nav.with-icons a .read-more > span {
  display: inline-block;
  background: var(--white);
  color: var(--dblue);
  padding: 2px 10px;
  border-radius: 10px;
  font-weight: bold;
}
.sub-pages-nav.with-icons a .read-more > span em {
  background-color: var(--dblue);
  color: var(--white);
  font-style: normal;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  display: inline-block;
  font-size: 18px;
}
.sub-pages-nav.with-icons a .icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .table-responsive {
    display: table;
  }
}

a {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
  color: var(--linkhighlight);
}
body {
  background-image: url(images/BG.png);
  background-attachment: fixed;
  padding-top: 80px;
}

/* Header */

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 90;
  height: 110px;
  border-bottom: 5px solid #febb38;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  background-color: var(--white);
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 2rem;
}

.header.sticky {
}

.header a {
  color: inherit;
}
a.logo {
  margin-top: 30px;
}
a.logo img{
  height: 180px;
}
.header .main-bar .logo {
  position: relative;
  bottom: 21px;
  right: 0;
}

/* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid #1d99d9;
  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;
  background-color: var(--blue);
}

.header-search button.submit:hover {
  color: #754c29;
}

.fa-search:before {
  color: #fff;
}
.header-search button.submit:hover {
  color: #754c29;
}

/**/
.user-bar{
  display: flex;
  justify-content: center;
  color:var(--text);
  font-size: 1.05rem;
  font-weight: 500;
}
.user-bar a:first-of-type{
  color:red;
}
.user-bar a:hover {
  text-decoration: underline;
}
.header-side {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 2px;
  color: #818181;
  margin-right: auto;
  width: 100%;
  max-width: 455px;
}

.header-side .bottom{
  position: relative;
  display: flex;justify-content: space-between;
  gap:10px;
}
.header-side .icon-btn {
  float: right;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.5rem;
  background-size: 35px;
  transition: all 0.3s ease-in;
  border-radius: 12px;
}
.icon-btn.services{
  position: relative;
  /* width: 100%;
  max-width: 260px; */
  flex:1;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.icon-btn.services:hover {
  background-color: var(--dblue) !important;
}
.icon-btn.services span{
  text-shadow: 3px 3px 5px rgba(0,0,0,0.52);
}
.icon-btn.services img{
  width: 30px;
  margin-right: 1rem;
}
.icon-btn.services i{
  position: absolute;
  right:10px;
  top:5px;
}
.icon-btn.search {
  border-radius: 10px;
  border: 2px solid;
  filter: invert(1);
}
.bottom .submenu{
  position: absolute;
  margin: auto;
  inset: 60px 0;
  max-width: 260px;
}
.bottom .submenu .wrapper{
  padding: 10px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  gap:20px;
}
.bottom .submenu a{
  margin-block: 10px;
  width: 106px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color:var(--text);
  font-weight: 500;
}
.bottom .submenu a:hover{
  transform: scale(1.02);
  color:var(--orange);
}
.bottom .submenu a:hover img{
  filter: invert(1);
  filter: invert(0.9) sepia(1) saturate(9) hue-rotate(345deg);
}
.bottom .submenu a figcaption {
  min-height: 48px;
  line-height: 1.2;
}
/* Navigation */

.header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header nav{
  flex-basis: 70%;
}

.header nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 0.35rem 0;
}

.header nav a {
  color: inherit;
}

.header nav a.on,
.header nav li.on > a {
  color: var(--linkhighlight);
}

.header nav button {
  display: none;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
    }

  .header .navigation {
    padding: 10px;
  }

  .header nav > ul {
    display: table;
    position: relative;
  }

  .header nav li:hover > ul {
    display: block;
  }

  .header nav ul li {
    display: inline-block;
    position: relative;
    padding: 0.35rem 0;
  }

  .header nav ul li a {
    font-family: "Assistant", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    position: relative;
    margin-inline-end: 1.5rem;
    border-bottom: 2px solid transparent;
  }

  .header nav ul li a:after {
    content: "/";
    padding: 0;
    position: absolute;
    margin-inline: 0.6rem;
  }
  .header nav ul li:last-child a:after {
    content: none;
  }

  .header nav ul li a:hover {
    text-decoration: none;
    color: #c0850b;
  }
  .header nav ul li ul li a:hover,
  .header nav ul li ul li:hover a {
    text-decoration: none;
    color: var(--orange);
  }

  .header nav > ul > li.on > a,
  .header nav > ul > li > a.on {}

  .header nav ul li ul {
    display: none;

    text-align: right;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    width: 540px;
    background: #fff;
    color: #fff;
    padding: 1rem 0.5;
    backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
    box-shadow: 0 0 30px rgb(0 0 0 / 18%);
    border-radius: 10px;
    column-count: 2;
  }
.page-wrapper{
  margin-top: 2rem;
}
  .header nav ul li:hover ul {
    /* -webkit-column-count: 3;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-fill: auto;
    column-count: 3;
    column-fill: auto; */
  }

  .header nav ul li ul li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 0 1rem;
    display: inline-block;
  }

  .header nav ul li ul li a {
    display: inline-block;
    padding: 0.15rem 15px;
    font-weight: 500;
    width: 100%;
    font-size: 1.2rem;
    color: var(--text);
  }

  .header nav ul li ul li a:after {
    content: none;
  }

  .header nav ul li ul li a:hover {
    text-decoration: underline;
  }

  .header nav ul li ul li a em.arrow {
    content: "";
    font-family: "FontAwesome";
    font-style: normal;
    color: var(--yellow);
  }

  .header nav ul li ul li a em.arrow:before {
    content: "\f104";
  }
}

/* @media (max-width: 1199px) {
  .header .navigation {
    display: none;
  }
} */

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: rgb(1 19 73 / 82%);
  z-index: 9999999;

  transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;

  visibility: hidden;

  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-right: 2px solid #1e99d9;
  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: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  font-size: 1.05rem;
  background: #fff;
  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: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > 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;
  overflow: hidden;

  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  color: inherit;

  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: #fff;
  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: #1e99d9;
  color: #000;
}

.page-content .content p>img {
  object-fit: contain;
  margin-bottom: 1rem;
  max-height: 70px !important;
}
/**/

.page-header {
  height: 1px;

  background-repeat: no-repeat;
  background-position: top center;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  position: relative;

  z-index: -1;
}

@media (max-width: 991px) {
  .page-header {
    display: none;
  }
  .page-wrapper{
    margin-top: 2rem;
  }
}

.page-header .overlay {
}

/**/

.page-content {
  background: #fff;
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .page-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .page-content {
    margin: 0 -15px;
  }
}

.page-content-head {
  background: var(--blue);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

@media (max-width: 991px) {
  .page-content-head {
    padding: 1rem;
  }
}

.page-content-head h1 {
  margin: 0;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

@media (max-width: 991px) {
  .page-content-head button {
    display: block;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    left: 15px;
    bottom: 1rem;
    color: #fff;
    font-size: 2rem;
  }

  .page-content-head button em:before {
    content: "\f13a";
  }

  .page-content-head button.opened em:before {
    content: "\f139";
  }
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

@media (max-width: 991px) {
  .page-content-body {
    padding: 1rem;
  }
}

.page-content-nav {
  display: none;
}

.page-content-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-content-nav ul > li {
  border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
  padding: 1rem;
  display: block;
}

/* Breadcrumbs */

.breadcrumbs {
}

.breadcrumbs a {
}

.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;
}

.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

/**/

/**/

.skip-ad {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}

.skip-ad .skip-ad-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-content {
  margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  padding: 30px;
}

.skip-ad img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.skip-ad .skip-ad-close {
  position: fixed;
  top: 30px;
  width: 100%;
  text-align: left;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: red;
  color: #000;
}

/**/

@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;
  }
}

/**/

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
  margin-bottom: 1rem;
}

.rich-content h2 {
  color: var(--blue);
  font-size: 1.4rem;
}

.rich-content h3 {
  color: var(--blue);
  font-size: 1.2rem;
}

/**/

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-right: 3px solid #c3262e;
  background: #f3f9f7;
  padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
}

/**/

.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;
}

/**/
.bNagish-toggle{
  display: none;
}
.bNagish-toggle {
  border-radius: 50%;
}

/**/

.mobile-navigation .side {
  background: #f1f1f1;
  padding: 1rem;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.mobile-navigation .side .header-search {
  position: relative;
}

.mobile-navigation .side .header-search input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.5rem;
}

.mobile-navigation .side .header-search button {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: 0;
  padding: 0 10px;
}

/**/
.wishes {
  padding: 6rem 0;
  background-size: cover;
  background-position: center;
}

.wishes input,
.wishes textarea {
  padding: 0.7rem;
  border-radius: 9px;
  border: 2px solid var(--linkhighlight);
}
.wishes input:focus-within,
.wishes input:active,
.wishes input:focus,
.wishes textarea:focus-within,
.wishes textarea:active,
.wishes textarea:focus {
  outline: none;
  border: 3px solid var(--linkhighlight);
}
textarea#userwish {
  width: 100%;
  max-width: 500px;
  border-radius: 9px;
}

.wishes .wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}

.wishes button {
  background-color: var(--linkhighlight);
  cursor: pointer;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 9px;
  padding: 0.5rem 1rem;
}
.wishes button:hover {
  background-color: var(--blue);
}
.wishes form {
  font-weight: bold;
  width: inherit;
  max-width: 500px;
  padding: 2rem 1rem;
  border: 3px solid var(--linkhighlight);
  border-radius: 9px;
  background: rgba(12, 16, 131, 0.6);
  color: #fff;
  font-weight: bold;
}

.wishes .card {
  background-color: rgba(255, 255, 255, 0.82);
}
/***** footer *******/

.footer {
  padding: 2rem 0;
}
span.credits {
  font-size: 1.1rem;
}

.toggle-nav {
  display: none;
}
.mobile-nav-search .fa-search:before{
  color:var(--text);
}
@media (max-width: 1500px) {
  .bottom .submenu {
    inset: 45px 0;
  }
  .icon-btn.services img {
    width: 25px;
  }
  
  .icon-btn.services i{
    right: 7px;
    top: 5px;
    font-size: 1rem;
  }
  a.logo{
    margin-top: 10px;
  }
  a.logo img {
    height: 150px;
  }
  .header nav ul li a {
    font-size: 1.2rem;
  }
  .header-side{
    max-width: 360px;
  }
  .header-side .icon-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1199px) {
  .header {
    padding-inline-start: 0;
  }
  .header .bottom .search {
    display: none;
  }
  .header .bottom .services{
    font-size: 1.22rem;
  }
  .header-side .bottom{
    left:3rem;
    justify-content: flex-end;
  }
  .bottom .submenu{
    position:fixed; max-width:100vw;
    background-color: #fff;inset:6rem 0;
  }
  .bottom .submenu .wrapper{
    height: calc(100dvh - 6rem);
    overflow: scroll;gap:4rem;
  }
  .icon-btn.services i{
    font-size: 2rem;
  }
  .user-bar {
    display: none;
  }
  .mobile-nav-search {
    display: block;
  }
  .mobile-navigation .content .head {
    position: relative;
  }
  nav.navigation {
    display: none;
  }
  .toggle-nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 0rem;
    z-index: 91;
  }
  .toggle-nav .fa-bars {
    font-size: 35px;
    color: var(--linkhighlight);
  }
  button.mobile-navigation-close {
    width: 3.95rem;
    border: 0;
    outline: none;
    height: 3.95rem;
    background: #404981;
    color: #fff;
    font-size: 2rem;
  }
  .icon-btn.services img{
    display: none;
  }
  .icon-btn.services{
    width: fit-content;
    flex:none;
    padding-inline:0.5rem;
    transition:all 0.2s ease-in-out;
  }
  .icon-btn.services.active{
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    height: 6rem;
    border-radius: 0;
    z-index: 100;
  }
}

@media (max-width: 991px) {
  .bNagish-toggle{
    display: block;
    display: none;
  }
  
  a.logo {
    margin-top: 5px;
  }
  a.logo img{
    height: 135px;
  }
  h1 {
    font-size: 1.82rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  aside.more-in-category,
  .social-share {
    display: none;
  }

  .bn-controls {
    display: none;
  }
    .icon-btn.services i {
      top: 20px;
      right: 20px;
    }
  
    a.icon-btn.services:hover {
      background-color: inherit;
    }
}

@media (max-width: 770px) {
  .wishes .card-body {
    font-size: 1rem;
  }
}
@media (max-width: 768px){
.sub-pages-nav.with-icons ul > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .header .logo img {
    max-width: 220px;
  }
}
@media (max-width: 360px){
  .header-side .icon-btn {
      margin-left: 2px;
    }
  
    .header-side .icon-btn[title="נגישות"] {
      width: 33px;
      height: 33px;
    }
  .sub-pages-nav.with-icons ul > li {
      width: 100%;
    }
  }