@media only screen and (max-width: 1200px) {
    .slider-item-wrapper {
        width: 300px;
        height: 150px;
    }
    .small-slider-container {
        gap: 5px;
    }
    .small-slider-item-wrapper {
        width: 160px;
        padding: 7px 6px 0 6px;
    }
    .small-slider-item {
        height: 140px;
    }
    .template-content-wrapper {
        margin-right: 20px;
    }
    .template-content-img-container {
        display: none;
    }
    .action-second-container {
        left: -140%;
    }
}

@media only screen and (max-width: 1000px) {
    .menu-wrapper {
        left: -100%;
        /* display: none; */
    }
    .menu-wrapper.menu-wrapper-active {
        left: 0;
        background: #fff;
        z-index: 201;
    }
    .menu-container {
        width: 250px;
    }
    .menu-wrapper.menu-wrapper-active .menu-link-container {
        height: calc(100vh - 300px) !important;
    }
    
    .template-content-wrapper {
        margin-left: 20px;
    }
    .mobile-header-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 80px;
        padding: 0 20px;
    }
    .menu-toggle {
        cursor: pointer;
        padding: 10px 10px 10px 0;
    }
    .menu-toggle-img {
        display: inline-block;
        background: url('/siteStorage/icons/menu.svg') center no-repeat;
        width: 25px;
        height: 17px;
    }
    .mobile-logo {
        display: inline-block;
        background: url('/siteStorage/icons/Logo.png') center no-repeat;
        width: 83px;
        height: 74px;
    }
    .mobile-search {
        padding: 10px 0px 5px 10px;
    }
    .mobile-search-img {
        display: inline-block;
        background: url('/siteStorage/icons/search.svg') center no-repeat;
        width: 18px;
        height: 18px;
    }
    .bg-menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 200;
        display: none;
    }

    .footer-logo {
        margin-bottom: 10px;
        width: 100px;
        height: 46px;
    }
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
        width: 74px;
        height: 54px;
    }
    .footer-link-wrapper {
        flex-direction: column;
    }
    .footer-logo-container {
        width: 100%;
    }
    .lisent-now-container {
        width: 100%;
    }
    .lisent-now-link-container {
        width: 55%;
    }
    .about-us-container {
        width: 55%;
    }
    .footer-rights-container {
        flex-direction: column-reverse;
        gap: 16px;
    }

    .radio-player-container-wrapper {
        padding: 14px 25px;
    }
    div#player-bottom div#control-container {
        width: unset;
        gap: 0;
        margin-left: auto;
    }
    div#player-bottom div#volume-container {
        margin-left: 20px;
    }

    .radio-info-banner {
        margin-bottom: 0;
    }
    .radio-detail-player {
        width: 100%;
        text-align: center;
    }
    .radio-detail-player-container {
        margin-top: -70px;
    }
    .radio-info-bg {
        height: 377px;
    }
    .radio-detail-player-wrapper {
        flex-direction: column;
    }
    .radio-detail-player-info {
        flex-direction: column;
    }
    .radio-detail-player-action {
        display: none;
    }
    .radio-info-wrapper {
        padding: 0px 0px;
    }
    .radio-info-bg {
        left: -20px;
        right: -20px;
    }
    .mobile-play-container {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0 20px;
        position: relative;
    }
    .radio-detail-player-action.mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .radio-lisit-desktop {
        display: none;
    }
    .radio-lisit-mobile {
        display: block;
    }
    .small-slider-wrapper.trending-searches .small-slider-container {
        overflow-x: unset;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 15px;
    }
    .small-slider-wrapper.trending-searches .left-arrow,
    .small-slider-wrapper.trending-searches .right-arrow {
        display: none;
    }
    .small-slider-wrapper.trending-searches .small-slider-item-wrapper {
        padding: 10px 22px;
    }
    .input-wrapper.settings {
        max-width: 100%;
    }

    .album-add-btn.user-desktop {
        display: none !important;
    }
    .album-add-btn.user-mobile {
        display: block !important;
    }
    .user-desktop {
        display: none !important;
    }
    .user-mobile {
        display: block !important;
    }
    .login-component-page .popup-bg {
        display: none;
    }
    .login-component-page .popup-wrapper {
        position: unset;
        transform: unset !important;
        padding-bottom: 100px;
    }
    .login-component-page .popup-content-container {
        padding: 0;
    }
    .login-component-page .popup-container {
        background-color: transparent;
        max-width: unset;
        max-height: unset;
    }
    .login-component-page .popup-close {
        display: none;
    }
    .checkmark {
        background-color: #fff;
    }
    .signin-haveAccount-item-cp.user-mobile {
        display: inline-block;
    }

    .input-wrapper.contact {
        flex-direction: column;
    }
    .input-wrapper.contact .signup-form {
        width: 100%;
        max-width: 100%;
        border-right: 0px solid #C9C9C9;
        padding-right: 0px;
    }
    .contact-info-container {
        width: 100%;
    }
    .mapp {
        width: calc(100% - -20px);
        margin-left: -20px;
    }
}

@media only screen and (max-width: 700px) {
    .login-component-page .form-first-row {
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 500px) {
    .lisent-now-link-container,
    .about-us-container {
        width: 70%;
    }
    .radio-gen-filter-item-link {
        width: 45%;
    }
    .slider-container {
        gap: 15px;
    }
    .slider-item-wrapper {
        width: 260px;
        height: 135px;
    }
    .radio-emblem {
        width: 55px;
        height: 55px;
    }
    .radio-name p {
        font-size: 12px;
    }
    .small-slider-item-wrapper {
        width: 120px;
    }
    .small-slider-item {
        height: 100px;
    }
    .small-radio-name p {
        font-size: 12px;
        color: #232323;
    }
    .form-first-row {
        display: flex;
        flex-direction: column;
    }
    div#player-middle {
        width: 160px;
    }
    .filter-btn-icon {
        width: 13px;
        height: 13px;
    }
    .filter-btn-text {
        font-size: 10px;
    }
    .radio-search-input {
        font-size: 11px;
    }
    .filter-contaier {
        width: calc(100% - 20px);
        left: 10px;
    }
}