@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    font-size:14px;
    line-height:24px;
    color:#0c2752;
    scroll-behavior: smooth;
}

a{
    color: #6f6f6f;
    text-decoration: none !important;
}

a,
a:active,
a:focus,
a:hover{
    outline:none;
}
h1,h2,h3,h4,h5,h6,ul,p{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*---------- index page -----------*/
.main-menu {
    padding: 5px 0px;
    position: relative;
}
.main-menu:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background:#ddd;
}
.header-area {
    min-height: 500px;
    background: #6c5ce7;
    color: #fff;
    position: relative;
    overflow:hidden;
}
.navbar-expand-lg .navbar-nav .nav-link {
    border: 1px solid #55efc4;
    margin-right: 10px;
    border-radius: 30px;
    padding: 5px 20px;
    color: #6c5ce7 !important;
    overflow: hidden;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #fff !important;
}
.navbar-expand-lg .navbar-nav .nav-link::before,.btn.btn-primary:before {
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #55efc4;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link:hover:before,.btn.btn-primary:hover:before{
    left: 0;
}
.header-area::before,.product-price-area::before {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    height: 100%;
    width: 70%;
    background: #55efc4;
    -webkit-transform: skewX(47deg);
        -ms-transform: skewX(47deg);
            transform: skewX(47deg);
    -webkit-box-shadow: 18px 0px 70px 11px rgba(0,0,0,.3);
            box-shadow: 18px 0px 70px 11px rgba(0,0,0,.3);
}
.btn.btn-primary {
    background: transparent;
    color: #6c5ce7;
    border-radius: 30px;
    border: 1px solid #55efc4;
    margin: 7px 0px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
    z-index: 1;
    text-transform: capitalize;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn.btn-primary:hover{
    color: #fff;
}
.banner-box {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.banner-box h2 {
    font-size: 47px;
    font-weight: 600;
    margin-bottom: 18px;
}
.banner-box h2 span {
    color: #55efc4;
    margin-left: 14px;
}
.banner-box h4 {
    font-size: 22px;
    margin-bottom: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.banner-box a,.personal-lending-body a,.more-button a {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    padding: 9px;
    border: 1px solid #fff;
    width: 172px;
    font-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0px 5px;
    position: relative;
    overflow: hidden;
}
.banner-box a::before,.personal-lending-body a::before,.more-button a::before {
    position: absolute;
    content: "";
    height: 105%;
    width: 95px;
    left: -135px;
    top: -2px;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: skewX(-50deg);
        -ms-transform: skewX(-50deg);
            transform: skewX(-50deg);
}
.banner-box a:hover::before,.personal-lending-body a:hover::before,.more-button a:hover::before {
    left: -63px;
}

.testimonial-area {
    padding: 90px 0px;
}
.section-title h1 {
    font-size: 36px;
    margin-bottom: 50px;
    position: relative;
    color: #6c5ce7;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}
.section-title h1::before,.loan_left_side h4::before,.load_agreement_sign h5:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),color-stop(50%, rgba(108,92,231,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(108,92,231,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(108,92,231,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    width: 200px;
    bottom: -12px;
}
.testimonial-area p,.personal-lending-body p {
    font-size: 16px;
    margin-bottom: 32px;
    color: #8B8B8B;
    line-height: 33px;
    font-weight: 400;
    text-align: justify;
}
.testimonial-area h6 {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 8px;
    font-weight: 700;
}
.testimonial-area a {
    display: inline-block;
    border: 1px solid #6c5ce7;
    padding: 5px 17px;
    font-size: 15px;
    font-weight: 300;
    color: #6c5ce7;
    border-radius: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial-area a:hover{
    background: #6c5ce7;
    color: #fff;
}


.testimonial-banner {
    background: url(../images/grad.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.testimonial-banner:before,.loan-agreement-area:before,.personal-lending-area:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.9);
}
.testimonial-banner h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.testimonial-banner h2 span {
    color: #6c5ce7;
}
.testimonial-banner h4 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.testimonial-banner h1 span {
    font-weight: 700;
    color: #6c5ce7;
    font-size: 45px;
}
.testimonial-banner h1 {
    font-size: 28px;
    margin-bottom: 66px;
}
.testimonial-banner a,.product_list_btn {
    display: inline-block;
    background: #55efc4;
    text-transform: uppercase;
    color: #000;
    padding: 8px 30px;
    font-weight: 500;
    border-radius: 5px;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
    -webkit-box-shadow: 4px 4px 6px 2px rgba(0,0,0,.1);
            box-shadow: 4px 4px 6px 2px rgba(0,0,0,.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial-banner a:hover,.product_list_btn:hover{
    -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
            transform: rotate(5deg);
    -webkit-box-shadow: -4px -4px 6px 2px rgba(0,0,0,.1);
            box-shadow: -4px -4px 6px 2px rgba(0,0,0,.1);
}
.alpine-news {
    padding: 100px 0px;
}
.alpine-news-top {
    border: 1px solid #ddd;
    padding: 30px 0px;
    border-radius: 10px;
}
.news-log-desc h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.news-log-desc a {
    color: #6c5ce7;
    display: inline-block;
}
.aslo-features-area h4 {
    margin-top: 38px;
    font-weight: 300;
    color: #000;
}
.logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
}
.single-logo {
    overflow: hidden;
    border-radius: 10px;
    margin: 0px 5px;
    -webkit-box-shadow: 0px 29px 20px -8px rgba(0,0,0,.2);
            box-shadow: 0px 29px 20px -8px rgba(0,0,0,.2);
}


.loan-agreement-area {
    padding: 50px 0px;
    background: url(../images/blog-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}
.form-control {
    background-color: transparent;
    border: 1px solid #55efc4;
    border-radius: 0;
    margin-bottom: 20px;
}
.form-control:focus {
    border-color: #55efc4; 
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.loan-agreement-form .btn.btn-primary {
    padding: 7px 50px;
}
.product-price-area{
    position: relative;
    padding: 90px 0px;
    background: #55efc4;
    overflow: hidden;
}
.product-price-area::before{
    background: #6c5ce7
}
.product-price-area ul li {
    border: 1px solid #fff;
    margin-bottom: 10px;
    padding: 9px 20px;
}
.product-price-area ul li a {
    color: #fff;
    display: block;
}
.product-price-area ul li a h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
}
.pr_price {
    color: #6c5ce7;
    font-weight: 700;
}
.product_list_btn {
    margin-top: 50px;
}
.personal-lending-area {
    padding: 90px 0px;
    background: url(../images/black-collaboration-cooperation-943630.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.personal-lending-body a,.more-button a {
    color: #6c5ce7;
    border: 1px solid #6c5ce7;
    text-transform: uppercase;
    font-size: 14px;
}
.personal-lending-body a::before,.more-button a::before {
    background: #6c5ce7;
}
.more-button {
    margin-top: 14px;
}
.more-button a{
    width: 300px;
}
.personal-lending-body p {
    text-align: center;
}
.footer-area {
    background: #55efc4;
    color: #000;
    padding: 50px 0px;
    position: relative;
}
.footer-area::before, .footer-area::after {
    position: absolute;
    content: "";
    height: 70px;
    width: 50%;
    background: #55efc4;
    top: -31px;
    z-index: 2;
    border-radius: 35px;
}
.footer-area:before{
    left: 0;
    border-radius: 0px 35px 0px 0px;
}
.footer-area:after{
    right: 0;
    border-radius: 35px 0px 0px 0px;
}
.usefull-links.fl-lft li a {
    display: inline-block;
    padding: 0px 0px;
    margin-bottom: 4px;
    color: #4d4d4d;
    fonts-w: ;
    font-weight: 500;
    margin-bottom: 8px;
}
.usefull-links.fl-lft li a:hover{
    color: #6c5ce7
}
.title h3 {
    color: #6c5ce7;
    font-size: 23px;
}
.footer {
    text-align: center;
    background-color: #6c5ce7;
    text-align: center;
    padding: 50px 0px;
    color: #55efc4;
}
.footer-title {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 22px;
    font-weight: 700;
    color: #111;
}
.footer-social {
    padding: 10px 0;
}
.footer-social-list {
    margin-bottom: 10px;
}
.footer-social-list li {
    display: inline-block;
}
.footer-social-list li a {
    font-size: 17px;
    color: #55efc4;
    margin: 0 9px;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    border: 1px solid #55efc4;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.footer-social-list li a:hover {
    color: #6c5ce7;
    background: #55efc4
}
/*---------- index page -----------*/






/*---------- Loan Bank page -----------*/


.loan_bank_area {
    padding: 80px 0px;
}
.loan_left_side, .load_agreement_sign,.press-area {
    -webkit-box-shadow: 0px 3px 19px 4px rgba(0,0,0,.1);
            box-shadow: 0px 3px 19px 4px rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}
.loan_left_side h4,.load_agreement_sign h5 {
    text-align: center;
    margin-bottom: 33px;
    margin-top: 15px;
    color: #111;
    font-weight: 300;
    font-size: 24px;
    position: relative;
}

.loan_left_side ul li {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.load_details_desc {
    padding: 8px 10px;
    border-radius: 5px;
    background: #55efc4;
    color: #6c5ce9;
}
.load_details_desc h5 {
    font-weight: 300;
    font-size: 18px;
}
.loan_details {
    padding: 7px 10px;
}
.load_details_desc {
    padding: 8px 10px;
    border-radius: 5px 5px 0px 0px;
    background: #55efc4;
    color: #111;
    cursor: pointer;
    position: relative;
}
.loan_details {
    padding: 7px 10px;
    color: #8B8B8B;
    margin-top: 10px;
}
.loan_details p {
    font-size: 13px;
}
.load_agreement_sign .form-group {
    margin-bottom: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.load_agreement_sign .col-sm-10 {
    max-width: 70% !important;
}
.col-form-label {
    font-size: 17px;
    color: #111;
}

/*---------- Loan Bank page -----------*/


/*---------- Contact page -----------*/
.contact-form-area,.pres_media_area {
    padding: 90px 0px;
}

/*---------- Contact page -----------*/


/*---------- Press page -----------*/
.press-logo {
    position: relative;
    top: 25%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            margin: 30px;
}
.press-logo img {
    width: 100%;
}
.press-desc h4 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.press-desc p {
    color: #8B8B8B;
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
}
.press-desc {
    padding: 13px 0px;
}
.loan_details p {
    margin-bottom: 15px;
}
.li_icon_div {
    width: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
}
.loan_details ul {
    margin-left: 10px;
}
.loan_details > ul > li {
    min-height: 50px;
    padding: ;
    border: none;
    width: ;
}
.li_desc {
    width: calc(100% - 30px);
    /*float: right;*/
}
.li_desc p {
    font-weight: 300;
}
/*---------- Press page -----------*/




/*Product page*/

.price-table-wrapper {
  font-family: 'Lato', sans-serif;
  text-align: center;
  margin-top: 30px;
}
.price-table-wrapper .featured-table {
  -webkit-box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
          box-shadow: 0px 0px 19px -3px rgba(0, 0, 0, 0.36);
}
.price-table-wrapper .pricing-table {
    display: inline-block;
    border: 1px solid #6c5ce7;
    border-radius: 5px;
    background: white;
    margin: 0px 0px 50px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 80%;
    overflow: hidden;
}
.price-table-wrapper .pricing-table__header {
    padding: 30px 0px;
    font-size: 29px;
    color: #fff;
    background: #6c5ce7;
}
.price-table-wrapper .pricing-table__price {
  color: #66CCCC;
  padding: 20px;
  margin: auto;
  font-size: 40px;
  font-weight: 500;
}
.price-table-wrapper .pricing-table__button {
    display: block;
    background: #55efc4;
    text-decoration: none;
    padding: 20px;
    color: #6c5ce7;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
}
.price-table-wrapper .pricing-table__button:before {
  position: absolute;
  left: -20%;
  top: -10%;
  content: '';
  width: 60%;
  height: 220%;
  -webkit-transform: rotate(-30deg);
          -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
  background: white;
  opacity: .3;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table__button::after {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 22px;
    padding: 15px;
    padding-right: 40px;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
}
.price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #A0A0A0;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #C8C8C8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
    -webkit-box-shadow: 0px 62px 61px -3px rgba(0, 0, 0, 0.10);
            box-shadow: 0px 62px 61px -3px rgba(0, 0, 0, 0.10);
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  padding-left: 0;
  padding-right: 35px;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:before {
  top: -80%;
  -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  width: 100%;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button:after {
  opacity: 1;
  padding-right: 15px;
}
.product-loan-list{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 60px 0px;
    background:#6c5ce7;
    padding-bottom: 90px;
}
.product-loan-list h2{
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.product-loan-list-box{
    margin-top: 30px;
}
.product-loan-list-box table{
    color: #fff;
    font-size: 16px;
}
.product-loan-list-box table th{
    font-size: 14px;

}
.product-loan-list-box table tr td{
    padding: 10px 20px !important; 
}
.product-loan-list-box .table .thead-light th {
    color: #495057;
    background-color: #55efc4;
    border-color: #55efc4;
}
.product-loan-list-box .table-bordered td, .product-loan-list-box .table-bordered th {
    border: 1px solid #55efc4;
}
.product-loan-list-box .table-bordered td i{
    margin: 0 auto;
    width: 100%;
    color: #55efc4;
    font-size: 22px;
}
.product-loan-list-box .table-bordered td a{
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #55efc4;
    text-transform: uppercase;
    font-size: 14px;
}
.product-loan-list-box .table-bordered td a:hover{
    background: #fff;
    color: #6c5ce7;
}
/*Product page End*/


/*testimoals*/
.testimoals-box.testimoals-about {
    border: 1px solid #55efc4;
    margin: 15px 0px;
}
.testimoals{
    padding: 60px 0px;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    background: #6c5ce7;
}
.testimoals h2{
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimoals .testimoals-about{
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    position: relative;
}
/*.testimoals .testimoals-about::before {
    position: absolute; 
    content: "";
    left:0;
    height: 2px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(left, rgba(108,92,231,1) 0%, rgba(255,255,255,1) 50%, rgba(108,92,231,1) 100%);
    background: -webkit-linear-gradient(left, rgba(108,92,231,1) 0%, rgba(255,255,255,1) 50%, rgba(108,92,231,1) 100%);
    background: linear-gradient(to right, rgba(108,92,231,1) 0%, rgba(255,255,255,1) 50%, rgba(108,92,231,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    width: 100%;
    bottom: -5px;
}*/
.testimoals-box{
    padding: 20px;
    border-radius: 5px;
}
.testimoals-box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid #55efc4;
}
.testimoals-box h5{
    color: #fff;
}
.testimoals-box p {
    color: #eee;
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
}
.loanagreement{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 60px 0px;
    padding-bottom: 90px;
}
.loanagreement h2{
    font-weight: 800;
    color: #6c5ce7;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/*loan summary start*/
.loan-summary li{
    padding: 10px ;
}
.schedule{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    background: #6c5ce7;
    padding: 60px 0px;
    padding-bottom: 90px;
    color: #fff;
}
.schedule table{
    color: #fff;
    font-size: 16px;
}
.schedule table th{
    font-size: 14px;

}
.product-loan-list-box table tr td{
    padding: 10px 20px !important; 
}
.schedule th {
    color: #495057;
    background-color: #55efc4;
    border-color: #55efc4;
}
.schedule .table-bordered td, .schedule .table-bordered th {
    border: 1px solid #55efc4;
}
.schedule .table-bordered td i{
    margin: 0 auto;
    width: 100%;
    color: #55efc4;
    font-size: 22px;
}
.schedule .table-bordered td a{
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #55efc4;
    text-transform: uppercase;
    font-size: 14px;
}
.schedule .table-bordered td a:hover{
    background: #fff;
    color: #6c5ce7;
}

/*loan summary end*/


/*-------------Bank Loan Forms ---------------*/
.forms_load_area {
    padding: 60px 0px;
}
.bank_loan_form > li, .loan_details ul > li {
    border: 1px solid #ddd !important;
    padding: 10px 15px;
}
.bank_loan_form > li > p {
    color: #363636;
    font-size: 16px;
    font-weight: 500;
}
.loan_span {
    color: #000;
    font-weight: 600;
    margin-right: 5px;
}
.loan_details > ul > li > .form-check {
    margin-bottom: 7px;
}
.all_form_content h5 {
    font-size: 20px;
    font-weight: 300;
    color: #111;
    margin-bottom: 10px;
}
.all_form_content p {
    font-size: 15px;
    font-weight: ;
    line-height: 28px;
    margin-bottom: 0;
}
.all_form_btn > a {
    border-radius: 3px !important;
    width: 100%;
    margin-top: 28px !important;
}
.all_form_btn a::before {
    border-radius: 0 !important;
}
/*-------------Bank Loan Forms ---------------*/











#msform fieldset {

    /*stacking fieldsets above each other*/
    position: relative !important;
}
#msform  fieldset label input{
    margin-bottom: 5px;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}


/*headings*/


/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    text-align: center;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #2C3E50;
    text-transform: uppercase;
    font-size: 9px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #fff;
    background: #6c5ce7;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #6c5ce7;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #55efc4;
    color: #fff;
}
.load_agreement_inner-heading{
    padding-bottom: 10px;
    border-bottom: 2px solid #6c5ce7;
}

/* Not relevant to this form */


/*next form end*/





.collateral {
    border: none;
    padding: 5px 15px;
    background: #6c5ce7;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 6px;
}
.collateral:hover {
    background: #8171fd;
}



/*kyerates*/

.keyrates{
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    padding: 60px 0px;
}
.keyrates-box{
    width: 100%;
    -webkit-box-shadow: 0px 3px 19px 4px rgba(0,0,0,.1);
            box-shadow: 0px 3px 19px 4px rgba(0,0,0,.1);
    padding: 10px;
}
.keyrates-h {
    text-align: center;
    margin-bottom: 33px;
    margin-top: 15px;
    color: #111;
    font-weight: 300;
    position: relative;
}
.keyrates-h:before {
    position: absolute;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    background: rgb(255,255,255);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),color-stop(50%, rgba(108,92,231,1)),to(rgba(255,255,255,1)));
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(108,92,231,1) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(108,92,231,1) 50%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
    width: 200px;
    bottom: -12px;
}

.keyrates .nav-tabs .nav-item.show .nav-link, .keyrates .nav-tabs .nav-link.active{
    color: #495057;
    background-color: #fff;
    border-color: #3585d6 #2171c1 #fff;
}
.keyrates .nav-tabs {
    border-bottom: 1px solid #5588bb;
    list-style: none !important;
}
.keyrates-box ul{
    list-style: circle;
    padding-left: 30px;
}
.keyrates-box ul li{
    margin-bottom: 10px;
}

/*---- 404 Not found Page ----*/
.not{
    background:#6c5ce7;
    height: 100vh;
    color: #fff;
    position: relative;
}
.inner_content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.buttonss {
    font-weight: 300;
    color: #fff;
    font-size: 1.2em;
    text-decoration: none;
    border: 1px solid #efefef;
    padding: .5em;
    border-radius: 3px;
    float: left;
    margin: 6em 0 0 -90px;
    left: 50%;
    position: relative;
    transition: all .3s linear;
}

.buttonss:hover {
  background-color: #007aff;
  color: #fff;
}

.not p {
  font-size: 2em;
  text-align: center;
  font-weight: 100;
}
.notFound {
  text-align: center;
  font-size: 15em;
  font-weight: 100;
  text-shadow: #0062cc 1px 1px, #0062cc 2px 2px, #0062cc 3px 3px, #0062cd 4px 4px, #0062cd 5px 5px, #0062cd 6px 6px, #0062cd 7px 7px, #0062ce 8px 8px, #0063ce 9px 9px, #0063ce 10px 10px, #0063ce 11px 11px, #0063cf 12px 12px, #0063cf 13px 13px, #0063cf 14px 14px, #0063cf 15px 15px, #0063d0 16px 16px, #0064d0 17px 17px, #0064d0 18px 18px, #0064d0 19px 19px, #0064d1 20px 20px, #0064d1 21px 21px, #0064d1 22px 22px, #0064d1 23px 23px, #0064d2 24px 24px, #0065d2 25px 25px, #0065d2 26px 26px, #0065d2 27px 27px, #0065d3 28px 28px, #0065d3 29px 29px, #0065d3 30px 30px, #0065d3 31px 31px, #0065d4 32px 32px, #0065d4 33px 33px, #0066d4 34px 34px, #0066d4 35px 35px, #0066d5 36px 36px, #0066d5 37px 37px, #0066d5 38px 38px, #0066d5 39px 39px, #0066d6 40px 40px, #0066d6 41px 41px, #0067d6 42px 42px, #0067d6 43px 43px, #0067d7 44px 44px, #0067d7 45px 45px, #0067d7 46px 46px, #0067d7 47px 47px, #0067d8 48px 48px, #0067d8 49px 49px, #0068d8 50px 50px, #0068d9 51px 51px, #0068d9 52px 52px, #0068d9 53px 53px, #0068d9 54px 54px, #0068da 55px 55px, #0068da 56px 56px, #0068da 57px 57px, #0068da 58px 58px, #0069db 59px 59px, #0069db 60px 60px, #0069db 61px 61px, #0069db 62px 62px, #0069dc 63px 63px, #0069dc 64px 64px, #0069dc 65px 65px, #0069dc 66px 66px, #006add 67px 67px, #006add 68px 68px, #006add 69px 69px, #006add 70px 70px, #006ade 71px 71px, #006ade 72px 72px, #006ade 73px 73px, #006ade 74px 74px, #006bdf 75px 75px, #006bdf 76px 76px, #006bdf 77px 77px, #006bdf 78px 78px, #006be0 79px 79px, #006be0 80px 80px, #006be0 81px 81px, #006be0 82px 82px, #006be1 83px 83px, #006ce1 84px 84px, #006ce1 85px 85px, #006ce1 86px 86px, #006ce2 87px 87px, #006ce2 88px 88px, #006ce2 89px 89px, #006ce2 90px 90px, #006ce3 91px 91px, #006de3 92px 92px, #006de3 93px 93px, #006de3 94px 94px, #006de4 95px 95px, #006de4 96px 96px, #006de4 97px 97px, #006de4 98px 98px, #006de5 99px 99px, #006ee5 100px 100px, #006ee5 101px 101px, #006ee6 102px 102px, #006ee6 103px 103px, #006ee6 104px 104px, #006ee6 105px 105px, #006ee7 106px 106px, #006ee7 107px 107px, #006ee7 108px 108px, #006fe7 109px 109px, #006fe8 110px 110px, #006fe8 111px 111px, #006fe8 112px 112px, #006fe8 113px 113px, #006fe9 114px 114px, #006fe9 115px 115px, #006fe9 116px 116px, #0070e9 117px 117px, #0070ea 118px 118px, #0070ea 119px 119px, #0070ea 120px 120px, #0070ea 121px 121px, #0070eb 122px 122px, #0070eb 123px 123px, #0070eb 124px 124px, #0071eb 125px 125px, #0071ec 126px 126px, #0071ec 127px 127px, #0071ec 128px 128px, #0071ec 129px 129px, #0071ed 130px 130px, #0071ed 131px 131px, #0071ed 132px 132px, #0071ed 133px 133px, #0072ee 134px 134px, #0072ee 135px 135px, #0072ee 136px 136px, #0072ee 137px 137px, #0072ef 138px 138px, #0072ef 139px 139px, #0072ef 140px 140px, #0072ef 141px 141px, #0073f0 142px 142px, #0073f0 143px 143px, #0073f0 144px 144px, #0073f0 145px 145px, #0073f1 146px 146px, #0073f1 147px 147px, #0073f1 148px 148px, #0073f1 149px 149px, #0074f2 150px 150px, #0074f2 151px 151px, #0074f2 152px 152px, #0074f3 153px 153px, #0074f3 154px 154px, #0074f3 155px 155px, #0074f3 156px 156px, #0074f4 157px 157px, #0074f4 158px 158px, #0075f4 159px 159px, #0075f4 160px 160px, #0075f5 161px 161px, #0075f5 162px 162px, #0075f5 163px 163px, #0075f5 164px 164px, #0075f6 165px 165px, #0075f6 166px 166px, #0076f6 167px 167px, #0076f6 168px 168px, #0076f7 169px 169px, #0076f7 170px 170px, #0076f7 171px 171px, #0076f7 172px 172px, #0076f8 173px 173px, #0076f8 174px 174px, #0077f8 175px 175px, #0077f8 176px 176px, #0077f9 177px 177px, #0077f9 178px 178px, #0077f9 179px 179px, #0077f9 180px 180px, #0077fa 181px 181px, #0077fa 182px 182px, #0077fa 183px 183px, #0078fa 184px 184px, #0078fb 185px 185px, #0078fb 186px 186px, #0078fb 187px 187px, #0078fb 188px 188px, #0078fc 189px 189px, #0078fc 190px 190px, #0078fc 191px 191px, #0079fc 192px 192px, #0079fd 193px 193px, #0079fd 194px 194px, #0079fd 195px 195px, #0079fd 196px 196px, #0079fe 197px 197px, #0079fe 198px 198px, #0079fe 199px 199px, #007aff 200px 200px;
}
p.copy-text a {
    color: #55efc4;
    font-weight: 600;
}
span.pr_name {
    color: #fff;
}
section.product-loan-list h2 {
    text-align: center;
}
a.next.btn.btn-primary.action-button.center-btn {
    display: table;
    margin: 0 auto;
}
.footer-social h1 {
    font-size: 78px;
}
/*---- 404 Not found Page ----*/

