<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MegaMenu Start */
.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

} 
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

.col-megamenu &gt; ul &gt; li {
  list-style: none;
}
.col-megamenu &gt; ul &gt; li &gt; a {
  text-decoration: none;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.col-megamenu &gt; ul &gt; li &gt; a:hover,
.col-megamenu &gt; ul &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
/* MegaMenu End */

hr.thick-hr {
  border-top: 2px solid black;
}</pre></body></html>