@import url('https://fonts.googleapis.com/css?family=Lato:900|Open+Sans');

***Body Code****/


body{
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif;
}

p, address, a {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

header {
    background: #fff;
    padding: 0 15px;
}
.logo{
    width: 225px;
}
.table th{
    font-weight: 600;
}
nav a.link{
    text-transform: uppercase;
    font-size: 15px;
    color: #95989A;
    padding: 0 10px;
    font-family: 'Lato', sans-serif;
}

nav a.link:hover {
    text-decoration: none;
    color: #ec813c;
}


.bar1, .bar2, .bar3 {
    width: 35px;
    height: 3px;
    background-color: #95989a;
    margin: 8px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.toggle-holder img{
    transition: 0.4s;
}

.change img{
    -webkit-transform: rotate(44deg) translate(0, 0);
    transform: rotate(44deg) translate(0, 0);
}

button.navbar-toggler.change{
    outline: none;
}

.search-form  .group {
    margin-bottom: 7px;
    margin-top: 7px;
}

@media (min-width: 768px) {
    .search-form, .search-form  .group {
        float: right;
    }
}

.search-form form {
    padding-top: 8px;
}

.search-form  input{
    display: inline;
    padding: 5px 35px 5px 5px;
    border-bottom: 1px solid #95989A;
    color: #95989A;
    font-size: 18px;
    /*font-size: 30px;*/
}
.search-form  .submit{
    display: inline;
    background: none;
    border: none;
    margin-left: -35px;
    color:#787878;
    outline: 0;
    opacity: .3;
}

.search-form  .submit:hover{opacity:1;}

.search-form  input:focus ~ label, .search-form  input:valid ~ label {
    top: -10px;
    font-size: 12px;
    color: #ec823c;
}

.search-form label {
    top: 6px;
    color: #e5e6e7;
    font-size: 20px
}
.search-form .bar:before, .search-form  .bar:after{
    background: #ec823c;
}

.slider{

}

.slider .banner-img{
    width:100%;
}

.trigger a.trigger-items{
    height: 25%;
    padding: 15px;
    background: #41a5ad;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-image: linear-gradient(to left, transparent, transparent 50%, #238890 50%, #238890);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.trigger a.trigger-items:hover{
    background: #238890;
    text-decoration: none;
}
.trigger .holder {
    width: 70%;
    display: inline-flex;
    align-items: center;
}
.trigger img.globe{
    width: 42px;
    height: 42px;
    margin-right: 10px;
}
.trigger img.arrow {
    width: 30px;
    float: right;
    margin-top: -25px;
}

.top-slider-controlers{
    position: absolute;
    z-index: 15;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;
}

.top-slider-controlers .carousel-indicators{
    display:block;
    position: relative;
    margin-right: 15px;
}
.top-slider-controlers ol{
    padding-left: 0;
    list-style: none;
    opacity: .7;
}
.top-slider-controlers li {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #fff;
    margin: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-right: 2%;
}

.top-slider-controlers li.active{
    background-color: #fff;
}

/*.carousel-text-holder{
    background: linear-gradient(0deg,rgba(0, 141, 167, 0.9),rgba(0, 141, 167, 0.9));
    position: absolute;
    top: 4.3%;
    left: 2.1%;
    color: #fff;
    padding: 4.5%;
}*/

.carousel-text-holder{
    background: linear-gradient(0deg,rgba(0, 141, 167, 0.9),rgba(0, 141, 167, 0.9));
    position: absolute;
    bottom: 7.3%;
    left: 2.1%;
    color: #fff;
    padding: 4.5% 20px;
}

/*.slide-big-text{
    font-size: 360%;
    line-height: 97%;
    font-weight: 700;
}*/

.slide-big-text{
    font-size: 200%;
    line-height: 120%;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.target-titles {
    font-family: 'Lato', sans-serif;
}

/*.carousel-text-holder span{
    font-family: 'Open Sans', serif;
    font-size: 159%;
}*/

.carousel-text-holder span{
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
}

.btn-slide {
    border-radius: 2px;
    font-size: 92%;
    padding: 1.5% 3%;
    position: absolute;
    bottom: -10%;
    left: 5%;
    letter-spacing: 0.1em;
}

.block{
    padding: 100px 10%;
}

.title{
    color: #fff;
    font-size: 34px;
    margin: 25px 0;
}
.btn{
    border-radius: 2px;
}
.btn-block{
    padding: 20px;
    margin: 3px;
}

.btn-light{
    color: #fff;
    background: #4c696f;
    border: none;
    font-weight: bold;
}
.disclaimer{
    opacity: .4;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.calculators-holder{
    background: #344d52;
    color: #fff;
}

.my-controller {
    width: 82px;
    position: absolute;
    z-index: 10;
    right: 4%;
    margin-top: -16px;
    background: #344d51;
    padding: 24px;
    opacity: .9;
    cursor: pointer;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#344d51+2,344d51+100&0+0,1+24 */
    background: -moz-linear-gradient(left, rgba(52,77,81,0) 0%, rgba(52,77,81,0.08) 2%, rgba(52,77,81,1) 24%, rgba(52,77,81,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(52,77,81,0) 0%,rgba(52,77,81,0.08) 2%,rgba(52,77,81,1) 24%,rgba(52,77,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(52,77,81,0) 0%,rgba(52,77,81,0.08) 2%,rgba(52,77,81,1) 24%,rgba(52,77,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00344d51', endColorstr='#344d51',GradientType=1 ); /* IE6-9 */
}

.my-controller:hover,
.my-controller:active,
.my-controller:focus{
    opacity: 1;
}

.products-left{
    background: #ec823c;
 }

.nav .product-nav-link{
    color: #fff;
    border-bottom: 2px solid #ec823c;
    margin: 10px 20px 10px 0;
    padding-bottom: 1px;
    font-family: 'Open Sans', sans-serif;
}
.nav .product-nav-link.active{
    border-bottom: 2px solid #fff;
}

.small-title {
    color: #4a4a4add;
    font-size: 14px;
    padding: 10px 0 5px;
    font-family: 'Lato', serif;
}

.loan-flex-items .small-title {
    width: 200px;
}

.loan-flex-items img:hover{
    opacity: 0.8;
}

.tab-content .link {
    position: absolute;
    right: 8%;
    bottom: 0%;
    margin-bottom: -51px;
    color: #fff;
}

.tab-content img.arrow {
    margin: -17px -28px 0 0;
}

.expIcon{
    width: 80px;
}

.paperless{
    min-height: 100%;
    background: linear-gradient(0deg,rgba(0, 141, 167, 0.9),rgba(0, 141, 167, 0.9)),url(../img/paperless.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.bigtitle{
    font-weight: bold;
    /*font-size: 50px;
    line-height: 50px;*/
}

@media (max-width: 768px) {
    .bigtitle{
        font-size: 30px;
        line-height: 34px;
    }

    .loan-flex-items .small-title {
        width: 80px;
    }

    .loan-flex-items {
        margin: 10px;
        text-align: center;
    }
}

.subtitle {
    font-family: 'Open Sans', serif;
    font-size: 21px;
}

.subtitle2{
    font-family: 'Open Sans', serif;
    font-size: 30px;
    font-weight: bold;
}


.orange-white{
    background: #EC823C;
    color: #fff;
}

.orange-white .subtitle{
    margin-bottom: 10px;
}

.white-orange{
    background: #fff;
    color: #EC823C;
    text-align: right;
}

.btn-outline-green {
    color: #008DA7;
    background-color: transparent;
    background-image: none;
    border-color: #008DA7;
}
.btn-outline-green:hover {
    color: #fff;
    background-color: #008DA7;
    border-color: #008DA7;
}

.queryform  .form-title{
    padding-top: 9px;
    font-size: 20px;
    line-height: 39px;
    font-weight: 400;
}

.queryform .form-group .bar{
    border-bottom: 1px solid #b8c7c9;
}

.queryform .form-group input:valid,
.queryform .form-group input:focus,
.queryform .form-group input:valid,
.queryform .form-group input.form-file,
.queryform .form-group input.has-value,
.queryform .form-group textarea:focus,
.queryform .form-group textarea:valid,
.queryform .form-group textarea.form-file,
.queryform .form-group textarea.has-value,
.queryform .form-group select.color-white{
    color: #fff;
}

.queryform .form-group select {
    margin-bottom: 8px;
}
.queryform .form-group input::placeholder,
.queryform .form-group textarea::placeholder,
.queryform .form-group select
{
    color: #3f666c;
}

.queryform .form-group select option [disabled]  {
    color: #3f666c;
}

.queryform .form-group input::-webkit-input-placeholder,
.queryform .form-group textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #3f666c;
}
.queryform .form-group input::-moz-placeholder,
.queryform .form-group textarea::-moz-placeholder { /* Firefox 19+ */
    color: #3f666c;
}
.queryform .form-group input:-ms-input-placeholder,
.queryform .form-group textarea:-ms-input-placeholder { /* IE 10+ */
    color: #3f666c;
}
.queryform .form-group input:-moz-placeholder,
.queryform .form-group textarea:-moz-placeholder { /* Firefox 18- */
    color: #3f666c;
}

.queryform .form-group .bar::before {
    background: #41a5ad;
}

.queryform button{
    margin-top: 30px;
}


.green{
    background: #41a5ad;
    color: #fff;
}

.contact-icon{
    width: 32px;
    vertical-align: top;
}

.green form label{
    color: #fff;
    opacity: .5;
}

.green input:focus ~ label, .green input:valid ~ label,
.green [type=number]:focus ~ label, .green input[type=number]:valid ~ label{
    top:-20px;
    font-size:14px;
    color:#fff;
}

.green input {
    border-bottom: #fff 1px solid;
    width: 100%;
    color:#fff;
}
}


.group input:focus ~ .bar:before, .group input:focus ~ .bar:after {
    width:50%;
}

.green .bar{width:100%; }
.green .bar:before, .green .bar:after{
    background:#008DA7;
}

.btn-orange {
    color: #fff;
    background-color: #EC823C;
    border-color: #EC823C;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background: #fff;
    color: #EC823C;
}

.btn-orange-1 {
    color: #FFFFFF;
    background-color: #FFFFFF;
    border-color: #EC823C;
}

.btn-orange-1:hover,
.btn-orange-1:focus,
.btn-orange-1:active {
    background: #fff;
    color: #EC823C;
    border-color: #008DA7;
}

.contact-info {
    font-size: 19px;
    font-weight: bold;
    margin: -5px 0 0 0;
}

footer{
    background: #0c363e;
}

footer .last-col{
   margin-top: 45px;
}

footer a{
    color: #99abae;
}

footer a:hover {
    text-decoration: none;
    color: #ec813c;
}

footer li {
    margin: 18px 0;
}

.sub-footer{
    margin: 60px 0 0 0;
}

.contact-info .subtitle {
    font-size: 19px;
}

/****./Body Code****/


/* Loan Page Css */

.hero-bg {/*
    background-image: url('../img/loan-page/loan-hero-img.jpg');*/
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loan-page/loan-hero-img.jpg');
    background-size: contain;
    /*height: 400px;*/
}

.btn-hero {
    border-radius: 2px;
    font-size: 117%;
    padding: 2.1% 15%;
}

.hero-text {
    /*background: #3a3d3ec7;*/
    margin: 30px 5px;
    padding: 20px 20px;
    /*margin: 30px;*/
    color: #fff;
}

.hero-text h2{
    font-size: 48px;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-weight: bolder;
    word-spacing: 8px;
    letter-spacing: 2px;
    padding: 10%;
}

.hero-text p{
    font-size: 22px;
    font-family: 'Open Sans', serif;
}

.hero-text a{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.bottom-space {
    margin-bottom: 50px;
}

hr { 
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: #94989b;
    width: 89%;
}

.details-section h2 {
    font-size: 34px;
    margin: 25px 0 25px 25px;
    color: #ec813c;
}


.details-section h4 {
    font-size: 20px;
    margin: 25px 0 10px 25px;
    color: #008DA7;
}

.details-section a{
    font-size: 14px;
    color: #41a5ad;
    text-decoration: none;
}

.details-section a:hover{
    color: #ec813c;
}

.details-section .vision-statement{
    font-size: 24px;
    color: #5d5b5b;
    margin-bottom: 28px;
    padding-left: 25px;
    line-height: 36px;
    font-family: 'Open Sans', serif;
}

.details-section .mission-statement{
    font-size: 20px;
    color: #5d5b5b;
    margin-bottom: 28px;
    padding-left: 25px;
    line-height: 32px;
    font-family: 'Open Sans', serif;
}

.details-section .toll-free-no{
    font-size: 60px;
    font-weight: 700;
    padding-left: 25px;

}

.about-us-bg {
    background-image: url('../img/home/banner-timings.jpg');
    background-size: inherit;
    height: 400px;
    width: 100%;
}

.loan-intro-text{
    color: #5d5b5b;
    font-size: 15px;
    margin-bottom: 32px;
    padding-left: 10px;
}

.about-us-text{
    color: #5d5b5b;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 25px;
}

.details-section h2 span.thin{
    font-weight: 200;
}

.details-section h2 .subheading{
    color: #707070;
    font-size: 24px;
    display: block;
    margin-top: 6px;
}

.border-this {
    border-right: 1px solid #94989b;
}

.main-holder {
    margin-bottom: 10px;
}

.main-holder:last-of-type {
    margin-bottom: 0;
}

.icon-holder {
    text-align: right;
}

img.icon {
    width: 35px;
    text-align: center;
}

.text-holder h3 {
    font-size: 20px;
    color: #555;
}

.text-holder ul {
    padding: 0 30px;
}

.text-holder ul li{
    color: #5d5b5b;
    font-size: 15px;
    padding: 0 0 15px;
}

.text-holder p {
    color: #5d5b5b;
    font-size: 15px;
}

.text-holder ul li span{
    font-size: 24px;
}

ul.one-off li {
    list-style: none;
    padding-bottom: 15px;
}

ul.one-off {
    padding: 0;
}

.lower-holder {
    margin-top: 30px;
}

.loans-section {
    background: #FCFCFC;
    padding: 10px 0 50px;
}

.loans-section h2 {
    font-size: 34px;
    margin: 25px 85px 10px;
    color: #ec813c;
}

.loans-section img.icon-style {
    width: 80px;
    height: 80px;
}

.loans-flex {
    justify-content: space-around;
}

.loan-flex-items {
    margin: 30px 10px;
    text-align: center;
}


/* loan page banners */

.inner-banner-bg{
    background-size: cover;
}

.travel-loan-bg {/*
    background-image: url('../img/loan-page/loan-hero-img.jpg');*/
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-travel-loan.jpg');
    /*background-size: contain;*/
    /*background-size: cover;*/
}

.bank-deposit-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-bank-deposit-loan.jpg');
}

.business-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-business-loan.jpg');
}

.consumer-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-consumer-loan.jpg');
}

.doctor-care-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-doctor-care.jpg');
}

.education-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-education-loan.jpg');
}

.gold-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-gold-loan.jpg');
}

.housing-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-housing-loan.jpg');
}

.insurance-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-insurance-loan.jpg');
}

.lease-rental-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-lease-rental.jpg');
}


