@media only screen and (max-width: 575px){
  .pt-xs-5{
    padding-top: 3rem !important;
  }
  .opr-intro-img {
    display: none;
  }
  .footer-location {
    border: none;
}
.pt-xs-3{
  padding-top: 1.5rem !important;
}
}
@media only screen and (max-width: 991px){
/*  .footer-logo {
    float: none;
    margin-bottom: 10px;
}*/
}
@media only screen and (max-width: 767px){
  .support-heading {
    margin-bottom: 0;
}
.footer-logo-nmbr{
  border: none;
}
}