#dppe-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:100px 20px;overflow:auto;
}



#dppe-popup-container {
    background: #fff;
    /*padding: 30px;*/
   /* max-width: 100%;
    width: 100%;*/
    /*position: relative;*/
    z-index: 9999;
    box-shadow: none;
	margin-top: 20px;
    position: relative;
	margin-bottom:50px;
}


#dppe-close {
    margin-top: 15px;
    padding: 8px 16px;
    background: #333;
    color: #000;
    border: none;
    cursor: pointer
		width:100px;
}


#dppe-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 1em 2em;
    border-radius: 10px;
    font-size: 16px;
}
.elementor.elementor-11655 {
    display: block !important;
}
.elementor-11655{display:block !important;}


@media screen and (max-width: 1024px) {
#dppe-popup-container {
  
    position: absolute;
    width: 95%;
    top: 50px;
	
}

	.w-pop-bg{background:#0202029C !important}
}
@media screen and (max-width: 490px) {
#dppe-popup-container{margin-top:20px;box-shadow:none;}
	.w-popup-header{background: #666666;}
}
	
	
