.ags-send-button-mobile{
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}
.ags-send-button-mobile #ags-hello-popup{
    background: #348615;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 54px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
}


#ags-hello-popup{
    transition: 0.2s all;
}

#ags-hello-popup .fa-plus{
    padding: 1px 6px 2px 3px;
}

#ags-hello-popup .fa-plus:before{
    padding: 0 5px 5px 5px;
}

.ags-open-color{
    background: #ff6550 !important;
}

.ags-comments-control{
    transform: rotate(0);
    transition: 0.5s all;
}

.ags-plus-control{
    transform: rotate(225deg);
    transition: 0.5s all;
}

.hidden{
	display: none;
}

.ags-icon-control-on{
    animation-duration: 0.2s !important;
}

.ags-icon-control-out{
    animation-duration: 0.2s !important;
}

.ags-whatsapp-popup i{
    color: #fff;
}

.ags-icon-control{

}

.ags-send-button-mobile .ags-whatsapp-popup{
    position: absolute;
    background: #4dc247; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
    
}

.ags-send-button-mobile .ags-tawkto-popup{
    position: absolute;
    background: #1678c2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 57px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
    
}

.ags-send-button-mobile .ags-contact-popup{
    position: absolute;
    background: #efb308; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 59px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
   
}

.ags-send-button-mobile .ags-telegram-popup{
    position: absolute;
    background: #0088cc; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 64px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
}

.ags-send-button-mobile .ags-messenger-popup{
    position: absolute;
    background: #0084ff; 
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 64px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    color: #fff;
    font-size: 32px;
}

.ags-telegram-popup i{
    margin-left: -5px;
}

#ags-send-button-mobile-wrapper a:nth-child(1) .ags-icon-control{
    bottom: 0;
}
#ags-send-button-mobile-wrapper a:nth-child(2) .ags-icon-control{
    bottom: 72px;  
}
#ags-send-button-mobile-wrapper a:nth-child(3) .ags-icon-control{
    bottom: 144px;
}
#ags-send-button-mobile-wrapper a:nth-child(4) .ags-icon-control{
    bottom: 215px;
}
#ags-send-button-mobile-wrapper a:nth-child(5) .ags-icon-control{
    bottom: 286px;
}
#ags-send-button-mobile-wrapper a:nth-child(6) .ags-icon-control{
    bottom: 357px;
}


.float-text{
	position: absolute;
	right: 70px;
	top: 17px;
	color: #000;
	background: #fff;
	border-radius: 5px;
	font-size: 13px;
	line-height: 15px;
	width: 150px;
	padding: 5px 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	/*-webkit-animation-duration: 0.2s;*/
 /* 	-webkit-animation-delay: 5s;*/
  	

}

.float-text:before, .ags-icon-control .ags-tooltip:before{
	content: '';
	position: absolute;
	background: white;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	right: -5px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	z-index: 1;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);5
	transform: rotate(-45deg);
}

.ags-icon-control .ags-tooltip {
	position: absolute;
	right: 70px;
	top: 17px;
	color: #000;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	font-size: 13px;
	line-height: 15px;
	width: 150px;
	padding: 5px 10px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	display: none;
}

.ags-icon-control:hover .ags-tooltip{
	display: inherit;
	-webkit-animation-duration: 0.5s;
}
