@charset "UTF-8";

* {
  font-family: "Heebo", arial, sans-serif;
}

input:focus::placeholder {
  color: transparent;
}
:root {
  --site0: #ece8df;
  --siteRGB: 236, 232, 223;
  --site1: #4e2d18;
  --site2: #452615;
  --eventsPrimaryColor: #446248 !important;
  --site3: #805f44;
  --footer: #8d7661;
  --site4: #cbba9d;
  --site4B: #b4a990;
  --site4RGB: 192, 179, 153;
  --site5: #446248;
  --site5RGB: 68, 98, 72;
  --site6: #00221c;
  --site1RGB: 59, 25, 7;
  --asBlue: #0372ac;
  --asdBlue: #005e8f;
  --radius: 13px;
  --text: #4d5152;
  --bg: #ecedec;
  --pagebg: #f5f4f2;
  --nbslide: #37a384;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.form-control:focus {
  border-color: var(--site5);
  box-shadow: 0 0 0 0.2rem rgba(var(--site5RGB), 0.25);
}

.material-symbols-outlined:before {
  position: absolute;
  content: "";
  color: inherit;
  font-size: inherit;
}
.material-symbols-outlined {
  font-size: 110%;
  color: inherit;
  vertical-align: middle;
}
.mobile-track {
  display: none;
}
body .grad {
  display: none;
}

/* Bootstrap Override * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
a {
  color: var(--asBlue);
  transition: 0.5s;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--site5);
  border-color: var(--site5);
}
.btn.btn-secondary {
  background-color: var(--site3);
  border-color: var(--site3);
  color: #fff;
  border-radius: 50px;
  padding: 3px 9px;
}

.btn-outline-primary {
  color: var(--site5);
  border-color: var(--site5);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--site5);
  border-color: var(--site5);
}

a:hover,
a:focus {
  color: var(--asdBlue);
}

figure {
  margin: 0;
}

.table {
  border: 1px solid var(--site1);
}

.table td,
.table th {
  border-top: 1px solid var(--site1);
}

.table thead th {
  border-bottom: 2px solid var(--site1);
  background: #e6f6ff;
}

.sitemap ul li img {
  display: none;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid var(--site1);
}

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 {
  content: none;
}
.img-fluid {
  border-radius: var(--radius);
}
.toggle-nav {
  display: none;
}

.searching {
  animation-name: spinme;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes spinme {
  from {
    transform: rotate(0deg) translateX(-50px) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(-50px) rotate(-360deg);
  }
}

/* Template * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body {
  margin: 0;
  background-color: var(--bg);
  padding: 0;
  overflow-x: clip;
}
.bNagish-toggle {
  display: flex;
  /* display: none; */
}

