*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.eref h2{
    margin-bottom: 40px;
    background: #c47b18;
    color: #fff;
    padding: 10px 0 13px 0;
    border-bottom: 5px solid #e6ae48;
    border-top: 5px solid #e6ae48;
    border-radius: 15px;
}
@font-face {
    font-family: 'montserratitalic';
    src: url('../fonts/montserrat-italic-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


a{color:#e6ae48; text-decoration: none;}
h1,h2,h3,h4,h5,h6{color: #e6ae48; font-family: 'ubuntumedium'; font-weight: 500;}

h2 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 38px;
    font-weight: 600;
 
}
:focus{outline: none; border:none;}
body{
    font-size: 16px;
    line-height: 24px;
    color: #333;
  font-family: 'montserratmedium';
  background: #ffffff;

}
.home p {margin-bottom: 15px;}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inner-row {
    flex-wrap: nowrap;
    display: flex;
}

.maindiv{
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid{
  max-width: 100%;
}
.img-res{
  max-width: 100%;
  width: 100%
}
.inner-container{}

.transition{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.padding{padding: 70px 0;}
.height-light-sub {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

.banner-slider1 h2 {
    color: #fff;
    margin-bottom: 40px;
}
.text-center{text-align: center;}
.rounded{border-radius: 5px;}
.pt-1{padding-top: 20px;}
.pt-2{padding-top: 40px;}
.pt-3{padding-top: 60px;}
.pt-4{padding-top: 10px;}
.pb-1{padding-bottom: 20px;}
.pb-2{padding-bottom: 40px;}
.pb-3{padding-bottom: 60px;}
.pb-4{padding-bottom: 10px;}


.mt-1{margin-top: 20px;}
.mt-2{margin-top: 40px;}
.mt-3{margin-top: 60px;}
.mb-1{margin-bottom: 20px;}
.mb-2{margin-bottom: 40px;}
.mb-3{margin-bottom: 60px;}



.two-div .col{width: 48%}
.four-div .col{width:23%;}
.three-div .col {width: 31%;}

.inner-row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}


.warning p {
    font-size: 16px;
    line-height: 26px;
    color: #e6ae48;
    margin: 0;
}
.warning {
    background: #210808;
    padding: 5px;
    margin-bottom: -1px;
    color: #e6ae48;
}
.header {
    background: transparent;
}
.menu01 li a .fa-caret-down {
    color: #e6ae48;
}

/*-----header css start----*/
.main-header {
    position: relative;
}
.home .header {
    position: relative;
    width: 100%;
    z-index: 9;
    margin-bottom: -8px;
}
.header .row {
    justify-content: space-between;
    align-items: center;
}
.logo {
    max-width: 270px;
    /*width: 100%;*/
}
.nav01 {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
}
a.top_ph {
    width: 100%;
    text-align: right;
    color: #ff4266;
    font-size: 10px;
    letter-spacing: 2px;
}
.menu01 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.menu01 li a {
    font-size: 15px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    color: #210808;
    font-family: 'ubuntumedium';
    text-transform: uppercase;
}
.menu01 li:last-child {
    padding-right: 0;
}

.menu01 li a:hover {
   color: #e6ae48; 
}
.menu01 li {
    padding: 0px 15px;
}
.menu01 li.apply-now {
    padding-left: 30px;
}
.menu01 li.apply-now a {
    background: #210808;
    padding: 10px 23px;
    border-radius: 25px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 0;
    color: #fff;
}

.icon1 {
    position: relative;
}
.icon1:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;
    font-size: 10px;
}
#menu-icon {
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    margin-bottom: 10px;
    background: #210808;
    padding: 10px 15px;
}

/*---header css end----*/
.frvfg ul li{
    list-style: none;
    padding-bottom: 10px;
}
.frvfg ul li i {
	font-size: 15px;
	color: #e6ae48;
	padding-right: 15px;
}
.frvfg h2 {
	text-transform: capitalize;
	font-family: "Roboto", Sans-serif;
	font-size: 35px;
	font-weight: 600;
	color: #00305B;
    margin-bottom: 0;
}
.w-100{
    width: 100% !important;
}
.mb-5 {
    margin-bottom: 50px;
}
.frvfg h3 {
	font-size: 25px;
	margin-top: 15px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
}
.frvfg .btn.x2 {
	padding: 12px 30px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	border-radius: 8px;
	border: none;
	box-shadow: none;
}
.home-banner {
    padding: 80px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/banner.jpg");
    margin-top: -8px;
}
.home-banner:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/gmc.png) no-repeat;
  background-position: center;
  background-size: 70%;
    width: 800px;
    height: 650px;
    webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInRight;
animation-name: slideInRight;
visibility: visible;
animation-name: slideInRight;
}
.banner-heading span{
    font-size: 45px;
}
.banner-heading h1 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
.main-header .logo img{
    width: 160px;
}
.banner-heading h2 {
    font-size: 75px;
    line-height: 66px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 1000;
    color: #fff;
}


.repensatative-example p {
    padding-bottom: 15px;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}
.banner-textbox {
    max-width: 600px;;
    position: relative;
    z-index: 2;
}

/*--banner slider css start--*/

.slider-box {
    background: transparent;
    padding: 30px 0px 0px 0px;
    max-width: 500px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.slider-box .left{
    width: 100%;
    
}
.slider-box .right{
    width: 150px;
}
.slider-box button {
    width: 32px;
    
    background: #1059af;
    font-size: 15px;
    line-height: 27px;
    border: 0;
    margin: 0 5px;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
}
.btn-area .submit-btn {
    background: #10ac22;
    display: block;
    margin: 10px 0;
    margin-top: 35px;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
.slider-box button:focus{
    outline: 0 !important;
}
.noUi-target {
    height: 15px;
    border: none;
    margin: 0px 0 0 0; 
    box-shadow: none;
    background: transparent;
}
@media screen and (max-width: 767px) {
    .noUi-target {
        margin: 40px 0 50px 0; 
    } 
}
.noUi-target .noUi-base {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 15px;
    cursor: pointer;
}
.noUi-connects{
    border-radius: 15px;
}
.noUi-target .noUi-base .noUi-connect {
    background: #98b6db;
}
.noUi-target .noUi-base .noUi-tooltip {
    bottom: 45px;
    color: #013a67;
    border: none;
    outline: none;
    font-weight: bold; 
    font-size: 30px;
    display: none;
}
.noUi-handle.noUi-handle-lower {
    background: #1059af;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    outline: none;
    right: 0px;
    top: -15px;
    cursor: pointer;
    box-shadow: none;
    border: 3px solid #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.noUi-handle.noUi-handle-lower.noUi-active{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.noUi-handle.noUi-handle-lower::before, .noUi-handle.noUi-handle-lower::after {
    display: none; 
}
.noUi-handle.noUi-handle-lower .noUi-touch-area {
    width: 30px;
    height: 30px; 
}
.slider-hold1 {
    display: flex;
    align-items: center;
}

.btn-area a.submit-btn {
    background: #10ac22;
    display: block;
    margin: 10px 0;
    margin-top: 35px;
    padding: 10px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-area a.submit-btn:hover {
    
}
.slider-box h3 {
    position: relative;
    top: -34px;
    text-align: center;
}
.slider-box h3 #loan-amt{color:#10ac22;}
.slider-box .bdr {
    background: #1059af;
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
    top: -46px;
}
.slidr-heading .txt {
    background: #deebfb;
    padding: 10px;
    position: relative;
    z-index: 3;
}
.slidr-heading {
    position: relative;
}


.banner-slider {
    margin-bottom: 40px;
}
.banner-heading {
    margin-bottom: 25px;
}
/*--banner slider css end--*/


.box-row {
    display: flex;
    flex-wrap: wrap;
}
.box-row .box {
    width: 25%;
    background: #3c3c3c;
    padding: 20px 15px;
    cursor: pointer;
}
.box-row .box:nth-of-type(1), .box-row .box:nth-of-type(3) {background: #210808;}
.box-row .box .img {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
.box-row > .box .img img {
    margin-top: 9px;
    max-width: 100%;
    transition: 2.5s;
    margin-right: 1px
}
.box-row > .box:hover .img img {
    transform: rotate(720deg);
}
.box-row .box .text {
    width: 70%;
    color: #fff;
    font-family: 'ubuntumedium';
    font-size: 17px;
    line-height: 27px;
}
.home-intro, .banner-below-box {
    background: url(../img/bg-min.png);
  background-repeat: repeat;
  background-size: auto;
background-repeat: no-repeat;
background-size: cover;
}

.list1 li {
    position: relative;
    padding-left: 30px;
    margin: 5px 0;
}
.list1 li p{
    margin-bottom: 5px !important;
}
.list1 li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e6ae48;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f058";
}


.home-loans h2 {
    margin-bottom: 25px;
}
.home-loans p {
    color: #fff;
}
.loan-box .col .textbox {
    background: #404040;
    padding: 0px 0px 25px 0px;
    text-align: center;
    margin-bottom: 40px;
    border: 2px solid #e6ae48;
}
.loan-box .col h3 {
    margin-bottom: 20px;
}
/*
.theme-btn {
    background: #10ac22;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 26px;
}*/
.loan-box .col h3 {
    margin: 10px 0px 20px 0;
    font-weight: 400;
    color: #fff;
    font-size: 26px;
}
.loan-box .col p {
    font-size: 16px;
    line-height: 26px;
}
.home-loans {
    background: url(../img/blackbg.jpg);
    padding: 50px 0;
}
.why-choose-us .row {
    align-items: center;
}
.why-choose-us .img-box {
    text-align: center;
}
.why-choose-us h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 34px;
}

.how-it-works .textbox h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
}
.how-it-works .textbox p {
    font-size: 16px;
    line-height: 26px;
}
.how-it-works .textbox {
    background: #f4f4f4;
    padding: 20px;
    text-align: center;
    border: 5px solid #e6ae48;
}
.how-it-works {
    padding: 60px 0;
    background: url(../img/bg-min.png);
}

.most-things .col .textbox {
    background: #040404;
    padding: 15px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.most-things {
    background: url(../img/bg-min.png);
    padding: 60px 0;
}
.most-things .two-div .col {
    width: 49%;
}
.most-things .textarea {
    width: 77%;
}
.most-things .textarea h3 {
    margin-bottom: 12px;
}
.most-things .textarea .answer {
    background: #404040;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 0;
}
.testimonial {
    background: url(../img/blackbg.jpg);
    padding: 50px 0;
}
.data {
    color: #fff;
  }
.subtitle {
    text-align: right;
    color: #e6ae48;
    font-style: italic;
    font-weight: 300;
}
.testimonial-slider {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.testimonial-slider:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #e6ae48;
    font-size: 72px;
    padding-right: 0.5em;
    position: absolute;
    top: -27px;
    left: -92px;
    content: "\f10d";
}

.testimonial-slider .owl-nav button span {
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e6ae48;
    color: #e6ae48;
    font-weight: 600;
}
.testimonial-slider .owl-nav button span {
    font-size: 25px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e6ae48;
    color: #e6ae48;
    font-weight: 600;
}

.testimonial-slider .owl-theme .owl-nav{
    margin-top: 0;
    text-align: right;
}
.home p.subtitle{margin-bottom: 10px;}
.testimonial-slider .owl-theme .owl-dots {
    display: none;
}
.testimonial-slider .owl-nav button span:hover {
    background: #e6ae48;
    color: #fff;
}

/*------home accordian start------------*/
.disply-area .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 15px 10px 22px;
    background-color: #10ac22;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.disply-area .accordion-container .accordion-title:hover,
.disply-area .accordion-container .accordion-title:active,
.disply-area .accordion-title.open { 
  background-color: #10ac22;
}
.disply-area .accordion-container .accordion-title::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffe2e2;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: -9px;
    width: 30px;
    height: 30px;
    content: "\f055";
}
.disply-area .accordion-container .accordion-title.open::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    content: "\f056";
}

/*CSS for CodePen*/

.disply-area .accordion-content {
    border: 0;
    padding: 15px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    background: #f7f7f7;
}
.disply-area .accordion-container {
  width: 100%;
  margin: 0 auto;
}
.disply-area .accordion-content p {
    margin-bottom: 0;
}

/*------home accordian end---------------*/
.lending-policy {
    padding: 50px 0;
}

.disply-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.disply-area .imagebox {
    width: 35%;
    position: relative;
}
.disply-area .text1box {
    width: 60%;
}


.footer-top h4 {
    color: #ffcd00;
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-top {
    background: #040404;
    color: #0f0f0f;
    padding: 60px;
}

.footer-top a, .footer-bottom a{color: #fff}
.footer-bottom {
    background: #404040;
    color: #ffec9f;
    padding: 15px 0;
    font-size: 15px;
    line-height: 15px;
}


.footer a:hover {
    color: #f8c803;
}

.footer a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.f-list {
    padding-left: 30px;
}
.f-list li {
    position: relative;
    font-size: 16px;
    line-height: 32px;
}
.f-list li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-right: 0.5em;
    position: absolute;
    top: -1px;
    left: -29px;
    content: "\f138";
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.f-list li:hover:before {color: #f8c803;}
.footer .social a {
    margin-right: 10px;
}
.footer-list li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-list .fa {
    padding-right: 10px;
}


/*---button stlye start---*/

.btn {
    box-shadow: -1px 3px 3px 0 rgb(80 80 80 / 20%);
    background: #e6ae48;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-align: center;
     -webkit-transition: all 0.25s ease-out; 
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; 
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 26px;
    transition: all 0.25s ease-out;
    border: 1px solid #fff;
}



.btn:hover {
  position: relative;
  top: -3px;
  box-shadow: -6px 14px 12px 2px rgba(90, 90, 90, .12);
  background: #404040;
  border: 1px solid #e6ae48;
 color: #e6ae48;
}

/*---button stlye end---*/



/*---ripple effect start--*/

.ripple {
  box-sizing:border-box;
  position:relative;
}

.ripple:before {
  animation:ripple 2s ease-out infinite;
  border: solid 10px #210808;
  border-radius:25px;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;

}

.ripple:after {
  animation:ripple 2s 1s ease-out infinite;
  border: solid 10px #210808;
  border-radius:25px;
  bottom:0;
  box-sizing:border-box;
  content:"";
  left:0;
  position:absolute;
  right:0;
  top:0;

}

@keyframes ripple {
  0% {
    opacity:.25;
  }
  100% {
    border-radius:40px;
    opacity:0;
    transform:scale(1.5);
  }
}

/*--ripple effect end--*/


/*--animation timing css start--*/
.banner-heading p {
    --animate-delay: 0.2s;
}
.banner-slider{
   --animate-delay: 1.1s; 
}
.box-row .box:nth-of-type(2){
  --animate-delay: 0.5s; 
}
.box-row .box:nth-of-type(3){
  --animate-delay: 1.3s; 
}
.box-row .box:nth-of-type(4){
  --animate-delay: 2s; 
}

.box-row .box:nth-of-type(1) .img{
  --animate-delay: 0.5s; 
}
.box-row .box:nth-of-type(2) .img{
  --animate-delay: 1.5s; 
}
.box-row .box:nth-of-type(3) .img{
  --animate-delay: 2.1s; 
}
.box-row .box:nth-of-type(4) .img{
  --animate-delay: 2.8s; 
}

.loan-box .one{
   --animate-delay: 0.2s;  
}
.loan-box .two{
   --animate-delay: 0.6s;  
}
.loan-box .three{
   --animate-delay: 1.0s;  
}
.loan-box .four{
   --animate-delay: 1.0s;  
}
.loan-box .five{
   --animate-delay: 1.6s;  
}
.loan-box .six{
   --animate-delay: 2.0s;  
}
.how-it-works .one{
  --animate-delay: 0.3s;  
}
.how-it-works .two{
  --animate-delay: 0.6s;  
}
.how-it-works .three{
  --animate-delay: 0.9s;  
}
.most-things .one, .most-things .two{
  --animate-delay: 0.2s;   
}
.most-things .three, .most-things .four{
  --animate-delay: 0.6s;   
}
.most-things .five, .most-things .six{
  --animate-delay: 1.0s;   
}
/*
.why-choose-us .one{
    --animate-delay: 0.3s; 
}
.why-choose-us .two{
    --animate-delay: 0.6s; 
}
.why-choose-us .three{
    --animate-delay: 0.8s; 
}
.why-choose-us .four{
    --animate-delay: 1.2s; 
}*/
.why-choose-us .col{ overflow: hidden; }
/*--animation timing css end--*/



.disply-area .imagebox .ripple2 {
    width: 30px;
    height: 30px;
    background: #6d63ff;
    border-radius: 50%;
    position: absolute;
    top: -49px;
    right: 26px;
}

/*--ripple2 css start--*/

.ripple2 {
  margin: auto;
  margin-top: 5rem;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position:relative;
  animation: ripple2 3s linear infinite;
}
.ripple2::before,
.ripple2::after{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  border-radius: 50%;
  animation:inherit;
  animation-delay:1s;
}
.ripple2::after {
  animation-delay:2s;
}
@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 .4rem rgba(139,132,253, 0.2);
  }
  100% {
    box-shadow: 0 0 0 5rem rgba(139,132,253, 0);
  }
}


/*--ripple2 css end--*/


.bread-cum {
    background: #3c3c3c;
    padding: 5px 0;
}
.bread-cum ul li {
    display: inline-block;
}
.bread-cum ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.inner-banner {
    background: url("../img/inner-banner.jpg");
    padding-top: 30px;
    background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.inner-banner h1 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
}
.inner-banner p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #fff;
}
.banner-counting {
    column-count: 2;
    margin-bottom: 30px;
    column-gap: 30px;
}
.banner-counting li {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
}
.banner-form .submit-btn {
    border: none;
}
.banner-form {
    margin-bottom: 30px;
}
.banner-form form {
    display: flex;
}
.responsive-text p {
    font-size: 13px;
    line-height: 23px;
}

.banner-form .form-control {
    background: #f6fafb;
    padding: 12px 20px 12px 12px;
    border: 0;
    border-radius: 5px;
    margin-right: 15px;
    width: 173px;
    font-size: 16px;
    line-height: 26px;
}
.inner-page .header {
    padding: 0;
}
.inner-banner .imagebox {
    position: relative;
    bottom: -7px;
}
.inner-banner .row {
    align-items: center;
}
.s-one {
    background: url(../img/blackbg.jpg);
    padding: 40px 0;
}
.s-two {
    background: #f4f5f5;
    padding: 40px 0;
}

.green-display {
    display: flex;
}
.green-display .box h3 {
    color: #fff;
    margin-bottom: 15px;
}
.green-display .box {
    color: #fff;
    padding: 20px 30px 0px 30px;
}

/*faq*/
.faq-area .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 10px 36px 10px 20px;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    background: #10ac22;
}

.faq-area .accordion-container .accordion-title::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    padding-right: .5em;
    position: absolute;
    top: 10px;
    content: "\f055";
    right: 0
}

