@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'), url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.woff2') format('woff2'), url('fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-LightItalic.woff2') format('woff2'), url('fonts/Gotham-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BoldItalic.woff2') format('woff2'), url('fonts/Gotham-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.woff2') format('woff2'), url('fonts/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-MediumItalic.woff2') format('woff2'), url('fonts/Gotham-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.woff2') format('woff2'), url('fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-UltraItalic.woff2') format('woff2'), url('fonts/Gotham-UltraItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-ThinItalic.woff2') format('woff2'), url('fonts/Gotham-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.woff2') format('woff2'), url('fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Thin.woff2') format('woff2'), url('fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2'), url('fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-BookItalic.woff2') format('woff2'), url('fonts/Gotham-BookItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLightItalic.woff2') format('woff2'), url('fonts/Gotham-XLightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-XLight.woff2') format('woff2'), url('fonts/Gotham-XLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

body {
    /*font-family: 'Gotham', sans-serif;*/
    font-size: 14px;
    color: #000;
}

a, img {
    text-decoration: none !important;
    outline: none;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover {
    transition: all 0.5s;
}

.header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    /*   background: rgba(255,255,255,0.6);
    box-shadow: 0 0 35px rgba(0,0,0,0.3);*/
}

.navbar-brand.logo {
    padding: 0;
}

.navbar-light {
    padding: 0;
    margin-top: 15px;
}

    .navbar-light .nav-item .nav-link {
        color: #000;
        font-size: 13px;
        font-weight: 400;
        /*padding: 34px 30px;*/
        text-transform: uppercase;
        margin: 5px 12px;
    }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #2b2926;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #2b2926;
    }

.header-top-info {
    text-align: right;
    margin-top: 20px;
}

.header-wrapper:after {
    content: '';
    background: url(../images/line.png);
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    background-size: cover;
    position: absolute;
    top: 66px;
}

.header-top-info ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    text-align: left;
    vertical-align: top;
}

    .header-top-info ul li:last-child {
        margin-right: 0;
    }

    .header-top-info ul li i {
        margin-right: 10px;
    }

    .header-top-info ul li a {
        color: #fff;
        display: inline-block;
    }

.header-wrapper .social-icons li a {
    background: #b4d9b5;
    color: #46a549;
    margin-top: 10px;
}

.address-col {
    position: relative;
    padding-left: 30px;
}

.header-top-info ul li.address-col i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    text-align: right;
}

.header-wrapper .social-icons li a:hover {
    background: #fff;
    color: #46a549;
}

.logo-img {
    margin-top: 10px;
}

.login-btn {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 10px 20px;
    text-transform: uppercase;
}

    .login-btn:hover {
        background: #fff;
        color: #44a147;
    }

.apply-btn {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50px !important;
    padding: 10px 20px;
    color: #44a147 !important;
    text-transform: uppercase;
}

    .apply-btn:hover {
        background: #44a147 !important;
        color: #fff !important;
    }

.navbar-light .nav-item .nav-link {
    color: #fff;
}

.banner-wrapper {
    background: rgba(53,136,56,1);
    background: -moz-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(53,136,56,1)), color-stop(100%, rgba(76,175,79,1)));
    background: -webkit-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -o-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358838', endColorstr='#4caf4f', GradientType=1 );
    min-height: 600px;
    color: #fff;
    position: relative;
}

    .banner-wrapper:after {
        content: "";
        background: url(../images/banner-curve-shape.png);
        width: 100%;
        background-size: cover;
        min-height: 190px;
        display: block;
        position: absolute;
        bottom: 0px;
    }

    .banner-wrapper h1 {
        font-size: 56px;
        font-weight: 400;
        width: 86%;
    }

        .banner-wrapper h1:after {
            content: '';
            background: #fff;
            width: 60px;
            height: 5px;
            display: block;
            border-radius: 50px;
            margin: 20px 0;
        }

        .banner-wrapper h1 .bld-txt {
            font-weight: bold;
        }

    .banner-wrapper p {
        font-size: 26px;
        font-weight: 400;
        width: 70%;
    }
/*.curve-bg-img{
	background: url(../images/banner-shape.png);
	width: 100%;
	min-height: 670px;
	background-size: cover;
	overflow: hidden;
}*/
.apply-wrapper {
    margin-top: -180px;
    background: #f5f5f5;
    padding: 0 0 140px 0;
}

.apply-form {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.1);
}

.form-control {
    font-size: 13px;
    font-weight: 400;
    height: 37px;
}