/* Header */
.header {
  background-color: var(--site0);
  border-radius: 0 0 1rem 5px;
  color: #000;
  height: 60px;
  position: fixed;
  top: 0;
  width: calc(100% - 80px);
  z-index: 99;
  display: flex;
  margin-inline: auto;
  right: 50%;
  transform: translateX(50%);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.header.offset {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}
.lwrap {
  width: 100%;
  max-width: fit-content;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 0 0 1rem 1rem;
  background-color: var(--site0);
  height: 163px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header .logo {
  flex-basis: 100px;
  position: relative;
  width: inherit;
  border-radius: 0;
  top: 0;
  display: flex;
  justify-content: center;
}
.header .logo img {
  display: block;
  width: 90px;
  position: relative;
  mix-blend-mode: darken;
}

.header .logo_shomron {
  margin-top: auto;
  height: inherit;
  display: flex;
  align-items: center;
}

.header .logo_shomron img {
  width: 100px;
  height: auto;
}

.header .lang-btn {
	display: block;
    float: right;
    border-radius: 3rem;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0.1rem 0;
    line-height: 1rem;
    text-align: center;
    color: #000;
    position: relative;
    margin-left: 10px;
    font-size: 1.8rem;
    
    & > a{
        display:flex;
        flex-direction:column;
        align-items:center;
        color:var(--site1);
    }
}

.header .lang-btn > .sub {
 display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  z-index: 999;
  margin-top: -1px;
  backdrop-filter: blur(12px);
}
.header .lang-btn:hover > .sub {
  display: block;
  direction: ltr;
  text-align: left;
  border-radius: 0 2rem 2rem 2rem;
  
  & a:hover{
      background-color:transparent;
  }
}
.header .lang-btn .goog-te-gadget .goog-te-combo {
  height: 2rem;
}

.header .lang-btn:hover {
	border-radius: 2rem 2rem 0 0;
}

.header .lang-btn:hover > .sub {
	display: block;
	width: 150px;
	direction: ltr;
	text-align: center;
	border-radius: 0 2rem 2rem 2rem;
	line-height: 2rem;
}

.header nav {
  flex-basis: calc(100% - 370px);
}

.header > nav ul {
  list-style: none;
}

.header nav > ul {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  /* position: relative; */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.header nav > ul > li {
  display: inline-flex;
  flex: 0 0 220px;
  flex: 1;
  min-height: 60px;
  /* flex-basis: 220px; 
position: relative;
*/
  padding: 0;
  border-top: 0px solid transparent;
  transition: all 0.3s ease-in;
}

/* .header nav > ul > li[data-id="9"] > ul > li{
flex: 0 1 280px;
}
*/
.header nav > ul > li:hover,
.header nav > ul > li.active {
  background-color: rgba(var(--site5RGB), 0.15);
  border-top: 7px solid var(--site5);
}
.header nav > ul > li span {
  display: flex;
  width: 100%;
}
.header nav > ul > li a {
  overflow: hidden;
}

.header nav > ul > li a img {
  position: absolute;
  right: 0;
  top: 10px;
  height: 50px;
  opacity: 0.3;
}

.header nav > ul > li[data-id="12"] > span > a > img {
  right: -10px;
  height: 80px;
}
.header nav > ul > li[data-id="14"] > span > a > img {
  right: -45px;
  height: 57px;
}
.header nav > ul > li[data-id="21"] > span > a > img {
  right: -26px;
  height: 76px;
  top: -4px;
}
.header nav > ul > li[data-id="10"] > span > a > img {
  right: -17px;
  height: 59px;
}
.header nav > ul > li[data-id="9"] > span > a > img {
  right: -47px;
  height: 69px;
  top: 11px;
}
.header nav > ul > li[data-id="11"] > span > a > img {
  right: -8px;
  top: 15px;
  height: 58px;
}

.header nav > ul > li > span > a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
  width: 100%;
  color: var(--site1);
  font-weight: 600;
  padding: 0 0.3rem;
}
.header nav > ul > li > span > a:hover {
  text-decoration: none;
}

/* .header nav>ul>li:last-of-type>span>a {
flex-direction: row-reverse;
justify-content: space-between;
padding-inline-start:1rem;
} */

.header nav > ul > li > span > a::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  background-color: var(--site4);
}

.header nav > ul > li > span > a.on {
  font-weight: bold;
}

.header nav > ul > li > ul {
  display: none;
  /** TODO **/
  align-items: center;
  justify-content: flex-start;
  text-align: start;
  position: absolute;
  top: 100%;
  list-style-type: none;
  right: 0;
  z-index: 9999;
  width: 100%;
  background: rgba(var(--site5RGB), 0.92);
  color: #000;
  padding: 0.4rem 0.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: 0px;
  border-radius: 0 0 0px 10px;
  height: 4.75rem;
}
/*
.header nav > ul > li:hover > ul{
display: flex;
}
*/
.header nav > ul > li > ul > li {
  height: 100%;
  flex: 1 0 auto;
  padding-inline: 1rem;
  border-inline-end: 1px solid rgba(255, 255, 255, 0.45);
  position: relative;
  display: flex;
  align-items: center;
  max-width: 240px;
}
.header nav > ul > li > ul > li:last-child {
  border: 0;
}

.header nav > ul > li > ul > li > span > a {
  font-size: 0.95rem;
  color: #fff;
  word-wrap: break-word;
  width: 100%;
}
.header nav > ul > li > ul > li > span > a img {
  position: relative;
  opacity: 1;
  height: 35px;
  top: auto;
}
.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 {
  position: relative;
  width: 370px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  z-index: 9;
}
.header .inner {
  display: flex;
  width: 100%;
  position: relative;
}
.header .header-side a {
  border-radius: 0;
  width: 59px;
  height: 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--site4);
}
.header-side a.track {
  height: 100%;
  background-color: var(--site5);
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding-inline-start: 25px;
  display: flex;
  color: var(--site1);
  color: #fff;
  flex: 1 1 160px;
  border: 0;
  /*visibility: hidden;*/
  display: none;
}
.header-side a.track.active {
  background-color: transparent;
}
.header-side .track.active .offset {
  color: var(--site1);
}
.header-side a.track:hover {
  color: var(--site1);
  background-color: transparent;
}
.header-side a.track:hover img {
  filter: invert(1);
}
.header-side a.track i.close {
  display: none;
}
.header-side a.track.active i.close {
  display: flex;
}
.header-side a.track.active img:not(.close) {
  display: none;
}
.header-side .track img:not(.close) {
  width: 30px;
  position: relative;
}

.header-side .track .offset {
  position: relative;
  color: inherit;
  top: unset;
  font-size: 1.1rem;
  margin-right: 12px;
  text-align: center;
}

.header-side .search {
  float: right;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease-in;
  display: grid;
  place-items: center;
}

.header-side img {
  width: 22px;
}

.header-side .icon-btn:hover {
}

.header-side a:before {
  content: none;
}

/* Header Search */
.header-search {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999999;
  width: 100%;
  background: #fff;
  height: 100px;
  border-bottom: 2px solid var(--site1);
  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(--site1);
}

