header .logo {
    padding: 5px 0;
}

a:hover {
    color: #9F78FF;
}

.header-logo-image {
    width: 210px;
    height: 100%;
    object-fit: contain;

}

.float {
    position: fixed;
    padding-left: 15px;
    bottom: 40px;
    left: 40px;
    color: green;
    border-radius: 20px;
    text-align: center;
    font-size: 40px;
    z-index: 100;
}

.float span {
    font-size: 20px !important;
}


.m-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px !important;
    z-index: 100;
}

.blog_item_img {
    height: 300px;
}

.card-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.product-detail-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
