.msg{
    position: absolute;
    top: 20px;
    right: 20px;
    max-width: 300px;
    z-index: 9999;
    color: white;
    text-transform: capitalize !important;
}
.error-border{
    border-color: #dc3545!important;
}
.success-border{
    border-color: #198754!important;
}
.table{
    text-transform: capitalize !important;
}
.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
.text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    -webkit-box-orient: vertical;
 }
 @media screen and (max-width:768px){
     .service_point-map-img .l_info .info-box{
         left:85px !important;
     }
     .service_point-map-img .l_info .info-box:after{
         left:32px !important;
     }
 }
 .max-height-600 {
    max-height: 460px !important;
}
