
nav{
  /* position: fixed; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background-color: #fff;
  color: black;
  z-index: 99;
}
nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  background-color: #fff;
  color: black;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 24px;
}

.transform-arrow{
  transform: rotate(180deg);
  } 

nav .navbar .links li .arrows{
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  transition: all 0.20s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 75px;
  line-height: 40px;
  background:#ffffff;
  color:#1B2124 !important;
  border-radius: 0 0 4px 4px;
  /* padding: 9px 12px; */
  z-index: 108;
  
}

.navbar .links li .sub-menu li:hover{
  /* padding: 0 22px; */
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-color: #F8F8F8;
}
.navbar .links li .sub-menu a{
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  line-height: 40px;
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}

.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 1px;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
    color: #757575;

  }
}

@media (max-width:991px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    display: block;
    max-width: 438px !important;
    width: 100%;
    background: #FFFFFF;
    line-height: 40px;
    transition: all 0.5s ease;
    z-index: 1000;
  }
  
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      /* color: #fff; */
    }
  nav .navbar .links{
    display: block;
    margin-top: 0px;
    padding: 2px 0px;
  }
  nav .navbar .links li .arrows{
    line-height: 40px;
    /* transform: rotate(270deg); */

  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;
  padding: 0px 0 0 6px;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  } */
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu
  nav .navbar .links li:hover .more-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu
    {
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow
    {
      transform: rotate(360deg);
}
  .navbar .nav-links.show2 .links .more-arrow{
    transform: rotate(90deg);
  }


  .menu-bar {
    padding: 0px !important;
  }
}

@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;

} 



}

.links > li:hover > a,
.links > li.active > a,
.links > li.focus > a {
    background-color: #F1EFFF;
    /* padding: 2px; */
}

.ht{
  height: 40px;
}


@media (min-width: 320px) and (max-width: 480px) {

  

   .arrows{
    transform: rotate(-90deg);
  }

  .transform-arrow{
    transform: rotate(0deg);
    } 
  
}

@media (min-width: 768px) and (max-width: 1024px) {

  nav .navbar .links li {
    position: relative;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 1px 0px !important;
  }

  .links{
    padding-left: 0rem;

  }

}
@media (min-width: 768px) and (max-width: 1022px) {

  .login-reg1{
    display: none !important;
  }
}




@media (min-width: 768px) and (max-width: 1112px) {
  nav .navbar .links li {
    position: relative;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 1px 0px !important;
    width: -webkit-max-content;
  }

}


/* 28062023 */
@media (max-width:1280px)
{
  nav .navbar .links li {
    
    padding: 0 2px !important;
  }
}

@media (min-width: 801px) and (max-width: 991px) {

  nav .navbar .links li {
    
    padding: 0 1px !important;
  }
}

