@font-face {
    font-family: Segoe UI;
    src: url(../fonts/SegoeUI.woff2) format("woff2"), url(../fonts/SegoeUI.woff) format("woff"), url(../fonts/SegoeUI.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SegoeUIBold;
    src: url(../fonts/SegoeUIBold.woff2) format("woff2"), url(../fonts/SegoeUIBold.woff) format("woff"), url(../fonts/SegoeUIBold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SegoeUISemibold;
    src: url(../fonts/SegoeUISemibold.woff2) format("woff2"), url(../fonts/SegoeUISemibold.woff) format("woff"), url(../fonts/SegoeUISemibold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
#downloadSearchInput {
    background-image: url('../images/searchIcon.png');
    background-position: 6px 6px;
    background-repeat: no-repeat;
    width: 75%;
    font-size: 16px;
    padding: 10px 45px 10px 45px;
    border: 1px solid #ddd;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 12px;
}

#downloadSearchForms {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #downloadSearchForms li a {
        margin-top: 2px; /* Prevent double borders */
        padding: 6px;
        text-decoration: none;
        font-size: 12px;
        /*color: #007bff;*/
        color:grey;
        display: block;
        border-bottom: 1px solid #d4d4d4;
    }

        #downloadSearchForms li a:hover:not(.header) {
            color: #0056b3;
            background-color: #fbfcfc; /*#edeff1;*/
        }

#downloadFormList {
    border: 1px solid #ddd;
    margin-top: -13px;
    max-height: 265px;
    overflow-y: auto;
    width:75%;
}
a,
a:hover {
    text-decoration: none;
}

#wrap {
    padding: 0 0 0 0;
    margin: 0 auto;
    width: 100%;
    font-family: Segoe UI;
}

    #wrap #topnav_container {
        width: 100%;
        /*background: #ebebeb url("../images/topnav_bg.png") bottom repeat-x;
padding: 0 0 5px 0;*/
        background: #ebebeb;
        border-bottom: 1px solid #d9d9d9;
        position: fixed;
        z-index: 102;
    }

        #wrap #topnav_container .topnav {
            width: 1180px;
            margin: 0 auto;
            padding: 0 10px;
            height: 37px;
        }

            #wrap #topnav_container .topnav::after {
                content: " ";
                clear: both;
                display: block;
            }

            #wrap #topnav_container .topnav .left_nav {
                float: left;
                width: 740px;
            }

                #wrap #topnav_container .topnav .left_nav ul {
                    margin: 0;
                    padding: 0;
                    list-style: none;
                }

                    #wrap #topnav_container .topnav .left_nav ul li {
                        list-style: none;
                        float: left;
                        font-family: SegoeUISemibold;
                        font-size: 13px;
                        padding: 0 0px;
                        line-height: 35px;
                    }

                        #wrap #topnav_container .topnav .left_nav ul li a:hover {
                            color: #393939;
                        }

                        #wrap #topnav_container .topnav .left_nav ul li a {
                            display: block;
                            padding: 0 25px;
                            text-decoration: none;
                            color: #727272;
                        }

                        #wrap #topnav_container .topnav .left_nav ul li.active {
                            border-top: 3px solid #f05036;
                            background: #fff;
                            /* padding-bottom: 5px; */
                            margin: 0 0 -1px 0;
                        }

                            #wrap #topnav_container .topnav .left_nav ul li.active a {
                                color: #393939;
                                border-left: 1px solid #dadada;
                                border-right: 1px solid #dadada;
                            }

            #wrap #topnav_container .topnav .right_nav {
                float: right;
                width: 400px;
                margin: 3px 0 0 0;
            }

                #wrap #topnav_container .topnav .right_nav ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    font-family: SegoeUISemibold;
                }

                    #wrap #topnav_container .topnav .right_nav ul li {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                    }


                        #wrap #topnav_container .topnav .right_nav ul li input[type="button"] {
                            display: block;
                            float: right;
                            border: none;
                            background: none;
                            margin: 0 0 0 10px;
                            font-size: 13px;
                            color: #666666;
                            padding: 6px 0 0 20px;
                            outline: none;
                            background-image: url("../images/icons/phone.png");
                            background-repeat: no-repeat;
                            background-position: 2px 9px;
                        }


                        #wrap #topnav_container .topnav .right_nav ul li input[type=search] {
                            display: block;
                            float: right;
                            margin: 0 0 0 auto;
                            width: 90px;
                            font-size: 13px;
                            padding: 4px 4px 4px 20px;
                            border: none;
                            -webkit-transition: width 0.4s ease-in-out;
                            transition: width 0.4s ease-in-out;
                            color: #666666;
                            background: none;
                            border-radius: 5px;
                            margin: 3px 0 0 0;
                            background-repeat: no-repeat;
                            background-position: 2px 5px;
                            background-image: url("../images/icons/search.png");
                        }

                        #wrap #topnav_container .topnav .right_nav ul li ::placeholder {
                            /* Chrome, Firefox, Opera, Safari 10.1+ */
                            color: #666666;
                            opacity: 1;
                            /* Firefox */
                        }

                        #wrap #topnav_container .topnav .right_nav ul li input[type=search]:focus {
                            width: 150px;
                            border: 1px solid;
                            padding: 4px 4px 4px 20px;
                            border-radius: 5px;
                            outline: none;
                            background-repeat: no-repeat;
                            background-position: left;
                            color: #666666;
                        }

