.all-stores {
  padding: 30px 0px 20px 0px;
}
.all-stores .store-heading {
  padding: 20px 0px;
}
.all-stores .store-heading h1 {
  font-weight: 600;
  font-size: 28px;
}
.all-stores .store-boxs {
  border: 10px solid #f7f7f8;
  padding: 20px;
  overflow: hidden;
}
.all-stores .store-boxs .store-box {
  width: 135px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.all-stores .store-boxs .store-box .store-logo {
  max-width: 100px;
  height: 100px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}
.all-stores .store-boxs .store-box .store-logo img {
  width: 100%;
}
.all-stores .store-boxs .store-box .store-coup-name span {
  font-size: 13px;
}

.store-details {
  padding: 20px 10px;
  border: 10px solid #f7f7f8;
  margin-bottom: 30px;
}
.store-details .store-alpha {
  border: 10px solid #f7f7f8;
  padding: 20px;
  margin-bottom: 20px;
}
.store-details .store-alpha .btns a {
  font-size: 18px;
  text-decoration: none;
  color: #333;
}
.store-details .store-alpha .btns a button {
  width: 45px;
  height: 45px;
  margin: 5px 0px;
  background: transparent;
  border: 1px solid #404040;
  border-radius: 5px;
  cursor: pointer;
}
.store-details .store-para {
  border: 10px solid #f7f7f0;
  padding: 20px;
}
.store-details .store-para p {
  font-size: 14px;
}

.how-we-work .col-2 {
  padding: 0px 10px;
}
.how-we-work .how-heading {
  position: relative;
  z-index: 2;
  font-weight: 100;
  margin-bottom: 50px;
  font-family: "Noto sans";
}
.how-we-work .how-heading h1 {
  font-weight: 100;
  font-size: 45px;
  transition: all 0.4s ease-in;
}
.how-we-work .how-heading h1::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  background: #ededfa;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.how-we-work .how-boxs .col-4 {
  padding: 0px 10px;
}
.how-we-work .how-boxs .how-box {
  width: 100%;
  background: #fcfdff;
  height: 350px;
  padding: 0 20px;
  margin-bottom: 110px;
  background-attachment: fixed;
  border: 2px solid #ddd;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.how-we-work .how-boxs .how-box:hover {
  box-shadow: 0px 0px 5px 5px #ddd;
  border: 2px solid transparent;
}
.how-we-work .how-boxs .how-box .img-box {
  width: 130px;
  height: 130px;
  margin: 20px auto;
  border-radius: 50%;
  background-color: #ebefff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.how-we-work .how-boxs .how-box .img-box img {
  width: 70px;
  height: auto;
}
.how-we-work .how-boxs .how-box .how-details h6 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.how-we-work .how-boxs .how-box .how-details p {
  font-size: 16px;
  line-height: 1.5;
}
.how-we-work .how-boxs .how-box .how-details button {
  padding: 7px 13px;
  cursor: pointer;
  background-color: #000c2d;
  border: none;
  border-radius: 10px;
  color: white;
  font-family: "Noto sans", sans-serif;
  font-weight: bold;
  transition: all 0.4s ease;
  margin: 10px 0px;
}
.how-we-work .how-boxs .how-box .how-details button:hover {
  background-color: #4f6f04;
}

@media (max-width: 768px) {
  .all-stores .store-heading {
    text-align: center;
  }
  .all-stores .store-boxs .col-2 {
    flex: 0 0 calc(33.33% - 20px);
  }
  .how-boxs .col-4 {
    padding: 0;
    flex: 0 0 calc(50% - 20px);
  }
  .how-boxs .how-detail h6 {
    font-size: 18px;
    color: #000c2d;
    font-weight: bold;
    line-height: 1.5;
  }
  .how-boxs .how-detail p {
    font-size: 16px;
    line-height: 1.5;
  }
  .how-boxs .how-detail button {
    padding: 7px 13px;
    cursor: pointer;
    background-color: #000c2d;
    border: none;
    border-radius: 10px;
    color: white;
    font-family: "Noto sans", sans-serif;
    font-weight: bold;
    transition: all 0.4s ease;
  }
  .how-boxs .how-detail button:hover {
    background-color: #fff;
    color: #000c2d;
  }
}
@media (max-width: 600px) {
  .all-stores .store-heading h1 {
    font-size: 18px;
  }
  .all-stores .store-boxs .col-2 {
    flex: 0 0 calc(41.66% - 20px);
  }
  .how-we-work .how-heading {
    width: 100%;
    text-align: center;
  }
  .how-we-work .how-heading h1 {
    font-size: 2rem;
    background: #ededfa;
    transition: all 0.4s ease-in-out;
  }
  .how-we-work .how-heading h1::before {
    display: none;
  }
  .how-boxs {
    text-align: center;
    padding: 0px 20px;
  }
  .how-boxs .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .all-stores .store-boxs {
    padding: 10px 0;
  }
}
@media (max-width: 375px) {
  .all-stores .col-2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .how-boxs .col-4 {
    flex: 0 0 auto;
    width: 100%;
  }
}/*# sourceMappingURL=allstores.css.map */