 /*NAV Header CSS*/
     
     .nav_header_title {
	     
	     background-color: #3498db;
	     text-align: center;
	     text-decoration: none !important;
	      color: white !important;
	     font-size: 15px !important;
	     
	     border: none !important;
	     
	     padding: 10px 0px;
	     margin-bottom: 10px;
	     
	    
     }
     
     .nav_header_title a{
	     
	     color: white !important;
	     font-size: 15px !important;
	     font-weight: bold;
	     border: none !important;
	      
	     
     }
     
     
    .list-unstyled {
	    
	    padding-right: 0px !important;
	    
    }
    

	.header .mega-menu .equal-height-list h3,
	.header .mega-menu .equal-height-list li a{
		
		border-bottom: none !important;
	}
	
	.equal-height-in{
		
		padding-top: 0px !important;
		margin-top: -4px;
	}
	
	
	.header .mega-menu .mega-menu-content{
		
		padding: 0px !important;
		
	}
	
	.mega-menu-content .container{
		
		padding: 0px;	
		
	}
	
	.header .dropdown-menu{
		
		border-top: solid 1px #1371af;
	}
	
	
	@media (max-width: 768px){
		
		
		.header .mega-menu .equal-height-in{
			
			margin-top: 20px !important; 
		}
	}

