@media (max-width:767px) {
        #topcontrol{
                bottom: 70px!important;
        }
}
.talk-btn{
position: fixed;
bottom: 0px;
width: 100%;
background-color: #cbb486;
color: #fff;
text-align: center;
font-size: 22px;
padding: 10px 0px;
font-weight: 600;
z-index: 1;
display: none;
}