html {
    --color-primary: #646e65!important; /*title and header colour*/
    --bg-primary-color: #646e65!important; /*header and button background*/
    --accent-color: #8a8a8a !important; /*breadcrumb and button hover*/
    --form-control-color: #495057!important; /*form header text colour*/
    --text-color: #1c1c1c!important; /*Main text colour*/

    --select-color: #646e65!important; /*Background colour of select buttons*/
    --select-highlight-color: #646e65!important; /*BG colour of select buttons on hover*/
    --select-border-color: #e8e8e8!important; /*border colour of select buttons*/
    --select-text-color: #ffffff!important; /*colour of select text*/
    --select-highlight-text-color: #ffffff!important; /*colour of select text on hover*/
    --select-padding: 0!important; 	
}

.contact-us-label.header-text-color {
    color: #ffffff!important;
}