﻿@charset "utf-8";
/* CSS Document */

body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
}

a {
  text-decoration: none;
  transition: 0.4s all ease 0s;
  -moz-transition: 0.4s all ease 0s;
  -o-transition: 0.4s all ease 0s;
  -webkit-transition: 0.4s all ease 0s;
  outline: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  display: inline;
  list-style: none;
}

/*Top Nav*/
#topNav {
  background: #fffdec;
}

#topNav .navbar-default,
#mainNav .navbar-default {
  background: none;
  border: none
}

#topNav .navbar,
#mainNav .navbar {
  margin-bottom: 0;
  min-height: 0
}

#topNav .navbar-brand {
  padding: 9px 15px 0 0;
  margin-left: 0px;
  height: 66px;
  z-index: 9;
  position: relative;
}

#topNav .navbar ul li a {
  color: #6b6b6b;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 14px 4px 14px
}

#topNav .navbar ul li a:hover {
  color: #911c1c;
}

#topNav .navbar ul li:last-child a {
  padding-right: 6px
}

#topNav .iafcCode {
  background: #f3f3f3;
  border: 1px solid #d7d7d7;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 6px 12px 1px 20px;
  font-size: 18px;
  color: #f95107;
  font-weight: 700;
  text-align: center;
  float: left;
  text-transform: uppercase;
  margin-left: 10px;
  margin-top: 2px;
  letter-spacing: 0.5px;
}

#topNav .col-md-9 {
  width: 77%
}

#topNav .col-md-3 {
  width: 23%
}

/*Top Nav Social*/
#topNav .navbar ul.social {
  padding-top: 2px;
  margin-right: -19px
}

#topNav .navbar ul.social li {
  padding: 9px 6px
}

#topNav .navbar ul.social li a {
  background: #bfbfbf;
  min-width: 19px;
  min-height: 20px;
  border-radius: 100%;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 0
}

#topNav .navbar ul.social li:first-child a:hover {
  background: #3a589b
}

#topNav .navbar ul.social li:nth-child(2) a:hover {
  background: #2AAAE0
}

#topNav .navbar ul.social li:nth-child(3) a:hover {
  background: #0097BD
}

#topNav .navbar ul.social li:last-child a:hover {
  background: #CF3427
}

/*Main Nav*/
#mainNav {
  background: #4b4a4a
}

#mainNav .navbar ul li {
  position: static;
}

#mainNav .navbar ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 11px 11px 10px 12px;
  letter-spacing: 1px
}

#mainNav .navbar ul li:last-child a {
  padding-right: 7px
}

#mainNav .navbar ul li a:hover {
  background: #2020fdb8;
}

#mainNav .navbar-default .navbar-nav>.open>a,
#mainNav .navbar-default .navbar-nav>.open>a:hover,
#mainNav .navbar-default .navbar-nav>.open>a:focus {
  background: #2020fdb8;
}

#mainNav .navbar-right .dropdown-menu {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.drpOutter {
  padding: 0 15px;
}

#mainNav .navbar .nav>li>.dropdown-menu:after,
#mainNav .navbar .nav>li>.dropdown-menu:before {
  border: none;
}

#mainNav .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  padding: 10px 0;
}

#mainNav .dropdown-menu ul {
  display: block;
  padding: 0;
}

#mainNav .dropdown-menu li {
  color: #666;
  width: 100%;
  background: none;
  padding: 0 20px;
}

#mainNav .dropdown-menu li:last-child {
  border-bottom: none
}

#mainNav .dropdown-menu a {
  color: #ff0000 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: normal;
  padding: 10px 0 !important;
  border-bottom: 1.5px dotted #1c04fb;
  text-transform: none !important;
  display: block;
}

#mainNav .dropdown-menu a:hover {
  /*color:#911c1c!important;*/
  background: none !important
}

#mainNav .navbar-nav>li:hover .dropdown-menu li a {
  background: none;
}

#mainNav .dropdown-menu h3 {
  background: #911c1c;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}

#mainNav .dropdown-menu h3 a {
  color: #fff !important;
  padding-top: 12px !important;
  padding-bottom: 13px !important;
}

#mainNav .dropdown-menu h4 {
  background: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}

#mainNav .dropdown-menu h4 a {
  color: #333 !important;
  padding-top: 12px !important;
  padding-bottom: 13px !important;
  font-weight: 600 !important;
}

#mainNav .dropdown-menu h4 a:hover {
  background: none !important
}

#mainNav .dropdown-menu .subdd li a {
  font-size: 13px !important;
  padding: 5px 0px !important;
  border-bottom: none;
  position: relative;
}

#mainNav .dropdown-menu .subdd li a:before {
  content: "\f105";
  position: absolute;
  top: 5px;
  left: -12px;
  font-family: 'FontAwesome';
}

#mainNav .dropdown-menu .subdd li a:hover {
  color: #911c1c !important;
}


.marginBottom-0 {
  margin-bottom: 0;
}

#mainNav .dropdown-submenu {
  position: relative;
}

#mainNav .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

#mainNav .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

#mainNav .dropdown-submenu:hover>a:after {
  border-left-color: #555;
}

#mainNav .dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}




/*Baneer*/
#banner {
  padding: 0;
  position: relative
}

#banner .fill {
  width: 100%;
  /*background-size: 100% 100%;
	height: 466px*/
  height: 441px;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}

#banner h3 {
  font-family: 'Lobster Two', cursive;
  font-size: 48px;
  font-weight: 700;
  color: #fefefe;
  line-height: 58px
}

#banner .carousel-control .glyphicon {
  top: 50%;
  position: absolute;
}

#banner .carousel-control {
  width: 7.5%;
  background: none;
}

#banner .intrested {
  position: absolute;
  top: 0;
  left: 48px;
  background: rgba(182, 181, 181, 0.61);
  color: #fff;
  font-size: 18px;
  z-index: 1;
  padding: 5px 16px;
  width: 278px;
  min-height: 103px
}

