.main-header .navbar-nav .nav-item-front a {
  margin: 0;
  font-size: 18px !important;
  font-weight: 400;
}
.header-content-box {
  padding: 65px 0px;
}
.header-content-box h1 {
  font-size: 50px;
  font-weight: 400;
}

#walk-in-dtl {
  display: none;
}

.fix-search {
  position: fixed;
  top: 10px;
}

.pointer {
  cursor: pointer;
}

.postList:hover {
  background: #ececec;
  cursor: pointer;
}

/* SCROLL BAR */

/* width */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d4d4d4;
  border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3597ff;
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007bff;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge add Firefox */
.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none; /* Firefox */
}