@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.eot?z1rtnh");
    src: url("../fonts/icomoon.eot?z1rtnh#iefix") format("embedded-opentype"),
        url("../fonts/icomoon.ttf?z1rtnh") format("truetype"),
        url("../fonts/icomoon.woff?z1rtnh") format("woff"),
        url("../fonts/icomoon.svg?z1rtnh#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-doctor:before {
    content: "\e900";
    color: #004e98;
}
.icon-care:before {
    content: "\e901";
    color: #004e98;
}
.icon-stay-in-home:before {
    content: "\e902";
    color: #004e98;
}