#banner .intrested .dropdown .btn-default {
  border: none;
  background: #000;
  color: #fff;
  border-radius: 0;
  text-align: left;
  font-size: 18px;
  padding: 2px 6px 3px 6px;
  margin-top: 11px;
  position: relative;
  width: 100%;
  outline: none;
}

#banner .intrested .caret {
  position: absolute;
  top: 12px;
  right: 15px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px dashed;
}

#banner .intrested .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
  width: 100%;
  border-top: none
}

#banner .intrested .dropdown-menu>li>a:hover,
#banner .intrested .dropdown-menu>li>a:focus {
  background: #ccc;
}

/*News*/
#news {
  background: #081d34;
  padding: 14px 0 12px;
  /*height:84px;*/
  border-top: #ccc solid 2px;
}

#news p {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  padding: 0 30px 0 103px
}

#news p span {
  color: #d5fc82;
  font-size: 24px;
  font-weight: 900;
  margin-right: 4px;
}

#news .carousel-caption {
  position: relative;
  left: inherit;
  right: inherit;
  padding-bottom: 0;
  padding-top: 0;
  bottom: inherit;
  text-shadow: none
}

#news h2 {
  color: #99a1a3;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 70px;
  font-weight: 100;
  margin-top: 8px;
}

.newsText {
  text-align: center;
  padding: 0 20px;
}

.newsText h5 {
  font-size: 18px;
  color: #f4feff;
}

#news .carousel-control {
  width: 1%;
  opacity: 1;
  text-shadow: none;
  background: none;
}

#news .glyphicon {
  font-size: 16px;
}

/*Fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*Our Serices*/
#ourServices {
  padding: 28px 0 133px 0;
  display: table;
  border-collapse: separate;
  border-spacing: 0.3px;
}

#ourServices a,
#ourServices a:hover {
  text-decoration: none
}

#ourServices h2,
#getToKnowWrapper h2,
#download h2,
#achievementsHeading h2 {
  font-size: 48px;
  color: #010101;
  font-weight: 200;
  text-align: center
}

#ourServices h2 {
  margin-bottom: 40px;
}

#ourServices .service {
  background: url(../images/latur-bank-services.jpg) no-repeat top left;
  color: #fff;
  font-size: 19px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 199px;
  min-width: 284px;
  font-weight: 600;
  margin-bottom: 1px;
  text-decoration: none;
  transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -o-transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
}

#ourServices .service:hover {
  background: url(../images/latur-bank-services-hover.jpg) no-repeat top left;
  transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -o-transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
}

#ourServices .service img {
  display: inline-block
}

#ourServices .service span {
  display: block;
  margin-top: 13px;
  transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -o-transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
}

#ourServices .service:hover span {
  margin-top: 23px;
  text-decoration: none;
  transition: 0.5s all ease 0s;
  -moz-transition: 0.5s all ease 0s;
  -o-transition: 0.5s all ease 0s;
  -webkit-transition: 0.5s all ease 0s;
}

#ourServices .service1 {
  background: #448ccb;
}

#ourServices .service1:hover {
  background: #1f76c3;
}

#ourServices .viewAll {
  border: 1px solid #fff;
  padding: 1px 52px 5px 14px;
  font-size: 19px;
  color: #fff;
  outline: none;
  position: relative;
  text-transform: none;
}

#ourServices .viewAll:after {
  content: url(../images/latur-bank-view-all.png);
  position: absolute;
  top: 5px;
  right: 7px;
  width: 34px;
  height: 18px;
}

/*Four Rounds*/
#fourRoundsOutter {
  background: url(../images/latur-bank-four-round.jpg) no-repeat top center;
  padding: 60px 0;
  min-height: 350px
}

.fourRoundsMain {
  width: 20%;
}

.fourRounds {
  background: rgba(137, 137, 137, 0.51);
  /* min-height:234px; max-width:234px;*/
  padding: 23px 32px 31px;
  position: relative;
  border-radius: 100%;
  font-family: 'Cinzel', serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 211px;
}

.fourRounds h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px
}

.fourRounds span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px
}

.fourRounds a {
  font-size: 15px;
  color: #fefefe;
  background: #f26522;
  border-radius: 3px;
  padding: 4px 9px 6px;
  text-align: center;
  display: inline-block;
  text-transform: capitalize;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0.5px;
}

.custom p {
  min-height: 40px;
}

/*.fourRounds:after{content:url(../images/latur-bank-four-round.png); position:absolute; top:-7px; left:-1px; width:213px; height:218px; z-index:-1;}*/
/*Get To Know*/
#getToKnowWrapper {
  background: url(../images/latur-bank-get-to-know.jpg) no-repeat top center;
  color: #000;
  text-align: center;
  padding: 20px 0 20px 0;
}

#getToKnowWrapper a,
#getToKnowWrapper a:hover {
  color: #000;
  text-transform: none
}

#getToKnowWrapper h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 18px;
}

#getToKnowWrapper p {
  font-size: 16px;
  line-height: 24px;
}

#getToKnowWrapper img {
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.7s ease-in-out;
  -ms-transition: -ms-transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
  border-radius: 35px;
}

#getToKnowWrapper a:hover img {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

#getToKnowWrapper .getToKnow {
  padding: 45px 30px 20px 30px
}

#getToKnowWrapper .col-md-3:nth-child(6) h4 {
  min-height: 62px
}

/*Branch Locator*/
#branchLocator {
  padding: 0;
}

#branchLocator .branchHeading {
  background: url(../images/latur-bank-branch-locator-heading.jpg) no-repeat top left #f26a2a;
  font-size: 48px;
  color: #fff;
  width: 42.567%;
  position: relative;
  padding-left: 104px;
  padding-top: 34px;
  min-height: 150px;
}

