.breadcrumb li:not(:first-child):before {
  content: ">";
  padding-right: .5rem;
  padding-left: .5rem;
}
.breadcrumb {
  background-color: #ffffff !important;
  font-family: MarsCentra-Book,sans-serif;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 14px 80px!important;
  margin-bottom: 0px;
}
.breadcrumb a {
  color: #3c3c3c;
  text-decoration: none;
}
.breadcrumb li:last-child {
  color: #212529!important;
  font-family: MarsCentra-Book, sans-serif;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 1200px) {
  .breadcrumb {
    font-size: 12px;
    padding: 1em 0 0 1em!important;
    border: none;
    display: none;
  }
  .breadcrumb li:not(:last-child) {
    display: none;
    text-decoration: none;
  }
  .breadcrumb-item+.breadcrumb-item::before {
    content: "<" !important;
  }
  .breadcrumb li {
    font-family: MarsCentra-Book, sans-serif;
    font-size: 15px;
    /* color: #3c3c3c !important; */
    padding-left: 0px;
  }
  .breadcrumb a {
    color: #0000a0 !important;
  }
  .breadcrumb li:before {
    content: "<" !important;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    font-size: 12px;
  }
}
