/*@import url("../fonts/BankGothic.css");*/
@font-face {font-family: "calibri"; src: url("/ta-in/assets/frontend/fonts/calibri.ttf") format("truetype"); }
@font-face {font-family: "calibri Regular"; src: url("/ta-in/assets/frontend/fonts/Calibri%20Regular.ttf") format("truetype"); }
/*@font-face {font-family: "calibri"; src: url("../fonts/calibri-bold.ttf") format("truetype"); }*/
@font-face {font-family: "Bank Gothic"; src: url("/ta-in/assets/frontend/fonts/bank-gothic-light-bt.ttf") format("truetype"); }
@font-face {font-family: "Zilla Slab"; src: url("/ta-in/assets/frontend/fonts/zillaslab-light.ttf") format("truetype"); }

@font-face {font-family: "Calibri"; src: url("/ta-in/assets/frontend/fonts/527c5ab608cab860a6aae8ce02e14b0e.eot");
            src: url("/ta-in/assets/frontend/fonts/527c5ab608cab860a6aae8ce02e14b0e.eot?") format("embedded-opentype"),
            url("/ta-in/assets/frontend/fonts/527c5ab608cab860a6aae8ce02e14b0e.woff2") format("woff2"),
            url("/ta-in/assets/frontend/fonts/527c5ab608cab860a6aae8ce02e14b0e.woff") format("woff"),
            url("/ta-in/assets/frontend/fonts/27c5ab608cab860a6aae8ce02e14b0e.ttf") format("truetype");
            /*url("https://db.onlinewebfonts.com/t/527c5ab608cab860a6aae8ce02e14b0e.svg#Calibri") format("svg");*/ }

* {
    font-family: 'calibri Regular';
   /* font-family: 'calibri Regular';*/
}

html, body {
    height: 100%;
    width: 100%;
    overflow-x: hidden !important;
}

body {
    font-family: 'calibri Regular';
    /*font-family: 'calibri Regular';*/
    margin: 0;
    font-size: 10px;
    background-color: #fff;
    color: #2b2a29;
    overflow-x: hidden;
}
.footer{
  margin: 0px 0 0 0;
  padding: 0 50px;
}
.deposits {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
h3{
margin-top:20px;
margin-bottom:10px;
}
.deposits button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'calibri';
}
.w3-large {
    font-size: 18px!important;
    color: red !important;
    font-weight: 600 !important;
}
/*Search*/
.readsearch{padding: 50px 0 0 0;}
.search {
  width: 100%;
  position: relative;
  display: flex;
}
.search-txt{
    font-size: 18px;
    text-align: center;
    margin: 20px 0;
    font-family: 'calibri';
}
.searchTerm {
  width: 100%;
  border: 3px solid #00B4CC;
  border-right: none;
  padding: 5px 10px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #000;
  font-size: 11px;
  font-family: 'calibri Regular';
}
.wrapsearch {
    padding: 20px 0 0 0;
}
.searchTerm:focus{
  color: #00B4CC;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #3B5998;
  background: #3B5998;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 14px;
}

.bagrd{
display:flex;
align-items:center;
}

.payment-account-top{
padding:70px;
}


.cardsearch {
    margin-bottom: 15px;
}
.cardsearch {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    box-shadow: 0px 2px 8px #ccc;
}
.card-headersearch h6 {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}
.card-headersearch:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-headersearch {
    padding: 10px;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-bodysearch {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-bodysearch p {
    font-size: 11px;
    line-height: 30px;
    margin-bottom: 1.5rem;
}
.bg-primarysearch {
    color: #fff;
    background-color: #3B5998;
    padding: 0px 5px;
}
.cardsearch a {
    color: #010080;
    width: 100%;
    display: inline-block;
}
.cardsearch a {
    color: #3B5998;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
}

/*Pagination*/
.list-item {
    border: 1px solid #EEE;
    background: #FFF;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.simple-pagination li {
    display: inline-block;
    margin-right: 5px;
}

.simple-pagination li a {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}
.simple-pagination li span {
    color: #666;
    padding: 5px 10px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #3B5998;
    border-color: #3B5998;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #3B5998;
    border-color: #3B5998;
}
#pagination-container{margin-top: 50px;}

.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  /*z-index: 0;*/ /* Sit on top */
  left: 0;
  top: 0;
  width: 0px; /* Full width */
  height: 0px; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: transparent;
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}
/* Modal Content */
.modal-content {
  position: fixed;
  padding: 150px;
  /*padding: 20px 20px 0;*/
    width: 100%;
    background-color: rgba(45, 39, 31, 0.9);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 100vh;
    top: 0;
}
.modalcontentalert {
    position: fixed;
    padding: 110px;
    /* padding: 20px 20px 0; */
    width: 100%;
    background-color: rgba(45, 39, 31, 0.9);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 100vh;
    top: 0;
}
.mod-chat{width: 70px !important;}
.mod-call{width: 50px !important;}
.modal-body h3{
    background: #718dc8;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.modal-body p{font-size: 13px;font-weight: 600;padding: 20px;}
.modal-body {padding:0px !important;}

.modal-content img{
  width: 700px;
 /* width:970px;*/
}
.closeimg {
    text-align: right;
    font-size: 11px;
}
.closeimg:hover, .closeimg:focus {
    /*color: #bbb;*/
    text-decoration: none;
    cursor: pointer;
}
/*#myModal_mobile {z-index:0 !important;}*/
/*#myModal_mobile .modal-content img{width:90%;}*/
#myModal_mobile .modal-content img{width:100%;}
#myModal_mobile .modal-body {padding: 20px 15px !important;}
/*#myModal_mobile .modal-body {padding: 30px 15px !important;}*/
/*#myModal_mobile .modal-body {padding: 2px 15px !important;}*/
#myModal_mobile .modal-body {padding: 2px 16px;width: 100%;text-align: center;margin: auto;}
#myModal_mobile .modal-content{position: fixed;padding:60px 25px 0;}
/*#myModal_mobile .modal-content{position: fixed;padding:0px 35px 0;}*/

/* The Close Button */
.close_now {
      color: #DF0D7D;
    float: none;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    /* width: 0; */
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
 /*color: #ca0701;
    float: none;
    font-size: 40px;
    font-weight: bold;*/
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {padding: 2px 16px;
  width: 700px;
/*width: 970px;*/
    text-align: center;
    margin: auto;
  }

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}



.close_now {
    color: #DF0D7D;
    float: none;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    right: 10px;
    top: 0px;
}
.closesbtn {
    position: fixed;
    top: 16%;
    right: 27%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    font-weight: 600;
}

.topmenu{padding-right: 0;}
.logotop{ width: 100%;height: 78px;}
/*.logotop{ width: 100%;}*/
.call-icon{width: 40px; margin: 2px auto;display: block;}
.whats-icon{width: 30px;margin: 2px auto;display: block;}
.bell-icon span {
    background: #DF0D7D;
    position: absolute;
    padding: 0px;
    /* top: 0; */
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    right: 20px;
}
.p-0{padding:0;}
#select-language{width: 100%;padding: 2px 10px;margin: 5px 0;}
.form-centre{padding: 0px 30px;}
.dropdown {
    position: absolute;
    display: inline-block;
    width: 100%;
}

.navigation ul{
    display: flex;
    margin:0;
}
/*.navigation ul li{
    padding: 0px 0 0 15px;
    list-style: none;
}*/
/*.navigation ul li a{
    color: #000;
    font-size: 13px;
    font-family: 'calibri';
    padding:3px;
}
.border_line {
    border-right: 2px solid;
    position: relative;
    left: 10px;
    color: #fff;
}*/

.ul-reset {
   padding-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   list-style: none;
   /*text-align: right;*/
   padding-right: 0;
   position: fixed;
    top: 0;
   }
   .resets{
   background: #f0f0f0;
   }
   .resets h3{
   background: #f5be0a;
   margin:0;
   padding: 10px 15px;
   font-family: 'Zilla Slab', serif !important;
   font-size: 11px;
   }
   .resets li a{
   padding: 8px 0px 3px 15px;
   font-family: 'Zilla Slab', serif !important;
   }
   /* #Navigation Styles
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
   /*nav {
   background: #fff;
   font-size: 0;
   position: relative;
   }*/
   nav > ul > li {
   display: inline-block;
   font-size: 11px;
   padding: 0px 3px;
   position: relative;
   }
   nav > ul > li:first-child {
   padding-left: 0;
   }
   nav > ul > li:last-child {
   padding-right: 0;
   }
   nav > ul > li > a {
   color: #fff;
   display: block;
   position: relative;
   border-bottom: 3px solid transparent;
   font-weight: 600;
   }
   /*nav > ul > li > a {
   color: #fff;
   text-decoration: none;
   }*/
   nav > ul > li > a:hover {
   color: #DF0D7D;
   }
   /*.nav > ul > li > a:hover{
   color: #f5be0a;
   }*/
   /*nav > ul > li:hover > a {
   color: #69aae0;
   border-bottom: 3px solid #69aae0;
   }*/
   /* #Mega Menu Styles
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
   .mega-menu {
   display: none;
   left: 0;
   position: fixed;
   text-align: left;
   width: 100%;
   z-index: 101;
   padding-top: 3%;
   }
   .mega-menu h3 {
   color: #444;
   }
   .mega-menu ul {
   float: left;
   margin-bottom: 20px;
   margin-right: 5px;
   width: 19%;
   /* width: 205px; */
   min-height: 215px;
   }
   /*.first-menu{
   margin-left: 40px;
   }*/
   .mega-menu ul:last-child {
   margin-right: 0;
   }
   .mega-menu a {
   color: #000;
   display: block;
   padding: 8px 15px;
   font-size: 10px;
   }
   .mega-menu a:hover {
   color: #2d6a91;
   }
   .mega-menu {
   background: rgba(45, 39, 31, 0.8);
   margin:0px 0;
   height: 100vh;
   }
   /* #Droppable Class Styles
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
   .droppable {
   position: static;
   }
   /*.droppable > a:after {
   content: "\f107";
   font-family: FontAwesome;
   font-size: 12px;
   padding-left: 6px;
   position: relative;
   top: -1px;
   }*/
   .droppable:hover .mega-menu {
   display: block;
   }
   .mega-menu:hover {
   display: none;
   }
   /* #Browser Clearfix
   –––––––––––––––––––––––––––––––––––––––––––––––––– */
   .cf:before,
   .cf:after {
   content: " "; /* 1 */
   display: table; /* 2 */
   }
   .cf:after {
   clear: both;
   }
   .menu-dropdown-icon a:hover{
            color: #2D3084;
   }
   #selector select option {
   color: #333;        
   position: relative;  
   top: 5px;
   }
   /*==================================================
   remove the original arrow in select option dropdown
   ==================================================*/
   #selector {
   margin: 4px 0;
   width: 15%;
   padding: 0;
   }
   select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance:none;
   appearance:none;
   }
   select.input-lg {
   color: #2D3084;
   height: 30px !important;
   line-height: 25px !important;
   width: 75px;
   padding: 0px 10px;
   font-size: 10px;
   font-family: 'calibri';
   font-weight: 500;
   margin:0;
   }
   select + i.fa {
   float: right;
   margin-top: -26px;
   margin-right: 9px;
   pointer-events: none;
   background-color: #FFF;
   padding-right: 5px;
   color:#DF0D7D;
   }
.down-caret {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #ffffff transparent transparent transparent;
    display: inline-block;
    margin-left: 3px;
    top: 0px;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.25s ease-in;
}
.english{
   color: #fff;
    text-align: center;
    font-family: 'Calibri';
    font-size: 10px;
    padding: 6px 0px 6px 0;
    letter-spacing: 1px;
}
.logintxt {
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    font-size: 11px;
    padding: 6px 0px 6px 0;
    margin: -5px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    /* -webkit-backface-visibility: visible; */
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid;
}
.dflex{display: flex;justify-content: space-evenly;}
.iconcall{width:41px;margin: -4px  0px;}
.iconwhatsapp{margin: -8px 0px;width: 43px;}
.iconlogin{width:45px;margin: 5px 0 0 0;}

.lastupdate{
    text-align: right;
    position: absolute;
    left: 5%;
    margin-top: 50px;
   font-size: 10px;
}

.fixedmenu {
    position: absolute;
    /* position: fixed; */
    top: 16%;
    background: #fff;
    height: auto;
    width: 23%;
    z-index: 10;
    right: 80px;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
    padding: 10px 0;
}
.fixedmenu h6{
    color: #000;
    font-family: 'Calibri';
    text-align: center;
    font-size: 13px;
    padding: 12px 0;
    border-bottom: 1px solid;
    margin: 0;
}
.fixedmenu img {
    width: 65px !important;
    margin: auto !important;
    display: block;
}

