a.compare-memberships {
    color: #29aeef;
    font-size: 14px;
    font-family: "Circular Std";
    display: inline-block;
    border: 1px solid #29aeef;
    border-radius: 5px;
    padding: 7px 15px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: fixed;
    background: #fff;
    max-width: 95%;
    border-radius: 7px;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    /* height: 100%; */
    max-height: 90vh;
    overflow-y: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    padding: 20px;
    padding-bottom: 30px;
}

.modality-items li {
    float: left;
    padding: 5px 15px;
    width: 33%;
    display: list-item;
    color: #012c61;
}

@media only screen and (max-width: 850px) {
    .modal-wrapper {
        width: 90%;
    }
}
@media only screen and (max-width: 550px) and (min-width: 400px) {
    .modality-items li {
        width: 50%;
    }
}
@media only screen and (max-width: 400px) {
    .modality-items li {
        width: 100%;
    }
}
.modal .title-center {
    text-align: center;
    font-size: 36px;
    margin-top: 20px;
}
.div-25 {
    width: 25%;
    float: left;
}
.div-25 .title {
    text-align: center;
    color: #afb5c2;
    height: 35px;
    width: 95%;
    border-radius: 7px;
    background-color: #ffffff;
    box-shadow: 0px 23px 30px #edeef4;
    -moz-box-shadow: 0px 23px 30px #edeef4;
    -webkit-box-shadow: 0px 23px 30px #edeef4;
    margin: 0 auto;
    position: relative;
    font-size: 1.5rem;
}
.div-25 .body {
    border-radius: 7px;
    background-color: #f7f8fc;
    width: 90%;
    margin: 0 auto;
}
.div-25 .body .tab-inner {
    padding: 30px 0px 20px 0;
    min-height: 160px;
}
.div-25 .body .price {
    line-height: inherit;
    font-size: 88px;
}
.div-25 .body .price sup {
    font-size: 28px;
    vertical-align: text-top;
}
.div-25 .body .price sub {
    font-size: 18px;
}
.div-25 .body .tax {
    font-size: 16px;
    color: #afb5c2;
    font-family: "Circular Std";
}
.div-25 .body .name {
    font-weight: bold;
    font-size: 14px;
    font-family: "Circular Std";
    text-align: left;
}
.div-25 .body .iict-membership {
    color: #012c61;
    font-family: Graphik;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: normal;
}
.main {
    /* padding: 30px 20px 40px; */
    background: #f7f8fc;
    border-radius: 7px;
    text-align: center;
}
.div-25 .body ul {
    margin-left: 15px;
}
.div-25 .body .features {
    padding: 0px 20px;
}
.div-25 .body .features p {
    margin-bottom: 10px;
}
.div-25 .body ul li {
    color: #212b36;
    font-family: Graphik;
    font-size: 14px;
    list-style: initial;
    text-align: left;
    line-height: 18px;
    margin: 0 0 8px 0;
}
.button-modal {
    background-color: #29aeef; /* Green */
    border: none;
    width: 90%;
    color: white;
    padding: 12px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: "Circular Std";
    font-weight: 500;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .modal-body .details {
        margin-bottom: 10px;
    }

    .collapsible {
        background-color: #f7f8fc;
        color: white;
        cursor: pointer;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        margin-bottom: 20px;
        border-radius: 5px;
        padding-left: 0;
        padding: 11px;
        height: 64px;
    }

    .collapsible:after {
        content: "\002B";
        color: black;
        font-weight: bold;
        float: right;
        line-height: 38px;
    }

    .active:after {
        content: "\2212";
    }

    .content {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        background-color: #f7f8fc;
        margin-top: -20px;
    }

    .title-center {
        font-size: 20px !important;
        color: #012c61;
    }
    .title {
        color: #afb5c2;
        background: #fff;
        padding: 10px 0px;
        border-radius: 5px;
        width: 100px;
        text-align: center;
        margin-left: -15px;
        -moz-box-shadow: 0 13px 30px 0 #edeef4;
        -webkit-box-shadow: 0 13px 30px 0 #edeef4;
        box-shadow: 0 13px 30px 0 #edeef4;
        font-size: 15px;
    }

    .div-30 {
        float: left;
        min-width: 30%;
    }
    .div-60 {
        float: left;
        min-width: 60%;
        padding-left: 10px;
    }

    .div-60 .price {
        font-size: 32px;
        line-height: normal !important;
    }
    .div-60 .price sup {
        font-size: 17px;
        line-height: normal !important;
    }
    .div-60 .price sub {
        font-size: 15px;
    }
    .div-60 .price .tax {
        font-size: 10px;
        color: #afb5c2;
        margin-top: -10px;
        font-weight: normal;
    }
    .content .name {
        text-align: left;
        font-weight: bold;
        font-size: 12px;
        font-family: "Circular Std";
        line-height: 18px;
        margin-bottom: 12px;
    }
    .content .features .iict-membership {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        color: #012c61;
        font-family: "Graphik";
        font-weight: 500;
        margin-bottom: 10px;
    }
    .content .features ul {
        margin-left: 15px;
    }
    .content .features ul li {
        color: #212b36;
        font-family: Graphik;
        font-size: 12px;
        list-style: initial;
        text-align: left;
        line-height: 16px;
        margin: 0 0 8px 0;
    }
    .button-modal {
        margin-top: 15px;
        width: 160px;
        margin: 0 auto;
    }
    .select-button {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* New Modal */
.nm-modal {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.nm-overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.75);
}
.nm-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 3;
}
.nm-content {
    background-color: #FFF;
    border-radius: 7px;
    padding: 20px;
    max-width: 70%;
}
.nm-header {
    display: flex;
}
.nm-title {
    font-family: 'Circular Std';
    font-size: 26px;
    font-weight: 500;
    line-height: 33px;
    margin: 0px 0px 20px;
}
.nm-close {
    content: "x"
}
.nm-text {
    margin-bottom: 45px;
}
.nm-buttons:not(:nth-last-child()) {
    margin-right: 12px;
}
.nm-primary-button {
    background-color: #29aeef;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: "Circular Std";
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
    text-align: center;
}
.nm-secondary-button {
    background-color: #FFF;
    border: none;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 12px;
}