
.fabs{
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.action{
     background: #e33653; 
     height: 40px;
     width: 40px;
     border-radius: 50%;
     /* box-shadow: 1px 1px 3px rgb(177, 177, 177); */
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
     cursor: pointer;
}

.action img{
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

.floating_socail_media_icons{
    position: absolute;
    bottom: 0px;
    left: 55%;
    transform: translateX(-50%);
    margin-bottom: 5px; 
    height: 35px;
    width: 35px;
    transition: 0.3s ease-in-out;
    z-index: -1;
}

.floating_socail_media_icons.open{
    bottom: 50px;
}

.floating_socail_media_icons a{
    position: absolute;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.floating_socail_media_icons i{
    font-size: 15px;
    position: absolute;
    color: white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .facebook_float, .insta_float, .whatsapp_float,.phone_float, .google_float, .linkedin_float, .youtube_float{
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    font-size: 15px;
} */

.facebook_float{
    background-color: #1a77f2;
}

.whatsapp_float{
    background-color: #25d366;
}

.phone_float{
    background-color: grey;
}

.linkedin_float{
    background-color: #0077b5;
}

.youtube_float{
    background-color: #ff0000;
}

.google_float{
    background-color: #db4437;
}

.insta_float{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* 
@media screen and (max-width: 600px) {
    .floating_socail_media_icons{
        right: 16px;
    }
} */