Remove Reviews from Tour Detail Page

If you don’t want to show the review count block in your tour detail page:

So that it looks like

Please go to Appearance >> Customize >> Custom CSS and JS >> Custom CSS box and add the CSS below inside your Custom CSS box

.reviews-info li:first-child {
    display: none;
}