.project-nav {
  position: relative !important;
}


.advance-search-wrapper {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: -20rem;
  top: -40px;
  z-index: 999;
}

.advance-search {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: none;
}

.search-area {
  /* z-index: 99999; */
}

.header {
  z-index: 999999;
}

.nav-header {
  z-index: 9999999;
}

.menu-toggle .nav-header {
  z-index: 9999999 !important;
}

.chatbox {
  z-index: 99999999;
}

.planner-text{
  position: absolute;
  left: 10px;
  z-index: 9;
  white-space: nowrap;
  padding: 4px;
  background-color: red;
  top: 4px;
}