.payment-section .payment-card .payment-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.payment-section .payment-card .payment-box {
  box-shadow: 0px 0px 3px #0000001f;
  border-radius: 5px;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 12px;
}
.payment-section .payment-card .section-title {
  font-size: 16px;
  font-weight: 600;
  color: #323232;
  margin-bottom: 4px;
}
.payment-section .payment-card .section-title span {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}
.payment-section .payment-card .section-sub {
  font-size: 15px;
  color: #323232;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.payment-section .payment-card .upi-options {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.payment-section .payment-card .upi-options .payment-img-wrapper {
  height: 30px;
  width: 80px;
  background: #f5f5f5;
  border: 0.5px solid #fcfcfc;
  padding: 2px;
}
.payment-section .payment-card .check-paymt {
  display: flex;
  margin-left: 10px;
  margin-top: 3px;
  border: 1px solid;
  border-radius: 50%;
}
.payment-section .payment-card .upi-options .payment-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.payment-section .payment-card .plus-b {
  font-weight: 600;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.payment-section .payment-card .add-btn {
  background: #09558f;
  color: #fff;
  border: none;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
}
.payment-section .payment-card .form-check-input {
  margin-top: 0;
  cursor: pointer;
}

@media (min-width: 0px) and (max-width: 1199px) {
  .payment-section .payment-card .payment-title {
    font-size: 19px;
  }
  .payment-section .payment-card .section-title {
    font-size: 15px;
  }
  .payment-section .payment-card .section-sub {
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 575.98px) {
  .payment-section .payment-card .payment-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .payment-section .payment-card .section-title {
    font-size: 14px;
  }
  .payment-section .payment-card .section-sub {
    font-size: 12px;
    margin-top: 5px;
  }
  .payment-section .payment-card .payment-box {
    padding: 10px;
    margin-bottom: 10px;
  }
  .payment-section .payment-card .section-title span {
    font-size: 11px;
  }
  .payment-section .payment-card .plus-b {
    width: 20px;
    height: 20px;
  }
  .payment-section .payment-card .upi-options {
    gap: 7px;
    margin-top: 6px;
  }
  .payment-section .payment-card .check-paymt {
    margin-left: 4px;
  }
  .payment-section .payment-card .add-btn {
   
    padding: 3px 14px;
    
}
}
