/*----------------------Added by Swati - Start------------------------------------*/

.suggestion-box {
        position:absolute;
        width:100%;
        background:#fff;
        border:1px solid #ddd;
        z-index:9999;
        display:none;
        max-height:200px;
        overflow-y:auto;
    }
    .suggestion-item {
        padding:8px 12px;
        cursor:pointer;
        color: black;
    }
    .suggestion-item:hover { background:#f0f0f0; }

/*---------------------Added by Swati - End-------------------------------------*/

/* Footer New Start */

.footer-area{
    background-color: #1a1a1a;
    padding: 80px 0px;
}

.food-top-head h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.fllow-us h5 a {
    font-size: 12px;
    color: #ccc;
    background-color: #000;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.fllow-us ul{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.fllow-us ul li a{
    background-color: #353535;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.fllow-us ul li a i {
    font-size: 14px;
    color: #fff;
}

.fllow-us ul li a:hover i{
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
}

.fllow-us ul li a:hover .fa-facebook-f {
    background-color: #4c67a1;
}

.fllow-us ul li a:hover .fa-twitter {
    background-color: #55acee;
}

.fllow-us ul li a:hover .fa-youtube {
    background-color: #de2925;
}

.fllow-us ul li a:hover .fa-linkedin-in {
    background-color: #1b86bd;
}

.fllow-us ul li a:hover .fa-instagram {
    background-image: radial-gradient(circle at 23% 84%, #f9ed32, #f8d939 5%, #f5a54d 17%, #f0536c 33%, #ee2a7b 40%, #9e2aa7 56%, #5b2acd 72%, #2a2ae8 85%, #0b2af9 95%, #002aff);
}

.company ul li a {
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: 300;
}

.company ul li a:hover{
    color: chocolate;
}

.company ul li a img{
    margin-right: 10px;
}

.secure-payments img{
    margin-bottom: 15px;
}

/* Footer New End */