.footer-widget .container-fluid h4 {
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #6C757D;
  text-transform: uppercase;
}

.footer-widget .container-fluid form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget .container-fluid form .form-group {
  width: 55%;
}

.footer-widget .container-fluid form .form-group input {
  width: 100%;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-widget .container-fluid form button {
  background: #e62e04;
  border: 1px solid #e62e04;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-widget .container-fluid .play_store_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widget .container-fluid .play_store_img a img {
  width: 140px;
}

.footer-widget .container-fluid .play_store_img a:first-child {
  margin-right: 10px;
}

.footer-widget .container-fluid .contact select {
  width: 100%;
  padding: 5px 7px;
  margin-bottom: 5px;
  outline: none;
  border-radius: 6px;
}

.footer-widget .container-fluid li {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .footer-widget .container-fluid form .form-group {
    width: 70%;
  }
}

@media screen and (max-width: 600px) {
  .footer-widget .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 375px) {
  .footer-widget .container-fluid .contact ul {
    display: block !important;
  }
  .footer-widget .container-fluid .contact ul li {
    margin: 0 !important;
  }
  .footer-widget .container-fluid .contact ul:last-child {
    margin-top: 10px !important;
  }
}

footer .copy_right {
  font-size: 13px;
}

footer .copy_right p {
  font-size: 13px;
  font-family: system-ui;
}

footer .copy_right a {
  color: #e62e04;
}

footer .social li {
  width: 35px;
  height: 35px;
}

footer .social li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffff;
  font-size: 17px;
  border-radius: 50%;
}

footer .social li a.facebook {
  background: #3b5998;
}

footer .social li a.twitter {
  background: #00acee;
}

footer .social li a.instagram {
  background: #405de6;
}

footer .social li a.youtube {
  background: #c4302b;
}

footer .social li a.linkedin {
  background: #0A66C2;
}
/*# sourceMappingURL=footer.css.map */