.btn-ft-inquiry-car {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    background: #CA0F19 url(../images/icon-inquiry.png) no-repeat center;
    background-size: 60%;
    color: #fff;
    transition: all .2s;
    cursor: pointer;
    z-index: 998;
    display: flex !important;
    position: fixed;
    right: 20px;
    bottom: 20%;
}

.btn-ft-inquiry-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #F44041 center;
    background-size: 60%;
    color: #fff;
    transition: all .2s;
    cursor: pointer;
    z-index: 999;
    position: fixed;
    right: 20px;
    bottom: 24%;
}