.navbar {
    padding: 0.2rem!important;
    position: fixed;
    width: 100%;
    z-index: 9;
    /* transition: 0.3s; */
  }
  .menu-large {
    position: static !important;
  }
  .nav-item {
    text-wrap-mode: nowrap;
  }
  .nav-link {
    padding: none;
  }
  /* .dropdown .dropdown-menu {
    position: absolute;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px!important;
    opacity: 0;
    transition: opacity 0.7s, visibility 0s linear 0.7s, height 0s;
  }
  
  .dropdown:hover .dropdown-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity 0.7s, visibility 0s linear 0s, height 0s;
  } */
  
  .dropdown .dropdown-menu {
    /* position: absolute; */
    display: none;
    background-color: #fff;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.5s;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
  } 
  
  
  .megamenu {
    padding: 20px 0px 8px 0px;
    border: 2px solid #cccccc6b;
    border-top: none !important;
    width: 100%;
    z-index: 9999;
    box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -moz-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -webkit-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
    -khtml-box-shadow:0 3px 6px 0 rgba(200, 200, 200, 0.7) ;
  }
  .megamenu li ul {
    padding: 0;
    margin: 0;
  }
  .megamenu li ul li {
    list-style: none;
  }
  .megamenu li ul li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
  }
  .megamenu li ul li a:hover, .megamenu li ul li a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .megamenu.disabled a, .megamenu.disabled a:hover, .megamenu.disabled a:focus {
    color: #999999;
  }
  .navbar-expand-lg .navbar-nav li a:hover {
    /* color: #447ee0!important; */
    /* font-weight: 600; */
  }
  #homedocs .card h6, #preview .card h6 {
    margin-top: 10px;
  }
  .navbar-expand-lg .navbar-nav li a:focus {
      color: #0D0D0D!important;
  }
  .megamenu.disabled a:hover, .megamenu.disabled a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
  }
  .megamenu.dropdown-header {
    color: #428bca;
    font-size: 18px;
  }
  .megamenu img {
    width: 1.8rem!important;
    height: 1.8rem!important;
  }
  @media (max-width: 768px) {
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu li {
        margin-bottom: 30px;
    }
    .megamenu li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
    .navbar .dropdown-menu img {
      width: 25px;
      height: auto;
    }
  }
  .navbar-expand-lg .menu-large .dropdown-menu {
    position: absolute;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border-radius: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #f7f7f9;
    border-top: none !important;
    box-shadow: var(0px 6px 12px rgba(30,10,58,0.04),0 6px 12px rgba(30,10,58,.04));
    background: none;
  }
  .fixed-top.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100% !important;
  }
  .menu-large img{
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  .menu-large .card{
    border: none !important;
    margin-bottom: 25px !important;
  }
  .menu-large.dropadd a.nav-link{
    color: #528ff4 !important;
    font-weight: bold;
  }
  .megamenu .width_menu{
    width: 95%;
    margin: 0 auto;
  }
  .megamenu .nowmwq .active a {
    color: #528ff4 !important;
    font-weight: bold;
  }
  .megamenu .border_dcz {
    /* border-right: 2px solid #eeeeeead; */
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-toggle:after {
    display: none;
  }
  @media (max-width: 1024px) {
    .offcanvas-title img {
      width: 15% !important;
    }
  }