#header {
    background-color: white;
  }

  #topbar {
    background-color: #29458E;
  }
  .entry{
    background-color: #fff;
  }
  .sidebar{
    margin-top: 10px;
    background-color: #fff;
  }

  #carouselExampleIndicators {
    margin-top: 59px;
  }

      .fix_line_2{
    font-size: 14px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: inherit;
    height: 63px;
}
.fix_line_1{
   font-size: 14px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-family: inherit; 
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    height: 45px;
    border: 1px solid #eee;
}
.search-bar{
    text-align: center;
}
#branch_search{
    padding: 20px;
    width: 100%;
    border-radius: 60px;
}
  #textSlide {
    background-color: #29458E;
    height: auto;
    color: white;
  }
  .table-full-width{
    border: 1px solid #fff;
    background-color: #fff;
    width: auto;
    height: auto;
  }

  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    transition: 0.3s;
    z-index: 999;
  }

  .navbar-mobile .mobile-nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
  }

  .navbar-mobile ul {
    display: block;
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #473d3a;
  }

  .navbar-mobile a:hover,
  .navbar-mobile .active,
  .navbar-mobile li:hover>a {
    color: #084298;
  }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 15px;
  }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }

  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }

  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }

  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }

  .navbar-mobile .dropdown ul a:hover,
  .navbar-mobile .dropdown ul .active:hover,
  .navbar-mobile .dropdown ul li:hover>a {
    color: #29458E;
  }

  .navbar-mobile .dropdown>.dropdown-active {
    display: block;
  }

  a {
    text-decoration: none;
  }

  .runner-slider-images {
    height: 500px;
  }

  .d-flex {
    height: auto;
  }


  .value-popup:hover{
    -webkit-animation-name: funfacts-pulse;
    animation-name: funfacts-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  @keyframes funfacts-pulse {
        25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
        }
        75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
        }
    }

  .loan-detail {
    padding: 10px 25px 10px 25px;
    text-align: center;
  }

  #bnkDt {
    font-size: 11px;
  }

  #readBtn {
    padding: 10px 20px 10px 20px;
  }

  #serviceDec {
      font-size: 14px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: inherit;
  }

  .navbar::before {
    content: "";
    position: absolute;
    background-image: url(../upload/core_img/shap1.png);
    left: -125px;
    transform: rotate(3deg);
    background-repeat: no-repeat;
    height: 62px;
/*    offset-rotate: (120deg);*/
    width: 174px;
    border-radius: 137px 1px 0px 0px;
    top: -2px;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
  }

  .SharpNavbar {
    padding: 0;
    background-color: #29458e;
    height: 56px;
    margin-top: 4px;
  }

  #header .logo img {
    max-height: 55px;
  }

  .navbar {
    height: auto;
    padding: 0;
    float: left;
  }

  .bi-list {
    color: rgb(255, 255, 255);
    padding: 10px 20px 10px 20px;
  }

  /* .Navbar-nav-logo {
    padding-left: 96px;
  } */

  .projects-details-info {
    box-shadow: 0 -10px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 -10px 30px rgb(0 0 0 / 10%);
    background-color: var(--whiteColor);
    border-radius: 5px;
    padding: 40px 30px;
    border-top: 3px solid #29458e;
    border-bottom: 3px solid #29458e;
    background: #fff;
  }

  .line-bottom-double-line-centered {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;

  }

  .line-bottom-double-line-centered:before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    top: 50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
    background: #28395e;
  }

  .financial-report-data-table {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #29458e;
    font-weight: bold;

  }

  .financial-report-data-table::before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
    background: #28395e;
  }

  .slider-line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .slider-line-bottom:before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
    background: #28395e;
  }

  .news-notification-line-bottom {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .news-notification-line-bottom:before {
    bottom: 3px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 45px;
    background: #28395e;
  }

  .top-to-up-slider {
    height: 280px;
  }

  .top-to-up-slider-title {
    font-size: 15px;
    font-family: sans-serif;
  }

  body {
    background-image: url(../upload/core_img/body_bg.jpg);
  }

  .slider-news-cta {
    background: #f8fbfecf;
  }

  .financial-report-table-cta {
    background: #ffffff70;
  }

  .banking-service-sec {
    background: #fff;
  }

  .what-we-do-img {
    padding-left: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .what-we-do-img::before {
    width: 170px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    height: 170px;
    z-index: -1;
    position: absolute;
    right: 0;
    background-color: #29458e;
    top: 0;
    content: '';
    border-radius: 50%;
    margin-right: 40px;
  }

  .what-we-do-img::after {
    width: 170px;
    height: 170px;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: absolute;
    left: 0;
    background-color: #29458e;
    bottom: 0;
    content: '';
    border-radius: 50%;
    margin-left: 40px;
  }

  .data-table-sidebar-image {
    width: 400px;
    height: 400px;
  }
  #contact-btn {
    border: 1px solid white;
    background-color: #e9e9e9;
    color: black;
    padding: 10px 50px 10px 50px;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    font-family: system-ui, -apple-system, " Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }

  .text-line {
    text-decoration: none;
  }

  .navbar {
    position: fixed;
  }

  .top-line {
    margin-top: 13px;
  }

  .navbar-toggle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .bottom-line{
    height: 14px;
    float: right;
    background-color: #29458e;
  }
  .common-section-co{
    background-color: #29458e;
  }
  .main-footer-sec{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  .main-footer-sec:hover{
    color: #fff;
    text-decoration: none;
    transition: 0.3;
  }
  .footer-main-header{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top{
    background-color: #065fad;
  background-image: url(../upload/core_img/footer-bg.jpg);
  }
  .btn-icon-main{
    border: 2px solid #29458e;
  }
  .top-line-sec{
    color: #29458e;
  }
  .topbar-line{
    color: #fff;
  }

  .topbar-line:hover{
    color: #fff;
  }






  @media (min-width: 768px) and (max-width: 1199px) {
    .Navbar-nav-logo {
      padding-left: 0px;
      max-width: 196px;
    }
    .small-slider{
        height:230px;
    }
    .contact {
        height: 1200px;
        margin-top: 150px;
      }
      #ap_map{
          margin-top: 80px;
      }
      .board-title{
        margin-top: 200px;
      }
      .table-responsive{
        margin-bottom: 30px;
      }

    .top-to-up-slider {
      height: 140px;
    }
    .blog .entry{
      margin-top: 33px;
    }
    .icon-boxes{
      height: auto;
    }
    .icon-boxes .icon-box{
      margin-top: 30px;
    }
    .top-to-up-slider-title {
      font-size: 13px;
    }

    #topbar {
      height: 88px;
    }

    #header {
      top: 68px
    }
    #carouselExampleIndicators{
      margin-top: 136px;
    }


    .data-table-sidebar-image {
      width: 300px;
      height: 300px;

    }

    .what-we-do-img {
      margin-top: 137px;
    }

    .top-head-line {
      height: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-family: inherit;
    }

    .what-we-do-img::before {
      width: 170px;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      height: 170px;
      z-index: -1;
      position: absolute;
      right: 0;
      background-color: #29458e;
      top: 0;
      content: '';
      border-radius: 50%;
      margin-right: 0;
    }

    .what-we-do-img::after {
      width: 170px;
      height: 170px;
      z-index: -1;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      position: absolute;
      left: 0;
      background-color: #29458e;
      bottom: 330px;
      content: '';
      border-radius: 50%;
      margin-left: 0;
    }

    #carouselExampleIndicators {
      height: 350px;
    }

    .font-mail-number{
      text-align: left;
      font-size: 15px;
      padding-top: 10px;
    }
    .font-adress {
      text-align: right;
      margin-top: 8px;
      text-align: left;
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 17px;
    }
    .img-logo-hide{
      display: none;
    }
    .loan-title{
      margin-top: 120px;
    }
    #m-view-hide{
      margin-top: 6px
    }

  }


  @media (max-width: 480px) {

    #topbar {
      height: 90px;
    }
    #branch_search{
        width: 100%;
    }
    #ap_map{
        margin-top: 670px;
    }
    .Mission-vision-box{
      height: auto;
    }
    .small-slider{
        height:300px;
    }
    .icon-boxes .icon-box{
      height: 400px;
    }
    .navbar::before{
      display: none;
    }
    .entry-title{
      margin-top: 20px;
    }
    .value-popup{
      margin-bottom: 50px;
    }
    .contact{
      margin-top: 150px;
    }
    .board-title{
      margin-top: 200px;
    }
    .table-responsive{
      margin-bottom: 50px;
    }
    .deposit-title{
      margin-top: 180px;
    }
    .loan-title{
      margin-top: 180px;
    }
    .icon-boxes{
      height: auto;
    }
    .icon-boxes .icon-box{
      margin-top: 30px;
    }
    .SharpNavbar{
      background-color: #fff;
    }
    .bottom-line {
      background-color: #fff!important;
    }
    .bi-x::before{
      color: #fff;
      border: 0px solid #000;
      border-radius: 30px;
      background: #29458e;
    }
    .bi-list{
      color: #29458e;
    }
    .entry{
      margin-top: 10px;
    }

    #header {
      top: 87px;
    }

    .contact {
        height: 1320px;
      }

    .font-mail-number {
      text-align: center;
      font-size: 16px;
      padding-top: 29px;
      margin-top: 0px;
    }

    .font-adress {
      margin-top: 8px;
      text-align: left;
      font-size: 16px;
      margin-bottom: 20px;
      padding-left: 19px;
    }
    .topbar-line{
      text-align: center;
    }

    .Navbar-nav-logo {
      padding: 0;
    }

    .navbar::before {
      display: none;
    }


    .top-head-line {
      height: auto;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-family: inherit;
    }

    #adress {
      margin: 0;
      height: 35px;
      font-size: 11px;
      font-size: 13px;
      height: 20px;
      width: 190px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-family: inherit;
    }

    #carouselExampleIndicators {
      margin-top: 51px;
    }

    .runner-slider-images {
      height: 140px;
      margin-top: 107px;
    }

    .d-flex {
      height: 40px;
    }

    #sharpImg {
      display: none;
    }
    .carousel-control-next-btn{
      margin-top: 90px;
    }
    .carousel-control-prev-btn{
      margin-top: 100px;
    }

    /* .Navbar-nav-logo {
      padding-left: 13px;
    } */

    .news-notification-line-bottom {
      margin-top: 25px;
    }

    .data-table-sidebar-image {
      width: 300px;
      height: 300px;
    }

    .what-we-do-img::before {
      width: 170px;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      height: 170px;
      z-index: -1;
      position: absolute;
      right: 0;
      background-color: #29458e;
      top: 0;
      content: '';
      border-radius: 50%;
      margin-right: 0;
    }

    .what-we-do-img::after {
      width: 170px;
      height: 170px;
      z-index: -1;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      position: absolute;
      left: 0;
      background-color: #29458e;
      bottom: 0;
      content: '';
      border-radius: 50%;
      margin-left: 0;
    }
    .hide-show-logo{
      display: none;
    }


  }


  @media (min-width: 480px) and (max-width: 767px) {
    .runner-slider-images {
      height: 300px;
      margin-top: 104px;
    }
    #ap_map{
        margin-top: 660px;
    }
    
    #branch_search{
        width: 550px;
    }
    .small-slider{
        height:300px;
    }
    .table-responsive{
      margin-bottom: 50px;
    }
    .board-title{
      margin-top: 200px;
    }
    .icon-boxes .icon-box{
      margin-top: 30px;
    }
    .contact {
      height: 800px;
      margin-top: 150px;
    }
    #topbar {
      height: 90px;
    }
    .loan-title{
      margin-top: 180px;
    }
    .deposit-title{
      margin-top: 180px;
    }
    #header {
      top: 87px;
    }
    .hide-show-logo{
      display: none;
    }
    .SharpNavbar{
      background-color: #fff;
    }
    .bottom-line{
      background-color: #fff!important;
    }
    .navbar::before{
      display: none;
    }
    .bi-list{
      color: #000;
    }
    .carousel-control-next-btn{
      margin-top: 133px;
    }
    .carousel-control-prev-btn{
      margin-top: 133px;
    }

    .d-flex {
      height: 40px;
    }
    .contact {
        height: 1300px;
      }
      .font-adress {
        font-size: 17px;
      }

    .font-mail-number {
      padding-top: 10px;
      text-align: left;
      font-size: 19px;
      margin-top: 10px;
    }

    .news-notification-line-bottom {
      margin-top: 25px;
    }


    #adress {
      margin: 0;
      font-size: 13px;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-family: inherit;
    }

    .data-table-sidebar-image {
      width: 300px;
      height: 300px;
    }

    .what-we-do-img::before {
      width: 170px;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      height: 170px;
      z-index: -1;
      position: absolute;
      right: 0;
      background-color: #29458e;
      top: 0;
      content: '';
      border-radius: 50%;
      margin-right: 40px;
    }

    .what-we-do-img::after {
      width: 170px;
      height: 170px;
      z-index: -1;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      position: absolute;
      left: 0;
      background-color: #29458e;
      bottom: 0;
      content: '';
      border-radius: 50%;
      margin-left: 40px;
    }
    

  }


  @media screen and (min-width: 1200px) {
    .runner-slider-images {
      height: 400px;
      margin-top: 53px;
    }
    .d-flex {
      height: 40px;
    }
    .small-slider{
        height:370px;
    }

    .Navbar-nav-logo {
      text-align: center;
      max-width: 700px;
    }

    .top-to-up-slider {
      height: 280px;
    }

    .news-notification-line-bottom {
      margin-top: 0px;
    }

    .data-table-sidebar-image {
      width: 500px;
      height: 500px;
    }
    
   

    .what-we-do-img::before {
      width: 170px;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      height: 170px;
      z-index: -1;
      position: absolute;
      right: 0;
      background-color: #29458e;
      top: 0;
      content: '';
      border-radius: 50%;
      margin-right: 30px;
    }

    .what-we-do-img::after {
      width: 170px;
      height: 170px;
      z-index: -1;
      -webkit-transition: var(--transition);
      transition: var(--transition);
      position: absolute;
      left: 0;
      background-color: #29458e;
      bottom: 85px;
      content: '';
      border-radius: 50%;
      margin-left: 30px;
    }

    .financial-table-image{
        margin-top: 130px;
    }
    .font-adress {
      text-align: right;
      margin-top: 35px;
    }
   .img-logo-hide{
     display: none;
   }
 .table-responsive{
   margin-top: 10px;
   margin-bottom: 30px;
 }
 .entry{
  margin-top: 10px;
}
.loan-title{
  margin-top: 120px;
}
.board-title{
  margin-top: 170px;
}
.deposit-title{
  margin-top: 130px;
}
.contact {
  margin-top: 120px;
}
#m-view-hide{
  margin-top: 6px
}
#ap_map{
        margin-top: 260px;
    }
}

