

span[aria-label]:after {
     content: attr(aria-label);
    padding: 8px;
    top: 80%;
    /* left: 10%; */
    white-space: nowrap;
    z-index: 20px;
    position: fixed;
    right: 2%;
}
.whatsapp {
	       border-radius: 59px;
    position: fixed;
    bottom: 38px;
    color: #fff !important;
    right: 40px;
    /* width: 60px; */
    /* height: 60px; */
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.whatsapp:hover {
	color: #00e676 !important;
}
.imgblink{
	position: fixed;
       bottom: 39px;
    right: 32px;
    width: 50px;
    z-index: 1;
	}
	
	.about-logo{ position:fixed;top: 25%;
    right: 5px;color:#fff !important;
}
body{-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}