.btn-default {
    background: rgba(53,136,56,1);
    background: -moz-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(53,136,56,1)), color-stop(100%, rgba(76,175,79,1)));
    background: -webkit-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -o-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    background: linear-gradient(45deg, rgba(53,136,56,1) 0%, rgba(76,175,79,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#358838', endColorstr='#4caf4f', GradientType=1 );
    border: 0;
    padding: 8px 20px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
}

    .btn-default i {
        float: right;
        margin-top: 3px;
    }

    .btn-default:hover {
        background: #2b2926;
    }

.banner-wrapper .carousel-indicators {
    bottom: 230px;
}

    .banner-wrapper .carousel-indicators li {
        width: 12px;
        height: 12px;
        border-radius: 50px;
        background-color: rgba(255,255,255,.3);
        cursor: pointer;
    }

    .banner-wrapper .carousel-indicators .active {
        background: #2b2926;
        width: 35px;
    }

.feature-title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    color: #4caf50;
    margin-top: 30px;
    letter-spacing: 0.5px;
}

.single-feature {
    margin-top: 70px;
    padding: 0 30px;
    position: relative;
    top: 0;
    transition: all 0.5s;
}

    .single-feature:hover {
        top: -5px;
    }

        .single-feature:hover .feature-title {
            color: #2b2926;
        }

    .single-feature .feature-img {
        -webkit-transition: -webkit-transform .9s ease-in-out;
        transition: transform .9s ease-in-out;
    }

    .single-feature:hover .feature-img {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }

.shadow-img {
    visibility: hidden;
}

.single-feature:hover .shadow-img {
    visibility: visible;
}

.single-feature p {
    color: #2b2926;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
}

.bad-credit-wrapper:before {
    content: '';
    background: url(../images/shape-top.png);
    background-size: cover;
    height: 90px;
    display: block;
    margin-top: -80px;
    background-position: center;
}

.bad-credit-wrapper:after {
    content: '';
    background: url(../images/shape-btm.png);
    background-size: cover;
    height: 90px;
    display: block;
    margin-top: 0px;
    z-index: 1;
    position: relative;
    bottom: -80px;
    background-position: center;
}

