.flex.submit-customize-form-section {
    display: none;
}
.with-price-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.hori_banner_wrap {
    width: 100%;
    display: flex;
    border: 2px #005cb8 solid;
    margin-top: 20px;
    height: 110px;
    ;
}

.h_off_tag {
    background-color: #005cb8;
    color: #ffe393;
    font-size: 19px;
    width: 25%;
    text-align: center;
    font-weight: 700;
    padding: 21px 8px;
    line-height: 29px;
    margin-right: 6px;
    font-family: 'regular_bold';
    text-align: center;
    line-height: 21px;
}

.h_cards_wrap {
    display: flex;
}

.h_cards {
    background-color: #eff7ff;
    float: left;
    margin: 6px 3px;
    border: 1px #c4dcf3 solid;
    border-radius: 8px;
    padding: 1px 5px;
    width: 152px;
}

.h_cards_head {
    color: #474747;
    margin-bottom: 0px;
    padding-bottom: 5px;
    margin-top: 15px;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 700;
}

span.h_cards_was_price_span {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: bold;
    font-family: sans-serif;
    color: #4F4A4A;
}

span.h_cards_was_price_percent {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #cf0000;
    margin-left: 2px;
}

.h_cards_now_price {
    font-weight: 700;
    color: #0052A3;
    font-size: 28px;
    font-family: sans-serif;
    text-align: left;
}

.h_btn_wrap {
    padding-top: 6px;
    display: flow-root;
    width: 100%;
}

.h_buy_now {
    background-color: #f7bd18;
}

.h_dnwd_pdf {
    background-color: #b30f1a;
    margin-top: 9px;
    color: #FFF;
}

.h_buy_now,
.h_dnwd_pdf {
    padding: 7px 2px;
    width: 93%;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin-left: 8px;
    height: 41px;
    font-family: 'regular_semibold';
    border-radius: 5px;
    cursor: pointer;
}

.v_banner_wrap, .v_banner_wrap_mobile {
    width: 200px;
    border: 2px #005cb8 solid;
    position: fixed;
    width: 225px;
    font-size: 13px;
    right: 0;
    margin-right: 10px;
    top: 145px;
    background-color: #fff;
    display: none;
    z-index: 100;
}
/* .v_banner_wrap{
    top: 18%;
} */
.v_banner_wrap_mobile{
    display: block;
}

.v_off_tag {
    background-color: #005cb8;
    color: #ffda70;
    /* font-size: 24px; */
    text-align: center;
    font-weight: 700;
    padding: 12px 0;
    line-height: 30px;
    width: 100%;
    font-family: 'regular_bold';
}

.v_card_wrap {
    width: 92%;
    margin: 0 auto;
    padding: 0;
}

.v_cards {
    background-color: #eff7ff;
    border: 1px #c4dcf3 solid;
    border-radius: 8px;
    margin: 10px 2px;
}

.v_card_head {
    font-size: 16px;
    font-weight: 700;
    color: #474747;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-family: 'regular_semibold';
    text-align: center;
    margin-top: 5px;
}

.v_card_now_price_wrap {
    display: flex;
}

.v_card_was_price {
    width: 60%;
    text-align: center;
}

span.v_cards_was_price_span {
    text-decoration: line-through;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bold;
    color: #4F4A4A;
}

span.v_cards_was_price_percent {
    font-size: 14px;
    font-family: 'regular_semibold';
    color: #cf0000;
}

.v_card_now_price {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: 'regular_bold';
    color: #0052A3;
    margin-bottom: 3px;
}

.v_btn_wrap {
    width: 100%;
    padding-bottom: 10px;
}

.v_buy_now {
    background-color: #f7bd18;
    font-family: 'regular_semibold';
}

.v_dnwd_pdf {
    background-color: #b30f1a;
    margin-top: 9px;
    color: #FFF;
}

.v_buy_now,
.v_dnwd_pdf {
    /* padding: 7px 2px; */
    width: 92%;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    /* margin-left: 9px; */
    height: 41px;
    font-family: 'regular_semibold';
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
}
.v_buy_now{
    margin-bottom: 6px;
}

.h_offer_validity,
.v_offer_validity, .v_offer_validity_result {
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'regular_bold';
    text-align: center;
    color: #b30f1a;
}

.v_offer_validity {
    margin-top: 5px;
    font-family: 'regular_bold';
}
.v_buy_now > a{
    display: block;
    padding: 7px 2px;
    font-family: 'regular_medium';
    font-size: 14px;
}

.h_cards_now_price span {
    font-size: 22px;
}

.price-t-break{
    word-break: break-all;
}

@media screen and (max-width: 1599px) {
    .v_banner_wrap, .v_banner_wrap_mobile {
        width: 145px !important;
    }

    .v_off_tag {
        /* font-size: 14px !important; */
        padding: 0 !important;
    }

    .v_card_head {
        font-size: 12px;
        line-height: 12px;
        margin-top: 3px;
    }

    .v_buy_now,
    .v_dnwd_pdf {
        font-size: 12px;
    }

    span.v_cards_was_price_percent {
        display: none;
    }

    .v_card_now_price {
        width: 100%;
    }

}