#branchLocator .branchHeading:after {
  position: absolute;
  top: 0;
  right: -55px;
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 150px dashed;
  color: #f26a2a;
  z-index: 1;
}

#branchLocator .branchHeading img {
  float: left;
  margin-right: 44px
}

#branchLocator .branchContent {
  background: #d5d4d3;
  font-size: 18px;
  color: #000;
  width: 57.433%;
  padding: 46px 113px 20px;
  min-height: 150px;
}

#branchLocator .branchContent p {
  margin-bottom: 6px
}

/*Download*/
#download {
  background: #f5f5f5;
  padding: 38px 0;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.downloadRow {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  margin-top: 47px;
  margin-bottom: 62px
}

.downloadRow:after {
  position: absolute;
  top: 22.5%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c2c2c2;
  content: "";
  z-index: -1;
}

.downloadRow1 {
  display: inline-block;
  width: 89%;
}

.downloadRow1 a,
.downloadRow1 a:hover {
  color: #000;
  text-decoration: none
}

#download .downloadBig {
  background: #fff;
  border: 1px solid #01a6a2;
  max-width: 84px;
  min-height: 84px;
  border-radius: 100%;
  padding: 17px;
  position: relative;
  margin: 0 auto 62px;
}

#download .downloadBig:after {
  background: #01a6a2;
  position: absolute;
  bottom: -53px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 53px;
  width: 1px;
  content: "";
}

#download .downloadSmall {
  background: #01a6a2;
  border: 1px solid #01a6a2;
  max-width: 49px;
  min-height: 49px;
  border-radius: 100%;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

#download .downloadSmall img {
  display: inline-block;
  padding: 14px 0;
}

#download a:hover .downloadSmall {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

#download .orange .downloadBig {
  border-color: #f26522;
}

#download .orange .downloadBig:after {
  background: #f26522;
}

#download .orange .downloadSmall {
  background: #f26522;
  border-color: #f26522;
}

#download .pink .downloadBig {
  border-color: #ea2577;
}

#download .pink .downloadBig:after {
  background: #ea2577;
}

#download .pink .downloadSmall {
  background: #ea2577;
  border-color: #ea2577;
}

#download .blue .downloadBig {
  border-color: #1b72b7;
}

#download .blue .downloadBig:after {
  background: #1b72b7;
}

#download .blue .downloadSmall {
  background: #1b72b7;
  border-color: #1b72b7;
}

.viewAllDownload {
  border: 1px solid #636363;
  padding: 8px 8px 7px;
  min-width: 144px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  color: #000;
}

.viewAllDownload:hover {
  color: #000
}

.viewAll {
  border: 1px solid #fff;
  padding: 3px 8px 5px;
  min-width: 95px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  text-transform: none;
  color: #fff;
  text-transform: uppercase;
}

/*Achievements*/
#achievementsHeading {
  padding: 62px 0 57px 0
}

#achievements {
  padding: 20px 0 37px;
  background: url(../images/latur-bank-achievements.jpg) no-repeat top center;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
}

#achievements h2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

#achievements h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  width: 50px;
  content: '';
}

#achievementsSlider.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#achievementsSlider.carousel-fade .carousel-inner .item,
#achievementsSlider.carousel-fade .carousel-inner .active.left,
#achievementsSlider.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

#achievementsSlider.carousel-fade .carousel-inner .active,
#achievementsSlider.carousel-fade .carousel-inner .next.left,
#achievementsSlider.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#achievementsSlider.carousel-fade .carousel-inner .next,
#achievementsSlider.carousel-fade .carousel-inner .prev,
#achievementsSlider.carousel-fade .carousel-inner .active.left,
#achievementsSlider.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#achievementsSlider.carousel-fade .carousel-control {
  z-index: 2;
}

#achievementsSlider .carousel-indicators {
  bottom: -25px;
  width: 5%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: inherit;
}

/*html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.item:nth-child(1) {
  background: #74C390;
}

.item:nth-child(2) {
  background: #51BCE8;
}

.item:nth-child(3) {
  background: #E46653;
}*/



#achievements .achievementsImg {
  padding-left: 55px;
  width: 52.7%;
  padding-right: 0;
}

#achievements .achievementsImg img {
  border: 10px solid #fff
}

#achievements .achievementsContentOutter {
  width: 47.3%;
  padding-top: 50px;
}

#achievements .achievementsContent {
  background: rgba(4, 26, 50, 0.88);
  padding: 27px 50px 40px 83px;
  font-size: 16px;
  color: #fff;
  line-height: 27px
}


#achievements .achievementsContent p {
  margin-bottom: 60px
}

/*ATM Locator*/
#atmLocator {
  padding: 102px 0 0 0;
}

#atmLocator .atmHeading {
  background: url(../images/latur-bank-atm-locator-heading.jpg) no-repeat top left #0f83c6;
  font-size: 48px;
  color: #fff;
  width: 42.667%;
  position: relative;
  padding-left: 104px;
  padding-top: 34px;
  min-height: 150px;
}

#atmLocator .atmHeading:after {
  position: absolute;
  top: 0;
  right: -55px;
  content: "";
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 55px solid transparent;
  border-bottom: 150px dashed;
  color: #0f83c6;
  z-index: 1;
}

#atmLocator .atmHeading img {
  float: left;
  margin-right: 44px
}

#atmLocator .atmContent {
  background: #d5d4d3;
  font-size: 18px;
  color: #000;
  width: 57.333%;
  padding: 60px 113px 20px 175px;
  min-height: 150px;
}

#atmLocator .atmContent p {
  margin-bottom: 6px
}

/*Footer Links*/
#footerLinks {
  /*background:#b4b5b5;*/
  background: rgba(0, 16, 43, 0.72);
  color: #fff;
  padding: 18px 0 0 0;
}

