/* ulrc400305 */
.ulrc400305.bannersec {
    background:url(../images/Secured-loans-banner-Ov2.jpg);
    min-height: 679px;
    position: relative;
    align-items: center;
    display: flex;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    background-position: center bottom;
    background-size: cover;
	padding: 50px 0;
}

.ulrc400305.bannersec:after {
    content: "";
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ulrc400305 .container {
    z-index: 2;
}
.ulrc400305 .left_content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
}
.ulrc400305 .left_content p{
  color: #fff;
  font-size: 25px;
}
.ulrc400305 .left_content .call-to-action {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ulrc400305 .left_content .call-to-action a {
    color: #fff;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
}
.ulrc400305 .right_form {
    padding-top: 20px;
}
.ulrc400305 .right_form form .two_column {
    display: flex;
}
.ulrc400305 .right_form input {
    font-size: 18px;
    width: 100%;
    background: #fff;
    border: 1px solid #a0a0a0;
    text-overflow: ellipsis;
    font-family: 'Raleway', sans-serif;
    padding: 18px 25px;
    color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #a0a0a0;
}

.ulrc400305 .right_form textarea {
	font-size: 18px;
    width: 100%;
    background: #fff;
    border: 1px solid #a0a0a0;
    text-overflow: ellipsis;
    font-family: 'Raleway', sans-serif;
    padding: 18px 25px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #a0a0a0;
    height: 65px;
    resize: none;
	}
.ulrc400305 textarea::placeholder {
  color: #373b4d;
      vertical-align: middle;
}
.ulrc400305 .right_form input::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.ulrc400305 .right_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.ulrc400305 .right_form input::placeholder {
  color: #000;
}
.ulrc400305 .right_form form .recptcha {
    margin: 30px 0 15px 0;
    transform: scale(.77);
    text-align: -webkit-center;
    width: auto !important;
    height: auto !important;
	
}
.ulrc400305 .right_form form .submit_btn {
    background: #0dabb6;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
    width: auto;
    border: 0;
    border-radius: 0;
    cursor: pointer;
}
.ulrc400305 .right_form form .submit_btn:hover{
    background: rgb(91,201,222);
}
.ulrc400305 .ph-no{
	font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
	}
	
.ulrc400305.bannersec ul.error-msg {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 3px;
    color: #a94442;
    font-weight: bold;
    padding: 10px 29px;
    text-align: left;
}
.ulrc400305 .error-border {
    border: 1px solid #f00 !important;
}
.ulrc400305 .form-bg{
	padding: 10px 20px;
	background: rgba(47, 46, 46, 0.2);
}
.ulrc400305 .right_form input:hover{
	border: 1px solid #0c0c0c;
	box-shadow: 0px 0px 1px #0c0c0c;
}
.ulrc400305 .right_form textarea:hover{
	border: 1px solid #0c0c0c;
	box-shadow: 0px 0px 1px #0c0c0c;
}
/* ulrc400305 */