.call-button {
	display        : block;
	position       : fixed;
	text-decoration: none;
	z-index        : 9999999999;
	width          : 60px;
	height         : 60px;
	border-radius  : 50%;
	transform      : scale(0.7);
	right          : 8px;
	bottom         : 10px;
	background     : #FFB606;
	padding-left   : 16px;
	padding-top    : 8px;


}

.call-button a {
	color    : #1A1A1A;
	font-size: 30px;
}

.call-button a i {
	font-size   : 30px;
	color       : #1A1A1A;
	/* content  : "\f095" */
}

.whatsapp-button {
	display                  : block;
	position                 : fixed;
	text-decoration          : none;
	z-index                  : 9999999999;
	width                    : 60px;
	height                   : 60px;
	border-top-left-radius   : 20px;
	border-top-right-radius  : 20px;
	border-bottom-left-radius: 20px;
	transform                : scale(0.7);
	left                     : 6px;
	bottom                   : 10px;
	background               : #FFB606;
	padding-left             : 14px;
	padding-top              : 2px;


}


.whatsapp-button a {
	color    : #1A1A1A;
	font-size: 39px;
}

.whatsapp-button a i {
	font-size   : 39px;
	color       : #1A1A1A;
	/* content  : "\f232" */

}

/*------------------------------------------------------------------
   	Scrollup
-------------------------------------------------------------------*/
#myBtn {
	display         : none;
	/* Hidden by default */
	position        : fixed;
	/* Fixed/sticky position */
	bottom          : 80px;
	/* 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: #FFB606;
	/* Set a background color */
	color           : black;
	/* 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;
}