				.bg-modal, .bg-modal1, .bg-modal2, .bg-modal3, .bg-modal4, .bg-modal5{
                	position : fixed;
                	top : 0px;
                	left : 0px;
                	justify-content : center;
                	align-items : center;
                	display:none;
                	z-index : 500;
                	background-color: rgba(255,255,255,0.9);
                	width : 100%;
                	height : 100vh;
                }
                
                .model-content {                	
                	background-color : #021d3a;
                	border-radius : 8px;
                	text-align : center;
                	padding : 15px;
                	position : relative;
                	opacity : 1;
                }
                .pop-left-img{
					width:auto;
					height:300px;
				}
				.pop-left-img img{
					width:100%;
					height:100%;
				}
                input, .sel{
                	width : 65%;
                	display : block;
                	margin : 15px auto;
                }
                .sel{
                    margin-left:18%;
                }
                #close, #close1, #close2, #close3, #close4, #close5{
                	color : red;
                	position : absolute;
                	top :-12px;
                	margin-top:5px;
                	right : 10px;
                	font-size : 24px;
                	font-weight:bold;
                	transform : rotate(90deg);
                	cursor : pointer;
                }
                
                
                @media (max-width: 600px) {
                .bg-modal, .bg-modal1, .bg-modal2, .bg-modal3, .bg-modal4, .bg-modal5{
                    top: 0;
                    left: 0;
                    width:100%;
                    max-width: 100%;
                    height:100%;
                   }
                   .model-content {
                        top: 20vh;
                        left: 2vw;
                        margin-right: 10px;
                    }
                 }