 .payment-info {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-left: 20px;
     /* margin-right: 10px; */
     margin-top: 10px;
     flex-wrap: nowrap;
     gap: 30px
 }

 .credit-img-cont {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-left: 20px;
     margin-right: 6px;
     margin-top: 10px;
     flex-wrap: nowrap;
     gap: 30px
 }

 .hide-desk {
     display: none;
 }

 .hrt15 {
     margin-top: -15px;
 }



 /* ##########################################################################==Breakpoint==######################################### */



 @media (max-width: 660px) {
     .payment-info {
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin-left: 10px !important;
         margin-right: 3px !important;
         margin-top: 10px;
         flex-wrap: nowrap;
     }

     .credit-img-cont {
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin-left: 7px !important;
         margin-right: -1px !important;
         margin-top: 10px;
         flex-wrap: nowrap;
     }

     .credit-img-cont img {
         height: 40px;
         transform: scale(0.85);
         transform-origin: right;
     }


     .hide-below440 {
         display: none !important;
     }

     .gaurantee {
         display: block;
         height: 110px !important;
         width: 97px !important;
     }


     .input-cont {
         margin: -25px 6px !important;
         border: none !important;
     }

     .padding-0 {
         padding: 0 !important;
     }

     .mt-10 {
         margin-top: -30px !important;
     }

     .my-10 {
         margin-top: -15px !important;
         margin-bottom: -10px !important;
     }

     .mb3{
        margin-bottom: 3px;
     }

     .mt-5 {
         margin-top: -7px !important;
     }

     .mt-7 {
         margin-top: 7px !important;
     }

     .mb-7 {
         margin-bottom: 7px !important;
     }

     .gap20 {
         gap: 20px;
     }

     .hide-desk {
         display: block !important;
     }

     .hrt15 {
        margin-top: -12px;
    }


 }