@media only screen and (max-width: 768px) {
    .maingameshplay h2 {
        margin-bottom: 26px;
        color: #ff3800;
        font-size: 22px;
        text-align: center;
    }
    .main-bg {
        overflow-x: hidden;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .top-header {
        background-color: #fff8e9;
        padding: 12px 22px;
        box-shadow: 0px 4px 6px rgb(255 59 0 / 20%);
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .top-header .clock-div {
        display: flex;
    }

    .top-header .right-div {
        margin-left: auto;
    }

    .top-header .right-div svg {
        height: 12px;
        width: auto;
    }

    .top-header .header-div {
        margin-top: 4px;
        display: flex;
        align-items: center;
    }

    .header-div img {
        height: 45px;
    }

    .theme-btn {
        color: #fff;
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        padding: 10px 22px;
        border-radius: 5px;
        float: right;
        text-transform: uppercase;
        transition: all 0.4s ease-out 0s;
        position: relative;
        margin-left: auto;
    }

    .theme-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .theme-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        background: #ffffff23;
        transition: all 0.4s ease-out 0s;
    }

    .theme-btn:hover::after {
        width: 100%;
        height: 100%;
    }

    .app-body {
        padding: 0px 22px;
        background: #fff8e9;
    }

    .app-body .prayer-tracks-start {
        padding-top: 170px;
    }

    .perfomenceimg {
        text-align: center;
    }

    .app-body .prayer-tracks-start img {
        border-radius: 20px;
        width: 200px;
        height: 200px;
        object-fit: cover;
    }

    .app-body .player-bg {
        background-color: #fff8e9;
        padding: 15px 0 0;
    }

    .app-body .player-bg h6 {
        margin-left: 10px;
    }

    .app-body .icon-div {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .app-body .icon-div .center-btn {
        width: 44px;
        height: 44px;
        background: linear-gradient(131.64deg, #ff3800 -3.51%, #ff7700 79.81%);
        border-radius: 50%;
    }
    #player-container #play-pause {
        cursor: pointer;
        text-indent: -999999px;
        height: 40px;
        width: 40px;
        padding: 22px 22px;
        z-index: 2;
        background-image: url(../images/play-btn-v.png);
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        background-color: transparent;
    }
    .play {
        background-image: url(../images/play-btn-v.png);
        margin-left: 2px;
    }
    .pause {
        background-image: url(../images/stop-btn-v.png) !important;
    }

    .related-tracks-div {
        margin-top: 28px;
    }

    .related-tracks-div h5 {
        margin-bottom: 6px;
    }

    .related-tracks-div .play-list {
        display: flex;
        margin-top: 24px;
    }

    .related-tracks-div .play-list .imgg-div {
        position: relative;
        width: fit-content;
    }

    .related-tracks-div .play-list .imgg-div svg {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 64%;
        top: 75%;
        width: 30px;
        height: 30px;
    }

    .related-tracks-div .play-list img {
        margin-right: 15px;
        border-radius: 15px;
        width: 75px;
        height: 75px;
    }

    .related-tracks-div .play-list h5 {
        margin-bottom: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }

    .related-tracks-div .play-list p {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
    }

    .related-tracks-div .threed {
        margin-left: auto;
    }

    .vedic-ex {
        margin-top: 55px;
    }

    .vedic-ex h3 {
        font-size: 30px;
        text-align: justify;
    }

    .vedic-ex p {
        margin-top: 14px;
        font-size: 1.2rem;
        margin-bottom: 26px;
        text-align: justify;
    }

    .app-play-store img {
        width: 216px;
        margin-right: 20px;
    }

    .footer .link {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    .footer .link a {
        font-size: 20px;
        font-weight: 500;
        color: #181e25;
    }

    .footer .social svg {
        width: 36px;
        height: 36px;
        margin-right: 32px;
    }

    .footer .social svg:hover path {
        fill: #ff3800;
    }

    .footer .copyright {
        margin-top: 22px;
        padding-bottom: 30px;
        font-size: 1.3rem;
        font-weight: 500;
    }
    .footer .copyright p {
        text-align: justify;
        margin-bottom: 0;
    }

    .range-slider {
        width: 100%;
    }
    .range-slider__range {
        -webkit-appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 0px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
    }
    .range-slider__range::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: transparent;
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        cursor: pointer;
        transition: 0.15s ease-in-out;
    }
    .range-slider__range::-webkit-slider-thumb:hover {
        background: #1abc9c;
    }
    .range-slider__range:active::-webkit-slider-thumb {
        background: #1abc9c;
    }
    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: 0.15s ease-in-out;
    }
    .range-slider__range::-moz-range-thumb:hover {
        background: #1abc9c;
    }
    .range-slider__range:active::-moz-range-thumb {
        background: #1abc9c;
    }
    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
    }
    .range-slider__value {
        display: none;
        position: relative;
        width: 60px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        background: #2c3e50;
        padding: 5px 10px;
        margin-left: 8px;
    }
    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #2c3e50;
        border-bottom: 7px solid transparent;
        content: "";
    }
    ::-moz-range-track {
        background: #d7dcdf;
        border: 0;
    }
    input::-moz-focus-inner,
    input::-moz-focus-outer {
        border: 0;
    }

    /* new audio css start  */

    :root {
        --bar-height: 5px;
    }

    #overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        display: none;
    }
    .player {
        border-radius: 0;
        width: 100%;
        height: 150px;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
        background: transparent;
    }
    .player #music-info {
        padding: 15px;
        height: 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        color: #fff;
    }
    .player #music-info .title {
        font-size: 23px;
        margin-bottom: 8px;
        z-index: 1;
    }
    .player #music-info .bg {
        width: 100%;
    }
    .player #music-info .author {
        font-size: 14px;
        float: right;
    }
    .player #music-info .album {
        font-size: 14px;
    }
    .player .timestamp {
        position: absolute;
        width: 100%;
        bottom: 110px;
    }
    .player .timestamp #bar {
        width: 100%;
        height: var(--bar-height);
        background: #bbb;
    }
    .player .timestamp #current-time {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: var(--bar-height);
        background: #ff7200;
        pointer-events: none;
        padding-left: 16px;
    }
    .player .timestamp #current-time:after {
        content: "";
        width: 16px;
        height: 16px;
        background: #ff3d00;
        position: absolute;
        right: 0px;
        bottom: -5px;
        z-index: 9;
        border-radius: 50%;
        box-shadow: 0 0 3px 2px #eee;
    }
    .player .buttons {
        position: absolute;
        bottom: 0px;
        border-top: 1px solid #ddd;
        width: 100%;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .player .buttons svg {
        width: 28px;
        height: 28px;
    }
    .player .buttons .button {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        border-radius: 50%;
        text-align: center;
        margin: 7px;
        color: rgb(255, 255, 255);
    }
    .button.nonbg {
        background-image: none !important;
    }
    .player .buttons .button-small {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .player .buttons .button-medium {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    .player .buttons .button-large {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 27px;
    }
    .player .buttons .nonbg .button-small:hover,
    .player .buttons .nonbg .button-medium:hover,
    .player .buttons .button-large:hover {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        background: #ff3800;
        color: #fff;
    }

    .playerimgg,
    .appplaystore,
    .maingameshplay .details {
        display: none;
    }

    .maingameshplay .details.new {
        display: block;
        margin: 26px 0;
        text-align: center;
    }

    .playcontiew {
        display: none;
    }

    .mobile-screen-time {
        display: block !important;
    }

    .theme-link {
        color: #ff3800;
        font-size: 18px;
        font-weight: 500;
        text-decoration: underline;
        margin-bottom: 36px;
    }

    .theme-link:hover {
        color: #ff3800;
    }

    .themebtn {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        color: #fff;
        max-width: 300px;
        border-radius: 25px;
        display: block;
        text-align: center;
        height: auto;
        padding: 10px;
        font-size: 17px;
        font-weight: 500;
        margin: auto;
    }

    .themebtn:hover {
        text-decoration: none;
        color: #fff;
    }

    .maine {
        width: 100%;
        max-width: 300px;
        background: #322e25;
        border-radius: 7px;
        margin: auto;
    }

    .iru-tiny-player {
        position: relative;
        border: 1px solid;
        border-radius: 7px;
        height: 43px;
        background: #fff;
        border: solid 1px #ff3800;
    }

    .iru-tiny-player .song-main-info {
        margin: 5px 2ex;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .iru-tiny-player .icon {
        margin-right: 1ex;
        min-width: 1.5rem;
        flex-basis: 1.5rem;
        text-decoration: none;
        border-bottom: none;
        position: relative;
        color: #ff3800;
    }

    .iru-tiny-player .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .iru-tiny-player .fa-volume-up {
        display: none;
    }

    .iru-tiny-player .song-main-info .icon.fa-stop {
        margin-right: 2ex;
        display: none;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .song-main-info .icon.fa-stop {
            margin-right: 0.5ex;
        }
    }

    .iru-tiny-player .song-main-info .song-timer {
        white-space: nowrap;
        color: gray;
        font-size: 12px;
        display: none;
    }

    .iru-tiny-player .song-main-info .song-title {
        overflow: hidden;
        color: #ff3800;
        font-size: 17px;
        font-weight: 500;
    }

    .iru-tiny-player .song-seek {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .iru-tiny-player .song-progress {
        position: absolute;
        background-image: linear-gradient(45deg, #ff370086, #ff770079);
        width: 0%;
        height: 100%;
    }

    .iru-tiny-player .song-volume-control {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.85);
        width: 100%;
        height: 100%;
        top: 0;
    }

    .iru-tiny-player .song-volume-bar {
        position: absolute;
        top: 50%;
        left: 20%;
        height: 10px;
        margin: 0px auto;
        width: 80%;
        background-color: #666050;
    }

    .iru-tiny-player .song-volume-bar#fg {
        height: 5px;
        margin: -2.5px auto;
        width: 60%;
    }

    .iru-tiny-player .song-volume-bar#fgg {
        height: 10px;
        margin: -5px auto;
        background-color: rgba(255, 255, 255, 0);
        width: 60%;
    }

    .iru-tiny-player .song-volume-bar#bg {
        height: 1.5px;
        margin: -0.75px auto;
        background-color: red;
        width: 60%;
    }

    .iru-tiny-player .song-volume-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 80%;
        margin: -7.5px auto;
        background-color: #666050;
        border-radius: 7.5px;
        cursor: pointer;
    }

    .iru-tiny-player .song-volume-dot:hover {
        background-color: #6d3827;
    }

    .iru-tiny-player .icon.fa-times {
        margin: 2ex 2.5ex;
        position: absolute;
        font-size: 1.25rem;
        right: 0;
        top: 0;
        color: #666050;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .icon.fa-times {
            margin: 2ex 1.5ex;
            font-size: 1rem;
        }
    }
}

