.medizco_logo:before {
    content: " ";
    position: absolute;
    top: -45px;
    right: -40px;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    border-right: 2px solid #FF151F;
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: -1;
  }

.btn-link {
  font-size: 13px;
  font-weight: 700;
  color: #FF151F;
  text-decoration: none !important;
}
.btn-link i {
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.btn-link:hover {
  color: #FF151F;
}

