.findourstoresection {
  padding: 50px 0;
  background-color: #F5F5F5;
}
@media (min-width: 1200px) {
  .findourstoresection {
    padding: 80px 0;
  }
}
@media (min-width: 1400px) {
  .findourstoresection {
    padding: 100px 0;
  }
}
.findourstoresection .content-wrap .map-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  --bs-gutter-y: 25px;
}
@media (min-width: 992px) {
  .findourstoresection .content-wrap .map-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.findourstoresection .content-wrap .title {
  color: #E12827;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .findourstoresection .content-wrap .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .findourstoresection .content-wrap .title {
    font-size: 40px;
  }
}
.findourstoresection .content-wrap .left-content-area .logo-wrap {
  margin-bottom: 50px;
}
.findourstoresection .content-wrap .left-content-area .logo-wrap figure {
  padding-bottom: 31%;
}
.findourstoresection .content-wrap .left-content-area .stores-details ul {
  list-style-type: none;
  padding-left: 0;
}
.findourstoresection .content-wrap .left-content-area .stores-details ul span.icon {
  width: 100%;
  max-width: 22px;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
}
@media (min-width: 1400px) {
  .findourstoresection .content-wrap .left-content-area .stores-details ul span.icon {
    max-width: 32px;
    margin-right: 32px;
  }
}
.findourstoresection .content-wrap .left-content-area .stores-details ul span.icon img {
  width: 100%;
}
.findourstoresection .content-wrap .left-content-area .stores-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (min-width: 1400px) {
  .findourstoresection .content-wrap .left-content-area .stores-details ul li {
    font-size: 22px;
  }
}
.findourstoresection .content-wrap .left-content-area .stores-details ul li:last-child {
  margin-bottom: 0;
}
.findourstoresection .content-wrap .left-content-area .stores-details ul li .text-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.findourstoresection .content-wrap .left-content-area .stores-details ul li .text-field a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
@media (hover: hover) {
  .findourstoresection .content-wrap .left-content-area .stores-details ul li .text-field a:hover {
    color: #25D366;
  }
}
.findourstoresection .content-wrap .left-content-area .stores-details .btn-primaryNew {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 100px;
  padding: 14px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #25D366;
  border: none;
  gap: 10px;
  color: #fff;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
@media (hover: hover) {
  .findourstoresection .content-wrap .left-content-area .stores-details .btn-primaryNew:hover {
    background-color: #04702c;
  }
}
.findourstoresection .content-wrap .left-content-area .stores-details .btn-primaryNew .whatsapp-icon {
  max-width: 24px;
}
.findourstoresection .content-wrap .left-content-area .stores-details .btn-primaryNew .whatsapp-icon svg {
  width: 100%;
}
.findourstoresection .content-wrap .right-content-area .map-image figure {
  width: 100%;
  height: 100%;
  padding-bottom: 69%;
}