.dim {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1049;
    display: none;
}
.popup-holder{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
}
.popup-holder .popupdim{display:block}
.popup-holder{
     z-index: 1050;
}

.popup-dim, .popupdim{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1049;
    display:none;
}
.popup{
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 98%;
    max-width: 750px;
    z-index: 1050;
    padding: 30px;
    display:none;
}
.popup-rating{
    padding: 20px 30px;
    margin-top: -20%;
}
.popup1{
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 98%;
    max-width: 500px;
    z-index: 1050;
    padding: 30px;
    display:none;
}
