.respond{
	max-width: 100%;
}

.title_head{
	color: #000; 
	font-weight: bold; 
	font: 36px/50px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


.box h3{ 
	padding-left: 40px;
}

.jcf-select{
	display: block;
	height: 40px;
	line-height: 40px;
	padding-top:5px;
	border: 1px solid #ddd;
}

.jcf-reset-appearance{
	line-height: 40px;
}

#error{
	color:#f00;
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 450px) {
	.top-social{
		display: none;
	}
	
	.w-logo{
		max-width:250px;
	}
	
	.loader-holder img
	
}



@media only screen and (max-width: 350px) {
	
	
	.logo-loader{
		width:60% !important;
		margin: 0 auto 20px auto !important;
		display: block !important;
	}
	
	.w-logo{
		margin-top: 4px;
		max-width:190px;
	}
	
}
