/**
 * Flaticon fallback - maps broken flaticon font to Font Awesome 5 icons
 * The original flaticon font files were saved as .html by HTTrack
 */
i[class*=" flaticon-"]:before,
i[class^="flaticon-"]:before {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
}

.flaticon-location:before,
.flaticon-location-1:before { content: "\f3c5" !important; } /* fa-map-marker-alt */
.flaticon-check-mark:before { content: "\f00c" !important; } /* fa-check */
.flaticon-stationary-bike:before { content: "\f206" !important; } /* fa-bicycle */
.flaticon-jacuzzi:before { content: "\f2cd" !important; } /* fa-bath */
.flaticon-swim:before { content: "\f5c4" !important; } /* fa-swimmer */
.flaticon-relax:before,
.flaticon-spa:before,
.flaticon-facial:before { content: "\f5bb" !important; } /* fa-spa */
.flaticon-restaurant:before { content: "\f2e7" !important; } /* fa-utensils */
.flaticon-transportation:before,
.flaticon-transportation-1:before { content: "\f1b9" !important; } /* fa-car */
.flaticon-wifi-router:before { content: "\f1eb" !important; } /* fa-wifi */
.flaticon-drink:before,
.flaticon-champagne:before { content: "\f57b" !important; } /* fa-glass-martini-alt */
.flaticon-bathtub:before { content: "\f2cd" !important; } /* fa-bath */
.flaticon-swimming-pool:before { content: "\f5c4" !important; } /* fa-swimmer */
.flaticon-private-beach:before {content: "\f5ca" !important; }  /* fa-umbrella-beach */
.flaticon-security:before { content: "\f3ed" !important; }  /* fa-shield-alt */
.flaticon-family:before {content: "\f500" !important; }  /* Family icon */
.flaticon-room-services:before {content: "\f82b" !important; }  /* Room Service */
.flaticon-welcome:before {content: "\f684" !important; }  /* fa-hands-praying */
.flaticon-mop:before { content: "\f51a" !important; } /* fa-broom */
.flaticon-food-delivery:before { content: "\f562" !important; } /* fa-concierge-bell */
.flaticon-treadmill:before { content: "\f70c" !important; } /* fa-person-running */
.flaticon-mission:before { content: "\f140" !important; } /* fa-bullseye */
.flaticon-hotel:before { content: "\f594" !important; } /* fa-hotel */
.flaticon-laundry-machine:before { content: "\f2f9" !important; } /* fa-tshirt */
.flaticon-email-marketing:before { content: "\f0e0" !important; } /* fa-envelope */
.flaticon-call:before { content: "\f095" !important; } /* fa-phone */
