@media only screen and (min-width:1600px){
/*.LoginPage_wrapper {
   height: 100vh;
}*/
.Installer_signup {
	height: 100vh;
}
}

@media only screen and (min-width:1300px){
.customXlcontent {
    width: fit-content;
}
.application_data_justify {
justify-content: space-between;
}
.Billing_xl_data {
		width: 25%;
	}
}


@media only screen and (min-width: 992px){
	.Personal_Details, .Contact_Details, .Other_Details {
		height: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.pdlr-80 {
padding-left: 80px;
padding-right: 80px;
}
}


@media only screen and (max-width: 767px) {
	.mobile_menu {
		display: block;
	}
	.desktop_menu {
		display: none;
	}
	.mobile_menu .FooterMenu_wrapper {
    background-color: transparent;
    padding: inherit;
	}
	.mobile_menu .FooterMenu_wrapper img {
		margin-bottom: 10px;
	}
	.mobile_menu .footeTitle_btn_wrapper p {
	    text-transform: uppercase;
	}
	.site_data {
    margin-top: 30px;
}

	
}
@media only screen and (max-width: 575px) {
	.MainBtn {
		padding: 8px 26px;
	}
	.LoginCard_wrapper h3 {
		font-size: 18px;
	}
	.mobile_menu .footeTitle_btn_wrapper p {
		font-size: 16px;
		font-weight: 600;
	}
}

@media only screen and (max-width: 480px) {
	.customXlcontent {
		width: 100%;
	}
}