.table-row {
    padding: 0 20px;
}

.page_padding {
    margin-top: 60px;
}

.page_padding_10 {
    margin-top: 10px;
}

.page_padding_30 {
    margin-top: 30px;
}

.privilege_title {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #333333;
    padding-bottom: 40px;
}

.privilege_title:after {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    background: linear-gradient(270deg, #FFF 0%, #d9777a 93.65%, #d9777a 80%);
    width: 70%;
    display: block;
    margin-top: 50px;
}

.privilege_desc {
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.mid_div {
    position: relative;
    min-height: 352px;
    background: url(/i/img/vip_accounts/mid_div.jpg) no-repeat;
    background-size: cover;
    background-position: top left -20px;
}

.mid_inner_div {
    position: relative;
    min-height: 352px;
    background: linear-gradient(85.49deg, rgba(255, 255, 255, 0.68) 0%, rgba(255, 255, 255, 0.87) 53.32%, rgba(255, 255, 255, 0.17) 96.51%);
}

.feature_container {
    padding-top: 50px;
    padding-left: 50px;
}

.feature_flex_container {
    display: flex;
}

.feature_title {
    padding-bottom: 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #333333;
}

._col_feature {
    display: inline-block;
    max-width: 340px;
}

._col_feature:last-child {
    margin-left: 5%;
    max-width: 45%;
}

.feature_img {
    background: url(/i/img/vip_accounts/check.png) no-repeat left center;
}

.feature {
    min-height: 40px;
    margin: 5px 0;
    list-style: none;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.feature p {
    margin: 0 !important;
    text-align: left !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px !important;
    color: #333333;
}

.choose_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    color: #333333;
    padding-bottom: 50px;
}

.choose-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.single_step {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: calc(20% - 16px);
    margin-right: 20px;
    background: #FFFFFF;
    min-height: 156px;
}

.single_step:hover {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(21, 21, 21, 0.01) 100%);
    border-radius: 16px;
}

.single_step:after {
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    margin: 0 auto;
    content: "";
    height: 2px;
    background: #E31E24;
    width: 80px;
}

.single_step:last-of-type {
    margin-right: 0;
    margin-left: 0;
}

.chooseTiles_description {
    font-weight: 300;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    padding: 16px 12px;
}

.acc_condition {
    padding-top: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.faq_container {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.1);
    border-radius: 16px;
    padding: 60px 30px;
}

.faq_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #333333;
    padding-bottom: 40px;
}

/**** accordion system ****/
#accordion .panels > li {
    list-style-type: none;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #424242;
    border: none;
    padding: 12px 0;
    background: none;
    margin-left: 0 !important;
}

#accordion .panels > li span {
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 30px;
}

#accordion .panels > li img {
    height: 22px;
    width: 22px;
}

#accordion .panels > li.liactive {
    background: none;
}

#accordion .panels > li .faq_header {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

#accordion .panels > li.liactive .faq_header img {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.panel:not(.active) {
    display: none;
}

.panel {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 52px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
}

.panel span {
    padding-left: 0 !important;
}

.panel span:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .table-row {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page_padding {
        margin-top: 40px;
    }

    .privilege_title {
        font-size: 16px;
        line-height: 130%;
    }

    .privilege_desc {
        font-size: 14px;
        line-height: 130%;
    }

    .mid_div {
        min-height: 217px;
        margin: 0 -20px;
    }

    .mid_inner_div {
        min-height: 217px;
        background-size: 150%;
    }

    .feature_container {
        padding-top: 28px;
        padding-left: 16px;
        text-align: left;
    }

    .feature_flex_container {
        display: block;
    }

    ._col_feature {
        max-width: unset;
    }

    ._col_feature:last-child {
        margin-left: 30px;
        max-width: unset;
        padding: 16px 0;
    }

    .feature_title {
        padding-bottom: 16px;
        font-size: 16px;
        line-height: 130%;
    }

    .feature {
        margin: 0;
        min-height: 20px;
        padding-left: 25px;
    }

    .feature p {
        font-size: 12px;
        margin: 4px 0 !important;
    }

    .feature_img {
        background-size: 12px;
    }

    .choose_title {
        font-size: 16px;
        line-height: 130%;
        padding-bottom: 28px;
    }

    .acc_condition {
        font-size: 12px;
        line-height: 130%;
    }

    .faq_container {
        padding: 18px 20px 40px;
    }

    .faq_title {
        font-size: 16px;
        padding-bottom: 24px;
        line-height: 130%;
    }

    #accordion .panels > li .faq_header {
        font-size: 14px;
        line-height: 130%;
    }

    .panel {
        font-size: 14px;
        line-height: 130%;
        padding-left: 30px;
    }

    #accordion .panels > li img {
        height: 14px;
        width: 14px;
    }

    #accordion .panels > li span {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .page_padding_30 {
        margin-top: 0;
    }

    .single_step {
        width: calc(33.33% - 13.33px);
        margin-bottom: 14px;
        min-height: 110px;
    }

    .single_step:nth-child(3) {
        margin-right: 0;
        margin-left: 0;
    }

    .single_step:nth-child(4) {
        margin-left: 16.66%;
    }

    .chooseTiles_description {
        font-size: 14px;
        line-height: 130%;
    }
}

@media only screen and (max-width: 600px) {
    .single_step {
        min-height: 142px;
    }
}

@media only screen and (max-width: 500px) {
    .single_step {
        min-height: 160px;
    }
}

@media only screen and (max-width: 450px) {
    ._col_feature:last-child {
        margin-left: 60px;
        padding: 16px 0;
    }

    .single_step {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 14px;
        min-height: 110px;
    }

    .single_step:nth-child(2) {
        margin-right: 0;
        margin-left: 0;
    }

    .single_step:nth-child(3) {
        margin-right: 16px;
    }

    .single_step:nth-child(4) {
        margin-right: 0;
        margin-left: 0;
    }

    .single_step:nth-child(5) {
        margin-left: 25%;
    }
}

@media only screen and (max-width: 400px) {
    .single_step {
        min-height: 125px;
    }
}