.mobile-navigation nav ul.mobile-soc {
  padding: 1.5rem 0.2rem;
  display: flex;
  justify-content: space-around;
}
ul.mobile-soc a.ico {
  color: var(--site5);
  border: 3px solid #1b291d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px;
  font-family: "FontAwesome";
  background-color: var(--site0);
  border-radius: 50px;
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
}
.mobile-soc .ico.accessibility,
.mobile-soc .ico.search {
  display: none;
}

/* Toggle Navigation Button */
a.toggle-nav {
  display: none;
}
.serv-mob {
  display: none;
}

/* Footer */
footer {
  position: relative;
  margin-top: 5rem;
}
.site-footer {
  border-top: 1px solid var(--site4B);
  width: 100%;
  margin: 0;
  padding: 0 70px;
  padding-block: 2rem;
  position: relative;
  bottom: 0;
  background-color: var(--footer);
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 0.9rem;
}
.footer .container-fluid {
  padding-inline: 0;
}
.site-footer a {
  color: #fff;
}
.site-footer span:first-child a {
  padding-inline: 0.5rem;
}
.site-footer span em {
  font-style: normal;
  padding-right: 0.5rem;
}
.footer .services {
  position: absolute;
  bottom: 4rem;
  margin-bottom: 0;
}

footer .d-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer .d-flex > p:first-child {
  margin: 0;
  display: flex;
  width: 90%;
  justify-content: space-evenly;
}
footer a {
  color: var(--text);
}

.services-slick {
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}
.services {
  display: flex;
  margin-top: auto;
  margin-bottom: 3.75rem;
  z-index: 1;
  position: relative;
  width: 100%;
}

.services > div {
  display: flex;
}
.services .container-fluid {
  display: flex;
  justify-content: center;
}
html[dir="ltr"] .services .container-fluid {
  flex-direction: row-reverse;
}

.service {
  display: flex;
  background: rgba(var(--siteRGB), 0.98);
  height: 60px;
  padding-inline: 1.5rem;
}
.services > div > div {
  border-left: 2px solid var(--site4);
  filter: drop-shadow(-5px -5px 4px rgba(0, 0, 0, 0.39));
}
.services > div > div:last-child {
  border-left: none;
}
.service figure {
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  padding: 0;
}
.services figcaption {
  line-height: 1.1;
  color: var(--site1);
  font-weight: 600;
  font-size: 1.1rem;
}
.service .icon {
  position: relative;
  margin-right: auto;
}
.service .icon img {
  position: relative;
}

.service:hover {
  background-color: #fff;
}

.services .container-fluid > div:first-of-type .service {
  border-radius: 0 50px 50px 0;
  padding-right: 2rem;
}

.services .container-fluid > div:last-of-type .service {
  border-radius: 50px 0 0 50px;
  padding-left: 2rem;
}

.service.game figcaption,
.service.shomron figcaption {
  display: none;
}

.service img {
  height: 32px;
}
.service figcaption {
  padding-inline-start: 0.5rem;
}
.service.game img {
  width: auto;
  height: 38px;
}
.service.shomron img {
  width: auto;
  height: 47px;
  mix-blend-mode: darken;
}

/* Breadcrumbs */
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul > li {
  display: inline-block;
}

.breadcrumbs ul > li:after {
  font-family: "Material Icons";
  content: "chevron_left";
  padding: 0 5px;
  display: inline-block;
  position: relative;
  top: 3px;
}

html[dir="ltr"] .breadcrumbs ul > li:after {
  content: "chevron_right";
}
.breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}
html[dir="ltr"] .breadcrumbs ul > li:last-child:after {
  content: "";
  padding: 0;
}