.about-content-table{
  border: 1px solid #fff;
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 30px 30px 0px 30px;
  margin-bottom: 40px;
}
.read-more-btn{
  background-color: #29458e;
    border-color: #29458e;
}
.btn-read-more{
  font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 23px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #29458e;
    background: #29458e;
    margin-bottom: 20px;
}
.btn-read-more:hover{
  color: white;
}
.Mission-vision-box{
  padding: 40px 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgb(68 88 144 / 20%);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    height: auto;
}
.annual-report{
  font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 23px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #ffffff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #294590;
    background: #294590 ;
    margin-bottom: 20px;
    text-decoration: none;
}
.annual-report:hover{
  color: white;
}
.net-banking{
  font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 9px 23px;
    border-radius: 5px;
    transition: 0.3s;
    line-height: 1;
    color: #29458e;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 10px;
    border: 2px solid #fff;
    background: #fff;
    margin-bottom: 0px;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.number-counter {
    font-size: 22px;
    font-weight: 700;
    color: #8b8b8b;
}


//////////model popup //////////
.modal {
  		background: #00000094!important;
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 9999999999; /* Sit on top */
        padding-top:30px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
    }

    /* Modal Content */
    .modal-content {
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 100%;
        max-width: 650px;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .modal-content a{
        webkit-transition-duration: .5s;
        transition-duration: .5s;
    }

    /* The Close Button */
    .close {
        position: absolute;
        top: 8px;
        right: 25px;
        opacity: 1;
        color: #828282;
        font-size: 28px;
        font-weight: bold;
    }

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    .model-image {
        width: 100%;
    }


