
li {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: bold;
}
.categ-wrapper {
    display: flex;
    align-items: center;
}
.custom-searchbar input {
    border: 1px solid #F7F7F7;
    padding: 12px 30px 12px 20px;
    border-radius: 13px;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 400;
}
.custom-searchbar input:focus {
    outline: 2px solid #E2E2E2;
}
.custom-searchbar span {
    position: absolute;
    margin-left: -40px;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
}
.catego-wrapper .buying-categories ul li{
    font-weight: 500;
    /* padding: 8px 12px; */
    color: #060912;
}
.catego-wrapper .buying-categories ul li a{
    padding: 8px 12px;
    display: block;
}
.catego-wrapper .buying-categories ul li.active {
    /* color: #060912; */
    color: #fff;
    background-color: #5EAE84 ;
    border-radius: 12px;
}
.catego-wrapper .buying-categories ul li.active a:hover{
    color: #fff;
}
.category-question {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 12px 16px 12px 0px;
    transition: background-color 0.3s ease, background-image 0.3s ease ,color 0.1s ease;
    border-radius: 12px;
}
.question-anser-wrapper{
    border-radius: 12px;
}
.question-anser-wrapper:hover{
    background-color: #5EAE84;
    background-repeat: no-repeat;
    color: #fff;
    /* padding-left: 16px; */
    background-position: center right 16px;
    background-image: url(../../images/arrow-right-svgrepo-com.svg);
}

.support-contact-us-btn{
    background-color: #060912;
    border-radius: 16px;
    padding: 12px 16px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px ;
    display: block;
    max-width: 170px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.support-contact-us-btn:hover{
    text-decoration: none;
    color: #fff;
}

ul li a:hover{
    color: black;
}
h5 a:hover{
    color: #5EAE84
}
.category-question a:hover{
color: #fff;
}

.search-card{
    position: fixed;
    z-index: 9;
    background-color: #fff;
    border: 2px solid #f1f1f1f1;
    border-radius: 12px;
    padding: 20px 10px;
    width: 42%;
}