.header-side.float {
  position: fixed;
  left: 3rem;
  top: 50%;
}
.header-side.float a {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* bNagish */
.bNagish-toggle {
  bottom: auto;
  top: 32px;
  left: 20px;
  width: 40px;
  height: 40px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: none;
}

.bNagish-toggle em {
  font-size: 18px;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
  padding: 3px;
  border-radius: 30px;
}

.track-plan-dropdown {
  position: fixed;
  top: 22px;
  inset-inline-end: 41px;
  width: 450px;
  height: 260px;
  height: 365px;
  background-color: var(--site0);
  padding: 4rem 2rem 2rem;
  border-radius: 0 0 25px 25px;
  z-index: 3;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 5px 15px;

  display: none !important;
}
.track-plan-dropdown label {
  display: none;
}
.track-plan-dropdown input[type="text"] {
  width: 270px;
}
.track-plan-dropdown button.btn {
  display: flex;
  margin-right: auto;
  background-color: var(--site5);
  border-color: var(--site5);
  position: relative;
  width: 180px;
  color: var(--site5);
  border-radius: 50px;
}
.track-plan-dropdown button.btn::after {
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  content: "מצא לי טיול";
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-plan-dropdown button.btn::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  width: 50px;
  height: 50px;
  background-image: url(./images/btn.svg);
  background-size: 31px;
  background-repeat: no-repeat;
  background-position: center;
  inset: -5px 0;
}
.track-plan-dropdown .form-control {
  border: 1px solid var(--site5);
}
.row-c26100 {
  display: flex;
  justify-content: flex-end;
  margin-top: 34px;
}
.track-plan-dropdown select {
  width: 270px;
}
.track-plan-dropdown .close {
  float: right;
  position: relative;
  top: -50px;
  z-index: 999;
  font-size: 1.7rem;
  display: none;
}
.track-plan-dropdown .bg {
  position: relative;
}

.track-plan-dropdown .top {
  background-size: cover;
  height: 120px;
  width: 110px;
  position: absolute;
  left: 1rem;
  top: 2rem;
  opacity: 0.3;
}

.track-plan-dropdown .bot {
  background-size: 120px;
  background-repeat: no-repeat;
  height: 160px;
  background-position: center;
  width: 125px;
  position: absolute;
  right: 0.7rem;
  bottom: -1rem;
  opacity: 0.3;
}

.track-plan-dropdown .path {
  background-size: contain;
  background-repeat: no-repeat;
  height: 40px;
  width: 6px;
  position: absolute;
  left: 12rem;
  top: 2.2rem;
  opacity: 1;
  z-index: -1;
}

.track-plan-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  display: none;
}

.track-plan-popup .bg {
  height: 100vh;
  margin-top: 4%;
}

.track-plan-popup .content {
  width: 100%;
  max-width: 441px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
  border: 5px solid #fff;
  border-radius: 25px;
  padding: 0 20px;
  background-color: #1a282d;
  background-image: url("images/hiker3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 82%;
}

.track-plan-popup .content .smart-form {
  width: 100%;
}

.plan-trip-popup .form-control {
  border-radius: 2rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 0;
}

.plan-trip-popup .btn-primary {
  background: #007ac8;
  border: 2px solid #fff;
  border-radius: 2rem;
  width: 80%;
  margin: 0 auto;
  display: block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.track-plan-popup .btn-primary:hover {
  transform: scale(1.05);
}

.track-plan-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  opacity: 1;
}
.track-plan-popup label {
  font-weight: bold;
  font-size: 1.3rem;
  color: #fff;
}
.track-plan-popup .btn-primary {
  color: var(--text);
  background-color: var(--site4);
  border-radius: 50px;
  margin-top: 1rem;
  font-size: 1.3rem;
  border: none;
}

.track-plan-popup .alert-success {
  background: none;
  color: #fff;
  font-size: 1.5rem;
  border: 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 14px black;
}

.track-plan-popup .alert-success img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.track-plan-popup .alert-success:focus {
  outline: 0;
}
.track-plan-dropdown form .alert-danger {
  padding: 0;
  margin-bottom: 0;
}

.track-plan-dropdown form .alert-danger > * {
  margin-bottom: 0;
  padding: 0;
}

.track-plan-dropdown:has(.alert-danger) {
  padding: 2rem;
}
/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Skip Ads * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.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;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.skip-ad .skip-ad-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px;
}

.skip-ad .skip-ad-container img {
  object-fit: contain;
  max-height: 600px;
}
.skip-ad .skip-ad-content {
  position: relative;
  /* margin-top: 80px; */
}

.skip-ad .skip-ad-content .msg {
  background: #fff;
  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: #000;
}

.skip-ad #close-skip-ad {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3rem;
  background: #fff;
  color: #000;
  border: 2px solid #000;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
  background: #000;
  color: #fff;
  border: 2px solid #fff;
}

/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.mobile-navigation {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  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);

  background: rgba(var(--site5RGB), 0.96);
  border-right: 2px solid var(--text);
  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: #333;
  color: #fff;
  border: 0;
  font-size: 20px;
  margin: 1rem;
}

