.loanbtn{
	margin: 1%;
}

.textloanshead {
    color: black;
    font-size: 1em;
    font-style: italic;
    padding: 1em;
    margin-top: 1em;
    font-weight: 800;
    text-align: justify;
	background: white;
}

.labelText{
	color:black;
}

.phone {
    font-size: 1em;
    padding: 1em;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
}

.whatsappp {
    font-size: 1em;
    padding: 1em;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
}

.callbackholder {
    padding: 1em;
    font-size: 1em;
}

div#buttonsPanel {
    margin: 1em;
    text-align: center;
    vertical-align: middle;
    padding-top: 5em;
}

.homepageimage {
    background-image: url(/assets/img/backgroundnew.jpg);
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

@media only screen and (min-width: 1200px) {
  .homepageimage {
    background-image: url(/assets/img/backgroundnew.jpg);
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
	height: 50em;
}
}

.custompara {
    padding: 1em;
    font-size: 1em;
    color: blue;
}