.faq-area .accordion-container .accordion-title.open::after {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    padding-right: .5em;
    position: absolute;
    top: 10px;
    content: "\f056";
    right: 0
}

.faq-area .accordion-container {
    width: 100%;
    margin: 0 auto
}

.faq-area .accordion-content {
    padding: 15px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 26px;
    background: #f7f7f7;
    margin-bottom: 15px;
    border-radius: 5px
}
.faq-area .holder {
    margin-bottom: 15px;
}
/*faq*/
.inner-banner.abtpage .row {
    align-items: center;
}
.inner-banner.abtpage {
    padding: 0;
}
.inner-banner.abtpage .imagebox {
    position: relative;
    bottom: -8px;
}
.banner-below-box .fa {
    font-size: 30px;
    color: #10ac22;
    padding-top: 14px;
}
.loan-box img {
    width: 100%;
    height: 230px;
}
.why-choose-us .two-div .row {
    padding: 20px 0;
}

.btn.x2 {
    padding: 12px 70px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.apply-now-bottom {
    font-size: 28px;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.apply-now-bottom a {
    box-shadow: 0px 0px 8px rgb(12 12 12 / 80%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 5px 5px 0 0;
   background-color: #1258ae;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
    z-index: 99;
}
.banner-form select option {
    font-size: 20px;
    padding: 10px 0;
}


/* ===== Select Box ===== */
.sel {
    cursor: pointer;
    margin-right: 15px;
}

.sel::before {
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #4b4c4c;
    right: 15px;
    top: calc(50% - 15px);
    content: '\f078';
}

.sel.active::before {
  transform: rotateX(-180deg);
}

.sel__placeholder {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #4b4c4c;
    padding: 12px;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
    position: relative;
    top: 9px;
    left: 5px;
}
.sel__placeholder::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2em 0.5em;
  content: attr(data-placeholder);
  visibility: hidden;
}

.sel.active .sel__placeholder::before {
  visibility: visible;
}

.sel__box {
  position: absolute;
  top: calc(100% + 4px);
  left: -4px;
  display: none;
  list-style-type: none;
  text-align: left;
  font-size: 1em;
  background-color: #FFF;
  width: calc(100% + 8px);
  box-sizing: border-box;
}

.sel.active .sel__box {
  display: block;
  animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    font-size: 16px;
    line-height: 26px;
    color: #4b4c4c;
    padding: 1px 12px;
    user-select: none;
    border-bottom: 1px solid rgb(204 204 204 / 40%);
}

.sel__box__options::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  font-size: 0.5em;
  margin-left: 5px;
  display: none;
}

.sel__box__options.selected::after {
  display: inline;
}

.sel__box__options:hover {
  background-color: #deebfb;
}


.sel--black-panther {
    z-index: 3;
    width: 173px;
    background: #f6fafb;
    border-radius: 5px;
    position: relative;
}



/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/*--innerpage banner section option end--*/


/*--table css--*/
.table-n table {
    width: 100%;
    border-collapse: collapse;
}
.table-n tr:nth-child(odd) {
    background: #ddd;
}
.table-n tr:nth-child(even) {
    background: #f1f1f1;
}
.table-n th {
    background: #1059af;
    padding: 5px;
    color: #fff;
}
.table-n td {
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
}
.table-n td p {
    margin-bottom: 5px;
}
.table-n tr td:first-child p {
    font-weight: 600;
}

.mid-wrap1 {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.table-n.table-w tr:nth-child(even) {
    background: #fff;
    color: #333;
}
.table-n.type1 tr td:first-child p {
    font-weight: 400;
}
.highlight {
    font-style: italic;
    background: #f1f1f1;
    padding: 20px;
}
.highlight p{margin-bottom: 0;}
/*--table css end--*/
.over-flow{overflow: hidden;}
.inner-page h2 {
    text-transform: capitalize;
}
.quickloans2, .single_parent1 {padding: 4%;}
.no_guarantor1 img {
    position: relative;
    top: -55px;
    padding: 2%;
}

.green-display.abt .box{width: 25%;}

.section-heading{    
    margin-bottom: 24px !important;
    font-size: 28px !important;
    line-height: 38px !important;
    font-weight: 400;
    text-transform: capitalize;
}

.sample1 .textbox {
    box-shadow: 0 1px 13px 7px rgb(147 147 147 / 20%);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.sample1 .textbox h3 {
    color: #1f1f1f;
    margin: 20px 0;
}
.sample1 .textbox a p {
    color: #282929;
}
.sample1 .textbox:hover {
    box-shadow: 0 1px 13px 7px rgba(230, 174, 72, 0.54);
}

/*--apply now  form--*/



.newbox .col1.blue1 {
    line-height: 0;
    border-bottom: 4px solid #02254f;
    width: 46%;
}

.newbox .col1 {
    width: 60%;
}
.t_heading {
    padding: 0 30px;
    background: #212121;
}
.t_heading h2 {
    color: #e6ae48;
    text-align: center;
    border-bottom: 1px solid #e6ae48;
    padding: 15px 0;
    margin: 0;
    font-size: 32px;
    line-height: 41px;
}
.apply-now-area .two-div .col:nth-of-type(1) .form-wrapper-inner {
    background: #212121;
}
.apply-now-area .two-div .col:nth-of-type(1) {
    width: 50%;
}
.apply-now-area .two-div .col:nth-of-type(2) {
    width: 50%;
}
.our-feet .two-div .col:nth-of-type(1) {
    width: 40%;
}
.our-feet .two-div .col:nth-of-type(2) {
    width: 60%;
}
.our-feet1 .two-div .col:nth-of-type(1) {
    width: 60%;
}
.our-feet1 .two-div .col:nth-of-type(2) {
    width: 40%;
}
.apply-now-area .row {
    align-items: center;
}
.newbox .form-wrapper-inner {
    padding: 20px 30px 30px;
}
.newbox #myform .field {
    overflow: hidden;
    display: inline-block;
    margin: 3px 6px;
    width: 47%;
}
.newbox .select_new{
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
}
.newbox #myform .field label {
    width: 100%;
    display: block;
    float: left;
    padding: 10px 0;
    color: #353434;
    font-size: 16px;
    line-height: 26px;
}
.newbox #myform .field input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
}
.newbox #myform .field input {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
}
.newbox .field.full1 {
    width: 100% !important;
}
.newbox .input-group.dob select{width: 187px; padding: 7px 10px;}
.input-group.dob:last-child > select {
    margin-right: 0;
}
.input-group.dob select {
    width: 125px;
    margin: 0px 13px 0 0px;
    border: 1px solid #dedede;
    padding: 10px 10px;
    background: #ffffff;
}
.input-group.dob {
    float: left;
}
.newbox .field.postcode1 {
    width: 97% !important;
}
.newbox .fields.termbox {
    margin: 10px 0 20px 0 !important;
    width: 100%;
    display: block;
    overflow: hidden;
}
#myform .fields input[type="checkbox"] {
    float: left;
    margin: 3px 8px 0 0;
    width: 5%;
}
.newbox #myform .fields .terms {
    float: left;
    text-align: justify;
    width: 93%;
    font-size: 14px;
    line-height: 18px;
    color: #454545;
}

