.select_network {
    margin-bottom: 20px;
}

.set_padding {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}


.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.sub_services .card-content:hover, .available_services .card-content:hover {
    border: 3px dotted #3a7999;
    color: #3a7999;
    background: rgba(0, 0, 0, 0);
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%, -50%);
}

.card-img span h4 {
    font-size: 12px;
    margin: 0;
    padding: 10px 5px;
    line-height: 0;
}

.card-img .product-discount-label,
.card-img .product-new-label {
    color: #fff;
    background-color: #16a085;
    font-size: 8px;
    font-weight: 800;
    text-transform: uppercase;
/ / line-height: 45 px;
/ / height: 45 px;
/ / width: 45 px;
    border-radius: 5%;
    position: absolute;
    left: 0px;
    top: 15px;
    transition: all .3s;
}

.card-img .product-discount-label {
    line-height: 45px;
    height: 45px;
    width: 45px;
    left: auto;
    right: -25px;
    top: 5px;
    border-radius: 40%;
    background-color: #d7292a;
}

.card-img .product-new-label {
/ / left: auto;
/ / right: - 20 px;
/ / top: 55 px;
/ / background-color: #d7292a;
}

.card-img .product-name {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    left: auto;
    right: 6px;
    top: 9vw;
/ / background-color: #d7292a;
}


.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 12px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}

.card-desc .price {
    color: #16a085;
    font-size: 20px;
    font-weight: 700;
    margin: 0 2px 15px 0;
    display: block
}

.card-desc .price span {
    color: #909090;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: line-through;
    text-align: left;
    vertical-align: middle;
    display: inline-block
}


.btn-card {
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}

.btn-card:hover {
    background: orange;
}

a.btn-card {
    text-decoration: none;
    color: #fff;
}


@media (max-width: 768px) {
    .card-img .product-discount-label,
    .card-img .product-new-label {
        color: #fff;
        background-color: #16a085;
        font-size: 8px;
        font-weight: 800;
        text-transform: uppercase;
    / / line-height: 45 px;
    / / height: 45 px;
    / / width: 45 px;
        border-radius: 5%;
        position: absolute;
        left: 0px;
        top: 15px;
        transition: all .3s;
    }

    .card-img .product-discount-label {
        line-height: 45px;
        height: 45px;
        width: 45px;
        left: auto;
        right: -25px;
        top: 5px;
        border-radius: 40%;
        background-color: #d7292a;
    }

    .card-img .product-new-label {
    / / left: auto;
    / / right: - 20 px;
    / / top: 55 px;
    / / background-color: #d7292a;
    }

    .card-img .product-name {
        color: #fff;
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        position: absolute;
        left: auto;
        right: 6px;
        top: 19vw;
    / / background-color: #d7292a;
    }

    .card-desc .price {
        color: #16a085;
        font-size: 9px;
        font-weight: 800;
        margin: 0 2px 15px 0;
        display: block
    }

    .card-desc .price span {
        color: #909090;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        text-decoration: line-through;
        text-align: left;
        vertical-align: middle;
        display: inline-block
    }

}

    .card:hover {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .card-title {
        font-weight: 600;
        color: var(--dark);
    }

    .network-select {
        border-radius: 12px;
        padding: 0.75rem 1rem;
        border: 1px solid #dee2e6;
        background-color: white;
        transition: all 0.2s ease;
    }

    .network-select:focus {
        box-shadow: 0 0 0 0.25rem rgba(67, 97, 238, 0.2);
    }

    .network-option {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .network-icon {
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .input-group {
        border-radius: 12px;
        overflow: hidden;
    }

    .input-group-text {
        background-color: #f8f9fa;
        border-right: none;
    }

    .form-control {
        border-left: none;
        padding: 0.75rem 1rem;
    }

    .form-control:focus {
        box-shadow: none;
        border-color: #dee2e6;
    }

    .amount-preset {
        display: inline-block;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        padding: 8px 16px;
        margin-right: 8px;
        margin-bottom: 12px;
        cursor: pointer;
        transition: all 0.2s ease;
        font-weight: 500;
    }


    .amount-preset.active {
        color: white;
        background: gray;
    }


    .quick-links {
        display: flex;
        gap: 12px;
        margin-top: 16px;
    }

    .quick-link {
        flex: 1;
        padding: 20px;
        text-align: center;
        border-radius: 16px;
        text-decoration: none;
        color: var(--dark);
        font-weight: 500;
        transition: all 0.3s ease;
        background-color: white;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    }

    .quick-link:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        color: var(--dark);
    }

    .quick-link.upload {
        background-color: #f8f9fa;
    }

    .quick-link.history {
        background-color: #fff8ee;
        color: #995400;
    }

    .quick-link i {
        display: block;
        font-size: 24px;
        margin-bottom: 10px;
    }

    .quick-link.history i {
        color: #ff9500;
    }

    .info-card {
        background-color: #f8f9fa;
        padding: 16px;
        border-radius: 12px;
        margin-bottom: 16px;
    }

    .info-card:last-child {
        margin-bottom: 0;
    }

    .network-icon.mtn {
        background-color: #ffd60a;
    }

    .network-icon.etisalat {
        background-color: #ef476f;
        color: white;
    }

    .network-icon.airtel {
        background-color: #e63946;
        color: white;
    }

    .network-icon.glo {
        background-color: #06d6a0;
        color: white;
    }

    .form-check-input:checked {}

    @media (max-width: 768px) {
        .content-wrapper {
            padding: 1rem;
        }

        .quick-link {
            padding: 15px 10px;
        }
    }
