.b-l-0 {
  border-left: 0;
}

.header-nav {
  box-shadow: 0px 0px 14px 0px #dad7d7;
  background: #f0f0f0;
}

.navbar {
  padding: 0rem 1.0rem !important;
}

.flashmsg {
  background-image: url("../images/banner-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  height: 360px;
}


.search-icon-mobile {
  list-style: none;
}

.togglesearch {
  background: #E8E8E4;
  position: absolute;
  top: 42px;
  right: 6%;
  width: 255px;
  height: 40px;
  line-height: 28px;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  border-top: 4px solid #D80B15;
  display: none;
}

.d-nonede {
  position: fixed;
  top: 0;
  left: -500px;
  z-index: 10000;
  height: 100vh;
  width: 100vw;
}

.d-nonede-scrollbar {
  margin-top: 61px;
  opacity: 1;
  transition: all .3s ease;
  left: -100vw;
  background: #00000040;
}

.collapse.show {
  left: 0px;
  transition: all .3s ease;
}

div.searchbarnavtop {
  width: 300px;
  height: calc(100vh - 61px);
  /* max-height: 100vh; */
  /* border-radius: 0px 20px 20px 0px; */
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  transform: none;
  transition: all .3s ease;
  box-shadow: 0px 11px 10px 2px #757575;
  padding: 10px;
}

#notify a {
  cursor: pointer;
  color: #2D2D2D;
}
#basicExampleNav .ml-2 {border-left: 1px solid #e4e2e2;height: 45px;}
.user-welcome {
  float: right;
  margin-bottom: -20px;
  margin-top: 10px;
}

.userimg {
  border-radius: 50%;
  padding: 10px;
  width: 59px;
}

#notify span {
  font-weight: 700;
}

.green-dot {
  background: #43B02A;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 32px;
  right: 21px;
  border: 2px solid #fff;
}

#notify span {
  font-weight: 700;
  text-align: left;
}

.nav-item.dropdown ::after {
  display: none;
}

.nav-link {
  display: block;
  padding: 0 !important;
}

.fullstackpage {
  width: 100%;
  margin: 20px auto 40px;
}

.bannerimgI-container .fullstackpage {  margin:10px auto 40px; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px){
  #notify span{display:none;}
  #basicExampleNav ul .navbar-nav{border-left: 0px solid #e4e2e2 !important;height: 0 !important;}
  #basicExampleNav .ml-2 {
    border-left: 0px solid #e4e2e2;
    height: 60px;
}

}
@media (max-width: 991px){
  nav .mobile-logo {width: 32px;left: 11%;}
}