@media all and (max-width: 1180px) {
  .mobilelogin-fluid {
    display: block;
  }
}
@media all and (max-width: 920px) {
  header {
    display: none !important;
  }
  .header-fluid {
    background: #fff;
    padding: 5px;
  }
  .header-fluid .navbar-light .navbar-nav .nav-item:last-child {
    border: 0 solid #fff;
    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 0;
    -webkit-transition: 1s;
    transition: 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: 1s;
    z-index: 999;
  }
  .backhround-screen.active {
    display: block;
    background: #00000070;
    width: 100%;
    height: 100vh;
    z-index: 99;
    position: absolute;
  }
  .footer-fluid {
    padding: 40px 0 0;
  }
  .footer-fluid .footer-main {
    flex-direction: column;
  }
  .aboutus-fluid .image-part,
  .footer-fluid .card-part {
    margin-bottom: 30px;
  }
  .footer-fluid .card-part .heading {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .aboutus-fluid .content-part.without-image {
    width: 100%;
    margin: 0 auto;
  }
  .aboutus-fluid .content-part h1 {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
  .aboutus-fluid {
    padding: 30px 0;
  }
  .hero-fluid .hero-main {
    height: calc(100vh - 50px);
    padding-bottom: 50px;
    align-items: center;
    flex-direction: column;
  }
  .hero-fluid .monile-login,
  .logo-part {
    display: block;
  }
  .logo-part img {
    width: 250px;
    padding-top: 50px;
  }
  .hero-fluid .content-part,
  .hero-fluid .form-part {
    display: none;
  }
  .hero-fluid {
    padding: 15px 15px;
  }
  .aboutus-fluid .image-part img,
  .melee-fluid .main-order > li:last-child,
  .melee-fluid .main-order > li:nth-last-child(2) {
    width: 100%;
  }
  .footer-fluid .card-part .mobile-responsive-hide {
    padding-bottom: 20px;
  }
  .hero-fluid .monile-login p a {
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    margin-left: 10px;
  }
  .card-fluid .main-section {
    padding: 20px 0;
    background: 0 0;
  }
  .card-fluid .card-part,
  .story-fluid a {
    background: #fff;
  }
  .card-fluid {
    padding: 0;
  }
  .sharestory-fluid,
  .story-fluid {
    padding: 20px 0;
  }
  .story-fluid a {
    padding: 10px 20px;
    display: inline-block;
    border: 1px solid #48195c;
    color: #48195c;
    border-radius: 50px;
    gap: 10px;
    font-size: 1.8rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .sharestory-fluid .main-section {
    border-radius: 10px;
    padding: 10px;
    width: 100%;
  }
  .iczPsf {
    padding: 10px !important;
  }
  .sharestory-fluid .heading h2 {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .melee-fluid {
    padding: 30px 0;
    margin-top: 80px;
  }
  .melee-fluid .main-order > li {
    margin-bottom: 5px;
  }
  .melee-fluid .main-section {
    padding: 0;
    background: rgb(251 251 251 / 0%);
    border-radius: 0;
  }
  .melee-fluid .main-order .card-part .right-part {
    width: 80%;
  }
  .melee-fluid .main-order .card-part .left-part {
    width: 20%;
  }
  .melee-fluid .main-order .card-part .right-part ul::-webkit-scrollbar {
    height: 0;
  }
  .melee-fluid .main-order .card-part .right-part ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  .melee-fluid .main-order .card-part {
    padding: 10px;
  }
  .melee-fluid .main-order .card-part .left-part p {
    font-size: 1.6rem;
  }
  .love-banner-wraper .love-banner-inner {
    flex-wrap: wrap;
    height: auto;
  }
  .love-banner-wraper .love-banner-inner .love-banner-inner-items {
    width: 48%;
    margin: 1%;
  }
  .love-banner-wraper .love-banner-inner .love-banner-content .heading h4 {
    font-size: 18px;
  }
  .love-banner-wraper .love-banner-inner .love-banner-content .landing-btn {
    height: 40px;
    font-size: 16px;
  }
  .nav-item.dropdown .dropdown-menu {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 520px) {
  .copyright-fluid .main-section ul {
    flex-direction: column;
  }
  .copyright-fluid .main-section a {
    color: #fff;
    font-size: 1.6rem;
    margin: 0 5px;
  }
  .card-fluid .card-part {
    height: 300px;
  }
  .melee-fluid .main-order .card-part .right-part ul li span {
    bottom: 15px;
    font-size: 2rem;
  }
  .love-banner-wraper .love-banner-inner .love-banner-inner-items {
    margin-bottom: 15px;
    width: 100%;
  }
}