/* li.dropdown:hover a.nav-item {color: #ffffff;} */
li.dropdown:hover a.submenu {
    color: #fff;
}

li.dropdown.active:hover a.submenu {
    /* color: #ffffff !important */
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.submenu::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    /*    content: "";*/
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#wrap #header {
    width: 1200px;
    /*margin: 0 auto;*/
    margin-left: 95px;
    padding: 37px 0 0 0;
    /*	background:url("../images/header_bg.png") 991px 96px no-repeat;*/
}

    #wrap #header.homepage {
        background: url("../images/header_bg.png") 97% 132px no-repeat;
    }

    #wrap #header::before,
    #wrap #header::after {
        clear: both;
        display: block;
        content: " ";
    }

    #wrap #header #logo {
        float: left;
        padding: 0;
        width: 300px;
    }

    #wrap #header #menu_container {
        width: 900px;
        float: left;
        padding: 0 0 0 0;
    }

        #wrap #header #menu_container .new_messages {
            height: 30px;
            padding: 0px 0 0 30px;
            background: url("../images/icons/new_messages.jpg") 0 8px no-repeat;
            font-size: 12px;
            color: #939393;
            font-family: SegoeUISemibold;
            width: 80%;
            visibility: hidden;
            border-bottom: 1px solid #e6e6e6;
        }

        #wrap #header #menu_container .mainmenu {
            float: left;
            width: 100%;
            padding: 0 0 0 0;
            color: #404148;
        }

            #wrap #header #menu_container .mainmenu ul li {
                font-size: 15px;
                /*   font-weight: bold;*/
                font-family: SegoeUISemibold;
                margin: 0 5px;
                /* -webkit-text-stroke:0.4px; */
            }

        #wrap #header #menu_container #corporate_menu.mainmenu ul li {
            font-size: 15px;
            /*   font-weight: bold;*/
            font-family: SegoeUISemibold;
            margin: 0 5px;
            /* -webkit-text-stroke:0.4px; */
        }

        #wrap #header #menu_container .mainmenu ul li a {
            color: #403f44;
            /* color:#565658; */
        }
/* #wrap #header #menu_container .mainmenu ul li a:hover {
color: #fff !important;
} */

.nexaImg {
    width: 90%;
    margin-left:20%;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    /* color:#4ea7e7 */
    color: #ee5b66 !important;
}

.navbar-light .navbar-nav .nav-item:hover {
    /* border-bottom: 1px solid #ee5b66 ;  */
}

.navbar-light .navbar-nav .nav-item.active {
    border-bottom: 1px solid #ee5b66;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:active, li.dropdown:hover {
    outline: none;
    color: #403f44 !important;
    /* border-radius: 8px 8px 0 0 */
}

.dropdown-menu {
    margin: 0;
    /* border: 1px solid #ee5b66; */
    border-radius: unset;
    border-radius: unset;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
}

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 8px 0.9rem;
        padding-left: 1.4rem;
    }

    .dropdown-menu a {
        color: #ee5b66;
        -webkit-transition: background 0.5s;
        /* For Safari 3.0 to 6.0 */
        transition: background 0.5s;
        /* For modern browsers */
        border-radius: unset;
        background: url("../images/icons/sub_menu.png") 8px 14px no-repeat;
    }

        .dropdown-menu a:hover {
            color: #ffffff !important;
            border-radius: unset;
            background: #ee5b66 url("../images/icons/sub_menu_hover.png") 11px 14px no-repeat;
        }
.intCalc-btn {
    color: #fff;
    background: #ee5b66 5px 6px no-repeat;
    border-color: #ee5b66;
    font-size: 16px;
    font-weight: normal;
    padding-left: 10px;
}
.intCalc-btn:hover {
        color: #fff;
    }
.login-btn {
    color: #fff;
    background: #ee5b66 url("../images/icons/login_icon.jpg") 5px 6px no-repeat;
    border-color: #ee5b66;
    font-size: 14px;
    /*font-family: SegoeUIBold;*/
    font-weight: normal;
    padding-left: 28px;
}

    .login-btn:hover {
        color: #fff;
    }

.login-btn-pps {
    background: #6e6eff 5px 6px no-repeat; /*url("../images/icons/cash-Credit.png") */
    border-color: #6e6eff;
    color: #fff;
}

    .login-btn-pps:hover {
        color: #fff;
    }

