document.addEventListener("DOMContentLoaded", function() {

if (window.location.href.indexOf("confirmation") > -1) {
     document.querySelector(".page-title").style.display = "none";
    }
});