footer {
  background-color: #1f1b1c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px 0;
  bottom: 0;
  color: #fff;
}
@media (min-width: 300px){footer {padding: 55px 0px 0;}
@media (min-width: 576px){}
@media (min-width: 768px){}
@media (min-width: 992px){}
@media (min-width:1200px){
footer {
  background-color: #1f1b1c;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px 0;
  bottom: 0;
  color: #fff;
}
}
.footer-navigation h3 {
  margin: 0;
  font: normal 36px Cookie, cursive;
  margin-bottom: 20px;
  color: #fff;
}

.footer-navigation h3 a {
  text-decoration: none;
  color: #bdbdbd;
}

.footer-navigation h3 span {
  color: #5383d3;
}

.footer-navigation p {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-navigation p.company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}

@media (max-width:767px) {
  .footer-contacts {
    margin: 30px 0;
  }
}

.footer-contacts p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}

.footer-contacts p a {
  color: #5383d3;
  text-decoration: none;
}

.fa.footer-contacts-icon {
  background-color: #33383b;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  margin: 10px 15px 10px 0;
}

span.new-line-span {
  display: block;
  font-weight: normal;
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-about h4 {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

h4 {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.sept {
  display: block;
  margin-bottom: 20px;
  width: 55px;
  height: 3px;
  background-color: #b0b91b;
}

.full-width-sept {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 2px;
  background-color: #363233;
  margin: 20px 0;
}

.footer-about p {
  line-height: 1.5;
  color: #a9a7a8;
  font-size: 18px;
  font-weight: 400;
  margin: 20px 0;
  font-family: Poppins, sans-serif;
}

div.social-links {
  margin-top: 20px;
  color: #fff;
}

.social-links a.facebook {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #5d82d1;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.social-links a.twitter {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #40bff5;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.social-links a.g-play {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #eb5e4c;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.social-links a.linkedin {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #238cc8;
  border-radius: 50px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list li {
  margin: 0;
  padding: 3px 0;
  list-style-type: none;
}

.list li a {
  margin: 0;
  padding: 3px 0;
  color: #bdbdbd;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  text-decoration: none;
  font-size: 14px;
}

.list li a:hover {
  margin: 0;
  padding: 3px 0;
  color: #b0b91b;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}

.subscribe-btn {
  background-color: #b0b91b;
  color: #fff;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  border-radius: 0px;
  float: right;
  border: none medium;
}

.subscribe-btn:hover {
  background-color: #b0b91b;
  color: #fff;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  border-radius: 0px;
}

.footer-input {
  color: #fff;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  border-radius: 0px;
  float: right;
  background-color: #1f1b1c;
  border: none;
  border-bottom: 2px solid #403d3e;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
}

.footer-form-p {
  color: #b5b4b5;
  font-family: Poppins, sans-serif;
  padding: 10px 40px;
  margin-bottom: 20px;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}

.copy-msg {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 15px;
}

.policy-div {
  float: right;
  margin: 0px 0 15px;
}

.location-link {
  color: #dfdfdf;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.location-link:hover {
  color: #dfdfdf;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

