.service-plus-detail .service-plus-detail-box {
   
    padding: 2.5rem 1.5rem;
    border-radius: 1rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.service-plus-detail .service-plus-detail-box .activation-data {

    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--Green-10, #EAFFF9);
}


.service-plus-detail .service-plus-detail-box .required {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.service-plus-detail .service-plus-detail-box .process-data {
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 1px solid var(----border, #F4F5F6);
    background: var(--White, #FFF);
}

.service-plus-detail .service-plus .card {
    height: auto !important;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 2.5rem 1rem;
    border-radius: 1rem;
    border: 2px solid #EFEFEF;
    background: var(--Green-10, #EAFFF9);
    box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04);
}

.service-plus-detail .service-plus {
    margin-top: 0 !important;
}

.service-plus-detail .service-plus .card img {
    height: 12.5rem;
    align-self: stretch;
    object-fit: cover;
}

.service-plus-detail .service-plus .card-body {
    padding: 0 !important;
}

.service-plus-detail .service-plus .card-title {
    overflow: hidden;
    color: var(--Black, var(--Black, #000));
    text-overflow: ellipsis;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 1.6875rem */
}

.service-plus-detail .service-plus .card-text {
    overflow: hidden;
    color: rgba(0, 0, 0, 0.60);
    text-overflow: ellipsis;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 1.125rem */
}

.service-plus-detail .service-plus .price-container {
    margin-top: 2rem !important;
}

.service-plus-detail .service-plus .price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
}

.service-plus-detail .service-plus .discount-price {
    font-size: 1rem;
    color: red;
    padding-bottom: 0 !important;
}

.service-plus-detail .service-plus .original-price {
    text-decoration: line-through;
    color: gray;
}

.button-back-mobile{
    display: none !important;
}

.service-plus .card{
    margin-top: 3rem;
}


@media (max-width: 576px) {

   

    .jobs-detail-box{
        margin-top: 1rem !important;
    }


    .container .row {
        flex-direction: column;
    }

    .service-plus .card{
        margin-top: 1rem !important;
    }
    
    .service-plus {
        margin-top: 1rem !important;
        order: -1 !important;
    }

    .service-plus-detail .service-plus-detail-box .process-data {
        padding: 1.5rem 1rem !important;
    }   

    .service-plus-detail .service-plus-detail-box .required {
        padding: 1.5rem 1rem !important;
    }   

    .activation-data{
        padding: 1.5rem 1rem !important;
    }

    .activation-data .text-h4{
        font-size: 1.375rem !important;
    }

    .activation-data .text-body-sm{
        font-size: 0.875rem !important;
    }
    
    .service-plus-detail-box {
        padding: 2.5rem 1rem !important;
    }

    .button-back-desktop{
        display: none !important;
        
    }

    .button-back-mobile{
        display: flex !important;
        margin-bottom: 1rem;
    }

    .button-back-mobile .btn{
        padding: 0.5rem 1rem !important;
        height: 2rem !important;
        font-size: 0.75rem !important;
    }

    .button-back-mobile .btn svg, .button-back-mobile .btn img, .button-back-mobile .btn i{
       width: 15px !important;
       height: 15px !important;
    }

    .more-data-head{
        justify-content: flex-start !important;
        align-items: flex-start !important;
        flex-direction: column;
        margin-top: 1rem;
        gap:1rem !important;
    }

    .more-data-head .text-h2    {
        font-size: 1.5rem !important;
    }

    .more-data-head .btn-outline-md-icon-left{
        padding: 0.5rem 1rem !important;
        height: 2rem !important;
        font-size: 0.75rem !important;
    }

    .button-box-latest-education{
        flex-direction: column !important;
        gap:1rem !important;
    }

    .button-box-latest-education .btn {
        width: 100% !important;
        margin: 0 !important;
    }
    
}

@media (min-width: 577px) and (max-width: 992px) {
  
}

@media (min-width: 993px) {


}