body{
    background-color: #efefef;
}
.navbar{
background: #ead0bc !important;

}
.nav-a{
    color: #fff !important;
    background: #cb997e;
    padding: 7px 17px 7px 17px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 4px;
    text-transform: capitalize;
}
.logo{
    height: 40px;
    width: 40px;
    margin-right: 15px;
}
.carouselS{
    height: 600px;
    width: 100%;
    padding: 0;
}

.S-cont1{
    background-image: url(slider1.jpg);
    background-size:  cover; 
    background-repeat: no-repeat; 
}
.S-cont2{
    background-image: url(slider2.jpg);
    background-size:  cover; 
    background-repeat: no-repeat;
}
.S-cont3{
    background-image: url(slider3.jpg);
    background-size:  cover; 
    background-repeat: no-repeat;
}

.carl-text{
    height: 100%;
    width: 100%;
    color: #f5f5f5;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}

.carl-text h3{
    padding-top: 120px;
    padding-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
    font-family: monospace;
}

.carl-text p{
    font-size: 22px;
    font-family: monospace;
    padding-bottom: 25px;
}
.carl-text a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #cb997e;
    padding: 7px 17px 7px 17px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
    text-transform: uppercase;
    
}

/*first slider animate*/
.S-cont1 .carl-text h3{
    animation: animate ease-in .8s;
}
.S-cont1 .carl-text p{
    animation: animate ease-in 1.3s;
}
.S-cont1 .carl-text .carl-a{
    animation: animate ease-in 1.5s;
}

/*Second slider animate*/
.S-cont2 .carl-text h3{
    animation: animate2 ease-in .8s;
}
.S-cont2 .carl-a {
    animation: animate2 ease-in 1.3s;
}
.S-cont2 .carl-text p{
    animation: animate2 ease-in 1.5s;
}

/*Third slider animate*/
.S-cont3 .carl-text h3{
    animation: updown ease-in .8s;
}
.S-cont3 .carl-a{
    animation: downup ease-in .8s;
}

/*Captions area*/
.carousel-capts{
    position: absolute;
    display: inline-block;
    z-index: 2;
    transform: translateY(-100%);
    text-align: auto;
}
.carousel-capts .container{
    max-width: 90%;
}

.ccapts{
    padding: 10px 5px;
}
.ccapts-cont{
    background: #cb997e;
    padding: 25px;
    color: #fefefe;
    border-radius: 5px;
}
.ccapts-cont h4{
    font-weight: 700;
}
.ccapts-cont i{
    font-size: 34px;
    float: right;
    margin-left: 10px;
}

