@charset "utf-8";
/* CSS Document */
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css';
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,500;1,600;1,700&display=swap');
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);

/**** RESET CSS
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------****/
*{margin:0;
    padding:0;
    -webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
}
:root {
    --sfirst-color: #0049ac;  
    --usec-color: #e7a030;  
    --nmid-color: #002d6b;  
    --imid-color: #002d6b; 
  }



html, body, table, th, td, tr, tbody, thead, thead, tfoot, dl, dt, dd, div, em, strong, b, i, sub, sup, ul, ol, li, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, blockquote, a, abbr, acronym, address, big, small, cite, code, del, dfn, font, ins, kbd, q, s, samp, strike, fieldset, form, label, legend, caption, main, section, header, footer, aside, hgroup{
    margin:0;
    padding:0;
    text-decoration:none;
    transition: all 0.3s ease-out 0s;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.cls{ clear:both}

body {
    margin:0;
    padding:0;

font-family: 'Poppins', sans-serif;
    
}
img {
    max-width:100%;
    vertical-align:bottom;
    border:none
}
ul, ol, li {
    list-style:none;
}
a:focus,
input:focus,
select:focus {
  outline: 0 !important;
}


textarea {
    resize: none;
}
a{ color:inherit;}
a:hover{ text-decoration: none; color: inherit;}
.d-inline-block {
    display: inline-block;
}

/**** RESET CLASSES
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------****/

#page-warpper{
     width:auto;
}

/* .contactpage{background-image: url(../images/bg-15.jpg);}
.depositspage{background-image: url(../images/bg-15.jpg);}
.homeloanpage{background-image: url(../images/bg-15.jpg);} */



/*===============*/

header {
   width:100%
}
.main-header {
    background: #0049AC;
    padding: 3px 0px 0;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 99;
}
    .main-header .top-band {
        background: 0 0;
    }
.top-band {
    background: #edecec;
    position: relative;
    z-index: 11;
}

.header{display:none;}
/*********************** Top Header font size button css start here ***************/
.no-call {
    width: 144px;
}

.pop-outin {
    animation: 2s anim-popoutin ease infinite;
}

@keyframes anim-popoutin {
    0% {
        color: #fff;
        transform: scale(1);
        opacity: 1;
    }

    60% {
        color: #f1a432;
        transform: scale(1.1);
        opacity: 1;
    }

    100% {
        color: #fff;
        transform: scale(1);
        opacity: 1;
    }

    100% {
        /* animate nothing to add pause at the end of animation */
        transform: scale(1);
        opacity: 1;
    }
}


.input-group-btn {
    width: 115px;
    display: flex;
    flex-flow: row wrap;
    padding-left: 8px;
}

    .input-group-btn button,
    .input-group-btn button:hover {
      border: 1px solid #0b3164;
      background: #0b3164;
        width: 23px;
        height: 20px;
        border-radius: 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        color: #fff;
    }
    ul.website-accessibility {
      margin-top: 3px;
  }

  li.callnow-link {
    width: 30px;
    height: 30px;
    background: #1055b3;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.shownumber {
  width: 213px;
  text-align: center;
  background: #f1a432;
  border-radius: 12px;
  position: absolute;
  z-index: 111111;
  top: 34px;
  line-height: 25px;
  border: 2px solid #100f0f;
}
  li.lang-select {
    margin-right: 15px;
    font-size: 14px;
}
      /*  .input-group-btn button:hover {
            background: #fff;
            border: 1px solid #fff;
        }
*/
        .input-group-btn button i {
            font-size: 11px;
        }


/*********************** Top Header font size button css End here ***************/
.main-header .topmenu {
    box-shadow: none;
    position: relative;
    z-index: 1;
}

.topmenu {
    box-shadow: 0 3px 6px #c3c3c3;
    background: #fff;
    position: relative;
    z-index: 9999;
    width: 100%;
}
    .topmenu::before {
        content: "";
        position: absolute;
        background-color: #0049AC;
        left: 0px;
        top: 0px;
        width: 63%;
        height: 69px;
        z-index: -1;
    }
.main-header .topmenu .left-menu {
    width: 76%;
    float: right;
    /* background: #fff url("../images/header-nav-shav.png") left top no-repeat; */
    background: #0049ac url(../images/header-nav-shav-new.png) left top no-repeat;
    background-position: 0 -7px;
    background-size: 92px;
    position: relative;
    text-align: right;
}
.navbar-main ul li:last-child a {
  padding-right: 0px !important;
}
.logogroup {
    text-align: center;
    float: left;
    width: 27%;
    margin-top: -41px;
}
    .logogroup a {
  display:block; text-decoration:none;
    }
    .logogroup a p {
      font-size: 16px;
      line-height: 27px;
      color: #fff;
      font-weight: 500;
  }
img.namehere {
  width: 290px;
  margin-left: 3px;
}
/* img.logohere {
  width: 90px;
} */
img.logohere {
  width: 164px;

}
p.scheduled_bank {
  line-height: 0px !IMPORTANT;
  margin-top: 10px;
  color: #f1a432 !important;
  margin-bottom: 5px !important;
  font-weight: bold;
}

.no-call li a {
    color: #fff;
    font-size: 15px;
    padding-right:10px;
    display: inline-block;
}
ul.menu {
    display: flex;
    justify-content: end;
}
ul.social-head {
    display: flex;
    justify-content: end;
    margin-top: 13px;
    margin-bottom: 16px;
}
ul.social-head li {
  color: #fff;
  font-size: 14px;
  margin: 0px 2px;
  background: #42698b;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
}
ul.website-accessibility {
  display: flex;
  color: #fff;
}
a.s_iconpopup{
  color: white;
  background: #1055b3;
  width: 30px;
  height: 30px;
  text-align: center;
  /* line-height: 30px; */
  border-radius: 50%;
  border: 3px solid #ccc0;
  font-size: 15px;
  line-height: 28px;
}

li.callnow {
  width: auto !important;
  background-color: transparent !IMPORTANT;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-left: 11px !important;
  font-family: 'Inter', sans-serif !important;
  color: #fff;
}
.navbar-main {
    display: inline-block;
    margin-left: 2.9rem;
}
    .navbar-main ul {
        list-style: none;
        padding: 0px;
        margin: 0px;display:flex;
    }
        .navbar-main ul li {
            line-height: 25px;
        }
        .navbar-main ul li a {
          color: #505050;
          font-size: 14px;
          line-height: 21px;
          text-decoration: none;
          display: inline-block;
          font-weight: 600;
          /* padding: 28px 20px 34px 9px; */
          padding: 28px 20px 20px 9px;
      }
    

            .search-box {
              position: absolute;
              top: 23px;
              right: 0;
              /* transform: translate(-50%,-50%); */
              color: #0049AC;
              /* box-shadow: 0px 0px 9px rgba(0, 33, 78, 0.4); */
              border-radius: 20px;
              /* height: 40px; */
              border-radius: 40px;
              padding: 5px;
              background: #0049ac;
              width: 40px;
              height: 40px;
              text-align: center;
              line-height: 34px;
              color: #fff;
          }

.search-btn {
    color: #fff;
    float: right;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #0049AC;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
}
    .search-btn i {
        color: #fff;
    }
    .search-txt {
        border: none;
        background: none;
        outline: none;
        float: left;
        padding: 0;
        color: #fff;
        font-size: 16px;
        transition: 0.4s;
        line-height: 35px;
        width: 0px;
    }

.search-box:hover > .search-txt {
    width: 240px;
    padding: 0 6px;
}

.search-txt::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
}

.search-txt::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.search-box::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.serchbargroup {
  background: #fff;
  padding: 3px 1px;
  border-radius: 5px;
  display: flex;

}

.serchbargroup input {
  border: none;
  padding: 0px 7px;
  font-size: 13px;
}
button {
  border: none;
  background-color: transparent;
  padding: 0px 5px;
  /* color: #A9A9A9; */
  color: #fff;
  font-size: 14px;
}
ul.menu li {
  margin: 7px 19px;
  font-weight: 500;
    font-size: 16px;
}
/*--------scroll top btn-------*/
.scroll-top {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #0049ac;
  line-height: 35px;
  font-weight: bold;
  font-size: 23px;
  position: fixed;
  right: 5%;
  bottom: 240px;
  z-index: 111111;
  border: 3px solid #f1a432;
  display: none;
}

/*======================*/

.w-20 {
  width: 20%;
}
.innerbox {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
  text-align: center;
  border-radius: 25px;
  padding: 27px 5px;
}

.innerbox h3 {
  font-weight: 600;
  font-size: 18px;
  color: #0049AC;
  margin-top: 14px;
  margin-bottom: 7px;
}
.innerbox p {
  font-weight: 400;
  font-size: 16px;
  height: 70px;
}
a.btn-click {
  background: #F1A432;
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  padding: 6px 22px;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  margin-top: 22px;
}

/*================*/
.banner-section{
    padding-top: 35px;
    padding-bottom: 50px;
}

#carouselLoans .carousel-caption {
    position: absolute;
    right: 34%;
    bottom: 1.25rem;
    left: 5%;
    padding-top: 0;
    padding-bottom: 1.25rem;
    top: 125px;
    color: #0049AC;
    text-align: left;
}
    #carouselLoans .carousel-caption h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 33px;
        color: #0049AC;
        max-width: 100%;
        margin-bottom: 13px;
        border-bottom: solid 2px #0049AC;
        padding-bottom: 16px;
    }
    #carouselLoans .carousel-caption h3 strong{
        color: #1A1F48
    }
    #carouselLoans .carousel-caption p {
        color: #181818;
        font-size: 13px;
        line-height: 21px;
        padding-bottom: 15px;
    }
    #carouselLoans .carousel-caption a {
        color: #fff;
        background: #0049AC;
        border-radius: 32px;
        text-decoration: none;
        display: inline-block;
        padding: 5px 15px;
        font-size: 13px;
    }
    .carousel-caption-here {
        top: 192px;
        position: absolute;
        left: 180px;
        width: 34%;
    }


/*******************************  Products to meet your life goals section start here  *******************/
.row-my{display:flex;}
.goals-box-col1 {
    width: 40%;
}
.goals-box-col2 {
    width: 26%;
    margin: 0 15px;
}

.goals-box-col3 {
    width: 40%;
}
.products-goals {
    background: #0049AC;
    box-shadow: 5px 20px 8px rgba(0, 35, 82, 0.03), 3px 11px 7px rgba(0, 35, 82, 0.09), 1px 5px 5px rgba(0, 35, 82, 0.15), 0px 1px 3px rgba(0, 35, 82, 0.18), 0px 0px 0px rgba(0, 35, 82, 0.18);
    border-radius: 0px 15px 15px 0px;
    font-weight: 300;
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 7px 10px;
    text-align: center;
}

/* .search-goals {
    background: #0049AC;
    box-shadow: 5px 20px 8px rgba(0, 35, 82, 0.03), 3px 11px 7px rgba(0, 35, 82, 0.09), 1px 5px 5px rgba(0, 35, 82, 0.15), 0px 1px 3px rgba(0, 35, 82, 0.18), 0px 0px 0px rgba(0, 35, 82, 0.18);
    border-radius: 0px 15px 15px 0px;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 40px;
    padding: 7px 10px;
    text-align: center;
} */
h4.search-goals {
  color: #0049ac;
  font-weight: 500;
  font-style: italic;
}
.search-inpt-box {
    position: relative;
    padding: 11px 3px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 73, 172, 0.72);
    box-shadow: 0px 32px 13px rgba(0, 0, 0, 0.01), 0px 18px 11px rgba(0, 0, 0, 0.03), 0px 8px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 51px;
}
    .search-inpt-box .search-icon {
        position: absolute;
        top: 13px;
        left: 18px;
        height: 34px;
        width: 31px;
        background: url(../images/serch-icon.png) left top no-repeat;
        background-size: 85%;
        cursor: pointer;
    }
    .search-inpt-box input {
        border: none;
        background-color: transparent;
        color: #343434;
        font-size: 18px;
        outline: 0;
        padding: 0px 10px 0px 54px;
        outline: 0;
        width: 100%;
        font-style: italic;
    }

    .search-inpt-box .voice-search {
        width: 31px;
        height: 31px;
        position: absolute;
        top: 8px;
        right: 12px;
        outline: 0 !important;
        padding: 0;
        border-radius: 100%;
        background: #0049ac;
        border: 0.7rem solid #0049AC;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .search-inpt-box .voice-search span.reg-voice-conin {
            color: #fff;
        }
