@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/MDadn8DQ_3oT6kvnUq_2r_esZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}
body {
    font-size: 18px;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;
    background-color: #fcfcfe;
}

/*Form controls*/
label{
    font-size: 14px;
}

input, select{
    border-radius: 0px !important;
    height: 50px !important;
}

.input-group .input-group-addon{
    border-right: none !important;
    background-color: white;
    border-radius: 0;
}

.input-group input, .input-group select{
    border-left: none !important;
}

    input:focus, select:focus {
        border: none;
    }

    .input-group-focus {
        border: 1px solid #26CC41 !important;
    }
        .input-group-focus .input-group-addon {
            border: none;
        }

    input .error, select .error {
        border: 1px solid #a94442 !important;
        background-color: #f2dede !important;
    }

.error, .has-error, .has-error .form-control:focus {
    color: #a94442 !important;    
    box-shadow: none !important;
}

    .has-error input, .has-error select, .has-error .input-group-addon {
        background-color: #f2dede;
    }

.banner {
    text-transform: uppercase;
    text-align: center;
    color: #26CC41;
    margin: 20px 0px 20px 0px;
}

/*buttons*/
.btn-blue{
	background: #3D86DC;
    color: #fff;
    padding: 6px 30px;
    font-size: 16px;
	transition: all ease-in-out 0.2s;
}
.btn-blue:hover, .btn-blue:focus{
	background: #2b7bd8;
    color: #fff;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
}
.btn-green{
	background: #26CC41;
	padding: 15px 30px;
	color: #fff;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
    border-radius: 0px;
    font-size: 18px;
    outline: none;
    border: none;
}

.btn-lg{
    padding:20px 30px;
}

.btn-green:hover, .btn-green:focus{
	background: #1ea033;
	color: #fff;
	transition: all ease-in-out 0.2s;
	text-decoration: none;
}
.btn-green i{
	margin: 0 0 0 10px;
}
/*Question page css*/
.logo-center img{
	display: inline-block;
	margin: 0 10px;
	margin-top: -5px;
}
.logo-center, .logo-center:hover, .logo-center:focus{
	font-size: 20px;
	color: #296FBA;
	line-height: 50px;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
.loan-section{
	padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    color: #1F2E3E;
    margin-top: 56px;
    background: linear-gradient(to bottom, #F2F4F6, #fff);
}
.loan-card{
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);
	padding: 20px 0 0;
	text-align: center;
	background: #fff;
}
.green-head{
	color: #08CF9E;
    font-weight: 700;
}
.bdark{
	font-weight: 600;
	font-size: 16px;
    color: #1F2E3E;
}
.loan-section .form-control{
	margin: 20px auto;
	background: #F2F4F6;
    border: 1px solid #DFE5EB;
    box-shadow: none;
    height: 50px;
	text-align: center;
    color: #1F2E3E;
    font-weight: 600;
	width: 90%;
}
.loan-section hr{
	width: 90%;
	margin: 20px auto;
	border-top: 1px solid #DFE5EB;
}
.loan-section img{
	margin-top: 80px;
}
.terms{
	font-size: 14px;
	text-align: center;
	margin: 25px 0;
}
.question-nav{
    background: #fff;
    border-bottom: 1px solid #DFE5EB;
    padding: 10px 0;
    position: absolute;
}
/*Question page css Ends*/
/*Landing page css starts*/
.navbar-brand>img {
    height: 50px;
}
.nav-home{
	background: #fff;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
	padding: 15px 0;
}
.nav-home .navbar-nav li a{
	color: #000000;
    font-size: 16px;
}
.nav-home .navbar-brand {
    padding: 0px 15px;
}
.navbar-default .navbar-nav>.active>a{
	background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: transparent;
}
.hero-section{
	background: url(../imgs/hero1.jpg) no-repeat center center;
	background-size: cover;
	height: 100%;
	padding: 50px 0;
	width: 100%;
	display: table;
}
.inn{
	display: table-cell;
	vertical-align: middle;
}
.green-section{
	background: url(../imgs/greenbg.png) no-repeat center center;
	background-size: cover;
	height: auto;
    padding: 70px 0 150px;
	background-color: #4A4A4A;
    text-align: center;
	color: #fff;
}
.cash-section{
	background-color: #4A4A4A;
	padding: 100px 0;
	text-align: center;
	color: #fff;
}
.white-bg{
	background: #fff;
}
.gray-bg{
	background: #F2F4F6;
}
.green-bg{
	padding: 70px 0;
	background: #26CC41;
	text-align: center;
	color: #fff;
}
.aboutus-section{
	padding: 50px 0;
	border-bottom: 1px solid #DFE5EB;
}
.notice-section{
	background: #4A4A4A;
	color: #DFDFDF;
	font-size: 12px;
	padding: 50px 0;
}
.footer-section{
	background: #363536;
	padding: 25px 0;
	font-size: 12px;
	color: #fff;
	font-weight: 600;
}

.hero-section #introText{
    margin-bottom: 200px;
}