.fixedmenu a {
    text-align: center;
    margin: 15px auto 0 auto !important;
    display: block;
    background: #3B5998 !important;
    width: 90%;
    padding: 10px !important;
    color: #fff;
    font-family: 'calibri Regular' !important;
    font-size: 10px;
}
.fixedmenu a:hover{background-color: #718DC8;}
.line-bottom{border-bottom: 1px solid #000;margin: 3px 0px;}

/*.slide2{position: absolute;
    top: 20%;
    background: #fff;
    height: 60%;
    width: 25%;
    z-index: 1;
}*/

/*.slide2{margin: 6.5% 0;}*/
.slide2 h6 {
    /*font-family: Calibri;
    font-size: 19px;
    padding-bottom: 20px;
    color: #000;*/
    text-align: center;
    font-size: 14px;
    font-family: 'Calibri';
    /*position: fixed;*/
    /*position: absolute;*/
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom:-100px;
    /*bottom: 250%;*/
    line-height: 25px;
     width: 90%;
    background: #fff;
    color: #000;
    height: 59vh;
    margin: 20px 0;
    padding: 25px 0;
    /*padding: 40px 0;*/
    border: 2px solid #ccc;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}
.slide2 h6 img {width: 80%;border: 1px solid #000;margin-bottom: 10px;}
.slide2 h6 a{
    text-align: center;
    margin: auto !important;
    display: block;
    background: #3B5998 !important;
    width: 80%;
    padding: 8px !important;
    color: #fff;
    font-family: 'calibri Regular' !important;
    font-size: 13px;
}
/*.slide3{margin: 8.3% 0;}*/
.slide3 img{width: 100px;
text-align: center;
    font-size: 14px;
    font-family: 'Calibri';
    /*position: fixed;*/
    /*position: absolute;*/
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom:-115px;
    /*bottom: 250%;*/
    line-height: 25px;
    width: auto;
    /*width: 95%;*/
    background: #fff;
    color: #000;
    height: 58vh;
    margin: 20px 0;
    padding: 40px 0;
    border: 2px solid #ccc;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);}
.border_line{
    border-right: 2px solid;
    position: relative;
    left: 7px;
    /*left: 10px;*/
    color: #000;
    /*border-right: 3px solid;
    position: relative;
    left: 15px;
    color: #8a8787;*/
}
.nav>li>a{
    font-size: 10px;
    /*font-size: 1em;*/
    font-family: 'calibri Regular';
    font-weight: 100;
    color: #7d7878;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand
{
    /*margin-left: 0 !important;*/
    margin: 0px 1% !important;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
        width: 100%;
        height: auto;
}
/*.carousel-inner>.item>a>img, .carousel-inner>.item>img{
        width: 100%;
        height: 87vh;
}*/
.carousel-indicators{
        /*left: 65%;*/
        text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #1d908c !important;
    border-color: #1d908c !important;
    }


.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    height: auto;
   /* padding: 10px 0 0 0;*/
}

p{margin-bottom:0;font-size: 10px;}

a {
    text-decoration: none;
    color: #333;
}

.btn
{
    background-color: #4c78bc;
    color: #fff;
}

hr{color: #000; margin: 15px 0 15px 0;border-top: 1px solid #000;}



    a:hover {
        text-decoration: none;
        color: #333;
        text-underline-position: unset;
    }
    
    a:active {
        text-decoration: none;
        color: #333;
    }

.thanks h4{font-family: 'Calibri';}
.thanks h5{
    font-family: 'Calibri';
    text-align: center;
}
.thanks h4{font-family: 'Calibri ';font-size: 11px;line-height: 30px;}

.thanks p{
    font-family: 'Calibri Regular';
}
h1 {
    font-size: 12px;
    font-weight: bold;
    text-align: left; 
    margin-top: 25px;
}

.logo
{
    font-family: 'calibri Regular';
    color: #A9A8A7;
    font-size: 28px;
    font-weight: normal;
}
.logo span
{
    color: #EE4555;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 75px !important;
    }
.easy-bord{border-right: 1px solid #000;}
.easy-process ul{
    padding: 0px;
    margin-bottom: 20px;
    /*padding: 0 15px;*/
}
.easy-process ul li{
    list-style: none;
    line-height: 20px;
    font-family: 'Calibri Regular';
    font-size: 10px;
}
.easy-process ul li img{
        width: 20px;
        vertical-align: text-bottom;
        margin-right: 10px;
}
.easy-process h5{
        font-family: 'Calibri Regular';
        padding: 15px 0 0 0;
}
.p-20{
    padding: 15px 0 10px 6px;
    border-bottom: 1px solid #000;
}
.p-22{
    padding: 15px 0 0px 6px;
    border-bottom: unset;
}
.p-23 {
    padding: 30px 0 10px 0;
    border-bottom: unset;
}
.p-19{
        padding: 30px 0 10px 0;
        border-bottom: 1px solid #000;
}
.p-20 button{
    font-size: 9px;
    background: #3B5998;
    color: #fff;
    padding: 5px 0;
    width: 100%;
    font-family: 'Calibri Regular';
    border: none;
}
.p-20 button:hover{background:#718DC8;color:#fff;}

.p-20 p {
    margin-bottom: 0;
    font-size: 10px;
    color: #000;
    font-family: 'Calibri Regular';
    text-align: center;
}
.general{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 15px;
    text-align: center;
    padding: 0px 0 5px 0;
    font-weight: 700;

}
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 15px;
    font-family: 'Calibri';
}
@media only screen and (min-width: 1400px){
.closesbtn {
    position: fixed;
    top: 15%;
    right: 29%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    font-weight: 600;
}
  .general{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 0px 0 15px 0;
    font-weight: 700;

}  
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 18px;
    font-family: 'Calibri';
}
    .p-20 button{
    font-size: 10px;
    background: #3B5998;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    font-family: 'Calibri Regular';
    border: none;
}
.p-20 p {
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
    font-family: 'Calibri Regular';
    text-align: center;
}
.bell-icon span {
    background: #DF0D7D;
    position: absolute;
    padding: 0px;
    top: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    right: 205px!important;
}
}
@media only screen and (min-width: 1600px){
    .general{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 0px 0 15px 0;
    font-weight: 700;

}
.closesbtn {
    position: fixed;
    top: 13%;
    right: 31%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    font-weight: 600;
}
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 18px;
    font-family: 'Calibri';
}
    .p-20 button{
    font-size: 10px;
    background: #3B5998;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    font-family: 'Calibri Regular';
    border: none;
}
.p-20 p {
    margin-bottom: 0;
    font-size: 11px;
    color: #000;
    font-family: 'Calibri Regular';
    text-align: center;
}
    .bell-icon span {
        background: #DF0D7D;
        position: absolute;
        padding: 0px;
        top: 0;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        right: 235px !important;
    }
}
@media only screen and (min-width: 1800px){
.closesbtn {
    position: fixed;
    top: 12%;
    right: 33%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    font-weight: 600;
}
    .bell-icon span {
        background: #DF0D7D;
        position: absolute;
        padding: 0px;
        top: 0;
        border-radius: 50%;
        height: 20px;
        width: 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        right: 255px !important;
    }
}
/*.p-20 button{
    font-size: 16px;
    background: #3B5998;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    font-family: 'Calibri Regular';
    border: none;
}*/

.p-20 p strong{color: #000;}
.thanks{padding: 30px;
    text-align: center;}
.thanks h5{
    font-family: 'Calibri';
    text-align: center;
}
.thanks img{width: 25px;}
.thanks h4{font-family: 'Calibri';font-size: 11px;line-height: 30px;}
.thanks p{
    padding: 0px 40px 20px 40px;
    font-size: 10px;
    text-align: center;
    font-family: 'Calibri Regular';
}
.interest-loan{
    font-size: 9px;
    background: #3B5998;
    color: #fff;
    padding: 5px;
    width: 25%;
    font-family: 'Calibri Regular';
    margin: auto;
    display: block;
    border: none;
}
 body{
   margin:0px;
   margin-top:0px !important;
   padding: 0px;
   position: relative;
}
.navbar-inverse { position: fixed;z-index: 1;
   top: 0;}

    .left-div {
        margin-left: -30px;
        margin-right: 30px;
    }
.container {
    width: 100% !important;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

    /*.container {
        width: 1100px;
    }*/
    
    .navbar {
        margin-bottom: 0px !important;
        border-bottom: 0px;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        margin-top: 0px;
    }

.vertical {
    border-left: 0.1em solid #a59d9d;
    height: 70px !important;
    margin-top: 5px !important;
    margin-bottom: 5px;
    padding: 0px !important;
}

/* .navbar-header { */
        /*padding-left: 15px;*/
    /* } */

.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}

/*.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}*/

.content {
  padding: 16px;
}

/*.sticky {
     position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    position: fixed;
    top: 0;
    left: 0;
    height: 77px;
    box-shadow: 0 0px 6px #000;
    background: #fff;
}*/

.sticky + .content {
  padding-top: 102px;
}
.navbar-inverse {
        position: relative;
        /*position: fixed;*/
        z-index: 101;
        margin: 0 auto;
        background: #fff;
        width: 100%;
        height: 78px !important;
        box-shadow: 0 0px 6px #000;
        padding:0px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #000;
}
.navbar-brand {
        background-color: transparent;
        height: auto;
        /*-moz-box-shadow: 0px 0px 5px 3px #333;
        -webkit-box-shadow: 0px 0px 5px 3px #333;
        box-shadow: 0px 0px 5px 3px #333;*/
        /*padding:0px 8px 2px 8px;*/
        padding: 0px;        
        margin-top:0px;
}
.navbar-inverse .navbar-brand:hover {
        background-color: transparent;
}
.navbar-inverse .navbar-brand:focus {
        background-color: transparent;
}
.navbar-brand img {
     height: 76px;
    /* width: 70px; */
    margin-top: 0px;
}
.submenu {
        display: none;
}
.nav-tabs {
        margin-bottom: 0px;
}
.navbar-inverse .navbar-nav {
        margin: 0px 0 0px 20px;
        float: left;
        width: 68.6%;
       /* width: 100%;*/
        float: right;
        position: fixed;
        /*width: 100%;*/
       /* float: right;*/
        top: 38px;
        padding-left: 1.3%;
}
.nav1{
    margin: 20px 0 0px 20px !important;
}
.navbar .dropdown-menu a {
    padding: 10px;
    font-size: 1em !important;
    font-weight: 300;
}

.navbar-inverse .navbar-nav > li > a {
             color: #fff;
            
           /* color: #969393 !important;*/
            background-color: transparent;
            /*border-top: 0px solid #fff;*/
            transition: background-color 0.3s ease;
            padding-top: 11px;
            padding-bottom: 6px;
            font-weight: 700;
            font-family: 'calibri Regular';
            /*font-family: 'calibri Regular';*/
            padding-right: 5px;
            line-height: 33px;
        
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
                color: #f5be0a;
                border-bottom: 0px solid #fff;
                background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color:  #ed2626 !important;
            border-bottom: 0px solid #fff;
            background-color: transparent !important;
}
.submenu1 .navbar-nav {
        margin: 0px 0 0 0px;
        float: right;
        width: auto;
        background-color: transparent;
}
.submenu1 .navbar-nav > li > a {
            color: #000;
            background-color: transparent;
            border-top: 0px solid #fff;
            transition: background-color 0.3s ease;
            border-top: 0px solid #fff;
            padding: 9px 3px 5px 3px;
            font-size: 10px;
}
.submenu1 .navbar-nav > li > a:focus, .submenu1 .navbar-nav > li > a:hover {
                color: #fff;
                /*background-color: #0074C8;*/
                background-color: transparent;
                border-top: 0px solid #fff;
}
.submenu1 .navbar-nav > .active > a, .submenu1 .navbar-nav > .active > a:hover, .submenu1 .navbar-nav > .active > a:focus {
            color: #fff;
            /*background-color: #0074C8;*/
            background-color: transparent;
            border-top: 0px solid #fff;
}
.content-slider {
        height: 75%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 10px;
}
footer {
        background-color: unset;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 10px 0 10px 0;
        color: #eee;
        /*margin-top: 100px;*/
        /*position:absolute;*/
        bottom:0;
        width:100%;

}

.footer-container{
        width: 1150px;
}
.innercontent {
        height: 600px;
}
footer  .container{
    
    text-align: center;
}
.download-img{
    width: 40px;
    margin-left: 15px;
}
.w3-container img{
        width: 100%;
}
.back-clr{
    padding: 30px 30px;
    background: #fff;
}
.viewdetails {
    display: block;
    width: 100%;
    margin: 15px auto auto auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    color: #fff;
    background-color: #DF0D7D;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'Calibri';
    text-decoration: none;
}
.popup{
    position: fixed;
    width: 100%!important;
    height: 100%;
    top: 0;
    background: rgba(45, 39, 31, 0.9);
    z-index: 1000;
    /* opacity: 0.8; */
    padding: 120px 100px;
    /*padding: 120px 100px;*/
}
.bg-clr{
  background: #fff;
  padding: 8px 0 8px 0;
  border: 1px solid #3B5998;
  border-radius: 5px;
}
.popup p{
  border-top:1px solid #3B5998;
  padding:10px 0 0 0;
  text-align: center;
  color: #000;
  /*color: #DF0D7D;*/
  font-family: 'Calibri';
  font-size: 11px;
}
.popup img{
  width: 85px;
  margin: auto auto 5px auto;
  display: block;
}
.closebtn {
    position: fixed;
    top: 5%;
    right: 4%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
}
.opening-menu {
    color: #fff !important;
    background-color: #be5327 !important;
}
.m-popup {
    position: fixed;
     width: 100%; 
    height: 100%;
    top: 0;
    /*background-color: #333;*/
    background:rgba(45, 39, 31, 0.9);
    z-index: 1000;
    /* opacity: 0.8; */
    padding: 120px 100px;
    /*padding: 150px 100px;*/
}
.menupopup{
    /*background: #fff;*/
    /*padding: 30px 0 15px 0;*/
    height: 245px;
}
.menupopup ul{
    list-style: none;
    padding: 0;
}
.menuwidth{
    padding: 0;
    width: 23%;
    background: #fff;
    margin-right: 15px;
    height: 230px;
}
.menupopup ul li ul li{
    padding: 0 0 0 10px;
}
.menupopup ul li a{
    line-height: 25px;
    /*padding: 0 8px;*/
    color: #000;
    font-weight: 500;
    font-size: 9px !important;
}
/*.notifypopup{*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    background-color: rgba(45, 39, 31, 0.9);*/
    /*background-color: #333;*/
/*    z-index: 1000;*/
    /*padding: 210px 100px;*/
/*}*/
.notifypopup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(45, 39, 31, 0.9);
    z-index: 1000;
    padding: 150px 100px;
}
.notify-back{
    padding: 15px;
    background: #fff;
    height: 310px;
}
/*.notify-back{*/
/*    padding: 30px;*/
/*    background: #fff;*/
/*    height: 360px;*/
/*}*/
.notify-back img{
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.notify-back p {
    font-size: 9px;
    line-height: 21px;
    font-weight: 500;
    font-family: 'Calibri';
    text-align: justify;
    margin-bottom: 15px;
}
/*.notify-back p{*/
/*    font-size: 14px;*/
/*    line-height: 25px;*/
/*    font-weight: 500;*/
/*    font-family: 'Calibri';*/
/*}*/
.notify-back p span{
    font-size: 10px;
    color: #DF0D7D;
    font-weight: 600;
}
.footer .p-50{
    padding: 0 50px;
}
.footer ul{
    padding: 0;
    list-style: none;
}
.footer h5{
    color: #fff;
    font-size: 11px;
    padding: 15px 0;
    font-family: 'calibri Regular';
    font-weight: 600;
}
.footer ul li{
    color: #fff;
    font-size: 10px;
    line-height: 22px;
}
.dropdown-submenu {
    position: relative;
}

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

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: inline-block;
    content: " ";
    /* float: right; */
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-left-color: #3e3d3d;
    /* margin-top: 5px;
    margin-right: -5px; */
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

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

.dropdown-menu>li>a {color: #000;font-weight: 600;padding: 7px 20px 7px 20px;line-height: 16px;font-size: 11px;}
.dropdown-menu {background-color: #fff;}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    animation: smoothScroll 1s forwards;
    background:#868786;
}

.fixed-top .navbar-nav > li > a {color:#ebecec;padding-top:25px;font-weight: 300;}

.fixed-top .navbar-nav > .active > a, .fixed-top .navbar-nav > .active > a:hover, .fixed-top .navbar-nav > .active > a:focus
{
    color:#ebecec;font-weight:900;
}

.fixed-top .social_nav {margin-top:25px;}

@keyframes smoothScroll {
    0% {
        transform: translateY(-60px);
    }
    100% {
        transform: translateY(0px);
    }
}
.active{
            font-weight: 800 !important;
            color: #DF0D7D !important;
       /*color: #ed2626 !important;*/
}
.active-menu{
            font-weight: bold !important;
            color: #f5be0a !important;
       /*color: #ed2626 !important;*/
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: 19px;
}
.navbar-toggle>.icon-bar:nth-child(4) {opacity:0} 

.navbar-toggle .icon-bar:nth-child(3) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: relative;
top: 10px;
/*top: 7px;*/
}

.navbar-toggle.collapsed .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transform:none;
    top:0px;
    transition:0.4s;
    opacity:1;
}

.header_2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header_2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
.navbar-inverse .navbar-toggle .icon-bar{background : #fff !important;}

.navbar-toggle.collapsed .icon-bar {background : #fff !important;}
.navbar-inverse .navbar-toggle:hover {background-color: unset;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 7px;}
.logo_width{
        width:8%;
}
.img_width{
    width: 100%;
}
.top-img{
    width: 100%;
}
.media-img {
    width: 100%;
    margin-bottom: 30px;
}
.media-img2{
    width: 200px;
    margin: auto;
    display: block;
}
.nav1{
    background: #3B5998;
    margin: 0px 0 0px 0px !important;
    /*margin: 0px 0 0px 15px !important;*/
    padding: 0px;
    /*margin: 0px 0 0px 20px !important;
    padding: 8px;*/
    text-align: right;
}
/*.nav1 li a{
    padding-top: 12px !important;
}*/
.nav2{
    margin: 0px !important;
    padding: 0px;
    z-index: 100;
}
.menu-width{width: auto;}
.menu-width2{width: auto;}
.chat-logo p{text-align: center;font-weight: 600;}
.city {
    font-family: Bank Gothic !important;
    font-size: 15px !important;
    color: #fff;
    padding: 2px 0 0 15px;
    float: left;
    width: 230px;
    margin-left: 10px;
}
.marquee {
    font-family: Calibri;
    font-size: 10px;
    color: #fff;
    padding: 10px 30px 0px 15px;
    float: left;
    width: 90%;
    margin-left: 12px;
}
.notify span{
    background: #DF0D7D;
    position: absolute;
    padding: 0px;
    left: 60%;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
/*.notify span{*/
/*    background: #DF0D7D;*/
/*    position: absolute;*/
/*    padding: 3px;*/
/*    left: 60%;*/
/*    border-radius: 50%;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*}*/
.open-bank{
    font-family: Calibri;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.cub-bank{  
    position: relative; 
    color: #000000bf;   
    font-size: 11px;    
    font-family: 'calibri Regular'; 
    text-align: center; 
    background: #3B5998;    
    width: 14%; 
    text-transform: unset;  
    padding: 10px;  
    font-weight: 100;   
    color: #fff;    
    border: 1px solid #3B5998;  
    letter-spacing: 1px;    
    border-radius: 0px; 
    margin: 40px auto;  
    display: block; 
    text-transform: uppercase;  
}
.cub-bank:hover{
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
}

.login{
    padding: 3px;
    margin: 5px 10px;
    width: 80px;
    text-transform: uppercase;
    font-size: 11px;
    background: #f5be0a;
    border: navajowhite;
    border-radius: 5px;
    font-weight: 600;
}
.call {    
    padding: 0 !important;
    margin: 0px 5px;
    display: inline !important;
    position: fixed;
    right: 10px;
    top: 0;
    width: 35px;
}
 .whatsapp{
    margin: 0px 5px;
    padding: 3px !important;
    display: inline !important;
    position: fixed;
    right: 10px;
    top: 40px;
    width: 35px;
    /*float: right;*/
}
.welcome {
    font-size: 28px;
    font-weight: 600;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: Calibri;
    color: #fff;
    position: absolute;
    bottom: 150%;
    width: 100%;
    /* float: right; */
    right: 0;
    line-height: 65px;
}
.welcome span{
    color: #DF0D7D;
    font-family: 'calibri Regular';
}
.gateway {
    font-size: 21px;
    font-weight: 100;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: 'Calibri Regular';
    color: #fff;
    position: relative;
    bottom: 45%;
    width: 100%;
    line-height: 35px;
}
.gateway span{
    font-family: 'Calibri Regular';
    line-height: 60px;
}
.first-cub {
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: 'calibri Regular';
    text-align: center;
    background: #3B5998;
    width: 26%;
    text-transform: unset;
    padding: 8px;
    font-weight: 100;
    color: #fff;
    border: 1px solid #3B5998;
    letter-spacing: 1px;
    border-radius: 0px;
    margin: 25px auto;
    display: block;
}
.first-cub:hover{
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
}
.viewmores:hover{
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: Calibri,serif;
    text-decoration: none;
} 
.first-view {
    position: absolute;
    top: 160%;
    left: 60%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 16px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 160px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.trust{
    color: #000;
    font-size: 18px;
    font-family: 'calibri Regular';
}
.bank-cub {
    position: absolute;
    bottom: 8%;
    left: 43%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 16px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 160px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}

.viewbanner {
    position: absolute;
    bottom: 8%;
    left: 57%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 16px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 160px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.welcome_2{
    font-size: 23px;
    font-weight: 100;
    padding: 30px 0 0 30%;
    text-align: center;
    font-family: 'calibri Regular';
    color: #3B5998;
    position: absolute;
    top: 10%;
    width: 100%;
    /* float: right; */
    right: 0;
}
.gateway_2{
    font-size: 18px;
    font-weight: 100;
    padding: 35px 0 0 30%;
    text-align: center;
    font-family: 'calibri Regular';
    color: #000;
    position: absolute;
    bottom: 43%;
    width: 100%;
}
.trust_2{
    color: #DF0D7D;
    font-size: 18px;
    font-family: 'calibri Regular';
}
.bank-cub-2{
    position: absolute;
    bottom: 20%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #3B5998;
    font-size: 15px;
    font-family: 'calibri Regular';
    width: 100%;
    text-align: center;
    width: 230px;
    text-transform: capitalize;
    padding: 12px;
    font-weight: 100;
    border: 1px solid #DF0D7D;
    letter-spacing: 1px;
}

.select{
        margin: 5px 0;
        width: 80px;
        border-radius: 5px;
        font-family: 'calibri Regular';
        font-size: 10px;
        padding: 3px 5px;
        color: #3B5998;
        font-weight: 700;
}
 .chat{
    font-size: 11px !important;
    position: fixed !important;
    right: 4%;
    top: 2px;
    z-index: 1000;
    /*right: 10px;
    bottom: 5px;*/
}
.chats{
    font-size: 10px !important;
    position: fixed !important;
    right:  5%;
    /*top:5px;*/
    bottom: -12px;
    /*bottom: 5px;*/
}
.viewmore {
    font-size: 18px;
    color: #000;
    /*color: #DF0D7D;*/
    text-align: center;
    margin: 0;
    padding: 30px 0 5px 0;
    font-weight: 600;
}
.viewmores{
    display: block;
    width: 80%;
    margin: auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    color: #fff;
    background-color: #3B5998;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: Calibri,serif;
    text-decoration: none;
    /*text-align: center;
    padding: 30px 0 0px 0;*/
}
.viewmore-txt {
    font-size: 12px;
    color: #414040;
    text-align: center;
    font-family: 'calibri Regular';
    margin: 0;
    font-weight: 100;
    /*min-height: 80px;*/
}
.marg{
        margin: 20px 30px;
        /*margin: 0 30px;*/
        border-bottom: 2px solid #DF0D7D;
}
.marg-ride{
        margin: 30px 30px;
        /*margin: 0 30px;*/
        /*border-bottom: 2px solid #DF0D7D;*/
}
.box-shadow{
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
}
.box-shadows {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 750px;
}
.marg-ride p{
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.directors{
        margin: 30px 30px;
        /*margin: 0 30px;*/
        /*border-bottom: 2px solid #DF0D7D;*/
}
.directors p{
    text-align: center;
    font-size: 10px;
    font-weight: 600;
}
.directors a{
    text-align: center;
    margin: auto;
    display: block;
    padding: 15px 0;
    color: #3B5998;
    font-size: 11px;
    font-weight: 600;
}
.directors img {
    width: 200px;
    margin: 30px 0 0 0;
    height: 200px;
}
.insurance{
    font-size: 18px;
    color: #DF0D7D;
    text-align: center;
    font-family: 'calibri Regular';
    margin: 0;
    padding: 0px 0 5px 0;
    font-weight: 100;
}
.imgs-ride{
    width: 90%;
}
.viewmores-ride{
    display: block;
    width: 88%;
    margin: auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    color: #fff;
    background-color: #3B5998;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'calibri Regular';
    text-decoration: none;
    position: absolute;
    bottom: 0;
    /*text-align: center;
    padding: 30px 0 0px 0;*/
}
.insurence-btn{
    text-align: center;
    margin: auto;
    display: block;
    background: #3B5998;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
    width: 60%;
    margin: auto;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);

}
.margs{
        margin: 0 30px;
        /*border-bottom: 1px solid #DF0D7D;*/
}
.imgs{
    width: 80%;
}
.distict {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 0 15px;
    text-align: center;
    font-family: Calibri;
    color: #3B5998;
    position: relative;
    /* top: 0; */
    text-align: center;
    /* left: 20%; */
    width: 100%;
    margin: 15px;
}
.distict span{
    color: #DF0D7D;
    font-family: Calibri;
}
.foot1{
    background: #3B5998;
    margin: 0;
    /*margin: 5px 0 0px 0px !important;*/
    padding: 10px;
    text-align: center;
}
.foot1 a{
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 6px;
    font-weight: 500;
    font-family: 'calibri';
    padding-right: 5px;
    padding: 10px 10px;
    font-size: 9px;
    text-shadow: 0 0 black;
}
.foot2{
    background: #DF0D7D;
    margin: 1px 0 0px 0px !important;
    /*margin: 2px 0 0px 0px !important;*/
    padding: 8px 0 5px 0;
    text-align: right;
    font-size: 8px;
    color: #fff;
}
.foot2 a{
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-family: 'calibri Regular';
    padding-right: 5px;
    font-size: 8px;
}
.ideas{
        position: absolute;
    right: 0;
   /* bottom: 0px;*/
    /* top: -2px; */
    color: #fff;
}
.carousels {
    /*position: absolute;*/
    width: 25%;
    bottom: 0;
    position: absolute;
    /*position: fixed;*/
    z-index: 4;
    /*left: 1%;*/
}
.carousel-bg .carousel-inner .item {
    background-color: #DF0D7D;
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    min-height: 130px;
    border: unset;
    font-size: -94px;
    color: black;
}


.slide{ 
    margin-top: 0px;
  /*margin-top: 110px;*/
}
.details {
    margin: 50px 0; }
 .details h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 3px; }
  .details .back-link {
      text-align: center; }
.details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
.details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }
.captions {
     right: 15% !important; 
     left: 15% !important;  
    padding-bottom: 30px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    top: 0%;
}
.carousel-caption p{
    font-family: 'calibri Regular';
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 15px;
    color: #fff;
    text-shadow: 0 0 black;
}
.carousel-caption button{
   color: #fff;
    background: unset;
    border: 1px solid #fff;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 9px;
    width: 80px;
}
.dropbtn {
    cursor: pointer;
    padding: 0px 18px;
    margin: 5px 0;
    width: auto;
    text-transform: uppercase;
    font-size: 11px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'calibri Regular';
    color: #3B5998;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1000;
    right: auto;
}
/*.dropdown-content {*/
/*  display: none;*/
/*  position: absolute;*/
/*  background-color: #f9f9f9;*/
/*  min-width: 230px;*/
/*  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
/*  z-index: 1000;*/
/*  right: -20%;*/
/*}*/

.dropdown-content a {
  color: black;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
  font-family: 'calibri Regular';
  font-size: 10px;
}

/*.dropdown-content a:hover {background-color: #f1f1f1}*/

.dropdown:hover .dropdown-content {
  display: block;
}
.conts{
    padding: 0;
}
.saving-img{
        width: 100%;
}
.pads{
    padding: 0;
    border: 1px solid #000;
}
.open{
    text-align: center;
    font-family: 'calibri Regular';
    color: #3B5998;
    font-size: 17px;
    /*padding: 10px 0 5px 0;*/
}
.instant{
    padding-bottom: 70px;
}
.instant p{
    font-family: 'calibri Regular';
    line-height: 20px;
    font-size: 10px;
    padding: 5px 15px;
}
.enq_button {
    position: absolute;
    left: 45%;
    bottom: 5%;
    text-align: center;
    width: 70%;
}
.enq_now {
    background: #fff;
    padding: 8px 20px 8px 20px;
    font-size: 10px;
    color: #2b2a29!important;
    font-family: 'Zilla Slab', serif;
    border: 1px solid #2b2a29;
}
/*.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}*/

/*.carousel-control.left , .glyphicon-chevron-right{color: #000;}*/
.carousel-control.left ,.carousel-control.right {background: unset!important;
position: absolute;
    top: -115px;
    z-index: 6;
    right: 5px;
}

.icon-slide{
    width: 25px !important;
    margin-top: 85% !important;
}
.top-slide{
    width: 50px;
    /*width: 20% !important;*/
    margin-top: 0% !important;
}
/*.icon-slide{
    width: 30px;
    margin-top: 50px;
}*/

.saving-page
    {
     display: none!important; 
    }

.open-acc{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
    width: 20%;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
}
.apply-now {
    background: #3B5998;
    border: none;
    color: #fff !important;
    padding: 17px;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    text-decoration: none !important;
}
.accountopen{
    background: #3B5998;
    border: none;
    color: #fff !important;
    padding: 17px;
    font-size: 13px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    text-decoration: none !important;
}
.bagrd{
    background: #e6e7e8;
}
.eligible{
    padding: 25px 20px 12px 30px;
}
.eligible h5{
    font-size: 11px;
    font-weight: 700;
}
.document{
    padding: 8px 5px;
    /* padding-bottom: 14px; */
    margin: 10px 0 10px 0;
    color: #fff;
    background: #3B5998;
    border: 1px solid #3B5998;
}

.save-bank{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 30px 0;
    font-weight: 700;
}
.save-acc{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
    width: 20%;
    text-transform: uppercase;
    font-weight: 600;
    background: #fff;
}
.apply-save{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.save-img {
    width: 100%;
}
.bagrd-save{
    background: #e6e7e8;
}
.saves{
    padding: 25px 0 0 40px;
}
.saves h5{
    font-size: 11px;
    font-weight: 700;
}
.documents{
    padding: 8px 5px;
    /* padding-bottom: 14px; */
    margin: 20px 0 20px 0;
    background: #3B5998;
    color: #fff;
    border: 1px solid #3B5998;
}
.fixed-form{
        /* height: 100%; */
    /* width: 160px; */
    position: fixed;
    /* z-index: 1; */
    /* top: 0; */
    right: 0;
    background-color: unset;
    overflow-x: hidden;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    font-family: 'Calibri Regular';
    font-size: 10px;
}
/*label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    padding-left: 45px;
    font-family: 'Calibri Regular';
    font-size: 13px;
}*/
.formview{
    padding: 20px 0 0px 0;
    text-align: center;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: 295px;
   /* height: 100vh;*/
    /* width: 310px; */
    margin: 6px 0px 0px 10px;
}
/*.formview{
    padding: 20px 0 0px 0;
    text-align: center;
    border: 2px solid #e6e7e8;
    width: 295px;
    margin: 6px 0px 6px 10px;
}*/
.basic{
    border-right: 2px solid #e6e7e8;
    padding-right:0;
}
.forms{
    padding: 10px 0 0px 0;
    text-align: center;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: 24%;    
    /*height: 100vh;*/
    /*width: 310px;*/
    margin: 6px 0px 0px 0px;
}

/*.forms{
    padding: 10px 0 0px 0;
    text-align: center;
    border-right: none;
    border-bottom: none;
    border-top: none;
    width: 24%;    
    margin: 6px 0px 0px 0px;
    border-left: 2px solid #e6e7e8;
}*/
.formview h3{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 11px;
    font-family: 'Calibri Regular' !important;
    width: 85%;
    /* vertical-align: middle; */
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 8px;
}
input[type=text], select, textarea{
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid;
}
/*input[type=text], select, textarea{
    margin-bottom: 12px;
    width: 70%;
    border: 1px solid;
}*/
.select-txt{
    text-align: center;
    font-size: 9px;
    padding: 5px;
}
.formviews {
    padding: 20px 0 0px 0;
    text-align: center;
    border: 2px solid #e6e7e8;
    /* width: 30%; */
    /* width: 310px; */
    margin: 6px 0px 6px 10px;
}
.formviews h3{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 10px;
    font-family: 'calibri Regular' !important;
    /*font-family: 'calibri Regular';*/
    width: 70%;
    /* vertical-align: middle; */
    margin: auto;
}
.formviews input[type=text], .formviews select, .formviews textarea{
    margin-bottom: 12px;
    width: 78%;
    border: 1px solid;
}
.formviews .select-txt{
    text-align: center;
    font-size: 9px;
    padding: 5px;
}
.formviews label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-left: 11%;
    /*padding-left: 70px;*/
}
.formviews .recaptcha {
    padding: 18px 5px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
    font-size: 11px;
}
.save-basic {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 60px 0 30px 0;
    font-weight: 700;
}
.base{
    padding: 90px 0 30px 0 !important;
}
.free{
    font-size: 13px;
    text-align: center;
}
.facility{
    padding: 25px 40px;
}
.facility p{
    font-size: 10px;
}

.junior{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 30px 0;
    font-weight: 700;
}
.junior-acc{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
    background: #fff;
    width: 20%;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
}
.apply-junior{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.junior-img {
    width: 100%;
}
.young{
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 30px 0 30px 0;
    font-weight: 700;
}
.young-acc{
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
    background: #fff;
    font-weight: 600;
    text-transform: uppercase;
    width: 20%;
    background: #fff;
}
.apply-young{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.payment-menu ul li {
    list-style: none;
    padding: 0 3px 5px 30px !important;
    font-size: 10px !important;
    line-height: 20px;
    font-family: 'calibri Regular';
}
.young-img {
    width: 100%;
}
.submit_from {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px 5px 12px;
    border: 1px solid #3B5998;
    background-color: #3B5998;
    color: #fff;
    width: 40%;
    font-family: 'Calibri Regular';
    margin: 0px;
}
.submit_from:hover {
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
}
.recaptcha {
    padding: 18px 5px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
    font-size: 11px;
    text-align: center;
    font-weight: 600;
}
/*.recaptcha {
    padding: 18px 5px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
    font-size: 11px;
}*/
.recaptcha-txt{
    border: 1px solid #000;
    padding: 11px 12px;
    /*margin-left: -3px;*/
    border-right: unset;
    color: #00a859;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
    width: 50%;
}
#refresh{
    margin-top: 10px;
    font-size: 16px;
    color: #3B5998;
}
/*.recaptcha-txt{
    border: 1px solid #000;
    padding: 10px 4px;
    border-right: unset;
    color: #00a859;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
}*/
.pmjdy {
    color: #000;
    font-family: 'Calibri';
    font-size: 20px;
    text-align: center;
    padding: 30px 0 15px 0px;
    font-weight: 700;
}
.quick{
    color: #000000d6;
    font-family: 'Calibri';
    font-size: 16px;
    text-align: center;
    padding: 10px 0 15px 0px;
    font-weight: 100;
}
.quick-interest {
    margin: 15px auto;
    display: block;
    border: 1px solid #000;
    font-weight: bold;
    color: #000;
    background: #fff;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    padding: 5px;
    font-size: 10px;
    /*font-family: 'Calibri';*/
    font-family: 'Calibri Regular';
    text-align: center;
    width: 180px;
    text-decoration: unset !important;
    text-transform: uppercase;
    font-weight: 100;
}
.pmjdy-txt{
    font-size: 13px;
    text-align: center;
}
.saves-pmjdy{
    padding: 25px 0 0 40px;
}
.saves-pmjdy h5{
    font-size: 11px;
    font-weight: 700;
}
.pmjdy-img {
    width: 100%;
}
.saves ul{
    padding: 0;
}
.saves ul li{
    list-style: none;
    padding: 0px 3px 5px 20px;
    font-size: 11px;
    line-height: 23px;
    position:relative;
}
.saves  ul i {
    left: 5px;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.document:hover{
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
}
.documents:hover{
    background: #718DC8;
    color: #fff;
    border: 1px solid #718DC8;
}
.eligible ul{
    padding: 0;
}
.eligible ul li{
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
    position: relative;
}
.eligible  ul i {
    left: 10px;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.facility ul{
    padding: 0;
}
.facility ul li{
    list-style: none;
    padding: 0px 3px 5px 20px;
    font-size: 11px;
    line-height: 23px;
    position: relative;
}
.facility  ul i {
    left: 0px;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.saves-pmjdy ul{
    padding: 0;
}
.saves-pmjdy ul li{
    list-style: none;
    padding: 0px 3px 5px 20px;
    font-size: 11px;
    line-height: 23px;
    position:relative;
}
.saves-pmjdy  ul i {
    left: 5px;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.general-saving-top
{
    padding:30px;
}
.social-icon {
    position: relative;
    list-style: none;
    display: flex;
    margin: 0px 0 8px 0;
    justify-content: center;
    align-content: stretch;
    padding: 0;
}
.social-icon li{
    color: #fff;
    padding: 5px 8px;
}
.social-icon li img {
    width: 22px;
}
.fa-chevron-left, .fa-chevron-right{
    font-size: 18px;
    margin: 3% 0;
    color: #fff;
    font-weight: 100;
    position: fixed;
}
menu {
  width: 100%;
}
.menu-container {
  margin: 0 auto;
  /*background: #e9e9e9;*/
}
.menu a.logo {
  display: inline-block;
  padding: 1.5em 3em;
  width: 19%;
  /* float: left; */
}
.menu img {
  max-width: 100%;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "";
  font-family: "Ionicons";
  font-size: 1.8rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}
.menu > ul {
  margin: 0 0px;
  width: 100%;
  /*width: 65%;*/
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
  clear: right;
  /*display: flex;
    box-sizing: border-box;
    clear: right;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: flex-end;*/
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  /*background: #e9e9e9;*/
  padding: 0;
  margin: 0;
}
.menu > ul > li a {
    font-weight: 600;
    text-decoration: none;
    /*padding: 13px 10px;*/
    padding: 10px 6px 10px 6px;
    display: block;
    color: #000;
    font-size: 9px;
    line-height: 15px;
}

/*.menu > ul > li:hover {
  background: #000;
}*/


.menu > ul > li > ul {
  display: none;
  width: auto;
 /* background: #f0f0f0;*/
  padding: 0 0px 10px 10px;
  /*padding: 0 100px;*/
  position: fixed;
  z-index: 99;
  left: 10%;
  /*left: -100;*/
  /*  left: -22%;
    height: 100vh;
    width: 100vw;*/
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  background: rgba(45, 39, 31, 0);
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 5px 5px 0px 0;
  padding-bottom: 0;
  list-style: none;
  width: 250px;
  background: none;
  float: left;
  background: #fff;
  height: 245px !important;
  font-family: 'calibri Regular';
}
.menu > ul > li > ul > li a {
    color: #000;
    padding: 0px 8px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ccc;
    /*font-family: 'Nunito'  !important;*/
    font-family: 'calibri Regular';
    font-weight: 500 ! important;
    font-size: 10px !important;
}
.menu > ul > li > .techmenu > li {
    margin: 5px 5px 0px 0;
    padding-bottom: 0;
    list-style: none;
    width: 250px;
    background: none;
    float: left;
    background: #fff;
    height: 285px !important;
    font-family: 'calibri Regular';
}

.menu > ul > li > ul > li a:hover {
  color: #3B5998;
  background: #e6e7e8;
  font-weight: 600;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0px 0;
  margin: 0;
  font-size: 0.8em;
  margin-bottom: 8px;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
  font-size: 10px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

.current-account-top
{
    padding:70px;
}
.current-account {
    color: #3B5998;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 0px 0 30px 0;
    font-weight: 700;
}
.current-mob{
    padding-bottom: 40px;
}
.current-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
}
.apply-net {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 13px;
    font-size: 13px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    margin-right: 15px;
}
.apply-current {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 13px;
    font-size: 13px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.current-menu {
    padding: 25px 20px 12px 30px; 
}
.current-menu ul {
    padding: 0;
}
.current-menu h5 {
    font-size: 11px;
    font-weight: 700;
}
.current-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
    }
.current-menu ul i {
    left: 25px;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.cub-offer{
    padding: 25px 20px 12px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}

.loan-account-top
{
    padding:100px;
    /*padding:70px;*/
}
.loan-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 17px;
    text-align: center;
    padding: 0px 0 20px 0;
    font-weight: 700;
}
.loan-mob{
    padding-bottom: 40px;
}
.loan-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
}
.apply-loan {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    margin-right: 15px;
}
.apply-loan {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.loan-menu {
    padding: 25px 20px 12px 30px; 
}
.loan-menu ul {
    padding: 0;
}
.loan-menu h5 {
    font-size: 11px;
    font-weight: 700;
}
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
    }
.loan-menu ul i {
    left: 40px;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.cub-loan{
    padding: 25px 20px 12px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}

.deposit-account-top
{
    padding: 55px;
    /*padding:70px;*/
}
.deposit-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 20px;
    text-align: center;
    padding: 0px 0 30px 0;
    font-weight: 700;
}
.deposit-mob{
    padding-bottom: 40px;
}
.deposit-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
}
.apply-deposit {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    margin-right: 15px;
}
.apply-deposit {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.deposit-menu {
    padding: 25px 20px 12px 30px; 
}
.deposit-menu ul {
    margin: 0;
    padding: 0;
}
.deposit-menu h5 {
    font-size: 11px;
    font-weight: 700;
}
.deposit-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
    position: relative;
    }
.deposit-menu ul i {
    left: 10px;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.cub-deposit{
    padding: 25px 20px 12px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}

.payment-account-top
{
    padding:95px;
    /*padding:55px;*/
}
.payment-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 18px;
    /*font-size: 28px;*/
    text-align: center;
    padding: 25px 0 30px 0;
    font-weight: 700;
}
.payment-mob{
    padding-bottom: 40px;
}
.payment-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
}
.apply-payment {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 13px;
    font-size: 13px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    margin-right: 15px;
}
/*.apply-payment {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 13px;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}*/
.payment-menu {
    padding: 25px 20px 12px 30px;
    position:relative; 
}
.payment-menu ul {
    padding: 0;
}
.payment-menu h2 {
    font-size: 20px;
    text-align: left;
    margin: 25px 0;
    color: #3B5998;
    line-height: 24px;
}
.payment-menu h5 {
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 15px;
    margin: 0;
    line-height: 24px;
}
.payment-menu h6 {
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0;
    line-height: 24px;
}
.payment-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
    position:relative;
    }
.payment-menu ul i {
    left: 15px;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.cub-payment{
    padding: 25px 20px 12px 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
.cub-payment-2{
    padding: 5px 20px 12px 30px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
.cub-payment-h4{
    padding: 25px 20px 12px 0px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
.cub-payment-h2{
    padding: 25px 0px 20px 0px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center !important;
    /*padding-bottom: 20px;*/
    color: #3B5998;
}
.border-line{
    border: 1px solid #DF0D7D;
    width: 98%;
    margin: auto;
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 11px;
}

/*#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}*/

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#ebebeb));
  color: #000;
}



.payments{
    padding: 25px 20px 12px 30px;
}
.payments ul {
    padding: 0;
    margin-left: 15px;
}
.payments ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
}
.payments ul i {
    left: -10px;
    /* top: 7px; */
    position: relative;
    font-size: 14px;
    color: #DF0D7D;
}
/*.payments ul i {
    left: 50px;
    top: 7px; 
    position: absolute;
    font-size: 20px;
    color: #DF0D7D;
}*/
.payments h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
    color: #3B5998;
}
.payments h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    margin-left: 15px;
}
.payments p{
    font-size: 11px;
    line-height: 35px;
    margin-left: 15px;
}
.payments .lic-bord{
        border: 1px solid #3B5998;
        height: 60vh;
        overflow-y: scroll;
        scroll-behavior: smooth;
}
.lic-loan {
    background: #fff;
    border: none;
   /* color: #fff;*/
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    /* vertical-align: middle; */
    margin: auto;
    display: block;
    position: absolute;
    bottom: -1.6%;
    /*bottom: -18px;*/
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    width: 90%;
}
.lic-loan span{
    background: #3B5998;
     color: #fff;
     padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
}

#customers-1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 80%;
    margin: auto;
  /*width: 100%;*/
}

#customers-1 td {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 11px;
  text-align: center;
}
#customers-1 th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 11px;
  text-align: center;
}

/*#customers-1 tr:nth-child(even){background-color: #f2f2f2;}

#customers-1 tr:hover {background-color: #ddd;}*/

#customers-1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  /*text-align: left;*/
  background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#ebebeb));
  color: #000;
}
.inter p{
        padding: 0px 20px 12px 30px;
}
.inter2 p{
        padding: 0px 20px 12px 0px;
}
.payment-menu p{
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 15px;
}
.invest-soverign {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.invest-you{
    width: 80%;
    margin: 50px 0;
    height: 300px;
}
.benifits{
    display: flex;
    margin: 20px 0;
}
.cub-wealth{
    padding: 0px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
.wealth-icon img{
    margin: auto;
    display: block;
    width: 100px;
}
.payment-menus {
    padding: 25px 20px 12px 30px;
}
.payment-menus h2 {
    font-size: 20px;
    text-align: left;
    margin: 25px 0;
    color: #3B5998;
    line-height: 30px;
    text-align: center;
    padding: 10px 15px;
}
.payment-menus h2 img{
    padding-bottom: 20px;
    width: unset;
}
.wealth-icon p{
    font-size: 11px;
    padding: 0 15px;
    text-align: center;
}
.wealth-icons ul{
    display: flex;
    list-style: none;
}
.wealth-icons ul li{
    line-height: 30px;
    font-size: 11px;
}
.wealth-icons img {
    /*margin: auto;
    display: block;*/
    width: 23px;
    margin-right: 20px;
}
.pay{
    padding: 40px 0 20px 0 !important;
}
.wealth img{
    margin: auto;
    display: block;
    width: 60px;
}
.wealth p{
    font-size: 11px;
    padding-bottom: 30px;
    /*padding: 0 15px;*/
    text-align: center;
}
.current-account-top {
    padding: 55px;
}

#customers-2 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 70%;
  margin: auto;
}

#customers-2 td, #customers-2 th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 11px;
}

/*#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}*/

#customers-2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background: -webkit-gradient(linear,left top,left bottom,from(#ededed),to(#ebebeb));
  color: #000;
}
.non-agri{
    background: #f9f9f9;
    padding: 20px;
    box-shadow: 0px 2px 8px #ccc;
    margin-bottom: 20px;
    /*height: 150px;*/
}
.menu-back{
    background: #718dc8;
    color: #fff;
    margin: 0;
    padding: 10px 8px;
    font-family: 'calibri Regular' !important;
    font-size: 11px;
    font-family: 'calibri Regular';
    font-weight: 600;
    margin-bottom: 0px;
    /*background: #f5be0a;
    margin: 0;
    padding: 10px 15px;
    font-family: 'calibri Regular';
    font-size: 15px;*/
}
.dropdown-content a{
    color: #000 !important;
    font-weight: 100 !important;
        font-size: 11px !important;
    line-height: 10px !important;
     padding: 15px !important;
    /*padding: 15px 8px 10px 7px !important;*/
}
#fade
{
      position:fixed;
      top:0;
      left:0;
      background:rgba(45, 39, 31, 0.9);
      z-index:100;
      width:100%;
      height:100%;
      display:none;
}
.opens ul li a{
    color: #DF0D7D;
}
.carousel-inner {
    /*position: relative;*/
    width: 100%;
    overflow: hidden;
    height: auto;
    /*position: absolute;
    top: -125px;
    z-index: 7;*/
}
.carousel-inners {
   /* position: relative;
    width: 100%;
    overflow: hidden;
    height: 130px;*/
    position: fixed;
    width: 25%;
    overflow: hidden;
    height: 103px;
    z-index: 6;
    bottom: 0px;
}
.nav1 {
    background: #3B5998;
    margin: 0px;
    padding: 0px;
}
.nav2 {
    background: #fff;
    margin: 2px 0 0px 0px;
    padding: 0px;
    z-index: 100;
}
.loader-bg{
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
}
.loader-p{
    border: 0 solid transparent;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*.loader-p{
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}*/

.loader-p:before, .loader-p:after{
  content: '';
  border: 1em solid #3b5998;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}
.loder-img{
    width: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loader-p:before{
  animation-delay: 0.5s;
}

@keyframes loader{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 0;
  }
}
.ws_cover{z-index: 0 !important;}

#toTopr {
    position: fixed;
    bottom: 5%;
    right: 0;
    overflow: hidden;
    z-index: 999;
    }

.forms input[type='checkbox'] {
    margin: 0px 5px 0px 0;
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
.forms input[type='checkbox']:checked:after {
    width: 13.5px;
    height: 13.5px;
    top: 2px;
    left: 2px;
    position: relative;
    background-color: #3b5998;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
/* .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.pr-0{padding-right: 0px;}  
.pl-0{padding-left: 0px;}
/*.owl-theme .owl-nav.disabled+.owl-dots {*/
/*    margin-top: 10px;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/
/*.rows{margin: 0 0 15px 15px;}*/

/*.basic{border-right: 2px solid #e6e7e8;}*/

/*@media ((min-device-pixel-ratio: 2) and (min-resolution: 192dpi) and (max-width:1800px)) {*/
/*@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2)  and (min-resolution: 192dpi) {*/
/*@media screen and (min-width: 1025px) and (max-width: 1280px) {}*/
/*@media only screen and (min-width:800px) and (max-width:1280px){}*/

.auction_search {
    width: 40%;
    margin: 2% auto;
}
.auction_search h4{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2%;
}
.auction_search_field {
    display: flex;
}
.auction_search_field input{
    height: 42px;
}
.auction_search_field button {
    margin-left: 1%;
    font-size: 14px;
    background-color: #3c5995;
    font-weight: 600;
}
.auction_lists{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.auction_item {
    border: 1px solid grey;
    width: 30%;
    margin: 1.50%;
    /* padding: 1%; */
    display: flex;
}
.auction_left_item{
    /* margin: auto; */
    display: flex;
    flex-direction: column;
}
.auction_left_item img {
    width: 250px;
    height:100%;
}
.auction_left_item button{
    padding: 3%;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
    background-color: #e1197d;
    border: none;
}
.auction_right_item {
    padding: 2%;
    background-color: #f8f9fa;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.auction_right_item .auction_date {
    text-align: center;
    font-weight: 600;
}
.auction_right_item .auction_name {
    text-align: center;
    font-weight: 700;
}
.auction_right_item button{
    padding: 2%;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    background-color: #e1197d;
    border: none;
    width: 50%;
    margin: 10% auto 5%;
}
.auction_right_item .auction_details{
    font-size: 11px;
    font-weight: 600;
}

.carousel-indicators {
    bottom: -30px !important;
    margin-left: unset !important;
    /*transform: translate(-50%, -50%);*/
}
.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    margin: 0px 3px;}
.carousel-indicators .active {
    width: 14px !important;
    height: 14px !important;
    margin: 0px 3px !important;
    background-color: #DF0D7D;
}

.carousel-indicators {position: relative !important;}
.carousel-indicators li {border: 1px solid #000 !important;}
.pause{color: #000 !important;}

/*@media (max-width: 1199px) {*/
@media only screen and (max-width:1200px)
{
.navbar-brand {
        margin-top: 0px;
}
.navbar-brand.logo {padding: 5px 8px 0 12px;}
/*.navbar-brand.logo {padding:8px 8px 0 0;}*/
.navbar-brand img {width: 55px; /*   width: 116px;*/}
.navbar-brand .chat-img{width: 45px !important; /*   width: 116px;*/}
.submenu {margin-bottom: 15px;}
.nav-tabs {margin-bottom: 0px; }
.navbar-nav { margin-top: 0px;margin-left: 0px;}
.navbar-collapse {padding-left: 0px;}
.navbar-default .navbar-nav > li > a {
        border-top: 1px solid #DCDDDE;
        padding: 10px 0 10px 0;
        font-size: 10px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            border-top: 1px solid #58585B;
        }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        /*color: #555;     background-color: #E7E7E7;*/
        background-color: #fff;
        border-top: 1px solid #58585B;
    }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
    }
.navbar-inverse .navbar-nav > li > a {color: #000;border-top: 0px solid #0074C8;font-weight: bold;}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #000;
           /* background-color: #ccc;*/
            border-top: 0px solid #7F7F7F;
        }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #000;
        background-color: #fff;
        border-top: 0px solid #7F7F7F;
    }
.navbar-inverse .navbar-toggle {
        /*background-color: #666;*/
        border: 0;
        margin:10px 0px;
    }

.navbar-inverse .navbar-toggle .icon-bar{
        background-color: #666 !important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #fff;
           /* background-color: #7F7F7F;*/
        }

.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 7px 20px 7px 20px;
}
.navbar-right {
        margin: 0;
    }
.form-control {
        width: 100%;
    }
.navbar-inverse {
        background-color: #ffffff;
        border-color: #0074C8;
    }
.navbar {
        margin-bottom: 0px;
        border-bottom: 2px solid #fff;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        /*border-color: #0074C8;*/
    }
.navbar-toggle {
        margin-top: 10px;
    }
.bp div {
        padding: 5px;
        margin-bottom: 0px;
        border: 5px solid #fff;
    }
.dropdown-menu > li > a {
        color: #000;
    }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #000;
            text-decoration: none;
            background-color: #fff;
        }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #fff;
        color: #000;
    }
 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #000;
        background-color: #fff;
    }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #222222;
        font-weight: 200;
    }
.navbar-header {
        float: none !important;
    }
.navbar-left, .navbar-right {
        float: none !important;
    }
.navbar-toggle {
        display: block !important;
    }
.navbar-collapse {
        border-top: 1px solid transparent !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;
    }
.navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px !important;
    }
.navbar-collapse.collapse {
        display: block !important;
    }
.navbar-nav {
        float: none !important;
        margin-top: 0px !important;
        background: #fff;
        padding-bottom: 50px;
        height: 100%;
    }
.navbar-nav > li {
            float: none !important;
           /* border-bottom: solid 1px #e6e6e6;*/
           text-align: center;
        }
.navbar-nav > li.noborder {
            border-bottom: solid 0px #e6e6e6;
        }
/* .navbar-nav > li > ul > li { */
          /*  border-bottom: solid 1px #e6e6e6;*/
        /* } */
.navbar-nav > li > a {
                    padding:13px 20px 6px 15px;
                    text-align: left;
                /*padding: 17px 0 10px 50px;*/
              /*  padding-top: 4px !important;
                padding-bottom: 4px !important;*/                
            }
.collapse.in {
        display: block !important;
    }
.mobile-gutter-image {
        margin: 0;
        padding: 0;
    }
.row {
        margin-left: 0px;
        margin-right: 0px;
    }
footer {
        background-color: #ececec;
        /* margin-top: 20px;
        margin-bottom: 0px;
        padding: 10px 0 10px 0; */
        color: #eee;
        text-align: center !important;
    }
footer .col-lg-6 {
            text-align: center !important;
        }
.innercontent {
        height: 200px;
    }
.caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #3e3d3d;
        margin-top:0px;
    }
}

@media only screen and (max-width:1024px)
{
.menu .clearfix li:first-child{display: none;}
.overlay .modal__locked {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    background: white;
    border-radius: 20px;
}
.overlay .modal__locked .modal-buttons {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    transform: unset;
    margin: 21px auto;
    display: block;
    width: 25% !important;
}
.modal-close{
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10rem;
    background-color: #3b5998;
    color: white !important;
}
.btn3 {
    border: none;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    width: 145px;
    height: 45px;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.5);
}
.overlay .modal__locked .modal-buttons button.btn-purple {
    background: #3b5998;
    color: white;
}
.overlay .modal__locked .modal-buttons button.btn-purple {
    background: #3b5998;
    color: white;
}
.pannumber {
    padding: 0 40px;
}
.pannumber ul li {
    text-align: left;
    font-size: 12px;
}
.pannumber h5 {
    text-align: left;
    font-size: 13px;
    padding-left: 25px;
}
.lastupdate {
    text-align: right;
    position: absolute;
    left: 5%;
    margin-top: 50px;
    font-size: 10px;
}
.form-centre {
    padding: 0px 12px;
}
.cub-bank {width: 150px;}
.payment-menu ul li {
    list-style: none;
    padding:0px 3px 5px 40px !important;
    font-size: 9px !important;
    line-height: 20px;
    font-family: 'calibri Regular';
}
.box-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px !important;
    border-radius: 5px;
}
.right-bord {
    border-right: 1px solid #000 !important;
    border-bottom: unset !important;
}
.box-shadow ul li, .box-shadow-1 ul li, .box-shadows  ul li {
    list-style: none;
    padding: 0px 3px 5px 15px !important;
}
.border_line {
    border-right: 2px solid #000 !important;
    position: relative;
    left: 7px;
    /* left: 10px; */
    color: #fff;
}
.foot1 a span.border_line {
    border-right: 2px solid #fff !important;
    position: relative;
    left: 7px;
    color: #fff;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1000;
    left: unset;
    right: 0;
}
/*.payment-menu h5 {
    font-size: 10px;
    font-weight: 100;
    padding: 8px !important;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}*/
