@import url("mdi/css/materialdesignicons.min.css");
.wpicon{
	width: 50px;
    height: 50px;
    line-height: 50px;
	position: fixed;
    left: 25px;
    bottom: 50px;
    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:block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: fixed;
		left: 25px;
		right:auto;
		bottom: 130px;
		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;
		
	}
@media only screen and (min-width: 991px) {
	
	.w-none{
		display:none;
	}
  	
}

@media only screen and (max-width: 991px) {
    .wpicon{
        bottom: 50px; 
		width: 50px;
		height: 50px;
		line-height: 50px;
		
	}
	
	.tarificon{
		display:block;
		width: 50px;
		height: 50px;
		line-height: 50px;
		position: fixed;
		left: 25px;
		right:auto;
		bottom: 120px;
		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;
	}
  	
}