#wrap #spotlight {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0;
    height: 357px;
}

    #wrap #spotlight #floating_links {
        position: absolute;
        padding: 0 10px 0 10px;
        margin: 0 0 0 1000px;
        /*z-index: 9999;*/
        z-index: 1;
        /*background-color: rgba(111, 123, 123, 0.8);*/
        background: url("../images/floating_links.png");
        width: 185px;
        border-radius: 0 0 10px 10px;
    }

        #wrap #spotlight #floating_links ul {
            list-style: none;
            padding: 0 0 10px 0;
            margin: 0;
        }

            #wrap #spotlight #floating_links ul li {
                list-style: none;
                padding: 0 0 0 0;
                border-bottom: 1px solid #a2a5a5;
            }

#other_menus li:nth-last-child(2) {
    border-bottom: none !important;
}

#other_menus li:nth-last-child(1) {
    border-bottom: none !important;
    text-align: right;
}

#wrap #spotlight #floating_links ul li a,
#wrap #spotlight #floating_links ul li a:hover {
    color: #fff;
    /*font-family: SegoeUISemibold;*/
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
}

    #wrap #spotlight #floating_links ul li a.premium_pay {
        background: url("../images/icons/premium_pay.png")0 14px no-repeat;
        padding: 10px 0 6px 40px;
    }

    #wrap #spotlight #floating_links ul li a.account_opening {
        background: url("../images/icons/account_opening.png") 0 8px no-repeat;
        padding: 10px 0 14px 40px;
    }

    #wrap #spotlight #floating_links ul li a.bill_payment {
        background: url("../images/icons/bill_payment.png") 0 10px no-repeat;
        padding: 10px 0 14px 40px;
    }

    #wrap #spotlight #floating_links ul li a.kyc_update {
        background: url("../images/icons/kyc_updation.png") 0 10px no-repeat;
        padding: 10px 0 18px 40px;
    }

    #wrap #spotlight #floating_links ul li a.franking {
        background: url("../images/icons/franking.png") 0 9px no-repeat;
        padding: 10px 0 18px 40px;
    }

    #wrap #spotlight #floating_links ul li a.fixed_deposit {
        background: url("../images/icons/fixed_deposit.png")0 9px no-repeat;
        padding: 10px 0 10px 40px;
    }

#Open_other_menu li {
    border: none !important;
}

    #Open_other_menu li a {
        font-size: 1em !important;
        padding: 7px 0 0 0;
    }

        #Open_other_menu li a img {
            display: inline;
        }

            #Open_other_menu li a img::before {
                content: "ddd";
                display: inline;
            }

#wrap #spotlight .carousel-indicators {
    /*margin: 0 20px 125px 0 !important;*/
    left: unset;
}

    #wrap #spotlight .carousel-indicators li {
        width: 15px;
        height: 15px;
        border-radius: 100%;
    }

