@media (max-width: 767px) {

    .thank-container,
    .container-confirm,
    .select-container,
    .payment-list-container,
    .city-container {
        min-height: 70vh;
    }

    .head-label {
        font-size: 20px;
    }

    .otp-input {
        width: 34px;
        height: 38px;
    }
    .main-label-data{
    margin-top:5px !important;
    margin-bottom: 5px !important;
}
.main-subscription-dt {
        overflow: auto;
        height: 47vh !important;
    }

    .sub-containers {
        height: 76vh;
    }

}

@media (min-width: 300px) and (max-width: 566px) {
    .main-subscription-dt {
        overflow: auto;
        height: 43vh !important;
    }
      .sub-containers {
        height: 76vh;
    }

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

    .thank-container,
    .container-confirm,
    .select-container,
    .payment-list-container,
    .city-container {
        min-height: 75vh;
    }

    .select-card {
        background: #fff;
        width: 100%;
        max-width: 80% !important;

    }
     .state-chose .chosen-select{
padding:10px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 14px;
    }
}




@media (max-width: 480px) {
    .payment-thank-card {
        padding: 30px 20px;
    }

    .payment-thank-summary p {
        font-size: 0.9rem;
    }
}

@media(max-width: 480px) {
    .otp-input {
        width: 34px;
        height: 38px;
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .btn-verify-now {
        width: 96% !important;
    }

    .login-card {
        padding: 25px 20px;

    }

    .select-card .justify-content-end {
        justify-content: center !important;
    }

    .select-card {
        max-width: 100% !important;
        padding: 25px 15px;
        border-radius: 15px;
    }

    .main-subscription-dt {
        overflow: auto;
        height: 40vh;
    }

    .sub-container {
        margin-bottom: 0rem !important
    }

    .sub-container .justify-content-end {
        justify-content: center !important;
    }

    .pay-btn {
        width: 96%;
        margin-top: 20px;

    }
    .sub-containers{
        height:70vh;
    }

    .state-chose .chosen-select{
padding:10px 12px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    font-size: 14px;
    }
}

@media (max-width: 480px) {
    .login-card img {
        width: 60px;

        margin-bottom: 15px;
    }

    .login-card h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }



}
@media (max-width: 411px) {
.otp-input {
    width: 35px !important;
    height: 40px !important;
}
}

@media (max-width: 480px) {
    .confirm-card {
        padding: 25px 20px;
    }

    .plan-details li {
        font-size: 0.9rem;
    }
}

.dropdown-menu[data-bs-popper] {
    top: 50px;
}