.uc-araboc-faqs .button.t849__trigger-button {
    text-align: right;
}


.area-search-form {
    width: 100%;
    height: 85px;
    border-radius: 80px;
    background-color: #ffffff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 10px 10px 20px 1px rgba(199, 199, 199, 0.1);
    margin: auto;
    padding:20px;
    box-sizing: border-box;                                
}    

.area-search-form .search-query {
    color: #8d8d8d;
    font-size: 15px;
    font-family: "Jost", Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    width: 100%;
    height: 40px;
}

.area-search-form .search-query::placeholder {
    font-size: 15px;
}

.area-search-form .search-query:focus{
    outline: none;
}


.area-search-form .serach_filter_circle_button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #e8b031;
    background-color: #e8b031;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: auto;
}      

.zoom-lense {
    width: 25px;
    height: 25px;
}