.loc-card {
    width: 200px;
    margin: 7px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    transition: height 0.3s, box-shadow 0.3s;
}

.location-image {
    height: 250px;
}

.loc-card .card-text {
    font-size: 14px;
    color: grey;
    margin-bottom: 0.3rem;
}

.location-card-box .card-title {
    color: var(--primary-color);
}

.loc-card .card-address {
    font-size: 14px;
    color: grey;
    transition: color 0.3s;
}

.icon-container-location {
    font-size: 13px;
    vertical-align: middle;
    color: var(--primary-color);
    padding-top: 2px;
    padding-right: 5px;
}

.icon-fa-container {
    font-size: 14px;
    vertical-align: middle;
    color: var(--primary-color);
    padding-right: 5px;
}

.icon-g-container {
    font-size: 14px;
    vertical-align: middle;
    color: var(--primary-color);
    padding-right: 0px;
    padding-top: 7px;
}

.material-icons {
    font-size: 18px;
}

.text-phone {
    color: grey;
}

.enlarge-icon {
    z-index: 999;
    color: white;
    right: 0;
    margin-right: 3px;
    margin-top: 3px;
    position: absolute;
    color: var(--primary-color);
    top: 0;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .location-component-container .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width:768px) {
    .location-card {
        margin: 0 auto;
    }
}

@media only screen and (max-width:600px) {
    .location-card-content {
        margin-bottom: 30px;
    }
}


/* ----------------------- */

.provider-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.location-card {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.location-card-box {
    border: 1px solid #e7e9ee;
    background-color: var(--app-background-color);
    margin-bottom: 30px;
    margin-left: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    height: calc(100% - 20px);
    min-height: 220px;
    padding: 10px;
}

.location-card-box:hover {
    transform: scale(1.05);
    background: #000428;
    background: linear-gradient(to right, #000428, var(--primary-color));
    /* background: -webkit-linear-gradient(to right, #000428, var(--primary-color)); */
    transition: all 0.25s ease-out;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 16px 32px -8px;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 16px 32px -8px;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 16px 32px -8px;
    -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 16px 32px -8px;
    -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 16px 32px -8px;
}

.location-card-box:hover *,
.location-card-box:hover .material-icons {
    color: white;
}

.location-card-box:before {
    transform-origin: 50% 50%;
}

.location-image-card {
    background-size: cover;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    padding: 5px;
    border-width: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.skeleton-image-card {
    height: 200px;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.loc-note .material-icons {
    color: var(--primary-color);
}

.center-corner {
    background-size: 0% 0%;
}

@media only screen and (max-width:768px) {
    .location-upper-container {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (min-width:812px) and (max-width:812px) {
    .loc-card-container.col-md-4 {
        flex: 0 0 47%;
        max-width: 47%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1024px) {
    .loc-card-container.col-md-4 {
        flex: 0 0 47%;
        max-width: 47%;
    }
}