.mortgage-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-mortgage-loan.jpg');
}

.mutual-funds-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-mutual-funds.jpg');
}

.nsc-kvp-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-nsc-kvp-loan.jpg');
}

.pragati-scheme-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-pragati-scheme.jpg');
}

.reverse-mortgage-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-reverse-mortgage.jpg');
}

.transport-operator-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-transport-loan.jpg');
}

.vehicle-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-vehicle-loan.jpg');
}

.superbike-loan-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-superbike-loan.jpg');
}

.mse-100-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-mse-100.jpg');
}

.solar-smart-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/loans/banners/banner-solar-smart.jpg');
}

.flexi-credit-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('https://citizencreditbank.com/mybank/img/loans/banners/banner-flexi-credit.jpg');
}

/* loan page banners ends here*/

/* Load Page Css Ends Here */

.fixed-deposit-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-fd.jpg');
}

/* services page banners */

.abb-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-abb.jpg');
}

.bancassurance-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-bancassurance.jpg');
}

.etax-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-etax.jpg');
}

.ezeewill-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-ezeewill.jpg');
}

.forex-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-forex.jpg');
}

.franking-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-franking.jpg');
}

.imps-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-imps.jpg');
}

.lockers-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-lockers.jpg');
}

.neft-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-neft.jpg');
}

