@media (max-width: 767px) {
  .header-top {}

  .banner-hero {
    padding: 0px 0px 15px 40px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
  }

  .banner-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff2eb;
    z-index: 1;
  }

  .banner-hero .block-banner {
    position: relative;
    z-index: 12;
    padding: 30px 50px 0px 0px;
  }

  .menuzord-menu {
    display: none;
  }

  .mean-container .mean-bar {}

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #102762;
    height: 3px;
    margin-top: 3px;
  }

  .mean-container a.meanmenu-reveal {
    color: #102762 !important;
    right: 0px !important;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    top: 0;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #102762;
    margin-top: 40px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: #569dd3;
    padding: 2px 0;
    height: 42px;
    z-index: 999999;
    top: 140px;
  }

  .header-nav {
    display: none;
  }

  .header-top .col {
    flex: 1 0 100%;
  }

  header.sticky-shadow {
    position: absolute;
  }

  .banner-hero .banner-inner .banner-imgs {
    display: none;
  }

  .new-sec {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }

  .myTicker3 .media-body p {
    text-align: left;
  }

  .new-ar {
    width: 100%;
    position: relative;
    right: 0;
    background: #ffc107;
    padding: 25px;
    height: 500px;
    display: inline-block;
    overflow: auto;
  }
}