#content {
    width: 100%;
    padding: 0 0 0 0;
}

    #content .homepage_cards {
        width: 1200px;
        padding: 0 0 50px 0;
        margin: 0 auto;
    }

    #content .inner_cards {
        width: 1200px;
        padding: 0 0 0 0;
        margin: 0 auto;
    }

    #content .inner_content {
        width: 1180px;
        padding: 10px;
        margin: 0 auto;
        min-height: 150px;
        font-size: 14px;
    }

        #content .inner_content .nav-item {
            font-size: 1.3em;
            font-weight: 400;
        }

            #content .inner_content .nav-item .active {
                background: #ee5b66;
                color: #ffffff;
            }

            #content .inner_content .nav-item a {
                color: #495057;
            }

        #content .inner_content .tab-pane .table {
            margin-top: -1px !important;
        }

        #content .inner_content .img_block img {
            width: 100%;
            overflow: hidden;
            border: 1px solid #cccccc;
            border-radius: 5px;
        }

        .h5text {
            color:#ee5b66;
        }
        #content .inner_content .description {
            margin-left: 25px;
            padding: 0 0 0 0;
            font-size: 14px;
            -webkit-text-stroke: 0.3px;
        }

    #content .homepage_cards .card_heading,
    #content .inner_cards .card_heading {
        font-family: Segoe UI;
        font-size: 30px;
        padding: 10px 0 20px 0;
        font-weight: normal;
        text-align: center;
        color: #393939;
    }

    #content .homepage_cards .card_container,
    #content .inner_cards .card_container {
        width: 1200px;
        padding: 0 0 0 0;
        clear: both;
    }

        #content .homepage_cards .card_container .card {
            width: 280px;
            padding: 0 15px;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
            border-radius: 5px;
            float: left;
            margin: 0 0 0 16px;
        }

            #content .homepage_cards .card_container .card .card_title {
                color: #ea3240;
                font-size: 18px !important;
                padding: 10px 0;
                font-size: 14px;
                -webkit-text-stroke: 0.3px;
                /*font-family: SegoeUISemibold;*/
            }

            #content .homepage_cards .card_container .card .card_txt_container,
            #content .homepage_cards .inner_cards .card .card_txt_container {
                width: auto;
                overflow: auto;
            }

                #content .homepage_cards .card_container .card .card_txt_container .icon,
                #content .inner_cards .card_container .card .card_txt_container .icon {
                    float: left;
                    width: 55px;
                    text-align: left;
                }

                #content .homepage_cards .card_container .card .card_txt_container .text {
                    float: left;
                    width: 190px;
                    padding: 0 0 10px 5px;
                    font-size: 13px;
                    color: #3a3a3a;
                }

                    #content .homepage_cards .card_container .card .card_txt_container .text a.readmore {
                        color: #f44550;
                        font-size: 12px;
                        display: inline-block;
                        padding: 10px 0 0 0;
                        font-family: SegoeUISemibold;
                    }

                    #content .homepage_cards .card_container .card .card_txt_container .text::after,
                    #content .homepage_cards .card_container::after,
                    #content .inner_cards .card_container .card .card_txt_container .text::after,
                    #content .inner_cards .card_container::after {
                        clear: both;
                        content: "  ";
                        display: block;
                    }

        #content .inner_cards .card_container .card {
            width: 280px;
            padding: 0 0 10px 0;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
            border-radius: 5px;
            float: left;
            margin: 0 16px 0 0;
        }

            #content .inner_cards .card_container .card .image_container {
                overflow: hidden;
                height: 175px;
                border-radius: 5px 5px 0 0;
            }

            #content .inner_cards .card_container .card .card_title {
                color: #ea3240;
                font-size: 16px;
                font-family: SegoeUISemibold;
                padding: 5px 10px;
            }

            #content .inner_cards .card_container .card .sub_title {
                color: #3a3a3a;
                font-size: 16px;
            }

            #content .inner_cards .card_container .card .card_txt_container .text {
                float: left;
                padding: 0 10px;
                font-size: 13px;
                color: #3a3a3a;
                font-size: 16px;
                color: #3a3a3a;
            }

            #content .inner_cards .card_container .card .card_details {
                font-size: 14px;
                color: #3a3a3a;
            }

            #content .inner_cards .card_container .card ul {
                padding: 0;
                margin: 0 0 0 25px;
            }

            #content .inner_cards .card_container .card .card_txt_container .text a.readmore {
                color: #f44550;
                font-size: 12px;
                display: inline-block;
                padding: 10px 0 0 20px;
                font-family: SegoeUISemibold;
            }

    #content #mobile_slider_container {
        background: #f1f1f1;
        margin: 0 0 0 0;
    }

        #content #mobile_slider_container .carousel-indicators .active {
            opacity: 1;
        }

        #content #mobile_slider_container .carousel-indicators li {
            box-sizing: content-box;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: 15px;
            height: 3px;
            margin-right: 3px;
            margin-left: 3px;
            text-indent: -999px;
            cursor: pointer;
            background-color: #050706;
            background-clip: padding-box;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            opacity: 0.2;
            transition: opacity 0.6s ease;
        }
        /* 
#content #mobile_slider_container .carousel-indicators li {
width: 15px;
height: 15px;
border-radius: 100%;
}
#content #mobile_slider_container .carousel-indicators li.active {  }
#content #mobile_slider_container .carousel-indicators {
margin-left: 0; display: block; top: 20px;
} */

        #content #mobile_slider_container .moible_slider {
            width: 1200px;
            padding: 0 0 0 0;
            margin: 0 auto;
        }

            #content #mobile_slider_container .moible_slider .slider_block {
                width: 520px;
                float: left;
                padding: 0;
                margin: -22px 0 0 0;
            }

            #content #mobile_slider_container .moible_slider .slider_text {
                width: 620px;
                float: right;
                padding: 0;
            }

                #content #mobile_slider_container .moible_slider .slider_text .text {
                    margin: 40px 0 0 0;
                    background: #f7f7f7;
                    padding: 20px;
                }

.app_name {
    color: #929292;
    font-size: 13px;
    font-family: SegoeUISemibold;
}

.app_heading {
    color: #007bff;
    font-size: 20px;
    padding: 0px 0px;
    margin-top: -30px;
}
.nexaLogo {
    width: 35%;
    margin-left: -10%;
    margin-top: -28px;
} 
.app_description {
    color: #727272;
    /* font-size: 14px; */
    font-size: 14px;
    padding: 0px 0 0px 0;
}

.app_stores {
    padding: 0 0 20px 0;
}

    .app_stores a,
    .app_stores a:hover {
        text-decoration: none;
    }
    .benefitContainer {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: 0;
            word-wrap: break-word;
            background-color: #fff;
            background-clip: border-box;
            border: 1px solid rgba(0, 0, 0, 0.125);
            border-radius: 0.25rem;
            width: 371px;
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
            border-radius: 5px;
            float: left;
            margin-left: 1%;
            margin-top: 1%;
        }
.benefitContainer .icon {
            float: left;
            width: 16%;
            text-align: left;
            margin-top: 3%;
        }

            .benefitContainer .icon img {
                width: 86%;
            }

        .benefitContainer .text {
            float: left;
            width: 70%;
            padding: 8px 0 0px 0px;
            font-size: 14px;
            color: #3a3a3a;
            height: 56%;
        }
	
	.benefitContainer .text .mainTitle {
            color: #ee5b66;
            font-size: 15px;
        }

        .benefitContainer .text .subdesc {
            color: grey;
        }
