body {
    overflow-x: hidden;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    color: #778191;
    background-color: #f4f6f8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*Header button hide*/
.header-action a.btn.btn-default {
	display: none; 
	opacity: 0;
}
.home .wpb-content-wrapper {
    overflow: hidden;
}

.page-breadcrumb .breadcrumb span,
.page-breadcrumb .breadcrumb a span {
    color: #fff;
}

select.form-control {
    -webkit-appearance: auto;
}

.page-header {
    padding: 95px 0px 80px;
    min-height: 300px;
}
.page-template-template-home-2 .sticky-header {
    padding: 10px 0px;
    background: #ededed;
}
.page-template-template-home-2 .sticky-wrapper.is-sticky .sticky-header {
    z-index: 999;
}

.home-card-hover {}
.home-card-hover .card:hover .card-body {
    background: #15549A;
}
.home-card-hover .card:hover .card-body h1,
.home-card-hover .card:hover .card-body h2,
.home-card-hover .card:hover .card-body h3,
.home-card-hover .card:hover .card-body h4,
.home-card-hover .card:hover .card-body h5 {
    color: #fff;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

.page-template-template-home-tabbed .is-sticky .header, .page-template-template-home-tabbed .is-sticky .header-2 {
    background-color: rgba(21, 30, 40, 1);
}

#navigation.small-screen #menu-button {
    padding: 20px 0px;
}
.service-rate-block .product-rate {
    color: #F02E2E;
}
.loan-products-wrap .btn-secondary {
    background-color: #F02E2E;
    border-color: #F02E2E;
}
.loan-products-wrap .btn-secondary:hover {
    background-color: #104b8c;
    border-color: #104b8c;
}

.footer {
    background-color: #21334E;
}


@media only screen and (max-width: 1470px) {
    .slider-captions {
        bottom: 150px;
    }
}

@media only screen and (max-width: 1199px) {
    .slider-captions {
        bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .slider-captions {
        bottom: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .slider-captions {
        bottom: 70px;
    }
}

@media only screen and (max-width: 520px) {
    .slider-captions {
        bottom: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .loan-products-wrap .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service-block-v3 .service-content {
        padding: 5px 0px;
    }
    .service-block-v3 .service-title {
        /*font-size: 21px;*/
    }
    .feature.feature-icon-style {
        margin-bottom: 20px;
    }
    .feature-icon-style .feature-icon {
        margin: 0 auto 20px auto;
    }

}


/*@media only screen and (min-width: 768px) {
    .service-block-v3 .service-content {
        padding: 5px 0px;
    }
    .service-block-v3 .service-title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 992px) {
    .service-block-v3 .service-title {
        font-size: 21px;
    }
}

@media only screen and (min-width: 1199px) {
    .service-block-v3 .service-title {
        font-size: 23px;
    }
}*/