#footerLinks h4 {
  font-size: 24px;
  margin-bottom: 15px;
  ;
  font-weight: 700;
}

#footerLinks h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
}

#footerLinks ul {
  padding: 0
}

#footerLinks ul li {
  padding: 6px 0 6px 13px;
  position: relative;
  margin-bottom: 4px;
}

#footerLinks ul li a {
  color: #fff
}

#footerLinks ul li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 600;
  font-size: 21px;
}

#footerLinks ul li a:hover,
#footerLinks ul li:hover a {
  /*color:#333*/
  color: #ff8e58;
  text-decoration: none;
}

#footerLinks ul li:hover:before {
  color: #ff8e58;
}

#footerLinks .contactList li {
  font-size: 16px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #78808f;
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 20px;
}

#footerLinks .contactList li:before {
  content: '';
}

#footerLinks .contactList li:last-child {
  border-bottom: none
}

#footerLinks .footerSocial {
  border-top: 1px solid #78808f;
  text-align: center;
  padding-top: 3px;
}

#footerLinks .contactLast {
  padding-left: 25px
}

/*Footer Social*/
#footerLinks .footerSocial ul {
  padding: 0px;
  margin: 3px 0 0;
  display: inline-block;
}

#footerLinks .footerSocial li {
  padding: 9px 7px;
  display: inline-block;
  float: left;
}

#footerLinks .footerSocial li:before {
  content: '';
}

#footerLinks .footerSocial li a {
  /*background:#fff; min-width:21px; min-height:20px; border-radius:100%; padding:4px 0; text-align:center; color:#bfbfbf; font-size:14px; line-height:0; float:left;*/
  background: #fff;
  min-width: 39px;
  min-height: 20px;
  border-radius: 100%;
  padding: 8px 10px;
  text-align: center;
  color: #475266;
  font-size: 22px;
  line-height: 0;
  float: left;
}

#footerLinks .footerSocial li:first-child a:hover {
  background: #3a589b;
  color: #fff;
}

#footerLinks .footerSocial li:nth-child(2) a:hover {
  background: #2AAAE0;
  color: #fff;
}

#footerLinks .footerSocial li:nth-child(3) a:hover {
  background: #0097BD;
  color: #fff;
}

#footerLinks .footerSocial li:last-child a:hover {
  background: #CF3427;
  color: #fff;
}

#footerCopyrite {
  background: #00102b;
  padding: 7px 16px 12px 16px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

#footerCopyrite a {
  color: #fff
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b60ac;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top1:before {
  background: #000 !important;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.quikStartOuuter {
  position: fixed;
  top: 20%;
  right: 0;
}

.quikStartContent {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 15px;
  text-align: center;
  width: 130px;
  padding: 10px 6px;
}

.quikStartContent a {
  color: #333;
  display: inline-block;
  width: 100%;
}

.quikStartContent a:hover {
  background: #f1f1f1;
}

.quikStartContent .fa {
  font-size: 25px;
}

.quikStartContent .quikcon {
  padding: 10px 0px;
}

.quikStartContent .quikcon img {
  margin: 0 auto 5px
}

.quikStartContent .quikcon .fa {
  display: block;
  margin-bottom: 3px
}

.quikStartContent .quikcon:nth-child(3) .fa {
  font-size: 32px
}

.quikStartContent .quikcon:nth-child(4) .fa {
  font-size: 22px
}

.quikStartContent .quikcon .fa-mobile {
  font-size: 32px
}

.qContact .trapezoid {
  float: left;
  background: url(../images/latur-bank-products.jpg) no-repeat top left;
  color: #fff;
  text-transform: uppercase;
  width: 35px;
  height: 110px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.qContact .trapezoid:hover {
  background: url(../images/latur-bank-products-hover.jpg) no-repeat top left;
}

.qContact {
  position: fixed;
  right: -9.3em;
  top: 10em;
  z-index: 1000;
  width: auto;
  overflow: hidden;
  width: 11.8em;
}

#myMenu {
  display: none;
  padding: 0;
  width: 100%;
  float: left;
  width: 9.3em;
}

img.closeit {
  padding: 0;
  background: none !important;
  position: absolute;
  right: 0.5em;
  border: none !important;
  width: 15px;
  height: 15px;
  top: 0.5em;
  cursor: pointer !important;
}



.qContact1 .trapezoid1 {
  float: right;
  background: url(../images/latur-bank-products.jpg) no-repeat top left;
  color: #fff;
  text-transform: uppercase;
  width: 35px;
  height: 110px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.qContact1 .trapezoid1:hover {
  background: url(../images/latur-bank-products-hover.jpg) no-repeat top left;
}

.qContact1 {
  position: fixed;
  left: -9.3em;
  top: 10em;
  z-index: 800;
  width: auto;
  overflow: hidden;
  width: 11.8em;
}

#myMenu1 {
  display: none;
  padding: 0;
  width: 100%;
  float: left;
  width: 9.3em;
}

img.closeit1 {
  padding: 0;
  background: none !important;
  position: absolute;
  left: 0.5em;
  border: none !important;
  width: 15px;
  height: 15px;
  top: 0.5em;
  cursor: pointer !important;
}

.qContact1 .quikStartContent1 {
  width: 236px !important;
  float: left
}

.qContact1 .quikStartContent1 a {
  width: 50% !important;
  float: left;
}



/*Internal*/
.bannerIn .fill {
  height: 250px !important
}

#bannerIn h1 {
  font-size: 38px;
  color: #cf2132;
  font-weight: 700;
  position: absolute;
  bottom: 15px;
  left: 60px;
  text-transform: uppercase;
}

#bannerIn h1 span {
  background: #003d8c;
  color: #fff;
  padding: 0 8px;
  font-weight: 300;
  font-size: 36px;
  position: relative;
}

