@charset "utf-8";
/* CSS Document */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
	body#signupbody{
		padding-bottom: 0px !important;
	}
	body#signupbody .container-fluid.pad-fix.signup {
    height: unset;
}
	body#signupbody footer {
     position: unset !important;
   
}
}
 
/*max-width:525*/
@media (max-width:525px){
	
	body#signupbody{
		padding-bottom: 0px !important;
	}
	body#signupbody footer {
     position: unset !important;
   
}
		body.innerbody.cust-hidden-xs{
		padding-bottom: 0px !important;
	}
	
}
@media (max-width:750px){
/*
		body.innerbody.cust-hidden-xs{
		padding-bottom: 0px !important;
*/
	}
@media (max-width:480px){}
	
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* STYLES GO HERE */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* STYLES GO HERE */
}

/* iPhone 5 (portrait &amp; landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (landscape)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {
/* STYLES GO HERE */
}
 
/* iPhone 5 (portrait)----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
/* STYLES GO HERE */
}

@media (max-width:330px){
	.make-box .col-xs-3.mobpng-xs {
		padding: 0px 12px;
	}

}

