.float-item a {
    display: block;
    z-index: 999;
    position: fixed;
    text-align: center;
    top: auto;
    right: 10px;
    left: auto;
   	cursor: pointer;
    background-color: white;
    color: white;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 55px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
    bottom: 150px;
    border-radius: 50%;
}
#float-container a svg{
    height: 100%;
    margin-right: 10px;
}
#float-container a svg#compHotline{
    fill: #ff0000;
}
#float-container a svg#compWhatsapp{
    fill: #1bd741;
}

.float-item2 a {
    z-index: 999;
    position: fixed;
    text-align: center;
    top: auto;
    right: 10px;
    left: auto;
   	cursor: pointer;
    background-color: white;
    color: white;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 35px;
    line-height: 55px;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.2);
    bottom: 80px;
}
@media screen and (max-width: 767px){
   .float-item2, .float-item {
        display: block;
    }
    
    .float-item2 a {
        display: block;
        bottom: 140px;
    }
    
    .float-item a {
        display: block;
        bottom: 80px;
    }
}

@media screen and (max-width:479px){
    .float-item2 a {
        top: auto;
        width: 50px;
	    height: 50px;
	    line-height: 53px;
	    font-size: 35px;
        bottom: 160px !important;
    }
    
    
    .float-item a {
        top: auto;
        width: 50px;
	    height: 50px;
	    line-height: 51px;
	    font-size: 37px;
        bottom: 100px !important;
    }
}