@media (max-width: 767px) {
  .row-search {
    /*width: 100% !important;*/
    /*display: block !important;*/
  }
}

a {
  text-decoration: none;
}

.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, .5);
  line-height: 46px;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

@media (max-width: 767px) {
  .navcollapse-mob {
    /*display: none;*/
  }
}

