@media (max-width: 767px) {
	.hidden-xs {
	  display: none !important;
	}
  }
  @media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
	  display: none !important;
	}
  }
  @media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
	  display: none !important;
	}
  }
  @media (min-width: 1200px) and (max-width: 2000px) {
	.hidden-lg {
	  display: none !important;
	}
  }


@media (min-width:992px) and (max-width:1024px){
    
}

@media (min-width:768px) and (max-width:991px){
    img.logo-footer {
        width: 95%;
    }
}

@media screen and (max-width:767px){
    img.logo-footer {
        width: 90%;
    }
}

@media (min-width:320px) and (max-width:575.98px){
    img.logo-footer {
        width: 90%;
    }
}
