@charset "utf-8";
.add_info_inner {
    background-color: #eb5505;
    font-size: 11px;
    color: #ffffff;
    line-height: 14px;
    text-align: center;
}
.add_info_inner em {
    font-style: normal;
}

@media screen and (min-width:768px) {
    .data_information {
        position: relative;
    }
    .add_information {
        position: absolute;
        top: -40px;
        right: 30px;
    }
    .add_info_inner {
        padding: 15px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        display: block;
}
    .add_info_inner em {
        padding-top: 5px;
        font-size: 16px;
        display:inline-block;
    }
    .add_info_inner:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        left: -3px;
        bottom: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #eb5505;
        border-width: 10px 0 10px 17.32px;
        transform: rotate(150deg);
        -webkit-transform: rotate(150deg);
        -moz-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
    }
    .plan-detail-lead-section .new_plan-price {
        width: 100%;
    }
    .plan-detail-lead .lead-text {
        /* padding: 10px; */
        padding: 10px 50px 10px 10px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .add_information {
        margin-top: 10px;
    }
    .add_info_inner {
        padding: 5px 10px;
    }
    .plan-detail-lead .plan-price {
        margin: 0 auto;
    }
}