.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #ffffff !important;
}

@media (max-width: 480px) {
	
	.mobilebanner {
		height: 160px !important;
	}
	
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	
	.imgcustom {
		width: 100% !important;
		padding-bottom: 35px !important;
	}
	
	.text-6 {
		font-size: 1.2em !important;
	}

	
}


