#freeMembershipOverlay {
    display: none;
    margin-top: -100px;
    width: 100%;
}

#select-tab {
    width: 600px;
    max-width: 100%;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

#select-tab #select-login,
#select-tab #select-pricing {
    width: 50%;
    border-bottom: solid 3px #E50026;
    background-color: #F1F3F4;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 5px;
    cursor: pointer;
    font-weight: 600;
}

#select-tab .active {
    background-color: #E50026 !important;
    color: #fff;
    font-weight: 600 !important;
}

#gate-login-tab {
    width: 100%;
}

#gate-login-tab span.tag-line {
    font-size: 16px;
    font-family: "pt serif";
    width: 540px;
    max-width: 100%;
    margin: 20px auto 40px;
}

#gate-login-tab #loginform {
    width: 356px;
    max-width: 100%;
    text-align: left;
    margin: 30px auto 5px;
}

#gate-login-tab #loginform label {
    display: block;
    font: normal normal normal 14px/21px Oswald;
}

#gate-login-tab #loginform input {
    display: block;
    width: 100%;
}

#gate-login-tab #loginform .login-remember label {
    font: normal normal normal 12px/18px PT Serif;
}

#gate-login-tab #loginform .login-remember input {
    width: auto;
    display: inline;
}

#gate-login-tab #loginform .button {
    background-color: #DE0000;
    border-radius: 4px;
    border: none;
    color: #fff;
    font: normal normal normal 16px/21px Oswald;
    padding: 14px;
}

#gate-login-tab a.forgot-pass {
    color: #067FC1;
    font-size: 14px;
}

#gate-pricing-tab {
    display: none;
}

#gate-pricing-tab span.tag-line {
    font-size: 16px;
    font-family: "pt serif";
    width: 600px;
    max-width: 100%;
    margin: 20px auto 40px;
    display: block;
}

#pricing-items {
    display: flex;
    flex-direction: column;
    width: 540px;
    margin: auto;
    max-width: 100%;
}

#pricing-items .item {
    width: 100%;
    border: solid 2px #CCCCCC;
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
    margin-bottom: 20px;
    position: relative;
}

#pricing-items .item .type {
    color: #E50026;
    text-align: left;
    font: normal normal bold 20px/30px Oswald;
}

#pricing-items .item .product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

#pricing-items .item .product.second {
    border-top: solid 1px #DBDBDB;
}

#pricing-items .item .product span {
    color: #6C6C6C;
}

#pricing-items .item .product span strong {
    color: #000;
    font-size: 22px;
}

#pricing-items .item .product a.become-a-member {
    background-color: #F1F3F4;
    font-size: 14px;
    padding: 6px 25px 7px;
    border-radius: 4px;
    color: #000;
}

#pricing-items .item .product a.become-a-member:hover {
    background-color: #E50026;
    color: #fff;
}

#pricing-items .item .popular {
    position: absolute;
    right: 30px;
    background-color: #44B100;
    padding: 2px 31px;
    font-size: 14px;
    color: #fff;
    top: -15px;
}

#pricing-items .item .benefits {
    display: none;
}

#pricing-items .item .benefits ul {
    display: none;
    color: #000;
    list-style: none;
    width: fit-content;
    margin: 10px auto;
    padding: 0;
    text-align: left;
}

#pricing-items .item .benefits ul li {
    display: flex;
}

#pricing-items .item .benefits ul li i {
    color: #067FC1;
    margin: 14px 8px 0 0;
    font-size: 5px;
}

#pricing-items .item .benefits .benefits-trigger {
    color: #067FC1;
}

#pricing-items .item .benefits .benefits-trigger.rotate i {
    rotate: 180deg;
}

#pricing-items .more-offers {
    position: relative;
}

#pricing-items .more-offers .strike-thru {
    border-top: solid 2px #ccc;
    position: absolute;
    width: 100%;
    z-index: -99;
    top: 50%;
}

#pricing-items .more-offers a {
    background-color: #F1F3F4;
    border-radius: 55px;
    padding: 10px 20px;
    color: #000;
}

@media only screen and (max-width: 767px) {
    #select-tab {
        border-top: solid 3px #E50026;
        border-bottom: solid 3px #E50026;
        flex-direction: column;
    }

    #select-tab #select-login,
    #select-tab #select-pricing {
        width: 100%;
        border-bottom: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #pricing-items .item .type {
        text-align: center;
    }

    #pricing-items .item .product {
        flex-direction: column;
    }

    #pricing-items .item .product a.become-a-member {
        margin: 20px auto 10px;
        width: 300px;
        max-width: 100%;
    }

    #pricing-items .item .benefits {
        display: block;
    }

    #pricing-items .item .popular {
        width: 200px;
        right: calc(50% - 100px);
    }
}
