/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 4 May, 2021, 8:13:56 PM
    Author     : abbho
*/
.img_banner{
    width: 100%;
    height:400px;
    position: relative;
    top:100px;
    
}
.img_banner img{
    
    display: inline-block;
    width: 100%;
    height: 100%;
}

#leftmenu_main{
    float:left;
    margin-left: 10px;
    list-style-type:none;
    z-index: 999;
    padding:10px;
    margin-top: 0px;
    display: block;
    
    height:100px;
    
}

.headr {
    background-color: #092d8d;
    margin-right: -10px;
    margin-left: -10px;
    color: #FFF; 
    line-height: 36px;
    height: 36px; 
    font-size: 15px; 
    font-weight: 400;
    padding: 0px 10px;
}

.leftmenu{
    height: 37px;
    width: 275px;
    margin-top: 1px;
    background-color: #e9f3ec;
   
}

.leftmenu-box{
    display: block;
    z-index: -1;
}

ul.sideNavs { 
    list-style: none; 
    margin: 0; 
    padding: 0; 
    margin-left: 20px;
    
    
}

ul.sideNavs li {
    margin-bottom: 4px; 
    
}



ul.sideNavs li a { 
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    display: block;
    color: #333; 
    border-bottom: 1px solid #CCC;
    padding: 0px 10px; 
    height: 36px; 
    line-height: 36px; 
    background-color: #F3F3F3;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    
}

ul.sideNavs li.active a {
    background-color: #F3F3F3;
    color: #7bb823;
}

ul.sideNavs li a:hover { 
    background-color: #F3F3F3; 
    color: #7bb823; 
}