/*Calculator*/
.cal-area{
    display: flex;
    align-items: center;
    padding-top: 70px;
}
.calculator{
    display: inline-block;
    //margin: 50px 20px;
    padding: 25px 45px;
    width: 75%;
    border: 1px solid #999;
    margin: auto;
}
.calct-p{
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
.calc-pL{
    font-weight: 600;
}
.calculator .inpt{
    display: block;
    width: 100%;
}
.inpt{
    
}
input[type="range"] {
 // -webkit-appearance: none; /* Removes default WebKit styling */
  //appearance: none;         /* Removes default browser styling */
  width: 100%;             /* Fits parent container width */
  background-color: #999;//transparent;  /* Removes default background */
  padding: 0px;            /* Overall height allocated for the entire slider component */
  accent-color: #cb997e;
}

.amt-sec{
    display: block;
    width: 100%;
    margin: 5px 0px 35px 0px;
}
.sSpan, .cSpan{
    width: 20%;
    font-weight: 800px;
    font-size: 24px;
}
.sSpan{
    display: inline-block;
    width: 33%;
}
.cSpan{
    display: inline-block;
    width: 33%;
    float: right; 
    text-align: end;
}
.mspan{
    display: inline-block;
    width: 34%
    
}
.amt-sec .mspan{
    text-align: center;
    display: inline-block;
    margin: auto;
}
.amt-sec .mspan output{
    display: inline-block;
    padding: 5px 10px;
    border: #666 1px solid;
    min-width: 100px;
    font-weight: 600;
    font-size: 18px;
}
.paybackAmt{
    color: #cb997e;
    font-size: 18px;
    font-weight: 800;
    border-bottom: 3px solid #cb997e;
}


/*Why Borrowers Choose US*/
.wbcu-sec{
    padding: 15px 45px;
    margin-bottom: 45px;
    border-bottom: 1px #999 solid;
}
.wbcu-sec1{
    margin-bottom: 45px;
}
.wbcu-sec1 h4{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    //text-align: center;
    margin-top: 25px;
}
.wbcu-sec1 h3{
    font-size: 45px;
    margin: 10px 0px 25px 0px;
}
.sec1-p{
    max-width: 450px;
    color: #333;
    margin-bottom: 25px;
}
.start-app_btn a{
    text-decoration: none;
    color: #eee;
    background: #000;
    padding: 10px 25px;
    border-radius: 35px;
    font-weight: 600;
}

.wbcu-sec2{
    
}
.wbcu-box{
    padding: 45px 25px;
    border: #999 solid 1px;
    border-width: 1px 0px 0px 0px;
}
.wbcu-box span{
    display:block;
    margin-bottom: 15px;
}
.wbcu-box span i{
    font-size: 24px;
}


/*Capital area*/
.capital-area{
    background: #3b2f2a; //cb997e;
    padding: 55px 0px;
    color: #fff;
    margin-top: 65px;
}
.capital-box-area{
    padding: 25px;
    border: 1px #999 solid;
    border-radius: 20px;
}
.capital-box{
    padding: 25px 35px;
    border-bottom: 1px #666 solid;
}
.capital-h4Capt{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    color: #f5f5f5;
}
.capital-h3Capt{
   font-size: 50px;
    max-width: 600px;
    margin-bottom: 30px;
    color: #f5f5f5;
}
.capital-pCapt{
    font-size: 18px;
    max-width: 500px;
    margin-bottom: 25px;
}
.capital-box p{
    color: #eee;
    font-size: 15px;
    padding: 15px 0px 35px 0px;
    border-bottom: 1px solid #666;
}
.span{
    display: block;
    margin-bottom: 15px;
}
.span .span-left{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 2px #666;
    font-size: 18px;
}
.span .span-right{
    float: right;
    color: #ccc;
    font-size: 15px;
}

/*Footer*/
.footer{
    background-color: #333;
    color: #f5f5f5;
    padding: 70px 20px;
    margin-top: 55px;
    font-family: sans-serif;
}
.footer h3{
    color: #cb997e;
    margin-bottom: 20px;
}
.f-text p{
    font-size: 16px;
    font-weight: 300;
}
.links{
    padding: 10px 10px 10px 20px;
}
.links ul{
    padding: 0px;
    font-size: 14px;
}
.links ul li{
    list-style: none;
    margin-bottom: 10px;
}
.links ul li a{
    color: #f5f5f5;
    text-decoration: none;
}


@media(max-width: 900px){
    .carouselS{
        height: 500px;
        padding: 20;
    }
    .carl-text h3{
    padding-top: 120px;
    font-size: 30px;
}

.carl-text p{
    font-size: 18px;
}
.carl-text a{
    font-weight: 600;
    font-size: 16px;
    
}
    
.carousel-capts{
    position: relative;
    display: block;
    z-index: 2;
    transform: translateY(0%);
    text-align: auto;
    margin-top: 25px;
}

    .capital-h4Capt{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 14px;
}
.capital-h3Capt{
   font-size: 35px;
    max-width: 450px;
    margin-bottom: 30px;
}
.capital-pCapt{
    font-size: 16px;
    max-width: 450px;
    margin-bottom: 25px;
}

.wbcu-sec1 h4{
    font-size: 14px;
}
.wbcu-sec1 h3{
    font-size: 35px;
}

.calculator{
    width: 98%;
    padding: 25px 15px;
}
.calct-p{
    font-size: 18px;
    font-weight: 600;
}
.sSpan, .cSpan{
    font-size: 14px;
    font-weight: 700;
}

.amt-sec .mspan output{
    display: inline-block;
    padding: 5px 10px;
    border: #666 1px solid;
    min-width: 70px;
    font-weight: 600;
    font-size: 18px;
}   

}