.date:hover {
    background: #724d27 !important;
    color: white !important;
}

#sendToWhatsApp {
    transition: all 0.5s ease-in-out;
}

#sendToWhatsApp:hover {
    background-image: unset !important;
}

@media(max-width:800px) {
    .search-box input::placeholder {
        font-size: 20px;
    }

    .search-box {


        width: 90%;
    }


    .search-imgmod {
        width: 27px;
    }


}


@media(max-width:370px) {

    .search-box {


        width: 96%;
    }

    .search-box input {
        padding: 30px 4px;
    }




}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #333; */
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}

@media(max-width:600px) {
    .height-low {
        min-height: 100vh !important;

    }
}

#st-2 {
    top: 306px !important;
}

#st-2 .st-btn {
    display: flex !important;
}

@media (max-width:1024px) {
    #st-2 {
        left: unset !important;
        right: 0 !important;
        width: 50px !important;
    }

}

.st-toggle {
    display: none !important;
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #5c3c1c !important;
}

.demo_btn button {
    padding: 8px 0;
    width: 180px;
    border-radius: 36px;
    background: white;
    margin-right: 30px;
    border: none;
    transition: all 0.5s ease-in-out;
}

.demo_btn button:hover {
    background-color: black;
    color: white;
    transform: scale(1.1);
}

#sendToWhatsApp {
    transition: all 0.5s ease-in-out;
}

#sendToWhatsApp:hover {
    background-image: unset !important;
}
.whatsapp-btn{
    transition: all 0.5s ease-in-out;
}
.whatsapp-btn:hover {
    background: #876341 !important;
    opacity: unset;
    color: white;
}

.whatsapp-btn a{
    transition: all 0.5s ease-in-out;
}
.whatsapp-btn:hover a {
    color: white !important;
}
.table-sum{
    
    overflow-x: scroll;
}