.debit-card-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-debit-card.jpg');
}

.mutual-funds-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-mutual-funds.jpg');
}

.upi-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-upi.jpg');
}

.qr-code-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/services/banners/banner-qr-code.jpg');
}

/* services page banners ends here */


/* saving accounts pages banners */

.savings-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-savings-account.jpg');
}

.nre-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-nre-account.jpg');
}

.current-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-current-account.jpg');
}

.salary-savings-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-salary-account.jpg');
}

.minor-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-minor-account.jpg');
}

.junior-account-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/savings/banners/banner-junior-account.jpg');
}

.check-rates-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-check-rates.jpg');
}

.locate-us-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-locate-us.jpg');
}

.customer-care-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-customer-care.jpg');
}

/* saving accounts pages banners ends here*/

.news-events-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-news.jpg');
}

.career-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-career-1.jpg');
    /*background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-career.jpg');*/
}

.faqs-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-faqs.jpg');
}

.depository-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/banner-check-rates.jpg');
}


/* branch banners*/

.boisar-bg{
    background-image:linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/branches/boisar.jpg');
}

/* branch banners ends here*/



/****form Code****/



.group {
    position:relative;
    margin-bottom: 30px;
}
input {
    font-size:18px;
    padding:10px 10px 10px 5px;
    display:block;
    width:300px;
    border:none;
    border-bottom:1px solid #757575;
    background: transparent;
}
input:focus { outline:none; }

