
    .download-section-in {
        height: calc(100vh - 19px);
    }
    
    .download-banner {
        background: url('../../images/download/download-main-banner.jpg');
        background-size: cover;
        background-position: center center;
        position: relative;
        height: 100%;
        overflow-y: hidden;
    }
    
    .download-cnt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.8);
        max-width: 979px;
        width: 97%;
        text-align: center;
        padding: 98px 71px 83.22px 71px;
        box-sizing: border-box;
    }
    
    .download-cnt h2 {
        font-style: normal;
        font-weight: bold;
        font-size: 63.06px;
        line-height: 77px;
        text-align: center;
        color: #7FF800;
        margin: 0;
    }
    
    .download-cnt p {
        font-style: normal;
        font-weight: normal;
        font-size: 36.06px;
        line-height: 51px;
        color: #fff;
        margin: 20px 0 0 0;
    }
    
    .android-dwn {
        margin-top: 102.22px;
    }
    
    .android-dwn ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0 16px;
    }
    
    .android-dwn ul li {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 auto;
        flex-grow: 0;
        text-align: left;
        background: #000000;
        border: 1.15593px solid #7FF800;
        box-sizing: border-box;
        border-radius: 5.77966px;
    }
    
    .android-dwn ul li a {
        display: flex;
        flex-wrap: wrap;
        padding: 16.96px 24.47px 17.75px 22.61px;
    }
    
    .android-dwn h4 {
        font-style: normal;
        font-weight: normal;
        font-size: 19.6509px;
        line-height: 24px;
        color: #fff;
        margin: 0;
    }
    
    .android-dwn p {
        font-style: normal;
        font-weight: bold;
        font-size: 26.3784px;
        line-height: 32px;
        color: #7FF800;
        margin: 0;
    }
    
    .android-dwn .lft-sec {
        margin-right: 12.6px;
    }
    
    .footer-image-sec {
        background: #DEDEDE;
        text-align: center;
        padding: 28px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .footer-lft {
        width: 70%;
    }
    
    .footer-rgt {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    
    @media (max-width:991px) {
        .download-cnt {
            padding: 36px 0px 38px 0px;
        }
        .download-cnt h2 {
            font-size: 36px;
        }
        .download-cnt p {
            font-size: 26px;
            margin-top: 0;
        }
        .android-dwn h4 {
            font-size: 17px;
        }
        .android-dwn p {
            font-size: 20px;
        }
        .android-dwn {
            margin-top: 30px;
        }
    }
    .casino-club , .footer-image-sec{
        display: none;
    }
    @media (max-width: 767px){
        .download-cnt h2 {
            font-size: 28px!important;
            line-height: 1.5!important;
        }
    }

    @media (max-width:767px) {
        .download-section-in {
            height: calc(100vh - 60px);
        }
        .download-banner {
            background: url('../../images/download/download-mobile-banner.jpg');
            background-repeat: no-repeat;
            background-size: cover;
        }
        .download-cnt {
            padding: 36px 10px 38px 10px;
        }
        .download-cnt p {
            font-size: 26px;
            line-height: 29px;
        }
        .download-cnt h2 {
            font-size: 30px;
            line-height: 54px;
        }
        .android-dwn .lft-sec img {
            max-width: 32px;
        }
        .android-dwn h4 {
            font-size: 14px;
            line-height: 11px;
        }
        .android-dwn p {
            font-size: 16px;
            line-height: 26px;
        }
        .android-dwn ul li a {
            padding: 9px 8px 8px 4px;
        }
        .android-dwn ul {
            gap: 0 9px;
        }
        .footer-image-sec .mobile-image {
            display: block;
        }
        .footer-image-sec .desktop-image {
            display: none;
        }
        .footer-image-sec {
            flex-direction: column;
        }
        .footer-image-sec .footer-lft {
            width: auto;
            margin-bottom: 25px;
        }
    }
    
    @media (max-width:547px) {
        .android-dwn .lft-sec img {
            max-width: 24px;
        }
        .android-dwn h4 {
            font-size: 13px;
        }
        .android-dwn p {
            font-size: 15px;
        }
        .android-dwn .lft-sec {
            margin-right: 4.6px;
        }
        .download-cnt p {
            font-size: 22px;
        }
    }
    
    @media (min-width:270px) and (max-width:319px) {
        .download-cnt {
            padding: 16px 10px 16px 10px;
        }
        .android-dwn ul {
            display: inline-block;
        }
        .android-dwn ul li:first-child {
            margin-bottom: 10px;
        }
        .android-dwn {
            margin-top: 8px;
        }
    }
    
    @media (min-width:768px) {
        .footer-image-sec .mobile-image {
            display: none;
        }
    }