.modal-content {padding: 80px 50px;}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: unset;
     height: auto !important; 
}
.marquee {
    font-family: Calibri;
    font-size: 10px;
    color: #fff;
    padding: 10px 0 0px 0px;
    float: left;
    /* width: 78%; */
    margin-left: 12px;
}
.navbar-collapse.collapse {
     display: block !important; 
}
.navbar-collapse .col-sm-9 {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0;
}
.padding_0{padding: 0;}
.menu > ul > li a {
    font-weight: 600;
    text-decoration: none;
    padding: 8px 5px 5px 5px;
    display: block;
    color: #000;
    font-size: 8px;
    line-height: 18px;
}
.call-icon {
    width: 26px;
    margin: 2px auto;
    display: block;
}
.whats-icon {
    width: 21px;
    margin: 5px auto;
    display: block;
}
.navbar-inverse {
    position: relative;
    /* position: fixed; */
    z-index: 101;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    height: 64px !important;
    box-shadow: 0 0px 6px #000;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    box-shadow: 0 0px 6px #000;
    background: #fff;
}*/
select.input-lg {
    color: #2D3084;
    height: 20px !important;
    line-height: 19px !important;
    width: 50px;
    padding: 0px 5px !important;
    font-size: 9px;
    font-family: 'calibri';
    font-weight: 500;
   }
   /*select.input-lg:after {
   color: #DF0D7D;
   }*/
   select + i.fa {
    float: right;
    margin-top: -19px;
    margin-right: 0;
    pointer-events: none;
    background-color: #FFF;
    padding-right: 5px;
    color: #DF0D7D;
    font-size: 10px;
   }
