﻿.memberplanMainContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.memberplanContainer {
    width: 16.66%;
}

.memberplanBorder {
    display: block;
    margin: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: relative;
/*    border: 1px solid #176da4;*/
}

.memberplan {
    display: block;
    background-color: #deeefd;
    text-align: center;
    border: 1px solid;
    border-color: #176da4;
    border-radius: 0.3em;
    width: calc(100% - 22px);
    height: calc(100% - 22px);
    padding: 10px;
    transform: scale(0.9);
}

.memberplanMainContainer a:visited {
    color: #176da4 !important;
}

.memberplan:hover {
    border: 3px solid #176da4;
    padding: 8px;
    transform: scale(1);
    transition: all 0.15s linear;
    box-shadow: 0 4px 8px rgb(0, 0, 0, 0.2);
}

.icon {
    width: 100px;
    height: 100px;
}



.icon {
    fill: #176da4
}

    .icon .fil1 {
        fill: red
    }
    .icon #doctor1 {
        fill: red
    }
.notlive .icon {
    fill: #808080;
    opacity: 0.5;
}

.memberplan:hover .icon {
    fill: rgb(11, 62, 95);
}

.memberplan h2 {
    margin: 0px;
    font-weight: 800;
}

.textlineheight40 {
    margin-top: -20px;
    display: block;
    min-height: 40px;
    line-height: 40px;
    font-size: 1.5em;
    color: #176da4;
    text-align: center;
}

.titlediv {
    margin-top: -20px;
    display: block;
    min-height: 75px;
    line-height: 75px;
    font-size: 1.5em;
    color: #176da4;
    text-align: center;
}

.titlespan {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


.toprightribbon {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100px;
    height: 100px;
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
    .memberplanContainer {
        width: 20%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .memberplanContainer {
        width: 25%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}

@media only screen and (min-width: 900px) and (max-width: 1199px) {
    .memberplanContainer {
        width: 33.33%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .memberplanContainer {
        width: 50%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}

@media only screen and (max-width: 600px) {
    .memberplanContainer {
        width: 100%;
    }

    .memberplan {
        /*height: 80%;*/
    }
}
