<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header button {
    display: none !important;
}

.section.quotes-bg, .quotes-bg {
    background-color: var(--accent-color);
    padding-bottom: 50px;
    padding-top: 140px;
}

    .quotes-bg h1,
    .section.quotes-bg h1,
    .section.quotes-bg h3,
    .section.quotes-bg h5,
    .quotes-bg h5 {
        color: var(--billy-text-white);
    }

.quotes-info .quotes-step {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

.quotes-info .step-number {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: var(--billy-bg-orange);
    margin-right: 10px;
    border: 1px solid var(--billy-border-orange);
}

.quotes-info p.step-number {
    color: var(--billy-text-white);
}

.quotes-info h5.text-billy-primary {
    color: var(--billy-teal);
}

.quotes-info .step-line {
    border-left: 2px solid var(--billy-bg-orange);
    height: 24px;
    margin-left: 16px;
}

    .quotes-info .step-line.step-line-grey {
        border-left: 2px solid #DFE4EA;
        height: 24px;
        margin-left: 16px;
    }

@media (min-width: 992px) and (max-width: 1200px) {
    .quotes-man img {
        width: 240px;
    }
}

.quotes-phoneBox {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}

.receive-noObligationBox h1 {
    color: var(--billy-text-white);
    max-width: 360px;
}

.receive-noObligation-imgBox {
    position: absolute;
    bottom: -40%;
    right: 6%;
}

.service-container.both.flow-active {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 1.25rem;
}

.service-container.both {
    display: grid;
    grid-template-columns: 2fr minmax(400px, 3fr);
    grid-column-gap: 1.25rem;
}

    .service-container.both #flow .step {
        width: 100%;
    }

.quotes-man {
    display: none;
}

.quotes-mobile-down {
    display: none;
}


#btn-call-now {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

#div-serviceman {
    right: 0 !important;
}</pre></body></html>