.strip-contact {
  /* background-color: rgb(70, 70, 70); */
  background-color: #181616;
  width: 100%;
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 32px;
  padding-bottom: 20px;
  margin-top: 60px;
}
.strip-contact p {
  margin-bottom: 0;
  padding: 20px;
}
.strip-contact a {
  background-color: #ff4800;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 12px;
  border-radius: 4px;
}

.footer {
  display: flex;
  width: 100%;
  /* background-color: #272525; */
  background-color: #141212;
  padding: 10px 0px;
}
.footer i {
  padding-right: 5px;
}
.footer h3 {
  color: white;
}
.footer a {
  text-decoration: none;
  color: white;
  font-family: serif;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-menu {
  display: inline-block;
  width: 20%;
  margin: auto;
}
.footer-menu ul {
  list-style: none;
  padding: 0;
}
.footer-menu ul li {
  padding: 5px 0;
}
.bottom {
  text-align: center;
  /* background-color: rgb(10, 9, 9); */
  background-color: #000000e5;
  color: white;
  padding: 10px 0;
  font-size: 14px;
}
/* responsive */
@media screen and (max-width: 600px) {
  #quick-query {
    display: none;
  }
  .strip-contact {
    margin-top: 30px;
  }
  .bottom {
    padding: 10px 0;
    font-size: 14px;
  }
  .strip-contact {
    font-size: 24px;
  }
  .footer {
    display: block;
    padding: 10px 0;
  }
  .footer-menu {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
  }
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .footer {
    display: block;
    padding: 10px 0;
  }
  .footer-menu {
    width: 42%;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media only screen and (min-width: 801px) and (max-width: 1050px) {
  .footer {
    display: block;
    padding: 10px 0;
  }
  .footer-menu {
    width: 15%;
    margin-left: 8%;
    margin-right: 8%;
  }
}
