.smissin-call-btn {
	display: none;
}

@media(max-width: 767px) {
	
	.smissin-call-btn{
		display: block;
		position: fixed; 
		width: 100vw; 
		bottom: 0; 
		z-index: 99999;
	}
	.smissin-call-btn .wrapper {
		display: flex;
		justify-content: center;
		height: 50px;
		align-items: center;
	}
	
	.tel-link svg{
		width: 16px;
		height: 16px;
		margin-bottom: -2px;
		margin-right: 10px;
	}
	
}