.hero-section h1{
	font-size: 48px;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.3;
}
.footer-section p{
	margin-bottom: 0;
}
.green-section h2, .green-bg h2{
	font-size: 48px;
	margin: 0 0 5px;
}
.green-section h3, .green-bg h3{
	font-size: 36px;
	margin: 0 0 5px;
}
.green-section p{
	margin: 10px 0;
}
.green-section .feature h3{
	font-size: 24px;
}
.green-section .feature{
    margin-top: 20px;
}
.green-section img{
	margin: 20px 0;
	width: 100px;
}
.notice-section p:last-child, .green-bg p{
	margin-bottom: 0;
}
.green-header{
    font-size: 36px;
    color: #26CC41;
    font-weight: 600;
    margin: 0 0 20px;
}
.green-dark{
	color: #26CC41;
}
.footer-section .privecy{
	text-align: right;
}
img.check {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.form-control:focus{
	box-shadow: none;
}
select{
	border-radius: 0 !important;
    -webkit-appearance: none;
    text-indent: 1px;
	background-image: url(../imgs/br_down.png) !important;
    line-height: 1.4 !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    background-size: 15px !important;
}
.form-section .loan-card{
	padding: 20px;
	text-align: left;
}
.form-section{
	padding-top: 150px;
    padding-bottom: 100px;
    background: #F2F4F6;
}
.small-text{
	font-size: 12px;
}
.header-form{
	margin: 0 0 20px;
}
.form-section .form-control{
	font-size: 16px;
}
.form-section .alert{
	font-size: 16px;
}

.date span, .date span:focus, .date span:active{
	background: transparent;
    box-shadow: none;
}
.monthcontrol{
	float:left; 
	width: 60%;
	border-right: 0;
}
.daycontrol{
	float:left; width:40%
}
.date span img{
    width: 20px;
}
.date .form-control:focus .date{
	border-color: #26CC41 !important;
}
.loan-section .gif {
    margin-top: 0px;
}

@media (min-width:768px) and (max-width:1024px) {
    .hero-section {
        /*background: url(../imgs/hero1.jpg) no-repeat right center;
        background-size:cover;*/
    }
}
    /*Landing page css ends*/
@media (min-width:320px) and (max-width:767px) {
    .hero-section {
        background: url(../imgs/hero1.jpg) no-repeat right center;
        background-size:cover;
        height: auto;
    }

        .hero-section #introText {
            margin-bottom: 200px;
            margin-top: 50px;
            text-align: center;
        }

    .footer-section p {
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-section .privecy {
        text-align: center;
        margin-bottom: 0;
    }

    .green-section h2, .green-bg h2 {
        font-size: 34px;
    }

    .green-section h3, .green-bg h3 {
        font-size: 24px;
    }

    .hero-section h1 {
        font-size: 38px;
    }
}