/* IMAGE ENHANCER */
body {
    image-resolution: inherit;
    image-resolution: initial;
    image-resolution: revert;
    image-resolution: revert-layer;
    image-resolution: unset;
    font-family: sans-serif;
}

body img {
    image-resolution: from-image;
    image-resolution: 300dpi;
    image-resolution: from-image 300dpi;
    image-resolution: 300dpi snap;
}


/* SCROLL TO TOP */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
background: #EE7C7C;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: all .4s ease;
    display: none;
    border-radius: 50%;
    transition: all .4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}


/* SCROLLBAR SETTING */
::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    /* border-radius: 5px; */
}


::-webkit-scrollbar-thumb {
    background: #E60000;
    /* border-radius: 5px; */
}


/* FILTER CARD */

.index-card {
    min-height: 30rem;
    font-family: sans-serif;
}

.index-card .nav-tabs a {
    color: #C17E6A;
}

.index-card .nav-tabs a.active {
    color: #CE0002;
}

.index-card .tab-a-link {
    color: #1f1d1d;
    padding-left: 1%;
    padding-right: 1%;
    /* line-height: 50px; */
    text-decoration: none;
}

.index-card .tab-a-link:hover {
    color: #CE0002;
}

@media (max-width:425px) {
    .index-card {
        min-height: 20rem;
        font-family: sans-serif;
    }

    .option-box-main {
        padding: 0;
    }

    .option-box-main .container-min {
        padding: 5% !important;
        margin: 0 !important;
    }

    .option-box-main h6 {
        font-size: small;
    }

    .option-box-main h3 {
        font-size: large;
    }

    .index-card .nav-tabs li {
        width: fit-content;
    }

    .index-card .nav-tabs a {
        font-size: smaller;
        padding: 2px 5px;
    }

    .index-card .tab-a-link {
        font-size: smaller;
    }
}

/*  */

.accrodion-grp input[type=checkbox] {
    display: inline-block!important;
}

footer{
    position: relative;
    z-index: 500;
}