 .search{
    position:relative;
}

.search_result{
    background: #FFF;
    border: 1px #ccc solid;
    width: 100%;
    border-radius: 0px;
    max-height:2000px;
    overflow-y:scroll;
    display:none;
}

.search_result li{
    list-style: none;
    padding: 5px 10px;
    margin: 0 0 0 -40px;
    color:#141213;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
    transition:0.3s;
}

.search_result li a{
    
  
  color:#3F322F;
    
}


.search_result li:hover{
    background:#DCCCB8 ;
}