.reg-voice-conin:before {
    content: "\f130";
    font: normal normal normal 14px/1 FontAwesome;
}
.search-inpt-box .voice-search:before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    left: -16px;
    top: -16px;
    background: rgba(0, 73, 172, 0.12);
}
        .search-inpt-box .voice-search:after {
            content: "";
            width: 3.5rem;
            height: 3.5rem;
            border: 0.2rem solid #ee2361;
            border-radius: 50%;
            display: inline-block;
            margin-left: -6.5px;
            margin-top: -3px;
            opacity: 0;
            position: absolute;
            top: 0;
            left: 3.5px;
        }

.pre-qualified {
    background: #FFFFFF;
    border: 1px solid rgba(0, 73, 172, 0.72);
    box-shadow: 0px 32px 13px rgba(0, 0, 0, 0.01), 0px 18px 11px rgba(0, 0, 0, 0.03), 0px 8px 8px rgba(0, 0, 0, 0.04), 0px 2px 4px rgba(0, 0, 0, 0.05), 0px 0px 0px rgba(0, 0, 0, 0.05);
    border-radius: 51px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 8px 10px;
}
    .pre-qualified img {
        width: 29px;
    }
    .pre-qualified p {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        margin: 0px;
        color: #525252;
    }
    .pre-qualified p strong{
        color: #0049ac;
    }
    .pre-qualified a {
        background: #0049AC;
        border-radius: 65px;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        padding: 5px 10px;display:inline-block;text-decoration:none;
    }

.under-sliderboxs {
    margin-top: 0px;
    margin-bottom: 55px;
}
/*.carousel-inner {
  z-index: -11 !important
}*/
.carousel-caption-here h5 {
  font-weight: 600;
  font-size: 53px;
  line-height: 61px;
  margin-bottom: 17px;
  color: #1A1F48;
  border-bottom: 3px solid #0049AC;
  padding-bottom: 42px;
}
.carousel-caption-here p{font-weight: 400;
  font-size: 17px; color: #181818;}
.carousel-caption-here h5 span{ color:#0049AC}


.btn-clickhere {
  background: #0049AC;
  color: #fff;
  border-radius: 19px;
  padding: 4px 30px;
  display: inline-block;
  margin-top: 15px;
  font-size: 15px;
  border: 2px solid #0049AC;
}
.btn-clickhere:hover{ border: 2px solid #0049AC; color:0049AC ; background-color: #fff;}

.carousel-control-prev-icon {
  background-image: url(../images/pre.png);
  filter: inherit !IMPORTANT;
  width: 50px;
  height: 80px;
}
.carousel-control-next-icon{

  background-image: url(../images/next.png);
  filter: inherit !IMPORTANT;
  width: 50px;
  height: 80px;
}
.innerbox img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}


.latest-news-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 20.2144px rgba(117, 154, 207, 0.2);
    border-radius: 10px;
    min-height: 354px;
}
.latest-news-heading {
  background-color: #0049ac;
  position: relative;
  padding: 4px 15px 6px;
  margin-bottom: 10px;
}
    .latest-news-heading h2 {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
    }

    /* .latest-news-heading::before {
        content: "";
        position: absolute;
        bottom: 0px;
        background-color: #0049AC;
        width: 134px;
        height: 1px;
    } */
.marquee-box-ht{
    height: 275px;
    overflow: hidden;
}
.latest-news-box marquee {
    padding: 10px 15px;
    height: 299px;
}
.mqrqu-list{width:100%;}
.mqrqu-list ul{margin:0px; padding:0px; list-style:none;}
.mqrqu-list ul li {
  color: #1A1F48;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 9px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 18px;
}
        .mqrqu-list ul li::before {
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            background-color: #fff;
            border: solid 2px #0049AC;
            width: 0px;
            height: 11px;
            border-radius: 50%;
            padding-right: 6px;
        }

/************************************* OUR OFFORE  *******************/

.slider-offer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  /*  height: 100vh;
    width: 100vw;*/
}

/* slides */
.slider__img {
    position: relative;
    overflow: hidden;
    min-width: 100%;
    min-height: 500px;
}

    .slider__img img {
        position: absolute;
        opacity: 0;
        transition: all .3s ease-in-out;
        width: 100%;
    }

        .slider__img img.prev {
            transform: translateX(-100%);
        }

        .slider__img img.next {
            transform: translateX(100%);
        }

        .slider__img img.current {
            opacity: 1;
            transform: translateX(0);
        }

/* slider button */
.slider__btn {
    display: flex;
    align-items: center;
}
.prevBtn {
    background: #fff;
    border: 1.18082px solid #0049AC;
    border-radius: 50%;
    cursor: pointer !important;
    color: #0049AC;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;margin-right: 20px;
}
.nextBtn {
    background: #fff;
    border: 1.18082px solid #0049AC;
    border-radius: 50%;
    cursor: pointer !important;
    color: #0049AC;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}
            /*=======================*/

            .whatsnew {
    background-image: url(../images/bg-whatnew.png);
    padding: 50px 0px;
}

.hedingsec {
  background: #FFFDF0;
  /* box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 84%); */
  padding: 20px 0px;
  text-align: center;
  box-shadow: 0px 6px 9px -3px rgb(217 214 214 / 84%);
  margin-bottom: 5px;
}
.hedingsec h3 {
  color: #F20000;
  font-size: 21px !IMPORTANT;
  font-weight: 500;
}
  .titlehere {
    color: #0049AC;
    font-size: 27px;
    font-weight: 600;
    position: relative;
    margin-bottom: 29px;
}
.titlehere::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 2px;
  background: #0049ac;
  /* top: 42px; */
  margin: auto;
  transform: translate(50px, 42px);
}

.titlehere-a {
  color: #0049AC;
  font-size: 27px;
  font-weight: 600;
  position: relative;
  margin-top: 35px;
}
.titlehere-a::before {
  content: "";
  position: absolute;
  width: 8%;
  height: 2px;
  background: #0049ac;
  /* top: 42px; */
  margin: auto;
  transform: translate(39px, 44px);
}
.whatsnew p {
  margin: 20px 0px;
  line-height: 27px;
}
.appgroup a{display:inline-block;text-decoration:none;margin-right:30px;}
    .appgroup a:last-child {
        margin-right: 0px;
    }
    .appgroup img {
        width: 145px;
        height: 45px;
    }

    div#offerour .item img {
      border-radius: 8px;
  }
.appcaption h3 {
    font-weight: 600;
    font-size: 43px;
    color: #f1a432;
    margin-bottom: 45px;
}
.appgroup {
  margin-top: 22px;
}

.appcaption h3 span {
  color: #0049ac;
}
.appcaption {
  margin-top: 31%;
}

/*==================*/
.mainfooter {
  background: #0049AC;
  padding: 34px 0px;
  color: #fff; position:relative;
}
.pai {
    position: fixed;
    bottom: 81px;
    right: 0;
    z-index: 111;
    width: 145px;
}
.pai a{text-decoration:none;display:inline-block;}
.pai a img{width:100%;}

.copyright {
  background: #002D6B;
  text-align: center;
  padding: 10px 0px;

}
    .copyright p {
        color: #fff;
        font-size: 16px;
        font-weight: 300;
        margin: 0 auto;
        line-height: 30px;
    }
    .footertitele {
      font-size: 20px;
      padding-bottom: 18px;
      position: relative;
      font-weight: 500;
  }

.footertitele:before {
  content: "";
  position: absolute;
  top: 27px;
  background: #f1a432;
  width: 46%;
  height: 1px;
}
ul.footerlink li {
  font-size: 15px;
  padding: 7px 0px;
  font-weight: 300;
}
    ul.footerlink li a {
        display: inline-block;
        font-weight: normal;
    }
    /*=============*/
    .infosec {
        background: #EEF5FF;
        padding: 50px 0px;
    }
.galleywithtabs {
    padding: 40px 0 40px;
}
.secheading {
  background: #0049AC;
  box-shadow: 5px 20px 8px rgba(0, 35, 82, 0.03), 3px 11px 7px rgba(0, 35, 82, 0.09), 1px 5px 5px rgba(0, 35, 82, 0.15), 0px 1px 3px rgba(0, 35, 82, 0.18), 0px 0px 0px rgba(0, 35, 82, 0.18);
  border-radius: 0px 15px 15px 0px;
  font-size: 22px;
  line-height: 35px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 3px 16px;
  display: inline-block;
}
.secheading-a {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    line-height: 52px;
    position: relative;
    padding-bottom: 20px;
}
    .secheading-a:before {
        content: "";
        position: absolute;
        top: 60px;
        width: 9%;
        height: 2px;
        background: #fff;
    }
.infoinner_box {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);
  border-radius: 18px;
  padding: 0px 6px 15px 15px;
  margin: 15px 14px;
}

ul.lamonut li {
  color: #AAAAAA;
}

.innersmbox {
  height: 350px;
  overflow-y: scroll;
}
ul.impolink li a {
  color: #1A1F48;
  font-size: 15px;
  display: inline-block;
  margin: 6px 0px;
}
ul.impolink li {
  position: relative;
  padding-left: 16px;
}
ul.impolink li:before {
  content: "";
  position: absolute;
  width: 10px;
  background: #0049AC;
  height: 10px;
  border-radius: 11px;
  top: 11px;
  left: 0px;
  background: #fff;
  border: 3px solid #0049AC;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

.banner {
    width: 100%;
    height: 100vh;
    background: url(https://images.pexels.com/photos/683929/pexels-photo-683929.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) no-repeat center center fixed;
    background-size: cover;
}

.content {
    padding: 50px 100px;
}

    .content h2 {
        padding: 0;
        margin: 0 0 20px;
        font-size: 30px;
    }

    .content p {
        font-size: 18px;
    }

.sidebar-contact {
    position: fixed;
    top: 50%;
    left: -295px;
    transform: translateY(-50%);
    width: 295px;
    height: auto;
    padding: 20px 30px 15px;
    background: #aeb9c9;
    box-shadow: 0px 9px 16px rgb(0 0 0 / 29%);
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 11111;
    border-radius: 0px 8px 8px 0px;
}

    .sidebar-contact.active {
        left: 0;
    }

.apply-menu-list{width:100%;}
.apply-menu-list ul{margin:0px; padding:0px; list-style:none;}
    .apply-menu-list ul li {
        float: left;
        line-height: 25px;
        width: 100%;
        padding-bottom: 12px;
    }
    .apply-menu-list ul li a {
        display: inline-block;
        text-decoration: none;
        font-size: 17px;
        color: #FFFFFF;
    }
.toggle {
    position: absolute;
    height: 57px;
    width: 139px;
    text-align: center;
    cursor: pointer;
    background: #FFFFFF;
    border-right: 2px solid #0049AC;
    top: 45% !important; 
    right: -96px;
    line-height: 60px;
    transform: rotate(90deg);
    border-left: 2px solid #0049AC;
    border-top: 2px solid #0049AC;
    border-radius: 30px 30px 0 0;
    z-index: 1;
}

    .toggle:before {
        content: 'Apply Now';
        font-size: 18px;
        color: #0049AC;
        line-height: 28px;
        font-family: 'Poppins';
        font-weight: 500;
    }

    .toggle.active:before {
        content: 'Apply Now';
    }
/*
@media(max-width:768px) {
    .sidebar-contact {
        width: 100%;
        height: 100%;
        left: -100%;
    }

        .sidebar-contact .toggle {
            top: 50%;
            transform: translateY(-50%);
            transition: 0.5s;
        }

        .sidebar-contact.active .toggle {
            top: 0;
            right: 0;
            transform: translateY(0);
        }

    .scroll {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .content {
        padding: 50px 50px;
    }
}*/
/*.secheading:before {
  content: "";
  position: absolute;
  top: 44px;
  width: 44%;
  height: 2px;
  background: #0049AC;
}
*/
.servicesbox {
  background: #FFFFFF;
  box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
 
  border-radius: 21px;
  width: 360px;
  margin: auto;
  padding: 14px;
  margin: 20px 20px;
}
.servicesbox img {
  width: 98px !IMPORTANT;
  height: 60px !important;
  object-fit: contain;
}


#services {
  position: relative;
  margin-top: 10px;
}

#services .owl-item.active.center .servicesbox{
  background-color: #0049ac;
  color: #fff;
}
#services .owl-item.active.center .servicesbox h4{
  color: #fff;
}

