@media screen and (min-width: 1024px) and (max-height: 1310px) {
    /* Laptop */
    .navbar
    {
    	background-color: rgba(68, 138, 255, 0.5);
    	background-image: url(../images/breadcrumb-bg.jpg);
    }
    .nav-link.active
    {
    	color: white !important;
    }
    .nav-item i
    {
    	color: #035199; 
    }
    .nav-link
    {
    	color: #035199;
    	font-weight: bold;
    }
    .navbar a.dropdown-item 
    {
    	color: black;
    	font-weight: bold;
    }
    .card label {
	    font-size: .8571em;
	    margin-bottom: 5px;
	    color: black;
	}
	.form-group label
	{
	   font-size: 16px;
	}
	.headingh4 h4
	{
	    margin: 10px;
	    font-weight: 500;
	}
	a.nav-link {
    font-size: 18px;
    color: white;
	}
	.navbar-light .navbar-nav .nav-link {
     color: white;
}
	
    
}

@media screen and (min-width: 320px) and (max-height: 1310px) {
    /* Laptop */
    .navbar
    {
    	background-image: url(../images/breadcrumb-bg.jpg);
    }
	.nav-link.active
    {
    	color: white !important;
    }
    .nav-item i
    {
    	color: #035199; 
    }
    .nav-link
    {
    	color: #035199;
    	font-weight: bold;
    }
    .navbar a.dropdown-item 
    {
    	color: black;
    	font-weight: bold;
    }
    .card label {
	    font-size: .8571em;
	    margin-bottom: 5px;
	    color: black;
	}
	.form-group label
	{
	   font-size: 16px;
	}
	.headingh4 h4
	{
	    margin: 10px;
	    font-weight: 500;
	}
	a.nav-link {
    font-size: 18px;
    color: white;
	}
	.navbar-light .navbar-nav .nav-link {
     color: white;
}
	
    
}
@media (min-width: 576px)
{
	.modal-dialog 
	{
    max-width: 1220px;
    margin: 1.875rem auto;
	}
}

.navbar-header {
    background: white;
    border-radius: 4px;
}
