.single-feature:hover .bible-reading-accordion a.active {
    color: #222;
}

.single-feature:hover .bible-reading-accordion a {
    color: #555;
}

.single-feature .bible-reading-accordion a {
    color: #555;
}

.bible-reading-accordion>dt>a.active {
    background: #F9F9FF;
    color: #555;
}

.bible-reading-accordion>dt>a.active::after {
    background: #F9F9FF;
    color: #555;
}

.bible-reading-accordion>dt>a.active:hover::after {
    color: #222;
}

.qurbana-timing p {
    color: #555;
}

.announcements-box {
    border-radius: 20px;
    background-color: #F9F9FF;
    padding: 40px;
    margin-top: 20px;
}

.announcements-box li {
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    line-height: 1.82em !important
}

.announcements-box li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #555;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
    margin-top: 7px;
}


.gallery-pill-row .gallery-pill-link.active,
.gallery-pill-row .show>.gallery-pill-link {
    background-color: #f7631b !important;

}

.gallery-pill-link {
    color: #f7631b !important;
}

.gallery-pill-link.active {
    color: #fff !important;
}

.bible-reading,
.bible-reading dd {
    color: #555;
}

.bg-grey {
    background-color: #F9F9FF;
}

.single-imgs>div>img {
    object-fit: cover;
}

.unit-name {
    font-size: 100%;
    padding-top: 10px;
    text-align: center;
}

.footer-area {
    padding-top: 70px;
    padding-bottom: 40px;
}

.quick-links-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.quick-links-item {
    padding: 20px;
    border-radius: 10px;
    background-color: #333;
    margin: 15px;
    text-align: center;
    cursor: pointer;
    color: #ddd;
    font-weight: 500;
    font-size: 1rem;
    width: 60%;
}

.quick-links-item:hover {
    color: #fff;
}

.unit-grid img {
    width: 100%;
}

.unit-grid {
    width: 70%;
    margin: auto;
}

#home p {
    color: #ddd;
}

.footer-text {
    color: #888;
}

.fw-500 {
    font-weight: 500;
}

.unit-row {
    padding-top: 70px;
    padding-bottom: 70px;
}

.unit-box {
    background-color: #eee;
    border-radius: 10px;
    padding: 20px 40px;
    width: 50vw;
}

@media screen and (max-width: 768px) {
    .unit-box {
        width: 80vw;
    }

    .unit-grid {
        width: 100%;
        margin: auto;
    }
}

.unit-grid p {
    color: #555;
    font-weight: 500;
    font-size: small;
}

/* .org-grid img {
    border-radius: 100%;
} */

.header-bar-logo {
    height: 70px;
    padding: 10px;
}

.banner-logo-church {
    width: 20%;
}

.qurbana-timing-days {
    margin-bottom: 0;
}

.qurbana-timing-time {
    /* margin-top: 2px; */
    margin-bottom: 0.5rem;
    font-weight: 500;
}

#DayDescEng {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 600;
}

#NormalReading {
    font-size: 1rem;
    line-height: 2rem;
}

#DayDescMal {
    font-size: larger;
    font-weight: 600;
}

#feastNameMal {
    font-size: larger;
}

.pp-img {
    border-radius: 10px;
    width: 80%;
}

.map-wrap {
    width: 100%;
    height: 445px;
}

.send-message-btn {
    float: right;
}

.pc-small-text {
    font-size: 0.9rem;
}

.pc-title {
    font-size: 1rem;
}