.membership-card .card-header img {
    width: 75px;
    height: 65px;
    object-fit: cover;
}

.dot-split-icon{
    width: 4px !important;
    height: 4px !important;
    margin-left: 5px !important;
    margin-right: 8px !important;
    margin-top: -8px !important;
}

.location-icon{
    width: 14px !important;
    height: 14px !important;
    margin-top: -3px !important;
}

/* modal core styling */
.membership-details-modal .modal-dialog {
    --bs-modal-width: 750px;
}

.membership-details-modal .modal-content {
    border-radius: 16px !important;
    overflow: hidden;
}

.membership-details-modal .modal-header {
    padding: 1rem 1.5rem !important;
}

.membership-details-modal .modal-body {
    padding: 0 !important;
}

.membership-details-modal .modal-footer {
    padding: 0.5rem 1.5rem 1.5rem 1.5rem !important;
    border: none;
}

.membership-details-modal .nav-tabs{
    border-bottom: 1px solid #E4E4E7 !important; 
    padding: 0px !important;
}


.membership-details-modal .nav-tabs .nav-link{
    font-size: 14px;
    font-weight: 500;
    padding: 12px 28px !important;
    border: none;
    border-bottom: 2px solid transparent;
    color: #000; 
}


.membership-details-modal .nav-tabs .nav-link.active{
    border-bottom: 2px solid black; 
    color: #000;
    border-radius: 0 !important;
    font-weight: 600 !important;
}


.membership-details-modal .nav-tabs {
    border-bottom: none;
}

.membership-details-modal .tab-content .details {
    height: 60vh;
    overflow-y: auto;
    padding: 1.5rem 1.5rem 0rem 1.5rem !important;
}

.membership-details-modal .tab-content .services {
    height: 60vh;
    overflow-y: auto;
    padding: 1.5rem !important;
}

.membership-details-modal .tab-content .benefit {
    height: 240px !important;
    margin-top: 20px !important;
}

.membership-details-modal .tab-content .benefit p span {
    font-size: 14px;
    margin-left: 10px !important;
    color: #000 !important; 
}

.membership-details-modal .tab-content .service-discount{
    background-color: #F4F3EF !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    text-align: center !important;
    padding: 10px !important;
} 

.membership-details-modal .btn-unsubscribe {
    background-color: #EBDACF !important;
    color: #CE2F2F !important; 
    border-radius: 8px !important;
    padding: 15px 16px !important;
    font-weight: 600;
    margin: 0 !important;
}

.membership-details-modal .btn-subscribe {
    background-color: #000000 !important;
    color: #ffffff !important; 
    border-radius: 8px !important;
    padding: 15px 16px !important;
    font-weight: 600;
    margin: 0 !important;
}
  
.membership-service-card .card-body img{
    width: 75px;
    height: 65px;
    object-fit: cover;
}

.membership-service-card del {
  color: red;     
  font-size: 12px; 
  text-decoration: line-through; 
}


@media screen and (max-width: 425px) {
    .membership-card .card-header h6{
        font-size: 16px;
    }
    .membership-card .card-header p{
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .membership-card .card-header h6{
        font-size: 16px;
    }
    .membership-card .card-header p{
        font-size: 13px;
    }
}