#services .owl-item.active.center .servicesbox img{
  filter: brightness(0) invert(1);
}

#services .owl-prev {
  position: absolute;
  top: 45%;
  left: -36px;
  /* background: #0049AC; */
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  color: #0049AC;
  border: 1px solid #0049AC;
}
#services .owl-next {
  position: absolute;
  top: 45%;
  right: -36px;
  /* background: #0049AC; */
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 20px;
  color: #0049AC;
  border: 1px solid #0049AC;
}

.servicesbox h4 {
  color: #0049AC;
  font-size: 22px;
  margin: 10px 0px;
  font-weight: 600;
}
.servicesbox p {
  margin: 14px 0px;
}

.shpebtn .nav-link.active {
    background: #F1A432;
    box-shadow: 0px 0px 13px rgba(255, 169, 44, 0.5);
    border-radius: 37px;
    width: 130px;
}
.shpebtn .nav-link {
    width: 130px;
    color: #aaa;
    background: #F4F4F4;
    border-radius: 37px;
}
.shpebtn li.nav-item {
 /* border-left: 1px solid #ccc;*/
  padding: 0px 10px;
}
.shpebtn li.nav-item:first-child {
  border-left: 0px;
  padding-left: 0px;
}


.bgimg {
    background-image: url(../images/gallerybg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 100px;
    padding-bottom: 60px;
}

.cpl {
  padding-left: 300px;
  padding-right: 98px;
  padding-top: 45px;
 
}


.bgimg .nav-link.active {
    background-color: #fff;
    color: #0049ac;
    padding: 5px 0px;
    width: 115px;
    font-size: 21px;
    line-height: 31px;
}
.bgimg .nav-link {
    color: #fff;
    width: 115px;
    padding: 5px 0px;
    font-size: 21px;
    line-height: 31px;
}




ul.lamonut {
  display: flex;
  justify-content: space-between;
}

.introgroup {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1px;
}
span.loanamount {
  color: #034bad;
  font-size: 21px;
  font-weight: bold;
}
.introgroup .form-label {
  color: #034bad;
  font-weight: 500;
  font-size: 17px;
}

.cmb {
  margin-bottom: 15px;
}



.form-range::-webkit-slider-thumb {
    background: #fff;
    border: 3px solid #034bad;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

.form-range::-moz-range-thumb {
    background: #fff;
    border: 3px solid #034bad;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}

.form-range::-ms-thumb {
    background: #fff;
    border: 3px solid #034bad;
    width: 20px;
    height: 20px;
    margin-top: -8px;
}




input[type=range]::-webkit-slider-runnable-track {
 
  background: #034bad;
  height:4px;
 
}


/*=================*/




.img-wrapper {
  position: relative;
  border: 2px solid#fff;
    border-radius: 11px;
    
    margin-bottom: 24px;

}
.img-wrapper img {
  width: 100%;
  border-radius: 11px;
}
div#image-gallery {
  background: #ffffff52;
  padding: 12px;
  border-radius: 9px;
  padding-top: 22px;
  padding-bottom: 0px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*==================*/


#imgcrousel {
    position: relative;
    width: 92%;
    margin: 0 auto;
}

#events {
    position: relative;
    width: 92%;
    margin: 0 auto;
}

#banking {
    position: relative;
    width: 92%;
    margin: 0 auto;
}


#offerour{ position: relative;}
#offerour .owl-prev {
  position: absolute;
  top: -69px !important;
  right: 38px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1a432 !important;
  color: #fff;
  border: 0px;
  font-size: 16px;
  line-height: 26px;
}

.yearpd p + p{ margin-left: 2px;}
.yearpd i {
  color: #0049ac;
}
#offerour .owl-next {
  position: absolute;
  top: -69px !important;
  right: 0px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f1a432 !important;
  color: #fff;
  border: 0px;
  font-size: 16px;
  line-height: 26px;
}

a.exploremore:hover {
  background: #fff;
  border: 1px solid #f1a432;
  color: #f1a432;
}
a.applyloan:hover {
  background: #fff;
  border: 1px solid #0049ac;
  color: #0049ac !IMPORTANT;
}

/* .galleywithtabs .owl-prev {
    position: absolute;
    top: 46%;
    left: -50px;
    background: #fff;
    border: 1px solid #034bad;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #034bad;
}
.galleywithtabs .owl-next {
    position: absolute;
    top: 46%;
    right: -50px;
    background: #fff;
    border: 1px solid #034bad;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #034bad;
} */

.galleywithtabs ul#pills-tab {
  margin-top: 38px !important;
  margin-bottom: 37px !IMPORTANT;
}

.cmb:last-child{ margin-bottom: 0px;}



.innersmbox::-webkit-scrollbar {
  width: 6px;
}

.innersmbox::-webkit-scrollbar-track {
  background:  #F4F7FA;
  border-radius: 6px;
}
.innersmbox::-webkit-scrollbar-thumb {
  background-color: #D1D9E2 ;
  border-radius: 6px;
  border: 3px solid #D1D9E2;
}
.appdownlodsec {
  padding: 65px 0px;
}


a.btn-click:hover {
  background: #0049ac;
}

.appcaption h3 {
  position: relative;
}
    .appcaption h3:before {
        content: "";
        background: #0049AC;
        width: 95%;
        height: 2px;
        position: absolute;
        bottom: -22px;
    }
.appcaption p {
  margin-top: 23px;
}


ul.whatnewlink {
  display: flex;
  margin-top: 15px;
}
ul.whatnewlink li {
  margin-right: 50px;
  color: #000;
  font-weight: 500;
  position: relative;
}

ul.whatnewlink li:before {
  content: "";
  content: "\f105";
  font-family: FontAwesome;
  color: #0049ac;
}
ul.whatnewlink li::after {
  content: "";
  content: "\f105";
  font-family: FontAwesome;
  color: red;
  position: absolute;
  left: -4px;
}
/*======================*/



/*====================*/
#page-cover .breadcrumb {
  margin-top: 14px;
}

#page-cover{
  position: relative;
  z-index: 1;
  background-color: #d3e8ed;
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
#page-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(270deg, #141414 0%, rgba(20, 20, 20, 0) 100%); */
  background: linear-gradient(270deg, #0049ac 0%, rgba(20, 20, 20, 0) 100%);
  z-index: -1;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
#page-cover .breadcrumb-item.active {
  color: #bfbebe;
}

/*===================*/
.bankpic-here {
  padding: 5px;
  box-shadow: 0 1px 6px 0 rgb(126 136 172 / 44%);
}
.bankpic h3 {
  font-size: 17px;
  text-align: center;
  padding: 10px 0px;
  background: #0066b8;
  color: #fff;
  font-weight: 500;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
}


/*================*/
.aboutus {
  padding: 70px 0px;
}
.aboutus p {
  font-size: 15px;
  text-align: justify;
  line-height: 31px;
}
.aboutus h1 {
  color: #0049ac;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 
.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.vert-move {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
      transform: translateY(0);
  }

  100% {
      transform: translateY(-10px);
  }
} */


.managing-info {
  background: #fff;
  text-align: center;
  padding: 10px;
  padding: 5px;
  box-shadow: 0 1px 6px 0 rgb(126 136 172 / 44%);
  border-radius: 7px;
  margin: 20px 0px;
}
.managing-name h1 {
  font-size: 20px;
  color: #0049ac;
  margin-bottom: 10px;
}
.managing-name {
  padding: 12px 0px;
}
.managing-name p {
  color: #2a2c2e;
  font-weight: 600;
}
a.btnmanaging:hover {
  color: #fff;
}
.managing-per {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
  padding: 55px 0px;
}

.managingall-caption h3 {
  color: #0049ac;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
}
.managingall-caption {
  padding: 120px 0px;
}
.btnmanaging {
  background: #0049ac;
  color: #fff;
  padding: 5px 24px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 16px;
}

.loan-info {
  padding: 50px 0px;
}

.loan-info .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #686662;
}
.loan-info .nav-pills .nav-link.active {
  color: #0049ac;
  background-color: transparent;
  border-bottom: 3px solid #0049ac;
  border-radius: 0px;
}



.loan-info ul#pills-tab {
  position: relative;
}
.loan-info ul#pills-tab:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #e7e7e7;
  top: 40px;
  position: absolute;
  z-index: -1;
}
.loan-info li.nav-item {
  margin: 0px 6px;
}


.overview-content-box-one {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%);
  margin-right: 20px;
}
.overview-content-box-one ul li {
  float: left;
  width: 50%;
  border-right: 1px solid #f2ece7;
  border-bottom: 1px solid #f2ece7;
}
.single-overview-box {
  text-align: center;
  padding: 30px 0 22px;
}
.single-overview-box .icon {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #f2ece7;
  margin: 0 auto;
  border-radius: 50%;
  color: #a5a2a0;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.single-overview-box .title {
  padding-top: 18px;
}

.single-overview-box .title h3 {
  font-size: 18px;
  line-height: 28px;
}

.overview-content-box-two .inner-title h5 {
  color: #f1a432;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 4px;
}
.overview-content-box-two .inner-title h2 {
  font-size: 30px;
  line-height: 50px;
  color: #0049ac;
}
.overview-content-box-two .text {
  
  padding-top: 10px;
  padding-bottom: 43px;
}

.overview-content-box-two .text p+p {
  margin-top: 15px;
}

a.btn-openac {
  background: #0049ac;
  padding: 12px 16px;
  font-weight: 600;
  color: #fff;
}

.deposits {
  padding: 100px 0px;
  background: #fffdf069;
}
.sec-title.text-center {
  margin-bottom: 59px;
}
.sub-title {
  margin-top: 8px;
  color: #000;
  font-size: 17px;
}

.sec-title h2 {
  font-size: 31px;
  color: #0049ac;
  font-weight: 500;

}

.sub-title {
    position: relative;
}
.sub-title:before {
  content: "";
  width: 10%;
  position: absolute;
  top: 42px;
  height: 2px;
  background: #f1a432;
  left: 0px;
  right: 0px;
  display: block;
  margin: auto;
}
.sub-title::after {
  content: "";
  width: 12px;
  position: absolute;
  top: 37px;
  height: 12px;
  background: #f1a432;
  left: 0px;
  right: 0px;
  display: block;
  margin: auto;
  border-radius: 50%;
}
section.managing-per .sub-title:before{ display: none;}
section.managing-per  .sub-title::after { display: none;}
section.faq-style1-area  .sub-title:before{ display: none;}
section.faq-style1-area .sub-title::after { display: none;}
.eligibility-area  .sub-title:before{ display: none;}
.eligibility-area .sub-title::after { display: none;}

