@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #t4-header.header1 .t4-offcanvas-toggle {
      left: inherit !important;
  }
}
@media only screen and (max-width: 767px) {
  #t4-header.header1 .t4-offcanvas-toggle {
      left: inherit !important;
  }
}