.newbox #myform .fields .terms a {
    color: #1258ae;
}
.newbox .field.full1 label {
    width: 100% !important;
}

.apply-now-area {
    padding: 50px 0;
}
.apply-now-area .btn {
    outline: none;
    border: none;
}

/*--applynow end--*/


/*--contact Us page--*/
.valid-sign {
  height: 25px;
  position: absolute;
  right: 0;
  top: 45%;
  width: 25px;
  -webkit-transform: scale(.01);
  transform: scale(.01);
}
.valid .valid-sign,
.error .valid-sign {
  -webkit-animation: grow .5s linear forwards;
  animation: grow .5s linear forwards;
}
.valid-sign:before {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  height: 100%;
  line-height: 25px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.valid .valid-sign:before {
  font-size: 20px;
  background: green;
  content: "\2713";
}
.error .valid-sign:before {
  background: red;
  content: "\00d7";
  line-height: 24px;
}

@-webkit-keyframes grow {
  0%   { -webkit-transform: scale(.01);   }
  45%  { -webkit-transform: scale(.5);   }
  90%  { -webkit-transform: scale(1.4);  }
  100% { -webkit-transform: scale(1.1);  }
}

@keyframes grow {
  0%   { transform: scale(.01);   }
  45%  { transform: scale(.5);   }
  90%  { transform: scale(1.4);  }
  100% { transform: scale(1.1);  }
}

.valid-text {
  bottom: -1px;
  color: #e60000;
  font-size: 14px;
  left: 10px;
  opacity: .01;
  position: absolute;
}
.error .valid-text {
  opacity: 1;
}
.contact-us textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
    min-height: 100px;
}
.contact-us .input-holder {
    margin-bottom: 20px;
}
.contact-us input {
    width: 100%;
    padding: 13px 10px;
    border: 1px solid #dedede;
    border-radius: 0;
    background: #ffffff;
    box-sizing: border-box;
}