.mobile-navigation nav {
  margin: 1rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.mobile-navigation nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-navigation nav a {
  color: #fff;
}

.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 {
  padding-block: 0.7rem;
}
.mobile-navigation nav li {
  border-bottom: 1px solid #ddd;
}
.mobile-navigation nav li ul li {
  border-bottom: 0;
}
.mobile-navigation nav li > span {
  display: block;
  position: relative;
}

.mobile-navigation nav ul ul {
  background: rgba(0, 0, 0, 0.02);
  padding-block-end: 1rem;
}

.mobile-navigation nav button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.mobile-navigation nav a {
  display: block;
  padding: 25px 15px;
  margin-right: 48px;
}
.mobile-navigation nav li ul li a {
  padding-block: 10px;
}
.mobile-navigation nav .toggle-sub-menu {
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  right: 0;
  width: 48px;
  overflow: hidden;
  padding: 0 15px;
  background: none;
  border: 0;
  background: rgba(0, 0, 0, 0.02);
  font-family: "FontAwesome";
  font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
  font-size: 75%;
  color: #fff;
}

.mobile-navigation nav .toggle-sub-menu:after {
  content: "\f053";
  color: #fff;
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
  content: "\f078";
  color: #fff;
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
  content: "\f111";
  font-size: 25%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
  content: "\f08e";
}

.mobile-navigation-search {
  position: relative;
  margin: 1rem;
}

.mobile-navigation-search input {
  display: block;
  width: 100%;
  color: #fff;
  padding: 1rem;
  background: transparent;
  border: 0;
  outline: none;
  border-bottom: 1px solid #fff;
}
.mobile-navigation-search input em {
  color: #fff;
}

.mobile-navigation-search input::placeholder {
  color: #fff;
}
.mobile-navigation-search button {
  display: block;
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  height: 100%;
  background: none;
  border: 0;
  padding: 0 1rem;
}

.mobile-navigation .content .head .button {
  background: transparent;
  color: #fff;
}

/* Page * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Page Header */
.page-header {
  height: 440px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.page-header + .container-fluid {
  padding: 0;
}
.page-header + .container-fluid .page-wrapper {
  max-width: 91%;
  margin-inline: auto;
}

/* Page Content */
.page-content {
  background: var(--pagebg);
  margin-bottom: 3rem;
}

.footer-row {
  display: flex;
  padding-inline: 5%;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.ticks {
  display: flex;
  align-items: center;
}

.ticks img {
  width: 42px;
  margin-inline-end: 5px;
}

.ticks .btn {
  position: relative;
  color: var(--site5);
  font-weight: 900;
  font-size: 1.2rem;
  border-radius: 0.7rem;
  z-index: 1;
  background-color: #f5f4f2;
  padding: 0.6rem 1.5rem;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.ticks .btn::after {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  width: calc(100% - 5px);
  border-radius: 0.7rem;
  height: calc(100% - 5px);
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px; box-shadow: inset 0px 0px 0px 1px var(--site5);*/
  z-index: -1;
  border: 1px solid var(--site5);
}

.biz-join {
  display: flex;
  /* width: 100%; justify-content: center; */
}

.biz-join .btn {
  padding: 10px 30px;
  border-radius: 50px;
}

.page-content-head {
  background: var(--site5);
  color: #fff;
  padding: 1.5rem;
  position: relative;
}

.page-content-head h1 {
  margin: 0;
  font-weight: bold;
}

.page-content-head a {
  color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
  display: none;
}

.page-content-body {
  padding: 1.5rem;
  min-height: 20rem;
}

.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 {
  display: block;
}

/* Social Sharing Buttons */
.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;
}

/* InPage Navigation */
/* .sub-pages-nav img{
width: 100%;
position: absolute;
top: 50%;
left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
} */
.sub-pages-nav.outside {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.sub-pages-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.sub-pages-nav ul ul {
  display: none;
}

.sub-pages-nav ul > li {
  width: 50%;
  float: right;
  position: relative;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 1rem;
  border-radius: 15px;
}

/* .sub-pages-nav.with-icons ul > li {
width: 25%;
} */

/* .sub-pages-nav a {
display: block;
color: inherit;
border-radius: 0.75rem;
background: #ffffff;
  padding: 0.75rem 1.25rem;
  font-size: 1.3em;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
} */
/* .sub-pages-nav li:nth-child(4n+3) a {
border-color: var(--site3);
} */
.sub-pages-nav.with-icons a {
  display: block;
  background: #fff;
  color: var(--site1);
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.1rem;
  position: relative;
  min-height: 10rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.sub-pages-nav.with-icons a:hover {
  transform: scale(1.1);
}

.sub-pages-nav.outside a {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav .arrow {
  font-family: "FontAwesome";
  font-style: normal;
  color: #657177;
}

.sub-pages-nav .arrow:before {
  content: "\f104";
}

.sub-pages-nav.with-icons a .icon {
  padding-bottom: 44.25%;
  margin-bottom: 0.5rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.sub-pages-nav.with-icons a .icon + span {
  color: var(--site1);
  /* background-color: red; */
}

.sub-pages-nav.with-icons ul > li {
  overflow: hidden;
  width: 29%;
}

.sub-pages-nav.with-icons a .icon img {
  width: 100%;
  max-width: 100%;
  max-height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.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;
}

/* Mode Table Of Contents */
.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: #333;
}

.rich-content h3 {
  color: #333;
}

.rich-content h4 {
  color: #333;
}

.rich-content h5 {
  color: #333;
}

.rich-content h6 {
  color: #333;
}

.rich-content .contact-man {
  display: block;
  color: inherit;
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  padding: 1rem;
  border-radius: var(--radius) var(--radius) 0 0;
}

.rich-content .contact-man .contact-name {
  font-size: 1.5rem;
  font-weight: bold;
}
.rich-content div.alert.border.border-warning,
.btgrid .alert.border.border-warning {
  background-color: #446248 !important;
  border-color: #446248 !important;
  color: #fff !important;
}
.btgrid .alert.border.border-warning > a {
  color: #fff !important;
}
/* Media Prints * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* Media Print */
@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;
  }
}

/* Card * */
.card-header {
  background: var(--site1);
  color: #fff;
}

.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(--site2);
  padding: 0.75rem;
  margin-bottom: 1.5rem;
}

.form-category-group .form-category-group {
  background: #fff;
}

.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: #fff;
  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 rgba(0, 0, 0, 0.05);
}

.page-event-promo:hover,
.page-event-promo:focus {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  background: var(--site1);
  border-bottom: 3px solid var(--site2);
}

.page-event-promo h3 {
  height: 4.5rem;
  font-size: 1.2rem;
  color: var(--site2);
  overflow: hidden;
}

.page-event-promo:hover h3,
.page-event-promo:focus h3 {
  color: #fff;
}

.page-event-promo .date {
  background: var(--site1);
  color: #fff;
  padding: 0 5px;
  border-radius: 2rem;
}

.page-event-promo:hover .date,
.page-event-promo:focus .date {
  color: var(--site1);
  background: #fff;
}

.page-events .more {
  text-align: left;
}

/**/
/**/
.page-phonebook-category {
  margin: 15px 0;
  transition: 0.5s;
  border: 1px solid #e2e6ef;
  border-radius: var(--radius);
}

.page-phonebook-category-title h3 {
  color: var(--site1);
  background: #fff;
  margin: 0;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 2px;
}

.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(--site1);
  color: #fff;
}

.page-phonebook-category-body {
  display: none;
  background-color: #fff;
  border: 1px solid var(--site1);
}

.page-phonebook-category.opened .page-phonebook-category-body {
  display: block;
  padding: 1rem;
}

.page-phonebook .phonebook h2 {
  border-bottom: 1px solid #ddd;
  color: var(--site1);
  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(--site1);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  overflow: hidden;
}

.page-phonebook .phonebook.active > h2 {
  background: var(--site1);
  color: #fff;
}

.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(--site1);
}

