



.pointer {cursor: pointer;}


.icon-bar {
  position: fixed;
  top: 50%;
left: 0px;	
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	z-index: 5;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.Facebook {
  background: #3B5998;
  color: white;
}

.Twitter {
  background: #55ACEE;
  color: white;
}

.Google {
  background: #dd4b39;
  color: white;
}

.Linkedin {
  background: #007bb5;
  color: white;
}

.Youtube {
  background: #bb0000;
  color: white;
}

.Instagram {
  background: #D14961;
  color: white;
}

.Tumblr {
  background: #253C65;
  color: white;
}



.whatsappfloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
:70px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.phonefloat{
	position:fixed;
	width:60px;
	height:60px;
	bottom:70px;
mfb-component--br:20px;
	background-color:
#034EA2;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
} 