#bannerIn h1 span:before {
  content: '';
  border-bottom: 2px solid #003d8c;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: -70px;
}

#internal {
  margin: 20px 0;
}

#internal h2,
#internalTabber h2 {
  font-size: 24px;
  color: #010101;
  font-weight: 600;
  padding-bottom: 17px;
  margin-bottom: 14px;
  margin-top: 0;
  border-bottom: 1px solid #bbbbbb
}

#internal h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #911c1c;
  font-weight: 600;
  padding-bottom: 17px;
  margin-bottom: 0px;
  margin-top: 0;
  /* border-bottom:1px solid #bbbbbb*/
}

#internal h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

#internal img {
  float: left;
  margin: 0 20px 20px 0;
}

.gallery h4 {
  color: #666 !important;
  position: relative;
  padding-left: 33px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 400 !important;
}

.gallery h4:before {
  color: #cf2132;
  font-weight: 400;
  font-size: 24px;
  margin-right: 5px;
  position: absolute;
  top: -3px;
  left: 0;
  content: '\f073';
  font-family: 'FontAwesome';
}

#internal p,
#internalTabber p {
  font-size: 16px;
  color: #000;
  line-height: 30px
}

#internal table,
#internalTabber table {
  width: 100%;
  margin: 20px 0
}

#internal table tr th,
#internalTabber table tr th {
  color: #000;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  background: #f1f1f1;
  border: 1px solid #ccc;
}

#internal table tr td,
#internalTabber table tr td {
  color: #000;
  padding: 8px 15px;
  font-size: 16px;
  border: 1px solid #dbdbdb;
}

#internalTabber {
  padding: 50px 0;
  width: 100%;
  float: left;
}

#internalTabber .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: block;
}

#internalTabber .tab-content {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 19px 26px;
  min-height: 350px;
}

#internalTabber .nav-tabs>li.active>a,
#internalTabber .nav-tabs>li.active>a:hover,
#internalTabber .nav-tabs>li.active>a:focus,
#internalTabber .nav>li>a:hover,
#internalTabber .nav>li>a:focus {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  color: #911c1c;
  border-bottom: none;
}

#internalTabber .nav-tabs>li>a {
  border: 1px solid #dde1e0;
  border-bottom: none;
  background: #911c1c;
  border-radius: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  transition: 0.3s ease;
  outline: none;
  padding: 15px 25px;
}

#internalTabber .nav>li {
  padding: 0px;
  float: none;
  display: inline-block;
}


#internal .list {
  padding: 0;
  margin: 0 0 30px 0;
  display: inline-block;
}

#internal .list li,
#internalTabber .list li {
  /*color:#626262;*/
  color: #000;
  position: relative;
  padding: 5px 0 5px 20px;
  width: 100%;
  border: none;
  margin-bottom: auto;
  font-size: 16px;
}

#internal .list li:before,
#internalTabber .list li:before {
  content: '\f192';
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 11px;
  color: #000;
}

#internal .list2 {
  padding: 0;
  margin: 0 0 30px 0;
  display: inline-block;
}

#internal .list2 li {
  /*color:#626262;*/
  color: #000;
  position: relative;
  padding: 5px 0 5px 20px;
  width: 100%;
  border: none;
  margin-bottom: auto;
  font-size: 16px;
}

#internal .list2 li:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 11px;
  color: #000;
}

.list1 {
  padding: 0;
  margin: 0 0 30px 0
}

.list1 li {
  /*color:#626262;*/
  color: #000;
  position: relative;
  padding: 20px 0 30px 20px;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 30px;
  background: #f8f8f8;
}

.list1 li span {
  display: block;
  margin-top: 5px;
  color: #911c1c;
}

#productForm .form-group {
  width: 100%;
  margin-right: 0px;
  margin-left: 0;
  float: left;
  margin-bottom: 12px
}

#productForm .form-group:nth-child(3n),
#productForm .form-group:nth-child(7) {
  margin-right: 0
}

#productForm .form-group img {
  float: none;
  display: inline
}

#productForm .form-control {
  outline: none;
}

#productForm .form-control,
#productForm select {
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  outline: none;
}

#productForm label {
  font-weight: 400;
  text-align: left;
}

#productForm textarea.form-control {
  height: 75px;
  resize: none;
  outline: none;
}

#productForm p {
  padding-left: 15px
}

#productForm select {
  color: #999
}

#productForm p,
#productForm .form-inline .control-label {
  color: #737373;
  margin-bottom: 7px;
  font-weight: 400
}

#productForm .form-inline .control-label {
  float: left;
  font-size: 13px;
  padding-top: 12px;
}

#productForm .spamCode .control-label {
  margin-bottom: 0;
  margin-top: 8px
}

#productForm .spamCode img {
  margin-left: 5px
}

#productForm .spamChek .col-sm-1 {
  width: 9.667%
}

#productForm .spamChek .col-sm-2 {
  width: 13.667%
}

#productForm .spamChek .col-sm-3 {
  width: 30.7%
}

#productForm .spamCode1 {
  width: 39.5%;
  float: left;
  padding-right: 0
}

#productForm .btn {
  border-radius: 0;
  background: #911c1c;
  border: 1px solid #720d0d;
  color: #fff;
  padding: 10px 13px;
  min-width: 75px;
  outline: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

#productForm .btn:hover {
  background: #a41919;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

/* Accordion */
.acc {
  width: 100%;
  float: left;
}

.acc .panel {
  border-radius: 0;
  box-shadow: none;
}

.acc .panel-default>.panel-heading {
  border-color: #dddddd;
  border-radius: 0;
  padding-top: 17px;
  padding-bottom: 17px;
}

.acc .panel-default {
  border-color: #dddddd;
  font-size: 16px;
}

.acc .headingActive {
  background: #911c1c !important;
  border-color: #710e0e;
}

.acc .headingActive h4 {
  color: #fff !important;
}

