diff --git a/app/assets/images/property_hire/loading1.gif b/app/assets/images/property_hire/loading1.gif
new file mode 100644
index 0000000..e092d81
Binary files /dev/null and b/app/assets/images/property_hire/loading1.gif differ
diff --git a/app/assets/stylesheets/property_hire_calendar.scss b/app/assets/stylesheets/property_hire_calendar.scss
index 027340e..2ba2809 100644
--- a/app/assets/stylesheets/property_hire_calendar.scss
+++ b/app/assets/stylesheets/property_hire_calendar.scss
@@ -657,7 +657,7 @@ a.reserve_btn{
border-radius: 4px;
border: 1px solid #dbdbdb;
background-color: rgba(255, 255, 255, 0.95);
- background-image: url("/assets/loading1.gif");
+ background-image: url("/assets/property_hire/loading1.gif");
background-repeat: no-repeat;
background-position: center 20px;
background-size: 50%;
diff --git a/app/views/property_hires/view_calendar.html.erb b/app/views/property_hires/view_calendar.html.erb
index cb02a8f..c4e3b35 100644
--- a/app/views/property_hires/view_calendar.html.erb
+++ b/app/views/property_hires/view_calendar.html.erb
@@ -53,5 +53,5 @@
" class="btn btn-warning">Back
\ No newline at end of file