*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    }
.container-fluid{
    padding: 0;
    margin: 0;
}
@font-face {
    font-family:"Raleway-Regular";
    src: url(../fonts/Raleway-Regular.html);
    }

@font-face {
    font-family:"Raleway-SemiBold";
    src: url(../fonts/Raleway-SemiBold.html);
    }

@font-face {
    font-family:"Raleway-Bold";
    src: url(../fonts/Raleway-Bold.html);
    }

:root{
    --primary:#9e2a2b;
    --secondary:#faefcf;
    --tertiary:#f8cb95;
    --content:#000000;
    --pure-white:#ffffff;
    --red:#fd0000;
    }

body{
    background-color: var(--secondary);
    }

    .top{
        filter: blur(3px);
    }


.top-banner{
    width: 100%;
    list-style: none;
    text-decoration: none;
    color:var(--secondary);
   }
img{
    margin: 0 !important;
}

.ticker-news{
    background-color: var(--primary);
    color: var(--pure-white);
    margin: 0px auto; 
    padding-top: 10px;
    width: 100%; 
    height:40px; 
    position:relative;
    }

.ticker-news .update{
    position:absolute; 
    top: 0; 
    left: 0; 
    padding: 5px 10px 0 10px; 
    width: auto;
    height: 100%; 
    background-color: rgb(78, 0, 0); 
    color: var(--pure-white);
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right: 13px solid var(--primary);
    font-weight: bold; 
    z-index: 4;
   }
#main-menu{
    height:auto;
    width: 100%;
    background-color:var(--secondary);
    overflow-x: hidden;
    border:1px solid var(--primary); 
    display:block;
    position: relative;
    box-shadow: 0px 0px 2px 0.30px rgb(235, 91, 91) inset;         
   }
.menu-nav{
    width: 100%;
    display: inline-block;
    vertical-align: middle;     
    }

.menu-nav .menu-item{
    width: 100%;
    display: block;
    list-style: none;
    }

#main-menu .menu-item a:hover{
  color:#fff;
  font-weight: bold;
}


#main-menu .menu-item:hover{
  background-color:var(--primary);

}

#main-menu .menu-item a{
    padding: 19px 0px 6px 20px;
    text-decoration: none;  
    font-size: 0.80rem;
    color:var(--content);
    font-family:"Raleway-SemiBold";
    display: block;
    text-transform: uppercase;
 
  /* box-shadow: 0px 0px 2px 0.30px rgb(139, 139, 139);*/   
    }

#main-menu .navbar-brand{
      background-color: var(--primary);
      width: 100%;
      padding-top:12px;
      }

#main-menu .navbar-brand h5{
      font-family: "Raleway-Bold";
      color: var(--pure-white);
      text-align: center;
      }

#main-menu .navbar-toggler{
      position: absolute;
      top: 20px;
      right:-120px;      
      width: 100%;
      outline: none;
      border:0;
      }

#main-menu .fa{
      padding-right: 30px;
      font-size: 14px;
      }


.menu-nav .menu-item1{
       width: 100%;
       display: block;
       border: 0.5px solid brown;
       border-radius:10px;
       margin-bottom: 10px;
       list-style: none;
       box-shadow: 2px 2px 2px 0.30px rgb(139, 139, 139);

       }

.menu-nav .menu-item1 a:active{
      background-color:var(--tertiary);
      }

#main-menu .menu-item1 a:hover{
  color:#fff;
  font-weight: bold;
}


#main-menu .menu-item1:hover{
  background-color:var(--primary);

}

#main-menu .menu-item1 a{
    padding:12px 0px 6px 20px;
    margin-bottom: 6px;
    text-decoration: none;  
    font-size: 0.70rem;
    color:var(--content);
    font-family:"Raleway-SemiBold";
    display: block;
    text-transform: uppercase;
 
  /* box-shadow: 0px 0px 2px 0.30px rgb(139, 139, 139);*/   
    }
  

 
  /*................ header to side bar css end...........................*/
.online-application{
      display: inline-block;
      width: 100%;
      }

