/*-------------- Bechabge Area Start  ------------*/
.store-list-area {
  padding: 3.125rem 0; }
.store-list-area  .container{
max-width: 1280px;
}
.store-list-area  .area__title h2 {
margin-bottom: 1.25rem;
color: #1C191A;
font-size: 2.2rem;
font-weight: 700;
line-height: 114.286%;
letter-spacing: 0;
}
  .store-list-area .store-list__wrapper {
    position: relative; }
    .store-list-area .store-list__wrapper .store-list_shp {
      position: absolute;
      top: -10rem;
      left: -6.25rem;
      width: 4.6875rem;
      z-index: -1; }
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .store-list-area .store-list__wrapper .store-list_shp {
          left: 0; } }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
        .store-list-area .store-list__wrapper .store-list_shp {
          left: 0; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .store-list-area .store-list__wrapper .store-list_shp {
          left: 0;
          width: 3.75rem; } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .store-list-area .store-list__wrapper .store-list_shp {
          left: 0;
          width: 3.75rem;
          top: -6.25rem; } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .store-list-area .store-list__wrapper .store-lists_shp {
          left: 0;
          width: 3.125rem;
          top: -6.25rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .store-list-area .store-list__wrapper .store-list_shp {
          top: -8.4375rem;
          left: 0;
          width: 3.125rem; } }

/*-------------- Bechabge Area End  ------------*/

/*-------------- store-address Card Component Start  ---- --------*/
.store-address__card {
  display: flex;
  align-items: flex-start;
  border: 0.0625rem solid #DFE1E2;
  padding: 1.875rem 1.5625rem;
  border-radius: 0.5rem;
  box-shadow: 0rem 0.0625rem 0.125rem 0rem rgba(28, 25, 26, 0.04);
  position: relative;
  margin-bottom: 2.125rem;
  transition: .2s; }
  @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
    .store-address__card {
      padding: 1.5625rem; } }
  @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
    .store-address__card {
      padding: 1.375rem; } }
  @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
    .store-address__card {
      padding: 1.25rem; } }
  @media (min-width: 75rem) and (max-width: 81.1875rem) {
    .store-address__card {
      padding: 1.25rem; } }
  @media (min-width: 62rem) and (max-width: 74.9375rem) {
    .store-address__card {
      padding: 0.9375rem; } }
  @media (min-width: 48rem) and (max-width: 61.9375rem) {
    .store-address__card {
      padding: 1.25rem;
      margin-bottom: 1.5625rem; } }
  @media only screen and (max-width: 47.9375rem) {
    .store-address__card {
      display: block;
      padding: 1.25rem; } }
  .store-address__card::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    border: 0.25rem solid #0351A3;
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: .2s; }
  .store-address__card:hover::after {
    opacity: 1;
    visibility: visible; }
  .store-address__card:hover h3 {
    text-decoration: underline; }
  .store-address__card:focus::after {
    opacity: 1;
    visibility: visible; }
  .store-address__card:focus h3 {
    text-decoration: underline; }
  .store-address__card:active::after {
    opacity: 1;
    visibility: visible; }
  .store-address__card:active h3 {
    text-decoration: underline; }
  .store-address__card .store-address__thumb {
    width: 15.625rem;
    position: relative;
    z-index: 2; }
    .store-address__card .store-address__thumb img {
      width: 100%;
      border-radius: 0.625rem; }
    @media (min-width: 100rem) and (max-width: 106.1875rem) {
      .store-address__card .store-address__thumb {
        width: 15rem; } }
    @media (min-width: 100rem) and (max-width: 106.1875rem) {
      .store-address__card .store-address__thumb {
        width: 14.375rem; } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .store-address__card .store-address__thumb {
        width: 14.375rem; } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .store-address__card .store-address__thumb {
        width: 27.75rem; } }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .store-address__card .store-address__thumb {
        width: 28.5rem; } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .store-address__card .store-address__thumb {
        width: 15.25rem; } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .store-address__card .store-address__thumb {
        width: 20rem; } }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .store-address__card .store-address__thumb {
        width: 34.25rem; } }
    @media only screen and (max-width: 47.9375rem) {
      .store-address__card .store-address__thumb {
        width: 100%;
        margin-bottom: 0.9375rem; } }
  .store-address__card .store-address__text {
    width: calc(100% - 39.625rem);
    padding-left: 1.5625rem;
    position: relative;
    z-index: 2; 
    margin-top: 2rem;
}
    @media (min-width: 100rem) and (max-width: 106.1875rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 15rem); } }
    @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 14.375rem); } }
    @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 13.75rem); } }
    @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 12.5rem); } }
    @media (min-width: 75rem) and (max-width: 81.1875rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 40.25rem); } }
    @media (min-width: 62rem) and (max-width: 74.9375rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 23rem);
        padding-left: 0.9375rem; 
        margin-top: 1.5rem;
} }
    @media (min-width: 48rem) and (max-width: 61.9375rem) {
      .store-address__card .store-address__text {
        width: calc(100% - 11.25rem);
        padding-left: 1.25rem; 
        margin-top: 2rem;
} }
    @media only screen and (max-width: 47.9375rem) {
      .store-address__card .store-address__text {
        width: 100%;
        padding-left: 0; } }
    .store-address__card .store-address__text h3 {
      color: #151112;
      font-size: 1.65rem;
      font-weight: 700;
      line-height: 128.571%;
      /*  */
      transition: .2s; }
      
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.5625rem; } }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.5rem; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.375rem; } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.5rem; } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.25rem; } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.125rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.375rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .store-address__card .store-address__text h3 {
          font-size: 1.25rem; } }
    .store-address__card .store-address__text p {
      color: #1C191A;
      font-size: 1.15rem;
      font-weight: 400;
      line-height: 140%;
      /*  */ }
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
        .store-address__card .store-address__text p {
          font-size: 1.125rem; } }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
        .store-address__card .store-address__text p {
          font-size: 1.125rem; } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
        .store-address__card .store-address__text p {
          font-size: 1.125rem; } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
        .store-address__card .store-address__text p {
          font-size: 1rem; } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
        .store-address__card .store-address__text p {
          font-size: 1rem; } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
        .store-address__card .store-address__text p {
          font-size: 1rem; } }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
        .store-address__card .store-address__text p {
          font-size: 1.125rem; } }
      @media only screen and (max-width: 47.9375rem) {
        .store-address__card .store-address__text p {
          font-size: 1.125rem; } }
  .store-address__card.store-address--card--two::after {
    border-color: #FFBF00 !important; }
  .store-address__card.store-address--card--three::after {
    border-color: #34AD65 !important; }
  .store-address__card.store-address--card--four::after {
    border-color: #FF8C00 !important; }


    .store-address__card .services-offered__text {
      width: calc(100% - 53.625rem);
      padding-left: 1.5625rem;
      position: relative;
      z-index: 2; 
      margin-top: 2rem;
}
.store-address__card .services-offered__text ul{
list-style: disc;
padding-left: 2rem;
}
      @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 15rem); } }
      @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 14.375rem); } }
      @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 38.75rem); } }
      @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 37.5rem); } }
      @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 46.25rem); } }
      @media (min-width: 62rem) and (max-width: 74.9375rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 33rem);
          padding-left: 0.9375rem; 
          margin-top: 1.5rem;
} }
      @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .store-address__card .services-offered__text {
          width: calc(100% - 25.25rem);
          padding-left: 1.25rem; 
          margin-top: 2rem;
} }
      @media only screen and (max-width: 47.9375rem) {
          .store-address__card .services-offered__text {
          width: 100%;
          padding-left: 0; } }
          .store-address__card .services-offered__text h3 {
        color: #151112;
        font-size: 1.65rem;
        font-weight: 700;
        line-height: 128.571%;
        /*  */
        transition: .2s; }
        
        @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .store-address__card__card .services-offered__text h3 {
            font-size: 1.5625rem; } }
        @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.5rem; } }
        @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.375rem; } }
        @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.5rem; } }
        @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.25rem; } }
        @media (min-width: 62rem) and (max-width: 74.9375rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.125rem; } }
        @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.375rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .store-address__card .services-offered__text h3 {
            font-size: 1.25rem; } }
            .store-address__card .services-offered__text p {
        color: #1C191A;
        font-size: 1.15rem;
        font-weight: 400;
        line-height: 140%;
        /*  */ }
        @media (min-width: 100rem) and (max-width: 106.1875rem) {
          .store-address__card .services-offered__text p {
            font-size: 1.125rem; } }
        @media (min-width: 93.75rem) and (max-width: 99.9375rem) {
          .store-address__card .services-offered__text p {
            font-size: 1.125rem; } }
        @media (min-width: 87.5rem) and (max-width: 93.6875rem) {
          .store-address__card .services-offered__text p {
            font-size: 1.125rem; } }
        @media (min-width: 81.25rem) and (max-width: 87.4375rem) {
          .store-address__card .services-offered__text p {
            font-size: 1rem; } }
        @media (min-width: 75rem) and (max-width: 81.1875rem) {
          .store-address__card .services-offered__text p {
            font-size: 1rem; } }
        @media (min-width: 62rem) and (max-width: 74.9375rem) {
          .store-address__card .services-offered__text p {
            font-size: 1rem; } }
        @media (min-width: 48rem) and (max-width: 61.9375rem) {
          .store-address__card .services-offered__text p {
            font-size: 1.125rem; } }
        @media only screen and (max-width: 47.9375rem) {
          .store-address__card .services-offered__text p {
            font-size: 1.125rem; } }
            
  
