* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.fixed-btn {
    position: fixed;
    bottom: 160px;
    right: 1%;
    background: #7e0ce9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    padding-right: 0.5px;
    padding-top: 9px;
    position: fixed;
    z-index: 1000;
}
.fixed-btn a, .fixed-btn1 a {
    text-transform: uppercase;
    font-family: arial;
    font-size: 25px;
    color: #fff !important;
}
.fa, .fas {
    font-weight: 900;
}
.item, ::after, ::before {
    box-sizing: border-box;
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fixed-btn1 {
    position: fixed;
    bottom: 100px;
    right: 1%;
    background: #0FACF3;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    padding-right: 0.5px;
    padding-top: 2px;
    transform: rotate(90deg) !important;
    position: fixed;
    z-index: 1000;
}
.fixed-btn a, .fixed-btn1 a {
    text-transform: uppercase;
    font-family: arial;
    font-size: 25px;
    color: #fff !important;
}
.fixed-btn2 {
    position: fixed;
    bottom: 40px;
    right: 1%;
    background: #00E676;
    width: 50px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
}
.fixed-btn2 a {
    text-transform: uppercase;
    font-family: arial;
    font-size: 30px;
    color: #fff !important;
}
.fa.fa-pinterest-p, .fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
