/*******************page load popup******************/

.banner-popup {text-align:center;}
 
.banner-popup  p{color: #333;font-size: 14px;font-weight: bold;/* text-align: center; */margin-bottom: 10px;}

 .banner-popup  p span{color:#f00;text-transform: uppercase;font-size: 1.3em;font-weight: 800;}

.popupbx ul{padding-left: 15px;margin-bottom: 5px;}
.popupbx p font{color: #d30303;}
.popupbx li{font-weight: bold;}
.popupbx {width: 30%;height: auto;position: fixed;top: 28%;left: 10%;right: 10%;/* text-align: center; */border: 3px solid #d40202;margin: auto;background-color: #fff;padding: 25px;z-index: 6000;box-shadow: 0px -1px 20px 10px grey;opacity: 1;}

.clsbutton {position: absolute;right: 10px;top: 5px;font-size: 24px;cursor: pointer;color: #d30202;}

.banner-popup h4{font-weight: 700;}

@media screen and (max-width: 1024px) {
   

.popupbx {
   width: 46%;
   top: 61%;
   left: 3%;
   right: 3%;
}


}






/* Landscape */

@media only screen 

and (min-device-width: 768px) 

and (max-device-width: 1024px) 

and (orientation: landscape) 

and (-webkit-min-device-pixel-ratio: 2) {

.popupbx {
  
   top: 42%;
}



}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait)

{ 
.popupbx {
  
   top: 25%;
}

}