/* Floating CTA Bar Style */
.fl-fl {
background: #0a84c7;
width: 235px;
position: fixed;
right: -175px;
z-index: 1000;
font: normal normal 10px Arial;
-webkit-transition: all 0.25s ease;
-moz-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
-o-transition: all 0.25s ease;
transition: all 0.25s ease;
display: flex;
align-items: center;
}
.fl-fl span {
width: 60px;
height: 60px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.fl-fl i,
.fl-fl svg {
font-size: 20px;
color: #fff;
}
.fl-fl:hover {
right: 0;
}
.fl-fl a {
color: #fff !important;
text-decoration: none;
font-size: 16px;
padding-left: 20px;
}
/* position of bars */
.float-employee {
top: 200px;
}
.float-provider {
top: 262px;
}
.float-bill {
top: 324px;
}
/* color of each bars */
.float-employee span {
background-color: #0b97d6;
}
.float-provider {
background-color: #0863a9;
}
.float-provider span {
background-color: #0468b3;
}
.float-bill {
background-color: #253b50;
}
.float-bill span {
background-color: #2b4157;
}