@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

body {

    font-family: 'Montserrat', sans-serif;
    overflow-x:hidden;
}
.sans{
    font-family: 'Open Sans', sans-serif !important;
    text-align:justify;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    color:#1D3251;
}
h1{
    font-size: 38px;
}
h6{
    font-size: 14px;

}
a{
    text-decoration:none!important;
    outline:none!important;
}
.blue-btn{
    background-color:#149A9A;
    border:2px solid #149A9A;
    padding:15px 40px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    /*-webkit-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);*/
    margin: 20px auto;
	border-radius:2px !important;
}
.customer-service-block  img{
    margin: 0 auto;
    text-align: center;
    display: block;

}
.green-text{
    color:#149A9A;

}
.orange-btn{
    text-align: center;
    margin:0 auto;
    display:block;
    background-color:#149a9a;
    border:2px solid #149a9a;
    padding:15px 40px;
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
}
.d-padding{
    padding:0;
}
.d-padding p{
    color:#1d3250!important;
    font-weight: 600!important;
}
.orange-btn:hover,.orange-btn:focus,.orange-btn:active{
    color:#149a9a;
    background-color:#fff;
}
.relationship .orange-btn,.standard .orange-btn{
    display:inline-block !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .getstart-block-panel .glyphicon::after {
        left: -3px !important;
    }
}
.blue-big-btn{
    text-align: center;
    margin:0 auto;
    display:block;
    background-color:#1D3251;
    border:2px solid #1D3251;
    padding:15px 40px;
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    -moz-box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 4px -10px rgba(0,0,0,0.64);
}
.blue-big-btn:hover,.blue-big-btn:focus,.blue-big-btn:active{
    color:#1D3251;
    background-color:#fff;
}
.blue-btn:hover,.blue-btn:focus,.blue-btn:active{
    color:#FFF;
    background:#006;
}
.block{
    padding-bottom: 60px;
    padding-top: 50px;
}

/*****navbar *******/
.header-right{
    margin-right: 0px;
    padding: 26px 0;
}
.static-banner{
    margin-top: 95px;	
}
.header-right > li > a {
    text-transform: uppercase;
    color:#1D3251!important;
    font-weight:600;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px;
    position: relative;
}
.header-right > li >.get-start {
    border: 1px solid #1D3251;
    color: #1D3251  !important;
    padding-right:30px;
    padding-left:30px;
    border-radius: 10px;
}
.header-right > li > .get-start:hover,.header-right > li >.getactive  {
    background-color: #199187 !important;
    color: #fff !important;
}
.navbar-default .header-right > li:focus > a::before, .navbar-default .header-right > li:hover > a::before, .navbar-default .header-right > li.active > a::before{
    background: #1D3251  none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: 30px;
    margin:0 auto;


}
.smallheader .header-right > li > a{

    color: #1D3251 !important;
}
.smallheader .header-right > li > .get-start{
    border:1px solid #1D3251;
}

.smallheader .navbar-default .header-right > li:focus > a::before, .smallheader .navbar-default .header-right > li:hover > a::before, .smallheader .navbar-default .header-right > li.active > a::before {
    background: #1D3251 none repeat scroll 0 0;

}
.navbar-default li:nth-child(3) a::before{
    width: 45px!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background-color: transparent !important;
}
.header1 .navbar-brand{
    margin-top:0;
}
.header1{

    background-color: #D7DFE2;
    border-color: transparent;
}

.smallheader .header1{
    background-color: #D7DFE2;
}
.navbar-default .header-right > li:last-child:focus > a::before, .navbar-default .header-right > li:last-child:hover > a::before{
    display:none !important;
}
.smallheader .header-right {
    margin-right: 0;
    padding: 30px 0;
}
.smallheader .navbar-brand{
    margin-top: 5px;

}
/*********footer************/
.footer a:hover{
    color:#999;
    cursor: pointer;
}

.footer{
    background-color: #EDEDED;
    padding-top:50px;
}
.footer h6{
    color:#1d3250;
    font-weight: 600;
}
.footer ul li a{
    color:#666666;
    line-height: 25px;
    font-weight: 500;
}
.footer-form {
    margin-top:20px;
}
.footer-form .form-control{
    height:50px;
    border:1px solid #1D3251;
}
.footer-form .btn{
    float:right;
    margin-top: 15px;
    padding:10px 30px;
}
.subscribe .form-control{
    height:55px;
    border:1px solid #1D3250 !IMPORTANT;   

}
.footer-form .row{
    margin-left: 0px !important;
}     
.subscribe {
    margin:15px auto;   
    margin-top: 5px;
}
.social {
    margin-top: 0;
    text-align: right;
}
.d-float{
    float:left;
}
.getstart-block-panel p{
    text-align:justify;
}
.subscribe .input-group-addon{
    background-color: #1d3250;
    color:#fff;
    padding-left:25px;
    padding-right:25px;
    border:1px solid #1D3250;    
}
.subscribe .input-group-addon .fa{
    font-size: 20px;
}
.social .fa {
    border: 1px solid #1D3250;
    border-radius: 30px;
    font-size: 20px;
    padding: 7px;
    height: 35px;
    width:35px;
    text-align: center;
    color:#1D3250;
    -webkit-box-shadow: 10px 10px 4px -15px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 4px -15px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 10px 10px 4px -15px rgba(0,0,0,0.64);
    box-shadow: 10px 10px 4px -15px rgba(0,0,0,0.64);
}
.social .fa:hover{
    background-color: #1D3250;
    color:#fff;    
}
.footer-list{
    border-right:1px solid #8E8E8E;
}
.social .list-inline > li{
    padding-left: 0px;

}
.footer p{
    color:#666666;
    line-height: 19px;
    font-weight: 500;
}
.subscribe .form-control::-moz-placeholder{
    color:#1D3250;
    font-weight:500;

}
.d-head{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
}

.d-head::before {
    background: #16395f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: 70px;
    margin: 0 auto;
}

