/*---<CSS For Added Footer Section>---*/
section#added-footer-wrapper {}

.added-footer.row {
  background: #000;
  padding: 20px;
}

.foot-details p {
  color: #fff;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
}


/*bottom footer*/
section#bottom-footer-box {}

.main-footer.row {
  background: #fff;
  padding: 0px 20px;
  border-top: 5px solid #bebebe;
}

.copyright {}

.copyright p {
  font-size: 13px;
  color: #333;
  float: left;
  margin-top: 7px;
  line-height: 20px;
}

.site-by {}

.site-by p {
  font-size: 13px;
  color: #333;
  float: right;
  margin-top: 7px;
}

.site-by a {
  font-size: 13px;
  color: #333;
}

.site-by a:hover {
  color: #333;
  text-decoration: underline;
}

@media(max-width:767px) {
  .foot-details p {
    line-height: 25px;
  }

  p.address-details {
    line-height: 25px;
  }
}

@media(max-width:550px) {
  .site-by p {
    float: left;
    margin-top: 2px;
  }
}

#footer .mainhome {
  display: none !important;
}


/*---<CSS For Added Footer Section>---*/