.footer-2 {
  color: white;
  /*   background-color: #eb0028; */
  background-color: unset;
  background-image: url("../images/BG-footer.png");
  background-size: cover;
  padding: 4rem 0 0 0;
  margin-top: 70px;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
}
.footer-2 .followus {
  position: absolute;
  right: 14%;
  top: -6%;
  display: flex;
  align-items: center;
}
.footer-2 .followus-title {
  position: relative;
  color: black;
  font-size: 26px;
  font-weight: 400;
  margin-right: 1rem;
}
.footer-2 .followus-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1vw;
  width: 4.5vw;
  height: 2px;
  background-color: #eb0028;
}
.footer-2 .followus .social {
  display: flex;
  align-items: center;
}
.footer-2 .followus .social a {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px #eb0028 solid;
  border-radius: 50px;
  color: #eb0028;
  margin-right: 1vw;
}
.footer-2 .followus .social a:hover {
  color: white;
  background-color: #eb0028;
}
.footer-2 .titletext {
  font-size: 18px;
  font-weight: 400;
  color: white;
}
.footer-2 a {
  color: white;
}
.footer-2 ul {
  padding: 0;
}
.footer-2 li {
  list-style-type: none;
  padding: 0.15rem 0;
}
.footer-2 li a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: white;
}
.footer-2 li a:hover,
.footer-2 .termnpolicy .text a:hover {
  transition: 0.3s ease;
  color: white;
}

.footer-2 .logo {
  margin-bottom: 1rem;
}
.footer-2 .logo img {
  width: 135px;
}
.footer-2 .info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-2 .info .address,
.footer-2 .info .tel,
.footer-2 .info .email {
  padding: 0.2rem 0;
  font-size: 18px;
}
.footer-2 .info .address {
  width: 65%;
}
.footer-2 .info .tel,
.footer-2 .info .email {
  font-size: 18px;
  font-weight: 300;
}
.footer-2 button {
  font-size: 20px;
}

.footer-2 .footer-end {
  font-size: 14px;
  font-weight: 300;
  padding: 0 0 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-2 .footer-end a {
  padding: 0 1rem;
  color: #ffffff;
  text-decoration: none;
}
.footer-2 .footer-end a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .footer-mb {
    border-top: 1px #dfdfdf solid;
    z-index: 101;
    height: 76px;
    display: flex;
    align-items: center;
    background: #ffffff;
  }

  .footer-mb-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
  }
  .noborder,
  .footer-mb-text .text .noborder {
    border-right: none;
  }
  .footer-mb-box .text {
    font-size: 11px;
    text-align: center;
  }
  .footer-mb-box .img {
    width: 25px;
    padding-bottom: 0.25rem;
    position: relative;
  }
  .footer-mb-box .img .noti {
    font-size: 12px;
    color: white;
    background: #21b3a0;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    display: grid;
    place-items: center;
    position: absolute;
    right: -8px;
    bottom: -2px;
  }

  .whyshop-productdt-pad .whyshop {
    padding: 30px 0 11rem 0;
  }
  .whyshop {
    padding: 30px 0 100px 0;
  }
  .whyshop .box {
    flex-direction: column;
    justify-content: flex-start;
    width: 25%;
    padding: 0 0.5rem;
  }
  .whyshop .box img {
    width: 40px;
    margin: 0 0 0.75rem 0;
  }
  .whyshop .box .text {
    font-size: 12px;
    text-align: center;
  }
  .footer-whyshop-title .text,
  .footer-whyshop-logo .text {
    font-size: 12px;
    text-align: center;
  }
  .footer-whyshop-title .text {
    width: 7rem;
    padding: 0;
  }
  .footer-whyshop-logo {
    justify-content: space-between;
  }
  .footer-whyshop-logo .logo {
    width: 40px;
  }
  .footer-whyshop-title {
    padding: 0 0 22px 0;
  }

  .footer-mb-logo {
    width: 100px;
  }
  .footer-mb-logo img {
    width: 100%;
  }
  .footer-mb-social {
    display: flex;
    justify-content: center;
  }
  .footer-mb-social a {
    width: 30px;
    margin: 0 0.5rem;
  }
  .footer-mb-social img {
    width: 100%;
  }
  .footer-mb-text {
    text-align: center;
    padding: 1rem 0;
  }
  .footer-mb-text .text a,
  .footer-mb-text .text {
    font-size: 12px;

    text-align: center;
  }
  .footer-mb-text .text a {
    padding: 0 2%;
    border-right: 1px #9b9794 solid;
    text-decoration: underline;
  }
  .BG-footer-mb {
    margin-bottom: 76px;
  }
  footer a {
    color: white;
  }
  footer {
    color: white;
    background-color: #eb0028;

    padding: 35px 0;
  }
  footer .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
  }

  footer .titletext {
    font-size: 22px;
    font-weight: 500;
    font-family: "Mitr", sans-serif;
  }
  footer .info .mb-box-width {
    padding: 0 9%;
  }
  footer .info .address {
    line-height: 1.5;
    text-align: center;
    padding: 0 10%;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) {
  .footer-2 .followus {
    right: 9%;
  }
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .footer-2 .followus {
    right: 12%;
  }
}