@media screen and (max-width: 1300px) {
    .v_banner_wrap, .v_banner_wrap_mobile {
        display: none;
    }
}

@media (min-width: 960px){
    .single-lincense-wrap{
        display: flex !important;
        flex-direction: column;
        width: 92%;
        margin: 0 auto;
    }
    .price-off-t, .old-price, .discounted-price {
        text-align: center !important;
    }
    .single-lincense .discounted-price{
        font-family: 'regular_bold' !important;
    }
    .price-off-t{
        height: auto;
        font-family: 'regular_semibold' !important;
    }
    .single-lincense{
        padding: 0;
    }
    .old-price > del{
        color: #4F4A4A;
    }
    .old-price > del, .old-price > span {
        font-size: 16px;
        font-family: 'regular_bold';
    }
    .v_card_now_price span{
        font-family: 'regular_regular';
        font-size: 20px;
    }
}
.download-sample-btn-banner{
    background: transparent;
    outline: none !important;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    font-family: 'regular_medium';
}


/* ============Mobile Banner Design============ */
.mobile-banner-wrap {
    width: 100%;
    margin: 0 auto;
    border: 2px #005cb8 solid;
    margin-top: 10px;
    display: none;
}

.off-data {
    background: #005cb8;
    color: #ffda70;
    text-align: center;
    font-family: 'regular_bold';
    font-size: 25px;
    padding: 5px;
}

.single-lincense-wrap {
    /* display: flex; */
    gap: 4px;
    padding: 10px 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.single-lincense {
    border: 1px #c4dcf3 solid;
    border-radius: 8px;
    padding: 4px;
    background: #eff7ff;
}
.single-lincense p{
    text-align: left;
    font-size: 16px;
    /* font-weight: 700; */
    color: #474747;
    /* margin-bottom: 8px; */
    padding-bottom: 0;
    font-family: 'regular_semibold';
    margin-top: 5px;
    /* height: 53px; */
}
.price-off-t{
    height: auto;
}
.off-parsent{
    color: #A80000;
    font-family: 'regular_semibold' !important;
    margin-left: 3px;
}
.discounted-price{
    color: #0052A3 !important;
    text-align: left;
    font-size: 20px;
    font-family: 'regular_bold' !important;
}

.mobile-off span {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-family: 'regular_bold';
    color: #0052A3 !important;
    margin-bottom: 3px;
}
.old-price.mobile-off, .old-price-without-price{
    color: #0052A3 !important;
}
.deru-price-t{
    word-break:break-all;
}
@media(max-width: 359px){
    .price-off-t {
        min-height: 78px;
    }
    .deru-price-t{
        word-break:break-all;
    }
    .single-lincense-wrap{
        width: 98% !important;
        margin: 0 auto;
        padding: 10px 0 !important;
    }
}
@media (max-width:400px){
    .old-price{
        display: flex;
        flex-direction: column;
    } 
}
@media (min-width: 360px) and (max-width: 530px){
    .price-off-t {
        min-height: 53px;
    }
    .v_offer_validity{
        font-size: 14px;
    }
    .single-lincense-wrap{
        width: 92%;
        margin: 0 auto;
        padding: 10px 0 !important;
    }
}
@media (max-width:959px){
    .single-lincense{
        padding: 6px !important;
    }
    .single-lincense-wrap{
        width: 92%;
        margin: 0 auto;
        padding: 10px 0 !important;
    }
    .old-price{
        font-size: 16px;
        font-family: 'regular_bold';
    }
    .mobile-off-p{
        font-size: 16px !important;
        font-family: 'regular_bold' !important;
        margin-right: 3px;
    }
    .old-price > del{
        color: #4F4A4A;
        font-size: 16px;
        font-family: 'regular_bold';
    }
}


/* ======================================= */
/* ----------Responsive css---------- */
@media (min-width:960px) and (max-width: 1450px){
    .download-sample-btn-banner{
        font-size: 14px !important;
    }
    .v_off_tag{
        /* font-size: 12px; */
        padding: 0;
    }
    .price-off-t{
        font-size: 12px !important;
        font-family: 'regular_semibold' !important;
    }
    .single-lincense{
        padding: 0 !important;
    }
    .single-lincense p{
        margin: 0 !important;
    }
    .v_card_now_price{
        font-size: 16px;
    }
    .v_card_now_price span{
        font-size: 15px;
    }
    .off-parsent{
        display: none;
    }
}

@media (min-width:1451px) and (max-width: 1600px){
    /* .v_off_tag{
        font-size: 14px;
        padding: 0;
    } */
    .off-parsent {
        display: none;
    }
    .price-off-t{
        font-size: 16px !important;
        font-family: 'regular_semibold' !important;
    }
    .single-lincense{
        padding: 0 !important;
    }
    .single-lincense p{
        margin: 0 !important;
    }
    .v_buy_now > a{
        font-size: 14px;
    }
    .download-sample-btn-banner{
        font-size: 14px !important;
    }

}
.discounted-price{
    margin-top: 0 !important;
}