#content #mobile_slider_container .moible_slider .slider_text::after,
#content #mobile_slider_container .moible_slider::after {
    clear: both;
    content: " ";
    display: block;
}

#content #loan_slider_container {
    background: #f7f7f7;
    margin: 0 0 0 0;
    padding: 15px;
}

    #content #loan_slider_container .loan_slider {
        width: 1200px;
        padding: 0 0 0 0;
        margin: 0 auto;
    }

        #content #loan_slider_container .loan_slider .slider_heading {
            color: #444444;
            font-size: 37px;
            text-align: center;
            padding: 0 0 20px 0;
        }

        /* The colour of the indicators */

        #content #loan_slider_container .loan_slider #loansCarousel .carousel-indicators {
            padding: 10px 0 0 0;
            position: initial;
        }

            #content #loan_slider_container .loan_slider #loansCarousel .carousel-indicators li {
                background: #a3a3a3;
                border-radius: 100% !important;
                height: 10px !important;
                width: 10px !important;
                border: none;
            }

        #content #loan_slider_container .loan_slider #loansCarousel .carousel-item {
            color: #212121;
            font-family: Segoe UI;
        }

            #content #loan_slider_container .loan_slider #loansCarousel .carousel-item a {
                display: block;
                padding: 0 0 10px 0;
            }

#content #testimonials_slider_container {
    width: 1140px;
    padding: 20px 0;
    margin: 0 auto;
}

    #content #testimonials_slider_container .slider_heading {
        color: #444444;
        font-size: 37px;
        text-align: center;
        padding: 0 0 15px 0;
    }

    #content #testimonials_slider_container .tesimonials_card {
        padding: 0 0 40px 0;
    }

        #content #testimonials_slider_container .tesimonials_card .card {
            box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
            border-radius: 8px;
            padding: 10px 8px 0 50px;
            width: 350px;
            margin: 0 30px 0 0;
            background: url("../images/icons/testimonials.png") 0px 1px no-repeat;
            color: #676767;
            font-size: 14px;
            float: left;
            height: 260px;
        }

.tesimonials_page_card {
    padding: 0 0 40px 0;
}

    .tesimonials_page_card .card {
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        padding: 10px 8px 0 50px;
        width: 100%;
        margin: 10px 30px 0 0;
        background: url("../images/icons/testimonials.png") 10px 10px no-repeat;
        color: #676767;
        font-size: 14px;
        float: left;
    }
        
#content #testimonials_slider_container .tesimonials_card::after {
    content: " ";
    display: block;
    clear: both;
}

#content #testimonials_slider_container .tesimonials_card .card span {
    display: block;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
            #intl2Img {
                height: 200px;
            }

            .mySlides {
                margin-left: 20px !important;
            }

            .ct-prev {
                float: left !important;
                margin-top: 0% !important;
                margin-left: 4% !important;
            }

            .ct-next {
                float: right !important;
                margin-top: 0% !important;
                margin-right: 4% !important;
            }

            .ct-center {
                text-align: center !important;
                margin-top: -25px !important;
            }
        }

#footer {
    width: 100%;
    padding: 0 0 0 0;
    background: #000000;
    /*background: url("../images/cityLife.jpg") 0 8px no-repeat;*/
    padding: 10px 20px;
    color: #9e9e9e;
}

    #footer #footer_links {
        width: 100%;
        padding: 0;
    }

        #footer #footer_links::after {
            clear: both;
            content: " ";
            display: block;
        }

        #footer #footer_links ul {
            /*margin-left: 7%;*//* Other Services*/
            margin-left: 15%;
            list-style: none;
            padding: 0 0 10px 0;
        }

            #footer #footer_links ul li {
                list-style: none;
                padding: 0 50px 0 0;
                float: left;
                font-family: SegoeUISemibold;
            }
                #footer #footer_links ul li ul {
                    width:100%;
                    margin:0px;
                }
                #footer #footer_links ul li a {
                    color: #ee5b66;
                }

                #footer #footer_links ul li li {
                    float: none;
                    font-size: 13px;
                    padding: 2px 0;
                    font-family: Segoe UI;
                }

                    #footer #footer_links ul li li a {
                        /*color: #f1f1f1;*/
                        color: antiquewhite;
                        text-decoration: none;
                    }

                        #footer #footer_links ul li li a:hover {
                            /*color: #f1f1f1;*/
                            color: #ee5b66;
                            text-decoration: none;
                        }

        #footer #footer_links .copyright {
            padding: 10px;
            width: 100%;
            border-top: 1px solid #303030;
            font-size: 13px;
            margin: 0 auto;
        }

