.call-button {
	display        : block;
	position       : fixed;
	text-decoration: none;
	z-index        : 9999999999;
	width          : 60px;
	height         : 60px;
	border-radius  : 50%;
	transform      : scale(0.65);
	left           : 8px;
	bottom         : 10px;
	background     : #000000;
	border         : 4px solid #ffffff;
	padding-left   : 12px;
	padding-top    : 7px;

}

.call-button a {
	color    : #ffffff;
	font-size: 26px;
}

.call-button a i {
	font-size: 26px;
	color    : #ffffff;
}

.whatsapp-button a img {
	display        : block;
	position       : fixed;
	text-decoration: none;
	z-index        : 9999999999;
	width          : 43px;
	height         : 43px;
	left           : 17px;
	bottom         : 70px;
}

/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
#myBtn {
	display         : none;
	/* Hidden by default */
	position        : fixed;
	/* Fixed/sticky position */
	bottom          : 10px;
	/* Place the button at the bottom of the page */
	right           : 20px;
	/* Place the button 30px from the right */
	z-index         : 99;
	/* Make sure it does not overlap */
	border          : none;
	/* Remove borders */
	outline         : none;
	/* Remove outline */
	background-color: #FB7B00;
	/* Set a background color */
	color           : #fff;
	/* Text color */
	cursor          : pointer;
	/* Add a mouse pointer on hover */
	padding         : 10px;
	/* Some padding */
	border-radius   : 5px;
	/* Rounded corners */
	font-size       : 20px;
	/* Increase font size */
}

#myBtn:hover {
	background-color: #1A1A1A;
	/* Add a dark-grey background on hover */
	color           : white;
	/* Text color */

}

html {
	scroll-behavior: smooth;
}