.online-application .main-newloan{
      background-color: var(--tertiary);
      margin:0.625rem auto;
      padding:0 20px;
      height: auto;
      }

.new-loan{
      margin:5px auto;
      display: block;     
      }

.new-loan h5{
      padding: 5px;
      color:var(--primary);
      font-weight: 600;
      font-family:"Raleway-Bold";
      text-align: center;       
      }

.online-application .card{
    height:14rem;
    width:auto;
    margin:1.25rem auto; 
    background-color: var(--secondary);
    box-shadow:0px 2px 3px 3px rgba(136, 13, 109, 0.3);  ;
    }

    .online-application .card:hover{
        box-shadow:0px 2px 3px 3px var(--primary);
    }

.online-application .card-body{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 1rem auto;    
    }

.online-application .card-body .btn{
     border:0;
     background-color: var(--primary);
     border-radius: 10px;
     color: var(--pure-white);
    }

.online-application .card-body img{
     margin-bottom: 15px;
     width:50px;
     }

.online-application .card-body p{
     text-align: center;
     color: var(--content);
     font-family:"Raleway-Bold";
     font-size:0.90rem;
     }

.online-application .card-body .btn:hover{
    background-color:var(--tertiary);
    color: var(--content);
    font-weight: bold;
    border: 2px solid brown;
    }

.official-main{
    display: inline-block;
    background-color: var(--tertiary);
    width: 100%;
    padding:0 20px;
     }


.official-main .card{
    background-color: var(--secondary);
    height:13rem;
    width:auto;
    margin:1.25rem auto;
    box-shadow:0px 2px 3px 3px rgba(136, 13, 109, 0.3);    
}

.official-main .card:hover{
    box-shadow:0px 2px 3px 3px var(--primary);
}

.official-main .card .card-body{
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0.20rem auto;
   
}
.official-main .card-body img{
    width:50px;
    margin-bottom: 0.40rem;
     
}
.official-main .card-body .btn{
    border:0;
    background-color: var(--primary);
    border-radius: 10px;
    color: var(--pure-white);
    margin: 0 auto;
}

.official-main .card-body .btn:hover{
    background-color:var(--tertiary);
    color: var(--content);
    font-weight: bold;
    border: 2px solid brown;
}

.official-main .card .card-body .card-text{
    text-align: center;
    font-family: "Raleway-Bold";
    word-spacing:2px;
    font-size: 0.90rem;

}
.caution{
    width: 100%;
    height: auto;
    margin: 2rem 0 0.80rem 0;
    position: relative;
    border: 1px solid red;
}
.caution-main{
    background-color: var(--tertiary);
    width: 100%; 
    height: auto; 
    padding-bottom: 1.10rem;
 
}
.caution .caution-main .caution-head{
    padding:7px 15px 0px 15px;
    width: auto;
    height: 2.20rem;
    background-color:brown;
    border:1px solid var(--primary);
    border-radius:15px;
    box-shadow: 1px 1px 2px 2px rgb(248, 207, 118) inset;
    position:absolute;   
    top:0px;
    left:50%;
    transform: translate(-50%,-50%);
   
    }

.caution-main .caution-head h5{
    font-family:"Raleway-Bold";
    color:#fff;
    font-size: 0.90em;
   }


.caution-notice{
    padding:0 0.50rem;
    width: auto;
    height: auto;
}
.caution-notice p{
text-align: center;
font-family:"Raleway-SemiBold";
font-size: 0.80rem;
padding-top: 2.20rem;
}

.footer-content{
    background-color: var(--primary);
    width: 100%;
    height:40px;
    margin: 1px auto;
  
}

.footer-content p{
    text-align: center;
    font-size:0.75rem;
    color: var(--content);
    font-family: "raleway-bold";
    color:var(--pure-white) !important;
    padding:0.1rem 0.60rem 0 0.60rem;       
}

.footer-content p .email{
color:#fff;
font-weight:600;
font-size: 0.90rem;
letter-spacing: 0.10rem;
}