#inner_pagetitle {
    border-radius: 5px;
    width: 87%;
    padding: 0 25px 0 25px;
    margin-left: 95px;
    /*margin: 0 auto;*/
    height: 90px;
    /*background-image: linear-gradient(to right,#f9f6f1, 90%, #ee5b66);*/
    /* linear-gradient(to right,#f9f6f1, 50%, #ffdfda); /* PINK */
    /* linear-gradient(to right,#f9f6f1, 90%, #ee5b66); /* TOMATO RED */
    /*background:  #e2d8b8 url('../images/page_title_bg.png') 0 0 no-repeat;*/
    background-image: url('../images/patterns/paper_fibers_@2X.png');
    background-repeat: repeat-x;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: " - ";
}

.breadcrumb {
    background: none;
    padding: 10px 0 0 0;
    margin: 0 0 0 0;
}

#inner_pagetitle .page_title {
    color: #474f56;
    font-size: 24px;
    padding: 5px 0 0 0;
}

#content_section {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
}

    #content_section .section_title, .section_title {
        font-size: 21px;
        color: #212121;
        -webkit-text-stroke: 0.3px;
    }

        #content_section .section_title span {
            padding: 15px 10px 10px 10px;
            border-bottom: 1px solid #eff4f8;
            display: inline-block;
        }

#contact:hover {
    cursor: pointer;
}

.Branch_Locator #infopanel, .Branch_Locator #googleMap {
    height: 500px;
    overflow-y: scroll;
}

.Branch_Locator label {
    font-size: 1rem;
}

.Branch_Locator ul {
    margin: 0;
    padding: 0;
}

#goto-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 1.4em;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    background: #222;
    cursor: pointer;
    line-height: 2em;
    text-decoration: none;
    color: #fff;
}

    #goto-top:hover {
        background: #0E79C3;
    }

.custom-card-headerbg {
    background-color: #ee5a66;
}

.theme-submit-btn {
    background-color: #ee5a66;
    color: #fff !important;
}

theme-submit-btn:hover {
    background-color: #ff2939;
    color: #fff !important;
}

.tab-pane thead th {
    font-weight: normal !important;
}

.foreign_services_small_card {
    width: 380px !important;
    height: 350px !important;
}

.foreign_services_large_card {
    width: 380px !important;
    height: 450px !important;
}

.foreign_services_forward_card {
    height: 220px;
    width: 100% !important;
}

.foreign_services_bank_card {
    height: 150px;
    width: 100% !important;
}

.insurance_card {
    height: 450px;
}

.hdfc_img {
    border-style: outset;
}

#accordion .card-body, #accordion1 .card-body, #accordion2 .card-body, #accordion3 .card-body, #accordion4 .card-body {
    padding: 1.25rem 2.25rem;
}

.toggle_content {
    padding: 0.25rem 1.25rem;
}



.tab_image_section {
    border: 1px solid white;
    padding: 20px;
}

.panel-default > .panel-heading {
    color: #333;
    /* background-color: #ebebeb; */
    /* border-color: #e4e5e7; */
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.panel-heading {
            border-bottom: 1px solid #eee;
        }

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        font-size: 16px;
        width: 102%;
        border: none;
        /*Pratiksha added css*/
        /*border-style: solid;
        border-radius: 10px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-color: #2e58ec;*/
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            /* background-color: #eee; */
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.pos_button {
    color: #fff;
    background: #ee5b66;
    border-color: #ee5b66;
    font-size: 14px;
    /*font-family: SegoeUIBold;*/
    font-weight: normal;
    padding-left: 18px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

div#mobileappslide {
    height: 548px;
}

#mobileappslide .carousel-inner {
    height: -webkit-fill-available;
}

#content #mobile_slider_container .moible_slider .slider_text .text {
    margin: 20px 0 0 0;
}

#myBtnContainer {
    text-align: center;
}

.card img {
    width: 100%;
}

.gallery_filter_tab {
    margin-bottom: 3%;
    border-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gallery_filter_tab .nav-item {
        border: 1px solid #ef5a66;
        margin: 0 5px;
    }

.saving_facilities {
    margin-top: 18px;
}

.savings_heading {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}

.savings_card {
    height: 462px !important;
}

.deposit_card {
    /*width:380px !important;*/
    height: 505px !important;
}

.fit_image {
    height: fit-content;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*----------------page-wrapper----------------*/

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

    .page-wrapper .theme.chiller-theme {
        background: #1e2229;
    }

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    left: 0px;
    background: #ebebeb;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-left: 300px;
    }

    .benefitContainer {
        width: 100%;
        float: none;
        margin: 10px auto;
    }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
    /* position: fixed;
    left: 0;
    top: 10px; */
    border-radius: 5px;
    width: 35px;
    transition-delay: 0.3s;
}

