/*
RESPONSIVE MEDIA QUERIES
=============================== */
@media only screen and (max-width: 767px) {		 
 	
 	.activityWrap.uploadImagePopuContent{
 		width: 95%;
 	}
 	.emailSubscriptionCountriesdescription{
 		width: 98% !important;
 	} 	 	
	
	input[type="checkbox"], input[type="radio"] {

  	height: initial;
  	margin: initial;
  	padding: initial;
  	width: initial;
  	display: initial;
  }
}