.bad-credit-img img {
    border-radius: 5px;
    width: 90%;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.bad-credit-img {
    position: relative;
    /*overflow: hidden;*/
    /*width: 90%;*/
}

    .bad-credit-img:hover img {
        /*  -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);*/
    }


    .bad-credit-img:after {
        content: '';
        background: url(../images/img-green-shape.png);
        display: block;
        width: 226px;
        height: 226px;
        position: absolute;
        bottom: -10px;
        left: -10px;
    }

.main-title {
    color: #4caf50;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

    .main-title:after {
        content: '';
        background: #4caf50;
        width: 60px;
        height: 5px;
        display: block;
        border-radius: 50px;
        margin: 20px 0;
    }

.bad-credit-wrapper p {
    font-size: 18px;
    color: #5a5855;
    line-height: 30px;
}

.rount-btn {
    border-radius: 50px;
    min-width: 160px;
}

    .rount-btn:hover {
        color: #fff;
    }

.need-cash-wrapper {
    background: #f4f5f5;
    padding: 185px 0 110px;
}

.sml-title {
    color: #4caf50;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
}

.discription-txt {
    color: #7f7e7c;
    line-height: 22px;
}

.need-cash-img {
    position: relative;
    width: 70%;
}

    .need-cash-img:after {
        content: '';
        background: url(../images/img-green-shape.png);
        display: block;
        width: 148px;
        height: 148px;
        position: absolute;
        bottom: -10px;
        right: 0;
        transform: scaleX(-1);
        background-size: 148px;
        z-index: 2;
    }

    .need-cash-img img {
        border-radius: 5px;
        z-index: 1;
        position: relative;
    }

    .need-cash-img:before {
        content: '';
        background: url(../images/money-icon.png);
        width: 185px;
        height: 177px;
        position: absolute;
        right: -70px;
        display: block;
        top: -90px;
    }

.pr-50 {
    padding-right: 50px !important;
}

.goal-img {
    width: 70%;
    margin-left: auto;
}

    .goal-img:after {
        width: 148px;
        height: 148px;
        position: absolute;
        bottom: -10px;
        left: -10px;
        background-size: 148px;
        z-index: 2;
    }

    .goal-img:before {
        content: '';
        background: url(../images/goal-icon.png);
        width: 200px;
        height: 200px;
        position: absolute;
        left: -70px;
        display: block;
        top: -80px;
    }

.mt-100 {
    margin-top: 100px;
}

.service-wrapper {
    background: url(../images/service-bg.jpg) no-repeat;
    min-height: 698px;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
    position: relative;
    background-attachment: fixed;
}

.single-service {
    margin-top: 50px;
}

.center-title h1 {
    font-size: 34px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.center-title:after {
    content: '';
    background: #fff;
    width: 60px;
    height: 5px;
    display: block;
    border-radius: 50px;
    margin: 20px auto;
}

.title-btm {
    color: #fff;
    text-align: center;
    font-size: 16px !important;
}

.service-number {
    width: 67px;
    height: 67px;
    background: #fff;
    border-radius: 50px;
    color: #4caf50;
    font-weight: bold;
    text-align: center;
    line-height: 67px !important;
    font-size: 31px !important;
    -webkit-transition: -webkit-transform .9s ease-in-out;
    transition: transform .9s ease-in-out;
}

.single-service:hover .service-number {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.service-name {
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #fff;
}

    .service-name:hover {
        color: #fff;
    }

.service-wrapper p {
    font-size: 13px;
    line-height: 18px;
}

.service-btm-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    margin: 0 auto;
}

.apply-now-wrapper {
    padding: 200px 0 70px;
}

.big-green-txt {
    font-size: 34px;
    font-weight: 400;
    color: #4cae50;
    margin: 20px 0 5px;
}

.apply-now-wrapper p {
    font-size: 20px;
    color: #7f7e7c;
}

.apply-now-wrapper .btn-default {
    min-width: 256px;
    padding: 15px 20px;
    font-size: 23px;
    margin-top: 10px;
}

    .apply-now-wrapper .btn-default i {
        margin-top: 5px;
    }

footer p {
    color: #7f7e7c;
    line-height: 24px;
}

.social-icons {
    padding-left: 29px;
}

    .social-icons li {
        list-style: none;
        display: inline-block;
    }

        .social-icons li a {
            background: #b3b4b4;
            color: #fff;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            display: inline-block;
            border-radius: 50%;
            font-size: 15px;
            margin-right: 5px;
        }

            .social-icons li a:hover {
                background: #4cae50;
                color: #fff;
            }

footer a {
    color: #7f7e7c;
}

    footer a:hover {
        color: #4caf50;
    }

.border-t-b {
    border-top: 1px solid #d5d4d4;
    border-bottom: 1px solid #d5d4d4;
    padding: 30px 0;
}

.footer-links {
    padding: 20px 0px;
}

    .footer-links li {
        display: inline-block;
    }

        .footer-links li a {
            border-right: 1px solid #ddd;
            padding-right: 15px;
            margin-right: 15px;
        }

            .footer-links li a:hover {
                color: #4caf50;
            }

        .footer-links li:last-child a {
            border-right: 0;
            margin-right: 0;
            padding-right: 0;
        }

.footer-btm {
    background: #7f7e7c;
}

    .footer-btm p {
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 5px;
        font-size: 12px;
    }










/*===========Loan Page css ==================*/
.innerbanner-wrapper {
    background: url(../images/innerbg.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}


.innerbanner-text h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
}

    .innerbanner-text h1:after {
        content: '';
        background: #fff;
        width: 60px;
        height: 5px;
        display: block;
        border-radius: 50px;
        margin: 20px 0;
    }

.innerbanner-wrapper {
    margin-bottom: 90px;
}

.innerbanner-text p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 5px;
}


.innerbanner-text h2 span {
    font-size: 38px;
    color: #fbf142;
    font-weight: bold;
}

.innerbanner-text h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.title-loan-text p {
    font-size: 18px !important;
    color: #5a5855 !important;
    line-height: 30px;
}

.inner-wrapper p {
    font-size: 14px;
    color: #5a5855;
}

    .inner-wrapper p:last-child {
        margin: 0;
    }

.poor-credit-wrapper {
    padding-bottom: 90px;
}


    .poor-credit-wrapper p {
        line-height: 22px;
    }

.apply-btn-shadow {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.15);
}

.form-area-wrapper {
    background: #f4f5f5;
    border-top: 1px solid #dedddd;
    border-bottom: 1px solid #dedddd;
}

    .form-area-wrapper label {
        font-size: 16px;
        font-weight: 400;
        color: #5a5855;
    }

    .form-area-wrapper textarea {
        height: 122px;
        resize: none;
    }

.max-width-820 {
    max-width: 820px;
    margin: 0 auto;
}

.payday-loan-wrapper h1 {
    font-weight: 400;
}

.padd90 {
    padding: 90px 0;
}

.green-text {
    color: #4caf50;
    font-weight: 400;
    font-size: 22px;
}

.size-18 {
    font-size: 18px !important;
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
    content: "Choose File";
}

.custom-file-label::after {
    background: #aaabab;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.footer-top-text {
    padding: 60px 0;
}

    .footer-top-text p {
        line-height: 30px;
    }

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important;
}

.bootstrap-filestyle .btn-default {
    background: #aaabab;
    padding: 7px 10px;
    font-size: 16px;
    color: #ffffff;
    text-transform: none;
    margin-left: 10px;
}

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
/*===========Loan Page css End==================*/

/*==========FaQ css =================*/