.page-phonebook .mobile .fa-stack {
  color: var(--site2);
}

.page-phonebook .email .fa-stack {
  color: var(--site3);
}

.page-phonebook .fax .fa-stack {
  color: var(--site4);
}

.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;
}

.sidebtn {
  font-family: "fontawsome";
  position: absolute;
  top: 180px;
  inset-inline-start: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  z-index: 999;
  width: 180px;
  height: 40px;
  z-index: 1;
}

.sidebtn .ico {
  font-family: "FontAwesome";
  width: 36px;
  height: 36px;
  color: var(--site5);
  background-color: var(--site0);
  border-radius: 50px;
  margin-inline-end: 0;
  background-size: auto;
  background-size: cover;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}

.sidebtn .ico::before {
  position: absolute;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  width: 30px;
  height: 30px;
}

@media (min-width: 992px) {
  .page-content {
    margin-top: -7.55rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--radius);
    overflow: hidden;
  }

  .table-responsive {
    display: table;
  }
}

@media (min-width: 768px) {
  .page-phonebook .contact-info {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .container {
    min-width: 1540px;
  }
}

@media (max-width: 1800px) {
  /* .header nav > ul > li:after
{
content: "";
position: absolute;
right: -16px;
  background: #fff;
  width: 20px;
  top: 0;
  height: 100%;
  border-radius: 0 50px 50px 0;
}
.header nav > ul > li:before
{
content: "";
position: absolute;
left: -25px;
  background: #fff;
  width: 30px;
  top: 0;
  height: 100%;
  border-radius: 50px 0 0 50px;
} */
  /* .header nav > ul > li:first-child:after,
.header nav > ul > li:last-child:after,
.header nav > ul > li:first-child:before,
.header nav > ul > li:last-child:before{
content: none;
} */

  .header nav > ul > li:last-of-type > span > a {
    justify-content: center;
  }

  .header .logo_shomron img {
    width: 90px;
  }

  .header nav > ul > li > span > a {
    font-size: 1rem;
  }

  .header nav > ul > li {
    margin-bottom: 1px;
  }

  .header .header-side a:hover {
    background-color: var(--site4);
  }

  .header .header-side a.track-plan:hover img {
    filter: invert(1);
  }

  .header-side .track .offset {
    font-size: 1rem;
    margin-left: 3px;
  }

  /* .header nav > ul > li{
min-height: 50px;
} */
}

@media (max-width: 1660px) {
  .header nav {
  }

  .lwrap {
    height: 135px;
    width: 140px;
  }

  .header .logo img {
    width: 82px;
  }
}

@media (max-width: 1300px) {
  .header nav > ul > li > ul > li > span > a img {
    display: none;
  }
}
@media (max-width: 1280px) {
  .header nav > ul > li > span > a > img {
    opacity: 0.15 !important;
    top: 10px !important;
    height: 58px !important;
  }

  .service {
    height: 50px;
  }

  .service.shomron img {
    height: 48px;
  }

  .services figcaption {
    font-size: 1rem;
  }
}
.servicesmob .outer .service {
  padding: 0;
}
.servicesmob .wrapper {
  height: 60px;
  margin-inline: auto;
  width: 100%;
  max-width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 30px;
  gap: 1rem;
  background: rgba(var(--siteRGB), 0.98);
  box-shadow: rgba(0, 0, 0, 0.35) 0px -2px 10px;
}
.servicesmob .wrapper.open {
  border-radius: 0 0 30px 30px;
}
.servicesmob .wrapper .menu {
  position: absolute;
  bottom: 6rem;
  width: 100%;
  max-width: 330px;
  filter: drop-shadow(rgba(0, 0, 0, 0.35) 0px -5px 9px);
  transition: all 0.3s ease;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.servicesmob .wrapper .menu.active {
  bottom: 3.5rem;
  pointer-events: all;
  height: auto;
  opacity: 1;
  z-index: 1;
}
.servicesmob .wrapper .menu.active a {
  padding-block: 2rem;
}

.servicesmob .wrapper .menu.active .inner-serv {
  height: auto;
}
.servicesmob .inner-serv {
  height: 0;
}
.servicesmob .inner-serv .icon {
  margin-left: 1rem;
  margin-right: 0;
}
.servicesmob .inner-serv a {
  padding-block: 0;
}
.servicesmob .menu .inner-serv:first-child a {
  border-radius: 10px 10px 0 0;
}
.servicesmob .inner-serv figcaption {
  font-weight: 600;
  color: var(--site1);
}
.servicesmob .inner-serv {
  border-bottom: var(--site4) 1px solid;
}
.servicesmob .outer:first-child {
  order: 1;
}
.servicesmob .outer + .outer {
  height: 100%;
  font-size: 1.7rem;
  color: var(--site5);
  order: 2;
  width: 70px;
  border: 2px solid var(--site4);
  border-top: 0;
  border-bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.servicesmob .outer + .outer span {
  position: relative;
  height: 2px;
  border-radius: 2px;
  width: 30px;
  background: var(--site5);
  transition: 0.5s;
  margin: 5px auto;
}
.servicesmob .wrapper.open .outer + .outer span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: center;
  inset: 10px 0;
}
.servicesmob .wrapper.open .outer + .outer span:nth-child(2) {
  display: none;
}
.servicesmob .wrapper.open .outer + .outer span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: center;
  inset: -2px 0;
}
.servicesmob .menu + .outer {
  order: 3;
}
.servicesmob .menu + .outer img {
  height: 32px;
}

/* .servicesmob .service.game{
border-radius: 50px 0 0 50px;
margin-right: auto;
}
.servicesmob .service.shomron{
border-radius: 0 50px 50px 0;
margin-left: auto;
} */
.events-header + .categories-links .icon {
  width: 100%;
}

.events-header + .categories-links .category-link img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1050px) {
  .header nav > ul > li > ul > li {
    max-width: 125px;
  }
}

