.hero-features {
    background-image: url(../uploads/features.jpg);
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    background-position-y: center !important;
    background-size: cover !important;
    background-position-x: 35%;
    padding: 2vw 0vw !important;
    border-radius: 0px !important;
    margin-bottom: 0px;
}

.semiBold-20 {
    font-size: 20px;
    font-family: "JosefinSans-SemiBold" !important;
}

.membership-ul {
    list-style: none;
    padding-left: 10px;
}

.membership-ul li {
    margin-bottom: 20px;
}

.membership-ul li img {
    width: 24px !important;
}

.darkGray-bg {
    background-color: #D0D0CE;
    background-image: url(../uploads/tringle_art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.membership-bg {
    background-image: url(../uploads/tringle_art.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.featurecard-para {
    position: absolute;
    bottom: 30px;
}

.review-indicators {
    bottom: -50px;
}

.review-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.membership-levels{
    background: #D0D0CE;
}
.single-membership{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    position: relative;
}
.membership-desc{
    margin-right: 20px;
}
.single-membership h2{
    margin-top: -20px;
    background: #111921;
    display: table;
    padding: 10px 35px;
    color: #fff;
    margin-left: -20px;
    border-bottom-right-radius: 10px;
}
.membership-image{
    border-radius: 10px;
    overflow: hidden;
}

.slick-slide {
	margin: 0 20px;
}
/* the parent */
.slick-list {
	margin: 0 0px;
}
.membership-levels ul.membership-ul li {
    display: flex;
}
.membership-levels ul.membership-ul li img{
    object-fit: cover;
}

ul.membership-ul li {
    display: flex;
}

ul.membership-ul img {
    object-fit: contain;
}



/**********************************************************/
.carousel-cell {
    list-style: none;
}
.more {
    color: #198754;
    cursor: pointer;
    display: block !important;
    margin: 15px auto;
    border: 1px solid #DDD;
    padding: 5px 10px;
    border-radius: 50%;
}



