#whatsapp-icon-container {
	width:50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 10px;
	animation: popup 0.9s infinite alternate-reverse;
}

#whatsapp-icon {
	width: 100%;
	height: 100%;
}

@keyframes popup {

	from {
		transform: scale(1.0);
	}

	to {
		transform: scale(1.4);
	}

}


@media (max-width:518px) {
	.nav-box-container {
		display: none;
	}

	.menus {
		display: block;
	}
}


@media (max-width:400px) {
		#whatsapp-icon-container {
			width: 50px;
			height: 50px;
		}

}