﻿@charset "utf-8";

/* CSS Document */

body, html {
    overflow-x: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, command, datalist, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, source, span, strike, strong, table, tbody, tdvideo, tfoot, th, thead, tr, tt, u, ul, var {
    background: 0 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.whitebg, body {
    background-color: #FFF;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

.clear {
    clear: both;
}

table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
    /*	display: block; */
}

img {
    max-width: 100%;
}



@font-face {
    font-family: Daxlineregular;
    src: url(../../fonts/fonts/DaxlinePro-Regular.eot);
    src: url(../../fonts/fonts/DaxlinePro-Regular.eot?#iefix) format('embedded-opentype'), url(../../fonts/fonts/DaxlinePro-Regular.woff) format('woff'), url(../../fonts/fonts/DaxlinePro-Regular.ttf) format('truetype'), url(../../fonts/fonts/DaxlinePro-Regular.otf#Daxlineregular) format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Daxlinelight;
    src: url(../../fonts/fonts/DaxlinePro-Light.eot);
    src: url(../../fonts/fonts/DaxlinePro-Light.eot) format('embedded-opentype'), url(../../fonts/fonts/DaxlinePro-Light.woff) format('woff'), url(../../fonts/fonts/DaxlinePro-Light.ttf) format('truetype'), url(../../fonts/fonts/DaxlinePro-Light.otf#Daxlinelight) format('svg');
}



@font-face {
    font-family: Daxlinemedium;
    src: url(../../fonts/fonts/DaxlinePro-Medium.eot);
    src: url(../../fonts/fonts/DaxlinePro-Medium.eot) format('embedded-opentype'), url(../../fonts/fonts/DaxlinePro-Medium.woff) format('woff'), url(../../fonts/fonts/DaxlinePro-Medium.ttf) format('truetype'), url(../../fonts/fonts/DaxlinePro-Medium.svg#Daxlinemedium) format('svg');
}



@font-face {
    font-family: Daxlinebold;
    src: url(../../fonts/fonts/DaxlinePro-Bold.eot);
    src: url(../../fonts/fonts/DaxlinePro-Bold.eot) format('embedded-opentype'), url(../../fonts/fonts/DaxlinePro-Bold.woff) format('woff'), url(../../fonts/fonts/DaxlinePro-Bold.ttf) format('truetype'), url(../../fonts/fonts/DaxlinePro-Bold.svg#Daxlinebold) format('svg');
}

em {
    font-style: normal;
    font-family: Daxlinebold;
}

a label {
    cursor: pointer;
}

body {
    margin: 0;
    padding: 0;
    font-family: Daxlineregular;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}

a, a img {
    outline: 0;
    border: none;
}

/************************************************/
/********** Spinner(Durgesh)*****************/
/************************************************/


#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /*grey*/ /*  background: rgba(255,255,255,0.8);//not work in ie */ /* background-color: rgb(255, 255, 255); white*/ /* background: rgb(200, 54, 54); /* fallback */ /*  background: rgba(200, 54, 54, 0.5); /* 50% transparent */ /* background: rgb(0, 0, 0); /* RGBa with 0.6 opacity */ /*background: rgba(0, 0, 0, 0.6);*/ /*background: rgb(255, 255, 255) transparent; /* default fallback */ /*background: rgba(255, 255, 255, 0.8); /* nice browsers */ /* background-color: rgba(200, 254, 54,0.5); /* browsers */ /*background:rgb(255,0,0);     background: transparent\9;     background:rgba(255,0,0,0.5);     filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4cFF0000,endColorstr=#4cFF0000);     zoom: 1;*/
    z-index: 1000;
}



#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: large;
    padding-top: 80px;
}
/********** Ashok*****************/
/*.rating {
    width: 226px;
    margin: 0 auto 0em;
    font-size: 45px;
    overflow: hidden;
}

    .rating input {
        float: right;
        opacity: 0;
        position: absolute;
    }

    .rating a,
    .rating label {
        float: right;
        color: #aaa;
        text-decoration: none;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }

        .rating label:hover ~ label,
        .rating input:focus ~ label,
        .rating label:hover,
        .rating a:hover,
        .rating a:hover ~ a,
        .rating a:focus,
        .rating a:focus ~ a {
            color: orange;
            cursor: pointer;
        }

.rating2 {
    direction: rtl;
}

    .rating2 a {
        float: none;
    }*/
.ratmain {
    width: 100%;
}

.ratleft {
    width: 49%;
    float: left;
    margin-right: 15px;
}

.ratright {
    width: 49%;
    float: left;
}

    .ratright p {
        font-family: Verdana, Geneva, sans-serif;
        color: #333333;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 18px;
    }

.rating {
    width: 100%;
    margin: 0;
    font-size: 45px;
    overflow: hidden;
}
    .rating span {
   font-size: 16px;
    padding:28px 0 23px 17px;
    display: inline-block;}
    

    .rating input {
        float: right;
        opacity: 0;
        position: absolute;
    }

    .rating a,
    .rating label {
        float: left;
        color: #aaa;
        text-decoration: none;
        -webkit-transition: color .4s;
        -moz-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }

        .rating label:hover ~ label,
        .rating input:focus ~ label,
        .rating label:hover,
        .rating a:hover,
        .rating a:hover ~ a,
        .rating a:focus,
        .rating a:focus ~ a, .rating.active label{
            color: orange;
            cursor: pointer;
        }

.rating2 {
    direction: rtl;
}

    .rating2 a {
        float: none;
    }

/********** Ashok*****************/

.topstrip { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,000000+100&0+0,1+100 */
    /*background: -moz-linear-gradient(left, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(left, rgba(125,185,232,0) 0%,rgba(0,0,0,1) 100%);*/ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, transparent 16%, rgba(125,185,232,0) 0%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#000000',GradientType=1 );*/ /* IE6-9 */ /*height:8vh;*/
    height: 50px;
}

.topnav {
    float: left;
    width: auto;
    margin: 0px;
    padding: 0px;
    /*opacity: .7;*/
    z-index: 9;
    transition: all ease-in-out 0.5s;
}

    .topnav:hover {
        opacity: 1;
    }

.toprgtnav {
    float: left;
    margin: 0px;
    padding: 0px;
    background: #000;
    width: auto;
    height: 50px;
}

    .topnav > li, .toprgtnav > li {
        float: left;
    }

.topnav > li {
    position: relative;
    z-index: 9;
}

    .topnav > li > a {
        position: relative;
    }

        .topnav > li > a:hover {
            text-decoration: none;
        }

    .topnav > li > a, .toprgtnav > li > a {
        font-size: 20px;
        color: #fff;
		font-weight: bold;
    }

    .topnav > li > a {
        padding: 15px 7px;
        display: inline-block;
    }

        .topnav > li > a .fa-home {
            font-size: 18px;
        }

        .topnav > li > a .fa-caret-up {
            position: absolute;
            bottom: 0px;
            color: #fff;
            left: 50%;
            marin-left: -8px;
            display: none;
        }

    .topnav > li:hover > a .fa-caret-up {
        display: block;
    }

.toprgtnav > li {
    color: #fff;
    padding: 14px 6px;
    cursor: pointer;
}

    .toprgtnav > li a {
        color: #fff;
    }

    .toprgtnav > li.topsrch {
        font-size: 16px;
        padding: 5px 10px;
    }

        .toprgtnav > li.topsrch input[type=text] {
            border: none;
            color: #ccc;
            font-size: 16px;
            background: none;
            width: 100px;
            margin-top: 8px;
        }

        .toprgtnav > li.topsrch .searicon {
            background: url(../images/search-icon.png) no-repeat center;
            height: 24px;
            width: 24px;
            border: none;
            font-size: 0px;
            float: right;
            margin-top: 7px;
        }

.hiddensearch {
    display: none;
}

.topnav li {
    transition: all ease-in-out 0.5s;
}

.topnav > li > ul.topdrpnav {
    position: absolute;
    width: auto;
    float: left;
    background: #fff;
    margin: 0px;
    top: 0px;
    padding: 15px 20px 15px;
    display: none;
    min-width: 240px;
    transition: all ease-in-out 0.5s;
}

.topnav > li:hover > ul.topdrpnav {
    display: block;
    top: 45px;
}

.topnav > li > ul.topdrpnav li {
    float: left;
    width: 100%;
}

    .topnav > li > ul.topdrpnav li a {
        display: block;
        padding: 8px 0px 8px 15px;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid #e0e0e0;
        transition: all ease-in-out 0.5s;
        background: url(../images/blueblt.png) no-repeat left 13px;
    }

    .topnav > li > ul.topdrpnav li:hover a {
        padding-left: 20px; /*color:#007cc5;*/
        text-decoration: none; /*color:#999;*/
        color: #007cc5;
    }

    .topnav > li > ul.topdrpnav li:last-child a {
        border-bottom: none;
    }




.toprgtnav > li.topsrch input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
}



.toprgtnav > li.topsrch input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}



.toprgtnav > li.topsrch input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.padd0 {
    padding-left: 0px;
    padding-right: 0px;
}

.homeleftnav ul {
    float: right;
    width: auto;
    margin: 0px;
    padding: 0px;
}

.mobile-sub {
    position: relative;
}

.homeleftnav ul > li {
    float: left;
}

    .homeleftnav ul > li > a {
        color: #fff;
        font-size: 20px;
        padding: 20px 15px;
        display: inline-block;
        text-decoration: none;
        transition: all ease-in-out 0.5s;
    }

.hindi-content .homeleftnav ul > li > a {
    font-size: 18px;
}

.homeleftnav ul > li:hover {
    background: #c3e3f6;
    text-decoration: none;
}

.homeleftnav .fullmenu ul li:hover {
    background: transparent;
}

.homeleftnav ul > li:hover a {
    color: #007cc5;
}

.homeleftnav ul > li > ul.wsmenu-submenu > li {
    float: left;
    clear: left;
    width: 100%;
    text-align: justify;
    position: static;
    padding-left: 15px;
}

    .homeleftnav ul > li > ul.wsmenu-submenu > li > a {
        width: 15%;
    }

.homeleftnav ul.wsmenu-submenu li ul.wsmenu-submenu-sub > li, .homeleftnav ul.wsmenu-submenu li ul.wsmenu-submenu-sub-sub > li {
    min-width: 300px;
}

/*.wsmenu-submenu li{position:static;}*/

.homeleftnav ul > li > ul > li a {
    display: block;
}

header {
    position: absolute;
    z-index: 10;
    height: 118px;
    left: 0;
    right: 0;
    row top: 0;
    transition: all 0.5s ease;
}

.fixed-header {
    position: fixed;
    left: 0;
    right: 0;
    background: #89CFF0;
    height: 85px;
}

    .fixed-header .homerightbar {
        padding: 30px 30px 0;
        height: 84px;
    }

    .fixed-header .homeleftnav ul > li > a {
        padding: 29px 15px;
    }

    .fixed-header .nav-overlay {
        top: 85px;
    }

    .fixed-header .fullmenu {
        top: 85px;
    }

    .fixed-header .topstrip {
        display: none;
    }

.addsidebar {
    margin-top: 125px;
}

.logo {
    position: absolute;
    top: -30px;
}

.home-carousal { /*height:100vh;position:absolute;left:0px;right:0px;top:0px;bottom:0px;*/
    display: inline-block;
    width: 100%;
    position: relative;
}

    .home-carousal .carousel-inner > .item > a > img, .home-carousal .carousel-inner > .item > img {
        width: 100%;
    }
/*.homebnnr1{background:url(../images/homebnnr.jpg) no-repeat center;height:662px; background-size:cover;}
.carbnnr1{background:url(../images/car-loan-banner.jpg) no-repeat center;height:662px; background-size:cover;}
.homelnbnnr1{background:url(../images/home-loan-banner.jpg) no-repeat center;height:662px; background-size:cover;}*/
.slider-caption {
    position: absolute;
    top: 0;
}

.homeleftnav {
    position: static;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 {
    display: table;
    float: left;
    width: 100%;
    padding: 20px 4%;
}

    .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul {
        width: auto;
        float: none;
        margin: 0px;
        padding: 0px 5% 0px 0px;
        display: table-cell;
    }

        .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul:last-child {
            padding-right: 0px;
        }

        .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul li {
            width: 100%;
        }

            .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul li a {
                display: block;
                padding: 3px 0px 3px 0px;
                transition: all ease-in-out 0.5s; /*background:url(../images/blueblt.png) no-repeat 5px 9px*/
                ;
                font-size: 13px;
                color: #666;
            }

            .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul li:hover a { /*background:url(../images/blueblt.png) #d0d0d0 no-repeat 5px 9px;padding-left:20px;*/
                padding-left: 5px;
            }

            .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul li.nvsubheading a, .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub h2 {
                font-size: 16px;
                font-family: Daxlinebold;
                background-image: none;
                color: #000 !important;
                padding-left: 0px;
            }

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub h2 {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 4%;
    color: #000;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .strct1 ul li.nvsubheading:hover a {
    background-image: none;
    padding-left: 0px;
    background: none;
    color: #000;
}

.singlefullnav {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 4%;
}

.onefifth {
    width: 100%;
    float: left;
}

.homerightbar {
    width: 100%;
    padding: 22px 30px 0px;
    /*background: rgba(0,0,0,0.5);*/
    float: left;
    position: relative;
    left: 0px;
    height: 68px;
    transition: all 0.5s ease;
}

.mainsidebar .homerightbar {
    background: none;
    left: 0;
}

.sidewrap {
    padding-right: 0;
    padding-left: 7px;
}

.sidebarbrdr {
    width: 100%;
    float: left;
    height: 1px;
    background: #666;
    position: relative;
    top: -19px;
}

.topstriprightbar {
    width: 100%;
    float: left; /*border-bottom:1px solid #666;*/
    padding-bottom: 10px;
}

.menuicon {
    float: right;
    width: 55px;
    text-align: right;
    padding: 8px 0px 8px;
    border-left: 1px solid #666;
    cursor: pointer;
}

.topphoneno {
    font-size: 21px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

    .topphoneno img {
        margin-top: 5px;
    }

.home-carousal .carousel-inner h1 {
    font-size: 50px;
    color: #fff;
    line-height: 55px;
    margin-top: 300px;
    float: left;
    width: 100%;
}

.home-carousal .carousel-inner p {
    font-size: 24px;
    color: #fff;
    float: left;
    width: 100%;
    font-family: Daxlinelight;
}

.home-carousal .carousel-inner a.bnnrkink {
    width: 150px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #666;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    float: left;
    padding: 8px 0px;
    transition: all ease-in-out 0.5s;
}

    .home-carousal .carousel-inner a.bnnrkink:hover {
        border: 2px solid #3482ca;
        color: #fff;
        background: #3482ca;
    }



/*.homerightbar.homeaccordin{height:537px;}*/
.sidewrap {
    position: absolute;
    top: 118px;
    right: -10px;
    bottom: 0;
    /*background: rgba(0,0,0,0.5);*/
}

.mainsidebar {
    display: inline-block;
    width: 100%;
}

.homeaccordin .accordintab {
    width: 100%;
    background: url(../images/whitebtm.png) no-repeat 90% center;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 25px;
    border: 2px solid #fff;
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    transition: all ease-in-out 0.5s;
}

    /*.homeaccordin .accordintab:hover{background:url(../images/whitebtm.png) no-repeat #007cc5 90% center;color:#fff;border:2px solid #007cc5;}

.homeaccordin .accordintab.active,.homeaccordin .accordintab.active:hover{background:url(../images/bluebtm.png) no-repeat #fff 90% center;color:#007cc5;border:2px solid #fff;}*/



    .homeaccordin .accordintab:hover {
        background: url(../images/bluebtm.png) no-repeat #fff 90% center;
        color: #007cc5;
        border: 2px solid #fff;
    }

    .homeaccordin .accordintab.active, .homeaccordin .accordintab.active:hover {
        background: url(../images/whitebtm.png) no-repeat #007cc5 90% center;
        color: #fff;
        border: 2px solid #007cc5;
    }

.tablink {
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border-radius: 25px;
    border: 2px solid #fff;
    cursor: pointer;
    margin-bottom: 10px;
    float: left;
    transition: all ease-in-out 0.5s;
}

    .tablink:hover {
        background: #fff;
    }

    .tablink a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
    }

    .tablink:hover a {
        color: #007cc5;
    }


.accordingcontent {
    display: none;
    margin-bottom: 15px;
    width: 100%;
    padding: 0px 0px;
    max-height: 130px; /*overflow-y:auto;*/
    float: left;
    width: 100%;
}

    .accordingcontent.active {
        display: block;
    }

    .accordingcontent ul {
        width: 100%;
        display: inline-block;
        margin: 0px 0px 0px;
        padding: 0 25px 0 10px;
    }

        .accordingcontent ul li {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            color: #fff;
            padding: 3px 0;
        }

    .accordingcontent .scrollY .scrollbarY {
        margin: 0 0 0 0;
    }

        .accordingcontent .scrollY .scrollbarY .thumb {
            background: #fff;
        }

    .accordingcontent ul li:last-child {
        border-bottom: none;
    }

    .accordingcontent ul li a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        font-family: Daxlinelight;
        padding: 5px 15px;
        transition: all ease-in-out 0.5s;
        border-radius: 20px;
        border: 1px solid transparent;
    }

        .accordingcontent ul li a:hover {
            color: #007cc5;
            background: #fff;
            border: 1px solid #fff;
        }

        .accordingcontent ul li h2, .accordingcontent ul li a h2 {
            display: block;
            font-size: 18px;
            color: #fff;
            font-family: Daxlinemedium;
            padding: 10px 0px;
        }

@keyframes cvcnew-anim {

    from {
        background: #f36d20;
        color: #fff;
    }

    to {
        background: #fff;
        color: #f36d20;
    }
}

.cvclink {
    border: 2px solid #f36d20;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 25px;
    float: left;
    transition: all ease-in-out 0.5s;
    font-family: Daxlinelight;
    position: relative;
    text-decoration: none;
    width: 100%;
}

    .cvclink:hover {
        background: #f36d20;
        border: 2px solid #f36d20;
        color: #fff;
        text-decoration: none;
    }

    .cvclink .cvcnew {
        position: absolute;
        animation: cvcnew-anim infinite 1s;
        font-size: 12px;
        padding: 3px 5px;
        right: 5px;
        font-weight: bold;
        border-radius: 10px;
    }

.sidemainnav {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 63px;
    height: 542px;
    background: #000;
    padding: 20px;
    overflow-y: auto;
    display: none;
}

    .sidemainnav ul {
        width: 100%;
        margin: 20px auto;
        padding: 0px;
        display: inline-block;
    }

        .sidemainnav ul li {
            width: 100%;
            position: relative;
            display: inline-block;
        }

        .sidemainnav ul > li > .fa {
            position: absolute;
            right: 0px;
            color: #fff;
            top: 6px;
            font-size: 20px;
        }

        .sidemainnav ul li a {
            color: #fff;
            font-size: 15px;
            padding: 10px 0px;
            text-decoration: none;
            transition: all ease-in-out 0.5s;
            border-bottom: 1px solid #f0f0f0;
            display: block;
        }

            .sidemainnav ul li a:hover {
                color: #037ec6;
            }

        .sidemainnav ul > li > ul, .sidemainnav ul li ul {
            width: 100%;
            padding: 0px 20px;
            margin: 0px;
            background: rgba(255, 255, 255, .9);
            height: auto;
            transition: all 0.5s ease;
        }

        .sidemainnav ul li .myScroll {
            max-height: 0;
            transition: all 0.5s ease;
            display: none;
        }

.active-sinav .myScroll {
    max-height: 200px !important;
    display: block !important;
}

.sidemainnav ul li ul li > a {
    color: #222;
    padding: 6px 0;
    border-bottom: 1px solid #333;
}

.sidemainnav ul li ul li:last-child a {
    border: 0;
}

.sidemainnav ul > li > ul > li {
    float: left;
    width: 100%;
}

    .sidemainnav ul > li > ul > li > a {
        color: #222;
        border-bottom: 1px solid #333;
    }

    .sidemainnav ul > li > ul > li:last-child a {
        border-bottom: none;
    }

    .sidemainnav ul > li > ul > li > a:hover {
        color: #037ec6;
    }






.headerlng img {
    margin-right: 10px;
    position: relative;
    top: -4px;
}

.headerlng .fa {
    margin-left: 4px;
}

.lngnav {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 1);
    width: 100px;
    margin: 0px 0px 0px 0;
    padding: 0px 0px;
    z-index: 100;
    top: 48px;
}

    .lngnav li {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #d0d0d0;
        display: table;
    }

        .lngnav li a {
            display: table-cell;
            text-decoration: none;
            color: #333;
            font-size: 14px;
            vertical-align: middle;
            transition: all ease-in-out 0.5s;
            padding: 5px 10px;
        }

            .lngnav li a img {
                height: 18px !important;
                border: 0 !important;
            }

            .lngnav li a:hover {
                color: #037ec6;
                background: #f0f0f0;
            }

            .lngnav li a img {
                margin-right: 10px;
                border: 1px solid #f0f0f0;
                border-radius: 50%;
                height: 22px;
                vertical-align: middle;
            }

        .lngnav li:last-child {
            border-bottom: none;
        }





.homesec1 {
    border-bottom: 1px solid #000;
}

    .homesec1 .desktopcrousel {
        float: none;
        width: 1150px;
        margin: 0 auto;
    }

    .homesec1 ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px 0px;
        display: block;
    }


        .homesec1 ul li {
            display: table-cell;
            vertical-align: middle;
            border-right: 1px solid #000;
            text-align: center;
            padding: 30px 7px 15px 0;
        }

            .homesec1 ul li:last-child {
                border-right: none;
            }

            .homesec1 ul li .loansprite {
                width: 75px;
                height: 75px;
                background: url(../images/loansprite.png) no-repeat;
                margin: 0px 10px 0 0;
                float: left;
            }

