.storesection {
   background-image: url(http://dcpwebsite.azurewebsites.net/wp-content/uploads/2021/03/patterns.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  padding:70px 0;
}


.storeh1 {
  font-family: "Lato";
  text-transform:uppercase;
  font-size:30px;
  color: #100D5C;
}

.storeselect {
  width: 100%;
    line-height: 1;
    border: 1px solid #BEBCB;
  outline:none;
    background:white;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    font-family: "Lato";
}

.selectBg {
  background-color:white;
  border-radius:5px;
  padding:40px;
}

@media only screen and (max-width:1024px) {
  .selectBg {
    padding:10px;
  }
}
.hiddenname{
    display:none;
}