.page-title-heading {
    color: #f54336 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ec1f27 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ec1f27 !important;
}

.cover-cta .card {
    border-bottom: 3px solid #f54336 !important;
}
.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid whitesmoke;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 5px;
}

.active, .accordion:hover {
  background-color: #ccc; 
}

.panel {
  padding: 10 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  border: 1px solid whitesmoke;
    padding: 30px 18px;
}
