.ppocta-ft-fix {
    display: block;
}
.ppocta-ft-fix {
    position: fixed;
    bottom: 5px;
    left: 10px;
    text-align: center;
    z-index: 9999;
}
.ppocta-ft-fix.vertical {
    min-width: inherit;
}
#callNowButton i {
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(images/callbutton.png) center center no-repeat #009900;
}
.ppocta-ft-fix.vertical #callNowButton a.txt {
    top: 9px;
    left: 60px;
    width: auto;
    white-space: nowrap;
    padding-left: 8px;
    padding-right: 10px;
}
#callNowButton a.txt {
    position: absolute;
    top: -40px;
    left: calc(50% - 60px);
    background: #009900;
    width: 120px;
    max-width: 120px;
    line-height: 2;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 15px;
}
#callNowButton a {
    display: block;
    text-decoration: none;
    outline: none;
    color: #fff;
    text-align: center;
}
#registerNowButton {
    display: inline-block;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
    background: url(images/regbutton.png) center center no-repeat #ff0000;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 70%);
    text-decoration: none;
}
.ppocta-ft-fix.vertical #messengerButton, .ppocta-ft-fix.vertical #zaloButton, .ppocta-ft-fix.vertical #registerNowButton, .ppocta-ft-fix.vertical #callNowButton {
    display: block;
    margin-right: 0;
    margin-top: 2px;
}
#messengerButton>a>i {
    background: url(images/messenger.png) center center no-repeat;
    background-size: 57%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#messengerButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #4267B2;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 70%);
}
.ppocta-ft-fix.vertical #callNowButton a.txt:after {
    bottom: 5px;
    left: -10px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: none;
    border-right: 10px solid #090;
}
#callNowButton a.txt:after {
    position: absolute;
    bottom: -8px;
    left: 50px;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #009900;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
#callNowButton {
    display: inline-block;
    position: relative;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 70%);
}
#zaloButton>a>i {
    background: url(images/zalo.png) center center no-repeat;
    background-size: 57%;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#zaloButton {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #4267B2;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 70%);
}