@media (min-width: 320px) and (max-width: 767px) {
    .pop_inr{
	    width:100% !important;
	}
}




.enq_pop {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    z-index: 999;
    display: none;
    
}
.enq_pop_flex {
    height: 100%;
    justify-content: space-around;
}
.pop_inr {
    background: #fff url(../images/spices_bg.jpg) 0 0 / cover;
    padding: 5px;
    flex-basis: 45%;
    text-align: center;
    padding: 40px 0;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.9);
     border-radius: 10px;
     width: 30%;
    margin: 0 auto;
    
    margin-top: 25px;
     
}
.enq li input, .enq li textarea {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #ccc;
    height: 50px;
    padding: 0 10px;
    color: #333;
    padding: 10px;
}
.enq li{
    margin: 10px 0;
}
.fa-close {
    top: 10px;
    position: relative;
    background: rgba(255,255,255,0.9);
    width: 25px;
    line-height: 25px !important;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
.fa-close:hover{
     background: #f00;
    color: #fff;
}