.hindi-content .homesec1 ul li .loansprite {
    margin: 0px 5px 0 0;
}

.hindi-content .homesec1 ul li .loantxt {
    font-size: 12px;
}

.hindi-content .homesec1 ul li .loantxt {
    text-align: left;
    font-size: 11px;
    color: #333;
    line-height: 24px;
    font-family: Daxlinelight;
    margin-right: 5px;
    width: auto;
    float: left;
    padding-top: 5px;
}

    .hindi-content .homesec1 ul li .loantxt .orngcolor {
        font-size: 20px;
    }

.homesec1 ul li .loantxt .orngcolor {
    color: #ee4121;
    font-size: 14px;
    font-family: Daxlinebold;
}

.homesec1 ul li.own .loansprite {
    background-position: 0px -13px;
}

.homesec1 ul li.two .loansprite {
    background-position: -100px -13px;
}

.homesec1 ul li.three .loansprite {
    background-position: -211px -13px;
}

.homesec1 ul li.four .loansprite {
    background-position: -331px -13px;
}

.homesec1 ul li.five .loansprite {
    background-position: -427px -13px;
}

.homesec1 ul li.own:hover .loansprite {
    background-position: 0px -108px;
}

.homesec1 ul li.two:hover .loansprite {
    background-position: -100px -108px;
}

.homesec1 ul li.three:hover .loansprite {
    background-position: -211px -110px;
}

.homesec1 ul li.four:hover .loansprite {
    background-position: -331px -114px;
}

.homesec1 ul li.five:hover .loansprite {
    background-position: -427px -113px;
}



.loanapply {
    background: url(../images/apply-loan.png) no-repeat #007cc5 105px center;
    border: 2px solid #007cc5;
    color: #fff;
    margin: 0px auto 0px;
    position: relative;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    font-family: Daxlinelight;
    font-size: 16px;
    border-radius: 25px;
    padding: 8px 45px 8px 20px;
    float: none;
    top: -12px;
}

    .loanapply:hover {
        background: #fff;
        color: #007cc5;
        text-decoration: none;
        background: url(../images/apply-loan-hov.png) no-repeat #fff 110px center;
    }



.homesec2 h2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 35px 0px 30px;
    margin: 0px;
    font-size: 30px;
    color: #333;
    font-family: Daxlinelight;
}



.homesec2, .homesec2 .col-sm-12 {
    overflow: hidden;
    position: relative;
}

.homesec2 {
    padding-bottom: 0px;
}

.whitestrip {
    position: absolute;
    z-index: 10;
    right: 15px;
    display: none;
}

.homescrollerimg {
    width: 100%;
    float: left;
    height: 150px;
    border-right: 1px solid #b7e4ff;
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.homesec2 .col-sm-12:after {
    content: "";
    width: 35px;
    height: 160px;
    background: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}


.homescrollerimg h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    font-size: 28px;
    color: #333;
    font-family: Daxlinelight;
    font-weight: bold;
}

.homemultiscroller p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 25px 20px;
    font-size: 17px;
    color: #666;
    font-family: Daxlinelight;
    height: 110px;
    text-align: center;
}

.homemultiscroller .knowmore {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 20px;
    border: 1px solid #2f94d0;
    transition: all ease-in-out 0.5s;
    display: initial;
}

    .homemultiscroller .knowmore span {
        font-size: 24px;
        position: relative;
        top: -6px;
        transition: all ease-in-out 0.5s;
    }

    .homemultiscroller .knowmore:hover {
        background: #2f94d0;
        color: #fff;
    }

        .homemultiscroller .knowmore:hover span {
            left: 5px;
            color: #fff;
        }

.homemultiscroller .owl-item {
    padding: 0 10px;
    text-align: center;
}

    .homemultiscroller .owl-item.active:last-child .homescrollerimg {
        border-right: none;
    }

.homemultiscroller .owl-stage-outer {
    min-height: 360px;
}

.homesec3 {
    background: #f2f2f2;
    /*padding-top: 40px;*/
    padding-bottom: 60px;
}



.bigbasketbx {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #bbb;
    overflow: hidden;
}

.bigbsktcntnt {
    border: 1px solid #e5e5e5;
    padding: 15px;
    text-align: center;
    min-height: 380px;
    position: relative;
    z-index: 9;
}

.bigbsktad {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

    .bigbsktad img {
        width: 100%;
    }

.bigbsktcntnt p {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 20px;
    font-family: Daxlinelight;
    line-height: 24px;
    padding: 20px 0px 30px;
}

    .bigbsktcntnt p .fa {
        font-size: 18px;
        position: relative;
        top: 3px;
    }

    .bigbsktcntnt p span {
        font-family: Daxlinebold;
    }

.bigbsktbtn {
    max-width: 240px;
    border-radius: 5px;
    margin: 0px auto;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}

.bigbsktpromocode {
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e22b39;
    margin: 0 auto;
    line-height: 1;
    padding: 11px 0px 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    display: inline-block;
}

    .bigbsktpromocode span {
        font-size: 24px;
        font-family: Daxlinebold;
    }

/*.bigbsktknowmore{background:none;transition:all ease-in-out 0.5s;border:1px solid #0c1700;color:#333;border-top-right-radius:5px;border-bottom-right-radius:5px;font-size:14px;padding:18px 0px;float:right;border-left:none;width:50%;}*/





.aadhaarbx {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 0 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #cecece;
    overflow: hidden;
}

.aadhaarcntnt {
    padding: 0px;
    position: relative;
    z-index: 9;
}

.aadhaarlogo .myScroll {
    height: 106px;
}

.aadhaarlogo .scrollX > .scrollbarY, .aadhaarlogo .scrollY > .scrollbarY, .aadhaarlogo .scrollX .scrollbarX, .aadhaarlogo .scrollY .scrollbarX {
    margin: 0;
}

.aadhaarlogo .content {
    padding-right: 15px;
}

.aadhaarcntnt .listing ul li {
    font-size: 12px;
    color: #333;
    padding: 3px 0 6px 17px;
    border: 0;
    position: relative;
}

.aadhaarlogo h2 {
    color: #ff0000 !important;
}

.aadhaarcntnt .listing ul li:before {
    top: 8px;
}

.aadhaarcntnt p {
    margin: 0px;
    padding: 40px 0px 35px;
    font-size: 28px;
    line-height: 30px;
    float: left;
    width: 100%;
}

.aadhaarbtn {
    float: left;
    width: 100%;
    text-align: center;
}

.pbrbanner p {
    font-size: 18px;
}

.bigbsktknowmore {
    border: 1px solid #f84221;
    color: #fff;
    border-radius: 5px;
    clear: both;
    display: inline-block;
    float: none;
    padding: 6px 0;
    margin-top: 30px;
    background: #f84221;
    width: 128px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

    .bigbsktknowmore:hover {
        background: rgba(255, 255, 255, .7);
        border: 1px solid #d9d9d9;
        border-left: none;
        text-decoration: none;
    }

.aadhaarbtn .adharknowmore {
    font-size: 16px;
    font-family: Daxlinemedium;
    padding: 10px 25px 0px;
    border: 1px solid #2f94d0;
    color: #2f94d0;
    border-radius: 20px;
    margin: 0px auto;
    background: #fff;
    transition: all ease-in-out 0.5s;
    text-transform: uppercase;
    display: inline-block;
}

    .aadhaarbtn .adharknowmore span {
        font-size: 24px;
        position: relative;
        top: -7px;
    }

    .aadhaarbtn .adharknowmore:hover {
        background: #2f94d0;
        color: #fff;
        text-decoration: none;
    }

.homesec3 .col-sm-3.custom-sm-3 {
    width: 30%;
}

.homesec3 .col-sm-6.custom-sm-6 {
    width: 40%;
}

.tabbngbx {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #cecece;
    float: left;
    width: 100%;
    overflow: hidden;
}

.sec3tabbing {
    width: 100%;
    float: left;
    margin: 15px 0px 20px;
    padding: 0px;
    display: table;
}

    .sec3tabbing li {
        display: table-cell;
        padding: 0px 6px;
    }

        .sec3tabbing li span {
            float: left;
            display: block;
            background: #f2f2f2;
            font-size: 16px;
            color: #a4a4a4;
            padding: 10px 7px;
            border: 1px solid #a4a4a4;
            border-radius: 20px;
            width: 100%;
            text-align: center;
            cursor: pointer;
            font-family: Daxlinebold;
            transition: all ease-in-out 0.5s;
        }

.sec3tbngbx-new ul {
    margin: 20px 0px;
    padding: 0px 0px;
}

    .sec3tbngbx-new ul li {
        display: inline-block;
        width: 100%;
        font-size: 16px;
        color: #666;
        padding: 8px 0px;
        border-bottom: 1px solid #e5e5e5;
        font-family: Daxlinelight;
    }

        .sec3tbngbx-new ul li a {
            color: #666;
            text-decoration: none;
            font-family: Daxlineregular;
        }

.sec3tabbing li.active span, .sec3tabbing li:hover span {
    background: #007cc5;
    color: #fff;
    border: 1px solid #007cc5;
}

.sec3tabbing li.last {
    margin-right: 0px;
}



.sec3tbngbx {
    width: 100%;
    float: left;
    height: 300px;
    display: none;
    position: relative;
}

    .sec3tbngbx.active {
        display: block;
    }

    .sec3tbngbx ul {
        display: inline-block;
        width: 100%;
        margin: 20px 0px;
        padding: 0px 12px;
    }

        .sec3tbngbx ul li {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            color: #666;
            padding: 8px 0px;
            border-bottom: 1px solid #e5e5e5;
            font-family: Daxlinelight;
        }

            .sec3tbngbx ul li a {
                color: #666;
                text-decoration: none;
                font-family: Daxlineregular;
            }

                .sec3tbngbx ul li a:hover {
                    text-decoration: underline;
                    color: #007cc5;
                }

.footer {
    background: #fff;
    padding-top: 40px;
    border-top: 1px solid #e6e6e6;
    margin-top: 0px;
}

.footertop {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

    .footertop h2 {
        width: 100%;
        font-size: 30px;
        color: #666;
        float: left;
        margin-bottom: 15px;
        padding: 0px;
    }

    .footertop .footercontact {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 0px;
    }

        .footertop .footercontact li {
            color: #333;
            font-size: 14px;
            width: auto;
            float: left;
            padding-right: 30px;
            border-right: 1px solid #eaeaea;
            margin-right: 30px;
        }

            .footertop .footercontact li span {
                width: 100%;
                margin-top: 10px;
                font-weight: bold;
                font-size: 16px;
                float: left;
                color: #666;
            }

                .footertop .footercontact li span a {
                    color: #666;
                }

                .footertop .footercontact li span .fa {
                    margin-right: 10px;
                    font-size: 18px;
                }

            .footertop .footercontact li:last-child {
                border-right: none;
            }

.bottom-footer {
    display: inline-block;
    width: 100%;
    background: #007cc5;
    padding: 10px 0;
}

    .bottom-footer ul {
        margin: 0;
        padding: 0;
    }

        .bottom-footer ul li {
            padding: 0 0 0 10px;
            margin: 0 0;
            float: left;
            color: #fff;
        }

            .bottom-footer ul li a {
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                margin: 0 10px;
            }



.topfooterrght {
    padding-top: 40px;
    text-align: right;
}

    .topfooterrght strong {
        font-size: 16px;
        color: #666;
        margin-right: 15px;
        position: relative;
    }

    .topfooterrght .fa {
        color: #ccc;
        transition: all ease-in-out 0.5s;
        font-size: 24px;
        top: -5px;
    }

        .topfooterrght .fa a {
            height: 30px;
            width: 30px;
            display: inline-block;
            position: absolute;
            left: -10px;
            top: -10px;
        }

        .topfooterrght .fa:hover {
            color: #666;
        }



.footermiddle {
    padding: 20px 15px;
    border-bottom: 1px solid #f2f2f2;
}

.footermdlnav {
    float: left;
    width: 245px;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    margin-right: 80px;
}

    .footermdlnav.last {
        margin-right: 0px;
    }

    .footermdlnav li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #f2f2f2;
        padding: 5px 0px;
        transition: all ease-in-out 0.5s;
        position: relative;
    }

        .footermdlnav li:last-child {
            border-bottom: none;
        }

        .footermdlnav li a {
            display: block;
            color: #666;
            opacity: .7;
            transition: all 0.5s ease;
            position: relative;
        }

        .footermdlnav li:hover a {
            opacity: 1;
            color: #469cd3;
            padding-left: 5px;
            text-decoration: none;
        }



.applink {
    float: right;
    width: 300px;
}

    .applink h2 {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
        font-family: Daxlinebold;
        font-weight: 400;
    }

    .applink ul {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 00px;
    }

        .applink ul li {
            float: left;
            margin-right: 10px;
        }



.footerbtm {
    padding-top: 25px;
    padding-bottom:22px;
    color: #666;
    opacity: .7;display:inline-block;width:100%;
}

    .footerbtm a {
        color: #666;
    }

        .footerbtm a:hover {
            color: #469cd3;
        }

.carousel-indicators {
    z-index: 8;
}
/*===============new menu=============*/
.fullmenu {
    position: absolute;
    left: 0;
    top: 68px;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.4);
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.nav-overlay {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 117px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.5s ease;
}

    .nav-overlay.show-nav-overlay {
        opacity: 1;
        visibility: visible;
    }
/*#firstmenu > li{background:#ddd}*/
.fullmenu ul > li a {
    font-size: 14px;
}

.homeleftnav ul > li:hover .fullmenu {
    opacity: 1;
    visibility: visible;
    max-height: 600px;
    overflow: visible;
}

.fullmenu ul {
    float: left;
    padding: 0 20px 20px 20px;
}

    .fullmenu ul.menu-sec-le {
        padding: 0px;
        width: 100%;
        background: #c3e3f6;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }

.nav-img {
    position: absolute;
    right: 0;
}

.fullmenu ul.menu-sec-le li, .fullmenu ul.menu-sec-le li a {
    width: 100%;
    font-weight: normal !important;
    font-size: 14px;
}

.nav-img:hover img {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.5);
}

.menu-sec-le {
    position: unset;
    background: #fff;
}

.fullmenu ul li {
    float: left;
}

    .fullmenu ul li.nav_active .menu-sec-le {
        opacity: 1;
        visibility: visible;
        max-height: 215px;
    }

.menu-third-l {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 230px;
    top: 0;
    background: #fff;
    z-index: 999;
    right: 0;
    bottom: 0;
    height: 445px;
    display: none;
}

.fullmenu ul.menu-sec-le li.nav_active-sec .menu-third-l {
    display: block;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.4);
    min-width: 415px;
}

.nav_active.nav_active .menu-third-l {
    display: block;
}

.savingmenu {
    width: 650px !important;
}

    .savingmenu li {
        width: 33.33% !important;
    }

.loan_navbtn-sec .menu-third-l {
    max-width: 850px;
    min-width: 700px;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.4);
}

    .loan_navbtn-sec .menu-third-l li {
        width: 33.33% !important;
    }

