section.membership-sec {
    padding: 60px 0px;
}
section.membership-sec .membership-card img {
    height: 150px !important;
}
.discount-services p {
    width: 65%;
    margin: auto;
    padding-bottom: 20px;
}
.afa-memership-bg {
    background-image: url(../img/membershipbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--light-color);
    padding: 50px 30px;
    background-position: center;
}
.afa-memership-bg.heading-top2 h2 {
    color: #fff;
}
.afa-memership-bg.heading-top2 h2::before {
    content: "";
    display: block;
    background-image: url("../img/headingicon.png");
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    margin: 10px 0;
    mix-blend-mode: difference;
}

.has-search .form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 3.5rem 0.75rem 0.75rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ccefff;
    border-radius: 0;
}
.form-group.has-search {
    position: relative;
}
span.fa.fa-search.form-control-feedback {
    position: absolute;
    right: 20px;
    top: 16px;
    border-left: 1px solid #c9c7c7;
    padding-left: 10px;
    color: #c9c7c7;
    font-size: 18px;
    font-weight: 100;
}
.categories-div.country-div {
    height: 420px;
    overflow: auto;
}
.astrology-events-div {
    width: 100%;
    background: #eee;
    padding: 15px;
    color: #000;
    margin: 20px 0;
}
.astrology-events-text h5 {
    font-size: 20px;
}
.astrology-events-text p {
    opacity: 0.8;
    margin: 0;
}
.local-events-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.time-div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    background: #fff;
    padding: 10px;
    align-items: center;
}
.local-events-div i {
    font-size: 20px;
}

/* AFA Membership */
.afamembership-div {
    background: #f6f6f6;
    padding: 20px;
}
.afamembership-div ul {
    margin: 0;
    padding: 0;
}
.afamembership-div ul li {
    list-style: none;
    font-size: 15px;
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.afamembership-div ul li i {
    font-size: 18px;
    margin-top: 3px;
}
.code-ethics li {
    font-size: 13px !important;
}

.associate-membership-div span {
    color: #3e90b3;
}
.by-name {
    opacity: 0.5;
    margin-bottom: 20px;
}
.by-membership-div {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    margin-bottom: 30px;
}
.associate-membership-div .amount-div {
    font-size: 25px;
    color: #3e90b3;
    margin-bottom: 15px;
}
.associate-membership-div .by-membership-div p {
    opacity: 0.8;
}
.categories-wrap {
    padding: 20px 0 0 0;
}
.categories-text {
    display: flex;
    align-items: center;
    padding-bottom: 14px;
}
.categories-text h6 {
    font-size: 14px;
    font-family: var(--para-font);
    margin-bottom: 0;
    flex: 0 0 20%;
}
.categories-text span {
    font-size: 13px;
    opacity: 0.62;
    color: #000;
}
.categories-text .categories-icon {
    display: flex;
    gap: 22px;
}
.categories-text .categories-icon i {
    color: var(--blue-color);
    font-size: 16px;
}
@media (max-width: 1367px) {
    .time-div {
        gap: 5px;
        padding: 10px 6px;
    }
    .local-events-div i {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .btn {
        padding: 10px 15px;
        font-size: 12px;
        margin: 0;
    }
    .astrology-events-text h5 {
        font-size: 18px;
        margin: 0;
    }
    .time-div {
        display: block;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .astrology-events-div {
        text-align: center;
    }
    .astrology-events-text h5 {
        font-size: 20px;
        margin: 10px;
    }
    .astrology-events-text h5 {
        font-size: 22px;
        margin-top: 15px;
    }
    .astrology-events-text p {
        margin: 0 0 20px 0;
    }
    .local-events-div {
        align-items: center;
        width: 90%;
        margin: 10px auto;
    }
    .time-div {
        padding: 10px 15px;
    }
    .time-div p {
        margin: 0;
    }
}
@media (max-width: 576px) {
    .discount-services p {
        width: 100%;
    }
    .astrology-events-text h5 {
        font-size: 16px;
    }
    .local-events-div {
        display: block;
    }
    .time-div {
        padding: 10px 15px;
        border-bottom: 5px solid #eee;
    }
}
