@charset "utf-8";
/* CSS Document */

/* THIS IS CSS*/
#container{background-color:#06F;width:100%;height:663px;}
.popup{width:99.8%;height:100%;background-color:#000;opacity:0.7;position:absolute;z-index:1;}
#popup_message{width:80%;height:80%;margin:7% 5% 7% 5%; background-color:#FFF;border-radius:5px;float:left;position:relative;z-index:10;padding:5%;}
#close_bttn{position:absolute;top: -21px;right: -20px;cursor: pointer;}
#heading{width:100%;font-weight:bolder;}
#heading p:nth-child(1){width:20%;float:left;margin:0 0 10% 0;}
#heading p:nth-child(2){width:80%;font-size:1.3em;}
#content{margin: 12% 0 10% 0;
text-align: left;
width: 100%;
line-height: 20px;
}
#need_help{width:100%;text-align:center;margin:15% 0 0 0;font-weight:bolder;}
#contact_no{width:100%;text-align:center;margin:2% 0 0 0;color:#0CF;}
#feedback{width:100%;text-align:center;margin:2% 0 0 0;color:#0CF;position: absolute;bottom: 5%;left: 0;font-size: 0.7em;}
#popup_message_dynamic{display:none;}
.mess_second{margin-top:5%;}
.mess_second span{color:#0CF;}