#firstmenu {
    background: #c3e3f6;
    width: 250px;
    height: 445px;
}

    #firstmenu li {
        width: 100%;
        border-bottom: 1px solid #6fc5e7;
    }

        #firstmenu li:last-child {
            border: 0;
        }

.menu-third-l ul li {
    width: 100%;
}

.nav_active .menu-sec-le {
    opacity: 1;
    visibility: visible;
}

#firstmenu li a {
    width: 100%;
    background: #007cc5;
    color: #fff !important;
    cursor: pointer;
}

#firstmenu li.navbtn a {
    margin-top: 0px;
    font-weight: bold;
    background: #007cc5;
    width: 100%;
}

.fullmenu ul li a, .fixed-header .fullmenu ul li a {
    padding: 5px 10px;
}

.menu-sec-le li a {
    background: #cae3f3 !important;
}

#firstmenu .menu-sec-le li a {
    text-align: left;
}

.menu-sec-le .nav_active-sec .menu-third-l, .menu-sec-le .loan_nav_active-sec .menu-third-l {
    visibility: visible;
    opacity: 1;
}

#firstmenu .menu-sec-le .nav_active-sec a, #firstmenu .menu-sec-le .loan_nav_active-sec a {
    background: #fff !important;
    color: #007cc5 !important;
}

.mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a {
    padding: 7px 7px 7px 15px;
    transition: unset;
    min-width: 100% !important;
    position: relative;
    max-width: 100%;
    float: left;
}
/*#firstmenu .menu-sec-le .nav_active-sec a:hover, #firstmenu .menu-sec-le .loan_nav_active-sec a:hover{color:#333 !important}*/
#firstmenu .menu-sec-le .navbtn-sec a, #firstmenu .menu-sec-le .loan_navbtn-sec a {
    min-width: 190px;
    max-width: 300px;
    color: #333 !important;
}

.menu-third-l {
    padding: 20px 20px !important;
}

    .menu-third-l li a {
        min-width: 250px !important;
        width: auto !important;
    }

.fullmenu ul li a .fa {
    padding: 0 6px 0 6px;
    float: right;
    font-size: 17px;
    margin: 1px 0 0 0;
}

.fullmenu ul.menu-sec-le li.nav_active-sec .menu-third-l.menu-third-single {
    max-width: 200px;
    min-width: 200px !important;
}

.menu-third-single li {
    width: 100% !important;
}

.fullmenu #firstmenu .menu-sec-le .menu-third-l li {
    width: 50%;
    border-bottom: 0;
    right: 10px;
}

.mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a:before, .fulldropdown .ruralmenu_services ul li a:before {
    width: 5px;
    height: 5px;
    background: #007cc5;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 6px 0 0;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.fulldropdown ul li ul li a {
    position: relative;
}

    .fulldropdown ul li ul li a:hover {
        color: #007cc5 !important;
    }

.mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a:hover {
    color: #007cc5 !important;
    transition: all 0.5s ease;
}
/*.mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a{border-bottom:1px solid #d2d2d2}*/
.fulldropdown {
    background: #c3e3f6;
    float: left;
    width: 100%;
}

    .fulldropdown ul {
        float: left;
        width: 100%;
        background: #fff;
        padding: 0;
    }

        .fulldropdown ul li {
            width: 100%;
            float: left;
            padding: 0 10px;
        }

            .fulldropdown ul li a {
                padding: 5px;
            }

            .fulldropdown ul li ul li {
                width: 100%;
                text-align: center;
                padding: 0 5px;
                margin: 0px 0 0px 0;
            }

                .fulldropdown ul li ul li a {
                    color: #333 !important;
                    display: inline-table;
                    text-align: center;
                    transition: all 0.5s ease;
                    background: #ddd;
                }

                    .fulldropdown ul li ul li a:hover {
                        background: #c3e3f6;
                        color: #333 !important;
                    }

                    .fulldropdown ul li ul li a span {
                        display: inline-block;
                        vertical-align: middle;
                        width: 100%;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        background: rgba(0,0,0,0.4);
                        top: 0;
                        padding: 44px 5px;
                        text-align: center;
                        color: #fff;
                        line-height: 16px;
                    }

            .fulldropdown ul li a strong {
                color: #007cc5;
                display: inline-block;
            }

            .fulldropdown ul li ul {
                padding: 0 2px;
            }

            .fulldropdown ul li.nav-btn ul {
                max-height: 0;
                overflow: hidden;
                transition: all 0.5s ease;
                min-width: 200px;
                position: absolute;
                left: 250px;
                top: 0;
                bottom: 0;
            }

.corporatemenu .fulldropdown, .corporatemenu .fulldropdown ul {
    background: #c3e3f6;
}

    .corporatemenu .fulldropdown ul li a {
        cursor: pointer;
        margin-top: 0px;
        background: #007cc5;
        text-align: left;
        width: 100%;
        color: #fff;
        padding: 5px 10px;
        font-weight: bold;
    }

.newcorporatemenu .fulldropdown {
    min-width: 600px;
}

    .newcorporatemenu .fulldropdown ul {
        background: #c3e3f6;
    }

        .newcorporatemenu .fulldropdown ul li ul li {
            width: 20%;
            margin-bottom: 10px;
        }

            .newcorporatemenu .fulldropdown ul li ul li a {
                display: inline-block;
                width: 100%;
                padding: 0;
                overflow: hidden;
                font-weight: bold;
                transition: all 0.5s ease;
            }

                .newcorporatemenu .fulldropdown ul li ul li a img {
                    transition: all 0.5s ease;
                }

                .newcorporatemenu .fulldropdown ul li ul li a:hover img {
                    transform: scale(1.2);
                }

.ruralimgbox img {
    width: 180px;
    margin: 20px 0 0 0;
    float: left;
}

.financialmenu {
    min-width: 460px !important;
}

.fulldropdown ul li.nav-btn .dropdowntab li.our-ancillary img {
    max-width: 100%;
}

.financialmenu li ul {
    max-width: 200px;
    background: none !important;
}

    .financialmenu li ul .financialimg img {
        margin-top: 30px;
    }

.ancillary-service {
    width: 384px !important;
    min-width: 384px !important;
}

    .ancillary-service li {
        max-width: 196px;
    }

.fulldropdown ul li.nav-btn .dropdowntab li.our-ancillary {
    position: absolute;
    top: 16px;
    right: 15px;
    max-width: 140px;
}

.scroll-logo, .fixed-header .logo {
    display: none;
}

.fixed-header .scroll-logo {
    display: inline-block;
}

.scroll-logo img {
    height: 80px;
}

.midpannel p {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: justify;
}

.pdfbtn a {
    display: inline-block;
    padding: 5px 10px;
    background: #f14121;
    margin: 25px 15px 0px 0;
    color: #fff;
    font-size: 14px;
    font-family: Daxlinebold;
    float: left;
}

    .pdfbtn a .fa {
        font-size: 16px;
        float: right;
        margin: 2px 0 0 10px;
    }

    .pdfbtn a:hover {
        background: #c9351a;
    }







.corporatemenu .fulldropdown {
    height: 400px;
}

    .corporatemenu .fulldropdown ul li a strong {
        color: #fff;
    }

.fulldropdown ul li.nav-btn-active a strong {
    color: #333;
}

.corporatemenu .fulldropdown ul li .dropdowntab li a .fa {
    color: #333;
}

.corporatemenu .fulldropdown ul {
    padding: 20px 20px 20px 20px;
    min-width: 270px;
}

.fulldropdown ul .nav-btn-active:hover a {
    background: #fff;
}

.corporatemenu .fulldropdown ul li {
    padding: 0 0;
}

    .corporatemenu .fulldropdown ul li ul {
        padding: 0;
    }

    .corporatemenu .fulldropdown ul li:last-child {
        margin-bottom: 5px;
    }

.corporatemenu .fulldropdown ul li {
    width: 100%;
    border-bottom: 1px solid #6fc5e7;
}

    .corporatemenu .fulldropdown ul li.nav-btn ul li a {
        display: inline-block;
        width: 100%;
        background: #fff;
        position: relative;
        padding: 6px 0 5px 15px;
        font-weight: normal;
    }

.fulldropdown ul li.nav-btn .dropdowntab li.pmjdy a:before {
    display: none;
}

.corporatemenu .fulldropdown ul li.nav-btn-active a {
    background: #fff;
    color: #333;
}

.fulldropdown ul li.nav-btn-active .dropdowntab {
    max-height: 500px;
    visibility: visible !important;
    opacity: 1 !important;
}

.fulldropdown ul li.nav-btn .dropdowntab {
    padding: 20px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.4);
}

    .fulldropdown ul li.nav-btn .dropdowntab li {
        border: 0;
    }

.fulldropdown ul li .divider {
    height: 1px;
    background: #ddd;
    margin: 0 5px;
}

.fulldropdown .ruralmenu_services ul li {
    width: 33.33%;
    margin: 0;
}

    .fulldropdown .ruralmenu_services ul li a {
        border: 0;
        float: left;
        height: auto;
        text-align: left;
        padding: 4px 0 4px 15px;
        font-size: 13px;
        background: none;
    }

.rural_menu .fulldropdown ul li.nav-btn-active ul {
    max-height: 400px;
    opacity: 1;
    visibility: visible;
}

.servicesmenu .dropdowntab {
    min-width: 400px !important;
}

    .servicesmenu .dropdowntab li {
        width: 50% !important;
    }

.fulldropdown .ruralmenu_services ul li a:before {
    top: 4px;
}

