.modal {
      	color: black;
 	text-align: center;
}
.modal-footer {
    justify-content: center;
}
.modal-body{
	text-align: left;
	font-size: 15px;
}
.modal-body input{
	margin-right: 6px;
}
#showpopup{
	display:none;
}
@media (max-width: 767px) {
	#exampleModal {
		padding: 0 6vw !important;
	}
	#exampleModal .col{
		flex-basis: 248px;
	}
}