@media only screen and (max-width: 520px) {
    .app-play-store img {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 475px) {
    .vedic-ex {
        margin-top: 36px;
    }
    .vedic-ex h3 {
        font-size: 20px;
    }

    .vedic-ex p {
        font-size: 1rem;
    }

    .vedic-ex p {
        margin-bottom: 12px;
    }
    .app-play-store img {
        width: 194px;
    }
    .footer .link {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .footer .social svg {
        width: 30px;
        height: 30px;
        margin-right: 16px;
    }

    .footer .link a {
        font-size: 18px;
    }

    .footer .link a:nth-child(1),
    .footer .link a:nth-child(2) {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 300px) {
    .app-body {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 340px) {
    .player .buttons .button {
        margin: 0 2px;
    }
    .player .buttons .button-large {
        font-size: 20px;
    }
    .player .buttons .button-large {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 430px) {
    .header-div img {
        height: 33px;
    }

    .theme-btn {
        font-size: 14px;
        padding: 8px 11px;
        margin-right: 0px;
    }
    .maingameshplay h2 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 769px) {
    .main-bg {
        overflow-x: hidden;
        position: relative;
        padding-bottom: 0px;
    }

    .top-header {
        background-color: #fff8e9;
        padding: 12px 22px;
        box-shadow: 0px 4px 6px rgb(255 59 0 / 20%);
    }
    .top-header .right-div {
        margin-left: auto;
    }

    .top-header .right-div svg {
        height: 12px;
        width: auto;
    }

    .top-header .header-div {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }

    .header-div img {
        height: 45px;
    }

    .theme-btn {
        color: #fff;
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        padding: 10px 22px;
        border-radius: 5px;
        float: right;
        text-transform: uppercase;
        transition: all 0.4s ease-out 0s;
        position: relative;
        margin-left: auto;
    }

    .theme-btn:hover {
        color: #fff;
        text-decoration: none;
    }

    .theme-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 0px;
        background: #ffffff23;
        transition: all 0.4s ease-out 0s;
    }

    .theme-btn:hover::after {
        width: 100%;
        height: 100%;
    }

    .clock-div {
        display: none;
    }

    .app-body {
        padding: 0px 22px;
        background: #fff8e9;
        padding-bottom: 100px;
    }

    .app-body .prayer-tracks-start {
        margin-top: 5px;
        padding-top: 26px;
    }

    .app-body .prayer-tracks-start img {
        border-radius: 20px 20px 0 0;
        width: 320px;
        height: 320px;
        object-fit: cover;
    }

    .app-body .player-bg {
        background-color: #fff8e9;
        padding: 15px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 99;
    }

    .app-body .player-bg h6 {
        margin-left: 10px;
    }

    .app-body .icon-div {
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }

    .app-body .icon-div .center-btn {
        width: 44px;
        height: 44px;
        background: linear-gradient(131.64deg, #ff3800 -3.51%, #ff7700 79.81%);
        border-radius: 50%;
    }
    #player-container #play-pause {
        cursor: pointer;
        text-indent: -999999px;
        height: 40px;
        width: 40px;
        padding: 22px 22px;
        z-index: 2;
        background-image: url(../images/play-btn-v.png);
        background-repeat: no-repeat !important;
        background-position: center;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 20px;
        background-color: transparent;
    }
    .play {
        background-image: url(../images/play-btn-v.png);
        margin-left: 2px;
    }
    .pause {
        background-image: url(../images/stop-btn-v.png) !important;
    }

    .related-tracks-div {
        margin-top: 28px;
    }

    .related-tracks-div h5 {
        margin-bottom: 6px;
    }

    .related-tracks-div .play-list {
        /* display: -webkit-box; */
        margin-top: 24px;
    }

    .related-tracks-div .play-list .imgg-div {
        position: relative;
    }

    .related-tracks-div .play-list .imgg-div svg {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 69%;
        top: 82%;
        width: 45px;
        height: 50px;
    }

    .related-tracks-div .play-list img {
        margin-right: 30px;
        border-radius: 15px;
        width: 145px;
        height: 145px;
    }

    .related-tracks-div .play-list h5 {
        margin-bottom: 0;
        font-size: 18px;
        margin-top: 12px;
    }

    .related-tracks-div .play-list h6 {
        font-size: 15px;
        margin-top: 2px;
    }

    .related-tracks-div .play-list p {
        font-size: 1rem;
        font-weight: 500;
        margin-bottom: 0;
    }

    .related-tracks-div .threed {
        display: none;
    }

    .vedic-ex {
        margin-top: 55px;
    }

    .vedic-ex h3 {
        font-size: 30px;
        text-align: justify;
    }

    .vedic-ex p {
        margin-top: 14px;
        font-size: 1.2rem;
        margin-bottom: 26px;
        text-align: justify;
    }

    .app-play-store img {
        width: 216px;
        margin-right: 20px;
        display: none;
    }

    .appplaystore {
        text-align: center;
    }

    .appplaystore img {
        width: 163px;
        margin-right: 20px;
    }

    .footer.large {
        display: flex;
    }

    .footer .link {
        margin-top: 40px;
        margin-bottom: 45px;
        max-width: 200px;
    }

    .footer .link a {
        font-size: 20px;
        font-weight: 500;
        color: #181e25;
    }

    .footer .social svg {
        width: 36px;
        height: 36px;
        margin-right: 10px;
    }

    .footer .social svg:hover path {
        fill: #ff3800;
    }

    .footer .copyright {
        margin-top: 22px;
        margin-bottom: 30px;
        font-size: 1.3rem;
        font-weight: 500;
    }
    .footer .copyright p {
        text-align: center;
    }

    .range-slider {
        width: 100%;
    }
    .range-slider__range {
        -webkit-appearance: none;
        width: 100%;
        height: 4px;
        border-radius: 0px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
    }
    .range-slider__range::-webkit-slider-thumb {
        appearance: none;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background: transparent;
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        cursor: pointer;
        transition: 0.15s ease-in-out;
    }
    .range-slider__range::-webkit-slider-thumb:hover {
        background: #1abc9c;
    }
    .range-slider__range:active::-webkit-slider-thumb {
        background: #1abc9c;
    }
    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: 0.15s ease-in-out;
    }
    .range-slider__range::-moz-range-thumb:hover {
        background: #1abc9c;
    }
    .range-slider__range:active::-moz-range-thumb {
        background: #1abc9c;
    }
    .range-slider__range:focus::-webkit-slider-thumb {
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c;
    }
    .range-slider__value {
        display: none;
        position: relative;
        width: 60px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        background: #2c3e50;
        padding: 5px 10px;
        margin-left: 8px;
    }
    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #2c3e50;
        border-bottom: 7px solid transparent;
        content: "";
    }
    ::-moz-range-track {
        background: #d7dcdf;
        border: 0;
    }
    input::-moz-focus-inner,
    input::-moz-focus-outer {
        border: 0;
    }

    /* new audio css start  */

    :root {
        --bar-height: 5px;
    }

    #overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        display: none;
    }

    .player {
        border-radius: 0;
        width: 100%;
        height: 74px;
        position: relative;
        top: 0;
        left: 0;
        background: transparent;
    }
    .player #music-info {
        padding: 15px;
        height: 0px;
        background-repeat: no-repeat;
        background-size: 100%;
        color: #fff;
    }
    .player #music-info .title {
        font-size: 23px;
        margin-bottom: 8px;
        z-index: 1;
    }
    .player #music-info .bg {
        width: 100%;
    }
    .player #music-info .author {
        font-size: 14px;
        float: right;
    }
    .player #music-info .album {
        font-size: 14px;
    }
    .player .timestamp {
        position: absolute;
        width: 100%;
        bottom: 87px;
    }
    .player .timestamp #bar {
        width: 100%;
        height: var(--bar-height);
        background: #bbb;
    }
    .player .timestamp #current-time {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: var(--bar-height);
        background: #ff7200;
        pointer-events: none;
        padding-left: 16px;
    }
    .player .timestamp #current-time:after {
        content: "";
        width: 16px;
        height: 16px;
        background: #ff3d00;
        position: absolute;
        right: 0px;
        bottom: -5px;
        z-index: 9;
        border-radius: 50%;
        box-shadow: 0 0 3px 2px #eee;
    }
    .player .buttons {
        position: absolute;
        bottom: 0px;
        border-top: 1px solid #ddd;
        width: 100%;
        height: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .player .buttons svg {
        width: 28px;
        height: 28px;
    }
    .player .buttons .button {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        border-radius: 50%;
        text-align: center;
        margin: 7px;
        color: rgb(255, 255, 255);
    }
    .button.nonbg {
        background-image: none !important;
    }
    .player .buttons .button-small {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .player .buttons .button-medium {
        width: 100px;
        height: 50px;
        line-height: 50px;
        font-size: 25px;
    }
    .player .buttons .button-large {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 27px;
    }
    .player .buttons .nonbg .button-small:hover,
    .player .buttons .nonbg .button-medium:hover,
    .player .buttons .button-large:hover {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        background: #ff3800;
        color: #fff;
    }

    .playerimgg {
        display: flex;
        align-items: center;
        margin-right: 75px;
    }

    .playerimgg img {
        width: 56px !important;
        height: 56px !important;
        object-fit: cover !important;
        border-radius: 3px !important;
        margin-right: 16px;
    }

    .playerimgg .detailss h5 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 0;
    }

    .playerimgg .detailss p {
        font-size: 14px;
        margin-bottom: 0;
    }
    .lgdnone {
        display: none;
    }

    .maingameshplay {
        display: flex;
        justify-content: center;
    }

    .maingameshplay img {
        max-width: 444px;
        height: auto;
        margin-right: 30px;
        border-radius: 10px !important;
    }

    .maingameshplay .details {
        position: relative;
    }

    .maingameshplay .details h2 {
        font-size: 46px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .maingameshplay .details p {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .maingameshplay .details .mintn {
        background-color: #e3e3e3;
        padding: 5px 15px;
        border-radius: 50px;
        color: #181e25;
        border: none;
    }

    .maingameshplay .details .playbtn {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #e72c30;
        color: #fff;
        padding: 7px 40px;
        border-radius: 10px;
    }

    .lgdflex {
        display: flex;
    }

    .spacebeetween {
        justify-content: space-between;
    }

    .playcontiew {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 0;
        margin-left: 30px;
        margin-right: 30px;
    }

    .playnamelive {
        display: none;
    }

    .theme-link {
        color: #ff3800;
        font-size: 18px;
        font-weight: 500;
        text-decoration: underline;
        margin-bottom: 36px;
    }

    .theme-link:hover {
        color: #ff3800;
    }

    .themebtn {
        background-image: linear-gradient(45deg, #ff3800, #ff7700);
        color: #fff;
        max-width: 300px;
        border-radius: 25px;
        display: block;
        text-align: center;
        height: auto;
        padding: 10px;
        font-size: 17px;
        font-weight: 500;
    }

    .themebtn:hover {
        text-decoration: none;
        color: #fff;
    }

    .maine {
        width: 100%;
        max-width: 500px;
        background: #322e25;
        border-radius: 7px;
    }

    .iru-tiny-player {
        position: relative;
        border: 1px solid;
        border-radius: 7px;
        height: 43px;
        background: #fff;
        border: solid 1px #ff3800;
    }

    .iru-tiny-player .song-main-info {
        margin: 5px 2ex;
        font-size: 1.25rem;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .song-main-info {
            margin: 2ex 1ex;
            font-size: 1rem;
        }
    }

    .iru-tiny-player .icon {
        margin-right: 1ex;
        min-width: 1.5rem;
        flex-basis: 1.5rem;
        text-decoration: none;
        border-bottom: none;
        position: relative;
        color: #ff3800;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .icon {
            margin-right: 0.25ex;
            min-width: 1rem;
            flex-basis: 1rem;
        }
    }

    .iru-tiny-player .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .iru-tiny-player .fa-volume-up {
        display: none;
    }

    .iru-tiny-player .song-main-info .icon.fa-stop {
        margin-right: 2ex;
        display: none;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .song-main-info .icon.fa-stop {
            margin-right: 0.5ex;
        }
    }

    .iru-tiny-player .song-main-info .song-timer {
        white-space: nowrap;
        color: gray;
        font-size: 12px;
        display: none;
    }

    .iru-tiny-player .song-main-info .song-title {
        overflow: hidden;
        color: #ff3800;
        font-size: 17px;
        font-weight: 500;
    }

    .iru-tiny-player .song-seek {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .iru-tiny-player .song-progress {
        position: absolute;
        background-image: linear-gradient(45deg, #ff370086, #ff770079);
        width: 0%;
        height: 100%;
    }

    .iru-tiny-player .song-volume-control {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.85);
        width: 100%;
        height: 100%;
        top: 0;
    }

    .iru-tiny-player .song-volume-bar {
        position: absolute;
        top: 50%;
        left: 20%;
        height: 10px;
        margin: 0px auto;
        width: 80%;
        background-color: #666050;
    }

    .iru-tiny-player .song-volume-bar#fg {
        height: 5px;
        margin: -2.5px auto;
        width: 60%;
    }

    .iru-tiny-player .song-volume-bar#fgg {
        height: 10px;
        margin: -5px auto;
        background-color: rgba(255, 255, 255, 0);
        width: 60%;
    }

    .iru-tiny-player .song-volume-bar#bg {
        height: 1.5px;
        margin: -0.75px auto;
        background-color: red;
        width: 60%;
    }

    .iru-tiny-player .song-volume-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 80%;
        margin: -7.5px auto;
        background-color: #666050;
        border-radius: 7.5px;
        cursor: pointer;
    }

    .iru-tiny-player .song-volume-dot:hover {
        background-color: #6d3827;
    }

    .iru-tiny-player .icon.fa-times {
        margin: 2ex 2.5ex;
        position: absolute;
        font-size: 1.25rem;
        right: 0;
        top: 0;
        color: #666050;
    }

    @media screen and (max-width: 480px) {
        .iru-tiny-player .icon.fa-times {
            margin: 2ex 1.5ex;
            font-size: 1rem;
        }
    }
}

