/* .top{
    position: fixed;
    z-index: 990;
    bottom: 5%;
    right: 3%;
    width: 50px;
    height: 50px;
    background-color: #133c8b;
    box-sizing: border-box;
    border-radius: 50px;
    cursor: pointer;
    display: none;
}

.top i{
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.right_fixed{
    right: 2%;
    top: 17%;
    position: fixed;
    z-index: 999;
}

.icon{
    /*width: 55px;*/
    /*height: 55px;*/
    width: 70px;
    height: 70px;

    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    /* border-bottom: 1px solid #777; */
    /* transition: all ease-in-out .5s; */
    margin-bottom: 10px;
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 20%);
}

.icon:last-child{
    margin-bottom: 0;
}

.icon1{
    background-color: #fff;
}

.icon_hover{
    width: 0;
    overflow: hidden;
    height: 65px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-right: 65px;
    transform: skew(-0.1deg);
    box-sizing: border-box;
    z-index: -1;
    background-color: #fff;
    color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.hover_on{
    width: 200px;
    padding-right: 70px;
    transition-duration: all 1s;
}

.right_fixed .top{
    width: 100%;
    /*height: 55px;*/
    height: 70px;
    background-color: #133c8b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    border-radius: 100px;
}
