
.popup_cont{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(69, 69, 69, 0.8);
	z-index: 1000;
	display: flex;
}
.popup_modal{
	background: linear-gradient(192.47deg, #F3F3F3 -4.35%, #ACBBC1 71.77%);
	
	width: 50vw;
	min-width: 550px;
	max-width: 700px;
	min-height: 320px;
	background-color: white;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
	
}


.hand{
	cursor: pointer;
}
.popup_cont .readout{
	font-size: 12px;
	line-height: 14px;
}
.mT1{
	margin-top: 10px;
}
.popup_x{
	width: 24px;
	height: 22px;
	background-color: white;
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 16px;
}
.popup1{
	display: grid;
	grid-template-columns: 240px auto;
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 40px;
	font-size: 14px;
	line-height: 20px;
}
.popup2{
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.popup3{
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.plogo{
	padding-top: 30px;
	width: 300px;
	margin: auto;
	-webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
          filter: invert(100%);
}
.popup3 h3{
	width: 300px;
	margin: auto;
}
.p2img{
	margin-top: -20px;
}
.pop1LeftSide{
	display: flex;
/* 	align-items: center; */
}
.roundImage{
	
	overflow: hidden;
	border-radius: 100px;
	width: 200px;
	height: 200px;
}
.roundImage img{
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.popup_cont .btn1{
	background-color: black;
	color: white;
	padding: 10px 30px;
	text-align: center;
	display: inline-block;
	border-radius: 35px;
	margin-top:20px;
	font-size: 14px;
	font-weight: 600;
}
.popup_cont .btn1:hover{
	color: black;	
	background-color: white;
}
.popup_cont .btn1.big{
	padding: 20px 30px;
}
.ppadT1{
	padding-top: 10px;
}

@media only screen and (max-width: 600px) {
 	.popup_modal{
		width: 96%;
		min-width: 300px;
	}
	.popup1{
		display: block;
		margin: 10px 30px 10px 30px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.roundImage{
		margin: auto;
		margin-bottom: 20px;
	}
}
