@charset "utf-8";
/* CSS Document */

.inner-banner {
    height: auto;
}

.banner-all-loans {
    position: relative;
    background-image: url(../images/all-loans.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 0px 35px 0px;
}
/*.inner-banner img{ width:100%; height:auto;}
.inner-banner-caption{ position:absolute; z-index:99;}*/
ul.breadcrumb {
    padding: 10px 0px;
    list-style: none !important;
    background: none;
}

    ul.breadcrumb li {
        display: inline;
        font-size: 10px;
        color: #0099dc;
        list-style: none;
    }

        ul.breadcrumb li + li:before {
            padding: 8px;
            color: black;
            content: url(../images/icon-arrow.png)
        }

        ul.breadcrumb li a {
            color: #7a8499;
            text-decoration: none;
        }

            ul.breadcrumb li a:hover {
                color: #0099dc;
                text-decoration: none;
            }

.inner-banner h1 {
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 38px;
    font-weight: 800;
    letter-spacing: normal;
    text-transform: uppercase;
}

.filter-button {
    border-radius: 8px;
    border: solid 1px #ccd5e3;
    background-color: #ffffff;
    font-size: 12px;
    color: #17181a !important;
    padding: 8px 12px 8px 8px;
    width: 100px;
}

    .filter-button:hover {
        border-radius: 8px;
        border: solid 1px #ccd5e3;
        background-color: #ccd5e3;
        font-size: 12px;
        color: #17181a !important;
        padding: 8px 12px 8px 8px;
        width: 100px;
    }

    .filter-button a {
        color: #17181a !important;
        text-decoration: none;
    }

        .filter-button a:hover {
            color: #17181a !important;
            text-decoration: none;
        }

.filter-search-box {
    background-color: #ffffff;
    padding-top: 40px;
    padding-bottom: 0px;
}

.sort-button {
    padding: 5px 8px 6px 12px;
    border-radius: 8px;
    border: solid 1px #ccd5e3;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    height: 36px;
}

    .sort-button span {
        font-weight: normal;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    width: 27%;
    position: relative;
    float: left;
}

.main-wd {
    width: 25%;
    position: relative;
    float: left;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.filter-group .card-header {
    border-bottom: 0
}

.icon-control {
    margin-top: 6px;
    float: right;
    font-size: 80%
}

.list-menu {
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .list-menu a {
        color: #343a40
    }

.checkbox-btn {
    position: relative
}

    .checkbox-btn input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

        .checkbox-btn input:checked ~ .btn {
            border-color: #3167eb;
            background-color: #3167eb;
            color: #fff
        }

.btn-light {
    display: inline-block;
    font-weight: 600;
    color: #343a40;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #eee;
    border: 1px solid #eee;
    padding: 0.45rem 0.85rem;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0.37rem
}

    .btn-light:hover {
        background-color: #fff;
        border-color: #989898
    }

.btn-medium {
    font-size: 12px;
    padding: 10px 22px;
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 2px;
    border: 1px solid #157af6;
    width: 100%
}

.highlight-button:hover {
    background-color: #157af6;
    border: 2px solid #157af6;
    color: #fff
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.searchnew {
    height: 48px;
    border-radius: 8px;
    background-color: #f1f3f6;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
    color: #7a8499;
    border: none;
}

.search-res {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 50px;
}

.schemes-box-res {
    padding-top: 40px;
}

.service-box-res {
    padding-top: 25px;
}

.schemes-box-wrap {
    margin-bottom: 25px;
}

.our-services-section {
    padding-top: 10px;
    padding-bottom: 25px;
}

.search-results-pg-sec {
    margin: 25px 0px 25px 0px;
}

.search-results-pg-product-finder-wrap {
    background: #3e4095;
    border-radius: 16px;
    /*mix-blend-mode: multiply;*/
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 70%, #373737);
    color: #fff;
    width: 100%;
    float: left;
    clear: both;
    padding: 30px 30px 15px 30px;
}

.select-items div, .select-selected {
    color: #ffffff;
    color: #c5c6f2;
    padding: 8px 16px;
    padding: 13px 16px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
}

.select-selected {
    background-color: DodgerBlue;
    border-radius: 8px;
    border: solid 1px #7a7cc4;
    background-color: #2b2d6f;
}

.search-results-pg-compo-box {
    margin: 0px 0px 25px 0px;
}

.search-results-pg-compo-box-right-text {
    padding-top: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #2d3134;
}

.sort-button-result-pg {
    padding: 5px 8px 6px 12px;
    border-radius: 8px;
    border: solid 1px #ccd5e3;
    background-color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    height: 36px;
}

    .sort-button-result-pg:hover {
        padding: 5px 8px 6px 12px;
        border-radius: 8px;
        border: solid 1px #ccd5e3;
        background-color: #ccd5e3;
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        height: 36px;
    }

    .sort-button-result-pg span {
        font-weight: normal;
    }

.sort-button-all {
    float: left;
    position: relative;
}

    .sort-button-all .dropdown {
        float: right;
        position: relative;
    }

        .sort-button-all .dropdown:hover {
            border-radius: 8px;
            background-color: #ccd5e !important3;
        }

        .sort-button-all .dropdown .dropdown-menu {
            top: 100%;
            right: 0 !important;
            border-radius: 8px;
            min-width: 160px;
            padding: 0px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

            .sort-button-all .dropdown .dropdown-menu > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 500;
                line-height: 44px;
                color: #7a8499;
                white-space: nowrap;
            }

                .sort-button-all .dropdown .dropdown-menu > li > a:hover {
                    background-color: #ccd5e3;
                    border-radius: 8px;
                }

.filter-box-wrap-col-div {
    border-radius: 16px;
    border: solid 0.5px #aab5c1;
    background-color: #ffffff;
    padding: 0px;
    width: 250px !important;
    float: left;
    overflow: hidden;
}

    .filter-box-wrap-col-div panel {
        border: none;
        box-shadow: 0 0px 0px rgba(0,0,0,.00) !important;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.00) !important;
    }

    .filter-box-wrap-col-div .panel-body {
        padding: 10px 20px 10px 25px;
        background-color: #eff2f6 !important;
    }

    .filter-box-wrap-col-div .panel-default {
        border-color: #fff;
    }


.sort-button-al {
    float: right;
    position: relative;
}

    .sort-button-al .dropdown {
        float: right;
        position: relative;
    }

        .sort-button-al .dropdown:hover {
            border-radius: 8px;
            background-color: #ccd5e !important3;
        }

        .sort-button-al .dropdown .dropdown-menu {
            top: 100%;
            right: 0 !important;
            border-radius: 8px;
            min-width: 160px;
            padding: 0px 0;
            margin: 2px 0 0;
            font-size: 14px;
            text-align: left;
            list-style: none;
            background-color: #fff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #ccc;
            border: 1px solid rgba(0,0,0,.15);
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
        }

            .sort-button-al .dropdown .dropdown-menu > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 500;
                line-height: 44px;
                color: #7a8499;
                white-space: nowrap;
            }

                .sort-button-al .dropdown .dropdown-menu > li > a:hover {
                    background-color: #ccd5e3;
                    border-radius: 8px;
                }

.search-result-with-filter-box-section {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 50px;
}

.search-result-with-filter-box-row {
    padding-top: 0px;
}

.filter-box-wrap {
    border-radius: 16px;
    border: solid 0.5px #aab5c1;
    background-color: #ffffff;
    padding: 0px;
    width: 100%;
    float: left;
    overflow: hidden;
}

    .filter-box-wrap panel {
        border: none;
        box-shadow: 0 0px 0px rgba(0,0,0,.00) !important;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.00) !important;
    }

    .filter-box-wrap .panel-body {
        padding: 10px 20px 10px 25px;
        background-color: #eff2f6 !important;
    }

    .filter-box-wrap .panel-default {
        border-color: #fff;
    }

.panel-heading {
    padding: 0;
    border: 0;
    padding: 9px 3px !important
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 10px 20px 10px 20px;
    color: #7a8499;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}


    .panel-title > a:before {
        float: right !important;
        font-family: 'Glyphicons Halflings';
        content: "\2212";
        padding-right: 5px;
    }

    .panel-title > a.collapsed:before {
        float: right !important;
        font-family: 'Glyphicons Halflings';
        content: "\002b";
    }

.panel-group .panel + .panel {
    margin-top: 0px !important;
}



.panel-default > .panel-heading {
    font-size: 14px;
    font-weight: 500;
    color: #7a8499;
    background-color: #ffffff !important;
    border: 0px !important;
    border-radius: none;
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.15;
        position: relative
    }

    100% {
        height: 200px;
        width: 200px;
        margin-left: -80px;
        margin-top: -80px;
        opacity: 0
    }
}





.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: -8.66667px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 15px;
    width: 15px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000
}

    .option-input:hover {
        background: #3e4095
    }

    .option-input:checked {
        background: #3e4095;
    }

        .option-input:checked::before {
            height: 15px;
            width: 15px;
            position: absolute;
            content: "\f00c";
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 12px;
            text-align: center;
            line-height: 15px
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.15s;
            -moz-animation: click-wave 0.15s;
            animation: click-wave 0.15s;
            background: #E91E63;
            content: '';
            display: block;
            position: relative;
            z-index: 100
        }

    .option-input.radio {
        border-radius: 50%
    }

        .option-input.radio::after {
            border-radius: 50%
        }

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -4px !important;
    margin-top: 16px;
    border: 1px solid #7a8499;
}

