/* new used CSS */
.nav-grid {
    border: none !important;
    position: relative;
}

.nav-grid a,
.nav-grid a {

    padding: 0 !important;
}

.item-img {
    padding: 30px 15px;
    z-index: 200px;
}

.explr {
    background-color: transparent;
    border: none;
    font-size: 1rem;
    color: #fff !important;
    position: absolute;
    bottom: 3rem;

    /* /* bottom: 15%; */
    right: 33%;

}

.description1 {
    background-color: #383d31;

}

.description1 .content {
    margin-bottom: 5px;
}

.description1 .content img {
    height: 6rem;
    width: 6rem;
    margin-bottom: -20px;
}

.description1 .content h1 {
    color: #fff;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.description1 .content h2 {
    color: #fff;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.35em;
    margin: 0;
    padding: 0;
}

.description1 .content hr {
    color: #fff !important;
    width: 18rem;
    border: 1px solid #fff;
    margin: 0;
    opacity: 100% !important;
}


.description1 .row {
    margin: auto;


}

.description1 .card {
    background-color: transparent;
    align-items: center;
    border: none;
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}

.description1 .card-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin: 12px;

}



.description1 .common-white-btn {
    border: 2px solid #fff !important;
    padding: 10px 40px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s ease;
}


.common-white-btn:hover {
    background: #fff;
    color: #383d31;
}

#mobileview {
    display: none;
}

@media screen and (max-width:900px) {

    #mobileview {
        display: none;
    }

    #desktopview {

        /* display: none; */
        ul.nav {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

        .explr {
            font-size: 12px;
            bottom: 2.5rem;
            left: 0px;
        }
    }
}

@media screen and (max-width:540px) {
    .explr {
        background-color: transparent;
        border: none;
        font-size: 3rem;
        color: #fff !important;
        position: absolute;
        bottom: 4.5rem;
        left: 4px;
        /* /* bottom: 15%; */

    }

    .description1 .content h1 {
        font-size: 22px;
        margin: 0;
        padding: 0;
    }

    .description1 .content h2 {
        font-size: 16px;
        letter-spacing: 0.15em;
        margin: 0;
        padding: 0;
    }

    .description1 .content img {
        height: 4rem;
        width: 4rem;
        margin-bottom: -10px;
    }

    .description1 .content hr {
        width: 14rem;
    }
}

.printable-sec {
    padding-bottom: 40px;
}

.printable-sec .full-diver {
    top: 35%;
}


@media only screen and (min-width: 1600px) {

    .printable-sec .full-diver {
        top: 39%;
    }
}

@media only screen and (min-width:1400px) and (max-width: 1599px) {

    .printable-sec .full-diver {
        top: 38%;
    }
}

@media only screen and (max-width: 976px) {

    .printable-sec .full-diver {
        top: 24%;
    }
}
@media only screen and (max-width: 600px) {

    .printable-sec .full-diver {
        top: 12%;
    }
}