/*.sticky {height: 80px;}*/
.logotop {
    width: 100%;
    height: 63px;
    padding-left: 0px;
}
.navbar {
    height: 80px;
    position: relative;
}
.menu-back {
    background: #718dc8;
    color: #fff;
    font-size: 9px;
    margin-bottom: 5px;
}
.menu > ul > li > ul > li a {
    color: #000;
    font-size: 10px !important;
    line-height: 15px;
}
.fixedmenu {
    position: absolute;
    top: 7%;
    background: #fff;
    height: auto;
    width: 30%;
    z-index: 1;
    right: 40px;
}
.fixedmenu img {
    width: 45px !important;
    margin: auto !important;
    display: block;
}
.fixedmenu h6 {
    color: #000;
    font-family: 'Calibri';
    text-align: center;
    font-size: 10px;
    padding: 5px 0 !important;
    border-bottom: 1px solid;
    margin: 0;
}
.line-bottom {
    border-bottom: 1px solid #000;
    margin: 0px 0px;
}
.fixedmenu a {
    text-align: center;
    margin: 10px auto auto auto !important;
    display: block;
    background: #3B5998 !important;
    width: 100% !important;
    padding: 5px !important;
    color: #fff;
    font-family: 'calibri Regular' !important;
    font-size: 10px;
}
.menu > ul > li > ul {
    display: none;
    width: auto;
    padding: 0 0px 10px 10px;
    position: fixed;
    z-index: 99;
    left: 3%;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    background: rgba(45, 39, 31, 0);
}
.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 3px;
}
.carousel-indicators .active {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 3px !important;
    background-color: #DF0D7D;
}
.viewmores {font-size: 11px;}
.menu > ul > li > ul > li {
    margin: 5px 5px 0px 0;
    padding-bottom: 0;
    list-style: none;
    width: 170px;
    background: none;
    float: left;
    background: #fff;
    height: 245px !important;
    font-family: 'calibri Regular';
}
.navbar-collapse.collapse {
        display: block !important;
    }
.m-popup .closebtn {
    position: absolute;
    top: 3%;
    right: 5%;
   font-size: 21px;
}
.popup .closebtn {
    position: absolute;
    top: 5% !important;
    right: 5%;
    font-size: 21px;
}
.notifypopup .bts {
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 21px;
}
.menu > ul > li > ul > li > ul > li {margin-bottom: 4px;}
.basic {
    border-right: 2px solid #e6e7e8;
    padding: 0;
}
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -10px;
    /* margin-left: -30px; */
    margin-top: 10px;
}
.slide {
    margin-top: 0px;
}
.carousel-indicators {
    bottom: -35px !important;
    margin-left: unset !important;
    transform: translate(-50%, -50%);
    margin-bottom: 30px;
}
.closesbtn {
    position: fixed;
    top: 15px;
    right: 50px;
}
.login-ref p{
    color: #000 !important;
    font-weight: 100 !important;
    font-size: 10px !important;
    line-height: 15px !important;
    padding: 8px 15px !important;
    /*font-family: 'Calibri Regular';*/
    font-family: 'calibri Regular';
    }
