.hms-membership-comp {

}

.hms-table {
}

.hms-tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    align-items : center;
}
.hms-tr.row1 {
    background-color: var(--dark-green-color);
    color:#fff;
    border-radius: 15px 15px 0 0;
}

.hms-tr.row2 {
    background-color: #E5E5E5;
}
.hms-tr.row3-plus {
    font-weight: bold;
}
.hms-tr.row3-plus:nth-child(odd) {
    background-color: #ecfef3;
}
.hms-tr.row3-plus:last-child {
    border-radius: 0 0 15px 15px;
}
.hms-tr.row1 img {
    width:190px;
}

.hms-td {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.row1 .hms-td {
    padding:20px;
}
.row2 .hms-td {
    padding:10px;
}
.row3-plus .hms-td {
    padding:30px;
}

.hms-td i {
    font-size: 23px;
    color:var(--dark-green-color);
}

.row3-plus .hms-td.col1 {
    padding:30px 15px;
}
.row1 .hms-td.col1 {
    padding-left:75px;
}

.hms-td.col2 {
    max-width:200px;
    text-align: center;
}
.hms-td.col3 {
    max-width:200px;
    text-align: center;
}
.hms-td.col4 {
    max-width:250px;
    text-align: center;
}

.row2 .hms-td.col2 {
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.row2 .hms-td.col3 {
    border-right:1px solid #ccc;
}

.hms3-price {
    font-size: 45px;
    font-weight: bold;
    margin:10px 0;
}
.hms3-price span {
    font-size: 16px;
}

.regular-price {
    font-size: 14px;
}


.hms-table.mobile {
    display: none;
}

.starting-at {
    color: #fff;
    padding-left: 36px;
}



@media only screen and (max-width: 1023px) {
    .hms-table.desktop {
        display: none;
    }
    .hms-table.mobile {
        display: block;
        margin-bottom:50px;
    }
}


@media only screen and (max-width: 600px) {
    .row1 .hms-td.col1 {
        padding-left: 30px;
    }
    .starting-at {
        padding-left: 5px;
    }

    .home-membership-section1 {
        height: auto;
    }
   /* .home-membership-section1 {
        margin-bottom: 1px;
    }*/
}

@media only screen and (max-width: 400px) {
    .hms3-price {
        font-size: 26px;
    }
}