.contact-form-block2 h4::before {
    background: #16395f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 32px;
    position: absolute;
    right: auto;
    top: 28px;
    width: 70px;
    margin: 0 auto;
}
.contact-form-block h5::before {
    background: #16395f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 70px;
    margin: 0 auto;
}
.subscribe .form-control::-webkit-input-placeholder{
    color:#1D3250;
    font-weight:500;
}
.footer-form .form-group{
    padding-left:0px;
}
.footer-section2{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.copyrights{
    padding-top:20px;
    padding-bottom:10px;    
}
.copyrights p{
    color:#1d3250;
}
.copyrights ul{
    float: right;    
}
.copyrights ul li a{
    color:#1d3250;   
}
.copyrights ul li:last-child{
    padding-right: 0px; 
}
/********home page******/


.banner .carousel-caption {
    bottom: auto;
    top: 25%;
    color: #fff;
    left: 14%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow:none;
    width:570px;

}
.banner .carousel-caption h3{
    color:#149A9A;
    text-transform:uppercase;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
}
.banner .carousel-caption h3::after {
    content: "";
    border-bottom: 4px solid #149A9A;
    position: absolute;
    bottom: -6px;
    width: 150px;
    left: 0;
}
.banner .carousel-caption h1{
    font-weight: 600;
}
.banner .carousel-caption p{
    font-size: 18px;
    color:#666666;
    line-height: 30px;
    margin-top: 15px;
}
.banner .carousel-inner > .item > a > img,.banner .carousel-inner > .item > img{
    width:100%;
    height: 650px;
    object-fit: cover;
}
.carousel-indicators li{
    background-color: #557189;
    border: 1px solid #557189;
    width: 12px;
    height: 12px;
    margin: 0;
}
.dd-block{
    text-align:center;
}
.dd-block h3{
    font-weight:500;
}
.dd-block button{
    margin:10px auto;
}
.d-pick{
    border: 1px solid #1d3251;
    height: 50px;
    text-align: center;
    background-color:#FFF;
    margin:0!important;
}

.carousel-indicators li.active{
    background-color: #1D3250;
    border: 1px solid #1D3250;

}
.navbar-default .header-right > li:focus > .get-start::before, .navbar-default .header-right > li:hover > .get-start::before, .navbar-default .header-right > li.active > .get-start::before {
    display:none;
}

.standard {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
}
.relationship {
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #1D3251;
    text-align: center;
}
.para-margin{
    margin-bottom:0;
}
.d-pick {
    box-shadow:none!important;
}
.d-pick .open,.d-pick ul{
    background-color:#F0EFEF;
}
.d-pick span{
    color: #1d3251;
    text-align: center!important;
    font-weight: 500;
}
.footer a.active{
    color:#999;

}
.relationship h2{
    color:#fff;
    text-align: center;
    line-height: 35px;
    font-size:26px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight:500;
}
.relationship img{
    margin-top:20px;
}
.standard h2
{
    font-size:26px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
    margin-top: 0;
    position:relative;
}
.standard h2:before{
    background: #16395f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: 70px;
    margin: 0 auto;
}
.standard p {
    font-size: 14px;
    text-align: justify;
    color: #666666;
    line-height: 25px;
    font-weight: 500;

}
.standard h4
{
    text-align:center;
    font-size:18px;
    color:#333333;
    line-height:23px;
}
.standard h5
{
    font-size:18px;
    font-weight:600;
    text-align: center;
    margin-top: 30px;       
}
.standard .btn{
    margin-top:20px;
}
.head2{
    color:#1D3251 !important;
}
.standard-block img{
    padding-top:30px;

    width: 100px;
    height: 123px;
}
.customer-service{
    background-image:url(../images/happy%20customer%20bg.html);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 30px;
    padding-bottom: 35px;
}
.service-form .form-control {
    border: 1px solid #1d3251;
    height: 50px;

}
.static-banner{
    position:relative;
}
.d-pos-abs{
    text-align: center;
    display: block;
    padding: 135px 0;
}
.d-pos-abs img{
    margin:20px auto;
}
.d-pos-abs p{
    font-size: 35px;
    color:#FFF;
    font-weight:500;
}
.d-pos-abs h1{
    text-transform:uppercase;
    color:#FFF;
    font-size: 30px;
}
.service-form  .form-group {
    padding-right:0px !important;
}
.service-form {
    margin-top: 15px;
}
.service-form .btn{
    margin-top:30px;
}
.customer-service-block{
    padding-top:0;

}
.cus-para{
    margin-top:20px;
}
.cus-para p{
    font-weight:500;
}
.customer-service-block h1{
    text-transform: uppercase;
    line-height:50px;
}
.customer-service-block p{
    font-size:18px;

    line-height:30px;
    text-align: center;
    margin-top: -48px;
}
.customer-service-block .form-control::-moz-placeholder{
    color:#1D3251;
    font-weight:500;
}
.customer-block p{
    padding:0 25px;
}
.customer-service-block .form-control::-webkit-input-placeholder{
    color:#1D3251;
    font-weight:500;
}
.borrower-nav{
    display: block !important;
    margin: 0 auto !important;
    width: 100% !important;
    border-radius:10px;
}
.borrower-nav > li{
    width: 50%;
    text-align: center;

}
.borrower-nav > li > a{
    background-color: #C7DFE9;
    margin-right: 0;
    color:#fff!important;
    font-size:20px;
    font-weight:500;
    padding:15px 20px !important;
}

.borrower-nav  .nav1{
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
.borrower-nav  .nav2{
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
.borrower-nav  .nav1 a{
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}
.borrower-nav .nav2 a{
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
.borrower-nav .active a{
    background-color: #1D3251 !important;

}
.borrower-nav > li > a:focus, .borrower-nav > li > a:hover{
    background-color: #1D3251 !important;    

}
.borrower{
    padding-top:43px;
    padding-bottom:20px;
}
.borrower-content{
    padding-top:70px;
}
.borrow-media{
    margin-bottom:20px;
}
.borrow-media h4{
    font-size:18px;
    font-weight:600;
    margin-bottom:15px;

}
.borrow-media p{
    font-size:14px;

    line-height:23px;   
    text-align: justify;     
}
.borrow-media .media-body {
    width: 80%;
}
.borrow-media .media-left
{
    vertical-align:middle;
}

/************88banner****************/
.static-banner {
    width: 100%;
    object-fit: cover;
    height: 450px;
}
.whatwedo{
    padding-top:50px;
    padding-bottom:60px;
}
.whatwedo h2{
    font-size:26px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:20px;
    position:relative;
}
.arrow-image::before{
    content: url('../images/Arrow.html');
    position: absolute;
    left: -30px;
    top: 65px;

}
.arrow-image::after{
    content: url('../images/Arrow.html');
    position: absolute;
    right: -30px;
    top: 65px;

}
.identies h2::before{
    background: #1D3251 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 171px;
    position: absolute;
    right: auto;
    top: 39px;
    width: 45px;
    margin: 0 auto;

}
.l_work h1::before{
    background: #1D3251 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 45px;
    margin: 0 auto;
}
.whatwedo h2::before{
    background: #1D3251 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: 45px;
    margin: 0 auto;

}
.whatwedo p {
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 25px;

}
.whatwedo h4
{
    text-align:center;
    font-size:18px;
    color:#333333;
    line-height:23px;
}
.head2{
    color:#1D3251 !important;
}
.whatwedo-block img{
    padding-top:30px;
}
.whatwedo h5
{
    color:#333333;
    font-size:18px;
    font-weight:600;
    text-align: center;
    margin-top: 30px;       
}
.ourstory{
    padding-top: 25px;
    padding-bottom: 30px;	
    background-color: #C8E0EA;
}
.ourstory h3 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
    padding-top: 20px;
    text-transform: uppercase;
}
.ourstory p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: justify;
}
.ourstory-block {
    margin-top: -12px;
}
.identies{
    padding-top: 0;
    padding-bottom: 30px;
    background-color:#C8E0EA;

}
.identies h2{
    font-size: 29px;
    padding-bottom:20px;
    position:relative;
}
.identies p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.identies-block{
    margin-top:20px;
}
/*.title{
    position:relative;
}
.title:after{
    background: #16395f none repeat scroll 0 0;
    content: "";
    display: block;
    height: 5px;
    left: 2px;
    position: absolute;
    right: 0;
    top: 29px;
    width: 46px;
}*/
.match-video{
    height:330px;
}
/*************contactPage******************/


.contact{
    background-color: #DDEEF5;
    padding-top:70px;
    padding-bottom:70px;

}

.contact-form .form-control{
    height:60px;
    padding:0px 30px;
    background-color: #F8F8F8;
    border:1px solid #999;
    resize: none;

}
.contact-form textarea{
    display:block;
    padding:20px 30px !important;;
    height:100px !important;;

}
.contact-form .form-control::-moz-placeholder{
    color:#333333;
    font-weight:500;    
}
.contact-form .form-control::-webkit-input-placeholder{
    color:#333333;
    font-weight:500;    
}
.contact-form-block{
    background-color: #fff;
    padding:50px 60px;
    border-radius: 20px;
}
.contact-form-block2{
    padding-left:40px;
    padding-top:20px;

}
.contact-form-block h5 {
    color: #1e3352;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px;
    position:relative;   
}
.contact-form .btn{
    padding:20px 30px;
}
.contact-form .btn {
    border-radius: 7px;
    float: right;
    padding: 12px 40px;
}
.contact-details{
    text-align: center;
    margin-top:30px;
}
.contact-details h5{
    text-transform: uppercase;
    font-weight: 500;    
}
.contact-form-block2 h4{
    font-weight: 500; 
    margin-bottom:30px;
    position:relative;   
}
.contact-sub-text{
    color:#666;
}


/***********FAQ*****************/
.faq{
    padding-top:50px;
    padding-bottom:50px;
}
.faqpanel{
    padding-right:40px;
}
.faqpanel .panel-default > .panel-heading{
    background-color:#fff;
    padding: 21px 0px;
    font-weight:500;

}
.faqpanel .panel-default > .panel-heading a{
    font-weight: 500;align-content;
    color:#666666;
    font-size:18px;
}
.faqpanel .panel-default {
    border-color: #fff;
    border-bottom:2px solid #D6D6D6 !important;
}
.faqpanel .glyphicon{
    float:right;
    font-family: 'Montserrat', sans-serif !important;
    font-size:35px;
    color:#1C314E;
    margin-top: -7px;
}
.faq-block2 .btn{
    padding:10px 20px;
    margin:20px 0px;
    border-radius: 7px;
}
.faq-block2 h5{
    color:#333333;
    font-weight:500;
    font-size:20px;
    margin-bottom:20px;
}
.faq-block2 p{
    color:#666;
    font-size:16px;
}
.faq-branding{
    text-align: left;
}
.faq-list{
    background-color: #F8F8F8;
    padding-top:50px;
    padding-bottom:50px;
}
.faq-def h4{
    color:#1d3250;
    font-size:24px;
    font-weight:500;
    line-height: 30px;
}
.faq-def p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    margin-top: 40px;
    text-align: justify;
}#chartdiv.user-demo .amChartsLegend.amcharts-legend-div {
    bottom: 26px !important;
    left: 25% !important;
}.amcharts-legend-div text {
    font-size: 13px;
    font-family: "Montserrat",sans-serif;
}
.faq-branding p{
    line-height: 28px;
}
.faq-branding h5{
    color:#333;
    font-weight:500;
    font-size:18px;    
}
.faq-branding img{
    margin-top:15px;
    margin-bottom: 10px;
}
.needmore {
    text-align: center;
    padding-top:35px;
    padding-bottom:50px;
}
.needmore h5{
    color:#1d3250;
    font-size:20px;
    font-weight:500;
    line-height: 30px;
    text-transform: uppercase;
}
.needmore p{
    color:#666;
    margin-bottom:20px;
}
.needmore .btn{
    padding:8px 15px;
    font-size:15px;
    border-radius:9px;
    text-align: center;
    display: inline-block;
}
/**************get started**************/
.getstart-nav > li {

    width: 20% !important;
    border-right:1px solid #fff !important;
}
.getstart-form .form-control{
    border:1px solid #B1D3DF;
    height:50px;
}
.getstart-form .form-control::-moz-placeholder{
    color:#666;
    font-weight:500;    
}
.getstart-form .form-control::-webkit-input-placeholder{
    color:#666;
    font-weight:500;    
}
.getstart {
    background-color: #f2f2f2;
    padding-top: 145px;
}
.getbtn-info {
    background: none;
    height: 50px;
    color:#666;
    font-size: 15px;
    border:1px solid #B1D3DF;
    font-weight:500;

}
.getstart-form .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color:#000;
}
.getstart-form  .form-check-input{
    left: 23px;
    position: relative;
    top: 19px;

}

