/* Add here all your CSS customizations */


section.section.mysec {
    margin: 0px 0;
	padding: 0px 0;
    background: #fff;
}

.txtwhite p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}

.tcenter {
    text-align: center !important;
}

.bg {
    background: #006939 !important;
    color: #fff;
}

.director-name {
    font-size: 1em;
    margin: 0;
    padding: 15px 0px 0px 0px;
    display: block;
    text-align: center;
    background-color: #d8eee3;
}

.director-address {
    font-size: 0.9em;
    margin: 0;
    padding: 5px 0px 5px 0px;
    display: block;
    text-align: center;
     background-color: #d8eee3;
    border-radius: 0px 0px 10px 10px;
}

.txt-center {
    text-align: center;
}

.bod-radius {
    border-radius: 10px 10px 0px 0px;
}

/*added adcc*/
.accordion a {
    color: #007bff;
    text-decoration: none;
    background-color:#edc92f;
}

.accordion button {
    color: #007bff;
    text-decoration: none;
    background-color:#edc92f;
}

.accordion .card-title {
    background-color: #edc92f;
    
}
    

.txt-grn {
    color:#015e34 ;
}

.padR10 {
    padding-right: 10px;
}

.txt-red {
    color:#de0a0a ;
}


.txt-blue {
    color:#0b1295 ;
}

.txt-yellow {
    color:yellow;
}
/*added adcc*/


#dignitaries .gift .row:nth-child(even) {
/*    background: #D9EAB8;*/
    background: #cee6b4;
}

#dignitaries .gift p {
    text-align: justify;
    padding: 15px;
}

table.table-bordered{
    border:1px solid #656565;
    margin-top:20px;
  }
table.table-bordered > thead > tr > th{
    border:1px solid #656565;
}
table.table-bordered > tbody > tr > td{
    border:1px solid #656565;
}

/* To avoid Arrows in input number field*/

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* To avoid Arrows in input number field*/


/*uncliamed deposit download*/
.padR10 {
    padding-right:10px; color:red;
}

/*uncliamed deposit download*/

/* Styling the select (dropdown) */
.myfields select {
      font-weight: bold;
      color: #015e34;
      border: 1px solid #015e34;
      background-color: #eaeaea;
      padding: 5px;
      border-radius: 4px;
    }

/* Styling each dropdown option */
.myfields select option {
      font-weight: bold;
      color: #015e34;
      background-color: #f9ffdb;
    }

.bgifsc {
    
    background-color:#015e34;
}






/*EMI Calculator*/

.emi-calculator {
      font-family: Arial, sans-serif;
      max-width: 500px;
      margin: 50px auto;
      padding: 20px 30px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
      background: #fff;
    }

    .emi-calculator input,
    .emi-calculator button {
      width: 100%;
      padding: 10px;
      margin: 10px 0;
      margin-right: 10px;
      border-radius: 5px;
      border: 1px solid #ccc;
      font-size: 16px;
      box-sizing: border-box;
    }

    .emi-calculator h2 {
      text-align: center;
    }

    .emi-calculator .result {
      margin-top: 20px;
/*      background: #f1f1f1;*/
      background: #015e34;
      padding: 15px;
      border-radius: 5px;
    }

    /* Hide number input spinners - scoped */
    .emi-calculator input[type=number]::-webkit-inner-spin-button,
    .emi-calculator input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    .emi-calculator input[type=number] {
      -moz-appearance: textfield;
    }
/*EMI Calculator*/


/*
=====================================================
Bank Calender Section Css Code from old dynamic
=====================================================
*/

/*calender code start here */

#calendar .bank-calendar{margin: 20px 0px;}
#calendar .bank-calendar img{margin:auto}
#calendar .year-calendar .min-calendar{margin:auto;text-align: center;}
#calendar .year-calendar .min-calendar img{height:300px;margin: auto;padding: 10px;}