.acc .panel-title {
  font-size: 17px !important;
  font-weight: 600 !important;
}

.acc .panel-group .panel+.panel {
  margin-top: 1px;
}

.acc .panel-default>.panel-heading .glyphicon {
  font-size: 14px;
  float: right;
}

.acc .panel-title>a {
  display: block;
  outline: none;
  text-decoration: none;
}

.acc .panel-default>.panel-heading:hover {
  background: #911c1c;
  border-color: #710e0e;
  transition: 0.4s all ease 0s;
  -moz-transition: 0.4s all ease 0s;
  -o-transition: 0.4s all ease 0s;
  -webkit-transition: 0.4s all ease 0s;
}

.acc .panel-default>.panel-heading:hover h4 {
  color: #fff !important;
}

.acc #internalTabber {
  padding: 0;
}

.acc #internalTabber .nav-tabs {
  float: left;
  width: 20%;
  float: left;
}

.acc #internalTabber .nav-tabs>li>a {
  margin-right: -1px;
  border: none;
  border-left: 1px solid #911c1c;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 2px solid #9c4b4b;
  background: #9c4b4b;
}

.acc #internalTabber .tab-content {
  width: 80%;
  float: left;
}

.acc #internalTabber .nav>li {
  width: 100%;
  margin-bottom: 1px;
}

.acc #internalTabber .nav-tabs>li.active>a,
.acc #internalTabber .nav-tabs>li.active>a:hover,
.acc #internalTabber .nav-tabs>li.active>a:focus,
.acc #internalTabber .nav>li>a:hover,
.acc #internalTabber .nav>li>a:focus {
  border-right-color: #fff;
  border-left: 1px solid #ccc;
  border-top: 2px solid #ccc;
  background: #fff;
}


.acc #internalTabber .nav-tabs>li:last-child {
  border-bottom: 1px solid #ccc;
}


/*Map*/
.holder {
  width: 100%;
  height: 100%;
  position: relative;
}

.frame {
  width: 100%;
  height: 100%;
  background: blue;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
}

/* breadcrumb */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
  display: block;
  font-size: 14px;
}

.breadcrumb>li {
  color: #222;
}

.breadcrumb>li>a {
  color: #911c1c;
}

.breadcrumb>li>.divider {
  display: none;
}

/* sidebar-accordion */
.sidebar-accordion {}

.sidebar-accordion .panel-heading {
  border-bottom: 0;
  padding: 0px;
}

.sidebar-accordion .panel-title>a {
  padding: 10px 15px;
  display: block;
  background: rgb(145, 28, 28);
  color: #fff;
}

.sidebar-accordion .panel-title>a:hover,
.sidebar-accordion .panel-title>a:focus {
  background: rgb(114, 17, 17);
  text-decoration: none;
}

.sidebar-accordion .list-group-item {
  padding: 0;
}

.sidebar-accordion .list-group-item a {
  padding: 10px 15px;
  color: #222;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
}

.sidebar-accordion .list-group1 .list-group-item a {
  padding: 10px 15px 10px 30px;
}

.sidebar-accordion .list-group-item a:hover,
.sidebar-accordion .list-group-item a:focus {
  background: #eaeaea;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  text-decoration: none;
}

.sidebar-accordion .panel-collapse h4 {
  margin: 0;
  color: #911c1c !important;
  padding: 10px 15px;
  font-size: 16px !important;
}

/*.quickArea { position:relative;} */

.quickWrap {
  position: absolute;
  right: 12px;
  z-index: 999;
  width: 300px;
  top: 24px;
}

.quickWrap h1 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #ea2420;
  padding: 10px 13px;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

.quickDetailBgMain {
  background: #ea2420;
  width: 100%;
  float: left;
  padding: 15px 0;
}

.quickDetailBg {
  background: url(../images/quick-area-bg.png) top center no-repeat;
  padding: 0 13px;
  width: 100%;
  float: left;
}

.quickDetailBg ul li {
  text-align: center;
  float: left;
  width: 50%;
  padding: 6px 12px 0 12px;
  min-height: 114px;
  margin-bottom: 2px;
}

.quickDetailBg ul li a {
  display: block;
  font-size: 16px;
  color: #020910;
  margin-top: 14px;
}

.quickDetailBg ul li a:hover {
  color: #ea2420;
}

.quickDetailBg ul li a span {
  display: block;
}

#banner .carousel-caption {
  text-shadow: none;
  text-align: left;
  padding-left: 2px
}

#banner .carousel-caption {
  bottom: 0;
  padding-bottom: 0;
  right: 27.2%;
  left: 10%;
  text-align: right;
}

#banner .carousel-caption h2 {
  background: rgba(249, 86, 10, 0.82);
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  font-style: italic;
  padding: 10px 30px;
  display: inline-block;
}

#banner .carousel-caption h2 span {
  font-weight: 400;
}

/***Ganesh***/
.outerDirector img {
  float: none !important;
  /*margin: 0 auto!important;*/
  width: 150px;
  height: 200px;
  border: 2px solid #a7a7a7;
}

.outerDirector figure {
  float: left;
  margin: 0 25px 0 0;
}

.outerDirector figure figcaption {
  text-align: left;
  font-weight: bold;
  color: #911c1c;
}

.listDirector li {
  display: inline-block;
}

.outerDirector p:nth-child(2) {
  font-style: italic !important;
  font-weight: bold !important;
}

.achievementsImg1 img {
  padding-right: 20px;
  width: 500px;
  padding-top: 15px;
}

.headingTitle {
  font-size: 20px;
  margin-bottom: 10px;
}

.googleMap {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
}

.list3 li strong {
  font-weight: bold;
  width: 130px;
  display: inline-block;
  float: left;
  padding-bottom: 5px;
}

.listManage li:before {
  content: none !important;
}

