        .floatcat{
	        position:fixed;
	        width:40px;
        	height:40px;
	        bottom:246px;
	        right:0px;
	        background-color:#270261;
	        color:#FFF;
	        border-radius:0px;
	        text-align:center;
            font-size:28px;
            z-index:100;
        }
        .floatwa{
	        position:fixed;
	        width:40px;
        	height:40px;
	        bottom:203px;
	        right:0px;
	        background-color:#25d366;
	        color:#FFF;
	        border-radius:0px;
	        text-align:center;
            font-size:28px;
            z-index:100;
        }
         .floatx{
	        position:fixed;
	        width:40px;
        	height:40px;
	        bottom:160px;
	        right:0px;
	        background: #2484d6;
	        color:#FFF;
	        border-radius:0px;
	        text-align:center;
            font-size:28px;
            z-index:100;
        }
        .floatig{
	        position:fixed;
	        width:40px;
        	height:40px;
	        bottom:118px;
	        right:0px;
	        background: #d6249f;
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	        color:#FFF;
	        border-radius:0px;
	        text-align:center;
            font-size:28px;
            z-index:100;
        }
        .floatfb{
	        position:fixed;
	        width:40px;
        	height:40px;
	        bottom:76px;
	        right:0px;
	        background: #2484d6;
	        color:#FFF;
	        border-radius:0px;
	        text-align:center;
            font-size:28px;
            z-index:100;
        }
       
        .floacat .textcat,.floatwa .textwa,.floatig .textig,.floatfb .textfb,.floatx .textx{
            display:none;
        }
        .textcat {
            font-size:14px;
            color:white;
            margin-top: -32px;
            width: 100%;
            margin-left: 40px;
            font-weight:bold;
        }
        .textx {
            font-size:14px;
            color:white;
            margin-top: -32px;
            width: 100%;
            margin-left: 30px;
            font-weight:bold;
        }
        .textwa {
            font-size:14px;
            color:white;
            margin-top: -32px;
            width: 100%;
            margin-left: 30px;
            font-weight:bold;
        }
        .textig {
            font-size:13px;
            color:white;
            margin-top: -32px;
            width: 100%;
            margin-left: 30px;
            font-weight:bold;
        }
        .textfb {
            font-size:13px;
            color:white;
            margin-top: -32px;
            width: 100%;
            margin-left: 30px;
            font-weight:bold;
        }
        .floatcat:hover {
            width:228px;
        	height:40px;
        	background-color:#270261;
	        color:white;
	        text-align:left;
	        padding-left:10px;
	        border:1px solid silver;
        }
        .floatwa:hover {
            width:200px;
        	height:40px;
        	background-color:#25d366;
	        color:white;
	        text-align:left;
	        padding-left:10px;
	        border:1px solid silver;
        }
        .floatx:hover {
            width:200px;
        	height:40px;
        	background-color:#2484d6;
	        color:white;
	        text-align:left;
	        padding-left:10px;
	        border:1px solid silver;
        }
        .floatig:hover {
            width:200px;
        	height:40px;
        	background-color:#FFF;
	        color:white;
	        text-align:left;
	        padding-left:10px;
	        border:1px solid silver;
        }
        .floatfb:hover {
            width:200px;
        	height:40px;
        	background-color:#2484d6;
	        color:white;
	        text-align:left;
	        padding-left:10px;
	        border:1px solid silver;
        }
        .floatwa:hover .textwa,.floatx:hover .textx,.floatig:hover .textig,.floatfb:hover .textfb {
            display:block;
        }
        .my-float{
	        margin-top:7px;
        }