@media (min-width: 991px) {
  .off-canvas-toggle {display: none;}
}

.t3-header .headright .head-search .awesomplete {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

<!-- To fix load more padding with the next section -->
@media (max-width: 767px){
.t3-content {
    padding-bottom: 15px;
}
}

<!-- To fix nx YoutubeBox height issue in mobile -->
@media (max-width: 768px)
.article-content .nx-YouTubeBox>iframe {
  height: 100% !important;
}