	.container {
			max-width : 100% !important;
		}	
		.logo img {
			    top: 2px !important;
		}
		.header-signup a:hover {
			border: 2px solid black;
			color : black;
    		background: transparent;	
		}
		.header-wrapper {
			position : relative;
			padding-bottom : 150px;
		}
		
		ul.header-signup-menu a {
			color : black !important;
		}
		
		.header-top1 {
			background-color : black !important;
			border-bottom : unset !important;
		}
		
		.header-top1 ul li ul {
			background-color : rgb(36, 177, 246);
		}
		
		#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
			    font-size: 14px !important;
		}
		
		.fixedheader {
			background-color: #fff;
    		width: 100%;
		}
		
		@media screen and (max-width: 768px) and (min-width: 100px) {
			.header-wrapper {
				padding-bottom : unset;
			}
		}