/*------------------------------------- Aadhar Validation Form--------------------------------------- */
.aadhar-validation .validation-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0;
    width: 100%;
    border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    border-radius: 6px;
    height: fit-content;
    overflow: hidden;
    position: relative;
    
}
.aadhar-validation .validation-form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}
.aadhar-validation .validation-form::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(119.54deg,#540b0e,#9e2a2b);
    top: 0;
    left: 0;
}
.aadhar-validation .form-input{
    position: relative;
    width: 520px;
    margin: 20px;
}
.aadhar-validation .aadhar-input{
    width: 100%;
    font-size: 18px;
    padding: 15px;
    border-radius: 7px;
    background-color: #FFF;
    border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
}
.aadhar-validation .aadhar-input:focus{
    border: 3px solid var(--primary);
}
.aadhar-validation .aadhar-input::placeholder{
    opacity: 0;
}
.aadhar-validation .aadhar-input:focus::placeholder{
    opacity: 1;
}
.aadhar-validation .aadhar-label{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    z-index: 1;
    color: #540b0e;
}

.aadhar-input:focus + .aadhar-label, .aadhar-input:not(:placeholder-shown) + .aadhar-label{
    top: 0%;
    background-color: #FFF;
    color: #540b0e;
}
.aadhar-validation .robo-label{
    color: #540b0e;
}