input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px
}

.ml-10 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #7a8499;
    font-weight: 500;
}


.filters-text {
    background: #fff;
    /* margin-bottom: 15px;*/
    padding: 20px
}

.filter-span {
    font-size: 17px;
    color: #2d3134;
    font-size: 16px;
    font-weight: 600;
}

.spn-cle {
    font-size: 12px;
    font-weight: 600;
    color: #3e4095;
    float: right;
}

.search-result-pg {
    padding: 0px 0px 25px 0px;
}

.sear-filter-bt {
    padding-right: 0px;
}

    .sear-filter-bt .filter-button-al {
        float: right;
    }

.card-body-ser {
    width: 100%;
    position: relative;
    float: right;
}

.cardd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    width: 100%;
    float: right !important;
}

    .cardd .filter-box-wrap {
        width: 300px !important;
    }



.digital-banking-listing-pg-section .inner-pg-title-div {
    padding-bottom: 15px;
}



@media only screen and (max-width:1024px) {

    .card {
        width: 43%;
    }

    .sort-button-result-pg {
        width: 150px;
        height: 38px;
    }


    .sear-filter-bt .filter-button-al {
        width: 40%;
    }
}




@media only screen and (max-width:980px) {

    .card {
        width: 100px;
    }

    /* .sort-button-result-pg {
	width: 150px;
	height: 38px;
}*/

    .sort-button-all {
        width: auto;
    }

        .sort-button-all .dropdown {
            float: left;
        }

    .search-res .schemes-img-wrap img {
        width: 100%;
        margin-bottom: 10px;
    }


    .search-result-pg .hero-product-img-wrap img {
        width: 100%;
    }


    .search-result-with-filter-box-section .hero-product-img-wrap img {
        width: 100%;
    }

    .our-schemes-section .home-pg-schemes-carousel-wrap #owl-demo1 .schemes-box-wrap img {
        width: 100%;
    }

    .sear-filter-bt .filter-button-al {
        width: 65%;
    }

    .our-services-section .service-box-res .row:first-child .col-lg-6 .schemes-box-wrap .col-lg-7 .schemes-text-wrap .hero-product-title-wrap {
        padding-top: 15px;
    }
}




