 .subscription-card {
     position:relative;
        padding: 10px 15px;
        background: #F5D202;
        border-radius: 10px;
        margin-top: 10px;
    }

    .subscription-card .subs-card-head {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subscription-card .subs-card-head .subs-card-title {
        color: #111f7f;
        font-family: "Times New Roman", Sans-serif;
        font-size: 28px;
        text-align: center;
    }

    .subscription-card .subs-card-head .priceTitle {
        color: #111f7f;
        font-family: "Times New Roman", Sans-serif;
        font-size: 32px;
        font-weight: 600;
    }

    .subs-card-progress-bar-main {
        width: 100%;
        display: block;
        background: #111f7f;
        border-radius: 5px;
        overflow: hidden;
    }

    .subs-card-progress-bar-main .progress-line {
        display: block;
        height: 100%;
        background: #fff;
        text-align: end;
        padding-right: 5px;
        transition: .4s;
    }

    .subs-card-list {
        margin-top: 20px;
        list-style: none;
        padding: 0;
    }

    .subs-card-list li {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #ffffffed;
        border-radius: 5px;
        align-items: center;
        font-size: 12px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
    }

    .subs-card-list li .subs-card-tooltip .subs-card-tooltip-body {
        display: none;
        position: absolute;
        width: 95%;
        background: #fff;
        border: 1px solid #d1cfcfd1;
        padding: 10px;
        right: 0;
        border-radius: 2px;
        box-shadow: 1px 1px 10px #b5b5b5b8;
        transform: translate(-15px, -4px);
    }
    .subs-card-list li .subs-card-tooltip .subs-card-tooltip-body h5{
        font-size: 13px;
        font-weight: 700;
    }
    .subs-card-tooltip:hover .subs-card-tooltip-body {
        display: block !important;
        z-index:999;
    }

    .subs-card-list li .subs-card-tooltip .subs-card-tooltip-body p {
        font-size: 10px;
    }

    .subs-button {
        background: #111f7f;
        color: #fff;
        border: none;
        border-radius: 5px;
    }

    .subs-button:hover {
        background: #040d4a;
        color: #ffffff;
    }

    .lockerInputDropdown {
        position: relative;
        width: 100%;
    }

    .lockerInputDropdown .dropdown {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background: #fff;
    }

    .lockerInputDropdown .dropdown ul {
        padding: 10px;
        list-style: none;
        max-height: 200px;
        overflow-y: auto;
    }

    .lockerInputDropdown .dropdown ul li {
        padding: 5px 5px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 13px;
        cursor: pointer;
    }
    
    .iti.iti--allow-dropdown.iti--separate-dial-code {
        width: 100%;
    }
    
    .paypal-button-container {
        margin-top: 23px;
        background: #e7e7e7bf;
        padding: 10px;
    }
    
    .payment_with_main label:hover {
    background: #474d73;
    color: #fff;
}
.iti__country-list {
    z-index: 999 !important;
}
.payment_with_main label:has(input:checked) {
    background: #111f7f !important;
    color: #fff !important;
}
.payment_with_main label input {
    display: none;
}
.payment_with_main {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}
.payment_with_main label {
    padding: 8px 10px;
    width: 48%;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #111f7f;
    transition: .5s;
    cursor: pointer;
}
    
    @media (min-width: 768px) {
        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%;
        }
    }

    @media (min-width: 768px) {
        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%;
        }
    }