/* CSS Document */


.enquiry2 {
    position: fixed;
    right: 0;
    top: 290px;
	z-index: 9999999999;
}



#sidebar2 ul li  {
   padding:0em;
}
#sidebar2 ul li  {
    color: #000;
	font-weight:bold; 
    list-style-type:disc;
	line-height:2em;
	font-size:1.1em;
}
#sidebar2 ul li a {
    color: #000!important;
	font-weight:bold;   
	    
}

 
#sidebar2 h2{
padding:1em;
font-size:18px; 
font-weight:bold; 
border-bottom:2px solid #000;
color:#000000;
}

#sidebar2
{
		width: 340px;
		height:680px;
		overflow:scroll;
		z-index:9999999999;
		background: #FFFFFF;
		border-right:3px solid #ffffff;
		border-radius:7px;
		padding:0 20px;
		transition: all 0.5s;
	     display:none;  
	}
	.site_map {
        right: -20px;
        background: #be1818;
        width: 106px;
        BORDER-RADIUS: 5PX;
        /* height: 25px; */
        padding: 10px;
        /* -webkit-transform: rotate(270deg); */
        transform: rotate(90deg);
        position: absolute;
         z-index: 9999999999;
        top: 20%;
        text-decoration: none;
        font-size: 18px;
         visibility:hidden; 
    
    }
    .site_map a {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration:none !important;
    }
    
    .whatweoffer {
        left: -35px;
        background: #be1818;
        width: 154px;
        BORDER-RADIUS: 5PX;
        /* height: 25px; */
        padding: 10px;
        /* -webkit-transform: rotate(270deg); */
        transform: rotate(-90deg);
        position: absolute;
        z-index: 9999999999;
        top:25%;
        text-decoration: none;
        font-size: 18px;
      visibility: hidden;  
    
    }
    .whatweoffer a {
    color: #ffffff !important;
    font-weight: bold !important;
    text-decoration:none !important;
    }
    
    .footer2{
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        padding: 15px;
        margin-top: 2px;
        margin-bottom: 2px;
        display:none;  
    
    }
    .footer2 a{
       color: rgb(0, 0, 0);
       font-size: 13px;
    }
    .footer2 a:hover{
        color:#fa1414;
        text-decoration: underline;
     }