#popm,#popm1,#popm2,#popm3 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
   
}


.single-form{
    overflow: hidden;
    position: relative;
}
.cardeve{
    border-radius: .5rem;
    padding: .5rem;
    width: 90%;
    margin: 0 auto;
    animation: slide 250ms 125ms ease-in-out both;
    
}

#div1,#div1st,#div1Pi1,#div1Pi2,#div1Pi3
,#div1Pi4,#div1Es1,#div1Es2,#div1Es3,
#div1Es4,#div1Es5{
    display: block;
}
#div2,#div2st,#div2Pi,#div2Es{
    display: none;
}
#div3,#div3st,#div3Pi,#div3Es{
    display: none;
}
#div4,#div4st,#div4Pi,#div4Es{
    display: none;
}
@media only screen and (max-width: 400px) {
    #popm,#popm1,#popm2,#popm3 {
    background-color: rgba(0, 0, 0, 0.2);

    }
  }