.scroll-to-top {
    position: fixed;
    right: 100px;
    bottom: 20px;
    z-index: 1;
    display: none;
}

.wa-callback {
    position: fixed;
    right: 30px;
    bottom: 20px;
    width:60px;
	height:60px;
    z-index: 1;
	border-radius: 50%;
	/* text-align:center; */
    font-size:30px;
}

@media (max-width: 767px) {
    .wa-callback {
        position: fixed;
        right: 30px;
        bottom: 20px;
        width:45px;
        height:45px;
        z-index: 1;
        border-radius: 50%;
        font-size:20px;
    }
    .scroll-to-top {
        position: fixed;
        border-radius: 50%;
        width:45px;
        height:45px;
        right: 30px;
        bottom: 70px;
        z-index: 1;
        display: none;
    }
}

/* Small Devices Bootstrap */
@media (max-width: 575px) {

}
