h2 {
    font-size: 15px;
    color: #15709B;
    text-transform: uppercase;
    /* padding-bottom: 5px; */
    /* margin-bottom: 30px; */
    text-align: center;
    font-weight: 600;
}

.aptcard-wrapper {
    width: 100%;
}

.aptcard-panel {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 10px #e0e4ea;
    -webkit-box-shadow: 0 0 10px #e0e4ea;
    -moz-box-shadow: 0 0 10px #e0e4ea;
    -ms-box-shadow: 0 0 10px #e0e4ea;
    -o-box-shadow: 0 0 10px #e0e4ea;
    padding: 25px;
    background-color: #fff;
    margin-top: 20px;
    border: 1px solid #e7e9ee;
    font-size: 14px;
}

.location-lbl {
    font-size: 20px;
    font-weight: 500;
    word-break: break-word;
}

.location-phone-lbl {
    clear: both;
    cursor: pointer;
}

.procedure-lbl {
    font-size: 14px !important;
    color: black !important;
}

.procedure-icon-container {
    font-size: 1.4rem;
    color: #15709B;
}


/* Adding new css */

.provider-img-card {
    /* width: 100px;
    height: 120px; */
    width: 90px;
    height: 100px;
    background-color: white;
    /* border-radius: 15px; */
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    background-size: cover;
    background-position: 50% 50%;
}

.details-1 {
    font-size: 16px;
    /* font-weight: bold; */
}

.details-2 {
    color: var(--primary-text-color);
    font-size: 13px;
}

.details-3 {
    color: var(--light-text-color);
    font-size: 13px;
}

.other-details-container {
    border-radius: 15px;
    background-color: white;
    padding: 10px 15px;
    margin: 15px 2px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 2px;
    border-color: white;
}

.proc-icon-container {
    font-size: 30px;
    color: var(--primary-color);
    padding-left: 15px;
    padding-top: 5px;
    z-index: 99;
    border: none;
}

.provider-img {
    width: 90px;
    height: 110px;
    object-fit: cover;
}

.slot-icon-container {
    font-size: 25px;
    color: var(--primary-color);
    padding-left: 20px;
    padding-top: 0px;
    z-index: 99;
    border: none;
}

.exptTime-details-container {
    border-radius: 15px;
    background-color: var(--light-primary-color-2);
    padding: 10px 15px;
    margin: 1px 2px 0px 2px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 2px 2px;
    border-color: white;
    color: var(--light-secondary-text-color);
}

.icon-container-app-card {
    padding-top: 3px;
    padding-right: 5px;
    color: var(--primary-color);
    vertical-align: middle;
}

.content-container-app-card {
    color: var(--primary-text-color);
}

.app-card-text {
    margin-bottom: 0px;
}

.patient-type-details {
    padding: 5px;
    margin: 1px 2px 0px 2px;
    border-color: white;
    color: var(--primary-color);
    text-align: center;
    border-bottom: 1px dotted #212529;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.selected-proc {
    padding-top: 5px;
}

.app-details-text {
    padding-left: 0px;
    word-break: break-word;
}

.appt-card-lbl {
    color: var(--primary-color);
}

@media only screen and (min-width:812px) and (max-width:812px) {
    .provider-img-card {
        width: 75px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1200px) {
    .provider-details-container {
        padding-left: 1.5rem !important;
    }
}

@media only screen and (min-width:1920px) {
    h2,
    .aptcard-panel {
        font-size: 18px;
    }
}