﻿.memberplanMainContainer {
    display: flex;
    flex-wrap: wrap;
    /*background-color:red;*/
    /*align-items: stretch;*/
    /*width: 100%;*/
    /*display: grid;
    grid-template-columns: repeat(auto-fill,minmax(25%, 1fr));*/
}
.memberplanContainer {
    width: 25%;
    /*background-color: yellow;*/
    /*display:block;*/
    /*width: 25%;
    background-color:red;
    padding:5%;*/
    /*float: left;*/
    /*background-color: rgba(255, 0, 0, 0.04) ;*/
    /*height: 700px;*/
}
.memberplanBorder {
    display: block;
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position:relative;
    /*width: 25%;
    background-color:red;
    padding:5%;*/
    /*float: left;*/
    /*background-color: rgba(255, 0, 0, 0.04) ;*/
    /*height: 700px;*/
}
.memberplan {
    display: block;
    background-color: #deeefd;
    border: 1px solid;
    border-color: #ebf3fa;
    border-radius: 0.3em;
    /*    width: calc(100% - 20px);
    height: calc(100% - 20px);*/
    /*margin:5%;*/
    padding: 10px;
    /*width: 80%;
    height:100%;
    margin:5%;
    
    padding:5%;*/
    /*padding: 5%;*/
}
        .memberplan h2 {
            margin: 0px;
            font-weight:800;
        }
    .memberplan .titlediv {
        display: block;
        min-height: 60px;
        line-height: 55px;
        background-color: rgb(0 0 0 / 0.1);
        font-size: 1.5em;
        /*font-family: 'Handlee', cursive;*/
        padding: 10px;
        color: #34495e;
        border-radius: 0.28571429em;
        text-align: center;
    }
    .memberplan .titlespan {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }
    .memberplan .planprice {
        color: #3672a1;
        font-size: 1.875em;
        font-weight: 600;
        font-family: Arial, cursive;
        margin: 0px;
    }
        .memberplan .planevery {
            color: black;
            font-size: 0.875em;
            margin: 0px;
        }
        .memberplan .button {
            display: block;
            text-align: center;
            margin: auto !important;
        }

        .toprightribbon {
            position: absolute;
            top: -4px;
            right: -6px;
            width: 150px;
            height: 150px;
        }
@media only screen and (min-width: 650px) and (max-width: 1199px) {
    .memberplanContainer {
        width: 50%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}
@media only screen and (max-width: 649px) {
    .memberplanContainer {
        width: 100%;
    }
    .memberplan {
        /*height: 80%;*/
    }
}