.listManage li {
  width: 50% !important;
  float: left;
  text-align: center;
  padding-left: 0 !important;
}

.managestaff {
  display: inline-block;
}

.managestaff img {
  margin: 0 auto !important;
  float: none !important;
  width: 200px;
  height: 215px;
}

.managestaff figcaption {
  margin-top: 15px;
  color: #911c1c;
}

.mr {
  font-size: 16px;
  font-weight: bold;
}

.mb {
  font-size: 15px;
  margin-top: 3px;
  margin-bottom: 15px;
}

/*Form*/
.chrono_credits {
  display: none;
}

/***chrono form Enquiry***/
#myModal1 label {
  text-align: left;
  display: block;
}

#myModal1 .error {
  text-align: left;
  display: block;
}

#myModal1 .star {
  color: red;
}

#myModal1 textarea {
  resize: none;
  height: auto !important;
}

#myModal1 label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}

#myModal1 .form-control {
  border-radius: 0;
  height: 38px;
  border: 1px solid #b5b4b4;
}

#myModal1 .form-control.A {
  width: 100% !important;
}

#myModal1 .btn {
  border-radius: 0;
  border: none;
  padding: 6px 20px;
  font-size: 17px;
  margin-right: 7px;
}

#myModal1 .btn:hover {
  background: #c74040;
  color: #fff;
}

#myModal1 .resetBtn {
  border: 1px solid #0b53a5;
  color: #0b53a5;
}

#myModal1 .sendBtn {
  background: #911c1c;
  color: #fff;
}

#myModal1 .btn:focus {
  color: #fff;
  outline: 0;
  background: #911c1c;

}

#myModal1 .gcore-display-table {
  display: block;
}

#myModal1 {
  width: 75%;
}

#recaptcha_table img {
  height: auto !important;
}

.onlineBtn {
  float: left !important;
}

.commonSubmit {
  margin-right: 10px;
}

#fin-captcha1 {
  width: 80%;
}

#captcha1 {
  margin-bottom: 10px;
}

/* Responsive */

@media (max-width:1199px) {
  #topNav .iafcCode {
    font-size: 16px;
    padding-left: 12px;
    padding-bottom: 3px;
  }

  #news p {
    font-size: 18px
  }

  #ourServices .service {
    min-width: 233px
  }

  .fourRounds::after {
    left: -15px
  }

  .fourRounds h4 {
    font-size: 19px
  }

  .fourRounds span {
    font-size: 14px
  }

  #getToKnowWrapper .getToKnow {
    padding-left: 10px;
    padding-right: 10px
  }

  #branchLocator .branchHeading,
  #atmLocator .atmHeading {
    font-size: 38px
  }

  #achievements .achievementsContent {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 15px;
  }

  #achievements .achievementsContentOutter {
    padding-top: 17px
  }

  #productForm .spamChek .col-sm-1 {
    width: 11.667%
  }

  #productForm .spamChek .col-sm-2 {
    width: 15.667%
  }

  #mainNav .navbar ul li a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width:991px) {
  #topNav .iafcCode {
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 5px
  }

  #mainNav .navbar ul li a {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 5px;
    text-transform: none;
    font-weight: 400;
  }

  #mainNav .dropdown-menu a,
  #mainNav .dropdown-menu .subdd li a {
    font-size: 12px !important;
  }

  #topNav .navbar ul li a {
    text-transform: capitalize
  }

  #news p {
    padding: 0;
    font-size: 17px;
  }

  .fourRounds::after {
    left: 0
  }

  #fourRoundsOutter {
    padding: 24px 0 10px 0
  }

  .fourRounds {
    margin-bottom: 30px
  }

  #getToKnowWrapper h4 {
    font-size: 24px
  }

  #getToKnowWrapper {
    background-repeat: repeat
  }

  #branchLocator .branchContent,
  #atmLocator .atmContent {
    padding-left: 60px;
    padding-right: 20px
  }

  #branchLocator .branchHeading,
  #atmLocator .atmHeading {
    font-size: 30px
  }

  #branchLocator .branchHeading,
  #atmLocator .atmHeading {
    padding-left: 25px;
    padding-top: 45px;
    line-height: 75px;
  }

  #achievements .achievementsContentOutter {
    padding-top: 0
  }

  #achievements .achievementsContent {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }

  #achievements .achievementsContent p {
    margin-bottom: 30px
  }

  #achievements .achievementsImg {
    padding-left: 0
  }

  #footerLinks {
    font-size: 15px
  }

  #footerLinks h4 {
    font-size: 22px
  }

  #footerLinks .contactLast {
    padding-left: 15px
  }

  #footerLinks .contactList li {
    font-size: 15px
  }

  #footerLinks h5 {
    font-size: 16px
  }

  #productForm .spamChek .col-sm-1 {
    width: 14.667%;
  }

  #productForm .spamChek .col-sm-2 {
    width: 22.667%
  }

  .acc #internalTabber .nav-tabs>li>a {
    font-size: 15px;
  }

  .dropdown-menu {
    z-index: 10000;
  }
}

@media (min-width:767px) {
  #mainNav .dropdown1:hover .dropdown-menu1 {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
  }

  #mainNav>.dropdown1:hover>a {
    background: #911c1c;
  }

  #mainNav .dropdown1:hover .dropdown-menu li a {
    background: none;
    color: #999
  }

  #mainNav .dropdown1:hover .dropdown-menu li a:hover {
    background: none;
    color: #911c1c !important
  }


  #mainNav .dropdown-submenu:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
  }

  #mainNav .dropdown-submenu:hover a {
    color: #333;
  }

  #mainNav .dropdown-submenu:hover .dropdown-menu li a {
    color: #999
  }

  #mainNav .dropdown-submenu:hover .dropdown-menu li a:hover {
    background: none;
    color: #333
  }


}