.viewmore {
    font-size: 13px;
    color: #000;
    text-align: center;
    font-family: 'Calibri';
    margin: 0;
    padding: 30px 0 5px 0;
    font-weight: 100;
}
.foot2{
    background: #DF0D7D;
    margin: 0px 0 0px 0px !important;
    /*margin: 2px 0 0px 0px !important;*/
    padding: 8px 0 5px 0;
    text-align: right;
    font-size: 8px;
    color: #fff;
}
.viewmore-txt {
    font-size: 11px;
    color: #414040;
    text-align: center;
    font-family: 'calibri Regular';
    margin: 0;
    font-weight: 100;
    /* min-height: 80px; */
}
.m-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #333;
    z-index: 1000;
    /* opacity: 0.8; */
    padding: 110px 0px;
    overflow-y: scroll;
}
.closebtn {
    position: absolute;
    top: 0%;
    right: 5%;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
}
.closesbtn {
    position: fixed;
    top: 16%;
    right: 27%;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
    font-weight: 600;
}
/*.closebtn {
    position: absolute;
    top: 12%;
    right: 5%;
    font-size: 31px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
}*/
.menuwidth {
    padding: 0;
    width: 23%;
    background: #fff;
    margin-right: 10px;
    height: 250px;
}
.menupopup ul {
    list-style: none;
    padding: 0;
}
.menupopup ul li a {
    line-height: 18px;
    padding: 0px;
    color: #000;
    font-weight: 500;
    font-size: 10px !important;
}
.menupopup ul li ul li {
    padding: 0 0 0 10px;
    line-height: 0;
}
.navbar {
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    /* border-color: #0074C8; */
    z-index: 1000;
}
.carousel-control.left, .carousel-control.right {
    background: unset!important;
    position: absolute;
    top: -80px;
    z-index: 6;
    right: 5px;
}
.carousel-caption p {
    font-family: 'calibri Regular';
    font-size: 9px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #fff;
    text-shadow: 0 0 black;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    top: 0%;
}
/*.carousel-control.left {left: -25px;}
.carousel-control.right {right: -25px;}*/
.carousel-inners {
    position: fixed;
    width: 26%;
    overflow: hidden;
    height: 80px;
    /*height: 103px;*/
    z-index: 6;
    bottom: 0px;
    left: 0;
}
.carousel-caption button {
    color: #fff;
    background: unset;
    border: 1px solid #fff;
    padding: 2px 5px;
    font-weight: 600;
    font-size: 6px;
    width: 70px;
}
.bank-cub {
    position: absolute;
    bottom: 4%;
    /*bottom: 8%;*/
    left: 43%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 120px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.viewbanner {
    position: absolute;
    bottom: 4%;
    /*bottom: 8%;*/
    left: 60%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 120px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.top-slide {
    width: 35px;
    /* width: 20% !important; */
    margin-top: 0% !important;
}
.welcome {
    font-size: 16px;
    font-weight: 600;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: Calibri;
    color: #fff;
    position: absolute;
    bottom: 125%;
    width: 100%;
    /* float: right; */
    right: 0;
    line-height: 25px;
    top: 0;
}
.gateway {
    font-size: 11px;
    font-weight: 100;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: 'Calibri Regular';
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 24px;
    top: 180%;
}
/*.gateway {
    font-size: 16px;
    font-weight: 100;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: 'Calibri Regular';
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 24px;
    top: 70%;
}*/
.h-15{
    height: 15vh;
}
/*.welcome {
    font-size: 30px;
    font-weight: 600;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: Calibri;
    color: #fff;
    position: absolute;
    bottom: 125%;
    width: 100%;
    right: 0;
    line-height: 40px;
}*/
/*.gateway {
    font-size: 18px;
    font-weight: 100;
    padding: 0px 0 0 0;
    text-align: center;
    font-family: Calibri;
    color: #fff;
    position: relative;
    bottom: 45%;
    width: 100%;
    line-height: 24px;
}*/
.gateway span {
    font-family: 'Calibri Regular';
    line-height: 40px;
}
.first-banner {
    position: absolute;
    top: 430%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 120px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.first-view {
    position: absolute;
    top: 430%;
    left: 65%;
    transform: translate(-50%, -50%);
    color: #000000bf;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    background: #fff;
    width: 120px;
    text-transform: unset;
    padding: 5px;
    font-weight: bold;
    color: #DF0D7D !important;
    border: none;
    letter-spacing: 1px;
    border-radius: 6px;
}
.popup{
    position: fixed;
    /*width: 100%;*/
    height: 100%;
    top: 0;
    background-color: #333;
    z-index: 1000;
    /*opacity: 0.8;*/
    padding: 110px 0px;
    overflow-y: scroll;
    margin: 0;
}
.bg-clr{
  background: #fff;
  padding: 30px 0 15px 0;
  border: 1px solid #3B5998;
  border-radius: 5px;
}
.popup p{
  border-top:1px solid #3B5998;
  padding:10px 0 0 0;
  text-align: center;
  color: #000;
  font-family: 'Calibri';
  font-size: 10px;
}
.popup img{
  width: 80px;
  margin: auto;
  display: block;
}
.navbar {
    height: 90px;
    position: relative;
}
.container {
    width: 100%;
    background: #fff;
    padding: 0;
    height: 0;
}
/*.container {
    width: 100%;
    background: #fff;
    padding: 0;
}*/
.navbar-brand img {
    width: 70px;
    /* width: 116px; */
}
.sticky + .content {
  padding-top: 102px;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    height: 100vh;
}
.backgrd {
    background: #3B5998;
    height: 90px;
}
.back-logo {
    background: #fff;
    height: 90px;
}
.city-union {
    font-family: Bank Gothic !important;
    font-size: 18px;
    background: #3B5998;
    margin: 0;
    height: 65px;
    color: #fff !important;
    line-height: 24px;
    padding: 12px 25px;
    text-align: center;
}
.navbar-brand .chat-img {
    width: 65px !important;
    /* width: 116px; */
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    /* margin-left: 0 !important; */
    margin: 0px 6% !important;
}
.pa-0{
    padding: 0;
}
.notification {
    position: absolute;
    right: 30px;
    top: 0px;
}
.bell-icon span {
    background: #DF0D7D;
    position: absolute;
    padding: 0px;
    top: 3px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    right: 25px;
    font-size: 11px;
}
/*.notification {
    position: fixed;
    right: 125px;
    top: 0px;
}*/
.bell-icon img {
    width: 25px;
    margin: 5px auto;
    display: block;
}
.notification-img {
    width: 45px;
}
.chat-txt {
    font-size: 10px;
    text-align: center;
    padding: 0 8px !important;
    color: #fff!important;
    font-weight: bold;
}
.dropbtn {
    cursor: pointer;
    padding: 0px 8px;
    margin: 8px 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'calibri Regular';
    color: #3B5998;
}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {max-width: 350px !important;}
.bagrd {background: #e6e7e8 !important;}
.mobileview {padding-top: 0px !important;}
.bagrd .col-sm-4{padding: 0;}
.general {font-size: 10px !important;padding: 0 0 15px 0;}
.general-saving-top { padding: 20px !important;}
.open-acc {
    text-align: center;
    color: #000;
    font-size: 10px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 4px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 19px !important;
}
.apply-now {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 13px !important;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.eligible h5 {
    font-size: 10px;
    }
.eligible ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 9px !important;
    line-height: 16px;
}
.document {
    padding: 8px 5px;
    /* padding-bottom: 14px; */
    margin: 10px 0 10px 0;
    background: #3B5998;
    border: 1px solid;
    width: auto;
    font-size: 9px;
    border: 1px solid #3B5998;
    color: #fff;
}
.save-bank {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 13px !important;
    text-align: center;
    padding: 15px 0 15px 0;
}
.save-acc {
    text-align: center;
    color: #000;
    font-size: 10px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 4px;
    margin: auto;
    vertical-align: middle;
    line-height: 21px !important;
}
.apply-save {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 15px;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.bagrd-save .col-sm-4{padding: 0;}
.documents {
    padding: 8px 5px;
    margin: 20px 0 20px 0;
    background: #3B5998;
    border: 1px solid #3B5998;
    width: auto;
    font-size: 10px;
    color: #fff;
}
.junior {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 13px !important;
    text-align: center;
    padding: 15px 0 15px 0;
}
.junior-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 10px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 6px;
    margin: auto;
    vertical-align: middle;
    line-height: 21px !important;
}
.apply-junior {
    background: #000;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.save-basic {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 11px !important;
    text-align: center;
    padding: 15px 0 15px 0;
}
.free {
    font-size: 10px;
    text-align: center;
    padding-bottom: 20px;
}
.formview {
    padding: 20px 0 0px 0;
    text-align: center;
    border: 2px solid #e6e7e8;
    width: 295px;
    width: 175px !important;
    margin: 6px 0px 6px 10px;
}
.fixed-form{
        /* height: 100%; */
    /* width: 160px; */
    position: fixed;
    /* z-index: 1; */
    /* top: 0; */
    right: 0;
    background-color: unset;
    overflow-x: hidden;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    width: 100%;
    padding-left: 0px !important;
    font-size: 10px;
}
.recaptcha-txt {
    border: 1px solid #000;
    padding: 10px 4px;
    /* margin-left: -3px; */
    border-right: unset;
    color: #00a859;
    font-size: 9px;
    font-weight: 600;
    vertical-align: middle;
}
.recaptcha {
    padding: 10px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
}
.submit_from {
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 12px 5px 12px;
    border: 1px solid #3B5998;
    background-color: #fff;
    color: #DF0D7D;
    width: 50%;
    font-family: 'calibri Regular';
    margin: 15px 0 15px 0;
}
.formview h3{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 10px;
    font-family: 'calibri Regular';
    width: 85%;
    /* vertical-align: middle; */
    margin: auto;
}
input[type=text], select, textarea{
    margin-bottom: 12px;
    width:100%;
    border: 1px solid;
}
.pmjdy {
    color: #2D3084;
    font-family: 'Calibri Regular' !important;
    font-size: 17px !important;
    text-align: center;
    padding: 8px 0 0px 0px !important;
}
.quick-interest {
    margin: 8px auto;}
.select-txt{
    text-align: center;
    font-size: 9px;
    padding: 5px;
}
.formviews {
    padding: 20px 0 0px 0;
    text-align: center;
    border: 2px solid #e6e7e8;
    /* width: 30%; */
    /* width: 310px; */
    margin: 6px 0px 6px 10px;
}
.formviews h3{
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 12px;
    font-size: 10px;
    font-family: 'calibri Regular';
    width: 70%;
    /* vertical-align: middle; */
    margin: auto;
}
.formviews input[type=text], .formviews select, .formviews textarea{
    margin-bottom: 12px;
    width: 70%;
    border: 1px solid;
}
.formviews .select-txt{
    text-align: center;
    font-size: 9px;
    padding: 5px;
}
.formviews label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-left: 70px;
}
.formviews .recaptcha {
    padding: 18px 5px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
    font-size: 11px;
}
.young {
    color: #3B5998;
    font-family: 'calibri Regular' !important;
    font-size: 14px;
    text-align: center;
    padding: 15px 0 15px 0;
    font-weight: 700;
}
.young-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 10px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 4px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 24px;
}
.apply-young {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 18px !important;
    font-size: 11px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.pmjdy {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 12px !important;
    text-align: center;
    padding: 10px 0 0px 0px;
}
.quick {
    color: #000000d6;
    font-family: 'Calibri';
    font-size: 12px;
    text-align: center;
    padding: 0px;
    font-weight: 600;
}
.pmjdy-txt {
    font-size: 10px;
    text-align: center;
    padding: 0 0;
}
.loan-account {
    color: #3B5998;
    font-family: 'calibri Regular' !important;
    font-size: 13px;
    text-align: center;
    padding: 0px 0 10px 0;
    font-weight: 700;
}
.loan-account-top {
    padding: 20px;
}
.apply-payment {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 10px !important;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
    width: auto;
}
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 9px !important;
    line-height: 23px;
}
.deposit-account-top {padding: 20px;}
.deposit-account {
    color: #3B5998;
    font-family: 'calibri Regular' !important;
    font-size: 14px;
    text-align: center;
    padding: 0px 0 10px 0;
    font-weight: 700;
}
.payment-account-top {padding: 20px;}
.payment-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 13px;
    text-align: center;
    padding: 0px 0 10px 0;
    font-weight: 700;
}
.apply-net {
    padding: 9px;
    font-size: 11px;
    margin-bottom: 0;
}
.foot2 {text-align: right;}
.foot2 a {font-size: 8px;}
.notifypopup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #333;
    z-index: 1000;
    /* opacity: 0.8; */
    padding: 90px 40px;
    overflow-y: scroll;
}
.notify-back{
    padding: 15px;
    background: #fff;
    height: 420px;
}
.notify-back img{
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.notify-back p{
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 15px;
}
.notify-back p span{
    font-size: 9px;
    color: #DF0D7D;
    font-weight: 600;
}
.bts {
    position: absolute;
    top: 8%;
    right: 5%;
    font-size: 22px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    height: 45px;
}
.directors img {
    width: 100%;
    margin: 30px 0 0 0;
    height: auto;
}
.box-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px !important;
}
.rows.payment-menu ul li{
    padding: 0px 40px !important;
}
}

@media only screen and (max-width:960px)
{}
@media only screen and (max-width:767px)
{  
.overlay .modal__locked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: auto;
    background: white;
    border-radius: 20px;
}
.overlay .modal__locked .modal-buttons {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    transform: unset;
    margin: 21px auto;
    display: block;
    width: 45% !important;
}
.modal-close{
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10rem;
    background-color: #3b5998;
    color: white !important;
}
.btn3 {
    border: none;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    width: 145px;
    height: 45px;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.5);
}
.overlay .modal__locked .modal-buttons button.btn-purple {
    background: #3b5998;
    color: white;
}
.directors img {
    width: 50%;
    margin: 30px 0 0 0;
    height: auto;
}
.wrapsearch{
    padding: 20px 0 0 0;
}
.row-20 {
    padding: 15px 0 !important;
}
.w3-modal {
    z-index: 1000 !important;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-contents {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  width: 100%;
  height: 100%;
}

/* The Close Button */
.loginclose {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 100;
    opacity: 1;
    background: #DF0D7D;
    padding: 0px 10px;
    border-radius: 50px;
    line-height: 35px;
}

.languageclose {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: 100;
    opacity: 1;
    background: #DF0D7D;
    padding: 0px 10px;
    border-radius: 50px;
    line-height: 35px;
}
/*.loginclose:hover,
.loginclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}*/
.loginview{
      padding: 50px 15px;
    list-style: none;
}
.loginview li{
    border: 1px solid #3B5998;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Calibri';
    color: #3B5998;
    margin-bottom: 20px;
}
.notification {
   position: absolute;
    right: 15px;
    top: 10px;
}
   .bankclosebtn {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
}
.bell-icon img {
    width: 45px;
    margin: 5px auto;
    display: block;
}
    select.input-lg {
    color: #000;
    height: 25px!important;
    line-height: 25px !important;
    width: 80px;
    padding: 0px 10px;
    font-size: 11px;
    font-family: 'calibri';
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 8px;
    border-radius: 0;
}
select + i.fa {
    float: left;
    margin-top: -26px;
    margin-right: 9px;
    pointer-events: none;
    background-color: unset;
    padding-right: 5px;
    color: #000;
    margin-left: 62px;
    font-size: 10px;
}
#selector {
   margin: 3px 15%; 
   width: unset; 
   padding: unset; 
   }
   select {
   -webkit-appearance: none;
   -moz-appearance: none;
   -o-appearance:none;
   appearance:none;
   }
   select + i.fa {
   float: left;
   margin-top: -26px;
   margin-right: 9px;
   pointer-events: none;
   background-color: unset;
   padding-right: 5px;
   color:#000;
   margin-left: 62px;
   font-size: 10px;
   }
   select.input-lg {
   color: #000;
   height: 25px!important;
   line-height: 25px !important;
   width: 80px;
   padding: 0px 10px;
   font-size: 11px;
   font-family: 'calibri';
   font-weight: 600;
   margin-top: 5px;
   margin-bottom: 8px;
   border-radius: 0;
   }
.dflex .col-sm-6{padding: 0;}
.english {
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    font-size: 9px;
    padding: 7px 0px 8px 0;
    letter-spacing: 1px;
}
.carousel-indicators1 {
    left: 50%;
    /* text-align: center; */
}
.camera_pag {
    position: absolute;
    right: unset;
    /*right: 16%;*/
    bottom: -16%;
    /*left: 48%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.camera_wrap .camera_pag .camera_pag_ul li {margin: 0px 8px !important;}
.camera_commands {
    right: 85px !important;
    background: transparent !important;
    left: 65% !important;
    /*left: unset !important;*/
}
.camera_play, .camera_stop
{
    position: absolute;
    top: 50px;
    
}
.camera_white_skin .camera_commands > .camera_play {
   display: none;
}
.slider-text h5 {
    text-align: center;
    font-size: 18px;
    font-family: 'Calibri';
    /* position: fixed; */
    position: absolute;
    left: 67%;
    transform: translate(-50%, -50%);
    bottom: -50px;
    /* bottom: 250%; */
    line-height: 40px;
    width: 100%;
    /* top: -134%; */
}
.slider-text h5 span{
    font-size: 15px;
    font-family: 'calibri Regular';
}
.slide {
    margin-top: 75px;
}
.loan-bg{
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    margin: 15px 16px;
}
.loan-mob {
    padding-bottom: 20px;
}
/*.sticky + .content {
  padding-top: 102px}*/
