.footer {
  padding: 55px 0 50px 0;
  position: relative;
  overflow: hidden;
}
.footer::after {
  content: "";
}
.footer .footer_logo_content {
  width: 80%;
  text-align: center;
}
.footer .footer_logo_content img {
  margin-bottom: 15px;
  width: 150px;
}
.footer p {
  color: #000 !important;
  font-size: 1rem;
  line-height: 25px;
}
.footer .footer_logo,
.footer .footer_follow,
.footer .footer_links,
.footer .footer_conten,
.footer .download-app {
  position: relative;
  z-index: 2;
}
.footer .footer_logo {
  text-align: center;
}
.footer .footer_conten p {
  text-align: center;
}
.footer h5 {
  color: #000 !important;
  font-family: sukarbl;
  font-size: 1.1rem;
}
.footer .footer_links h5 {
  margin-bottom: 25px;
  text-align: center;
}
.footer .footer_links ul {
  align-items: center;
  text-align: center;
}
.footer .footer_links ul li {
  width: 100%;
  margin-bottom: 20px;
}
.footer .footer_links ul li a {
  color: #000 !important;
}
.footer .footer_follow h5 {
  text-align: left;
  color: #000 !important;
  font-family: sukarbl;
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.footer .footer_follow ul li {
  margin: 0 10px;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.footer .footer_follow ul li .wrap {
  margin-left: 15px;
}
.footer .footer_follow ul li i {
  color: #728e92;
  font-size: 1.5rem;
}
.footer .footer_follow ul li p {
  margin: 0;
  font-size: 1.1rem;
  text-align: left !important;
  direction: ltr;
}
.footer .download-app {
  margin-top: 50px;
}
.footer .download-app a {
  display: inline-block;
  width: 100px;
  margin: 5px;
}
.new-serv-card {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  min-height: 500px;
}
.new-serv-card .card-title {
  font-size: 1.4rem;
  font-family: sukarbo;
}
.new-serv-card .card-text {
  font-size: 1.1rem;
  color: #000;
  line-height: 35px;
}

@media (max-width: 600px) {
  .footer .footer_logo_content {
    width: 100%;
  }
  .footer .footer_logo_content img {
    width: 100px;
  }
  .footer p {
    line-height: 23px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=newstyle.css.map */
