.banner {
	background-color: #0000009c !important;
    background-blend-mode: multiply;
  position: relative; min-height:400px;
  height: auto; /* Adjust height as needed */
  background: url('https://dev-nibav-com.eliteelevators.click/wp-content/uploads/2025/01/lifts-for-homes.webp') no-repeat center center / cover;
}
form.horizontal-form button {
    background-color: #fff !important;
    color: #000 !important;
}
.space
{
	margin-top:20px;
}
img.card-img-top.wp-post-image {
    height: 220px;
}
.card-title a
{
	color:#000;
	text-decoration:none !important;
}
.spacelid
{
	margin-top:30px;
}
p.card-text
{
display:none;	
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.col-md-4 {
        
        width: 50%;
    }
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {

}