.img svg{
    width: 100%;
    height: 100%;
}
.main-widget .img{
    width: 25px;
    height: 25px;
}
.main-icon svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}
.main-widget {
    position: fixed;
    bottom: 10px;
    z-index: 1000;
}
.out-circle{
    overflow: hidden;
    padding: 17px;
    border-radius: 100%;
    background: #ff464e;
    width: 60px;
    height: 60px;
}
.main-icon{
    line-height: 0;
    color: #fff;
    width: 100%;
    height: 100%;
}
.main-icon i{
    width: 26px;
    height: 26px;
    transform: translateX(2px);
}
.ser-icon{
    display: inline-flex;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    padding: 10%;
    background: #fff;
    max-width: 100%;
    overflow: hidden;
    border-radius: 100%;
    color: #ff464e;
    width: 70%;
    height: 70%;
    margin: 15%;
    transition: .2s all;
}
.unsee{
    opacity: 0;
    transform: scale(0);
}
.process{
    display: inline-flex;
    transform: translateX(0px);
    transition: 0.15s linear transform;
    line-height: 0;
}
.ser-icon .item {
    margin-right: 40px;
    width: 30px;
    height: 30px;
}
.ser-icon i:nth-child(2n) {
    color: #000;
}
.def-content {
    position: absolute;
    bottom: 70px;
    width: 250px;
    background: #fff;
    border-radius: 5px;
    transition: .2s all;
    box-shadow: 0px 0px 15px 0px #333;
}
.def-content .item{
    width: 100%;
    line-height: 0;
    padding: 5px 10px;
    transition: .3s linear all;
}
.def-content .item:last-child{
    margin-bottom: 0;
}
.def-content .item > a > *{
    float: left;
    line-height: 1;
}
.def-content .item a{
    display: inline-block;
    font-size: 15px;
    width: 100%;
    transition: .3s linear all;
}
.def-content .item div{
    height: 45px;
    line-height: 45px;
    width: 160px;
}
.def-content .item .img{
    margin-right: 10px;
}
.close-icon {
    position: absolute;
    font-size: 25px;
    top: 0;
    padding: 15px;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #464fff;
    border-radius: 100%;
    transition: .2s all;
    transform: rotate(0);
    cursor: pointer;
}
.close-icon.unsee{
    transform: rotate(180deg);
}
.pregan {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ff464e7a;
    z-index: -2;
    border-radius: 100%;
    animation: zoomzoom 3s linear .2s infinite;
}
.item svg{
    fill: #ff464e; 
}
.def-content .item svg{
    fill: #fff;
}
.def-content .img{
    width: 45px;
    height: 45px;
    padding: 10px;
    border-radius: 100%;
    cursor: pointer;
    transition: .3s linear all .0s;
}
.def-content .item:hover {
    box-shadow: 0px 0px 5px -1px #000;
}
.def-content .item:hover a {
    color: red;
}
.def-content .item:hover .img {
    transition-delay: .3s;
    box-shadow: 0px 0px 5px 0px #333;

}
@keyframes zoomzoom{
    from {transform: scale(0)}
    to {transform: scale(1.2)}
}
.pregan:nth-child(1){
    animation-delay: .5s;
}
.def-content .item.phone .img {
    background: #4eb625;
}
.def-content .item.skype .img {
    background: #24a6cd;
}
.def-content .item.zalo .img {
    background: #3B5998;
}
.def-content .item.messenger .img {
    background: #2c01ff;
}
.def-content .item.mail .img {
    background: #d5493c;
}