.label-radio {
         display: flex;
         align-items: center;
         border-radius: 100px;
         padding: 14px 16px;
         margin: 0px -10px;
         cursor: pointer;
         transition: .3s;
     }


     .radio-design:hover {
         background: linear-gradient(270deg, rgba(212, 252, 121, 1) 0%, rgba(150, 230, 161, 1) 100%);
     }

     .radio-input {
         position: absolute;
         left: 0;
         top: 0;
         width: 1px;
         height: 1px;
         opacity: 0;
         z-index: -1;
     }
     .mile-info{
         display: none;
     }
     .label-radio-top {
         margin-top: 5px;
     }

     .radio-design {
         width: 22px;
         height: 22px;
         border-radius: 100px;
         background: linear-gradient(270deg, rgba(212, 252, 121, 1) 0%, rgba(150, 230, 161, 1) 100%);
         position: relative;
         border: 1px solid #c7eb6b;
     }

     .radio-design::before {
         content: '';
         display: inline-block;
         width: inherit;
         height: inherit;
         border-radius: inherit;
         background: hsl(0, 0%, 90%);
         transform: scale(1.1);
         transition: .3s;
         border: 1px solid #2A2A2B;
     }

     .radio-input:checked+.radio-design::before {
         transform: scale(0);
     }

     .label-text {
         color: hsl(0, 0%, 60%);
         margin-left: 14px;
         letter-spacing: 3px;
         text-transform: uppercase;
         font-size: 18px;
         font-weight: 900;
         transition: .3s;
     }

     .radio-input:checked~.label-text {
         color: hsl(0, 0%, 40%);
     }

     .cashback {
         margin-top: 5px;
         padding: 4px 11px;
         border: 1px solid #c7eb6b;
         border-radius: 12px;
         height: 50px;
     }

     .cashback-icon {
         color: #c7eb6b;
         margin-right: 3px;
         position: relative;
         top: 7px;
         width: 25px;
     }

     .cashback-head {
         font-size: 14px;
         display: inline;
     }

     .cashback-text {
         font-size: 14px;
         width: 100%;
         font-size: 12px;
         margin-left: 35px;
         position: relative;
         top: -13px;
         color: #8b8b8b;
     }

     .price-radio {
         float: right;
         margin-right: 35px;
         margin-top: -7px;
         color: #2A2A2B;
         font-size: 15px;

     }

     .promo-success-text {
         display: flex;
         align-self: normal;
     }
     .balance-pay-3{
        display: block;
        height: 60px;
     }
     .balance-pay-3 .cash-text{
        margin-top: -5px;
     }
     .balance-pay-3 .right-icon{
        margin-top: -29px;
     }
     .balance-pay-3 .cashback-text{
        margin-top: -6px;
        margin-left: -27px;
        font-size: 12px;
     }
     .pay-method-img{
        width: 36px;
     }
     .ml-10{
        margin-left: 10px
     }
     .mr-5{
        margin-right: 5px
     }
     .display-wrap{
        display: flex;
        flex-wrap: wrap;

     }

     @media only screen and (max-width: 767px) {
         .cashback-text{
             font-size:10px;
         }
         .radio-design {
            right:6px;
         }
     }
