/* 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 > ul > li {
  list-style: none;
}
.col-megamenu > ul > li > 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 > ul > li > a:hover,
.col-megamenu > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
/* MegaMenu End */

hr.thick-hr {
  border-top: 2px solid black;
}