.page_title {
    background-color:#cccccc24;
    display: block;
    height: auto;
    width: 100%;
}

.page_title_inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 45px;
    position: relative;
}

.page_title_inner_sales {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 73px;
    position: relative;
}
.plan_section {
    background: #cccccc24;
}
.promocode_blobk {
    max-width: 450px;
    margin: 45px auto 30px;
}
/*.form-control {
    border-radius: 4px;
}*/
.promocode_inner .input-group .form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    border-radius: 0px;
    height: 28px;
    padding: 4px 12px;
    box-shadow: none;
}
.btn-promo-apply {
    color: #fff;
    background-color: #2f5597;
    border-color: #2f5597;
    min-width: 100px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    min-height: 28px;
    padding: 4px 12px;
    font-size: 13px;
}
.plans-box {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    -webkit-box-shadow: -3px 3px 5px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: -3px 3px 5px 1px rgba(0,0,0,.1);
    box-shadow: -3px 3px 5px 1px rgb(0 0 0 / 10%);
    margin-bottom: 70px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: 15px;
}

.btn-promo-apply:hover, .btn-promo-apply:focus {
    color: #fff;
    background-color: #4782F3;
    border-color: #4782F3;
}

.btn-promo-remove {
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
    min-width: 80px;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    min-height: 34px;
}

.btn-promo-remove:hover, .btn-promo-remove:focus {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
}


.plan-bx {
    margin: 15px auto 5px;
}

.block {
    width: 20%;
    min-width: 230px;
    overflow: hidden;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 80px;
    margin-top: 50px;
    -webkit-box-shadow: -3px 3px 5px 1px rgba(0,0,0,.1);
    -moz-box-shadow: -3px 3px 5px 1px rgba(0,0,0,.1);
    box-shadow: -3px 3px 5px 1px rgba(0,0,0,.1);
    border-radius: 6px;
    border-top: none;
}

.block .content {
    position: relative;
    padding: 15px;
    min-height: 171px;
    margin-bottom: 0px;
    text-align: left;
    max-height: 171px;
    min-height: 171px;
}

.block .contentagent {
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.block .content::after {
    top: calc(100% + 15px);
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display:none;
}

.block .content::after {
    border-top-color: #f0f0f0;
    border-width: 10px;
    margin-left: -10px;
}

.block .title {
    font-size: 18px;
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.lifetime .bottom .btn-info {
    background-color: #0e306c !important;
}
.page_title_inner h1 {
    font-size: 25px;
    margin: 0;
    color: #2f5597;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: 900;
}
.page_title_inner {
    height: auto;
}
.block .month {
    color: #898989;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 5px
}

.block .hint {
    color: #636363;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.block .price span {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    color: #898989;
}
.block .content p:last-child {
    color: #2f5597;
    font-weight: 900;
    font-size: 18px;
}
.block .price-strike {
    display: inline-block;
}
.block .price {
    display: inline-block;
}
.block .price-strike span {
    font-size: 14px;
    position: relative;
    display: block;
    color: #FF0000;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 10px;
}
.block .content p {
    margin: 0 0 5px;
}

.block .bottom {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 15px 15px;
    width: 100%;
}
    .block .bottom .btn-info {
        background-color: #2f5597;
        border-color: #2f5597;
        padding: 5px 16px;
        font-size: 14px;
        line-height: normal;
        border-radius: 4px;
        width: 100%;
    }

.block .price-strike1 span {
    font-size: 26px;
    position: relative;
    display: block;
    color: #FF0000;
    font-weight: 500;
    text-decoration: line-through;
}

.note_text {
    text-align: center;
    color: #898989;
    font-size: 15px;
    width: 100%;
}

#main_table, #main_table1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content:space-evenly;
    flex-wrap: wrap;
}

.block.lifetime .title, .block.myos .title {
    color: #4285f4;
}
.block.lifetime, .block.myos {
    border-top-color: #fff;
    background-color: #fff;
}
    .block.lifetime .price span, .block.myos .price span {
        color: #1B609D;
    }
    .block.lifetime .content::after., .block.myos .content::after {
        border-top-color: #f0f0f0;
    }
 .block.myos .description_para {
    color: #4782F3;
    font-size: 14px;
    margin: 0;
}
.block .content .Archives .Archives-date {
    cursor:pointer;
    text-decoration: underline;
}
.block .content .Archives .Archives-days {
    width:30px;
    height:20px;
    margin-left:4px;
}
.block .content .Archives .Archives-day-text {
    margin-left:1px;
}
@media screen and (max-width: 1024px) {
    .block {
        min-width: 195px;
    }
}
@media screen and (max-width: 768px) {
        #main_table, #main_table1 {
            flex-direction: column;
        }

        .block {
            width: 230px;
            display: block;
            margin: 0 auto 20px;
        }
    }