.validation-container .submit-button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.validation-container .submit-button input{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 13px 18px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    border: none;
    cursor: pointer;
    background-image: -moz-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -ms-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -o-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -webkit-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: linear-gradient(to left, #9e2a2b, #540b0e);
    border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;   
}
.validation-container .submit-button input:hover {
    background-image: -moz-linear-gradient(to left, #ced4da, #ced4da);
    background-image: -ms-linear-gradient(to left, #ced4da, #ced4da);
    background-image: -o-linear-gradient(to left, #ced4da, #ced4da);
    background-image: -webkit-linear-gradient(to left, #ced4da, #ced4da);
    background-image: linear-gradient(to left, #ced4da, #ced4da);
    border: 2PX solid #000;
    color: #000;  
}
.pmegp-alert {
    position: relative;
    height: fit-content;
    max-height: 550px;
    overflow: scroll;
    background-color: #fff;
    border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    position: fixed;
    z-index: 1;
    top: 8%;    
    width: 70%;
    left: 15%;
    overflow-x: hidden;     
  }
  .pmegp-alert h5{
      padding: 10px 10px;
      border-top: 20px #50a0c0 solid;
      background-color: #b5d5e2;
      text-transform: uppercase;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
  }
  .alert-head{
      margin-left: 10px ;
  }
  .info-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border-radius: 16px;
    margin-right: 10px;
    background-color: #50a0c0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
  .alert-head a{
    background-color: #50a0c0;
    color: #FFF;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
  }
  .alert-head a:hover{
      text-decoration: none;
  } 
  .alert-head a:focus{
      background-color: #dad7d7;
      color: #000000;
      outline: none;
      border: none;
  }
  .toggled-div h6{
      background-color: #ececec;
      margin: 0;
      padding: 5px 10px;
      margin-top: 10px;
      font-weight: bold;     
  }
  .toggled-div ol{
      padding: 10px 20px;
      margin: 0px 0px 10px 10px;
      font-size: 14px;
      
  }
  .toggled-div li{
      line-height: 25px;
      font-weight: 600;
  }
  .alert-closebtn {
    position: sticky;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    bottom: 1%;
    left: 46%;
    color: #FFF;
    background-color: #50a0c0;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
  }
  .alert-closebtn:hover {
    background-color: #dad7d7;
    color: #000000;
  }
  .toggled-div:not(#div1) {
    display: none;
}
.checkbox-form{
    display:flex;
}
#robot{
    margin: 6px 6px 0 15px;
}
.consent{
    margin:0 auto;
    display:block;
  }  
  .consent p, .consent details{
    display:inline;
    font-size: 14px;
    font-weight: 600;
  }
  
  .consent details {
    position:relative;
  }
  .consent summary {
    display:block;
    cursor: pointer;
    color: #b9360c;
  }
  .consent summary:focus {
    outline:none;
  }
  details[open] {
    display:block;
    padding-bottom:25px;
    animation: open .2s linear;
  }
  details[open] summary {
    position:absolute;
    bottom: 0;
    left:0;
  }
  
  details #open:after{
      display: inline-block;
      position:relative;
      top: -3px;
      padding-left: 8px;
      content: "\00bb";
      transform: rotate(90deg);
  }
  details[open] #open{
      display:none;
    }
  details #close{
      display:none;
    }
  details[open] #close{
      display:block;
    }
  
  ::-webkit-details-marker {
      display: none;
    }
  @keyframes open {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  /*------------------------------------- Aadhar Validation Form Top Menu --------------------------------------- */



 .ftco-navbar-light {
     z-index: 5;
    padding: 0;
    height: 45px;
    margin-bottom: 20px;
    background-image: -moz-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -ms-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -o-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: -webkit-linear-gradient(to left, #9e2a2b, #540b0e);
    background-image: linear-gradient(to left, #9e2a2b, #540b0e);
    
    
     
 }

 #ftco-ul{
     padding:0 0.90em;
 }

#ftco-ul .nav-item{
    letter-spacing: 1px;
    border-right: 1px solid #FFF;
    height: 40px;
}

#ftco-ul .nav-item .nav-link{
    padding:1em 0.8em;   
    width:auto;
   text-decoration: none;
   font-size:11px;
   font-weight:bold;
   color: #FFF;
   text-transform: uppercase;
}
.nav-item .dropdown-menu{
    border: 1px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    border-left: 4px solid #540b0e;
    padding: 0;
}
.nav-item .dropdown-item{
    font-size: 12px;
    height: 40px;
    border-bottom: 1px solid #dad7d7;
    padding: 10px 30px;
    font-weight: bold;
}
.nav-item .dropdown-item:hover{
    background-color: #ced4da;
    color: #000;
}
#ftco-ul .nav-item .nav-link:hover{
        background-color: #ced4da;
        color: #000;          
}
#ftco-navbar .emi{
        padding:10px;
        font-weight: bold;
        background-color: #ba181b;
        border-radius: 0px 20px 0px 20px;
        border: 1PX solid #FFF;   
}
#ftco-navbar .emi a{
        text-decoration: none;
        font-size: 13px;
        color: #FFF;          
}
#ftco-navbar .emi:hover{
        color: #000;
        font-weight: bold;
        cursor: pointer;
        background-color: #540b0e;
}
    

    /* svg{
        width: 100%;
        shape-rendering: geometricPrecision;
    }
    .btn-grey-red-svg path {
        fill: #dbdbdb;
    }
    .btn-grey-red-svg path:hover{
        fill: #930010;    
    }
    .btn-grey-red-svg.active path {
        fill: #930010;
    }
    .btn-grey-red-svg.active text{
        fill: #FFF;
    }
    .btn-grey-red-svg text:hover{
        fill: #FFF;
    } */
    /* --------------------------------NewLoanForm--------------------------------------- */
    .Main-form .form-title{
        text-align: center;
        background-color: #ececec;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-weight: 1000;
        padding: 5px;
        margin-bottom: 15px;
        font-size: 18px;
        color: #540b0e;
    }
    .Main-form .personal{
        margin: 0 45px 0 45px;
    }
    .Main-form .row{
        margin-bottom: 12px;
    }
    .Main-form .fix-head{
        font-weight: bold;
    }
    .form-control{
    width: 100%;
    font-size: 15px;
    border-radius: 7px;
    background-color: #FFF;
    border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    }

     .Main-form .numbering{
        font-size: 0.5em;
        font-weight: bold;
        color: #540b0e; 
    }
    .Main-form .head-name{
        font-size: 1em;
        font-weight:bolder;
        color: #540b0e;
    
    }
    .Main-form .head-name1{
        font-size: 0.7em;
        font-weight: bold;
        color: #540b0e;
    }
    .Main-form .head-name-25{
        font-size: 0.85em;
        font-weight: bold;
        color: #540b0e;
      
    }

    .Main-form .head-name2{
        font-size: 0.93em;
        font-weight:600;
        color: #9e2a2b;
        
    }

    hr{
    border:2px solid #540b0e;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    }
    .capital-head{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .capital{
        margin-bottom: 10px;
    }
    .capital input::placeholder{
        font-size: 15px;
    }
    .capital input{
        width: 270px;
    }
    .submission{
        display: flex;
        justify-content: center;
    }
    .submission a{
        padding: 10px 15px;
        border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    margin: 10px;
    border-radius: 10px;
    background-color: #540b0e;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;

    }

    .submission a:hover{
        background-color: #9e2a2b;
        color: #FFF;
        font-weight:700;
        transform: scale(1.1);
        border:1px solid #540b0e;
    }


    .district{
        width: 100%;
        height: 36px;
        min-height: 36px;
        font-weight: 600;
        text-transform:uppercase;
        background-color: #540b0e;
        color: #fff;
        border: 2px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    border-radius: 10px;
    }

    .district:hover{
        background-color: #9e2a2b;
        color: #FFF;
        font-weight:700;
        border:1px solid #540b0e;
    }
    .help-link{
        cursor: help;
    }
    .help-link i{
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 16px;
        background-color: #540b0e;
        color: #ffffff;
    }
    .tooltip-inner {
        background-color: #540b0e !important;
        color: #fff;
        max-width: 500px;
        padding: 10px;
        line-height: 25px; 
    }
    .checkbox{
        margin-right: 10px;
    }
    .checkbox-text{
        font-size: 13px; 
        font-weight: 600; 
        line-height: 25px;
    }

    /*------------------------------------Emi calculator Css -------------------------------*/

    .calculator{
        width: 100%;
        text-align: center;
        border: 1px solid transparent;
        box-shadow:0 0 5px 5px inset rgba(58, 4, 4, 0.2); 
        border-radius:15px;
        margin: 10px;
        padding: 10px;
        background-color: #FFF;
    }

    .calculator H3{
        text-align: center;
        width: 60%;
        max-width: 60%;
        font-weight: bold;
        font-family:"Raleway-Bold";
        color: #ffffff;
        background-color:#540b0e;
        margin: 30px auto;
        border-radius:50px;
        border: 1px solid transparent;
        box-shadow: inset 0 0 2px 2px  rgb(221, 220, 220);
        padding: 10px;
        text-shadow:1px 1px #000;  
        text-transform: uppercase;  
    }
   .tenureBlock{
       width: 100%;
       display: block;
       margin: 10px auto;
       
   }
   #tenure{
       width:200px;
       padding:5px;
   }
   .calculator .form2{
       display: flex;
       justify-content:space-evenly;
       margin: 10px;
   }

   .calculator .form2 .right, .middle, .left{
       width:280px;
       max-width: 280px;
       height: 110px;
       background-color:fff;
       color: #540b0e;
       border: 1px solid grey;
        box-shadow: 3px 4px 4px  rgb(173, 173, 173);
      margin-right: 10px;
       border-radius:10px;
       padding: 10px;
       font-family:"Raleway-Bold";
       font-weight:500;
   }
   .loanBlock{
       width: 100%;        
       padding: 15px;
           
         }

         .loanBlock .loanAmount{
           
             font-size: 20px;
             font-family:"Raleway-Bold";
             color: #540b0e;
             float:left;
            
         }

         .loanBlock input{
             width:100%;
             padding:5px;
             text-align: center;
             border: 1px solid grey;
            box-shadow: 2px 3px 3px  rgb(173, 173, 173);
            border-radius: 10px;
            font-size: 20px;
            font-family:"Raleway-Bold";
            background-color: #fff;
            color:#540b0e;

         }

        #tenure{
            width:100%;
            padding:5px;
            text-align: center;
            border: 1px solid grey;
            box-shadow: 2px 3px 3px  rgb(173, 173, 173);
           border-radius: 10px;
           font-weight: bold;
           font-size: 20px;
           color: #540b0e;
           font-family:"Raleway-Bold";
           background-color:  #fff
        }

        .btn-calc{
            background-color: #540b0e;
            width: 100px;
            max-width: 100px;
            color: #fff;
            padding: 10px;
            margin: 15px auto;
            font-weight: bold;
            border: 0 solid transparent;
            border-radius: 10px;
            cursor: pointer;

        }
        .btn-calc:hover{
            background-color: #f8cb95;
            color: #000;
        }
        #EMICapt{
            font-weight: 600;
            font-size:24px;
        }
        #EMICapts{
            font-weight: 600;
            font-size:24px;
        }
        #EMICaptss{
            font-weight: 600;
            font-size:24px;
        }
        .note{
            width: 100%;
            display: block;
            margin: 20px auto;
        }
        .note h4{
            text-decoration: underline;
            text-align: center;
            font-family:"Raleway-SemiBold";   
            color: #540b0e;         
        }
        .note p{
            display:block;
            padding: 0;
            margin-top: 0;
            color: #540b0e;
            margin-bottom: 10px;
        }
