@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: 120px;
    height: auto;
  }
  .header-fluid .navbar-light .navbar-collapse.active {
    left: 0;
    -webkit-transition: 1s;
    transition: 0.5s;
    transition-duration: 1s;
    z-index: 999;
  }
  .hero-fluid .heading-part h1 {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.4rem;
    color: #4f5a6b;
  }
  .header-fluid .navbar-light .navbar-nav .nav-item {
    margin-left: 0px;
  }
  .header-fluid .navbar-light .navbar-nav .nav-item.active .nav-link {
    border-bottom: 0px solid #253f68;
  }
  .download-fluid .content-part h3 {
    font-size: 2.4rem;
    text-align: center;
  }
  .download-fluid .content-part p {
    text-align: center;
  }
  .download-fluid {
    padding-top: 50px;
    padding-bottom: 120px;
  }

  .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;
    text-align: center;
    flex-direction: column;
  }
  .copyright-fluid .main-section .left-part {
    margin-bottom: 10px;
  }
  .copyright-fluid .main-section .left-part ul li:nth-last-child(1) {
    margin-right: 0px;
  }
  .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 80px 0px;
  }
  .aboutus-fluid .image-part {
    margin-bottom: 30px;
  }
  .hero-fluid .hero-main {
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
    min-height: calc(85vh - 100px);
  }
  .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;
  }
  .aboutus-fluid .main-section p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    width: 100%;
  }
  .download-fluid .content-part {
    margin-top: 30px;
  }
  .download-fluid .content-part ul {
    justify-content: center;
  }
}

@media all and (max-width: 520px) {
  .hero-fluid {
    background-image: url(../img/mob-bg.png);
  }
  .download-fluid .content-part ul {
    justify-content: space-between;
  }
}