li.single-benefits-box-colum {
  position: relative;
  padding: 0 30px 39px;
}

li.single-benefits-box-colum:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-image: -moz-linear-gradient(90deg, rgb(247, 241, 235) 5%, rgb(0 73 172) 50%, rgb(247, 241, 235) 95%);

  background-image: -webkit-linear-gradient(90deg, rgb(247, 241, 235) 5%, rgb(0 73 172) 50%, rgb(247, 241, 235) 95%);

  background-image: -ms-linear-gradient(90deg, rgb(247, 241, 235) 5%, rgb(0 73 172) 50%, rgb(247, 241, 235) 95%);
}

li.single-benefits-box-colum:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background-image: -moz-linear-gradient(180deg, rgb(247, 241, 235) 10%, rgb(0 73 172) 50%, rgb(247, 241, 235) 90%);
  background-image: -webkit-linear-gradient(180deg, rgb(247, 241, 235) 10%, rgb(0 73 172) 50%, rgb(247, 241, 235) 90%);
  background-image: -ms-linear-gradient(180deg, rgb(247, 241, 235) 10%, rgb(0 73 172) 50%, rgb(247, 241, 235) 90%);
}
li.single-benefits-box-colum:last-child:before {
  display: none;
}

li.single-benefits-box-colum:nth-child(3):before {
  display: none;
}

li.single-benefits-box-colum:nth-child(4):after {
  display: none;
}

li.single-benefits-box-colum:nth-child(5):after {
  display: none;
}

li.single-benefits-box-colum:nth-child(6):after {
  display: none;
}

li.single-benefits-box-colum:nth-child(4) {
  padding-top: 45px;
  padding-bottom: 0;
}

li.single-benefits-box-colum:nth-child(5) {
  padding-top: 45px;
  padding-bottom: 0;
}

li.single-benefits-box-colum:nth-child(6) {
  padding-top: 45px;
  padding-bottom: 0;
}

li.single-benefits-box-colum:nth-child(2) .single-benefits-box .icon {
  background: linear-gradient(to right, #0f76a2 0%, #1297c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(3) .single-benefits-box .icon {
  background: linear-gradient(to right, #2159a7 0%, #327dc8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(4) .single-benefits-box .icon {
  background: linear-gradient(to right, #3e3389 0%, #515bbd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(5) .single-benefits-box .icon {
  background: linear-gradient(to right, #649519 0%, #96c723 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li.single-benefits-box-colum:nth-child(6) .single-benefits-box .icon {
  background: linear-gradient(to right, #ff9238 0%, #ffc22c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.single-benefits-box {
  position: relative;
  display: block;
}

.single-benefits-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #e0e6e7;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to right, #018795 0%, #0eced3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  z-index: 1;
}

.single-benefits-box .icon:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 1px;
  bottom: 0px;
  right: 0px;
  border: 1px solid #e0e6e7;
  transform: rotate(45deg);
}

.single-benefits-box .text {
  position: relative;
  display: block;
  padding-top: 26px;
}

.single-benefits-box .text h3 {
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 13px;
}

.single-benefits-box .text p {
  color: #757c7d;
}
.benefits-style2-area {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  box-shadow: 0px 54px 21px rgb(0 0 0 / 1%),;
  padding: 100px 0px;
}



.faq-style1-area {
  background-color: #ffffff;
  padding: 100px 0 100px;

}


.faq-style1-title {

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 55px;
}

.faq-style1-title .sec-title {
  padding-bottom: 0;
}


.faq-search-box {
  padding-bottom: 5px;
  max-width: 370px;
  width: 100%;
}

.faq-search-box h3 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}

.faq-search-box__inner {
  position: relative;
}


.faq-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.faq-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 0px solid #e5e5e5;
  color: #7f7873;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 0px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  font-family: var(--thm-font);
  transition: all 500ms ease 0s;
}

.faq-search-box .search-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-radius: 0%;
  border: 0px solid #e7e7e8;
  transition: all 500ms ease 0s;
}

.faq-search-box .search-form button i {
  position: relative;
  top: 2px;
  color: var(--thm-black);
  font-size: 20px;
}

.faq-search-box .search-form input[type="text"]:focus {
  color: #000;
}




.faq-style1__image .inner {
  background-color: #646464;
}

.faq-style1__image .inner img {
  width: 100%;
  /* mix-blend-mode: luminosity; */
}



.faq-style1-bottom-box {
  padding-top: 53px;
}



.faq-style1-bottom-box p a {
  font-weight: 500;
  color: #0049ac;
  text-decoration: underline;
}



.faq-style1-bottom-box .btns-box {
  line-height: 0;
  padding-top: 23px;
}

.faq-style1-bottom-box .btns-box a {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
}

.accordion-item{margin-top: 15px;}
  button.accordion-button.collapsed {
  color: #0049ac;
  font-weight: 700;
  
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0c63e4;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-header {
  margin-bottom: 0;
  border-top: 1px solid rgba(0,0,0,.125);
}







.interest-charges-area {
  position: relative;
  display: block;
  padding: 100px 0 100px;
  background-image: -webkit-linear-gradient(0deg, rgb(13 68 162) 0%, rgb(0 73 172) 100%);
  z-index: 1;
}

.interest-charges-area-shape1 {
  position: absolute;
  top: 0;
  left: 0;
}

.interest-charges-area-shape1 img {
  opacity: 0.08;
  mix-blend-mode: luminosity;
}

.interest-charges-area .sec-title h2 {
  color: #ffffff;
}

.interest-charges-area .sec-title .sub-title p {
  color: #ffffff;
}

.interest-charges-table-box {
  position: relative;
  display: block;
}

.interest-charges-table-box .table-outer {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.interest-charges-table-box .interest-charges-table {
  min-width: 1024px;
  width: 100%;
}



.interest-charges-table-box .interest-charges-table tbody {
  position: relative;
}

.interest-charges-table-box .interest-charges-table tbody tr {
  position: relative;
}

.interest-charges-table-box .interest-charges-table tbody tr td {
  min-width: 100px;
  padding: 0px 30px;
  border: 1px solid rgba(255, 255, 255, .20);
  font-family: var(--thm-font-2);
}

.interest-charges-table-box .interest-charges-table tbody tr td.title {
  position: relative;
  padding: 0px 60px;
  padding-right: 20px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.title h3 {
  color: #f2ece7;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}



.interest-charges-table-box .interest-charges-table tbody tr td.balance {
  position: relative;
  padding: 0;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance .inner-title {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 18px 30px 18px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance .inner-title h3 {
  color: #f2ece7;
  font-size: 20px;
  font-weight: 500;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance ul {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.balance ul li {
  color: #f2ece7;
  font-size: 16px;
  line-height: 36px;
}



.interest-charges-table-box .interest-charges-table tbody tr td.interest {
  position: relative;
  padding: 0;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest .inner-title {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, .20);
  padding: 18px 30px 18px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest .inner-title h3 {
  color: #f2ece7;
  font-size: 20px;
  font-weight: 500;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest ul {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
}

.interest-charges-table-box .interest-charges-table tbody tr td.interest ul li {
  color: #f2ece7;
  font-size: 16px;
  line-height: 36px;
}


.eligibility-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 100px;
}

.eligibility-img-box {
  position: relative;
  display: block;
}

.eligibility-img-box .sec-title {
  padding-bottom: 45px;
}

.eligibility-img-box__inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #646464;
  margin-right: -90px;
}

.eligibility-img-box__inner img {
  /* mix-blend-mode: luminosity; */
  width: 100%;
}




.eligibility-content-box {
  position: relative;
  display: block;
}

.eligibility-content-box__inner {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  z-index: 1;
}

.eligibility-content-box__inner ul {
  position: relative;
  display: block;
}

.eligibility-content-box__inner ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid #f2ece7;
  padding: 22px 30px 23px;
}

.eligibility-content-box__inner ul li .inner {
  position: relative;
  display: block;
  padding-left: 60px;
}


.eligibility-content-box__inner ul li .counting {
  position: absolute;
  top: 8px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  color: #a5a2a0;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--thm-font-2);
}

.eligibility-content-box__inner .text {
  position: relative;
  display: block;
}

.eligibility-content-box__inner .text h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 5px;
}

.eligibility-content-box__inner .text p {
  color: #7f7873;
}



.facts-box-style2 {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 110px;
  display: none;
}

.facts-box-style2 .counting {
  position: relative;
  width: 105px;
  height: 70px;
  color: var(--thm-base);
  font-size: 40px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.facts-box-style2 .counting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background: #f7f1eb;
  border-radius: 50%;
  z-index: -1;
}

.facts-box-style2 .counting h2 {
  color: var(--thm-base);
  font-size: 40px;
  font-weight: 500;
}

.facts-box-style2 .counting .k {
  margin-left: -1px;
}

.facts-box-style2 .inner-title {
  position: relative;
  flex: 1;
  margin-left: 30px;
}

.facts-box-style2 .inner-title h3 {
  font-size: 22px;
  line-height: 30px;
}


.cirnumber {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #0049ac;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
}


.smboxhrere {
  text-align: center;
  background: #0050b2;
  padding: 50px 0px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #fff;
}

h1.stat-counter {
  font-size:  70px;
  font-size: 70px;
}
.smboxhrere.font-sm h1 {
  font-size: 31px;
  padding: 4px 0px;
}

.img-btnsec img {
  width: 100%!important;
  height: 208px;
  object-fit: revert;
}

.smboxhrere {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.font-sm {
 
  position: relative;
  background-repeat: no-repeat;
    background-size: cover;
}
.font-sm::before {
  content: "";
  background-color: rgba(116, 57, 191, 0.75);
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.font-sm h1 {
  position: relative;
  z-index: 1;
}
.font-sm p {
  position: relative;
  z-index: 1;
}

.fst {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}



.help-ad-area .offers {
  border-radius: 8px;
  background-color: #fff;
  box-shadow:0 0.5px 1px 0 rgba(51, 77, 114, 0.1),
  0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
  position: relative;
  display: inline-block;
  transform: translate(-50px, -65px);
  z-index: 1;
}
.help-ad-area .offers ul {
  border-radius: 8px;
  padding: 33px 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.help-ad-area .offers .shape {
  position: absolute;
  right: -99px;
  bottom: -8px;
  z-index: 1;
}
.help-ad-area .offers ul li {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: var(--theme-text-color);
  margin: 8px 0;
}
.help-ad-area .offers ul li i {
  height: 25px;
  width: 25px;
  background-color: rgba(246, 166, 9, 0.25);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
}
.help-ad-area p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #6a737c;
}
p.pt-lg-60 {
  margin-top: 62px;
}

.help-ad-area {
  padding: 100px 0px;
  padding-bottom: 0px;
}

.help-ad-area  .sec-title.text-center {
  margin-bottom: 28px;
}


.loanamountsec ul li {
  position: relative;
  color: #7c7474;
  padding-left: 21px;
  padding-bottom: 10px;
  border-radius: 8px;
}
.loanamountsec ul li::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 12px;
  border-left: 8px solid #a5a2a0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent}



  ul.btngrouploan {
    display: flex;
    margin-top: 68px;
    justify-content: space-around;
}
li.btnemi:before {
  display: none;
}
li.btnemi {
  padding: 8px 39px !important;
  display: inline-block;
  font-weight: bold;
  background: #0049ac;
  border: 2px solid #0049ac;
}
li.btnemi a {
  color: #fff;
  font-weight: 400;
}

.account-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 100px 0 92px;
  z-index: 10;
}

.single-account-box-style1 {
  position: relative;
  display: block;
  padding-right: 20px;
  margin-bottom: 30px;
}

.single-account-box-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #646464;
}

.single-account-box-style1 .img-holder img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.single-account-box-style1 .text-holder {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 0;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 17px 20px 18px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-account-box-style1:hover .text-holder {
  background: #1a1c23;
}

.single-account-box-style1 .text-holder h3 {
  position: relative;
  display: block;
  padding-left: 0px;
  font-size: 22px;
  line-height: 32px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-account-box-style1:hover .text-holder h3 {
  padding-left: 25px;
}

.single-account-box-style1 .text-holder h3::before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  color: var(--thm-base);
  font-size: 15px;
  font-family: 'icomoon' !important;
  content: "\e90f";
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-account-box-style1:hover .text-holder h3::before {
  opacity: 1;
}

.single-account-box-style1 .text-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-account-box-style1:hover .text-holder h3 a {
  color: #ffffff;
}

.single-account-box-style1:hover .text-holder h3 a:hover {
  color: var(--thm-base);
}

.single-account-box-style1 .text-holder p {
  margin: 4px 0 0;
}

.single-account-box-style1:hover .text-holder p {
  color: #bcbcbc;
}


.account-style1-area_btn {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 14px;
}

.account-style1-area_btn a {
  color: var(--thm-black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.account-style1-area_btn a:hover {
  color: var(--thm-base);
}

.account-style1-area_btn a span {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 7px;
  color: var(--thm-base);
  font-size: 16px;
}


.or {
  background: #0049ac;
  /* padding: 13px 25px; */
  width: 30px;
  height: 30px;
  padding: 3px;
  display: inline-block;
  border-radius: 50%;
  margin-top: 4px;
  color: #fff;
}
input.btn.btn-submit {
  background: #0049ac;
  color: #fff;
  border-radius: 3px;
}

form.filterserchbanking {
  background: #fff;
  padding: 43px 36px;
  background: #FFFFFF;
  box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
  margin: 13px 0px;
  border-radius: 17px;
  margin: 13px 9px;
}

.serchbankinginfo {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  padding: 50px 0px;
}
.rstable {
  background: #FFFFFF;
  box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
  padding: 10px;
  border-radius: 11px;
  margin: 0px 9px;
  margin-bottom: 9px;
}

.serchbankinginfo .tab-content>.active {
  display: block;
  background: #fff;
}


.rtisec {
  padding: 60px 0px;
}

.rtisec .btn.btn-sm {
  background: #0049ac;
  color: #fff;
}

img.newblink {
  width: 20px;
}

.rtisec thead {
  background: #0049ac;
  color: #fff;
}

.unclimedlist {
  padding: 60px 0px;
}

.unclimedac {
  box-shadow: 0 3px 29px 0 rgb(0 0 0 / 7%);
  background: #fff;
}


.unclimedac {
  box-shadow: 0 3px 29px 0 rgb(0 0 0 / 7%);
  background: #fff;
  padding: 31px 24px;
}

.unclimedac h3 {
  font-size: 22px;
  font-weight: bold;
  color: #0049ac;
  margin-bottom: 25px;
}

.unclimedac li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 15px;
}

.unclimedac ul li::before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 12px;
  border-left: 8px solid #a5a2a0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.unclimedac li a {
  color: #0049ac;
  font-weight: 500;
  text-decoration: underline;
}


.showtop{ display: block;}




/*** 
=============================================
  Statements Area Css
=============================================
***/
.statements-area {
  padding: 100px 0 90px;
}



.statements-content-box ul {

  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}

.statements-content-box ul li {
  float: left;
  width: 50%;
  padding: 0 5px 0px;
}

.single-statements-box {
  position: relative;
  display: block;
  padding-bottom: 10px;
}

.single-statements-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #646464;
  z-index: 1;
}

.single-statements-box .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1a1c23;
  opacity: 0.40;
  z-index: 1;
}

.single-statements-box .img-box img {
  width: 100%;
  mix-blend-mode: luminosity;
  transform: scale(1.0);
  transition: all 700ms ease;
}

.single-statements-box:hover .img-box img {
  transform: scale(1.05) rotate(0deg);
  filter: grayscale(.01);
}

.single-statements-box .img-box .static-content {
  position: absolute;
  left: 0;
  bottom: 25px;
  right: 0;
  text-align: center;
  z-index: 2;
  transition: all .4s ease-in-out .3s;
}

.single-statements-box:hover .img-box .static-content {
  bottom: 50%;
  transform: translateY(50%);
}

.single-statements-box .img-box .static-content h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}


.single-statements-box .img-box .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .15);
  font-size: 200px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--thm-font-2);

  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(20deg) translateX(-50%);
  -ms-transform: perspective(400px) rotateX(20deg) translateX(-50%);
  transform: perspective(400px) rotateX(20deg) translateX(-50%);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  z-index: 1;
}

.single-statements-box:hover .img-box .overlay-content {
  opacity: 1.0;
  -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
  -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
  transform: perspective(400px) rotateX(0deg) translateX(-0%);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}
.onlyshowmob {
  display: none;
}


.statements-text-box {
box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
  padding: 20px 23px 34px;
  background-image: -moz-linear-gradient(0deg, rgb(35, 106, 199) 0%, rgb(0 73 172) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(35, 106, 199) 0%, rgb(0 73 172) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(35, 106, 199) 0%, rgb(0 73 172) 100%);
}

.statements-text-box .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size: 100px;
}

.statements-text-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 19px;
}
.statements-text-box .inner-title h2 {
  color: #ffffff;
  font-size: 20px;
  line-height: 19px;
}

