.home1{text-align:center;}
.home1 h2 {color: #144f9a;text-align: center;text-transform: uppercase;font-weight: bold;margin-bottom: 18px;font-family: Arial;}
.home1 h2 span{color: #444;}
.home-gray-bg {background: #eee;padding: 50px 0px;}
.home-gray-white{padding: 50px 0px;}
.testimonial-hover-ctnt {position: absolute;background: rgba(0, 0, 0, 0.6);text-align: center;color: #fff;z-index: 9999;width: 100%;display: block;top: 0px;bottom: 0px;padding: 18% 4%;}
.testimonial-hover-ctnt i.fa-star{color: yellow;margin-left: 5px;}
.testimonial-hover-ctnt{display:none;}
.testimonials .item:hover .testimonial-hover-ctnt{display:block!important;}
.testimonials .item{position:relative;}
.testimonials .ctnt{margin: 10px 0px;}
.testimonials .read{border: 1px solid #ccc;border-radius: 3px;margin: 0px 15%;text-transform: capitalize;}
.testimonials .read i{color:#fff;}
.home-cheapshed{border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 27px 0px;}
.home-cheapshed p{margin-bottom: 0px;}
.home-cheapshed h3{margin-bottom: 14px;}
.home-cust-serv{display: flex;}
.home-cust-serv .item{width: 16.9%;margin-right: 8px;}
.banner-home ul{float:left;width:100%;margin:0;padding:0}
.banner-home ul li{width:25%;float:left;padding:4px}
.banner-home ul li a{float:left; width:100%;}
.banner-home ul li a img{border: 1px solid #ccc;border-radius: 2px;}
.banner-home ul li a img:hover{border: 1px solid #F75B00;}
.home-title h2{float:left; width:100%;}
.sm-listing-tabs{float:left; width:100%;}
.slideshow{margin-bottom:30px}
.banner-home .banner-item img{border-radius:7px;border:1px solid #ccc;padding:1px}
.slider-brands .item {overflow: hidden;float: left;width: calc(92%/4);text-align: center;border: 1px solid #eee;height: 65px;margin: 0px 1% 1% 0px;padding: 8px;border-radius: 4px;}
.slider-brands{margin-bottom:40px;float:left;width:100%}
.desktop-slider{display:block;}
.mobile-slider{display:none;}

@media only screen and (min-width:100px) and (max-width:768px) { 
.desktop-slider{display:none!important;}
.mobile-slider{display:block!important;}
}