.fa-times {font-size: 15px !important;color: #DF0D7D;}
.easy-bord{border-right: unset;}
.easy-process ul{
    padding: 0px;
    margin-bottom: 20px;
    /*padding: 0 15px;*/
}
.easy-process ul li{
    list-style: none;
    line-height: 20px;
    font-family: 'Calibri Regular';
    font-size: 10px;
}
.easy-process ul li img{
        width: 20px;
        vertical-align: text-bottom;
        margin-right: 10px;
}
.easy-process h5{
        font-family: 'Calibri Regular';
        padding: 15px 0 0 0;
}
.p-20{
    padding: 10px 0 10px 6px;
    border-bottom: 1px solid #000;
}
.p-22{
    padding: 10px 0 0px 6px;
    border-bottom: unset;
}
.p-23{
    padding: 10px 0 0px 6px;
    border-bottom: unset;
}
.p-19{
        padding: 10px 0 10px 0;
        border-bottom: unset;
}
.p-20 button{
    font-size: 13px;
    background: #3B5998;
    color: #fff;
    padding: 10px;
    width: 70%;
    font-family: 'Calibri Regular';
    margin: 20px auto;
    display: block;
}
.p-20 p {
    margin-bottom: 0;
    font-size: 10px;
    color: #000;
    font-family: 'Calibri Regular';
}
.thanks{padding: 30px;
    text-align: center;}
.thanks h5{
    font-family: 'Calibri';
    text-align: center;
}
.thanks img{width: 25px;}
.thanks h4{font-family: 'Calibri';font-size: 11px;line-height: 30px;}
.thanks p{
    padding: 0px 0px 20px 0px;
    font-size: 10px;
    text-align: center;
    font-family: 'Calibri Regular';
}
.interest-loan{
    font-size: 9px;
    background: #3B5998;
    color: #fff;
    padding: 5px;
    width: 50%;
    font-family: 'Calibri Regular';
    margin: auto;
    display: block;
}
.viewmores-ride {
    display: block;
    width: 88%;
    margin: auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    color: #fff;
    background-color: #3B5998;
    font-size: 14px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'calibri Regular';
    text-decoration: none;
    position: relative;
    bottom: 0;
}
.m-popup {
    position: fixed;
     width: 100%; 
    height: 100%;
    top: 0;
    background-color: #333;
    z-index: 100;
    /* opacity: 0.8; */
    padding: 140px 30px;
    overflow-y: scroll;
}
.menupopup{
    /*background: #fff;*/
    /*padding: 30px 0 15px 0;*/
    height: 245px;
}
.menupopup ul{
    list-style: none;
    padding: 0;
}
.menuwidth{
    padding: 0;
    width: 100%;
    background: #fff;
    margin-right: 15px;
    height: 230px;
    margin-bottom: 20px;
}
.menupopup ul li ul li{
    padding: 0 0 0 10px;
}
.menupopup ul li a{
    line-height: 24px;
    /* padding: 0 8px; */
    color: #3B5998;
    font-weight: 600;
    font-size: 9px !important;
}
.m-popup h6{
    position: absolute;
    /* position: fixed; */
    top: 11%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 13px;
    width: 100%;
     font-family: 'Calibri Regular' !important;
    /*font-family: 'calibri Regular';*/
}
.notification{
    position: fixed;
    right: 55px;
    top: 12px;
}
.notification-img{
    width: 45px;
}
.notifypopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #333;
    z-index: 102;
    /* opacity: 0.8; */
    padding: 140px 20px;
    overflow-y: scroll;
}
.notify-back {
    padding: 15px;
    background: #fff;
    height: auto;
    margin-bottom: 20px;
}
/*.notify-back {*/
/*    padding: 15px;*/
/*    background: #fff;*/
/*    height: 370px;*/
/*    margin-bottom: 20px;*/
/*}*/
.notify-back img {
    width: 100px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
.notify-back p {
    font-size: 10px;
    line-height: 25px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 15px;
}
.notify-back p span {
    font-size: 10px;
    color: #DF0D7D;
    font-weight: 600;
}
.notifypopup .bts {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 19px;
}
.m-popup .closebtn {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 18px;
}
.closebtn {
    position: absolute;
    top: 12%;
    /*position: fixed;
    top: 12%;*/
    right: 5%;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
}
.foot2 {
    background: #DF0D7D;
    margin: 2px 0 0px 0px !important;
    padding: 8px 0 5px 0;
    text-align: center;
    font-size: 8px;
    color: #fff;
}
.foot2 a {
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-family: 'calibri Regular';
    padding-right: 5px;
    font-size: 11px;
}
.download-img{
    width: 40px;
    margin: 15px auto;
    display: block;
}
.w3-container img{
        width: 100%;
}
.carousel-control.left, .carousel-control.right {
    top: -115px;
    /*top:-10px;*/
}
.carousel-control.left, .carousel-control.right {
    top: -115px;
}
.controls.left {
    right: 0;
    left: 70%;
}
.carousells,.inners-1{
    overflow: unset !important;
}
.carousel-control.controls.left, .carousel-control.controls.right {
    top: 75%;
   /* top: 100%;*/
    opacity: 1;
    width: 50px;
    /*top:-10px;*/
}
.top-slides {
    width: 25px;
    /*width: 30px;*/
    /* width: 20% !important; */
    margin-top: 0% !important;
}
.dropup-content{
    top: 30px !important;
    left: 3px !important;
    border: 1px solid rgba(0,0,0,.15);
    height: 205px;
    right: 3px !important;
    border: unset !important;
}
.navbar-nav > li > ul > li {
    /* border-bottom: solid 1px #e6e6e6; */
    width: 100%;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
    text-align: left;
}
.navbar-nav .open .dropdown-menu {border: 1px solid #000;}
.viewmore {
    font-size: 20px;
    color: #DF0D7D;
    text-align: center;
    font-family: 'calibri';
    margin: 0;
    padding: 20px 0 0px 0;
    /*padding: 40px 0 0px 0;*/
    font-weight: 900;
}
.mores {
    font-size: 20px;
    color: #DF0D7D;
    text-align: center;
    font-family: 'calibri';
    margin: 20px 0 0px 0;
    /*margin: 40px 0 0px 0;*/
    font-weight: 900;
}
.iconwhatsapp {
    margin: -8px 0px;
    width: 35px!important;
}
.iconlogin {
    width: 45px;
    margin: 5px 0 0 5px!important;
    /* text-align: center; */
}
.footer .p-50 {
    padding: 0;
}
.viewmore-txt {
    font-size: 13px;
    color: #414040;
    text-align: center;
    font-family: 'calibri Regular';
    margin: 0;
    font-weight: 100;
    /* min-height: 80px; */
}
.slick-slider .slick-track, .slick-slider .slick-list {padding: 33px 0px;}
.viewmores {
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 0;
    padding: 10px 13px 10px 13px;
    color: #fff;
    background-color: #3B5998;
    font-size: 15px;
    text-align: center;
    border: none;
    text-transform: capitalize;
    font-weight: 100;
    font-family: 'calibri' !important;
    text-decoration: none;
}
.welcome {
    font-size: 16px !important;
    font-weight: 100;
    padding:8% 0 10px 90px;
    text-align: center;
    font-family: 'Calibri' !important;
    color: #ffff;
    position: relative;
    top: 0%;
    /* top: 16%; */
    width: 100%;
    /* float: right; */
    right: unset;
    left: unset;
    line-height: 35px;
}
.welcome span{
    color: #DF0D7D;
    font-family: 'calibri Regular';
}
.navbar-inverse {
        background-color: #ffffff;
        /*border-color: #0074C8;*/
        position: fixed;
        width: 100%;
        z-index: 1000;
        box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
    }
.city-union{
    font-family: Bank Gothic !important;
    font-size: 13px;
    background: #3B5998;
    margin: 0;
    height: 65px;
    color: #fff !important;
    line-height: 18px;
    padding: 6px;
    text-align: center;
}
.back-logo{    
    background: #fff;
    height: 75px;
    /*height: 65px;*/}
.backgrd{
        background: #3B5998;
        height: 74px;
        box-shadow: 0 0px 6px #000;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    position: fixed;
    top: 0;
    left: 0;
    height: 77px;
    box-shadow: 0 0px 6px #000;
    background: #fff;
}*/
.carousel-indicators {
    position: relative !important;
    left: 50%;
    text-align: center;
    margin-bottom: 15px;
}
.navbar-brand img {
    height: 70px;
    /* width: 70px; */
    margin-top: 0px;
}


.dropbtn {
    cursor: pointer;
    padding: 3px;
     margin: 0px; 
    width: 80px;
    text-transform: uppercase;
    font-size: 13px;
    background: #fff;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-family: 'Calibri';
    color: #000;
    border-radius: 0;
}
.select {
    margin: 0;
    width: 80px;
    border-radius: 0px;
    font-family: 'calibri Regular';
    font-size: 10px;
    padding: 1px;
    color: #000;
}
.select:after{
  color:red! important;
 }
.carousels {
    position: fixed;
    width: 100%;
    bottom: 0%;
    z-index: 1000;
    /*display: none;*/
}
.carousel-bg .carousel-inner .item {
    background-color: #DF0D7D;
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */
    min-height: 110px;
    border:unset!important;
    /* padding: 0; */
}
.carousel-txt {
    font-family: 'calibri Regular';
    font-size: 15px !important;
    font-weight: 100;
    padding-bottom: 0px;
    color: #fff;
}
.carousel-caption p {
    font-family: 'calibri Regular';
    font-size: 11px;
    font-weight: 100;
    padding-bottom: 0px;
    color: #fff;
}
/* . {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 110px;
} */
.carousel-inner {
    position: relative;
    width: 100% !important;
    overflow: hidden;
    height: auto;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    top: 0;
}
.carousel-caption button {
    color: #fff;
    background: unset;
    border: 2px solid #ccc;
    padding: 0px 10px;
    font-weight: 100;
    font-size: 10px;
    width: 100px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 40%;
}
.containers_1{
    padding: 0 !important;
}
.remove{
    padding: 0;
}
.selected{
    padding: 0 !important;
}
.mobileview{
    padding-top: 75px !important;
        /*padding-top: 65px !important;*/
}
.bagrd {
    background: #fff !important;
}  
.gateway {
    font-size: 18px;
    font-weight: 100;
    padding: 30px 0 0px 0px;
    /*padding:30px 0 0px 0px;*/
    text-align: center;
    font-family: 'Calibri';
    color: #373435;
    position: relative;
    bottom: unset;
    line-height: 35px;
}
.span {
    font-size: 15px;
    font-weight: 100;
    padding:10px 0 10px 0px;
    text-align: center;
    font-family: 'Calibri';
    color: #DF0D7D;
    position: relative;
    bottom: unset;
    line-height: 50px;
}
.span-2 {
    font-size: 15px;
    font-weight: 100;
    padding: 10px 0 10px 0px;
    text-align: center;
    font-family: 'Calibri';
    color: #DF0D7D;
    position: relative;
    bottom: unset;
    line-height: 50px;
    padding: 0px 25px;
    border: 1px solid #3B5998;
    margin: 20px auto;
    display: block;
    width: 180px;
    border-radius: 6px;
}
.center-cub{
        text-align: center;
    margin: 30px 0 0 0;
}
.top-cub {
     position: absolute; 
     bottom:unset; 
     left: 50%; 
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-family: 'calibri Regular';
    width: 100%;
    text-align: center;
    width: 230px;
    text-transform: unset;
    padding: 12px;
    font-weight: 100;
    color: #DF0D7D!important;
    border: 1px solid #000;;
    letter-spacing: 1px;
    margin-top: 15px;
}
.bank-cub {
    position: relative;
    bottom: unset;
    left: unset;
    /* top: 15%; */
    transform: unset;
    color: #fff;
    font-size: 15px;
    font-family: 'calibri Regular';
    /* width: 100%; */
    text-align: center;
    width: 90%;
    text-transform: unset;
    padding: 16px 25px;
    font-weight: 100;
    color: #fff !important;
    border: none;
    letter-spacing: 1px;
    margin-top: 40px;
    background: #3B5998;
    z-index: 1;
    /*z-index: 100;*/
    margin: auto;
    display: block;
    border-radius: 0px;
    margin-bottom: 25px;
}
.view-cub {
    position: relative;
    font-size: 15px;
    font-family: Calibri;
    text-align: center;
    width: 180px;
    text-transform: unset;
    padding: 10px 25px;
    font-weight: 100;
    border: 1px solid #3B5998;
    letter-spacing: 1px;
    background: #fff;
    margin: 20px auto;
    display: block;
    border-radius: 6px;
}
.img-bottom{
    padding-bottom: 35px;
}
.readmores{
        margin: 0px 0px;
}
.marg {
    margin: 0px 20px 0px 20px;
    border-bottom: unset;
}
.imgs {
    width: 90%;
}
.bord{
    border-bottom: 1px solid #000;
}
.distict {
    font-size: 18px;
    font-weight: 100;
    padding: 0 0px 25px 0px;
    text-align: center;
    font-family: 'Calibri' !important;
    color: #3B5998;
    position: relative;
    top: 0%;
    margin: 0;
}
.footer h5 {font-weight: 600;}
.distict span {
    color: #DF0D7D;
    font-family: 'Calibri' !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-left: 0px !important;
    /*padding-left: 55px !important;*/
}
.saves ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 10px !important;
    line-height: 23px;
}
.eligible ul li{
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.facility ul li{
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 10px !important;
    line-height: 23px;
}
.saves-pmjdy ul li{
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 10px !important;
    line-height: 23px;
}
.bottom-pad{
    margin-bottom: 25px;
}
.login-ref p{
    color: #000;
    padding: 5px 0 3px 10px;
    margin: 5px 0;
    padding: 15px;
    text-align: right;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
        /*height: 541px;*/
        width: 100%;
        height: auto;
}
/*.payment-account {padding: 0px 0 0px 0;}*/
/* .bagrd-save {
    background: #fff;
} */
.bagrd-save {
    background: #fff;
    display: block !important;
}
.mobile-view-block{
    display: block!important;
}
.loan-account {padding: 0px 0 0px 0;;}
.payment-menu ul {
    padding: 0;
    margin: 0;
}
.d-flex{display: flex;}
.cub-payment {
    padding: 15px 20px 12px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 20px;
}
.payment-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 15px;
    /* font-size: 28px; */
    text-align: center;
    padding: 15px 10px 15px 10px;
    font-weight: 700;
}
.payment-account-top {
    padding: 25px 0 0 0;
    /* padding: 70px; */
}
.lic-loan {
    background: #fff;
    border: none;
    /* color: #fff; */
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    /* vertical-align: middle; */
    margin: auto;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-48%, -55%);
    width: 100%;
    text-align: center;
    width: 84%;
}
.payment-mob {
    padding-bottom: 15px;
}
.deposit-account-top {
    padding: 25px 0 0 0;
    /* padding: 70px; */
}
.deposit-mob {
    padding-bottom: 15px;
}
.young {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 15px;
    text-align: center;
    padding: 20px 10px 20px 10px;
    font-weight: 700;
}
.fa-chevron-left, .fa-chevron-right {
    font-size: 18px;
     margin: 80% 0 !important;
    color: #fff;
    font-weight: 100;
    position: absolute !important;

   /* margin: 12% 0 !important;
    color: #fff;
    font-weight: 100;
    position: fixed;*/
}
p{margin-bottom:10px;font-size: 11px;}
.navbar {
    height: 75px;
    top: 0;
}
   /* .navbar {height: 68px;}*/
    /*.navbar {height: 80px;}*/
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
            color:  #ed2626 !important;
            border-bottom: 0px solid #fff;
            background-color: transparent !important;
        }
.chat-txt{
    font-size: 10px;
    text-align: center;
    padding: 3px 0 0 15px !important;
    color: #fff!important;
    font-weight: bold;
}
.navbar-brand.logo {
    padding: 3px 8px 0 0px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    /* margin-left: 0 !important; */
    margin: 0px 1% !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: unset;
    /*height: 100vh !important;*/
    /* padding: 10px 0 0 0; */
}
.eligible {
    padding: 15px 15px 15px 20px !important; 
}
.general {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 14px !important;
    text-align: center;
    padding: 5px 10px 15px 10px;
}
.open-acc {
    text-align: center;
    color: #000;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 18px !important;
    width: 30%;
}
.apply-now {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 16px !important;
    font-size: 13px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.document {
    padding: 8px 5px;
    /* padding-bottom: 14px; */
    margin: 10px 0 10px 0;
    background: #3B5998;
    border: 1px solid #3B5998;
    width: 150px;
    color: #fff;
}
.save-bank {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 15px !important;
    text-align: center;
    padding: 15px 10px 15px 10px;
}
.save-acc {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 21px !important;
    width: 30%;
}
.apply-save {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 15px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.documents {
    padding: 8px 5px;
    /* padding-bottom: 14px; */
    margin: 20px 0 20px 0;
    background: #3B5998;
    border: 1px solid #3B5998;
    width: 160px;
    color: #fff;
}
.save-basic {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 15px !important;
    text-align: center;
    padding: 15px 10px 20px 10px;
}
.base {
    padding: 10px 0 10px 0 !important;
}
.free {
    font-size: 13px;
    text-align: center;
    padding-bottom: 0px;
}
/*.free {
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
}*/
.junior {
    color: #000;
    font-family: 'calibri Regular';
    font-size: 15px !important;
    text-align: center;
    padding: 15px 10px 15px 10px;
}
.apply-junior {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 15px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.junior-acc {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px;
    margin: auto;
    vertical-align: middle;
    line-height: 21px !important;
    width: 30%;
}
.basic{
        padding: 0;
}
.formview {
    padding: 20px 0 0px 0;
    text-align: center;
    border: 2px solid #e6e7e8;
    width: 95% !important;
    margin: 6px 0px 6px 10px;
    height: auto;
}
.recaptcha {
    padding: 16px;
    width: 50% !important;
    margin-left: -3px;
    margin-bottom: 0 !important;
}
.pmjdy {
    color: #000 !important;
    font-family: 'calibri Regular';
    font-size: 15px !important;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
    margin: 0;
}
.pmjdy-txt {
    font-size: 13px;
    text-align: center;
    padding: 20px 0;
}
.padding-bottom{
        padding-bottom: 100px;
}
.openacc-mob{
    padding-bottom: 15px;
}
.navbar .dropdown-menu {
    position: absolute !important;
   /* margin-top: 0;*/
    top: 40px;
    left: 4%;
    right: 20px;
    text-align: left;
    margin: 0px !important;
    background: #fff !important;
    border: 1px solid #000;
    /*margin: 0px;*/
    /*margin: -30px 0 0 20%;
*/}
.nav>li>a {
    font-size: 11px;
    /* font-size: 19px !important; */
    font-weight: 100;
    }
.general-saving-top {
    padding: 10px 0 0 0  !important;
}
.young-acc {
    text-align: center;
    color: #000;
    font-size: 14px;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 7px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 23px;
    width: 30%;
}
.apply-young {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 14px !important;
    font-size: 18px;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.eligible ul i {
    left: 10px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.facility  ul i {
    left: 10px !important;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.saves-pmjdy ul i {
    left: 5px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.saves  ul i {
    left: 10px !important;
    /*top: 7px;*/
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.saves {
    padding: 25px 0 0 20px !important;
}
.facility {
    padding: 25px 0 0 20px !important;
}
.saves-pmjdy {
    padding: 25px 0 0 20px !important;
}
.pay-mob{padding: 0px !important;display: block!important;}
.pay-mobs{padding: 0px 15px !important;}
.recaptcha-txt {
    border: 1px solid #000;
    padding: 10px 4px;
    /* margin-left: -3px; */
    border-right: unset;
    color: #00a859;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}
.socialicon{
     background: #3B5998;
     padding: 10px;
     margin: 0;
     text-align: center;
}
.socialicon img{
    width: 10%;
    margin: 0px 8px;
    background: #3B5998;
}
.current-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 18px !important;
}
.current-menu {
    padding: 15px 15px 15px 20px !important;
}
.current-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.current-menu ul i {
    left: 23px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.apply-current {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 16px !important;
    font-size: 13px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
    width: 230px;
    margin-top: 5px;
}
.apply-net {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 17px;
    font-size: 14px;
    font-family: 'calibri Regular';
    vertical-align: middle;
    /*margin-right: 0px !important;
    margin: 0;*/
    width: 230px;
    width: 230px;
    margin-bottom: 15px;
}
.loan-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 18px !important;
}
.apply-loan {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 16px !important;
    font-size: 13px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.loan-menu ul {
    padding: 0;
    margin: 0;
}
.loan-menu {
    padding: 0px 15px 0px 20px !important;
}
/*.loan-menu {
    padding: 15px 15px 15px 20px !important;
}*/
.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.loan-menu ul i {
    left: 23px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.box-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    margin-bottom: 30px;
}
.deposit-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 18px !important;
}
.apply-deposit {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 16px !important;
    font-size: 13px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
}
.deposit-menu {
    padding: 0px 15px 0px 20px !important;
}
/*.deposit-menu {
    padding: 15px 15px 15px 20px !important;
}*/
.deposit-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.deposit-menu ul i {
    left: 10px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}

.payment-acc {
    text-align: center;
    color: #DF0D7D;
    font-size: 11px !important;
    font-family: 'calibri Regular';
    border: 1px solid #3B5998;
    padding: 10px !important;
    margin: auto;
    vertical-align: middle;
    line-height: 18px !important;
}
.apply-payment {
    background: #3B5998;
    border: none;
    color: #fff;
    padding: 16px !important;
    font-size: 12px !important;
    font-family: 'calibri Regular';
    vertical-align: middle;
        width: 230px;
}
.payment-menu {
    padding: 15px 15px 15px 20px;
}
.payment-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.payment-menu ul i {
    left: 3px !important;
    /* top: 7px; */
    position: absolute;
    font-size: 14px;
    color: #DF0D7D;
}
.tech-menu {
    padding: 40px 20px!important;
    display: block !important;
}
#customers-1 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
    display: block;
}
.p-0 {
    padding:0px !important;
}
.p-0 h2 {
    font-size: 14px !important;
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px;
    color: #3B5998;
}
.p-0 p {
    font-size: 11px;
    line-height: 25px !important;
    margin-left: 0px;
    text-align: center;
}
/*.p-0 p {
    font-size: 16px;
    line-height: 25px !important;
    margin-left: 15px;
}*/
.invest-you {
    width: 100%;
    margin: 50px 0;
    height: 200px;
}
.wealth-icons ul {
    display: block;
    list-style: none;
    padding: 0;
}
.payment-menus h2 img {
    padding-bottom: 20px;
    width: 100%;
}
#customers-2 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    /*margin: auto;*/
    /*display: block;*/
    overflow-x: scroll;
}
.popups{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #fff;
    z-index: 100;
    /* opacity: 0.8; */
    padding: 150px 10px;
    left: 0;
    overflow-y: scroll;
    /*position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    background-color: #fff;
    z-index: 100;
    padding: 150px 10px;
    left: 0;*/
}
.mob-popup button{
    background: #3B5998;
    color: #fff;
    padding: 15px;
    margin: auto;
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 25px;
    border-radius: 6px;
    font-size: 13px;
    font-family: 'Calibri';
}
.bankclosebtn {
    position: absolute;
    top: 10%;
    right: 5%;
    font-size: 18px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
}
  .modal-content {width:100%;}
  .modal-content {
    position: fixed;
    padding: 60px 20px 0;
    /* padding: 20px 20px 0; */
    background-color: rgba(45, 39, 31, 0.9);
    width: 101%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 100vh;
  }
    .mod-chat {width: 100px !important;}
    .mod-call {width: 65px !important;}
    .modal-body p {
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
  }
}
@media only screen and (max-width: 400px) and (min-width: 300px){
.notification-img {
    width: 45px !important;
}
.lastupdate {
    text-align: right;
    position: relative;
    right: unset;
    margin-top: 50px;
    font-size: 11px;
    text-align: center;
}
.basic {
    border-right: unset;
}
.bankclosebtn {
        margin: 10px 0;
}
.popups {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: #fff;
    z-index: 100;
    padding: 140px 10px;
    left: 0;
    overflow-y: scroll;
    cursor: pointer;
}
}


/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {*/
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.overlay .modal__locked {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    background: white;
    border-radius: 20px;
}
.overlay .modal__locked .modal-buttons {
    position: relative;
    bottom: unset;
    right: unset;
    left: unset;
    transform: unset;
    margin: 21px auto;
    display: block;
    width: 25% !important;
}
.modal-close{
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 10rem;
    background-color: #3b5998;
    color: white !important;
}
.btn3 {
    border: none;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    width: 145px;
    height: 45px;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.5);
}
.overlay .modal__locked .modal-buttons button.btn-purple {
    background: #3b5998;
    color: white;
}
.pannumber {
    padding: 0 40px;
}
.pannumber ul li {
    text-align: left;
    font-size: 12px;
}
.pannumber h5 {
    text-align: left;
    font-size: 13px;
    padding-left: 25px;
}
.container {
    width: 100%;
    padding: 0;
}
.topmenu {
    padding-right: 0;
    /*padding-left: 0;*/
}
select.input-lg {
    color: #2D3084;
    height: 25px !important;
    line-height: 23px !important;
    width: 75px;
    padding: 0px 10px;
    font-size: 11px;
    font-family: 'calibri';
    font-weight: 500;
    margin: 0;
}
select + i.fa {
    float: right;
    margin-top: -23px;
    margin-right: 3px;
    pointer-events: none;
    background-color: #FFF;
    padding-right: 5px;
    color: #DF0D7D;
    font-size: 9px;
}
/*.notification {
    position: fixed;
    right: 133px;
    top: 0px;
}*/
.navbar-collapse .col-sm-9 {
    padding-right: 0;
    padding-left: 0;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0;
}
.padding_0{padding: 0;}
.menu > ul > li a {
    font-weight: 600;
    text-decoration: none;
    padding: 8px 8px 8px 5px;
    display: block;
    color: #000;
    font-size: 11px;
    line-height: 18px;
}
/*.sticky {height: 80px;}
.navbar {
    height: 80px;
    position: relative;
}*/
.menu-back {
    background: #718dc8;
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
}
.menu > ul > li > ul > li a {
    color: #000;
    font-size: 9px !important;
}
.fixedmenu {
    position: absolute;
    top: 12% !important;
    background: #fff;
    height: auto;
    width: 25%;
    z-index: 1;
    right: 80px;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}
.fixedmenu h6 {
    color: #000;
    font-family: 'Calibri';
    text-align: center;
    font-size: 11px !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid;
    margin: 0;
}
.fixedmenu a {
    text-align: center;
    margin: 10px auto auto auto !important;
    display: block;
    background: #3B5998 !important;
    width: 100% !important;
    padding: 5px !important;
    color: #fff;
    font-family: 'calibri Regular' !important;
    font-size: 11px !important;
}
.navbar-collapse.collapse {
        display: block !important;
    }
.m-popup .closebtn {
    position: absolute;
    top: 3%;
    right: 5%;
   font-size: 21px;
}
.popup .closebtn {
    position: absolute;
    top: 5% !important;
    right: 5%;
    font-size: 21px;
}
.notifypopup .bts {
    position: absolute;
    top: 3%;
    right: 5%;
    font-size: 21px;
}
/*.closebtn {
    position: absolute;
    top: 5% !important;
}*/
.menu > ul > li > ul > li > ul > li {margin-bottom: 4px;}
.basic {
    border-right: 2px solid #e6e7e8;
    padding: 0;
}
.cub-bank { width: 19%;margin: 20px auto;}
.lastupdate {
    text-align: left !important;
    position: relative !important;
    left: 5%;
    margin-top: 50px;
    font-size: 10px;
}
/*.lastupdate {
    text-align: right;
    position: absolute;
    left: 5%;
    margin-top: 50px;
    font-size: 13px;
}*/
.formview {
    padding: 20px 0 0px 0;
    text-align: center;
    border: none;
    width: 23% !important;
    margin: 6px 0px 6px 10px;
}
label {
    padding-left: 0px !important;
    font-size: 10px;
}
input[type=text], select, textarea {
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid;
}
.forms input[type='checkbox'] {
    margin: 0px 5px 0px 0;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}
.payment-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px;
    line-height: 23px;
}
.menu > ul > li > ul {
    left: 4%;
}
.menu > ul > li > ul > li {
    width: 230px;
}
.notification {
    position: absolute;
    right: 30px;
    top: unset;
}
/*.notification {
    position: fixed;
    right: unset;
    top: unset;
}*/
/*select.input-lg {
    width: 75px !important;
    padding: 0px 10px !important;
}
select + i.fa {
    float: left;
    margin-top: -23px !important;
    margin-right: 9px;
    pointer-events: none;
    background-color: #FFF;
    padding-right: 5px;
    color: #DF0D7D;
    margin-left: 55px;
    font-size: 14px;
}*/
/*.dropbtn {
    cursor: pointer;
    padding: 3px;
    margin: 5px 0;
    width: 75px;
    text-transform: uppercase;
    font-size: 16px;
    background: #fff;
    border: 1px solid;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'calibri Regular';
    color: #3B5998;
    padding: 0;
}*/
/*.call-icon {
    width: 40px;
    margin: 0px auto;
    display: block;
}*/
.base {
    padding: 60px 0 30px 0 !important;
}
.popup p {
    border-top: 1px solid #3B5998;
    padding: 10px 0 0 0;
    text-align: center;
    color: #000;
    font-family: 'Calibri';
    font-size: 9px;
}
.customer {
    width: 40% !important;
}
.marquee {
    font-family: Calibri;
    font-size: 10px !important;
    color: #fff;
    padding: 10px 30px 0px 15px;
    float: left;
    width: 95%;
    margin-left: 12px;
}
.navbar-inverse {
    position: relative;
    /* position: fixed; */
    z-index: 101;
    margin: 0 auto;
    background: #fff;
    width: 100%;
    height: 74px !important;
    box-shadow: 0 0px 6px #000;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(0%) translateZ(0);
    -moz-transform: translateY(0%) translateZ(0);
    -ms-transform: translateY(0%) translateZ(0);
    transform: translateY(0%) translateZ(0);
    position: fixed;
    top: 0;
    left: 0;
    height: 74px;
    box-shadow: 0 0px 6px #000;
    background: #fff;
}*/
.logotop {
    width: 100%;
    height: 74px;
    padding-left: 0px;
}
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.notification {
    position: fixed;
    right: 160px;
    top: 0px;
}

.fixedmenu {
    position: absolute;
    top: 12%;
    background: #fff;
    height: auto;
    width: 25%;
    z-index: 1;
    right: 60px;
}
.menu > ul > li a {
    font-weight: 600;
    text-decoration: none;
    padding: 8px 6px 5px 6px;
    display: block;
    color: #000;
    font-size: 9px;
    line-height: 18px;
}
}

@media only screen and (max-width: 767px){
.foot1 a {
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 6px;
    font-weight: 100;
    font-family: 'calibri Regular';
    padding-right: 5px;
    padding: 10px 10px;
    font-size: 10px;
    text-shadow: 0 0 black;
}
/*.btn-close {
    position: absolute;
    top: 45% !important;
    right: 7% !important;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 100;
    background: #DF0D7D;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    height: 30px;
}*/
.foot2 {
    background: #e5e6e8;
    margin: 0px 0 0px 0px !important;
    padding: 5px 10px 5px 0;
    text-align: right;
    font-size: 10px;
    color: #fff;
}
.foot2 a {
    color: #fff;
    background-color: transparent;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 600;
    font-family: 'Nunito' , sans-serif;
    padding-right: 5px;
    font-size: 10px;
}
.border_line {
    border-right: 2px solid;
    position: relative;
    left: 7px;
    color: #fff;
}
.foot1 a span.border_line {
    border-right: 2px solid #fff !important;
    position: relative;
    left: 7px;
    color: #fff;
}
}


.international{
    padding: 25px 150px;
}
.international_open_bank {
    font-family: Calibri;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.international h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.international ul {
    padding: 15px 0;
}
.international ul li {
    list-style: none;
    padding: 0px 3px 10px 25px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
}
.international2 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.international2 button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.international_customer{
    width: 40% !important;
}

.fast{
    padding: 50px 150px;
}
.fast-open-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #ffff;
    margin-bottom: 10px;
}
.fast h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px 25px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: left;
    font-family: 'Calibri Regular';
    border-radius: 5px 5px 0px 0px;
}
.fast ul {
    padding: 10px 0;
}
.fast ul li {
    list-style: none;
    padding: 0px 3px 5px 15px !important;
    font-size: 10px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.fast ul li a {
    font-family: 'Calibri';
}
.fast2 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.fast-3 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}
.fast-4 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 165px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.fast-5 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 90px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.loan-menu {
    padding: 25px 80px;
}
.loan-menu h5 {
    font-size: 11px;
    font-weight: 100;
    padding: 10px 15px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: left;
    font-family: 'Calibri Regular';
    border-radius: 5px 5px 0px 0px;
}
.loan-menu ul {
    padding: 15px 0;
}
/*.loan-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 15px !important;
    font-size: 14px !important;
    line-height: 24px;
    font-family: 'Calibri';
}*/
.loan-menu ul li a {
    font-family: 'Calibri';
}
.loanbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 315px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}
.loanopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.deposits-menu {
    padding: 25px 150px;
}
.deposits-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.deposits-menu ul {
    padding: 15px 0;
}
.deposits-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 25px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
}
.depositsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.depositsbox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'calibri';
}
.depositsopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.cards-menu {
    padding: 25px 150px;
}
.cards-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.cards-menu ul {
    padding: 15px 0;
}
.cards-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 25px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
}
.cardsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.cardsbox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'calibri';
}
.cardscustomer{
    width: 40% !important;
}
.cardsopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}

