/*!
 * Font Awesome Pro 6.0.0-beta3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2021 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}







.fa-envelope:before {
    content: "\f0e0";
}   

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

 .fa-stethoscope:before {
    content: "\f0f1";
}


.fa-phone:before {
    content: "\f095";
}

.fa-download:before{
    content: "\f019";
}

.fa-arrow-right:before {
    content: "\f061";
}


 .fa-facebook-f:before {
    content: "\f39e";
}


:host,
:root {
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(../fonts/fontawesome/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-family: Font Awesome\ 6 Brands;
    font-weight: 400
}



:host,
:root {
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"
}

@font-face {
    font-family: Font Awesome\ 6 Pro;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/fontawesome/fa-solid-900.woff2) format("woff2"), url(../fonts/fontawesome/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-family: Font Awesome\ 6 Pro;
    font-weight: 900
}

