.looking-icons ul li .looking-icon{
	padding: 10px!important;
    min-width: 120px!important;
}



/*-----------------------------------*/
/*------ 1. floating icon ------*/
/*-----------------------------------*/



/* Floating Social Media Bar Style Starts Here */

.fl-fl {

text-transform: uppercase;
letter-spacing: 3px;
padding: 4px;
width: 200px;
position: fixed;
right: -160px;
z-index: 1000;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
color: #fff!important;
}


.fab{
    font-size: 30px!important;
    color: #fff!important;
    padding: 10px 0!important;
    width: 40px!important;
    margin-left: 3px!important;
}

.fl-fl:hover {
right: 0;
}

.fl-fl a {
color: #fff !important;
text-decoration: none;
text-align: center;
line-height: 50px!important;
vertical-align: top!important;
}

.float-em {
background: #4267b2;
top: 170px;
}

.float-vb {
background: #794f99;
top: 228px;
}

.float-wa {
background: #58cb47;
top: 286px;
}

.float-ca {
background: #e67e22;
top: 344px;
}

.float-ig {
top: 380px;
}

.float-pn {
top: 435px;
}
/* Floating Social Media Bar Style Ends Here */