.events-listing li {
		float: left;
	}
	.w38{
		width:38.4%;
	}
	.textMain .registerManus li select.w95,.w95{
		width:95%;
	}
	.w5{
    	width: 9% !important;
	}
	.participants-name, .participants-email {
    	width: 95% !important;
	}	
	.participants-col {
		display: block;
		float: left;
		width: 30%;
		padding-top: 10px;    		
	}
	/*.submit_btn {
    	width: 20%;
	}*/
	.textMain .registerManus li {
		font-size: 15px !important;
	}
	.info-msg {
		margin: 10px 0;
		padding: 10px;
		border-radius: 5px 5px 5px 5px;
		color: #059;
		background-color: #BEF;
		text-align: center;
		font-weight: 300;
	}
	::placeholder {
	  color: #ccc;
	  opacity: 1; /* Firefox */
	}

	::-ms-input-placeholder { /* Edge 12 -18 */
	  color: #ccc;
	}
	#title,#country_id,#state_id,#city_id,#no_of_tickets,#no_of_tickets_kids{	
    padding: 6px 10px;
    margin: 3px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    font: 400 15px / 15px "Heebo", sans-serif;
    color: #434343;	
	background: #fff;
	}
	#title,#country_id,#state_id,#city_id{
		width:100%;
	}
	
	.textMain .registrationWrap li.attending_txt{width:96%;}
	.textMain .registrationWrap li.center{text-align:center;}
	.participants-col,.participants-col-kids{
		width:36%;
		float:none;
		display:inline-block;
	}
	.ptitle{
		border: 1px solid #ccc;
		box-sizing: border-box;
		border-radius: 5px;
		font: 400 15px / 15px "Heebo", sans-serif;
		color: #434343;
	}
	.error{font-size:14px;}

.register a {   
    padding: 6px 16px;
    background: #b9050e;
    letter-spacing: .5px;
    border-radius: 30px;
    font: 600 15px/15px "Heebo", sans-serif;
    color: #fff;
   -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    margin: 0 auto;
    cursor: pointer;
	}
	.register a:hover {
		background: #0d648f;
		color: #fff;
		text-decoration:none;
	}
	.eventMain{
		padding: 10px 15px;
		border: 1px solid #96dff1;
		margin-bottom: 20px;
	}
	.meetingCaption a{font-size:20px;}
	
.leftCol,.rightCol{
	display:inline-block;
	width: 20%;
}
.title_w15{
	width:15%;
}
.text-left{
	text-align:left;
	margin-left:26px;
}

@media (max-width: 480px) {
	.text-left {	
	margin-left: 0px;
	}
	
	.leftCol{	
		width: 100%;
	}
	.title_w15{
		width:36%;
	}
	.title_w15 select{
		padding:5px 0 !important;
	}
	.participants-col{
		width:36%;
	}
	.participants-col.gfn{
		width:63%;
	}
	.rightCol{
		width:33%;display:inline-block;
	}
	
	.participants-col-kids{
		width:100% !important;
	}
}