body{
    padding:0%;
}
#navbar-R{
     /* border: 1px solid black;  */
    height: 70px;
    width: 90%;
    display: flex;
    position: absolute;
    margin-top: -100px;
    margin-left: 60px;
   
}
.first-div{
    height: 100%;
    flex: 3;
    /* border: 1px solid red; */
    display: flex;
    padding-left: 90px;
}
.second-div{
    height: 100%;
    flex: 7;
    /* border:1px solid green; */
    display: flex;
    padding-left: 100px;
    
}
/* .first-div>div{
     border: 1px solid royalblue; 
} */
 .dunzo-img{
    height: 60%;
    width: 60%;
    margin-left: 20px;
    margin-top: 10px;
} 
.dunzo-img:hover{
    cursor: pointer;
}
.location-div{
    width: 45%;
    display: flex;
}
#location-icon{
    height: 20%;
    width: 28%;
    margin-top: 32px;
    margin-left: 30px;
}
.location-tag{
    margin-left: 10px;
    font-size: 16px;
    font-family: sans-serif;
    margin-top: 24px;
    
}
.location-div:hover{
    cursor: pointer;
}
.partners-div{
     height: 100%;width: 20%; /*border: 1px solid blue; */
}
.business-div{
     height: 100%;width: 20%;/* border: 1px solid green; */
}
.search-div{
    height: 70%;width: 10%;/*border: 1px solid rgb(146, 14, 146);*/margin-left: 20px;padding-bottom: 10px;
}
.cart-div{
    height: 70%;width: 10%;/*border: 1px solid rgb(168, 114, 12);*/margin-left: 20px;padding-bottom: 10px;
}
.signin-div{
    height: 100%;width: 18%;/*border: 1px solid rgb(29, 8, 85)*/;
}
#search-icon{
   
    height: 15px;width: 40px;margin-top: 19px;
    margin-bottom: 1px;margin-left: 25px;
    /* border: 1px solid rgb(29, 8, 85) */
    
    
}
.partners-div>p{
    margin-top: 26px;font-family: sans-serif;font-size: 17px;
}
.business-div>p{
    margin-top: 26px;font-family: sans-serif;font-size: 17px;
}
.search-div>p{
    font-size: 18px;margin-left: 30px;
    margin-bottom: 90px;
}
.cart-div>p{
    font-size: 18px;margin-left: 10px;
}
#cart-icon{
    height: 15px;width: 40px;margin-top: 19px;
    margin-bottom: 1px;margin-left: 1px;
    
}
#signIn-button{
    color: rgb(244, 247, 247);background-color:rgb(0,210,144);height: 35px;width: 70px;
    margin:23px 0px 0px 50px;border-radius: 25px;border: 1px solid white;
    font-weight: bolder;
}
.Hover-class:hover{
    color: aqua;cursor: pointer;
}