.cquote_loader div:nth-child(1) {
    animation-delay: -0.45s;
}
.cquote_loader div:nth-child(2) {
    animation-delay: -0.3s;
}
.cquote_loader div:nth-child(3) {
    animation-delay: -0.15s;
}
.cquote_loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 6px;
    border: 3px solid #333333;
    border-radius: 50%;
    animation: sb-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #333333 transparent transparent transparent;
}
.cquote_loader {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0;
    display: inline-block;
	vertical-align: bottom;
	display: none;
}
.cquote-footer{
	display: flex;
}
span.cquote_error {
    color: #e2401c;
}