

html {
    --color-secondary: #f1b310!important;
}
:root {
    --color-primary: #C0620C;
    --color-secondary: #f1b310;
    --bg-primary-color: #fff;
    --accent-color: #C0620C;
    --form-control-color: #495057;
    --text-color:#1c1c1c;
}


a.bg-yellow {
 color:white!important;
}

.header-text-color {
    color: #C0620C;
}

.multi-steps .step.disabled a {
    color: #f1b310 !important;
    cursor: no-drop;
}

a.header-text-color:hover {
    color: #f1b310 !important;
}

span{
    color:#000;
}


.btn-choose-time {
    background: #c0620c;
}


a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {


    color: #000;
}





