
.main-container{
    width: 100%;
    min-height: 50vh;
    padding-right: 0px;
    /*padding: 50px;*/
    padding-left: 50px;
}

.main-overview{
    width: 100%;
    height: 100vh;
    margin-top: 9px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 221px;
}

.main-content{
    width: 100%;
    height: 100vh;

}

.inner-catogry{
    position: relative;
}
/* 
.inner-catogry-heading::before{
    content: "";
    width: 32px;
    border-top: 2px solid #333;
    position: absolute;
    display: inline-block;
    left: 27px;
    top: 32px;
}
.inner-catogry-heading::after{
    width: 18px;
    content: '';
    border-top: 2px solid #333;
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    left: 28px;
    top: 37px;
} */

.sidebar input[type="checkbox"] + label::after {
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    border: solid 1px #eeeeee;
    border-radius: 0;
}

.inner-checkbox{
    padding: 0px 15px;
}

.inner-catogry-heading{
    /* text-align: center; */
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    /* font-size: 14px; */
    /*font-family: 'Jost';*/
    text-transform: uppercase;
    /* font-weight: 700; */
    /*padding-bottom: 6px;*/
    margin-bottom: 0;
    /* position: relative; */
    letter-spacing: 0.1em;
    z-index: 1;
    padding-bottom: 17px;
    padding-top: 12px;
    padding-left:12px;
    padding-right:12px;
    border-bottom:1px solid #F1F1F1;
    transition:all 0.5s;

}

.label-text{
    cursor: pointer;
    /* font-size: 15px; */
    color: #555;
    margin: 0;
    padding-left: 5px;
    /* position: relative; */
    font-weight: normal;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* Content Styling */
.main-content{
    width: 100%;
    height: 65vh;
    /* border: 1px solid red; */
}

.inner-main{
    border:1px solid #F1F1F1;
}


.inner-main-content{
    /* border: 1px solid green; */
    width: 30%;
    height: 60vh;
    margin: 10px;
    border: 2px solid #F1F1F1;
    transition: all 0.3s;
}

.inner-main-content:hover{
    border:2px solid #b28e33;
    transition: all 0.3s;
    cursor:pointer;
    outline:0;
}

.inner-main-content-heading{
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.inner-main-content-pic{
    /* background-image: url('https://www.hazet.de/media/image/25/e8/d4/10001059799bb247da6.jpg');
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; */
    /* background-clip: border-box; */
    /* background-attachment: ; */
}

.inner-main-content-pic img{
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.inner-content-content{
    display: flex;
}

.inner-main-content-heading a{
    text-decoration: none;
    /* text-decoration-line: none; */
    cursor: pointer;
    color: #000;
}


.inner-catogry-heading:hover{
    border:1px solid #b28e33;
    cursor:pointer;
    transition:all 0.5s;
}

