@charset "utf-8";

.Phone  {
	clear: both;
	display: block;
	position:fixed;
	right: 0px;
	top: 0px;
	z-index: 4;
	border: 3px solid green;
	border-radius: 50%;
	height: 52px;
	width: 52px;
	overflow:hidden;
}
.TextUsButton {
	clear: both;
	display: block;
	position:fixed;
	left: -4px;
	bottom: 5px;
	z-index: 4;
	height: 45px;
	width: 45px;
	overflow:hidden;
}
.scrollToTopBtn {
	display: none;
	position: fixed;
	bottom: 10px;
 	right: 10px;
 	z-index: 99;
	border: 2px solid #CCCCCC;
	border-radius: 50%;
	height: 38px;
	width: 38px;
}

@media only screen and (min-width: 1000px) {
	
.Phone  {
	display: none;
}
.TextUsButton {
	display: none;
}
}