/* CSS Document */


.enquiry1 {
    position: fixed;
    right: 0;
    top: 215px;
	z-index: 9999999999;
}



<!--/whatweoffer-->
#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: -31px;
    background: #8c0e0e;

    width: 106px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 14px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(90deg);
    position: absolute;
     z-index: 9999999999;
    top:20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
	 visibility:hidden; 

}
.site_map a {
color: #000;
font-weight: bold;
}

.whatweoffer {
 left: -57px;
     background: #8c0e0e;

    width: 154px;
    BORDER-RADIUS: 5PX;
    /* height: 25px; */
    padding: 9px 0px 7px 4px;
    /* -webkit-transform: rotate(270deg); */
    transform: rotate(-90deg);
    position: absolute;
     z-index: 9999999999;
    top:20%;
    text-decoration: none;
    box-shadow: 1px 1px 5px #000;
    font-size: 20px;
  visibility: hidden;  

}
.whatweoffer a {
color: #000;
font-weight: bold;
}

.sitemenu1 li {
margin-left:6em;
line-height:35px;
font-size:15px!important;
    list-style: square!important;
}
.sitemenu li {
margin-left:4em;
line-height:35px;
font-size:18px;
list-style:disc;
}
.sitemenu li a {
color:#000;
text-decoration:none;
}

.sitemenu  {
padding:0;}/* CSS Document *//* CSS Document */




.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.popup-box {
    width: 400px;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    position: relative;
}

.popup-title {
    text-align: center;
    margin-bottom: 15px;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 24px;
    cursor: pointer;
}

.form-group {
    margin-bottom: 12px;
}

.form-row {
    display: flex;
    gap: 10px;
}

.form-half {
    width: 50%;
}

input, textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.submit {
    width: 100%;
    padding: 10px;
    background: #0077cc;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.submit:hover {
    background: #005fa3;
}