.bg-navigate {
  background: rgb(227,120,38);
  background: -moz-linear-gradient(180deg, rgb(176, 55, 121) 0%, rgba(200,77,144,1) 82%);
  background: -webkit-linear-gradient(180deg, rgb(176, 55, 121) 0%, rgba(200,77,144,1) 82%);
  background: linear-gradient(180deg, rgb(176, 55, 121) 0%, rgba(200,77,144,1) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e37826",endColorstr="#c84d90",GradientType=1);
}

.box-navigate{
    position: fixed;right:20px;top:120px;z-index:900;
    margin-bottom: 25px;
}

.row-reverse{
    flex-wrap:nowrap;
}

@media only screen and (max-width: 768px) {
    .box-navigate{
        position: relative;right:0px;z-index:900;
        top: 0px;
    }
    .row-reverse{
        flex-wrap: wrap-reverse;
    }
}