
.blu {
	color:blue;
}

.quick-search-form #quick-search-input {
	padding: 12px 20px;
    text-overflow: ellipsis;
}

#quick-search-form {
    display: flex;
}

button {
	border: 0;
    font-size: inherit;
    font-family: inherit;
    color: #262626;
    background: lightgray;
    padding: 13px 26px;
    cursor:pointer;
}

.listItem {
    padding: 8px;
}

.quick-search-form .contentTitle {
 margin: 0;
  border:0;
}
 .search-results-blocks {
    position: absolute;
    top: inherit !important;
    width:60% !important;
}

.quick-search-form #buttonClick img {
    height: 20px;
    width: 20px;
    vertical-align: bottom;
    position: static;
    filter: brightness(1);}
    
    
    
.quick-search-form #buttonClick{
    padding: 13px 12px;
    border: none;
    background: #e90029;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 768px) {
    .mainDiv {
        width: 94%;
        padding-left: 18px;
    }
}