
/*======= cash-fast =============*/

.cash-fast{
    position: relative;
    display: block;
    background: #ffffff;
}
.cash-fast .title{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.cash-fast .title h2 {
    font-weight: 300;
    font-size: 36px;
    color: rgb( 41, 42, 52 );
    text-transform: uppercase;
    text-align: center;
}
.cash-fast .title h2 span{
    color: #01c59f;
}
.cash-fast-item {
    position: relative;
    display: block;
    text-align: center;
    padding: 20px 40px 30px;
}
.cash-fast-item img {
    position: relative;
    max-width: 180px;
    width: auto;
    height: auto;
    margin-bottom: 30px;
}
.cash-fast .col-md-4:nth-child(2) .cash-fast-item h3{
    color: #9fb111;
}
.cash-fast .col-md-4:nth-child(3) .cash-fast-item h3{
    color: #ff7000;
}
.cash-fast-item h3 {
    font-size: 30px;
    color: rgb( 19, 131, 118 );
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.cash-fast-item p{
    font-size: 15px;
    color: rgb( 41, 42, 52 );
    line-height: 2;
    text-align: center;
}

/*=======  why choose =============*/

.why-choose-main{
    position: relative;
    display: block;
    background: #292a34;
}
.why-choose-main .title{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.why-choose-main .title h2 {
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.why-choose-main .title h2 span{
    color: #01c59f;
}
.why-choose{
    position: relative;
    display: block;
}
.why-choose-item{
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.why-choose-image {
    position: relative;
    display: block;
    float: left;
    min-width: 80px;
    padding: 25px;
    min-height: 110px;
}
.why-choose-image img{
    max-width: 100%;
    width: auto;
    height: auto;
}
.why-choose-text{
    position: relative;
    display: block;
}
.why-choose-text h2{
    font-size: 22px;
    color: rgb( 129, 161, 63 );
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}
.why-choose-text p{
    font-size: 15px;
    color: rgb( 247, 249, 251 );
    line-height: 1.667;
    text-align: left;
}
.why-choose .col-md-4:nth-child(2) .why-choose-text h2{
    color: #23b5a6;
}
.why-choose .col-md-4:nth-child(3) .why-choose-text h2{
    color: #16a1d4;
}
.why-choose .col-md-4:nth-child(4) .why-choose-text h2{
    color: #ffb400;
}
.why-choose .col-md-4:nth-child(5) .why-choose-text h2{
    color: #dd6e42;
}
.why-choose .col-md-4:nth-child(6) .why-choose-text h2{
    color: #d24f4f;
}
.why-choose-bottom{
    display: block;
    position: relative;
    text-align: center;
    padding-top: 15px;
}
.why-choose-bottom p{
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    font-weight: 600;
}
.why-choose-bottom p span{
    color: #01c59f;
}

/*======= Start Partners =============*/

.partners-main{
    position: relative;
    display: block;
    background: #f8f8f8;
}
.partners-main .title{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.partners-main .title h2 {
    font-weight: 300;
    font-size: 36px;
    color: rgb( 41, 42, 52 );
    text-transform: uppercase;
    text-align: center;
}
.partners-main .title h2 span{
    color: #01c59f;
}
.partners{
    position: relative;
    display: block;
}
.partners .partners-item{
    text-align: center;
}
.partners .partners-item img{
    max-width: 100%;
    width: auto;
    height: auto;
    margin: auto;
}
.partners .partners-carousel .owl-nav button {
    background:  transparent;
    color: #01c59f;
    border-radius: none;
    font-size: 30px;
    height: 36px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 50px;
    outline: none;
}
.partners .partners-carousel .owl-nav button i {
    color: #01c59f;
    font-size: 40px;
    line-height: 42px;
}
.partners .partners-carousel .owl-nav button.owl-next {
    left: inherit;
    right: -60px;
}
.partners .partners-carousel .owl-nav button.owl-prev {
    left: -60px;
    right: inherit;
}

/*======= Start Endorsement =============*/

.endorsement-main{
    position: relative;
    display: block;
    background: #ffffff;
}
.endorsement-main .title{
    position: relative;
    text-align: center;
    padding-bottom: 40px;
}
.endorsement-main .title h2 {
    font-weight: 300;
    font-size: 40px;
    color: rgb( 41, 42, 52 );
    text-transform: uppercase;
    text-align: center;
}
.endorsement{
    position: relative;
    display: block;
}
.endorsement .endorsement-item{
    text-align: center;
}
.endorsement .endorsement-item h4{
    font-size: 15px;
    color: rgb( 41, 42, 52 );
    font-style: italic;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
}
.endorsement .endorsement-item p{
    font-size: 15px;
    color: rgb( 41, 42, 52 );
    line-height: 25px;
    text-align: center;
}
.endorsement .endorsement-item .rating{
    position: relative;
    display: block;
    padding-bottom: 10px;
}
.endorsement .endorsement-item .rating i{
    display: inline-block;
    color: #fcaf17;
    font-size: 18px;
    padding-right: 3px;
    padding-left: 3px;
}

/*======= Start newsletter =============*/

.newsletter {
    position: relative;
    display: block;
    width: 100%;
    background: #01c59f;
}
.newsletter-title{
    position: relative;
    display: block;
}
.newsletter-title h2 {
    font-size: 32px;
    color: rgb( 255, 255, 255 );
    text-transform: uppercase;
    text-align: right;
    font-weight: 300;
    margin: 0;
}
.newsletter-title p {
    font-size: 15px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
    text-align: right;
}
.newsletter-form{
    position: relative;
    display: block;
    padding: 0px;
}
.newsletter-form .form-inline{
    position: relative;
    display: block;
    width: 100%;
}
.newsletter-form input[type="email"] {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background-color: rgb(255, 255, 255);
    font-size: 15px;
    color: #dcdcdc;
    line-height: 25px;
    border: none;
    padding: 15px;
    margin-right: 0;
    width: 70%;
    float: left;
    font-weight: 600;
}
.newsletter-form input[type="submit"] {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px; 
    font-size: 16px;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 15px;
    width: 30%;
    background: #374a9e;
    line-height: 25px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

/*======= Start Contact Us =============*/

.contact-main{
    position: relative;
    display: block;
}
.contact-main > .container-fluid{
    padding: 0;
}
.contact-main .title{
    position: relative;
    display: block;
    text-align: center;
}
.contact-main .title h2 {
    font-size: 45px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
}
.contact-main .title p {
    font-size: 15px;
    color: rgb( 41, 42, 52 );
    text-align: center;
}
.contact-main .title hr{
    border-bottom: 1px dashed #e5e5e5;
    margin: 40px 0;
}
.contact-us h2, .contact-form h2{
    font-size: 34px;
    color: rgb( 55, 74, 158 );
    font-weight: bold;
    text-align: left;
    margin-bottom: 30px;
    padding-top: 10px;
}
.contact-information{
    position: relative;
    display: block;
    padding-bottom: 0px;
    padding-left: 40px;
}
.contact-information h4{
    font-size: 22px;
    font-weight: bold;
    color: #292a34;
    margin-bottom: 10px;
}
.contact-information p{
    font-size: 15px;
    font-weight: normal;
    color: #292a34;
    margin: 0;
}
.contact-us .location::before {
    position: absolute;
    background-size: 15px 24px;
    display: inline-block;
    width: 15px;
    height: 24px;
    content: "";
    top: 6px; 
    left: 0;
    background-image: url('assets/images/icons/address.png');
}
.contact-us .phone::before {
    position: absolute;
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: "";
    top: 6px; 
    left: 0;
    background-image: url('assets/images/icons/phone.png');
}
.contact-us .email::before {
    position: absolute;
    background-size: 21px 14px;
    display: inline-block;
    width: 21px;
    height: 14px;
    content: "";
    top: 6px; 
    left: 0;
    background-image: url('assets/images/icons/email.png');
}
.contact-us hr {
    border-bottom: 1px dashed #e5e5e5;
    margin: 20px 0;
    max-width: 400px;
}
.contact-form {
    position: relative;
    display: block;
}
.contact-form form {
    position: relative;
    display: block;
    background: #f7f7f7;
    padding: 20px 30px;
}
.contact-form h3{
    font-size: 28px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-bottom: 10px;
}
.contact-form label{
    font-size: 15px;
    color: #292a34;
}
.contact-form label span{
    color: #01c59f;
}
.contact-form input[type="text"], .contact-form input[type="password"], 
.contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea{
    border-radius: 2px;
    background-color: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 10px 15px;
    font-size: 15px;
    color: #292a34;
    transition: 0.5s;
}
.contact-form textarea{
    height: 100px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="password"]:focus, 
.contact-form input[type="email"]:focus, .contact-form input[type="tel"]:focus,
.contact-form textarea:focus{
    border: 1px solid #ddd;
}
.contact-form input[type="submit"], .contact-form input[type="submit"]:focus,
.contact-form input[type="submit"]:focus{
    background: #01c59f;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    cursor: pointer;
}
.recaptcha-cus {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}

/*======= Start FAQ =============*/

.faq-main{
    position: relative;
    display: block;
}
.faq-main .title{
    position: relative;
    display: block;
    text-align: center;
    padding-right: 2%;
    padding-left: 2%;
}
.faq-main .title h2 {
    font-size: 45px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
}
.faq-main .title p {
    font-size: 20px;
    font-weight: 500;
    color:#374a9e;
    text-align: center;
}
.faq-main .title hr{
    border-bottom: 1px dashed #e5e5e5;
    margin: 40px 0;
}
.faq{
    display: block;
    position: relative;
    padding: 20px 0 40px;
}
.faq .faq-item:last-child hr {
    display: none;
}
.faq-item{
    position: relative;
    display: block;
    padding-right: 5%;
    padding-left: 5%;
}
.faq-item h3{
    font-size: 20px;
    color: #292a34;
    font-weight: bold;
    margin-bottom: 10px;
}
.faq-item p{
    font-size: 15px;
    color: #292a34;
    margin-bottom: 0px;
}
.faq-item hr{
    border-bottom: 1px dashed #e5e5e5;
    margin: 30px 0;
}
.faq-bottom{
    position: relative;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.faq-bottom ul{
    position: relative;
    display: block;
    padding: 0;
}
.faq-bottom ul li{
    display: inline-block;
    padding: 0 10px;
}
.faq-bottom ul li a{
    color: #fff;
    background: #374a9e;
    padding: 15px 40px;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
}
.faq-bottom ul li:last-child a{
    background: #01c59f;
}

/*======= Start Steps =============*/

.process-main{
    position: relative;
    display: block;
    background: #ffffff;
}
.steps{
    position: relative;
    display: block;
}
.steps-main h2.title, .approval h2.title {
    font-size: 45px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
}
hr.separat-top{
    border-bottom: 1px dashed #ecebea;
    margin: 30px 0 30px;
    width: 100%;
}
#app-process{
    position: relative;
    display: block;
    padding: 0px 5%;
}
#app-process .steps-main{
    position: relative;
    display: block;
}
.steps-item{
    position: relative;
    display: block;
}
.steps-item h4 {
    font-size: 20px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
    text-align: left;
    display: block;
    width: 100%;
    padding-bottom: 15px;
}
.personal-details label{
    position: relative;
    display: block;
    font-size: 15px;
    color: #292a34;
}
.personal-details label span{
    color: #d40065;
}
.form-class {
    border: 2px solid #ecebea;
    display: block;
    border-radius: 3px;
    width: 100%;
    padding: 10px 15px;
    color: #292a34;
}
.submit-btn,
.submit-btn:hover,
.submit-btn:focus {
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    background: #01c59f;
    padding: 10px 30px;
}
.cancel-btn,
.cancel-btn:hover,
.cancel-btn:focus {
    outline: none !important;
    border-radius: 3px;
    box-shadow: none !important;
    border: none;
    height: auto;
    cursor: pointer;
    font-size: 16px;
    background: #e44471;
    padding: 10px 30px;
    min-width: 132px;
}
.personal-details .separat hr{
    border-bottom: 1px dashed #ecebea;
    margin: 30px 0;
    width: 95%;
}
.steps-main .personal-details .form-group {
    padding-right: 10%;
}
.personal-text {
    position: relative;
    display: block;
    padding: 20px 25px;
    overflow: hidden;
    max-height: 352px;
    overflow-y: scroll;
    margin-right: 5%;
    border: 1px solid #ecebea;
}
.steps-item .personal-text p {
    font-size: 12.5px;
    color: rgb( 66, 66, 66 );
    text-align: left;
    margin: 0 0 7px;
}
.personal-bottom{
    position: relative;
    display: block;
    padding-right: 5%;
    padding-top: 30px;
}
#app-process .personal-check label, #app-process .personal-check label span.label-text{
    font-size: 15px;
    color: #424242;
}
.steps-item input[type="checkbox"], .form-check input[type="radio"],
.status-status input[type="checkbox"] {
    /*position: absolute;*/
    opacity: -1;
}
.steps-item input[type="checkbox"] + .label-text:before,
.status-status input[type="checkbox"] + .label-text:before{
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.steps-item input[type="checkbox"]:checked + .label-text:before,
.status-status input[type="checkbox"]:checked + .label-text:before{
    content: "\f14a";
    color: #01c59f;
    animation: effect 250ms ease-in;
}
.steps-item input[type="checkbox"]:disabled + .label-text{
    color: rgb( 66, 66, 66 );
}
.steps-item input[type="checkbox"]:disabled + .label-text:before,
.status-status input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}
.form-check input[type="radio"] + .label-text:before{
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing:antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.form-check input[type="radio"]:checked + .label-text:before{
    content: "\f192";
    color: #01c59f;
    animation: effect 250ms ease-in;
}
.form-check input[type="radio"]:disabled + .label-text{
    color: rgb( 66, 66, 66 );
}
.form-check input[type="radio"]:disabled + .label-text:before{
    content: "\f111";
    color: #ccc;
}
.personal-bottom ul{
    position: relative;
    display: block;
    padding: 15px 0;
}
.personal-bottom ul li{
    display: inline-block;
    padding: 15px;
}
.personal-bottom ul li img{
    max-width: 120px;
}
.approval{
    position: relative;
    display: block;
}
.approval-top{
    position: relative;
    display: block;
    text-align: center;
}
.steps-item .approval-top p{
    font-size: 17px;
    color: rgb( 41, 42, 52 );
    font-weight: 500;
}
.approval-top p span{
    color: #01c59f;
}
.approval-top h3{
    font-size: 35px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
}
.approval-top ul{
    display: block;
    text-align: center;
    padding: 30px 0;
}
.approval-top ul li{
    display: inline-block;
    padding: 0 15px;
}
.approval-top ul li a{
    background: #242f67;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
}
.approval-top ul li:last-child a{
    background: #01c59f;
}
.approval-mid{
    display: none;
}
.approval-mid .approval-process{
    position: relative;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
}
.approval-mid .approval-process li{
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 20px;
}
.approval-mid .approval-process li a {
    background: #d1d1d1;
    font-size: 14px;
    color: rgb( 41, 42, 52 );
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    padding: 40px 11px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    float: left;
    display: block;
}
.approval-mid .approval-process li.active a {
    background: #01c59f;
    color: #fff;
}
.steps-item .approval-mid h3 {
    font-size: 25px;
    color: #292a34;
    font-weight: bold;
}
.steps-item .approval-mid h3 span{
    color: #292a34;
    color: rgb( 36, 47, 103 );
}
.verify-security p {
    position: relative;
    display: block;
    font-size: 16px;
    color: #292a34;
    margin: 10px 0 5px;
    float: left;
    width: 100%;
}
.steps-item label{
    min-width: 100px;
    padding-right: 10px;
}
.steps-item .drag-drop{
    border: 1px dashed #dfdfdf;
    background: #f6f6f6;
    text-align: center;
    color: #dfdfdf;
    padding: 6px 30px; 
}
.steps-item input[type="file"]{
    display: none;

}
.steps-item p {
    font-size: 16px;
}
.steps-item p.medium {
    font-weight: 500;
    margin: 0 0 5px;
}
.verify-status .aplication-status thead tr, 
.verify-status .aplication-status tr,
.verify-status .aplication-status tr:first-child{
    border: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
.status_item td > p{
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 5px;
}
.verify-perform a.submit-btn {
    margin-top: 5px;
    display: inline-block;
}
.verify-phone .form-class {
    min-width: 300px;
    margin-right: 10px;
}
.verify-phone p a, .verify-email p a{
    color: #01c59f;
}
.withdraw{
    position: relative;
    display: block;
}
.withdraw .withdraw-btn{
    background: #242f67;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.steps-item .withdraw h4 {
    font-size: 20px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
    text-align: left;
    display: block;
    padding-bottom: 0px;
}
.steps-item .withdraw label{
    position: relative;
    display: block;
    font-size: 15px;
    color: #292a34;
}
.steps-item .withdraw textarea {
    background: #fff;
    border: 1px solid #eee;
}
.steps-item .withdraw button {
    background: #242f67;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.steps-item .withdraw button.withdraw {
    background: #01c59f;
}
.complete-top{
    position: relative;
    display: block;
    padding-top: 15px;
}
.complete-top{
    font-size: 15px;
    color: rgb( 41, 42, 52 );
    font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.steps-item .complete-top h4{
    font-size: 20px;
    color: rgb( 41, 42, 52 );
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
}
.steps-item .complete-top a {
    font-size: 15px;
    color: #01c59f;
    line-height: 3;
    text-align: center;
}

.btn.btn-secondary.sw-btn-next.hide{
    display: none;
}






/*======= Start Check status =============*/

.check-status{
    position: relative;
    display: block;
}
.check-status .approval h2.title {
    padding-bottom: 0px;
}
.check-status .approval-top ul {
    padding: 10px 0 0px;
}





/*============ Start Check status  Page ===================*/
.aplication-status {
    position: relative;
    display: block;
    padding: 50px 0;
    overflow: hidden;
}
.aplication-status h2 {
    font-size: 22px;
    color: rgb( 41, 42, 52 );
    font-weight: bold;
    background: #f3f3f3;
    display: block;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.status_table {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}
.aplication-status tr {
    border: 1px dashed #e5e5e5;
    border-right: 0;
    border-left: 0;
}
.aplication-status thead tr, .aplication-status tr:first-child  {
    border: none;
}
.aplication-status th {
    font-weight: 700;
    padding: 0px 15px;
    font-size: 13px;
    color: #263275;
    text-align: center;
}
.aplication-status .status_item td {
    padding: 0px 10px 10px;
    font-size: 18px;
    min-width: 160px;
    text-align: center;
    font-weight: 600;
    color: #292a34;
}
.aplication-status .status_item .status-month span{
    display: block;
}
.aplication-status .status_item .status-rate span {
    font-weight: 300;
}
.aplication-status .status_item .status-installment span {
    font-weight: 300;
    font-size: 13px;
}
.aplication-status .status_item .status-img img {
    display: block;
    width: auto;
    max-height: 70px;
}
.aplication-status .status_item .status-installment {
}
.aplication-status .status_item .status-status.preapproved {
    color: #94c718;
}

.search-result-img {
    display: block;
    width: auto;
    max-height: 70px;
    margin: 0 auto;
}

.search-result-text {
    padding: 0px 10px 10px;
    font-size: 18px;
    min-width: 160px;
    text-align: center;
    font-weight: 600;
    color: #292a34;
}

.search-result-text-height {
    line-height: 0.1;
}

.search-result-title {
    color: #9f9f9f;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.search-result-hr {
    border:none;
    border-top:1px dashed #AfAfAf;
    color:#fff;
    background-color:#fff;
    height:1px;
    width:100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.loan-form {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.loan-form label{
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #292a34;
}
.loan-form label span{
    color: #d40065;
}
.loan-form hr.separat-top {
    width: 100%;
}
.loan-search{
    position: relative;
    display: block;
    padding-top: 30px;
    text-align: right;
}
.loan-search a, .search-filter a{
    font-size: 18px;
    color: #01c59f;
    font-weight: normal;
}
.loan-search a i, .search-filter a i {
    color: #292a34;
    font-size: 22px;
    font-weight: 600;
}
.status-status label {
    padding-left: 0px;
}
.search-filter {
    position: relative;
    display: block;
    padding-top: 10px;
    text-align: center;
}
.side-search{
    position: relative;
    display: block;
    background: #33343f;
}
.side-search h3 {
    font-size: 22px;
    color: rgb( 255, 255, 255 );
    font-weight: 300;
    background: #01c59f;
    padding: 10px 0;
    text-align: center;
}
.searchs-form{
    position: relative;
    display: block;
    padding: 15px 15px;
}
.searchs-form > .form-group > label, .searchs-form p {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    font-weight: bold;
}
.searchs-form .form-check {
    padding-left: 10px;
}
.searchs-form .form-check > label {
    font-size: 14px;
    color: rgb( 175, 175, 175 );
    text-align: left;
    display: block;
    margin-bottom: 10px;
}
.searchs-form hr.separat-top{
    border-bottom: 1px dashed rgba( 175, 175, 175, 0.5 );
    margin: 15px 0;
    width: 100%; 
}
.searchs-form .range {
    display: block;
    position: relative;
    height: 10px;
    margin: 0px;
    cursor: pointer;
}
.searchs-form .range input[type="range"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    display: table-cell;
    width: 100%;
    background-color: transparent;
    height: 10px;
    cursor: pointer;
}
.searchs-form .range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}
.searchs-form .range input[type="range"]::-moz-slider-thumb {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;

    width: 20px;
    height: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    background-color: rgb(153, 153, 153);
}
.searchs-form .range output {
    padding: 0;
    color: #afafaf;
    background-color: transparent;
    text-align: center;
    text-decoration: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}
.searchs-form .range input[type="range"] {
    outline: none;
    background: #fff;
    border-radius: 5px;
}
.searchs-form .range input[type="range"]::-webkit-slider-thumb {
    background-color: #01c59f;
    border-radius: 50px;
}
.searchs-form .range input[type="range"]::-moz-slider-thumb {
    background-color: #01c59f;
    border-radius: 50px;
}
.searchs-form .range input[type="range"] {
    outline-color: #01c59f;
    border-radius: 50px;
    margin-bottom: 10px;
}
.searchs-form .range span {
    color: #afafaf;
    display: block;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
.searchs-form > .form-group > p span {
    font-weight: 300;
}
.searchs-form .submit-btn {
    width: 100%;
    padding: 15px;
    margin-top: 10px;
}
.search-main > .container.active {
    padding-left: 0;
    max-width: 100%;
}
/*.search-hide{
    display: none;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.search-hide.show {
    display: block;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
*/


.search-body{
    position: relative;
    display: block;
    height: 100%;
}
.search-hide{
  opacity: 0;
  z-index: 9;
  height: 0px;
  transition: all .75s ease;
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
}
.search-hide.show {
  opacity: 1;
  height: 100%;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.search-main .col-md-8.col-lg-9{
    position: relative;
    width: 100%
}
.search-main .col-md-8.col-lg-9.active{
    width: 100%
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    transition: all 0.5s ease 0s;
}
.search-main .check-status{
    padding-top: 50px;
}
.search-show {
    position: absolute;
    right: -46px;
    top: 46px;
    background: #01c59f;
    width: 46px;
    z-index: 9;
    height: 40px;
    text-align: center;
    transition: all 0.5s ease 0s;
}
.search-main .col-md-8.col-lg-9.active, .search-main .col-md-8.col-lg-9,
.search-main .col-md-4.col-lg-3, .search-main .check-status.verify-status{
    transition: all 0.5s ease 0s;
}
.search-show a {
    color: #fff;
    display: block;
    padding: 10px 10px;
}
.check-status .apply-btn {
    position: relative;
    padding: 0px 0 30px;
    text-align: right;
}
.check-status .apply-btn a {
    background: #01c59f;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 30px;
    text-align: center;
    border-radius: 3px;
}
thead.search-head{
    background: #f3f3f3;
}
thead.search-head th{
    font-size: 14px;
    color: #292a34;
    font-weight: 500;
    padding: 15px 0;
    margin-bottom: 40px;
}
thead.search-head th p{
    color: #939393;
    display: block;
    text-align: left;
    padding-left: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}
thead.search-head th span{
    color: #ef3990;
}
.personal-details h6 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
}

.search-result-cap-base {
    background: #f3f3f3;
    padding: 10px;
    line-height: 0.5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search-result-cap-highlight {
    color: #01C59F;
}

.preapproved-color {
    color: #94c718;
}

.search-result-cap-strong {
    font-weight: bold;
    line-height: 1.5;
}











#scrollUp {
    text-align: center;
    position: relative;
    right: 20px;
    bottom: 20px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
#scrollUp::before {
    background: #433454 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    content: "";
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: -1;
}
#scrollUp:hover::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}
#scrollUp span i {
    font-size: 20px;
}