@media (max-width: 567px) {
    .topbar{
        position: relative;
    }
    .hamburger{
        display: block;
    }
    .topbar-content {
        display: none;
        text-align: center;
        position: absolute;
        top: 100%;
        right: 0;
        width: 100%;
        background: #fff;
        padding: 20px 0;
        border: 1px solid #eee;
    }
    .topbar-right{
        justify-content: center;
        margin-top: 10px;
    }
    .banner-content h1{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }
    .footer-content{
        flex-direction: column;
        gap: 20px;
    }
    .banner-with-range{
        flex-direction: column;
        gap: 30px;
    }
    .banner-content a{
        padding: 12px 30px;
        font-size: 20px;
        width: 100%;
    }
    .btn_confirm{
        padding: 12px 30px;
        font-size: 20px;
        width: 100%;
    }

    .banner-content{
        padding: 50px 0;
    }
    #slider-value{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .logo h4{
        display: none;
    }
    .bank-details-buttons a{
        padding: 12px 10px;
        font-size: 15px;
    }
    .bank-details-buttons{
        margin: 15px;
    }
    .bank-details span{
        font-size: 12px;
    }
    .bank-details span:nth-child(2){
        font-size: 13px;
    }
    .bank-details{
        margin: 0 10px;
    }
    /* .bank-details-buttons a{
        padding: 12px 10px;
        font-size: 15px;
    } */
    .btn_correct{
        padding: 12px 10px;
        font-size: 15px;
    }
    /* .bank-details-buttons{
        margin: 15px;
    }
    .bank-details span{
        font-size: 12px;
    }
    .bank-details span:nth-child(2){
        font-size: 13px;
    }
    .bank-details{
        margin: 0 10px;
    } */
    /* .bank-details {
        flex-wrap: nowrap; 
        margin: 0 10px;
        justify-content: space-between;
    } */

    /* .bank-details span {
        font-size: 12px;
        margin-right: 10px;
        flex: 0 0 auto; 
    }

    .bank-details input {
        font-size: 16px !important; 
        flex: 0 0 auto;
        min-width: 150px;
        width: 50%;
    } */
}

@media only screen and (max-width: 767px) and (min-width: 568px) {
    .topbar{
        flex-direction: column;
        gap: 10px;
    }
    .hamburger{
        display: block;
    }
    .topbar-content{
        display: none;
        text-align: center;
    }
    .topbar-right{
        justify-content: center;
        margin-top: 10px;
    }
    .banner-content h1{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
    }
    .footer-content{
        flex-direction: column;
        gap: 20px;
    }
    .banner-with-range{
        flex-direction: column;
        gap: 30px;
    }
    .banner-content a{
        padding: 12px 30px;
        font-size: 20px;
        width: 100%;
    }
    .banner-content{
        padding: 50px 0;
    }
    #slider-value{
        font-size: 40px;
        margin-bottom: 20px;
    }   
    .popup-table-header span{
        font-size: 12px;
        padding: 0px 9px;
    }
}

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

@media only screen and (max-width: 990px) and (min-width: 769px) {  
     
}

@media only screen and (max-width: 1024px) and (min-width: 991px) {
	
}

@media only screen and (max-width: 1600px) and (min-width: 1025px) {
    .popup-block-right{
        padding: 30px;
    }   
}