I tried too much in vender but don't able to change the position of billing address on payment page.
I copied vender/magento/module_checkout/view/frontend/web/template/payment.html file and putted at my module
company/module/view/frontend/web/template/payment.html
<!-- ko foreach: getRegion('beforeMethods') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
<!-- ko foreach: getRegion('afterMethods') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
<div id="checkout-payment-method-load" class="opc-payment" data-bind="visible: isPaymentMethodsAvailable">
<!-- ko foreach: getRegion('payment-methods-list') -->
<!-- ko template: getTemplate() --><!-- /ko -->
<!-- /ko -->
</div>
afterMethod put before payment-method-load but no luck
can anyone help me!