label {
    color:#999;
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:10px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

input:focus ~ label, input:valid ~ label{
    top:-20px;
    font-size:14px;
    color:#5264AE;
}


.bar{ position:relative; display:block; width:300px; }
.bar:before, .bar:after{
    content:'';
    height:2px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#5264AE;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}

.bar:before {
    left:50%;
}
.bar:after {
    right:50%;
}

/*input:focus ~ .bar:before, input:focus ~ .bar:after {*/
    /*width:50%;*/
/*}*/

.highlight {
    position:absolute;
    height:60%;
    width:100px;
    top:25%;
    left:0;
    pointer-events:none;
    opacity:0.5;
}

input:focus ~ .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#5264AE; }
    to 	{ width:0; background:transparent; }
}





/***=====**/
.form-radio,
.form-group {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}
.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}
.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}
.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}
.form-group textarea {
    resize: none;
}
.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}
.form-group .bar::before {
    content: '';
    height: 0.125rem;
    width: 0;
    left: 50%;
    bottom: -0.0625rem;
    position: absolute;
    background: #337ab7;
    -webkit-transition: left 0.28s ease, width 0.28s ease;
    transition: left 0.28s ease, width 0.28s ease;
    z-index: 2;
}
.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-group input[type="file"] {
    line-height: 1;
}
.form-group input[type="file"] ~ .bar {
    display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}
