@media only screen and (max-height: 1000px) {
    footer {
        position: relative;
        bottom: 0px;
        width: 100%;
    }
}

@media only screen and (max-width: 440px) {
    .table-responsive>.table>tbody>tr>td {
        font-size: 14px!important;
        padding: 13px 0;
    }
}

@media only screen and (max-width: 600px) { 
    
    .mobile-toggles{
        display: flex;
        align-items: center;
    }
    
    .mobile-toggles .mobile-notification i{
        font-size: 28px;
    }
    
    header .menu-area{
        position: absolute;
        right: 0;
        flex-direction: column;
        background: rgb(29 64 128 / 50%);
        width: calc(100vw - 30px);
        z-index: 1000;
        margin: 15px;
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #fff;
        border-radius: 10px;
        backdrop-filter: blur(10px);
        gap: 10px;
    }
    
    header .menu-area .menu-item{
        width: 100%;
        text-align: left;
        border-bottom: 1px solid rgb(255 255 255 / 50%);
        padding-bottom: 10px;
    }
    
    header .menu-area .account-wrap{
        width: 100%;
    }
    
    header .menu-area .account-wrap .content{
        text-align: left;
        padding-left: 0;
    }
    
    .desktop-notification{
        display: none !important;
    }
    
    .navbar-toggler{
        padding: 8px;
        border-radius: 4px;
    }
    
    .navbar-toggler-icon{
        height: 32px;
        width: 32px;
    }
    
    .member-welcome{
        font-size: 24px;
        margin-top: 48px;
    }
    
    .member-total-balance-wrap > h3{
        font-size: 16px !important;
    }
    
    .member-total-balance{
        width: 270px;
        height: 90px;
        font-size: 36px;
    }
    
    .au-task-list-wrap{
        margin-top: 80px;
    }
    
    .au-task-list{
        padding-left: 20px;
        padding-right: 20px;
    }

    .quick-action-wrap {
        margin-top: 48px;
        margin-bottom: 30px;
    }
    
    .au-task-list-wrap .swiper-button-prev {
        left: 30px;
        transform: translateY(20px);
    }
    
    .au-task-list-wrap .swiper-button-next {
        right: 30px;
        transform: translateY(20px);
    }
    
    footer {
        position: relative;
        bottom: 0px;
        width: 100%;
    }
    
    .foo-bot .footer-left{
        justify-content: center;
        margin-bottom: 90px;
    }
    
    .foo-bot .footer-right p{
        text-align: center;
    }

    #convert_modal_btn {
        bottom: 7px;
        margin: 0!important;
    }

    .au-btn-plus {
        width: 120px!important
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .slider-area .slider-content h2 {
        font-size: 80px;
    }


}

@media only screen and (max-width: 733px) {
    .slider-area .slider-content h2 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 733px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .slider-area .slider-content h2 {
        font-size: 90px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .slider-area .slider-content h2 {
        font-size: 120px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .slider-area .slider-content h2 {
        font-size: 150px;
    }
}