/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 19 2024 | 03:00:34 */
.eye-icon{
	padding:6px 16px !important; 
	width:fit-content !important;
	border-radius:50% !important;
	left:50% !important;
	transform: translate(-50%, -0%) !important;
	
}
.quick-response{
	height:fit-content !important;
	padding:11px 7px !important;
	border-radius:50% ; 
}
.mbNull p{
	margin-bottom:0 !important ;
}
.header-section {
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
      overflow-y: scroll; 
}
.call-button a {
	box-shadow: 0 1px 5px rgba(0,0,0,.7);
	 position: relative;
      top: 0;
      transition: top 0.3s ease-in-out;
}


.call-button a:hover {
      top: -10px; 
		box-shadow: none;
    }
.mb-null .mb-null div p {
	margin-bottom:0 !important ;
}

/* navbar  */

.elementor-nav-menu--dropdown{
	background-color: transparent !important ;
}
.menuOpenStateDiv {
 position:fixed ;
	left: 0 !important ;
	width:100% !important ; 
	height: 100vh !important;
    width: 100vw !important;
	background-color: rgba(0, 0, 0, 0.7); 
    
    top: 0px;
	padding-top:70px !important ;
		
}
.menutoogle{
	display:flex;
	justify-content:flex-end;
	align-items:flex-end;
	margin-right: 0px !important ;
}

.elementor-nav-menu ul {
		background-color:transparent !important ;
 
	color:blue  !important;
}

.elementor-nav-menu li{
	background-color:transparent !important ;  
		color:blue !important;
}
.elementor-nav-menu li a{
	background-color:transparent !important ;  
		color:blue !important;
	font-size:18px ;
}
.elementor-menu-toggle__icon--close{
	fill: white !important;
	margin-right:15px ;
}