.page-wrapper.toggled #show-sidebar {
    left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
}

    .sidebar-wrapper ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a {
        text-decoration: none;
    }

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
}

    .sidebar-content.desktop {
        overflow-y: hidden;
    }

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

    .sidebar-wrapper .sidebar-brand > a {
        text-transform: uppercase;
        font-weight: bold;
        flex-grow: 1;
        color: #007bff;
    }

    .sidebar-wrapper .sidebar-brand #close-sidebar {
        cursor: pointer;
        font-size: 20px;
    }
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic {
        float: left;
        width: 60px;
        padding: 2px;
        border-radius: 12px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img {
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info {
        float: left;
    }

        .sidebar-wrapper .sidebar-header .user-info > span {
            display: block;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding: 5px 15px 5px 10px;
    }

    .sidebar-wrapper .sidebar-menu ul li.sub-sidebar-dropdown a {
        display: inline-block;
        width: 85%;
        /* padding: 0; */
    }

    .sidebar-wrapper .sidebar-menu ul li a i {
        /* margin-right: 10px; */
        font-size: 12px;
        /* width: 30px; */
        /* height: 30px; */
        /* line-height: 30px; */
        text-align: center;
        border-radius: 4px;
    }

    .sidebar-wrapper .sidebar-menu ul li a:hover > i::before, .sidebar-wrapper .sidebar-menu ul li.sub-sidebar-dropdown a:hover > i::before {
        display: inline-block;
        animation: swing ease-in-out 0.5s 1 alternate;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sub-sidebar-dropdown > span.fa-angle-right:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        font-style: normal;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 5px 0;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
        padding-left: 10px;
        font-size: 15px;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper .sidebar-menu .sub-sidebar-dropdown .sub-sidebar-submenu li span.fa-angle-right:before {
            content: "\25CF";
            font-family: "Font Awesome 5 Free";
            font-weight: 400;
            font-style: normal;
            display: inline-block;
            text-align: center;
            text-decoration: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 0px;
            font-size: 10px;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.submenu_list:before {
            content: " ";
            font-size: 10px;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a.submenu_list {
            display: flex;
            align-items: center;
            border-bottom: 1px solid #ccc;
            font-size: 14px;
        }

    .sidebar-wrapper .sidebar-menu ul li a span.label,
    .sidebar-wrapper .sidebar-menu ul li a span.badge {
        float: right;
        margin-top: 8px;
        margin-left: 5px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
        float: right;
        margin-top: 0px;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-submenu, .sidebar-wrapper .sidebar-menu .sub-sidebar-submenu {
        display: none;
    }

.mobile_topnav nav ul li.sub-sidebar-dropdown.active .sub-sidebar-submenu {
    display: block;
}


.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper .sidebar-menu .sub-sidebar-dropdown.active > span.fa-angle-right:after {
    transform: rotate(90deg);
    right: 17px;
}

.sidebar-wrapper .sidebar-menu .sub-sidebar-dropdown > span.fa-angle-right:after {
    width: 10%;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

    .sidebar-footer > a {
        flex-grow: 1;
        text-align: center;
        height: 30px;
        line-height: 30px;
        position: relative;
    }

        .sidebar-footer > a .notification {
            position: absolute;
            top: 0;
        }

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

    .badge-sonar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #980303;
        opacity: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
        animation: sonar 1.5s infinite;
    }

#Open_other_menu {
    display: none;
}

#other_menus {
    display: block;
}
#finPosTbl {
    width: 70%;
    margin-left:15%;
}
.depositCalcDiv {
    text-align: center;
}
@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden;
    }
    #finPosTbl {
        width:100%;
        margin-left:25%;
    }
    .depositCalcDiv {
        float: left;
        padding-bottom: 10px;
        border-bottom: 1px solid lightgrey;
    }
    #content .homepage_cards {
        padding: 0 15px 50px;
    }

    #loansCarousel .carousel-item img {
        width: 100%;
    }
    /* #wrap #header #navbarSupportedContent{top: 20%;position: fixed;left: 0;width: 100%;background: #fff;z-index: 99;} */
    #content #testimonials_slider_container {
        padding: 20px 15px;
    }

    #loansCarousel .carousel-item .col-md-3 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

    #content #loan_slider_container .loan_slider, #wrap #topnav_container, #wrap #spotlight, #content .homepage_cards, #content .homepage_cards .card_container, #content .inner_cards .card_container, #content #mobile_slider_container .moible_slider, #content #testimonials_slider_container, #footer #footer_links {
        width: 100% !important;
    }

        #wrap #topnav_container .topnav {
            width: fit-content !important;
        }

            #wrap #topnav_container .topnav .left_nav {
                width: unset;
            }

        #wrap #spotlight #floating_links {
            right: 0;
            margin: auto;
        }

    #spotlight .carousel-inner img {
        height: 200px;
    }

    .bg-light {
        background: #ebebeb !important;
    }

    #wrap #header {
        padding: 55px 0 0 0;
        width: 100%;
    }

        #wrap #header #logo {
            width: 75%;
        }

    #header #logo img {
        width: 100%;
    }
    /* #wrap #header #menu_container{width: 25%;float: left;    margin: 10px 0;} */
    #wrap #header #menu_container .new_messages {
        display: none;
    }

    .mobile_topnav nav ul li a {
        color: #403f44;
    }

    #wrap #spotlight {
        height: 210px;
    }

    #content .homepage_cards .card_heading, #content .inner_cards .card_heading, #content #loan_slider_container .loan_slider .slider_heading {
        font-size: 22px;
    }

    #content .homepage_cards .card_container .card {
        float: none;
        margin: 10px auto;
        width: 100%;
        height: auto !important;
    }

    #content .homepage_cards .card_container, #content .inner_cards .card_container {
        margin: 0 auto;
    }

    #mobile_slider_container .slider_block img, .inner_cards .card .image_container img {
        width: 82%;
        margin-left:10% !important; 
    }

    #content #mobile_slider_container .moible_slider .slider_block, #content #mobile_slider_container .moible_slider .slider_text, #inner_pagetitle, #content .inner_cards, #content .inner_cards .card_container .card, #content_section {
        width: 100%;
    }

    .app_stores {
        text-align: center;
    }

    .app_heading {
        font-size: 22px;
    }
    .nexaLogo {
        width: 50%;
        margin-left: -15%;
    }
    #content #testimonials_slider_container .slider_heading {
        font-size: 22px;
    }

    #content #testimonials_slider_container .tesimonials_card .card, #content .inner_cards .card_container .card {
        width: 95%;
        margin: 5px auto;
        height: auto !important;
    }
    /* #content #loan_slider_container .loan_slider .slider_heading{} */

    #content .inner_content {
        width: 100%;
        padding: 10px 15px;
    }

    .inner_content .col-3.img_block {
        width: 100%;
        max-width: 100%;
        flex: auto;
        margin-bottom: 20px;
    }

    .inner_content .col-10, .inner_content .col-9, .inner_content .col-8, .inner_content .col-7, .inner_content .col-6, .inner_content .col-5, .inner_content .col-4, .inner_content .col-3, .inner_content .col-2 {
        width: 100%;
        max-width: 100%;
        flex: auto;
    }

    .tab-content img {
        width: 100%;
    }

    .Branch_Locator #infopanel {
        height: auto;
    }

        .Branch_Locator #infopanel .card.border-light {
            width: 100% !important;
            max-width: 100% !important;
        }

    .breadcrumb {
        font-size: 13px;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0.3rem;
    }

    .nav-tabs .nav-item a {
        font-size: 14px;
    }

    #inner_pagetitle {
        padding: 0 25px 15px 25px;
        height: auto;
        margin-left:16px;
        width: 93%;
    }

        #inner_pagetitle .page_title {
            font-size: 21px;
        }

    #content .homepage_cards .card_container .card .card_txt_container .text {
        width: 100%;
    }

    #wrap #header {
        display: none;
    }

    .top_nav {
        display: flex;
        align-items: center;
    }

        .top_nav #logo img {
            width: 75%;
        }

    #show-sidebar {
        box-shadow: none;
    }

    #sidebar li.sidebar-dropdown {
        border-bottom: 1px solid #ddd;
    }

    .mobile_topnav nav ul li.nav-item a.nav-link {
        border-bottom: 1px solid #d2d2d2;
    }

    span.topmenu_list {
        font-size: 17px;
    }

    #sidebar li.sidebar-dropdown.active a span.topmenu_list, .mobile_topnav nav ul li.nav-item.active a.nav-link {
        color: #ea3240;
    }

    div#mobileappslide {
        height: auto;
    }

    #mobileappslide .carousel-inner {
        height: auto;
    }

    #footer #footer_links ul li {
        float: none;
    }

    .fa-dot-circle:before {
        content: "" !important;
    }

    #Open_other_menu {
        display: block;
    }

    #other_menus {
        display: none;
    }

    .saving_facilities img {
        width: 100%;
    }

    span.fa-angle-right:before {
        content: " ";
    }
}

