.error_c{
    margin-bottom:10px !important;
}
.error{
    text-align:left !important;
    color:red;
    font-weight: 600;
    display: block;
    
}

.contactUs-thnk-you {
    background-color: var(--Solitude);
    padding: 70px 0;
}
.con-thnk-you{
    padding: 40px;
    text-align: center;
}
.contact-us-btn {
	border-radius:5px !important;
}

@media(max-width:400px){
	.costs-list-heading a{
		width:142px !important;
	}
}

/* Date 13/11/2021 */
.c-loan-for-me .title span{
    position: relative;
    z-index: 0;
}

.c-loan-for-me .title span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg-logo/Vector.png);
    z-index: -1;
    transform: scale(1.45) translate(-5%, -8%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.c-simple-info .title span{
    color: var(--Navy-Blue);
}

.c-step-next-loan .title span{
    color: var(--Navy-Blue);
}