@media only screen and (max-width:768px) {

    .search-res .scheme-row-one .col-lg-6 {
        width: 50%;
        float: left;
    }

    .search-res .scheme-row-two .col-lg-6 {
        width: 50%;
        float: left;
    }

    .search-result-with-filter-box-section .search-result-pg .col-lg-4 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }

    .search-result-with-filter-box-section .row:nth-child(2) .col-lg-4 {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }




    .search-result-with-filter-box-section .search-result-pg .col-lg-4:last-child {
        margin-bottom: 0px;
    }

    .search-result-with-filter-box-section .row:nth-child(2) .col-lg-4:last-child {
        margin-bottom: 0px;
    }


    .search-result-with-filter-box-section .search-result-with-filter-box-row .col-lg-4:nth-child(2) {
        width: 50%;
        float: left;
        margin-top: 20px;
    }

    .search-result-with-filter-box-section .search-result-with-filter-box-row .col-lg-4:nth-child(3) {
        width: 50%;
        float: left;
        margin-top: 20px;
    }
}



@media only screen and (max-width:667px) {

    .sear-filter-bt .filter-button-al {
        width: 80%;
    }
}


@media only screen and (max-width:480px) {

    .filter-search-box .col-md-4.pull-right {
        float: left !important;
        margin-top: 20px;
    }

    .filter-button {
        width: 100%;
    }

    .filter-search-box .col-md-4:first-child {
        width: 100%;
        float: left;
    }

    .filter-button:hover {
        width: 100%;
    }

    .card {
        width: 50%;
    }

    .sort-button-result-pg {
        width: 100%;
        height: 38px;
    }

    .sort-button-all {
        width: 50%;
    }

        .sort-button-all .dropdown {
            float: left;
            width: 100%;
        }

    .filter-box-wrap-col-div {
        width: 226px !important;
    }

    .filter-search-box .col-md-4.pull-right {
        width: 97%;
    }


    .search-results-pg-compo-box .row:first-child .col-lg-6:first-child {
        width: 100%;
    }

    .search-results-pg-compo-box .row:first-child .col-lg-4:nth-child(2) {
        width: 50%;
        float: left;
    }


    .search-results-pg-compo-box .row:first-child .col-lg-2:nth-child(3) {
        width: 50%;
        float: left;
    }

    .sear-filter-bt .filter-button-al {
        width: 100%;
    }

    .sort-button-al .dropdown {
        width: 100%;
    }

    .sort-button-result-pg {
        text-align: left;
    }


    .search-results-pg-compo-box .row:first-child .col-lg-4.col-xs-4.sort-button-al:nth-child(2) {
        width: 100%;
        float: left;
    }
    
    
    /*.digital-banking-listing-pg-section .service-box-res .row:first-child .col-lg-6 .schemes-box-wrap .col-lg-7 .schemes-text-wrap h4 {
        height: 40px;
    }*/
    
    .digital-banking-listing-pg-section .schemes-text-wrap .hero-product-title-wrap h4 {
        height: 50px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .digital-banking-listing-pg-section .schemes-text-wrap .para-div {
        height: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    
    
}



@media only screen and (max-width:414px) {


    .search-res .scheme-row-one .col-lg-6, .search-res .scheme-row-two .col-lg-6 {
        width: 100%;
        float: left;
    }

    .search-res .schemes-box-wrap {
        width: 100%;
    }


    .search-results-pg-product-finder-wrap .product-type-wrap .customer-type-select-div {
        width: 100%;
        margin-bottom: 10px;
    }

    .search-results-pg-product-finder-wrap .product-type-wrap .product-type-select-div {
        width: 100%;
    }

    .search-results-pg-product-finder-wrap .product-type-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .search-results-pg-product-finder-wrap {
        padding: 30px 30px 30px 30px;
    }


    .search-result-with-filter-box-section .search-result-pg .col-lg-4 {
        width: 100%;
    }

    .search-result-with-filter-box-section .row:nth-child(2) .col-lg-4 {
        width: 100%;
    }

    .our-schemes-section .schemes-box-wrap {
        width: 100%;
    }

    .search-result-with-filter-box-section .search-result-with-filter-box-row .col-lg-4:nth-child(2) {
        width: 100%;
    }

    .search-result-with-filter-box-section .search-result-with-filter-box-row .col-lg-4:nth-child(3) {
        width: 100%;
    }

    .our-services-section .service-box-res .row:first-child .col-lg-6 {
        width: 100%;
    }


        .our-services-section .service-box-res .row:first-child .col-lg-6 .schemes-box-wrap {
            width: 100%;
        }
    
    
    .digital-banking-listing-pg-section .service-box-res .row .col-lg-6 {
        width: 100%;
    }
    
    .digital-banking-listing-pg-section .service-box-res .row .col-lg-6 .schemes-box-wrap {
        width: 100%;
    }
    
     .digital-banking-listing-pg-section .schemes-text-wrap .hero-product-title-wrap h4 {
        height: auto;
        padding-top: 10px;
        padding-bottom: 0px;
    }
    
    .digital-banking-listing-pg-section .schemes-text-wrap .para-div {
        height: auto;
        padding-top: 0px;
        padding-bottom: 0px;
        
    }
    
    
    
}


@media only screen and (max-width:375px) {

    .sort-button-all {
        width: 60%;
    }


    .card {
        width: 40%;
    }


    .search-results-pg-compo-box .row:first-child .col-lg-4:nth-child(2) {
        width: 40%;
        float: left;
    }

    .search-results-pg-compo-box .row:first-child .col-lg-2:nth-child(3) {
        width: 60%;
        float: left;
    }
}



@media only screen and (max-width:320px) {


    .sort-button-all {
        width: 62%;
    }


    .card {
        width: 38%;
    }


    .search-results-pg-compo-box .row:first-child .col-lg-4:nth-child(2) {
        width: 44%;
        float: left;
    }

    .search-results-pg-compo-box .row:first-child .col-lg-2:nth-child(3) {
        width: 56%;
        float: left;
    }
}

.search-res .hero-product-box-row .col-lg-4 {
    margin-top: 40px;
}

    .search-res .hero-product-box-row .col-lg-4 .hero-product-title-wrap {
        padding-right: 2%;
    }

        .search-res .hero-product-box-row .col-lg-4 .hero-product-title-wrap h3 {
            height: 55px;
        }
