
	.whatsapp_float {
		position: fixed;
		width: 40px;
		height: 40px;
		bottom: 70px;
		right: 18px;
		border-radius: 50px;
		text-align: center;
		font-size: 30px;
		z-index: 100;
	}

	/* for mobile */
	@media screen and (max-width: 767px) {
		.whatsapp_float {
			width: 40px;
			height: 40px;
			bottom: 70px;
			right: 15px;
			font-size: 22px;
		}
	}