.form-group select ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group input:valid ~ .control-label,
.form-group input.form-file ~ .control-label,
.form-group input.has-value ~ .control-label,
.form-group textarea:focus ~ .control-label,
.form-group textarea:valid ~ .control-label,
.form-group textarea.form-file ~ .control-label,
.form-group textarea.has-value ~ .control-label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}
.form-group select:focus ~ .control-label,
.form-group input:focus ~ .control-label,
.form-group textarea:focus ~ .control-label {
    color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

#map{
    height: 400px;
    width: 100%;
    background-color: grey;
    margin: 10px 0 20px 10px;
}

.select-branch{
    color: gray;
}

.branch-select{
    margin-left: 8px;
    width: auto;
}

.loan-calc .full-width{
    width: 100%;
}
.loan-calc input{
    color: #333;
}
.loan-calc label {
    position: relative;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    margin: 25px 0;
}

.btn-calc {
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 30px;
    margin-top: 40px;
}

.disclaimer-gray{
    color: #666;
    font-size: 11px;
    display: inline-block;
    padding: 16px 0 0 0;
}

.details{
    color: #333;
    font-size: 18px;
}

.result{
    color: #333;
}
.result h1 {
    color: #ec823c;
    font-weight: 600;
    margin-bottom: 0;
}
.result .small-text {
color: #707070;
}
#result{
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
a{ color: #068fa9; }

.seaction-board {
    padding-bottom: 60px;
}

.title-two-board {
    color: #068fa9;
    text-align: center;
    padding: 60px 0;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}

.name-of-directors{
    color: #068fa9;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.designation{
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.director-holder{
    margin-bottom: 20px;
    display: inline-block;
    text-align: center;
}

.director-holder:hover,
.director-holder:facous,
.director-holder:active{
    text-decoration: none !important;
    opacity: .8;
    color: #ffff;
}
.table-interest-rates{
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    margin-left: 25px;
}

.color-ccb-green{
    color: #00AE42;
}

.color-ccb-orange{
    color: #FF671D;
}

.color-ccb-blue{
    color: #008DA7;
}

.director-holder img {
    width: 85%;
}

.popup-header {
    text-align: center;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}

.popup-title{
    color: #ec823c;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

h4.popup-designation {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}

.pop-up-content{
    color: #777;
    font-weight: 500;
    text-align: left;
}

.popup-quote{
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    padding: 5px 35px 7px;
    display: inline-block;
    line-height: 22px;
    font-style: normal;
}

.popup-quote:before {
    content: open-quote;
}
.popup-quote:after {
    content: close-quote;
}
.popup-header img{
    padding: 20px;
}

.popup-header img {
    width: 230px;
}

.modal-open .modal{
    background: rgba(65, 165, 173, 0.4);
}
.modal-content{
    border-radius: 0;
    border-color: #41a5ad;
}
hr.sap {
    margin-bottom: 40px;
    border-bottom: 0.01em solid #999;
}

#dropdown-togggler {
    border: none;
    border-bottom: 1px solid #777;
    border-radius: 0;
    color: #ec823c;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-uppercase{
    text-transform: uppercase;
}
ul.green-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
  ul.green-bullets li {
    padding-left: 1em; 
    text-indent: -1.3em;
}
  
  ul.green-bullets li::before {
    content: "• ";
    color: #068fa9;
    font-size:25px;
    line-height: 1px;
    
}

.hr-for-news-events{
    color: #DCDCDC;
    background-color: #DCDCDC;
}


@media (min-width: 576px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
    .popup-header {
        padding: 10px 15%;
    }
    .pop-up-content{
        padding: 0 10% 20px;
    }
}



/****Responsive Code down****/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .block {
        padding: 20px 10px;
    }

    footer li {
        margin: 0;
    }

    footer .left ul {
        margin-bottom: 0;
    }

    .sub-footer {
        margin: 20px 0 0 0;
    }


    .slide-big-text{
        font-size: 180%;
        line-height: 97%;
    }

    .carousel-text-holder span{
        font-size: 64.5%;
    }

    .btn-slide {
        font-size: 58.5%;

    }

    /* Calculator Elements*/

    ul#calculators {
        padding: 0;
    }

    ul#calculators li{
        list-style: none;
    }

    .hide-in-small {
        display: none;
    }

    .btn-block {
        padding: 14px;
        margin: 5px;
    }



}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

    hr {
        display: none;
    }

    header {
    padding: 10px;
    }

    .logo {
        width: 170px;
    }
    button.navbar-toggler {
        margin-left: 5px;
    }
    nav a.link {
        padding: 13px 10px;
        display: block;
        text-align: right;
        border-top: 1px solid #eee;
    }

    .trigger a.trigger-items {
        height: auto;
        width: 25%;
        font-size: 10px;
        padding: 8px 0px;
        text-align: center;
    }
    img.arrow {
        display: none;
    }

    .paperless, .orange-white, .white-orange{
        text-align: center;
    }

    footer .last-col{
        margin-top: 0;
    }
    footer{
        text-align: center;
    }

    .sub-footer {
        margin: 30px 0 0 0;
    }


    .queryform{
        padding: 0;
    }

    .queryform .block, .green .block{
        padding: 50px 6%;
    }

    .queryform .form-title {
        padding-top: 9px;
        font-size: 16px;
        line-height:20px;
    }

    .queryform .col-auto{
        margin-right: 0;
    }

    .queryform .form-group {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bigtitle {
        font-weight: bold;
        font-size: 34px;
        line-height: 42px;
    }

    .green .subtitle {
        font-size: 16px;
    }

    .contact-info{
        font-size: 16px;
        line-height: 35px;
    }

    .contact-icon {
        width: 45px;
        margin-bottom: 20px;
    }

    .contact-info{
        text-align: center;
    }

    .navbar-toggler{
        padding: 0;
    }

    .border-this {
        border-right: none;
    }

    .loans-section img.icon-style {
        width: 50px;
        height: 50px;
    }

    .loans-section h2 {
        margin: 25px 5px 10px;
    }

    .details-section h2 {
        margin: 25px 5px;
    }

    .tab-content .link{
        display: block;
        margin: 0;
    }

    .btn-calc {
        margin-top: 20px;
    }

    .trigger img.globe {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

}

 /*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
    .search-form input, .search-form label{
        font-size: 18px;
        width: calc(100% - 14px);
    }

    .title {
        font-size: 20px;
        margin: 18px 0;
    }


}

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }



/****./responsive up Code****/


/****Responsive Code up****/
/*Extra small devices (portrait phones, less than 576px)*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .orange-white{
        padding: 35px 0;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }


@media (max-width: 575.98px){
    
    .expIcon {
        width: 30px;
    }
    .small-title{
        font-size: 12px;
    }

}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .block {
        padding: 25px 20px;
    }

    .misc .right{
       text-align: left;
    }
    .misc .left{
        text-align: right;
    }
    .expIcon{
        width: 50px;
    }

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .trigger a.trigger-items{
        padding: 5px;
    }
    nav a.link {
        font-size: 13px;
        padding: 0px 5%px;
    }

    .queryform{
        padding: 0;
    }

    .queryform .block, .green .block{
        padding: 50px 6%;
    }

    .queryform .form-title {
        padding-top: 9px;
        font-size: 16px;
        line-height:20px;
    }

    .queryform .col-auto{
        margin-right: 0;
    }

    .queryform .form-group {
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
    }
    .bigtitle {
        font-weight: bold;
        font-size: 34px;
        line-height: 42px;
    }

    .green .subtitle {
        font-size: 16px;
    }

    .contact-info{
        font-size: 16px;
        line-height: 35px;
    }

    .contact-icon {
        width: 27px;
    }

    .nav .product-nav-link {
        margin: 5px 10px 5px 0;
        font-size: 14px;
    }

    /*
    Need to ask Brinston about this class
    .slide-big-text{
        font-size: 270%;
        line-height: 145.5%;
    }*/


    .carousel-text-holder span{
        font-size: 96.75%;
    }

    .btn-slide {
        font-size: 87.75%;

    }
    .expIcon{
        width: 50px;
    }
}
/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .contact-info {
        font-size: 20px;
    }

    .contact-icon{
        width: 35px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }



/****./responsive down Code***

