.bg-primary{
    background-color: font-family: "Poppins", sans-serif !important!important;
}

.bg-light-blue{
    background-color: aliceblue;
}

.text-d-blue:hover{
    color: #140C40;
}

.list-group-item:hover{
    background-color: #5dbe58;
    cursor: pointer;
}

.list-group-item:hover > a{
    color: #fefefe;
}

.list-item-active{
    background-color: #91d48e;
    color: #0b0b0b;;
}



@media (min-width: 968px) {
    .card-img-container{
        height: 270px;
        width: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-img-container img{
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        object-position: center center;
    }
}

@media (max-width: 968px) {
    .card-img-container{
        height: 250px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card-img-container > img{
        padding: 5px;
        max-height: 100%;
        max-width: 100%;
        object-position: center center;
        object-fit: contain;
    }

}

.product-name{
    color: #073e70;
    font-size: large;
}

.product-name:hover{
    color: #0c1f40;
}

.font-small{
    font-size: small;
}
.font-large{
    font-size: large;
}
.font-larger {
    font-size: larger;
}
@media(min-width:968px){
    .productHeight{
        height: 88vh!important;
    }
}

/*@media (max-width: 767px) {*/
/*    .carousel-item img{*/
/*        height: 40vh;*/
/*        width: auto;*/
/*        object-fit: cover;*/
/*        object-position: center;*/
/*    }*/
/*}*/

p{
    margin: 0 !important;
    padding: 0 !important;
    text-align: justify !important;
}

.submenu li:not(:last-child){
    border-bottom: 2px solid #099384;
}

.banner-area img.banner-image{
    width: 100%;
    height: auto;
    max-height: 90vh;
    object-fit: cover;
    object-position: center center;

}
