.mobile-header-right{
    float: right;
    }
    
    .mobile-red-div{
    background-color: #C4161C;;
    }
    .sidepanel {
    width: 0;
    /* position: fixed; */
    /* z-index: 16; */
    /* height: 100vh; */
    top: 0;
    left: 0;
    background-color: #ffff;
    overflow-x: hidden;
    transition: 0.5s;
    }
    
    .sidepanel a {
    text-decoration: none;
    font-size: 1vw;
    font-weight: 400;
    color: #0074B2;
    display: block;
    transition: fast;
    }
    
    .sidepanel .closebtn {
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 4vw;
    z-index: 17;
    }
    
    .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    border: none;
    }
    
    .openbtn:hover {
    background-color: #C4161C;
    }
    
    .open-cat {
    font-family: 'Poppins';
    font-size: 1vw;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffff;
    color: #000;
    list-style: none;
    border: none;
    }
    
    /* .open-cat:hover {
    color: #C4161C;
    }*/
    
    .Categories {
    color: #C4161C;
    border-bottom: 1px solid #C4161C;
    }
    
    /*------------------search bar with mic-----------*/
    
    .search-form{
    
    position: relative;
    }
    
    .search-form .fa-search{
    
    position: absolute;
    top:2vw;
    right: 16vw;
    color: #000;
    font-size: 20px;
    }
    
    .search-form span{
    
    position: absolute;
    right: 7vw;
    top: 1vw;
    color: #C4161C;
    font-size: 20px;
    
    
    
    }
    
    .search-left-pan{
    padding-left: 7px;
    }
    
    .search-left-pan i{
    
    padding-left: 10px;
    }
    
    .search-form-input{
    color: #C4C5C4;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    align-items: center;
    width: 70vw;
    text-indent: 5px;
    background: #FAFAFA;
    border-radius: 13.0971px;
    }
    
    .search-form-input:focus{
    box-shadow: none;
    border:none;
    }