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

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