.float-icon .float-hire,
.float-icon .float-mob {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 35px;
    right: 40px;
    opacity: 0;
    border-radius: 50px;
    text-align: center;
    z-index: 9;
    background: #0161FF;
}

.float-icon img {
    width: auto;
    margin-top: 9px;
}

.float-icon a img {
    /* border-radius: 50%; */
    position: relative;
    z-index: 99;

}

.float-hire .text-img,
.float-mob .text-img {
    display: none;
    font-weight: 500;
    position: fixed;
    right: 81px;
    bottom: 64px;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -.02em;
    color: #fff;
}

.float-icon .video-circle1,
.float-icon .video-circle2,
.float-icon .video-circle3 {
    position: absolute;
    background: #0161FF;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    bottom: 0;
    top: 0%;
    right: 0;
    animation: 4s cubic-bezier(.36, .11, .89, .32) infinite scaleIn;
}

.float-icon:hover,
.float-icon .float:hover {
    transition: none;
}

.float-icon:hover .text-img,
.float-icon .float:hover .text-img {
    display: block;
    border-radius: 0;
    padding-top: 14px;
}

#book-cnslt-img {
    animation: none !important;
    border-radius: unset;
}

@media (max-width:900px) {
    .book-float-btn {
        display: none;
    }
}