﻿
.top-menu {
    display: none;
}

.title-heading {
    display: none !important;
}

.body-content{
    background:white;
}



@media screen and (max-width: 1030px) {
    footer {
        display: block;
    }
    .m-signup-btn {
        display: block !important;
        position: fixed;
        right: 16px;
        top: 14px;
        font-size: 15px;
        font-weight: 600;
    }

    .top-side-menu svg {
        fill: var(--black);
    }
    .main-header {
        display: block;
        position: fixed;
        border-bottom: none;
        height: 50px;
        box-shadow: none !important;
    }

        .main-header .logo {
            display: block;
            width: 100%;
          
        }

            .main-header .logo img {
                padding: 10px 0px;
                margin-top: 0px;
                max-height: 45px;
                padding-top: 0px;
            }

    .back-btn img,
    .h-notify img {
        filter: brightness(0%);
    }

    .m-w-100{
        width:100%;
    }

    .h-notify {
        right: 10px;
    }

    #demo {
        top: 51px;
    }

    .m-search-btn {
        float: right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url('../Images/searchbar-icon.png');
        width: 37px;
        height: 25px;
        background-position: right;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
        filter: brightness(0%);
        z-index: 1000;
    }

    body{
    padding-bottom: 37px;
  }
}

