.button.contact-us-button {
    background-color: #0670da;
    color: #fff;
    text-align: center;
    border: none;
    transition: all 0.3s ease;
}

.button.contact-us-button:hover {
    background-color: #1a252f;
    color: #fff;
}

.single-contact-button {
    display: inline-block;
    padding: 12px 24px;
    font-size: 1.1em;
    margin-top: 15px;
}
.single-contact-button {
    background: #0670da;
    padding: 12px 5px;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.quick-chat-button p {
    font-style: italic;
}
a.icon-contact-us {
    height: 45px;
    width: 45px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-align: center;
    background: #015cee;
    color: #fff;
    margin-bottom: 10px !important;
}
a.icon-contact-us:hover {
    background: #fff;
}
 span.call-for-price {
    color: #1e64dc;
    cursor: pointer;
}
.product-inquiry h3 {
    text-align: center;
}