/* ---------------------------------------------FAQ------------------------------------------ */
.accordion-section{
    padding: 0px 20px;
}
.accordion-option {
    width: 100%;
    float: left;
    clear: both;
  } 
  .accordion-option .title {
    font-size: 28px;
    font-weight: bold;
    float: left;
    color: #540b0e;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 20px 20px rgb(0 0 0 / 15%);
    margin-bottom: 10px;
  } 
  .accordion-option .toggle-accordion {
    float: right;
    font-size: 15px;
    background-color: #540b0e;
    color: #FFF;
    border: 1px solid #540b0e;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 10px;
  } 
  .accordion-option .toggle-accordion:before {
    content: "Collapse All";
  } 
  .accordion-option .toggle-accordion.active:before {
    content: "Expand All";
  }
.card{
    margin-bottom: 10px;
    border-radius: 10px;
}
.card>.card-header {
    border: 2px solid #dad7d7;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .card>.card-header a {
    display: block;
    padding: 15px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }
  .card>.card-header a:hover{
    background-color: #540b0e;
    color: #FFF;
  }
  .card>.card-header a:after {      
    content: "";
    position: relative;
    top: 1px;
    display: block;
    font-family:"Raleway-SemiBold";
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;    
  }
  .card>.card-header a[aria-expanded="true"] {
    background-color: #540b0e;
    color: #FFF;    
  }
  .card>.card-header a[aria-expanded="true"]:after{
    content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 25px;
    font-weight: bold;
  }
  .card>.card-header a[aria-expanded="false"]:after {
    content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 25px;
    font-weight: bold;
  }
  .card .head-body{
      font-size: 15px;
      font-weight: 300;
    border: 1px solid #dad7d7;
    -webkit-box-shadow: 0px 5px 5px #dad7d7;
	-moz-box-shadow: 0px 5px 5px #dad7d7;
	box-shadow: 0px 5px 5px #dad7d7;
    border-radius: 0px 0px 10px 10px;
  }
  .head-body .margin-faq{
    line-height: 25px;
  }
  .head-body .margin-faq p{
      text-align: center;   
  }
 /* ------------------------BankHome-------------------------- */

 .dashboard{
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
     padding: 20px;
     
 }
 .dashboard .dashboardSection{
     margin: 20px;
     width: 350px;
     height: 150px;
     background-color: #FFF;
     border: 2px solid #dad7d7;
     -webkit-box-shadow: 0px 5px 5px #dad7d7;
     -moz-box-shadow: 0px 5px 5px #dad7d7;
     box-shadow: 0px 5px 5px #dad7d7;
 }
 .dashboard .dashboardSection h5{
     font-size: 16px;
     padding: 10px 0px;
     letter-spacing: 1px;
     text-align: center;
     font-weight: bold;
     text-transform: uppercase;
 }
 .dashboard .dashboardSection p{
     text-align: center;
     font-size: 38px;
     font-weight: bolder;
 }
 .dashboardSection .moreInfo{
     text-align: center;
     background-color: #f5f5f5;
     padding: 3px;
     width: 100%;    
 }
 .dashboardSection .moreInfo a{
    color: #666;
    text-decoration: none;
     
 }
 .dashboardSection .moreInfo:hover{
     background-color: #540b0e;
 }
 .dashboardSection .moreInfo:hover a{
     color: #FFF;
 }
  