html {
    --color-secondary: #084345!important;
}
:root {
    --color-primary: #084345;
    --color-secondary: #084345;
    --bg-primary-color: #F0EAD3;
    --accent-color: #084345;
    --form-control-color: #495057;
    --text-color:#084345;
}


a.bg-yellow {
 color:white!important;
}

.header-text-color {
    color: #084345;
}

.multi-steps .step.disabled a {
    color: #084345 !important;
    cursor: no-drop;
}

a.header-text-color:hover {
    color: #084345 !important;
}