/* styling for footer */
.mt_30 {
  margin-top: 30px !important;
}
.mt_30 .col-md-2 {
  padding: 0 15px 0 0 !important;
}
.mt_0 {
  margin-top: 0px !important;
}
.lj-footer {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  background: #000;
}
.lj-footer .footer .container {
  padding: 0 !important;
}
.footer .footer-block>h4{
  font-size: 16px;
  font-weight: bold;
}
.footer>li {
  width: 100%;
  margin-bottom: 15px;
  line-height: 1.0em;
}
.footer .footer-block>ul{
  padding: 0 0 10px 0;
}
.footer .footer-block>ul>li>a{
  color: #ccc !important;
  line-height: 1;
  font-size: 16px;
}
.footer-border-line {
  border: solid 2px #575757;
  border-top: none;
}
.footer-img {
  height: auto;
}
.footer .footer-policy>ul>li{
  padding-left: 20px;
  list-style: none;
  float: left;
}
.footer .footer-policy>ul>li>a{
  color: #ccc !important;
  text-decoration: none;
  font-size: 15px;
}
.footer .footer-policy a{
  color: black;
  text-decoration: none;
}
.tab-w-30 {
  width: 30px;
}
.tab-w-35 {
  width: 35px;
}
.container .col-md-12 .col-md-6 {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
/* end footer styling  */

@media screen and (max-width: 767px) {
  .footer .laptop{
    display: none !important;
  }
  .lj-footer {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .footer .tablet{
    display: none !important;
  }
}