.fulldropdown ul li ul li a strong.card-img {
    margin: 0;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

    .fulldropdown ul li ul li a strong.card-img img {
        height: 90px;
        width: 100%;
    }

.ruralmenu .fulldropdown ul li ul li {
    width: 100%;
}

.ruralmenu .fulldropdown ul li.menucard ul li a:hover {
    background: none;
}

    .ruralmenu .fulldropdown ul li.menucard ul li a:hover img {
        box-shadow: 0 0 10px 1px rgba(0,0,0,0.3);
    }

.ruralmenu .fulldropdown ul li.menucard ul li a {
    border: 0;
    display: inline-block;
    height: auto;
    font-size: 13px;
    line-height: 15px;
}

.fulldropdown ul li.ruralmenu_services ul li a:hover {
    background: none;
    color: #007cc5 !important;
}

.ruralmenu .fullmenu {
    left: auto;
    width: 850px;
    right: 0;
}

.ruralmenu .fulldropdown ul li.menucard {
    width: 30%;
    border-right: 1px solid #ddd;
    background: #c3e3f6;
}

    .ruralmenu .fulldropdown ul li.menucard ul {
        background: none;
    }

        .ruralmenu .fulldropdown ul li.menucard ul li, .ruralmenu .fulldropdown ul li.menucard ul li a {
            background: none;
        }

    .ruralmenu .fulldropdown ul li.menucard li:hover {
        background: #fff;
    }

.ruralmenu .fulldropdown ul li.ruralmenu_services {
    width: 70%;
    background: #fff;
}

    .ruralmenu .fulldropdown ul li.ruralmenu_services li {
        width: 30.33%;
        padding: 0px 15px;
    }

.ruralmenu .fulldropdown ul li ul li {
    background: #fff;
}

.ruralmenu .fulldropdown ul li.menucard p {
    margin: 0;
}

    .ruralmenu .fulldropdown ul li.menucard p strong {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
    }

.single-nav {
    max-height: 0;
    transition: all 0.2s ease;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    min-width: 220px;
    opacity: 0;
}

.homeleftnav ul > li:hover .single-nav {
    max-height: 500px;
    box-shadow: 0 4px 2px 0 rgba(0,0,0,0.4);
    opacity: 1;
}

.single-nav ul li {
    width: 100%;
}

.homeleftnav ul > li .single-nav ul li a {
    font-size: 14px;
    color: #333;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    transition: all 0.5s ease;
}

.homeleftnav ul > li .single-nav ul li:hover {
    background: none;
}

.homeleftnav ul > li .single-nav ul li a:hover {
    padding-left: 25px;
}

.homeleftnav ul > li .single-nav ul li ul li a {
    border: 0;
    position: relative;
    padding: 7px 20px;
}

.single-nav ul li ul li a:before {
    width: 5px;
    height: 5px;
    background: #007cc5;
    border-radius: 50%;
    display: inline-block;
    margin: 5px 6px 0 0;
    content: "";
    position: absolute;
    left: 8px;
    top: 10px;
}

.single-nav ul li strong {
    padding: 10px 16px 0 16px;
    display: inline-block;
}

.new-thirmenu {
    position: unset !important;
    ;
    background: #fff !important;
    padding: 0 !important;
}

.corporatemenu .fulldropdown ul li ul li .new-thirmenu li a {
    background: none;
    position: relative;
    padding: 4px 10px 6px 16px;
}

    .corporatemenu .fulldropdown ul li ul li .new-thirmenu li a:hover, .corporatemenu .fulldropdown ul li.nav-btn ul li a:hover {
        color: #007cc5 !important;
    }

    .corporatemenu .fulldropdown ul li.nav-btn ul li a:before, .corporatemenu .fulldropdown ul li ul li .new-thirmenu li a:before {
        width: 5px;
        display: inline-block !important;
        height: 5px;
        background: #007cc5;
        border-radius: 50%;
        display: inline-block;
        margin: 5px 6px 0 0;
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
    }

.corporatemenu .fulldropdown ul li.nav-btn ul li a.pmjdy:before {
    display: none !important;
}
/*==================scroll bar css start here==============*/
/* user-select polyfill for IE */
[unselectable=on] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.scrollX,
.scrollY {
    position: relative;
    overflow: hidden;
    padding: 0;
}

    .scrollX:hover > .scrollbarY,
    .scrollY:hover > .scrollbarY,
    .scrollX:hover .scrollbarX,
    .scrollY:hover .scrollbarX {
        opacity: 1;
    }

    .scrollX > .scrollbarY,
    .scrollY > .scrollbarY,
    .scrollX .scrollbarX,
    .scrollY .scrollbarX {
        position: absolute;
        opacity: 0;
        border-radius: 20px;
        cursor: pointer;
        z-index: 1;
        margin: 5pt;
        background: #d9d9d9;
        -webkit-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
        -moz-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
        -ms-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
        -o-transition: opacity ease-in-out 150ms, background ease-in-out 150ms;
    }

        .scrollX > .scrollbarY.dragScrolling,
        .scrollY > .scrollbarY.dragScrolling,
        .scrollX .scrollbarX.dragScrolling,
        .scrollY .scrollbarX.dragScrolling {
            opacity: 1;
        }

        .scrollX > .scrollbarY.disabled,
        .scrollY > .scrollbarY.disabled,
        .scrollX .scrollbarX.disabled,
        .scrollY .scrollbarX.disabled {
            display: none;
        }

        .scrollX > .scrollbarY > .thumb,
        .scrollY > .scrollbarY > .thumb,
        .scrollX .scrollbarX > .thumb,
        .scrollY .scrollbarX > .thumb {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 2.5pt;
            background: #017bc4;
            -webkit-transition: background ease-in-out 150ms;
            -moz-transition: background ease-in-out 150ms;
            -ms-transition: background ease-in-out 150ms;
            -o-transition: background ease-in-out 150ms;
        }

        .scrollX > .scrollbarY:hover,
        .scrollY > .scrollbarY:hover,
        .scrollX .scrollbarX:hover,
        .scrollY .scrollbarX:hover,
        .scrollX > .scrollbarY.dragScrolling,
        .scrollY > .scrollbarY.dragScrolling,
        .scrollX .scrollbarX.dragScrolling,
        .scrollY .scrollbarX.dragScrolling {
	        z-index: 2;
        }

            .scrollX > .scrollbarY:hover > .thumb,
            .scrollY > .scrollbarY:hover > .thumb,
            .scrollX .scrollbarX:hover > .thumb,
            .scrollY .scrollbarX:hover > .thumb,
            .scrollX > .scrollbarY.dragScrolling > .thumb,
            .scrollY > .scrollbarY.dragScrolling > .thumb,
            .scrollX .scrollbarX.dragScrolling > .thumb,
            .scrollY .scrollbarX.dragScrolling > .thumb {
                background: #017bc4;
            }

    .scrollX > .scrollbarY,
    .scrollY > .scrollbarY {
        top: 0;
        bottom: 0;
        right: 0;
        width: 6pt;
        opacity: 1;
    }

    .scrollX > .scrollbarX,
    .scrollY > .scrollbarX {
        bottom: 0;
        left: 0;
        right: 0;
        height: 5pt;
    }

    .scrollX > .viewport,
    .scrollY > .viewport {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        -ms-box-sizing: content-box;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .scrollX > .viewport > .content,
        .scrollY > .viewport > .content {
            box-sizing: content-box;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            -ms-box-sizing: content-box;
        }

    .scrollX.initialized > .viewport {
        overflow-x: scroll;
    }

    .scrollY.initialized > .viewport {
        overflow-y: auto;
        padding-right: 30px !important;
    }

    .scrollX.scrollY > .scrollbarX {
        margin-right: 10pt;
    }

    .scrollX.scrollY > .scrollbarY {
        margin-bottom: 10pt;
    }

.myScroll {
    height: 300px;
    display: inline-block;
    width: 100%;
}

.accordingcontent .myScroll {
    height: 118px;
}
/*==================scroll bar css end here==============*/
/*==================Inner Page start here==============*/
.innercontent {
    margin-top: 50px;
}

.innerheading {
    font-size: 20px;
    padding: 0 0 20px 0;
    font-family: Daxlinebold;
    color: #333;
}

.innerheader {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}

    .innerheader h1 {
        color: #fff;
        padding: 210px 0 0 0;
        font-size: 60px;
        font-weight: bold;
        display: none;
    }

.headingbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.star-mahila-sb-account {
    background: url(../images/star-mahila-sb-account.jpg) no-repeat;
    height: 474px;
}

.breadcrumb {
    background: linear-gradient(to right, #ef4e31, #007cc5);
    border-radius: 0;
    padding: 8px 0;
}

    .breadcrumb h2 {
        font-size: 25px;
        color: #fff;
        padding: 0 0;
        margin: 0;
    }

.debitcard-detail img {
    width: 100%;
}

.leftpannel {
    background: #f2f2f2;
    padding: 20px 24px;
}

    .leftpannel ul {
        padding: 0;
        margin: 0;
    }

.paymentprocesbtn a {
    background: #007bc4;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
}

    .paymentprocesbtn a:hover {
        background: #02619a;
    }

.text-center.a-center {
    text-align: center;
    margin: 0 0 20px 0;
}

.leftpannel ul li a {
    padding: 15px 0px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    color: #333;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 50px;
    text-overflow: ellipsis;
}

.leftpannel .nav-pills > li + li {
    margin-left: 0px;
}

.leftpannel ul li a:hover {
    text-decoration: none;
    background: #fff;
    box-shadow: -5px 0 12px 1px rgba(0,0,0,0.2);
    width: 110%;
}

    .leftpannel ul li a:hover:before, .leftpannel ul li.active a:before {
        content: "";
        background: #fff;
        width: 14px;
        border-left: 4px solid #09f;
        position: absolute;
        left: -14px;
        top: 0;
        bottom: 0;
        height: 50px;
        border-bottom: 1px solid #ddd;
    }
/*.leftpannel ul li a:hover:after, .leftpannel ul li.active a:after{content: "";
background: #fff;
width:25px;
position: absolute;
right:-25px;
top:-1px;;
bottom: 0;border-bottom:1px solid #ddd;border-top:1px solid #ddd;height: 51px;}*/
.leftpannel ul li.active a {
    background: #fff;
    box-shadow: -5px 0 12px 1px rgba(0,0,0,0.1);
}

.leftpannel .nav-pills li {
    width: 100%;
}

.leftpannel .nav-pills > li.active > a, .leftpannel .nav-pills > li.active > a:focus, .leftpannel .nav-pills > li.active > a:hover {
    background: #fff;
    color: #333;
    width: 110%;
}

.midpannel h2 {
    font-size: 24px;
    color: #007cc5;
}

.btmborder {
    background: url(../images/innerbtmborder.png) no-repeat;
    background-position: 0 bottom;
    padding: 0 0 35px 0;
}

.midpannel {
    padding: 0 30px;
}

    .midpannel h2 {
        padding-bottom: 10px;
    }

        .midpannel h2 + .height30 {
            display: none;
        }

.height30 {
    height: 30px;
}

.height10 {
    height: 10px;
}

.listing ul {
    padding: 0;
    margin: 0;
}

    .listing ul li {
        font-size: 14px;
        color: #333;
        padding: 10px 0 10px 17px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
.normal-listing ul li{font-size: 14px;
color: #333;
padding: 10px 0 10px 0px;
}
.normal-listing ul li ul{padding-left:15px;}

        .listing ul li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #000;
            display: inline-block;
            position: absolute;
            top: 17px;
            left: 0;
            border-radius: 50%;
        }

.blueborder {
    border: 1px solid #0066cc;
}

.shopingbox a {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

    .shopingbox a img {
        transition: all 0.5s ease;
    }

    .shopingbox a:hover img {
        transform: scale(1.1);
    }

.shopingbox p strong {
    font-size: 17px;
    padding: 20px 0 0 0;
    display: inline-block;
    width: 100%;
    color: #0066cc;
}

.shopingbox a:hover {
    background: #b3d9ff;
}

.midpannel p strong {
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
    display: inline-block;
    width: 100%;
}

.shopingbox a p strong {
    font-size: 17px;
}

.changebox {
    height: 200px;
}

    .changebox strong {
        background: #0066cc;
        color: #fff;
        display: inline-block;
        width: 100%;
        padding: 15px 15px;
        margin-bottom: 15px;
        height: 85px;
        font-size: 18px;
        line-height: 20px;
    }

    .changebox p {
        font-size: 30px;
        padding: 0px 15px;
        margin: 0 0;
    }

        .changebox p b {
            font-weight: bold;
        }

.changecaption {
    font-size: 14px !important;
    margin-bottom: 15px !important;
}

.star {
    font-weight: bold;
    font-size: 16px !important;
}

.debitdtllastbox p {
    padding: 18px 0 0 0;
    display: inline-block;
    width: 100%;
}

.rightpannel img {
    float: right;
    max-width: 100%;
    width: 100%;
}

.aboutus-list ul {
    padding: 0;
    margin: 0;
}

    .aboutus-list ul li {
        display: inline-block;
        width: 100%;
    }

        .aboutus-list ul li a {
            display: inline-block;
            width: 100%;
            padding: 13px 10px;
            border: 2px solid #007cc5;
            margin-bottom: 15px;
            color: #333;
            font-size: 16px;
            transition: all 0.5s ease;
        }

            .aboutus-list ul li a:hover {
                background: #007cc5;
                color: #fff;
                text-decoration: none;
            }

                .aboutus-list ul li a:hover .fa {
                    margin: 0 0 0 0;
                }

            .aboutus-list ul li a .fa {
                float: right;
                margin: 0 5px 0 0;
                font-size: 20px;
                transition: all 0.5s ease;
            }

.mob-menu {
    display: none;
}

.youmaybox {
    background: #f2f2f2;
    padding: 50px 15px;
}

    .youmaybox p {
        display: inline-block;
        width: 100%;
    }

        .youmaybox p strong {
            padding: 30px 0 45px 0;
            display: inline-block;
            width: 100%;
            font-size: 24px;
            height: 150px;
        }

    .youmaybox a {
        padding: 15px 0;
        background: #027bc3;
        color: #fff;
        display: inline-block;
        width: 100%;
        text-transform: capitalize;
        text-align: center;
        font-size: 15px;
        text-transform: uppercase;
    }

    .youmaybox ul {
        padding: 0 0px;
        margin: 0;
    }

        .youmaybox ul li {
            float: left;
            padding: 10px 20px;
            width: 100%;
        }

            .youmaybox ul li div {
                border: 2px solid transparent;
                padding: 15px 25px;
                box-shadow: 0 0 2px 1px rgba(0,0,0,0.2);
            }

                .youmaybox ul li div:hover {
                    border: 2px solid #ed4527;
                }

                    .youmaybox ul li div:hover a {
                        background: #ed4527;
                        text-decoration: none;
                    }

    .youmaybox .owl-carousel .owl-nav {
        display: inline-block;
    }

        .youmaybox .owl-carousel .owl-nav button {
            position: absolute;
            top: 85px;
            font-size: 60px;
        }

            .youmaybox .owl-carousel .owl-nav button.owl-prev {
                left: -15px;
            }

            .youmaybox .owl-carousel .owl-nav button.owl-next {
                right: -15px;
            }

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.headerbtm {
    padding-right: 0px;
    display: flex;
    justify-items: center;
    font-size: 16px;
    width: 100%;
}

.cardfbox p strong {
    font-weight: bold;
    font-size: 17px;
}

.cardfbox p span {
    color: #1297e6;
    font-weight: bold;
}

.cardfbox ul {
    padding: 0 0;
}

    .cardfbox ul li {
        padding: 7px 0;
        border-bottom: 1px solid #ddd;
    }

        .cardfbox ul li a {
            color: #333;
            display: inline-block;
        }

        .cardfbox ul li:last-child {
            border-bottom: 0;
        }

.cardfbox p span {
    color: #2687c9;
}

.cardfbox p {
    padding: 0 0 10px 0;
}

    .cardfbox p a:hover {
        text-decoration: none;
        color: #333;
    }

.cardfbox .btmborder {
    padding: 0 0 15px 0;
    margin-bottom: 25px;
    margin-top: 10px;
}

.cardlast .cardfbox .btmborder {
    margin-bottom: 5px;
}

.cardlast .cardfbox ul li {
    margin-bottom: 10px;
}

.maincardbox .panel-default > .panel-heading {
    background: #007cc5;
    color: #fff;
    padding: 0;
}

.maincardbox .panel-title {
    font-size: 22px;
    font-family: Daxlinebold;
}

    .maincardbox .panel-title a:hover {
        text-decoration: none;
    }

        .maincardbox .panel-title a span, .maincardbox .panel-title a:hover span {
            background: url(../images/card-sprite.png);
            display: inline-block;
            width: 64px;
            height: 40px;
            background-position: 0 56px;
        }

    .maincardbox .panel-title a .fa {
        float: right;
        margin: 10px 0;
        transform: rotate(-90deg);
    }

    .maincardbox .panel-title a {
        display: inline-block;
        width: 100%;
        padding: 7px 20px;
        line-height: 41px;
        text-decoration: none;
        border: 1px solid #007cc5;
        border-radius: 3px;
    }

        .maincardbox .panel-title a.collapsed {
            color: #007cc5;
        }

.nofill {
    background: #fff;
}

.maincardbox .panel-title a.collapsed .fa {
    transform: rotate(90deg);
    color: #007cc5;
}

.maincardbox .panel-title a.collapsed {
    background: #fff;
}

    .maincardbox .panel-title a.collapsed span {
        background-position: 0 4px;
    }

.maincardbox .panel-title a span.creditcaricon {
    background-position-x: -179px;
}

.maincardbox .panel-title a span.prepaidicon {
    background-position-x: -358px;
}

.maincardbox .panel-title a span.atmicon {
    background-position-x: -530px;
}

.maincardbox .panel-title a span.otherkiosk {
    background-position-x: -706px;
}

.maincardbox .panel-title a span.boistarrewardicon {
    background-position-x: -850px;
}

.maincardbox .panel-title a span.greenpinicon {
    background-position-x: -1005px;
}

.maincardbox .panel-title a span.businesscardicon {
    background-position-x: -1150px;
}

.maincardbox .panel-default > .panel-heading {
    margin-top: 10px;
}

.maincardbox .panel-group .panel {
    border: 0;
}

.maincardbox .collapse.in {
    border: 1px solid #ddd;
    border-top: 0;
}

.maincardbox .panel-title a.fillcolor {
    background: #007cc5;
}

    .maincardbox .panel-title a.fillcolor.collapsed {
        background: #fff;
    }

.cardleft li a {
    padding: 7px 0;
}

.cardleft li .helpnobtn {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    font-family: Daxlinebold;
    background: #f5821f;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cardleft li a .fa {
    float: right;
    margin: 0 5px;
    transition: all 0.5s ease;
    color: #007cc5;
}

.cardleft li a:hover .fa {
    margin: 0 0;
}

.rightpannel .cardleft {
    padding: 15px 20px;
    border: 1px solid #007cc5;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
}

    .rightpannel .cardleft li a {
        padding: 10px 0;
        color: #333;
        font-size: 17px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #ddd;
        font-family: Daxlinebold;
    }

        .rightpannel .cardleft li a:hover {
            text-decoration: none;
            color: #007cc5;
        }

    .rightpannel .cardleft li:last-child a {
        border: 0;
    }

.airticket {
    margin-top: 20px;
}

.cardbtmimg {
    position: absolute;
    right: 15px;
    left: 15px;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 30px;
}

    .cardbtmimg p strong {
        font-size: 30px;
        font-family: Daxlinebold;
        line-height: 30px;
        padding: 0 0 15px 0;
        display: inline-block;
        width: 100%;
    }

    .cardbtmimg p {
        font-size: 17px;
    }

        .cardbtmimg p a {
            border: 2px solid #fff;
            float: right;
            text-transform: uppercase;
            color: #fff;
            padding: 6px 10px;
            font-size: 13px;
            margin-top: 10px;
            position: absolute;
            right: 20px;
            bottom: 20px;
        }

            .cardbtmimg p a:hover {
                background: #fff;
                color: #333;
                text-decoration: none;
            }

.innerbanner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

    .innerbanner img {
        width: 100%;
    }

.innertopheading {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    .innertopheading p {
        color: #fff;
        font-size: 20px;
        padding-bottom: 35px;
    }

.mobilecrousel {
    display: none;
}
/*==================Inner Page end here==============*/
/*==================shashi form start here==============*/
.nav-txt1 {
    margin: 0px;
    padding: 0px;
}

    .nav-txt1 li.one, .nav-txt1 li.three, .nav-txt1 li.five, .nav-txt1 li.seven, .nav-txt1 li.nine, .nav-txt1 li.eleven {
        clear: left;
    }

    .nav-txt1 li {
        width: 100%;
        list-style: none;
        float: left;
        /*border-radius: 5px;*/
        margin-bottom: 15px;
        /*background: #f0f0f0;*/
        position: relative;
        margin-right: 32px;
    }
#DivExistingBanking .nav-txt1 li:nth-child(6) {width:12.2%;}
#DivExistingBanking .nav-txt1 li:nth-child(7) {width:16.2%;}
    #DivExistingBanking .nav-txt1 li:nth-child(7) input {margin-right:5px;}

.inputbox {
    display: inline-block;
    width: 60%;
}
/*.listbox6.ieselect .responsive-table table select {    appearance:select;-moz-appearance: select;-webkit-appearance: select;}*/
.fa-refresh {
    margin: 11px 10px;
    font-size: 17px !important;
    cursor: pointer;
}

.nav-txt1 li lable, .nav-txt1 li label, .formlable {
    width: 40%;
    float: left;
    padding: 9px 10px 9px 9px;
}

.rating-new input, .rating-new label{width:auto !important}
.maindatory {
    color: #ff0000;
}
/*=========new input radio active start==================*/
/* Rating Star Widgets Style */

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:25px; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.rating-stars ul > li.star{position:relative;float:left;width:25px;margin:5px 5px 0 0;padding:0;}
.star input{opacity:0;position:absolute;top:0;right:0;right:0;bottom:0;width:25px;height: 25px;margin:0;cursor:pointer}
.star .fa-fw{width:30px;}
/*==============new radio active end================*/
.form-innercontent {
    background: #d2e3ef;
    padding-top: 60px;
    margin-top: -20px;
    padding-bottom: 50px;
}

.nav-txt1 li.full-width textarea {
    width: 100%;
    height: 130px;
    border: 1px solid #dddcdc;
    border-radius: 7px;
    background: #f0f0f0;
}

.nav-txt1 li.full-width {
    width: 99.2%;
}

.form-wraper {
    max-width: 850px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 13px;
    box-shadow: 0 0 12px rgba(123, 172, 207, 0.7);
    background: #fff;
}

.nav-txt1 li input, .nav-txt1 li select {
    float: left;
    width: 100%;
    padding: 9px 10px 9px 9px;
    border: 1px solid #dddcdc;
    background: #f0f0f0;
    font-size: 14px;
    color: #3f3f3f;
    border-radius: 3px;
}

.nav-txt1 li .radiobox {
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
}

.nav-txt1 li:nth-child(2n) {
    margin-right: 0;
}

.submit-bt {
    text-align: center;
}

    .submit-bt input {
        background: #007cc5;
        border: none;
        color: #fff;
        padding: 10px 40px;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 15px;
        margin-right: 10px;
        margin-top: 15px;
    }

.nav-txt1 li input[type="file"] {
    font-size: 16px;
}

.nav-txt1 li select {
    padding: 7px 10px 7px 9px;
    color: #969696;
    height: auto;
}

.submit-bt input:hover {
    background: #01649e;
}

.form-wraper .checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    left: 2px;
    width: auto;
    top: 3px;
}

.form-wraper .radiobox input[type="radio"] {
    margin: 0;
    position: absolute;
    left: -20px;
    width: auto;
    top: 14px;
}
/*.nav-txt1 li.four, .nav-txt1 li.three {
	border: 1px solid #dddcdc;
}*/
.form-wraper .radiobox label {
    margin-left: 30px;
    font-weight: normal;
    padding: 10px 10px 10px 0px;
    position: relative;
}

.form-wraper .checkbox label {
    position: relative;
    margin-left: 10px;
}
/*==================shashi form end here==============*/
/*==================msme css start here==============*/
.msmeproductbox {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}

.msmeboxhover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    padding: 20px 10px 20px 15px;
    background: rgba(238,65,33,0.8);
    transition: all 0.5s ease;
}

    .msmeboxhover .myScroll {
        height: 170px;
    }

.msmeproductbox:hover .msmeboxhover {
    height: 230px;
}

    .msmeproductbox:hover .msmeboxhover .scrollY {
        overflow: visible;
        visibility: visible;
    }

.msmeboxhover .scrollY {
    padding-top: 4px;
    overflow: hidden;
    visibility: hidden;
}

.msmeboxhover ul li {
    display: inline-block;
    width: 100%;
}

    .msmeboxhover ul li a {
        color: #fff;
        font-size: 14px;
        transition: all 0.5s ease;
    }

        .msmeboxhover ul li a:before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            float: left;
            margin: 5px 8px 0 0;
        }

        .msmeboxhover ul li a:hover {
            padding-left: 5px;
        }

.msmeproductbox p {
    color: #fff;
    font-size: 18px;
    font-family: Daxlinebold;
}

.msmeproductbox img {
    transition: all 0.5s ease;
    width: 100%;
    min-height: 230px;
}

.msmeproductbox:hover img {
    transform: scale(1.1);
}
/*.msmeproductbox p:hover .fa{margin-right:0}*/
.msmeproductbox p .fa {
    float: right;
    font-size: 25px;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.schemebox {
    background: #f0f0f0;
    padding: 50px 0;
    margin-top: 30px;
}

.schemelisting ul {
    padding: 0;
    margin: 0;
}

    .schemelisting ul li {
        padding: 0 20px 20px 0;
        float: left;
        width: 50%;
    }

        .schemelisting ul li a {
            display: inline-block;
            padding: 15px 20px;
            width: 100%;
            background: #fff;
            color: #333;
            font-size: 16px;
            border: 1px solid #ee4121;
            transition: all 0.5s ease;
        }

            .schemelisting ul li a:hover {
                background: #f6ddd9;
                text-decoration: none;
            }

                .schemelisting ul li a:hover .fa {
                    margin: 4px 0px 0 0;
                }

            .schemelisting ul li a .fa {
                float: right;
                margin: 4px 5px 0 0;
                color: #ee4121;
                transition: all 0.5s ease;
            }

.mainmsme h2 {
    font-size: 30px;
    padding-bottom: 20px;
}

.schemelastbox ul li {
    width: 100%;
}

.msmeheadbtn {
    padding-right: 40px;
}

    .msmeheadbtn .homeleftnav ul li {
        position: relative;
    }

    .msmeheadbtn .fullmenu {
        background: #c3e3f6;
        min-width: 250px;
        top: 60px;
    }

        .msmeheadbtn .fullmenu ul li a {
            padding: 5px 10px;
            font-size: 14px;
        }

        .msmeheadbtn .fullmenu ul {
            padding: 15px 15px 10px 10px;
        }

            .msmeheadbtn .fullmenu ul li a:hover {
                padding-left: 15px;
            }

            .msmeheadbtn .fullmenu ul li {
                width: 100%;
            }

    .msmeheadbtn .homeleftnav ul li:last-child .fullmenu {
        right: 0;
        left: auto;
    }
/*==================msme css end here==============*/
.mobilelink {
    display: none;
}

.carfbox { /*background: url(../images/cardboxbg.png) no-repeat;*/
    text-align: center;
    box-shadow: 0 0 14px 1px rgba(0,0,0,0.15);
    border-radius: 10px;
    margin-bottom: 30px;
}

    .carfbox:hover {
        box-shadow: 0 0 24px 2px rgba(0,0,0,0.5);
    }

.carboxbg {
    position: relative;
}

    .carboxbg img {
        width: 100%;
    }

.carfbox span {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
    position: absolute;
    left: 0;
    bottom: -50px;
}

    .carfbox span img {
        width: auto;
    }

.carfbox h2 {
    font-size: 20px;
    font-family: Daxlinebold;
    height: 27px;
    margin-top: 80px;
    padding: 0 10px;
}

.carfbox .listing ul li {
    text-align: left;
}

    .carfbox .listing ul li a {
        font-size: 15px;
        color: #333;
    }

.knowmore {
    background: #007cc5;
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.knowmorelink, .aplynow {
    color: #fff;
    font-size: 12px;
    font-family: Daxlinebold;
    text-transform: uppercase;
}

.knowmorelink {
    padding: 10px 91px;
    float: left;
    width: 100%;
    text-align: left;
}

.aplynow {
    padding: 5px;
    border: 1px solid #fff;
    float: right;
}

.knowmorelink:hover {
    color: #fff;
    text-decoration: none;
}

.knowmorelink .fa {
    transition: all 0.5s ease;
    margin-left: 10px;
    font-size: 17px;
}

.knowmorelink:hover .fa {
    margin-left: 20px;
}

.aplynow:hover {
    background: #fff;
    color: #007cc5;
}

.carfbox .listing {
    padding: 10px 15px;
    height: 160px;
}

.carfbox span img {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.20);
    border-radius: 6px;
}


.wrap {
    position: absolute;
    overflow: hidden;
    top: -150px;
    z-index: 999;
    right: 154px;
    left: 30%;
    padding: 30px 30px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
}

.checkboxlink {
    position: relative;
}

.active .checkboxlink {
    z-index: 999;
}

.perce-button:hover, .perce-button:active, .perce-button:focus {
    color: #333;
    text-decoration: none;
}

.overlaychebox {
    visibility: hidden;
    overflow: hidden;
}

.active .overlaychebox {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    botoom: 0;
    left: 0;
    right: 0;
    visibility: visible;
    overflow: visible;
    z-index: 99;
    width: 100%;
    height: 100vh;
}

.wrap .content {
    opacity: 0;
}

.wrap:before {
    position: absolute;
    width: 1px;
    height: 1px;
    background: white;
    content: "";
    bottom: 10px;
    right: 0;
    top: 180px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wrap.active {
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
}

    .wrap.active:before {
        height: 2000px;
        width: 2000px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-left: -1000px;
        margin-top: -1000px;
        display: block;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .wrap.active .content {
        position: relative;
        z-index: 1;
        opacity: 1;
        transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.perce-button {
    line-height: 18px;
    cursor: pointer;
    outline: none;
    font-size: 15px;
    width: 131px;
    display: block;
    transition: transform 0.25s;
    text-decoration: none;
    color: #555;
}

    .perce-button .fa {
        margin: -10px 0 0 8px;
        float: left;
        width: 56px;
    }

a.button.active {
    transform: rotate(135deg);
    transition: transform 0.5s;
}

.checkboxpop .responsivetable table {
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

    .checkboxpop .responsivetable table tr td, .checkboxpop .responsivetable table tr th {
        padding: 4px 5px;
        text-align: left;
        border: 0;
    }

    .checkboxpop .responsivetable table tr th {
        background: #007cc5;
        color: #fff;
    }

        .checkboxpop .responsivetable table tr th a {
            font-size: 14px;
            color: #007cc5;
        }

.checkboxpop .checklasttble tr td {
    border-bottom: 1px solid #ddd;
}

.marquee, .marquee-with-options {
    width: 100%;
    overflow: hidden;
    height: 170px;
}

.whatsnew ul li a {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    width: 100%;
}

.whatsnew {
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 25px #999;
    border: 1px solid #bbb;
    overflow: hidden;
    margin-bottom: 22px;
}

    .whatsnew h2, .aadhaarcntnt h2 {
        font-size: 18px;
        color: #333;
        padding: 10px 0;
        margin: 0;
        font-family: Daxlinebold;
    }

.playpausebtn {
    float: right;
    color: #007cc5;
    cursor: pointer;
    margin-top: -10px;
}

    .playpausebtn .fa-pause.fa-play:before {
        content: "\f04b";
    }

    .playpausebtn span {
        border: 1px solid #007cc5;
        width: 25px;
        height: 25px;
        display: inline-block;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        margin: 0 !important;
        border-radius: 3px;
    }

.hoverpercantage {
    display: none;
}

.checkboxpop:hover img.hoverpercantage {
    display: inline-block;
}

.checkboxpop:hover img {
    display: none;
}

.internetbankingbox {
    padding: 20px;
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 0 22px 1px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    text-align: center;
}

    .internetbankingbox p {
        padding: 15px 0;
    }

    .internetbankingbox span {
        display: inline-block;
        overflow: hidden;
    }

        .internetbankingbox span img {
            transition: all 0.5s ease;
            width: 100%;
        }

    .internetbankingbox:hover {
        box-shadow: 0 0 40px 2px rgba(0,0,0,0.4);
    }

    .internetbankingbox a {
        color: #333;
        text-decoration: none;
    }

.close-hompp {
    position: absolute;
    right: -25px;
    top: -25px;
    z-index: 99;
}

    .close-hompp .fa {
        width: 25px;
        cursor: pointer;
        height: 25px;
        border-radius: 50%;
        opacity: 1;
        line-height: 25px;
        text-align: center;
        color: #007cc5;
    }
/*==================offer css start here==============*/
.brand-select {
    margin: 0 auto 40px;
    text-align: center;
}

    .brand-select select {
        background: url(../images/bluebtm.png)no-repeat 95% center;
        border: 2px solid #f27024;
        padding: 10px 15px;
        border-radius: 20px;
        width: 300px;
        -moz-appearance: none;
        appearance: none;
        -webkit-appearance: none;
        font-size: 18px;
        color: #444;
        font-weight: normal;
    }

        .brand-select select:active, .brand-select select:focus, .brand-select select:visited {
            outline: none;
        }

.vouchers-product ul {
    text-align: center;
}

.vouchers-product li {
    position: relative;
    overflow: hidden;
}

.vouchers-product li {
    width: 28%;
    display: inline-block;
    list-style: none;
    margin: 0 20px 45px;
    position: relative;
    overflow: hidden;
    height: 270px;
}

    .vouchers-product li .multiplebg {
        position: relative;
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        transition: all 0.4s;
    }

    .vouchers-product li .captions img {
        width: auto;
        margin: 25px 0px 20px;
        height: 29px;
    }

    .vouchers-product li:hover .captions {
        top: 0px;
    }

    .vouchers-product li .captions select {
        border: 2px solid #f27024;
        width: 80%;
        margin: 20px 10% 0px;
        padding: 10px 20px;
        color: #fff;
        background: url(../images/whitebtmarrow.png) #f27024 no-repeat 95% center;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appreance: none;
        border-radius: 20px;
        transition: all ease-in-out 0.3s;
        cursor: pointer;
        font-size: 14px;
    }

    .vouchers-product li .captions .voucherlink {
        border: 2px solid #f27024;
        width: 80%;
        margin: 10px 10% 0px;
        padding: 10px 0px;
        background: #fff;
        color: #f27024;
        border-radius: 20px;
        transition: all ease-in-out 0.3s;
        cursor: pointer;
        font-size: 14px;
        clear: both;
        display: block;
        text-decoration: none;
    }

        .vouchers-product li .captions .voucherlink:hover {
            background: #f27024;
            color: #fff;
        }

    .vouchers-product li .captions {
        position: absolute;
        bottom: 0;
        padding: 0px;
        top: 187px;
        transition: all ease-in-out 0.3s;
        height: 100%;
        text-align: center;
        width: 100%;
        background: rgba(255,255,255,.7);
        padding: 20px;
    }

    .vouchers-product li.all.rupayofferli h2{text-align: center;background: #f0f0f0;border:1px solid #e0e0e0;border-bottom: 2px solid #f27024;margin-bottom: 5px;width: 100%;float: left;padding: 15px 0px 7px;font-size:18px;}
    .vouchers-product li.all.rupayofferli h3{
        font-size:16px;text-align:left;margin:5px 0px;float:left;width:50%;color:#007cc5;
    }
    .vouchers-product li.all.rupayofferli h3 + h3{
        font-size:16px;text-align:right;color:#f27024;
    }
.liimgbx {width:100%;float:left;position:relative;}
.vouchers-product li.all.rupayofferli:hover .captions .voucherlink {margin-top:50px;}
.offerbtnsli {width:100%;float:left;text-align:center;margin:20px 0px 30px;}
    .offerbtnsli a {padding:7px 15px 5px;border-radius:10px;border:2px solid #f27024;background:#f27024;color:#fff;font-size:14px;text-decoration:none;transition:all ease-in-out 0.5s;}
        .offerbtnsli a:hover {color:#f27024;background:#fff;}

.rupayknowmore {float:left;width:100%;text-align:center;}
.rupaycontainer {width:100%;max-width:1000px;box-sizing:border-box;padding:50px;box-shadow:0px 0px 10px rgba(0, 0, 0, .2);text-align:left;margin:0px auto;overflow:hidden;background:#f2f3f9;}
    .rupayknowmore img {max-width:300px;margin-bottom:30px;}
    .rupayknowmore h3 {float:left;width:100%;margin:0px 0px 20px;font-size:20px;color:#007cc5;padding:0px;}
    .rupayknowmore p {float:left;width:100%;margin:0px 0px 20px;font-size:14px;color:#333;}
        .rupayknowmore p:last-child {margin:0px;}

.multipleoverlay {
    display: none;
}
/*==================offer css end here==============*/
.direcotrcontenttab {
    display: none;
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 20px;
}

.directortab ul li {
    display: inline-block;
    padding: 1px 1px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    background: #55a1cd;
}

    .directortab ul li .responsive-table {
        margin-bottom: 30px;
    }

    .directortab ul li .listing ul li {
        background: none;
        font-size: 16px;
        color: #333;
        padding: 10px 0 10px 17px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .directortab ul li span {
        color: #fff;
        font-size: 14px;
        padding: 10px 10px;
        float: left;
        max-width: 96%;
    }

    .directortab ul li a {
        display: inline-block;
        width: 100%;
    }

    .directortab ul li .fa {
        float: right;
        font-size: 20px;
        padding: 10px 10px;
        color: #fff;
    }

.newmastercardicon img {
    width: 50px;
    margin: -5px 7px 0 0px;
    float: left;
}
/*==================tender css start here==============*/
.tenderform ul li {
    float: left;
    padding: 0 5px 0 0;
    width: 20%;
}

    .tenderform ul li input, .tenderform ul li a, .tenderform ul li select {
        padding: 8px 10px;
        width: 100%;
        border: 1px solid #ee4121;
        color: #333;
        display: inline-block;
        font-size: 16px;
        height: 40px;
    }

    .tenderform ul li select {
        appearance: normal;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../images/dropdownarrow.png) no-repeat;
        background-position: 173px 20px;
    }

    .tenderform ul li a .fa {
        float: right;
        font-size: 30px;
        color: #ee4121;
    }

    .tenderform ul li span {
        position: relative;
        background: #ee4121;
        display: inline-block;
        width: 100%;
    }

        .tenderform ul li span input[type="submit"] {
            background: #ee4121;
            font-family: Daxlinebold;
            color: #fff;
            text-align: left;
        }

        .tenderform ul li span input[type="reset"] {
            background: #ff0000;
            font-family: Daxlinebold;
            color: #fff;
            text-align: left;
        }

        .tenderform ul li span .fa {
            position: absolute;
            top: 4px;
            right: 12px;
            font-size: 30px;
            color: #fff;
        }

.tenderbox {
    margin-top: 60px;
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 22px 1px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
    position: relative;
}

    .tenderbox h2 {
        padding: 20px 20px;
        display: inline-block;
        width: 72%;
        font-size: 17px;
    }

.listing-imgbox span {
    overflow: hidden;
    height: 280px;
    display: inline-block;
}

    .listing-imgbox span img {
        transition: all 0.5s ease;
    }

.listing-imgbox:hover img {
    transform: scale(1.5);
}

.tenderbox ul {
    border-top: 1px solid #ddd;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

    .tenderbox ul li {
        border-right: 1px solid #ddd;
        display: inline-block;
        padding: 15px 20px;
        width: 40%;
        float: left;
        height: 50px;
    }

        .tenderbox ul li strong {
            margin-right: 20px;
        }

        .tenderbox ul li:last-child {
            width: 20%;
            border: 0;
        }

        .tenderbox ul li a {
            padding: 5px 10px;
            background: #eb1c26;
            color: #fff;
            width: 100%;
            display: inline-block;
            font-family: Daxlinebold;
            margin: -4px 0 0 0;
        }

.tenderbox .annexurebox li a {
    background: none;
    color: #333;
    position: relative;
    font-family: Daxlineregular;
    margin: 0;
}

    .tenderbox .annexurebox li a:hover {
        background: none;
    }

    .tenderbox .annexurebox li a .fa {
        position: absolute;
        right: 0;
        top: 7px;
    }

.tenderbox ul li a .fa {
    float: right;
}

.tenderbox ul li a:hover {
    background: #ba171f;
    text-decoration: none;
}

.tenderarrow {
    background: #3068b0;
    height: 65px;
    text-align: center;
    border-radius: 5px 0 0 0;
}

    .tenderarrow img {
        margin-top: 15px;
    }

.teder-hoverbox {
    position: absolute;
    right: 0;
    top: -24px;
    max-width: 250px;
    background: #fff;
    border-radius: 5px;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    .teder-hoverbox p {
        font-size: 12px;
        color: #555;
        text-align: left;
        margin: 0;
        padding: 8px 0 0 0;
        line-height: 14px;
    }

        .teder-hoverbox p strong {
            font-size: 12px;
            color: #3068b0;
        }

.annexurebox {
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
}

    .annexurebox li {
        width: 25% !important;
        padding: 0 14px !important;
        margin: 15px 0;
        height: 30px !important;
    }

        .annexurebox li .fa {
            font-size: 22px;
            color: #eb1c26;
            margin: 0 0 0 6px;
        }

.tenderpage {
    margin-bottom: 60px;
}

.tenderbox .annexurebox li strong {
    display: inline-block;
    padding: 10px 0;
}

.annexurebox .myScroll {
    height: 65px;
}
/*==================tender css end here==============*/
.invester-table {
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
}

    .invester-table table {
        width: 100%;
    }

        .invester-table table tr, .invester-table table tr th, .invester-table table tr td {
            border: 1px solid #d4d2d2;
            padding: 10px;
        }

            .invester-table table tr th {
                background: #007cc5;
                color: #fff;
            }

            .invester-table table tr:hover {
                background: #0876b6;
                color: #fff;
            }

                .invester-table table tr:hover a {
                    color: #fff;
                    text-decoration: none;
                }

            .invester-table table tr td a {
                color: #007cc5;
            }

.imageslisting ul li {
    float: left;
    width: 33.33%;
    padding: 15px;
}

    .imageslisting ul li img {
        width: 100%;
    }

.listing-imgbox {
    padding: 20px;
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.2);
    text-align: center;
}

.imageslisting .listing-imgbox strong {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.fulwidthtable {
    width: 900px;
    margin: 0 auto;
    margin-bottom: 0px;
    box-shadow: 0 0 22px 1px rgba(0,0,0,0.2);
    margin-bottom: 30px;
    padding: 20px;
}

    .fulwidthtable table {
        width: 100%;
        margin-top: 15px;
    }

    .fulwidthtable p {
        width: 100%;
        margin-top: 10px;
        display: inline-block;
    }

    .fulwidthtable table tr th, .fulwidthtable table tr td, .formtable table th, .formtable table td {
        border: 1px solid #ddd;
        padding: 10px;
    }

    .fulwidthtable table tr th, .formtable table th {
        background: #007cc5;
        color: #fff;
    }

        .fulwidthtable table tr th a, .formtable table th a {
            color: #fff;
            text-decoration: none;
        }

a:hover, a:focus, a:active {
    text-decoration: none;
}

.formtable {
    margin-top: 40px;
}

.loantrackingtble .formtable table {
    margin-bottom: 15px;
}

.formtable table {
    width: 100%;
}

.fulwidthtable table tr td a {
    color: #333;
}

.fulwidthtable.servicechargetble table tr td a .fa {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.fulwidthtable.servicechargetble table tr:hover {
    background: #007cc5;
}

    .fulwidthtable.servicechargetble table tr:hover a {
        color: #fff;
    }

.excutivedirector ul li {
    padding: 0 15px;
    float: left;
    width: 33.33%;
}

.directorbox {
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 393px;
}

    .directorbox a {
        position: absolute;
        transform: scale(0);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,124,197,0.5) !important;
        transition: all 0.5s ease;
        line-height: 393px;
        color: #fff;
    }

    .directorbox:hover a {
        transform: scale(1.1);
        color: #fff;
    }

    .directorbox h3 {
        font-size: 18px;
        font-family: Daxlinebold;
        padding: 10px;
        display: inline-block;
        width: 100%;
    }

    .directorbox span img {
        border: 1px solid #ddd;
    }

.excutivedirector .modal-header h4 {
    font-size: 20px;
    font-family: Daxlinebold;
}

.excutivedirector .modal-header p {
    font-family: Daxlinebold;
}

.excutivedirector .modal-body p {
    font-size: 14px;
    line-height: 21px;
    padding: 6px 0;
}

.excutivedirector .modal-dialog {
    margin: 50px auto;
}

.dinabandhu-img {
    border: 1px solid #ddd;
    display: inline-block;
    width: 100%;
}

.directorbox a span {
    background: #db5421;
    padding: 5px 10px;
    font-size: 14px;
}

.sbtrthirdtab p {
    padding: 10px 0 0 0;
}

.responsive-table table {
    width: 100%;
}

    .responsive-table table tr th {
        background: #55a1cd;
        color: #fff;
    }

.commucationtble tr td a {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.commucationtble tr:hover {
    background: #f2f2f2;
}

.commucationtble tr td .fa {
    font-size: 20px;
    font-weight: bold;
    color: #e94f35;
}

.responsive-table table tr td, .responsive-table table tr th {
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 16px;
}

.taxtblelink a {
    padding: 5px 10px;
    background: #007cc5;
    color: #fff;
}

    .taxtblelink a:hover {
        background: #015c91;
    }

.nextbtn {
    float: right;
}

    .nextbtn a.pageprevsbtn {
        margin: 15px 10px 0 0;
    }

        .nextbtn a.pageprevsbtn::after {
            right: auto;
            left: 100%;
            transform: rotate(180deg);
            top: 6px;
        }

        .nextbtn a.pageprevsbtn:hover:after {
            left: 5px;
            right: auto;
        }

    .nextbtn a {
        padding: 5px 15px;
        background: #007cc5;
        display: inline-block;
        color: #fff;
        font-family: Daxlinebold;
        text-transform: capitalize;
        margin-top: 15px;
        font-size: 14px;
        position: relative;
        transition: all 0.5s ease;
        overflow: hidden;
        width: 90px;
        text-align: center;
    }

        .nextbtn a:hover {
            background: #0a547f;
        }

        .nextbtn a:after {
            transition: all 0.5s ease;
            position: absolute;
            right: 100%;
            content: "\f105";
            font-family: FontAwesome;
            font-size: 20px;
            top: 3px;
            opacity: 0;
        }

        .nextbtn a:hover:after {
            position: absolute;
            right: 5px;
            opacity: 1;
        }

.buynowbtn {
    padding: 5px 15px;
    display: inline-block;
    background: #007cc5;
    color: #fff;
    margin: 15px 0 0 0;
    font-size: 16px;
}

    .buynowbtn:hover {
        background: #075b8c;
        color: #fff;
    }
/*searchpage*/
.searchbox ul li {
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}

.searchbox h2 a {
    font-size: 24px;
    color: #0000CC;
    text-decoration: underline;
    padding: 10px 0;
    display: inline-block;
}

.searchbox p strong {
    color: #007cc5;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
    padding-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.searchimgbox, .searchcontent {
    float: left;
}

    .searchimgbox img {
        max-width: 70px;
    }

.searchcontent {
    padding: 0 0 0 10px;
}

.searchrating .fa {
    color: #fa6718;
    margin: 0 2px;
}

.calculator iframe {
    width: 100%;
    min-height: 465px;
}

.calculator .calculatortab {
    color: #000;
    background: #000;
}

.mcrpage .responsive-table {
    margin-bottom: 20px;
}

.noactive a {
    background: none !important;
    box-shadow: none !important;
}

    .noactive a:before {
        display: none !important;
    }

.listing-vedio {
    margin-top: 50px;
}

    .listing-vedio ul li {
        float: left;
        width: 50%;
        padding: 0 10px;
    }

        .listing-vedio ul li video {
            width: 100%;
            box-shadow: 0 0 22px 1px rgba(0,0,0,0.2);
        }

.responsive-table {
    overflow: auto;
}

.height-scroll {
    height: 500px;
}

.offerleftpannel ul li {
    border: 2px solid #0066cc;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    padding: 20px 16px;
    font-size: 16px;
    font-family: Daxlinebold;
    margin-bottom: 10px;
}

.offerleftpannel p {
    font-size: 15px;
    padding: 10px 0;
}

.offerbtn {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    background: #ed4122;
    color: #fff;
    font-size: 17px;
    font-family: Daxlinebold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    margin: 15px 0;
}

    .offerbtn:hover {
        color: #fff;
        background: #cf371c;
    }

.swiftlogo {
    margin-bottom: 15px;
}

.mobspan {
    display: none !important;
}

.gallerybox {
    margin-left: -20px;
    margin-right: -20px;
}

    .gallerybox ul li {
        float: left;
        width: 25%;
        padding: 0 20px;
        margin-bottom: 20px;
    }

        .gallerybox ul li img {
            width: 100%;
            height: 220px;
        }
/*==============popup css start here===================*/
.md-perspective,
.md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.container {
    background: #e74c3c;
    min-height: 100%;
}

.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    max-width: 800px;
    min-width: 320px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(0,0,0,0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

/* Content styles */
.md-content {
    color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
}

    .md-content h3 {
        margin: 0;
        padding: 0.4em;
        text-align: center;
        font-size: 2.4em;
        font-weight: 300;
        opacity: 0.8;
        background: rgba(0,0,0,0.1);
        border-radius: 3px 3px 0 0;
    }

    .md-content > div {
        padding: 15px 25px 30px;
        margin: 0;
        font-weight: 300;
        font-size: 1.15em;
    }

.footermdlnav li button.md-trigger {
    border: 0;
    background: none;
    padding: 0 0;
    color: #666;
}

.md-content > div {
}

    .md-content > div p {
        margin: 0;
        padding: 0 0 10px 0;
        font-size: 13px;
        line-height: 20px;
        text-align: justify;
    }

    .md-content > div ul {
        margin: 0;
        padding: 0 0 30px 20px;
    }

        .md-content > div ul li {
            padding: 5px 0;
        }

.md-content button {
    display: block;
    margin: 0 auto;
    font-size: 0.8em;
}

    .md-content button.fa-times {
        position: absolute;
        right: 10px;
        top: 10px;
        border: 0;
        font-size: 22px;
    }

.disclaimerbtn {
    text-align: center;
}

    .disclaimerbtn a {
        background: #2f94d0;
        color: #fff;
        font-size: 14px;
        padding: 5px 15px;
    }
/* Individual modal styles with animations/transitions */

/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    /*	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;*/
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2: Slide from the right */
.md-effect-2 .md-content {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    opacity: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.md-show.md-effect-2 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

/* Effect 3: Slide from the bottom */
.md-effect-3 .md-content {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-3 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Effect 4: Newspaper */
.md-effect-4 .md-content {
    -webkit-transform: scale(0) rotate(720deg);
    -moz-transform: scale(0) rotate(720deg);
    -ms-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    opacity: 0;
}

.md-show.md-effect-4 ~ .md-overlay,
.md-effect-4 .md-content {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-4 .md-content {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/* Effect 5: fall */
.md-effect-5.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-5 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    -moz-transform: translateZ(600px) rotateX(20deg);
    -ms-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}

.md-show.md-effect-5 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translateZ(0px) rotateX(0deg);
    -moz-transform: translateZ(0px) rotateX(0deg);
    -ms-transform: translateZ(0px) rotateX(0deg);
    transform: translateZ(0px) rotateX(0deg);
    opacity: 1;
}

/* Effect 6: side fall */
.md-effect-6.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-6 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translate(30%) translateZ(600px) rotate(10deg);
    -moz-transform: translate(30%) translateZ(600px) rotate(10deg);
    -ms-transform: translate(30%) translateZ(600px) rotate(10deg);
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}

.md-show.md-effect-6 .md-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transform: translate(0%) translateZ(0) rotate(0deg);
    -moz-transform: translate(0%) translateZ(0) rotate(0deg);
    -ms-transform: translate(0%) translateZ(0) rotate(0deg);
    transform: translate(0%) translateZ(0) rotate(0deg);
    opacity: 1;
}

/* Effect 7:  slide and stick to top */
.md-effect-7 {
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .md-effect-7 .md-content {
        -webkit-transform: translateY(-200%);
        -moz-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
        transform: translateY(-200%);
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        opacity: 0;
    }

.md-show.md-effect-7 .md-content {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    border-radius: 0 0 3px 3px;
    opacity: 1;
}

/* Effect 8: 3D flip horizontal */
.md-effect-8.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-8 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-8 .md-content {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
}

/* Effect 9: 3D flip vertical */
.md-effect-9.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-9 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-70deg);
    -moz-transform: rotateX(-70deg);
    -ms-transform: rotateX(-70deg);
    transform: rotateX(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.md-show.md-effect-9 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 10: 3D sign */
.md-effect-10.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-10 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-60deg);
    -moz-transform: rotateX(-60deg);
    -ms-transform: rotateX(-60deg);
    transform: rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-10 .md-content {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}

/* Effect 11: Super scaled */
.md-effect-11 .md-content {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0;
    /*	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;*/
}

.md-show.md-effect-11 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 12:  Just me */
.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 13: 3D slit */
.md-effect-13.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-13 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    -moz-transform: translateZ(-3000px) rotateY(90deg);
    -ms-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}

.md-show.md-effect-13 .md-content {
    -webkit-animation: slit .7s forwards ease-out;
    -moz-animation: slit .7s forwards ease-out;
    animation: slit .7s forwards ease-out;
}

@-webkit-keyframes slit {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@-moz-keyframes slit {
    50% {
        -moz-transform: translateZ(-250px) rotateY(89deg);
        opacity: .5;
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-in;
    }

    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

/* Effect 14:  3D Rotate from bottom */
.md-effect-14.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-14 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(100%) rotateX(90deg);
    -moz-transform: translateY(100%) rotateX(90deg);
    -ms-transform: translateY(100%) rotateX(90deg);
    transform: translateY(100%) rotateX(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.md-show.md-effect-14 .md-content {
    -webkit-transform: translateY(0%) rotateX(0deg);
    -moz-transform: translateY(0%) rotateX(0deg);
    -ms-transform: translateY(0%) rotateX(0deg);
    transform: translateY(0%) rotateX(0deg);
    opacity: 1;
}

/* Effect 15:  3D Rotate in from left */
.md-effect-15.md-modal {
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
}

.md-effect-15 .md-content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -moz-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -ms-transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-15 .md-content {
    -webkit-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -moz-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    -ms-transform: translateZ(0px) translateX(0%) rotateY(0deg);
    transform: translateZ(0px) translateX(0%) rotateY(0deg);
    opacity: 1;
}

/* Effect 16:  Blur */
.md-show.md-effect-16 ~ .md-overlay {
    background: rgba(180,46,32,0.5);
}

.md-show.md-effect-16 ~ .container {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);
}

.md-effect-16 .md-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.md-show.md-effect-16 ~ .container,
.md-effect-16 .md-content {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-16 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

/* Effect 17:  Slide in from bottom with perspective on container */
.md-show.md-effect-17 ~ .container {
    height: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.md-show.md-effect-17 ~ .container,
.md-show.md-effect-17 ~ .md-overlay {
    -webkit-transform: rotateX(-2deg);
    -moz-transform: rotateX(-2deg);
    -ms-transform: rotateX(-2deg);
    transform: rotateX(-2deg);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.md-effect-17 .md-content {
    opacity: 0;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
}

.md-show.md-effect-17 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}

/* Effect 18:  Slide from right with perspective on container */
.md-show.md-effect-18 ~ .container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-18 ~ .md-overlay {
    background: rgba(143,27,15,0.8);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-18 ~ .container,
.md-show.md-effect-18 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -webkit-animation: rotateRightSideFirst 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 0% 50%;
    -moz-animation: rotateRightSideFirst 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 0% 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}

@-webkit-keyframes rotateRightSideFirst {
    50% {
        -webkit-transform: translateZ(-50px) rotateY(5deg);
        -webkit-animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateZ(-200px);
    }
}

@-moz-keyframes rotateRightSideFirst {
    50% {
        -moz-transform: translateZ(-50px) rotateY(5deg);
        -moz-animation-timing-function: ease-out;
    }

    100% {
        -moz-transform: translateZ(-200px);
    }
}

@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }

    100% {
        transform: translateZ(-200px);
    }
}

.md-effect-18 .md-content {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
}

.md-show.md-effect-18 .md-content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

/* Effect 19:  Slip in from the top with perspective on container */
.md-show.md-effect-19 ~ .container {
    height: 100%;
    overflow: hidden;
}

.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.md-show.md-effect-19 ~ .container,
.md-show.md-effect-19 ~ .md-overlay {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: OpenTop 0.5s forwards ease-in;
    -moz-transform-style: preserve-3d;
    -moz-transform-origin: 50% 100%;
    -moz-animation: OpenTop 0.5s forwards ease-in;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in;
}

@-webkit-keyframes OpenTop {
    50% {
        -webkit-transform: rotateX(10deg);
        -webkit-animation-timing-function: ease-out;
    }
}

@-moz-keyframes OpenTop {
    50% {
        -moz-transform: rotateX(10deg);
        -moz-animation-timing-function: ease-out;
    }
}

@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

.md-effect-19 .md-content {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
}

.md-show.md-effect-19 .md-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: all 0.5s 0.1s;
    -moz-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}

@media screen and (max-width: 32em) {
    body {
        font-size: 75%;
    }
}
/*==============popup css end here===================*/
.corporatemenu .fulldropdown ul li ul li ul.new-thirmenu {
    left: 18px;
    top: 50px;
}

.reset-photo ul {
    margin: 0 -15px;
}

    .reset-photo ul li {
        padding: 0 15px;
        float: left;
        width: 33.33%;
        margin-bottom: 30px;
    }

        .reset-photo ul li img {
            width: 100%;
            height: 278px;
        }

.SuccessStoryborder {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .SuccessStoryborder .col-sm-4 {
        padding-left: 0;
    }

.tophd h2 {
    font-size: 20px;
    font-weight: bold;
}

.tophd p {
    font-size: 17px;
    margin-bottom: 20px;
}

.slider-caption.mobslid-cap {
    top: auto;
    bottom: 95px;
}

    .slider-caption.mobslid-cap a {
        float: left;
        margin-right: 10px;
    }

.gallery-crousel .carousel-inner > .item > a > img, .gallery-crousel .carousel-inner > .item > img {
    width: 100%;
    height: 500px;
}

.gallery-crousel .glyphicon {
    font-family: FontAwesome;
    background: #007cc5;
}

.gallery-crousel .glyphicon-chevron-right::before {
    content: "\f105";
}

.gallery-crousel .glyphicon-chevron-left::before {
    content: "\f104";
}

.gallery-crousel .carousel-control {
    top: auto;
    bottom: 40px;
    opacity: .8;
}

    .gallery-crousel .carousel-control:focus, .gallery-crousel .carousel-control:hover {
        opacity: 1;
    }

.gallery-arrowbox {
    margin: 0 auto;
    width: 50px;
    position: relative;
}

.gallery-crousel .carousel-indicators {
    bottom: 60px;
}
/*===============Site Map Start=====================*/
.sitemap {
    display: inline-block;
    width: 100%;
}

    .sitemap ul li {
        padding: 7px 0;
    }

    .sitemap h2 {
        padding: 0 0 15px 0;
        margin: 0;
        font-size: 24px;
        color: #007cc5;
    }

    .sitemap p strong {
        font-size: 20px;
        padding: 0 0 10px 0;
        display: inline-block;
        font-family: Daxlinebold;
        font-weight: 500;
    }

    .sitemap p em {
        font-size: 17px;
        padding: 0 0 10px 0;
        font-family: Daxlinebold;
    }

    .sitemap ul li a {
        color: #333;
        position: relative;
        font-size: 15px;
        padding: 0 0 0 13px;
        transition: all 0.5s ease;
        display: inline-block;
    }

    .sitemap ul {
        display: inline-block;
        margin-bottom: 40px;
    }

        .sitemap ul li a:before {
            content: "";
            position: absolute;
            left: 0;
            top: 6px;
            width: 5px;
            height: 6px;
            background: #007cc5;
        }

        .sitemap ul li a:hover {
            padding-left: 17px;
            color: #007cc5;
        }

    .sitemap p em a {
        color: #333;
        padding-bottom: 6px;
        display: inline-block;
    }


/*===============Site Map End=====================*/
.phoneanimation {
    display: inline-block;
    width: 135px;
}

    .phoneanimation strong {
        font-weight: normal;
        font-size: 19px;
    }

.offeranimate {
    float: left;
    margin: 5px 0 0 0;
    width: 37%;
    text-align: left;
}

    .offeranimate img {
        max-width: 100%;
        width: 47px !important;
    }

.caution_blink {
    animation-name: cautionani;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-name: cautionani;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    /* Standard syntax */
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    color: #333;
}

@keyframes cautionani {
    0% {
        color: #000;
    }

    33% {
        color: #007cc5;
    }

    64% {
        color: #ff151f;
    }

    100% {
        color: #000;
    }
}



/*=================new form css start here========================*/
.new-msme-form .nav-txt1{padding-top: 20px;
display: inline-block;
width: 100%;}
.new-msme-form .nav-txt1 p strong{font-size:16px;}
.required-field{color:#ff0000;margin:0 5px;}
.nav-txt1 li.telno input.stdcode{width:26%;margin-right:3%;}
.nav-txt1 li.telno input{width:70%;}
.new-msme-form .countrycode span.countrycode-span{width:50px;padding:9px 15px;border: 1px solid #dddcdc;background: #f0f0f0;border-right: 0;float:left;margin: 0 -1px 0 0;} 
.new-msme-form .nav-txt1 li.countrycode input[type="text"]{width:60%;border-radius:0 3px 3px 0}
.new-msme-form .nav-txt1 li select{max-width:250px;/*appearance:none;-moz-appearance:none;-webkit-appearance:none;*/}
.butn_ancr{background: #007cc5;
border: none;
color: #fff;
padding: 10px 40px;
border-radius: 4px;
text-transform: uppercase;
font-size: 15px;
margin-right: 10px;
margin-top: 15px;display:inline-block}
.butn_ancr:hover{background:#01649e;color:#fff}
.select-dropdown{position:relative;display:inline-block;min-width:200px;}
/*.select-dropdown:before{content: "\f107";
position: absolute;
top: 5px;
right: 10px;
font-family: FontAwesome;
font-size: 20px;}*/
.radiobox_new{background: #f0f0f0;
border: 1px solid #ddd;
border-radius: 3px;
display: inline-block;margin-right:5px;}
.rdopostn {position: relative;top:-28px;border:none !important;background:none !important;}
.radiobox_new span{
	float:left;padding:8px 11px;font-size: 14px;color:#a2a1a1;clear:left;
	}
	.radiobox_new span input[type="checkbox"], .radiobox_new span input[type="radio"]{width:auto;margin:0 6px 0 0;}
	.appendrowbox ul li{width:17.66%;margin:0;padding:0 10px 0 0}
	.appendrowbox ul li label{width:100%;padding:0}
	.appendrowbox{display:inline-block;width:100%;}
	.appendrowbox ul{display:inline-block;width:100%;margin:10px 0;}
	.addrobtn{font-size:12px;padding:3px 7px;background:#ba2b13;color:#fff}
	.addrobtn:hover, .addrobtn:focus{background:#eb4f34;color:#fff}
	.appendrowbox ul li:nth-child(6){width:auto}
	.add-appendrowbox .select-dropdown{width:100%;min-width:unset;}
	.add-appendrowbox .inputbox{width:100%;}
	.appendrowbox ul li span.appendclose{color:#ba2b13;padding:5px;margin:6px 0 0 0}
.listbox6 ul li{width: 14.2%;
margin: 0;padding:0 3px;}
.listbox6 ul li label{width:100%;}
.new-msme-form .listbox6 .nav-txt1 li select, .new-msme-form .listbox6 .select-dropdown, .new-msme-form .listbox6 .inputbox{max-width:100%;min-width:unset;width:100%;}
.listbox6 p strong{font-size:16px;}
.topmrgn{margin-top:35px;}
.listbox6 .responsive-table table tr td, .listbox6 .responsive-table table tr th{font-size:14px;padding:5px 5px}
.listbox6 .responsive-table table input {
    float: left;
    width: 100%;
    padding: 9px 10px 9px 9px;
    border: 1px solid #dddcdc;
    background: #f0f0f0;
    font-size: 14px;
    color: #3f3f3f;
    border-radius: 3px;
	appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
}
.listbox6 .responsive-table table select {float: left;
    width: 100%;
    padding: 9px 10px 4px 9px;
    border: 1px solid #dddcdc;
    background: #f0f0f0;
    font-size: 14px;
    color: #3f3f3f;
    border-radius: 3px;}

.listbox7 .appendrowbox ul li{width:12.5%;}
.listbox8 .appendrowbox ul li{width:11%;}
.listbox7 .appendrowbox ul li .addrobtn, .listbox8 .appendrowbox ul li .addrobtn{margin: 7px 0 0 0;display:inline-block}
.listbox7_step4 .nav-txt1 li{width: 14.2%;margin: 0;padding: 0 10px 0 0;}
.listbox7_step4 .nav-txt1 li label{width:100%;}
.listbox2 ul li{width:50%;margin:0;}
.listbox2 ul li label{width:100%;}
.nav-txt1 li.declairationli{width:100%;}
.nav-txt1 li.declairationli label, .nav-txt1 li.declairationli .inputbox{width:100%;}
.nav-txt1 li.declairationli .inputbox input[type="checkbox"]{width:auto;float:left;margin:3px 9px 0 0}
.ppbtn {
    background: #2f94d0;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;border:0;text-transform:capitalize;
}
.inputclass{
width:auto;
padding: 9px 10px 9px 9px;
border: 1px solid #dddcdc;
background: #f0f0f0;
font-size: 14px;
color: #3f3f3f;
border-radius: 3px;}
.form-innercontent.new-msme-form .form-wraper{max-width:1000px;}
.radiolist li input[type="radio"]{width:auto;margin:2px 5px 0 0}
.input-preview{float: left;
width: 100%;
padding: 9px 10px 9px 9px;
border: 1px solid #dddcdc;
background: #f0f0f0;
font-size: 14px;
color: #3f3f3f;
border-radius: 3px;}
.telno .input-preview.stdcode{width: 26%;
margin-right: 3%;}
.telno .input-preview{width: 70%;}
.countrycode .input-preview{width:60%;}
.radiobox_new span .radiobox{float:left;width:15px;height:15px;border-radius:50%;margin:2px 5px 0 0;border:1px solid #000;}
.radiobox_new span .radiobox.fillradiobox{background:#333;}
.preview-sec-step h2,.preview-third-step h2,.preview-forth-step h2, .preview-fifth-step h2{font-size:18px;padding-top:25px;} 
.preview-sec-step .appendrowbox ul li{width:20%;}
.preview-forth-step .listbox8 .appendrowbox ul li{width:12.5%;}
.preview-forth-step .listbox7 .appendrowbox ul li{width:16.66%;}
 .preview-fifth-step .inputbox .fa-check-square{width:20px;float:left} 
 .preview-fifth-step .listbox2 ul li{width:100%;margin-bottom:15px;}
 .preview-fifth-step .listbox2 ul li label{width:40%;}
 .preview-first-step, .preview-sec-step, .preview-third-step, .preview-forth-step, .preview-fifth-step, .preview-fifth-step, .checklist, .listbox7_step4{float:left;width:100%;} 
 .checklist ol li{float:left;width:100%;}
 .printaplication .select-dropdown::before{display:none !important}
.new-msme-form .nav-txt1{float:left;}
  
/*=================new form css end here========================*/
@media(max-width:1250px) {
    .sidebarbrdr {
        top: -12px;
    }

    .homesec1 .desktopcrousel {
        width: 100%;
    }

    .carfbox h2 {
        font-size: 17px;
    }

    .carfbox .listing {
        height: 220px;
    }

    .knowmorelink {
        padding: 10px 57px;
    }

    .homerightbar {
        padding: 12px 12px 0px;
    }

    .homeleftnav ul > li .fullmenu ul li a, .fixed-header .homeleftnav ul > li .fullmenu ul li a {
        padding: 5px 10px;
    }

    .fullmenu {
        top: 59px;
    }

    .logo {
        top: 0;
    }

    .sidewrap {
        right: 0;
        width: 238px;
        top: 118px;
    }

    .homerightbar {
        width: 238px;
        float: right;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .homesec1 ul li .loantxt {
        font-size: 11px;
    }

    .headerbtm {
        padding-right: 0;
    }

    .msmeproductbox p {
        padding: 20px 5px;
        font-size: 16px;
    }

    .leftpannel ul li a {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .msmeboxhover p.fund-based, .msmeboxhover p.msmenofund {
        padding: 0 5px;
    }

    .footermdlnav {
        margin-right: 30px;
    }

    .fixed-header .homerightbar {
        padding: 30px 4px 0;
    }

    .homesec1 ul li .loansprite {
        margin: 0px 2px;
    }

    .homesec3 {
        margin-top: 30px;
    }

    .homescrollerimg {
        height: 135px;
    }

    .logo img {
        margin-top: -20px;
    }

    .homesec1 ul li .loantxt {
        margin-right: 2px;
    }

        .homesec1 ul li .loantxt .orngcolor {
            font-size: 10px;
        }

    .homesec1 ul {
        text-align: center;
    }

        .homesec1 ul li {
            display: inline-block;
            padding: 30px 3px 15px 0;
        }

    .homeaccordin .accordintab, .tablink {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fixed-header .homeleftnav ul > li > a {
        padding: 30px 6px;
    }

    .homeleftnav ul > li > a {
        color: #fff;
        font-size: 14px;
        padding: 18px 6px;
    }

    .innerheader h1 {
        padding: 128px 0 0 0;
    }

    .cardbtmimg {
        padding: 10px;
    }

        .cardbtmimg p {
            font-size: 16px;
            line-height: 17px;
        }

            .cardbtmimg p a {
                right: 10px;
                bottom: 10px;
            }

    .servicesmenu .dropdowntab {
        min-width: 275px !important;
    }

    .tenderbox ul li a {
        padding: 5px 5px;
    }
}

@media(max-width:1105px) {
    .phoneanimation strong {
        font-size: 14px;
    }

    .phoneanimation {
        width: 110px;
    }

    .topstriprightbar {
        padding-bottom: 7.5px;
    }

    .sidebarbrdr {
        top: -9px;
    }

    .menuicon {
        width: 44px;
    }

    .sidewrap {
        top: 106px;
    }

    .sec3tabbing li span {
        font-size: 13px;
        padding: 10px 3px;
    }

    .aadhaarlogo {
        text-align: center;
    }

    .topphoneno {
        font-size: 18px;
    }

    .homerightbar {
        padding: 10px 4px 0px;
        height: auto;
    }

    .sec3tabbing li {
        padding: 0px 2px;
    }

    .slider-caption.mobslid-cap a {
        width: 150px;
    }

    .slider-caption.mobslid-cap {
        bottom: 80px;
    }

    .leftpannel {
        padding: 20px 10px;
    }

    .tenderbox ul li {
        padding: 15px 10px;
    }

    .tenderbox ul {
        padding: 0 10px;
    }

        .tenderbox ul li a {
            padding: 5px 5px;
        }
}

@media(max-width:992px) {
    .accordingcontent {
        margin-bottom: 7px;
    }

    .home-carousal .carousel-inner > .item > a > img, .home-carousal .carousel-inner > .item > img {
        min-height: 454px;
    }

    .formtable {
        overflow: auto;
    }

    .msmeproductbox {
        margin-bottom: 20px;
    }

    .leftpannel ul li a {
        font-size: 14px;
    }

    .sidewrap {
        right: 0;
        width: 191px;
        top: 106px;
    }

    #firstmenu {
        width: 200px;
    }

    .fullmenu ul {
        padding: 0 10px 20px 10px;
    }

    .menu-third-l {
        left: 189px;
        height: 367px;
    }

    .mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a {
        padding: 5px 0 2px 8px;
    }

    .newcorporatemenu .fulldropdown {
        min-width: 540px;
    }

        .newcorporatemenu .fulldropdown ul li ul li a img {
            width: 100%;
        }

        .newcorporatemenu .fulldropdown ul li ul li a {
            padding: 0 !important;
        }

    .fulldropdown ul li a strong {
        margin-top: 0px;
    }

    .fulldropdown ul li ul li a span {
        padding: 25px 5px;
    }

    .corporatemenu .fulldropdown ul {
        min-width: 190px;
        padding: 10px 15px 10px 15px;
    }

    .ancillary-service {
        width: 170px !important;
        min-width: 210px !important;
    }

    .fulldropdown ul li.nav-btn .dropdowntab li.our-ancillary {
        display: none;
    }

    .fixed-header .fullmenu {
        top: 81px;
    }

    .fulldropdown ul li.nav-btn ul {
        left: 170px;
    }

    .ruralimgbox, .financialimg {
        display: none;
    }

    .corporatemenu .fulldropdown {
        height: 275px;
    }

    .servicesmenu .dropdowntab {
        min-width: 288px !important;
    }

    .servicesmenu .dropdowntab {
        min-width: 295px !important;
    }

    .financialmenu {
        min-width: 280px !important;
    }

        .financialmenu li ul {
            max-width: 100%;
        }

    .fulldropdown ul li.nav-btn .dropdowntab {
        padding: 10px;
    }

    .corporatemenu .fulldropdown ul li.nav-btn ul li a {
        padding: 2px 0 3px 15px;
    }

        .corporatemenu .fulldropdown ul li.nav-btn ul li a::before {
            top: 3px;
        }

    .newcorporatemenu .fullmenu ul {
        padding-bottom: 0;
    }

    #firstmenu li:last-child img {
        display: none;
    }

    #firstmenu li:last-child {
        padding-bottom: 0 !important;
    }

    .loan_navbtn-sec .menu-third-l {
        min-width: 415px;
    }

    .savingmenu {
        width: 413px !important;
    }

    #firstmenu {
        height: 365px;
    }

    .savingmenu li {
        width: 48% !important;
    }

    .homeleftnav ul > li .fullmenu ul li a, .fixed-header .homeleftnav ul > li .fullmenu ul li a {
        padding: 3px 10px;
        font-size: 12px;
    }

    .accordingcontent ul li a {
        font-size: 12px;
        padding: 3px 6px;
    }

    .fixed-header .homeleftnav ul > li > a {
        padding: 41px 6px 24px 6px;
    }

    .accordingcontent .myScroll {
        height: 50px;
    }

    .homeaccordin .accordintab {
        background-size: 10px !important;
        padding: 3px 12px;
    }

    .tablink {
        font-size: 12px;
        padding: 5px 12px;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .headerbtm {
        padding-right: 0;
    }

    .schemelisting ul li {
        width: 100%;
    }

        .schemelisting ul li a {
            padding: 15px 10px;
            font-size: 15px;
        }

    .innerheader h1 {
        padding: 115px 0 0 0;
        font-size: 40px;
    }

    .innertopheading p {
        font-size: 17px;
        padding-bottom: 30px;
        line-height: 20px;
    }

    .midpannel {
        padding: 0 0 0 30px;
    }

    .cardleft li .helpnobtn {
        font-size: 16px;
    }

    .rightpannel .cardleft li a {
        font-size: 12px;
    }

    .cardbtmimg p strong {
        font-size: 20px;
        line-height: 22px;
        padding: 0 0 2px 0;
    }

    .cardbtmimg p {
        font-size: 14px;
        line-height: 14px;
    }

        .cardbtmimg p a {
            right: 10px;
            bottom: 10px;
        }

    .cardbtmimg {
        padding: 10px;
    }

    .nav-txt1 li {
        width: 100%;
    }




    .menuicon {
        width: 40px;
    }



    .sidewrap .sidebarbrdr {
        display: none;
    }

    .topnav {
        width: 67%;
    }

    .toprgtnav {
        width: 33%;
    }

        .toprgtnav > li {
            padding: 15px 4px;
            font-size: 12px;
        }

    .topstrip .pull-right {
        width: 100%;
    }

    .toprgtnav > li.topsrch input[type="text"] {
        width: 67px;
        font-size: 11px;
    }

    .toprgtnav > li.topsrch .searicon {
        margin-top: 11px;
    }

    .homeleftnav ul > li > a {
        font-size: 14px;
        padding: 21px 6px 26px 6px;
    }

    .toprgtnav > li img {
        width: 10px;
    }

    .topnav > li > a {
        padding: 15px 4px;
        font-size: 16px;
    }

    .toprgtnav > li.topsrch input[type="submit"] {
        height: 15px;
        width: 15px;
        background-size: 13px;
    }

    .toprgtnav > li.topsrch {
        font-size: 13px;
        padding: 5px 4px;
    }

    .desktopcrousel {
        display: none !important;
    }

    .mobilecrousel {
        display: inline-block;
        width: 100%;
    }

        .mobilecrousel .owl-dots {
            display: none;
        }

        .mobilecrousel .owl-nav button {
            position: absolute;
            top: 26px;
            font-size: 44px !important;
            color: #007cc5 !important;
        }

            .mobilecrousel .owl-nav button.owl-prev {
                left: 7px;
            }

            .mobilecrousel .owl-nav button.owl-next {
                right: 7px;
            }

    .homesec3 .col-sm-3.custom-sm-3 {
        width: 50%;
    }

    .homesec3 .col-sm-6.custom-sm-6 {
        width: 100%;
        margin-top: 50px;
    }

    .logo img {
        margin-top: -10px;
    }

    .homerightbar {
        width: 188px;
        float: right;
    }

    .homeaccordin .accordintab, .tablink {
        width: 97%;
    }

    .sidewrap {
        width: 188px;
    }

    .accordingcontent ul {
        padding: 0 25px 0 10px;
    }

    .scrollX > .scrollbarY, .scrollY > .scrollbarY {
        right: 10px;
    }

    .vouchers-product li {
        width: 30%;
        margin: 0 0 15px 15px;
    }

    .slider-caption.mobslid-cap a {
        width: 125px;
    }

    .slider-caption.mobslid-cap {
        bottom: 40px;
    }

    .dinabandhu-img {
        max-width: 154px;
    }

    .imageslisting ul li {
        width: 50%;
    }

    .fulwidthtable {
        width: 600px;
    }

    .tenderbox h2 {
        padding: 20px 10px;
        width: 60%;
        font-size: 14px;
    }

    .tenderbox ul li {
        padding: 15px 5px;
        width: 38%;
    }

    .tenderbox ul {
        padding: 0 5px;
    }

        .tenderbox ul li:last-child {
            width: 24%;
        }

        .tenderbox ul li strong {
            margin-right: 5px;
        }

    .annexurebox li {
        padding: 0 5px !important;
    }

        .annexurebox li .fa {
            font-size: 18px;
        }

    .tenderbox ul li a {
        padding: 5px 5px;
    }

    .tenderform ul li input, .tenderform ul li a, .tenderform ul li select {
        padding: 8px 5px;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .md-modal {
        min-width: 310px;
        position: absolute;
        top: 600px;
    }

    .home-carousal .carousel-inner > .item > a > img, .home-carousal .carousel-inner > .item > img {
        min-height: unset;
    }

    .tenderbox h2 {
        padding: 20px 10px;
    }

    .tenderbox ul li {
        padding: 15px 5px;
    }

    .tenderarrow {
        height: 40px;
    }

        .tenderarrow img {
            height: 25px;
            margin-top: 8px;
        }

    .teder-hoverbox {
        top: -41px;
    }

    .tenderbox ul li a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .midpannel p strong {
        margin-top: 0;
    }

    .tenderbox ul li strong {
        margin-right: 4px;
    }

    .annexurebox li {
        padding: 0 0 !important;
        height: auto !important;
    }

    .tenderbox .annexurebox li strong {
        word-break: break-all;
    }

    .annexurebox li .fa {
        font-size: 12px;
        margin: 0 0px 0 0;
    }

    .tenderbox .annexurebox li a .fa {
        position: relative;
        top: 0;
    }

    .scrollX > .scrollbarY, .scrollY > .scrollbarY {
        display: none;
    }

    .midpannel p strong {
        text-align: left;
    }

    .leftpannel .nav-pills > li.active > a, .leftpannel .nav-pills > li.active > a:focus, .leftpannel .nav-pills > li.active > a:hover, .leftpannel ul li a:hover {
        width: 100%;
    }

    .dinabandhu-img {
        max-width: 154px;
    }

    .slider-caption.mobslid-cap a {
        width: 75px;
    }

    .slider-caption.mobslid-cap {
        bottom: 23px;
        padding: 0;
    }

    .home-carousal .carousel-indicators {
        bottom: 0;
    }

    .reset-photo ul li {
        width: 100%;
    }

        .reset-photo ul li img {
            width: 100%;
            height: auto;
        }

    .homesec1 ul li .loantxt .orngcolor {
        font-size: 16px;
    }

    .toprgtnav > li.topsrch input[type="text"] {
        margin: 0;
        padding: 6px 0;
    }

    .toprgtnav > li.topsrch {
        padding: 9px 4px;
    }

    .logo {
        right: 0;
    }

    .toprgtnav > li.topsrch .searicon {
        margin-top: 1px;
    }

    .toprgtnav > li.topsrch form {
        border: 1px solid rgba(255,255,255,0.5);
        padding: 0 5px;
    }

    .fixed-header .fullmenu {
        top: 0;
    }

    .invester-table {
        overflow: auto;
    }

    .brand-select select {
        width: 100%;
        padding: 10px 15px;
    }

    .homeleftnav ul > li .fullmenu ul li a, .fixed-header .homeleftnav ul > li .fullmenu ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .corporatemenu .fulldropdown ul li ul li .new-thirmenu li a, .fixed-header .corporatemenu .fulldropdown ul li ul li .new-thirmenu li a {
        padding: 4px 10px 6px 16px !important;
    }

    .newcorporatemenu .fulldropdown ul li ul li a {
        padding: 10px 0 !important;
    }

    .homeleftnav ul > li .fullmenu ul li a, .fixed-header .homeleftnav ul > li .fullmenu ul li a {
        padding: 10px 10px;
    }

    #firstmenu {
        width: 100%;
    }

    .mobile-sub .fullmenu #firstmenu .menu-sec-le .menu-third-l li a {
        padding: 7px 0 2px 13px;
    }

    .homerightbar.homeaccordin {
        padding: 18px 30px 18px;
        background: #000;
        left: 0;
        margin-top: 479px;
        height: auto;
    }

    .sidewrap {
        width: 100%;
    }

    .mobilelink {
        display: inline-block;
    }
    /*===============msme start=================*/
    .msmeheadbtn .fullmenu {
        top: 0;
        background: #1a89cb;
    }

    .fixed-header .msmeheadbtn .homeleftnav ul > li ul li > a, .msmeheadbtn .homeleftnav ul > li ul li > a {
        padding: 10px 0;
    }

    .msmeheadbtn .fullmenu ul {
        width: 100%;
    }

    .msmeheadbtn .homeleftnav ul > li ul li > a:hover {
        padding-left: 0;
    }

    .msmeproductbox {
        margin-bottom: 20px;
    }

    .schemelisting ul li {
        width: 100%;
        padding: 0 0 20px 0;
    }

        .schemelisting ul li a {
            font-size: 15px;
        }
    /*===============msme edn=================*/
    .innerbanner {
        top: 0px;
        position: relative;
    }

    .innertopheading {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .innerheader {
        margin-top: 125px;
    }

        .innerheader h1 {
            padding: 150px 0 0 0;
            font-size: 25px;
        }

    .innertopheading p {
        font-size: 16px;
        line-height: 16px;
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .breadcrumb h2 {
        font-size: 20px;
    }

    .innercontent {
        margin-top: 25px;
    }

    .midpannel {
        padding: 30px 0 0 0;
    }

    .youmaybox .owl-carousel .owl-nav {
        display: none;
    }

    .cardbtmimg {
        padding: 15px;
    }

        .cardbtmimg p a {
            padding: 4px 10px;
        }

        .cardbtmimg p {
            font-size: 15px;
            line-height: 16px;
        }

            .cardbtmimg p strong {
                font-size: 25px;
                line-height: 22px;
                padding: 0 0 9px 0;
            }

    .cardotherlink .col-md-4 {
        margin-bottom: 20px;
    }

    .applink ul li {
        width: 46%;
        display: inline-block;
    }

    .ancillary-service {
        width: 100% !important;
        min-width: 100% !important;
    }

    .our-ancillary {
        display: none;
    }

    .corporatemenu .fulldropdown ul li a strong.fa {
        transform: rotate(90deg);
    }

    .corporatemenu .fulldropdown ul li a {
        padding: 10px 10px;
    }

    .fixed-header .homeleftnav ul > li > a {
        padding: 10px 10px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .fixed-header .scroll-logo {
        display: none;
    }

    .fixed-header .logo {
        display: inline-block;
    }

    .fixed-header .homerightbar {
        padding: 3px 6px 0px;
        height: auto;
    }

    .form-wraper {
        margin: 30px 0;
        padding: 15px;
    }

    .submit-bt input {
        padding: 10px 35px;
    }


    .sidemainnav .topnav {
        opacity: 1;
    }

    .sidemainnav a, .sidemainnav .homeleftnav a {
        color: #fff;
        opacity: 1;
        border-bottom-color: #fff;
        font-size: 15px !important;
        padding: 10px 0px;
    }

    .sidemainnav ul {
        margin: 0px auto 0;
    }

    .toprgtnav > li:first-child, .toprgtnav > li:nth-child(2) {
        display: none;
    }

    .menuicon {
        margin: 0 5px;
    }

    .fixed-header .homerightbar {
        padding: 10px 18px 0px;
        height: 50px;
    }

    .homerightbar {
        margin-right: -15px;
        padding: 10px 18px 0px;
        height: 50px;
        width: auto;
        float: right;
        margin-top: -100px;
    }

    .mainsidebar .homerightbar {
        margin-right: 0;
    }

    .homerightbar.homeaccordin {
        margin-top: 317px;
    }

    .toprgtnav {
        float: right;
        width: 100%;
        margin: 0px;
        padding: 0px;
        background: none;
    }

    .topstrip {
        background: rgba(0, 0, 0,.8);
    }

        .topstrip .pull-right {
            width: 100%;
        }


    .sidemainnav .topnav, .sidemainnav .homeleftnav {
        display: block;
    }

    .topnav {
        display: none;
    }

    .homesec3 .col-sm-3.custom-sm-3, .homesec3 .col-sm-6.custom-sm-6 {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .topfooterrght {
        padding: 20px 15px;
        text-align: left;
        width: 100%;
        float: left;
    }


    .homesec1 ul li:last-child {
        border: 0;
    }

    .homesec1 ul li span {
        margin: 0 10px 0 0 !important;
    }



    .homesec1 ul li .loantxt {
        float: left;
    }

    .footermdlnav {
        width: 100%;
    }

    .applink {
        float: left;
        width: 100%;
        margin: 12px 0px 0;
    }

    .footerbtm .text-right, .footerbtm > div {
        text-align: center;
        margin: 8px 0;
        display: block;
    }

    .footermiddle {
        padding: 20px 15px;
        border-bottom: 1px solid #f2f2f2;
        float: left;
        width: 100%;
    }

    .footertop {
        float: left;
        width: 100%;
        padding: 0;
    }

    .footerbtm {
        float: left;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .home-carousal .carousel-inner h1 {
        font-size: 33px;
        margin-top: 180px;
        line-height: 35px;
    }




    .fixed-header .nav-overlay, .nav-overlay.show-nav-overlay {
        top: 125px;
        background: rgba(0,0,0,0.8);
    }

    header {
        background: #fff;
        box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
    }

    .logosec img {
        max-width: 100%;
        height: 66px;
        margin: 0 0 0 35px;
    }

    .logosec {
        float: right;
        width: 200px;
    }

    .fixed-header .topstrip {
        display: inline-block;
        width: 100%;
    }

    .fixed-header {
        height: 118px;
        background: #fff;
    }

    .home-carousal {
        margin-top: 118px;
    }

    .mob-menu {
        display: inline-block;
    }

        .mob-menu .fa {
            font-size: 30px;
            margin: 19px 0 0 0;
            cursor: pointer;
        }

    .sidewrap {
        position: relative;
        top: 0;
    }

    .slider-caption {
        bottom: 0;
    }

    .home-carousal .carousel-inner a.bnnrkink {
        width: 90px;
        font-size: 12px;
        padding: 5px 0px;
    }

    .homerightbar.homeaccordin {
        margin-top: 0;
    }

    .sidewrap {
        padding: 0 15px;
        background: #fff;
        left: 0;
        margin-top: 50px;
    }

    .homerightbar.homeaccordin {
        padding: 18px 15px 18px;
    }

    .homeleftnav {
        position: absolute;
        left: -300px;
        width: 250px;
        transition: all 0.5s ease;
        background: #007cc5;
        top: 125px;
        height: 75vh;
        overflow: auto;
        bottom: 0;
    }

    .addnav {
        left: 0;
    }

    header, .fixed-header {
        border-bottom: 5px solid #f47b1f;
        height: 134px;
    }

    .homeleftnav ul > li {
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

        .homeleftnav ul > li > a {
            width: 100%;
            padding: 10px 10px;
        }

    .mobspan {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        cursor: pointer;
        height: 43px;
        display: inline-block !important;
    }

    .homeleftnav ul > li:hover .fullmenu, .fullmenu {
        max-height: unset;
        opacity: 1;
        visibility: visible;
        display: none;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        max-width: unset;
        transition: none;
    }

        .fullmenu ul {
            padding: 0;
        }

    #firstmenu li {
        margin: 0 0 !important;
    }

    .homeleftnav ul > li:hover {
        background: rgba(255,255,255,0.1);
    }

        .homeleftnav ul > li:hover a {
            color: #fff;
        }

    .mobspan:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        font-size: inherit;
        float: right;
        font-size: 17px;
        color: #fff;
        margin: 0px 5px 0 0;
    }

    #firstmenu li.navbtn a {
        background: #2ba0e6;
    }

    #firstmenu {
        height: auto;
    }

    .menu-third-l {
        position: relative;
        left: 0;
        width: 100% !important;
        min-width: unset !important;
        padding: 0 20px !important;
        height: unset;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .savingmenu li {
        width: 100% !important;
    }

    .menu-sec-le.nav_active {
        max-height: 1500px;
    }

    .menu-third-l.nav_active-sec {
        max-height: 1500px;
        visibility: visible;
        opacity: 1;
    }

    .nav-img {
        display: none;
    }

    .fullmenu #firstmenu .menu-sec-le .menu-third-l li {
        width: 100%;
    }

    .fullmenu ul.menu-sec-le li.nav_active-sec .menu-third-l.menu-third-single {
        max-width: unset;
        min-width: 200px !important;
    }

    .fullmenu ul li.navbtn-sec a .fa {
        transform: rotate(90deg);
    }

    .fullmenu ul li.nav_active .menu-sec-le .navbtn-sec a:hover {
        background: #fff !important;
    }

    .menu-sec-le .loan_nav_active-sec .menu-third-l {
        max-height: 1100px;
    }

    .loan_navbtn-sec .menu-third-l li {
        width: 100% !important;
    }

    .fullmenu ul.menu-sec-le img {
        display: none;
    }

    #firstmenu li:last-child {
        padding: 0 !important;
    }

    .newcorporatemenu .fulldropdown ul li ul li a img {
        display: none;
    }

    .newcorporatemenu .fulldropdown ul li ul li {
        width: 100%;
        margin: 0;
    }

        .newcorporatemenu .fulldropdown ul li ul li a {
            visibility: visible;
            font-weight: normal;
            border-bottom: 1px solid #ddd;
            padding: 7px 0;
        }

    .fulldropdown ul li ul li a span {
        position: relative;
        background: none;
        height: auto;
        padding: 0;
        text-align: left;
        color: #333;
    }

    .fulldropdown ul li ul li a {
        background: none;
        color: #333;
    }

    .fulldropdown ul li .divider {
        display: none;
    }

    .fulldropdown ul li ul li a:hover {
        background: none;
        color: #007cc5;
    }

    .corporatemenu .fulldropdown ul {
        padding: 0;
        min-width: 100%;
    }

    .fulldropdown ul li.nav-btn ul {
        position: unset;
        padding: 0 15px !important;
        min-width: 100%;
        width: 100%;
    }

    .financialmenu {
        width: 100% !important;
        min-width: 100% !important;
    }

    .rural_menu .fulldropdown ul li.nav-btn-active ul {
        display: block;
    }

    .ruralimgbox img, .financialmenu li ul .financialimg img {
        display: none;
    }

    .corporatemenu .fulldropdown {
        height: auto;
    }

    .servicesmenu .dropdowntab {
        min-width: 100% !important;
    }

        .servicesmenu .dropdowntab li {
            width: 100% !important;
        }

    .rural_menu .fulldropdown ul li .dropdowntab, .rural_menu .fulldropdown ul li.nav-btn-active ul {
        max-height: 0px;
    }

        .rural_menu .fulldropdown ul li .dropdowntab.nav-btn-active, .rural_menu .fulldropdown ul li .nav-btn-active {
            max-height: 700px;
            display: inline-block;
            overflow: visible;
            opacity: 1;
            visibility: visible;
        }

        .rural_menu .fulldropdown ul li .dropdowntab.nav-btn-active {
            padding-top: 20px !important;
            padding-bottom: 20px !important;
        }

    .corporatemenu .fulldropdown ul li .financialmenu.nav-btn-active, .fulldropdown ul li .financialmenu.nav-btn-active .new-thirmenu {
        display: inline-block;
        max-height: 400px;
        overflow: visible;
        opacity: 1;
        visibility: visible;
    }

    .fulldropdown ul li .financialmenu.nav-btn-active .new-thirmenu {
        display: inline-block;
        padding: 0 !important;
    }

    .corporatemenu .fulldropdown ul li a, .corporatemenu .fulldropdown ul li.nav-btn-active a {
        background: #2ba0e6;
        color: #fff;
    }

    .fulldropdown ul li.nav-btn-active a strong {
        color: #fff;
    }

    .corporatemenu .fulldropdown ul li:last-child {
        margin-bottom: 0;
    }

    .fullmenu {
        box-shadow: none;
    }

        .fullmenu ul li.nav_active .menu-sec-le {
            max-height: 0;
        }

        .fullmenu ul li .menu-sec-le.nav_active {
            max-height: 7000px;
            opacity: 1;
        }

    #firstmenu .menu-sec-le .nav_active-sec a {
        background: unset !important;
    }

    .newcorporatemenu .fulldropdown {
        min-width: 100%;
    }

    .cardotherlink .col-md-4 img {
        width: 100%;
    }

    .sidemainnav {
        top: 50px;
    }

    .homesec1 ul li span.loantxt {
        font-size: 13px;
    }

    .vouchers-product li {
        width: 47%;
        margin: 0 0 15px 15px;
    }

    .headerbtm {
        display: inline-block;
    }

    .gallerybox ul li {
        width: 50%;
    }

    .glightbox-clean .gnext {
        top: 0 !important;
        right: 200px !important;
    }

    .glightbox-clean .gprev {
        top: 0 !important;
        left: 30px !important;
    }

    .fulwidthtable {
        width: 500px;
        overflow: auto;
    }
}

@media (max-width:600px) {
    .tenderform ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .tenderbox h2 {
        width: 65%;
        font-size: 13px;
        padding: 28px 10px;
    }

    .teder-hoverbox {
        max-width: 100px;
    }

        .teder-hoverbox p strong {
            font-size: 14px;
            margin-top: -4px;
        }

    .tenderarrow img {
        margin-top: 12px;
        width: 20px;
    }

    .tenderbox ul {
        padding: 0 10px;
    }

        .tenderbox ul li {
            padding: 15px 5px;
            width: 30%;
            height: 70px;
            word-wrap: break-word;
        }

            .tenderbox ul li:last-child {
                width: 39%;
            }

    .tenderarrow {
        height: 43px;
    }

    .tenderbox ul li a {
        padding: 5px;
    }

    .fulwidthtable {
        width: 290px;
    }

    .vouchers-product li {
        width: 100%;
        margin: 0 0 25px 0;
    }

    .homesec1 ul li {
        padding: 30px 0px;
        text-align: center;
        margin: 0 auto;
        max-width: 90%;
        display: inline-block;
        float: none;
    }

    .homescrollerimg {
        border-right: none;
    }

    .gallerybox ul li {
        width: 100%;
    }

    .imageslisting ul li {
        width: 100%;
    }
}

@media(max-width:480px) {
    .toprgtnav > li.topsrch .searicon {
        margin-top: 4px;
    }

    .homesec1 ul li span.loantxt {
        font-size: 16px;
    }

    .fixed-header .homerightbar {
        padding: 3px 6px 0px;
    }

    .homerightbar {
        margin-top: 0;
    }

    .innerheader h1 {
        padding: 137px 0 0 0;
        font-size: 25px;
    }

    .homesec1 ul li {
        padding: 5px 0px;
    }

    .footermdlnav {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .toprgtnav > li.topsrch input[type="text"] {
        width: 74px;
        font-size: 14px;
    }

    .menuicon {
        margin-top: -96px;
    }

    .homesec1 {
        padding: 30px 0;
    }

    .topphoneno {
        font-size: 15px;
        display: none;
    }

    .homerightbar {
        padding: 3px 6px 0px;
        width: 100%;
        background: none;
    }

    .sidemainnav {
        top: -50px;
        background: rgba(0, 0, 0,.8);
        padding: 0 20px;
    }

    .homesec2 h2 {
        font-size: 16px;
        padding: 55px 0px 20px;
        font-weight: bold;
    }

    .footertop .footercontact li {
        color: #333;
        font-size: 14px;
        width: 100%;
        float: left;
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }

    .homescrollerimg h3 {
        font-size: 22px;
    }

    .homesec1 ul li .loantxt {
        font-size: 14px;
    }

    .sec3tabbing li {
        display: block;
        padding: 0px 6px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .lngnav {
        left: 48px;
    }



    .home-carousal .carousel-inner h1 {
        font-size: 22px;
        margin-top: 10px;
        line-height: 20px;
    }



    .home-carousal .carousel-inner p {
        font-size: 15px;
        margin: 10px 0 0 0;
    }

    .aadhaarcntnt p {
        font-size: 20px;
    }
}
