/*Import Css*/
@import url('bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,400i,700,700i');
@import url('fonts.min.css');
@import url('font-awesome.min.css');
@import url('webslidemenu.css');

body { font-family: 'Open Sans', sans-serif; color: #333; font-size: 14px; line-height: 25px; margin: 0; padding: 0; }
.col-centered { float: none; margin: 0 auto; display: block; }
a{ text-decoration: none; outline: none; }
a:hover, a:focus { text-decoration: none; outline: none; color: #be0c20; }
ul { margin: 0; padding: 0; }
li { list-style-type: none; }
section { float: left; width: 100%; padding: 50px 0; }
.know_more { color: #cf121c; border-right: 1px solid #009710; text-transform: uppercase; }
.apply_now { color: #ff9100; }
.learn_more { color: #cf121c; display: inline-block; text-transform: uppercase; margin: 15px 0; }
.learn_more:hover, .learn_more:focus { color: #ff9100; background: none; }
.read_more { color: #cf121c; display: inline-block; text-transform: uppercase; margin: 15px 0; }
.read_more:hover, .read_more:focus { color: #ff9100; background: none; outline: none; }
.hover_effect { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); display: inline-block; padding: 1px; position: relative; z-index: 2; text-decoration: none; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -webkit-user-select: none; -webkit-touch-callout: none; }
.hover_effect:after { content: ""; height: 2px; left: 0; bottom: -5px; width: 1px; position: absolute; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; right: 0; margin: 0 auto; }
.hover_effect:hover { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; cursor: pointer; }
.hover_effect:hover:after, .hover_effect:focus:after { width: 100%; background-color: #000; ; }
.retail-loans { background: url(../images/retailloan_bg.jpg) top left no-repeat fixed !important; background-size: cover; }
.automobile-loans { background: url(../images/automobile-loans.jpg) 0 60% no-repeat fixed !important; background-size: cover; }
.career_bg { background: url(../images/career_bg.jpg) 0 60% no-repeat fixed !important; background-size: cover; }
/*checkbox and Radio Css*/
.checkbox label:after, .radio label:after { content: ''; display: table; clear: both; }
.checkbox .cr, .radio .cr { position: relative; display: inline-block; border: 1px solid #a9a9a9; border-radius: .25em; width: 1.3em; height: 1.3em; /*float: left;*/ margin-right: .5em; }
.radio .cr { border-radius: 50%; top: 4px; }
.checkbox .cr .cr-icon, .radio .cr .cr-icon { position: absolute; font-size: .8em; line-height: 0; top: 50%; left: 20%; }
.radio .cr .cr-icon { margin-left: 0.04em; }
.checkbox label input[type="checkbox"], .radio label input[type="radio"] { display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; }
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; }
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr { opacity: .5; }
/*checkbox and Radio Css end*/
/*Default Css end*/
/*Custom Css*/
header { text-align: center; position: relative; width: 100%; color: #fff; font-family: 'Open Sans', sans-serif; set animation -webkit-transition:all .1s ease;
transition: all .4s ease; background: 	rgba(95,158,160); height: 102px;box-shadow: inset rgb(47 79 79 /69%) 0px 26px 18px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px;}
header.sticky { position: fixed; width: 100%; background:rgba(95,158,160); padding: 0; height: 110px; z-index: 99; }
.logo { position: absolute; top: 10px; margin: 0 auto; left: 0; right: 0; }
.tollfree { float: left; width: 100%; padding: 15px 0; text-align: right; display: block; }
.tollfree a { color: #c71d1c; font-size: 15px; font-weight: 600; padding: 0; display:inline-block;}
.tollfree a span { color: #fff; font-weight: 600; }
.net_banking { float: right; width: 80%; padding: 15px 0; display: block; }
.net_banking .form-control { box-shadow: none; border: 1px solid #ec3434; -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; float: right; border-radius: 4px 0 0 4px; }
.net_banking form { position: relative; z-index: 1; display: table; float: right; width: 100%; }
.net_banking i { color: #ec3434; position: absolute; top: 8px; font-size: 20px; font-weight: 600; right: 20%; }
.net_banking .btn { border: 1px solid rgb(224,255,255); -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; border-radius: 0 4px 4px 0; background: rgb(47,79,79,0.9); color: #fff; }
.net_banking .btn:hover, .net_banking .btn:focus { background: #333; color: #fff; border: 1px solid rgb(47,79,79,0.9); -moz-border: 1px solid #a22525; -ms-border: 1px solid #a22525; -o-border: 1px solid #a22525; -webkit-border: 1px solid #a22525; }
.navigation { float: left; width: 100%; background: #f3f3f3; }
.rightsearch form { float: left; width: 100%; position: relative; }
.rightsearch form .form-control { background: none; border: none; box-shadow: none; padding: 6px 20px 6px 12px; }
.rightsearch form .btn { position: absolute; top: 0; right: -6px; background: none; color: #ec3434; }
.banner { float: left; width: 100%; position:relative; }
.banner .banner_text { float: left; width: 35%; background: rgba(157, 185, 186, 0.43); padding: 45px 100px; position: absolute;
    right: 0;
    top: 0;
    height: 100%;}
.desktop_thumb{ display:block;}
.mobile_thumb{ display:none;}
.banner_text .all_loan { padding: 0; float: none; width: 100%; margin: 0; }
.banner_text .all_loan .form-control { border: none; }
.banner_text .all_loan .form-control:hover, .banner_text form .form-control:focus { border: none; }
.all_loan { padding: 0; float: left; width: 100%; margin: 20px 0 0 0; }
.all_loan .form-control { padding: 10px 20px; height: auto; color: #ff9100; border: none; border: 1px solid #ff9100; }
.all_loan .form-control:hover, form .form-control:focus { box-shadow: none; border: none; border: 1px solid #000; }
.all_loan select option { color: #000; padding: 6px 20px; }
.banner_text li:nth-child(2) { margin: 15px 0; }
.banner_text li:nth-child(2) a { color: #cb151d; }
.banner_text li:first-child a { color: #ff9100; }
.banner_text li a { display: block; background: #fff; padding: 8px 20px; min-width: 200px; text-align: left; border-radius: 4px; font-weight: 500; color: #101010; }
.banner_text li a i { padding: 8px; font-weight: 600; float: right; }
.banner_text li .dropdown .dropdown-menu { left: 24px; }
.banner_text li .dropdown li a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; }
.banner_text li .dropdown li a:hover { background: #ec3434; color: #fff; }
.banner_text li .dropdown li:nth-child(2), .banner_text li .dropdown li:nth-child(2) a { margin: 0; color: #262626; }
.banner_text li .dropdown li:nth-child(2) a:hover { color: #fff; }
.page_breadcrumb { float: left; width: 100%; background: url(../images/BC.jpg) top left no-repeat;
    background-size: cover;box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7); }
.page_breadcrumb .breadcrumb { margin: 0; background: none; padding: 10px 0; }
.page_breadcrumb .breadcrumb li a { color: #2d2d2d; }
.content { float: left; width: 100%; padding: 20px 0; }
.content p { margin: 0; }
ul.bullets { margin: 10px 0; padding: 0; display: block; float: left; width: 100%; }
ul.bullets li { display: block; position: relative; padding: 0 0 0 20px; }
ul.bullets li:before{content: "\f101"; position:absolute; left:0; top:5px; color:#555; font: normal normal normal 14px/1 FontAwesome;}
ul.bullets li i { position: absolute; top: 5px; left: 0; display:none; }
ol { margin: 0; padding: 0; display: block;  width: 100%; line-height:25px;     float: left;}
ol li { display: block; position: relative; padding: 0 0 0 20px; }
ol li:before{content: "\f101"; position:absolute; left:0; top:5px; color:#555; font: normal normal normal 14px/1 FontAwesome;}
ol li i { position: absolute; top: 5px; left: 0; display:none; }
.page_header { float: none;
    width: 100%;
    display: block; }
.page_header h1 { color: #313131; font-weight: 400; margin: 0; margin: 20px 0; font-family: 'Droid Serif', serif; }
.page_header h1 span { display: block; padding: 10px 0; font-size: 18px; font-style: italic; }
.tab .tab_container { width: 100%; margin: 0 auto; padding: 20px 0 0 0; position: relative; float: left; }
.tab input, .tab section { clear: both; padding-top: 10px; display: none; }
.tab label { font-weight: 600; font-size: 11px; display: block; float: left; width: auto; padding: 10px 6px; margin-right: 20px; margin-bottom: 15px; color: #000000; cursor: pointer; text-decoration: none; text-align: center; text-transform: uppercase; background: #fff; border: 2px solid #fa9d38; }
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 { display: block; padding: 15px; background: #f4f4f4; color: #999; border-bottom: 2px solid #f0f0f0; }
.tab_container .tab-content p, .tab_container .tab-content h3 { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; }
.tab_container .tab-content p { margin: 0; }
.tab_container .tab-content h4 { text-align: left; color: #000; }
.tab_container [id^="tab"]:checked + label { background: #fa9d38; box-shadow: none; border: 2px solid #fa9d38; }
.tab_container [id^="tab"]:checked + label .fa { color: #0CE; }
.tab label .fa { font-size: 1.3em; margin: 0 0.4em 0 0; }

/*Media query*/
@media only screen and (max-width: 930px) {
.tab label span { font-size: 10px; }
.tab label .fa { font-size: 10px; }
}
 @media only screen and (max-width: 768px) {
.tab label .fa { font-size: 16px; }
}

/*Content Animation*/
@keyframes fadeInScale { 0% {
 transform: scale(0.9);
 opacity: 0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
.tab { float: left; width: 100%; }
.awards { float: left; width: 100%; padding: 25px 0 0 0; }
.history { float: left; width: 100%; margin: 20px 0; }
.location { float: left; width: 100%; padding: 20px; background: #f4f4f4; }
.location h4 { color: #000; }
.location p { margin: 0; }
.location a { display: block; padding: 0; text-decoration: underline; }
.location p a { display: inline-block; padding: 0; text-decoration: none; color: #555555; }
.location a.queries { color: #fa9d38; }
.location a.branch { color: #cb151d; }
.look { float: left; width: 100%; position: relative; margin: 0; display: block; }
.look .form-control { border: 1px solid #ec3434; -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; padding: 10px 35px 10px 12px; height: auto; }
.look .btn { background: none; color: #ec3434; font-size: 18px; position: absolute; top: 0; right: 0; padding: 3px 12px; margin: 5px 0; border-left: 1px solid #000; border-radius: 0; }
.look .btn:hover, .look .btn:focus { outline: none; box-shadow: none; }
.right_panel { float: left; width: 100%; background: url(../images/bg.png) top left #ededed; padding: 20px 10px; margin-top: 20px; background-size: cover; position: relative; }
.right_panel:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; border: 1px dashed #000; max-width: 150px; margin: 0 auto; }
.right_panel p { margin: 0; text-align: center; }
.main_header { float: left; width: 100%; padding-bottom: 20px; }
.main_header h4 { color: #000; font-weight: 400; text-align: center; position: relative; text-transform: uppercase; margin: 0; font-family: 'Droid Serif', serif; }
.main_header h5 { text-align: center; color: #000; font-weight: 400; line-height: 25px; margin: 0; }
.main_header h4::before { content: ''; background: url(../images/line.png) no-repeat; height: 3px; width: 28px; position: absolute; left: 0; top: 10px; }
.main_header h4::after { content: ''; background: url(../images/line.png) no-repeat; height: 3px; width: 28px; position: absolute; right: 0; top: 10px; }
.main_header h4 span { font-weight: 600; }
a.result { display: block; padding: 10px 20px; background: #ff9100; color: #000; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.result img { padding-right: 8px; }
a.csr { display: block; padding: 10px 20px; background: #cb151d; color: #fff; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.csr img { padding-right: 8px; }
a.check_faq { display: block; padding: 10px 20px; background: #000; color: #fff; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.check_faq img { padding-right: 8px; }
.help { float: left; width: 100%; background: #eeeeee; padding: 15px 0; margin: 0; }
.help .main_header { width: 100%; }
.help ul { margin: 0; padding: 0; display: block; text-align: center; }
.help ul li { list-style-type: none; display: inline-block; }
.help ul li a { background: #fff; display: inline-block; padding: 8px; border-radius: 4px; margin: 0 20px 0 0; min-width: 160px; color: #555555; font-size: 12px; }
.help ul li a img { padding-right: 5px; }
.healp_desk ul li:last-child a { margin: 0; border: none; text-shadow:   rgb(47,79,79) 1px 0 10px; }
.healp_desk { float: left; width: 100%; padding: 10px 0; text-align: center; border-top: 2px solid #f3f3f3; -moz-border-top: 2px solid #f3f3f3; -ms-border-top: 2px solid #f3f3f3; -o-border-top: 2px solid #f3f3f3; -webkit-border-top: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; -moz-border-bottom: 2px solid #f3f3f3; -ms-border-bottom: 2px solid #f3f3f3; -o-border-bottom: 2px solid #f3f3f3; -webkit-border-bottom: 2px solid #f3f3f3; }
.healp_desk ul { margin: 0; padding: 0; display: block; text-align: center; }
.healp_desk ul li { list-style-type: none; display: inline-block; }
.healp_desk ul li a { color: #be0c20; padding: 0 8px; ; border-right: 1px solid #000; -moz-border-right: 1px solid #000; -ms-border-right: 1px solid #000; -o-border-right: 1px solid #000; -webkit-border-right: 1px solid #000; }
.healp_desk ul li a:hover, .healp_desk ul li a:focus { color: #000; }
footer { float: left; width: 100%; background: url(../images/BC.jpg) top left no-repeat; background-size: cover; padding: 25px 0; box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7);}
footer p, footer a { color: #5a5959; font-size: 12px; line-height: 20px; }
footer a:hover, footer a:focus { color: #cf121c; }
footer h4 { margin: 0; padding: 0 0 15px 0; color: #5a5959; }
footer .social { float: left; width: 100%; padding: 15px 0 0 0; margin: 0; }
footer .social h4 { padding: 0; }
footer .social a { padding: 5px 5px 0 0; display: inline-block; }
footer .copyright { float: left; width: 100%; padding: 15px 0 0 0; font-size: 12px; text-align: left; }
.copyright p, .copyright a { color: #5a5959; text-align: left; font-size: 11px; margin: 0; }
.copyright p { padding-top: 4px; }
.copyright ul { display: block; margin: 0; padding: 0; text-align: right; }
.copyright ul li { display: inline-block; text-align: right; list-style-type: none; }
.copyright ul li:last-child a { border: none; }
.copyright a:hover { color: #cf121c; }
.copyright a { padding: 0 8px; border-right: 1px solid #5a5959; }
.headerwp { margin: 0; padding: 0; }
/*new css*/
.slider { float: left; width: 100%; position: relative; clear: both; }
.slider .carousel-control.left { box-shadow: none; width: 10%; text-shadow: none; background: none; color: #fff; opacity: 5; }
.slider .carousel-control.right { box-shadow: none; width: 10%; text-shadow: none; background: none; color: #fff; right: 35%; opacity: 5; }
.slider .carousel-control.right:hover, .slider .carousel-control.left:hover { color: #ec3434; }
.slider .carousel-inner .item h4 { font-weight: bold; color: #2d2d2d; text-shadow: 2px 2px #d0e175; margin: 0; line-height: 30px; font-size: 18px; }
.slider .carousel-inner .item, .slider .carousel-inner .item.active { perspective: 0px; -webkit-perspective: 0px; }
.highlights_slider .carousel-inner .item, .highlights_slider .carousel-inner .item.active { perspective: 0px; -webkit-perspective: 0px; }
.slider .carousel-inner .item h4 span { font-size: 24px; }
.slider .carousel-inner .carousel-caption { right: 32%; left: 0; bottom: -20px; }
.slider .sideright { position: absolute; width: 35%; right: 0; z-index: 1; background: rgba(255, 255, 255, 0.53); padding: 40px 90px 15px 25px; text-align: center; height: 100%; top: 0; }
.slider .sideright h2 { font-family: 'Droid Serif', serif; text-shadow: 1px 2px 2px #000; color: #fff; margin: 15px 0 30px 0; font-size: 28px; }
.slider .side_text .side_hover { display: none; }
.slider .side_text a:hover .side_hover { display: block; margin: 0 auto; /*box-shadow: 1px 2px 3px #666; -moz-box-shadow: 1px 2px 3px #666; -webkit-box-shadow: 1px 2px 3px #666; -o-box-shadow: 1px 2px 3px #666;*/ border-radius: 50px; }
.side_text h5 { color: #000; font-size: 12px; }
.side_text a { color: #000; display: block; background: #fff; padding: 15px 5px; border-radius: 10px; }
.side_text a:hover { box-shadow: 4px 4px 3px #828282; -moz-box-shadow: 4px 4px 3px #828282; -webkit-box-shadow: 4px 4px 3px #828282; -o-box-shadow: 4px 4px 3px #828282; }
.side_text a:hover .side_static { display: none; }
.side_text a:hover h5 { color: #000; }
.side_text { float: left; width: 100%; margin-bottom: 30px; }
.looking_search { float: left; width: 100%; }
.looking_search .form-control { position: relative; height: 54px; padding: 6px 44px 6px 12px; border: 2px solid rgb(95,158,160,0.7); }
.looking_search .form-control:focus { box-shadow: none; }
.looking_search .btn { position: absolute; top: 5px; right: 25px; background: none; border: none; color: #ec3434; font-size: 22px; }
.looking_search .btn:hover, .looking_search .btn:focus{ box-shadow: none;}
.highlights_slider { float: left; width: 100%; background: url(../images/BC2.jpg) top left no-repeat fixed;
    background-size: cover;  padding: 10px 0; clear: both;  box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; border: 2px solid rgba(47,79,79,0.7)}
.highlights_slider a { margin:0 50px; display:inline-block; color:#fff; font-size:18px;}
/*.highlights_slider a h4 { margin:0 5%; color:#2d2d2d; display:inline;}*/
.highlights_slider .carousel-inner { width: 100%; }
.highlights_slider .carousel-inner .item h4 { text-align: center; color: #2d2d2d; box-shadow: none; text-shadow: none; }
.highlights_slider .carousel-control.left { box-shadow: none; text-shadow: none; background: none; color: #b5b5b5; opacity: 5; }
.highlights_slider .carousel-control { width: 0; }
.highlights_slider .carousel-control.right { box-shadow: none; text-shadow: none; background: none; color: #b5b5b5; opacity: 5; }
.highlights_slider .carousel-control .glyphicon { top: 35%; }
.digital_banking { float: left; width: 100%; background: url(../images/BC.jpg) top left fixed no-repeat; background-size: cover;border: 1px solid rgba(47,79,79,0.7);box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;}
.digital_banking .link { padding: 0; }
.digital_banking .link.col-centered { display: table; }
.digital_links { float: left; width: 100%; padding: 0; text-align: center; }
.digital_links a { display: block; color: #000; text-align: center; padding: 10px; }
.digital_links h5 { font-size: 12px; }
.digital_links a:hover, .digital_links a:focus { background: rgba(255, 255, 255, 0.52); color: #cf121c; border-radius: 10px; }
.digital_links img { margin: 0 auto; }
.digital_text h2 { font-size: 45px; margin: 0; padding-bottom: 15px; line-height: 50px; font-family: 'Droid Serif', serif; font-weight: 600; }
.digital_text h2 span { display: block; font-size: 36px; padding: 0 50px; font-weight: 500; }
.news { float: left; width: 100%; }
.news .news_header { /*float: left;*/ width: 100%; }
.news .news_header h2 { padding-bottom: 15px; font-size: 45px; line-height: 50px; margin: 0; font-weight: 500; font-family: 'Droid Serif', serif; }
.news .news_header h2 span { font-size: 45px; display: block; padding: 0 50px; font-weight: 600; }
.news .news_header h2 a { color:#555555; font-weight:800 }
#owl-demo .item { background: #fff; padding: 10px; margin: 10px; color: #000; border: 2px solid #ff9100; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: left; }
#owl-demo .item a.read_more { margin-bottom: 0; }
.goals { float: left; width: 100%; background: url(../images/BC.jpg) top left fixed no-repeat; background-size: cover; position: relative; padding: 100px 0 50px 0; box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7);}
.goals img.future_plan { position: absolute; left: 0; bottom: 0; }
.goal_tabs { float: left; width: 100%; padding: 0; min-height: 370px; }
/*.goal_tabs .nav-stacked>li:first-child { background: #cf121c; color: #fff; padding: 10px; }*/
.goal_tabs .nav-stacked>li { margin: 0; }
.goal_tabs .nav-stacked>li a { background: #dfdfdf; padding: 10px; border-radius: 0; color: #5f5f5f; }
.goal_tabs .nav-stacked>li.active a { background: #ff9100; color: #fff; }
.goal_tabs .nav-stacked>li a:hover, .goal_tabs .nav-stacked>li a:focus { background: #ff9100; color: #fff; }
.goal_tabs .well { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; background: none; border: none; box-shadow: none; padding: 0 0 0 25px; margin: 0; }
.goal_tabs .well h2 { margin: 0; font-size: 36px; line-height: 50px; padding-bottom: 15px; font-weight: 500; font-family: 'Droid Serif', serif; }
.goal_tabs .well h2 span { font-size: 45px; display: block; padding: 0; font-weight: 600; }
.goal_tabs .well a { background: #ff9100; color: #fff; padding: 10px; margin: 15px 10px 0 0; }
.goal_tabs .well a:after { bottom: 0; }
.goal_tabs .well a:hover, .goal_tabs .well a:focus { background: #cf121c; color: #fff; }
.goal_tabs .well a:hover:after { background: #000; bottom: 0; }
.reach_us { float: left; width: 100%; }
.reach_us ul { display: block; padding: 10px 20px; margin: 0 auto; }
.reach_us ul li { display: block; background: #e2e2e2; color: #555555; font-weight: 500; }
.reach_us ul li span { height: 100%; width: 30px; background: #a4a4a4; display: inline-block; text-align: center; margin-right: 7px; }
.reach_us ul li span i { color: #fff; position: static; }
.reach_us ul li:first-child { margin-bottom: 10px; }
.locate_us { float: left; width: 100%; }
.locate_us ul { display: block; margin: 0; padding: 0; }
.locate_us ul li { display: block; padding: 5px 0; border-bottom: 1px solid #fff; }
.locate_us ul li a { display: block; text-align: center; color: #555555; font-weight: 500; }
.locate_us ul li:last-child { border: none; }
.social { float: left; width: 100%; margin: 25px 0 0 0; }
.social ul { display: block; margin: 0 auto; padding: 0; text-align: center; }
.social ul li { display: inline-block; }
.social ul li a img { width: 80px; }
.branches { float: left; width: 100%; margin: 30px 0 0 0; }
.accordion { float: left; width: 100%; }
.panel-title > a:before { font-family: FontAwesome; content: "\f055"; color: #cb151d; }
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus { text-decoration: none; }

.panel > a:before { float: right !important; font-family: FontAwesome; content: "\f056"!important; padding-right: 5px; color: #cb151d; }
.panel > a.collapsed:before { float: right !important; content: "\f055"!important; }
.panel > a:hover, .panel > a:active, .panel > a:focus { text-decoration: none; }
.panel{
	padding:5px;
}

.accordion .panel-default .panel a:hover, .accordion .panel-default > .panel a:focus {
    outline: none;
    color: #ff9100;
}

.accordion .panel-body { background: #f9f9f9; }
.accordion .panel-body h4 { margin: 0; padding: 10px 0; font-weight: 500; color: #c71d1c; display: block; float: left; width: 100%; }
.accordion .panel-body h5 { margin: 0; padding-bottom: 20px; }
.accordion .panel-body ul.bullets { margin: 0; padding: 0; display: block; float: left; width: 100%; }
.accordion .panel-body ul.bullets li { display: block; position: relative; padding: 0 0 0 20px; float: left; width: 100%; }
.accordion .panel-body ul.bullets li i { position: absolute; top: 5px; left: 0; }
.accordion .panel-body a { color: #cb151d; padding-left: 5px; }
.accordion .panel-title a { color: #000; display: block;     padding: 5px 50px 5px 15px; position:relative; line-height: 25px;}
.accordion .panel-title > a:before { position:absolute; right:15px;}
.accordion .panel-group .panel { border-radius: 0; box-shadow: none; }
.accordion .panel-group .panel+.panel { border-radius: 0; }
.accordion .panel-default .panel-heading { background: #fff; padding: 0; border-radius: 0; }
.accordion .panel-default .panel-title a:hover, .accordion .panel-default>.panel-title a:focus { outline: none; background: #ff9100; color: #fff; }
.accordion .panel-default .panel-title a:hover:before { color: #fff; }
.ImageWrapper { -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); display: block; overflow: hidden; position: relative; }
.ImageWrapper { margin: 0 0 25px 0; }
.ImageWrapper img { width: 100%; }
.ImageWrapper .ImageOverlayH { background: rgba(0, 0, 0, 0.6); }
.ImageWrapper .CStyleB .know_more { border: none; color: #ff9100; }
.ImageWrapper .CStyleB a.hover_effect:hover:after, .ImageWrapper .CStyleBe a.hover_effect:focus:after { background: #fff; }
.ImageWrapper h5 { position: absolute; bottom: 0; text-align: center; left: 0; right: 0; background: rgba(235, 134, 32, 0.91); color: #000; margin: 0; padding: 10px 0; font-size:13px; }
.retail_loan_services { float: left; width: 100%; }
.retail_loan_services .ImageWrapper { margin: 30px 0 0 0; }
.ImageWrapper .CStyleBe .know_more { color: #ff9100; }
.retail_loan_services .ImageWrapper h5 { position: absolute; bottom: 0; text-align: center; left: 0; right: 0; background: rgba(235, 134, 32, 0.91); color: #000; margin: 0; padding: 10px 0; }
.ImageWrapper .ImageOverlayH { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.52); bottom: 0; display: block; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; display: block;}
.ImageWrapper:hover .ImageOverlayH { opacity: 1; }
.ImageWrapper .ImageOverlayHe { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.27); height: 0; display: block; height: 0; left: 0; opacity: 0; position: absolute; top: 50%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; }
.ImageWrapper:hover .ImageOverlayHe { height: 100%; top: 0; opacity: 1; }
.ImageWrapper .CStyleBe { visibility: hidden; margin: 0; opacity: 0; position: absolute; text-align: left; left: 0; width: 100%; top: 50%; margin-top: -20px; -webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); }
.ImageWrapper:hover .CStyleBe { margin-left: -42px; opacity: 1; left: 50%; visibility: visible; }
.ImageWrapper .CStyleB { visibility: hidden; margin: 0; opacity: 0; position: absolute; text-align: center; width: 100%; margin-top: -20px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); font-size: 14px; top: 35%; color: #fff; padding: 10px; display: block; }
.ImageWrapper:hover .CStyleB { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.ImageWrapper .CStyleC span { position: absolute; }
.apply_process:before { border: none !important; }
.apply_processcontent { float: left; width: 100%; text-align: center; padding: 30px 0; border-bottom: 1px dashed #000; }
.apply_processcontent:last-child { border: none; padding-bottom: 0px; }
.apply_processcontent span { background: #fff; border-radius: 50%; border: 2px solid #ec3434; font-size: 16px; padding: 10px 17px; color: #ff9100; font-weight: 600; display: inline-block; }
.apply_processcontent h5 { font-weight: 600; margin: 15px 0; color: #000; }
.apply_processcontent p { text-align: center; margin: 0; }
.open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:focus { background: #fff !important; color: #ff9100; outline: none; box-shadow: none; }
.all_loan .btn-primary.active, .all_loan .btn-primary:active, .all_loan .open>.dropdown-toggle.btn-primary { background: #fff; color: #000; border: 1px solid #ff9100; }
.all_loan li a { display: inline-block; background: #fff; padding: 8px 20px; min-width: 200px; text-align: center; border-radius: 4px; font-weight: 500; color: #101010; }
.all_loan li a i { padding-left: 5px; font-weight: 600; }
.all_loan li .dropdown .dropdown-menu { left: 24px; }
.all_loan li .dropdown li a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; display: block; }
.all_loan li .dropdown li a:hover { background: #ec3434; color: #fff; }
.all_loan li .dropdown li:nth-child(2), .banner_text li .dropdown li:nth-child(2) a { margin: 0; color: #262626; }
.all_loan li .dropdown li:nth-child(2) a:hover { color: #fff; }
.rightpanel_advertise { float: left; width: 100%; margin: 20px 0 0 0; position: relative; }
.rightpanel_advertise img.img-responsive { width: auto; margin: 0 auto; }
.rightpanel_advertise h5 { position: absolute; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.61); color: #fff; display: block; left: 0; right: 0; margin: 0; padding: 10px; text-align: center; }
.rightpanel_advertise span { font-size: 16px; padding: 0 5px; }
.rightpanel_advertise h5 img { padding-left: 10px; vertical-align: middle; }
.compare_loans { float: left; width: 100%; padding: 25px 0 0 0; }
.direct_links { float: left; width: 100%; margin: 20px 0 0 0; background: #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }
.direct_links ul { margin: 0; padding: 0; display: block; text-align: center; }
.direct_links ul li { display: inline-block; }
.direct_links ul li a { display: block; padding: 10px 15px; color: #000; position: relative; }
.direct_links ul li a:hover, .direct_links ul li a:focus { color: #cb151d; }
.direct_links ul li:last-child a:before { background: none; }
.direct_links ul li a:before { content: ''; background: #000; width: 1px; position: absolute; right: -3px; height: 20px; top: 12px; }
.automobile_details { float: left; width: 100%; }
.automobile_details_text { float: left; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); margin: 10px 0; padding: 10px; background: #f4f4f4; }
.automobile_details #tab1:checked ~ #content1, .automobile_details #tab2:checked ~ #content2, .automobile_details #tab3:checked ~ #content3, .automobile_details #tab4:checked ~ #content4, .automobile_details #tab5:checked ~ #content5 { padding: 0; background: none; border: none; }
.automobile_details section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; background: #f8f7f7; }
.tab.automobile_details label { padding: 10px 20px; margin: 0 20px 15px 0; }
.automobile_details h4 { margin: 0; color: #000; padding: 0 0 10px 0; }
.automobile_details ul { margin: 0; padding: 0; display: block; }
.automobile_details ul li ul, .automobile_details ul li ul li { margin: 0; padding: 0; }
.automobile_details ul li { display: block; color: #555; position: relative; padding-left: 15px; }
.automobile_details ul li i { position: absolute; top: 6px; left: 0; }
.conditions_apply { font-style: italic; color: #ec3434; font-weight: 600; display: block; margin: 0; }
.apply_now { background: #cf121c; color: #fff !important; padding: 5px 25px; border-radius: 3px; text-align: center; }
.apply_now:hover, .apply_now:focus { background: #ff9100; outline: none; }
.conditions_apply:hover, .conditions_apply:focus { color: #000; }
.automobile_compare { float: left; width: 100%; }
.apply_now { background:  rgb(95,158,160);; color: #fff !important; padding: 5px 25px; border-radius: 3px; text-align: center; }
.automobile_compare .table>tbody>tr>td a:hover.apply_now, .automobile_compare .table>tbody>tr>td a:focus.apply_now { background: #ff9100; outline: none; }
.automobile_compare .automobile_text h4 { text-align: left; color: #000; padding: 0 0 8px 0; }
.automobile_compare .automobile_text { background: #f8f7f7; padding: 10px; float: left; width: 100%; font-size: 12px; margin: 5px 0 10px 0; }
.automobile_compare .automobile_text ul { margin: 0; padding: 0; display: block; }
.automobile_compare .automobile_text ul li { display: block; color: #555; position: relative; padding-left: 15px; }
.automobile_compare .automobile_text ul li i { position: absolute; top: 6px; left: 0; }
.automobile_compare .links { float: left; width: 100%; }
.automobile_compare .links ul { display: block; margin: 0; padding: 0; }
.automobile_compare .links ul li { margin: 0; display: block; min-height: 100px; }
.automobile_compare .mcompare h4.head { background: #fa9d38; border: none; padding: 5px 20px; color: #000; text-align: center; margin: 10px 0; vertical-align: middle; font-weight: 500; }
.automobile_compare .links ul li a:hover, .automobile_compare .links ul li a:focus { background: #fa9d38; border: 5px solid #fa9d38; }
.financial-results { float: left; width: 100%; margin: 20px 0 0 0; }
.financial-results section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; float: left; width: 100%; background: #f9f9f9; padding: 15px; }
.financial-results section .financial_text { float: left; width: 100%; margin: 0 0 15px 0; background: #fff; padding: 10px; }
.financial-results section .financial_text h3 { margin: 0; padding: 0 0 15px 0; }
.financial-results section .financial_text em { display: block; font-style: italic; padding: 5px 0; color: #cf121c; }
.financial-results section .financial_text img { width: 100%; }
.financial-results section .financial_text:last-child { margin: 0; }
.financial-results section .financial_text span { display: block; font-style: italic; padding: 5px 0; color: #000; }
.financial-results section .financial_text a { text-decoration: none; margin: 5px 0; }
.csr_text { float: left; width: 100%; }
.csr_text ul.bullets li a{ text-decoration: none; font-size: 18px; padding: 5px 0; color: #000; display: block;}
.csr_text ul.bullets li a:hover, .csr_text ul.bullets li a:focus{ color:#cb151d;}
.csr_text ul.bullets li i{ top: 8px;}
.content h4.head { margin: 0; padding: 15px 0; color: #000; font-weight: 600; color: #cb151d; display: block; float: left; width: 100%; line-height: 30px; }
.demat_benefits { float: left; width: 100%; margin: 0 0 20px 0; background: #f8f7f7; padding: 15px; }
.demat_benefits .demat_text { background: #fff; padding: 10px; float: left; width: 100%; border: 1px solid #d0d0d0; }
.demat_benefits .demat_text ul.bullets { margin: 0; }
.demat_benefits h4 { margin: 0; padding-bottom: 15px; color: #000; }
.csr_text img { padding: 5px; border: 1px solid #c7c7c7; width: 100%; }
.csr_text a.more_btn { float: right; color: rgb(236, 52, 52); font-size: 16px; font-weight: 500; border: 1px solid rgb(206, 206, 206); padding: 5px 20px; display: inline-block; margin: 0; font-size: 12px; }
.csr_text .accordion { margin: 35px 0 0 0; }
.fundhouse { float: left; width: 100%; }
.fundhouse img { padding: 5px; margin: 0 0 15px 0; }
.locator { float: left; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25, .8, .25, 1); padding: 15px; background: #f9f9f9; border-top: 5px solid #ff9100; margin: 10px 0 0 0; }
.locator ul { display: block; margin: 0; padding: 0; }
.locator ul li { display: inline-block; }
.locator ul li .radio { margin: 0 25px 0 0; }
.locator ul li:last-child .radio { margin: 0; }
.locator ul li .radio label { padding: 0; font-size: 12px; }
.locator form { margin: 30px 0 0 0; }
.locator form .form-control { border-radius: 0; box-shadow: none; }
.locator form .btn { float: right; background: #c71d1c; color: #fff; padding: 6px 30px; }
.locator form .btn:hover, .locator form .btn:focus { background: #ff9100; outline: none; box-shadow: none; }
.search_location { float: left; width: 100%; background: #f9f9f9; margin: 20px 0; padding: 15px; }
.search_location .branch_details { float: left; width: 100%; background: #fff; padding: 10px; border: 1px solid #d0d0d0; }
.search_location .branch_details ul { display: block; margin: 0; padding: 0; }
.search_location .branch_details ul li { position: relative; display: block; padding: 0 0 0 100px; font-size: 12px; }
.search_location .branch_details ul li span { position: absolute; top: 0; left: 0; }
.retail_loan_services { float: left; width: 100%; }
.side_links { float: left; width: 100%; margin: 20px 0 0 0; }
.side_links ul { margin: 0; padding: 0; display: block; }
.side_links ul li { display: block; float: left; width: 100%; }
.side_links ul li a { display: block; color: #000; padding: 8px; background: #ddd; text-align: left; border: 1px solid #d0d0d0; margin: 5px 0 0 0; }
.side_links ul li a:hover, .side_links ul li a:focus, .side_links ul li.active a { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; }
.moibile_log { float: right; margin: 20px 90px 0 0; text-align: right; }
.moibile_log .dropdown-menu { right: 0; left: auto; margin: 0; padding: 0; }
.moibile_log .dropdown .dropdown-toggle { color: #555; display: inline-block; font-size: 12px; text-transform: uppercase; background: none; border: 1px solid #555; box-shadow: none; border-left: 1px solid #555; }
.moibile_log .dropdown-menu a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; }
.moibile_log .dropdown-menu a:hover, .moibile_log .dropdown-menu a:focus { outline: none; background: #c71d1c; color: #fff; }
.nri_bank { float: left; width: 100%; }
.nri_bank .ImageWrapper { margin: 30px 0 0 0; }
.nri { float: left; width: 100%; text-align:justify; }
.nri .table { float: left; width: 100%; margin: 10px 0; padding: 0; }
.nri .accordion .panel-body .table-responsive { border: none; }
.nri .table tr td { border: 1px solid #ddd; line-height: 25px; background: #fff; }
.nri ul.bullets { margin: 0; }
.nri p a { display: inline-block; color: #cb151d; }
.nri .demat_benefits { margin: 10px 0; }
.opening_form { display: inline-block; background: #cf121c; color: #fff; padding: 5px 25px; border-radius: 3px; text-align: center; text-decoration: none; margin: 10px 0 0 0; }
.opening_form:hover, .opening_form:focus { background: #ff9100; color: #fff; outline: none; }
.career { float: left; width: 100%; }
.career form { float: left; width: 100%; }
.career form .form-control { border-radius: 0; box-shadow: none; }
.career form label { float: left; width: 100%; font-weight: 500; }
.career form .form-group { float: left; width: 100%; }
.career form .radio { display: inline-block; margin: 5px 0 0 0; }
.career form .radio label { padding: 0 15px 0 0; }
.career form .btn { padding: 8px 20px; background: #cf121c; text-align: left; color: #fff; border-radius: 0; margin: 5px 0 0 0; }
.career form .btn:hover, .career form .btn:focus { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; box-shadow: none; }
.openings { float: left; width: 100%; margin: 15px 0 0 0; }
.openings table td, .openings table th { text-align: center; }
.openings table a { display: block; background: #cf121c; color: #fff; padding: 5px; border-radius: 3px; text-align: center; text-decoration: none; margin: 0 auto; width: 100px; }
.openings table a:hover, .openings table a:focus { background: #ff9100; color: #fff; outline: none; }
.career .well { background: none; border: none; box-shadow: none; padding: 0 15px; }
.career .nav { margin: 0 0 20px 0; }
.career .nav a { padding: 8px; background: #ddd; text-align: left; border: 1px solid #d0d0d0; color: #000; border-radius: 0; margin: 5px 0 0 0; display:block; }
.career .nav a:hover, .career .nav a:focus, .career .nav a:hover, .career .nav a.active { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; }
.description { margin: 0; color: #909090; float: left; width: 100%; }
.description h4 { margin: 0; color: #ec3434; padding-bottom: 10px; }
.description h5 { margin: 0; padding: 10px 0; float: left; width: 100%; color: #000; }
.description a { display: inline-block; background: #cf121c; color: #fff; padding: 5px 25px; border-radius: 3px; text-align: center; text-decoration: none; margin: 10px 0 0 0; }
.description a:hover, .description a:focus { background: #ff9100; color: #fff; outline: none; }
.career .box .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.career .box .inputfile-6 + label { color: #d3394c; }
.career .box .inputfile-6 + label { border: 1px solid #cf121c; background-color: #f1e5e6; padding: 0; margin: 0; }
.career .box .inputfile-6:focus + label, .career .box .inputfile-6.has-focus + label, .career .box .inputfile-6 + label:hover { border-color: #722040; }
.career .box .inputfile-6 + label span, .career .box .inputfile-6 + label strong { padding: 4px 10px;/* 10px 20px */ }
.career .box .inputfile-6 + label span { width: 200px; min-height: 2em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; }
.career .box .inputfile-6 + label strong { height: 100%; color: #f1e5e6; background-color: #cf121c; display: inline-block; float: right; }
.career .box .inputfile-6:focus + label strong, .career .box .inputfile-6.has-focus + label strong, .career .box .inputfile-6 + label:hover strong { background-color: #722040; }
.social_update { float: left; width: 100%; margin: 15px 0 0 0; }
.social_update h4 { margin: 0; padding: 10px; display: block; color: #fff; }
.social_update h4.facebook { background: #3b5998; }
.social_update h4.twitter { background: #1da1f2; }
.social_update h4 i { padding: 0 5px; color:#
}
.social_update img { width: 100%; }
.media { float: left; width: 100%; }
.media .all_loan { margin: 20px 0; }
.tab.media label { padding: 10px 20px; margin: 0 20px 15px 0; }
.tab.media #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 { background: #f9f9f9; border: none; }
.media section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; float: left; width: 100%; background: #f9f9f9; padding: 15px; }
.media section .press_release { float: left; width: 100%; margin: 0 0 15px 0; background: #fff; padding: 10px; }
.media section .press_release img { width: 100%; }
.media section .press_release:last-child { margin: 0; }
.media section .press_release span { display: block; font-style: italic; padding: 5px 0; color: #000; }
.media section .press_release a { text-decoration: none; margin: 0; }
.media .ImageWrapper { margin: 0; box-shadow: none; }
.media h5.head { margin: 0; background: #fa9d38; text-align: center; padding: 8px 10px; color: #000; line-height: 20px; }
.media h5.head span { display: block; }
.media .ImageWrapper .CStyleB { top: 50%; }
.media .ImageWrapper .CStyleB a { font-size: 20px; color: #fff; }
.headerfull { float: left; width: 100%; background: rgb(175,238,238,0.8);    box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; }
/********************************************************************/
/*** Digital Banking ***/
div.bhoechie-tab-container { z-index: 10; background-color: #ffffff; padding: 0; }
div.bhoechie-tab-menu { padding-right: 0; padding-left: 0; padding-bottom: 0; }
div.bhoechie-tab-menu div.list-group { margin-bottom: 0; }
div.bhoechie-tab-menu div.list-group>a { margin-bottom: 0; display: inline-block; }
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa { color: #5A55A3; }
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa { background: rgba(255, 255, 255, 0.52); color: #555; border-radius: 10px; }
div.bhoechie-tab-content { background: none; padding: 10px 0 0 0; -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; display:block;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) { display: none; }
.digital_links .list-group-item { background: none; box-shadow: none; border: none; width: 30%; }
/*.digital_links .list-group-item:last-child { margin: 0 auto; text-align: center; display: block; }*/
/*** Digital Banking End ***/
/********************************************************************/

/********************************************************************/
/*** Team New ***/
.team { float: left; width: 100%; padding: 20px 0; }
.team_members { float: left; width: 100%; margin: 0 0 20px 0; padding: 10px; background: #f8f7f7; }
.team_details { background: #fff; padding: 10px; border: 1px solid #d0d0d0; display: inline-block; float: left; width: 100%; }
.team_members p { margin: 0; font-size: 12px; display: block; line-height: 20px; }
.team_members h4 { color: #cf121c; font-weight: 400; }
.team_members h5 { font-size: 11px; }
.team_members h4, .team_members h5 { margin: 0; padding: 0 0 10px 0; }
.team_members a { display: block; margin: 10px 0 0 0; text-align: right; float: right; }
/*.team_members a.hover_effect:hover:after, .team_members a.hover_effect:focus:after { width: 45%; }*/
.team_members img { float: left; margin: 0 15px 0 0; background: #fff; border: 1px solid #d0d0d0; padding: 0; width: 100px; }
.team .modal-body img { float: left; width: 100%; padding: 5px; border: 1px solid #d4d4d4; margin: 0 0 10px 0; }
.team .modal-body h5 { text-align: center; color: #000; line-height: 20px; font-size: 12px; }
.team .modal-body ul { margin: 0; padding: 0; }
.team .modal-body ul li { display: block; position: relative; padding-left: 15px }
.team .modal-body ul li i { position: absolute; top: 5px; left: 0; }
.team .modal-body .modal-title { color: #000; }
.team .modal-body p { margin: 0; }
.team .modal-body { color: #555555; text-align: left; }
.team .modal-content { max-height: 500px; overflow-x: hidden; }
/*
.team_new .team_members .StyleNumber { padding: 5px; }
.team_new .team_members a { color: #fff; }
.team_new .ImageWrapper { box-shadow: none; }
.team_new .team_members a.hover_effect:hover:after, .team_new .team_members a.hover_effect:focus:after { background: #ff9100; }
.team_new .team_members { position: static; min-height: 230px; }
*/
/********************************************************************/
/*** Team New End ***/
/********************************************************************/
/*** Apply Now ***/
#apply_now { float: left; width: 100%; }
#apply_now .modal-header { padding-bottom: 5px; }
#apply_now .modal-header { border: none; }
#apply_now .modal-header h3.modal-title { font-family: 'Droid Serif', serif; border-bottom: 2px solid #ec3434; color: #ec3434; padding-bottom: 8px; }
#apply_now .modal-content { border-radius: 0; float: left; width: 100%; }
#apply_now .modal-body .form-group { position: relative; }
#apply_now .modal-body .form-group span { width: 30px; height: 30px; position: absolute; left: 0; top: 4px; padding: 3px; text-align: center; vertical-align: middle; }
#apply_now .modal-body .form-group span i { color: #a7a7a7; vertical-align: middle; }
#apply_now .modal-body .form-group i img { vertical-align: baseline; }
#apply_now .modal-body .form-group .form-control { padding: 6px 12px 6px 30px; height: 40px; box-shadow: none; border-radius: 0; }
.modal-footer { padding: 0; }
.modal-footer .btn-group button { height: 40px; border-top-left-radius : 0; border-top-right-radius : 0; border: none; border-right: 1px solid #ddd; }
.modal-footer .btn-group:last-child > button { border-right: 0; }
#apply_now .modal-body { float: left; width: 100%; }
#apply_now .modal-body .btn-default { background: #cf121c; color: #fff; box-shadow: none; border: none; padding: 8px 30px; }
#apply_now .modal-body .btn-default:hover, #apply_now .modal-body .btn-default:focus { background: #ff9100; box-shadow: none; border: none; outline: none; }
/********************************************************************/
/*** Apply Now End ***/

/********************************************************************/
/*** RATE PANEL ***/
.rate_panel { float: left; width: 100%; }
.rate_panel .panel { border-radius: 0; border: 1px solid #ddd; margin: 0; min-height:242px;}
.rate_panel .panel>.panel-heading { color: #333; background: none; padding: 0; border: none; }
.rate_panel .nav-tabs>li>a { background: #dfdfdf; border: none; border-radius: 0; color: #5f5f5f; font-size: 12px; font-weight: 500; margin: 0; }
.rate_panel .nav-tabs>li>a:hover { background: #ff9100 !important; color: #fff !important; border: none !important; }
.rate_panel .nav-tabs>li.active>a { background: #ff9100 !important; color: #fff !important; border: none !important; }
.rate_panel .nav-tabs>li { background: #dfdfdf; border: none; border-radius: 0; color: #5f5f5f; font-size: 12px; font-weight: 500; margin: 0;     padding: 10px;
    font-size: 12px;
    line-height: 1.42857143; }
.rate_panel .nav-tabs>li.active { background: #ff9100 !important; color: #fff !important; border: none !important; }
.rate_panel .nav-tabs { border: none; }
.rate_panel .tab-content { text-align: center; }
.rate_panel .tab-content h2 { font-family: 'Droid Serif', serif; font-size: 35px; font-weight: bold; margin: 0; }
.rate_panel .tab-content p { margin: 15px 0; }
.rate_panel .tab-content h2 span { font-size: 18px; padding: 0 5px; }
.rate_panel .tab-content a { padding: 0 10px; display: inline-block; }
.rate_panel .tab-content .tab-pane a.know_more { border-right: 1px solid #555; }
.rate_panel .tab-content a:hover, .rate_panel .tab-content a:focus { outline: none; }
/*** RATE PANEL END ***/
/********************************************************************/

/********************************************************************/
/*** Loan Compare End ***/
#GridView1 { width: 100%; height: 100%; }
.GridviewScrollHeader TH, .GridviewScrollHeader TD { padding: 10px; font-weight: bold; white-space: nowrap; border: 2px solid #ff9100; vertical-align: bottom; background: #fff; text-align: center; color: #000; text-transform: uppercase; }
.GridviewScrollItem td h4 { margin: 0; text-align: center; padding: 20px 0; color: #000; display: block; text-transform: uppercase; line-height: 30px; font-weight: 600; }
.GridviewScrollItem td a.know_more, .GridviewScrollItem td a.apply_now { border: none; display: inline; text-transform: uppercase; margin: 0 3px; }
.GridviewScrollItem td a.know_more { background: #cf121c; color: #fff !important; padding: 5px; border-radius: 3px; text-align: center; }
.GridviewScrollItem td a.know_more:hover, .GridviewScrollItem td a.know_more:focus { background: #ff9100; }
.GridviewScrollItem td a.apply_now { background: #ff9100; color: #fff !important; padding: 5px; border-radius: 3px; text-align: center; }
.GridviewScrollItem td a.apply_now:hover, .GridviewScrollItem td a.apply_now:focus { background: #cf121c; outline: none; }
.GridviewScrollHeader th .GridCellDiv, .GridviewScrollItem td .GridCellDiv { width: 180px !important; }
.GridviewScrollItem TD { padding: 0 10px; font-size: 12px; background: #f8f7f7; border: 2px solid #d0d0d0; vertical-align: top; border-top: 0; }
.GridviewScrollItem TD ul { margin: 0; padding: 0; }
.GridviewScrollItem TD ul li { display: block; position: relative; padding-left: 15px; }
.GridviewScrollItem TD ul li i { position: absolute; top: 6px; left: 0; }
#Table1 { width: 100%; }
.GridviewScrollItem .Freeze { background-color: #EFEFEF; }
.GridviewScrollItemHover TD { padding: 5px; white-space: nowrap; background-color: #CCCCCC; cursor: pointer; }
.GridviewScrollItemHover .Freeze { background-color: #CCCCCC; }
.GridviewScrollItemSelected TD { padding: 5px; white-space: nowrap; background-color: #999999; color: #FFFFFF; }
.GridviewScrollItemSelected .Freeze { background-color: #999999; }
.GridviewScrollPager { background-color: #FFFFFF; }
.GridviewScrollPager TD { padding-top: 3px; font-size: 14px; padding-left: 5px; padding-right: 5px; }
.GridviewScrollPager A { color: #666666; }
.GridviewScrollPager SPAN { font-size: 16px; font-weight: bold; }
.compare { float: left; width: 100%; text-align: center; }
.compare .checkbox { margin: 0; padding: 25px 0; }
.compare .checkbox label { font-size: 16px; color: #000; padding: 0; }
.compare .checkbox input[type=checkbox], .compare .checkbox-inline input[type=checkbox], .compare .radio input[type=radio], .radio-inline input[type=radio] { margin: 6px 0 0 -20px; }
.compareloan_details { background: #f8f7f7; float: left; width: 100%; padding: 10px; margin: 0 0 20px 0; }
.compareloan_details .main_head { float: left; width: 100%; text-align: center; border: 1px solid #d0d0d0; background: #fff; padding: 0 15px; margin: 0; }
.compareloan_details .main_head h4 { margin: 0; text-align: center; padding: 15px 0; color: #000; display: block; text-transform: uppercase; line-height: 30px; font-weight: 600; }
.compareloan_details .main_head a.know_more, .compareloan_details .main_head a.apply_now { border: none; display: inline; text-transform: uppercase; margin: 0 3px; }
.compareloan_details .main_head a.know_more { background: #cf121c; color: #fff !important; padding: 5px 30px; border-radius: 3px; margin: 10px 0; text-align: center; display: inline-block; }
.compareloan_details .main_head a.know_more:hover, .compareloan_details .main_head a.know_more:focus { background: #ff9100; }
.compareloan_details .main_head a.apply_now { background: #ff9100; color: #fff !important; padding: 5px 34px; border-radius: 3px; display: inline-block; text-align: center; }
.compareloan_details .main_head a.apply_now:hover, .compareloan_details .main_head a.apply_now:focus { background: #cf121c; outline: none; }
.compareloan_details .compareloan_text { float: left; width: 100%; text-align: left; border: 1px solid #d0d0d0; margin: 0 0 10px 0; padding: 10px; background: #fff; font-size:12px;}
.compareloan_details .compareloan_text h5 { margin: 0; padding-bottom: 10px; text-align: left; color: #cf121c; font-weight: 600; }
.compareloan_details .compareloan_text ul { margin: 0; padding: 0; }
.compareloan_details .compareloan_text ul li { display: block; position: relative; padding-left: 15px; font-size: 12px; text-align: left; }
.compareloan_details .compareloan_text ul li i { position: absolute; top: 6px; left: 0; }
.compareloan_details .main_head .compare .checkbox { margin: 0; padding: 14px 0; }
/*** Loan Compare End ***/
/********************************************************************/
#owl-demo3 .item { background: #fff; padding: 0; margin: 10px auto; color: #000; text-align: left; }
#owl-demo3 .item img{ margin: 0 auto;}
.locate_btn{    text-decoration: none;
    background:rgb(47,79,79,0.9);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    float: left;
    width: 100%;
    margin: 20px 0;
    display: inline-block;
    border-radius: 3px;    }
.locate_btn:hover, .locate_btn:focus{background: rgb(224,255,255); color: #000000;}

.sitemap {
     width:100%;
}
    .sitemap li {
        border-top:1px solid #d2d2d2;
    }
        .sitemap li a {
            color:#000;
        }
        .sitemap li a:hover, .sitemap li a:focus {
            color:#c71d1c;
        }

        ol.sitemap > li > ol {
 display: block;

}

        ol.sitemap li:hover ol {
  display: block;
  opacity: 1;
  visibility: visible;
}
.accordion_apply_now { background: #cf121c; color: #fff !important; padding: 5px 25px !important; border-radius: 3px; text-align: center; margin-top:15px}
.accordion_apply_now:hover, .accordion_apply_now:focus { background: #ff9100; outline: none; }
.mobile_slide{ display:none;}
.desktop_slide{display:block;}
 /* Campain Section */

#campaign {
    float: left;
    width: 100%;
    margin-bottom: 22px;

}

.campaign-body {
    position: relative;

}

#campaign .campaign-body .form-group {
    position: relative;
}

#campaign .campaign-body .form-group span {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}

#campaign .campaign-body .form-group span i {
    color: #a7a7a7;
    vertical-align: middle;
}



#campaign .campaign-body .form-group .form-control {
    padding: 6px 12px 6px 30px;
    height: 40px;
    box-shadow: none;
    border-radius: 0;
}
#campaign .campaign-body .form-group textarea.form-control {

    height: auto;

}
.btn-sub {
    background: #cf121c!important;
  color: #fff !important;
padding: 5px 25px;
border-radius: 3px;
text-align: center;
}


#campaign .campaign-body input {
   margin-bottom: 3em;
}



.c-right_panel {
    float: left;
    width: 100%;
    background: url(../images/cam-left-bg.jpg) top left #ededed;
    background-repeat: repeat;
    background-size: auto auto;
    padding: 20px 10px;
    margin-top: 20px;
    background-size: cover;
    position: relative;
    
}

.campaign-ad{position: relative; margin-top: 2em; display:block;}

.campaign-ad img{width: 100%; padding: 0; margin: 0; display:block;}


.campaign-ad h2{
    position: absolute;
    bottom:-0.6em;
    background: rgba(0, 0, 0, 0.5);
    padding: 0.5em 1em;
    width: 100%;
    color: #ffffff;
    font-size: 1.2em;
}

.cam-right{float:left}

.c-right_panel h4{color: #000;
font-weight: 400;
text-align: left;
position: relative;
text-transform: uppercase;
margin: 0;
font-family: 'Droid Serif', serif;
font-size: 1.3em; padding: 0; margin-bottom:0.7em;}
header #img1{ width:auto;}
.mdesktop_digitallinks{ display: block;}
.mmobile_digitallinks{ display: none;}

.emi-cal {
    float:left; width:100%;
}
    .emi-cal .form-group {
        float:left; width:100%;
    }
    #festiveoffer .modal-body{padding:0;}
    
    #festiveoffer .modal-header{    position: absolute;
    top: -40px;
    right: -35px;
    border: none;}
     #festiveoffer .modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: inherit;
    font-size: 35px;}
    
    #festiveoffer .modal-header .closebtn{
    color: #c71d1c;
    text-shadow: none;
    opacity: inherit;
    font-size: 35px;
    position: absolute;
    right: 1em;
    top: 1.2em;
    z-index: 99999;
    background: #ffffff;
    border: none;}
    
    #festiveoffer .modal-header .closebtn1{
    color: #c71d1c;
    text-shadow: none;
    opacity: inherit;
    font-size: 35px;
    position: absolute;
    right: 20.5em;
    top: 2em;
    z-index: 99999;
    background: #ffffff;
    border: none;}
    
    #festiveoffer.centered-modal.in {
    display: flex !important;
}

#festiveoffer .modal-body img {
position: relative;
float: right;
}

#festiveoffer.centered-modal .modal-dialog {
    margin: auto;
}
/*Custom Media query*/
@media (min-width:320px) {
.help ul li a { margin: 0 5px 15px 0; min-width: 180px; }
footer .copyright { text-align: center; }
a.result { width: 100%; padding: 10px; font-size: 11px; }
a.csr { width: 100%; font-size: 11px; padding: 10px; }
a.check_faq { font-size: 11px; }
.copyright { text-align: center; }
.copyright p, .copyright a { text-align: center; }
.headerwp { margin: 0; }
.banner_text li .dropdown .dropdown-menu { left: 185px; }
.banner .banner_text { padding: 45px 15px; width:100%;}
header { height: 68px; }
header.sticky { height: 68px; }
.tollfree { text-align: center; padding: 10px 0; }
footer h4 { padding: 15px 0; }
.slider .sideright { position: static; width: 100%; padding: 15px; }
.slider .sideright h2 { color: #000; text-shadow: none; }
.slider .carousel-control.right { right: 0; }
.slider .carousel-inner .carousel-caption { right: 0; }
.rate_panel .tab-content h2 { font-size: 30px; }
.rate_panel .nav-tabs>li>a { font-size: 10px; }
.rate_panel .tab-content a { padding: 0 3px; }
.goals img.future_plan { position: static; width: 100%; }
.goals { padding: 50px 0; }
.highlights_slider .carousel-inner { width: 75%; margin: 0 auto; }
.rate_panel .panel { margin: 0 0 25px 0; }
.digital_text h2 { font-size: 36px; }
.digital_text h2 span { font-size: 26px; }
/*.tollfree a{ font-size:12px;}*/
.net_banking { display: none; }
.tollfree { display: none; }
.slider .carousel-inner .item h4 { font-size: 12px; }
.slider .carousel-inner .item h4 span { font-size: 16px; }
.look { margin: 20px 0 0 0; display: none; }
.tab.automobile_details label { padding: 10px; margin: 0 5px 15px 0; }
.direct_links ul li a { padding: 5px 9px; }
/*.team_members { min-height: 345px; }*/
.copyright ul { text-align: center; }
.retail_loan_services .ImageWrapper .CStyleB { top: 35%; }
.compareloan_details .main_head { margin: 0 0 10px 0; }
.digital_links .list-group-item { width: 32%; display: inline-block; color: #000;}
/*.digital_links .list-group-item:last-child { display: inline-block; }*/
.locator ul li .radio { margin: 0 10px 0 0; }
.tab.media label { margin: 0 7px 10px 0; padding: 8px; }
.media h5.head { margin: 0 0 20px 0; }
.career .box .inputfile-6 + label span { width: 180px; }
.desktop_thumb{ display:none;}
.mobile_thumb{ display:block;}
    .animated .ImageWrapper .CStyleB {    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
        display: none;
    }
    .animated .ImageWrapper .ImageOverlayH {
        opacity: 1;
        display: none;
    }
    ol.sitemap > li > ol { display: block;}
    .mobile_slide{ display:block;}
.desktop_slide{display:none;}
.footer_lead{ position:static;}
header #img1{ width:250px;}
.looking_search .form-control { height: 34px; }
.looking_search .btn {    font-size: 14px;    top: 0;    right: 15px;}
.side_text { margin:1;}
.side_text a { padding:5px;}
.news .news_header h2 {    font-size: 28px;    line-height: 40px;}
.goal_tabs .well h2 {    font-size: 28px; line-height: 40px;}
.goal_tabs .well h2 span {    font-size: 28px;}
div.bhoechie-tab-content { display:none;}
.highlights_slider a{ font-size: 14px;}
.highlights_slider{ padding: 5px 0;}
.side_text a:hover{ box-shadow: none;}
.goal_tabs .well{ padding: 20px 25px;}
.mdesktop_digitallinks{ display: none;}
.mmobile_digitallinks{ display: block;}
footer .social{    padding: 15px 0;}
}
 @media (min-width:480px) {
.help ul li a { margin: 0 15px 15px 0; min-width: 185px; }
footer .copyright { text-align: center; }
.copyright { text-align: center; }
.copyright p, .copyright a { text-align: center; }
.headerwp { margin: 0; }
.banner_text li .dropdown .dropdown-menu { left: 185px; }
.banner .banner_text { padding: 45px 90px; }
footer h4 { padding: 15px 0; }
.slider .carousel-control.right { right: 0; }
.slider .carousel-inner .carousel-caption { right: 0; }
.rate_panel .tab-content h2 { font-size: 30px; }
.rate_panel .nav-tabs>li>a { font-size: 10px; }
.rate_panel .tab-content a { padding: 0 3px; }
.goals img.future_plan { position: static; width: 100%; }
.goals { padding: 50px 0; }
.highlights_slider .carousel-inner { width: 75%; margin: 0 auto; }
.rate_panel .panel { margin: 0 0 25px 0; box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; border: 1px solid rgba(47,79,79,0.7); }
/*.team_members { min-height: 430px; }*/

}
 @media (min-width:768px) {
.help ul li a { margin: 0 25px 15px 0; min-width: 200px; }
footer .copyright { text-align: center; }
.copyright { text-align: center; }
.copyright p, .copyright a { text-align: center; }
.headerwp { margin: 18px 0 0 0; }
.banner_text li .dropdown .dropdown-menu { left: 185px; }
.banner .banner_text { padding: 22px 24px 45px 45px; width:45%;}
header { height: 68px; }
header.sticky { height: 68px; }
.tollfree { text-align: center; padding: 25px 0; }
footer h4 { padding: 0 0 15px 0; }
.side_text h5 { font-size: 12px; }
.slider .carousel-control.right { right: 0; }
.slider .carousel-inner .carousel-caption { right: 0; }
.rate_panel .tab-content h2 { font-size: 30px; }
.rate_panel .nav-tabs>li>a { font-size: 10px; }
.rate_panel .tab-content a { padding: 0 3px; }
.goals img.future_plan { position: static; }
.goals { padding: 50px 0 0 0; }
.highlights_slider .carousel-inner { width: 100%; }
.rate_panel .panel { margin: 0; height:auto; box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; border: 1px solid rgba(47,79,79,0.7);}
.digital_text h2 { font-size: 45px; }
.digital_text h2 span { font-size: 36px; }
.tollfree { display: none; }
.net_banking { display: none; }
.slider .carousel-inner .item h4 { font-size: 18px; }
.slider .carousel-inner .item h4 span { font-size: 24px; }
/*.team_members { min-height: 280px; }*/
.retail_loan_services .ImageWrapper .CStyleB { top: 15%; }
.compareloan_details .main_head { margin: 0; }
.digital_links .list-group-item { width: 45%; }
/*.digital_links .list-group-item:last-child { display: block; }*/
.locator ul li .radio { margin: 0 12px 0 0; }
.tab.media label { padding: 10px 20px; margin: 0 20px 15px 0; }
.career .box .inputfile-6 + label span { width: 200px; }
.desktop_thumb{ display:block;}
.mobile_thumb{ display:none;}
.animated .ImageWrapper .CStyleB {    opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); display: none;}
.animated .ImageWrapper .ImageOverlayH { opacity: 1; display:none;}
ol.sitemap > li > ol { display: block;}
    .mobile_slide{ display:none;}
.desktop_slide{display:block;}
.footer_lead{ position:static; bottom:0;}
header #img1{ width:auto;}
.looking_search .form-control { height: 54px; }
.looking_search .btn {    font-size: 22px;    top: 5px;    right: 25px;}
.side_text { margin:0;}
.side_text a { padding:10px 5px;}
.news .news_header h2 {    font-size: 36px;    line-height: 50px;}
.goal_tabs .well h2 {    font-size: 36px; line-height: 50px;}
.goal_tabs .well h2 span {    font-size: 36px;}
div.bhoechie-tab-content { display:block;}
.highlights_slider{ padding: 5px 0;}
.side_text a:hover{ box-shadow: none;}
.goal_tabs .well{ padding: 0 0 0 25px;}
.mdesktop_digitallinks{ display: block;}
.mmobile_digitallinks{ display: none;}
footer .social{    padding: 15px 0 0 0;}
}

@media only screen and (min-width: 781px) and (max-width:1024px) 
{
    .tollfree { text-align: right; display:none; }
    .net_banking { display: block; }
    header{ height:120px;}
    header.sticky{ height:120px;}
    .smllogo img{ width:100%;}
}
@media (min-width:992px) {
.net_banking i { right: 23%; }
.net_banking { display: block; }
a.result { width: 100%; padding: 10px 20px; font-size: 14px; }
a.csr { width: 100%; font-size: 14px; }
a.check_faq { font-size: 14px; }
.copyright p, .copyright a { text-align: left; }
.headerwp { margin: 0; padding: 0; }
header { height: 110px; }
header.sticky { height: 110px; }
.banner_text li .dropdown .dropdown-menu { left: 0; }
.tollfree { text-align: right; display:block; }
.slider .sideright { width: 38%; padding: 10px 20px; position: absolute; }
.side_text a { padding: 5px; }
.side_text { margin-bottom: 5px; }
.slider .sideright h2 { margin: 10px 0 20px 0; }
.slider .carousel-inner .carousel-caption { right: 38%; }
.slider .sideright h2 { text-shadow: 1px 2px 2px #000; color: #fff; }
.slider .carousel-control.right { right: 35%; }
.slider .carousel-inner .carousel-caption { right: 32%; }
.rate_panel .tab-content h2 { font-size: 30px; }
.rate_panel .nav-tabs>li>a { font-size: 12px; }
.rate_panel .tab-content a { padding: 0 10px; }
.goals img.future_plan { position: absolute; width: auto; bottom:20PX;}
.goals { padding: 100px 0 50px 0; }
.highlights_slider .carousel-inner { width: 100%; }
.rate_panel .panel { margin: 0;  border: 1px solid rgba(47,79,79,0.7);}
.look { margin: 0; display: block; }
.tab.automobile_details label { padding: 5px; margin: 0 -2px 15px 0; }
.direct_links ul li a { padding: 10px 5px; }
/*.team_members { min-height: 230px; }*/
.copyright ul { text-align: center; }
.retail_loan_services .ImageWrapper .CStyleB { top: 35%; }
.compareloan_details .main_head a.apply_now { padding: 5px 30px; }
.digital_links .list-group-item { width: 30%; }
.banner .banner_text { padding: 45px 35px 45px 95px; }
.animated .ImageWrapper .CStyleB {    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    display: block;
    }
    .animated .ImageWrapper .ImageOverlayH {
        opacity: 0;
        display: block;
    }
    ol.sitemap > li > ol {
 display: block;

}
.campaign-ad{display:block;}
.looking_search .form-control { height: 54px; }
.side_text a { padding:15px 5px;}
.news .news_header h2 {    font-size: 36px;    line-height: 50px;}
.goal_tabs .well h2 {    font-size: 36px; line-height: 50px;}
.goal_tabs .well h2 span {    font-size: 36px;}
div.bhoechie-tab-content { display:block;}
.highlights_slider a{ font-size: 18px;}
.highlights_slider{ padding: 10px 0;}
.side_text a:hover { box-shadow: 4px 4px 3px #828282; -moz-box-shadow: 4px 4px 3px #828282; -webkit-box-shadow: 4px 4px 3px #828282; -o-box-shadow: 4px 4px 3px #828282; }
.goal_tabs .well{ padding: 0 0 0 25px;}
footer .social{    padding: 15px 0 0 0;}
}

@media (min-width:1200px) {
header { text-align: center; position: relative; width: 100%; color: #fff; font-family: 'Open Sans', sans-serif; set animation -webkit-transition:all .1s ease;
transition: all .4s ease; background: rgba(95,158,160); height: 108px; }
header.sticky { position: fixed; width: 100%; background: 	rgba(95,158,160); padding: 0; height: 102px; z-index: 99; }
.logo { position: absolute; top: 10px; margin: 0 auto; left: 0; right: 0; }
.tollfree { float: left; width: 100%; padding: 15px 0; text-align: right; display: block; }
.tollfree a { color: #c71d1c; font-size: 15px; font-weight: 600; padding: 0; display:inline-block;}
.tollfree a span {font-size:23px;font-weight: bold; color: #fff; font-weight: 600; }
.net_banking { float: right; width: 80%; padding: 15px 0; display: block; }
.net_banking .form-control { box-shadow: none; border: 1px solid #ec3434; -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; float: right; border-radius: 4px 0 0 4px; }
.net_banking form { position: relative; z-index: 1; display: table; float: right; width: 100%; }
.net_banking i { color: #ec3434; position: absolute; top: 8px; font-size: 20px; font-weight: 600; right: 20%; }
.net_banking .btn { border: 1px solid rgb(224,255,255); -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; border-radius: 0 4px 4px 0; background: rgb(47,79,79,0.9); color: #fff; }
.net_banking .btn:hover, .net_banking .btn:focus { background: #333; color: #fff; border: 1px solid rgb(47,79,79,0.9); -moz-border: 1px solid #a22525; -ms-border: 1px solid #a22525; -o-border: 1px solid #a22525; -webkit-border: 1px solid #a22525; }
.navigation { float: left; width: 100%; background: #f3f3f3; }
.rightsearch form { float: left; width: 100%; position: relative; }
.rightsearch form .form-control { background: none; border: none; box-shadow: none; padding: 6px 20px 6px 12px; }
.rightsearch form .btn { position: absolute; top: 0; right: -6px; background: none; color: #ec3434; }
.banner { float: left; width: 100%; position:relative; }
.desktop_thumb{ display:block;}
.mobile_thumb{ display:none;}
.banner .banner_text { float: left; width: 35%; background: rgba(157, 185, 186, 0.43); padding: 45px 100px; position: absolute;
    right: 0;
    top: 0;
    height: 100%; }
.banner_text .all_loan { padding: 0; float: none; width: 100%; margin: 0; }
.banner_text .all_loan .form-control { border: none; }
.banner_text .all_loan .form-control:hover, .banner_text form .form-control:focus { border: none; }
.all_loan { padding: 0; float: left; width: 100%; margin: 20px 0 0 0; }
.all_loan .form-control { padding: 10px 20px; height: auto; color: #ff9100; border: none; border: 1px solid #ff9100; }
.all_loan .form-control:hover, form .form-control:focus { box-shadow: none; border: none; border: 1px solid #000; }
.all_loan select option { color: #000; padding: 6px 20px; }
.banner_text li:nth-child(2) { margin: 15px 0; }
.banner_text li:nth-child(2) a { color: #cb151d; }
.banner_text li:first-child a { color: #ff9100; }
.banner_text li a { display: block; background: #fff; padding: 8px 20px; min-width: 200px; text-align: left; border-radius: 4px; font-weight: 500; color: #101010; }
.banner_text li a i { padding: 8px; font-weight: 600; float: right; }
.banner_text li .dropdown .dropdown-menu { left: 24px; }
.banner_text li .dropdown li a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; }
.banner_text li .dropdown li a:hover { background: #ec3434; color: #fff; }
.banner_text li .dropdown li:nth-child(2), .banner_text li .dropdown li:nth-child(2) a { margin: 0; color: #262626; }
.banner_text li .dropdown li:nth-child(2) a:hover { color: #fff; }
.page_breadcrumb { float: left; width: 100%; background: url(../images/BC.jpg) top left no-repeat;
    background-size: cover;box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7); }
.page_breadcrumb .breadcrumb { margin: 0; background: none; padding: 10px 0; }
.page_breadcrumb .breadcrumb li a { color: #2d2d2d; }
.content { float: left; width: 100%; padding: 20px 0; text-align:justify;}
.content p { margin: 0; }
ul.bullets { margin: 10px 0; padding: 0; display: block; float: left; width: 100%; }
ul.bullets li { display: block; position: relative; padding: 0 0 0 20px; }
ul.bullets li i { position: absolute; top: 5px; left: 0; }
.page_header { float: none;
    width: 100%;
    display: block; }
.page_header h1 { color: #313131; font-weight: 400; margin: 0; margin: 20px 0; font-family: 'Droid Serif', serif; }
.page_header h1 span { display: block; padding: 10px 0; font-size: 18px; font-style: italic; }
.tab .tab_container { width: 100%; margin: 0 auto; padding: 20px 0 0 0; position: relative; float: left; }
.tab input, .tab section { clear: both; padding-top: 10px; display: none; }
.tab label { font-weight: 600; font-size: 11px; display: block; float: left; width: auto; padding: 10px 6px; margin-right: 20px; margin-bottom: 15px; color: #000000; cursor: pointer; text-decoration: none; text-align: center; text-transform: uppercase; background: #fff; border: 2px solid #fa9d38; }
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 { display: block; padding: 15px; background: #f4f4f4; color: #999; border-bottom: 2px solid #f0f0f0; }
.tab_container .tab-content p, .tab_container .tab-content h3 { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; }
.tab_container .tab-content p { margin: 0; }
.tab_container .tab-content h4 { text-align: left; color: #000; }
.tab_container [id^="tab"]:checked + label { background: #fa9d38; box-shadow: none; border: 2px solid #fa9d38; }
.tab_container [id^="tab"]:checked + label .fa { color: #0CE; }
.tab label .fa { font-size: 1.3em; margin: 0 0.4em 0 0; }
.tab { float: left; width: 100%; }
.awards { float: left; width: 100%; padding: 25px 0 0 0; }
.history { float: left; width: 100%; margin: 20px 0; }
.location { float: left; width: 100%; padding: 20px; background: #f4f4f4; }
.location h4 { color: #000; }
.location p { margin: 0; }
.location a { display: block; padding: 0; text-decoration: underline; }
.location p a { display: inline-block; padding: 0; text-decoration: none; color: #555555; }
.location a.queries { color: #fa9d38; }
.location a.branch { color: #cb151d; }
.look { float: left; width: 100%; position: relative; margin: 0; display: block; }
.look .form-control { border: 1px solid #ec3434; -moz-border: 1px solid #ec3434; -ms-border: 1px solid #ec3434; -o-border: 1px solid #ec3434; -webkit-border: 1px solid #ec3434; padding: 10px 35px 10px 12px; height: auto; }
.look .btn { background: none; color: #ec3434; font-size: 18px; position: absolute; top: 0; right: 0; padding: 3px 12px; margin: 5px 0; border-left: 1px solid #000; border-radius: 0; }
.look .btn:hover, .look .btn:focus { outline: none; box-shadow: none; }
.right_panel { float: left; width: 100%; background: url(../images/bg.png) top left #ededed; padding: 20px 10px; margin-top: 20px; background-size: cover; position: relative; }
.right_panel:before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; border: 1px dashed #000; max-width: 150px; margin: 0 auto; }
.right_panel p { margin: 0; text-align: center; }
.main_header { float: left; width: 100%; padding-bottom: 20px; }
.main_header h4 { color: #000; font-weight: 400; text-align: center; position: relative; text-transform: uppercase; margin: 0; font-family: 'Droid Serif', serif; }
.main_header h5 { text-align: center; color: #000; font-weight: 400; line-height: 25px; margin: 0; }
.main_header h4::before { content: ''; background: url(../images/line.png) no-repeat; height: 3px; width: 28px; position: absolute; left: 0; top: 10px; }
.main_header h4::after { content: ''; background: url(../images/line.png) no-repeat; height: 3px; width: 28px; position: absolute; right: 0; top: 10px; }
.main_header h4 span { font-weight: 600; }
a.result { display: block; padding: 10px 20px; background: #ff9100; color: #000; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.result img { padding-right: 8px; }
a.csr { display: block; padding: 10px 20px; background: #cb151d; color: #fff; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.csr img { padding-right: 8px; }
a.check_faq { display: block; padding: 10px 20px; background: #000; color: #fff; margin: 20px 0 0 0; float: left; width: 100%; text-align: center; font-weight: 600; font-size: 14px; }
a.check_faq img { padding-right: 8px; }
.help { float: left; width: 100%; background: #eeeeee; padding: 15px 0; margin: 0; }
.help .main_header { width: 100%; }
.help ul { margin: 0; padding: 0; display: block; text-align: center; }
.help ul li { list-style-type: none; display: inline-block; }
.help ul li a { background: #fff; display: inline-block; padding: 8px; border-radius: 4px; margin: 0 20px 0 0; min-width: 160px; color: #555555; font-size: 12px; }
.help ul li a img { padding-right: 5px; }
.healp_desk ul li:last-child a { margin: 0; border: none; }
.healp_desk { float: left; width: 100%; padding: 10px 0; text-align: center; border-top: 2px solid #f3f3f3; -moz-border-top: 2px solid #f3f3f3; -ms-border-top: 2px solid #f3f3f3; -o-border-top: 2px solid #f3f3f3; -webkit-border-top: 2px solid #f3f3f3; border-bottom: 2px solid #f3f3f3; -moz-border-bottom: 2px solid #f3f3f3; -ms-border-bottom: 2px solid #f3f3f3; -o-border-bottom: 2px solid #f3f3f3; -webkit-border-bottom: 2px solid #f3f3f3; }
.healp_desk ul { margin: 0; padding: 0; display: block; text-align: center; }
.healp_desk ul li { list-style-type: none; display: inline-block; }
.healp_desk ul li a { color: #be0c20; padding: 0 8px; ; border-right: 1px solid #000; -moz-border-right: 1px solid #000; -ms-border-right: 1px solid #000; -o-border-right: 1px solid #000; -webkit-border-right: 1px solid #000; }
.healp_desk ul li a:hover, .healp_desk ul li a:focus { color: #000; }
footer { float: left; width: 100%; background: url(../images/BC.jpg) top left no-repeat; background-size: cover; padding: 25px 0; box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7);}
footer p, footer a { color: #5a5959; font-size: 12px; line-height: 20px; text-align:justify}
footer a:hover, footer a:focus { color: #cf121c; }
footer h4 { margin: 0; padding: 0 0 15px 0; color: #5a5959; }
footer .social { float: left; width: 100%; padding: 15px 0 0 0; margin: 0; }
footer .social h4 { padding: 0; }
footer .social a { padding: 5px 5px 0 0; display: inline-block; }
footer .copyright { float: left; width: 100%; padding: 15px 0 0 0; font-size: 12px; text-align: left; }
.copyright p, .copyright a { color: #5a5959; text-align: left; font-size: 11px; margin: 0; }
.copyright p { padding-top: 4px; }
.copyright ul { display: block; margin: 0; padding: 0; text-align: right; }
.copyright ul li { display: inline-block; text-align: right; list-style-type: none; }
.copyright ul li:last-child a { border: none; }
.copyright a:hover { color: #cf121c; }
.copyright a { padding: 0 8px; border-right: 1px solid #5a5959; }
.headerwp { margin: 0; padding: 0; }

/*new css*/
.slider { float: left; width: 100%; position: relative; clear: both; margin-top: -7px;}
.slider .carousel-control.left { box-shadow: none; width: 10%; text-shadow: none; background: none; color: #fff; opacity: 5; }
.slider .carousel-control.right { box-shadow: none; width: 10%; text-shadow: none; background: none; color: #fff; right: 35%; opacity: 5; }
.slider .carousel-control.right:hover, .slider .carousel-control.left:hover { color: #ec3434; }
.slider .carousel-inner .item h4 { font-weight: bold; color: #2d2d2d; text-shadow: 2px 2px #d0e175; margin: 0; line-height: 30px; font-size: 18px; }
.slider .carousel-inner .item, .slider .carousel-inner .item.active { perspective: 0px; -webkit-perspective: 0px; }
.highlights_slider .carousel-inner .item, .highlights_slider .carousel-inner .item.active { perspective: 0px; -webkit-perspective: 0px; }
.slider .carousel-inner .item h4 span { font-size: 24px; }
.slider .carousel-inner .carousel-caption { right: 32%; left: 0; bottom: -20px; }
.slider .sideright { position: absolute; width: 35%; right: 0; z-index: 1; background: rgba(255, 255, 255, 0.53); padding: 40px 90px 15px 25px; text-align: center; height: 100%; top: 0; }
.slider .sideright h2 { font-family: 'Droid Serif', serif; text-shadow: 1px 2px 2px #000; color: #fff; margin: 15px 0 30px 0; font-size: 28px; }
.slider .side_text .side_hover { display: none; }
.slider .side_text a:hover .side_hover { display: block; margin: 0 auto; /*box-shadow: 1px 2px 3px #666; -moz-box-shadow: 1px 2px 3px #666; -webkit-box-shadow: 1px 2px 3px #666; -o-box-shadow: 1px 2px 3px #666;*/ border-radius: 50px; }
.side_text h5 { color: #000; font-size: 12px; }
.side_text a { color: #000; display: block; background: #fff; padding: 15px 5px; border-radius: 10px; }
.side_text a:hover { box-shadow: 4px 4px 3px #828282; -moz-box-shadow: 4px 4px 3px #828282; -webkit-box-shadow: 4px 4px 3px #828282; -o-box-shadow: 4px 4px 3px #828282; }
.side_text a:hover .side_static { display: none; }
.side_text a:hover h5 { color:#000; }
.side_text { float: left; width: 100%; margin-bottom: 30px; }
.looking_search { float: left; width: 100%; }
.looking_search .form-control { position: relative; height: 54px; padding: 6px 44px 6px 12px; border: 2px solid rgb(95,158,160,0.7); }
.looking_search .form-control:focus { box-shadow: none; }
.looking_search .btn { position: absolute; top: 5px; right: 25px; background: none; border: none; color: #ec3434; font-size: 22px; }
.looking_search .btn:hover, .looking_search .btn:focus{ box-shadow: none;}
.highlights_slider { float: left; width: 100%; background: url(../images/BC2.jpg) top left no-repeat fixed;
    background-size: cover; padding: 10px 0; clear: both;  box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; border: 2px solid rgba(47,79,79,0.7);}
.highlights_slider a { margin:0 50px; display:inline-block; color:#fff; font-size:18px;}
/*.highlights_slider a h4 { margin:0 5%; color:#2d2d2d; display:inline;}*/
.highlights_slider .carousel-inner { width: 100%; }
.highlights_slider .carousel-inner .item h4 { text-align: center; color: #2d2d2d; box-shadow: none; text-shadow: none; }
.highlights_slider .carousel-control.left { box-shadow: none; text-shadow: none; background: none; color: #b5b5b5; opacity: 5; }
.highlights_slider .carousel-control { width: 0; }
.highlights_slider .carousel-control.right { box-shadow: none; text-shadow: none; background: none; color: #b5b5b5; opacity: 5; }
.highlights_slider .carousel-control .glyphicon { top: 35%; }
.digital_banking { float: left; width: 100%; background: url(../images/BC.jpg) top left fixed no-repeat;box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px; background-size: cover; border: 1px solid rgba(47,79,79,0.7);}
.digital_banking .link { padding: 0; }
.digital_banking .link.col-centered { display: table; }
.digital_links { float: left; width: 100%; padding: 0; text-align: center; }
.digital_links a { display: block; color: #000; text-align: center; padding: 10px; }
.digital_links h5 { font-size: 12px; }
.digital_links a:hover, .digital_links a:focus { background: rgba(255, 255, 255, 0.52); color: #cf121c; border-radius: 10px; }
.digital_links img { margin: 0 auto; }
.digital_text h2 { font-size: 45px; margin: 0; padding-bottom: 15px; line-height: 50px; font-family: 'Droid Serif', serif; font-weight: 600; }
.digital_text h2 span { display: block; font-size: 36px; padding: 0 50px; font-weight: 500; }
.news { float: left; width: 100%; }
.news .news_header { /*float: left;*/ width: 100%; }
.news .news_header h2 { padding-bottom: 15px; font-size: 45px; line-height: 50px; margin: 0; font-weight: 500; font-family: 'Droid Serif', serif; }
.news .news_header h2 span { font-size: 45px; display: block; padding: 0 50px; font-weight: 600; }
#owl-demo .item { background: #fff; padding: 10px; margin: 10px; color: #000; border: 2px solid #ff9100; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align: left; }
#owl-demo .item a.read_more { margin-bottom: 0; }
.goals { float: left; width: 100%; background: url(../images/BC.jpg) top left fixed no-repeat; background-size: cover; position: relative; padding: 100px 0 50px 0;box-shadow: rgb(47 79 79 / 69%) 0px 26px 30px -10px, rgb(47 79 79 / 73%) 0px 16px 10px -10px;border: 1px solid rgba(47,79,79,0.7); }
.goals img.future_plan { position: absolute; left: 50px; bottom: 20px; }
.goal_tabs { float: left; width: 100%; padding: 0; min-height: 370px; }
/*.goal_tabs .nav-stacked>li:first-child { background: #cf121c; color: #fff; padding: 10px; }*/
.goal_tabs .nav-stacked>li { margin: 0; }
.goal_tabs .nav-stacked>li a { background: #dfdfdf; padding: 10px; border-radius: 0; color: #5f5f5f; }
.goal_tabs .nav-stacked>li.active a { background: #ff9100; color: #fff; }
.goal_tabs .nav-stacked>li a:hover, .goal_tabs .nav-stacked>li a:focus { background: #ff9100; color: #fff; }
.goal_tabs .well { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; background: none; border: none; box-shadow: none; padding: 0 0 0 25px; margin: 0; }
.goal_tabs .well h2 { margin: 0; font-size: 36px; line-height: 50px; padding-bottom: 15px; font-weight: 500; font-family: 'Droid Serif', serif; }
.goal_tabs .well h2 span { font-size: 45px; display: block; padding: 0; font-weight: 600; }
.goal_tabs .well a { background: #ff9100; color: #fff; padding: 10px; margin: 15px 10px 0 0; }
.goal_tabs .well a:after { bottom: 0; }
.goal_tabs .well a:hover, .goal_tabs .well a:focus { background: #cf121c; color: #fff; }
.goal_tabs .well a:hover:after { background: #000; bottom: 0; }
.reach_us { float: left; width: 100%; }
.reach_us ul { display: block; padding: 10px 20px; margin: 0 auto; }
.reach_us ul li { display: block; background: #e2e2e2; color: #555555; font-weight: 500; }
.reach_us ul li span { height: 100%; width: 30px; background: #a4a4a4; display: inline-block; text-align: center; margin-right: 7px; }
.reach_us ul li span i { color: #fff; position: static; }
.reach_us ul li:first-child { margin-bottom: 10px; }
.locate_us { float: left; width: 100%; }
.locate_us ul { display: block; margin: 0; padding: 0; }
.locate_us ul li { display: block; padding: 5px 0; border-bottom: 1px solid #fff; }
.locate_us ul li a { display: block; text-align: center; color: #555555; font-weight: 500; }
.locate_us ul li:last-child { border: none; }
.social { float: left; width: 100%; margin: 25px 0 0 0; }
.social ul { display: block; margin: 0 auto; padding: 0; text-align: center; }
.social ul li { display: inline-block; }
.social ul li a img { width: 80px; }
.branches { float: left; width: 100%; margin: 30px 0 0 0; }
.accordion { float: left; width: 100%; }
.panel-title > a:before { font-family: FontAwesome; content: "\f055"; color: #cb151d; }
.panel-title > a:hover, .panel-title > a:active, .panel-title > a:focus { text-decoration: none; }
.accordion .panel-body { background: #f9f9f9; }
.accordion .panel-body h4 { margin: 0; padding: 10px 0; font-weight: 500; color: #c71d1c; display: block; float: left; width: 100%; }
.accordion .panel-body h5 { margin: 0; padding-bottom: 20px; }
.accordion .panel-body ul.bullets { margin: 0; padding: 0; display: block; float: left; width: 100%; }
.accordion .panel-body ul.bullets li { display: block; position: relative; padding: 0 0 0 20px; float: left; width: 100%; }
.accordion .panel-body ul.bullets li i { position: absolute; top: 5px; left: 0; }
.accordion .panel-body a { color: #222222; padding-left: 5px; }
.accordion .panel-title a { color: #000; display: block;     padding: 5px 50px 5px 15px; position:relative; line-height: 25px;}
.accordion .panel-group .panel { border-radius: 0; box-shadow: none; }
.accordion .panel-group .panel+.panel { border-radius: 0; }
.accordion .panel-default .panel-heading { background: #fff; padding: 0; border-radius: 0; }
.accordion .panel-default .panel-title a:hover, .accordion .panel-default>.panel-title a:focus { outline: none; background: #ff9100; color: #fff; }
.accordion .panel-default .panel-title a:hover:before { color: #fff; }
.ImageWrapper { -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25); display: block; overflow: hidden; position: relative; }
.ImageWrapper { margin: 0 0 25px 0; }
.ImageWrapper img { width: 100%; }
.ImageWrapper .ImageOverlayH { background: rgba(0, 0, 0, 0.6); }
.ImageWrapper .CStyleB .know_more { border: none; color: #ff9100; }
.ImageWrapper .CStyleB a.hover_effect:hover:after, .ImageWrapper .CStyleBe a.hover_effect:focus:after { background: #fff; }
.ImageWrapper h5 { position: absolute; bottom: 0; text-align: center; left: 0; right: 0; background: rgba(235, 134, 32, 0.91); color: #000; margin: 0; padding: 10px 0; font-size:13px; }
.retail_loan_services { float: left; width: 100%; }
.retail_loan_services .ImageWrapper { margin: 30px 0 0 0; }
.ImageWrapper .CStyleBe .know_more { color: #ff9100;  }
.retail_loan_services .ImageWrapper h5 { position: absolute; bottom: 0; text-align: center; left: 0; right: 0; background: rgba(235, 134, 32, 0.91); color: #000; margin: 0; padding: 10px 0; }
.ImageWrapper .ImageOverlayH { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.52); bottom: 0; display: block; height: 100%; left: 0; opacity: 0; position: absolute; right: 0; top: 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; display: block;}
.ImageWrapper:hover .ImageOverlayH { opacity: 1; }
.ImageWrapper .ImageOverlayHe { background: none repeat scroll 0 0 rgba(0, 0, 0, 0.27); height: 0; display: block; height: 0; left: 0; opacity: 0; position: absolute; top: 50%; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 100%; }
.ImageWrapper:hover .ImageOverlayHe { height: 100%; top: 0; opacity: 1; }
.ImageWrapper .CStyleBe { visibility: hidden; margin: 0; opacity: 0; position: absolute; text-align: left; left: 0; width: 100%; top: 50%; margin-top: -20px; -webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); display: block; }
.ImageWrapper:hover .CStyleBe { margin-left: -42px; opacity: 1; left: 50%; visibility: visible; }
.ImageWrapper .CStyleB { visibility: hidden; margin: 0; opacity: 0; position: absolute; text-align: center; width: 100%; margin-top: -20px; -webkit-transform: scale(0.2); -moz-transform: scale(0.2); -ms-transform: scale(0.2); -o-transform: scale(0.2); transform: scale(0.2); -webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); -o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150); font-size: 14px; top: 35%; color: #fff; padding: 10px; }
.ImageWrapper:hover .CStyleB { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.ImageWrapper .CStyleC span { position: absolute; }
.apply_process:before { border: none !important; }
.apply_processcontent { float: left; width: 100%; text-align: center; padding: 30px 0; border-bottom: 1px dashed #000; }
.apply_processcontent:last-child { border: none; padding-bottom: 0px; }
.apply_processcontent span { background: #fff; border-radius: 50%; border: 2px solid #ec3434; font-size: 16px; padding: 10px 17px; color: #ff9100; font-weight: 600; display: inline-block; }
.apply_processcontent h5 { font-weight: 600; margin: 15px 0; color: #000; }
.apply_processcontent p { text-align: center; margin: 0; }
.open>.dropdown-toggle.btn-primary:hover, .open>.dropdown-toggle.btn-primary:focus { background: #fff !important; color: #ff9100; outline: none; box-shadow: none; }
.all_loan .btn-primary.active, .all_loan .btn-primary:active, .all_loan .open>.dropdown-toggle.btn-primary { background: #fff; color: #000; border: 1px solid #ff9100; }
.all_loan li a { display: inline-block; background: #fff; padding: 8px 20px; min-width: 200px; text-align: center; border-radius: 4px; font-weight: 500; color: #101010; }
.all_loan li a i { padding-left: 5px; font-weight: 600; }
.all_loan li .dropdown .dropdown-menu { left: 24px; }
.all_loan li .dropdown li a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; display: block; }
.all_loan li .dropdown li a:hover { background: #ec3434; color: #fff; }
.all_loan li .dropdown li:nth-child(2), .banner_text li .dropdown li:nth-child(2) a { margin: 0; color: #262626; }
.all_loan li .dropdown li:nth-child(2) a:hover { color: #fff; }
.rightpanel_advertise { float: left; width: 100%; margin: 20px 0 0 0; position: relative; }
.rightpanel_advertise img.img-responsive { width: auto; margin: 0 auto; }
.rightpanel_advertise h5 { position: absolute; bottom: 0; z-index: 1; background: rgba(0, 0, 0, 0.61); color: #fff; display: block; left: 0; right: 0; margin: 0; padding: 10px; text-align: center; }
.rightpanel_advertise span { font-size: 16px; padding: 0 5px; }
.rightpanel_advertise h5 img { padding-left: 10px; vertical-align: middle; }
.compare_loans { float: left; width: 100%; padding: 25px 0 0 0; }
.direct_links { float: left; width: 100%; margin: 20px 0 0 0; background: #fff; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; }
.direct_links ul { margin: 0; padding: 0; display: block; text-align: center; }
.direct_links ul li { display: inline-block; }
.direct_links ul li a { display: block; padding: 10px 15px; color: #000; position: relative; }
.direct_links ul li a:hover, .direct_links ul li a:focus { color: #cb151d; }
.direct_links ul li:last-child a:before { background: none; }
.direct_links ul li a:before { content: ''; background: #000; width: 1px; position: absolute; right: -3px; height: 20px; top: 12px; }
.automobile_details { float: left; width: 100%; }
.automobile_details_text { float: left; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); margin: 10px 0; padding: 10px; background: #f4f4f4; }
.automobile_details #tab1:checked ~ #content1, .automobile_details #tab2:checked ~ #content2, .automobile_details #tab3:checked ~ #content3, .automobile_details #tab4:checked ~ #content4, .automobile_details #tab5:checked ~ #content5 { padding: 0; background: none; border: none; }
.automobile_details section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; background: #f8f7f7; }
.tab.automobile_details label { padding: 10px 20px; margin: 0 20px 15px 0; }
.automobile_details h4 { margin: 0; color: #000; padding: 0 0 10px 0; }
.automobile_details ul { margin: 0; padding: 0; display: block; }
.automobile_details ul li ul, .automobile_details ul li ul li { margin: 0; padding: 0; }
.automobile_details ul li { display: block; color: #555; position: relative; padding-left: 15px; }
.automobile_details ul li i { position: absolute; top: 6px; left: 0; }
.conditions_apply { font-style: italic; color: #ec3434; font-weight: 600; display: block; margin: 0; }
.apply_now { background: #cf121c; color: #fff !important; padding: 5px 25px; border-radius: 3px; text-align: center; }
.apply_now:hover, .apply_now:focus { background: #ff9100; outline: none; }
.conditions_apply:hover, .conditions_apply:focus { color: #000; }
.automobile_compare { float: left; width: 100%; }
.apply_now { background: rgb(95,158,160); color: #fff !important; padding: 5px 25px; border-radius: 3px; text-align: center; margin-top:10px;}
.automobile_compare .table>tbody>tr>td a:hover.apply_now, .automobile_compare .table>tbody>tr>td a:focus.apply_now { background: #ff9100; outline: none; }
.automobile_compare .automobile_text h4 { text-align: left; color: #000; padding: 0 0 8px 0; }
.automobile_compare .automobile_text { background: #f8f7f7; padding: 10px; float: left; width: 100%; font-size: 12px; margin: 5px 0 10px 0; }
.automobile_compare .automobile_text ul { margin: 0; padding: 0; display: block; }
.automobile_compare .automobile_text ul li { display: block; color: #555; position: relative; padding-left: 15px; }
.automobile_compare .automobile_text ul li i { position: absolute; top: 6px; left: 0; }
.automobile_compare .links { float: left; width: 100%; }
.automobile_compare .links ul { display: block; margin: 0; padding: 0; }
.automobile_compare .links ul li { margin: 0; display: block; min-height: 100px; }
.automobile_compare .mcompare h4.head { background: #fa9d38; border: none; padding: 5px 20px; color: #000; text-align: center; margin: 10px 0; vertical-align: middle; font-weight: 500; }
.automobile_compare .links ul li a:hover, .automobile_compare .links ul li a:focus { background: #fa9d38; border: 5px solid #fa9d38; }
.financial-results { float: left; width: 100%; margin: 20px 0 0 0; }
.financial-results section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; float: left; width: 100%; background: #f9f9f9; padding: 15px; }
.financial-results section .financial_text { float: left; width: 100%; margin: 0 0 15px 0; background: #fff; padding: 10px; }
.financial-results section .financial_text h3 { margin: 0; padding: 0 0 15px 0; }
.financial-results section .financial_text img { width: 100%; }
.financial-results section .financial_text:last-child { margin: 0; }
.financial-results section .financial_text span { display: block; font-style: italic; padding: 5px 0; color: #000; }
.financial-results section .financial_text a { text-decoration: none; margin: 5px 0; }
.csr_text { float: left; width: 100%; }
.content h4.head { margin: 0; padding: 15px 0; color: #000; font-weight: 600; color: #cb151d; display: block; float: left; width: 100%; line-height: 30px; }
.demat_benefits { float: left; width: 100%; margin: 0 0 20px 0; background: #f8f7f7; padding: 15px; }
.demat_benefits .demat_text { background: #fff; padding: 10px; float: left; width: 100%; border: 1px solid #d0d0d0; }
.demat_benefits .demat_text ul.bullets { margin: 0; }
.demat_benefits h4 { margin: 0; padding-bottom: 15px; color: #000; }
.csr_text img { padding: 5px; border: 1px solid #c7c7c7; width: 100%; }
.csr_text a.more_btn { float: right; color: rgb(236, 52, 52); font-size: 16px; font-weight: 500; border: 1px solid rgb(206, 206, 206); padding: 5px 20px; display: inline-block; margin: 0; font-size: 12px; }
.csr_text .accordion { margin: 35px 0 0 0; }
.fundhouse { float: left; width: 100%; }
.fundhouse img { padding: 5px; margin: 0 0 15px 0; }
.locator { float: left; width: 100%; box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); transition: all 0.3s cubic-bezier(.25, .8, .25, 1); padding: 15px; background: #f9f9f9; border-top: 5px solid #ff9100; margin: 10px 0 0 0; }
.locator ul { display: block; margin: 0; padding: 0; }
.locator ul li { display: inline-block; }
.locator ul li .radio { margin: 0 25px 0 0; }
.locator ul li:last-child .radio { margin: 0; }
.locator ul li .radio label { padding: 0; font-size: 12px; }
.locator form { margin: 30px 0 0 0; }
.locator form .form-control { border-radius: 0; box-shadow: none; }
.locator form .btn { float: right; background: #c71d1c; color: #fff; padding: 6px 30px; }
.locator form .btn:hover, .locator form .btn:focus { background: #ff9100; outline: none; box-shadow: none; }
.search_location { float: left; width: 100%; background: #f9f9f9; margin: 20px 0; padding: 15px; }
.search_location .branch_details { float: left; width: 100%; background: #fff; padding: 10px; border: 1px solid #d0d0d0; }
.search_location .branch_details ul { display: block; margin: 0; padding: 0; }
.search_location .branch_details ul li { position: relative; display: block; padding: 0 0 0 100px; font-size: 12px; }
.search_location .branch_details ul li span { position: absolute; top: 0; left: 0; }
.retail_loan_services { float: left; width: 100%; }
.side_links { float: left; width: 100%; margin: 20px 0 0 0; }
.side_links ul { margin: 0; padding: 0; display: block; }
.side_links ul li { display: block; float: left; width: 100%; }
.side_links ul li a { display: block; color: #000; padding: 8px; background: #ddd; text-align: left; border: 1px solid #d0d0d0; margin: 5px 0 0 0; }
.side_links ul li a:hover, .side_links ul li a:focus, .side_links ul li.active a { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; }
.moibile_log { float: right; margin: 20px 90px 0 0; text-align: right; }
.moibile_log .dropdown-menu { right: 0; left: auto; margin: 0; padding: 0; }
.moibile_log .dropdown .dropdown-toggle { color: #555; display: inline-block; font-size: 12px; text-transform: uppercase; background: none; border: 1px solid #555; box-shadow: none; border-left: 1px solid #555; }
.moibile_log .dropdown-menu a { background: #fff; padding: 6px 20px; border-bottom: 1px solid #f1f1f1; text-align: left; font-weight: 400; }
.moibile_log .dropdown-menu a:hover, .moibile_log .dropdown-menu a:focus { outline: none; background: #c71d1c; color: #fff; }
.nri_bank { float: left; width: 100%; }
.nri_bank .ImageWrapper { margin: 30px 0 0 0; }
.nri { float: left; width: 100%; text-align:justify; }
.nri .table { float: left; width: 100%; margin: 10px 0; padding: 0; }
.nri .accordion .panel-body .table-responsive { border: none; }
.nri .table tr td { border: 1px solid #ddd; line-height: 25px; background: #fff; }
.nri ul.bullets { margin: 0; }
.nri p a { display: inline-block; color: #cb151d; }
.nri .demat_benefits { margin: 10px 0; }
.opening_form { display: inline-block; background: #cf121c; color: #fff; padding: 5px 25px; border-radius: 3px; text-align: center; text-decoration: none; margin: 10px 0 0 0; }
.opening_form:hover, .opening_form:focus { background: #ff9100; color: #fff; outline: none; }
.career { float: left; width: 100%; }
.career { float: left; width: 100%; }
.career .form-control { border-radius: 0; box-shadow: none; }
.career label { float: left; width: 100%; font-weight: 500; }
 .asterisk {padding-left: 5px; color: #ec3434;}
.career .form-group { float: left; width: 100%; }
.career .radio { display: inline-block; margin: 5px 0 0 0; }
.career .radio label { padding: 0 15px 0 0; }
.career .btn { padding: 8px 20px; background: #cf121c; text-align: left; color: #fff; border-radius: 0; margin: 5px 0 0 0; }
.career .btn:hover, .career form .btn:focus { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; box-shadow: none; }
.openings { float: left; width: 100%; margin: 15px 0 0 0; }
.openings table td, .openings table th { text-align: center; }
.openings table a { display: block; background: #cf121c; color: #fff; padding: 5px; border-radius: 3px; text-align: center; text-decoration: none; margin: 0 auto; width: 100px; }
.openings table a:hover, .openings table a:focus { background: #ff9100; color: #fff; outline: none; }
.career .well { background: none; border: none; box-shadow: none; padding: 0 15px; }
.career .nav { margin: 0 0 20px 0; }
.career .nav a { padding: 8px; background: #ddd; text-align: left; border: 1px solid #d0d0d0; color: #000; border-radius: 0; margin: 5px 0 0 0; display:block; }
.career .nav a:hover, .career .nav a:focus, .career .nav a:hover, .career .nav a.active { background: #ff9100; outline: none; border: 1px solid #ff9100; color: #fff; }
.description { margin: 0; color: #909090; float: left; width: 100%; }
.description h4 { margin: 0; color: #ec3434; padding-bottom: 10px; }
.description h5 { margin: 0; padding: 10px 0; float: left; width: 100%; color: #000; }
.description a { display: inline-block; background: #cf121c; color: #fff; padding: 5px 25px; border-radius: 3px; text-align: center; text-decoration: none; margin: 10px 0 0 0; }
.description a:hover, .description a:focus { background: #ff9100; color: #fff; outline: none; }
.career .box .inputfile { width: 0.1px; height: 0.1px; opacity: 0; overflow: hidden; position: absolute; z-index: -1; }
.career .box .inputfile-6 + label { color: #d3394c; }
.career .box .inputfile-6 + label { border: 1px solid #cf121c; background-color: #f1e5e6; padding: 0; margin: 0; }
.career .box .inputfile-6:focus + label, .career .box .inputfile-6.has-focus + label, .career .box .inputfile-6 + label:hover { border-color: #722040; }
.career .box .inputfile-6 + label span, .career .box .inputfile-6 + label strong { padding: 4px 10px;/* 10px 20px */ }
.career .box .inputfile-6 + label span { width: 200px; min-height: 2em; display: inline-block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; vertical-align: top; }
.career .box .inputfile-6 + label strong { height: 100%; color: #f1e5e6; background-color: #cf121c; display: inline-block; float: right; }
.career .box .inputfile-6:focus + label strong, .career .box .inputfile-6.has-focus + label strong, .career .box .inputfile-6 + label:hover strong { background-color: #722040; }
.social_update { float: left; width: 100%; margin: 15px 0 0 0; }
.social_update h4 { margin: 0; padding: 10px; display: block; color: #fff; }
.social_update h4.facebook { background: #3b5998; }
.social_update h4.twitter { background: #1da1f2; }
.social_update h4 i { padding: 0 5px; color:#
}
.social_update img { width: 100%; }
.media { float: left; width: 100%; }
.media .all_loan { margin: 20px 0; }
.tab.media label { padding: 10px 20px; margin: 0 20px 15px 0; }
.tab.media #tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4, #tab5:checked ~ #content5 { background: #f9f9f9; border: none; }
.media section { -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; float: left; width: 100%; background: #f9f9f9; padding: 15px; }
.media section .press_release { float: left; width: 100%; margin: 0 0 15px 0; background: #fff; padding: 10px; }
.media section .press_release img { width: 100%; }
.media section .press_release:last-child { margin: 0; }
.media section .press_release span { display: block; font-style: italic; padding: 5px 0; color: #000; }
.media section .press_release a { text-decoration: none; margin: 0; }
.media .ImageWrapper { margin: 0; box-shadow: none; }
.media h5.head { margin: 0; background: #fa9d38; text-align: center; padding: 8px 10px; color: #000; line-height: 20px; }
.media h5.head span { display: block; }
.media .ImageWrapper .CStyleB { top: 50%; }
.media .ImageWrapper .CStyleB a { font-size: 20px; color: #fff; }
.headerfull { float: left; width: 100%; background: 	rgb(175,238,238,0.8);   border: 1px solid rgba(47,79,79,0.7); box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; }
/********************************************************************/
/*** Digital Banking ***/
div.bhoechie-tab-container { z-index: 10; background-color: #ffffff; padding: 0; }
div.bhoechie-tab-menu { padding-right: 0; padding-left: 0; padding-bottom: 0; }
div.bhoechie-tab-menu div.list-group { margin-bottom: 0; }
div.bhoechie-tab-menu div.list-group>a { margin-bottom: 0; display: inline-block; }
div.bhoechie-tab-menu div.list-group>a .glyphicon, div.bhoechie-tab-menu div.list-group>a .fa { color: #5A55A3; }
div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa { background: rgba(255, 255, 255, 0.52); color: #555; border-radius: 10px; }
div.bhoechie-tab-content { background: none; padding: 10px 0 0 0; -webkit-animation: fadeInScale 0.7s ease-in-out; -moz-animation: fadeInScale 0.7s ease-in-out; animation: fadeInScale 0.7s ease-in-out; display:block;}
div.bhoechie-tab div.bhoechie-tab-content:not(.active) { display: none; }
.digital_links .list-group-item { background: none; box-shadow: none; border: none; width: 30%; }
/*.digital_links .list-group-item:last-child { margin: 0 auto; text-align: center; display: block; }*/
/*** Digital Banking End ***/
/********************************************************************/

/********************************************************************/
/*** Team New ***/
.team { float: left; width: 100%; padding: 20px 0; }
.team_members { float: left; width: 100%; margin: 0 0 20px 0; padding: 10px; background: #f8f7f7; }
.team_details { background: #fff; padding: 10px; border: 1px solid #d0d0d0; display: inline-block; float: left; width: 100%; }
.team_members p { margin: 0; font-size: 12px; display: block; line-height: 20px; }
.team_members h4 { color: #cf121c; font-weight: 400; }
.team_members h5 { font-size: 11px; }
.team_members h4, .team_members h5 { margin: 0; padding: 0 0 10px 0; }
.team_members a { display: block; margin: 10px 0 0 0; text-align: right; float: right; }
/*.team_members a.hover_effect:hover:after, .team_members a.hover_effect:focus:after { width: 45%; }*/
.team_members img { float: left; margin: 0 15px 0 0; background: #fff; border: 1px solid #d0d0d0; padding: 0; width: 100px; }
.team .modal-body img { float: left; width: 100%; padding: 5px; border: 1px solid #d4d4d4; margin: 0 0 10px 0; }
.team .modal-body h5 { text-align: center; color: #000; line-height: 20px; font-size: 12px; }
.team .modal-body ul { margin: 0; padding: 0; }
.team .modal-body ul li { display: block; position: relative; padding-left: 15px }
.team .modal-body ul li i { position: absolute; top: 5px; left: 0; }
.team .modal-body .modal-title { color: #000; }
.team .modal-body p { margin: 0; }
.team .modal-body { color: #555555; text-align: left; }
.team .modal-content { max-height: 500px; overflow-x: hidden; }
/*
.team_new .team_members .StyleNumber { padding: 5px; }
.team_new .team_members a { color: #fff; }
.team_new .ImageWrapper { box-shadow: none; }
.team_new .team_members a.hover_effect:hover:after, .team_new .team_members a.hover_effect:focus:after { background: #ff9100; }
.team_new .team_members { position: static; min-height: 230px; }
*/
/********************************************************************/
/*** Team New End ***/
/********************************************************************/
/*** Apply Now ***/
#apply_now { float: left; width: 100%; }
#apply_now .modal-header { padding-bottom: 5px; }
#apply_now .modal-header { border: none; }
#apply_now .modal-header h3.modal-title { font-family: 'Droid Serif', serif; border-bottom: 2px solid #ec3434; color: #ec3434; padding-bottom: 8px; }
#apply_now .modal-content { border-radius: 0; float: left; width: 100%; }
#apply_now .modal-body .form-group { position: relative; }
#apply_now .modal-body .form-group span { width: 30px; height: 30px; position: absolute; left: 0; top: 4px; padding: 3px; text-align: center; vertical-align: middle; }
#apply_now .modal-body .form-group span i { color: #a7a7a7; vertical-align: middle; }
#apply_now .modal-body .form-group i img { vertical-align: baseline; }
#apply_now .modal-body .form-group .form-control { padding: 6px 12px 6px 30px; height: 40px; box-shadow: none; border-radius: 0; }
.modal-footer { padding: 0; }
.modal-footer .btn-group button { height: 40px; border-top-left-radius : 0; border-top-right-radius : 0; border: none; border-right: 1px solid #ddd; }
.modal-footer .btn-group:last-child > button { border-right: 0; }
#apply_now .modal-body { float: left; width: 100%; }
#apply_now .modal-body .btn-default { background: #cf121c; color: #fff; box-shadow: none; border: none; padding: 8px 30px; }
#apply_now .modal-body .btn-default:hover, #apply_now .modal-body .btn-default:focus { background: #ff9100; box-shadow: none; border: none; outline: none; }
/********************************************************************/
/*** Apply Now End ***/

/********************************************************************/
/*** RATE PANEL ***/
.rate_panel { float: left; width: 100%; }
.rate_panel .panel { border-radius: 0; margin: 0; height:100px; box-shadow: rgb(47 79 79 /69%) 0px 26px 30px -10px,
    rgb(47 79 79 / 73%) 0px 16px 10px -10px; border: 1px solid rgba(47,79,79,0.7); }
.rate_panel .panel>.panel-heading { color: #333; background: none; padding: 0; border: none; }
.rate_panel .nav-tabs>li>a { background: #dfdfdf; border: none; border-radius: 0; color: #5f5f5f; font-size: 12px; font-weight: 500; margin: 0; }
.rate_panel .nav-tabs>li>a:hover { background: #ff9100 !important; color: #fff !important; border: none !important; }
.rate_panel .nav-tabs>li.active>a { background: #ff9100 !important; color: #fff !important; border: none !important; }
.rate_panel .nav-tabs { border: none; }
.rate_panel .tab-content { text-align: center; }
.rate_panel .tab-content h2 { font-family: 'Droid Serif', serif; font-size: 35px; font-weight: bold; margin: 0; }
.rate_panel .tab-content p { margin: 15px 0; }
.rate_panel .tab-content h2 span { font-size: 18px; padding: 0 5px; }
.rate_panel .tab-content a { padding: 0 10px; display: inline-block; }
.rate_panel .tab-content .tab-pane a.know_more { border-right: 1px solid #555; }
.rate_panel .tab-content a:hover, .rate_panel .tab-content a:focus { outline: none; }
/*** RATE PANEL END ***/
/********************************************************************/

/********************************************************************/
/*** Loan Compare End ***/
#GridView1 { width: 100%; height: 100%; }
.GridviewScrollHeader TH, .GridviewScrollHeader TD { padding: 10px; font-weight: bold; white-space: nowrap; border: 2px solid #ff9100; vertical-align: bottom; background: #fff; text-align: center; color: #000; text-transform: uppercase; }
.GridviewScrollItem td h4 { margin: 0; text-align: center; padding: 20px 0; color: #000; display: block; text-transform: uppercase; line-height: 30px; font-weight: 600; }
.GridviewScrollItem td a.know_more, .GridviewScrollItem td a.apply_now { border: none; display: inline; text-transform: uppercase; margin: 0 3px; }
.GridviewScrollItem td a.know_more { background: #cf121c; color: #fff !important; padding: 5px; border-radius: 3px; text-align: center; }
.GridviewScrollItem td a.know_more:hover, .GridviewScrollItem td a.know_more:focus { background: #ff9100; }
.GridviewScrollItem td a.apply_now { background: #ff9100; color: #fff !important; padding: 5px; border-radius: 3px; text-align: center; }
.GridviewScrollItem td a.apply_now:hover, .GridviewScrollItem td a.apply_now:focus { background: #cf121c; outline: none; }
.GridviewScrollHeader th .GridCellDiv, .GridviewScrollItem td .GridCellDiv { width: 180px !important; }
.GridviewScrollItem TD { padding: 0 10px; font-size: 12px; background: #f8f7f7; border: 2px solid #d0d0d0; vertical-align: top; border-top: 0; }
.GridviewScrollItem TD ul { margin: 0; padding: 0; }
.GridviewScrollItem TD ul li { display: block; position: relative; padding-left: 15px; }
.GridviewScrollItem TD ul li i { position: absolute; top: 6px; left: 0; }
#Table1 { width: 100%; }
.GridviewScrollItem .Freeze { background-color: #EFEFEF; }
.GridviewScrollItemHover TD { padding: 5px; white-space: nowrap; background-color: #CCCCCC; cursor: pointer; }
.GridviewScrollItemHover .Freeze { background-color: #CCCCCC; }
.GridviewScrollItemSelected TD { padding: 5px; white-space: nowrap; background-color: #999999; color: #FFFFFF; }
.GridviewScrollItemSelected .Freeze { background-color: #999999; }
.GridviewScrollPager { background-color: #FFFFFF; }
.GridviewScrollPager TD { padding-top: 3px; font-size: 14px; padding-left: 5px; padding-right: 5px; }
.GridviewScrollPager A { color: #666666; }
.GridviewScrollPager SPAN { font-size: 16px; font-weight: bold; }
.compare { float: left; width: 100%; text-align: center; }
.compare .checkbox { margin: 0; padding: 25px 0; }
.compare .checkbox label { font-size: 16px; color: #000; padding: 0; }
.compare .checkbox input[type=checkbox], .compare .checkbox-inline input[type=checkbox], .compare .radio input[type=radio], .radio-inline input[type=radio] { margin: 6px 0 0 -20px; }
.compareloan_details { background: #f8f7f7; float: left; width: 100%; padding: 10px; margin: 0 0 20px 0; }
.compareloan_details .main_head { float: left; width: 100%; text-align: center; border: 1px solid #d0d0d0; background: #fff; padding: 0 15px; margin: 0; }
.compareloan_details .main_head h4 { margin: 0; text-align: center; padding: 15px 0; color: #000; display: block; text-transform: uppercase; line-height: 30px; font-weight: 600; }
.compareloan_details .main_head a.know_more, .compareloan_details .main_head a.apply_now { border: none; display: inline; text-transform: uppercase; margin: 0 3px; }
.compareloan_details .main_head a.know_more { background: #cf121c; color: #fff !important; padding: 5px 30px; border-radius: 3px; margin: 10px 0; text-align: center; display: inline-block; }
.compareloan_details .main_head a.know_more:hover, .compareloan_details .main_head a.know_more:focus { background: #ff9100; }
.compareloan_details .main_head a.apply_now { background: #ff9100; color: #fff !important; padding: 5px 34px; border-radius: 3px; display: inline-block; text-align: center; }
.compareloan_details .main_head a.apply_now:hover, .compareloan_details .main_head a.apply_now:focus { background: #cf121c; outline: none; }
.compareloan_details .compareloan_text { float: left; width: 100%; text-align: left; border: 1px solid #d0d0d0; margin: 0 0 10px 0; padding: 10px; background: #fff; font-size:12px; }
.compareloan_details .compareloan_text h5 { margin: 0; padding-bottom: 10px; text-align: left; color: #cf121c; font-weight: 600; }
.compareloan_details .compareloan_text ul { margin: 0; padding: 0; }
.compareloan_details .compareloan_text ul li { display: block; position: relative; padding-left: 15px; font-size: 12px; text-align: left; }
.compareloan_details .compareloan_text ul li i { position: absolute; top: 6px; left: 0; }
.compareloan_details .main_head .compare .checkbox { margin: 0; padding: 14px 0; }
/*** Loan Compare End ***/
/********************************************************************/

    .locate_btn{    text-decoration: none;
    background: rgb(47,79,79,0.9);
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
       float: left;
    width: 100%;
    margin: 20px 0;
    display: inline-block;
    border-radius: 3px;     text-align: center;  }
.locate_btn:hover, .locate_btn:focus{ background:rgb(224,255,255); color: #000000;}

.sitemap {
     width:100%;
}
    .sitemap li {
        border-top:1px solid #d2d2d2;
    }
        .sitemap li a {
            color:#000;
        }
        .sitemap li a:hover, .sitemap li a:focus {
            color:#c71d1c;
        }

        ol.sitemap > li > ol {
 display: block;

}

        ol.sitemap li:hover ol {
  display: block;
  opacity: 1;
  visibility: visible;
}
        .mobile_slide{ display:none;}
.desktop_slide{display:block;}
.campaign-ad{position: relative; margin-top: 2em; display:block;}
.footer_lead{ position:static; bottom:0;}
header #img1{ width:auto;}
.mdesktop_digitallinks{ display: block;}
.mmobile_digitallinks{ display: none;}
}
@media (min-width:1440px) {
.topmenusearch { right: 133px; }
.wsmenu { width: 68%; }
.slider .sideright { padding: 15px 135px 15px 25px; }
.banner .banner_text { padding: 100px 145px 45px 85px; }
}

/*------------------milestone---------------*/
.timeline-centered {
    position: relative;
	margin-top: 3em;
    margin-bottom: 3em;
}

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before, .timeline-centered:after {
        content: " ";
        display: table;
    }

    .timeline-centered:after {
        clear: both;
    }

    .timeline-centered:before {
        content: '';
        position: absolute;
        display: block;
        width: 4px;
        background: #f5f5f6;
        /*left: 50%;*/
        top: 20px;
        bottom: -28px;
        margin-left: 30px;
    }

    .timeline-centered .timeline-entry {
        position: relative;
        /*width: 50%;
        float: right;*/
        margin-top: 5px;
        margin-left: 30px;
        margin-bottom: 10px;
        clear: both;
    }

       
                    .timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
                        left: auto;
                        right: 0;
                        margin-left: 0;
                        margin-right: -9px;
                        -moz-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        transform: rotate(180deg);
                    }

        .timeline-centered .timeline-entry .timeline-entry-inner {
            position: relative;
            margin-left: -20px;
        }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
                content: " ";
                display: table;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner:after {
                clear: both;
            }

            .timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
                position: absolute;
                left: -100px;
                text-align: right;
                padding: 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }


.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
                background: #fff;
                color: #737881;
                display: block;
                width: 40px;
                height: 40px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                text-align: center;
                -moz-box-shadow: 0 0 0 5px #f5f5f6;
                -webkit-box-shadow: 0 0 0 5px #f5f5f6;
                box-shadow: 0 0 0 5px #f5f5f6;
                line-height: 40px;
         
                float: left;
   }

               

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
                    background-color: #e0031c;
                    color: #fff;
}

               
 .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
                position: relative;
                background: #f5f5f6;
                padding: 1em;
                margin-left: 60px;
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 9px 9px 9px 0;
                    border-color: transparent #f5f5f6 transparent transparent;
                    left: 0;
                    top: 10px;
                    margin-left: -9px;
                }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
                    color: #737881;
                    font-size: 12px;
                    margin: 0;
                    line-height: 1.428571429;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
                        margin-top: 15px;
                    }

                .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
                    font-size: 16px;
                    margin-bottom: 10px;
                }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
                        color: #303641;
                    }

                    .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
                        -webkit-opacity: .6;
                        -moz-opacity: .6;
                        opacity: .6;
                        -ms-filter: alpha(opacity=60);
                        filter: alpha(opacity=60);
                    }




.milestone-text{ font-size:1.1em;}




.search-title { 
   font-size:1.4em;
    font-weight: 600;
    color: #000000;
    display: block;
    width:100%;
    /*margin-top:7em;*/
}

.search-title .cite{ 
    color: #cb151d;
	font-style:normal; 
    display: inline-block;
    margin-top:2em;
}
.panel-title-2 > a::before {
    float: right !important;
    font-family: FontAwesome;
    content: "";
    padding-right: 5px;
    color: #cb151d;
}
.newsdate{ color:#cb151d;}


.emi-cal-fld {
    clear: both;
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

    .emi-cal-fld .btn {
        float: left;
        background: #c71d1c;
        color: #fff;
        padding: 6px 20px;
        display: inline-block;
        margin-right: 1em;
        margin-bottom: 2em;

    }



    
#MainContent_innerContent_txtSearch {
border: 1px solid #ec3434;
padding: 10px 35px 10px 12px;
height: auto;
font-size: 14px;
color: #555;
border-radius: 4px;
line-height: 1.42857143;
}








#MainContent_innerContent_btnSearch {
padding: 8px 20px;
border-radius: 3px;
background: #ec3434;
color: #fff;
border: none;
}

#MainContent_innerContent_btnSearch:hover, #MainContent_innerContent_btnSearch:focus {
    background: #2d2d2d;
    color: #fff;
}
   

.search-result-table
{
width: 70%;
text-align: left;
border: 1px solid #828282;
} 


.search-result-table td {
padding-left: 10px;
border: 1px solid #828282;
}

.search-result-table th {
padding-left: 10px;
border-right: 1px solid #828282;
} 
      



