#myannouncement h3 {
  color: #fff !important;
}

#myannouncement p {
  color: #fff !important;
}

.announcement p.description {
  bottom: 100px !important;
  margin-left: 118px;
  white-space: nowrap;
}

li .more {
    display: none;
}

.feature-item-custom::before {
  font-size: 25px;
  color: #F4BC16;
  border: 1px solid #E2E6E7;
  padding: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #F4BC16;
  margin-left: 7px;
}

.sl-small-roller-custom::before {
  content: "c";
  height: 25px;
  line-height: 25px;
  width: 25px;
  font-size: 25px;
  color: #fff;
}

.sl-small-driller-custom::before {
  content: "d";
  height: 25px;
  line-height: 25px;
  width: 25px;
  font-size: 25px;
  color: #fff;
}

#menu-main-menu-2 .menu-item-999 {
    display: none !important;
}

@media screen and (max-width: 479px) {
  .bread-crumb-container li:last-child {
    display: none !important;
  }
}