.topsale::after {
    content: "پرفروش";
    background: #FF1D1D;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    margin: 15px;
    font-size: 14px;
    border-radius: 15px;
    padding: 1px 6px;
}

.plans_type2 .topsale::after {
    position: absolute;
    top: -10px;
    left: 15px;
    background: #000;
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    padding: 0 10px !important;
    margin: 0;
}


.expired_header {
    background: #000;
    margin: 25px auto -60px;
    padding: 20px 20px 80px 20px;
    border-radius: 25px 25px 0 0;
    color: #fff;
}

.expired_header .form_title {
    padding: 0 0 20px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.expired_header .form_title h3 {
    padding: 4px 0 0;
    font-size: 28px;
    margin: 0;
}

.prevBtn.saveBtn {
    color: #fff;
    border: 2px solid #6B6B6F;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.prevBtn.saveBtn img {
    margin-right: 0;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.expire_intro header {
    padding-bottom: 70px;
}

.expired_header>p {
    color: #FFD875;
    font-size: 18px;
    margin: 0;
    padding: 0;
}


.expire_intro .form_title {
    text-align: center;
    padding: 25px 0;
}

.expire_intro .form_title h3 {
    font-size: 30px;
}

.expire_intro .form_title span {
    text-align: center;
}


.expire_intro .download {
    width: 73px;
    height: 73px;
    bottom: 25px;
}

.expire_intro .download_inner,
.expire_intro .download_inner>img {
    -webkit-animation: none;
    animation: none;
}



.intro__inner.plans_type3 {
    border-radius: 0;
    padding-top: 0;
}

.intro__inner.plans_type3 header {
    padding: 0;
    margin: -15px -15px 0;
    width: auto;
    height: auto;
}

.plans_type3 .form_title {
    margin: -5px auto 0;
}

.plans_type3 .form_title h3 {
    font-size: 20px;
}

.plans_type3 .form_title h3, .plans_type3 .form_title span {
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    display: block;
}


.form-label {
    margin: 0;
    color: #888;
    font-size: 12px;
    text-align: center;
    display: block;
}

.form-label a {
    font-weight: normal;
    color: #191919;
}

.plans_slider {
    overflow: hidden;
    margin: 0 -15px;
    padding: 10px;
}

.plans_slider .plan_btns .plan_btn {
    padding: 0;
    background: #fff;
    border: 1px solid #5157F1;
    border-radius: 15px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.plans_slider .plan_btns .plan_btn.highlight {
    border: 1px solid #FD2D55;
}

.plans_slider .plan_btns .plan_btn .btn_title {
    padding: 15px;
}

.plans_slider .plan_btns .plan_btn .btn_des {
    padding: 0 15px 15px;
}

.plans_slider .plan_btns .plan_btn .btn_des p {
    font-size: 13px;
    margin: 0;
    line-height: 1.6em;
    display: block;
}

.plans_slider .plan_btns .plan_btn .btn_title>b {
    font-size: 20px;
    color: #000;
}

.plans_slider .plan_btns .plan_btn .btn_title>i {
    background: #FD2D55;
    color: #fff;
    font-style: normal;
    padding: 7px 10px;
    border-radius: 0 0 10px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.plans_slider .plan_btns .plan_btn .plan_price {
    border-top: 1px solid #DDD;
    display: block;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.plans_slider .plan_btns .plan_btn .plan_price b {
    font-weight: normal;
}

.plans_slider .topsale::after {
    background: #FD2D55;
    color: #fff;
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
    margin: 10px;
}

.plans_slider .swiper-pagination {
    position: relative !important;
    margin: 0 auto !important;
    right: 0 !important;
    flex-direction: row !important;
    justify-content: center !important;
}


.plans_slider .swiper-pagination span {
    background-color: #D9D9D9;
}

.plans_slider .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #7076FF;
}