@import url("font-awesome.min.css");
@import url("predefind-classes.css");
@import url("header.css");
@import url("jquery.dataTables.min.css");
@import url("about-us.css");
@import url("facility.css");
@import url("site-global.css");
@import url("lightbox.css");
@import url("jquery.fancybox.min.css");
@import url("footer.css");



/*  floating div */


.sticky-container a{
    margin-top: 10px;
    border:1px solid #d76311;
    color: #202020;
    background-color: #fff;
    width:120px;
    font-size: 14px;
}
.sticky-container a:hover{
    margin-top: 10px;
    border:1px solid #d76311;
    color: #202020;
    background-color: #ed873e;
  
}
/*==== Carousel section Css Code.====*/
.carousel-inner img{
    width: 100%;
}


.loanlist {
    border: 1px soild #fff;
    
}
.loanlist li{
    padding:8px;
}
.elogo{
    background-color: #dcb779; 
    padding: 3px;
    border-radius: 5px;
}
#carousel-bottom-strip
{
    text-align: center;
    padding: 5px 0px;
    
    background-color: rgb(243, 207, 159);
}

#carousel-bottom-strip a
{
    color: #fff;
    font-weight: bold;
    font-size:13px;
}
.stabs{
    background-color: #e2672b;
    padding: 5px;
    margin-right:2px;
    border-radius:10px;
    width:196px;
}
#carousel-bottom-strip .service {padding: 6px 0px;
   
}
#carousel-bottom-strip .service .title{padding:1px 0px 0px 5px; text-align:justify;}

@media(max-width:992px)
{
    #carousel-bottom-strip .service{padding: 10px 0px !important;}
    
}

@media(max-width:768px)
{
.carousel-inner img{
    width: 100%;

}

    #carousel-bottom-strip .service img{float: right;}
    #carousel-bottom-strip .service .title{text-align: justify;}
    #carousel-bottom-strip .service .title a{padding-left: 20px } 

   
}
@media(max-width:600px)
{
   .sticky-container{
    display: none;
   }

  .carousel-inner img{
    width: 100%;
    height: 100%;
}
}


/*==== Product Schemes section Css Code.====*/

#products-schemes .product
{
    margin-top: 10px;
    padding: 10px; 
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px #888;
    border-radius: 10px;
    height:370px;
    text-align: center;
    /* width:300px; */
    background-color: rgb(243, 207, 159);
}
#products-schemes{
    background-color: #e5e4e4;
}

#products-schemes .product h4
{
    text-align: left;
    padding-top: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 20px;
}

#products-schemes a:hover h4{color: #000;}

.list li{
    margin-top:18px;
    margin-bottom: 20px;
    /* list-style: disc; */
    /* margin-left: 5px; */
    color:#202020;
}
.list {
    margin-bottom: 15px;
    font-size: 15px;
    
}
.btn-know{
    color: #fff;
    background-color: #e2672b;
    border: none;
    padding: 7px 14px;
 
}
.btn-know:hover{
    background-color: #e2672b;
    color: #fff;
    border: none;
}
/*==== Recents Update Section Css Code.====*/

#recent-update .title
{
    padding: 2px;
    text-align: center;
    color: #fff;
}
.title h3{
    font-size: 20px;
}
#recent-update .notice
{
    padding: 4px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    margin-left:14px;
}
.notice h3{
    font-size: 17px;
    text-transform: capitalize !important;
    
}


/*==== Deposit Schemes Section Css Code.====*/
.dimg{
    width:150px;
    border-radius: 10px;
}
#deposit-schemes p{
    text-align: justify;
    line-height: 1.5;
    margin-top: 10px;
    padding: 5px;
}
.btn-scheme{
    padding: 8px 14px !important;
    font-size: 15px !important;
    line-height: 1.1 !important;
    border-radius: 12px !important;
    background-color: #e2672b !important;
    border: none !important;
}

#deposit-schemes .schemes
{
    margin: 15px auto;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 2px 4px #888;

background-color: rgb(243, 207, 159);
border-radius: 5px;
width:300px;
}
.bg-deposit-schemes{
    background-color: #e5e4e4;
}
#deposit-schemes .schemes h4
{
    text-align: center;
    font-weight: bolder;
    padding: 10px;
 
}

#deposit-schemes a:hover h4{color: #000;}


/*==== Loan Schemes Section Css Code.====*/

#loan-schemes .schemes
{
    margin-top: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 5px #888;
    border-radius: 10px;
    height:405px;
    padding: 12px;
    /* width:300px; */
    background-color: rgb(243, 207, 159);
   

}
#loan-schemes .loanlist li{
 
    background-color: rgb(243, 207, 159);
    font-size: 13px;
    text-align: center;
    border:  1px solid rgb(240, 230, 210);
    font-weight: bold;
}
#loan-schemes .loanlist li:hover{
  color:#000
}

#loan-schemes .schemes h4
{
    text-align: center;
    font-weight: bolder;
    padding: 10px;
    
}
#loan-schemes img{
    width:150px;
}


#loan-schemes a:hover h4{color: #000;}

.schemes img{
    border-radius: 10px;
}

/*==== Mail Pages Section Css Code.====*/

#mail
{
    text-align: center;
}
#mail img
{
    padding: 20px 0px;
}

#mail h3
{
    color: #833610;
    font-weight: bolder;
    margin-bottom: 20px;
}

#mail p
{
    color: #833610;
    font-weight: bolder;
    margin-bottom: 5px;
}

#mail .home
{
    margin-top:20px;
}
#mail .home a:hover{
    color: #833610;
    transition: 0.5s;
}



