@import url("mdi/css/materialdesignicons.min.css");
.wpicon{
	width: 65px;
    height: 65px;
    line-height: 65px;
	position: fixed;
    left: 50px;
    bottom: 20px;
    z-index: 99999;
	 display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0;
	border-color: transparent;
    color: #fff!important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
	background-color: #25d366;
	text-decoration: none;
	box-sizing: border-box;
	font-size:30px;
	
}
.tarificon{
display:none;
}
@media only screen and (max-width: 991px) {
    .wpicon{
	    right: 25px;
		left:auto;
        bottom: 100px; 
	  width: 50px;
    height: 50px;
    line-height: 50px;
		
    }
	
.tarificon{
	display:block;
	width: 50px;
    height: 50px;
    line-height: 50px;
	position: fixed;
	left: 25px;
		right:auto;
    bottom: 100px;
    z-index: 99999;
	 display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding: 0;
	border-color: transparent;
    color: #fff!important;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1)!important;
	background-color: red;
	text-decoration: none;
	box-sizing: border-box;
	font-size:30px;
	
}
.m-none{
		display:none;
	}
  	
}
