Hello,
Apologies for the misunderstanding! Consider using this Code:
<div class="section mb-0 parallax section-appointment" style="background-image: url('demos/medical/images/appointment/bg.jpg'); background-repeat: no-repeat; background-position: top center;" data-bottom-top="background-position:0px 0px;" data-top-bottom="background-position:0px 200px;">
To hide the Background on Mobile Devices, use the following CSS Code:
@media (max-width: 991.98px) {
.section-appointment {
background-image: none !important;
}
}
This should definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.