.floatquote {
    position: absolute;
}
.multiquote-wrap {
    position: fixed;
    bottom: 50%;
    right: 7%;
    border: 2px solid #2D3039;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    z-index: 500;
}
.multiquote-wrap .floatquote {
    position: static;
}
.active-quote {
    border-color: #0A8ED0;
}
.active-quote .icon {
    color: #0A8ED0;
}
.mqbtn {
    cursor: pointer;
}