@media (max-width:767px) {
  #topNav .navbar-brand {
    height: 40px
  }

  #topNav .col-md-9,
  #topNav .col-md-3,
  #branchLocator .branchHeading,
  #branchLocator .branchContent,
  #achievements .achievementsImg,
  #achievements .achievementsContentOutter,
  #atmLocator .atmHeading,
  #atmLocator .atmContent {
    width: 100%
  }

  #topNav .iafcCode {
    width: 100%;
    font-size: 16px
  }

  #topNav .navbar-toggle {
    margin-right: 30px
  }

  #mainNav .navbar-toggle {
    margin-right: 15px
  }

  #banner .intrested {
    left: 0
  }

  #mainNav .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }

  #mainNav .navbar ul li a {
    text-transform: uppercase;
    padding-left: 12px;
    padding-right: 12px;
  }

  #banner .fill {
    height: 266px
  }

  #ourServices,
  #getToKnowWrapper {
    padding: 10px 0 30px
  }

  #fourRoundsOutter {
    background-repeat: repeat
  }

  #branchLocator .branchHeading::after,
  #atmLocator .atmHeading::after {
    border: none
  }

  #branchLocator .branchHeading img {
    margin-right: 0
  }

  #branchLocator .branchContent,
  #atmLocator .atmContent {
    padding-left: 20px;
    padding-top: 20px;
  }

  .downloadRow::after {
    border: none
  }

  .downloadRow {
    padding-top: 26px
  }

  #download .downloadBig {
    margin-top: 30px
  }

  #fourRoundsOutter {
    padding-top: 30px
  }

  #achievementsHeading {
    padding: 20px 0 30px
  }

  #achievements .achievementsContent {
    background: rgba(4, 26, 50, 1);
  }

  #atmLocator {
    padding-top: 10px
  }

  #atmLocator .atmContent,
  #branchLocator .branchContent {
    min-height: 0
  }

  #footerCopyrite,
  #footerCopyrite .text-right {
    text-align: center !important
  }

  .downloadRow {
    margin-top: 0
  }

  #footerLinks .contactLast {
    padding-left: 15px
  }

  .quikStartContent .quikcon img,
  .quikStartContent .quikcon .fa {
    display: none
  }

  .qContact1 {
    width: 11.8em
  }

  .quikStartContent .quikcon {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .qContact1 .quikStartContent1 a {
    width: 49% !important
  }

  .qContact,
  .qContact1 {
    top: 5em
  }

  .table-responsive {
    border: none;
  }

  #productForm .spamChek .col-sm-1,
  #productForm .spamChek .col-sm-2,
  #productForm .spamChek .col-sm-3 {
    width: 100%;
  }

  #productForm .spamChek .col-sm-1,
  #productForm .spamChek .col-sm-2 {
    margin-bottom: 10px;
  }

  #internalTabber .nav>li,
  .acc #internalTabber .nav-tabs,
  .acc #internalTabber .tab-content {
    width: 100%;
  }

  #internalTabber .nav-tabs>li>a {
    border-top: 2px solid #911c1c !important;
  }

  .acc #internalTabber .nav-tabs>li {
    border-right: 1px solid #ccc;
  }

  .acc #internalTabber .nav-tabs>li a {
    margin-right: 0;
  }

  #mainNav .navbar-default .navbar-nav>.open>a,
  #mainNav .navbar-default .navbar-nav>.open>a:hover,
  #mainNav .navbar-default .navbar-nav>.open>a:focus {
    background: #911c1c;
  }

  #mainNav .dropdown-menu li a {
    color: #fff !important;
  }

  #mainNav .dropdown-menu li a:hover {
    color: #333 !important;
    background: #fff !important;
    padding-left: 10px !important;
  }

  #mainNav .dropdown-menu li a:hover:before {
    color: #fff !important
  }

  #mainNav .dropdown-menu li {
    padding: 0;
  }

  #mainNav .subdd li {
    padding: 0 20px;
  }

  #internalTabber .nav>li {
    margin-bottom: 1px;
  }

  #banner .intrested,
  #banner .intrested .dropdown .btn-default {
    font-size: 16px;
  }

  #banner .intrested {
    min-height: 80px;
  }

  .bannerIn .fill {
    height: 170px !important;
  }

  #mainNav .dropdown-menu h4 {
    padding: 0;
  }

  #mainNav .dropdown-menu h4 a {
    color: #fff !important;
  }

  #mainNav .dropdown-menu h3 {
    background: #9c4b4b
  }

  #mainNav .navbar ul li h3 a:hover {
    background: #9c4b4b
  }

  #mainNav .dropdown-menu h3 a {
    border-bottom: none;
  }

  #mainNav .dropdown-menu ul li:last-child a {
    border-bottom: none;
  }

  #mainNav .dropdown-menu ul.subdd {
    margin-bottom: 10px;
  }

  .list3 li strong {
    font-weight: bold;
    width: auto;
    display: inline-block;
    float: none;
    padding-bottom: 0;
    padding-right: 15px;
  }

  .listManage li {
    width: 100% !important;
  }

  .quickWrap {
    position: relative;
  }

  .fourRoundsMain {
    width: 100%;
  }

  .fourRounds {
    height: 300px;
    padding: 96px 32px 31px;
  }

  #news {
    margin-top: 35px;
  }
}

@media (max-width:580px) {
  .fourRounds {
    height: 320px;
    padding: 96px 32px 31px;
  }
}


@media (min-width:500px) and (max-width:767px) {
  #footerLinks .col-md-3.col-sm-3 {
    width: 50%;
    float: left;
  }

  #footerLinks .col-md-3.col-sm-3:nth-child(3) {
    padding-top: 20px
  }

  #footerLinks .col-md-3.col-sm-3:last-child {
    padding-top: 20px
  }

}

@media(max-width:480px) {
  #myModal1 {
    width: 100%;
  }
}