/*Enquiry link*/

 
    .word-hor {
  margin: 50px -55px!important;
  -ms-transform: rotate(-90deg)!important;
  transform: rotate(-90deg)!important;
  background-color: #fff;
  width: 150px!important;
  text-align: center!important;
}

  
    .word2 {
  margin: 12px 10px 0px 1px;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  width: 10px;
  text-align: center;
}

      
.float-test{
	position:fixed;
	width:150px;
	height:40px;
	top:200px;
	right:0px;
	background-color:#fff!important;
	color:#322f33;
	font-weight:normal!important;;
	line-height:1.2;
	border-radius:0px;
	text-align:center;
/*	box-shadow: 1px 1px 1px #999;*/
	z-index:10;
	border:1px solid #eee;
}
.float-test:hover{
background-color:#322f33!important;	
font-weight:normal!important;	
color:#fff ;
border:1px solid #322f33!important;
}
