.scrollUp {
  transform: translateY(-80px);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 99;
  margin-top: -16px;
}

.none{
  display: none !important;
}
.notification-container{
  display: inline-block;
    /* left: 0; */
    /* right: 0; */
    margin: 0 auto;
    margin: 0px auto !important;
    text-align: center;
    margin-right: 0px !important;
    left: 0;
    right: 0;
}

.notification{
  background: #ffc744;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 922px) and (min-width: 320px){
  .notification {
    padding: 8px 16px !important;
 }
 .nttxt{
   font-size: 12px !important;
   margin-left: 0px !important;
 }
}
.nttxt{
  display: inline-block;
  color: #131313;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  margin-left: 24px;
  vertical-align: -webkit-baseline-middle ;
}

.navigation {
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.5s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .13);
}

.nav-title {
  float: left;
  margin-top: 5px;
}


.nav-container {
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  padding-right: 16px;
  height: 86px;
}

nav {
  float: right;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  color: #282828;
  text-decoration: none !important;
  font-size: 16px;
  font-family: 'Poppins';
  padding: 8px 16px !important;
  /* margin-right: 16px; */
}

nav ul li a:hover,
nav ul li a:visited:hover {
  color: #131313;
  background: #ddf4fd;
  padding: 8px;
  border-radius: 4px;
  text-decoration: none;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  /* padding-left: 4px;
  content: ' ▾'; */
}

nav ul li ul li {
  min-width: 190px;
}

nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 70px;
    float: right;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1003px) {

  nav ul li a,
  nav ul li a:visited {
    padding: 8px 8px !important;
    font-size: 13x;
  }
}

@media only screen and (max-width: 922px) {

  nav ul li a,
  nav ul li a:visited {
    margin-top: 16px !important;
    margin-left: 8px;
    margin-bottom: 16px !important;
  }

  button.btn.btn-primary.banner.header-button {
    margin-bottom: 16px !important;
    margin-left: 16px !important;
  }

  .navigation {
    /* height: 116px !important; */
  }

  .nav-container {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 16px !important;
    height: 74px;
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
  }

  .brand a,
  .brand a:visited {
    font-size: 18px !important;
    padding: 16px 16px !important;
  }

  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    /* padding: 70px 0 15px; */
    background: #DDF4FD;
    margin-top: 8px;
    box-shadow: 0 6px 5px -3px #6d6d6d4a;
  }

  nav ul {
    display: none;
  }

  nav ul li {
    float: none;
  }

  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }

  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}

@media screen and (min-width: 922px) {
  .nav-list {
    display: block !important;
  }
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 4px;
  width: 34px;
  background: #3aa9f48a !important;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