.checktext{
    padding-left:60px;
    font-weight:400;
    font-size:13px;
    padding-right: 40px;
    text-align:justify;
}
.get-btn2{
    margin-left: auto;
    margin-right: auto;
    padding: 12px 50px;
    text-align: center;
    border-radius: 9px;
    margin-bottom:40px;
}
.getstart-block h3{
    font-size:25px;

}
.getstart-block h3 > b {
    font-weight:500;

}
.getstart-block-panel .panel-default > .panel-heading a {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.getstart-block-panel .panel-default > .panel-heading {
    padding: 18px 0;
}
.getstart-block-panel .panel-default:first-child {
    border:0px;
    border-top: 1px solid #d6d6d6 !important;

}
.getstart-block-panel .panel-default {
    border:0px;
    border-bottom: 1px solid #d6d6d6 !important;

}
.loan-accord {
    background-color: #f2f2f2;
    padding: 10px 30px;
    border-radius: 9px;
    min-height: 480px;
}
.getstart-block-panel .panel-default > .panel-heading {
    background-color: #f2f2f2;

}
.getstart-block-panel .panel-body {
    background-color: #f2f2f2;
}
.faqpanel .glyphicon {

    font-size: 22px;
    margin-top: -7px;
}
.mid-accord{
    margin-bottom:30px;
}
.getstart-block-panel{
    padding-right: 7px;
}
.getstart-block-panel .glyphicon::after {
    background-color: #B1D3DF;
    border-radius: 30px;
    content: "";
    height: 15px;
    left: -4px;
    position: absolute;
    top: 3px;
    width: 15px;
    z-index: -1;
}
.getstart-block-panel .glyphicon {
    font-size: 20px;
    margin-top: -7px;
    position: relative;
    z-index: 999;
}
.getstart-head-icon{
    margin-right:10px;
}
.form-select-city{
    width:180px;
    margin: 0 auto;
    display:block;
}
.form-select-city .form-control{
    height:30px;
    border-radius: 0px;
}
.getbtn-select {
    background-color: #ff9900;
    border-radius: 0;
    color: #1d3251;
    font-weight: 500;
    padding-left: 50px;
    text-transform: uppercase;
}
.form-select-city .form-group > img {
    left: 7px;
    position: absolute;
    top: 3px;
    z-index: 999;
}
.form-select-city .form-group {
    margin-bottom: 30px;
    position: relative;
}
.getstart-tab-content{
    margin-top:15px;
}
.start-block{
    margin-top:30px;
}
/*****work start *******/


.l_banner
{
    width:100%;
}
.l_work h1
{
    font-size:30px;
    font-weight:600;
    text-align:center;
    text-transform:uppercase;
    position:relative;
}
.l_work h5
{
    font-size:18px;
    font-weight:600;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
}

.play_video{cursor:pointer;}
.l_work p {
    font-size: 14px;
    text-align: center;
    color: #666666;
    line-height: 25px;
    font-weight: 500;

}

.center_img {
    width:50%;
}

.l_work h4
{text-align:center;
 font-size:18px;
 color:#333333;
}
.l_video {
    width: 100%;

}

.l_button p{
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin: 20px auto;

}
.l_image
{
    margin-top:60px;

}
.l_click
{
    height:700px;
}
.video {
    position: relative;}
.l_button {position: absolute;
           text-align: center;
           top: 50%;transform: translateY(-50%);
           width: 100%;}
.l_work {
    margin:30px auto;
}



/*****work end *******/


/*****sign up start *******/


.message
{
    font-size:12px;
    color:#666666;
    margin-bottom: 80px;
}
.login {
    width: 100%;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    padding: 16px 0;
    border-radius: 11px;
    box-shadow:0px 3px 0px rgba(0, 0, 0, 0.3);
    border:2px solid #1D3251;

}
.login:hover
{

    background-color: #fff;
    border:2px solid #1D3251;


}

.frm-grp .opt:hover {
    background: #D7DFE2 !important;
}

.sign_form .btn.dropdown-toggle.btn-info {
    background: none;
    height: 45px;
    color:#333333;
    font-size: 16px;
    border-color: #B0B8BB !important;
    font-weight:500;

    box-shadow: unset;
}

.sign_form .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 9px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.sign_sec
{
    margin:30px 0;
}
.sign_up h1 {
    text-align:center;
    text-transform:uppercase;
    font-size:32px;
    color:#1E3352;
    font-weight:700;
    //margin-top:90px;
}
.sign_up p
{
    text-align: center;
    color: #727272;
    font-weight: 500;
    font-size: 15px;
}
.line
{
    border:3px solid #1D324F;
    width:10%;
    margin:15px auto;
}
.sign_form
{
    background-color:#E3EBEE;
    border-color:#B0B8BB;
    box-shadow: unset;
    height:45px;
    border-radius:5px;

}
.form-control.sign_form::-webkit-input-placeholder { /* Chrome */
    color:#9CA4A6;
    font-weight:500;

    font-size: 16px;
}
.form-control.sign_form :-ms-input-placeholder { /* IE 10+ */
    color:#9CA4A6;
    font-weight:500;
    font-size: 16px;

}
.form-control.sign_form::-moz-placeholder { /* Firefox 19+ */
    color:#9CA4A6;  opacity: 1;
    font-weight:500;
    font-size: 16px;
}
.form-control.sign_form:-moz-placeholder { /* Firefox 4 - 18 */
    color:#9CA4A6;
    opacity: 1;
    font-weight:500;
    font-size: 16px;

}
.sign_form .dropdown-header {
    display: block;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.sign_form .dropdown-menu.inner {
    background-color: #E3EBEE;
}
.sign_form .btn-info:focus {
    outline: none !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.sign_form .bootstrap-select .dropdown-toggle:focus{
    outline: thin dotted transparent !important;
}



/*****sign up end *******/

/*****sign in start *******/
.sign_up h1 {
    text-align:center;
    text-transform:uppercase;
    font-size:32px;
    color:#1E3352;
    font-weight:700;
    //margin-top:90px;
}

.sign_up p {
    text-align: center;
    color: #727272;
    font-weight: 500;
    font-size: 15px;
}

.line {
    border:3px solid #1D324F;
    width:10%;
    margin:15px auto;
}

.check-box {
    padding:0 !important;
    margin:0 !important;
    bottom: 3px;
}

.greyback {
    padding: 40px 0px;
    padding-top: 150px;
}

.white-cms {
    padding: 25px 25px;
    text-align: justify;
    background: #FFF;
    border:1px solid #eee;

}
.white-cms > h2 {
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
}
.rember
{
    padding-left:5px;
    font-size: 13px;
    color: #666666;
    font-weight: 600;

}
.checkbox-left {
    float: left;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 15px;
}
.sign {
    width: 100%;
    background-color:#1D3251;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 600;
    height: 64px;
    border-radius: 5px;

    box-shadow:0px 3px 0px rgba(0, 0, 0, 0.3);
    border-color: #000;
}
.sign:hover
{
    background-color: #fff;
    border:2px solid #1D3251;
color: #1D3251;

}
.check-boxs
{
    padding:0 !important;
}
.form_section
{
    background-color:#F2F2F2;
    padding-top:0px;
    background-color:#F2F2F2;
}
.box
{
    border:1px solid #fff;
    background-color:#fff;
    padding:30px;
    margin-top:30px;
    margin-bottom:80px;
    border-radius: 6px;
}
.sign-in{
    border-color: #C7C7C7;
    box-shadow: unset;
    height: 45px;
    background-color: #fff;
border-radius: 0;
}

.name_label
{    color: #666666;
     font-weight: 500;
	 margin-bottom: 4px !important;
}
.box
{
    -webkit-box-shadow: 3px 5px 0px 1px rgba(33,20,33,0.36);
    -moz-box-shadow: 3px 5px 0px 1px rgba(33,20,33,0.36);
    box-shadow: 3px 5px 0px 1px rgba(33,20,33,0.36);
}
.forget-pwd

{font-size: 13px !important;
float: right;
color: #000 !important;
margin: 0 0 12px 0;
}

.getstarted-link{
font-size: 13px !important;
float: left;
color: #000 !important;
margin: 0 0 12px 0;
}
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius:0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }


.readmore,.readless{
    text-transform: uppercase;
    color: #1D3251;
    font-weight: 500;
    margin-top: 10px;
    display: block;
    float: right;
}

/*****sign in end *******/
/*****privacy start *******/
.l_caps {
    left: 0;
    padding-right: 20px;
    position: absolute;
}
.sans.l_license {

    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.sans.l_use_license
{ margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.list-unstyled.sans {
    margin-bottom: 0 !important;
}

.l_banner
{
    width:100%;
}
.l_content h1
{margin: 20px auto;
 font-size:20px;
 font-weight: 600;
 color: #333;

}.l_content p
{
    font-size: 16px;
    color: #333;

    line-height: 1.8;
    margin: 35px auto;

}
.l_content ol li
{
    font-size: 15px;
    color: #484848;
    font-weight: 400;
    line-height: 1.8;
}.sans.l_steps {
    margin: 0px auto;
}

.l_content ul li
{
    font-size: 15px;
    color: #484848;
    font-weight: 400;
    line-height: 1.8;
}
.l_privacy
{
    margin-top:20px;
    margin-bottom:10px;
}
.l_list
{margin-bottom: 0 !important;
 padding-left: 80px;
}
.l_use_license
{
    margin-top:0 !important;
    margin-bottom:20px;
}
/*****privacy end *******/
.nav-tabs {
    border-bottom: 0px solid #ddd !important;
}
@media screen and (max-width: 1440px) {

    .banner .carousel-caption{
        left:11%;
    }
    .getstart-block-panel .glyphicon::after {
        left: -3px;   
    }
}

@media screen and (max-width: 1366px) {

    .banner .carousel-caption{
        left:8%;
    }
}
@media screen and (max-width: 1200px) {
    .header-right {
        margin-right: 0px;
        padding: 15px 0 !important;
        float: left !important;
        width:100%;
    }.header1 .navbar-brand img {
        width: 150px;
    }
}
@media screen and (max-width: 1280px) {

    .banner .carousel-caption{
        left:6%;
    }
    .header-right > li > a {
        margin-left: 5px;
    }

}
@media screen and (max-width: 1024px) {
    .contact-form .col-md-4{
        width:100%;
    }
    .smallheader .header-right{
        padding: 17px 0 !important;

    }
    .copyrights p{
        font-size:13px;
    }
    .navbar-brand > img{

    }
    .smallheader .navbar-brand > img{
        margin-top: 12px;
    }
    .header-right{
        padding: 45px 0!important;
    }
    .banner .carousel-caption{
        width:500px;
    }
    .banner .carousel-caption h3{
        font-size:20px;
    }
    .contact-form .btn {
        float: left;
        margin-top: 13px;
    }
}
@media screen and (max-width: 980px) {
    .navbar-collapse.collapse {
   display: none !important;
}

.navbar-collapse.collapse.in{
    display: block !important;
}

.navbar-toggle {

    display: block;

}

.navbar-toggle {

    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;

}

.navbar-header {

    float: none;
    width: 100%;

}

.header1 .navbar-brand {
    margin-top: 0px !important;
    padding: 9px !important;
}

.header1 .navbar-brand img {
    width: 129px !important;
}


    .header1 .navbar-brand img{
        width:150px;
    }.header-right {
        margin-right: 0px;
        padding: 15px 0 !important;
    }
    .header-right > li > a{
        font-size: 12px;
        margin-left: 3px;
    }
    .header-right {
        padding: 57px 0;
    }
    .header1 .container{
        width: 100%;
    }
    .header-right {
        margin-right: 10px;
    }
    .header1 .navbar-brand img{
        margin-left: 10px;
    }
    .banner .carousel-caption {
        top:30%;
        width:400px;   
    }
    .banner .carousel-caption h1{
        font-size: 27px;
    }
    .banner .carousel-caption p {
        font-size: 14px;
    }
    .customer-service img{
        display:none;
    }
    .videoblock{
        padding-top:20px;
        padding-bottom:30px;
    }
    .contact-details {
        margin-top: 5px;
    }

    .contact-form .g-recaptcha{
        float: left;
        left: -46px;
        position: relative;
        transform: scale(0.7);
    }
    .persion{
        display:none;    
    }
    .ourstory-block {
        padding-top:30px;
        padding-bottom:30px;
    }
    .ourstory {
        padding-top: 0;
    }
    .footer-form .form-group {
        padding-left: 15px;
    }
    .faqpanel{
        padding-right:20px;
    }

}
@media screen and (max-width: 800px) {
    .banner .carousel-caption {
        top:24%;
        width:350px;   
    }
    .d-pick span{
        text-align:left!important;
    }
    .header-right {
        padding: 15px 0 !important;
    }
    .banner .carousel-caption h1{
        font-size: 27px;
    }
    .header1 .navbar-brand{
        padding:0;
    }
    .header-right > li > .get-start{
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-form{
        margin-left: -15px;
    }
    .customer-service-block h1{
        font-size: 25px;
    }

    .customer-service-block p {
        font-size: 16px;
        line-height: 20px;
    }

    .banner .carousel-caption h1 {
        font-size: 20px;
    }
    .social {
        margin-top:0px;
    }
    .footer-section2 {
        padding-bottom: 0;
    }
    .faq-block2 .btn {   margin: 4px 0; }
    .faq-block2 p {
        font-size: 14px;
    }
    .faq-block2 h5 {   margin-bottom: 10px;    }
    .faq-branding p {
        line-height: 22px;
    }
    .faq-def h4 {
        font-size: 22px;

    }
    .getstart-nav > li > a{
        font-size: 16px;
    }
    .sign_up h1 {
        font-size: 22px;
        margin-top: 64px;
    }
    .nav > li > a {
        padding-left: 7px;
        padding-right: 5px;
        font-size: 12px;
        margin-right: 5px;
    }
}
@media only screen and (max-width:768px) {



.navbar-collapse.collapse {
   display: none !important;
}

.navbar-collapse.collapse.in{
    display: block !important;
}

.navbar-toggle {

    display: block;

}

.navbar-toggle {

    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;

}

.navbar-header {

    float: none;
    width: 100%;

}

.header1 .navbar-brand {
    margin-top: 0px !important;
    padding: 9px !important;
}

.header1 .navbar-brand img {
    width: 129px !important;
}
    .forget-pwd {

        float: left;

    }
    .d-pos-abs p{
        padding: 0 10px;

    }
    .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img{
        object-position: 81% 100%;
    }
    .checkbox-left {

        margin-bottom:10px;
    }
    .sign {
        height: 50px;
        font-size: 20px;
    }
    .sign_up h1 {

        font-size: 24px !important;

    }
    .sign_up p {

        font-size: 12px;
    }
    .sign_up h1 {

        margin-top:35px;
    }.box {
        padding: 25px 20px;
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .form_section {
        background-color: #F2F2F2;
        padding-top:0 !important;
    }
    element {
    }
    .sign_up h1 {

        font-size: 23px;

        margin-top: 80px;
    }

    .sign_up p {

        font-size: 13px;
    }
    .message {

        margin-bottom:35px;
        margin-top: 10px;
    }


    .login {

        font-size: 19px;

        padding: 10px 0;

    }

    .sign_sec {
        margin: 0;
    }
    .frm-grp {
        padding-left:0;
    }
    .l_button {

        top:67%;
    }
    .l_arrow
    {width: 38px;
    }
    .l_button p {
        font-size:10px !important;
        padding: 0px 10px;
    }

    .l_click
    {
        height:200px;
    }.l_work h1 {
        font-size: 22px;
        margin:0;

    }.l_work h4 {

        font-size: 14px;
    }
    .l_image {
        margin-top: 15px;
    }.l_work p
    {
        margin:0;
    }
    .l_work h5 {


        margin-top:20px;

    }
    .forget-pwd {
        float: right;
    }
    .sign_up h1 {    
        font-size: 23px;    
        margin-top: 190px;}
    .l_button p {
        font-size: 18px;
        padding: 0px 10px;
    }
    .l_arrow {
        width: 64px;
    }
    .faq-branding img {
        margin-top: 17px;
    }
	
	.benefit-sec aside aside {
    text-align: center;
    margin: 10px 0 10px 0;
    z-index: 2;
    width: 50%;
    float: left;
}

.servies-salad-sec aside {
    width:50% !important;
}
.servies-salad-sec aside.last {width:100% !important; }
}
@media screen and (max-width: 767px) {

    .footer-form .row {
        margin-left: -15px !important;
    }
    .standard-block img{
        height:auto;
    }
    .arrow-image::after{
        content:"";


    }
    .arrow-image::before{
        content:"";

    }
    .com-class::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 215px;
        right: 0;
        text-align: center;
    }
    .com-class1::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 230px;
        right: 0;
        text-align: center;
    }
    .com-class2::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 230px;
        right: 0;
        text-align: center;
    }
    .com-class3::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 230px;
        right: 0;
        text-align: center;
    }
    .com-class4::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 268px;
        right: 0;
        text-align: center;
    }
    .com-class5::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 282px;
        right: 0;
        text-align: center;
    }
    .com-class6::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 248px;
        right: 0;
        text-align: center;
    }
    .com-class7::after {
        content: url('../images/Arrow-small.html');
        position: absolute;
        left: 0;
        top: 230px;
        right: 0;
        text-align: center;
    }
    .com-class8{
        margin-bottom:0!important;
    }
    .l_image{
        margin-bottom:100px;
    }


    .center_img {
        width: auto;
    }
    .header-right {
        padding: 0 !important;
        /*padding-bottom:10px !important;*/
    }
    .smallheader .header-right {
        padding: 0!important;
        padding-bottom:10px !important;
    }
    .header1 .navbar-brand img {
        margin-left: 0;
        margin-top: 0;
    }
    .footer-form {
        margin-left: 0;
    }
    .d-pos-abs p {
        font-size: 20px;
    }
    .greyback{
        padding-top: 70px;	
    }
    .header1 .navbar-brand{
        padding:10px 15px;
    }
    navbar-brand > img {
        display: block;
        width: 105px;
    }

    .static-banner {
        margin-top: 50px;
    }
    .banner .carousel-caption h3::after{
        right: 0;
        margin: 0 auto;
    }
    .static-banner {
        margin-top: 53px;
    }

    .header-right > li > .get-start{

        margin-left: 0!important;
    }

    .d-pos-abs{
        padding: 45px 0;
    }
    .static-banner{
        height:300px;
    }
    .navbar-default .header-right > li:focus > a::before, .navbar-default .header-right > li:hover > a::before, .navbar-default .header-right > li.active > a::before {
        left: 15px;
        right: auto;
    }
    .header-right {
        margin-right: 0;
        padding: 0;
    }
    .header1 .navbar-brand{
        margin-top: 0px !important;
        padding: 9px !important;

    }
    .navbar-default .navbar-toggle {
        margin-right: 25px;
        margin-top: 10px;
        border: 1px solid #888888 ;
    }
    .header-right li{
        margin-left:20px;
    }
    .header-right > li > .get-start {
        display: inline-flex;
        margin-left: 13px;
        margin-top: 10px;   
    }
    .header1 .navbar-brand img {
        width: 129px;
    }
    .header1 .navbar-collapse{
        background-color: #fff;
    }
    .banner .carousel-caption{
        width: 87%;
        top: 14%;
        text-align: center;
    }
    .banner .carousel-caption p {
        display:none;
    }
    .banner .carousel-caption h1 {
        font-size: 22px;
    }
    .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img {
        height: auto;
    }
    .banner .carousel-caption {
        top: 16%;
    }
    .blue-btn{
        padding: 6px 21px;
		border-radius:2px !important;
    }
    .borrower-nav > li > a{
        font-size: 14px;
    }
    .borrower-content {
        padding-top: 40px;
    }

    .customer-service-block h1{
        line-height: 36px;
        font-size: 24px;
    }
    .relationship h2 {
        line-height: 33px;
        font-size: 18px;
        padding-bottom: 0;
    }
    .relationship {

        padding-bottom: 20px;
        padding-top: 30px;
    }
    .customer-service-block {
        padding-top: 20px;
    }
    .standard {
        padding-bottom: 40px;
        padding-top: 26px;
    }
    .standard h2 {
        font-size: 18px;
    }
    .standard-block img {
        padding-top: 0;
    }
    .whatwedo-block img {
        padding-top: 0px;
    }
    .whatwedo {
        padding-bottom: 22px;
        padding-top: 20px;
    }



    .identies {
        padding-bottom: 0;
        padding-top: 0;
    }
    .whatwedo h5 {
        margin-top: 15px;
    }
    .contact{
        padding-top:0px;
        padding-bottom:30px;
    }
    .footer {
        padding-top: 30px;
    }
    .copyrights ul {
        float: none;
        text-align:center;
    }
    .copyrights p {
        text-align: center;
    }
    .orange-btn {
        padding: 9px 25px;
    }
    .faqpanel{
        padding-right:0px;
    }
    .faq {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .faq-list {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .faq-def p {
        margin-top: 20px;
    }
    .needmore {
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .faq-block2 .btn {
        margin: 4px 0 20px;
    }
    .faqpanel .panel-default > .panel-heading a{
        font-size: 16px;
    }
    .faqpanel .panel-default > .panel-heading{
        padding: 15px 0;
    }
    .contact-form-block2 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-form-block {
        border-radius: 0;
    }
    .contact-form-block2 h4 {
        margin-bottom: 20px;
    }
    .getstart {
        background-color: #f2f2f2;
        padding-top: 10px;
    }
    .getstart .borrower{
        padding-top: 20px !important;
    }
    .identies h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .sign_up h1 {    font-size: 23px;    margin-top: 80px;}
    .l_button p {
        font-size: 17px !important;
        padding: 0px 10px;
    }
    .identies .row{
        margin-right: 0px !important;
        margin-left: 0px !important;

    }
}
@media screen and (max-width: 600px) {
    .d-head::before {
        background: #16395f none repeat scroll 0 0;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        right: 0;
        top: 60px;
        width: 70px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 584px) {
    .borrower-nav > li > a {
        font-size: 12px;

    }
}
@media screen and (max-width: 568px) {
    .header-right > li > a{
        padding-top:5px;
        padding-bottom:5px;
    }
    .navbar-default .header-right > li:focus > a::before, .navbar-default .header-right > li:hover > a::before, .navbar-default .header-right > li.active > a::before{
        top: 26px;
    }
}
@media screen and (max-width: 500px) {
    .loan-nav > li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .infom{
        width:100%;        
    }.footer .col-md-4.col-xs-4.clearfix {
        width: 100%;
    }
    .match-video{
        height:230px;
    }
    .faq-branding {
        width: 100%;
    }

    .contact-form-block {
        padding: 30px 30px;
    }
    .getstart-nav > li {

        width: 100% !important;
    }
    .getstart-nav .nav2 {
        border-bottom-left-radius: 0em !important;
        border-top-left-radius: 0em !important;
        margin-bottom:10px;
    }
    .getstart-nav .nav2 a {
        border-bottom-left-radius: 0em !important;
        border-top-left-radius: 0em !important;
    }
    .getstart-nav .nav1 {
        border-bottom-right-radius: 0em !important;
        border-top-right-radius: 0em !important;
        margin-top:10px;
    }
    .getstart-nav .nav1 a {
        border-bottom-right-radius: 0em !important;
        border-top-right-radius: 0em !important;
    }
    .form-select-city .form-group {
        margin-bottom: 18px;
    }
    .getstart-nav > li > a {
        padding: 10px 20px !important;
    }
    .getstart-block-panel .panel-default > .panel-heading a {
        padding-right: 30px;
    }

}
@media only screen and (max-width:480px) {
.benefit-sec aside aside {
    
    width:100%;
    float:none;
}

.servies-salad-sec aside {
    width: 100% !important;
}
}

@media only screen and (max-width:414px) {
    .l_arrow {
        width: 51px !important;
    }
    .faqpanel .panel-default > .panel-heading a {
        font-size: 13px;
    }
    .getstart-block-panel .glyphicon{
        left: 20px;
    }
    .banner .carousel-caption h3 {
        font-size: 16px;

    }
    .faqpanel .panel-default > .panel-heading a{
        display:block;
    }
    .com-class5::after {
        top: 313px;
    }
    .com-class6::after {
        top: 293px;
    }
    .carousel-caption{
        min-height: 230px;
    }
    .banner .carousel-caption h3::after{
        display:none;
    }
    .borrower-nav > li > a {
        font-size: 12px;
        padding: 10px 15px !important;
    }
    .banner .carousel-caption {
        top: -18%;
        position: relative;
    }
    .service-form .form-group {
        padding-right: 15px!important;
    }
    .d-pos-abs p {
        font-size: 12px;
    }
    .borrower-nav{
        width:auto!important;
    }

    .l_button p {
        font-size: 14px !important;
        padding: 0px 10px !important;
    }
    .getstart-block-panel .glyphicon::after {
        left: -3.5px;
    }
    .getstart-block h3 {
        font-size: 17px;
    }
    .d-pos-abs h1 {
        font-size: 18px;
    }
    .d-pos-abs p {
        font-size: 16px;
        padding: 0 15px;
    }
}
@media only screen and (max-width:375px) {
    .l_button {

        top: 65%;
    }
    .l_arrow
    {width: 38px;
    }
    .com-class5::after {
        top: 347px;
    }
    .l_button p {
        font-size:14px !important;
        padding: 0px 10px;
    }.l_click
    {
        height:200px;
    }.l_work h1 {
        font-size: 22px;
        margin:0;

    }.l_work h4 {

        font-size: 14px;
    }
    .l_image {
        margin-top: 15px;
    }.l_work p
    {
        margin:0;
    }
    .l_work h5 {


        margin-top:20px;

    }
    .borrower-nav > li > a{
        font-size: 15px;
    }

    .relationship h2 {
        font-size: 17px;
    }
    .com-class2::after {
        top: 264px;
    }
}
@media only screen and (max-width:360px) {
    .com-class2::after {
        top: 275px;
    }
    .com-class5::after {
        top: 355px;
    }
    .com-class1::after {
        top: 263px;	
    }
}
@media only screen and (max-width:320px) {

    .forget-pwd {

        float: left;

    }
    .checkbox-left {

        margin-bottom:10px;
    }
    .sign {
        height: 50px;
        font-size: 20px;
    }
    .sign_up h1 {

        font-size: 23px !important;
        margin-top:80px;

    }



    .box {
        padding: 25px 20px;
        margin-bottom: 50px;
        margin-top: 25px;
    }



    .sign_up p {

        font-size: 13px;
    }
    .message {

        margin-bottom:35px;
        margin-top: 10px;
    }


    .login {

        font-size: 19px;

        padding: 10px 0;

    }

    .sign_sec {
        margin: 0;
    }
    .frm-grp {
        padding-left:0;
    }
    .l_button {

        top:67%;
    }
    .l_arrow
    {width: 38px;
    }
    .l_button p {
        font-size:10px !important;
        padding: 0px 10px;
    }.l_click
    {
        height:200px;
    }.l_work h1 {
        font-size: 22px;
        margin:0;

    }.l_work h4 {

        font-size: 14px;
    }
    .l_image {
        margin-top: 15px;
    }.l_work p
    {
        margin:0;
    }
    .l_work h5 {


        margin-top:20px;

    }

    .l_content p
    {
        text-align:justify;
    }
    .l_content ol li
    {
        text-align:justify;
    }
    .l_content ul li
    {
        text-align:justify;
    }

    .l_list {
        margin-bottom: 0 !important;
        padding: 0 29px;

    }
    .getstart-block-panel .panel-default > .panel-heading a {
        padding-right: 20px;
    }

}
.logo{
    padding-top: 10px;
}
.about{
    width: 212px;
    height: 64px;
    position: relative;
    z-index: 1;
}
.about:before{
    content: "";
    position: absolute;
    left: 24px;
    top: 42px;
    height: 1px;
    width: 20%;
    border-bottom: 4px solid;
}
.home-finance-stress td, .home-finance-stress th {
    padding: 5px;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
}

.carousel-caption P{
    text-align: justify;
}


/*********pop up************/

.pop-up-loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(70,70,70,0.9);
    translate-y: (-50% -50%);
    z-index: 000000000000001000000000000 !important;
}.pop-up-loader1 {
    position: absolute;
    top: 30%;
    left: 0%;
    right: 0%;
    text-align: center;
    color: #ffff;
    z-index: 111111111111111111111111;
}.pop-up-loader1 h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    letter-spacing: -1px;
}.line2 {
    width: 6%;
    border: 2px solid #fff;
    margin-top: 14px;
    margin-bottom: 100px;

}.pop-up-loader1 p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 109px;
}
.close-butn {
    position: absolute;
    top: 3%;
    right: 14px;
    text-align: center;
    color: #ffff;
    z-index: 111111111111111111111111;
    font-size: 22px;
    font-weight: 500;
    cursor:pointer;
}
.close-butn .fa.fa-times {
    border: 1px solid rgb(47,142,135);
    background: rgba(47,142,135);
    border-radius: 67px;
    padding: 6px 9px;
    padding-left: 9px;
    line-height: 26px;
    padding-left: 12px;
}
.loader
{height: 175px;
}

