/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 0px) and (max-width: 755.98px) { 
    .tabs{
        width: 75%;
    }

    .tabs > .nav{
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .icons{
        width: 25%;
    }

    .drower-menu{
        z-index: 999;
    }

    .radio-container{
        margin-bottom: 90px;
    }

    .location-content{
        margin-left: 38px !important;
    }
    .card-space{
        margin-bottom: 16px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .tabs{
        width: 75%;
    }
    
    .tabs > .nav{
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .icons{
        width: 25%;
    }
    .drower-menu{
        z-index: 999;
    }

    .radio-container{
        margin-bottom: 90px;
    }
    .location-content{
        margin-left: 38px !important;
    }

    .card-space{
        margin-bottom: 16px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-menu{
        display: block !important;
        position: relative !important;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .single-offer-one .text-block{
        width: 100% !important;
    }

    .about-style-one .call-block{
        align-items: start;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .aside-menu{
        display: block !important;
        position: relative !important;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .single-offer-one .text-block{
        width: 100%;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .aside-menu{
        display: block !important;
        position: relative !important;
        width: 100%;
        height: 100%;
        z-index: 0;
    }
    .container{
        min-width: 1200px !important;
    }
}