.form__label.required:after, .required:after, span.asterisk:after {
    color: #e73c3e;
    content: '\0000a0*';
    display: inline;
}

.hero-area {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .single-slide {
        height: 600px;
    }
}
.single-slide {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 760px;
    background-color: #ffffff;
    overflow: hidden;
}
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10000ms infinite;
    animation: slide-bg linear 10000ms infinite;
}
.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}
.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.single-slide .slide-du-indicator {
    position: absolute;
    z-index: 200;
    width: 0;
    height: 2px;
    background-color: #e73c3e;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10000ms infinite;
    animation: slide-du-indicator linear 10000ms infinite;
}
.single-slide .welcome-text {
    position:absolute;
    z-index: 2500;
    top:20%;
    left: 0;
    width: 100%;
}
.single-slide .welcome-text h6 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}
.single-slide .welcome-text h2 {
    font-size:48px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.single-slide .welcome-text p {
    font-size: 16px;
    color: #ffffff;
}
.credit-btn {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #e73c3e;
    position: relative;
    z-index: 10000;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
/*.bg-overlay::after {*/
/*    background-color: rgba(0, 0, 0, 0.61);*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    content: "";*/
/*}*/
.hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 60px;
    left: 0;
    right: 0;
}
.hero-area .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
    border-radius: 50%;
    margin: 0 6px;
}
.hero-area .owl-dots .owl-dot.active {
    background-color: #e73c3e;
}
.filter {
    /* position: absolute; */
    /* width: 100%; */
    height: 100%;
    z-index: 1;
    background: url(../images/mask_shadow.png);
    background-position: top;
    background-repeat: repeat-x;
}
.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/mask_shadow.png);
    background-position: top;
    background-repeat: repeat-x;
}
.pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(13,35,64, .5) url(../images/bg_trans.png);
}
.header_top_area{
    width: 100%;
    display: block;

}
.right_menu{
    width: 100%;
}
.header_top_inner{
    /*float: right;*/
    width: 100%;
}
.option-item{
    margin-right: 1.5rem;
}
.item-bg-1{
    background-image: url("../images/personnal-loan1.jpg")!important;
}
.blog-item{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    position: relative;
}
.step-digit-circle{
    width: 80px;
    height: 80px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    transform: translateY(-50%);
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 4;
    /*background-color: #fff;*/
    border: 1px solid rgba(0,0,0,.125);
    text-align:center;
    margin: -8px auto 0px auto;
    background: #FFF;
    transition: 0.3s;
}
.step-digit {
    font-weight: 800;
    font-size: 50px;
    /*line-height: 137px;*/
    color: #de0a16;
}
.blog-item .image{
    margin-top: -2rem;
}
.blog-item{
    padding-bottom:2rem;

}
.figure-caption{
    padding: 20px 30px 40px 30px;
    text-align: center;
    font-size: 90%;
    margin-top:-4rem;
}
.works-item span{
    color:#e73c3e;
}
.mandatory-asterisk{
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    color: #e73c3e;
    font-size: 1em;
}
.line{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 5px solid #e73c3e;
    width:100%;
    display: block;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.step-bar{
    background: #e73c3e;
    height: 100%;
    min-width: 0%;
    max-width: 100%;
    height: 5px;
    bottom: -5px;
    position: absolute;
    left: 0;
    left: 0;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.highlight:after {
    content: "";
    background: #e73c3e;
    height: 100%;
    min-width: 0%;
    max-width: 100%;
    height: 5px;
    bottom: -5px;
    position: absolute;
    left: 0;
    left: 0;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.signup-form form .form-control{
    width: 100%;
}
.form-error-message{
    max-width: 382px;
    color: #e73c3e;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.register-container{

}
.register-container h1{
    font-weight:600;
}
.carousel-tile__image {
    position: relative;
    width: 80%;
    height: 100px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    top: -40px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 21%);
    border-radius: 6px;
}
.hero__form {
    background: #ffffff;
    padding: 50px 30px 45px;
    border-radius: 2px;
}
.hero__form h3 {
    color: #323232;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}
.hero__form form .input-list {
    overflow: hidden;
    margin-right: -20px;
}
.hero__form form .input-full-width {
    margin-bottom: 20px;
}
.hero__form form .input-list .input-list-item {
    width: calc(50% - 20px);
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.hero__form form .input-list .input-list-item p,.input-full-width p {
    color: #323232;
    margin-bottom: 12px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
    font-size: 15px;
}
.hero__form form .input-list .input-list-item input,.input-list-item select {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    border: none;
    background: #f6f6f6;
    padding-left: 15px;
}
.hero__form form .input-full-width input {
    width: 100%;
    height: 48px;
    border-radius: 2px;
    border: none;
    background: #f6f6f6;
    padding-left: 15px;
}
.desk-top{
    width:41.666667%;
    position: absolute;
    left: 0;
    top:100px;
    z-index: 1000;
}
.desk-top .welcome-text{
    padding-top: 90px;
}
.home-form{
    position: absolute;
    right: 40px;
    top: 100px;
    z-index:100000000;
}
@media screen and (max-width: 784px){
    .home-form{
        top:180px;
        right: 0px;
        margin-top:40px;
    }
    .hero__form{
        padding-bottom:10px;
    }
    .desk-top{
        top:-80px;
        left: 0;
        width:100%;
        text-align:center;
    }
    .desk-top .welcome-text h2{
        font-size: 24px!important;
    }
    .desk-top .welcome-text p{
        padding-left: 10px;
        padding-right: 10px;
    }
}
.home-form .nice-select{
    width:100%;
    display: none;
}
.home-form .nice-select .list{
    z-index: 10000000;
}
.home-form .nice-select.open .list{
    width: 100%;
    display: none!important;
}
.answer {
    padding-bottom: 0.7em;
    padding-left: 20px;
}
.hero__form form .input-list .input-list-item select{
    display: block!important;
}
.faq-list-tab .tabs-list li {
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
}
.demande{
    color: #FFFFFF!important;
    border-width: 0px!important;
    border-radius: 25px;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #E93757;
    padding: 13px 30px !important;
    display: inline-block;
    transition: all 300ms ease 0ms;
    box-shadow: 5px 10px 30px 0px rgb(0 96 214 / 40%);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    transition-property: all!important;
    line-height: 1.7em!important;
    margin-top: 10px;
}
.apply-form{
    background-image: linear-gradient(180deg,rgba(70,179,255,0.21) 0%,rgba(7,82,254,0.17) 100%);
    opacity: 0.5;
    padding: 30px;
}
.apply-form .form-group .form-control{
    background-color: #ffffff;
}
.apply-form .form-group label{
    color:#333!important;
    font-weight: bold;
}
form .col-12 h2{
    text-align: center;
    margin-bottom: 20px;

}
.page-title-content h2{
    color:#ffffff;
}