.payment-right ul{margin-bottom:0;}
.payment-right ul li{float:right;margin-left:10px;}
.block-owl-footer{padding:18px 0;}
.copy-right p{margin-bottom:0;margin-top:3px;}
.copy-right p a{color:#f95365;}
.img-home-block a,.home-sale a{position:relative;display:block;}
.img-home-block a:before{   
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    z-index: 10;
    background: rgba(0,0,0,0.6);
    opacity: 0.4;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
	}

.img-home-block a:hover:before {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
}
.owl-support{padding:76px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-top:60px;}
.owl-support ul{margin-bottom:0;}
.owl-support ul i{font-size:36px;float:left;color:#9ac4b9;width:17%; }
.owl-suptext{float:left;width:83%;}
.owl-suptext h3{text-transform:uppercase;color:#000;font-size:14px;margin-bottom:26px;}
.owl-suptext p{line-height:20px;color:#bdbdbd;margin-bottom:0;}
.owl-support ul li:hover i{color:#9ac4b9;}

@media only screen and (min-width : 768px) and (max-width : 991px)
{
	.owl-support {
    padding: 60px 0;
    margin-top: 30px;
   }
   .owl-support ul i{width:23%;}
   .owl-suptext{width:77%;}
}
@media (max-width: 991px)
{
	.top-column-block{margin-top:20px;}
	
}

@media (max-width: 767px)
{
 .img-home-block{margin-top:20px;}
 .copy-right{margin-bottom:15px;}
 .block-owl-footer{text-align:center;}
 .payment-right ul li{display:inline-block;float:none;}
 .top-column-block{text-align:center;}
 .home-sale1{margin-top:10px;}
 .owl-support{margin-top:30px;padding:30px 0;}
 .owl-support .owl-supitem{display:inline-block;width:100%;margin-bottom:25px;}
}