/* Responsive Css */


@media only screen and (max-width: 1200px){
  .main-menu,
  .sticky-header{
    display: none !important;
  }

  .menu-area .mobile-nav-toggler {
    display: block;
    padding: 10px;
  }
}


@media only screen and (max-width: 499px){
  .mobile-menu{
    width: 100%;
  }
}




















