@media all and (max-width: 920px) {
    .header-fluid {
        background: #ffffff;
        padding: 5px;
    }
    .header-fluid .navbar-light .navbar-nav .nav-item:nth-last-child(1) {
        border: 0px solid white;
        margin-left: 0;
    }
    .header-fluid .navbar-light .navbar-collapse {
        background: #f3f3f3;
        position: fixed;
        left: -100%;
        width: 80%;
        top: 0;
        height: 100vh;
        padding: 30px 20px 20px 0px;
        -webkit-transition: 1s;
        transition: 0.5s;
        transition-duration: 1s;
        z-index: 999;
        display: block !important;
    }
    .header-fluid .navbar .navbar-brand img {
        max-width: 150px;
        height: auto;
        display: none;
    }
    .header-fluid .navbar {
        justify-content: start;
    }
    .header-fluid .navbar-light .navbar-collapse.active {
        left: 0;
        -webkit-transition: 1s;
        transition: 0.5s;
        transition-duration: 1s;
        z-index: 999;
    }
    .backhround-screen.active {
        display: block;
        background: #00000070;
        width: 100%;
        height: 100vh;
        z-index: 99;
        position: absolute;
    }
    .footer-fluid {
        padding: 40px 0px 0px 0px
    }
    .footer-fluid .footer-main {
        flex-direction: column;
    }
    .footer-fluid .card-part {
        margin-bottom: 30px;
    }
    .footer-fluid .card-part .heading {
        margin-bottom: 10px;
        margin-top: 0px;
    }
    .copyright-fluid .main-section {
        flex-direction: column;
        align-items: flex-start;
    }
    .aboutus-fluid .content-part.without-image {
        width: 100%;
        margin: 0px auto;
    }
    .aboutus-fluid .content-part h1 {
        font-size: 3.2rem;
        line-height: 4.4rem;
    }
    .aboutus-fluid {
        padding: 30px 0px;
    }
    .aboutus-fluid .image-part {
        margin-bottom: 30px;
    }
    .hero-fluid .hero-main {
        height: calc(100vh - 50px);
        padding-bottom: 50px;
        align-items: center;
        flex-direction: column;
    }
    .logo-part {
        display: block;
    }
    .logo-part img {
        width: 250px;
        padding-top: 50px;
    }
    .hero-fluid .form-part {
        display: none;
    }
    .hero-fluid .content-part {
        display: none;
    }
    .hero-fluid .monile-login {
        display: block;
    }
    .hero-fluid {
        background-image: url(../img/mob-bg.png);
    }
    .aboutus-fluid .image-part img {
        width: 100%;
    }
    .footer-fluid .card-part .mobile-responsive-hide {
        padding-bottom: 20px;
    }
    .hero-fluid .monile-login p a {
        color: rgba(0, 0, 0, 1);
        font-weight: 500;
        text-decoration: underline;
        margin-left: 10px;
    }
}

@media all and (max-width: 520px) {
    .hero-fluid {
        background-image: url(../img/mob-bg.png);
    }
}