.drop_point {
-webkit-transition: 0.5s ease;
transition: 0.5s ease; 
}

.drop_point:hover {
color: #23acd4 !important;
-webkit-transition: 0s ease;
transition: 0s ease; 
}