.login-layout label, .ui-jqdialog-content .searchFilter .queryresult {
    margin-bottom: 0px !important;
}
@media only screen and (max-width:1195px)
{
    .sf-detail {
        margin-top: 65px ;
    }

    .sf-dtetail1 > li > a {
        background-color: #C7DFE9;
        margin-right: 0;
        color: #fff !important;
        font-size: 13px;
        font-weight: 500;
        padding: 15px 14px !important;

    }.sf-detail h1
    {font-size: 23px;
    }
}

@media only screen and (max-width:960px)
{.sf-detail {
     margin-top: 98px;
 }
}
@media only screen and (max-width:800px)
{
    .sf-detail  {
        margin-top:20px !important;
    }.sf-dtetail1 > li > a {
        background-color: #C7DFE9;
        margin-right: 0;
        color: #fff !important;
        font-size: 11px;
        font-weight: 500;
        padding: 15px 14px !important;

    }
}
@media only screen and (max-width:650px)
{.sf-detail h1 {
     font-size: 17px !important;
 }.sf-dtl {
     background-color: #f2f2f2;
     padding-top: 70px;
 }
}
@media screen and (max-width: 767px) {

    .loader {
        max-width: 150px;
        height:unset;
    }.pop-up-loader1 p {
        font-size: 18px;
        font-weight: 500;
        margin-top: 40px;
    }
}
/*********** End popup ************/

.dropdown-menu.open {
    overflow: visible!important;
}

#loading {
    -webkit-animation: rotation 2s infinite linear;
}



