.fab-container{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
   
}

.fab-icon-holder{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #fff;
   background: rgb(63,94,251);
    background: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(9,5,102,1) 100%);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
    display: inline-block;
    
}
.fab-icon-holder:hover{
    opacity: 0.8;
}

.fab-icon-holder i{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #fff;
    
}


.faq{
    width:45px;
    height:  45px;
    background: rgb(159,27,27);
    background: radial-gradient(circle, rgba(159,27,27,1) 0%, rgba(199,47,47,1) 100%);
    
}

.contactus{
    background: rgb(74,18,147);
    background: radial-gradient(circle, rgba(74,18,147,1) 0%, rgba(137,76,229,1) 100%); 
}
.callus{
    background: rgb(28,106,167);
    background: radial-gradient(circle, rgba(28,106,167,1) 0%, rgba(17,161,230,1) 100%); 
}
.whatsupus{
     background: rgb(22,203,14);
    background: radial-gradient(circle, rgba(22,203,14,1) 0%, rgba(76,234,68,1) 100%); 
}
.app{
    background: rgb(228,144,36);
    background: radial-gradient(circle, rgba(228,144,36,1) 0%, rgba(229,163,76,1) 100%);
}

.fab-options{
    list-style-type: none;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    border-radius:  100% 10% 10% 100% ;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
    display: none;
    transition: all 0.3s ease;
    min-width: 200px;
    
}
.fab-options a{
    text-decoration: none;
    
}
.fab-options span:hover{
    opacity: 0.8;
     display: flex;
    align-items: center;
    justify-content: center;
}
.fab-options li{
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    
}
.fab-lable{
    padding: 2px 5px;
    align-self: center;
    user-select: none;
    white-space: nowrap;
    border-radius: 5px;
    font-size: 16px;
    background-color: #666;
    color: #fff;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.2);
    margin-right: 10px;
    
    
}