.title-loan-faq h2 {
    font-size: 22px;
    color: #4caf50;
    font-weight: 400;
    margin-bottom: 40px;
}

.accordion {
    position: relative;
}

    .accordion:after {
        content: "";
        position: absolute;
        border-right: 1px solid #4caf50;
        width: 2px;
        /*height: 100%;*/
        margin: auto;
        left: 40px;
        top: 0px;
        bottom: 0;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .accordion .card-header h5.collapsed:after {
        content: "";
        background: url(../images/plus-img.png) no-repeat;
        position: absolute;
        right: 4px;
        top: 14px;
        /*background: #fff;*/
        height: 24px;
        width: 24px;
        text-align: center;
        background-size: 21px;
    }

    .accordion .card-header h5:after {
        content: "";
        background: url(../images/minus-img.png) no-repeat;
        font-size: 14px;
        position: absolute;
        right: 4px;
        top: 14px;
        height: 24px;
        width: 24px;
        text-align: center;
    }

    .accordion .card-header h5 {
        background-color: #fbf142;
        font-size: 16px;
        font-weight: 400;
        color: #000;
        padding: 15px 30px 15px 70px;
        cursor: pointer;
        position: relative;
        border-radius: 10px !important;
    }

.card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    margin-bottom: -1px;
    border-radius: 10px !important;
    border-bottom: 0;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}

.accordion .card-header h5.collapsed {
    background-color: transparent;
    color: #555;
}

.accordion .card {
    margin-bottom: 20px;
    border-radius: 2px;
    border: 0;
}

.card-body {
    padding-left: 70px;
}


.accordion .card-header h5.collapsed:before {
    height: 100%;
    width: 36px;
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    background: #4caf50;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion .card-header h5:before {
    background: none;
}

.card .collapse.show:after {
    background: #f00;
}

.title-loan-faq {
    margin-bottom: 70px;
}

.accordion .card-header h5.collapsed span:after {
    content: "";
    background: #fff;
    border: 1px solid #4caf50;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 33px;
    top: 12px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.accordion .card-header h5 span:after {
    content: "";
    background: #4caf50;
    border: 1px solid #fff;
    height: 17px;
    width: 17px;
    position: absolute;
    left: 33px;
    top: 12px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 2;
}

.inner-header {
    position: relative;
}

    .inner-header .navbar-light .nav-item .nav-link, .inner-header .header-top-info ul li a, .inner-header .header-top-info ul li {
        color: #5a5855;
    }

    .inner-header .login-btn {
        border: 1px solid #4caf50;
        color: #4caf50 !important;
    }

    .inner-header .social-icons li a {
        background: #5a5855;
        color: #fff;
    }

        .inner-header .social-icons li a:hover {
            background: #4caf50;
            color: #fff;
        }

    .inner-header .apply-btn {
        background: #44a147;
        color: #fff !important;
    }

    .inner-header .login-btn:hover {
        background: #5a5855;
        color: #fff !important;
    }

    .inner-header .apply-btn:hover {
        background: #5a5855 !important;
    }

    .inner-header .navbar-light .navbar-nav .nav-link:focus, .inner-header .navbar-light .navbar-nav .nav-link:hover {
        color: #44a147;
    }

    .inner-header:after {
        background: url(../images/inner-line.png);
        background-size: cover;
    }

/*=========Faq css End =================*/

.input-daterange input {
    text-align: left;
}

.bg-trans {
    background: transparent;
}

.bl-0 {
    border-left: 0 !important;
}

.br-0 {
    border-right: 0 !important;
}
/*.form-control::placeholder{
    color: #413f3b;
}
.form-control::-moz-placeholder{
    color: #413f3b;
}
.form-control::-webkit-placeholder{
    color: #413f3b;
}*/
.day-txt {
    min-width: 80px;
    display: inline-block;
}

#contactModal .media-body a {
    color: #000;
}

    #contactModal .media-body a:hover {
        color: #4caf50;
    }

.modal-header {
    background: #4caf50;
    color: #fff;
}

.modal-title {
    font-weight: 600;
    font-size: 16px;
}

.modal .close {
    color: #fff;
    opacity: 1;
}

    .modal .close:focus, .close:hover {
        color: #fff;
    }

.needs-list {
    color: #5a5855;
    padding-left: 15px;
}

    .needs-list li {
        list-style-type: disc;
        margin: 10px 0px;
    }

/**** Member Page Styles ****/
.Links .Link:hover {
    background-color: #44A147 !important;
    color: white;
}

.table-striped td:last-child {
    color: #44A147 !important;
}

#Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit {
    background-color: #44A147;
    border-color: #226724;
    margin-top: 25px;
    color: white;
}

    #Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change:hover, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload:hover, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login:hover, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit:hover {
        background-color: #226724;
    }
