@media only screen and (max-width: 992px) {
  #banner .owl-nav .owl-prev{
    left: 30px;
    width: 35px;
    height: 35px;
    background-color: #ccc !important;
    background-size: 35% !important;
  }
  #banner .owl-nav .owl-next{
    right: 30px;
    width: 35px;
    height: 35px;
    background-color: #ccc !important;
    background-size: 35% !important;
  }
}


@media only screen and (max-width: 767px) {
.hamburger-menu {
    display: block;
  }
  .look {
    /* width: 200px; */
    position: fixed;
    top: 0;
    padding: 25px;
    right: -250px;
    height: 100vh;
    width: 250px;
    display: block !important;
    flex-direction: column;
    justify-content: flex-start !important;
    background: #201f22;
    margin: 0;
    z-index: 9999;
    transition: all 0.5s ease;
  }
  .look li a {
    padding: 10px 0;
    display: block;
    color: #fff;
    margin-left: 0;
  }
  .look.show {
    right: 0;
  }
  .person{
    margin: 25px 0;
  }
 .f-header{
   padding: unset !important;
 }
}