/*************************
 Find my Space
*************************/

.product-color{
    color:#0F6BF2;
}

.bg-product-color{
    color:#0F6BF2;
}

.logo-header{
    height: 80px !important;
}

#logo_img{
    max-height: 150px;
}

.footer.footer-topbar img#logo-footer {
    height: 50px;
    margin-bottom: 5px;
}

.mega-menu .menu-logo {
    padding: 0px 0 0px;
}


.simple-banner{
    padding-top: 0px !important;
}

.product-icon{
    height: 60px;
}
.product-detail{
    font-weight: normal;
    text-align: justify;
}

@media (max-width: 991px){
    .mega-menu .menu-logo {
        padding: 0px 0 !important;
    }

    #logo_img{
        max-height: 100px !important;
    }
}