/* common responsive start here  */
@media (max-width: 767px) {
  h2{
font-size:22px ;
  }
h3
{
  font-size: 20px;
}
h4
{
  font-size: 18px;
}
p
{
  font-size: 16px;
}
.viewall
{
  padding: 10px 10px;
}
}


/* footer responsive start */
@media (max-width: 767px) {
  .clip-bg {
    display: none;
  }

  .footer-copyright {
    padding-right: 0;
  }

  .ourbgcolor1 {
    padding: 49px !important;
  }
.footer-content-wrapper
{
  padding-top: 0;
  padding-bottom: 0;
}
  .footer-contact {
    position: relative;
    z-index: 2;
    color: #000;
    text-align: right;
    font-size: 14px;
      padding-right: 0;
  }

  .footer-copyright {
    position: relative;
    z-index: 2;
    color: #000;
    text-align: right;
    font-size: 10px;
  }
  .footer-links a {
  font-size: 16px ;
}
}

/* footer responsive end  */