.govt-menu {
    padding: 90px 80px;
}
.govtopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    margin: 5px;
}
.govt-menu h5 {
    font-size: 11px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'calibri';
    border-radius: 5px 5px 0px 0px;
}
.govt-menu ul {
    padding: 40px 0;
}
.govt-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 0px;
    font-size: 11px;
    line-height: 24px;
    font-family: 'Calibri';
    text-align: center;
}
.govt-menu ul li a {
    font-family: 'Calibri';
}
.govtbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}

.insurance-menu {
    padding: 90px 80px;
}
.insuranceopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    margin: 5px;
}
.insurance-menu h5 {
    font-size: 11px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'calibri';
    border-radius: 5px 5px 0px 0px;
}
.insurance-menu ul {
    padding: 40px 0;
}
.insurance-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 0px;
    font-size: 11px;
    line-height: 24px;
    font-family: 'Calibri';
    text-align: center;
}
.insurance-menu ul li a {
    font-family: 'Calibri';
}
.insurancebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}
.tech-menu {
    padding: 40px 80px;
}
.techopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.tech-menu h5 {
    font-size: 11px;
    font-weight: 100;
    padding: 10px 15px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: left;
    font-family: 'calibri';
    border-radius: 5px 5px 0px 0px;
}
.tech-menu ul {
    padding: 15px 0;
}
.tech-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 15px;
    font-size: 9px;
    line-height: 18px;
    font-family: 'Calibri';
}
.tech-menu ul li a {
    font-family: 'Calibri';
}
.techbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}
.down-menu {
    padding: 25px 150px;
}
.downopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.down-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.downbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.downimg {
    width: 70%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.downimg-1{
    width: 50%;
    margin: auto;
    display: block;
}
.downright-bord{
        border-right: 1px solid #000;
}
.locate-menu {
    padding: 25px 150px;
}
.locateopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 10px;
    margin: 5px;
}
.locate-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.locate-menu ul {
    padding: 15px 0;
}
.locate-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 25px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
}
.locatebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 320px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.locatebox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'calibri';
}
.locatecustomer{
    width: 40% !important;
}

.grabboxshadow{box-shadow: 0px 2px 8px #ccc;
    margin: 25px auto;
    width: 60%;}
.custom_txt{color: #df017c;
    font-weight: 600;
    text-align: center;
    padding: 0px;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 15px;}
.grab-account {
    color: #000;
    font-family: 'Calibri' !important;
    font-size: 18px;
    text-align: center;
    padding: 0px 0 15px 0px;
    font-weight: 700;
}
.grab-menu {
    padding: 25px 100px;
}
.grab-menu img{
    width: 75%;
    margin: auto;
    display: block;
}
.offerimg{
    padding: 40px;
}
.offerimg img{
        width: 100%;
    margin: auto;
    display: block;}
.graboffers{
    margin: 25px auto;
    display: block;
    border: 1px solid #000;
    font-weight: bold;
    color: #000;
    background: #fff;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    padding: 3px;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    width: 110px;
    text-decoration: unset !important;
    text-transform: uppercase;
}
.grab-account-top {
    padding: 50px;
    /* padding: 70px; */
}

@media (min-width: 768px) and (max-width: 1024px) {
.international {
    padding: 50px 0px;
}
.international_open_bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.international ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.international.bagrd {background: #e6e7e8;}
.international2 button {
   width: 95%;
    background: #3B5998;
    color: #fff;
    padding: 10px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 9px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.international h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.international ul {
    padding: 15px 0;
}
.international ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 10px;
    line-height: 23px;
    font-family: 'Calibri';
}
.international2 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 250px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.fast {
    padding: 50px 0px;
}
.fast-open-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.fast ul li {
    list-style: none;
    padding: 0px 3px 5px 25px;
    font-size: 11px !important;
    line-height: 23px;
}
.fastbagrd {background: #e6e7e8;}
.fast h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.fast ul {
    padding: 15px 0;
}
.fast ul li {
    list-style: none;
    padding: 0px 3px 10px 25px;
    font-size: 11px;
    line-height: 18px;
    font-family: 'Calibri';
}
.fast ul li a {
    font-family: 'Calibri';
}
.fast2 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.fast-3 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 280px;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    margin: auto;
}
.fast-4 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.fast-5 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
    .loan-menu {
    padding: 50px 0px;
}
.loanopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}

.loan-menu ul li a {
    font-family: 'Calibri';
}
.loanbagrd {background: #e6e7e8;}
.loan-menu h5 {
    font-size: 10px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.loan-menu ul {
    padding: 15px 0;
}
.loanbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}
    .deposits-menu {
    padding: 50px 0px;
}
.depositsopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.deposits-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.depositsbagrd {background: #e6e7e8;}
.depositsbox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 10px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 11px;
    border-radius: 5px;
    font-family: 'calibri';
}
.deposits-menu h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.deposits-menu ul {
    padding: 15px 0;
}
.deposits-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 10px;
    line-height: 23px;
    font-family: 'Calibri';
}
.depositsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 290px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.cards-menu {
    padding: 50px 0px;
}
.cardsopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.cards-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.cardsbagrd {background: #e6e7e8;}
.cardsbox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 8px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 9px;
    border-radius: 5px;
    font-family: 'calibri';
}
.cards-menu h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.cards-menu ul {
    padding: 15px 0;
}
.cards-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 10px;
    line-height: 23px;
    font-family: 'Calibri';
}
.cardsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 240px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.govt-menu {
    padding: 50px 0px;
}
.govtopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.govt-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
    text-align: center;
}
.govt-menu ul li a{
    font-family: 'Calibri';
}
.govtbagrd {background: #e6e7e8;}
.govt-menu h5 {
    font-size: 10px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.govt-menu ul {
    padding: 15px 0;
}
.govtbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 120px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.insurance-menu {
    padding: 50px 0px;
}
.insuranceopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.insurance-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
    text-align: center;
}
.insurance-menu ul li a{
    font-family: 'Calibri';
}
.insurancebagrd {background: #e6e7e8;}
.insurance-menu h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.insurance-menu ul {
    padding: 15px 0;
}
.insurancebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 120px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
}
.tech-menu {
    padding: 50px 0px;
}
.techopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.tech-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 14px;
    font-family: 'Calibri';
}
.tech-menu ul li a{
    font-family: 'Calibri';
}
.techbagrd {background: #e6e7e8;}
.tech-menu h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.tech-menu ul {
    padding: 15px 0;
}
.techbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 350px;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
}
.down-menu {
    padding: 50px 0px;
}
.downopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.down-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.downbagrd {background: #e6e7e8;}

.downbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 220px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.downright-bord {
    border-right: 1px solid #000;
    border-bottom: unset;;
}
.downimg {
    width: 70%;
    margin: 15px auto;
    display: block;
}
.downimg-1{
    width: 50%;
    margin: auto;
    display: block;
}
.locate-menu {
    padding: 50px 0px;
}
.locateopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.locate-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 11px !important;
    line-height: 20px;
    font-family: 'Calibri';
}
.locatebagrd {background: #e6e7e8;}
.locatebox-shadow button {
    width: 90%;
    background: #3B5998;
    color: #fff;
    padding: 10px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 11px;
    border-radius: 5px;
    font-family: 'calibri';
}
.locate-menu h5 {
    font-size: 9px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.locate-menu ul {
    padding: 15px 0;
}
.locate-menu ul li {
    list-style: none;
    padding: 0px 3px 10px 15px;
    font-size: 10px;
    line-height: 23px;
    font-family: 'Calibri';
}
.locatebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: 200px;
    background: #fff;
    border-radius: 5px;
    width: 85%;
    margin: auto;
}
.grab-account-top {
    padding: 20px;
    /* padding: 70px; */
}
.grab-menu {
    padding: 25px 70px;
}
.grab-menu img {
    width: 95%;
    margin: auto;
    display: block;
}
.offerimg img{
        width: 100%;
    margin: auto;
    display: block;}
.grab-account {
    color: #000;
    font-family: 'Calibri' !important;
    font-size: 18px;
    text-align: center;
    padding: 0 0 5px 0px;
    font-weight: 700;
}
.p-20 p {font-size: 9px;}
.p-20 button {font-size: 9px;padding: 3px 0;}
.p-20 {padding: 4px 0 4px 6px;}
.general {margin: 0;}
.p-20:last-child {border: none !important;}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.international2 button { padding: 10px;font-size: 11px;}
.loan-menu h5 {font-size: 10px;}
.loan-menu ul li {line-height: 19px;}
.depositsbox-shadow button {padding: 8px;font-size: 9px;}
.cardsbox-shadow button {font-size: 10px;}
.govt-menu h5 {font-size: 10px;}
.p-20 p {font-size: 9px;}
.p-20 button {font-size: 9px;padding: 3px 0;}
.p-20 {padding: 10px 0 10px 6px;}
.p-20 p {font-size: 9px;}
.p-20:last-child {border: none !important;}
    }

@media (max-width: 767px){
.international {
    padding: 25px 0px;
}
.international_open_bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 20px;
}
.topmenu {
    padding-right: 0;
    display: none;
}
.navbar-collapse.collapse {
      display: none !important;
}
.sticky{
  width:100%;
}
.international2 button {
    width: 100%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 10px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.international_customer {
    width: 100% !important;
}
.international2 {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    width: 95%;
    margin: auto;
    padding: 30px 50px;
}
.accordion {
    background-color: #fff;
    color: #3B5998;
    cursor: pointer;
    padding: 10px;
    width: 90%;
    text-align: left;
    outline: none;
    font-size: 11px;
    transition: 0.4s;
    border: 1px solid #3B5998;
    margin: auto;
    display: block;
    border-radius: 5px;
    font-family: 'Calibri';
}
.panel {
  padding: 0px !important;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 0px solid #3B5998;
  margin: auto;
  margin-bottom: 20px;
  width: 90%;
  border-radius: 0 0 5px 5px;
  border-top: unset !important;
}
.panel ul{
  list-style: none;
    padding: 5px 0 0 0 !Important;
}
.panel ul li{
  line-height: 30px;
  border-bottom: 1px solid rgb(59, 89, 152);
}
.panel ul li:last-child{
border-bottom: unset;
}
.panel ul li a{
  line-height: 30px;
  color: #DF0D7D;
  font-family: 'Calibri';
  padding: 5px;
}
.loanopen-bank {
        font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 20px;}
.depositsopen-bank {font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 20px;}
.depositsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: auto;
    padding: 30px 25px;
}
.depositsbox-shadow button {
    width: 100%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 9px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.deposits-menu {
    padding: 25px 0px;
}
.cards-menu {
    padding: 25px 0px;
}
.cardsopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 20px;}
.cardsbox-shadow button {
    width: 100%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 11px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.cardsbox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: auto;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    margin: auto;
    padding: 30px 15px;
}
.cardscustomer{
    width: 90% !important;
}
.govt-menu {
    padding: 20px 30px;
}
.govtopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 15px;
}
.govt-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.govt-menu ul {
    padding: 40px 0;
}
.govt-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 0px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
    text-align: center;
}
.govt-menu ul li a {
    font-family: 'Calibri';
}
.govtbox-shadow {
    margin-bottom: 30px;
}
.insurance-menu {
    padding: 20px 30px;
}
.insuranceopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 15px;
}
.insurance-menu h5 {
    font-size: 13px;
    font-weight: 100;
    padding: 10px;
    margin: 0;
    line-height: 24px;
    background: #3B5998;
    color: #fff;
    text-align: center;
    font-family: 'Calibri';
    border-radius: 5px 5px 0px 0px;
}
.insurance-menu ul {
    padding: 40px 0;
}
.insurance-menu ul li {
    list-style: none;
    padding: 0px 3px 5px 0px;
    font-size: 10px;
    line-height: 24px;
    font-family: 'Calibri';
    text-align: center;
}
.insurance-menu ul li a {
    font-family: 'Calibri';
}
.insurancebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px !important;
    height: 160px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.techopen-bank {
        font-family: Calibri;
    text-align: center;
    padding: 40px;
    background: #e6e7e8;
    margin-bottom: 40px;
    font-size: 14px;
}
.downopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
    margin-top: 20px;}
