/*
 Theme Name:   MyTheme Child
 Description:  Child theme for MyTheme
 Author:       Rakshit
 Template:     reland
 Version:      1.0.0
*/



.footer {
  background-color: #222;
}
.footer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer a {
  color: #ccc;
  transition: color 0.3s;
}
.footer a:hover {
  color: #fff;
}

/* property details page */

