
.btnPrimary:before{
  background: #DF4343;
}
.btnanimate:before{
  background: #DF4343;
}
.homeHero .scrollDownBox .scrollIndicator:before {
  background-color: #DF4343;
}
.mapAddress {
  background:#DF4343;
}
.skewIndicator:before,
.scrollIndicator:before {
  background: #FFFFFF;
}
/* style.css */
.col-aut .checkboxText:hover {
    color:#DF4343 !important;
  }
.col-aut .checkboxText:hover::before {
    border-top-color: #DF4343 !important;
    border-right-color: #DF4343 !important;
  }
  .col-aut .checkboxText:hover::after {
    border-bottom-color: #DF4343 !important;
    border-left-color: #DF4343 !important;
  }
.checkBox input[type="checkbox"]:checked ~ .checkboxText {
  box-shadow: inset 0 0 0 2px #DF4343 !important;
  color:#DF4343 !important;
}