.bdr-ripple-ani-btn {
    display: block;
    /*background: #FFF;*/
    width: 58px;
    height: 58px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    box-sizing: border-box;
    color: #666;
    animation: at-ripple 1.6s linear infinite;
    /*overflow: hidden;*/
}
.bdr-ripple-ani-btn.pink {
    background: #ff4081;
    color:white;
    animation: at-ripple-pink 0.6s linear infinite;

}
.bdr-ripple-ani-btn.two {
    right: 300px;
    z-index: 2;
    /*position: fixed;*/
    bottom: 50px;
}
.bdr-ripple-ani-btn i {
    transform: rotate(0deg);
    transition: 0.5s ease;
}
.bdr-ripple-ani-btn:hover i {
    transform: rotate(180deg);
}


@-webkit-keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(223, 1, 116, 1), 0 0 0 0 rgba(223, 1, 116, 1), 0 0 0 5px rgba(223, 1, 116, 1), 0 0 0 10px rgba(223, 1, 116, 1);
    }
    100% {
        box-shadow: 0 16px 30px rgba(223, 1, 116, 1), 0 0 0 15px rgba(223, 1, 116, 1), 0 0 0 40px rgba(223, 1, 116, 1), 0 0 0 60px rgba(223, 1, 116, 1);
    }
}
@keyframes at-ripple {
    0% {
        box-shadow: 0 4px 10px rgba(223, 1, 116, 1), 0 0 0 0 rgba(223, 1, 116, 1), 0 0 0 5px rgba(223, 1, 116, 1), 0 0 0 10px rgba(223, 1, 116, 1);
    }
    100% {
        box-shadow: 0 16px 30px rgba(223, 1, 116, 1), 0 0 0 15px rgba(223, 1, 116, 1), 0 0 0 40px rgba(223, 1, 116, 1), 0 0 0 60px rgba(223, 1, 116, 1);
    }
}
/* Pink Animate */
@-webkit-keyframes at-ripple-pink {
    0% {
        box-shadow: 0 4px 10px rgba(255, 65, 130, 0.1), 0 0 0 0 rgba(255, 65, 130, 0.1), 0 0 0 5px rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(255, 65, 130, 0.1), 0 0 0 5px rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1), 0 0 0 20px rgba(255, 65, 130, 0);
    }
}
@keyframes at-ripple-pink {
    0% {
        box-shadow: 0 4px 10px rgba(255, 65, 130, 0.1), 0 0 0 0 rgba(255, 65, 130, 0.1), 0 0 0 5px rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1);
    }
    100% {
        box-shadow: 0 4px 10px rgba(255, 65, 130, 0.1), 0 0 0 5px rgba(255, 65, 130, 0.1), 0 0 0 10px rgba(255, 65, 130, 0.1), 0 0 0 20px rgba(255, 65, 130, 0);
    }
}






/* Tooltip */
.plus {
    /*position: relative;*/
    z-index: 2;
    position: fixed;
    right: 24px;
    bottom: 50px;
}
.plus:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.tooltip {
    position:absolute;
    bottom:6px;
    right:100px;
    display:table;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    white-space: nowrap;
}
.tooltip p {
    color:#FFF;
    background:rgba(51,51,51,0.5);
    display:table-cell;
    vertical-align:middle;
    padding:10px;
    border-radius:3px;
}
.tooltip i {
    display:table-cell;
    vertical-align:middle;
    color:#333;
    opacity:0.5;
}



/*The Chat bubble*/

.bc {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 400px;
    width: 350px;
    overflow-y: scroll;
}

.bchat{
    display:inline-block;
    clear: both;
    padding: 20px;
    border-radius: 30px;
    margin-bottom: 3px;
}

.him{
    background: #eee;
    float: left;
    margin-left:20px;
    width:18em;
}
.me{
    float: right;
    background: #0084ff;
    color: #fff;
    margin-right:5px;
}
.him + .me{
    border-bottom-right-radius: 5px;
}
.me + .me{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.me:last-of-type {
    border-bottom-right-radius: 30px;
}


.login-page {
    /*background: #212121;*/
    background-image: url("../img/login100_new2.jpg");overflow: hidden;
    background-repeat: no-repeat;
    background-size:100%
}

@media screen and (min-width: 100px) and (max-width: 480px) {
    .login-page {
        background: #ffcb09;
    }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
    .login-page {
        background: #ffcb09;
    }
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}


.tt{
    /*following */
}