.statements-text-box .inner-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background: #ffffff;
}


.statements-text-box .text p {
  color: #e2deda;
}


.statements-text-box  .text {
  color: #fff;
  
  text-align: justify;
}

.statements-text-box .text ul li {
  margin: 14px 0px;
  font-size: 15px;
  text-transform: capitalize;
  text-align: initial;
  position: relative;
  margin-left: 16px;
}
.statements-text-box .text ul li::before{ 
 
  left: -21px;

  content: "\f35a";
  font-family: "Font Awesome 5 Free";
  position: absolute;
}
.statements-text-box .text .btn-box {

  padding-top: 27px;
}
.yearpd p {
  display: inline;
  text-align: center;
}

.statements-text-box .text .btn-box a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.statements-text-box .text .btn-box a span {
 
  padding-right: 7px;
  font-size: 16px;
}
ul.howtoreach.returntrip li {
  background: #f7f7f7;
}
.return {
  margin: 50px 0px;
}

.return h3 {
  color: #0049ac;
  margin-bottom: 5px;
}

.ACSTI-cap h2 {
  font-size: 28px;
  color: #044caf;
  font-weight: 600;
  margin-bottom: 12px;
}
.ACSTI-cap p {
  margin-bottom: 26px;
  line-height: 34px;
  text-align: justify;
}
.intro-faculty {
  font-size: 17px;
  text-align: center;
  background: #0049ac;
  padding: 8px 0px;
  color: #fff;
}
.faculty-box {
  border: 1px solid #ccc;
  margin-bottom: 29px;
  background: #fcfcfd;
}
.intro-faculty h3 {
  font-size: 19px;
}

.intro-faculty p {
  font-size: 15px;
}

.fac_box img {
  width: 100%;
}


.fac_box {
  margin-bottom: 29px;
  background: #fff;
  padding: 3px;
  box-shadow: 0px 0px 10px 3px rgb(0 0 0 / 10%);
}

.ACSTIlink ul li {
  display: inline-block;
  padding: 10px 0px;
  background: #0049ac;
  color: #fff;
  width: 19%;
  text-align: center;
  border: 1px solid #fff;
}
.ACSTIlink ul {
  display: flex;
  justify-content: center;
}


section.ACSTIlink {
  padding: 50px 0px;
  background: #FFFDF0;
}

.ACSTIlink ul li:hover {
  background: #000;
  transition: 1s;
}

.ACSTI-cap {
  margin-bottom: 50px !IMPORTANT;
}


.sec-title.text-center {
  margin-bottom: 70px;
}

ul.howtoreach li {
  background: #f5f9ff;
  margin-bottom: 14px;
  padding: 14px 12px;
  border: 2px dotted #ccc;
}

ul.howtoreach li h3 {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #0049ac;
}
ul.howtoreach li i {
  font-size: 29px;
  background: white;
  padding: 9px;
}


.btn-sumit {
  background: #0049ac;
  color: #fff;
  border-radius: 0px;
}
.btn-sumit:hover {
  background: #ffc700;
  color: #fff;
}


.acsticonatct {
  padding: 80px 0px;
}

.acsticonatct  h3 {
  color: #0049ac;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
}

.conatctinfosec h3 span {
  color: #ffc700;
}

.conatctinfosec ul {
  margin-top: 16px;
}
.conatctinfosec ul li {
  padding: 8px 0px;
}


.contact-form {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
  padding: 20px;
  border-radius: 10px;
}


.entry-content-page {
  background: #fff;
  box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
  padding: 19px;
}

ul.emicalu {
  text-align: center;
}
ul.emicalu li {
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}
ul.emicalu li:last-child{border-bottom: 0px solid #ccc;}
.galleywithtabs .row.border-1.g-0 {
  border: 1px solid #ccc;
  text-align: center;
  background: #eef5ff;
}

.emichart {
  border-left: 1px solid #ccc;
  height: 100%;
}
ul.emicalu h3 {
  font-size: 19px;
  font-weight: bold;
  color: #034bad;
  margin-top: 9px;
}

.galleywithtabs .row.border-1.g-0 {
  border: 1px solid #ccc;
  text-align: center;
  background: #eef5ff;
  margin-top: 15px;
}
section#page-cover ol.breadcrumb {
  margin-bottom: 0px;
}
.tollfree {
  background: #fff;
  width: 100%;
  border-bottom: 3px solid #F1A432;
  padding: 20px 13px;
  font-weight: 500;
  font-size: 19px;
  background: #fff;
  margin-bottom: 38px;
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
    box-shadow: 0px 54px 21px rgb(0 0 0 / 1%), 0px 30px 18px rgb(0 0 0 / 3%), 0px 13px 13px rgb(0 0 0 / 4%), 0px 3px 7px rgb(0 0 0 / 5%), 0px 0px 0px rgb(0 0 0 / 5%);
}
.tollfree span {
  color: #000;
  font-weight: bold;
}
.tollfree a {
  color: #0049ac;
  font-weight: bold;
  display: block;
  margin-top: 9px;
}

.tollfree p {
  font-size: 14px;
  margin-bottom: 11px;
}

/* @media (min-width: 1400px) {
    .container {
        max-width: 1170px;
    }
} */
.formsmhere {
    background: #fff;
    padding: 30px 10px 10px;
    border-radius: 0 10px 10px 0;
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    padding-bottom: 30px;
}