@media only screen and (max-width: 991px) {
    .maingameshplay .details h2 {
        font-size: 40px;
    }

    .maingameshplay .details p {
        font-size: 23px;
    }

    .footer .social svg {
        width: 30px;
        height: 40px;
        margin-right: 10px;
    }

    .appplaystore img {
        width: 130px;
        margin-top: 7px;
        margin-right: 0;
    }

    .player .buttons .button-medium {
        width: 60px;
    }

    .playerimgg {
        margin-right: 0;
    }
}

.mobile-screen-time {
    display: none;
}
.play-list {
    cursor: pointer;
}

.main-audio-title.new {
    color: #ff3b00;
    font-size: 24px;
    margin-bottom: 30px;
}

#guruDakshina .modal-content {
    background-color: #fff;
    box-shadow: 0px 0px 8px -2px #ff8300;
}

#guruDakshina h6 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    font-weight: 600;
}

#guruDakshina h4 {
    font-weight: 700;
}

#guruDakshina .last {
    text-align: left;
}

#guruDakshina img {
    box-shadow: 0px 0px 8px -2px #ff8300;
    padding: 13px;
    border-radius: 10px;
}

#guruDakshina .mobilecreen .blackt {
    padding: 0 30px;
}

.perfomenceimg img {
    box-shadow: 0px 0px 8px -2px #ff8300;
    padding: 13px;
    border-radius: 10px;
    cursor: pointer;
}

.yellowcolor {
    color: #ff7200;
}
