.fgapi {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 99999
}

.fgwhatsapp {
    position: relative;
    transition: all .5s ease-in-out;
    z-index: 999;
    margin-top: 10px
}

.fgwhatsapp a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #4dc247
}

.fgwhatsapp .fgtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto
}

.fgwhatsapp:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fgwhatsapp:hover .fgtooltiptext {
    visibility: visible
}

.fgtelefon {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999
}

.fgtelefon a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #1a3f86;
}

.fgtelefon .fgtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto
}

.fgtelefon:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fgtelefon:hover .fgtooltiptext {
    visibility: visible
}

.fgtelegram {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999
}

.fgtelegram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #27A7E5
}

.fgtelegram .fgtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto
}

.fgtelegram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fgtelegram:hover .fgtooltiptext {
    visibility: visible
}

.fginstagram {
    position: relative;
    margin-top: 10px;
    transition: all .5s ease-in-out;
    z-index: 999
}

.fginstagram a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    background: #fd3a67
}

.fginstagram .fgtooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    line-height: normal;
    font-size: 15px;
    top: 13px;
    left: 105%;
    height: auto
}

.fginstagram:hover a {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fginstagram:hover .fgtooltiptext {
    visibility: visible
}

.fgrounded-25 {
    border-radius: 25%
}