.txt-right-align{
    text-align:right;
    width:100%;
}
.name{
    color:#ea3240;
}

.tbl_intRate, .tbl_intRate_NRE {
    width: 75%;
    margin-left: 10%;
}
.tbl_intRate td:first-child {
    text-align: left;
}
.tbl_intRate > thead > tr > td {
    padding: 5px;
}
.tbl_intRate > tbody > tr > td, tbl_intRate_NRE > tbody > tr > td {
    vertical-align: middle;
}
#corover-cb-widget {
    width: 60px !important;
    bottom: -72px !important;
    right: -35px !important;
}

#corover-max-btn, #corover-min-btn, #corover-close-btn {
    top: -13px !important;
    
    width: 15px !important;
    height: 15px !important;
}
#corover-max-btn, #corover-min-btn {
    left: -10px !important;
}
#corover-close-btn{
    right: -8px !important;
}
.corover-dialog {
    right: -20px !important;
}

@media screen and (max-width: 768px) {
    .tbl_intRate {
        width: 90%;
        margin-left: 0;
    }
    .tbl_intRate_NRE {
        width: 100%;
        margin-left: 0;
    }
    .tbl_intRate > tbody > tr > td, tbl_intRate_NRE > tbody > tr > td {
        vertical-align: middle;
    }
}