.smboxslider h1 {
    font-size: 21px;
    color: #0049ac;
    margin-bottom: 11px;
}
.sm-tc {
  font-size: 13px;
}
.smboxslider {
  background: #e9e9e9;
  padding: 20px;
  
  border-radius: 10px 0 0 10px;
  box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.smboxslider p {
    font-size: 13px;
    padding: 14px 0px;
    text-align: justify;
    /* height: 177px; */
    overflow: hidden;
    padding-bottom: 5px;
}

.formsmhere select.form-select {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    color: #6c7592;
}
.formsmhere input.form-control{ border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;}

    .formsmhere .form-select:focus {
    border-color: 1px solid #ccc;
    outline: 0;
    box-shadow: none;
}
.formsmhere .form-control:focus{ border-color: 1px solid #ccc;
    outline: 0;
    box-shadow: none;}

    .formsmhere button.btn.btn-primary {
    background: #0049ac;
    border: 0px;
}

.applynowsec {
    background: aliceblue;
    padding: 50px 0px;
}
.srchform {
    background: #fff;
    padding: 23px 0px;
    margin: 50px 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.formsecbox h4 {
    background: #0049ac;
    color: #fff;
    padding: 7px 0px;
}
.bg-form {
    background: #efefef;
    padding: 20px 12px;
    margin: 15px 0px;
}
.formsecbox .form-label {
    margin: 5px;
    margin-top: 16px;
    font-weight: 500;
}
.formsecbox {
    border: 6px solid #efefef;
}

.atmbankdetils {
    background: #fff;
    min-height: 100%;
    box-shadow: 1px 3px 4px #cccbcb;
    border-radius: 6px;
    margin: 10px 3px;
}
span.named {
    width: 146px;
    display: inline-block;
}
.atmbankdetils ul {
    padding: 22px 16px;
}
.atmbankdetils ul li {
    padding: 10px 0px;
    font-size: 12px;
    display: flex;
}
.atmbankdetils h3 {
    background: #0049ac;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 9px;
}
li.know_more {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px !IMPORTANT;
    margin-top: 12px;
    background: #0049ac;
    display: block !IMPORTANT;
}
.form-devider .devider-or span {
    border: 1px solid #848484;
    border-radius: 20px;
    padding: 2px 16px;
}
.form-devider .devider-or {
    background: #fafafa;
    padding: 0 12px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 2;
}
.form-devider {
    text-align: center;
    position: relative;
    height: 17px;
    margin: 14px 0 5px 0;
}
.form-devider::after {
    content: " ";
    display: block;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,0);
    height: 1px;
    background: #e8e9ed;
}

.formsecbox .form-control:focus{    box-shadow: none !important}
.bg-color {
    background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
}

.formsecbox button.accordion-button.collapsed {
    background: #efefef;
    border: 0px !IMPORTANT;
    padding: 12px 12px;
}
.bnkdta {
    position: relative;
}
.bnkdta .owl-prev {
    position: absolute;
    top: 45%;
    background: #0049ac;
    color: #fff;
    left: -25px;
    padding: 7px 3px;
}
.bnkdta .owl-next {
    position: absolute;
    top: 45%;
    background: #0049ac;
    color: #fff;
    right: -25px;
    padding: 7px 3px;
}
.pdcaption h4 {
    font-size: 19px;
    text-align: center;
    color: #0049ac;
    font-weight: 600;
}


.p-d-info img{    background: #fff;border-radius: 24px;}
.pdcaption {
    background: #fff;
    padding: 10px 8px;
    margin-bottom: 18px;
    padding-bottom: 0px;
}

.p-d-info {
    background: #FFFFFF;
    box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}



.yearpd {
    margin-top: 28px;
    border: 1px solid #ccc;
    padding: 13px 4px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 22px;
}

.yearpd span {
    position: absolute;
    background: #636b72;
    border: 1px solid #ccc;
    padding: 1px 13px;
    border-radius: 12px;
    top: -14px;
    color: #fff;
    display: inline-block !IMPORTANT;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 44%;
}
.managingcommittee {
    padding: 50px 0px;
    background: aliceblue;
}
.yearpd p {
    color: #6e6b6b;
}
.managingcommittee .nav-item {
    width: 14%;
    background: #a7a7a7;
    text-align: center !IMPORTANT;
    display: block;
    margin-left: 6px;
    border-radius: 21px;
}

.managingcommittee .nav-pills .nav-link {
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
   
}

.managingcommittee .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0049ac;
    display: block;
    width: 100%;
    border-radius: 19px;
}
.brdcms {
    padding: 10px 0px;
    background: #ffffff;
    box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);
}
 .rangeslider .form-range {
    width: 72%;
    margin: 8px 11px;
}
.rangeslider span {
    font-size: 11px;
}
.loanbox {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);
    padding: 15px 17px;
    margin: 12px 0px;
}
.loanbox h3 {
  color: #ffc700 !important;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}
.loanbox h3 span{ color: #0049ac; font-weight:bold}

.loanbox ul li {
    margin-bottom: 14px;
}

.btngrp a {
  border: 1px solid #0049ac;
    color: #fff;
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 10px 0px;
}
.lonebox_here {
    padding: 50px 0px;
}
a.exploremore{color: #0049ac;}
a.applyloan{ background: #0049ac;}
.loan-cl {
    border: 1px solid #ccc;
    padding: 17px;
    box-shadow: 0px 0px 25px rgb(117 154 207 / 10%);
    background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
    color: #000;
    border-radius: 10px;
}
.loan-cl label.col-sm-4.col-form-label {
    font-size: 13px;
    margin-top: 11px;
    font-weight: 500;
}
.loan-cl .form-control:focus{box-shadow: none !important;}

.loan-cl .form-control {
    padding: 2px 6px;
}
span.emiamount {
    font-size: 21px;
    font-weight: bold;
    color: #0049ac;
}
.lonetitle {
    font-size: 20px;
    margin-bottom: 19px;
}

.loan-cl .input-group-text {
    background: #0049ac;
    color: #fff;
    font-size: 12px;
    width: 28%;
}

.loanbox ul li {
    height: 74px;
    overflow: hidden;
    text-align: justify;
    font-size: 15px;

}

.rangeslider .form-range {
width: 72%;
margin: 8px 11px;
}
.rangeslider span {
font-size: 11px;
}


.btngrp a {
border: 1px solid #0049ac;
color: #1a1919;
width: 49%;
display: inline-block;
text-align: center;
padding: 4px 0px;
border-radius: 5px;
}
.pageslider .item img{object-fit: cover;}
.loan-cl {
border: 1px solid #ccc;
padding: 17px;
box-shadow: 0px 0px 25px rgb(117 154 207 / 10%);
background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
color: #000;
border-radius: 10px;
}
.loan-cl label.col-sm-4.col-form-label {
font-size: 13px;
margin-top: 11px;
font-weight: 500;
}
.loan-cl .form-control:focus{box-shadow: none !important;}

.loan-cl .form-control {
padding: 2px 6px;
}
span.emiamount {
font-size: 21px;
font-weight: bold;
color: #0049ac;
}
.lonetitle {
  font-size: 20px;
  margin-bottom: 13px;
  color: #0049ac;
  font-weight: 600;
}

.loan-cl .input-group-text {
background: #0049ac;
color: #fff;
font-size: 12px;
width: 28%;
}

article.overview p {
line-height: 30px;
text-align: justify;
}
.loandetilspage {
padding: 50px 0px;
background: aliceblue;
}

.overview {
padding: 4px 22px;
}

.overview h2 {
color: #034bad;
font-size: 27px;
margin-bottom: 5px;
}

.detilasloan {
padding: 50px 0px;
background: #f4f6e3;
}

.tabdetails {
background: #fff;
padding: 12px 12px;
line-height: 40px;
padding-top: 0px;
box-shadow: 0 1px 6px 0 rgb(126 136 172 / 44%);
border-radius: 7px;
}
.tabdetails .overview-content-box-one{ background-color: transparent; margin: 0px; box-shadow: none;}
.tabdetails .overview-content-box-one ul li {
float: left;
width: 32%;
border-right: 1px solid #f2ece7;
border-bottom: 1px solid #f2ece7;
background: #0049ac;
margin: 5px;
color: #fff;
}

.detilasloan .container {
background-color: #fff;
padding: 15px;
border-radius: 10px;
box-shadow: 0px 2px 6px #d5d5d5;
}
.detilasloan button.active {
position: relative;
display: block;
width: 100%;
border-radius: 0px;
}
.detilasloan button.active::after {
content: "";
position: absolute;
width: 0;
height: 0;
border-top: 19px solid transparent;
border-left: 15px solid #0049ac;
border-bottom: 18px solid transparent;
border-radius: 0px 0px 0 0;
right: -15px;
top: 0px;
}
.detilasloan .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
color: #fff;
background-color: #0049ac !important;
}


.detilasloan .nav-link {
background: #f1a432  !important;
margin-bottom: 18px;
color: #fff;
}

h3.tabdetails-title {
color: #0049ac;
margin-bottom: 6px;
padding-top: 9px;
}


article.tabdetails ul li {
position: relative;
margin-left: 21px;
}
article.tabdetails ul li:before{    
position: absolute;
content: "\f0a4";
font-family: 'FontAwesome';
left: -20px;
color: #0049ac;
}

article.tabdetails .overview-content-box-one ul li:before {
display: none;
}

h3.tabdetails-title span {
background: #0049ac;
padding: 4px 8px;
color: #fff;
font-size: 25px;
border-left: 5px solid #f1a432 ;
margin-left: 3px;
position: relative;
}
h3.tabdetails-title span:before{ position: absolute;     width: 0;
height: 0;
width: 0;
height: 0;
width: 0;
height: 0;
border-bottom: 36px solid #0049ac;
border-right: 18px solid transparent;
display: block;
position: absolute;
content: '';
right: -18px;
top: 0px;
}
thead.bg-cu {
background: #071b36;
color: #fff;
}



.tabdetails .single-overview-box .icon {
position: relative;
width: 40px;
height: 40px;
border: 1px solid #f2ece7;
margin: 0 auto;
border-radius: 50%;
color: #fff;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 200ms linear;
transition-delay: 0.1s;
background: #f1a432;
border: 0px;
}




.loanrbox {
background: #FFFFFF;
margin-bottom: 25px;
box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);}

.realated-pro {
padding: 50px 0px;
position: relative;
}

.realated-pro::before{      background: transparent linear-gradient(165deg,#1356b12e 0%,#d9e4f252 100%) 0% 0% no-repeat padding-box;
content: "";
width: 100%;
height: 250px;
position: absolute;
top: 0;}



.contantybox h2 {
color: #0049ac;
font-size: 18px;
}
.contantybox {
padding: 14px 15px;
}
.rlinkhere {
padding: 0px 15px;
padding-bottom: 18px;
color: #dc2c1d;
}
#relatedloan{ 
    position: relative;
}
#relatedloan .owl-prev{
position: absolute;
top: 45%;
z-index: 1111111;
background: #0049ac;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 50%;
left: -43px;
color: #fff;
}
#relatedloan .owl-next{
position: absolute;
top: 45%;
z-index: 1111111;
background: #0049ac;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 50%;
right: -43px;
color: #fff;
}
.realated-pro .sec-title h2 {
font-size: 29px;
color: #0049ac;
}
.realated-pro .sec-title.text-center {
margin-bottom: 26px;}
.laonfaq {
padding: 50px 0px;
}

.laonfaq .accordion-flush .accordion-item {
border: 1px solid #ccc;
border-top: 0px;
margin: 0px;
border-bottom: 0px;
}
.laonfaq .accordion-flush .accordion-item:last-child{     border-bottom: 1px solid #ccc;}

.laonfaq .accordion-button:not(.collapsed) {
color: #fff;
background-color: #0049ac;
box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.pdcaption h4 {
  font-size: 19px;
  text-align: center;
  color: #0049ac;
  font-weight: 500;
}


.p-d-info img{    background: #fff;border-radius: 24px;}
.pdcaption {
    background: #fff;
    padding: 10px 8px;
    margin-bottom: 18px;
    padding-bottom: 0px;
}
.p-d-info {
    background: #FFFFFF;
    box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
    border-radius: 15px;
    margin-bottom: 25px;
    border: 1px solid #ccc;
}
.yearpd {
    margin-top: 28px;
    border: 1px solid #ccc;
    padding: 13px 4px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    position: relative;
    border-radius: 22px;
}

.yearpd span {
    position: absolute;
    background: #636b72;
    border: 1px solid #ccc;
    padding: 1px 13px;
    border-radius: 12px;
    top: -14px;
    color: #fff;
    display: inline-block !IMPORTANT;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 44%;
}
.managingcommittee {
    padding: 50px 0px;
    background: aliceblue;
}
.yearpd p {
    color: #6e6b6b;
}
.managingcommittee .nav-item {
    width: 14%;
    background: #a7a7a7;
    text-align: center !IMPORTANT;
    display: block;
    margin-left: 6px;
    border-radius: 21px;
}
.managingcommittee .nav-pills .nav-link {
    text-align: center;
    display: block;
    margin: auto;
    color: #fff;
   
}

.managingcommittee .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0049ac;
    display: block;
    width: 100%;
    border-radius: 19px;
}
 #screenmsg .modal-dialog.modal-dialog-centered {
    max-width: 700px;
}
ul.dropdown-menu {
    display: none;
}
.cynumber {
    color: #ffff;
    font-size: 11px;
    display: block;
    text-align: center;
}
li.dropdown_li{ position: relative;}
li.dropdown_li:hover .dropdown-menu {
    display: block !IMPORTANT;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.3);
    border: 0px;
    border-radius: 0px;
}
li.dropdown_li:hover .dropdown-menu:before{ content: ""; position: absolute;   width: 0;
  height: 0;
  border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0049AC;
    top: -5px;
    left: 19%;}
