@media only screen and (max-width: 991px) {
  .c-layout-header .c-navbar {
      height: 81px !important;
  }
  .c-mobile-logo{
    padding-left:10px;
   
  }
  .tparrows.circle{
    width: 25px;
    height: 25px;
  }
  .c-layout-header.c-layout-header-default-mobile .c-brand > .c-hor-nav-toggler{
        margin-right: 10px;
  }
}