html {
    --color-secondary: #fff!important;
}
:root {
    --color-primary: #800020;
    --color-secondary: #fff;
    --bg-primary-color: #fff;
    --accent-color: #800020;
    --form-control-color: #495057;
    --text-color:#000;
    --select-color: #fff!important;
    --select-highlight-color: #800020!important;
    --select-border-color: #800020!important;
    --select-text-color: #800020!important;
    --select-highlight-text-color: #fff!important;
    --select-padding: 5px!important;
}
.contact-us-label.header-text-color {
    color: #ffffff!important;
}