.tc-container {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 98%;
    margin: auto;
    z-index: 10;
    background: #fff;
    overflow-y: scroll;
}

.close-tc {
    position: absolute;
    font-size: 40px;
    top: 6px;
    right: 7px;
    line-height: 21px;
    cursor: pointer;
}

.tc-container-inner {
    padding: 15px 15px;
    max-width: 615px;
    margin: auto;
}

.tc-title {
    text-align: center;
    font-size: 35px;
    margin-bottom: 10px;
}

.tc-name-input {
    border: 1px solid;
    height: 27px;
    width: 90%;
    box-sizing: border-box;
}

.tc-container button {
    background: #fff;
    font-size: 15px;
}

.page-container-inner {
    font-size: 0;
}

.membership-col {
    margin-bottom: 25px;
    text-align: initial;
}

.membership-container {
    width: 290px;
    margin: auto;
    box-shadow: 0px 3px 6px #00000043;
    background: #fff;
}

.membership-prices {
    text-align: center;
    font-size: 15px;
}

.membership-additional-info {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.membership-container-inner {
    position: relative;
    padding: 10px 10px 10px 10px;
    height: 200px;
}

.memberships-bottom .membership-container-inner {
    position: relative;
    padding: 10px 10px 10px 10px;
    height: 160px;
}

.details-call-out {
    width: 215px;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    margin: auto;
    font-size: 16px;
    position: absolute;
    background-image: linear-gradient(90deg, #1e82c0 0%, #44b6e0 40%, #44b6e0 50%, #44b6e0 60%, #1e82c0 100%);
    background-image: linear-gradient(90deg, #145984 0%, #3795b7 40%, #3795b7  50%, #3795b7  60%, #145984 100%);
    bottom: 8px;
    left: 0;
    right: 0;
}

.membership-type-container {
    position: relative;
    background: #E37200;
    font-size: 16px;
    box-shadow: 0px 2px 3px #0000002C;
}

.membership-type {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 0;
    font-weight: 500;
}

.membership-image {
    width: 100%;
    padding: 3px 5px;
    box-sizing: border-box;
}

.membership-price {
    color: #880707;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}

.membership-price .dollar-sign {
    font-size: 20px;
    vertical-align: top;
    margin-right: 1px;
}

.membership-price .dollars .cents,
.membership-price .cents {
    font-size: 19px;
    vertical-align: top;
    margin-left: 1px;
}

.membership-price .asterisk {
    font-size: 14px;
    vertical-align: top;
}

.monthly-left {
    position: absolute;
    left: 5px;
}

.monthly-right {
    position: absolute;
    right: 5px;
}

.or {
    position: absolute;
    right: 131px;
    height: 25px;
    width: 30px;
    background: #E37200;
    color: #fff;
    border-radius: 50%;
    padding-left: 0px;
    text-align: center;
    padding-top: 5px;
    margin-top: 14px;
    font-size: 16px;
}

.add-to-cart {
    width: 130px;
    padding: 13px 0;
    text-align: center;
    color: #fff;
    margin: auto;
    cursor: pointer;
    margin-top: 8px;
    font-size: 16px;
    position: relative;
}

.add-to-cart.monthly {
    background-image: linear-gradient(90deg, #1e82c0 0%, #44b6e0 40%, #44b6e0 50%, #44b6e0 60%, #1e82c0 100%);
}

.membership-details {
    color: #383838;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
}

.membership-details div {
    margin-bottom: 2px;
}

.view-details {
    text-align: center;
    color: #B20000;
    font-size: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.details {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    font-size: 12px;
    bottom: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 13px 25px 10px 25px;
    text-align: center;
    box-shadow: 1px 1px 7px #000;
}

.close-details {
    position: absolute;
    top: -12px;
    right: 5px;
    font-size: 36px;
    cursor: pointer;
}

.valid-container {
    position: absolute;
    font-size: 13px;
    text-align: center;
    background: #e8e8e8;
    width: 100px;
    margin: auto;
    margin-top: 7px;
    padding: 4px 0;
    color: #8B0000;
    left: 0;
    right: 0;
    bottom: 10px;
}

.valid-container span {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .memberships-top .membership-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .memberships-bottom .membership-col {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
    }

    .memberships-top .membership-container {
        width: 330px;
    }

    .memberships-bottom .membership-container {
        width: 228px;
    }

    .or {
        right: 148px;
    }

    .add-to-cart {
        width: 147px;
    }

    .memberships-bottom {
        margin-top: 30px;
    }

    .memberships-bottom .membership-type.two,
    .memberships-bottom .membership-type.three {
        padding: 19px 0;
    }
}

@media (min-width: 950px) {
    .page-container-inner {
        text-align: center;
        max-width: 950px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .memberships-bottom .membership-container {
        width: 275px;
    }
}

@media (min-width: 1024px) {
    .header-container {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .membership-type {
        font-size: 22px;
        padding: 13px 0;
    }

    .memberships-top {
        width: 1100px;
        margin: auto;
    }

    .add-to-cart {
        font-size: 18px;
    }

    .page-container-inner {
        max-width: 1200px;
    }

    .memberships-bottom .membership-type.two,
    .memberships-bottom .membership-type.three {
        padding: 28px 0;
    }
}





