@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;500;700&display=swap');


body{
font-family: 'Raleway', sans-serif;
}

.header{
    background-color: #333333;
    color: white;
}

.header img{
    max-width: 150px;
padding-top: 15px;
padding-bottom: 15px;
}

.start_icons p{
text-align: center;
font-weight: 300;
font-size: 15px;
padding-bottom: 30px;
padding-top: 20px;
}


.start_icons img{
    margin: 0 auto;
    max-height: 200px;
    text-align: center;
}

.sellerhelp {
        padding-top: 20px;
}
.sellerhelp a{
    color: white;

}

.panel-heading{
    background: white !important;
    border: none;
}

.panel-default{
    border: none;
    box-shadow: none;
}

.panel-default>.panel-heading {
color: #333;
background-color: #f5f5f5;
border-color: #ddd;
padding-bottom: 20px;
padding-top: 20px;
    border-bottom: 0.3px solid black;
}

.sidebar{
    background-color: #b6b6b617;
    padding: 30px;
    border-radius: 5px;
}

.paiger{
    margin-top: 30px;
    margin-bottom: 40px;
    min-height: 800px;
}

.rel-to-category{
    font-size: 16px;
}

.category-list{
    list-style: none;
    padding-left: 15px;
}

.category-list li{
    margin-bottom: 15px;
    }
.main-paiger{
    padding-right: 30px;
}

.main_list{
    list-style: none;
    padding-left: 0;
    
}

.main_list  li{
margin-bottom: 0px;
padding: 10px 5px;
/* background-color: #b6b6b617; */
border-radius: 5px;
    
}


.main_list h6 {
    font-size: 14px;
font-weight: 600;
color: #666;
}
.main_list ul li a{
    font-size: 16px;
}

.hone{
    margin-top: 0px;
}

.main-link{
    font-size: 10px;
    color: #999;
}