@media (max-width: 1140px) {
  .lwrap {
    width: 130px;
  }
}

@media (max-width: 991px) {
  .biz-join {
    margin-block: 1.5rem;
  }
  .events-categories-scrollable {
    justify-content: flex-start !important;
  }

  .ticks img {
    width: 30px;
  }

  .footer-row {
    justify-content: space-evenly;
  }
  .page-header + .container-fluid {
  }

  .page-header + .container-fluid .page-wrapper {
    padding: 0 1rem;
    max-width: 100%;
  }

  body .grad {
    z-index: 99;
    position: fixed;
    width: 100vh;
    height: 100vh;
    background: rgba(var(--site5RGB), 0.8);
    top: 0;
    left: 0;
  }

  body .grad.bg {
    display: block;
  }

  .footer .services {
    display: none;
  }
  .page-header + .container-fluid {
    width: 100%;
    max-width: 100%;
  }

  .sub-pages-nav.with-icons ul > li {
    width: 42%;
  }

  .header {
    box-shadow: none;
    padding-top: 0;
    width: 100%;
    height: 105px;
  }

  .header .header-side a:not(.track) {
    width: 49px;
  }

  .header .header-side {
    justify-content: end;
    flex-basis: fit-content;
    inset-inline-end: 75px;
    width: auto;
    z-index: 3;
    margin-inline-start: auto;
  }

  .header-side.float .track img {
    width: 35px;
    display: flex;
  }

  .header nav {
    display: none;
  }

  .header .logo img {
    width: 69px;
  }

  .lwrap {
    /* background-color: transparent;
padding-inline: 0.25rem;
margin-top: 0;
margin-right: 0;
z-index: 99;
  box-shadow: none;
  width: 80px;
  height: 100px;
*/
    margin-right: 25px;
    width: 120px;
    height: 120px;
  }

  .header-side a.track {
    display: none;
  }

  .track-plan-dropdown {
    z-index: 101;
    padding: 3rem 2rem 2rem;
    border-radius: 6px;
    width: 400px;
    left: 0;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3rem 2rem 2rem;
  }

  .track-plan-dropdown .top {
    height: 95px;
    width: 90px;
  }

  .track-plan-dropdown .bot {
    background-size: 80px;
    width: 95px;
    height: 125px;
  }

  .track-plan-dropdown button.btn {
    margin-inline: auto;
    margin-top: 1.6rem;
  }

  .track-plan-dropdown .close {
    float: left;
  }

  .track-plan-popup .bg {
    padding-right: 0;
    background: none;
    padding: 1rem;
    height: auto;
  }

  .track-plan-dropdown input[type="text"] {
    justify-content: center;
    display: flex;
    margin-inline: auto;
  }

  .mobile-track {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 3rem;
    position: fixed;
    left: 0;
    top: 202px;
  }

  .mobile-track img {
    height: 30px;
    position: relative;
    margin: 0 auto 2px;
  }

  .track-plan-dropdown .close {
    display: flex;
  }

  .track-plan i::before {
    content: none;
  }

  .mobile-track .track-plan {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--site5);
    border-radius: 0 10px 10px 0;
    color: #fff;
    width: 100px;
    font-size: 1.1rem;
    border: 1px solid #fff;
    border-left: 0;
    text-align: center;
    line-height: 1;
    padding: 10px 20px;
    visibility: hidden;
  }

  .row-c26100 {
    justify-content: center;
  }

  .track-plan-popup .content {
    border: 2px solid #fff;
    border-radius: 1rem;
    width: 100%;
    padding: 32px;
    background-size: 200%;
    background-position: center;
  }

  .track-plan-popup .close {
    position: absolute;
    top: -21px;
    right: -12px;
    left: auto;
  }

  .mobile-navigation nav a img {
    display: none;
  }

  .services .container-fluid {
    flex-wrap: wrap;
  }
  .services .container-fluid > div {
    margin-bottom: 2.4rem;
  }

  section.services .service {
    border-radius: 50px;
    height: 60px;
  }
  .services img {
    top: -10px;
  }
  .sidebtn {
    display: none;
  }

  .header .header-side .search {
    display: none;
  }

  .track-plan-dropdown input[type="text"],
  .track-plan-dropdown select {
    width: 100%;
    margin-inline: auto;
  }

  .track-plan-dropdown .bg {
    display: flex;
    justify-content: center;
  }

  .header-side .track img {
    width: 30px;
    top: auto;
    left: auto;
    position: relative;
    display: none;
  }

  .bNagish-toggle {
    display: block;
    top: 32px;
    bottom: auto;
    left: 80px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: none;
  }

  .track-plan-dropdown .close {
    top: -20px;
    left: -10px;
  }

  .page-content-head {
    padding: 1rem;
  }

  .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: 1rem;
  }

  .page-content-nav {
    margin-top: 2rem;
    display: block;
    /* display: none; */
  }

  .pages-nav-title {
    border-radius: 15px 15px 0 0;
  }

  .header > nav {
    display: none;
  }

  a.toggle-nav {
    position: absolute;
    top: 32px;
    inset-inline-end: 30px;
    width: 40px;
    height: 40px;
    background: var(--site1);
    color: #fff;
    display: block;
    padding: 0.6rem;
    text-align: center;
    border-radius: 50%;
  }

  a.toggle-nav em {
    font-size: 18px;
  }

  body {
    padding-bottom: 60px;
  }

  .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;
  }

  body {
    padding-top: 105px;
    /* header height */
  }

  .page-content {
    margin: 0 -15px;
  }

  .footer .site-footer {
    flex-direction: column;
    justify-content: center;
    padding-inline: 1rem;
    text-align: center;
    padding-top: 3rem;
  }

  .footer .site-footer em {
    display: block;
    width: 100%;
    margin-inline: auto;
    text-align: center;
  }

  .serv-mob {
    display: block;
    z-index: 3;
    margin-bottom: -2rem;
    position: relative;
  }
  footer {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .sub-pages-nav ul {
    margin-inline: 0;
  }

  .sub-pages-nav ul > li {
    width: 100%;
    margin-inline: 0;
  }
}

@media (max-width: 767px) {
  .page-phonebook .contact-info {
    margin-left: 5px;
  }
}

@media (max-width: 480px) {
  .sub-pages-nav.with-icons ul > li {
    width: 100%;
  }

  .track-plan-dropdown .path {
    left: 7rem;
  }

  .track-plan-dropdown {
    width: 82vw;
    height: 47vh;
  }

  .track-plan-dropdown .path {
    top: 3.15rem;
  }

  .track-plan-dropdown .smart-form {
    margin-top: 1rem;
  }

  .header .header-side a:not(.track) {
    height: 35px;
  }
}

@media (max-width: 359px) {
  .header .header-side {
    flex: 1;
    max-width:fit-content;
  }
}

.area-print-btn {
  display: none;
}
