@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;
  }
  .hero-fluid .hero-main .content-part p br{
    display: none;
  }
  .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;
  }
  .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 .footer-main {
    flex-direction: column;
  }
  .footer-fluid .card-part .heading {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .copyright-fluid .main-section {
    flex-direction: column;
  }
  .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: 100vh;
    padding-bottom: 50px;
    align-items: end;
    flex-direction: column;
    padding-top: 50px;
    text-align: center;
  }
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid .content-part {
    /* display: none; */
    width: 100%;
  }
  .hero-fluid .monile-login {
    display: block;
  }
}

@media all and (max-width: 420px) 
{
  .hero-fluid .hero-main .content-part h1 {
    font-size: 3.2rem;
  }
}