@media (max-width: 500px) {
	.btnstyle {
		width: 100%;
	}
}

@media (min-width: 501px) {
	.btnstyle {
		width: 500px;
	}
}

/* 
.makecenter {
	text-align: center;
} */

.btnstyle {
	border-radius: 50px;
}

.btnstyle:hover {
	background-color: red !important;
}


.lblplain {
	font-weight: 500 !important;
}

.ptexts {
	text-align: justify !important;
}

.select2 .select2-results {
	font-size: 12px !important;
}
