.enquiry{background-color:hsla(0,0%,50%,.7);width:100%;height:100vh;position:fixed;top:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}.eform{position:relative;width:60%;background-color:#e1e1e1;padding:2em 0;border-radius:50px}.xbtn{position:absolute;right:-2%;top:-2%;display:flex;justify-content:center;align-items:center}.xbtn button{width:50px;height:50px;border-radius:50%;background-color:#ef233c;color:#fff;text-align:center;font-size:1.5rem}@media screen and (max-width:900px){.eform{width:90%;padding:2em 4em}}@media screen and (max-width:600px){.eform{width:90%;padding:2em .5em}}