.header{
    background: #fc9403;
    height: 60px;
}
.page-heading{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;   
    padding-top: 15px;
}

.page-heading-w{
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: -35px 0 0 60px;
    float: left;
}

.user-profile{
    float: right;
    border-radius: 80%;
    margin: 5px 10px;
}
.menu
{
    margin:10px 0 0 10px;
}
.menu-profile
{
    margin:10px;
    border-radius: 50%;
    font-size:35px;
    color:#ffffff;
    background-color: #FDAD33; 
    float: right;
    border: 1px solid #ffffff;
    padding: 2px;
    width: 40px;
    height: 40px;
}
.little-sub-button{
    float: left;
    font-size: 10px;
    color: #fff;
    background: #fc9403;
    border-radius: 30px;
    border: none;
    padding: 5px;
    margin-left: 5px;
    width: 80px;
}
.shop-border{
    border: 2px solid #FDAD33;
    border-radius: 60px;
    margin: 10px 0;
    width: 95%;
    font-weight: normal;
    padding: 7px;
}
.Sub-heading{
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}
.heading{
    display: block;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.shop{
    background: #D2CFCF;
    border-radius: 60px;
    margin: 15px 0;
    width: 100%;
    float:left;
}
.shop-img{
    float: left;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    /*margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -20px;*/
    margin:10px;
}
.shop-type{
    margin-top: 13px;
    font-size: 10px;
}
.shop-Id{
   font-size: 10px;
}
.fild-img{
    float: left;
    width: 25px;
}
.fild-one
{
    float: left;
    width: 100%;
    border:1px solid red;
    margin:0;
}
.column {
  float: left;
  width: 33%;
  padding: 5px;
}
.dash-icon{
    height: 80px; 
    width: 80px; 
    object-fit: contain;
}
.dash-back
{
    font-size: 24px;
    color: #ffffff;
    float: left;
    width: 48px;
    margin:22px 0 0 10px;
}
.dash-back:hover
{
    color: #000000;
}