ul.dropdown-menu li a {
    padding: 9px 7px;
/*    text-transform: capitalize;*/
    background: #0049AC;
    border-bottom: 1px dotted #fff;
    color: #fff;
    display: block;
}
/* .serchbargroup {
  background: #ffffff;
  position: absolute;
  right: -22px;
  padding: 17px;
  box-shadow: 0px 0px 20.2144px rgba(117, 154, 207, 0.2);
  border: 1px solid #ccc;
  max-width: 580px;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  left: -55px;
  right: 0px;
  margin: auto;
  top: 100px;
  z-index: 1111;
} */

.serchbargroup {
  background: #ffffff;
  padding: 17px;
  box-shadow: 0px 0px 20.2144px rgba(117, 154, 207, 0.2);
  border: 1px solid #ccc;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
  margin: auto;


}


.search_box h4 {
    font-size: 21px;
    margin-bottom: 8px;
/*    color: #004bac;*/
}

.search_box .list_search {
    margin-top: 0px;
    margin-bottom: 3px;
    font-size: 14px;
}
.cbox {
    background: #fff;
    box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);  margin-bottom: 24px;}

  
    .cbox p {
      line-height: 33px;
  }
.cbox {
    background: #fff;
    box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);
    padding: 12px 21px;
}
.cbox  h3 {
    color: #0049ac;
    margin-bottom: 8px;
    font-size: 24px;
}
.cbox .knwmorehere {
    display: inline-block;
    margin-top: 11px;
    color: #0049ac;
}
#commanpage {
    position: relative;
}
#commanpage .owl-prev {
    position: absolute;
    top: 45%;
    background: #0049ac;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    left: -47px;
}

#commanpage .owl-next {
    position: absolute;
    top: 45%;
    background: #0049ac;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    right: -47px;
}
.pageslider img{ 
    position:relative;
    width:100%;
    height:300px; 
}
.selfimg img{ 
    width:100%; 
    height:100%
}
#page-cover{
    
  padding-top: 45px;
  padding-bottom: 45px;

}




.text li i {
  display: none;
}








section.sliderunder .row {
  padding: 10px 8px !important;
  background: #f1a432;
  border-radius: 9px;
  margin: 0px;
  display: flex;
  align-items: center;
}


.newemiculsec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f1a432 !important;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
  color: #fff !important;
}



.chartemi {
    background: #F3FCF5;
    /* padding: 38px 19px; */
    border: 1px solid #ccc;
    /* border-radius: 8px; */
   
    border-radius: 8px;
    width: 100%;
    
}

canvas#loanchart {
    height: 256px !important;
    width: 256px !important;
}
canvas#loancharts {
    height: 256px !important;
    width: 256px !important;
}
canvas#homeloanchart {
    height: 256px !important;
    width: 256px !important;
}
canvas#homeloancharts {
    height: 256px !important;
    width: 256px !important;
}
canvas#rdloanchart {
    height: 256px !important;
    width: 256px !important;
}
canvas#rdloancharts {
    height: 256px !important;
    width: 256px !important;
}
canvas#fdchart {
    height: 256px !important;
    width: 256px !important;
}
canvas#fdcharts {
    height: 256px !important;
    width: 256px !important;
}

.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 500px;
  margin:  auto;
}

#container {
  height: 200px;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}
text.highcharts-credits {
  display: none;
}
g.highcharts-no-tooltip.highcharts-button.highcharts-contextbutton {
  display: none !IMPORTANT;
}



div#imgcrousel { position: relative;}
div#imgcrousel .owl-prev {
  background: #0049ac !important;
  width: 39px !IMPORTANT;
  height: 39px !IMPORTANT;
  /* line-height: 39px!IMPORTANT; */
  left: -67px !IMPORTANT;
  position: absolute !IMPORTANT;
  text-align: center;
}
div#imgcrousel .owl-next{
  background: #0049ac !important;
  width: 39px !IMPORTANT;
  height: 39px !IMPORTANT;
  /* line-height: 39px!IMPORTANT; */
  right: -67px !IMPORTANT;
  position: absolute !IMPORTANT;
  text-align: center;
}

a.applyloan {
  background: #0049ac;
  color: #fff !IMPORTANT;
}




div#offcanvasTop {
  background: #0049acad;;
  height: 100vh;
}
div#offcanvasTop button.btn.btn-cu {
  background: #f1a432;
  color: #fff;
}
/* .show {
  transform: none;
  position: inherit;
} */

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}


.newemiculsec {
  background: #f7f7f7;
  padding: 50px;
}


.newemiculsec div#myTabContent {
  background: #fff;
  padding: 32px 18px;
  -webkit-border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 10px;
  -moz-border-radius-topleft: 0;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.newemiculsec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  font-weight: 600;
}

.newemiculsec  .nav-tabs .nav-link{color: #0049ac;
  font-weight: 600; font-size: 16px; background: #f5f4f4;
  border-left: 2px solid #fff;}


  .newemiculsec .emiculbox h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
  .emiculbox {
  background: #f3fcf5;
  padding: 97px 11px;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.emiculbox h3 span {
  font-size: 26px;
  margin-top: 8px;
  display: inline-block;
}



/* section.bgimg.galleywithtabs h4.secheading {
  margin-bottom: 30px;
} */


.apply-menu-list p {
  text-align: center;
  margin-bottom: 12px;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
}

.mb-3.form-check label {
  font-size: 13px;
}

input#search_box {
  font-size: 13px;
  font-weight: bold;
}

.list_search a {
  color: #0e4693;
  font-weight: 500;
  font-size: 16px;
}
a.exploremore {
  background: #f1a432;
  border: 1px solid #f1a432;
  color: #fff;
}
a.exploremore:hover {
  background: #fff;
  border: 1px solid #f1a432;
  color: #f1a432;
}
a.applyloan:hover {
  background: #fff;
  border: 1px solid #0049ac;
  color: #0049ac !IMPORTANT;
}


span.smalltextrate {
  background: #f1a432 !important;
  font-size: 11px;
  text-align: right !important;
  margin-left: 4px;
  color: #fff !important;
  padding: 1px 3px;
  /* border-radius: 5px; */
  position: absolute;
  right: -16px;
  top: -15px;
  border-radius: 0px;
}

.deposite-multi {
  background: whitesmoke;
  border: 1px solid #ccc;
  margin-bottom: 21px;
  padding: 11px 0px;
}
.deposite-multi a.btn.btn-cu {
  background: #0049ac;
  display: inline-block;
  color: #fff;
}

.deposite-multi h3 {
  font-size: 22px;
  color: #0049ac;
  font-weight: bold;
}

.deposite-multi p {
  margin: 8px 0px;
  height: 72px;

  margin-bottom: 12px;
  overflow: hidden;
}
/* span.smalltextrate:before {
  content: ".";
  background: #f1a432;
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;
  line-height: 15px;
  margin-left: -9px;
  transform: rotate(50deg);
} */




.financial-statement {
  padding: 50px 0px;
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #f4f5e1 100%);
  padding-top: 77px;
}
  .financial_statement_box h3 {
  color: #0049ac;


  font-size: 18px;
  line-height: 26px;
  margin: 0 0 13px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 80px;
  padding-top: 3px
}
.financial_statement_box {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 25px rgb(117 154 207 / 20%);
  padding: 25px 30px;
  margin-bottom: 30px;
  position: relative;
  min-height: 200px;
}
.financial_statement_box  a {
  color: #f1a432;
  font-weight: bold;
}
.fiter-sec{    margin-bottom: 25px;}
.fiter-sec select.form-select {
  border-radius: 16px;
}
.fiter-sec .form-select:focus {
  border-color: #bbb8b3;
  outline: 0;
  box-shadow: none !important;
}
.financial_statement_box a:hover {
  color: #4a5564;
}


.holidaylist thead {
  background: #0049ac;
  color: #fff;
}
.holidaylist tbody {
  font-weight: bold !IMPORTANT;
  color: #0049ac;
}


.holidaylist  td {
  padding: 9px 24px !important;
}

.holidaylist th {
  padding: 17px 10px !important;
}

.tenderlist thead {
  background: #0049ac;
  color: #fff;
}

.tenderlist i.fa-solid.fa-file-pdf {
  color: #f1a432;
  font-size: 22px;
}
section.tenderlist th {
  padding: 14px 6px;
}
section.tenderlist  td {
  padding: 19px 13px !important;
}

.tenderlist{ background-image: url(../images/tender-bg.jpg); padding: 50px 0px;}
.filtertander {
  padding: 20px;
  margin-bottom: 20px;
  background: #0049ac;
  margin-top: 15px;
  border-radius: 8px;
}


.filtertander h3 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 11px;
  color: #ffffff;
  font-weight: 500;
}

button.btn.btn-subscribe {
  background: #f1a432;
  color: #fff;
  border-radius: 0px;
}

.subscribe h6 {
  font-size: 18px;
  color: #0049ac;
  text-align: center;
  margin-bottom: 9px;
  font-weight: bold;
}
.subscribe  input.form-control {
  border-radius: 0px;
}

.subscribe-sec{
  background: #0049ac;
  padding: 18px 18px;
  border-radius: 8px;
}
.subscribe h6 {
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.subscribe-sectionhere {
  padding: 45px 0px;
  background: #f1a43224;
}

section.holidaylist{
  background-image: url(https://onlineupsidc.com/images/black-mamba.png);
}
span#total_deposit_amount {
  color: #f1a432;
  font-weight: bold;
  font-size: 21px;
}
span#composit_interest{
  color: #f1a432;
  font-weight: bold;
  font-size: 21px;
}

div#prevButton:hover {
  cursor: pointer;
}
div#nextButton:hover {
  cursor: pointer;
}

ul.social-head.responive-social-head-non.m-0 a {
  display: inline-block !IMPORTANT;
}



.hpscboffices table{
  text-align: center;
  background: #fff;
}
.hpscboffices thead {
  background: #0049ac;
  color: #fff;
}




.hpscboffices .inner-srcbrnch {
  box-shadow: 0px 2px 6px #d5d5d5;
  padding: 11px 14px;
  background: #f5f5df;
  border-bottom: 3px solid #f1a432;
  margin-bottom: 50px;
}
    section.sliderunder {
    margin-bottom: 46px;
}
section.sliderunder .row {
    padding: 0px 8px;
}
section.bgimg.galleywithtabs p.submain-titlee {
    color: #fff;
    margin-top: 13px;
    margin-bottom: 22px;
}

.homepage-title {
    margin-bottom: 31px;
}

    span.submain-title {
    margin-left: 30px;
}

.newemiculsec {
    background: #f7f7f7;
    padding: 50px 0px;
}


.newemiculsec div#myTabContent {
    background: #fff;
    padding: 32px 18px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

.newemiculsec .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}

