.clinic {
    border: 3px solid #9da2ae;
    padding: 11px;
    border-radius: 12px;
    transition: border-color 0.4s;
}

#osmMap {
    z-index: 4;
    height: 400px;
}

.clinic.selected {
    border-color: #B8DAB3;
}

/* Sorting Buttons */
.sortingButton>a {
    background: #323283;
    color: white;
    border: 0;
}

.sortingButton>a:hover {
    background: #262646;
    color: white;
    border: 0;
}

.sortingButton>a:first-of-type {
    border-radius: 20px 0 0 20px
}

.sortingButton>a:last-of-type {
    border-radius: 0 20px 20px 0px
}

.trusted {
    font-weight: bold;
    color: #14d20d;
}

svg.check {
    height: 30px;
    width: 24px;
    fill: #30e729;
}

.clinic h3 a {
    color: black;
}

i.voted {
    color: #08a01d;
}

.clinic a.btn.btn-outline-danger {
    color: #08a01d;
    border-color: #08a01d;
}

.clinic a.btn.btn-outline-danger:hover,
#bookNowButton,
.callaction {
    background: #08a01d;
    color: white !important
}

.box_general h3 a {
    color: #ba1abb;
}

.calculatedTags a {
    margin-right: 1px;
    transition: 1s all;
    border-radius: 5px;
    padding: 4px;
    color: #6c9e70;
    font-weight: 500;
}

.calculatedTags a:hover {
    background: #30e729;
    border-color: #30e729;
    color: white;
    cursor: pointer;
}

.filterTabs {
    font-weight: 200;
    cursor: pointer;
}

.filterTabs>div {
    border: 2px solid #30e729;
    text-align: center;
    border-radius: 10px;
    margin-right: 5px;
    color: #14d20d;
    transition: 1s all;
    display: grid;
    align-content: center;
}

.filterTabs .active,
.filterTabs .selected {
    font-weight: 700;
}

.filterTabs .selected {
    background-color: #30e729;
    color: white;
}

.countryRatio,
.countryDetails {
    border: 1px solid #767676;
    border-radius: 15px;
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}

a.closeFilter {
    color: #348F34 !important;
}

a.closeFilter::after {
    content: "clear";
    font-size: 11px;
    bottom: 16px;
    position: relative;
    border: 2px solid #348f34;
    border-radius: 2pc;
    padding: 0 6px;
}

.clinicRatingScore {
    font-size: 1.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#osm-map {
    border-radius: 20px;
}

.bottom-20 {
    bottom: 20px
}

.cliniccontent figure,
.cliniccontent figure img {
    width: 100%;
    height: 128px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .clinicRatingScore {
        justify-content: flex-start;
    }

    .cliniccontent {
        display: grid;
        padding-left: 0;
        text-align: center;
        padding-right: 0;
        justify-items: center;
        margin-left: 0;
    }

    .cliniccontent figure,
    .cliniccontent figure img {
        height: 194px;
    }

    .ps-34 {
        padding-left: 34px;
    }
}

.font-size-20 {
    font-size: 20px;
}

@media (min-width: 600px) {
    .bottom-lg-10 {
        bottom: 10px
    }

    .position-lg-absolute {
        position: absolute;
    }

    .text-lg-center {
        text-align: center;
    }

    .font-size-lg-initial {
        font-size: inherit;
    }

    .text-lg-initial {
        text-align: initial;
    }
}