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

.plp {
    font-family: 'plp' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.plp-packages:before {
    content: "\e903";
}
.plp-facebook:before {
    content: "\e904";
}
.plp-vaccinations:before {
    content: "\e905";
}
.plp-youtube:before {
    content: "\e906";
}
.plp-consultations:before {
    content: "\e907";
}
.plp-health-care-packages:before {
    content: "\e908";
}
.plp-prescription:before {
    content: "\e909";
}
.plp-instagram:before {
    content: "\e90a";
}
.plp-tiktok:before {
    content: "\e90b";
}
.plp-linkedin:before {
    content: "\e90c";
}
.plp-examinations:before {
    content: "\e90d";
}
.plp-home:before {
    content: "\e900";
}
.plp-chevron-right:before {
    content: "\e901";
}
*{
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}
html, body{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.container{
    max-width: 73.75rem;
    padding: 0 1.25rem;
    margin: 0 auto;
}
@media (min-width: 1600px){
    .container{
        max-width: 92.5rem;
    }
}
img{
    max-width: 100%;
    height: auto;
}
ul li{
    font-size: 0.875rem;
    margin-bottom: 1rem;
}