.newemiculsec  .nav-tabs .nav-link{color: #0049ac;
    font-weight: 600; font-size: 16px;}


    .newemiculsec .emiculbox h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.emiculbox {
    background: #f3fcf5;
    padding: 0px !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.emiculbox h3 span {
    font-size: 26px;
    margin-top: 8px;
    display: inline-block;
}
 .colorbox
            {
                width: 8px;
                height: 9px;
                display: inline-block;
                margin-right: 10px;
            }
            ul.amountpay li
            {
                width: 100%;
                display: flex;
                justify-content: space-between;
                font-size: 12px;
                font-weight: bold;
                padding: 7px 19px;
                border-bottom: 1px solid#ccc;
            }
            .pos-rel
            {
                display: flex;
                justify-content: center;
                margin: auto;
            }
            canvas#loanchart
            {
                height: 196px !important;
                width: 219px !important;
                margin-top: -40px;
            }
            canvas#homeloanchart
            {
                height: 196px !important;
                width: 219px !important;
                margin-top: -40px;
            }
            canvas#rdloanchart
            {
                height: 196px !important;
                width: 219px !important;
                margin-top: -40px;
            }
            canvas#fdchart
            {
                height: 196px !important;
                width: 219px !important;
                margin-top: -40px;
            }
            canvas#loancharts{height: 196px !important;
                width: 219px !important;
                margin-top: -40px;}
            canvas#homeloancharts{height: 196px !important;
                width: 219px !important;
                margin-top: -40px;}
            canvas#rdloancharts{height: 196px !important;
                width: 219px !important;
                margin-top: -40px;}
            canvas#fdcharts{height: 196px !important;
                width: 219px !important;
                margin-top: -40px;}
            ul.amountpay li:last-child
            {
                border-bottom: 0px;
            }
            ul.amountpay li:last-child
            {
                border-bottom: 0px;
            }
            ul.amountpay li:last-child
            {
                border-bottom: 0px;
            }
            ul.amountpay li:last-child
            {
                border-bottom: 0px;
            }



            .colorlink {
              color: #f1a432;
              font-weight: bold;
          }

          section.rtisec table {
            box-shadow: 0px 2px 6px #d5d5d5;
        }
        
        .inner-modal-info {
          text-align: justify;
          font-size: 15px;
          line-height: 29px;}

          .inner-modal-info h2 {
            color: #0049AC;
            font-size: 24px;
            font-weight: bold;
        }
        .inner-modal-info h6 {
          font-size: 17px;
          color: #f1a432;
          font-weight: bold;
      }


      .bodinfohere {
        border-radius: 2px solid #ccc;
        border-right: 2px solid #f1a432;
        padding-right: 31px;
    }

    .mobile-phone {
      display: flex;
      margin-top: 10px;
  }
  .mobile-phone p+p {
    margin-left: 21px;
}

.mobile-phone i {
  background: #f1a432;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.boi-img{    box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);     border-radius: 8px;}

#modal-info .modal-header {
  background: #f1a432;
}
#modal-info .modal-content {
  border: 2px solid #f1a432;
}

.tandcline{
  text-align: right;
  margin-top: 15px;
  font-style: italic;
  font-weight: bold;
  color: #f1a432;
  font-size: 13px;
}



ul.scheme-point {
  margin-top: 15px;
}

.schmelist {
  margin-bottom: 16px;
}
ul.scheme-point li {
  height: auto;
  margin-bottom: 14px;
  padding-left: 15px;
  position: relative;
}
ul.scheme-point li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #f1a432;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 1px;
}


section.lonebox_here.scheme .loanbox p {
  height: 82px;
  overflow: hidden;
}


p.designationhere {
  text-align: center;
  color: #f1a432;
  font-weight: 600;
}


button.btnclick {
  display: block;
  margin: auto;
  font-size: 16px;
  color: #000000;
}
.iinerwrap-info {
  background: #FFFFFF;
  margin-bottom: 20px;
  box-shadow: 0 10px 40px #ccc;
}

.bio-info {
  padding: 7px 17px;
}
.bio-info h2 {
  font-size: 23px;
  color: #0049ac;
  font-weight: bold;
  margin-bottom: 2px;
}

p.designtion-big {
  font-size: 20px !important;
  font-weight: 500;

  color: #0049ac;
}
.bio-info p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 5px;
}

.iinerwrap-info button.btnclick {
  margin: 0px;
  margin-top: 58px;
  color: #f1a432;
  font-weight: bold;
}

.row.bg-row {
  background: linear-gradient(90deg, #F6F0D0 -40.54%, #F2FFFF 100%);
  padding-top: 20px;
  border-radius: 8px;
  padding-left: 9px;
  padding-right: 10px;
  margin-bottom: 48px;
  box-shadow: -1px 1px 5px 0px rgb(191 188 188 / 75%);
}
.bio-info h2 {
  font-size: 23px;
  color: #0049ac;
  font-weight: bold;
  margin-bottom: 2px;
}

.cardbody-caption {
  text-align: center;
}
.cardbody-caption button.btnclick {
  color: #f1a432;
  font-weight: bold;
}

.cardbody-caption h3 {
  font-size: 21px;
  color: #0049ac;
  font-weight: bold;
  /* margin: 10px 0px; */
  margin-bottom: 8px;
  text-transform: capitalize;
}
.cardbody-caption {
  text-align: center;
  background: #ffff;
  background: #fff;
  padding: 10px 0px;
}

section.bod-sechere {
  padding: 50px 0px;
}
.card-bod {
  box-shadow: 0 10px 40px #ccc;
}
h3.sec-headings {
  color: #0049ac;
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 24px;
}





section.roi {
  padding: 51px 0px;
}

section.roi .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125) !IMPORTANT;
}
section.roi  .accordion-header {
  margin-bottom: 0;
  border-top: 0px;
}
section.roi .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}



.mclr{ padding: 50px 0px;}


.mclr thead {
  background: #0049ac;
  color: #fff;
}


#offers h4.secheading {
  margin-bottom: 31px;
}

.bottom-header a.nav-link{padding: 2px 16px !important;}
.mob-header {
  display: none;}
.iinerwrap-info img {
  height: 240px;
}
.topmenu{background: #0049AC;}
.topmenu:after {
  content: "";
  position: absolute;
  background: #0049AC;
  width: 18%;
  height: -54px;
  top: -43px;
  height: 112px;
  left: 0px;
  background: url(../images/leftside.shape.png) #0049AC left top no-repeat;
  /* background: url(../images/left-shape3.png) #0049AC left top no-repeat; */
  background-position: 108% -2px;
  background-size: 116px;
  z-index: -1;
  border-bottom: 1px solid #fff;
}





/*=================new css ============*/


.container{width: 100%;
  max-width: 90%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;}


  .topmenu:after {
    width: 10% ;
}

.main-header {
  border-top: 14px solid #0049ac!IMPORTANT;
}

/* .navbar-main ul li a{ font-size: 16px !IMPORTANT;} */

.logogroup a p {
  font-size: 15px !important;}

  .logogroup{    width: 36% !important }
 
a.nav-link.active {
  padding-left: 0px !important;
}
ul.social-head li{margin: 0px 4px  !important}


.bankpic-here{    height: 506px I !important;}
.latest-news-box{width: 100% !important;}
li.lang-select {
  color: #0049ac;
}

.smalltextrate {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; background-color: green; }
}

button.btn.btn-sidemenu {
  background: #ffffff;
  color: #0049ac;
}


.biglabel .input-group-text{width: 34%;}


ul.s_linkhere li {
  margin-bottom: 13px;
  background: #f7f7f7;
  display: flex;
  height: 35px;
  align-items: center;
  padding: 0px 13px;
}

ul.s_linkhere li a {
  color: #004bac;
  margin-left: 21px;
}


ul.onlymob_this {
  display: none;
}


img.logohere {
  width: 185px !important;
}
.bottom-header {
  border-top: 3px solid #fff;
  background: #0049ac;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}
ul.dropdown-menu {
  padding: 0px !IMPORTANT;
}

.bottom-header a.nav-link {
  font-weight: 700;
  padding: 2px 16px ;
  margin-right: 16px;
  color: #ffffff !important;
  font-size: 14px;

}

.bottom-header {
  position: relative;
}
li.langbox {
  background: #fff;
  padding: 0px 11px;
  color: #0049ac !IMPORTANT;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
a.nav-link.active {
  font-weight: 700 !important;
}


.atmbankdetils ul li span {
  width: 50%;
}

.smboxhrere p {
  height: 30px;
}


span.only_mob_link {
  display: none;
}


.ACSTIlink li.active {
  background: #f2a93d !IMPORTANT;
}



.mobtoggalmenu {
  display: none;
}

/*=======redesign css===*/



.secheading{font-size: 18px;
  line-height: 30px;     padding: 1px 16px;}
  .banner-section { padding-bottom: 35px;}
  .under-sliderboxs {    margin-bottom: 35px;}
  .newemiculsec {padding: 46px 0px;}
  section.sliderunder {
    margin-bottom: 35px;
}
.newemiculsec {
  padding: 35px 0px;
}
.homepage-title {
  margin-bottom: 30px;
}
.bgimg { padding: 35px 0px;}
div#image-gallery{margin: 0px 0px;}
#offers h4.secheading {
  margin-bottom: 30px;
}
.appdownlodsec {
  padding: 35px 0px;
}
.appdownlodsec .container { max-width: 66%;}

.rangeslider span {
  width: 10px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}

.rangeslider .form-range {
  width: 63%;
  margin: 0px 14px!IMPORTANT;
  height: inherit !important;
}
.col-form-label {
  margin-top: 0px !important;
  font-weight: bold;
}
    .ajax-loader {
      visibility: hidden;
      background-color: rgb(0 0 0 / 63%);
      position: absolute;
      z-index: +100 !important;
      width: 100%;
      height: 100%;
      overflow: hidden;
      overflow-y: hidden;
      overflow-x: hidden;
    }

    h5#staticBackdropLabel {
      font-weight: bold;
    }

    ul.appliction-link a {
      background: #0049AC;
      padding: 4px 9px;
      border-radius: 5px;
      color: #fff;
      font-size: 13px;
    }

    #applictionModal .form-control {
      border: 0px !important;
      background: #EDEDED !IMPORTANT;
    }

    .ajax-loader img {
      position: fixed;
      top: 43%;
      left: 43%;
    }

    .capcha-cont {
      width: 233px !important;
      overflow: hidden;
      border-radius: 6px;
    }





    /*========================*/

    .topmenu {
      background: #0049ac;
    }

    .topmenu::before {
      background-color: #ffffff;
    }

    .main-header {
      background: #ffffff;
      border-top: 6px solid #0049ac;
    }

    .navbar-main ul li a {
      color: #ffffff;
    }

    .logogroup a p {
      color: #0049ac;
      font-weight: 600;
    }

    img.logohere {
      width: auto;
    }

    .cynumber {
      color: #0049ac;
    }

    li.callnow {
      color: #0049ac;
    }

    .input-group-btn button,
    .input-group-btn button:hover {
      border: 1px solid #0049ac;
      background: #0049ac;
    }

    /* .bottom-header a.nav-link{font-weight: 600  !important;}  */
    img.logohere {
      width: auto;
    }


    .offcanvas .btn-close.text-reset {
  background: #f1a432 !important;
  font-size: 21px;
  padding: 0px;
  height: 30px;
  width: 30px;
  font-size: 22px;
  border-radius: 50%;
  z-index: 1111111;
  position: relative;
  color: #fff;
  opacity: 1;
  line-height: 30px;
  color: #fff !important;
}

.dropdown-menu li a {
  padding: 9px 13px !important;
}

button#registration_complaint_form {
  background: #002456;
  border: none;
}

.row.g-0 img {
  padding: 10px;
}