
@media (min-width: 1200px) {
    .hero-section, 
    .feature-section {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hero-section, 
    .feature-section {
        display: block !important;
    }
    .main-banner {
        display: none !important;
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .flex-container {
        margin-right: 30px;
    }
}



@media (min-width:768px) and (max-width:991px) {

    .hero-section p {
        max-width: 500px;
    }
    .feature-box {
        margin-top: 30px;
    }
    .hero-section h1 {
        font-size: 44px;
    }
}

@media (min-width:576px) and (max-width:767px) {

    .hero-section h3 {
        max-width: 400px;
    }
    .hero-section h1 {
        font-size: 36px;
        max-width: 370px;
    }
    .hero-section p {
        max-width: 390px;
    }
}

@media (max-width: 991px) {

    .login-img {
        display: none;
    }

    .why-plus img {
        width: 100%;
        margin-bottom: 30px;
    }

    .feature-box {
        margin-top: 33px;
    }
    .footer {
        text-align: center;
    }
    .key-points ul li h5 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .card-custom {
        flex-direction: column;
        text-align: center;
      }

      .logo-box {
        margin-bottom: 20px;
      }

      .last-updated {
        margin-top: 10px;
      }

    .feature-box p {
        margin: 0;
        font-weight: bold;
        font-size: 25px;
    }

    .wishlist-form {
        width: 100%;
        float: left;
        display: grid;
    }

    .wishlist-section {
        padding: 0;
    }
    .wishlist-panel {
        padding: 30px;
    }

    .feature-content {
        margin-top: 0;
    }

    .header {
        width: 100%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    
    .header img {
        display: block;
        margin: 10px auto;
    }
    
    .points {
        text-align: center;
        margin-top: 10px;
    }

    .card-input {
        margin-bottom: 15px !important;
    }
    
}

@media (max-width: 575px) {

    .wallet-section .d-flex {
        flex-direction: column;
        align-items: center;
        justify-content: center; 
        text-align: center;
    }

    .wallet-section .wallet-panel,
    .wallet-section .text-end {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; 
        justify-content: center; 
    }

    .wallet-section .text-end h5,
    .wallet-section .wallet-panel h5 {
        margin-bottom: 10px;
    }

    .wallet-section img {
        margin-bottom: 10px;
    }

    .d-flex.justify-content-between {
        display: block !important;
    }

    .form-panel button {
        margin-top: 0;
    }

    .feature-content {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .hero-section h3 {
        max-width: 400px;
    }

    .hero-section h1 {
        font-size: 36px;
        max-width: 370px;
    }

    .hero-section p {
        max-width: 390px;
    }

    .hero-section {
        height: auto;
    }

    .wallet-section {
        margin-bottom: 20px;
        text-align: center;
        float: left;
        width: 100%;
    }

    .wallet-section h5 {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 30px;
    }

    .d-flex img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .d-flex.justify-content-between.my-3.mt-4 button {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 10px;
    }

    .marketing-banner {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }
}