.location-information {
    padding: 10px 0 30px;
}
.location-information .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e2efff;
    text-align: center;
}
.location-information .icon i {
    font-size: 30px;
    color: #10ac22;
    padding-top: 10px;
}
.location-information .icon i.fa-envelope {
    font-size: 20px;
    padding-top: 13px;
}
.location-information .text {
    width: calc(100% - 60px);
}
/*--contact us page end--*/


.steps .inner-row {
    align-items: center;
    margin: 15px 0;
    padding: 15px 0;
}
.steps .number-box {
    width: 250px;
}
.steps .textarea {
    width: calc(100% - 250px);
}
.steps .textarea:nth-of-type(even) {
    border-left: 2px solid #c3c3c3;
    padding-left: 30px;
}
.steps .textarea:nth-of-type(odd) {
    border-right: 2px solid #c3c3c3;
    padding-right: 30px;
}
.steps .number-box span.no {
    font-size: 60px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    display: block;
    color: #c3c3c3;
}

.steps h3 {
    text-align: center;
    margin-top: 10px;
}
.display-icon .textbox {
    text-align: center;
}
.display-icon i {
    font-size: 30px;
    color: #10ac22;
    margin-bottom: 10px;
}

.thanks .image {
    max-width: 400px;
    margin: 0 auto;
}
.warning .textbox {
    display: flex;
    justify-content: center;
}

.warning .textbox span {
    padding: 0 15px;
}
.warning .textbox a{color: inherit;}
.inner-banner.abtpage.small-sz .imagebox{
    max-width: 230px;
    margin: 0 auto;
}

.plus-minus-btn {
    width: 32px;
    height: 27px;
    background: #1059af;
    font-size: 15px;
    line-height: 27px;
    border: 0;
    margin: 0 5px;
    border-radius: 25px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding-top: 1px;
}

.applypge1 .two-div .col {
    width: 30%;
}

.scroll-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 35px;
    transition: background .5s;
    z-index: 11;
    text-decoration: none;
}

.scroll-top .fa {
    width: 40px;
    height: 40px;
    background: #e6ae48;
    text-align: center;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pound-icon {
    position: relative;
}
.pound-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #4b4c4c;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 12px;
    left: 11px;
    content: "\f154";
}
.pound-icon .form-control {
    padding-left: 30px;
    color: #4b4c4c;
}