.downimg {
    width: 70%;
    margin: 20px auto;
    display: block;
    margin-bottom: 20px;
}
.downimg-1 {
    width: 60%;
    margin: 20px auto;
    display: block;
}
.downright-bord {
    border-right: unset;
    border-bottom: 1px solid #000;
}
.down-menu {
    padding: 25px 0px;
}
.downbox-shadow {height: auto;padding: 30px 25px;}
.locateopen-bank {
    font-family: Calibri;
    text-align: center;
    padding: 50px;
    background: #e6e7e8;
    margin-bottom: 40px;
}
.locatebox-shadow button {
    width: 100%;
    background: #3B5998;
    color: #fff;
    padding: 12px;
    border: none;
    margin: 20px auto;
    display: block;
    font-size: 11px;
    border-radius: 5px;
    font-family: 'Calibri';
}
.locatebox-shadow {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    padding: 30px 15px;
    height: auto;}
.locatecustomer {
    width: 90% !important;
}
.locate-menu {
    padding: 25px 0px;
}
.grabboxshadow{box-shadow: 0px 2px 8px #ccc;
    margin: 25px auto;
    width: 90%;}
    .grab-menu {
    padding: 25px 40px;
}
.graboffers {
    margin: 40px auto;
    display: block;
    border: 1px solid #000;
    font-weight: bold;
    color: #000;
    background: #fff;
    /* letter-spacing: 1px; */
    border-radius: 5px;
    padding: 6px;
    font-size: 11px;
    font-family: 'Calibri';
    text-align: center;
    width: 130px;
    text-decoration: unset !important;
    text-transform: uppercase;
}
.grab-menu img {
    width: 100%;
    margin: auto;
    display: block;
}
.offerimg{
    padding: 15px;
}
.offerimg img{
        width: 100%;
    margin: 20px auto;
    display: block;}
}
#feedback {
    color: #ffffff;
    background-color: #3B5998;
    padding: 15px;
    border-radius: 10px;
    width: auto;
    height: auto;
    text-decoration: none;
    position: fixed;
    bottom: 22px;
    /* right: 30px; */
    left: 20px;
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    font-size: 12px;
    cursor: pointer;
}
#myModalfeedback .modalbody {
    padding: 2px 16px;
    width: 500px;
    text-align: center;
    margin: auto;
}
#myModalfeedback .modcontent{padding: 70px;}
#myModalfeedback .star-rating {
  /*border: solid 1px #ccc;*/
  display: flex;
  flex-direction: row-reverse;
  font-size: 1.5em;
  justify-content: flex-end;
  padding: 0 0.2em;
  text-align: center;
  width: 5em;
}

#myModalfeedback .star-rating input {
  display: none;
}

#myModalfeedback .star-rating label {
    color: #3B5998;
    cursor: pointer;
    position: relative;
    border: none;
    padding: 0px 2px;
    font-size: 21px;
}

#myModalfeedback .star-rating :checked ~ label {
  color: #DF0D7D;
}

#myModalfeedback .star-rating label:hover,
#myModalfeedback .star-rating label:hover ~ label {
  color: #DF0D7D;
}
.feedbackform label {
    line-height: 30px;
}
.feedbackform  .form-control {
    margin-bottom: 10px;
}
.feedbackform input[type=text], textarea {
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #ccc;
}
.feedback_submit{
    margin: 20px;
    padding: 6px 20px;
}
#myModalfeedback .modal-body h3 {
    background: #718dc8;
    margin: 0;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
#myModalfeedback .fclose{
  background: #DF0D7D;
  font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: -30px;
    top: 5px;
    z-index: 1;
    transition: all 0.3s;
}

.alert-success {
    padding-left: 20px !important;
    background: #FFF;
    color: green;
    border-left: 5px solid green;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    padding: 18px;
    width: 30%;
    z-index: 999999999999 !important;
    font-family: 'Calibri';
}
.alert-danger {
    padding-left: 20px !important;
    background: #FFF;
    color: red;
    border-left: 5px solid #ee3e0ad6;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 11%);
    padding: 18px;
    width: 30%;
    z-index: 999999999999 !important;
    font-family: 'Calibri';
}
.alert .close {
    background: unset;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=20);
    z-index: 999999999999 !important;
    color: red;
}
.error {
    color: #ff0000;
    font-weight: 600;
    font-size: 10px;
    margin-bottom: 0px !important;
    padding-bottom: 5px;
}
input[type=number]{
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid;
}
.checkboxtxt{
    color: #ff0000;
    font-weight: 600;
    font-size: 10px;
    text-align: left;
    padding: 10px 0;}
.captchatxt{
    color: #ff0000;
    font-weight: 600;
    font-size: 10px;
    text-align: left;
    padding: 10px 0;}

.yourstate{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
    font-weight: 600;
    width: 100%;
    text-align: left;
    font-family: 'Calibri Regular';
    font-size: 11px;
    padding-bottom: 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
    font-size: 11px;
}
.dataTables_length label{display: flex!important;}
.dataTables_length select{margin: 0px 5px !important;padding: 0 5px !important;}
#statelist{
    padding: 6px 8px;
    font-size: 11px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #3b5998;
        color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #fff !important;
    box-shadow: none  !important;
    color: #000 !IMPORTANT;
    border: none!important;
}
#atm tr td a {
        color: #007bff;
}
.branchtext{
    font-size: 11px;
    color: #df017c;
    text-align: left;
    padding-bottom: 20px;
}

.myModalbranch .modalbody {
    padding: 2px 16px;
    width: 550px;
    text-align: center;
    margin: 8px auto;
}
.myModalbranch .modcontent{padding: 70px;}
.myModalbranch .modal-body h3 {
    background: #fff;
    margin: 0;
    padding: 12px;
    color: #6c757d;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}
.myModalbranch .bclose{
  background: #DF0D7D;
  font-size: 18px;
    font-weight: 400;
    text-shadow: none;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%);
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: -30px;
    top: 5px;
    z-index: 1;
    transition: all 0.3s;
}
#customerslist {
  border-collapse: collapse;
   width: 95%;
    margin: 8px auto;
}

#customerslist td, #customerslist th {
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: left;
  font-size: 11px;
}

/*#customerslist tr:nth-child(even){background-color: #f2f2f2;}

#customerslist tr:hover {background-color: #ddd;}*/

#customerslist th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ededed;
   color: #000;
}
.bg-design {
    padding: 2% 1.5%;
    box-shadow: 0px 2px 8px #ccc;
    border-radius: 20px;
}
.offset-md-3 {
    margin: 5% 25%;
}
.row-emi{
  display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.container-emi{
  max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#ecww-widgetwrapper {
    margin-left: 25px;
}
#ecww-mamount label, #ecww-mint label, #ecww-mterm label {
    font-size: 10px;
}
  .footer ul li  a{
    color: #fff !important;
    text-decoration: unset !important;
    font-size: 10px;
}
.spacerupay{
      padding: 60px 0;
}
.rupaysearchtop {
    padding: 90px 0;
}
.rupaysearch{
      padding: 15px;
}
.rupaysearch label{
  font-size: 12px;
    margin-bottom: 10px;
}
.rupaycard{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    transition: transform .5s;
}
.rupaycard img {
    height: 250px;
    width: 100%;
    transition: 0.25s all;
    max-height: 160px;
}
.rupaycard img.img-fluid.w-100 {
    max-height: 48px;
}
.borderprimary {
    padding: 6px;
    border: 1px solid #000;
}
.bgoffer{
      padding: 30px;
}
.rupaycard p {
    font-size: 13px;
    line-height: 27px;
    margin: 1.5rem 0;
    text-align: left;
    font-family: 'Calibri';
    color: #e1197d;
}
.rupaycard-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.btn-rupay-secondary {
    color: #fff;
    background-image: none;
    background-color: #3B5998;
    border-color: #3B5998;
    font-family: 'calibri Regular';
    font-size: 10px;
}
.btn-rupay-secondary:hover {
    color: #000;
    background-color: #fff;
   border-color: #3B5998;
}
.floatleft {
    float: left !important;
}
.floatright {
    float: right !important;
}
.textmuted {
    color: #6c757d;
    font-size: 11px;
    padding: 5px;
}
.rupaycard:hover {
  transform: scale(1.025);
  border-radius: 0.375rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}
.rupaysearch label {
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 0 !important;
}
.rupaycard {
    margin-bottom: 25px;
}
.rumodal{ background-color: rgb(0 0 0 / 57%) !important;}
.rupaymodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.rupaymodal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #000;
    text-align: left;
}

/* Modal Content */
.rupaymodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    height: auto;
}

/* The Close Button */
.rupaymodalclose {
    color: red;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
}
.rupaymodalclose:hover,
.rupaymodalclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.table > tbody > tr > td, .table > thead > tr > th {
    padding: 10px;
    text-align: left;
    font-size: 11px;
}

.spacevisa{
      padding: 60px 0;
}
.visasearchtop {
    padding: 90px 0;
}
.visasearch{
      padding: 15px;
}
.visasearch label{
  font-size: 12px;
    margin-bottom: 10px;
}
.visacard{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    transition: transform .5s;
    padding: 15px;
}
.textmutedvisa {
    color: #6c757d;
    font-size: 11px;
}
.textmutedvisa2 {
    color: #6c757d;
    font-size: 10px;
}
/*.visacard:hover {
  transform: scale(1.025);
  border-radius: 0.375rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
}*/
.visacard-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
    border: 1px solid rgba(0,0,0,.125);
}
.visacard-footer button{
    margin: auto;
    display: block;
}
.viscard{
      margin-bottom: 25px;
}
.visacard-body{
    font-size: 11px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
    text-align: left;
    padding: 15px;
    margin-bottom: 10px;
}
.visacard-body h6{
    font-size: 11px;
    font-weight: 600;
}

.vimodal{ background-color: rgb(0 0 0 / 57%) !important;}
.visamodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.visamodal-header {
    padding: 2px 16px;
    background-color: #fff;
    color: #000;
    text-align: left;
}

/* Modal Content */
.visamodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    height: auto;
}

/* The Close Button */
.visamodalclose {
    color: red;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 1;
}

.visamodalclose:hover,
.visamodalclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.grabboxshadow .col-sm-6{
    margin-bottom: 15px;
}

@media only screen and (max-width:1024px)
{  
.container-emi{height: auto;}
.offset-md-3 {
    margin: 5% 15%;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .footer h5 {
    color: #fff;
    font-size: 11px;
    padding: 15px 0;
}
.footer ul {
    padding: 0;
    list-style: none;
}
footer ul li {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
}
.footer ul li a {
    color: #fff !important;
    text-decoration: unset !important;
    font-size: 11px;
    line-height: 20px;
    font-family: 'calibri Regular';
}
}

@media only screen and (max-width:767px)
{  
#myModalfeedback .modalbody {
    padding: 2px 16px;
    width: auto;
    text-align: center;
    margin: auto;
}
.modal-body h3 {
    background: #718dc8;
    margin: 0;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
#myModalfeedback .modcontent {
    padding: 80px 40px;
}
#myModalfeedback .fclose {right: -19px;}
.alert-success {width: 75%;}
.alert-danger {width: 75%;}

  .container-emi{height: auto;}
  .offset-md-3 {
    margin: 5% 0%;
}
.bg-design {
    padding: 2% 0%;
    box-shadow: unset;
    border-radius: 20px;
}
#ecww-widgetwrapper {
    margin-left: 0;
}
#ecww-widget {
    width: 400px!important;
}
#ecww-summary {
    width: 190px!important;
}
#ecww-piechart {
    width: 200px!important;
}
#ecww-form {
    padding: 20px 0 0 30px!important;
}
.footer{
  margin: 50px 0 0 0;
  padding: 0 0px;
}
.footer h5 {
    color: #fff;
    font-size: 11px;
    padding: 15px 0;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul li a {
    color: #fff !important;
    text-decoration: unset !important;
    font-size: 10px;
    line-height: 26px;
    font-family: 'calibri Regular';
}
.rupaysearchtop {
    padding: 10px 0;
}
.rupaymodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 95%;
    position: relative;
    height: auto;
}
.rumodal{ background-color: rgb(0 0 0 / 57%) !important;}
.spacerupay {
    padding: 15px 0;
}
.mx-auto{padding: 0px;}
.visasearchtop {padding: 15px 0;}
.visacard-footer {padding: 0.8rem 1.25rem;}
.visamodal-content {
    width: 95%;
    position: relative;
    height: auto;
}
.spacevisa {
    padding: 15px 0;
}
}




@media (min-width: 600px) and (max-width: 1024px) {
    .d-sm-none {
        display: none !important;
    }
        .d-sm-block {
        display: block !important;
    }
    .iconcall {
    width: 45px;
    margin: -4px 28px!important;
}
.iconlogin {
    margin: auto !important;
    display: block;
}
    .column {
        float: left;
        width: 42%!important;
        padding: 4px 0;
        height: 45px;
    }
        .column2 {
        float: left;
        width: 50%!important;
        padding: 4px 0;
        height: 45px;
    }
    .marg {
        margin: 0px 20px 0px 20px;
        border-bottom: unset;
        display: block;
    }
        .bord {
        border-bottom: 1px solid #000;
        width: 100%;
    }
    .footer {
        margin: 50px 0 0 0;
        padding: 0 0px;
        display: block;
    }
        .eligible {
        padding: 15px 15px 15px 20px !important;
        width: 100%;
    }
    .payment-menu {
    position: relative;
    width: 100%;
}
    .basic {
        padding: 0;
        width: 100%;
    }
    .lastupdate {
    text-align: right;
    position: absolute;
    left: 5%;
    margin-top: -18px!important;
    font-size: 10px;
}
    .saves {
        padding: 25px 0 0 20px !important;
        width: 100%;
    }
      .documents {
        padding: 8px 5px;
        /* padding-bottom: 14px; */
        margin: 20px 0 20px 0;
        background: #3B5998;
        border: 1px solid #3B5998;
        width: auto!important;
        color: #fff;
    }
        .saves-pmjdy {
        padding: 25px 0 0 20px !important;
        width: 100%;
    }
        .deposit-menu {
        padding: 0px 15px 0px 20px !important;
        width: 100%;
    }
        .document {
        padding: 8px 5px;
        /* padding-bottom: 14px; */
        margin: 10px 0 35px 0;
        background: #3B5998;
        border: 1px solid #3B5998;
        width: auto!important;
        color: #fff;
    }
    .box-shadows {
    box-shadow: rgb(0 0 0 / 20%) 0px 2px 5px 1px;
    height: auto;
}
.insurence-btn {
    text-align: center;
    margin: auto;
    display: block;
    background: #3B5998;
    color: #fff;
    padding: 15px;
    font-size: 14px;
    position: relative;
    bottom: -25px;
    width: 60%;
    margin: auto;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wealth-icon{
  display: block!important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu > ul > li a {
    font-weight: 600;
    text-decoration: none;
    /* padding: 13px 10px; */
    padding: 10px 6px 10px 6px;
    display: block;
    color: #000;
    font-size: 9px;
    line-height: 15px;
}
.topmenu {
    padding-right: 0;
    padding-left: 0;
}
.dec-cal{
    background-color: lavender;
    padding: 0;
}
.search_btn_nav {
    box-shadow: none;
    background-color: #fff;
    color: #3c5995;
    border: none;
    font-size: 9px!important;
    font-weight: 700;
    padding: 2%;
}
.bell-icon span {
    background: #DF0D7D;
    position: absolute;
    padding: 0px;
    top: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    right: 150px!important;
}
.modal-content {
    position: fixed;
    padding: 35px;
    /* padding: 20px 20px 0; */
    width: 100%;
    background-color: rgba(45, 39, 31, 0.9);
    width: 100%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    border: none;
    box-shadow: none;
    text-align: center;
    height: 100vh;
    top: 0;
}
.modal__locked{
  display: none;
}
.basic {
    border-right: 2px solid #e6e7e8;
    padding: 0;
}
.save-basic {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 16px;
    text-align: center;
    padding: 45px 0 15px 0;
    font-weight: 700;
}
.cub-bank {
    position: relative;
    color: #000000bf;
    font-size: 11px;
    font-family: 'calibri Regular';
    text-align: center;
    background: #3B5998;
    width: 17%;
    text-transform: unset;
    padding: 10px;
    font-weight: 100;
    color: #fff;
    border: 1px solid #3B5998;
    letter-spacing: 1px;
    border-radius: 0px;
    margin: 40px auto;
    display: block;
    text-transform: uppercase;
}
.pmjdy {
    color: #000;
    font-family: 'Calibri';
    font-size: 14px;
    text-align: center;
    padding: 30px 0 15px 0px;
    font-weight: 700;
}
.pmjdy-txt {
    font-size: 10px;
    text-align: center;
}
.payment-account-top {
    padding: 40px;
}
.bagrd .col-sm-4 {
  padding: 0px !important;
}
.payment-mob {
    padding-bottom: 10px;
}
.quick {
    color: #000000d6;
    font-family: 'Calibri';
    font-size: 16px;
    text-align: center;
    padding: 0px 0 0px 0px;
    font-weight: 100;
}
.base {
    padding: 60px 0 30px 0 !important;
}
.bagrd-save .col-sm-4{
    padding: 0px !important;
}
.payment-account {
    color: #000;
    font-family: 'calibri Regular' !important;
    font-size: 18px;
    text-align: center;
    padding: 0px 0 30px 0;
    font-weight: 700;
}
.bagrd .col-sm-5{
    padding: 0px !important;
}
.tech-menu h5 {
  font-size: 11px;
  font-weight: 100;
  padding: 10px 15px;
  margin: 0;
  line-height: 24px;
  background: #3B5998;
  color: #fff;
  text-align: left;
  font-family: 'calibri';
  border-radius: 5px 5px 0px 0px;
}
.tech-menu ul li {
  list-style: none;
  padding: 0px 3px 5px 15px;
  font-size: 11px;
  line-height: 18px;
  font-family: 'Calibri';
}
.general-saving-top {
  padding: 25px;
}
.payment-menu p {
  font-size: 10px;
  line-height: 20px;
  padding-bottom: 15px;
}
.loan-account-top {
  padding: 60px;
}
.fixedmenu h6 {
  color: #000;
  font-family: 'Calibri';
  text-align: center;
  font-size: 12px!important;
  padding: 12px 0;
  border-bottom: 1px solid;
  margin: 0;
}
 .fixedmenu a {
    text-align: center;
    margin: 10px auto auto auto !important;
    display: block;
    background: #3B5998 !important;
    width: 100%!important;
    padding: 10px !important;
    color: #fff;
    font-family: 'calibri Regular' !important;
    font-size: 9px!important;
  }
}