.btn_rech {
    display: initial;
}
.btnsearch {
text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    top: 82px;
    width: 0%;
    min-width: 60px;
    height: 60px;
    float: right;
    right: 30px;
transition:0.2s;

}
.btnsearch:hover {
    text-decoration: none;
}
.btnsearch .fa-search {
   color:#005e20;
   display: block;
    font-size: 22px;
    text-decoration: none !important;
       cursor: pointer;
transition:0.2s;
}
.fa-search:before {
    content: "\f002";
}
.searchdiv {
   position: relative;
    width: 500px;
    transition: 0.05s ease all;
display: none;
    transition-delay: 0.1s;
opacity: 0;

}
.searchdivblock {
    display: block;
    transition-delay: 0.05s;
    z-index: 999999;
    opacity: 1;
    width: 500px;
    min-width: 60px;
    height: 60px;
    float: right;
    right: 70px;
    top: -5px;
}
.btnsearchnone {
display: none;
}
.fixed-header-shrink .searchdiv.searchdivblock {
    top: -30px;
}
@media screen and (max-width:768px) {
.btnsearch {
top:30px;
right:30px;
}
.searchdivblock {
    right: 0px;
    top: 25px;
    /* width: 100% !important; */
    display: block;
    transition-delay: 0.05s;
    z-index: 999999;
    opacity: 1;
    width: 250px;
    min-width: 60px;
    height: 60px;
    float: right;
    /* right: 70px; */
    /* top: -5px; */
}














