.leaflet-popup .leaflet-container a {
    color: #ffffff;
    background: #c23429;
    padding: 10px;
    border-radius: 0 30px 30px 0;
    font-weight:600;
    font-size:15px;
}
.leaflet-popup .leaflet-popup-content{  font-size:16px;font-weight:600;}

@media(max-width:768px){
  .contact .sppb-row-container {padding:0 30px;}
}

/*social icon*/
.sppb-addon.sppb-addon-icons-group.sc-sicons i:before {
font-size:25px;background:#c23429;
color:white;padding:14px 15px;border-radius:18px; 
margin-right:30px !Important; }
.sppb-addon.sppb-addon-icons-group.sc-sicons i:hover::before{
    background:#a31e14;
}
.sppb-addon.sppb-addon-icons-group.sc-sicons ul.sppb-icons-group-list li {
    margin-right: 10px;
}