@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: 100vh;
    padding-bottom: 20px;
    align-items: center;
    flex-direction: column;
    justify-content: end;
    -webkit-align-items: flex-end;
    -webkit-justify-content: flex-end;
  }
  .logo-part {
    display: block;
  }
  .logo-part img {
    width: 200px;
    padding-top: 50px;
  }
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid .content-part {
    text-align: center;
  }
  .hero-fluid .hero-main .content-part h1 {
    font-size: 3.2rem;
  }
  .hero-fluid .hero-main .content-part p {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .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: rgb(255 255 255);
    font-weight: 500;
    text-decoration: underline;
    margin-left: 10px;
  }
  .toparrow {
    top: auto;
    bottom: 20px;
  }
  .internal-fluid .main-section .srach-link ul {
    align-items: baseline;
    justify-content: space-between;
    flex-direction: column;
  }
  .internal-fluid .main-section .srach-link ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .internal-fluid .main-section .srach-link ul li:nth-last-child(1) {
    margin-bottom: 0px;
  }
  .internal-fluid .main-section .srach-link ul li a .fa {
    margin-left: 30px;
    float: right;
    font-size: 24px;
    font-weight: 600;
  }
  .internal-fluid .main-section {
    height: 100%;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    margin-top: 35vh;
    display: inline-block;
    border-radius: 4px;
    padding: 50px 20px;
  }
}

@media all and (max-width: 520px) {
  .hero-fluid {
    background-image: url(../img/mob-bg.png);
    padding: 0px;
    background-position: top;
  }
  .internal-fluid {
    background-image: url(../img/internal-bg.png);
  }
}
